I really struggle to keep my git commit summaries to the recommended 50 chars. Under 80 is always doable though.
miniblog.
Related Posts
I'm trying to teach LLMs to yak shave responsibly.
It's normal to be programming and notice other clean ups that really ought to be done. I don't want it done in that PR though.
Currently experimenting with asking the AI to just create hand-off tasks in the issue tracker.
I find that I'm choosing AI tools based on the quality of the harness rather than the model.
For example, I'm using Claude Code Web because its model of remote VMs is extremely convenient. I'm using Perplexity because it's tuned really well for web searches.
Go has an os.Root API that allows you to enforce all paths are subdirectories of a given root. It fixes users accessing foo/../../../etc/passwd and similar.
Seems like a really nice solution for a relatively common problem.