frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude discovers a novel enzyme system with CRISPR-like repeats

https://www.anthropic.com/news/claude-discovers-novel-enzyme-system
339•raahelb•3h ago•324 comments

Fixing the Portobello Police Station Clock

https://pointinthecloud.com/2026-04-11-211700.html
339•avidly•6h ago•76 comments

VSCode's SSH Agent Is Bananas

https://fly.io/blog/vscode-ssh-wtf/
15•Rapzid•51m ago•4 comments

A brief history of Windows scroll bar shortcuts

https://devblogs.microsoft.com/oldnewthing/20260922-00/?p=112719/
75•tybulewicz•3h ago•36 comments

Italian parliament votes for return to nuclear energy

https://apnews.com/article/italy-nuclear-chernobyl-4891b6b7c7791ae84db6b0bf0f7cf567
419•geox•4h ago•253 comments

LensVLM: Compressing long context as images, expanding only relevant pages

https://huggingface.co/apple/LensVLM-9B
11•victormustar•3h ago•0 comments

Gemini 3.8 text-to-speech

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-text-to-speech/
214•swolpers•6h ago•109 comments

Jev in 25 Lines of Python

https://www.nobodywho.ai/posts/jev-in-25-lines/
591•bashbjorn•14h ago•190 comments

Radicle: Disclosure of Vulnerability in the Network Protocol

https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol
103•lostmsu•6h ago•36 comments

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

https://atlas-sysdes.vercel.app/
17•mertkahyaoglu•1d ago•5 comments

The Curious Power of Punctuation

https://www.newyorker.com/magazine/2026/09/28/on-the-mark-louis-menand-book-review
4•pepys•1d ago•0 comments

OpenAI breaches Medicare, Albanese reveals

https://www.smh.com.au/politics/federal/openai-breaches-medicare-albanese-reveals-20260924-p6100u...
38•jonnonz•51m ago•8 comments

Tokens too cheap to meter

https://jyn.dev/tokens-too-cheap-to-meter/
204•teoruiz•12h ago•166 comments

DoorDash Spent $1.4M Trying to Stop Mamdani from Becoming Mayor. Now We Know Why

https://theintercept.com/2026/09/23/doordash-delivery-nyc-mamdani-wage-theft-settlement/
212•vrganj•1h ago•80 comments

I don't want the details

https://michaelheap.com/i-dont-want-the-details/
314•mooreds•8h ago•178 comments

Z80 REPL (2018)

https://abagames.github.io/z80-repl/index.html
128•adunk•10h ago•18 comments

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

https://www.forensicdbg.com
11•Loren_SL•2h ago•0 comments

Claude Code reads AGENTS.md only when telemetry is on [fixed]

https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/
426•pszypowicz•9h ago•238 comments

Stripe's Knowledge AI Platform

https://stripe.dev/blog/meet-stripes-knowledge-ai-platform
159•ltononro•8h ago•99 comments

Swap, ZRAM, Zswap and Hibernate on NixOS

https://blog.matthewbrunelle.com/swap-zram-zswap-and-hibernate-on-nixos/
16•speckx•3h ago•3 comments

Once Claude can measure something, it can make it faster

https://claude.dev/blog/how-we-made-claude-ai-faster/
113•matthieu_bl•2h ago•70 comments

Show HN: Conway's Game of Life in boot sector

https://github.com/0xAX/BootLife
19•0xAX•2d ago•3 comments

UK military jamming other nations' satellites to defend itself, BBC told

https://www.bbc.com/news/articles/c32l8y8kygdvo
107•thm•4h ago•160 comments

QuestDB (YC S20) Is Hiring a Sales Engineer

https://questdb.com/careers/pre-sales-engineer-north-america/
1•nhourcard•9h ago

Making Tailscale Faster

https://tailscale.com/blog/making-tailscale-faster
14•yarapavan•4h ago•2 comments

The mystery animal on an ancient god's head

https://signoregalilei.com/2026/09/13/the-mystery-animal-on-an-ancient-gods-head/
3•surprisetalk•1d ago•0 comments

Seattle City Council votes to ban surveillance pricing in sale of groceries

https://advocacy.consumerreports.org/press_release/seattle-city-council-votes-to-ban-surveillance...
249•ortusdux•7h ago•140 comments

Strands Harness

https://strandsagents.com/blog/introducing-strands-harness/
128•zuckerborg0101•6h ago•89 comments

28% of job postings on company career sites have been open over 90 days

https://unlisted.careers/ghost-jobs/report/2026-09
184•rubatrejo•5h ago•266 comments

Transit rewards

https://waymo.com/blog/2026/09/transit-rewards/
244•raybb•19h ago•312 comments
Open in hackernews

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

https://atlas-sysdes.vercel.app/
16•mertkahyaoglu•1d ago

Comments

JoshJamesAnthon•1d ago
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 :)

mertkahyaoglu•1d ago
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.

esafak•23m ago
Tell your agent to spell out abbreviations with tooltips. For example, in https://atlas-sysdes.vercel.app/docs/05-notification-system it talks about APNs, and FCM without defining them.
heurekamala•1d ago
Really nice! It’s also a good reminder that there is always more to discover. Even when you think you know it all.
asamoahf•24m ago
Checked it out and I must say this is really incredible work. Wow!