Monday · July 20, 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. Claude Code uses Bun written in Rust now
  2. Claude Fable produced a counterexample to the Jacobian Conjecture
  3. Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
  4. Blender 5.2 LTS
  5. Exploit brokers pay $500k for WordPress RCEs. I found one with GPT5.6 and $25
  6. Orion Browser by Kagi
  7. What I learned selling 2,500 MIDI recorders: Hardware is not so hard
  8. I burned all my tokens researching how to save tokens
  9. How proprietary formats have become Microsoft's main tool for lock-in
  10. Moonshine: Lets you stream games from your PC to any device running Moonlight
  11. Setting up your spare Mac for Claude Code to control, a step-by-step guide | Hacker News
  12. AgriciDaniel/claude-obsidian: Claude + Obsidian knowledge companion
  13. Security incident disclosure — July 2026
  14. AI advice made people three times less accurate but twice as confident, researchers found
  15. BBEdit 16 is here! | Bare Bones Software
  16. GitHub - ayghri/i-have-adhd: Claude Code skill to stop it from burying the answer
  17. AddyOsmani.com - Loop Engineering
  18. Investigation reveals dozens of disguised gambling apps on the App Store in Brazil - 9to5Mac
  19. Half a Second
  20. Making Software: How to make a font.

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

Claude Code uses Bun written in Rust now

Simon Willison digs into Claude Code's runtime shift to Bun — itself compiled in Rust — a notable architectural move for Anthropic's flagship coding assistant. If you use Claude Code daily, this explains recent performance changes and has big implications for how the tool ships and runs. 707 comments means the community has a lot of feelings about this.

No. 02AI ToolsApplies to you

Claude Fable produced a counterexample to the Jacobian Conjecture

Claude's research-oriented "Fable" mode apparently produced a counterexample to a 50-year-old unsolved problem in algebraic geometry. Whether it holds up to scrutiny or not, this is the kind of AI-does-math moment that will be dissected for weeks. Essential reading for anyone tracking frontier AI capabilities.

No. 03Dev Tools

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

The highest-scored HN story today: a developer reverse-engineered an entire bowling alley management system and rebuilt it on cheap microcontrollers for a fraction of the cost. A masterclass in embedded systems, reverse engineering, and the absurdity of enterprise hardware pricing.

No. 04Creative Software

Blender 5.2 LTS

Blender drops a new Long-Term Support release, meaning this version gets backported bug fixes for years — the safe bet for production pipelines. If you've been putting off upgrading your creative 3D toolkit, LTS is the moment to do it.

No. 05Privacy & SecurityApplies to you

Exploit brokers pay $500k for WordPress RCEs. I found one with GPT5.6 and $25

A security researcher used a $25 AI API run to surface a WordPress RCE that exploit brokers would pay half a million dollars for. This is a watershed moment for AI-assisted vulnerability research — and a wake-up call for anyone running WordPress. The cost asymmetry between attackers and defenders just got a lot worse.

No. 06New Apple AppsApplies to you

Orion Browser by Kagi

Kagi's Orion browser — WebKit-based, with native support for Chrome and Firefox extensions on macOS — is getting renewed attention. It's one of the most privacy-respecting browsers available on Apple platforms, with zero telemetry. If you're deep in the Apple ecosystem and want to ditch Safari or Chrome, this is the serious alternative.

No. 07Creative Software

What I learned selling 2,500 MIDI recorders: Hardware is not so hard

A software developer who shipped 2,500 physical MIDI devices shares candid lessons about manufacturing, supply chains, and the emotional reality of hardware. Surprisingly actionable for any developer who's ever thought "I should build a thing." The MIDI/music angle makes it extra relevant for creative tooling fans.

No. 08AI ToolsApplies to you

I burned all my tokens researching how to save tokens

A practical deep-dive into building custom AI research pipelines while trying to minimize token costs — with the ironic twist that the research itself burned more tokens than it saved. Essential reading for anyone building agentic workflows or trying to get Claude to do research tasks cheaply.

No. 09Dev Tools

How proprietary formats have become Microsoft's main tool for lock-in

The Document Foundation makes the case that Microsoft's proprietary format extensions are a deliberate interoperability tax, not accidental complexity. Relevant for any developer dealing with Office file formats, and a useful lens for thinking about vendor lock-in in general.

No. 10Dev Tools

Moonshine: Lets you stream games from your PC to any device running Moonlight

Moonshine is an open-source NVIDIA GameStream host that works with the Moonlight client — letting you stream PC games to any device without needing a GeForce GPU. A significant gap-filler for the self-hosted game streaming crowd, especially on AMD or Intel hardware.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

Setting up your spare Mac for Claude Code to control, a step-by-step guide | Hacker News

A step-by-step guide to configuring a spare Mac as a headless Claude Code agent — essentially a personal AI workstation that runs tasks autonomously. If you use Claude Code and have an old Mac collecting dust, this is an immediately actionable weekend project.

No. 12AI ToolsApplies to you

AgriciDaniel/claude-obsidian: Claude + Obsidian knowledge companion

An open-source project that pairs Claude with Obsidian to create a persistent, compounding wiki vault — based on Karpathy's LLM Wiki pattern. For Obsidian users who also work with Claude, this is a direct hit: commands like /wiki, /save, and /autoresearch bring AI into your second brain.

No. 13Privacy & SecurityApplies to you

Security incident disclosure — July 2026

Hugging Face discloses a security incident involving adversarial attacks on its platform. As the central hub for open-source model distribution, any breach here has downstream implications for the entire ML ecosystem. Worth reading if you pull models or datasets from HF in your AI workflows.

No. 14AI ToolsApplies to you

AI advice made people three times less accurate but twice as confident, researchers found

A new study found AI availability collapsed willingness to say 'I don't know' from 44% to 3%, accuracy from 27% to 9%, while confidence rose to 76%. A stark empirical warning for anyone integrating AI assistants into decision-making workflows — the confidence-competence gap is real and measurable.

No. 15New Apple AppsApplies to you

BBEdit 16 is here! | Bare Bones Software

BBEdit 16 lands — the beloved Mac text editor that's been a developer staple for decades just got a major version bump. If you're in the macOS ecosystem and haven't kept up with recent BBEdit releases, this is worth a look at what's new.

No. 16AI ToolsApplies to you

GitHub - ayghri/i-have-adhd: Claude Code skill to stop it from burying the answer

A Claude Code skill/prompt configuration that forces the AI to lead with the answer instead of burying it in verbose preamble. ADHD-friendly output design, but honestly useful for everyone tired of scrolling through paragraphs of hedging to find the actual response.

No. 17AI ToolsApplies to you

AddyOsmani.com - Loop Engineering

Addy Osmani explores "loop engineering" — the practice of designing agentic AI workflows that iterate, verify, and self-correct. As Claude Code and similar tools move from single-shot to multi-step agents, understanding loop patterns becomes a core developer skill.

No. 18Privacy & SecurityApplies to you

Investigation reveals dozens of disguised gambling apps on the App Store in Brazil - 9to5Mac

An investigation found dozens of apps disguising themselves as innocuous utilities while running illegal gambling operations on Apple's App Store in Brazil. A damaging story for Apple's "curated" App Store narrative, and a reminder that review processes have systematic blind spots.

No. 19Privacy & Security

Half a Second

A narrative non-fiction book (free, Creative Commons) about the XZ Utils supply-chain attack — telling the full story of the burned-out maintainer who was manipulated into surrendering the codebase, the engineer whose half-second of curiosity caught it, and the still-unidentified attacker. Essential reading for anyone in open-source.

No. 20Creative Software

Making Software: How to make a font.

A deep, visually rich chapter from the "Making Software" project explaining the craft of designing a typeface from scratch — covering bezier curves, hinting, spacing, and the toolchain. A surprisingly accessible entry point into type design for developers who want to understand the creative software side of typography.