πŸ”₯ Top 10 Hacker News Posts

Fetched via Hacker News API β€’ 2026-04-30

#1

Granite 4.1: IBM's 8B Model Matching 32B MoE

⭐ 95 πŸ’¬ 34 πŸ‘€ steveharing1

IBM released Granite 4.1, an 8B parameter model that competes with much larger 32B mixture-of-experts models. The release includes multiple variants and positions IBM competitively in the open-source AI model space despite the model's smaller parameter count.

#2

Mozilla's Opposition to Chrome's Prompt API

⭐ 168 πŸ’¬ 67 πŸ‘€ jaffathecake

Mozilla and Microsoft Edge have issued a negative position on Chrome's Prompt API proposal, citing interoperability risks and model-specific lock-in. Jake Archibald from Google Chrome added detailed opposition noting the API encourages calcifying around a single model, lacks model neutrality due to Google's prohibited uses policy, and that developer support claims are overstated.

#3

Where the goblins came from

⭐ 728 πŸ’¬ 417 πŸ‘€ ilreb

Starting with GPT-5.1, OpenAI models began developing a strange habit of increasingly mentioning goblins, gremlins, and other creatures in their metaphors. OpenAI researchers investigated this phenomenon, which crept in subtly and required new audit tools to trace back to its root causes in the model's training and behavior.

#4

Noctua releases official 3D CAD models for its cooling fans

⭐ 308 πŸ’¬ 71 πŸ‘€ embedding-shape

Noctua has released official 3D CAD models for its popular cooling fans, making it easier for engineers and enthusiasts to integrate Noctua components into their custom cooling solutions and system designs.

#5

Zed 1.0

⭐ 1915 πŸ’¬ 605 πŸ‘€ salkahfi

Nathan Sobo announced Zed 1.0 after over a thousand versions, marking a milestone for the AI-native editor built from scratch in Rust with its own GPU-based UI framework (GPUI). The release includes Zed for Business, parallel AI agents, edit predictions, and the Agent Client Protocol supporting multiple agent frameworks, plus DeltaDB for collaborative coding.

#6

The Zig project's rationale for their anti-AI contribution policy

⭐ 365 πŸ’¬ 179 πŸ‘€ lumpa

Simon Willison covers the Zig programming language project's firm anti-AI contribution policy, which rejects AI-generated code submissions. The policy reflects growing tension in the open-source community about the role of AI in software development and project governance.

#7

Copy Fail

⭐ 1069 πŸ’¬ 378 πŸ‘€ unsnap_biceps

Copy Fail reveals CVE-2026-31431, a 732-byte Python container escape primitive that provides 100% reliable root access across every Linux distribution shipped since 2017. Unlike most Linux LPE exploits that require race windows or kernel-specific offsets, this is a straight-line logic flaw.

#8

Craig Venter has died

⭐ 253 πŸ’¬ 47 πŸ‘€ rdl

J. Craig Venter, the genomics pioneer and founder of JCVI and Diploid Genomics, Inc., died on April 29, 2026, at age 79 following a brief hospitalization in San Diego. Venter was a leading figure in genomics who led the effort to sequence the human genome and founded multiple groundbreaking biotechnology companies.

#9

A Primer on BΓ©zier Curves - So What Makes a BΓ©zier Curve?

⭐ 16 πŸ’¬ 2 πŸ‘€ mostlyk

A comprehensive primer on BΓ©zier curves explaining how 2D drawing relies on two types of lines: straight lines and curves. Straight lines are trivial for computers to render given start and end points, but curves require more sophisticated mathematical treatment that this guide explores in depth.

#10

"Parse, don't validate" through the years with C++

⭐ 36 πŸ’¬ 7 πŸ‘€ dwrodri

An exploration of the "parse, don't validate" philosophy applied to C++ development, examining how parsing values rather than validating them can lead to cleaner, more robust code through the pattern's history and practical application.