• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    10 days ago

    I’m getting so sick of Microsoft and Apples bullshit that I’m about to switch personally, but from the research i did it sounds like the biggest problem with Linux on the desktop is that there still aren’t standard, unified, unchanging APIs that can be relied upon, so finding third party software and utilities is still a crap shoot compared to something like Windows that can still run binaries that targets it’s 1995 era APIs.

    Any software that requires me to compile it from source just to run it on my machine is fine for me, a software developer, and probably fine for my mum that just does word processing and browsing since she won’t be installing things, but seems a little too friction filled for your average enthusiast?

    • Talaraine@fedia.io
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      10 days ago

      Depends on how fringe you go. There’s a remarkable amount of stuff that can be installed from the Program Manager. The ones that aren’t will take some tweaking but… I remember a time when I was trying to do this very thing in Windows 95. If you want it bad enough, you’ll figure it out.

      I’m trying to channel my younger GenX, and if it’s a bit of a struggle for younger generations then I encourage them to embrace it. It’s an unfortunate truth that not everything works like it works on an IPhone, and I can’t overstate how important it is to learn some of the basics of the OS and troubleshooting for everyone’s future.

      • masterspace@lemmy.ca
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        10 days ago

        I’m trying to channel my younger GenX, and if it’s a bit of a struggle for younger generations then I encourage them to embrace it. It’s an unfortunate truth that not everything works like it works on an IPhone, and I can’t overstate how important it is to learn some of the basics of the OS and troubleshooting for everyone’s future.

        Lol I’m a millenial software engineer. I grew up using Windows and was able to learn my way around a filesystem perfectly fine without ever having to compile any programs from source.

        Don’t put Linux’s lack of stability on GenZ’s use of apps.

        • LoreSoong@startrek.website
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          10 days ago

          they mention genz specifically but boomers and millenials are falling down the same path expecting software to just download and work, Because of the google/apple/microsoft/sony/nintendo ecosystems we are so used to. But even in these ecosystems learning to troubleshoot is paramount so I expect to see younger people entering the linux sphere in droves.

          You definitely are a minority though, most people dont care for this stuff at all. Most will simply give up instead of doing more research and trying different tactics to repair software and hardware.

          • masterspace@lemmy.ca
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            10 days ago

            they mention genz specifically but boomers and millenials are falling down the same path expecting software to just download and work, Because of the google/apple/microsoft/sony/nintendo ecosystems we are so used to.

            They expect it to just work because literally every other product they buy just works and well made software should too.

            Like, I’m the kind of person who will take apart a broken power tool or appliance, order replacement parts, and figure out whatever I have to to fix it… and that’s precisely why I try to pay for stuff that’s high enough quality that I don’t have to do that.

            I value being able to repair things when they break, I don’t value things that are shipped with the expectation that I’m going to have to repair them, or learn a bunch of arcane stuff just to use them.

            You definitely are a minority though, most people dont care for this stuff at all. Most will simply give up instead of doing more research and trying different tactics to repair software and hardware.

            Most people have a millions different things they are trying to do with their lives, and there are a million and one different complicated systems in our world to spend your time obsessing over. Not everyone can or will understand how software is compiled.

            The fact of the matter is that Microsoft’s approach to Windows created an enormous amount of stability and backwards compatibility that let an absolutely massive chunk of the population progress to being overall computer power users, without a computer science background or any knowledge of coding.

            Linux has not done the same. It has many strengths, but it’s inability to maintain backwards (and cross distro) binary compatibility has hamstrung it as a consumer desktop tool.

            • LoreSoong@startrek.website
              link
              fedilink
              English
              arrow-up
              0
              arrow-down
              1
              ·
              10 days ago

              Agree with everything you said except the last paragraph there are definitely too many distros all with different standards and design philosophies. And you are correct that this has stifled its use for standard consumers. But “linux” isnt working its way to becoming a new standard individual distros are attempting this. Popos ubuntu fedora are all fighting to become that consumer desktop experience and in some peoples opinion its 99% of the way there. We just need the amount of users to increase, For more valuable bug reports and feedback for that to actually happen.

    • LoreSoong@startrek.website
      link
      fedilink
      English
      arrow-up
      0
      ·
      10 days ago

      Gui package managers are great for simple click and install usage similar to windows. but i prefer these since the list of apps is modderated by the repository you choose. So no more googling for a program and downloading a virus because of the 10 fake links google provides to your download. So imo its even safer for users like your mom looking for software is alot less risky.

      • masterspace@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        10 days ago

        That’s my point though, Linux is fine for power users and novices, its the middle ground of people who don’t code, aren’t going to learn how to code just to use an OS, but still understand computers enough to try and push them to do more.

        There’s a huge amount of people smart enough to know that a piece of software or a few pieces of software can automate something, and can accurately evaluate whether or not to trust the source of an exe file, but who don’t understand what compiling from source is or how they should do that for their distro.

        • LoreSoong@startrek.website
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          10 days ago

          But thats what im saying even a middle ground user would never need to compile from source. Anything youd want to do automatically can generally be done from a script and many things you can think of automation wise has allready been made into a script in bash or python.

          Just recently i needed to remove all of the foriegn titles from a list of roms i have on my pc. i found a python script on github dropped it into malwarebytes (because i didnt feel like looking at code, many windows users do this too) and ran the script. I can code but my skills are script kitty chatgpt level. Im essentially the user you are describing

          • masterspace@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 days ago

            You’re one step more advanced than the user I’m describing.

            The user I’m describing roughly understands what the terminal is, and understands you can script with it maybe, but certainly doesn’t trust a random bash script they found since they have no way of parsing it and it looks like a hacker tool that might be able to access stuff on their PC it shouldn’t.