frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

She Is Set to Win 2026 Fields Medal, Nobel of Math [video]

https://www.youtube.com/watch?v=WRM-VRl5qV8
1•amichail•1m ago•0 comments

KV Cache and Flash Attention with interactive diagrams

https://kvcache.cobanov.dev/
2•cobanov•3m ago•0 comments

The Long and Unprofitable Life of the Short Story Collection

https://laurabmcgrath.substack.com/p/the-long-and-unprofitable-life-of
1•ilamont•5m ago•0 comments

Singapore inks AI deals with Google

https://www.cnbc.com/2026/05/20/singapore-google-openai-ai-partnerships-lab-investment-chatgpt-ai...
1•01-_-•7m ago•0 comments

An OpenAI model has disproved a central conjecture in discrete geometry

https://openai.com/index/model-disproves-discrete-geometry-conjecture/
3•tedsanders•7m ago•0 comments

China banned Nvidia 5090D V2 while CEO Jensen Huang was in town, report claims

https://www.tomshardware.com/tech-industry/china-banned-nvidia-5090d-v2-while-ceo-jensen-huang-wa...
1•01-_-•8m ago•0 comments

The reason people stay on Chrome despite its terrible privacy track record

https://www.neowin.net/editorials/the-real-reason-everyone-stays-on-chrome-despite-its-terrible-p...
1•theanonymousone•9m ago•0 comments

Everyone Against Us (2023)

https://www.chicagomag.com/chicago-magazine/april-2023/everyone-against-us/
1•NaOH•9m ago•0 comments

Why Not Tail Recursion?

https://futhark-lang.org/blog/2026-01-20-why-not-tail-recursion.html
1•Munksgaard•11m ago•0 comments

How We Built Security into Computer

https://www.perplexity.ai/hub/blog/how-we-built-security-into-computer
1•gmays•11m ago•0 comments

The Refining Crisis – Part 1: Why Fuels, Not Crude, Are the Real Story

https://crackthemarket.substack.com/p/the-refining-crisis-part-1-why-fuels
1•JumpCrisscross•16m ago•0 comments

Cloudflare issue: Workers subrequests returning 1006

https://www.cloudflarestatus.com/incidents/37szr7sz1t5r
1•NiekvdMaas•18m ago•0 comments

Russia's plan to advertise on rockets and spacecraft takes off

https://arstechnica.com/space/2026/05/russias-plan-to-advertise-on-rockets-and-spacecraft-takes-off/
2•LorenDB•18m ago•0 comments

Show HN: expo-callkit-telecom – easily integrate CallKit/Core-Telecom

https://github.com/mfairley/expo-callkit-telecom
1•mfairley•19m ago•0 comments

Plan Meals. Save Cash. Stress Less

https://budgetbites.website
1•ClarenceJackson•19m ago•0 comments

Tracking Starbucks' 'widely recyclable' cups: none ended up at recycling

https://www.beyondplastics.org/press-releases/starbucks-cups-recyclable-report
41•theanonymousone•21m ago•4 comments

Noemi Reveals Multi-Mission Strategy for Electric Amphibious Aircraft

https://www.ainonline.com/aviation-news/futureflight/2026-05-19/noemi-reveals-multi-mission-strat...
1•rbanffy•23m ago•0 comments

Startup Fundraising, just like Dating, are both deeply inefficient markets

https://intercoin.org/matchmaking.html
2•EGreg•23m ago•0 comments

End of the beginning – the state of global energy markets after ten weeks of war

https://nbutler.substack.com/p/the-end-of-the-beginning-the-state
1•JumpCrisscross•23m ago•0 comments

Node.js 26.0.0 (Now with Temporal)

https://nodejs.org/en/blog/release/v26.0.0
6•aarestad•24m ago•1 comments

Researchers discover a new gigantic dinosaur species in Thailand

https://abcnews.com/International/researchers-discover-new-gigantic-dinosaur-species-thailand/sto...
1•gmays•24m ago•0 comments

Ask HN: US is planning another Invasion (Cuba).Can Congress/public stop this?

3•orsenthil•25m ago•2 comments

Understand Russian without Studying [video]

https://www.youtube.com/watch?v=86zPQ53bgX0
2•diimdeep•25m ago•0 comments

GitHub Source code leaked. Be prepared

https://twitter.com/github/status/2056949169701720157
4•TZubiri•25m ago•1 comments

Show HN: Llama CPU Benchmarks

https://deemwar-products.github.io/llama-cpu-benchmarks/
1•muthuishere•25m ago•0 comments

What You Will Lose When You Retire – By Dan Haylett

https://danhaylett.substack.com/p/what-you-will-lose-when-you-retire
3•bilsbie•28m ago•1 comments

If an LLM is too expensive it won't be next year

http://liveatthewitchtrials.blogspot.com/2026/05/if-llm-is-too-expensive-it-wont-be-next.html
3•speckx•33m ago•0 comments

Citor: A header-only C++20 thread pool tuned for sub-us dispatch

https://github.com/Lallapallooza/citor
3•Lallapallooza•36m ago•0 comments

Flipper One Tech Specs

https://docs.flipper.net/one/general/tech-specs
5•gregsadetsky•38m ago•0 comments

Marine scientists discover record number of new species

https://abcnews.com/International/marine-scientists-discover-1100-new-species-new-record/story?id...
2•thunderbong•40m 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