• nossaquesapao@lemmy.eco.br
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    As someone who worked (trying to) teaching people how to use computers, I can tell you that windows isn’t user friendly. People just got used to it. I had a far easier job when teaching how to use android and a gnome gui.

    • Soup@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      I love I have to distinguish between Windows settings and “no, old Windows settings. Go to the control panel” where they haven’t changed it since XP or whatever but you need it for some stuff.

    • cmgvd3lw@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Android user experience depends heavily on apps. Most of the popular apps changed their UI many time over the past decade. Getting people especially the elderly to frequently learn these changes is not a feature of a good UI.
      (Remember what Microsoft did with Windows 8)

      • nossaquesapao@lemmy.eco.br
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Can’t agree more. People get so confused because of those random significant changes out of nowhere. Software companies don’t seem to do any long-term planning or previous research on usability, and treat their apps like playgrounds, forgetting that a LOT of people rely on them, most without high tech skills.

        • goferking (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I only realized today samsung had changed their previous night mode/Grey shade mode to theater mode. But could only do that from watch because I had somehow turned it on while sleeping

      • Shady_Shiroe@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Microsoft jumped the gun and thought everyone would be working off of phones, like bro imagine programming on a phone keyboard

  • hemko@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I don’t understand the GNOME(bad), KDE Plasma(worse), X.org(worst)

    What is it supposed to mean, and why are the 2 DEs compared to xorg?

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    KDE should be moved into Android’s spot and Android should be chucked further away with Windows.

  • tinylightshow@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Omg the Cydia logo. I kind of enjoyed jailbreaking iPhones up until the 4S, then I was just like “Fuck it, Imma try Android” with my HTC One M8 and it’s still the best phone I’ve ever owned.

  • SaltyIceteaMaker@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    The more you look at the diagram the worse it gets. Why does it include os’s then wm’s then suddenly xorg itself and then an atm??

    Edit: also why is there a version of the linux kernel

    • Honytawk@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      For starters, you don’t need to enter a single command to get a fully functioning system.

        • kuneho@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          welp, I still need to add myself to the sudo group and sudoers file, and that’s something I need a root shell for. (unless I always miss some options during setup to make my user automatically a sudoer)

          • Voroxpete@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            You did. If you leave your root password blank it’ll automatically add the user account you create in the following step to sudo and disable the root account.

            If you want to have both a root account and a user account with sudo, you’ll have to do that manually, but that’s a pretty unusual setup.

            • kuneho@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              1 year ago

              oh wow, I did not know this

              but that’s a pretty unusual setup

              Nor this, but you are right if I think about it.

              • Voroxpete@sh.itjust.works
                link
                fedilink
                arrow-up
                0
                ·
                1 year ago

                Yeah, general practice is to either elevate privelige by switching accounts, or by using sudo. Having both just increases your attack surface to no practical benefit (especially since you can technically still switch to a root account with “sudo - i” even if you’re going the sudo route).

                • kuneho@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  edit-2
                  1 year ago

                  I used mostly Windows systems primarily and I guess I just adapted that habit of having an Administrator account for when shit goes down, and my own user account that has admin rights.

                  It’s just convenient. I liked my Administrator account as clean as possible, and I do the same in Linux with root. There is its time and place where I need root.

                  But you are right, I should change my habits. I’m not even sure how sudo and rights and environments and sessions and god knows what works exactly behind the scenes, so probably, maybe, there are technical differences too in the way I use these and the way how I should… I don’t know.

                  Anyway, thanks for the info.