• 3xBork@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      25 days ago

      Not really. But you know, gotta find ways to feel smarter than other people so here we go.

    • ftbd@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      25 days ago

      There are definitely people who think it is reasonable to memorize button locations and 10 levels of menus in GUI programs but would rather go into cardiac arrest than use something like program --option input-file output-file.

      • endeavor@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        25 days ago

        thing with gui is you don’t need to memorize button locations and menus. If you do it’s poor layout. Good gui lets you find things you didn’t know you were looking for intuitively, without external resources or manual. CLI requires you to know what exactly you are doing and is impossible to use without external resources. Nothing against terminal but unless you know what you are doing and every command required to complete that action, it’s ass. If gui was so bad and cli was so good, guis would not be used by anyone.

        I mean you dont go around copy pasting device ids and running commands for 20 minutes to connect your device through terminal when it is done with 2 clicks in the gui even by someone who has never used a pc before.

        • Ziglin (it/they)@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 days ago

          To be fair if you want to learn your options (without properly informing yourself using a manual) tab complete can be useful if implemented.

          Also most programs come with their manuals so I’d barely call it external. The manuals are also usually better than what I’ve come to expect from the text to go with buttons in a GUI.

          Knowing what commands are required is always going to be necessary but there’s also not that many worth remembering.

      • the_crotch@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        25 days ago

        As far as I’m concerned “windows key, start typing the name of the application” or “CMD+space, start typing the name of the application” is the right way to handle GUI. Apple nailed it with Spotlight and it’s vastly improved Windows and a variety of Linux DE’s

        • Ziglin (it/they)@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 days ago

          Ahh I hate that windows does that. It makes it impossible to do anything else with the super key.

          Super+D is what I use but anything but just tap that button and flash your screen with a menu you didn’t want is great.

        • 0x0@infosec.pub
          link
          fedilink
          arrow-up
          0
          ·
          25 days ago

          Uh… Do you think spotlight was first doing search by typing from a hotkey…?

          What you’re describing are basic menus and icon search. I honestly don’t get what you’re getting at with this at all, maybe I’m just dumb.

          • jj4211@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            25 days ago

            I suppose the point is that the way people interact with GUIs actually resembles how they interact with CLIs. They type from memory instead of hunting through a nested hierarchy to get where they were going. There was a time when Desktop UIs considered text input to be almost a sin against ease of use, an overcorrection for trying to be “better” than CLI. So you were made to try to remember which category was deignated to hold an application that you were looking for, or else click through a search dialog that only found filenames, and did so slowly.

            Now a lot of GUIs incorporate more textual considerations. The ‘enter text to launch’ is one example, and a lot of advanced applications now have a “What do you want to do?” text prompt. The only UI for LLMs is CLI, really. One difference is GUI text entry tends to be a bit “fuzzier” compared to a traditional CLI interface which is pretty specific and unforgiving.