n0tls

Things I can automate now


There's a quote attributed to Bill Gates: “I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.”

I'm that lazy person. One of the nice things of being able to do large amounts of 'research' work at $DAYJOB has been finding the places where I can reduce signficant amounts of Toil that slows down a lot of new development activies. I very often had moments in previous development work before coding agents where I would need to stop spending that extra effort to make something 100% automated, or something that had good ergonomics for future maintenance and operations. But since the advent of Claude Code being inserted into my workflow I am able to task the LLMs with those small quality of life tasks.

Things that I have enjoyed automating:

In general I very rarely have to interact with an IDE anymore, I keep Goland open to copy in a scratch file for some formatting most of the time, but the vim mode in Claude Code mostly replaces that. Claude is the main interface to 95% of my computing, its nice to live in the terminal like this. I've only really caught myself running linux commands manually a few times in the last year, mostly when typing the English for what I want to do is slower than just doing ls -al | grep word.

I don't know why I wrote this other than to just get my ideas going again, but always curious to see what people are automating.