Sunday, February 22, 2026

New best story on Hacker News: Claws are now a new layer on top of LLM agents

Claws are now a new layer on top of LLM agents
382 by Cyphase | 853 comments on Hacker News.
https://ift.tt/EFlsc0i Related: https://ift.tt/2Gb3SOI

New best story on Hacker News: Attention Media ≠ Social Networks

Attention Media ≠ Social Networks
378 by susam | 166 comments on Hacker News.


New best story on Hacker News: Wikipedia deprecates Archive.today, starts removing archive links

Wikipedia deprecates Archive.today, starts removing archive links
583 by nobody9999 | 354 comments on Hacker News.
Related: Archive.today is directing a DDoS attack against my blog - https://ift.tt/8LwsnOk - Feb 2026 (168 comments) Ask HN: Weird archive.today behavior? - https://ift.tt/4ltzkZI - Jan 2026 (69 comments)

New best story on Hacker News: Wikipedia deprecates Archive.today, starts removing archive links

Wikipedia deprecates Archive.today, starts removing archive links
583 by nobody9999 | 354 comments on Hacker News.
Related: Archive.today is directing a DDoS attack against my blog - https://ift.tt/8LwsnOk - Feb 2026 (168 comments) Ask HN: Weird archive.today behavior? - https://ift.tt/4ltzkZI - Jan 2026 (69 comments)

Thursday, February 19, 2026

New best story on Hacker News: Gemini 3.1 Pro

Gemini 3.1 Pro
468 by PunchTornado | 318 comments on Hacker News.


New best story on Hacker News: Show HN: AsteroidOS 2.0 – Nobody asked, we shipped anyway

Show HN: AsteroidOS 2.0 – Nobody asked, we shipped anyway
462 by moWerk | 68 comments on Hacker News.
Hi HN, After roughly 8 years of silently rolling 1.1 nightlies, we finally tagged a proper stable 2.0 release. We built this because wrist-sized Linux is genuinely fun to hack on, and because a handful of us think it's worth keeping capable hardware alive long after manufacturers move on. Smartwatches don't really get old — the silicon is basically the same as it was a decade ago. We just keep making it useful for us. No usage stats, no tracking, no illusions of mass adoption. The only real signal we get is the occasional person who appears in our Matrix chat going "hey, it booted on my watch from 2014 and now it's usable again" — and that's plenty. Privacy is non-negotiable: zero telemetry, no cloud, full local control. Longevity is the other half: we refuse to let good hardware become e-waste just because support ended. On the learning side, it's been one of the best playgrounds: instant feedback on your wrist makes QML/Qt, JavaScript watchfaces and embedded Linux feel tangible. The community is small and kind — perfect for people who want to learn open-source dev without gatekeeping. Technically we're still pragmatic: libhybris + older kernels on most devices since it just works, but we've already mainlined rinato (Samsung Gear 2) and sparrow (ASUS ZenWatch 2) — rinato even boots with a usable UI. That's the direction we're pushing toward. Repo: https://ift.tt/u7ndxIO Install images & docs: https://asteroidos.org 2.0 demo video : https://www.youtube.com/watch?v=U6FiQz0yACc Announcement post: https://ift.tt/e3yVClB Questions, port requests, mentoring offers, criticism, weird ideas — all welcome. We do this because shaping a tiny, open wearable UX and infrastructure is oddly satisfying, and because Linux on the wrist still feels like a playground worth playing in. Cheers, the AsteroidOS Team

New best story on Hacker News: Sizing chaos

Sizing chaos
533 by zdw | 277 comments on Hacker News.


New best story on Hacker News: Sizing chaos

Sizing chaos
507 by zdw | 266 comments on Hacker News.


Saturday, February 14, 2026

New best story on Hacker News: Tell HN: Ralph Giles has died (Xiph.org| Rust@Mozilla | Ghostscript)

Tell HN: Ralph Giles has died (Xiph.org| Rust@Mozilla | Ghostscript)
504 by ffworld | 27 comments on Hacker News.
It's with much sadness that we announce the passing of our friend and colleague Ralph Giles, or rillian as he was known on IRC. Ralph began contributing to Xiph.org in 2000 and became a core Ghostscript developer in 2001[1]. Ralph made many contributions to the royalty-free media ecosystem, whether it was as a project lead on Theora, serving as release manager for multiple Xiph libraries or maintaining Xiph infrastructure that has been used across the industry by codec engineers and researchers[2]. He was also the first to ship Rust code in Firefox[3] during his time at Mozilla, which was a major milestone for both the language and Firefox itself. Ralph was a great contributor, a kind colleague and will be greatly missed. Official Announcement: https://ift.tt/0gS46cG... [1]: https://ift.tt/RJFPVpy... [2]: https://media.xiph.org/ [3]: https://ift.tt/Fm85xVN...

New best story on Hacker News: Tell HN: Ralph Giles has died (Xiph.org| Rust@Mozilla | Ghostscript)

Tell HN: Ralph Giles has died (Xiph.org| Rust@Mozilla | Ghostscript)
504 by ffworld | 27 comments on Hacker News.
It's with much sadness that we announce the passing of our friend and colleague Ralph Giles, or rillian as he was known on IRC. Ralph began contributing to Xiph.org in 2000 and became a core Ghostscript developer in 2001[1]. Ralph made many contributions to the royalty-free media ecosystem, whether it was as a project lead on Theora, serving as release manager for multiple Xiph libraries or maintaining Xiph infrastructure that has been used across the industry by codec engineers and researchers[2]. He was also the first to ship Rust code in Firefox[3] during his time at Mozilla, which was a major milestone for both the language and Firefox itself. Ralph was a great contributor, a kind colleague and will be greatly missed. Official Announcement: https://ift.tt/0gS46cG... [1]: https://ift.tt/RJFPVpy... [2]: https://media.xiph.org/ [3]: https://ift.tt/Fm85xVN...

New best story on Hacker News: Babylon 5 is now free to watch on YouTube

Babylon 5 is now free to watch on YouTube
526 by walterbell | 263 comments on Hacker News.


Monday, February 9, 2026

New best story on Hacker News: I put a real-time 3D shader on the Game Boy Color

I put a real-time 3D shader on the Game Boy Color
326 by adunk | 56 comments on Hacker News.


New best story on Hacker News: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory

Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
323 by yi_wang | 150 comments on Hacker News.
I built LocalGPT over 4 nights as a Rust reimagining of the OpenClaw assistant pattern (markdown-based persistent memory, autonomous heartbeat tasks, skills system). It compiles to a single ~27MB binary — no Node.js, Docker, or Python required. Key features: - Persistent memory via markdown files (MEMORY, HEARTBEAT, SOUL markdown files) — compatible with OpenClaw's format - Full-text search (SQLite FTS5) + semantic search (local embeddings, no API key needed) - Autonomous heartbeat runner that checks tasks on a configurable interval - CLI + web interface + desktop GUI - Multi-provider: Anthropic, OpenAI, Ollama etc - Apache 2.0 Install: `cargo install localgpt` I use it daily as a knowledge accumulator, research assistant, and autonomous task runner for my side projects. The memory compounds — every session makes the next one better. GitHub: https://ift.tt/PlNFX0c Website: https://localgpt.app Would love feedback on the architecture or feature ideas.

Sunday, February 8, 2026

New best story on Hacker News: U.S. jobs disappear at fastest January pace since great recession

U.S. jobs disappear at fastest January pace since great recession
332 by alephnerd | 269 comments on Hacker News.


New best story on Hacker News: DoNotNotify is now Open Source

DoNotNotify is now Open Source
353 by awaaz | 47 comments on Hacker News.
A month ago, I submitted my app "DoNotNotify" to control Android notifications on Show HN [0], and it trended on the front page for a day. I was happy, but the most upvoted comments on the thread were asking for the app to be open sourced, since it dealt with system-wide notifications. My promises weren't good enough, and the community wanted more! Why didn't I open source it in the first place? Linux has been by primary driver for more than a decade. I genuinely believe in the philosophy, and have always wanted to give back to the community. The primary reason, probably, was because I was ashamed that I had 90% vibe-coded the app. More than 2 decades of writing software, and my first contribution to FOSS would be AI-generated code? Would it withstand even the most minimal of scrutiny? Would by (unknown) name forever be tarnished? I exaggerate, but only slightly :) So, yesterday, after a fair bit of trepidation, I changed the github repo visibility to public and put up a announcement on the app's website [1]. I have also submitted the app to F-Droid [2]. As before, I welcome the community's feedback and suggestions! [0] https://ift.tt/kA3q7CV [1] https://ift.tt/GO2bXFg [2] https://ift.tt/uWHD0c4 -- Anuj Jain

New best story on Hacker News: AI fatigue is real and nobody talks about it

AI fatigue is real and nobody talks about it
349 by sidk24 | 257 comments on Hacker News.


New best story on Hacker News: AI fatigue is real and nobody talks about it

AI fatigue is real and nobody talks about it
343 by sidk24 | 255 comments on Hacker News.


New best story on Hacker News: Claws are now a new layer on top of LLM agents

Claws are now a new layer on top of LLM agents 382 by Cyphase | 853 comments on Hacker News. https://ift.tt/EFlsc0i Related: https://ift....