• @mycotrip@lemmy.ko4abp.com
    link
    fedilink
    English
    1510 months ago

    No. They are an invaluable tool. I also use a tiling WM. I feel they work better with larger screens that offer more real estate.

  • @mvirts@lemmy.world
    link
    fedilink
    610 months ago

    I’ll take higher bandwidth on a single ssh session over multiple ssh sessions any day. Plus terminal multiplexers also provide persistent sessions.

    • @sebastiancarlosOP
      link
      310 months ago

      Hey, just wondering, how using a terminal multiplexer adds “more bandwidth” to your ssh session? What do you mean by more bandwidth?

      • @mvirts@lemmy.world
        link
        fedilink
        410 months ago

        Mostly just the terminal commands to draw the tmux borders and move the cursor around for vsplits. For long running commands with lots of output tmux saves bandwidth, especially if I switch to a different screen.

  • calm.like.a.bomb
    link
    fedilink
    English
    610 months ago

    If they’re a fad, they’ve been a fad for over 35 years, so no longer a fad. Get it?

    I don’t understand articles like this. Terminal multiplexers are tools that help people. And they’re great tools especially when you work in environments where persistent sessions save your ass.

  • Quazatron
    link
    fedilink
    610 months ago

    I spend 80% of my work day on Terminator, so I’m going to vote “nope”.

  • Frater Mus
    link
    English
    510 months ago

    There is a saying from when the newspaper world that when a headline asks a question the answer is no.

    Multiplexers are critical to my workflow due to bandwidth limitations and intermittency. mosh+tmux saves my butt daily.

  • @sorrybookbroke@sh.itjust.works
    link
    fedilink
    English
    510 months ago

    Sorry you’re getting downvoted to hell, good article. Just so people know, the guy in the article uses a terminal multiplexer too, and is simply talking about some limitations. The titles clickbait and it starts off quite critical but that’s to be expected in this day and age

  • @MJBrune@beehaw.org
    link
    fedilink
    English
    410 months ago

    Tiling window managers, and the removal of meaningless decorations, are signs of the changing times

    What universe does the author live in? Almost no one is using a tiling window manager on desktop operating systems.

    Terminals are a dying niche. They are still going to be needed by those programming or doing extreme power user stuff but most people do not touch a terminal. More so most people who can understand and work with a terminal choose not to when there is an option. Linux needs to leave terminals behind. Not completely but enough that most if not all things in Linux can be done by a reasonable GUI. Both Mac and Windows have this functionality. Why Linux hasn’t gotten to this point is boggling. They’ve been trying for a decade or more and there are still things you can’t do in very common distros without the terminal.

    • @CAPSLOCKFTW@lemmy.ml
      link
      fedilink
      510 months ago

      Linux has gotten to that point, in OpenSuse you can do almost everything with a gui (you can’t do everything without a console in Windows and Mac either).

      • @MJBrune@beehaw.org
        link
        fedilink
        310 months ago

        I’m literally on OpenSuse right now and yesterday I had to drop down to the terminal just to get my Xbox controllers to work properly. I also had to drop to the terminal to see what video card driver I had installed and to install the actual one I wanted. OpenSuse is far from that point. Most if not all things can be done with a GUI in Windows. I don’t use Mac much but with Windows, I don’t need to drop to CMD because of those things. Control Panel has game controller stuff. Device Manager can tell you everything about any device you have connected and allow you to update, uninstall, and rollback device drivers. I know no GUI on Linux has that.

        • @CAPSLOCKFTW@lemmy.ml
          link
          fedilink
          210 months ago

          I had to drop down to the terminal just to get my Xbox controllers to work properly

          So you’re trying to connect a device to your PC which is literally made by Linux’ biggest opponent in the OS market who does not provide drivers for other platforms so that the driver has to be reverse engineered and then complain that this is a bit hacky?

          I also had to drop to the terminal to see what video card driver I had installed and to install the actual one I wanted.

          Package management (including gfx drivers) can be done in YaST with GUI.

          Device Manager can tell you everything about any device you have connected and allow you to update, uninstall, and rollback device drivers. I know no GUI on Linux has that.

          Luckily, linux drivers are provided as kernel modules and there should be no need to update, uninstall or rollback device drivers besides when the manufacturers don’t comply to open standards.

          Despite all that, terminal is incredibly useful and can get tasks done orders of magnitude faster than the best GUI ever could.

          • @MJBrune@beehaw.org
            link
            fedilink
            110 months ago

            So you’re trying to connect a device to your PC which is literally made by Linux’ biggest opponent in the OS market who does not provide drivers for other platforms so that the driver has to be reverse engineered and then complain that this is a bit hacky?

            I mean I will give you that it’s a difficult position for Linux but as I am just trying to get things done with my computer, I do not see it as a valid excuse. Especially when PlayStation controllers work just fine on Windows. https://ds4-windows.com/ All done via a GUI. Xbox controllers are the most common controller used. It uses the most common interface to use them, it’s hard to justify them not working out of the box, and on a lot of distros they do work out of the box.

            Package management (including gfx drivers) can be done in YaST with GUI.

            Yes, it can be. But tell me, how do you know what driver is currently being used? (or even what one to install, which Windows will tell you, some distros will tell you what graphics card drivers to install but nothing else.)

            Luckily, linux drivers are provided as kernel modules and there should be no need to update, uninstall or rollback device drivers besides when the manufacturers don’t comply to open standards.

            Clearly, drivers need to be updated or even rolled back. There have been updates to the open-source drivers. No driver is perfect so they do break things and need to get reverted. I don’t understand your point here because now Nvidia and AMD both use open-source kernel modules. https://github.com/NVIDIA/open-gpu-kernel-modules as well as the AMD ones https://github.com/radeonopencompute/rock-kernel-driver/ these drivers are constantly getting updates.

            Despite all that, terminal is incredibly useful and can get tasks done orders of magnitude faster than the best GUI ever could.

            I don’t care, my opinion differs. Linux is supposed to be the OS of choice and customization. I’d rather not drop down to the terminal. I feel like I can understand a GUI better. It’s not about speed here, it’s about accuracy and ease of use. I want to do the thing so I can move on to doing other things. Maintaining a computer is not a hobby for me, it’s a means to an end. I just want to have my computer work so I can get back to writing code, playing games, and watching shows. Anything that gets in the way is not really worth the time.

            Don’t get me wrong, the Linux command line is nice, I’ve written in bash for the last 10 years, it’s far better than Batch or PowerShell and it’s why I use WSL for scripting things on Windows. I write automation for things like build scripts and uploaders and things to make my life easier but I am not about to do this for my computer which should be able to maintain itself for the most part. This is what Windows does and I do not expect less from Linux just because it’s open source.

            I complain about the tasks that ideally with a good OS, I should only do once and literally never again until I reinstall my OS for some reason. On Linux a kernel will be updated and my graphics kernel module won’t have a new package for the new kernel and I’ll get bricked.

            • @CAPSLOCKFTW@lemmy.ml
              link
              fedilink
              110 months ago

              Especially when PlayStation controllers work just fine on Windows.

              Ps-controllers also work great on Linux! Have to running in Batocera, absolutely no problem plug&play (well, connect and play).

              Xbox controllers are the most common controller used.

              Are they? I doubt that. I don’t know how good or bad they work on Linux, but PS, Steam-Controller, noname-Controllers from AliExpress, Logitech… all working without cli. So maybe Microsoft is the problem here?

              But tell me, how do you know what driver is currently being used? (or even what one to install, which Windows will tell you, some distros will tell you what graphics card drivers to install but nothing else.)

              Windows will tell you? If you have a dedicated gpu and want to actually use it you have to go to the website of the chipset vendor, search for the driver, look for the doenload, download it, open the downloaded file, allow changes to the system, click next an obscene amount of times while unchecking all the bloat that is bundled with the driver, wait, click again, and then you’re good to go. Maybe you are asked to log into your geforce experience account, and then you’re good to go. Having some program always running in the background, collecting data, hugging ressources. On Linux you have the choice to install the proprietary or the open source driver. And it just works (at least for AMD since 2019 for me)

              Clearly, drivers need to be updated or even rolled back. There have been updates to the open-source drivers.

              In Linux most drivers are kernel modules and you generally don’t interact with them at all. Everything just works. Exceptions are gfx cards and shitty wireless chipsets. Maybe FFB driving wheels. Besides that, every driver update is tested and happens automatically when your package manager installs updates (which can be done via GUI).

              No driver is perfect so they do break things and need to get reverted.

              That is just objectively wrong. Simple drivers for simple devices can be implemented perfectly and so can more complicated ones, which they sometimes even are. Tell me which driver you had to “revert”. Was it for a NVIDIA GPU?

              I just want to have my computer work so I can get back to writing code, playing games, and watching shows. Anything that gets in the way is not really worth the time.

              Same here, so i prefer one line in the terminal over opening a window, navigating with the mouse, searching in lists, clicking all these buttons, navigsting through a file picker… not worth my time (see, it is about speed!)

              • @MJBrune@beehaw.org
                link
                fedilink
                110 months ago

                Are they? I doubt that. I

                Instead of doubting, just look it up: https://www.tomshardware.com/news/valve-pc-controller-usage-statistics,37853.html

                all working without cli. So maybe Microsoft is the problem here?

                Are any of those attempting wireless connections via a 2.4 GHz dongle? Really that’s the only reason you need a driver in the first place. All controllers are otherwise compatible with xinput.

                Windows will tell you? If you have a dedicated gpu and want to actually use it you have to go to the website of the chipset vendor

                Nah, mate, you don’t got to do anything but hit the windows update button. Proprietary versions ship with Windows which will automatically update with Windows. Windows will also tell you directly in device manager, as I’ve said.

                That is just objectively wrong. Simple drivers for simple devices can be implemented perfectly and so can more complicated ones, which they sometimes even are. Tell me which driver you had to “revert”. Was it for a NVIDIA GPU?

                Okay, now I am talking to a wall. Like seriously, you’ve never had a driver you needed to specifically update? I am surprised. I’ve had to revert AMD and Nvidia drivers. I also just recently had to uninstall xow and install xone.

                Same here, so i prefer one line in the terminal over opening a window, navigating with the mouse, searching in lists, clicking all these buttons, navigsting through a file picker… not worth my time (see, it is about speed!)

                I don’t care, my opinion differs. Linux is supposed to be the OS of choice and customization.

                • @CAPSLOCKFTW@lemmy.ml
                  link
                  fedilink
                  110 months ago

                  Instead of doubting, just look it up: https://www.tomshardware.com/news/valve-pc-controller-usage-statistics,37853.html

                  Many noname controller disguise themselves as x360 and the main way to get any controller working when a x360 is required is x360ce which disguises any controller as x360. You can even use your keyboard as x360. Plus this is 5 years old plus this is steam only.

                  Are any of those attempting wireless connections via a 2.4 GHz dongle? Really that’s the only reason you need a driver in the first place. All controllers are otherwise compatible with xinput.

                  The steam controller has it’s own dongle, with a driver in the kernel, which modern xbox controller could have.

                  Nah, mate, you don’t got to do anything but hit the windows update button. Proprietary versions ship with Windows which will automatically update with Windows. Windows will also tell you directly in device manager, as I’ve said.

                  Haven’t used windows 11 yet but in 10 i had to manually install gfx drivers

                  Okay, now I am talking to a wall. Like seriously, you’ve never had a driver you needed to specifically update? I am surprised. I’ve had to revert AMD and Nvidia drivers. I also just recently had to uninstall xow and install xone.

                  As I repeatedly said, most drivers are already in the kernel. I have a non-class compliant, 15 yo usb audio interface which is EOL according to the manufacturer and for which the latest 64-bit driver vor windows is for windows 7. It has a driver in the linux kernel and it works. Mainboard soundchip? Driver in the kernel! Network adapter? Driver in the kernel! Firewire pci card? Driver in the kernel! Good wifi/bt chipset? Driver in the kernel! 99% of your hardware require no install of a driver. NVIDIAs driver used to be spotty, but I heard it is better now. With AMD i personally never had any problem. Only drivers I had to manually install in like ever have been for shitty realtek wifi chips and a ffb-wheel (which would have worked but without ffb).

                  I don’t care, my opinion differs. Linux is supposed to be the OS of choice and customization.

                  And you’re free to go the slow and time consuming way with gui. Just accept that because of choice and customisation not every fringe detail about your pc will be avaible in a gui unless you choose your custom solution for displaying them.

    • @thinkfan@lemmy.ml
      link
      fedilink
      510 months ago

      You’re conflating the OS with desktop managers. And I disagree, terminals are an extremely useful tool - on any OS you’ll eventually get into situations that you can only solve using a terminal (even on windows) because that’s how these systems work internally (which is a good thing, because it’s easy to automate).

    • Morphit
      link
      fedilink
      310 months ago

      Microsoft PowerToys has a pseudo-tiling wm for Windows. There are loads of new options on Linux so while few people from the total population are using them, I think they’re growing.

      I’m sure you could get by without a terminal on modern desktop oriented distros. Windows has it’s own weirdness, like having to manually edit the registry. Just because there’s a GUI for that doesn’t make it a better user experience. A ton of issues are basically unfixable by users on Windows and Mac. I’m not decompiling their kernel to figure out why sleep is so flakey. Linux is much more reliable.