From Hacker News
Stories 1 – 10
No. 01Privacy & SecurityApplies to you
by nl · 819 points · 509 comments
The Census Bureau is pulling back differential privacy noise injection from its statistical products after years of controversy. This is a significant policy reversal with massive implications for how governments balance privacy with data accuracy. The 509-comment HN thread is a goldmine of privacy engineering debate.
No. 02Creative SoftwareApplies to you
by ravenical · 697 points · 226 comments
Tonsky digs into the obsessive craft of making UI rendering feel perfectly smooth — every frame, every time. If you've ever been bothered by janky animations or dropped frames in apps, this will validate your frustration and explain the engineering required to fix it. Required reading for anyone who cares about software quality.
No. 03AI ToolsApplies to you
by ls612 · 680 points · 498 comments
WSJ reports that Amazon CEO Andy Jassy's conversations with U.S. officials directly led to export restrictions being placed on Anthropic's models — the same Claude you use in Claude Code. This is a critical story for anyone building on Anthropic's API, as geopolitical pressure is now directly shaping model availability.
No. 04Privacy & Security
by pera · 642 points · 370 comments
Reuters expands the BlackCore election interference story beyond France, linking the firm to suspected influence operations in New York City and Scottish elections. This is the digital-age mercenary disinformation industry in full view — a stark reminder of what coordinated cyber-influence looks like at scale.
No. 05AI ToolsApplies to you
by aloknnikhil · 565 points · 301 comments
Zhipu AI drops GLM 5.2, the latest in their competitive open-weight LLM series. With 301 comments on HN, the community is actively benchmarking it against Qwen and other frontier open models. Worth evaluating as a self-hostable alternative for AI coding workflows.
No. 06AI ToolsApplies to you
by sbochins · 287 points · 237 comments
A practical guide to running capable AI coding assistants locally without spending a fortune on cloud API bills or GPU hardware. Directly relevant to anyone supplementing or replacing Claude Code with local models — the 237-comment discussion is full of real-world configurations and cost breakdowns.
No. 07AI Tools
by austinallegro · 318 points · 151 comments
A Derbyshire police officer is under investigation for allegedly using generative AI to fabricate evidence across multiple cases — a chilling real-world example of AI misuse with serious legal consequences. This is the kind of story that will accelerate AI regulation debates worldwide.
No. 08Weird Science
by andsoitis · 356 points · 128 comments
Researchers treating pancreatic cancer may have stumbled onto a fundamental mechanism controlling tumor growth across many cancer types. If the 'master switch' hypothesis holds up, this could represent a paradigm shift in oncology. Landmark science worth following closely.
No. 09AI ToolsApplies to you
by iMil · 246 points · 85 comments
A detailed write-up on running a dual-GPU setup to hit 80+ tokens/second on a full Q8 27B model — genuinely usable speeds for local AI coding assistance. If you're considering a local inference rig, this is the benchmark to beat and the hardware recipe to reference.
No. 10AI ToolsApplies to you
by computersuck · 73 points · 53 comments
A timely reality check on the hype around 1M+ token context windows — models degrade in retrieval accuracy as context grows, and the failure modes are subtle and dangerous. Essential reading for anyone using Claude Code or long-context LLMs for real work, especially with large codebases.
From Pinboard Popular
Stories 11 – 20
No. 11Dev ToolsApplies to you
by robhati · 101 points · 19 comments
Paste your SQL schema and instantly get a clean ER diagram — entirely client-side, no data leaves your browser. A genuinely useful tool you can use today on any schema, and the privacy-respecting architecture makes it safe for work codebases. Bookmark this one.
No. 12Dev ToolsApplies to you
by rohanat · 40 points · 21 comments
Weave is a next-generation merge tool that understands code structure rather than treating files as raw text — meaning far fewer spurious conflicts when merging branches. This could dramatically improve the git workflow for TypeScript and other structured languages. A tool worth trialing on your next messy merge.
No. 13AI ToolsApplies to you
by EvgeniyZh · 226 points · 87 comments
OpenAI is offering free Codex access to open-source maintainers — a direct competitor to Claude Code's OSS tier. If you maintain any public repos, this is worth applying for immediately. The competitive pressure between OpenAI and Anthropic for OSS developer mindshare is heating up fast.
No. 14Creative SoftwareApplies to you
by burnto · 158 points · 34 comments
A thoughtful deep-dive into EXIF metadata — what it actually stores, why it matters for photographers and developers, and how it's evolved. Particularly relevant if you work with photo libraries, Obsidian attachments, or any pipeline that processes images. Doubles as a gentle privacy reminder about what your photos silently broadcast.
No. 15Dev Tools
by vikas-sharma · 287 points · 152 comments
Google Research explores turning decommissioned Android phones into low-carbon edge compute nodes — a genuinely novel approach to sustainable infrastructure. The engineering challenges around heterogeneous hardware management are fascinating, and there's a real DIY angle for hobbyists with a drawer of old phones.
No. 16Weird Science
by pwg · 112 points · 27 comments
Ken Shirriff reverse-engineers the adder circuit inside Intel's legendary 8087 FPU, revealing the clever tricks engineers used to do fast floating-point arithmetic in silicon four decades ago. A beautiful piece of computer archaeology for anyone who loves understanding how the foundations of modern computing were actually built.
No. 17Privacy & Security
by librick · 262 points · 43 comments
A deep dive into the security (and insecurity) of Honda's key fob system, revealing how rolling-code vulnerabilities can be exploited by a malicious valet with simple hardware. A classic 'security through obscurity fails' story with real-world stakes for anyone who owns a Honda.
No. 18AI ToolsApplies to you
by gmays · 41 points · 26 comments
Anthropic publishes research on fine-tuning and steering Claude for expert-level chemistry reasoning — shedding light on how domain specialization works under the hood. Illuminating for anyone thinking about adapting Claude for specialized professional domains beyond coding.
No. 19Weird Science
by hhs · 33 points · 3 comments
Oxford researchers find that two ancient whole-genome duplication events in vertebrate ancestors gave rise to the genetic complexity required for sophisticated nervous systems. This reframes our understanding of how neural complexity evolved — and why it happened when it did.
No. 20Creative Software
by rasz · 95 points · 22 comments
A hacker writes a complete x86 BIOS from scratch to boot DOS on a Behringer digital mixing desk — purely because the hardware is there and the challenge is irresistible. A delightful intersection of audio gear and low-level systems programming that showcases the creative extremes of hardware hacking.