
4·
13 days agoHe’s a villain through the last season of Buffy (or maybe it was season 6, it’s been a while).
He’s a villain through the last season of Buffy (or maybe it was season 6, it’s been a while).
Its horror movie cousin, Idle Hand.
git (by itself) is no harder to host than SSH.
I do my writing in markdown. Keeps me from being distracted over formatting. Easily converted to HTML/EPUB for review and editing. git + plaintext + pandoc is a dream.
Kayfabe Presidency is a fucking fantastic punk band name.
Mmm, sometimes they blame the gays.
As it seems to be the case in all of these situations, AI fails hard at tasks when compared to tools specifically designed for that task. I use Ruff in all my Python projects because it formats my code and finds (and often fixes) the kind of low complexity/high probability problems that are likely to pop up as a result of human imperfection. It does it with great accuracy, incredible speed, using very little computing resources, and provides levels of safety in automating fixes. I can run it as an automation step when someone proposes code changes, adding all of 3 or 4 seconds to the runtime. I can run it on my local machine to instantly resolve my ID10T errors. If AI can’t solve these problems as quickly, and if it can’t solve anything more complicated reliably, I don’t understand why it would be a tool I would use.