←back to thread

MacOS Catalina: Slow by Design?

(sigpipe.macromates.com)
2031 points jrk | 1 comments | | HN request time: 0.231s | source
Show context
ronyfadel ◴[] No.23273550[source]
I hope Apple currently has a team focused on macOS perf.

I worked on the team in charge of improving iOS (13) perf at Apple and IIRC there was no dedicated macOS “task force” like the one on iOS.

Luckily some iOS changes permeated into macOS thanks to some shared codebases.

replies(4): >>23273626 #>>23274830 #>>23274901 #>>23277478 #
pier25 ◴[] No.23273626[source]
> 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/

replies(6): >>23273776 #>>23273824 #>>23274073 #>>23274195 #>>23276536 #>>23281493 #
qppo ◴[] No.23273776[source]
It's surprising that they don't improve the developer experience for their own developers using their own tools, including hardware.
replies(4): >>23273796 #>>23274026 #>>23274029 #>>23274292 #
saagarjha ◴[] No.23274026[source]
Apple uses the same tools you do. They just might not be using it like you are; you can find a lot of features that clearly have no reason to exist outside of Apple nonetheless shipping with their software.
replies(3): >>23274143 #>>23274191 #>>23277538 #
yariik ◴[] No.23277538[source]
> Apple uses the same tools you do.

No. A special directory can be created at the root of the file system called /AppleInternal. Then, if you work at Apple, you can put some special files there that do stuff. I've read somewhere that they are able to easily disable all of this privacy protection crap and other annoying stuff.

replies(1): >>23277968 #
1. saagarjha ◴[] No.23277968[source]
There's nothing really special about /AppleInternal, it's just a fairly normal directory that a couple of tools change in order to do things like offer more detailed diagnostics or the option to create a Radar. On a normal internal install there are some internal utilities, many of which are listed here: https://www.theiphonewiki.com/wiki/Category:Apple_Internal_A.... But their code is all Xcode projects and stuff, it's not like they're really using special tools for themselves except in certain cases. There are a couple of internal tools that possess entitlements to bypass security, but more often than not engineers just run with the security features disabled, which you can do yourself.