Obviously, a bit of clickbait. Sorry.

I just got to work and plugged my surface pro into my external monitor. It didn’t switch inputs immediately, and I thought “Linux would have done that”. But would it?

I find myself far more patient using Linux and De-googled Android than I do with windows or anything else. After all, Linux is mine. I care for it. Grow it like a garden.

And that’s a good thing; I get less frustrated with my tech, and I have something that is important to me outside its technical utility. Unlike windows, which I’m perpetually pissed at. (Very often with good reason)

But that aside, do we give Linux too much benefit of the doubt relative to the “things that just work”. Often they do “just work”, and well, with a broad feature set by default.

Most of us are willing to forgo that for the privacy and shear customizability of Linux, but do we assume too much of the tech we use and the tech we don’t?

Thoughts?

  • Floon
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    11 days ago

    Linux users are self-selected for increased tech savvy, so they’ll say, “Yes, it’s the best,” but really, the Linux community is still extremely forgiving of terrible user interface, and value things like FOSS over things like apps with robust, accessible feature sets. Linux users are happy to fix functionality holes with writing a shell script, and think nothing of it: it’s not a lack in the OS, it’s a testament to the power and flexibility of the OS!

    I’ve used a few flavors of Linux, and their GUIs are almost uniformly terrible, only partially functional without using a terminal. For instance, they have various software and OS update apps located in semi-random menu locations, and none of them work as well as “sudo apt update / sudo apt upgrade / sudo apt full-upgrade / sudo apt autoremove”. And there’s a huge part of the Linux community that thinks this is great and not a problem at all.

    Windows hides the ugly sausage-making from typical users, and forces IT folks and other developers to wrangle with it. Linux makes IT/dev lives easier while making typical users somewhat hamstrung if they’re scared of a CLI. So, if that has meaning for you with regards to the question “Is Linux as good as we think it is?” then you may have your answer.

    • A7thStone@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      10 days ago

      Terrible GUI? Microsoft can’t even keep their print dialog consistent across their own programs, let alone dealing with different dialog boxes across third party software.

      • Floon
        link
        fedilink
        arrow-up
        1
        ·
        6 days ago

        Windows has problems, no doubt. But in terms of surfacing functionality in the GUI, it does it a lot more thoroughly than Linux does.

        Not to mention having to know things like what my window manager is, am i running “Gnome” or “KDE” before i download an app in a software store. And on and on. Linux is so much less friendly.

        Every print dialogue in Windows, they all pretty much have all the same basic options, called the same things, so that inconsistency isn’t that big a deal.

    • ulterno@lemmy.kde.social
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      11 days ago

      Yes.

      I absolutely hated the feeling of helplessness when I found a problem somewhere, when using Windows.
      On Linux, I am happy to give bug reports/ wishlist reports and follow through with them. Maybe even fix something, if I feel like I can. That (and the higher transparency in communication) makes me much more forgiving of problems I may find anywhere.

      • Floon
        link
        fedilink
        arrow-up
        1
        ·
        11 days ago

        My experience has been filing a bug on a FOSS app, and having it almost immediately closed because it was a dupe of a bug reported ten years prior which remained open and unfixed. I’m not a programmer, so it’s just, “Well, I guess I’m out of luck on this ever being fixed.”

        I’ve done a fair bit of UI/UX work in my career, so I have a lot of sympathy for naive users, and FOSS devs mainly do not. If there’s some functionality that is only exposed with a command line parameter, well, that’s good enough. Read the man page.

        • ulterno@lemmy.kde.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          11 days ago

          sympathy for naive users, and FOSS devs mainly do not

          From what I have seen, KDE devs that I interacted with, had a higher tolerance for mistakes, than I would want to have for myself.

          I once submitted a wish for Kate, which was also submitted multiple times before and marked as Won’t Fix, because: a) low demand; b) nobody to do it.
          But when I started trying to implement it, I as given more help than I should have asked for.

          So, it’s probably just about chance. Don’t let a few rejections stop you. If you consider it useful, even if it gets rejected now, someone will see it eventually. And some programmer might find it worth implementing.