dipshit, Why is BSD listed twice?
banneryear1868, (edited ) OSX is fine for daily use, but I’d pick Windows over it simply for hardware compatibility.
Resol, It’s better than Windows if you like having products all made by the same company
recapitated, From a product design POV there’s something to be said about having control over every aspect of the system. I can see why people enjoy using apple stuff. It’s not for me though.
SRo, But it’s not better than windows.
Stumblinbear, (edited ) Gotta disagree, the gestures are actually amazing. Only pain point is gaming, but I don’t really do that, and the dev experience is pretty good compared to windows too. Installing programs is as easy as it should be on windows. Fuck msi installers
vsh, How is BSD better than Linux or MacOS?
pete_the_cat, The BSDs are still FOSS unlike OS X, OS X was derived from FreeBSD. I definitely wouldn’t say that the BSDs are better than Linux though.
vsh, (edited ) Just because it’s Foss doesn’t mean it’s instantly better. My rule of thumb is to treat BSD like a trial version of Linux. It never failed.
pete_the_cat, Of course being FOSS doesn’t inherently make it better, but that’s usually the case.
AntEater, I’ve administered BSD servers professionally and I have to say that it was one of the nicest, most consistent, operating systems I’ve worked with. I’ve worked with Linux since the mid-90s and done more than my fair share of Windows Server/AD admin. and I would gladly manage a room full of BSD hosts again.
WheatleyInc, 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.
deczzz, User experience is better on macOS vs Windows/gnu+linux newbie distros. Imho.
AnUnusualRelic, 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.
some_guy, (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.
flpasc, What about Apple Music, ever deleted that one ?
soupuos, I know a lot of people like macOS, and I’m sure they get a lot done with it. For me however, it’s easily my least favorite popular OS. That’s even considering the terminal running zsh by default, which is miles ahead of Windows.
A quirk that recently bit us at work is that Safari has a maximum allowed version based off your OS version. Now if it was just me as a user, I’d download a 3rd party browser. However, as a developer, I have to build solutions that work for every “reasonable” browser. This means I can’t use features that every modern browser has, including Safari, because Safari from 4 years ago didn’t have it.
BURN, This used to be the case with IE. you’re always going to have to support at least one legacy browser.that’s one of the few real benefits of everyone moving to chromium based browsers.
soupuos, (edited ) Yeah, thankfully I never had to develop with IE in mind. Though I have heard a lot of people dislike it for that reason.
You’re totally right about that being a benefit to everyone moving to chromium. Thankfully Firefox has kept pretty up to date with new features/standards too.
cupcakezealot, unpopular opinion. homebrew is better than apt or yum.
Grass, Probably why it’s an option on some distros
pete_the_cat, Sorry you’re wrong 😛
Homebrew only supports one user (AFAIK). We had shared iMacs at work, and some stuff was installed using homebrew with the permissions modified so everyone could access what was installed. One night I got bored at work and upgraded some things… Which changed the permissions back to only the user that installed the cask (or whatever) and broke the terminal and other things for everyone else. My coworker was pissed the next time he saw me.
Any sane Linux package manager (I’m not counting Snap and FlatPak) installs stuff system-wide and all users can access the installed packages.
Linux is inherently a multi-user OS but Apple apparently stripped that feature from OS X.
AVincentInSpace, Of course things are going to break if you take something that’s meant to be installed per-user and open up one user’s installation to everyone else on the system. Not Brew’s fault your company’s IT used it outside spec.
pete_the_cat, It’s no necessarily Brew’s fault either, but more the shitty way Apple decided to implement it.
umbrella, I don’t mind MacOS
dudinax, MacOS is way worse than Windows.
SRo, Yep
tubaruco, mac is way more new user friendly and polished though
aidan, Depriving the user of information is helpful until you hide information they want.
ColdWater, How’s MacOS user friendly?
tubaruco, cant do anything thatll mess everything up (unless you really know what youre doing)
Stumblinbear, It’s more user friendly in a thousand minor ways, such as installing programs, which makes it much more user friendly overall. At least MacOS has a consistent UI that doesn’t massively change every single update
dudinax, The primary goal of MacOS is to prevent your eight-year-old from messing it up too much.
thorbot, Apple bad! Give me points
kool_newt, I pick mocos.
Octopus1348, As a macOS user I don’t agree.
Centaur,
bfg9k, As a carrot I half-agree.
xia, Me: “ls ~/Downloads”, mac-gui: Would you like to give “Terminal” access to the “Downloads” folder?
adrian783, click yes when this happens. this one is a freebie.
custard_swollower, I really like it, and I miss it on Linux. On Linux, I have to trust that each and every sh/bash script, package install script, or some stuff you download from internet are actually safe and don’t access your private stuff. On mac I get the prompt when some software needs to access a specific folder.
CapeWearingAeroplane, Ok, it’s true that you have to spend 15 mins after setting up to “install developer tools”, and remove some safety rails. However, the mac doesn’t prevent you from doing that, and doesn’t really even try to make it hard (if you’ve ever touched a terminal before). Once it’s set up, you’re good to go…
GeniusIsme, Depends on what you are doing. My company was using clang for c++ compilation and it was a drag to make all this clicks for each .so every is update. And there is no way to automate the process. And those occasional compatibility breaks didn’t help either.
CapeWearingAeroplane, what do you mean? clang is a command line tool, can’t you write some cmake and a bash script to automate the build process? That’s what I always do when I writing any C++ that needs to be compiled/updated fairly regularly.
GeniusIsme, It has nothing to do with clang being command line. It consists of many binaries, all of them untrusted. Any time new dynamic lib is loaded Mac stops the process and complains. Then you need to do manual stuff, as you can’t automatically trust a binary, for obvious reasons. This happened almost two years ago, maybe clang got apple certificates or some shit to combat the issue. But my point was that every OS update on Mac brings annoying issues for developers.
CapeWearingAeroplane, (edited ) I have to admit, I’ve never touched the kind of issue where I need to load a bunch of binaries I can’t automatically trust as part of a build process, so I won’t speak on that.
On the part about OS updates being a PITA, yes: I’ll admit that I offset updating the macOS major version for as long as possible. As long as my major version is maintained/get’s security updates, and the newer versions are backwards compatible enough that I can compile stuff for them without any hassle, I’ll stay on macOS 13. Judging by historical data, that means I have about two more years before I might need to spend an hour or two fixing up stuff that bugs out with the eventual major update.
BuboScandiacus, MacOS is UNIX™
Add comment