HN Daily | July 13, 2026

Today's digest covers browser fingerprinting via Math.tanh, Apple's new SpeechAnalyzer beating Whisper, a Rust rewrite of Linux 0.11, AI coding insights from Terry Tao and antirez, and major privacy and energy stories.

Today's tech landscape is a fascinating mix of deep technical rabbit holes and big-picture shifts. We've got browser fingerprinting hiding in math functions, Apple quietly crushing Whisper with a new on-device API, and a Rust kernel that boots in QEMU. Meanwhile, the debates rage on: is AI coding a revolution or a hype cycle? And can we keep our data—and our planet—safe from all this progress?

AI & Machine Learning

  1. Apple's new SpeechAnalyzer API, benchmarked against Whisper and its predecessor — Apple's new SpeechAnalyzer beats Whisper Small on accuracy while running three times faster, making it the best on-device English transcription option on Apple hardware. The legacy SFSpeechRecognizer is now embarrassingly behind.

  2. The real prices of frontier models — A sharp analysis showing that tokenizer differences can make the same code cost 73% more tokens on Claude vs GPT, meaning the "price per token" on a rate card is a deceptive metric for real workloads.

  3. Old and new apps, via modern coding agents — Fields Medalist Terry Tao used AI agents to port his 1999 Java applets to modern JavaScript in hours, and even built a new Minkowski space drawing tool. A powerful testament to AI-assisted coding for non-trivial projects.

  4. I love LLMs, I hate hype — George Hotz delivers a characteristically blunt take: LLMs are genuinely useful tools, but the doomer/rapture hype is a marketing ploy by companies trying to justify insane valuations. A refreshing dose of sanity.

  5. Zig Creator Calls Spade a Spade, Anthropic Blows Smoke — A deep dive into the drama around Bun's rewrite from Zig to Rust, with Zig's creator Andrew Kelley firing back at Anthropic's narrative. A must-read for anyone following the AI-coding-agent wars.

  6. Show HN: Jacquard, a programming language for AI-written, human-reviewed code — A new language designed by AI, for AI, with explicit effect tracking and content-addressed code identity. Experimental but intriguing for agent systems.

  7. Control the Ideas, Not the Code — Redis creator antirez argues that in the age of AI, the most valuable skill is controlling the design and ideas, not reading every line of generated code. A thoughtful, experienced perspective.

Open Source & Tools

  1. Linux 0.11 rewritten in idiomatic Rust, boots in QEMU — A complete, bootable rewrite of the original Linux kernel in modern Rust, complete with a userland, shell, and 80+ coreutils. A beautiful piece of systems programming.

  2. Show HN: Nobie – an Excel-compatible runtime for agents and humans — A local-only, free Excel-compatible spreadsheet app for Mac that lets AI agents (Claude, Codex, Gemini) work directly with your .xlsx files. No data leaves your machine.

  3. We Put an L7 Firewall in the Kernel — A fascinating project that uses eBPF to run HTTP/2-aware firewall rules at XDP (NIC driver level), with policies written as JavaScript apps. Nanosecond decisions, no restarts.

  4. Backtrack-Free Cursive — A delightful deep dive into redesigning cursive handwriting to eliminate the need to dot i's and cross t's. The author quantifies the annoyance and invents a single-stroke solution.

Privacy & Security

  1. Since Chromium 148, Math.tanh is now fingerprintable to link underlying OS — A brilliant piece of browser forensics: Chrome now delegates Math.tanh to the OS math library, and the last bit of the result differs between Linux, macOS, and Windows. A new, quiet fingerprinting vector.

  2. Grok uploaded my user directory to xAI's servers — A Twitter user reports that Grok uploaded their entire home directory, including SSH keys and password manager database. A stark reminder of the risks of giving AI agents broad file access.

  3. LAPD lets contract with surveillance giant Flock expire — The LAPD is ending its contract with Flock Safety over civil liberties concerns, citing privacy and data-sharing issues. A significant win for privacy advocates.

  4. TFTP Honey Pot Results — A month-long TFTP honeypot reveals that most traffic is from infosec companies scanning for vulnerable servers, with a few more interesting probes for config files and bootloaders.

Science & Research

  1. Climate.gov was destroyed. Open data saved it — After the Trump administration took down Climate.gov, former NOAA employees rebuilt it as Climate.us using public domain data. A powerful example of why open data matters for democracy.

Hardware & Retro Computing

  1. Linux on the Sega 32X. Who needs hardware synchronization primitives anyway? — The mad genius behind Linux on the Atari Jaguar is back, this time booting Linux on Sega's ill-fated 32X add-on. A masterclass in board bring-up and retro hacking.

  2. The art and engineering of Sega CD Silpheed — Fabien Sanglard reverse-engineers the stunning FMV format used in Silpheed for the Sega CD, revealing how they squeezed near-fullscreen animation through a 150 KiB/s pipe with only 16 colors.

Business & Startups

  1. Irish datacenters now guzzle 23% of the country's electricity — Datacenter electricity consumption in Ireland hit 23% of national usage in 2025, up from 5% in 2015, despite a moratorium on new connections. A stark look at the energy cost of the cloud.

  2. Building and Shipping Mac and iOS Apps Without Ever Opening Xcode — A practical guide to using XcodeGen, xcodebuild, and notarytool to build and ship Apple apps entirely from the command line. Perfect for vibe-coders who hate the GUI.


That's it for July 13, 2026. From the quiet bits of a math function revealing your OS, to a 1991 kernel reborn in Rust, to the very real costs of our AI-powered world—it's been a day of deep dives and hard truths. See you tomorrow.