HackerTrans
TopNewTrendsCommentsPastAskShowJobs

taoh

no profile record

Submissions

Show HN: Open Chronicle – Local Screen Memory for Claude Code and Codex CLI

github.com
5 points·by taoh·3 bulan yang lalu·1 comments

Intermittent errors in skills-related functionality

status.claude.com
2 points·by taoh·5 bulan yang lalu·0 comments

Show HN: Open-source agent skill that automates SOC 2 audit prep

github.com
2 points·by taoh·5 bulan yang lalu·0 comments

Show HN: Open-source CLI that records your terminal into lightweight SVG demos

github.com
4 points·by taoh·11 bulan yang lalu·0 comments

comments

taoh
·2 bulan yang lalu·discuss
[flagged]
taoh
·3 bulan yang lalu·discuss
Author here. Built this with Claude Code. Happy to answer questions.
taoh
·3 bulan yang lalu·discuss
Congratulations on your launch! 4 years of work is certainly remarkable perseverance.

The sync engine feature looks very interesting to me. There have been quite a few products available on the market today, but none has achieved a dominant share yet. So if this is your main strength, I'd like to see more demos built local first.

Curious if you considered shipping the engine itself as a standalone infra piece.
taoh
·3 bulan yang lalu·discuss
I'm a vercel customer, and I like using vercel AI SDK and Chat SDK. But I found myself moving away from vercel and next.js whenever I start a new project. I wish they maintain the technical standards while achiving commercial success.
taoh
·3 bulan yang lalu·discuss
Thanks for sharing this experience. Does it cost a lot of token in the deep analysis - which will make the $100 plan much quicker to drain all budgets.
taoh
·3 bulan yang lalu·discuss
Does GPT-5.4 pro give a much better result in some circumstances? What're their typical uses in your experience?
taoh
·3 bulan yang lalu·discuss
Congratulations! The difference between pure agentic exploration and deterministic steps is spot on. Runbooks give ops more confidence on the data exploration and save time/context.

Curious how much savings do you observe from using runbook versus purely let Claude do the planning at first. Also how the runbooks can self heal if results from some steps in the middle are not expected.
taoh
·11 bulan yang lalu·discuss
Have been using it in Claude Code with Max Plan for one day. The rate of acceptance is noticeably higher.
taoh
·12 bulan yang lalu·discuss
Hi, I'm working on something tackling this problem. Do you mind if I contact you for more discussions?
taoh
·12 bulan yang lalu·discuss
It should be pretty easy to export to MP4, but using SVG will be lighter and faster, which is why we created the dg tool to automatically export to SVG. Please see my previous comments if interested
taoh
·12 bulan yang lalu·discuss
We use termsvg to convert cast to svg automatically. The tool is open source: https://github.com/DeepGuide-Ai/dg.
taoh
·12 bulan yang lalu·discuss
We made a tool using termsvg: https://github.com/DeepGuide-Ai/dg. It'll use recorded sessions and execute the non-interactive sessions during CI.
taoh
·12 bulan yang lalu·discuss
We use asciinema to record CLI tools terminals and add the recordings as svg to our README. We also use the recordings to replay as part of our CI. works great!
taoh
·tahun lalu·discuss
Using SVG for Demos is much better than GIFs or Videos due to the lightweight nature. We have created a tool to make the recording and sharing CLI tool demos much easier: https://github.com/DeepGuide-Ai/dg . Simply call `dg capture` and it generates the svg and content ready to paste to README. An added benefit is it can be used for CI validations. It utilizes termsvg under the hood. Would love your comments.