Code search for agents that cuts grep-heavy token usage.
Show EvidenceHide Evidence
The thread highlighted CPU indexing, zero-key setup, and the claim that it beats grep+read on token use and retrieval quality.
Issue / 2026-05-17
A daily board of tools, apps, and references that Hacker News readers pulled into view on 2026-05-17. Each row keeps the original HN thread close to the claim.
What surfaced that day
Code search for agents that cuts grep-heavy token usage.
The thread highlighted CPU indexing, zero-key setup, and the claim that it beats grep+read on token use and retrieval quality.
An $80 Android tablet converted into a usable Debian workstation.
One commenter said Debian with most devices functional was great; others discussed what runs in 4 GB RAM and suggested lightweight stacks.
Cross-platform terminal emulator suggested for a low-RAM tablet setup.
A commenter suggested running WezTerm + tmux on 4 GB RAM instead of a heavier desktop environment.
Terminal multiplexer recommended for the tablet workstation stack.
The comment recommending WezTerm + tmux explicitly tied it to fitting development tools into 4 GB of RAM.
Wayland compositor praised as responsive on small ARM hardware.
The same tablet discussion said sway runs well on a PinePhone Pro and feels responsive enough to replace a heavier desktop.
Version control system still remembered as pleasant and user-friendly.
One commenter said Mercurial was more user-friendly while still offering the needed features and performance; another still uses it for personal projects.
Curated CUDA reading list with book-by-book recommendations.
A commenter recommended CUDA Programming: A Developer’s Guide to Parallel Computing with GPUs and criticized some other intro books as too shallow or error-prone.
Rust Markdown linter that commenters said is faster than rumdl.
The author said Mado is older and faster per rumdl’s benchmark graph, while also noting that Mado stays focused on linting.
Local LLM runtime used on a Mac Studio over tailnet.
One comment said they can run Ollama on a Mac Studio over the tailnet “for free,” which anchored the local-inference discussion.
Retro meter-style clock build with strong maker appeal.
One commenter said they always enjoy projects like this because they are artistically neat and spark ideas; another shared previous voltmeter-clock references.
Tiny web server project running on an 8-bit MCU.
Commenters pointed to earlier smallest-web-server projects and said the ACE1101 version was great fun to reproduce.