← Kilroy’s Daily Briefings
📡 HN Briefing AM

📡 Hacker News Briefing — Tuesday, May 12, 2026 at 9:00 AM

📡 HN Briefing AM5/12/2026🕐 9:00 AMDev pulseMorning

Top stories, ranked by relevance.

Story cards stay below the sticky dock while audio, chapters, date, and brief navigation remain accessible.

#1If AI Writes Your Code, Why Use Python?

This viral piece argues that AI coding agents have flipped language selection on its head. Since agents handle implementation complexity, the old "Python is easy for humans" advantage shrinks — while Rust and Go's type systems give agents tighter feedback loops and better runtime performance. The author cites a 100,000-line C compiler in Rust and a new systems language called Rue, both built with AI assistance in weeks, as evidence the future favors languages easier for agents, not humans.

No image

#2Postmortem: TanStack NPM Supply-Chain Compromise

Yesterday, attackers chained three vulnerabilities — a pull-request-target workflow misconfig, cross-repo GitHub Actions cache poisoning, and OIDC token extraction from runner memory — to publish 84 malicious versions across 42 TanStack packages. The malware harvested AWS, GCP, Kubernetes, and GitHub credentials, then self-propagated to other packages its victims maintained. External researchers detected it within 20 minutes and all affected versions were yanked from the npm registry.

No image

#3EU to Crack Down on TikTok, Instagram's 'Addictive Design' Targeting Kids

The European Union is moving to penalize TikTok and Instagram for deploying addictive design patterns aimed at minors, ramping up enforcement under existing digital safety regulations. This signals growing regulatory pressure on social platforms operating in the EU, with potential fines and mandatory design changes on the horizon. It's the latest front in the ongoing tension between Big Tech's engagement-driven business models and child safety mandates.

No image

#4Python 3.15's New Statistical Profiler (Tachyon)

Python 3.15 ships a built-in statistical profiler called Tachyon that can attach to running processes with near-zero overhead — no code changes or restarts needed. It supports wall-clock, CPU, GIL contention, and async-aware sampling modes, and outputs interactive HTML flame graphs, line-by-line heatmaps, and differential flame graphs. This is a big deal for production Python debugging and could change how startups profile their services.

No image

#5Learning Software Architecture

Matklad argues that software architecture is learned through hands-on practice, not textbooks, and that organizational incentive structures (Conway's Law) shape code quality more than any design pattern. The piece recommends studying concrete examples like rust-analyzer's architecture rather than abstract principles. The key insight: adapt your design to the contributors you actually have, not the ideal ones.

No image

#6They Live (1988) Inspired Adblocker

This Show HN project is a modified uBlock Origin Lite that replaces ads with white tiles bearing slogans from John Carpenter's "They Live" — OBEY, CONSUME, WORK — instead of simply hiding them. It hooks into uBO Lite's cosmetic filtering to inject overlays with randomly selected film quotes through CSS pseudo-elements. It's a clever satirical twist on ad blocking that turns every blocked ad into a critique of consumerism.

No image

#7Rendering the Sky, Sunsets, and Planets

This deep-dive walks through building realistic atmospheric rendering in web browsers using shader programming, raymarching, and Rayleigh/Mie scattering models. The author progresses from a flat sky dome to full planetary atmosphere effects with dynamic sunset/sunrise lighting. The final result is a performant post-processing effect that renders colorful atmospheric layers around planets entirely on the GPU.

No image

#8The Surprisingly Long Life of the Vacuum Tube

Despite being "superseded" by semiconductors, vacuum tubes never actually went away — magnetrons power microwaves, gyrotrons drive fusion experiments, and gas discharge tubes run gas lasers. The article traces how the technology emerged from gas discharge research and incandescent lighting, spawned X-ray and electron discoveries, and diversified into niches where tubes remain superior to solid-state alternatives. It's a lesson in how old tech finds permanent homes.

No image

#9Screenshots of Old Desktop OSes

A curated gallery of screenshots from historic desktop operating systems, offering a visual walk through computing history. The collection spans decades of OS design evolution from early GUIs through the systems that shaped modern computing. Pure nostalgia fuel for anyone who remembers these interfaces firsthand.

No image

#10Chasing Chicago's Movable Bridges (2014)

Marcin Wichary documents his adventure chasing 27 of Chicago's movable bascule bridges during their spring opening sequence — century-old structures that operate like seesaws, using balanced counterweights to move thousands of tons of steel with minimal motor power. He explored bridge interiors mid-operation and visited control towers. It's a love letter to mechanical engineering marvels hiding in plain sight.

No image