Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    305comments
  2. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    74comments
  3. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    35comments
  4. Italian parliament votes for return to nuclear energy(apnews.com)
    237comments
  5. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    discuss
  6. Gemini 3.8 text-to-speech(blog.google)
    105comments
  7. Jev in 25 Lines of Python(nobodywho.ai)
    190comments
  8. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    36comments
  9. Tokens too cheap to meter(jyn.dev)
    160comments
  10. Show HN: An atlas of system designs with interactive architecture diagrams(atlas-sysdes.vercel.app)
    6comments
  11. DoorDash Spent $1.4M Trying to Stop Mamdani from Becoming Mayor. Now We Know Why(theintercept.com)
    72comments
  12. I don't want the details(michaelheap.com)
    176comments
  13. Z80 REPL (2018)(abagames.github.io)
    18comments
  14. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    238comments
  15. Stripe's Knowledge AI Platform(stripe.dev)
    99comments
  16. OpenAI Medicare Data Breach(smh.com.au)
    4comments
  17. Once Claude can measure something, it can make it faster(claude.dev)
    69comments
  18. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    158comments
  19. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    3comments
  20. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    discuss
  21. Show HN: Conway's Game of Life in boot sector(github.com/0xax)
    3comments
  22. Making Tailscale Faster(tailscale.com)
    discuss
  23. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    137comments
  24. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  25. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    7comments
  26. Transit rewards(waymo.com)
    308comments
  27. GPT-6 Sol and Luna(openai.com)
    820comments
  28. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    262comments
  29. Strands Harness(strandsagents.com)
    89comments
  30. What California is learning from solar panels built over irrigation canals(kqed.org)
    683comments

Show HN: An atlas of system designs with interactive architecture diagrams

10 pointsby 1d agoatlas-sysdes.vercel.app
5 comments
1d agoHN ↗

Hey! This is cool, and actually in the same spirit of my own tool. Not sure if you'd be interested in combining your vision of a repository of architecture models, with my platform (blueprintr.io)?

Seems like a match made in heaven :)

1d agoHN ↗

Author here. I kept bouncing between paywalled courses and link dumps while prepping for system design interviews, and wanted one place where each design is worked end to end and you can click into the architecture instead of squinting at a PNG.

Up front: most of the writing is LLM-generated. I picked the topics, set the structure and reviewed the pages, but the prose isn't hand-written.

The architecture diagrams are real React Flow canvases rather than images — they pan, zoom and go fullscreen, and every node is clickable, showing what it's for, its trade-off, and a link to the concept module explaining it. Node colour is by kind across every diagram, so the same colour always means the same thing.

The numbers are interview-grade rather than measured, so treat them as a starting point. Corrections are the most useful thing anyone can send — that's the main reason it's open source.

1d agoHN ↗

Really nice! It’s also a good reminder that there is always more to discover. Even when you think you know it all.

10m agoHN ↗

Checked it out and I must say this is really incredible work. Wow!