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.
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.
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
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?