Saturday · June 6, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. Mouseless – keyboard-driven control of macOS/Linux/Windows
  2. Did Claude increase bugs in rsync?
  3. pg_durable: Microsoft open sources in-database durable execution
  4. Tracing a powerful GNSS interference source over Europe
  5. Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiency
  6. Ask HN: What was your "oh shit" moment with GenAI?
  7. Conventional Commits encourages focus on the wrong things
  8. Redis 8.8: New array data structure, rate limiter, performance improvements
  9. My Agent Skill for Test-Driven Development
  10. The perils of UUID primary keys in SQLite
  11. Lessons from building Claude Code: How we use skills | Claude
  12. rsync and outrage. I gave up blogging a long time ago… | by Andrew Tridgell | Jun, 2026 | Medium
  13. Meta Silently Added Face-Recognition Code for Its Smart Glasses to Millions of Phones | WIRED
  14. Websites have a new way to spy on visitors: analyzing their SSD activity - Ars Technica
  15. [2606.03811] AI Agents Enable Adaptive Computer Worms
  16. Gemini for macOS - your native AI desktop app
  17. Lingon - Peter Borg Apps
  18. Road to WWDC 2026: What's a developer? – Six Colors
  19. Datatype — variable font that turns text into charts
  20. Introducing databow - Columnar Blog

From Hacker News

Stories 1 – 10
No. 01New Apple appsApplies to you

Mouseless – keyboard-driven control of macOS/Linux/Windows

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

Did Claude increase bugs in rsync?

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

pg_durable: Microsoft open sources in-database durable execution

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

Tracing a powerful GNSS interference source over Europe

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

Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiency

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

Ask HN: What was your "oh shit" moment with GenAI?

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

Conventional Commits encourages focus on the wrong things

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

Redis 8.8: New array data structure, rate limiter, performance improvements

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

My Agent Skill for Test-Driven Development

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

The perils of UUID primary keys in SQLite

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

Lessons from building Claude Code: How we use skills | Claude

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

rsync and outrage. I gave up blogging a long time ago… | by Andrew Tridgell | Jun, 2026 | Medium

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

Meta Silently Added Face-Recognition Code for Its Smart Glasses to Millions of Phones | WIRED

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

Websites have a new way to spy on visitors: analyzing their SSD activity - Ars Technica

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

[2606.03811] AI Agents Enable Adaptive Computer Worms

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

Gemini for macOS - your native AI desktop app

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

Lingon - Peter Borg Apps

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

Road to WWDC 2026: What's a developer? – Six Colors

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

Datatype — variable font that turns text into charts

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

Introducing databow - Columnar Blog

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.