There are two hard problems in computer sciences. Cache invalidation, naming things and off by one errors.
this post was submitted on 12 May 2025
81 points (98.8% liked)
Programmer Humor
35682 readers
362 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
Ugh. When I can't solve something in a day the imposter syndrome starts breathing down my neck.
If something should work, but it doesn't, nuke all the caches before diving in the rabbit hole of debugging weird issues
We literally have a "pnpm nuke" command to help us with that.
Hahaaa the first thing you checked too? But didn’t realize it was that until way later? That’s me!
Yup. I got our QA guy to help debug it and he was like "maybe just dont upgrade the dodgy dependency and delete your cache" lmfao yup fixed it