| 1. | The lost joy of music piracy(pigeonsandplanes.com) |
| 482 points by mcgin 8 hours ago | 298 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 2. | Inkling: Our Open-Weights Model(thinkingmachines.ai) |
| 1066 points by vimarsh6739 19 hours ago | 262 comments | permalink | |
tl;dr: Inkling is a new open-weights Mixture-of-Experts model (975B total / 41B active parameters, 1M-token context) trained from scratch on 45T multimodal tokens, with weights available on Hugging Face and fine-tuning support via Tinker. It features controllable thinking effort, native text/image/audio reasoning, and competitive—though not frontier-leading—performance across coding, agentic, and multimodal benchmarks, positioning itself as a broad base for customization rather than a benchmark leader. A smaller 276B/12B-active variant, Inkling-Small, is previewed alongside it. | |
HN Discussion:
| |
| 3. | Grok Build is open source(github.com) |
| 499 points by skp1995 16 hours ago | 545 comments | permalink | |
tl;dr: xAI has open-sourced Grok Build (aka "grok"), a Rust-based terminal AI coding agent that provides a full-screen TUI for codebase understanding, file editing, shell execution, web search, and long-running task management. It supports interactive, headless (CI/scripting), and editor-embedded modes via the Agent Client Protocol, with prebuilt binaries for macOS, Linux, and Windows. First-party code is Apache 2.0 licensed, though the repo includes vendored ports from OpenAI's Codex and sst/opencode. | |
HN Discussion:
| |
| 4. | SQLite should have (Rust-style) editions(mort.coffee) |
| 307 points by gnyeki 14 hours ago | 140 comments | permalink | |
tl;dr: SQLite ships with several problematic defaults: foreign key constraints are ignored, columns don't enforce their declared types, concurrent writers immediately get SQLITE_BUSY errors instead of waiting, and performance-critical settings like WAL mode are off. The author proposes borrowing Rust's edition system: a single `PRAGMA edition = 2026` would opt into a modern set of sane defaults (strict tables, foreign keys, busy timeout, WAL) without breaking backwards compatibility for existing databases. | |
HN Discussion:
| |
| 5. | Stripe and Advent have made a joint offer to acquire PayPal – sources(reuters.com) |
| 465 points by rvz 1 day ago | 273 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 6. | Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU(neomindlabs.com) |
| 300 points by neomindryan 21 hours ago | 195 comments | permalink | |
tl;dr: A hobbyist got Google's Gemma 4 26B MoE model running at ~5 tokens/sec on a 13-year-old dual Xeon E5-2690 v2 server with no GPU, by patching ik_llama.cpp to work on pre-AVX2 hardware. The core bug: the graph builder emitted fused MoE ops (MOE_FUSED_UP_GATE) that had no non-AVX2 compute path, silently leaving expert FFN outputs as uninitialized memory and producing fluent multilingual gibberish. The fix splits those fused ops into separate mul_mat_id calls plus a fused SILU-multiply when IQK is disabled. Claude did the C++ diagnosis; the author drove the debugging process. | |
HN Discussion:
| |
| 7. | Collection of Digital Clock Designs(clocks.dev) |
| 265 points by levmiseri 20 hours ago | 47 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 8. | Show HN: Firefox in WebAssembly(developer.puter.com) |
| 221 points by coolelectronics 16 hours ago | 108 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 9. | Sleep regularity is a stronger predictor of mortality risk than sleep duration (2023)(academic.oup.com) |
| 709 points by bilsbie 1 day ago | 378 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 10. | Jurassic Park computers in excruciating detail(fabiensanglard.net) |
| 900 points by vinhnx 1 day ago | 240 comments | permalink | |
tl;dr: A detailed teardown identifies every computer visible in Jurassic Park (1993), including Apple Powerbook 100s, Macintosh Quadra 700s, SGI Indigo and Crimson workstations, Thinking Machines CM-5 supercomputers (which replaced the book's Cray after Cray declined to loan hardware), and a pre-release Motorola Envoy PDA that Spielberg reportedly got via a chance meeting with frogdesign's founder. Apple and SGI loaned roughly $1.2M (about $4M today) in hardware, with real software like SGI's fsn file manager ("It's a Unix system!") and Earthwatch weather visualization powering the on-screen displays. | |
HN Discussion:
| |
| 11. | Prioritize mental health, and why communication is so important(ramones.dev) |
| 322 points by ramon156 1 day ago | 273 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | OpenAI loses trademark dispute at EU court(dpa-international.com) |
| 250 points by hermanzegerman 22 hours ago | 157 comments | permalink | |
tl;dr: The EU General Court ruled against OpenAI's trademark application for "OPENAI," finding the term purely descriptive for software and IT services—"open" suggests freely accessible and "AI" refers to artificial intelligence. The court rejected OpenAI's arguments that the term is a coined phrase and dismissed the relevance of registrations granted in the UK, Singapore, and 30+ other countries. OpenAI can still appeal to the European Court of Justice. | |
HN Discussion:
| |
| 13. | The kids with phones are alright(heatherburns.tech) |
| 261 points by JumpCrisscross 5 days ago | 373 comments | permalink | |
tl;dr: A viral Scotrail video showing passengers confronting a drunk council legal officer secretly filming teenage girls is used to argue that UK tech policy has it backwards: instead of restricting perpetrators, laws increasingly punish young people by curtailing their phone use. The author contends that smartphone bans and age-verification regimes reflect the values of a detached upper-class elite who infantilize their own children, and that working-class teens actually need phones—and the agency to use them—for real-world safety and developing adult resilience. | |
HN Discussion:
| |
| 14. | Codex Micro(openai.com) |
| 286 points by davidbarker 21 hours ago | 241 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | Mysteries of Telegram Data Centers (2022)(dev.moe) |
| 259 points by theanonymousone 23 hours ago | 147 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Microsoft has released software updates to plug at least 570 security holes(krebsonsecurity.com) |
| 202 points by robin_reala 1 day ago | 118 comments | permalink | |
tl;dr: Microsoft patched 570 vulnerabilities this Patch Tuesday—nearly triple last month's record—including 60 critical bugs and three zero-days, two of which are being actively exploited. Microsoft attributes the surge to AI-assisted vulnerability discovery, a trend echoed by Adobe, Cisco, Mozilla, Oracle, and Google ramping up their own patch cadences. Researchers warn that Microsoft's human-centric "exploitability index" is falling behind, as AI tools like Anthropic's red team model have produced working exploits for 13 of 14 flaws rated "less likely" to be exploited. | |
HN Discussion:
| |
| 17. | Bonsai 27B: A 27B-Class model that runs on a phone(prismml.com) |
| 687 points by xenova 1 day ago | 243 comments | permalink | |
tl;dr: PrismML released Bonsai 27B, a compressed version of Qwen3.6 27B using ternary (1.71 bits/weight, 5.9GB) or binary (1.125 bits/weight, 3.9GB) weights, enabling a 27B-class multimodal model to run on an iPhone 17 Pro. The variants retain 95% and 90% of full-precision benchmark performance respectively, with math and coding capabilities nearly untouched, and reach up to 163 tok/s on an RTX 5090. Weights are available under Apache 2.0 with native support for Apple MLX and NVIDIA CUDA. | |
HN Discussion:
| |
| 18. | Your 'app' could have been a webpage (so I fixed it for you)(danq.me) |
| 870 points by MrVandemar 5 days ago | 531 comments | permalink | |
tl;dr: Frustrated that a travel agency required installing a 43MB Android app just to view an itinerary (which was really just HTML, images, and PDFs with added tracking and ads), the author reverse-engineered it by rooting an Android emulator and intercepting traffic with HTTP Toolkit. They discovered the app fetches JSON from an API using concatenated username-password credentials in the URL, then wrote a Ruby script to convert that JSON into a lightweight, password-protected webpage for their tour group—stripping ads and tracking while gaining bookmarking, printing, and accessibility benefits. | |
HN Discussion:
| |
| 19. | Australian energy retailers must offer three hours of free daytime electricity(lenergy.com.au) |
| 286 points by i2oc 2 days ago | 402 comments | permalink | |
tl;dr: From July 2026, energy retailers in NSW, South Australia, and South-East Queensland must offer households at least three free hours of daytime electricity daily (around midday), capped at 24 kWh/day, to pass on the benefit of excess rooftop solar generation. Access requires only a smart meter and opting in — no solar panels or home ownership needed — making it available to renters and apartment dwellers. Estimated savings range from $100–$1,100/year depending on how much load you can shift into the free window. | |
HN Discussion:
| |