Man… I knew this answer would come. 😀
Comment on Snapdragon X2 Elite Extreme crushes Apple M4, Intel, and AMD in new benchmarks
SnotFlickerman@lemmy.blahaj.zone 1 month agoNot who you asked, but at bare minimum macOS continues to be certified UNIX.
clucose@lemmy.ml 1 month ago
masterofn001@lemmy.ca 1 month ago
GNU is Not Unix.
__siru__@discuss.tchncs.de 1 month ago
Absolutely ture, your comment being? I think they were simply referencing the fact that there is a lot more software out there that can be made to semi easily run on linux/unix based systems.
SnotFlickerman@lemmy.blahaj.zone 1 month ago
Also while Linux is not the same as UNIX, interacting with them is much more similar than, say, Windows. They use a lot of the same conventions and managing macOS can be a lot like managing Linux if you want it to be.
woelkchen@lemmy.world 1 month ago
If you use only GUI, the underlying system philosophy is practically irrelevant.
If you use CLI, you can literally use the same distribution within WSL as you use on a Linux computer. I like using openSUSE’s zypper in WSL more than I like brew on macOS.
silasmariner@programming.dev 1 month ago
As long as you don’t try to use sed or grep. Literally the only reason I learned perl was because of the flag incompatibilities between macos Unix and Linux utils.