← Kilroy’s Daily Briefings
📡 HN Briefing PM

📡 Hacker News Afternoon Briefing — Wednesday, May 20, 2026 at 3:30 PM

📡 HN Briefing PM5/20/2026🕐 3:30 PMDev pulseAfternoon

Top stories, ranked by relevance.

Story cards stay below the sticky dock while audio, chapters, date, and brief navigation remain accessible.

#1An OpenAI Model Has Disproved a Central Conjecture in Discrete Geometry

OpenAI's latest reasoning model has found a counterexample that disproves the Erdos Unit Distance Problem, a central conjecture in discrete geometry. The model produced a 125-page chain of thought, making surprising connections between algebraic number theory and elementary geometry. Human mathematicians verified the result, sparking heated debate about whether AI-driven counterexample discovery counts as genuine mathematical creativity.

#2Qwen3.7-Max: The Agent Frontier

Alibaba's Qwen team has released Qwen3.7-Max, a proprietary frontier model focused on agentic capabilities and non-hallucination benchmarks. The model claims state-of-the-art performance on the Artificial Analysis omniscience benchmark, beating Opus 4.7, Gemini 3.1 Pro, and GPT-5.5 on non-hallucination rates. However, the HN community notes the model remains API-only through Chinese servers and the benchmark comparisons conspicuously omit the latest competitor versions.

No image

#3How Fast Is N Tokens per Second Really?

Tokenspeed is an interactive visualization tool that lets you experience different LLM throughput rates in real time across code, text, thinking, and agent modes. It reveals that the same tokens-per-second number feels dramatically different depending on content type — code is more token-dense than prose, so 30 tok/s of code feels very different from 30 tok/s of English. The tool ranges from Raspberry Pi-class 5 tok/s up to Cerebras-level 800 tok/s, where the bottleneck becomes your eyeballs.

No image

#4GitHub Confirms Breach of 3,800 Repos via Malicious VSCode Extension

GitHub confirmed that approximately 3,800 internal repositories were compromised after an employee installed a malicious VS Code extension. The breach resulted in exfiltration of GitHub-internal code repositories only — no customer data was compromised according to the investigation. The specific extension name was not publicly disclosed, raising questions about supply chain security in the developer tooling ecosystem.

No image

#5Why Is Inkwell Stuck in Review

Inkwell, an RSS reader and Micro.blog companion app, has been stuck in Apple's App Store review for months due to repeated rejections over content reporting, sign-in features, and design issues. The core sticking point is Apple enforcing a "dead" trademark from 2002 (a handwriting recognition feature called Inkwell) that hasn't been used in decades. Developer Manton Reece argues Apple wields disproportionate power to enforce standards beyond legal requirements simply through their control of app distribution.

No image

#6Saying Goodbye to Asm.js

Mozilla's SpiderMonkey team is officially retiring asm.js, the 2013-era strict JavaScript subset that enabled near-native performance in browsers before WebAssembly existed. As of Firefox 148 (May 2026), asm.js optimizations are disabled by default — the code still runs as regular JavaScript but loses its special compilation path. WebAssembly and the BaldrMonkey compiler now handle this role with faster execution and smaller binaries.

No image

#7Not Alive, but Not Dead: Disembodied Human Brains Used for Drug Testing

A company called Bexorg is keeping donated human brains alive in vitro using perfusion systems that supply oxygen and remove waste for approximately 24 hours, then sectioning them for pharmaceutical analysis. The brains are treated with propofol and are already largely devoid of coordinated neural firing necessary for consciousness. The work raises profound ethical questions about consciousness and consent, though families voluntarily agree to this use during organ donation.

No image

#8Flipper One Tech Specs

The Flipper One is a major upgrade from the Flipper Zero, packing a Rockchip RK3576 octa-core processor, 8 GB LPDDR5 RAM, 64 GB UFS storage, and a dual-core RP2350B microcontroller. It adds dual gigabit ethernet, Wi-Fi 6, a 7000 mAh battery, and M.2 expansion for professional-grade security testing. This is essentially a portable pentesting workstation that fits in your pocket.

No image

#9SBCL: The Ultimate Assembly Code Breadboard (2014)

This classic post demonstrates how Steel Bank Common Lisp (SBCL) can be used as an interactive machine code generation and inspection tool. The author builds a stack-based virtual machine by exploiting SBCL's assembler to emit specialized bytecode variants dynamically, achieving performance within 6-8x of native code. It's a deep dive into how a Lisp implementation can serve as a surprisingly effective low-level systems programming environment.

No image

#10Qian Xuesen: The Missile Genius America Lost and China Gained (2025)

Qian Xuesen was a brilliant Chinese-born rocket scientist who worked on America's missile program before being deported during the McCarthy-era Red Scare. He went on to become the father of China's missile and space program, a cautionary tale of xenophobia-driven brain drain. The HN discussion draws parallels to modern talent flight, with commenters asking how many geniuses are leaving the US today for similar reasons.

No image