|
The thing where Linux (and Android, and Windows at least circa 2023) blows Apple out of the water is in UI latency. The built-in animations on Apple's software are sometimes hundreds of times slower than on their competitors, in ways which can't be accounted for. Improving interface response times is the single best thing Apple can do to improve their UX. I don't need an interface which throbs, wiggles, jiggles, shines, and refracts, I need an interface that's snappy and fast. As far as I know, MacOS is the _only_ desktop OS with this problem. The only way to fix this problem on MacOS is to do everything inside a virtual machine running anything but MacOS. |
You can turn down the animation times for most of this with "defaults write" commands. Set them to 0 or as small as you want. Here's a good list to get started:
https://gist.github.com/j8/8ef9b6e39449cbe2069a
> I don't need an interface which throbs, wiggles, jiggles, shines, and refracts, I need an interface that's snappy and fast.
System Settings -> Accessibility -> Reduce Motion: Enabled System Settings -> Accessibility -> Display -> Reduce Transparency: Enabled