My brother is 12 and just like other people of his age he can’t use a computer properly because he is only familiar with mobile devices and dumbed-down computers

I recently dual-booted Fedora KDE and Windows 10 on his laptop. Showed him Discovery and told him, “This is the app store. Everything you’ll ever need is here, and if you can’t find something just tell me and I’ll add it there”. I also set up bottles telling him “Your non-steam games are here”. He installed Steam and other apps himself

I guess he is a better Linux user than Linus Sebastian since he installed Steam without breaking his OS…

The tech support questions and stuff like “Can you install this for me?” or “Is this a virus?” dropped to zero. He only asks me things like “What was the name of PowerPoint for Linux” once in a while

After a week I have hardly ever seen my brother use Windows. He says Fedora is “like iOS” and he absolutely loved it

I use Arch and he keeps telling me “Why are you doing that nerdy terminal stuff just use Fedora”. He also keeps explaining to me why Fedora better than my “nerd OS”

  • @joel_feila
    link
    111 months ago

    Well some if those are only true for smie people. Add in a vad case of dyslexia and it get real hard to kniw if what you just tyoed is correct, and does any cli have a spell checker.

    • grimaferve
      link
      fedilink
      7
      edit-2
      11 months ago

      There’s this aptly-named utility that I’m currently using:

      https://github.com/nvbn/thefuck

      I do think GUI is the way to go for “typical” usage, but if you wanted to set up a faster way to run a command you use often, you would create an alias to handle a complex command or something you do often.

      For example, I have ‘updateall’ as my command to run ‘sudo apt update && sudo apt upgrade && flatpak update’. Why not GUI for this? I like to see what’s going on during my updates. It’s also kind of satisfying for some reason.

      Anyway, I suspect your problem then would end up being not running a syntax, assuming it even exists, but the correct syntax, which I often encounter, but that’s what ‘history | grep’ is for.

    • @[email protected]
      link
      fedilink
      311 months ago

      Fair enough, I’m not against people making guis as well for people who prefer them for whatever reason, my point is that people don’t just prefer terminals because of elitism or something. I imagine terminals can be better than guis for some disabilities as well.

      • tikitaki
        link
        fedilink
        3
        edit-2
        11 months ago

        yeah. you can change font size / change font on a terminal much easier than many GUI applications. and terminal is going to have that same standard apply to everything

        from what i understand, there are fonts for people with dyslexia

        • @[email protected]
          link
          fedilink
          111 months ago

          I’m sure there are ways to make it more convenient to use a terminal with dyslexia but I’m gonna guess that it’s always going to be a bit of an uphill battle. It might make more sense to use a gui in that case for many applications. Conversly, it’s also good to make sure you have a proper terminal interface as well for disability reasons, but also for the convenience that a terminal interface can provide for people who are familiar with the terminal.