People seem to get defensive when I criticize Linuxisms and dependencies. They're actually, GPLisms. Though, these dependencies annoy me, that they leave a residue on how my operating system behaves.
I'll turn off Waterfox or in the past Firefox, and not be on my computer for a few hours. It will have difficulty starting, so I run
So, if people wonder why I talk about bloat which is prevalent on Linux systems that comes here. Stuff like that is why. That's not efficient.
Maybe, I should rather be thankful that we have those programs instead, which is better than nothing, but they need to be improved, and cleaned up. Also, be thankful that these are under LGPL rather than GPL. Also, the FreeBSD userland is a lot better than it used to be.
My Android doesn't act like this, slowed down later from hanging around processes.
I'll turn off Waterfox or in the past Firefox, and not be on my computer for a few hours. It will have difficulty starting, so I run
ps
, and Pulseaudio and more than one dbus instance will be up. pkill
doesn't always work on them. So, I have to use kill
with the process id. OSS and Sndiod don't do this. At least, Pulseaudio and dbus are LGPL, which gives room to make improvements around these programs. I should be able to program in order to improve the way these programs work by myself.So, if people wonder why I talk about bloat which is prevalent on Linux systems that comes here. Stuff like that is why. That's not efficient.
Maybe, I should rather be thankful that we have those programs instead, which is better than nothing, but they need to be improved, and cleaned up. Also, be thankful that these are under LGPL rather than GPL. Also, the FreeBSD userland is a lot better than it used to be.
My Android doesn't act like this, slowed down later from hanging around processes.