From Hacker News
Stories 1 – 10
No. 01Privacy & SecurityApplies to you
by binyu · 795 points · 310 comments
An anonymous GitHub account is dropping live, undisclosed zero-day exploits into the open with no CVE coordination or vendor notification — chaos as a service. With 310 comments and nearly 800 points, the security community is very much awake and arguing. If you run anything on the public internet, pay attention to what lands here.
No. 02AI ToolsApplies to you
by aurenvale · 759 points · 320 comments
DeepSeek drops a technical paper on DSpark, a speculative decoding approach that meaningfully cuts LLM inference latency without sacrificing output quality. Speculative decoding is becoming the dominant strategy for making large models fast enough for real-time use — Claude Code users especially benefit when the underlying API is faster. Worth reading for anyone optimizing AI-assisted workflows.
No. 03Creative Software
by tosh · 698 points · 132 comments
OpenRA is the beloved open-source reimplementation of classic Command & Conquer, Red Alert, and Dune 2000 — and it's back on HN's front page with 700 points, suggesting a meaningful update or renewed community excitement. If you grew up on Westwood Studios games, this is your weekend sorted.
No. 04Dev Tools
by signa11 · 554 points · 172 comments
A comprehensive, opinionated handbook covering the engineering realities of building fintech products — compliance, ledgers, payment rails, and the subtle bugs that get companies fined. Densely practical and freely available online. Even if you're not in fintech, the systems-thinking around money and correctness transfers broadly.
No. 05Privacy & SecurityApplies to you
by cemdervis · 431 points · 291 comments
A thoughtful essay arguing that streaming and cloud dependency have quietly eroded your actual ownership of media — and that physical copies are a hedge against platform rot and license revocation. Connects directly to digital rights concerns that matter for anyone who cares about long-term access to their own data and purchases. 291 comments means the discourse is lively.
No. 06Privacy & SecurityApplies to you
by arm32 · 295 points · 147 comments
A site cataloging publicly accessible webcams found via internet scanning — a sobering reminder of how many devices are exposed with default credentials. Part Shodan, part voyeurism study, and entirely a wake-up call about IoT security hygiene. If you have any networked cameras, go check your firewall rules right now.
No. 07AI ToolsApplies to you
by bogdiyan · 224 points · 171 comments
Asian AI startups are shipping frontier-grade models to fill the gap left by Anthropic's ongoing export restrictions — directly relevant to anyone building with Claude or evaluating model alternatives. The geopolitics of AI access are reshaping which tools developers worldwide can actually use. If you build with Anthropic APIs, the competitive landscape just got more complicated.
No. 08Privacy & SecurityApplies to you
by Versipelle · 147 points · 54 comments
A security practitioner's level-headed take on what the post-Mythos threat landscape actually means for defenders — cutting through the hype to focus on durable security practices. Pairs well with the 0-day story above for a full picture of today's threat environment. Good calibration reading if you're responsible for any production systems.
No. 09Privacy & SecurityApplies to you
by pawal · 153 points · 47 comments
A rigorous, privacy-focused guide comparing public DNS resolvers — 1.1.1.1, 9.9.9.9, NextDNS, and others — on logging policies, performance, and threat blocking. DNS is the first and most overlooked privacy lever most developers never tune. Actionable in five minutes on macOS or your router.
No. 10New Apple AppsApplies to you
by kageroumado · 108 points · 71 comments
A tiny macOS utility that keeps your lid-closed Mac alive precisely as long as an AI agent job is running — then lets it sleep. Built for the Claude Code and Cursor crowd who run long agentic tasks overnight on a clamshell MacBook. Scratches a very real itch with surgical precision.
From Pinboard Popular
Stories 11 – 20
No. 11AI Tools
by Brajeshwar · 231 points · 149 comments
IEEE Spectrum reports on AI systems that have cracked the notoriously arcane craft of radio frequency IC design — a domain so specialized it takes humans decades to master. It's a striking example of AI tackling expert-level engineering work that goes well beyond code generation. The implications for chip design timelines are significant.
No. 12AI ToolsApplies to you
by handfuloflight · 61 points · 12 comments
An open-source router that deterministically decides whether a given query goes to a local model (Ollama etc.) or a hosted API like Claude — based on rules you define. Essential infrastructure for developers who want privacy-sensitive queries to stay on-device while complex tasks hit the cloud. Highly actionable for any AI-augmented workflow.
No. 13Dev Tools
by saisrirampur · 66 points · 4 comments
ClickHouse engineers rewrote the popular WAL-G PostgreSQL backup tool in Rust, claiming substantial performance and reliability improvements. If you use Postgres in production — and who doesn't — this is worth evaluating as a drop-in replacement with lower memory overhead and faster restores.
No. 14Dev Tools
by jackpriceburns · 117 points · 39 comments
An interactive learning site teaching the craft of game decompilation — reverse-engineering GameCube binaries back into compilable, matching C code. It's a niche skill with broad payoffs: you'll come out understanding assembly, compilers, and ABI conventions at a deep level. Surprisingly polished for a Show HN.
No. 15Dev ToolsApplies to you
by ColinWright · 53 points · 25 comments
John D. Cook catalogs the regex subset that reliably works across JavaScript, Python, .NET, grep, and sed without surprises — an invaluable reference for developers who context-switch between languages. For .NET and TypeScript devs especially, knowing the portable core saves debugging time. Bookmark this one.
No. 16AI Tools
by jakogut · 129 points · 36 comments
A detailed guide for clustering AMD Strix Halo APUs with RDMA to run vLLM at scale — turning consumer-grade hardware into a serious local LLM inference cluster. As GPU costs stay high, RDMA-linked APU clusters are emerging as a real alternative for self-hosted inference. Highly technical and highly practical.
No. 17AI Tools
by speckx · 182 points · 103 comments
Ford's aggressive push to replace knowledge workers with AI systems ran into quality and institutional knowledge problems that cost more to fix than the automation saved. A useful data point in the ongoing debate about where AI substitution actually works versus where it destroys organizational capability. Read before your next AI ROI conversation.
No. 18Creative Software
by halfradaition · 45 points · 20 comments
A deep-dive into the surprisingly gnarly problem of driving vintage hardware via Web MIDI — buffer flooding, timing jitter, and 40-year-old firmware that never anticipated a browser sending SysEx at gigabit speeds. Delightful engineering archaeology for anyone interested in creative coding or hardware interfacing.
No. 19Weird Science
by tosh · 237 points · 76 comments
Dan Luu's classic essay cataloging data distributions with suspiciously convenient round-number clustering — performance benchmarks, survey responses, scientific results — and what that implies about measurement integrity. A must-read for anyone who relies on benchmarks to make engineering decisions. It will make you permanently more skeptical of tidy data.
No. 20Dev Tools
by ludicrousdispla · 37 points · 6 comments
Bashblog is a single shell script that turns a folder of markdown files into a complete static blog — no Node, no Ruby, no build pipeline. In an era of ever-bloating static site generators, its radical simplicity is the feature. If you've been meaning to start writing but kept tripping over tooling, this removes every excuse.