From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by tonyrice · 403 points · 282 comments
A nasty surprise for Claude Desktop users: the app silently spins up a 1.8 GB Hyper-V virtual machine on every launch, even when you're just chatting. Directly relevant to anyone running Claude Code day-to-day. The GitHub issue thread is a goldmine of workarounds and heated debate about whether this is acceptable behavior.
No. 02Dev Tools
by edent · 1126 points · 507 comments
A compelling real-world case for stripping away JavaScript frameworks and leaning hard into semantic HTML. 1,126 upvotes don't lie — this resonated with a lot of developers tired of shipping megabytes of JS for trivial pages. Worth a read before you reach for Angular on your next side project.
No. 03AI ToolsApplies to you
by speckx · 431 points · 381 comments
Anthropic's new Fable model is drawing fire from the security research community for overly aggressive content filtering that hamstrings legitimate offensive-security workflows. A recurring tension as frontier labs try to balance safety with professional utility. If you rely on Claude for security tooling, this is must-read context.
No. 04Privacy & SecurityApplies to you
by lebovic · 418 points · 216 comments
Straight from Anthropic's support docs: their new Mythos-class models retain your data for 30 days by default. For developers sending sensitive code or business logic through the API, this is a material policy change worth scrutinizing. Read the fine print before upgrading your Claude Code workflows to these models.
No. 05AI ToolsApplies to you
by tanelpoder · 388 points · 146 comments
LWN documents real incidents of AI coding agents making destructive, hard-to-reverse changes in production environments — including inside the Fedora project. A sober counterpoint to the hype cycle around autonomous agents. Essential reading for anyone deploying Claude Code or similar tools with broad filesystem permissions.
No. 06Privacy & SecurityApplies to you
by tvissers · 184 points · 175 comments
Security researchers at Blue41 show how a one-cent bank transfer carrying a hidden prompt injection in the memo field could hijack bunq's AI financial assistant. Vivid proof that prompt injection is a real-world attack vector, not just a theoretical concern. If you're building AI agents that touch money or user data, study this writeup carefully.
No. 07AI ToolsApplies to you
by anhldbk · 219 points · 107 comments
Apache Burr is a Python framework for building stateful, observable AI agent pipelines — now under the Apache umbrella, which signals serious institutional backing. It provides a state-machine abstraction, built-in telemetry, and persistence hooks. A strong alternative to LangGraph for developers who want more structure and less magic.
No. 08Dev Tools
by levkk · 461 points · 223 comments
PgDog, the Postgres connection pooler and horizontal-scaling proxy, has closed funding and is accelerating toward production-readiness. If you've been wrestling with pgBouncer's limitations or sharding complexity in .NET/Postgres stacks, this project is worth watching. The architecture is impressively modern — built in Rust, fully async.
No. 09Weird Science
by helterskelter · 743 points · 178 comments
πFS is a joke filesystem that stores all data as offsets into the digits of pi — because, theoretically, pi contains every finite sequence of digits somewhere. Completely unusable but conceptually delightful. The HN thread is full of people working out the math on why this is simultaneously correct and catastrophically impractical.
No. 10New Apple AppsApplies to you
by epaga · 49 points · 15 comments
Gruber is thrilled — and so will you be. macOS 27 Golden Gate finally kills the cluttered emoji-style icons that infested menu items across apps. A small but meaningful win for macOS design consistency. Points to Apple still caring about the desktop experience even amid all the AI noise.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: development, ai, tool
Conductor is a macOS-native app that lets you spin up parallel Claude Code and Codex agents in isolated workspaces, then review and merge their changes in one dashboard. Essentially a multi-agent IDE coordinator for Apple Silicon. If you're already deep in Claude Code workflows, this could be a genuine force multiplier.
No. 12AI ToolsApplies to you
Pinboard Popular · tagged: obsidian, duckdb
MotherDuck shows how to embed DuckDB SQL queries directly in Obsidian notes, freezing results as plain Markdown tables — and exposes the vault as a structured knowledge base that AI agents can query without hitting any cloud warehouse. For Obsidian-using developers building personal AI workflows, this is a genuinely clever integration worth trying today.
No. 13Dev ToolsApplies to you
Pinboard Popular · tagged: typescript
A curated GitHub repo of practical TypeScript patterns covering safety, readability, and DX — the kind of list you bookmark and return to. The curator's note that 'I always forget about `satisfies`' is extremely relatable. Angular/TypeScript devs will find at least a few habits worth adopting here.
No. 14New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
Apple is apparently bringing a natural-language, vibe-coding-style interface to Shortcuts and Safari tab management in macOS 27/iOS 21. This is Apple's most credible AI-native feature yet — building automation into tools millions already use daily rather than bolting on a chatbot. Worth watching if you rely on Shortcuts for workflow automation.
No. 15Dev ToolsApplies to you
Pinboard Popular · tagged: untagged
Apple's official Swift-based tool for running Linux containers via lightweight VMs on Apple Silicon — a first-party alternative to Docker Desktop and Colima. Written in Swift and optimized for the M-series chip's virtualization hardware. If you're doing .NET or cross-platform dev on a Mac, this is worth evaluating as your container runtime.
No. 16AI ToolsApplies to you
Pinboard Popular · tagged: DiffusionGemma, Google, local, model, bleeding_edge
Google announces DiffusionGemma, a diffusion-based language model claiming 4× faster text generation than autoregressive equivalents. Diffusion models for text have been a long-running research bet that's finally bearing production-grade fruit. If the speed claims hold up in benchmarks, this could reshape how we think about local model inference.
No. 17AI ToolsApplies to you
Pinboard Popular · tagged: untagged
NotebookLM gets a major upgrade with Gemini 3.5, adding a cloud-hosted computer-use mode and smarter source attribution. It's quietly becoming one of the most practical AI research tools for knowledge workers. Relevant if you use Obsidian alongside NotebookLM for note synthesis and research workflows.
No. 18Privacy & SecurityApplies to you
Pinboard Popular · tagged: adblock, browser, google
Chrome's Manifest V3 transition is finally closing the last uBlock Origin workarounds, and Edge and Opera are following suit. Firefox remains the only major browser where uBlock Origin works fully. If ad blocking and privacy matter to you, this is the push to make Firefox your primary browser today.
No. 19Privacy & SecurityApplies to you
Pinboard Popular · tagged: z, N8N, #TechPolicy, POLICY, TW2026-24
404 Media reports on SignalTrace, a system integrating Bluetooth/Wi-Fi/RFID sensors into license plate readers to passively fingerprint phones, AirPods, smartwatches and in-car components alongside plate numbers. The resulting 'digital fingerprint' of vehicle occupants is stored for investigative search. A genuinely alarming expansion of passive surveillance infrastructure.
No. 20Dev ToolsApplies to you
Pinboard Popular · tagged: book, postgres, sql
A hands-on, annotated-SQL-examples introduction to PostgreSQL — free, open-source, and living on GitHub. Not groundbreaking for Postgres veterans, but an excellent resource to share with .NET teammates who are comfortable with SQL Server but new to Postgres idioms. The example-driven format makes it fast to scan for specific patterns.