Friday · July 10, 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. EU Parliament greenlights Chat Control 1.0
  2. GPT-5.6
  3. Show HN: 18 Words
  4. Show HN: Getting GLM 5.2 running on my slow computer
  5. Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
  6. Interview with Mitchell Hashimoto about Ghostty and Zig
  7. Hy3
  8. Muse Spark 1.1
  9. Buried Apple feature turns an iPhone into the perfect kids' dumb phone
  10. TLS certificates for internal services done right
  11. herdr — tmux for agents
  12. Slopfix — we refactor vibecoded codebases
  13. Daring Fireball: What's Good for the iOS Goose Is Often Not Good for the MacOS Gander
  14. How to Prevent Meta From Using Your Instagram Images in A.I.
  15. A field guide to Claude Fable 5: Finding your unknowns | Claude | Claude by Anthropic
  16. Show HN: Davit, a Apple Containers UI | Hacker News
  17. Flint: A Visualization Language for the AI Era
  18. Free Mermaid Live Editor & Diagram Maker | Moxie Docs
  19. Anthropic's new "J-lens" reveals a silent workspace inside Claude that mirrors a leading theory of consciousness | VentureBeat
  20. Apple Silicon Exec Explains Mac Mini AI Demand and On-Device Future

From Hacker News

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

EU Parliament greenlights Chat Control 1.0

The EU Parliament has approved Chat Control 1.0, mandating scanning of private communications — a seismic blow to end-to-end encryption across Europe. If you use Signal, WhatsApp, or any encrypted messenger, this affects you directly. The 678-comment HN thread is a must-read for the technical and civil-liberties fallout.

No. 02AI ToolsApplies to you

GPT-5.6

OpenAI drops another incremental update to the GPT-5 line, and the community is debating whether it's a meaningful leap or a marketing tick. With 922 comments, this is the day's liveliest AI discussion — essential reading if you're integrating OpenAI APIs or comparing models for Claude Code workflows.

No. 03Creative Software

Show HN: 18 Words

A minimalist creative writing tool that constrains you to exactly 18 words per piece — a fascinating constraint-based approach to writing. Solo-built and clearly resonating with HN's maker crowd. Worth a quick visit to see if creative constraints spark anything in your own work.

No. 04AI ToolsApplies to you

Show HN: Getting GLM 5.2 running on my slow computer

Colibri is a lightweight runner that gets the powerful GLM 5.2 model working on underpowered hardware — no beefy GPU required. For anyone wanting to run capable LLMs locally without cloud costs or privacy trade-offs, this is exactly the kind of scrappy tooling that matters. The repo is the place to start.

No. 05Dev ToolsApplies to you

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

pgrust has crossed a major milestone: full compatibility with the official Postgres regression test suite. A Postgres-compatible database in Rust could unlock memory-safety guarantees and new embedding possibilities for .NET and other stacks. The 582-comment discussion digs into the hard tradeoffs.

No. 06Dev ToolsApplies to you

Interview with Mitchell Hashimoto about Ghostty and Zig

The creator of Vagrant, Packer, and now Ghostty — arguably the best macOS terminal emulator in years — talks about why he chose Zig and what's next. If you're a macOS developer who lives in the terminal, this is a rare deep-dive into the craft behind the tool.

No. 07AI Tools

Hy3

Tencent's Hy3 is a new multimodal model making waves with strong benchmark performance across text, image, and video understanding. The HN thread debates where it sits against OpenAI and Anthropic's offerings — a useful checkpoint for anyone tracking the global LLM race.

No. 08AI ToolsApplies to you

Muse Spark 1.1

Meta's Muse Spark 1.1 is a generative creative model now available via API, targeting image and creative content generation workflows. For developers building creative tools or exploring multimodal AI, this is a new API worth benchmarking against existing options.

No. 09New Apple AppsApplies to you

Buried Apple feature turns an iPhone into the perfect kids' dumb phone

Wired surfaces a lesser-known iOS restriction mode that strips a full iPhone down to a handful of approved contacts and apps — no social media, no browser. If you're navigating the screen-time question for your own household, this is a practical, actionable read you can implement today.

No. 10Privacy & SecurityApplies to you

TLS certificates for internal services done right

A practical, opinionated walkthrough for getting proper TLS on internal homelab or dev services — no more browser warnings, no self-signed cert hacks. If you run local dev infrastructure or internal tooling, this covers the right way to set up a private CA and issue legitimate-looking certs.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

herdr — tmux for agents

Herdr is a persistent terminal multiplexer purpose-built for coding agents like Claude Code — detach and reattach while agents keep running in the background, with built-in state tracking for blocked, working, and done states. This is exactly the infrastructure missing from most AI coding setups. Try it today if you run long agentic sessions.

No. 12Dev ToolsApplies to you

Slopfix — we refactor vibecoded codebases

Slopfix is a three-person consultancy that takes AI-generated codebases and refactors them back to maintainability — collapsing duplicated logic, cutting line counts by 60%+, and leaving behind CLAUDE.md guardrails. A fascinating new service category that emerges directly from the vibe-coding era, and the description of their process is worth reading even if you'd never hire them.

No. 13New Apple AppsApplies to you

Daring Fireball: What's Good for the iOS Goose Is Often Not Good for the MacOS Gander

Gruber makes the case that Apple's habit of porting iOS design patterns to macOS often backfires — the two platforms have fundamentally different interaction models and user expectations. Essential reading for anyone building or evaluating Mac software in a world where SwiftUI blurs the lines.

No. 14Privacy & SecurityApplies to you

How to Prevent Meta From Using Your Instagram Images in A.I.

A practical NYT guide walking through the (deliberately obscured) steps to opt your Instagram content out of Meta's AI training pipeline. If you or anyone you know has photos on Instagram, this is immediately actionable — share it widely.

No. 15AI ToolsApplies to you

A field guide to Claude Fable 5: Finding your unknowns | Claude | Claude by Anthropic

Anthropic's official guide to getting the most out of Claude Fable 5's reasoning capabilities — specifically around surfacing unknown unknowns in complex problems. For Claude Code users and anyone building AI-assisted workflows, this is a practical prompt-engineering resource straight from the source.

No. 16New Apple AppsApplies to you

Show HN: Davit, a Apple Containers UI | Hacker News

Davit is a native macOS GUI for Apple's new Containers framework — giving you a point-and-click interface to manage lightweight Linux VMs on Apple Silicon without touching the CLI. If you're a Mac-first developer who wants container workflows without Docker Desktop friction, this is worth installing immediately.

No. 17AI ToolsApplies to you

Flint: A Visualization Language for the AI Era

Microsoft's Flint is a declarative visualization language designed to be generated by LLMs — describe a chart in natural language, get a structured spec, render it. It's positioned as the missing link between AI code generation and data visualization, and the live playground is immediately explorable.

No. 18Dev ToolsApplies to you

Free Mermaid Live Editor & Diagram Maker | Moxie Docs

A polished, free browser-based Mermaid editor with live preview — no login, no friction. If you document architecture or workflows in Obsidian or markdown READMEs, Mermaid is the go-to diagramming syntax, and this is the fastest way to draft and iterate on diagrams.

No. 19AI ToolsApplies to you

Anthropic's new "J-lens" reveals a silent workspace inside Claude that mirrors a leading theory of consciousness | VentureBeat

Anthropic's interpretability team has developed a "Jacobian lens" that reveals what appears to be an internal scratchpad-like workspace in Claude's activations — eerily consistent with Global Workspace Theory of consciousness. For anyone building with or thinking seriously about LLMs, this is fascinating and a little unsettling.

No. 20New Apple AppsApplies to you

Apple Silicon Exec Explains Mac Mini AI Demand and On-Device Future

An Apple Silicon exec pulls back the curtain on why Mac Mini demand has spiked — AI inference workloads running locally on M-series chips. This is Apple's on-device AI pitch made concrete, and it has direct implications for anyone using or evaluating local LLM setups on Apple hardware.