this post was submitted on 16 Apr 2026
284 points (93.6% liked)

Programmer Humor

31037 readers
1794 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

macOS just makes you jump through a hoop every time you run an application that’s not notarized.

In practice that means cross platform open source projects don’t want to pay money to join apple’s developer program and set up code singing and deal with certificates.

So after download an unsigned app, macOS refuses to start it until you go to system settings > security > and allow.

You have to do this again after every update.

It’s very annoying and does very little for security.