Earlier quoted context omitted.
It's not for everyone, but try a BSD. When PulseAudio first started showing up everywhere, I thought it was an anomaly, but it was really a harbinger. Since then Linux has been getting more like Windows every year (unpredictable behaviour, resource-hungry, lots of churn, tons of complexity for little benefit). The FreeBSD audio driver is in the kernel, it's tiny, and I never think about because it's never once caused…
I've been thinking about BSDs. I used to run a FreeBSD server a long time ago and I tend to like copies of the ports system that I've used on other OSes. How hard is it to upgrade major versions? I seem to remember that this was a pain at some point, but this was so long ago that my memory is fuzzy. Also, have you had any problems with hardware support? The machine I'm thinking of putting this on doesn't exist yet, s…
To apply security patches:
freebsd-update fetch
freebsd-update install
To upgrade to a new version of the operating system: freebsd-update -r 11.0-RELEASE upgrade
To install software: pkg install chromium
You can still use the ports system if you want to, but pkg is so much easier.