Hacker News — 2026-05-19#

Top Story#

The massive “Mini Shai-Hulud” supply chain attack on npm is dominating discussions today. An attacker compromised the atool maintainer account and published over 600 malicious versions across 314 packages in just 22 minutes to harvest AWS, Kubernetes, and local password manager credentials. It’s a sophisticated wake-up call for the ecosystem, utilizing GitHub’s API for stealthy C2 communication, injecting persistent backdoors via GitHub Actions, and specifically targeting developers’ local Claude Code and Codex environments through hook injections.

Front Page Highlights#

[Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions] · Source Nicholas Carlini built a functional chess engine entirely out of 84,688 regular expressions. By compiling symbolic execution traces into a branch-free, single-instruction multiple-data (SIMD) CPU emulator that operates via global regex substitutions on a string state, the engine can evaluate parallel board states simultaneously. It’s absolute god-tier hacker nonsense that has the community both horrified and thoroughly impressed.

[U.S. Cybersecurity Agency Leaves Its Digital Keys Out in Public on GitHub] · Source A CISA contractor left AWS GovCloud keys and plaintext credentials for dozens of internal government systems sitting in a public GitHub repository for roughly six months. The security community is understandably appalled by the scale of the failure, with experts noting the repository was likely used as a sloppy synchronization tool between a work and home computer.

[Dumb Ways for an Open Source Project to Die] · Source An excellent taxonomy of how open-source projects actually fail, moving way beyond the standard “the maintainer got busy” excuse. From “shadow-maintained” corporate repos and “API rug-pulls” to projects becoming “platform-stranded” on dead runtimes, it’s a sobering read that will have you inspecting your package.json for zombie dependencies.

[Google Search as you know it is over] · Source Google used I/O to drop Gemini 3.5 Flash—their strongest agentic model yet—but the real industry shaker is the complete overhaul of Google Search into an AI-driven “intelligent search box”. This move essentially kills the “ten blue links” era in favor of generative UI and proactive information agents, signaling a massive existential threat to publishers who rely on referral traffic.

[Disney erased FiveThirtyEight] · Source Nate Silver discovered that Disney has completely wiped the archives of FiveThirtyEight from its decade-long run at ESPN and ABC News, erasing an estimated 200,000 person-hours of work. The post-mortem has sparked intense debate about link rot, the tragedy of corporate stewardship of niche media, and the superiority of independent subscription models over massive conglomerate ownership.

[Minnesota becomes first state to ban prediction markets] · Source Minnesota passed a sweeping law banning prediction markets like Kalshi and Polymarket, making it a crime to host or advertise them. The CFTC is aggressively suing to block the law, arguing for exclusive federal jurisdiction, setting up a massive legal battle over the future of the multi-billion dollar prediction market industry.

Show HN & Launches#

Cursor just dropped Composer 2.5, leveraging Moonshot’s Kimi K2.5 and introducing targeted textual feedback for reinforcement learning to vastly improve long-context reasoning and tool calling. On the open-source front, id-agent offers a clever, token-efficient alternative to UUIDs by generating 4096-word curated lists to save context window space for AI agents, dropping token cost by up to 78%. Emulation nerds will love the Virtual OS Museum, which launched a pre-configured Linux VM packed with over 570 distinct operating systems, spanning from the 1948 Manchester Baby to modern releases. Finally, remove-ai-watermarks launched as a highly controversial tool to strip visible overlays and invisible SynthID patterns from AI-generated images.

Discussion & Debate#

The economic viability of the AI bubble is generating massive friction on the forum today. Ed Zitron’s deep-dive argues that hyperscalers are burning over $800 billion on unsustainable capex without corresponding ROI, declaring AI fundamentally “too expensive” to justify its existence. This macro-pessimism heavily clashes with individual developer experiences where engineers report “going full AI engineer” and happily abandoning manual typing, even as anxiety peaks among college graduates who are actively booing AI-centric commencement speeches in fear of an evaporating job market.


Categories: News, Tech