frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Neill Blomkamp's new zombie AI 'film' is just slop warmed over

https://www.theverge.com/entertainment/968703/neill-blomkamps-nightborne-barley-studios-seedance
1•svarrall•1m ago•0 comments

Amazon "AGI foundation team" been disbanded

https://twitter.com/yuxin_tang_/status/2080042329583374796
1•embedding-shape•4m ago•0 comments

Unranked, Systemd, Crawls

https://www.marginalia.nu/log/a_138_systemdocker/
1•birdculture•9m ago•0 comments

Building a voice assistant that works for one specific person

https://blog.vxneo.com/building-a-voice-assistant-that-works-for-one-very-specific-person/
1•jaspanglia•12m ago•0 comments

The Hardest Way to Make a GIF

https://blog.willgrant.org/2026/07/23/the-hardest-way-to-make-gif.html
2•wgx•15m ago•1 comments

EC Fines Google $1B

https://www.nytimes.com/2026/07/23/business/google-eu-fine-search-competition.html
1•sanj•16m ago•0 comments

Accelerated European Summer Warming Driven by Atmospheric Circulation Changes

https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2026GL122424
1•admp•19m ago•0 comments

Automating a MongoDB JSON Import and Masked CSV Export

https://visualeaf.com/blog/automate-json-import-mongodb-export-csv-data-masking/
2•serena_wright•19m ago•0 comments

Drug reverses autism-like brain changes in adult mice within hours

https://www.uclahealth.org/news/release/drug-reverses-autism-like-brain-changes-adult-mice-within
2•geox•24m ago•0 comments

Chawan: TUI Web Browser

https://chawan.net/
1•roundabout-host•29m ago•0 comments

FCC planning to retroactively ban disguised DJI gadgets

https://www.theverge.com/news/968310/fcc-dji-drone-camera-ban-skyrover-xtra
3•bookofjoe•33m ago•1 comments

MCP-spec-audit, scan your MCP server for the July 28 spec changes

https://github.com/Temrel/temrel-agentic-toolkit/tree/main/tools/mcp-spec-audit
1•bentemrel•35m ago•0 comments

Senior Python Engineer – AI Agent Evaluation

https://apply.workable.com/toloka-ai/j/07A6121198
1•ValeriaLavren•36m ago•0 comments

Star Axis

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
2•tosh•37m ago•0 comments

Ancient Bronze Age shaman long assumed to be a man was a woman

https://www.livescience.com/archaeology/oops-ancient-bronze-age-shaman-long-assumed-to-be-a-man-w...
3•croes•37m ago•0 comments

Show HN: A live map of the news cycle, rebuilt hourly from embedded headlines

https://journofinder.com/news-graph
3•sach90•38m ago•3 comments

Flare Redact: Stop secrets from reaching logs, telemetry, and LLMs

https://github.com/umudhasanli/flare-redact
1•umudhasanli•38m ago•0 comments

What is missing in today's Go web frameworks?

https://github.com/nelthaarion/breeze
1•ethanwinters•38m ago•0 comments

Five Things You Notice When You Quit the News (2016)

https://www.raptitude.com/2016/12/five-things-you-notice-when-you-quit-the-news/
2•downbad_•40m ago•0 comments

You can't capture the nuance of my form fields (2021)

https://drewdevault.com/blog/You-cant-capture-the-nuance/
1•downbad_•41m ago•0 comments

Code mode yields a 99.2% cost reduction in our systems

https://www.agent-swarm.dev/blog/code-mode-token-savings
2•tarasyarema•42m ago•1 comments

Show HN: WeekendMax – Every 3-day-weekend trip from your city

https://weekendmax.com/
1•cakerace•42m ago•0 comments

The first known runaway AI agent – or a bad marketing stunt?

https://martinalderson.com/posts/huggingface-openai-exploit/
3•martinald•42m ago•1 comments

What Do You Do?

3•alfarez•43m ago•1 comments

A Motorcycle for the Mind

https://doctrine.engineering/
2•grinkelhoof•45m ago•0 comments

Show HN: Running PrismML's Bonsai inside DRAM by breaking DDR4 timing rules

2•pcdeni•45m ago•0 comments

Which is the best AI powered platform in 2026?

2•analytifyai•46m ago•0 comments

Inside Ukraine's Kill Zone

https://www.reuters.com/graphics/UKRAINE-CRISIS/KILL-ZONE/znpnojmknvl/
4•giuliomagnifico•46m ago•1 comments

An OpenAI Model Spent an Hour Finding a Sandbox Flaw to Open a Public PR

https://www.vincentschmalbach.com/an-openai-model-spent-an-hour-finding-a-sandbox-flaw-to-open-a-...
1•vincent_s•51m ago•0 comments

EU fines Google €890M for competition breaches over search and apps

https://www.theguardian.com/technology/2026/jul/23/eu-fines-google-for-competition-breaches-over-...
17•Stevvo•52m ago•3 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