frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gemini hacked three companies in first known breakout by Google's AI

https://www.reuters.com/business/gemini-hacked-three-companies-first-known-breakout-by-google-ai-...
1•usernomdeguerre•3m ago•0 comments

Nuclear tests at Mt. Mantap have reactivated intraplate faults

https://www.science.org/doi/10.1126/science.adx5917
1•geox•8m ago•0 comments

NIST Elliptic Curves Seeds Bounty (2023)

https://words.filippo.io/seeds-bounty/
1•greyface-•9m ago•0 comments

Google's Gemini becomes latest AI model to break out and hack computer systems

https://www.cnbc.com/2026/09/18/googles-gemini-becomes-latest-ai-model-to-break-out-and-hack-comp...
1•ahmedhossamdev•19m ago•0 comments

Australian government considers ban on smart glasses in public buildings

https://www.theguardian.com/technology/2026/sep/17/albanese-government-considers-world-leading-ba...
1•dabinat•20m ago•0 comments

Muse gets all your unclaimed money back!

https://auth.muse.ai/aymh/?origin=https%3A%2F%2Fmuse.ai
1•mayahalp•22m ago•0 comments

Show HN: Typesafe Java SDK (Unofficial)

https://github.com/QAInsights/typesafe-java-sdk
1•qainsights•40m ago•1 comments

The Race for 1000 Goals

https://1k.football/
1•anydigital•46m ago•0 comments

Rare Gene Drastically Raises Lung Cancer Risk in People Who Never Smoked

https://www.nytimes.com/2026/09/17/science/lung-cancer-gene-mutation-risk.html
2•bookofjoe•55m ago•1 comments

macOS Liquid Glass in VS Code: Cursed or Blursed?

https://alec.is/posts/macos-liquid-glass-and-vscode/
1•arm32•58m ago•0 comments

Federated Learning Is Not Private for Google GBoard Next Word Prediction [pdf]

https://arxiv.org/abs/2210.16947
1•thunderbong•59m ago•0 comments

Trump deal keeps Greenland Danish while expanding U.S. military presence

https://apnews.com/article/trump-greenland-military-denmark-4cf77cb4608b685a70410bd679479193
3•aoli-al•1h ago•0 comments

What I Can Remember

1•fractal618•1h ago•2 comments

Federal watchdog accuses Humana, UnitedHealthcare of upcoding

https://www.healthcaredive.com/news/hhs-oig-audit-humana-unitedhealthcare-medicare-advantage-upco...
3•elo2000•1h ago•0 comments

Show HN: I'm walking 42km across Tokyo, through 30 stations

https://yamathon.tonymanh.space
1•tonymanh•1h ago•0 comments

Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe

https://liveworld.info/
4•harisingh1612•1h ago•0 comments

Show HN: An OSS Python dependency scanner for exploited, unmaintained packages

https://github.com/binuka200/package-doctor
3•binukajayaweera•1h ago•1 comments

The Language Modeler

https://github.com/MLSystemsRI/ml-systems-public/blob/main/why/articles/the-language-modeler.md
1•Salparvezml•1h ago•0 comments

The Great Unbundling of the LLM

https://seldon-ai.com/blog/generation-is-the-wrong-primitive
4•nlpnerd•1h ago•1 comments

Google Says Its A.I. Hacked Three Companies in Testing Breakout

https://www.nytimes.com/2026/09/18/technology/google-gemini-ai.html
2•droidjj•1h ago•0 comments

Welcome to Shaderland

https://shaderland.net/devlog/1-init/
2•airstrike•1h ago•0 comments

Radar: An Expert-Level Generalist AI for Abdominal CT Diagnosis

https://github.com/alibaba-damo-academy/damo-radar
2•rguiscard•1h ago•0 comments

European leaders prepare public for 'intensified threat' from Putin

https://www.politico.eu/article/russia-vladimir-putin-nato-drone-attacks-europe-leaders-warning/
3•rzk•1h ago•0 comments

Why my alert triage workflow needed a CLI

https://powers.dev/writing/why-i-built-signoz-cli/
2•jonpowers•1h ago•1 comments

AI cracked the Navier–Stokes challenge. What does that mean for physics?

https://www.nature.com/articles/d41586-026-02922-6
1•sbulaev•1h ago•0 comments

Machine Gods – the official podcast of the singularity

https://machinegods.fm/
2•flakiness•1h ago•0 comments

Cannabis Supply Chain Database

https://cannabis-supply-chain.pages.dev/
2•measurablefunc•1h ago•0 comments

AI insiders issue new warnings – including former Anthropic engineer Jacob Coxon

https://slashdot.org/story/26/09/17/2042242/ai-insiders-issue-new-warnings---including-former-ant...
2•MilnerRoute•1h ago•1 comments

Plan Advice in PostgreSQL 19

https://tapoueh.org/blog/2026/09/plan-advice-in-postgresql-19/
1•craigkerstiens•1h ago•0 comments

Prepare your iPhone 18 Pro Max to ship

https://support.apple.com/en-us/127848
8•ledoge•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