Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Tau-induced mitochondrial reverse electron transport drives neurodegeneration(cell.com)
    discuss
  2. Auditing in the age of (good enough) AI(trailofbits.com)
    discuss
  3. IBM: First Modular Cryogenic Systems in Milestone Toward Fault-Tolerant(ibm.com)
    discuss
  4. Show HN: Praxos – Multiplayer AI(praxos.ai)
    discuss
  5. European Commission Reaches Agreement(ox.ac.uk)
    discuss
  6. Jev is an honest game changer(benbrady.dev)
    2comments
  7. Ask HN: Dead Internet
    5comments
  8. Floci: Local AWS Emulator for Development, Testing, and CI(github.com/floci-io)
    discuss
  9. The Real-Time Volumetric Cloudscapes of Horizon – Zero Dawn(drive.google.com)
    discuss
  10. Why So Much Money on "AI"?(rosshartshorn.net)
    1comments
  11. What Palantir Actually Does(thediff.co)
    discuss
  12. A tiny macOS menu bar app that keeps your Mac awake with the lid closed(github.com/archestra-ai)
    discuss
  13. Strands harness: frontier performance with 28% lower token cost(strandsagents.com)
    discuss
  14. Accumulated Variance(vibingarcologies.substack.com)
    discuss
  15. Lasso: AI Watermarks Change How Agents Act(techstrong.ai)
    discuss
  16. Show HN: WebGCM – a global climate model running in the browser on WebGPU(echorelay.net)
    discuss
  17. Lisse: Squircle JavaScript Library(corne.rs)
    discuss
  18. Splitt – Group expense splitting, settle-up, no caps (iOS)(splitt.cash)
    discuss
  19. Synthesia Interactive Avatar API(synthesia.io)
    discuss
  20. The Internet (1997 – 2021)(opte.org)
    1comments
  21. Show HN: A Self-hosted Deferred Deep linking. Firebase dynamic link model(github.com/newtdev)
    1comments
  22. Gold Steadies as Traders Weigh Inflation and Fed Hike Outlook(coinmarketcap.com)
    discuss
  23. Teen Autopsy Marks Arrival of Deadly Drug Cychlorphine in San Francisco(nytimes.com)
    1comments
  24. A Kansas girl ran off to join the circus and changed the tattoo world(npr.org)
    discuss
  25. 'Epigenetic' editing banishes hepatitis B virus(nature.com)
    discuss
  26. Fly.io 2026 Pricing Update(fly.io)
    discuss
  27. macOS 26.4 silently enabled login keychain data protection(lapcatsoftware.com)
    discuss
  28. Google CC, an AI agent built for families(blog.google)
    discuss
  29. Ask HN: Why does it matter if no one reads your novel as long as the AIs do?
    15comments
  30. IA Agent Arthur – Developed an OfflineAIagent(x.com)
    discuss

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

2 pointsby 41m agogcm.echorelay.net
0 comments
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

A quiet thread, for now.Start the conversation on HN ↗