76 points

The first desktop version, Mac OS X 10.0, was released on March 24, 2001. Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard and all releases from OS X 10.8 Mountain Lion to macOS 14 Sonoma are UNIX 03 certified

I don’t like MacOS, but it’s actually able to be called UNIX.

permalink
report
reply
37 points

I’m surprised you don’t lose Unix certification with crap like case insensitive filesystem defaults.

permalink
report
parent
reply
13 points

I don’t want to be like Stack Overflow, but tbh you have some design problems if you rely on case sensitive filesystems.

permalink
report
parent
reply
3 points

I haven’t heard this before, what are they?

permalink
report
parent
reply
5 points

Both HFS Plus and APFS can have case sensitivity enabled, it’s optional.

Enabling it has had a tendency to break third party Mac software though. Adobe used to be a particularly bad offender there.

permalink
report
parent
reply
1 point

And Steam.

permalink
report
parent
reply
10 points

Being able to be called Unix just means paying for certification. No more, no less.

permalink
report
parent
reply
1 point

Well you still have to check all the boxes, you pay for the license the same way you can study and take certain exams but have to pay for the certificate.

permalink
report
parent
reply
72 points

I mean Mac OS has its place. There’s a reason so many music producers and coders choose that OS. It’s a rock solid stable approach for those use cases.

That being said, personally I would always prefer Linux but that’s mostly because I don’t do those things.

I don’t even particularly hate windows, I just like PopOS better

permalink
report
reply
37 points

I’m a dev and I mainly see issues with removed… Every update breaks some tools the cli tools are ancient, homebrew is slow as hell and breaks quite often, docker is really slow and costs money if you don’t know how to avoid that, it’s very expensive to get to a certain amount of RAM that costs nothing on PC and so on.

permalink
report
parent
reply
11 points

Homebrew recently broke for me permanently on a macbook because it was made in 2013 and is now blocked from upgrading, so xcode no longer can be upgraded…Which means lots of other shit also no longer works. Including homebrew. Soon have to put a distro on it, I guess.

permalink
report
parent
reply
11 points

I was starting to get issues with a macbook from 2012 (specifically homebrew / xcode) when I upgraded. I’m going to be honest: Having a powerhouse of a machine for 10 years before it becomes obsolete, I’m not going to complain for one second. Got myself a new macbook, and it runs like the wind. Works seamlessly with all the tools I need in an environment where we rely on gfortran / gcc, and a lot of my coworkers use Linux.

To be fair: Part of the reason I waited for so long before upgrading was that I was waiting for them to ditch the butterfly keyboard / touchbar, and get some ports back into the machine. Once they did that I was sold. My only issue with macbooks would be the absurd price for an adequate amount of RAM, but as far as having a good computer, once it’s paid for it’s fantastic.

permalink
report
parent
reply
3 points

Open core legacy patcher has kept my 2012 MBP able to run modern versions of macos (currently on latest update to Monterey). No stability issues, but AirDrop is flakey and I am no longer able to run anything in a VM using Apple’s hypervisor. It runs well; might be worth looking into for your use case.

permalink
report
parent
reply
5 points

Docker costs money? What?

permalink
report
parent
reply
1 point
*

The docker desktop does. It is very tricky to install docker without it on the Mac.

You can try installing it on GitHub actions for your CI runs with the Mac runner. It can be done, but takes forever, is hacky and breaks very often.

permalink
report
parent
reply
2 points
*

I wonder what highly offensive word you wrote in the first line, the only thing I know for sure is that it was clearly filled with misogynistic hate (thanks Lemmy.ml!)

It’s baffling to me that the devs would choose to cripple their own instance. I have not once seen someone use a blocked word in the context where it would be harmful - it is literally always just confusing and annoying.

permalink
report
parent
reply
3 points

It is just me wanting to filter 🍎 completely from the instance, so all mentions to 🍎 products get redacted. That is kind of an insider joke due to that company being so prevalent in internet forums such as HN or Reddit. At least in my own instance all mentions of removed are hidden.

permalink
report
parent
reply
19 points
*

Genuine question, how is MacOS better for coders? I think those that do usually choose it because they’re used to it or their company offered either a bulky ThinkPad or a Mac and they wanted something thin and light.

Everytime I see tutorials for setting up or building something there will be a simple Linux install command, downloading a zip for windows (or if you’re lucky you can find it on Choco), and then there will be the multiparagraph homebrew setup.

permalink
report
parent
reply
14 points

Macs are pretty solid for coding. You don’t need to tinker with them, most of the time stuff just works. On the other hand, I spent lots of time to make sure stuff just works well on my Dell or ThinkPad with Ubuntu or pop.

For software, I’ve found that some software doesn’t give you much help if you get into problems on Linux.

And there is always something with Linux that doesn’t work for me. Like my Dell laptop with pop!os doesn’t charge over usb-C from Dell monitor (it worked on windows). Touchscreen doesn’t always work after waking up. I had ThinkPad with awful fan control on linux and hibernation issues. I had issues with scaling with external screens.

permalink
report
parent
reply
5 points

yeah it’s mostly because of the official support that reduces a lot of faffing about. I don’t wanna be a nix guru I just want to search stackoveflow and paste in commands when I have issues.

permalink
report
parent
reply
14 points

macOS offers a lot of stability, it’s reliable, predictable, boring even. It works out of the box and stays that way, it survives upgrades, and rarely crashes.

The release cycle is steady, and changes are generally gradual and incremental. Mac users don’t usually have to worry about a new release breaking their system or their workflow because a developer wants to reinvent the wheel or a UI designer wants to make their mark. The only big shifts have been processor transitions.

The Mac ecosystem also allows users to have a foot in both the proprietary and open source ecosystems on a single platform. Being able to run, say, web development environments and Adobe CS for example, can be a lot easier than farting around with Wine or WSL.

Granted, there’s plenty of downsides to the Mac as well, but the platform definitely has merits.

permalink
report
parent
reply
9 points

I don’t really think it’s better. They’re fine for coding.

They’re basically the corporate default because they’re easier for companies to buy and remotely administer, they’ve got good VPN software, good resale value, etc.

permalink
report
parent
reply
3 points

Exactly this. I was about to answer the question and realize you pretty much already had. Thanks very much.

permalink
report
parent
reply
1 point

They’re significantly better than windows, and you could make an argument on the stability front compared to Linux

permalink
report
parent
reply
6 points

I code daily on mine, by choice. I also have no issue coding on Linux and will happily spend all day in a CLI. Homebrew is just as easy as using apt or what have you, at least in my personal experience.

It isn’t always perfect.There was a bit of head scratching over shared libraries one time, until I figured out what stupidity I had to do to make Apple happy, but that is the only notable thing I can remember.

However, coding on Windows can be super painful depending on the language, especially with all of the backwards paths. The only coding work I enjoy doing on Windows is C#. Worst case WSL2 is around when I need some sanity.

No matter what, I have any of them available to me and the battery life on a MacBook Air is amazing. The corporate laptop is actually a decent machine and the size and weight is pretty good, especially considering the monstrous bricks the previous models were. Mobile workstation woes I guess. The most amusing part is AutoCAD 2024 running smoothly on the Mac. I never knew it could be that snappy.

permalink
report
parent
reply
2 points

Windows is a nightmare for development. Linux is generally not an option, so a UNIX based system is still easier than windows

permalink
report
parent
reply
0 points

For C++/C I used to agree, but now with WSL it’s easy.

permalink
report
parent
reply
45 points

Not sure why the Linux community is convinced macOS is better than Windows. macOS has the same big issues Windows has (Spyware, ads, and the inability to delete the built in browser) while having worse issues like not supporting openGL/Vulkan, not allowing the user to install old apps, the inability to install hardware, and the small issue of only a select few Linux distros that work with it. Windows isn’t good, but it’s still better than macOS in most regards.

permalink
report
reply
10 points

User experience is better on macOS vs Windows/gnu+linux newbie distros. Imho.

permalink
report
parent
reply
20 points

I bought a Mac laptop once and lasted about 3 months before running back to Linux. Mac OS may be great for some people, but it’s definitely not for everyone. It was also hell to pull my photos out of their damn software.

The machine was ok though.

permalink
report
parent
reply
5 points

(Spyware, ads, and the inability to delete the built in browser)

Ads for Apple services, yes. I don’t approve of that. But this is otherwise bullshit. I can delete any app I want. And I have to opt-in for Apple to get my crashlogs. And there aren’t ads for third-party bullshit.

And Linux is even better. Both OSes are great by comparison. And good on their own. We will never have perfect software.

permalink
report
parent
reply
1 point

What about Apple Music, ever deleted that one ?

permalink
report
parent
reply
40 points

MacOS is UNIX™

permalink
report
reply
35 points

So is there a linux circlejerk? Cause you’re just ridiculous with your tribalist shit…

permalink
report
reply
12 points

Yeah, macos is pretty based. I don’t own a Mac product but I have and they were great.

permalink
report
parent
reply
3 points

Based on what?

permalink
report
parent
reply
19 points

Based on BaSeD. Try and keep up.

permalink
report
parent
reply
4 points

bsd

permalink
report
parent
reply
-1 points

Based on shit

permalink
report
parent
reply
11 points

Yeah its called lemmy.

permalink
report
parent
reply
5 points

I use both Linux and MacOS. MacOS is pretty good, but it’s also very weird in the Unix world.

permalink
report
parent
reply
12 points

“Very weird to the UNIX world”??? It’s the only one that’s actually UNIX.

The only complaints on this entire post are down to people that have no idea what they’re doing. It’s full-on Dunning-Krueger. There are plenty of training wheels, but they are trivial to disable/bypass if needed. People need to get a lot more comfortable with justifying their preferences with “I don’t like it” rather than inventing problems and proving their own ignorance.

permalink
report
parent
reply
8 points
*

It’s the only one that’s actually UNIX.

Uh, no. I mean, yes it’s actually Unix, but so is BSD. In fact, OSX is only Unix BECAUSE BSD is - Darwin is BSD derived

permalink
report
parent
reply
5 points

I honestly don’t see why, when I’m looking for help on some problem on a mac, I’ll happily open a Linux forum, and throw whatever commands I need into the terminal. Works like a charm every time. Just replace apt with brew or some other reasonable package manager (idk if macports or whatever is actually any decent, never tried it)

permalink
report
parent
reply
1 point

I tried MacPorts once because I don’t like the name of Homebrew but it’s weirdly slow in comparison

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now.

Please report posts and comments that break these rules!

Community stats

  • 6.6K

    Monthly active users

  • 1.3K

    Posts

  • 71K

    Comments