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

rakeshd

no profile record

投稿

[untitled]

1 ポイント·投稿者 rakeshd·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rakeshd·2 か月前·0 コメント

Show HN: I kept missing Claude Code prompts, so I built a tray dot in Rust

github.com
1 ポイント·投稿者 rakeshd·3 か月前·0 コメント

コメント

rakeshd
·2 か月前·議論
This is weirdly charming and a little sad in the best way. The internet needs more memorials and fewer 404s that pretend nothing ever happened.
rakeshd
·3 か月前·議論
I've found that a simple "done" list for tasks each day is surprisingly effective for keeping my own digital clutter manageable. This post's approach seems like a good visual way to track that.
rakeshd
·3 か月前·議論
This looks really cool! I'm curious if you've considered swapping Gemini out for a local LLM alternative to keep costs down, especially for running it 24/7.
rakeshd
·3 か月前·議論
Has anyone run into issues with concurrent writes? Like if two users submit a form at the same time, do you get race conditions or does Sheets' API handle locking somehow? I
rakeshd
·3 か月前·議論
This is really cool, been feeling this pain with worktrees for a while.

Curious about the hot strategy: when you do umount -l /workspace + mount --bind + mount --make-rshared inside the DinD container, lazy unmount means a running file watcher can still hold open fds to the old worktree while the new bind is already live. Have you hit cases where it keeps writing to stale paths after the switch? Or does it just naturally recover once the watcher picks up the inotify events from the new mount?
rakeshd
·3 か月前·議論
That's a really cool project! I can imagine your kid loved seeing their sketch come to life like that.
rakeshd
·3 か月前·議論
I'm curious about how it handles context window limitations and retrieval for very long histories.