frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Own a Graph

https://staysaasy.com/strategy/2025/11/25/own-a-graph.html
1•thisismytest•1m ago•0 comments

Spoofing her majesty in the 'Great Royal Phone Embarrassment' of 1995

https://1995blog.com/2015/10/25/spoofing-her-majesty-in-the-great-royal-phone-embarrassment-of-1995/
1•ubutler•8m ago•1 comments

Why Container Images Keep Getting Bigger (and What to Do About It)

https://writethat.blog/layers.html
1•imjacobclark•9m ago•0 comments

Show HN: Benchmark-ips-Python – benchmarking tool for Python

https://github.com/gogainda/benchmark-ips-python
1•Igor_Wiwi•12m ago•0 comments

Reddit Migrates Comment Back End from Python to Go Microservice to Halve Latency

https://www.infoq.com/news/2025/11/reddit-comments-go-migration/
3•ashishb•17m ago•0 comments

Apache Hudi Dynamic Filter: 5-Minute Code Walkthrough

https://codepointer.substack.com/p/apache-hudi-dynamic-bloom-filter
1•ykhl1itj•24m ago•0 comments

Ghost Explore

https://explore.ghost.org
1•melvinroest•24m ago•1 comments

China's plan to take over Taiwan "peacefully" [video]

https://www.youtube.com/watch?v=J9s6m8V8Eyg
2•mgh2•25m ago•0 comments

Psylo 1.1.0 Privacy focused Browser released for iPhone

https://apps.apple.com/en/app/psylo-private-browser-proxy/id6741358035
1•doener•30m ago•0 comments

I Know We're in an AI Bubble Because Nobody Wants Me

https://petewarden.com/2025/11/29/i-know-were-in-an-ai-bubble-because-nobody-wants-me-%f0%9f%98%ad/
6•iparaskev•30m ago•0 comments

Show HN: I built a browser-based Cursor alternative as a solo dev

https://playcode.io
1•ianberdin•31m ago•0 comments

Anthropic's Claude 'Soul Document' extracted from Opus 4.5 weights

https://www.lesswrong.com/posts/vpNG99GhbBoLov9og/claude-4-5-opus-soul-document
1•Richard_Weiss•32m ago•0 comments

If You Must Use Signal, Use Molly

https://xn--gckvb8fzb.com/if-you-must-use-signal-use-molly/
3•udev4096•35m ago•1 comments

Why the Dutch embrace floating homes

https://www.bbc.com/future/article/20220202-floating-homes-the-benefits-of-living-on-water
2•Brajeshwar•36m ago•0 comments

Black Friday Software Deals (Mega List)

https://www.blackfridaydeals.directory/black-friday-software-deals-2025
1•aeff•38m ago•0 comments

Show HN: ScreenTest.run – A minimal, dark-mode dead pixel tester (No ads)

https://screentest.run/
2•zhou594660747•38m ago•0 comments

Heroic Is a Free and Open Source Epic, GOG and Amazon Prime Games Launcher

https://heroicgameslauncher.com/
1•doener•40m ago•0 comments

Software Engineers Are Not Politicians

https://alexwennerberg.com/blog/2025-11-28-engineering.html
1•ptx•44m ago•0 comments

A visual guide to how the Hong Kong fire spread

https://www.bbc.co.uk/news/resources/idt-c9792622-43e7-4b04-8374-2771dce4fcd1
2•omnibrain•49m ago•0 comments

LX: A CLI tool for LaTeX notes management

1•hkamal233•50m ago•0 comments

SteamOS performs better in gaming than Windows 11 on the new Lenovo Legion Go S

https://en.movilforum.com/SteamOS-performs-better-in-gaming-than-Windows-11-on-the-new-Lenovo-Leg...
1•doener•50m ago•0 comments

Just a few self-driving cars stop traffic jams

https://www.science.org/content/article/watch-just-few-self-driving-cars-stop-traffic-jams
1•thinkingemote•54m ago•0 comments

Show HN: I built 19 AI agents because one wasn't enough to coach my workouts

https://arvo.guru
1•danielepelleri•56m ago•0 comments

Restart of two Taiwanese plants feasible, ministry says

https://www.world-nuclear-news.org/articles/restart-of-two-taiwanese-plants-feasible-ministry-says
1•mpweiher•56m ago•0 comments

Putting rigid bodies to rest: analysis and design of resting configurati

https://hbaktash.github.io/projects/putting-rigid-bodies-to-rest/
1•fanf2•56m ago•0 comments

The JetBlue A320 Mid-Air Flight Control Issue: What We Know So Far

https://theaviationbrief.com/jetblue-a320-mid-air-flight-control-issue/
2•urban_winter•57m ago•1 comments

Show HN: Ultra-fast code retrieval without RAG – works with any coding agent

https://grebmcp.com
2•YashBudhia•58m ago•0 comments

Vibe Coding and BASIC

https://www.sicpers.info/2025/11/vibe-coding-and-basic/
1•mpweiher•1h ago•0 comments

PersonaKit: An insanely simple TypeScript SDK for building AI chat apps

https://github.com/albertnahas/persona-kit
1•albertnahas•1h ago•1 comments

IT specialist shortage [in Germany] almost gone

https://www.heise.de/en/news/MINT-Autumn-Report-IT-specialist-shortage-almost-gone-11095756.html
4•slow_typist•1h ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•6mo ago
I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions.

...Or maybe we should subscribe to the church of `df`, haha.

Comments

sitkack•6mo ago
def could be for lots of things, fn is for functions. I don't think it matters much as long as you have one. C would have been so much easier to parse. Just copy Zig or Rust.
butlersean•6mo ago
def means define, could be used to define all kinds of things

fn isnt a legitimate short form of function

fun doesnt work because of the amusement factor

func is the only alternative we have left

sitkack•6mo ago
How about unicode or emojis?

These don't have the full fidelity as hn scrubs emojis

add = (a, b) -> a + b

a, b ⟹ a + b

λ add(a, b): ↪ a + b

johncoltrane•6mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•6mo ago
Agreed