HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rittik

no profile record

投稿

Show HN: A tiny TUI to schedule prompts for Claude Code (written in Go)

1 ポイント·投稿者 rittik·5 か月前·0 コメント

コメント

rittik
·昨年·議論
I started learning Rust just last week. I went through the basic syntax, watched a few youtube videos, read some blog posts and then decided to build something real even if I didn’t understand everything yet.

I ended up making a CLI tool to generate seed phrases for bitcoin wallets. This helped me learn concepts way faster. I did use Claude a lot for help but that’s part of how I learn right now.

That said I’m planning to rely less and less on LLMs as I get more comfortable with the language and I think if you’re already familiar with another language this approach might work well for you too.
rittik
·昨年·議論
Went down a bitcoin rabbit hole and got really interested in how wallets are derived with seed phrases. I wanted a simple and secure way to generate them from the terminal but could not find anything so I built my own: https://github.com/rittikbasu/s33d