this post was submitted on 20 Nov 2024
856 points (97.5% liked)

Programmer Humor

19623 readers
2227 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 1 year ago
MODERATORS
(page 5) 50 comments
sorted by: hot top controversial new old
[–] jlow@beehaw.org 29 points 1 day ago (1 children)

Backups, backups, backups.

load more comments (1 replies)
[–] riodoro1@lemmy.world 18 points 1 day ago (3 children)

Typical web developer. He didn’t even know files can be deleted without going into „recycle bin”

load more comments (3 replies)
[–] GammaGames@beehaw.org 21 points 1 day ago

Screenshots of git issues are one of my favorite genres of meme

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

Often times, people learn that the stove is hot by touching it.

It's easier to blame the stove than the person who touched it. But if you laugh when you watch it happen, you're probably not laughing at the stove.

load more comments (1 replies)
[–] sabreW4K3@lazysoci.al 21 points 1 day ago (2 children)

Doing a git clean is a dick move.

[–] BatmanAoD@programming.dev 14 points 1 day ago (1 children)

The user clicked an option to "discard" all changes. They then got a very clear pop-up saying that this is destructive and cannot be undone (there's a screenshot in the thread).

[–] Peer@discuss.tchncs.de 24 points 1 day ago (1 children)

I very much understand how one can think this would revert any changes done to files under version control but not delete the ones that are not. I believe this dialog has since been updated to explicitly state that fact.

[–] BatmanAoD@programming.dev 9 points 1 day ago

Yes, the dialog was changed, as part of this linked issue (and maybe again after that; this whole incident is very old). After reading some of the comments on that issue, I agree with the reasoning with some of the commenters that it would be less surprising for that menu option to behave like git reset --hard and not delete tracked files.

load more comments (1 replies)
[–] ShortFuse@lemmy.world 12 points 1 day ago (4 children)

In reality, VSCode has local file history called "Timeline". It's enabled by default.

https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_66.md#local-history

load more comments (4 replies)
load more comments
view more: ‹ prev next ›