• twinnie@feddit.uk
    link
    fedilink
    arrow-up
    102
    arrow-down
    16
    ·
    edit-2
    29 days ago

    Let’s not cherrypick scenarios to try and pretend Linux is easier than Windows. Most normal people are nervous interacting with a GUI pop-up that gives them two options, never mind putting them into a terminal window where they could seriously fuck up their machine. What about clicking the download link on a webpage, clicking next a few times and having them software on your machine, compared to having to build something from GitHub (how many people here have never had to do that?).

    • Farid@startrek.website
      link
      fedilink
      arrow-up
      49
      arrow-down
      1
      ·
      29 days ago

      This applies to pretty much all “Linux good, Win/MacOS bad” memes. I just assume that people either aren’t really serious about them and it’s just tongue in cheek, or they don’t have any contact with regular people.

      I used to work as a(n assistant to the) sysadmin and the things I got called over never stopped to amaze. For instance, there was a case when software was updated on the work machines and I got called because some lady couldn’t use Adobe Acrobat. “It is asking me something, I don’t know what”. I come over and it’s just a TOS Accept/Decline window.

      Some people do not understand computers to an extent that they can lock up in a state of confusion when a button has been moved 100px in any direction from its usual position.

    • aski3252@lemmy.world
      link
      fedilink
      arrow-up
      23
      ·
      29 days ago

      Unless you have a system without a GUI, you don’t need to open a terminal in order to update or install stuff. There is a GUI for that. And no, you don’t need to build stuff from GitHub for normal user stuff…

      • sin_free_for_00_days@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        arrow-down
        4
        ·
        28 days ago

        Not using the terminal is like buying a race car and not using the higher gears. I mean, you can, but what’s the fucking point?

        • RisingSwell@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          4
          ·
          28 days ago

          I have a lot more fun in my performance car avoiding the top gears, actually. Like after 3rd im already losing my licence on the spot and getting bent over by the law, higher gears are just that but worse.

        • aski3252@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          26 days ago

          Ok so what exactly is the big advantage you get when installing updates from a terminal as opposed to installing it via GUI? If I read your analogy, one could think it is faster, but I don’t think it is.

          • sin_free_for_00_days@sopuli.xyz
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            25 days ago
            • update:

            Hotkey open terminal -> sudo apt update/upgrade -> done. Never had to touch the stupid mouse. Same with all sorts of tasks.

            • email:

            Hotkey open terminal -> neomutt -> quickly sort/delete/reply -> done. Never had to touch the stupid mouse.

            • file transfer:

            Hotkey open terminal -> scp <info> -> done. Never touched the mouse.

            and so on.

            If you like using a GUI, use a GUI. I’m not saying you can’t, but you sure are missing out on a lot of command-line awesomeness. I’ve never heard anyone argue that a GUI is quicker than command line, just more comfortable for a lot of neophytes. I mean, sure, gaming, browsing the web, graphics stuff, GUIs are great, if not essential.

            • aski3252@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              25 days ago

              On my private PC, I’m using a GUI/Mouse anyway (browsing, gaming, etc). I have to do 2 clicks to update.

              If I use terminal, I have to open terminal, then I have to either login as root or run update as sudo, which means I have to authenticate.

              If I already have an open terminal, I might be faster. Otherwise, I’m about as fast as with GUI. In any way, there is no significant benefit to updating software via terminal vs GUI, especially if you are an enduser who does not have significant experience with shells…

              For many tasks I agree that a shell is better and faster once you have basic knowledge for it, but it is a reality that many basic users are not used to using a shell or are even scared to use one… And at least since I’ve been use Fedora a couple of years ago, I think using a GUI for basic stuff is reasonably viable without having a significantly worse experience and not comparable with “not using all gears in a car”.

      • Noobnarski@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        12
        ·
        29 days ago

        I tried that on linux, it doesn’t work if you want to do more than browse the web and other basic stuff.

        You can do some seriously advanced stuff on windows using only GUIs

        • aski3252@lemmy.world
          link
          fedilink
          arrow-up
          8
          arrow-down
          1
          ·
          29 days ago

          We were talking about normal user stuff that normal users do, not “seriously advanced stuff”… And I agree that most normal users probably don’t want to use terminals because they are not familiar with them. But normal users probably don’t and shouldn’t do “seriously advanced stuff”, no?

          Yes, if you are trying to do “serously advanced stuff” (whatever that means), chances are you will probably need a terminal (or a terminal will at least be easier), but you shouldn’t be doing “seriously advanced stuff” unless you know what you are doing anyway…

          • Noobnarski@lemmy.world
            link
            fedilink
            arrow-up
            4
            arrow-down
            5
            ·
            29 days ago

            I just wanted to install steam, but it wasn’t in the package manager list.

            Then I tried apt-get and that didnt work, I forgot why.

            You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.

            My point was, even if you actually do some advanced stuff on windows you still don’t have to use the terminal.

            It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.

            That doesn’t mean that linux is bad, but let’s be realistic about what it is.

            • zalgotext@sh.itjust.works
              link
              fedilink
              arrow-up
              7
              arrow-down
              1
              ·
              29 days ago

              That experience is highly dependent on the Linux distro you’re using. Steam comes preinstalled on gaming-centric distros like Nobara or Pop!_OS. More “general purpose” distros like Mint or Ubuntu might require adding an apt repository before you can install steam from their GUI package managers, but adding an apt repo can be easily accomplished with a GUI as well.

              Basically, if there’s no guide for installing steam for a given distro, or the process of installing steam is more than a couple easy steps, that specific distro probably isn’t well suited to run steam.

            • Tin@lemmy.world
              link
              fedilink
              English
              arrow-up
              5
              ·
              29 days ago

              Weird, I would expect Steam to be in the Ubuntu repos (assuming that’s what you were using, since you mention apt), but maybe not. As for apt, or apt-get, they are just the terminal equivalent of the GUI package manager (synaptic? it’s been a minute since I ran ubuntu), so if something isn’t in the repos, apt at the terminal won’t find it either. If it’s not in the repos, you should be able to download and install steam from the website just like you would in windows. It gives you a .deb file which will launch just like an executable installer in Ubuntu. But to your point, yes, sometimes things in linux take a little extra thinking to get to work. Getting accustomed to the way Linux works can help overcome hiccups like this. Windows has many quirks as well, it’s just that if you use WIndows often you know your way around them.

            • Avatar_of_Self@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              28 days ago

              To install Steam on most distros with popular DE’s, you click the software store to open the software store. If Steam isn’t listed in the front page then just click the search box and start typing Steam.

              When you see it, click the install button.

              When it is done open it by clicking the Open button or pressing the Windows (or Super) key and type Steam. Click it when you see it.

              • aski3252@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                26 days ago

                Even if it is, for whatever reason, not part of the repository you have installed, you can still go on steam’s website and download the package from there… In other words, the worst case scenario is literally the same experience as you would have on windows…

            • aski3252@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              26 days ago

              I just wanted to install steam, but it wasn’t in the package manager list.

              Maybe you used Debian, which only allows free software in their default repo? But then you won’t be able to just install it with apt either. But even if it is not in the repository, you could still go on steam website and download the package from there, so literally the same experience as on windows…

              You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.

              Like what?

              It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.

              10 years ago, or maybe even 5 years ago, I would have agreed with you. Not anymore though, not if you use a half-way beginner friendly distro…

              • Noobnarski@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                25 days ago

                Yup, it was debian. I think I tried adding another repo, but gave up before I got it to work. I didn’t try to just download the file, because I had done that before and all I could do is extract whatever is inside the file, but not install it.

                It was around 2 years ago, maybe Linux has gotten that much more user friendly in the last two years, but I doubt it.

                • aski3252@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  23 days ago

                  I use and love debian a lot for servers because it is super stable and relatively lightweight, but I definitely would not recommend it for desktops/notebooks, especially not to people new to linux based systems.

                  It’s super purist about foss, which means you only get free and open source software (no steam, discord, etc) per default and it uses an older kernel (which makes it more stable, but less feature rich and less compatible with new hardware).

                  If you use something like fedora, linux mint (as far as I heard) or even ubuntu, your experience would probably be a lot better.

    • babybus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      5
      ·
      29 days ago

      Let’s not cherrypick scenarios to try and pretend Linux is easier than Windows. Most normal people are…

      Let’s not cherry pick users then. I don’t care about your normal users. My experience is better on Linux.

      • octopus_ink@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        29 days ago

        Let’s not cherry pick users then. I don’t care about your normal users. My experience is better on Linux.

    • Ooops@feddit.org
      link
      fedilink
      arrow-up
      7
      ·
      29 days ago

      Most normal people are nervous interacting with a GUI pop-up that gives them two options

      Sadly no. They should be nervous if it’s about making changes to their system. In reality however Windows conditioned them to just click the button labeled “Yes” or “Okay” without even reading the pop-up in the first place.

    • iopq@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      28 days ago

      Most normal people only ever use the browser. Even image or video editing is niche for the average person

    • Avatar_of_Self@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      28 days ago

      Compiling from GitHub is cherry picking the worst case especially for “most normal people” and frankly they should be using the software store GUI in their DE to install and update software with nice easy buttons to click.

      Frankly software management for a normal person generally is easier on Linux than it is on Windows for stuff made to run on Linux.

      But don’t worry someone will respond with nvidia’s shitty proprietary drivers.

  • Kecessa@sh.itjust.works
    link
    fedilink
    arrow-up
    60
    arrow-down
    8
    ·
    29 days ago

    No restart require on Linux is a joke, right? Because I get updates that require restarts as often as I get them on Windows when updating Mint.

    • Camille@lemmy.ml
      link
      fedilink
      arrow-up
      62
      arrow-down
      1
      ·
      29 days ago

      Unless you’re updating the kernel itself, there is little chance you actually need to reboot your machine. Just restarting whatever service or application you’re using should do the trick.

        • Camille@lemmy.ml
          link
          fedilink
          arrow-up
          19
          arrow-down
          2
          ·
          29 days ago

          You do you, it can’t hurt to reboot and work on a fresh restart. But if for some reasons you need to keep your machine up, you’ll know it is less of a problem than on windows typically

        • 7U5K3N@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          9
          ·
          29 days ago

          Kde neon made me reboot Everytime it updated. Turns out there was a setting I could disable. Afterwards I was never bugged about rebooting.

          Used discover for updates

          Maybe you have such a setting?

      • blackn1ght@feddit.uk
        link
        fedilink
        arrow-up
        13
        arrow-down
        2
        ·
        29 days ago

        This is the same on Windows, you can just carry on and then complete an update when you go to shut down the machine. Can’t remember the last time an app install or update required the whole OS to be restarted immediately.

        • Voroxpete@sh.itjust.works
          link
          fedilink
          arrow-up
          8
          ·
          29 days ago

          I remember what it’s called, but at some point there was an app for windows that would check if your machine actually needed a restart or not. Basically the “restart your machine” prompt is mostly just a boilerplate. It’s very rare that those installers touch anything that can’t actually be loaded without a restart.

        • iopq@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          28 days ago

          Except when it force closes your computer when you dismiss the windows update too many times

        • Ziglin@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          28 days ago

          I tried installing rust which required some Visual Studio compiler on a Windows machine configured to reset itself when rebooted. It decided I needed a reboot. I’m glad I didn’t have unsaved files…

          Needless to say I could not run my program on that machine. Why does it need a reboot? I don’t know. It’s just meant to be a compiler.

    • naeap@sopuli.xyz
      link
      fedilink
      arrow-up
      13
      ·
      29 days ago

      Besides a kernel update… Which one?

      Honest question, as I usually just restart to be sure I haven’t missed to restart a service or something, but theoretically I could restart every program and service, that got updated.

      Maybe Mint is very conservative here…

    • mexicancartel@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      29 days ago

      Afaik mint just says you have to restart but don’t forces you. Iirc it was there to avoud any glitches which could be caused by apps interacting with each other in different versions(say some system app got updated and desktop environment is still the old since its loaded before update then cause gui mismatch due to different versions of ui toolkit)

      • Kecessa@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        29 days ago

        I mean, in this case Windows doesn’t force you to restart either, you can just keep chugging along with the restart icon at the bottom right… That icon can stay there for weeks on my girlfriend’s laptop

        • mexicancartel@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          28 days ago

          But that is update and restart. The update is not at all installed and will only install if you restart. And it takes a lot of time. But here it is already installed and you can actually reopen apps ti get them in the updated state

    • Deconceptualist@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      29 days ago

      Yep. I’m on EndeavourOS which is about as far as you can get from Mint without going to like Slackware, LFS, or BSD. Basically every single run of pacman prompts for a reboot. I’m sure I could restart individual services or subsystems instead, but that’s not what the OS popup says.

      • Despotic Machine@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        4
        ·
        29 days ago

        Redhat is not the original. Just of the ongoing projects, there is both Slackware and Debian, which are both older than Redhat. Redhat stands out because they are a commercial, for profit company, so they have more money and resources to invest in Linux development than most organizations, and they have a vested interest since it is their product base.

    • Zink@programming.dev
      link
      fedilink
      arrow-up
      14
      arrow-down
      1
      ·
      28 days ago

      Eh, Windows complaints tend to get pretty hyperbolic much of the time. It’s slow and annoying but I’ve always worked with it

      But the description of the Linux update process matches my experience with mint, pretty much. I even use the GUI update utility because it will put a little icon in the bottom corner of the screen. It’s quick even if I’m using a program that’s going an update, and if the kernel gets updated it’s just like “hey remember to reboot buddy!”

    • needanke@feddit.org
      link
      fedilink
      arrow-up
      9
      arrow-down
      2
      ·
      edit-2
      29 days ago

      Besides missing dependencies or repositories for more nice software this kinda closely matches my experience though.

      (Ignoring winget, becaust it is not really the mainstream way to install windows software)

      What is your specific issue with this?

      • lastunusedusername2@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        11
        arrow-down
        2
        ·
        29 days ago

        Mostly that this hasn’t been my experience with Windows for like 20 years.

        They might as well bitch about dropping their punch cards.

        • needanke@feddit.org
          link
          fedilink
          arrow-up
          12
          arrow-down
          1
          ·
          29 days ago

          I still (have to) download scetchy executables on Windows when I want to install most programms, while on debian I can install most programs via apt and a few repositories. Even when it’s not a standard repo I still prefer it over random executables because while the security is just as bad at least I get updates without having to open the program itself.

          But what resonated with me most have been the restarts for updates. Happened way to often that I wanted to stop working but cant just shut down windows without updates and the accompanying reboots. (If I don’t check up in between to decrypt the disk on startups it’ll just sit there and run out the battery and I have to do the restarts on the next workday). On debian I just klick the power button, it hibernates (or I shut it down if I’m in the mood) and os updates are completely seperate from that.

    • Shardikprime@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      29 days ago

      Literally

      My desktop/laptop experience for both is as follows:

      Windows update, at least since the inception of the concept has never required me to go to a browser (unless you count w98 “everything is a website” concept for the desktop or the far in between instances were a PC was offline/having issues and you need to download update packages)

      It also updated windows applications (ie office) but yeah it never intended to upgrade other stuff, all other software had their own auto update check

      I’ll concede the restart because yeah it does all for that

      But yeah Linux install is not without issues, and I’ll just remind everyone of how difficult it was/is to install a component driver when it’s not automatically found (wifi cards, disk controllers, and Realtek drivers anyone?)

      Yeah it does update your apps, as long as you have the repos, and restart wise I distinctively remember that you do need to do restarts after updates, be it major distro or not.

      Simple commands? I’ll concede that, as long as we remember the average Linux user is used to a less user friendly experience. Complain ask you want but for the average user, windows update experience works

      Thankfully I don’t need to deal with all that stuff now

      • InFerNo@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        I maintain a bunch of PC’s and 2 of them won’t update anymore with some vague error code that only has a microsoft community forum post as search result. I’ll get it fixed, but Windows update is not quite flawless and a non tech person would be lost at this point.

        People seem to be having a hard time grasping that most of the time it works great on both Windows and Linux. Majority of people will have a solid experience. But on both platforms, when things go to shit, you need to get your hands dirty. And with that final thought, I like to add that because of it’s openness, is usually easier to troubleshoot an issue on Linux because it doesn’t obscure what it’s doing unlike Windows (“Please wait…”, “Setting things up”, … dafuq u doin, it says 100%, is it doing anything still or is it hanging?). Windows’ vagueness has been a pet peeve of mine and it’s only getting worse. I’m perfectly ok shielding it by default, but give me a verbose option.

      • iopq@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        I haven’t had a driver issue except for Nvidia where the driver exists, but it sucks

        • RisingSwell@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          28 days ago

          NVIDIA is the second biggest wankstain of a thing on my computer, unfortunately AMD didn’t put high end GPUs in laptops so there wasn’t a whole lot of choice.

  • Gestrid@lemmy.ca
    link
    fedilink
    English
    arrow-up
    26
    ·
    28 days ago

    I can’t remember the last time I got a DLL error on my Windows laptop, honestly. I don’t think that’s ever happened on my current computer.

    • gigachad@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      28 days ago

      I got one on my work laptop this week. It’s controlled by a shitty management software that is used by our IT, but still.

  • madcaesar@lemmy.world
    link
    fedilink
    arrow-up
    32
    arrow-down
    7
    ·
    28 days ago

    When you make fun of something that really isn’t an issue it just makes your side look worse. Windows has real problems, but installing shit ain’t it.

    My dad can install anything on windows with clicks, he can’t do shit with a terminal.

    I’m a power user and love GUIs. I’ll use git desktop all day everyday, instead of typing shit in a command line. It’s one button press vs typing paths and hoping you don’t misspell shit.

    I don’t really get the whole command line fetish, there are no extra points in life for doing things the harder way.

    • redditReallySucks@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      ·
      28 days ago

      Ah, yes. I also love it when I search for firefox on my new PC with Edge (without adblocker) and get sponsored malware in the results.

      I still use windows but I think installing software on Linux is way more convenient. Especially with the AUR.

    • Prok@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      27 days ago

      The GUI app centers on most distros are quite usable without command line wizardry and reduces the risk of dodgey download sites

    • Eyck_of_denesle@lemmy.zip
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      28 days ago

      Yay -S app is hard? Or apt install app? Or flatpak?

      Being used to a habit doesnt make the habit the default way. Humans adapt quickly.

    • bradd@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      4
      ·
      28 days ago

      Power users are just regular users with an ego.

      GUI is like fast food, sure you can eat it and enjoy it, and you will live to see another day, but it’s inferior in every way to everything else. The real problem is that people start acting like fast food is the default food and start looking at people who eat raw or cook their own food or pay for food at a restaurant as being full of themselves.

      There are countless real advantages to CLI over GUI, but allowing people to use their computer effectively by fumbling around isn’t one of them.

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      5
      ·
      edit-2
      28 days ago

      A simple analogy is, would you rather have keyboard with a-z and symbols you can use to build words/sentences, or would you want a wordlist you can scroll and click, while expanding words in groups, and having to find non-frequent words with a lot of difficulty to make up sentences.

      Command line use is harder if you come from gui. But the main use case of command line are:

      • automation: anything you can do in a command line, can be copied in a script,
      • uniformity: every software now has almost the same format of use,
      • flexibility: gui almost always has less options than command line, and many times options are hidden within a lot of tabs and options.
      • Auto complete: whenever someone complains about terminal being hard to use and spelling mistakes I think about this. I think many people that come from GUI don’t know about auto-completion on terminal. It’s easy to see which options are available, easy to choose files, wildcards for multiple files, and all that
      • piping: command line allows you to chain one command with another. You have a command to list all your music files, chain that with a search command to search files within them. Now if you need to search in a python code, you use the same search command, just different command to read the file. You basically have lego blocks (old ones) that can be used to make anything.

      I can understand people being afraid of command line when they start, but I think many people come with biases and don’t use good terminal and other tools to make things easier.

  • thermal_shock@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    29 days ago

    Edge (Microsoft browser) thinks the Microsoft Teams exe installer FROM MICROSOFT SERVER is malware, no joke.

  • hinterlufer@lemmy.world
    link
    fedilink
    arrow-up
    31
    arrow-down
    9
    ·
    edit-2
    29 days ago

    somepackage requires otherpackage version >10.1.79

    otherpackage is already at latest version

    Have fun compiling it yourself and messing up what is managed by the package manager and what’s not. And don’t forget that the update might break some other package along the way

    • TunaCowboy@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      29 days ago

      Most of the time you can just download a release and place the binary in path (or a symlink).

      Compiling it yourself should not ‘messing up’ anything, it should build locally:

      ./configure
      make -j$(nproc)
      

      Now it’s just built, nothing on your system has changed. make install will place requisite files where they need to go, but this generally configurable via prefix or equivalent. You may need to install dependencies, but that’s usually a simple exercise in reading the output from the configuration step.

      Compiling software is easy as fuck and is incredibly flexible.

    • Hawk@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      4
      ·
      29 days ago

      Winget sucks ass. Fails half of the time, lists way too much I did not install through Winget m, even had apps broken because of bad updates through Winget.

      Never had these problems with scoop or chocolatey though.

      • GetOffMyLan@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        29 days ago

        That sucks. I use it to handle all software on my work dev machine and haven’t had any issues so far. We basically use it to set up clean machines and it’s worked perfectly so far.

  • ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    28 days ago

    IDK, but I more often had issues with installing apps to Linux than to Windows, usually dependency-hell related ones, but once I had trouble enabling snap on Linux Mint.

  • tehn00bi@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    28 days ago

    Been using Linux off and on since 2003-ish. I remember the days of having to compile applications and having to download various dependencies. Linux now is so streamlined and easy. Minus gentoo.

    • Luffy879@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      28 days ago

      What? Once you set up gentoo properly, its as if not more streamlined than other distros

    • JaggedRobotPubes@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      29 days ago

      This kind of reads as being addicted to the smell of your own farts?

      Nothing in that godawful, arcane, confusing black screen with white text is ever going to be better than clicking on buttons that have English words I can actually understand.

      If you were raised by the matrix and like doing things the hard way with memorized commands, that’s fine with me and kind of cool in a way, but it is definitely the hard way.

      • lancalot@discuss.online
        link
        fedilink
        English
        arrow-up
        14
        ·
        edit-2
        29 days ago

        Honestly, in terms of ease to play, SteamOS (or clones like Bazzite) don’t do under fall short of Windows. Heck, I’d argue they might even be easier.

        The real issue is anti-cheat. But that’s just the next hurdle we’ll have to overcome.


        Edit: TIL that the expression “to do under” has no place in English.

          • lancalot@discuss.online
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            29 days ago

            Apologies. Allow me to clarify.

            I meant that it’s not harder than Windows, when it comes to playing games. And I even made that claim stronger by proclaiming that it’s probably even easier.

            Edit: SteamOS is the operating system found on the Steam Deck. It’s basically Arch Linux (btw), but with Valve’s (very) special sauce. It’s what you’d expect from your average game console; which is a good thing*.

        • emeralddawn45@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          29 days ago

          Another alternative for your expression might be ‘to do less’ as i steamos doesn’t do less than windows. Or ‘do worse than’. I would say even ‘steamos doesnt under-do windows in terms of gaming’ would work but it sounds more awkward. Mind if i ask what language the expression ‘do under’ is from? Its neat, i like it. English sucks in a lot of ways. Also agree with everything you said about OSes. I had tried linux in the past but mostly stuck to windows for gaming, then i got a steam deck and ill never install windows ever again.

          • lancalot@discuss.online
            link
            fedilink
            English
            arrow-up
            1
            ·
            29 days ago

            Or ‘do worse than’.

            I think I like this one as well. Basically, as you’ll see later on, the expression is (probably) best translated as ‘to be inferior’. Combined with the negation that’s brought with “don’t”, we could rephrase the sentence as ‘Honestly, in terms of ease to play, SteamOS (or clones like Bazzite) aren’t inferior to Windows.’.

            ‘steamos doesnt under-do windows in terms of gaming’

            Another one that I like 😜. But, the double ‘do’ is indeed a bit awkward.

            Mind if i ask what language the expression ‘do under’ is from?

            Sure! It’s an expression found in Dutch. Heck, to be more precise, it’s a verb that can be split: ‘onderdoen’, but also ‘doen onder’. The literal translation would be, as you’d expect ‘underdo’ or ‘do under’. Here’s the (English) wiktionary entry.

            Also agree with everything you said about OSes. I had tried linux in the past but mostly stuck to windows for gaming, then i got a steam deck and ill never install windows ever again.

            Valve has truly outdone itself. While I only started using Linux after Proton’s release, the horror stories from the pre-Proton era still send shivers down my spine.

      • Duamerthrax@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        29 days ago

        They are. I have about the same success rate with Proton and WINE(via Heroic Launcher) as to when I still duel booted Windows. If you’re talking about games with rootkit anticheats, I never played those in Windows anyway.

          • Duamerthrax@lemmy.world
            link
            fedilink
            arrow-up
            6
            ·
            edit-2
            29 days ago

            I just use Mint. Just think of Proton as a feature of Steam. I just pick a game from my Steam library and select Force Compatibility mode on and install. Heroic Launcher (for GoG and some other things) is a few more steps, but I didn’t need a guide to figure it out. Heroic lets you choose either Proton or WINE, so I installed Steam first to minimize confusion.

            Oh, and another nice feature of Heroic is that it will grab the Linux binary if it’s available somewhere even if that binary isn’t available on GoG. I was surprised that it grabbed the native client for Factorio instead of the windows version that’s on GoG.

              • TheSalarian@lemmy.world
                link
                fedilink
                arrow-up
                5
                ·
                edit-2
                29 days ago

                That completely depends on the game. Many play just as well if not better, some play worse or not at all. Check out a site called ProtonDB for a huge list of games and their level of playability.

              • Duamerthrax@lemmy.world
                link
                fedilink
                arrow-up
                4
                ·
                29 days ago

                Probably, but I’m already running ancient hardware and I tend to favor retro and indie games, so I’m not the best to ask about that. Some people do report better performance under Proton though. Windows has a lot of bloat that doesn’t exist with WINE/Proton running in Linux.

              • rtxn@lemmy.worldM
                link
                fedilink
                English
                arrow-up
                3
                ·
                29 days ago

                The overhead added by Proton, compared to the CPU time consumed by the actual game, is minimal. The greatest benefit is that you don’t have dozens of Windows services hogging half of your memory and CPU.

                Some games have some quirks that can cause performance issues when running under Proton. Deathloop, for example, was good on Windows, but unplayable on Linux with the same hardware (Ryzen 5 2600, 16G RAM, RX 6750 XT). There was massive stuttering even on minimum graphics, and every level took several minutes to load. It works now, but since then I’ve upgraded to a 7800X3D, so I’m probably just brute-forcing my way through the same issues.

      • Tin@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        29 days ago

        Most games on Steam work just fine when you turn on Proton. Gaming on linux has come a long way.

      • GladiusB@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        29 days ago

        I mean they are. I game constantly and use a Linux only machine. The only games that don’t work are crappy anti cheat games from Epic. And they are crappy. So who cares?

        I duel booted just for those and it wasn’t worth the headache. Linux is far superior in every way.

  • PumpkinSkink@lemmy.world
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    29 days ago

    I don’t know about all the arguing and snark, but… I’ve been using Ubuntu (laugh it up) on my work laptop for the last 3ish years, and the vast majority of the time it really is “click install updates. wait 2 minutes. ok every program on your computer is up to date, just don’t forget to restart Firefox”. Can’t think of a time where updating sucked. Sometimes I even go through the terminal just because it makes me feel cool to be a hackerman.

    I dread updating my windows pc at home. Cuts into my WoW time too much.

    • PumpkinSkink@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      29 days ago

      Coincidentally my windows PC needed to update when I got back to it. It took like 15 minutes and 2 restarts. I legit pulled out my Ubuntu laptop and Sudo apt-get upgraded that bitch just to flex on Bill Gates.

  • VonVoelksen@discuss.tchncs.de
    link
    fedilink
    arrow-up
    10
    ·
    29 days ago

    I don’t like windows either, but updating with Winget in terminal works pretty good. Not as good as with Linux, but better than downloading every app via browser.