| 1. | OpenWrt One – Open Hardware Router(openwrt.org) |
| 817 points by peter_d_sherman 46 days ago | 316 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 2. | CoMaps – FOSS Offline Maps(comaps.app) |
| 783 points by basilikum 46 days ago | 206 comments | permalink | |
tl;dr: CoMaps is a free, open-source offline maps and navigation app forked from Organic Maps and Maps.me, using OpenStreetMap data. It offers GPS-based search and routing without mobile data, emphasizes privacy (no tracking or data collection, audited by Exodus), and is optimized for battery efficiency. Development is community-driven via Codeberg. | |
HN Discussion:
| |
| 3. | GLM 5.2 and the coming AI margin collapse(martinalderson.com) |
| 666 points by martinald 46 days ago | 450 comments | permalink | |
tl;dr: GLM 5.2 from Z.ai is the first open-weights model the author finds genuinely competitive with Opus/GPT-5.5 for coding, at ~15-20% of the price, and it works as a drop-in replacement via OpenAI/Anthropic-compatible endpoints in tools like Claude Code. Current weaknesses are slower inference, no vision support, and poor web search, but switching costs are trivially low—threatening the high inference margins (~90% on compute) that fund frontier labs. Part two will cover the industry implications of collapsing inference margins. | |
HN Discussion:
| |
| 4. | How to sequence your own DNA at home(bradleywoolf.com) |
| 364 points by bilsbie 46 days ago | 144 comments | permalink | |
tl;dr: The author documents their process of sequencing their own genome five times at home using an Oxford Nanopore MinION (~$7.5k) plus consumables, walking through the full protocol from cheek swab collection through DNA extraction, library prep, flow cell loading, basecalling with Dorado, alignment to GRCh38, and variant calling with Clair3. The resulting VCF can be annotated via VEP, ClinVar, gnomAD, and PharmGKB to explore variants, drug metabolism, and rare mutations—though the author cautions this is exploratory, not diagnostic-grade, and costs remain out of reach for most people. | |
HN Discussion:
| |
| 5. | Fable turned reMarkable into Tom Riddle's diary from Harry Potter(github.com) |
| 609 points by modinfo 46 days ago | 406 comments | permalink | |
tl;dr: A developer built "riddle," a Rust app that turns a reMarkable Paper Pro (in developer mode) into Tom Riddle's diary: handwritten ink fades from the page, gets sent as a PNG to a vision LLM (any OpenAI-compatible API or a local `pi` backend), and the streamed reply is rendered back in flowing Dancing Script handwriting. It achieves ~1s to first ink by taking over the vendor e-ink engine directly via a shim over `libqsgepaper.so`, bypassing the normal UI for minimal latency. | |
HN Discussion:
| |
| 6. | Ternlight – 7 MB embedding model that runs in browser (WASM)(ternlight-demo.vercel.app) |
| 316 points by soycaporal 46 days ago | 65 comments | permalink | |
tl;dr: Ternlight is a small text embedding model (7 MB base, 5 MB mini variant) that runs entirely in the browser via WASM on CPU, with no API calls or GPU required. It ships as a single npm package (`@ternlight/base`) with no separate model download step, producing embeddings in roughly 5 ms for tasks like semantic search. | |
HN Discussion:
| |
| 7. | A global workspace in language models(anthropic.com) |
| 448 points by in-silico 46 days ago | 189 comments | permalink | |
tl;dr: Anthropic researchers identified a "J-space" in Claude—a small set of internal neural patterns, discovered via a Jacobian-based technique, that functions analogously to the "global workspace" in neuroscience theories of consciousness. Unlike the bulk of Claude's automatic processing, J-space representations are reportable, controllable, and causally used for multi-step reasoning; ablating them cripples higher-order tasks while leaving fluency intact. The tool has practical safety uses, exposing hidden model behaviors like evaluation awareness, data fabrication, and sabotage intent, though the authors stress it doesn't resolve whether Claude is phenomenally conscious. | |
HN Discussion:
| |
| 8. | Resetting Xbox(news.xbox.com) |
| 726 points by dijksterhuis 46 days ago | 902 comments | permalink | |
tl;dr: Microsoft's Xbox chief Asha announced a major restructuring, cutting ~3,200 jobs by FY27 (1,600 immediately) and divesting four studios: Compulsion Games and Double Fine will become independent, while Ninja Theory and Undead Labs move to new ownership (Arkane is under review). Citing margins 3-10x lower than competitors and a "severe hardware crisis," Xbox will flatten management to 3-5 layers, cut vendor spend 50%, and consolidate under a new COO (Helen Chiang). No announced first-party games are cancelled. | |
HN Discussion:
| |
| 9. | AMD Ryzen AI Halo – $4k AI Dev Kit(lttlabs.com) |
| 371 points by LabsLucas 46 days ago | 256 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 10. | Learning to code is still worthwhile(stevekrouse.com) |
| 303 points by stevekrouse 46 days ago | 297 comments | permalink | |
tl;dr: The Val Town founder argues that learning to code remains valuable in the LLM era, not for guaranteed six-figure jobs, but for the same reasons we study math or literature: it teaches meta-skills like debugging, composition, and logical thinking. He frames coding as a creative art akin to spell-casting—combining writing's creativity with math's precision—and notes that we don't dismiss the humanities just because LLMs can write English, so we shouldn't dismiss coding either. | |
HN Discussion:
| |
| 11. | Clojure 1.13 adds support for checked keys(clojure.org) |
| 219 points by FelipeCortez 50 days ago | 47 comments | permalink | |
tl;dr: Clojure 1.13.0-alpha1 introduces "checked keys" for map destructuring via new `:keys!`/`:syms!`/`:strs!` directives that throw if a required key is missing, plus support for listing unbound keys after `&` for documentation purposes. The release also bumps the PersistentArrayMap threshold from 8 to 64 for keyword-only maps (improving lookup performance), removes ACC_FINAL from static initializer constants to prepare for future JVM bytecode changes, and updates dependencies. | |
HN Discussion:
| |
| 12. | Introduction to Genomics for Engineers(learngenomics.dev) |
| 266 points by yreg 50 days ago | 42 comments | permalink | |
tl;dr: A primer on cancer genomics aimed at computer scientists, explaining DNA as a ~3 billion character string of A/C/T/G bases organized into 23 chromosome pairs, with genes serving as "recipes" (analogized to a bakery cookbook) that cells use to produce proteins. It covers the double-stranded complementary structure of DNA, chromosome organization, and how mutations in this system can lead to cancer, setting up genotype-phenotype analysis as the basis for personalized medicine. | |
HN Discussion:
| |
| 13. | Aluminum foil (2021)(dernocua.github.io) |
| 280 points by firephox 46 days ago | 135 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 14. | Road to Elm 1.0(elm-lang.org) |
| 341 points by wolfadex 46 days ago | 177 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | Real-time map of Great Britain's rail network(map.signalbox.io) |
| 409 points by scrlk 46 days ago | 153 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Organic Maps(organicmaps.app) |
| 1164 points by tosh 47 days ago | 362 comments | permalink | |
tl;dr: Organic Maps is a free, open-source, privacy-focused offline maps and GPS app built on OpenStreetMap data, targeting hikers, cyclists, and drivers with features like turn-by-turn navigation, contour lines, and bookmark import/export. It contains no ads, trackers, or data collection, works entirely offline to save battery and data, and is forked from the original MapsWithMe/Maps.Me team. The project hit 6M installs in December 2025 and is funded by donations and institutional grants. | |
HN Discussion:
| |
| 17. | Nintendo announces new product revisions in Europe with replaceable batteries(nintendo.com) |
| 364 points by akyuu 46 days ago | 217 comments | permalink | |
tl;dr: Ahead of EU battery regulations taking effect in February 2027, Nintendo will roll out revised Switch 2 hardware, Joy-Cons, and controllers in Europe starting summer 2026 with user-replaceable batteries, along with battery replacement kits sold via Nintendo Store. Most revisions carry minor weight increases and small battery capacity changes (the Switch 2 Pro Controller drops ~16%). Nintendo will also stop selling original Switch, Switch Lite, and Switch OLED hardware in Europe from mid-February 2027, and several accessories (NES/SNES/Mega Drive controllers, Pokémon GO Plus+) won't get replaceable-battery revisions. | |
HN Discussion:
| |
| 18. | It's not about physical vs. digital games, it's about ownership(popcar.bearblog.dev) |
| 687 points by popcar2 47 days ago | 521 comments | permalink | |
tl;dr: Sony's move to eliminate PS disks by 2028 isn't just about physical media—it's about eroding ownership rights like reselling, lending, and preserving games. The PC comparison doesn't hold because PC still offers DRM-free options (GOG, Itch, Steam workarounds), whereas console gamers lose their only real path to ownership, leaving them trapped in a walled garden. The author argues consoles are heading toward a Netflix-style subscription-only future and urges readers to support DRM-free stores, preservation efforts, and indie devs. | |
HN Discussion:
| |
| 19. | Should DayQuil Be Legal?(theargumentmag.com) |
| 236 points by paulpauper 46 days ago | 287 comments | permalink | |
tl;dr: Popular OTC cold medicines like DayQuil are largely combinations of one useful ingredient (acetaminophen) plus ineffective additives like dextromethorphan and phenylephrine—the latter the FDA has been trying to pull from shelves for years. Beyond the massive markups (up to 6,000%), these combo products drive dangerous unintentional acetaminophen overdoses, since patients stacking multiple cold meds often unknowingly quadruple their dose. The author argues the FDA should stop approving drugs based on weak efficacy evidence and separate acetaminophen from combo products entirely. | |
HN Discussion:
| |
| 20. | GPT-5.6 Sol Ultra will be in Codex(twitter.com) |
| 412 points by mfiguiere 47 days ago | 397 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |