←back to thread

361 points robenkleene | 9 comments | | HN request time: 0.996s | source | bottom
Show context
mokus ◴[] No.23283932[source]
I guess the list of things keeping me off catalina (and, by extension, new Mac hardware) just got one item longer.

I recently bought a new System76 laptop as a stopgap, but it might end up becoming permanent. Kind of a sad end for 25+ years of Mac use.

replies(10): >>23284197 #>>23284366 #>>23284643 #>>23284871 #>>23285038 #>>23285254 #>>23285313 #>>23285345 #>>23285555 #>>23286897 #
1. rimliu ◴[] No.23284197[source]
I upgraded my 2015 MBP 13" to Catalina and happily continue to Mac stint since 2006.
replies(1): >>23284581 #
2. 72deluxe ◴[] No.23284581[source]
What does df -h in the terminal say?

It'll show the total of each partition (the normal, and the new read-only system partition) on their own line, thereby giving a false total. e.g. 1x 100GB disk, 50GB normal, 50GB system partition will show as capacity 100GB for both partitions which would mean a 200GB disk.

Small things like this just make me completely lose faith in Catalina.

EDIT: Other "fun" things I noticed within half an hour:

a. Text search in PDF no longer works

b. I can't create anything under /

c. I have to use synthetic.conf to map paths from / to my real partition, but the parser of synthetic.conf is very particular to tabs/spaces unlike any other /etc/ file format

d. Xcode wants to ask for my password to debug every single time I reboot and debug a C++ app. This is incredibly incredibly incredibly incredibly annoying.

Safari is faster in general use. But that's so far the only good point.

I'll keep it on a SSD for App Store submissions and keep my machine on an older decent version thanks

replies(3): >>23285003 #>>23286120 #>>23286199 #
3. Marsymars ◴[] No.23285003[source]
> a. Text search in PDF no longer works

Oh is this macOS? I'd just assumed all the PDFs I've tried to search for the past while have been poorly formatted with the text as images, but that makes more sense.

> I'll keep it on a SSD for App Store submissions and keep my machine on an older decent version thanks

FYI it's pretty easy to integrate binary upload to App Store Connect on the CLI of your CI system.

replies(1): >>23321201 #
4. saagarjha ◴[] No.23286120[source]
> Text search in PDF no longer works

In Safari or in general? I have only noticed the former.

> I have to use synthetic.conf to map paths from / to my real partition, but the parser of synthetic.conf is very particular to tabs/spaces unlike any other /etc/ file format

You may already know this, but man synthetic.conf will explain that you must use tabs.

> Xcode wants to ask for my password to debug every single time I reboot and debug a C++ app. This is incredibly incredibly incredibly incredibly annoying.

I can only offer you my condolences as I cruise by with SIP off.

replies(1): >>23287901 #
5. cschep ◴[] No.23286199[source]
Checkout `DevToolsSecurity` on the command line. Could help with d. :)
replies(1): >>23321202 #
6. brigandish ◴[] No.23287901{3}[source]
I keep a copy of Skim around for any time I want to do a proper search of a document.
7. 72deluxe ◴[] No.23321201{3}[source]
Thanks, do you have any pointers on binary upload via CLI etc.?
replies(1): >>23325413 #
8. 72deluxe ◴[] No.23321202{3}[source]
Thanks for this
9. Marsymars ◴[] No.23325413{4}[source]
I've used Bitrise for iOS CI, in which case their integration just takes your Apple username/password as input in the build process. If you're scripting it yourself or testing locally you want to look at the xcrun altool command. (Which Apple doesn't document very well, but you can cobble together usage from Googling parameters/issues.)

* https://app.bitrise.io/integrations/steps/deploy-to-itunesco...

* https://developer.apple.com/documentation/xcode/notarizing_m...