Update on o-o (<a href="https://news.ycombinator.com/item?id=47052729">https://news.ycombinator.com/item?id=47052729</a>) — polyglot HTML/bash files that research and rewrite themselves.<p>New stuff: files sync to each other. Edit the CSS in any file, run --sync cs...
Showing stories from 2026-02. View all
> DEMO:<p><a href="https://tubersalltheway.top/zz/pages/auth/login" rel="nofollow">https://tubersalltheway.top/zz/pages/auth/login</a>
Hi HN,<p>I built AllInOneTools to solve a simple frustration: most small online tools ask for signup, load slowly, or push ads everywhere.<p>I wanted tools that open instantly and let you finish the task without friction.<p>So I built a collection of browser-based utilities that:<p>– require no logi...
Hi HN,<p>I'm a solo dev working on a space RTS game set in the Milky Way galaxy, containing currently known stars and exoplanets with their real characteristics, the remaining stars are procedurally generated.<p>In the online mode, all players are in the same universe, and the world is persiste...
A few days ago I shared accept.md, a small utility that lets a Next.js page return Markdown when the client sends:<p>Accept: text/markdown<p>Instead of HTML.<p>No one asked for SvelteKit support, still I shipped it.<p>It now works with:<p>* Next.js (App Router and Pages Router)
* SSG / SSR...
I’ve been working mostly with Next.js projects recently and noticed that
some teams treat Prettier as non-negotiable, while others skip it entirely
and rely on ESLint rules or manual formatting.<p>I’m curious how people here approach this in real projects.<p>Do you:
- enforce Prettier strictly in CI...
Wolfenstein: Enemy Territory in emscripten, WS relay for online browser matches
(et.klaussilveira.com)
I built csv.repair a free, open source browser-based tool for analyzing, querying, and repairing broken or oversized CSV files. No file uploads - everything runs locally in your browser. Your data never leaves your machine.<p>What it does:<p>- Handles CSV files with millions of rows (virtual scrolli...
RetroTick parses PE/NE/MZ binaries, emulates an x86 CPU, and stubs enough Win32/Win16/DOS APIs to run classics like FreeCell, Minesweeper, Solitaire and QBasic, entirely in the browser. Built with Preact + Vite + TypeScript.
GitHub: https://github.com/lqs/retrotick
Show HN: Bot Browser – MCP server, saves 90% of tokens for web-browsing agents
(thebotbrowser.com)
Hi HN, I built BotBrowser because I was tired of watching AI agents burn through tokens or context on raw HTML — scripts, ads, nav bars, cookie banners — just to read an article or docs.<p>BotBrowser gives your agent clean Markdown from any web page. A typical 50K token page comes back as ~3K tokens...