this post was submitted on 08 Aug 2025
81 points (96.6% liked)

Programming Humor

3365 readers
1 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] trigg@lemmy.world 15 points 6 months ago (1 children)

Rereading the code: How did this Ever work?

[–] cows_are_underrated@feddit.org 4 points 6 months ago

Funny is, when you use functions that were never designed to work the way you used them and it works anyway. What I also love is when all of a sudden the most basic functions imaginable (like importing another file in python) breaks and you have no idea why.

[–] BootLoop@sh.itjust.works 7 points 6 months ago

Don't leave your code outside when it's raining then.

[–] lurch@sh.itjust.works 2 points 6 months ago

race condition? (i mean the technical term; i'm not racist i swear)

[–] DarylDutch@lemmy.world 2 points 6 months ago (1 children)

Reminds me of my favorite passion project "dwatf fortress" where every update has to make nice with the many other systems. My favorite was allowing dwarfs to spill alchohol which made your cats raging alchoholics due to them getting soaked and "cleaning" their fur. Entire multi decade fortresses got lost to this.

[–] cows_are_underrated@feddit.org 2 points 6 months ago

The more I hear about this game the more fucked up it looks like.

[–] stupidcasey@lemmy.world 2 points 6 months ago* (last edited 6 months ago)

I too set up my server to automatically shut down in the rain, it keeps the users on there toes.

[–] solomonschuler@lemmy.zip 1 points 3 months ago

I can't tell you the number of time I restart my computer and my code starts working.

I spent 5 days last week doing a lab assignment on linked lists, spent 3 days trying to debug my code, turned off and on my computer and it worked. I suspect it's a cache issue where there is some corrupted cache that isn't being updated and that can only reset through a full restart.