Posts

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

New top story on Hacker News: Never Bet Against x86

Never Bet Against x86 6 by raphinou | 0 comments on Hacker News.

New top story on Hacker News: Claude Code wiped our production database with a Terraform command

Claude Code wiped our production database with a Terraform command 11 by jv22222 | 5 comments on Hacker News.

New top story on Hacker News: Tech employment now significantly worse than the 2008 or 2020 recessions

Tech employment now significantly worse than the 2008 or 2020 recessions 44 by enraged_camel | 23 comments on Hacker News.

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/JgOhVGd Example replay: https://es617.github.io/assets/demos/peripheral-uart-demo.ht...