From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by TheEdonian · 589 points · 403 comments
A sharp counterintuitive argument: AI accelerates individual steps but often exposes — or even amplifies — the bottlenecks in your overall process. If your pipeline is constrained by reviews, handoffs, or unclear requirements, going faster in one lane just creates a bigger pile-up downstream. Essential reading for anyone integrating Claude Code or similar tools into a team workflow.
No. 02AI ToolsApplies to you
by ch_sm · 406 points · 175 comments
Gruber's take from Daring Fireball cuts through the hype: AI is an enabling layer, not a finished product — much like how 'the internet' wasn't a product. Companies wrapping thin AI skins around APIs are going to find that out the hard way. Relevant framing for anyone building on top of LLMs.
No. 03New Apple appsApplies to you
by dive · 419 points · 280 comments
A developer digs into the pain point that cracks the native-first dream on macOS: rich text editing. Custom text engines are nightmarish, and AppKit's TextKit has sharp edges — so where does that leave you? A must-read for anyone building macOS apps who's hit this exact wall.
No. 04AI ToolsApplies to you
by Bibabomas · 318 points · 108 comments
Semble is a semantic code-search tool built specifically for AI coding agents — it understands code structure rather than just string-matching, letting agents find relevant context without burning through context-window budget. If you're running Claude Code on large repos, this is worth plugging in today.
No. 05AI Tools
by dagenix · 302 points · 71 comments
GenCAD lets you describe mechanical parts in natural language and generates parametric CAD models from the description. It's an early but promising glimpse of AI applied to hardware design — the same 'describe it, get code' loop that works for software is now being applied to physical objects.
No. 06Dev Tools
by tech4bot · 359 points · 168 comments
A fully documented guide to flashing Debian onto a cheap ARM Android tablet and turning it into a usable Linux workstation. The scripts, boot configs, and hardware notes are all on GitHub. For anyone who wants a low-cost dev or homelab node, this is a practical starting point.
No. 07Creative software
by surprisetalk · 343 points · 45 comments
Lcamtuf's beautifully crafted hardware hack uses analog voltmeter needles as clock hands, with custom firmware to drive smooth, accurate analog motion. Part electronics diary, part aesthetic manifesto — the kind of creative-hardware project that reminds you why making things with your hands still matters.
No. 08Creative software
by HellMood · 125 points · 29 comments
A stunning demoscene writeup: 16 bytes of x86 machine code produce both a Matrix-style falling-character animation and synthesized audio. The author walks through every byte decision — an incredible lesson in constrained creative coding and low-level x86 wizardry.
No. 09Privacy & securityApplies to you
by negura · 49 points · 22 comments
Researchers found they can misconfigure AMD's Infinity Fabric interconnect to undermine the hardware-enforced memory isolation that SEV-SNP promises for confidential VMs. If you trust AMD's secure enclaves to protect sensitive workloads in the cloud, this is essential reading — confidential computing just got more complicated.
No. 10Dev Tools
by ibobev · 195 points · 203 comments
A FOSDEM talk from the Mercurial core team on how the project has survived — even thrived — in a Git-dominated world, with a frank look at what they got right, what they got wrong, and why large-scale users like Meta still depend on it. A fascinating retrospective on version-control design philosophy.
From Pinboard Popular
Stories 11 – 20
No. 11Dev Tools
by birdculture · 253 points · 41 comments
One of the clearest intros to Prolog's logic-programming model, using Pokémon type matchups as the knowledge base. Unification, backtracking, and rules click in a way they rarely do in dry textbooks. If logic programming has always felt abstract, this is the tutorial that makes it stick.
No. 12Dev Tools
by dariubs · 192 points · 45 comments
A curated awesome-list of books covering GPU programming with CUDA, from beginner introductions to advanced parallel algorithm design. As AI workloads push more developers toward GPU-aware code, having a vetted reading list is genuinely useful — bookmark this before you need it.
No. 13Dev Tools
by signa11 · 190 points · 155 comments
A critical look at std::simd landing in C++26: the author argues the design is too abstract, too late, and too different from how practitioners actually write vectorized code. Whether you agree or not, this is a sharp analysis of the gap between standards committees and the real world of performance engineering.
No. 14Weird science
by jumploops · 63 points · 21 comments
Researchers analyzing Trinity test debris found novel quasicrystal structures that couldn't have formed under any natural process — created only by the extreme conditions of the world's first nuclear detonation. A genuinely strange materials-science story sitting at the intersection of history and physics.
No. 15Weird science
by gmays · 65 points · 24 comments
For years the 'corkscrew killer' mystery — spiral lacerations on dead seals washing ashore — was blamed on ship propellers and mystery predators. New forensic evidence points to intraspecies aggression. Gruesome, fascinating wildlife science.
No. 16Weird science
by gaws · 142 points · 12 comments
An archive of 333+ hours of unedited Q&A sessions between ISS astronauts and schoolchildren — surprisingly candid and technically detailed. A wonderful rabbit hole for anyone curious about life in microgravity, from sleep schedules to what happens when you cry in space.
No. 17Dev Tools
by DASD · 136 points · 14 comments
Jank — a Clojure dialect that compiles natively via LLVM — has built its own intermediate representation to unlock real optimizations before hitting LLVM IR. A detailed compiler-engineering post that shows how far the project has come and why a custom IR matters for a dynamic language targeting native code.
No. 18Dev Tools
by RohanAdwankar · 139 points · 54 comments
A catalogue of Prolog antipatterns and common pitfalls from an expert practitioner — the kind of hard-won knowledge that saves you hours of debugging. Pairs perfectly with today's Pokémon intro: learn the basics, then immediately learn what not to do.
No. 19Dev Tools
by zdw · 99 points · 49 comments
A thorough, well-illustrated history of the ThinkPad line from the original 700C's bento-box design language through to today's AI-accelerated machines. A nostalgic but technically grounded read for anyone who grew up with a TrackPoint under their fingers.
No. 20AI Tools
by doener · 234 points · 95 comments
The 1970 sci-fi film about a defense supercomputer that immediately declares itself sovereign keeps resurfacing on HN whenever AI discourse heats up — and for good reason. The discussion thread is the real draw: thoughtful takes on why this 55-year-old film feels newly relevant in the era of frontier models.