this post was submitted on 26 Aug 2023
661 points (96.9% liked)

Technology

58137 readers
4445 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (1 children)

All you have to do is switch. With products like Ubuntu, there’s no reason not to. It. Just. Works.

People who say that severely underestimate the time, effort, and expertise they've accumulated that makes it easy for themselves, but hard for others.

I tried to switch once before COVID. It was horrible. Oh, I now need to learn about file systems and NTFS and ext3/4(?) - i guess i'll try Linux on a separate, old hard drive. Ok, something didn't work, I now have to figure out what driver wasn't supported and what I need to download. Great, people on forums are helpful but they're asking me a bunch of gibberish. Now I gotta figure out this command line thing. Oh cool some people built GUIs for certain stuff so i don't need to play with the command line, but then the GUI doesn't work occasionally and now I have to figure out if it's the GUI that broke or something else. And then at some point I got stuck because of file permissions.

Unsurprisingly, I'm back on Windows. It sucks, but at least it really just works.

For majority of people, an OS isn't something they want to think about, nor something they know a lot about. For example, I'm not a gearhead, so when I buy a car, I just want to drive it off the lot on Day 1 - sure not everything is perfect the way I want it, but i don't need to do anything if I don't want to. I don't want to buy a shell of a car and have to go to 5 different shops to choose a tire, install my own seats, get used to the stick shift being on the roof of the car instead of beside me, and have it break down on me all the time because "you aren't using it right".

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

It all depends on your hardware. If you run standard hardware with an AMD card, all the drivers you need should (theoretically) be in the kernel and will magically just work. As soon as you start using running hardware with proprietary drivers then you have to put in a little effort. Might require you to install separate package(s) from a third-party repo or something, and that will require terminal. It's just three commands usually: add the repo -> update your package manager -> install the driver. Not hard but if you are used to the Windows way of doing things it can be intimidating.

Even still, some stuff just doesn't have Linux support at all or it's completely community-maintained. If every company just open sourced their drivers and did things the "Linux" way then there would be no issue but unfortunately Linux doesn't have the market share for those companies to care. So you get into the negative feedback loop of: Linux has low market share because of lack of support, and companies don't support Linux because of low market share.