Skip to main content

Posts

Recent posts

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/HtWvRic... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://ift.tt/0r5VS7i Would love feedback especially from teams running mixed-language stacks.

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