upvote
It looks like I need to update my macOS machine! Thanks for the sanity, and thanks for reading.
reply
Only if you want to move from MacOS Sequoia to Tahoe. Tahoe has the Liquid Glass stuff that people don't like as well as other UX changes that have been controversial.

Apple still do security updates on Sequoia.

reply
> Your computer won't explode just from downloading and compiling some C code, don't worry ;)

This is the first time I ever saw anyone dismissing the risk of downloading and running stuff off the internet.

"Don't worry".

reply
Did you never install anything on your computing device? It's the same risk, or even worse if it was closed source software installed via an app store
reply
Compiling
reply
Depends how compiling actually happens in practice, what executables and scripts are called.
reply
"I have no idea how that rm -rf $HOME ended up in the Makefile"
reply
deleted
reply
> Your computer won't explode just from downloading and compiling some C code, don't worry ;)

I have no idea what's in the Makefile, and I'm not going to review it just so to try and figure out where a function is defined :-/

reply
I found the function body in about 30 seconds by browsing the code on github via plain old text search. Is that also to dangerous? ;)
reply
Use better tooling, then. Cscope is your friend.
reply