Wednesday · June 24, 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. The Coming Loop
  2. FUTO Swipe – A new swipe typing model
  3. Fired by Google for creating the Google workspace CLI
  4. Vulnerability reports are not special anymore
  5. Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
  6. Swift Package Index joins Apple
  7. Meta Pauses Employee-Tracking Program Following Internal Data Leak
  8. Usbliter8: an A12/A13 SecureROM Exploit
  9. Printing Gaussian Splats
  10. "Fix" MacBook Neo Cursor Lag: Record 1 Pixel of the Screen Every 10 Seconds
  11. Claude Tag Anthropic
  12. The Flat Curve Society. Hi-ho, we've reached the moment, in… | by Steve Yegge | Jun, 2026 | Medium
  13. GitHub - headroomlabs-ai/headroom: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers.
  14. Trace: Meeting transcripts that never leave your Mac
  15. My AI Opinions - by Scott Alexander - Astral Codex Ten
  16. Stanford CS336 | Language Modeling from Scratch (2025)
  17. Making HTTP requests from a container that has no curl, using bash /dev/tcp
  18. Alisa's book of LLMs
  19. Apple's weird anti-nausea dots cured my car sickness | The Verge
  20. An interactive introduction to the terrific experience of rendering Arabic typography and its technical debt

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

The Coming Loop

Armin Ronacher (Flask/Jinja author) writes about the emerging agentic loop that's reshaping how software gets built with LLMs. Deeply thoughtful take from someone who's actually building with these tools every day. Essential reading if you're using Claude Code or any AI coding assistant.

No. 02Privacy & SecurityApplies to you

FUTO Swipe – A new swipe typing model

FUTO — the privacy-first software org — releases a new swipe keyboard model that runs entirely on-device. No cloud, no telemetry, just a genuinely good swipe typing experience that doesn't phone home. A direct shot at Gboard and SwiftKey for privacy-conscious users.

No. 03Dev ToolsApplies to you

Fired by Google for creating the Google workspace CLI

A Google engineer built an unofficial CLI for Google Workspace in their spare time — and got fired for it. The intersection of open source, corporate IP policy, and developer autonomy makes this a cautionary and infuriating tale. The 300-comment HN thread is worth your time.

No. 04Privacy & SecurityApplies to you

Vulnerability reports are not special anymore

Cryptographer Filippo Valsorda argues that the vulnerability disclosure ecosystem is broken: AI-assisted fuzzing and scanning have made vuln reports a commodity, overwhelming maintainers. A sharp provocation about what responsible disclosure should look like in the age of AI-generated security reports.

No. 05Creative Software

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

A fully browser-based WYSIWYG editor for TikZ diagrams that compiles LaTeX in real time. If you've ever suffered through the edit-compile-preview loop for LaTeX figures, this is a significant quality-of-life upgrade. Great for technical documentation and academic work.

No. 06New Apple AppsApplies to you

Swift Package Index joins Apple

The beloved community-run Swift Package Index is being acquired by Apple, meaning the canonical package discovery tool for the Swift ecosystem is now officially first-party. Good news for discoverability; the usual questions about what happens to community-built things once Apple takes over apply.

No. 07Privacy & Security

Meta Pauses Employee-Tracking Program Following Internal Data Leak

Meta's internal employee surveillance program — which tracked productivity and communications — was paused after the surveillance data itself got leaked internally. The irony is exquisite: the watchers got watched. A sobering reminder that mass surveillance infrastructure creates its own security risks.

No. 08Privacy & SecurityApplies to you

Usbliter8: an A12/A13 SecureROM Exploit

A detailed write-up of a new bootrom-level exploit targeting Apple's A12 and A13 chips — the kind of vulnerability that enables jailbreaking but also informs Apple's security posture going forward. Deep technical content for anyone interested in Apple silicon and low-level iOS security.

No. 09Creative Software

Printing Gaussian Splats

Someone figured out how to turn 3D Gaussian Splat captures into physical 3D prints, bridging the gap between photorealistic neural rendering and the physical world. The process and results are genuinely stunning — a peek at where computational photography meets fabrication.

No. 10New Apple AppsApplies to you

"Fix" MacBook Neo Cursor Lag: Record 1 Pixel of the Screen Every 10 Seconds

A hilariously clever workaround for cursor lag on the new MacBook Neo — a tiny script that forces macOS to continuously refresh screen capture permissions, tricking the OS into staying alert. Actionable today if you're hitting this bug; also a window into how fragile macOS's screen recording throttling can be.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

Claude Tag Anthropic

Anthropic introduces Claude Tag, a multiplayer collaboration feature that lets teams loop Claude into Slack conversations and workflows with a simple @mention. Direct relevance for anyone building AI-assisted developer workflows — this is the human-in-the-loop pattern becoming a first-class product.

No. 12AI ToolsApplies to you

The Flat Curve Society. Hi-ho, we've reached the moment, in… | by Steve Yegge | Jun, 2026 | Medium

Steve Yegge — whose AI essays have consistently been ahead of the curve — makes the case that we've hit a plateau in LLM capability scaling and what that means for agentic engineering. Required reading for anyone building seriously with AI tools who wants to calibrate their expectations.

No. 13AI ToolsApplies to you

GitHub - headroomlabs-ai/headroom: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers.

Headroom is an open-source library/proxy/MCP server that compresses tool outputs, logs, and RAG chunks before they hit the LLM context window — claiming 60–95% token reduction with no loss in answer quality. Directly actionable for anyone building Claude Code tools or RAG pipelines where context costs add up fast.

No. 14New Apple AppsApplies to you

Trace: Meeting transcripts that never leave your Mac

Trace is a macOS app that transcribes meetings locally — no cloud upload, no subscription to a SaaS that will enshittify. For privacy-conscious Mac users who want meeting notes without sending audio to a third-party server, this hits the sweet spot.

No. 15AI ToolsApplies to you

My AI Opinions - by Scott Alexander - Astral Codex Ten

Scott Alexander's comprehensive state-of-the-art opinion piece on AI — covering timelines, risk, capability, and the current moment. SSC/ACX posts on AI have historically been some of the most rigorous lay analysis; this one has been spreading fast across the rationalist and tech communities.

No. 16AI ToolsApplies to you

Stanford CS336 | Language Modeling from Scratch (2025)

Stanford's full course on building language models from scratch — lectures, assignments, and code all available publicly. If you want to understand what's actually happening inside the models you use every day with Claude Code, this is the best structured resource available.

No. 17Dev ToolsApplies to you

Making HTTP requests from a container that has no curl, using bash /dev/tcp

A dead-simple TIL showing how to make raw HTTP requests from a minimal container using only bash's built-in /dev/tcp pseudo-device — no curl, no wget required. The kind of trick that saves you when you're debugging a stripped-down Docker image at 2am.

No. 18AI ToolsApplies to you

Alisa's book of LLMs

A curated Notion-based reading list and reference on LLMs from an NLP researcher — transformers, fine-tuning, RLHF, and evaluation, all organized and annotated. Excellent structured reference for developers who want to go deeper than the API surface.

No. 19New Apple AppsApplies to you

Apple's weird anti-nausea dots cured my car sickness | The Verge

The Verge's writer tests Apple's Vehicle Motion Cues feature — animated dots on screen that help your vestibular system reconcile phone use with car movement — and reports it actually works. An underrated iOS accessibility feature that doubles as a practical quality-of-life improvement for anyone who reads on their phone in transit.

No. 20Creative Software

An interactive introduction to the terrific experience of rendering Arabic typography and its technical debt

A beautifully interactive deep dive into why rendering Arabic text is so technically hard — bidirectionality, contextual letter shaping, ligatures, and decades of software debt. Essential context for any developer whose app needs to go international, and gorgeous on its own terms as a piece of technical writing.