| 1. | Your ePub Is fine(andreklein.net) |
| 618 points by sohkamyung 12 hours ago | 207 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 2. | Even more batteries included with Emacs(karthinks.com) |
| 213 points by signa11 9 hours ago | 40 comments | permalink | |
tl;dr: Third installment in a series highlighting lesser-known built-in Emacs features, requiring no packages and minimal learning curve. Highlights include `dictionary-tooltip-mode` for hover definitions, wildcard support in `find-file`/Dired, `compare-windows` as a lightweight diff, `kmacro-edit-lossage` for retroactively turning keystrokes into macros, `scroll-all-mode` for syncing window scrolls, `refill-mode` for actual auto-wrapping, and `emacs-lock-mode` to prevent buffer/Emacs termination. The author also shares Elisp snippets to extend `vc-diff` to work with backup files and improve other commands. | |
HN Discussion:
| |
| 3. | Curl will not accept vulnerability reports during July 2026(daniel.haxx.se) |
| 425 points by secret-noun 5 hours ago | 167 comments | permalink | |
tl;dr: The curl project is pausing vulnerability report submissions during July 2026 (dubbed the "summer of bliss"), with Hackerone closed and security emails ignored from July 1 to August 3. Maintainers cite burnout from a heavy influx of reports over recent months and want a real break. The 8.22.0 release is pushed to September 2, 2026, though GitHub issues/PRs remain open and paid support contracts are unaffected. | |
HN Discussion:
| |
| 4. | Show HN: Kage – Shadow any website to a single binary for offline viewing(github.com) |
| 566 points by tamnd 18 hours ago | 111 comments | permalink | |
tl;dr: Kage is a Go tool that clones websites for offline viewing by rendering pages in headless Chrome, snapshotting the final DOM, stripping all JavaScript, and localizing CSS/images/fonts to disk. Mirrors can be served locally, packed into a standard ZIM archive (compatible with Kiwix), or bundled into a self-contained executable or double-clickable desktop app—optionally with a native WebView window instead of opening in a browser. Crawls are polite (respecting robots.txt), resumable, and deterministic. | |
HN Discussion:
| |
| 5. | Bitsy(bitsy.org) |
| 203 points by tosh 3 days ago | 6 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 6. | Firewood Splitting Simulator(screen.toys) |
| 834 points by memalign 5 days ago | 242 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 7. | Rio de Janeiro's "homegrown" LLM appears to be a merge of an existing model(github.com) |
| 355 points by unrvl22 20 hours ago | 189 comments | permalink | |
tl;dr: Rio de Janeiro's IplanRIO claims its Rio-3.5-Open-397B is an original homegrown LLM, but Nex-AGI provides evidence it's actually a static element-wise weight merge (~60% Nex, 40% Qwen3.5-397B-A17B base) with no apparent additional training. When the hardcoded system prompt is stripped, the model identifies itself as "Nex" 79% of the time and reproduces Nex-AGI's backstory verbatim, while tensor-level analysis confirms a uniform 0.6/0.4 blend across all 60 layers. | |
HN Discussion:
| |
| 8. | Ask HN: What are you working on? (June 2026) |
| 238 points by david927 19 hours ago | 866 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 9. | Formal methods and the future of programming(blog.janestreet.com) |
| 276 points by eatonphil 23 hours ago | 95 comments | permalink | |
tl;dr: Jane Street, long skeptical of formal methods due to their high cost (e.g., seL4 required 25 person-years to verify 8,700 lines of C), is now building a team to pursue them because agentic coding has shifted the cost/benefit calculus. LLMs lower the barrier to writing proofs, while simultaneously increasing the need for verification of AI-generated code and benefiting from the strong feedback signals formal methods provide. Jane Street believes its control over OxCaml and its receptive user base position it well to make formal methods as pervasive as type systems. | |
HN Discussion:
| |
| 10. | Windows 11 users are tired of MS account requirements creeping into everything(windowscentral.com) |
| 364 points by josephcsible 14 hours ago | 247 comments | permalink | |
tl;dr: Windows 11 users continue to push back against Microsoft's removal of the local account option during OOBE setup, arguing that workarounds like Rufus miss the point—they want Microsoft to restore user choice. The requirement ties into security features like BitLocker, where recovery keys are stored in the MS account, but many users don't realize this until they're locked out. Despite internal pushback from employees like VP Scott Hanselman and Microsoft's "Windows K2" trust-rebuilding initiative, the company hasn't committed to restoring a straightforward local account option. | |
HN Discussion:
| |
| 11. | Write for One Person(wizardzines.com) |
| 234 points by evakhoury 2 days ago | 71 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | How to earn a billion dollars(paulgraham.com) |
| 643 points by kingstoned 23 hours ago | 1652 comments | permalink | |
tl;dr: Paul Graham argues that becoming a billionaire through startups doesn't require exploitation, just exponential growth: a startup growing 15% monthly will be worth ~4,384x more in five years, making founders billionaires without cheating. The key is building something users love enough to tell their friends about, which is best achieved by young founders making things they and their friends want, often via side projects rather than deliberate idea hunting. The two variables that matter are growth rate (driven by user love) and duration (driven by market size)—neither of which cheating can meaningfully affect. | |
HN Discussion:
| |
| 13. | I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models |
| 373 points by iliashad 20 hours ago | 95 comments | permalink | |
tl;dr: The author built a local pipeline to index 628 GoPro cycling videos (669 GB, 15+ hours) on an M1 Max using open-source ML models, enabling semantic search for interesting moments without cloud services. Matching clips can be sent directly to a DaVinci Resolve timeline for editing. The post includes detailed metrics on processing performance and indexing results. | |
HN Discussion:
| |
| 14. | Lisp's Influence on Ruby(blog.tacoda.dev) |
| 240 points by tacoda 3 days ago | 74 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | The Birth and Death of JavaScript (2014)(destroyallsoftware.com) |
| 225 points by subset 23 hours ago | 129 comments | permalink | |
tl;dr: Gary Bernhardt's 2014 PyCon talk is a sci-fi/comedy/serious presentation tracing JavaScript's history from 1995 to a speculative 2035, where asm.js and related technologies effectively replace the OS-level process boundary with a JavaScript VM sandbox. While candid about JavaScript's flaws, the talk argues its long-term impact on the industry is overwhelmingly positive. | |
HN Discussion:
| |
| 16. | Not everyone is using AI for everything(gabrielweinberg.com) |
| 465 points by yegg 20 hours ago | 502 comments | permalink | |
tl;dr: Despite media narratives that "everyone is using AI for everything," data from Gallup, Microsoft, Datos, and others shows roughly one-third of Americans actively use AI, one-third use it occasionally, and one-third don't use it at all—with adoption stalling and negative sentiment rising. Concerns about job loss, privacy, and misinformation are driving deliberate avoidance, and AI's net positive societal rating sits at just +8%, comparable to social media. The author draws an analogy to meat consumption, suggesting companies should offer a spectrum of AI options rather than assuming universal adoption. | |
HN Discussion:
| |
| 17. | Linux 7.1(lore.kernel.org) |
| 295 points by berlianta 19 hours ago | 112 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 18. | GLM 5.2 Is Out(twitter.com) |
| 749 points by aloknnikhil 1 day ago | 473 comments | permalink | |
tl;dr: Zhipu has released GLM-5.2, its most capable open-source model to date, featuring a 1M context window and strong performance on long-horizon agent tasks and coding. The announcement explicitly frames the release as a response to recent restrictions on frontier models, positioning open-source AI as essential to global AGI development. It launches tonight for GLM Coding Plan users (Lite/Pro/Max), with API access coming next week. | |
HN Discussion:
| |
| 19. | Every Frame Perfect(tonsky.me) |
| 839 points by ravenical 2 days ago | 274 comments | permalink | |
tl;dr: Borrowing Wayland's "every frame is perfect" goal, the author argues UI quality should be judged by whether a screenshot at any moment—including mid-animation—still makes sense. Examples from Safari, Photos, YouTube, and Preview show common failures: desynchronized animations, snapping vs. tweening mismatches, and bizarre transition paths that betray underlying technical limitations. The takeaway: polish the in-between states, not just start and end, because sloppy animations erode user trust. | |
HN Discussion:
| |
| 20. | Pac-Man, but you're the ghost(garrit.xyz) |
| 205 points by mindracer 1 day ago | 80 comments | permalink | |
tl;dr: A developer built an inverted Pac-Man game where you play as a ghost trying to catch an AI-controlled Pac-Man before he clears the maze. The twist preserves the original power pellet mechanic: when Pac-Man eats one, you become the prey and have to flee for a few seconds. | |
HN Discussion:
| |