Sunday, 8 March 2026

New top story on Hacker News: WSL Manager

WSL Manager
9 by gballan | 2 comments on Hacker News.


New top story on Hacker News: Show HN: Skir – like Protocol Buffer but better

Show HN: Skir – like Protocol Buffer but better
6 by gepheum | 1 comments on Hacker News.
Why I built Skir: https://ift.tt/tRBiqsO... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://ift.tt/6XCwpPM Would love feedback especially from teams running mixed-language stacks.

Saturday, 7 March 2026

New top story on Hacker News: Dumping Lego NXT firmware off of an existing brick

Dumping Lego NXT firmware off of an existing brick
31 by theblazehen | 0 comments on Hacker News.


New top story on Hacker News: Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local

Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local
12 by TheAlexRider | 2 comments on Hacker News.


New top story on Hacker News: Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies
43 by amaury_bouchard | 15 comments on Hacker News.
I built µJS because I wanted AJAX navigation without the verbosity of HTMX or the overhead of Turbo. It intercepts links and form submissions, fetches pages via AJAX, and swaps fragments of the DOM. Single

Friday, 6 March 2026

New top story on Hacker News: Show HN: Claude-replay – A video-like player for Claude Code sessions

Show HN: Claude-replay – A video-like player for Claude Code sessions
16 by es617 | 7 comments on Hacker News.
I got tired of sharing AI demos with terminal screenshots or screen recordings. Claude Code already stores full session transcripts locally as JSONL files. Those logs contain everything: prompts, tool calls, thinking blocks, and timestamps. I built a small CLI tool that converts those logs into an interactive HTML replay. You can step through the session, jump through the timeline, expand tool calls, and inspect the full conversation. The output is a single self-contained HTML file — no dependencies. You can email it, host it anywhere, embed it in a blog post, and it works on mobile. Repo: https://ift.tt/4LzMP6m Example replay: https://es617.github.io/assets/demos/peripheral-uart-demo.ht...