• bitfucker@programming.dev
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    4 months ago

    I think not everyone needs to know how their device works. Specialization is what advances us as humans after all. If they wanted to know, good for them, and if they don’t also good for them. If I were using a car, I don’t need to know how the engine convert a chemical energy, transfer power, and generate thrust

    Edit just to give an example, an office worker may only need to use a word processor and their OS be up to date. If the user can just click the GUI to update the OS rather than typing the command for whatever package manager the OS uses, it is good enough for him. Sysadmin can give them the instruction once and done.

    If the user forgot the instruction, they can explore it on their own with GUI without internet since no matter how deep a GUI config is, then there must be a way to get there (assuming the UI designer isn’t shit). Contrast that with CLI where if you forgot or don’t know any command there is little help or indicator of what’s available and what can be done without external help.

    • Kangie@lemmy.srcfiles.zip
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      Contrast that with CLI where if you forgot or don’t know any command there is little help or indicator of what’s available and what can be done without external help.

      man would like to have words with your strawman.

      • bitfucker@programming.dev
        link
        fedilink
        arrow-up
        6
        ·
        4 months ago

        And how does the user suppose to know to type man? He may remember the instructions to check man, but he may not. For us, those 3 letter words are very familiar, but others need time to remember them. On GUI, this is no problem because as I stated they will bound to find it by exploring. Basically point and click adventure games I guess rather than the guessing game. And users will choose the path they most familiar first.

        • Tlaloc_Temporal@lemmy.ca
          link
          fedilink
          arrow-up
          4
          ·
          4 months ago

          Bigger problem, even if they know about MAN pages, remembering what their looking for is hard. You can’t type ‘man dnf’ if you don’t remember what your package manager is called.

          I wonder how feasible searching MAN pages is.

          • bitfucker@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            4 months ago

            Yeah good point. Navigation can be unintuitive too. Like, how do you quit? Is it q? Ctrl+C? What even is the weird symbol before C? Those are some of the hurdles that must be overcome when coming to CLI and not necessarily easy to remember. Sure you can do it in 1 hour, but say tomorrow would you remember it again? What if the system is running smoothly for 1 month and you never opened the terminal again after those 1 hour?

        • erwan@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          You don’t need man, just type the command with no arguments and you’ll get the help message.