Earlier quoted context omitted.
PC + WSL + somewhat illicit OS X VM has been a dream for me as a former Mac user.
My mother asked me to help her out with her win 10 installation on her work notebook. This was terrible. UI is still inconsistent between apps, sometimes it feels like you are using 3 different OS from 3 different time periods. But you can get used to that I guess. OS settings are still a strange place created to make an average user (or someone who haven't been using the OS for more than a decade) feel as an idiot.…
MacOS Catalina: Slow by Design?
271–280 of 1001 posts
Re: MacOS Catalina: Slow by Design?
#272Earlier quoted context omitted.
> IIRC there was no dedicated macOS “task force” like the one on iOS It's not surprising. Macs are less than 10% of Apple's revenue. https://www.macrumors.com/2020/04/30/apple-2q-2020-earnings/
But at Apple scale: 9% of $58 billion = $5.2 billion Mac revenue last quarter .
Maybe it's not related to revenue per se, but clearly since iOS became their main thing the Mac has suffered tremendously.
Re: MacOS Catalina: Slow by Design?
#273All of these complaints are about security features. Yes these features could be better implemented, but I'm happy they're there. It's very important to be able to opt out of them, but I like that they're the default. Notarization needs a cleanup pass and the rest of it seems like it needs an optimization pass. P.S. The rationale for notarization is to not distribute and thus advertise the filters and detection mecha…
Re: MacOS Catalina: Slow by Design?
#274I'm showing 20-200ms longer on first run of the exec. Modified the test script a bit to show that it doesn't happen again if you modify the executable's contents. echo $'#!/bin/sh\necho Hello' > /tmp/test.sh && \ chmod a+x /tmp/test.sh && \ time /tmp/test.sh && \ time /tmp/test.sh && \ echo 'echo Hello2' >> /tmp/test.sh && \ time /tmp/test.sh
f=$(mktemp) && \
echo $'#!/bin/sh\necho Hello' > $f && \
chmod a+x $f && \
time $f && \
time $f && \
echo 'echo Hello2' >> $f && \
time $f
On my system: Hello
real 0m0.131s
user 0m0.001s
sys 0m0.002s
Hello
real 0m0.004s
user 0m0.001s
sys 0m0.002s
Hello
Hello2
real 0m0.004s
user 0m0.001s
sys 0m0.002sRe: MacOS Catalina: Slow by Design?
#275Re: MacOS Catalina: Slow by Design?
#276I can't upgrade IntelliJ any more, because it's trying to write to privileged file locations that I (the owner of the computer) no longer have access to. Believe me, I've tried to work around this, macOS has it locked down completely.
Why do you need access to the areas protected by SIP?
Re: MacOS Catalina: Slow by Design?
#277Nope.
Re: MacOS Catalina: Slow by Design?
#278As of Catalina, there's no sane way to install the Nix package manager without losing functionality because macOS now disallows creating new files in the root directory[1]. Nix stores its packages in the /nix directory and it's not possible to migrate without causing major disruptions for existing NixOS and other Linux users. This is too bad, since apart from Nix being a nice package manager, it also provides a sane binary package for Emacs. The Homebrew core/cask versions only provides a limited feature set[2][3].
[1]: https://github.com/NixOS/nix/issues/2925
[2]: https://github.com/Homebrew/homebrew-core/issues/31510
[3]: https://github.com/caldwell/build-emacs/search?q=support+is%...
Re: MacOS Catalina: Slow by Design?
#279I am using Ubuntu 20.04 on a Thinkpad X1 Extreme Gen2 and you would be surprised how "normal" it feels as a development machine. Sure there some little annoyances, the touchpad behaves a little worse than on windows, sound is a little worse. But the most important things, Keyboard and Screen are excellent. The system in general does not feel like the horror stories that people keep telling about linux on desktop(note…
The dual GPU is a pain in the butt since Nvidia still doesn't support Optimus on Linux (and probably never will).
Edit: should note, when I say work I mean you can switch between GPUs/launch an app on the dedicated GPU with ease.
Re: MacOS Catalina: Slow by Design?
#280I do wonder if the author has something similar going on, either with a directly attached disk or a network share.