• 2 Posts
  • 118 Comments
Joined 2 years ago
cake
Cake day: November 26th, 2023

help-circle




  • I just did three tasks purely with Claude - at work.

    All were pretty much me pasting the Linear ticket to Claude and hitting go. One got some improvement ideas on the PR so I said “implement the comments from PR 420” and so it did.

    These were all on a codebase I haven’t seen before.

    The magic sauce is that I’ve been doing this for a quarter century and I’m pretty good at reading code and I know if something smells like shit code or not. I’m not just YOLOing the commits to a PR without reading first, but I save a ton of time when I don’t need to do the grunt work of passing a variable through 10 layers of enterprise code.



  • These are the principles I follow:

    https://indieweb.org/make_what_you_need

    https://indieweb.org/use_what_you_make

    I don’t have time to argue with FOSS creators to get my stuff in their projects, nor do I have the energy to maintain a personal fork of someone else’s work.

    It’s much faster for me to start up Claude and code a very bespoke system just for my needs.

    I don’t like web UIs nor do I want to run stuff in a Docker container. I just want a scriptable CLI application.

    Like I just did a subtitle translation tool in 2-3 nights that produces much better quality than any of the ready made solutions I found on GitHub. One of which was an *arr stack web monstrosity and the other was a GUI application.

    Neither did what I needed in the level of quality I want, so I made my own. One I can automate like I want and have running on my own server.