this post was submitted on 07 Dec 2023
0 points (NaN% liked)

Free and Open Source Software

17505 readers
362 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

[email protected] - Oh my gosh I just figured it out.

Okay, all you open source evangelist people: your knee-jerk reaction to come at people who are talking about a problem with whatever commercial software they use and suggest Your Favorite Alternatives™ is exactly like saying "why don't you just buy a house?" to someone complaining about their landlord.

[email protected] - Actually, to borrow from @DoubleA, it's worse than that.

It's like talking to someone who is in a crappy apartment as though they have the agency and skills to stake out a plot of land and build their own home.

You have to be at peace with the fact that some people just want to exist and not worry about so many things. And they still have a right to complain about their situation.

Link to thread: https://mas.to/@TechConnectify/111539959265152243

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 6 months ago (1 children)

@morrowind funny to find this here when I wrote my reply just a while ago:

"It's like talking to someone who is in a crappy apartment as though they have the agency and skills to stake out a plot of land and build their own home."

Maybe if you're suggesting them to install Linux From Scratch, then yes, it is.

If you're suggesting them them to install any of the many very simple (and very usable OOTB) distros like Fedora, then it's not.

In that case it's like the house is free, already built and furnitured, and right next to their own; but they have to move their personal belongings from one house to the other and learn a different room layout.

Sure, they still have the right to complain about how their landlord treats them like crap. But they sound pretty damn stupid if they do so while having an available free house right next door, and refusing to move because they don't want to learn a new room layout.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

How many times have you setup Fedora or any other Linux distribution and have every single thing working from the get go?

I'm talking drivers, audio, networking, libraries, DNF, repositories, plugins, runtime dependencies, ...

  • That house isn't furnished.

And don't forget, plenty of popular software isn't even compatible. Meaning you got to use alternative software that doesn't always do what you want it to do.

  • So buy a new couch, cause that one isn't getting in.
[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (1 children)

How many times have you setup Fedora or any other Linux distribution and have every single thing working from the get go?

I’m talking drivers, audio, networking, libraries, DNF, repositories, plugins, runtime dependencies, …

Is proprietary software any easier than that though? Don't you have to put in much more time removing all the spyware and bloat they put in and then spend all your time perpetually fighting against forced updates and applications being installed without your permission?

Whereas with Fedora my experience is more or less install it and forget it.

The "it's easier" argument for proprietary software I think died at least 15 years ago.

Choice of applications is a different argument.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

Is proprietary software any easier than that though?

Yes, take nvidia drivers for example, on windows I just download the installer and run it and done.

Last time I tried to move to Linux desktop (attempted Fedora and then EndeavourOS) about a year ago, none of that worked properly. Installing drivers was not in any way straightforward, needing CLI commands and google, where every guide I found seemed to have a different method used to install them, I kept getting outdated ones, and I had no idea what I was doing.

At the end of all that I still didn't have HW acceleration in my browsers, my desktop had screen tearing, gsync didn't work properly in windowed apps, the GPU wouldn't downclock fully at idle like it's supposed to, I couldn't figure out how to get shadowplay working, and so on.

And yes I do know this is technically mostly nvidia's fault for not having as good quality of drivers on linux. But as an end user all I care about is that my stuff works properly without googling things, needing the CLI, and spending a lot of time on it.

Don’t you have to put in much more time removing all the spyware and bloat they put in and then spend all your time perpetually fighting against forced updates and applications being installed without your permission?

Definitely not, I don't really spend much time at all. I haven't experienced forced updates, my apps just update through winget manually when I want to. There are a few extra apps I don't need on windows but those take a minute to remove, I can't say I've ever experienced an app being installed without my permission other than edge I guess, but that replaces IE for embedded browser stuff so it's kind of needed.

Most of my 'admin' time is spent on the opensource apps I use, generally on my self hosted stuff. But also just on basic things like backup software, Veeam is my primary backup which is basically a 1 minute set up with a few clicks through the GUI, but I've been trying out Restic too which requires writing my own scripts to handle backups, more scripts to handle pruning and such, manually installing them as services so they run properly, and writing my own notification system on top of that just to get an email if something goes wrong.

Opensource is great, but it's usually extremely time intensive to get the same results, with lots of documentation, google, and just wasted time trying to figure out the basics.