|
|
|
|
|
by kstrauser
104 days ago
|
|
I’m running Docker Desktop as I write this. What did you mean by “doesn’t support containerization”? And really, who cares if it had 10,000 background services if 9,999 are idle at any given time? Run `ps auxwww` on a Linux box sometime and it’ll look similar. |
|
> And really, who cares if it had 10,000 background services if 9,999 are idle at any given time?
Normally I don't. I have an okay idea on how modern OS-es work; temporary swaps, compressing RAM for rarely used background processes etc. -- they work amazing, macOS included.
I suppose my problem is more the services that _do_ interfere, like the one that feels it has to scan every CLI command I launch, to the point that it became noticeable, especially side by side with the "weaker" Linux laptop and hell, even with a VM-ed Linux inside my gaming PC as well.
So OK, I accept the correction: does not much matter how many are they in general. Those that interfere though, and I can't stop them -- this is where I drew the line and gradually started my migration away from macOS.
And this:
> Run `ps auxwww` on a Linux box sometime and it’ll look similar
...is objectively false. I just tried it; even my home server that's doing plenty of stuff I get 244 items. On the Mac I am writing this? 840.
Maybe the laptop with KDE will have a touch more than 244, but I doubt they'd be 840.
Call me a purist, I like to know what my background services are doing, though I'll admit I care less and less with age.