frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jamglue.com – A Forgotten Website, Revived

https://jamglue.com/
1•hacksore•2m ago•1 comments

Tesla and others begin record vehicle recall in China

https://www.reuters.com/world/tesla-fix-software-millions-china-made-imported-evs-china-2026-08-21/
3•diggernet•3m ago•0 comments

Electric shock gloves in use by police departments in Bellevue, Omaha

https://nebraskapublicmedia.org/en/news/news-articles/electric-shock-gloves-already-in-use-by-pol...
2•rendx•5m ago•0 comments

Detexify Got Vibed

https://detexify.kirelabs.org/
2•ks2048•5m ago•1 comments

A Call for Action: The "Leiden Declaration on AI and Math"

https://www.ams.org/journals/notices/202608/noti3386/noti3386.html
3•pykello•10m ago•1 comments

Show HN: Kinodesk – Unlimited Remote Desktop Sharing

https://kinodesk.net/
2•AutomationGoat•10m ago•0 comments

The Kill Chain Has a Thinking Problem

https://foxandlion.pub/analysis/the-kill-chain-has-a-thinking-problem
5•asdfwebdf•12m ago•0 comments

Ubuntu to soon have more WSL users than native Linux users

https://itsfoss.com/news/canonical-wsl-growth/
3•notRobot•15m ago•0 comments

Doom, in a Terminal

https://twitter.com/ParsaKhaz/status/2090227125341286856
3•parsak•15m ago•0 comments

Minecraft, in a Terminal

https://twitter.com/ParsaKhaz/status/2090831600753995880
3•parsak•16m ago•0 comments

Basics of Futexes (2018)

https://eli.thegreenplace.net/2018/basics-of-futexes/
2•cassepipe•17m ago•0 comments

Show HN: ChickenButt a Native GTK Chat Client for Ollama on Linux

https://www.chickenbutt.dev/
2•HimTortons•19m ago•1 comments

Futuristic 'hologram' tech promises ultra-realistic human telepresence (2018)

https://www.nbcnews.com/mach/science/futuristic-hologram-tech-promises-ultra-realistic-human-tele...
4•peter_d_sherman•19m ago•1 comments

Replacing 223-node agent graph with a single OSS LLM

https://www.netic.ai/blog/replacing-node-agent-graph-with-open-source-llm
2•yester01•20m ago•0 comments

Show HN: OzBrain, a shared brain for knowledge between agents and your team

https://ozbrain.com
6•dariusmonsef•22m ago•1 comments

Gutterwire is a new kind of news "excerpt aggregator"

https://www.gutterwire.com/
2•jeffgoldblumle•22m ago•0 comments

Modplay by Mark J Cox

https://esoom.com/mark/dev/modplay.html
2•bananaboy•25m ago•0 comments

Pentagon dismisses Stars and Stripes leadership after opposition to interference

https://apnews.com/article/stars-stripes-pentagon-censorship-media-d42affb0c17fef31c6089645c8dbbe70
7•petethomas•28m ago•0 comments

Turn Claude Code into a 24/7 Agent

https://github.com/gtapps/claude-code-hermit/
2•gtapps•28m ago•1 comments

A look at CrossPoint e-reader firmware

https://lwn.net/Articles/1087635/
3•pykello•28m ago•0 comments

AI Building Exoskeletons – Keeping Creative Inspiration

https://johnoestmannmusic.com/ai-building-exoskeletons/
2•soundworlds•34m ago•0 comments

Ask HN: What do you care about the most at this moment in time?

3•0sake_rs•36m ago•3 comments

Rose-9?

https://belkadan.com/blog/2026/08/ROSE-9/
2•frizlab•37m ago•0 comments

Scammers built a fake Zoom call from real videos of Singapore leaders

https://www.channelnewsasia.com/singapore/zoom-scam-5-million-analysis-full-video-6332621
2•sohkamyung•39m ago•0 comments

ZDOS – a bootable Linux distro and bare-metal Zlang runtime URL

https://github.com/high-cde/ZDOS
1•High-cde•40m ago•0 comments

Disney will drop medical insurance for some employees' spouses

https://www.businessinsider.com/disney-spouse-healthcare-coverage-employee-benefits-2026-8
6•petethomas•43m ago•0 comments

You Shouldn't Exist

https://www.marcnitzsche.de/you-shouldnt-exist/
3•mrccc•44m ago•1 comments

The Icelandic Phallological Museum: The world's only penis museum

https://www.phallus.is/
1•NaOH•44m ago•0 comments

The Scales Can't Fall from Our Eyes Fast Enough

https://www.nytimes.com/2026/08/20/opinion/trump-maga-immigration-woke-democrats.html
3•whack•51m ago•0 comments

Jock, a Nock Combinator Language

https://jock.is/
2•MrBuddyCasino•52m ago•0 comments
Open in hackernews

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

1•winwang•1y 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•1y 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•1y 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•1y 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•1y ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•1y ago
Agreed