22
netikras
74d

A question for the people who say Macs are superior...

WHAT THE FUCK

I'm wrestling this iOS signing issue for the fourth day. How the fuck do people manage to build anything using tools broken by design and sold to them for the price of their mother.

Comments
  • 0
    When you don’t get the difference between a mac and a very specific software that is written for it…
  • 0
    @Lensflare in unix there's basically no difference. It's all coming from the same vendor
  • 0
    @netikras even if it’s from the same vendor, there is still a huge difference.
  • 3
    Macs are expensive but good. Macos is superior to Windows.
    Macs can have software written for them that is garbage.
  • 2
    @Lensflare I am sorry, but after the last few days I'd rather say "Macs can have software written for them that is proper", not the other way around.
  • 1
    a genuine question: how do you people debug anything in macos....?

    - dtrace/strace blocked by SIP

    - proprietary commands provide shitty explanation of errors

    - errors are undocumented (how is this UNIX...? Look at the AIX's approach - they've done outstanding work there!!) [Unknown Error: -2,147,409,850 when generating CSR with xcode]

    - using legacy protocols (only supports .p12 containers created with the `--legacy` option)

    - etc.

    Is this the case of walking through glass and fire for years until you develop "the hunch"? So far I've been working with long-time iOS devs and they still base their troubleshooting on pure guesswork. Is this the apple way....?
  • 2
    and now I've just wasted ~2 hours debugging why the fuck git stopped working. `git fetch` just sits there. Trace shows all the right requests UNTIL it's time to actually start fetching data.

    It started working the moment I logged out from the GUI session......
  • 3
    I know people often exaggerate this, but I'm certain that if I end up in hell, I'll be forced to use MacOS. It is the ultimate torture to me, as a software engineer.

    it has the looks of a decent Linux/UNIX OS, but it just doesn't work that way. And it doesn't tell you why.
  • 1
    @netikras signing and distribution is honestly a major PITA.
    But the actual development in Xcode (in Swift or even Objective-C) is flawless.
    For debugging you use Xcode and every error is documented.
  • 4
    I'm a Linux guy but forced to use mac at work. It's annoying, but thank God it's not Windows.
  • 1
    bash-5.2$ brew install ca-certificates

    <...>

    bash-5.2$ ls -l /opt/homebrew/etc/ca-certificates/cacert.pem

    lrwxr-xr-x 1 root admin 80 Apr 5 15:13 /opt/homebrew/etc/ca-certificates/cacert.pem -> /opt/homebrew/Cellar/ca-certificates/2024-03-11/share/ca-certificates/cacert.pem

    bash-5.2$ ls -l /opt/homebrew/Cellar/ca-certificates

    total 0

    drwxr-xr-x 6 ec2-user admin 192 Aug 29 12:01 2024-07-02

    bash-5.2$

    .....
  • 2
    @mostr4am I don’t care what you have experienced when you were working for the Apple Support or whatever. It doesn’t matter.

    From my decades of experience, compared to Google and Microsoft, Apple has the best developer experience by far.
  • 0
    Sid's mother costs same as Android devices
  • 3
    The hardware of Macs is top notch, superior without a doubt.
    Software is a hit and miss for me, mostly miss, so I try not to leave the terminal or the browser too much.

    My FrankenDebian LXDE on T470 is great. But this on Apple’s hardware would be perfect.




    Stay away from Windows.
  • 4
    if you charge people a lot of money you trick them psychologically into thinking you're quality

    that's Apple's legacy
  • 1
    @-red this exactly
  • 0
    @jestdotty if you charge people less money you trick them psychologically into thinking you are a good deal.

    that’s Google's legacy
  • 0
    @mostr4am I read that story multiple times from you already 🙂
    Nothing of it has anything to do with how the price relates to the quality.
    It’s just an anecdote about how shitty you find Apple.
    I agree it’s shitty. But again, nothing to do with price/quality.
  • 0
    I feel your pain, brother. I struggled with it for the last three days, part time, but nevertheless agonizing.

    I ended up deleting every developer certificate off of every machine I have and revoking everything from the Apple developer account.

    Several ghost certificates in Xcode that I can’t get rid of no matter what I do, but this approach allowed me to create singular new certificates and actually have a compile and link and run successfully.

    I’m convinced that people who claim their security professionals are full of shit, definitely NOT engineers. They’ll force you to have certificates on your software like having seatbelts on easy chair. It’s asinine and it prohibits and inhibits development . It clearly doesn’t prevent malware. Fake security.

    I wish Apple would focus on fixing the bugs, which are vulnerabilities themselves, instead of trying to wrap themselves in chains and self flagellating, hitting us Developers in the process.

    Yes, Xcode does suck.
  • 0
    @netikras check my username. It sucked when it was NeXT Step too.
  • 0
    @mostr4am working for Apple Support hardly counts as working for Apple.
  • 0
  • 0
    @jestdotty technically correct and obvious.
    And technically I said that it *hardly* counts.
    Do you have more insubstantial comments on that?
Add Comment