is this this wipe coding thing everyone talks about right now?
@CenTdemeern1
New “x has disconnected from the room” after sending a forkbomb.
@puppygirlhornypost2 @theruran and the chatbot "thought" about it longer than I did the last time I accidentally did an `rm -rf ~/`
Yes it's happened more than once.
I'm a professional.
@StarkRG @puppygirlhornypost2 https://touchfs.io/
You're welcome.
user: hey could you rename these directories so they're all named consecutively LLM: sure *renames all folders to a single name* user: nono wait you just merged all of those directories can you undo that LLM: sure *rm -rf's the folder, makes beautiful empty new directories* user: you just deleted everything LLM: oh god I'm so sorry *makes new empty files in the empty directories* user: you just made empty files LLM: oh god I'm so sorry *cats /dev/random into the files* user: ig bash isn't so bad
@jhoward
* synthetic data creation
@puppygirlhornypost2 And they said AI wasn't good for anything...
I'll be laughing for /days/ over this!
@puppygirlhornypost2 I'm perfectly capable of doing
rm -rf ~/
all by myself, I don't need an AI assistant for that.
I did this (not long ago at all).
I don't forget anymore that ~ is a valid directory name, nor do I assume that I can delete it with a relative path.
@puppygirlhornypost2
Now be honest, who has not deleted their home directory while trying to delete a literal '~' directory?
It happens to the best of us, right?
Don't be so condescending to your new best text processing buddy.
@baltakatei @puppygirlhornypost2 🤷I spent once over 18 months of my life trying to fix a database schema and the data (from backups) because someover eager beaver did not realize, that
- logging http accesses to PostgreSQL is not that great an idea (yes I spent my time in-between scaling the f%cking db infrastructure)
- and no, DELETE has no right of existence in routine operations on production databases. (Because you either end up with counters on your website suddenly going down when users
"delete" their account, and the business people tend to go into crisis mode on such events, or you end up with dangling events, oh that was uploaded by anonymous, and watched a gazillion time by anonymous, but we don't know if it were one anonymous that watched it a gazillion time, or a gazillion anonymouses who watched it each once).
So yes, I'm literally very cautious of "automated" deletes in production processes.
is this this wipe coding thing everyone talks about right now?
@puppygirlhornypost2 So I was JUST telling someone an hour ago about how this was my first and biggest CLI screwup. Using Solaris back in 1999 and in a fit of pique I tried to delete all the ~ files left behind by a vi session and ended up accidentally deleting my home directory instead. I mean most of it because I realized like 10 seconds in when it took so long that something was wrong, and then it dawned on me.
Thankfully our sysadmin just went tappity-tap and it all came back from a backup.