Top Stories
Googlebook
824 points · googlebook.google
Google has revealed Googlebook, a Gemini-native laptop shipping Fall 2026 — the company’s first serious attempt at a vertically integrated competitor to MacBook and Surface. The pitch is that “intelligence is the new spec”: a “Magic Pointer” that lets you select anything on screen and ask, compare, or generate with Gemini; a “Create My Widget” feature that builds custom dashboards on request; and “Cast My Apps,” which streams Android apps from your phone without any installs. With 1,358 HN comments and counting, the launch is sucking up all the oxygen in the room and reigniting the debate over whether OS-level AI integration is a moat or just a feature.
Show HN: Needle — Cactus distilled Gemini tool calling into a 26M model
516 points · github.com/cactus-compute/needle
Cactus Compute distilled Gemini 3.1 into a 26-million-parameter “Simple Attention Network” purpose-built for tool calling. The weights, dataset-generation pipeline, and inference runtime are all open. On a Mac it claims 6,000 tok/s prefill and 1,200 tok/s decode — fast enough to run inline agent loops on a laptop. For anyone building agents, this is one of the most striking small-model results of the year: tool-calling competence appears to be distillable into something that fits on a microcontroller.
Restore full BambuNetwork support for Bambu Lab printers
508 points · github.com/FULU-Foundation
The FULU Foundation has shipped an OrcaSlicer fork that restores full BambuNetwork cloud functionality for Bambu Lab 3D printers, undoing the LAN-only lockdown Bambu Lab imposed in firmware updates earlier this year. The reverse-engineering effort has been months in the making and is the most concrete user-side response yet to vendor-driven feature degradation in the prosumer 3D printing space. Right-to-repair commentary in the thread is, predictably, voluminous.
Why senior developers fail to communicate their expertise
642 points · nair.sh
A widely shared essay on why hard-won engineering judgment — the “this design will break in production” instinct — so often fails to transfer up the management chain. The author argues the problem is rarely technical depth and almost always a missing translation layer between tacit pattern recognition and the legible artifacts (memos, RFCs, dashboards) non-engineers actually consume. HN’s 281-comment thread is mostly senior engineers nodding ruefully and trading their own failure modes.
Rendering the sky, sunsets, and planets
496 points · blog.maximeheckel.com
Maxime Heckel’s latest interactive WebGL deep-dive covers atmospheric scattering, sunset chromaticity, and planetary terminator rendering, with live shader demos throughout. As with his prior posts, the explanation builds from physical first principles (Rayleigh + Mie scattering) up to GPU-practical approximations. Bookmark-tier reading for anyone touching graphics, even tangentially.
The future of Obsidian plugins
401 points · obsidian.md
Obsidian’s team is laying out a roadmap that includes a permissions model for plugins, sandbox isolation, signed releases, and a new official directory with curated discovery. The post is partly a response to growing security concerns about the current trust-everything plugin model and partly a tacit acknowledgment that Obsidian has become critical infrastructure for a lot of people’s second brains. The comments are split between “finally” and “this will kill the ecosystem.”
CERT releases six CVEs for serious vulnerabilities in dnsmasq
337 points · thekelleys.org.uk
A coordinated CERT disclosure dropped six CVEs in dnsmasq — the DNS forwarder/DHCP server that ships in virtually every consumer router, every Kubernetes node, and most container networking stacks. Severity ranges from cache poisoning to remote code execution. Distros are pushing patched packages now; embedded vendors are, as ever, the long tail of pain. If you operate a fleet, this is the most important security item on the list today.
Quack: The DuckDB client-server protocol
315 points · duckdb.org
DuckDB is officially extending beyond its in-process roots with Quack, a wire protocol that lets remote clients query a centrally hosted DuckDB instance. It preserves DuckDB’s columnar Arrow-native semantics over the wire — a meaningful contrast with the row-oriented Postgres protocol — and positions DuckDB as a more direct alternative to ClickHouse and Snowflake for small-to-mid analytical workloads. Expect a wave of “DuckDB-as-a-service” startups.
Scrcpy v4.0
246 points · github.com/Genymobile/scrcpy
The go-to “mirror your Android screen to your desktop over USB or Wi-Fi” tool hits 4.0, with a rewritten input pipeline, virtual display support, multi-device sessions, and substantially lower latency. Scrcpy has quietly become the most common tool in mobile dev pipelines that don’t want to deal with Android Studio’s emulator overhead.
When “idle” isn’t idle: how a Linux kernel optimization became a QUIC bug
117 points · blog.cloudflare.com
A great Cloudflare engineering writeup on a subtle interaction between a Linux scheduler optimization (designed to avoid waking idle CPUs) and QUIC’s congestion control, which together produced a “death spiral” where connection performance degraded under low load. The fix is small; the debugging chain — from packet captures through to ftrace and a kernel patch — is the kind of postmortem engineers will be linking to for years.
Also Trending
- Deterministic Fully-Static Whole-Binary Translation Without Heuristics (227 points) — An arXiv paper proposing a binary translation scheme that avoids the heuristic guesswork most static translators rely on. Relevant for emulator authors and anyone touching cross-arch porting. arxiv.org
- The vi family (208 points) — A nicely organized survey of every vi descendant — nvi, elvis, vim, neovim, kakoune, helix — and how their feature trees branched. lpar.ATH0.com
- SecurityBaseline.eu (186 points) — An audit of 3,000+ EU government sites finds a thousand exposed phpMyAdmins, ubiquitous trackers, and 99% poor email encryption. internetcleanup.foundation
- My graduation cap runs Rust (173 points) — A delightful hardware hack: an MIT student programmed an addressable-LED graduation cap firmware in Rust on an embedded MCU. ericswpark.com
- Traceway: MIT-licensed observability stack you can self-host in ~90s (127 points) — A single-binary OpenTelemetry-compatible observability stack — traces, metrics, logs — pitched against Datadog. github.com/tracewayapp