• rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    before I made the switch to Linux I never used a terminal. never. hell on Windows I even used a GUI for Git. I used sublime text as my IDE. if it wasn’t a GUI I was lost.

    Then I switched to Linux and it forced me to actually sit down and learn the terminal and now…now I have a hard time using GUI’s. If something has a CLI or TUI option then I go for that over a GUI. like everything even my music player and video player. my IDE of choice now is DOOM Emacs. my file manager is Yazi. for Git I either use lazygit or just straight up the command line. but for everything else it’s just so much faster and in the long run easier to just use the terminal.

    All that being said if you like GUI’s then hey more power to you and that’s fine. that’s the beauty of Linux. you run your system how you want to and don’t let others tell you otherwise. Hell I know a guy that uses NixOS and doesn’t have anything installed other than git and comma. he runs everything via comma. literally everything.

  • Reygle@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    That’s totally fine. GUIs let us theme our terminal windows, tile them, jiggle them around, maybe even make them wobbly!!!

  • ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    crying chudjak “Sob…sob… YOU’RE MISSING OUT ON SO MUCH!! You’re even ruining open source by forcing developers to make their things more usable for normies instead of fixing bugs! I’m so frustrated! I used to remember the time when I knew all the Linux users, hazing newbie users, now its full with woke people pushing Rust on everyone!”

  • myfunnyaccountname@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Depends on what I’m doing. Some things I prefer cli. Some things GUI is easier or quicker. There’s no wrong way to do anything.

  • OldChicoAle@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Don’t let random nerds on the internet make you feel any way about how you use Linux. Live your life and be happy. There’s too much bullshit in the world to pay attention to jerks with keyboards.

  • Pope-King Joe@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I still do updates and most package installs through my terminal, but anything else I look for a GUI solution. I’m lazy.

  • pseudo@jlai.lu
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Is this a meme or a picture you choose. Either way, I love it! And I feel with same by the way.

    • _donnadie_@feddit.cl
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 month ago

      Call me a hater, but TUIs are just filler for the modern wm ricer. I see new ones pop up everyday lol

      • hoppolito@mander.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        hater!

        (but for real, I love a well-done TUI. Scriptability of CLIs is nice but sometimes the in-between of a good interface while remaining embedded in the shell works so well. Something like vifm allows me to zoom around with fzf, select things by regex or rename with vidir, move and package with rsync or tar, all without ever leaving my terminal context)

        • _donnadie_@feddit.cl
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          hater!

          Can’t say I didn’t ask for it lol

          I get their usability too. It’s understandable if you have to access a server remotely and you want some sort of interface for some software without loading the server with a lot of packages like gtk, qt or stuff like that. I said it mostly to jokingly dunk on the newer arch/omarchy users with their fancy hyperland setups :P

      • tetris11@feddit.uk
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Your torrent box should not need a WM to download torrents, and given the dynamic nature of a torrent download (speed/peers/pieces), a one-shot cli wont cut it either.

        A TUI is a perfect use-case for torrents, though I havent seen it done well in either transmission or aria2

      • KeenFlame@feddit.nu
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        “just”? When my aesthetics are perfect I work 20% faster it feels like! And … Well i’m fabulous

  • gandalf_der_12te@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    GUIs are nice. we are made for visual perception. don’t feel bad about it.

    often, when one sees things presented visually, such as all the files in a directory, it makes much more sense much faster than if one has to read the filenames on a console.

    GUIs are actually superior for human-friendlyness in many cases, but their functionality is limited and also they can’t be scripted. also it’s much faster to write a CLI program than a GUI program (at least for me).

  • AnimalsDream@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I like both, but I think I would like cli better if the syntax were more expressive, and more akin to natural human language.

    • GaumBeist@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      The hardware of a computer is not designed to handle natural language parsing. Techbros with just enough knowledge to be dangerous will say it’s a matter of complex-enough software, but it’s more that human brains are not Von Neumann machines

      • AnimalsDream@slrpnk.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Friend, I have studied my fair share of programming, I get it. I’m not saying there should be any significant difference to the way information is processed, or what kind of processing occurs. Just that the syntax itself trades off a little of it’s brevity for a little more readability, like something along the lines of the Inform 7 but still within the boundaries of how the programs and cli normally operate under the hood.

        • GaumBeist@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Oh, for sure. All it takes is me looking at an Awk one-liner to make my headspin. Give me a simple “for each line in $FILE, reformat MM/dd/yyyy as dd/MM/yyyy” instead of… whatever that looks like in Awk.

    • jj4211@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      I can appreciate the desire for “you know what I meant” CLI interaction, but shudder at the verbosity of natural language in a lot of these cases.