Hacker News Digest
· 11 Hacker News
Austin Z. Henley, a professor and tool builder, takes on the challenge of writing a Python interpreter in just 1024 bytes of C code. He starts with a recursive descent parser, then adds control flow…
The Liquid Network, a Bitcoin sidechain developed by Blockstream, has suffered a major security breach. Purported white-hat hackers withdrew approximately 4,000 BTC (around $320 million) from the Liq…
A new paper by Wang & Wu claims to prove the Spherical Hadwiger Conjecture, open since 1974, with AI assistance. The authors used OpenAI Codex to develop proof details and edit the manuscript. This m…
Japan's Kanazawa fire department has asked residents not to tidy paramedics' shoes when they enter a home, warning that well-meaning rearrangement can delay patient transport. In an Instagram video w…
Market makers provide liquidity by quoting both bids and asks, earning the spread. But they face a structural disadvantage: informed traders can pick off stale quotes before the maker can adjust. Thi…
Ponytail is a plugin for AI coding agents like Claude Code, Codex, and Copilot that enforces a 'lazy senior engineer' mindset: write the least code that works. It applies a seven-step ladder—from que…
The UN General Assembly overwhelmingly adopted a resolution encouraging the use of equal-area world maps like the Equal Earth projection, which show Africa's true relative size, unlike the traditiona…
In this essay, the author explores the paradox of boredom in fiction: how novels often feel slow or unengaging at first, yet that very boredom can be a gateway to deeper immersion and meaning. Drawin…
Hard-Chat is an open-source, browser-based peer-to-peer chat that leaves zero trace: no server, no accounts, no stored history. It uses WebRTC for direct connection, AES-GCM 256-bit encryption with P…
MathKernel is an open-source mathematics runtime that pairs with LLMs to handle advanced computation while preserving assumptions, provenance, and claim-specific evidence. It integrates exact, symbol…
A developer debugging a bare-metal hypervisor on ARM64 for postmarketOS encounters a mysterious bug: enabling the CTR_EL0 intercept causes random system lockups. After ruling out emulation errors and…