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

Programmer Humor

19623 readers
1345 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 3) 50 comments
sorted by: hot top controversial new old
[–] Artyom@lemm.ee 23 points 1 day ago (7 children)

If you ever happen to have 5000 uncommitted files, you shouldn't be asking yourself if you should commit more often. You should be asking yourself how many new repos you should be making.

load more comments (7 replies)
[–] joyjoy@lemm.ee 67 points 1 day ago (16 children)

Say you don't know how to use git without saying you don't know how to use git.

load more comments (16 replies)
[–] onlinepersona@programming.dev 50 points 1 day ago (6 children)

The reactions here are why people don't join forums, don't ask questions, or choose to learn alone. "duh, I knew that". Yes, the dude didn't, which is exactly why he's frustrated. I think too many have forgotten what it's like to be a beginner and make a fatal mistake, which would explain the mocking responses here and things like recommending new linux users Arch.

Anti Commercial-AI license

[–] Zagorath@aussie.zone 36 points 1 day ago (1 children)

I understand the impulse to be empathetic and kind. But it's very hard to respond in good faith to someone who just made a post where more than half the words are "fuck you".

[–] madcaesar@lemmy.world 29 points 1 day ago (7 children)

A feature that permanently deletes 5000 files with one click without warning deserves a fuck you.

load more comments (7 replies)
load more comments (5 replies)
[–] Havald@lemmy.world 64 points 1 day ago (39 children)
load more comments (39 replies)
[–] Michal@programming.dev 5 points 1 day ago (4 children)

If the files were already staged then git should have blobs in the git folder, so they should be recoverable.

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

Sounds like they weren't even using version control, and had no business anywhere near a project that size.

load more comments (3 replies)
load more comments (3 replies)
[–] kamen@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

I agree with the "learn the CLI", but to newcomers I'll also suggest to look at the IDE/editor's output channel - if there's GUI for Git, there are also most likely logs for what's happening under the hood - even if a little noisy, it can be a good learning resource. And of course if you're learning and unsure of what's happening (with the CLI or through a GUI), do so in a non-destructive manner (by having proper backups).

[–] ICastFist@programming.dev 4 points 1 day ago (1 children)

Same account that complained about the christmas santa hat

load more comments (1 replies)
[–] aliser@lemmy.world 28 points 1 day ago (10 children)

deleted a chunk of my work the other day by pressing Ctrl z in windows explorer. my project was without source control installed (cuz it was in Dev stage), and Ctrl shit z/Ctrl y hotkeys didn't work, so that chunk was just gone, persished forever... or so I though. I remembered vs code having a file history under some panel. found it, and here it was - at least some of the latest history of my file. lesson learned: even in Dev where nothing is yet working, finish your day of coding with a commit to a remote repo.

load more comments (10 replies)
[–] burak29@lemmy.cronyakatsuki.xyz 1 points 21 hours ago

"Microsoft Please Fix" ifadesi, genellikle kullanıcıların Microsoft ürünlerinde yaşadıkları sorunlara veya hata bildirimlerine yönelik bir çağrıdır. Tostçu Mahmut Menu

load more comments
view more: ‹ prev next ›