this post was submitted on 21 Jan 2026
1121 points (97.1% liked)
Programmer Humor
28641 readers
1532 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
... Or, you know, dont hook that shit so tight into your store that it breaks if the store is offline or something gets messed up? I have personally never seen applications randomly stop working on Linux (Unless i did something stupid, i once fucked up glibc for all flatpaks system-wide on Fedora), specially now that im on NixOS, its just not possible for a program's files to get corrupted on NixOS since the store is read-only (Of course if it doesnt gracefully handle config errors and the config gets corrupted then it will break, but often times it would just be deleting the file and letting it create a new one, not reinstalling the application).