From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by signa11 · 623 points · 237 comments
A thoughtful counterpoint to the 'AI makes you 10x faster' narrative: deliberately slowing down with AI assistance can produce meaningfully better code. The author argues the real gain isn't speed but quality — using the AI as a thinking partner rather than a code printer. Required reading for anyone using Claude Code or Copilot in their daily workflow.
No. 02Privacy & SecurityApplies to you
by Kneenex · 232 points · 46 comments
PromptArmor researchers demonstrate a prompt-injection attack in Microsoft Copilot's Cowork feature that silently exfiltrates files to an attacker-controlled server. If you're using Microsoft 365 with Copilot enabled in enterprise settings, this is a live threat you need to understand. The attack requires no special permissions — just a malicious document in the context.
No. 03AI ToolsApplies to you
by dragonsenseiguy · 141 points · 75 comments
A kernel vulnerability in macOS 26.5 was discovered by Anthropic's Claude — a landmark moment for AI-assisted security research finding real, patchable flaws in shipping OS code. The intersection of Claude, Apple's ecosystem, and security research lands squarely in our reader's wheelhouse. Patch now, and marvel at what AI-assisted vuln research is becoming.
No. 04Privacy & SecurityApplies to you
by rbanffy · 866 points · 380 comments
California's age-verification law would have required operating systems to collect users' ages — a privacy nightmare that had the open-source world in an uproar. The same lawmaker who authored the original bill is now proposing a Linux exemption after developer backlash. A win for privacy advocates, but the broader OS-level surveillance framework is still moving forward.
No. 05Privacy & SecurityApplies to you
by Cider9986 · 356 points · 65 comments
Mullvad is rolling out a mitigation for exit IP correlation attacks — a technique that can deanonymize VPN users by matching entry and exit traffic. This is Mullvad doing what Mullvad does: proactively hardening the product before most users even know the threat exists. If you rely on a VPN for meaningful privacy, this technical write-up is worth your time.
No. 06AI Tools
by theletterf · 1423 points · 801 comments
Pope Leo XIV's first major encyclical addresses artificial intelligence and human dignity, and it's generating enormous discussion with 801 comments on HN. Whether or not you're religious, a papal document on the ethics of AI joining the conversation is a genuine cultural milestone. The highest-scoring story of the day — read it for the 800-comment thread alone.
No. 07Privacy & Security
by Cider9986 · 134 points · 72 comments
Motorola devices are silently intercepting Amazon app traffic and injecting Motorola's own affiliate codes — essentially stealing commissions and surveilling purchase behavior without user consent. This is a stark reminder why Android OEM builds are a privacy risk. A good argument for stock Android, GrapheneOS, or just switching to iOS.
No. 08Privacy & SecurityApplies to you
by subract · 192 points · 31 comments
Ente — makers of end-to-end encrypted photo storage — publish a clear, accessible explainer on Shamir's Secret Sharing, the cryptographic primitive behind splitting secrets across multiple parties. Directly applicable to key management, backup schemes, and any system where you want no single point of failure. Beautifully explained with concrete examples.
No. 09Dev Tools
by zdw · 193 points · 226 comments
A lament (and provocation) about the death of the programming book as a learning format, displaced by Stack Overflow, YouTube, and now LLMs. The HN comments are a fascinating debate about depth vs. discoverability. Timely given how many developers now learn exclusively through AI chat — are we trading foundational understanding for faster lookup?
No. 10Weird Science
by bilsbie · 280 points · 95 comments
Classic Stanford research resurfaces: walking boosts creative output by roughly 81% compared to sitting, and the effect persists even when you sit down afterward. Evergreen productivity science for knowledge workers. If you're stuck on a hard architectural decision, close the laptop.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
by croes · 139 points · 110 comments
A sharp piece on how AI coding assistants detect and respond to user frustration — and whether that emotional detection is a feature or a manipulation vector. The author digs into what it means when your tools are reading your affect and adjusting behavior accordingly. Unsettling and important for anyone building with or relying on LLM-powered tooling.
No. 12AI ToolsApplies to you
by evakhoury · 33 points · 20 comments
Practical take: LLMs perform dramatically better when generating code in well-established languages with huge training corpora — think Python, TypeScript, SQL — versus niche or newer languages. For developers choosing a stack for AI-assisted projects, this is an underrated consideration. TypeScript/Angular users will find this validating.
No. 13Dev Tools
by rickcarlino · 250 points · 76 comments
A wonderful deep-dive into Gnutella's architecture — a protocol that predates most modern P2P thinking and yet somehow still has active nodes in 2026. Great for understanding how decentralized systems age, rot, and occasionally refuse to die. Required reading for anyone thinking about resilient distributed protocols.
No. 14Weird Science
by rbanffy · 149 points · 65 comments
IBM is spinning out a dedicated quantum chip foundry with a $2B CHIPS Act investment, manufacturing 300mm superconducting silicon wafers at scale. This is the industrialization of quantum computing — moving from lab curiosity to fab-ready silicon. The timeline to practical quantum advantage just got a meaningful infrastructure upgrade.
No. 15Weird Science
by rmason · 151 points · 116 comments
Japan successfully tested a ramjet engine capable of powering Mach-5 aircraft, potentially enabling two-hour flights across the Pacific. Hypersonic commercial aviation has been 'coming soon' for decades — but actual successful engine tests are a different matter. This one is worth watching.
No. 16AI ToolsApplies to you
by tantara · 61 points · 10 comments
OpenBrief runs entirely locally: download a video, get a summary — no data sent to external APIs, no subscriptions. For privacy-conscious developers who want AI summarization without feeding their content to cloud providers, this is immediately deployable. Pairs nicely with Obsidian note-taking workflows.
No. 17Dev Tools
by thatxliner · 251 points · 70 comments
A clean, reader-friendly reimagining of the HN front page as a proper website with article previews and better typography. Sometimes the meta is the story — this is a nicely executed example of building a better reading experience on top of an existing data source. Worth bookmarking as a daily driver.
No. 18AI Tools
by rbanffy · 266 points · 170 comments
Norway is building out 2 petabytes of Huawei flash storage specifically for LLM training workloads — a case study in the infrastructure scale required for serious AI development outside the US hyperscaler ecosystem. The geopolitical subtext (Huawei gear, European sovereignty) makes the 170-comment discussion especially lively.
No. 19New Apple AppsApplies to you
by widenrun · 100 points · 64 comments
A genuine field report thread: developers sharing real experiences of extended daily Vision Pro use — ergonomics, productivity gains, eye strain, and which apps actually hold up for 4+ hours. The replies are more candid than any review. Essential reading if you're considering Vision Pro as a serious work environment.
No. 20Dev Tools
by boratanrikulu · 86 points · 39 comments
Gobee lets you write eBPF programs in Go instead of C — a welcome quality-of-life improvement for systems developers who'd rather not wrestle with BPF's C subset. Tracing, profiling, and networking tools built with eBPF are increasingly mainstream; anything that lowers the barrier is worth a look. Early but functional.