this post was submitted on 22 Aug 2023
239 points (90.8% liked)

Programmer Humor

18969 readers
1078 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
 

send help

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

Not necessarily, you still need backups or snapshots especially on home directory in case software have a nasty bug like deleting your data.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

in case software have a nasty bug like deleting your data.

Laughs in isolated flatpak

... but seriously most of my userspace software cant even access my filesystem? So even if some software blows up i doubt it could do any damage.

The combination of nixos to have a practical unbreakable system and flatpaks to protect your userspace is pretty great. Highly recommend it. - But having backups is of course still advisable as a 3rd layer of protection, in case of hardware failure.