Saturday · July 4, 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. Half-Baked Product
  2. Espionage Against the European Parliament
  3. Jamesob's guide to running SOTA LLMs locally
  4. Wordgard: In-browser rich-text editor from the creator of ProseMirror
  5. Leanstral 1.5: Proof abundance for all
  6. Hunting a 16-year-old SQLite WAL bug with TLA+
  7. SearXNG: A free internet metasearch engine
  8. Ask HN: Is anyone experimenting with different ways of using LLMs for coding?
  9. New serious vulnerabilities spiked around release of Claude Mythos Preview
  10. Agentic coding notes from Galapagos Island
  11. 10 Claude Code Settings That Made Me a Faster Software Architect
  12. GitHub - HUANGCHIHHUNGLeo/claude-real-video: Let Claude (or any LLM) actually watch a video
  13. Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding
  14. smol machines
  15. DeepSWE
  16. .gitignore Isn't the Only Way To Ignore Files in Git | Nelson Figueroa
  17. The Goldilocks customizable select height - JakeArchibald.com
  18. The Case for Co-Locating Workflow State with Your Data | DBOS
  19. Hate "The Algorithm?" RSS Is One of the Tools You've Been Looking For | EFF
  20. A new era of Midjourney • Midjourney blog

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

Half-Baked Product

The highest-scoring HN post of the day tackles the uncomfortable reality of shipping products that aren't fully baked. With 382 comments, this clearly hit a nerve — the tension between 'done' and 'good enough' is one every developer building with AI tools faces daily. Essential reading for anyone deciding when to ship.

No. 02Privacy & SecurityApplies to you

Espionage Against the European Parliament

Citizen Lab documents how a member of the EU committee investigating Pegasus spyware was themselves hacked with Pegasus — a brazen, recursive irony. This is the definitive surveillance-state story of the week, with serious implications for digital rights across Europe and beyond.

No. 03AI ToolsApplies to you

Jamesob's guide to running SOTA LLMs locally

A practical, opinionated GitHub guide to running state-of-the-art LLMs on your own hardware — covering model selection, quantization, and inference tooling. If you're building with AI tools and care about privacy, local inference is the natural next step. Bookmark this.

No. 04Dev Tools

Wordgard: In-browser rich-text editor from the creator of ProseMirror

Marijn Haverbeke — the brain behind ProseMirror and CodeMirror — has launched a new browser-based rich text editor. If his track record is any guide, this will become foundational infrastructure for the next decade of web editing. Worth watching closely.

No. 05AI ToolsApplies to you

Leanstral 1.5: Proof abundance for all

Mistral ships a model fine-tuned for formal mathematical proof in the Lean 4 theorem prover — 'proof abundance' is the bold framing. This is a meaningful milestone for AI-assisted verification and a signal that LLMs are getting serious about correctness, not just plausibility.

No. 06Dev ToolsApplies to you

Hunting a 16-year-old SQLite WAL bug with TLA+

A deep-dive into using TLA+ formal specification to track down a lurking SQLite write-ahead log bug that went undetected for 16 years. A masterclass in why formal methods matter — and a sobering reminder that the databases we all depend on carry hidden histories.

No. 07Privacy & SecurityApplies to you

SearXNG: A free internet metasearch engine

SearXNG is the self-hostable, privacy-respecting metasearch engine that aggregates results without tracking you. With AI-driven search reshaping the landscape, having a self-hosted fallback has never felt more relevant. You can run this today.

No. 08AI ToolsApplies to you

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

A goldmine of real-world, practitioner-tested LLM coding workflows — 168 comments from developers sharing what's actually working. If you use Claude Code, there are almost certainly patterns here you haven't tried yet. This is the thread to read this weekend.

No. 09Privacy & SecurityApplies to you

New serious vulnerabilities spiked around release of Claude Mythos Preview

Epoch AI tracks a suspicious spike in serious CVEs correlating with a major Claude model release — raising thorny questions about AI-assisted vulnerability discovery (or creation). Whether causation or coincidence, this is exactly the kind of empirical signal the security community needs to be watching.

No. 10AI ToolsApplies to you

Agentic coding notes from Galapagos Island

Dan Luu's characteristically rigorous field notes on agentic coding loops — written partly using the tools being reviewed. His take on where agentic AI coding succeeds and fails is more grounded than most hype-cycle takes. Required reading for Claude Code users.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

10 Claude Code Settings That Made Me a Faster Software Architect

A practical listicle that actually delivers — ten specific Claude Code configuration tweaks that improve architectural-scale coding tasks. If you're a daily Claude Code user, at least two or three of these will be new to you. Start here before your next session.

No. 12AI ToolsApplies to you

GitHub - HUANGCHIHHUNGLeo/claude-real-video: Let Claude (or any LLM) actually watch a video

An open-source tool that feeds scene-aware, deduplicated video frames plus transcript to Claude or any LLM — runs entirely locally. Unlocks video understanding for workflows that previously couldn't touch it. MIT licensed and ready to plug into your pipeline today.

No. 13AI ToolsApplies to you

Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

Ornith-1.0 is a family of open-source models designed from the ground up for agentic coding — they can scaffold their own execution loops. It's an early but significant entry in the race to purpose-build models for multi-step code generation rather than just chat.

No. 14Dev ToolsApplies to you

smol machines

Virtual machines that boot in under one second — built specifically for agent tasks and code sandboxing. If you're running agentic coding loops, you need cheap, fast, disposable execution environments. Smol machines is a purpose-built answer to that exact problem.

No. 15AI ToolsApplies to you

DeepSWE

A new benchmark specifically measuring frontier coding agents on original, long-horizon software engineering tasks — not the toy problems that existing evals use. As agentic coding matures, knowing which models actually hold up over a multi-day task is increasingly critical.

No. 16Dev ToolsApplies to you

.gitignore Isn't the Only Way To Ignore Files in Git | Nelson Figueroa

A short, actionable explainer covering `.git/info/exclude` and global gitignore configs — the two git ignore mechanisms most developers have forgotten or never learned. Exactly the kind of quiet productivity boost that Pinboard surfaces and HN misses.

No. 17Dev ToolsApplies to you

The Goldilocks customizable select height - JakeArchibald.com

Jake Archibald digs into the surprisingly gnarly problem of getting custom `<select>` heights right across browsers and platforms. For Angular/TypeScript developers building forms, this is the kind of browser-quirk deep dive that saves hours of debugging.

No. 18Dev Tools

The Case for Co-Locating Workflow State with Your Data | DBOS

DBOS makes a compelling architectural argument for keeping workflow state in the same database as your application data — eliminating the dreaded distributed-transaction problem via co-location. Relevant for anyone building durable workflows on top of Postgres and .NET.

No. 19Privacy & SecurityApplies to you

Hate "The Algorithm?" RSS Is One of the Tools You've Been Looking For | EFF

The EFF makes the case for RSS as a practical, privacy-preserving antidote to algorithmic feeds. For an Obsidian user who already curates their own information diet, this is a natural pairing — and the EFF's framing as a digital-rights tool gives it extra weight.

No. 20Creative Software

A new era of Midjourney • Midjourney blog

Midjourney pivots hard into medical imaging — announcing a whole-body ultrasound system using half a million piezoelectric elements and GPU-scale compute to reconstruct 3D body maps. This is the most unexpected company pivot of 2026, and it just might be the most consequential one too.