this post was submitted on 13 Jul 2023
170 points (100.0% liked)

Programmer Humor

31340 readers
876 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 

top 5 comments
sorted by: hot top controversial new old
[–] Distributed@lemmy.ml 21 points 1 year ago

This is why god (linus torvalds) invented git.

git commit -m "holy fuck its working"

[–] NovaPrime@lemmy.ml 6 points 1 year ago (1 children)

Dev containers are life savers

[–] orca@orcas.enjoying.yachts 3 points 1 year ago (1 children)

We use them daily for everything. They’re great but sometimes Docker likes to be a bastard and hang. VSCode spinning away.

[–] NovaPrime@lemmy.ml 3 points 1 year ago (1 children)

Too true. I spent way more time than I care to admit yesterday battling Docker desktop for Mac.

[–] orca@orcas.enjoying.yachts 2 points 1 year ago

Sometimes simply rebooting does the trick lol. I find that it gets really wonky when you're switching branches on a project often.