frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What's Behind the Baby Bust?

https://www.newyorker.com/magazine/2026/09/28/inconceivable-the-impossibility-of-family-in-an-age...
2•xnx•3m ago•1 comments

Tau-induced mitochondrial reverse electron transport drives neurodegeneration

https://www.cell.com/neuron/abstract/S0896-6273(26)00541-6
1•brandonb•7m ago•0 comments

Auditing in the age of (good enough) AI

https://blog.trailofbits.com/2026/09/18/auditing-in-the-age-of-good-enough-ai/
1•aray07•7m ago•0 comments

IBM: First Modular Cryogenic Systems in Milestone Toward Fault-Tolerant

https://newsroom.ibm.com/2026-08-19-ibm-connects-its-first-modular-cryogenic-systems-in-milestone...
1•rkovashikawa•10m ago•0 comments

Show HN: Praxos – Multiplayer AI

https://www.praxos.ai/
5•mogusian•20m ago•0 comments

European Commission Reaches Agreement

https://users.ox.ac.uk/~peter/humour/euroenglish.html
1•xiaoyu2006•22m ago•0 comments

Jev is an honest game changer

https://benbrady.dev/blog/jev-is-an-honest-game-changer/
2•pampas•24m ago•2 comments

Ask HN: Dead Internet

5•basilikum•26m ago•5 comments

Floci: Local AWS Emulator for Development, Testing, and CI

https://github.com/floci-io/floci
3•timeoperator•27m ago•0 comments

The Real-Time Volumetric Cloudscapes of Horizon – Zero Dawn

https://drive.google.com/file/d/1fGWj5Dg9FjOjK0Zo76J-ROnoLpiCepaU/view
1•jdanyow•27m ago•0 comments

Why So Much Money on "AI"?

https://www.rosshartshorn.net/stuffrossthinksabout/why_so_much_money_on_ai/
4•rossdavidh•32m ago•1 comments

What Palantir Actually Does

https://www.thediff.co/archive/forward-deployed/
2•alastair1646•32m ago•0 comments

A tiny macOS menu bar app that keeps your Mac awake with the lid closed

https://github.com/archestra-ai/nonappa
1•margotli•35m ago•0 comments

Strands harness: frontier performance with 28% lower token cost

https://strandsagents.com/blog/introducing-strands-harness/
1•ot•40m ago•0 comments

Accumulated Variance

https://vibingarcologies.substack.com/p/accumulated-variance
1•wilburforce•41m ago•0 comments

Lasso: AI Watermarks Change How Agents Act

https://techstrong.ai/features/lasso-ai-watermarks-change-how-agents-act/
1•CrankyBear•44m ago•0 comments

Show HN: WebGCM – a global climate model running in the browser on WebGPU

https://gcm.echorelay.net/
2•jlhawn•45m ago•0 comments

Lisse: Squircle JavaScript Library

https://corne.rs/
1•handfuloflight•46m ago•0 comments

Splitt – Group expense splitting, settle-up, no caps (iOS)

https://splitt.cash/
2•pryhazhanau•47m ago•0 comments

Synthesia Interactive Avatar API

https://www.synthesia.io/post/interactive-avatar-api-real-time-avatars
1•techietech•49m ago•0 comments

The Internet (1997 – 2021)

https://www.opte.org/the-internet
1•basilikum•49m ago•1 comments

Show HN: A Self-hosted Deferred Deep linking. Firebase dynamic link model

https://github.com/Newtdev/blynk-deferlink
1•NewtDev•50m ago•1 comments

Gold Steadies as Traders Weigh Inflation and Fed Hike Outlook

https://coinmarketcap.com/community/post/379486955/
1•joeymabia1•51m ago•0 comments

Teen Autopsy Marks Arrival of Deadly Drug Cychlorphine in San Francisco

https://www.nytimes.com/2026/09/14/us/san-francisco-autopsy-cychlorphine.html
2•bookofjoe•53m ago•1 comments

A Kansas girl ran off to join the circus and changed the tattoo world

https://www.npr.org/2026/09/16/nx-s1-5955615/a-kansas-girl-ran-off-to-join-the-circus-and-changed...
7•gmays•53m ago•0 comments

'Epigenetic' editing banishes hepatitis B virus

https://www.nature.com/articles/d41586-026-02981-9
8•sbulaev•53m ago•0 comments

Fly.io 2026 Pricing Update

https://fly.io/pricing-update/
2•bialyalibaba•55m ago•0 comments

macOS 26.4 silently enabled login keychain data protection

https://lapcatsoftware.com/articles/2026/9/5.html
3•chmaynard•57m ago•0 comments

Google CC, an AI agent built for families

https://blog.google/innovation-and-ai/models-and-research/google-labs/cc-expanding-to-groups/
3•hmokiguess•57m ago•0 comments

Ask HN: Why does it matter if no one reads your novel as long as the AIs do?

4•amichail•57m ago•16 comments
Open in hackernews

Show HN: WebGCM – a global climate model running in the browser on WebGPU

https://gcm.echorelay.net/
2•jlhawn•45m ago
I started this four and a half years ago. I wanted to build a climate model as both a toy and educational tool that I could visualize in a web browser. I have always been interested in meteorology and asked r/ClimateScience for advice on the math and physics on building an in-browser climate model as an educational tool, and a few people said it was far too ambitious. They were right. I could build the geometry, an icosahedral hexagonal grid on a globe, and I have an intuitive understanding of the math but integrating the Navier-Stokes equations and the physics proved to be too difficult for me, and the closest I got after nearly of month of work was a model that blew up within two simulated days.

Fast forward 4 and a half years. I figured that if models like Claude and GPT Astra could solve a milennium prize problem about fluid dynamics then they could help me fix the broken model and iterate on it until my vision was realized. On Friday, I threw down $200 for a Claude Max subscription, and this is the result of a single weekend's work on top of where I had left off.

What it is now, in technical terms: a hydrostatic primitive-equation atmosphere on that hex grid (the TRiSK scheme MPAS uses), 27 levels, about 41,000 cells at 110 km, with grey radiation, moist convection, a boundary layer, sea ice, a land surface with snow, a two-layer ocean and real topography. Every kernel runs on the GPU; on my MacBook Pro (M1 Max) it does about 70 simulated hours a minute from a six-year spin-up, hence the 50 MB first load. You can color the globe by twenty-odd fields, animate wind or currents, draw isobars, or view it from space under the model's own sun. The URL captures the view, so links open specific places.

Caveats: an educational model, not a validated one. It runs about four degrees colder than Earth and I'm still tuning it, the ocean is crude and shallow, and it needs WebGPU (Chrome, Edge, Safari 26) for best performance. It's currently tuned for my specific machine specs but I suspect it will run well on most desktop-class Apple Silicon machines from the past 5 years.

Source and design notes: https://github.com/jlhawn/geodesic

Edit: If it runs really well on your machine, something well above 100 simulated hours per minute (displayed on the top-left of the page), let me know your machine specs! You should also try to reload the page with `?N=128` in the query params and it will re-grid to an even higher resolution. But it will take a few simulated days to settle down after the initial shock from the changed resolution. If you end up tyring this, check out the Temperature overlay at 10 hPa height and you should see Gravity Waves [1] rippling through the top of the atmosphere!

[1] https://en.wikipedia.org/wiki/Gravity_wave