Just for fun, I decided to make some L’il Esils. This is mostly a matter of adding “child height, child face, child body, flat chest” to the prompt, but the way people train models, you’re likely to find yourself rapidly filling the negative prompt with things like “nsfw, nude, naked, topless, nipples, crotch, upskirt, sideboob”, etc; if they can go NSFW, they will, often in ways that you don’t want stored on your computer. Even mentioning skin color can be enough to trigger nudity.
A clear plastic bag is not a shipping container for a breakable item. TL/DR: it broke.
I asked ChatGPT to write a Bash script that toggles the blocking status of a Pihole, using the REST API. It wrote (broken) code that used the API that was valid from version 3.x through version 5.x. However, a completely different API was introduced for version 6.x, and there’s no backwards compatibility. I didn’t know this. ChatGPT didn’t know this. Even pointing ChatGPT at the updated API page, which it dutifully pretended to retrieve and analyze, did not change its answer.
So I asked again, this time specifying “v6 api”. It immediately rewrote the script to use the correct authentication method and API calls, but it didn’t work. After editing the script to dump debug data, I informed it that the call to get the current blocking status returned “enabled” or “disabled”, but the call to set the status required true or false, while still returning enabled/disabled. This is kinda dumb, but pretty typical of cheesy REST APIs.
It took several more passes to produce working code, but ChatGPT was absolutely confident that it was Right every time, insisting that the latest-but-still-broken version was “corrected and fully tested”. Despite having no ability to, y’know, test.
All this for a single page of code that does something that’s completely fucking trivial. Tell me again how this horseshit is replacing 90% of Real Software Engineers at Big Tech companies. And then pull the other one, it’s got bells on.
On the other hand, there’s a special level of Hell reserved for devs who write update code that fails to check if the new version will still be supported on the current OS before breaking the existing install. Spoiler: it wasn’t.
So now I have a new Pihole running as a Docker container on my Synology NAS, and a Raspberry Pi to reinstall from scratch, with whatever the current release of the GPS-hat NTP stratum 0 package is.
Markdown formatting and simple HTML accepted.
Sometimes you have to double-click to enter text in the form (interaction between Isso and Bootstrap?). Tab is more reliable.