Friday · July 3, 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. Virginia bans sale of geolocation data
  2. PeerTube is a free, decentralized and federated video platform
  3. Podman v6.0.0
  4. Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory
  5. Immich 3.0
  6. An American Privacy Emergency
  7. The short leash AI coding method for beating Fable
  8. CarPlay Is Additive
  9. The Safari MCP server for web developers
  10. Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
  11. The AI Compass
  12. herdr — tmux for agents
  13. Cursor · CursorBench
  14. The twilight of the chatbots
  15. Nearly Half of LG Smart TV Apps Contain Residential Proxy SDKs
  16. What's wrong with EU age verification? · blog.vrypan.net
  17. ZeroFS
  18. Announcing Box3D :: Box2D
  19. Internal Combustion Engine – Bartosz Ciechanowski
  20. Vim Scoops, Learn Vim Motions the Fun Way

From Hacker News

Stories 1 – 10
No. 01Privacy & SecurityApplies to you

Virginia bans sale of geolocation data

Virginia becomes the latest state to explicitly ban the sale of precise geolocation data — a major win for privacy advocates who've watched data brokers quietly monetize people's physical movements for years. The law closes one of the most egregious loopholes in U.S. privacy law. Watch for other states to follow suit.

No. 02Privacy & Security

PeerTube is a free, decentralized and federated video platform

PeerTube is having a moment on HN with 612 points and nearly 300 comments — suggesting a renewed appetite for YouTube alternatives that don't harvest your data. Built on ActivityPub, it federates with the wider Fediverse. If you've been meaning to self-host video, this is worth a serious look.

No. 03Dev ToolsApplies to you

Podman v6.0.0

Podman v6 is a major milestone for the Docker-compatible daemonless container runtime, with significant performance and compatibility improvements. For .NET developers wary of Docker Desktop licensing, Podman on macOS just keeps getting better. Dig into the changelog — there's a lot here.

No. 04Privacy & SecurityApplies to you

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

A serious regression: since Linux 6.9, suspending a LUKS-encrypted system no longer wipes disk encryption keys from RAM, leaving them exposed to cold-boot and memory-scraping attacks. If you rely on full-disk encryption on any Linux machine, this needs your immediate attention. A patch exists but may not be in your distro yet.

No. 05New Apple AppsApplies to you

Immich 3.0

Immich 3.0 is a massive update to the self-hosted Google Photos alternative, with a redesigned UI, improved mobile apps, and better performance on large libraries. For anyone in the Apple ecosystem who refuses to hand their photo library to Google or iCloud indefinitely, this is the gold-standard self-hosted option. The iOS app is excellent.

No. 06Privacy & SecurityApplies to you

An American Privacy Emergency

Scott Aaronson — a CS theorist, not a pundit — sounds the alarm on the systematic dismantling of U.S. privacy infrastructure. He frames the current moment as genuinely unprecedented and calls for concrete technical and legal responses. Essential reading to understand where the threat landscape actually stands.

No. 07AI ToolsApplies to you

The short leash AI coding method for beating Fable

A detailed, opinionated methodology for keeping AI coding agents productive without letting them go off the rails — tight feedback loops, small tasks, constant review. If you use Claude Code daily, the "short leash" framing is immediately practical and the 153-comment discussion is full of refinements. This is the workflow post HN has been waiting for.

No. 08New Apple AppsApplies to you

CarPlay Is Additive

Casey Liss pushes back hard on the narrative that CarPlay is somehow bad or redundant — arguing it's strictly additive to whatever the car already does. The title alone is perfect, and the 337-comment HN thread turns into a rich debate about Apple's place in the car ecosystem. Required reading for anyone who's ever plugged in at the center console.

No. 09AI ToolsApplies to you

The Safari MCP server for web developers

WebKit's official Safari MCP server lets AI coding assistants directly interact with Safari — inspecting the DOM, running JavaScript, and pulling page state — without leaving your dev workflow. For macOS developers using Claude Code or any MCP-compatible agent, this is a first-class integration worth setting up today. Apple is quietly building out its MCP story.

No. 10AI ToolsApplies to you

Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says

Reuters reports Alibaba is banning Claude Code internally over alleged backdoor concerns — a geopolitically loaded claim that will ripple through enterprise AI adoption conversations. Whether the concern is technical or political posturing, it signals the AI coding tools market is entering a new phase of scrutiny. If you use Claude Code professionally, understand the context.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

The AI Compass

An interactive compass-style visualization for mapping your position on various AI dimensions — hype vs. skepticism, open vs. closed, tool vs. agent. It's the kind of quick self-assessment that's actually useful for clarifying your own priors. Via Kottke, which means it's getting wide play in the thoughtful-tech crowd.

No. 12AI ToolsApplies to you

herdr — tmux for agents

herdr is a persistent terminal multiplexer purpose-built for running multiple AI coding agents simultaneously — with built-in state awareness for blocked, done, and working agents. Think tmux, but the sessions understand what your agents are doing. If you're running Claude Code or similar agents in parallel, this is immediately useful.

No. 13AI ToolsApplies to you

Cursor · CursorBench

Cursor has published CursorBench, its internal evaluation suite for AI coding agents — a rare look at how a leading AI IDE actually measures model performance on real coding tasks. Useful both for benchmarking your own tool choices and for understanding what "better at coding" actually means in practice.

No. 14AI ToolsApplies to you

The twilight of the chatbots

Ethan Mollick argues we're past peak chatbot and entering the age of agents — a shift that changes how developers should think about integrating AI into their workflows. The piece is practical and grounded, not hype. Essential context for anyone building with or on top of AI tools right now.

No. 15Privacy & SecurityApplies to you

Nearly Half of LG Smart TV Apps Contain Residential Proxy SDKs

Spur's research finds that nearly half of LG Smart TV apps silently bundle residential proxy SDKs — turning your TV into a node in someone else's proxy network without your knowledge or consent. This is a stunning finding with major implications for home network privacy. If you have a smart TV on your LAN, read this.

No. 16Privacy & SecurityApplies to you

What's wrong with EU age verification? · blog.vrypan.net

A sharp technical breakdown of why the EU's age verification proposals are a privacy disaster in disguise — requiring identity checks that create surveillance infrastructure even if that's not the intent. The author is a protocol-level thinker, and the argument is rigorous rather than reactionary. The regulation vs. privacy tension is only going to intensify.

No. 17Dev ToolsApplies to you

ZeroFS

ZeroFS is an open-source, Rust-built filesystem that presents S3-compatible object storage as a block device — bridging the gap between cloud object storage and applications that expect a traditional filesystem. For developers building infrastructure on top of S3 or S3-compatible stores, this could simplify a lot of plumbing. Worth a close look.

No. 18Creative Software

Announcing Box3D :: Box2D

The legendary Box2D physics engine — used in countless games and creative coding projects — is announcing Box3D, bringing its battle-tested approach to 3D physics simulation. A huge deal for game developers and creative coders who've relied on Box2D's simplicity and correctness. The 2D original powered everything from Angry Birds to indie classics.

No. 19Weird Science

Internal Combustion Engine – Bartosz Ciechanowski

Bartosz Ciechanowski's interactive explainers are consistently the best technical writing on the web, and this deep dive into internal combustion engines is no exception — beautifully animated, rigorously accurate, and genuinely illuminating. Even if you know how engines work, this will show you something you didn't. Bookmark it.

No. 20Dev ToolsApplies to you

Vim Scoops, Learn Vim Motions the Fun Way

Vim Scoops is a bite-sized, gamified way to learn Vim motions — structured as short daily lessons rather than a steep wall of documentation. Even if you live in VS Code or a JetBrains IDE, Vim motions are available everywhere and worth internalizing. A surprisingly polished approach to a topic most developers keep putting off.