Semble is a new code search library purpose-built for AI agents. Instead of grep-and-read, agents query in natural language and get back only relevant code chunks, scored via a fusion of semantic embeddings (Model2Vec) and lexical matching (BM25). It indexes repos in ~250ms, answers queries in ~1.5ms on CPU alone, and claims 99% of the retrieval quality of larger transformer models — all while slashing token consumption by 98%.
Frederick Van Brabant argues that AI won't meaningfully speed up software development because the real bottleneck isn't writing code — it's upstream clarity. Without detailed specs and proper documentation, AI-generated code requires extensive handholding from domain experts, merely shifting work rather than eliminating it. The post, sitting at 432 points, clearly struck a nerve with the HN crowd.
A curated GitHub repository cataloging CUDA programming books organized by skill level — from beginner introductions like "CUDA by Example" to advanced references like "The CUDA Handbook," including titles released through 2026. It's a one-stop directory for anyone looking to learn NVIDIA GPU parallel computing, which remains foundational infrastructure for AI/ML workloads.
A developer built a complete system to turn a Doogee U10 tablet (RK3562 SoC) into a bootable Debian 12 workstation via SD card — no permanent mods required. It supports display, touch, Wi-Fi, Bluetooth, cameras, and ships with a Phosh mobile UI and pre-installed browsers. Notably, it also enables local AI inference through NPU acceleration using Rockchip's RKLLM framework for running language models directly on the device.
A FOSDEM 2026 talk examining how Mercurial has survived 20 years despite Git's dominance, through sustained funding, modern tooling, and continued innovation. The speakers explore Mercurial's unexpected influence on newer tools like Sapling and Jujutsu, and what this says about open-source project sustainability. A case study in how "dead" developer tools sometimes aren't.
An engineer in rural Vermont is restoring old payphones with modern VoIP internals to provide free calling services in underserved areas. The project fuses retro telecom hardware with contemporary internet-based calling, demonstrating creative solutions to rural connectivity gaps. A charming example of repurposing vintage infrastructure for modern needs.
A deep-dive debugging post investigating mysterious TCP connection reset errors between locally-connected services. Through tcpdump, strace, and systematic reproduction, the author discovered that closing a TCP socket while unread data remains pending triggers a RST packet per RFC 1122. The real-world culprit: nginx and gunicorn weren't fully consuming HTTP request bodies before closing connections.
A research paper documenting the phenomenon of multiple animal species sharing communal "bathroom" sites high in the tree canopy of Costa Rican cloud forests. The study examines why different species converge on the same defecation spots and what ecological role these shared latrines play in nutrient cycling and seed dispersal. Pure ecology — fascinating but firmly outside tech.
A detailed historical article about the surprisingly elaborate smoking room aboard the hydrogen-filled Hindenburg airship. Despite the obvious danger of open flame near hydrogen, the room was engineered with pressurized airlocks and a single electric lighter to let passengers smoke safely at altitude. A 117-point HN favorite — the crowd loves a good "engineers solving absurd constraints" story.
A 2015 retrospective from RogerEbert.com revisiting the beloved 1990s TV series "Northern Exposure," examining how the show's blend of magical realism, quirky characters, and small-town Alaska setting holds up decades later. A nostalgic cultural piece that found its way back to the HN front page — proof that the community's taste extends well beyond code.