HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rakeshd

no profile record

Submissions

[untitled]

1 points·by rakeshd·2 個月前·0 comments

[untitled]

1 points·by rakeshd·3 個月前·0 comments

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

github.com
1 points·by rakeshd·3 個月前·0 comments

comments

rakeshd
·3 個月前·discuss
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 個月前·discuss
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 個月前·discuss
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 個月前·discuss
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 個月前·discuss
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 個月前·discuss
That's a really cool project! I can imagine your kid loved seeing their sketch come to life like that.
rakeshd
·3 個月前·discuss
I'm curious about how it handles context window limitations and retrieval for very long histories.