frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Don't use your phone while you poop

https://nate.spot/no-phone-while-poop/
1•ExMachina73•20s ago•0 comments

At the altar of AI capex, Google is sacrificing the golden goose

https://twitter.com/MaxAnderson/status/2080229375773941871
1•wyclif•2m ago•0 comments

We mapped every data centre on Earth [video]

https://www.youtube.com/watch?v=8M3MciEmC5c
1•skibz•2m ago•0 comments

I built a voice agent that resolves IT/HR support issues end-to-end

https://www.youtube.com/watch?v=GffeCdNQ5JQ
1•ManoBharathi93•3m ago•0 comments

Prinevo Memory: A Domain-Pluggable Context Graph for Long-Term Agent Memory

https://drive.google.com/file/d/1dqX6t-r03SKalM9Fcvz6g0Ixp-8QLXqZ/view?usp=sharing
1•sohitkeshri•4m ago•0 comments

Gentoo bugzilla closed due AI bot scraper overload

https://social.treehouse.systems/@mgorny/117058483039362779
2•happosai•10m ago•0 comments

Banning data centers would blow up the U.S. economy

https://www.noahpinion.blog/p/banning-data-centers-would-blow-up
1•nedruod•12m ago•0 comments

Which editing tool using in 2026?

1•karam_hn•16m ago•0 comments

AI-generated stories rated better quality than human-written ones, study finds

https://www.theguardian.com/technology/2026/aug/05/ai-generated-stories-rated-better-quality-than...
2•Risse•17m ago•0 comments

Show HN: Sovereign Engine – Local-first intent engine in Rust and Tauri

https://github.com/Sovereign34/sovereign-engine
1•Sovereign34•17m ago•0 comments

The National Design Studio Became a DOGE Landing Pad. Now 'Big Balls' Is Hiring

https://www.wired.com/story/national-design-studio-doge-recruiting/
1•robbiet480•18m ago•0 comments

The Microstructure of Wealth Transfer in Prediction Markets

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7217640
1•jonbecker•25m ago•0 comments

AI's Latest Rocket Ship Is an Old School, 28-Year-Old Data Company

https://www.forbes.com/sites/iainmartin/2026/08/06/ais-latest-rocket-ship-is-an-old-school-28-yea...
1•Michelangelo11•26m ago•0 comments

The Last New Word

https://www.lucasfcosta.com/fiction/the-last-new-word
2•lucasfcosta•30m ago•0 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
2•electricant•33m ago•0 comments

A private curl-to-Python converter that runs in the browser

https://www.endpoint51.com/curl-to-python/
1•endpoint51•35m ago•1 comments

I run a 9-model LLM council to write a financial newsletter. What breaks

https://marketdaily.ai/blog/eng-llm-council-judge-en-202608
2•delvinchang•36m ago•0 comments

Voyager 1 FDS Computer Emulator

https://zaneham.github.io/voyager-fds-emulator/
2•rahen•37m ago•0 comments

A domain can now say it is for sale, in DNS

https://specification.website/spec/foundations/for-sale-dns/
2•shaunpud•39m ago•0 comments

Show HN: Patchward-check – list the test expectations a diff removes

https://pypi.org/project/patchward-check/
1•kolesnikov-arch•40m ago•0 comments

A Generation on Antidepressants Searches for the Exit

https://www.nytimes.com/2026/08/07/opinion/antidepressants-ssris-side-effects-drugs-maha.html
2•bookofjoe•48m ago•1 comments

Sleep Alters the Velocity of Physiological Brain Pulsations in Humans

https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202503745
1•cs1996•49m ago•0 comments

Hacker News MCP

https://hackernews.marcokittel.de
2•evlute•49m ago•1 comments

Downfall

https://downfall.page/
4•conferza•52m ago•0 comments

ROMbug Onion: A Tor Browser with Onion Routing, Privacy and a Separate Identity

https://rombugonion.com/
1•chainbuilder•52m ago•0 comments

Superdna – analyze your DNA raw file locally

https://github.com/Wolg/superdna
2•wolg•53m ago•0 comments

How Cleaning up space debris could grow to become a big business

https://www.cnbc.com/2026/08/08/space-debris-junk-spacex-rocket-moon-crash.html
1•ck2•53m ago•1 comments

The Caretakers

https://leejo.github.io/2026/08/08/caretakers/
1•leejo•53m ago•0 comments

Marimomono: A Marimo Simulator

https://www.zeldas.page/marimo
1•zeldahessler•56m ago•0 comments

MCP Is Dead; Long Live MCP – Revisited

https://chrlschn.dev/blog/2026/08/mcp-is-dead-long-live-mcp/
1•CharlieDigital•1h 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