this post was submitted on 25 Sep 2026
440 points (96.0% liked)

Fuck AI

8304 readers
3115 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] redlemace@lemmy.world 118 points 2 days ago (2 children)

That's on you then. Restore from backup and accept having lost a day's work.

[–] CombatWombat@feddit.online 46 points 2 days ago (5 children)

Funny story about those backups

And because the damage extended to the .git project’s ‘objects,’ ‘refs’ and ‘logs’ folders, there was no way to recover the files and undo the catastrophe. The files were just gone in a puff of smoke.

[–] criss_cross@lemmy.world 89 points 2 days ago (6 children)

No push to remote? If you’re working on something you care about you shouldn’t only have a local copy.

[–] Klear@piefed.world 64 points 1 day ago (1 children)

Backups are for smart people. Not who we're dealing with here.

[–] criss_cross@lemmy.world 21 points 1 day ago (1 children)

Oh I’m aware. I’m just clarifying that a .git folder isn’t a backup lol.

[–] devfuuu@lemmy.world 6 points 1 day ago* (last edited 1 day ago)

What? But it says right there on the box. GIT = Great Interface for Takups

[–] Trail@lemmy.world 3 points 1 day ago

Image a git commit of 50k files. Lol.

[–] one_old_coder@piefed.social 25 points 2 days ago (1 children)

Yep, make sure that you pushed somewhere on a private branch. But the new devs with their nocode-NoSQL-AI tools have a hard time understanding difficult concepts like "files" or "folders."

[–] Axolotl_cpp@feddit.it 2 points 1 day ago

nocode-NoSQL-AI

I am afraid to know what does that mean

[–] NotMyOldRedditName@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

I can sometimes be bad about pushing my inflight work, but I start getting anxious about it once I've reached a certain point. Like I might be brushing my teeth and be like, oh shit i should push that up.

[–] CombatWombat@feddit.online 6 points 1 day ago (1 children)

Maybe I'm old fashioned, but I feel like programming tools shouldn't blow away your checked in changes, even if you haven't pushed yet. You do you, though.

[–] virku@lemmy.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

A power surge or some other force majeure could though. Push your shit off site.

[–] Daft_ish@lemmy.dbzer0.com 1 points 1 day ago (1 children)

But what about the data gremlins?

[–] virku@lemmy.world 1 points 1 day ago (1 children)

Buy a service where you put your own git if you're so worried about them.

[–] Daft_ish@lemmy.dbzer0.com 0 points 1 day ago

And cave to the subscription imps?

[–] CompactFlax@discuss.tchncs.de 2 points 2 days ago (1 children)

I learned about thst that one day…

[–] SeeMarkFly@lemmy.ml 3 points 1 day ago* (last edited 1 day ago) (1 children)

I learned the hard way

I was going to the high school of hard knocks when they offered me a scholarship to the college of hard knocks, I TOOK IT!

[–] MummifiedClient5000@feddit.dk 29 points 2 days ago

A local git repo is not a backup.

[–] towerful@programming.dev 11 points 1 day ago

git is my backup

Git is just a folder

[–] JoMiran@lemmy.ml 11 points 2 days ago (3 children)

My backup scheme:

Computer --> 3 different cloud drives and github.

Also

Computer --> Wyoming home NAS --> USB external drive (weekly), swapped out every year and the old one stored in a waterproof gunsafe in the basement.

Wyoming home NAS --> Florida office NAS -- > USB external drive (weekly)

Wyoming home NAS --> Austin office NAS --> Tape (monthly) --> IronMountain for 7 years.

If you are a single dev, all it takes is 14 USB sticks. 12 monthly backups and two for daily backups that you rotate weekly.

[–] Coldcell@sh.itjust.works 3 points 1 day ago (2 children)

Just for my sanity, do you have to power up usb drives every so often or they corrupt?

[–] Jason2357@lemmy.ca 2 points 1 day ago

Theoretically, they need tl be re-written every few years at most. Read everything off, format and re-write. Checking for corruption would be adviasable when you do it.

[–] JoMiran@lemmy.ml 3 points 1 day ago* (last edited 1 day ago)

If you mean USB sticks (thumb drives), I have a few 20 year old ones that I dust off from time to time when all I need is something small. Some have been in a drawer for years before I touched them again.

[–] Wirlocke@lemmy.blahaj.zone 1 points 1 day ago (1 children)

My backup scheme is either Github or Google Drive, whatever I have uploaded in Discord DMs, and a snowballing pile of unorganized hoarded files, which One Day™ I will sort.

[–] JoMiran@lemmy.ml 6 points 1 day ago

One thing you could do is buy the.largest external drive you can get on black friday sales. Then just copy everything in it. No sort. Just dump it all in there. Think of it like clearing the table unto a large garbage bag. Then unplug it, put it in the closet, and do it again whenever you remember.

Even a mess like that is better than no backup at all.

[–] redlemace@lemmy.world 1 points 1 day ago (1 children)

Also

Good thing you added that. I'm so old-school/paranoid that I must have ownership of and physical access to the backup media to be able to count them as a backup.

[–] JoMiran@lemmy.ml 2 points 1 day ago

I'm about to kick off a full offline backup of my GOG library over the holidays because I need that physical backup.

[–] redlemace@lemmy.world 4 points 2 days ago* (last edited 2 days ago)

If you don't include .git/ in your backup you simply have no backup.

The .git folder is the heart of a Git repository. It is the hidden directory that Git uses to store all the information necessary for managing your project's version control history. This folder is where Git keeps track of all the changes made to your files, allowing you to revert to previous versions, collaborate with others, and maintain a complete history of your project.

[–] one_old_coder@piefed.social 18 points 2 days ago (3 children)

I have no backup, and I must scream!

That's the new normal.

[–] redlemace@lemmy.world 7 points 2 days ago

That’s the new normal.

Maybe for some but then i'm happy to be old-school. I can live with the fact not everyone can/wants to follow the 3-2-1 strategy but expect no sympathy if you have no backup's at all

[–] Gullible@sh.itjust.works 6 points 1 day ago

That's ridiculous. Why wouldn't you just set Claude to back everything up before it deletes everything? Checkmate, atheists

[–] Tar_alcaran@sh.itjust.works 3 points 1 day ago

I have a backup, it doesn't prevent screaming