frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Durable Agent Sessions API (Preview)

https://opencomputer.durableagents.dev/
2•igorzij•9m ago•0 comments

OpenAI DayBreak – GPT-5.5-Cyber

https://openai.com/index/daybreak-securing-the-world/
2•AaronO•10m ago•0 comments

SpaceX sheds $400B in market value as debut rally hits reverse

https://www.ft.com/content/c11d08ed-6668-4678-b829-1d50acbd12d4
3•simonpure•10m ago•0 comments

Full typing for Nix based on TypeScript

https://github.com/ryanrasti/typenix
2•LelouBil•11m ago•0 comments

Matt's Script Archive: The Scripts That Reshaped the Web

https://tedium.co/2026/06/22/matts-script-archive-retrospective/
3•1317•15m ago•0 comments

AFUN: Towards an Affordance Foundation Model for Functionality Understanding

https://www.zhaoningwang.com/AFUN/
3•ilreb•22m ago•0 comments

Home Assistant OS 18.0

https://github.com/home-assistant/operating-system/releases/tag/18.0
2•ilreb•25m ago•0 comments

AWS introduces Lambda MicroVMs: isolated sandboxes with full lifecycle control

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
3•joeyhage•25m ago•0 comments

In Praise of Memcached

https://jchri.st/blog/in-praise-of-memcached/
3•j03b•31m ago•0 comments

Universal basic income, the utopian idea resurging in Silicon Valley

https://www.lemonde.fr/en/opinion/article/2026/06/14/universal-basic-income-the-utopian-idea-resu...
3•nreece•31m ago•0 comments

Every Choice Changes Everything: The Show

https://blog.codinghorror.com/every-choice-changes-everything-the-show/
2•doppp•32m ago•0 comments

Death by a Thousand Comments

https://royalicing.com/2026/death-by-a-thousand-comments
4•burntcaramel•35m ago•0 comments

69 Ways to Mess Up Your Deploy

https://kellyshortridge.com/blog/posts/69-ways-to-mess-up-your-deploy/
3•rzk•38m ago•0 comments

Shall We Play a Coordination Game?

https://kellyshortridge.com/blog/posts/shall-we-play-a-coordination-game/
3•rzk•40m ago•0 comments

Hackers Publish Knicks and Madison Square Garden Data Online

https://itnerd.blog/2026/06/18/hackers-publish-knicks-and-madison-square-garden-data-online/
2•mooreds•41m ago•0 comments

Palmier Pro: macOS video editor built for AI

https://github.com/palmier-io/palmier-pro
2•maxloh•41m ago•0 comments

AI's Brokenomics

https://www.wheresyoured.at/brokenomics/
6•Anon84•45m ago•1 comments

Elescend Marketing

https://www.elescendmarketing.com
2•jemswilliams•50m ago•0 comments

The biggest problem I see with people trying to sell to Pharma

2•rshadow117•50m ago•0 comments

Eyewitness at the Triangle (1911)

http://trianglefire.ilr.cornell.edu/index.html
2•NaOH•52m ago•0 comments

Polymarket's viral videos showed people winning big, but the bets were fake

https://arstechnica.com/tech-policy/2026/06/polymarkets-viral-videos-showed-people-winning-big-bu...
67•pseudolus•58m ago•22 comments

Gee-haw whimmy diddle toy [video]

https://www.youtube.com/watch?v=miznyTxjT3k
2•1970-01-01•1h ago•0 comments

Facial recognition on public buses sparks debate over security and privacy

https://apnews.com/article/kansas-city-facial-recognition-ai-cameras-privacy-87847f57c94b6c2a9e22...
8•devonnull•1h ago•1 comments

Ando

https://www.ando.so/
3•handfuloflight•1h ago•0 comments

Graphviz MCP Provider

https://graphviz-provider.rodmena.app/
4•rodmena•1h ago•0 comments

Show HN: DELN – An interactive atlas of AI training datasets

https://deln.ai/atlas
2•yshunnar•1h ago•0 comments

AI is changing biological and nuclear risks; governance must change accordingly

https://thebulletin.org/2026/06/ai-is-changing-biological-and-nuclear-risks-governance-must-chang...
3•pseudolus•1h ago•0 comments

The future of oil prices may depend on China

https://www.cnn.com/2026/06/22/energy/oil-price-china-dependence-iran-war-intl-hnk
2•toomuchtodo•1h ago•1 comments

California police are using drones to disarm people, make arrests

https://www.sfgate.com/bayarea/article/california-police-drone-responders-22315437.php
4•pseudolus•1h ago•1 comments

We built the fastest API for GLM-5.2 (280 TPS)

https://www.baseten.co/blog/how-we-built-the-worlds-fastest-api-for-glm-52/
6•philipkiely•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