this post was submitted on 04 Aug 2026
479 points (98.8% liked)

Programmer Humor

33307 readers
117 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JRaccoon@discuss.tchncs.de 17 points 1 month ago* (last edited 1 month ago) (1 children)

Yeah, but I would never let an AI agent run commands on my machine without verifying each command. And at that point I would just rather copy and paste commands by hand, takes about the same time.

If the installation for example required creating some complicated host specific config files, then sure, I could see how that kind of a "runbook" could maybe be useful. But that doesn't seem to be the case here.

[–] OwOarchist@pawb.social 15 points 1 month ago (1 children)

Yeah, but I would never let an AI agent run commands on my machine without verifying each command.

I would never let an AI agent run commands on my machine, period.

Because that's how you get "You're absolutely right. I did make a mistake when I deleted your entire /home and /backups directories while executing that command. Great job noticing the error!"

[–] Lauchmelder@feddit.org -5 points 1 month ago (1 children)

honestly if your backup folder is on the same machine as your home folder you deserve everything that comes your way

[–] OwOarchist@pawb.social 8 points 1 month ago

Regardless of where your backup folder is, your machine needs writable access to it in order to make new backups.

And if an AI agent has root-level access on your machine (needs root to install things), then it will be able to access that backup folder and potentially be able to delete its contents.