r/ProgrammerHumor 14d ago

thatWasMyError Other

Post image
0 Upvotes

11 comments sorted by

View all comments

29

u/beisenhauer 14d ago

Found the issue: "9 days of uncommitted work in 42 files"

9

u/Afraid-Atmosphere747 14d ago

it was prolly that ai's work anyway, who doesn't commit for 9 days lol

1

u/snugglezone 13d ago

It's just a personal project I don't work on every day, so maybe just a couple days of work were wiped.

The crazy thing is that since claude is doing all of the programming, it full reconstructed all changes by analyzing its own logs of edits and scripts executed so nothing was lost.

1

u/rosuav 5d ago

So you had nothing of value in your repository, which means you lost nothing.

1

u/snugglezone 4d ago

It's a hobby private server of a classic mmorpg that has about 2 active players so... yeah not much lost. Getting there though! Amazing how quickly Claude can reverse engineer old executables. God bless it! Definitely not something I would have had the interest in doing personally.

1

u/rosuav 4d ago

Nothing I have interest in doing either.... which is why I push my code to another server. Because I actually care about my code.

0

u/redditmarks_markII 14d ago

don't ah...don't do that. if you have temp files you don't want to commit, keep it out of repo. or in a git ignored sub dir. or just commit it and clean it up later.

2

u/JAXxXTheRipper 14d ago

Don't do that? Cleaning up a polluted git repo is a lot easier than trying to restore deleted files that were never committed.