From Hacker News
Stories 1 – 10
No. 01New Apple appsApplies to you
by riddley · 526 points · 213 comments
Top-scoring story of the day: a tool that lets you click anywhere on screen in under 2 seconds by typing keyboard coordinates — no mouse required. Perfect for keyboard-obsessed macOS power users who want to ditch the trackpad entirely. 213 comments suggests this one hit a nerve.
No. 02AI ToolsApplies to you
by logicprog · 403 points · 409 comments
A deep statistical analysis asking whether Claude Code contributions to rsync introduced more bugs than human-written commits. As a daily Claude Code user this is required reading — the methodology is rigorous and the conclusions are nuanced. 409 comments make this the most-discussed story on HN today.
No. 03Dev ToolsApplies to you
by coffeemug · 391 points · 88 comments
Microsoft ships a PostgreSQL extension that brings durable, fault-tolerant workflow execution directly inside your database — no Temporal or separate orchestration service needed. This could simplify a whole class of .NET backend architectures where you'd otherwise bolt on Hangfire or Azure Durable Functions. Worth benchmarking today.
No. 04Weird science
by mimorigasaka · 394 points · 203 comments
Researchers pinpoint the origin of the GPS jamming that's been disrupting aviation across Europe — spoiler: it's coming from a specific geographic region with obvious geopolitical implications. The signal-processing detective work here is genuinely fascinating. Pairs well with the YouTube deep-dive in today's Pinboard picks.
No. 05AI ToolsApplies to you
by theanonymousone · 346 points · 108 comments
Google explains how Quantization-Aware Training makes Gemma 4 viable on laptops and phones without the quality cliff of post-training quantization. If you're experimenting with local LLMs on Apple Silicon, these models are worth grabbing — smaller footprint, better accuracy than naive int4 quants.
No. 06AI ToolsApplies to you
by andrehacker · 323 points · 596 comments
596-comment thread of developers sharing their genuine inflection-point moments with generative AI — the ones that made them recalibrate. These anecdotes are more signal than most AI hype pieces. Great Saturday reading for anyone building with AI tools.
No. 07Dev ToolsApplies to you
by jsve · 302 points · 231 comments
A well-argued takedown of the Conventional Commits spec, claiming it shifts developer attention from writing good commit messages to satisfying a robot-friendly format. If you've ever felt constrained by `feat:` prefixes while working in a monorepo, this will resonate — and the 231-comment debate is equally worthwhile.
No. 08Dev ToolsApplies to you
by ksec · 211 points · 95 comments
Redis 8.8 lands a native array type and a built-in rate limiter — two things developers have been duct-taping together for years. The performance improvements to sorted sets are particularly notable for leaderboard and queue use cases in .NET backends.
No. 09AI ToolsApplies to you
by laxmena · 172 points · 73 comments
A practical write-up on building an AI agent skill specifically for TDD workflows — write failing tests, let the agent implement code to pass them, iterate. Directly applicable to Claude Code users who want a more structured agentic loop than "just vibe code it."
No. 10Dev ToolsApplies to you
by emschwartz · 82 points · 45 comments
UUIDs as primary keys cause serious B-tree fragmentation and page cache thrashing in SQLite — this post quantifies the performance hit and offers concrete alternatives (ULIDs, sequential UUIDs). Essential if you're building any .NET or Angular app backed by SQLite.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: untagged
Anthropic shares internal lessons from building and scaling hundreds of Claude Code skills — directly from the team that ships the tool you use daily. Rare first-party insight into how agent skill architecture actually works at scale. Required reading for anyone building on top of Claude Code.
No. 12AI ToolsApplies to you
Pinboard Popular · tagged: untagged
Andrew Tridgell — original author of rsync — responds directly to the "Did Claude increase bugs in rsync?" analysis that's dominating HN today. Getting the creator's perspective on AI contributions to their own project is invaluable context for the debate. Read this alongside story #2.
No. 13Privacy & securityApplies to you
Pinboard Popular · tagged: face-recognition, glasses, meta
Meta quietly shipped face-recognition infrastructure to millions of phones via its apps — without announcement or opt-in — enabling real-time identification through Ray-Ban Meta glasses. This is exactly the surveillance creep that privacy advocates warned about, and it's already deployed. Read before deciding whether to keep Meta apps installed.
No. 14Privacy & securityApplies to you
Pinboard Popular · tagged: security
A new side-channel attack called FROST lets any website fingerprint your device by measuring SSD access patterns via the Origin Private File System — no special permissions, pure JavaScript. It works in all major browsers and can identify your hardware even in private mode. This one deserves immediate attention from Safari/macOS users.
No. 15Privacy & securityApplies to you
Pinboard Popular · tagged: security, malware, worm, ai, llm
New arXiv paper demonstrates that LLM-powered agents can act as self-adapting computer worms — analyzing their environment and modifying attack strategies on the fly. This is a meaningful escalation in the AI security threat landscape, not just theoretical. Worth understanding before you give AI agents broad system access.
No. 16New Apple appsApplies to you
Pinboard Popular · tagged: google_gemini
Google's Gemini is now a proper native macOS app — not just a browser wrapper. For macOS users already in the Google ecosystem or wanting a Claude Code alternative for certain tasks, this is worth a look. The native integration with macOS features like drag-and-drop makes it genuinely competitive with ChatGPT's desktop app.
No. 17New Apple appsApplies to you
Pinboard Popular · tagged: Software, Mac
Lingon is the gold-standard macOS app for creating and managing launchd agents and daemons without touching XML plist files by hand. If you've ever wanted to schedule a script, auto-start a service, or create a login item on macOS the right way, this is the tool. Pinboard keeps surfacing it because people keep recommending it.
No. 18New Apple appsApplies to you
Pinboard Popular · tagged: untagged
Six Colors' Jason Snell examines how WWDC 2026 is redefining what "developer" means in the age of AI-assisted coding and no-code tools — with Apple's visionOS and AI frameworks broadening the tent. Essential pre-WWDC context for anyone in the Apple dev ecosystem.
No. 19Creative software
Pinboard Popular · tagged: font
An OpenType variable font that renders inline charts directly from text expressions — no JavaScript, no SVG, just typography. This is a genuinely clever hack at the intersection of type design and data visualization. Front-end developers and designers will want to bookmark this immediately.
No. 20Dev ToolsApplies to you
Pinboard Popular · tagged: database, cli, tool
databow is a new Rust-built CLI tool that queries any database via ADBC (Arrow Database Connectivity), giving you one unified command-line interface across your entire data stack — Postgres, SQLite, DuckDB, and more. For developers tired of context-switching between psql, sqlite3, and duckdb, this is worth trying today.