←back to thread

221 points finnlab | 1 comments | | HN request time: 0.208s | source
Show context
megous ◴[] No.43545436[source]
My peace of mind comes from my self hosting in 2025 looking the same as my self-hosting in 2005 (except a move to systemd). I haven't even re-installed my workstation OS since 2006 or so.
replies(3): >>43545580 #>>43545671 #>>43547521 #
MortyWaves ◴[] No.43545671[source]
2006 is impressive. I can’t even imagine that. I reinstall Windows every 18 months or so.
replies(2): >>43545954 #>>43545967 #
Aachen ◴[] No.43545954[source]
I don't think I've reinstalled since around 2014, when I switched to a different Linux distribution. It's just a pain and while it cleans up some unused packages, what's the point really? Why do you reinstall Windows every 18 months?

One change I made that may help with this, is to not install crap on the host that I don't plan to use for a long time. Trying out a new database server or want to set up an Android IDE for a temporary project? Use a VM, don't clutter up random files all over the host. Is this what is happening on your Windows perhaps?

replies(2): >>43546016 #>>43546083 #
1. megous ◴[] No.43546083[source]
Windows is just less organized, with files appearing all over the place and without user having knowledge what's really needed.

On Arch Linux, all system files are listed, along with their content hashes and expected permissions/ownership, in the installed package database. So it's possible to just list changed files in /etc or unexpected files in the system, or files with unexpected permissions, and do a manual cleanup/checkup if needed. No idea how I'd even approach that on Windows.

I guess the only time I'd need to re-install would be if I messed the system so bad that manual fixup would be too laborious over fresh setup and reconfiguration. (And I'd have to lose system backups too)