• twinnie@feddit.uk
    link
    fedilink
    arrow-up
    117
    arrow-down
    17
    ·
    edit-2
    2 months 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?).

    • aski3252@lemmy.world
      link
      fedilink
      arrow-up
      26
      arrow-down
      1
      ·
      2 months 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
        ·
        2 months 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
          ·
          2 months 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
          ·
          2 months 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
            2 months 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
              ·
              2 months 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
        4
        arrow-down
        14
        ·
        2 months 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
          9
          arrow-down
          2
          ·
          2 months 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
            ·
            2 months 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.

            • Avatar_of_Self@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              2 months 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
                ·
                2 months 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…

            • Tin@lemmy.world
              link
              fedilink
              English
              arrow-up
              5
              arrow-down
              1
              ·
              2 months 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.

            • aski3252@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              2 months 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
                ·
                2 months 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
                  ·
                  2 months 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.

            • zalgotext@sh.itjust.works
              link
              fedilink
              arrow-up
              8
              arrow-down
              2
              ·
              2 months 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.

    • fmstrat@lemmy.nowsci.com
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      2
      ·
      2 months ago

      Let’s also not conflate “ease” with historical behavior.

      Taking previous experience out of the equation, it is easier to type apt upgrade and reboot to update your entire system than to click through 300 times in the system and multiple apps with reboots.

      That is a fact.

      • uranibaba@lemmy.world
        link
        fedilink
        arrow-up
        18
        arrow-down
        1
        ·
        2 months ago

        You don’t even need the terminal. There is a interface to update if you are using a DE.

        • fmstrat@lemmy.nowsci.com
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          1
          ·
          2 months ago

          Huh? 3 clicks to update Windows, Adobe, Office, that random text editor, VSCode, Steam, on and on and on…

          • Buelldozer@lemmy.today
            link
            fedilink
            arrow-up
            3
            arrow-down
            3
            ·
            2 months ago
            1. Open powershell
            2. Type Winget upgrade --all
            3. Hit enter.

            It’s the same as most Linux distros, just different commands / syntax.

            • fmstrat@lemmy.nowsci.com
              link
              fedilink
              English
              arrow-up
              4
              ·
              2 months ago

              Huh, looks like that would do my list above except the Adobe Suite. A shame that’s not on by default. Good info.

            • InFerNo@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              2 months ago

              Cool, if this works like how you are implying, then this is going to make my life a bit easier.

    • Farid@startrek.website
      link
      fedilink
      arrow-up
      57
      arrow-down
      1
      ·
      2 months 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.

        • oo1@lemmings.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          3
          ·
          2 months ago

          Naah, i think they’re just ragebaiting all the MS fanboys.

          It works too judging by all the shit in this forum.

          The meme isn’t funny; but some of the reactions it provokes are hilarious. Though some of them are obviously counter-ragebait too. “Akshually i never have to restart to update windows since 2008”. :)

    • iopq@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

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

    • IHateReddit@lemmy.world
      link
      fedilink
      arrow-up
      21
      arrow-down
      1
      ·
      edit-2
      2 months ago

      been using linux for a few years both on servers and my pc and I never had to build sth myself

    • babybus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      6
      ·
      2 months 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
        2 months 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
      arrow-down
      1
      ·
      2 months 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.

    • prole@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      33
      arrow-down
      3
      ·
      2 months ago

      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

      Maybe this is a problem that we should be addressing, rather than just making technology more of a black box, and raising generations of people who have no fucking concept of how any of it works.

      • twinnie@feddit.uk
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        But this is the classic Linux user mentality; Linux shouldn’t get easier, users should get smarter.

        If computers can be easier to use then why should people instead sacrifice loads of time learning how to operate them? Most people have other things to be getting on with.

      • Exec@pawb.social
        link
        fedilink
        arrow-up
        9
        ·
        2 months ago

        and raising generations of people who have no fucking concept of how any of it works

        Only two generations were got to be technologically literate.

        • KSP Atlas@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          2 months ago

          Greatest and Silent generations helped create computing, Boomers helped create important software such as DOS, Gen X and Millennials helped develop the Web, Gen Z is still going into computing and development jobs and Gen Alpha is too young to consider

      • InFerNo@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        If you have a driver’s license, do you know a car works besides the basic maintenance that is checking your oil and keeping the tires inflated? Some people don’t even do that last one, while it’s a thing you should check regularly.

        I think it’s a good thing the general public is able to use a computer without knowing the inner workings, but it also shouldn’t be obscured from them if they want to know/learn.

    • Avatar_of_Self@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      2 months 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.

  • tehn00bi@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    2 months 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
      ·
      2 months ago

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

  • madcaesar@lemmy.world
    link
    fedilink
    arrow-up
    33
    arrow-down
    7
    ·
    2 months 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.

    • Prok@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

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

    • bradd@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      4
      ·
      2 months 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.

    • redditReallySucks@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      10
      ·
      2 months 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.

    • Eyck_of_denesle@lemmy.zip
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      2 months 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.

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      5
      ·
      edit-2
      2 months 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.

  • ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    2 months 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.

  • PumpkinSkink@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    2
    ·
    2 months 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
      arrow-down
      1
      ·
      2 months 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.

    • NekuSoul@lemmy.nekusoul.de
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      2 months ago

      I’ve switched over a year ago and that’s the thing that, looking back, sticks out to me the most as well. It’s just insane that practically every application I used had its own update routine. Lesser used apps I had to update every single time before using them. Just constant interruptions everywhere.

      Winget is a step in the right directions, but it still has to build upon and work around that same shaky foundation, and it shows.

    • JaggedRobotPubes@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months 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.

      • Tin@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 months 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
        3
        arrow-down
        2
        ·
        2 months 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.

      • Duamerthrax@lemmy.world
        link
        fedilink
        arrow-up
        9
        arrow-down
        1
        ·
        2 months 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.

          • SqueakyBeaver@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            6
            arrow-down
            1
            ·
            2 months ago

            Proton comes with steam, and you can get other versions on top of it if you want.

            If you’ve got steam, you can run games through proton very easily

          • Duamerthrax@lemmy.world
            link
            fedilink
            arrow-up
            8
            arrow-down
            1
            ·
            edit-2
            2 months 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.

              • Duamerthrax@lemmy.world
                link
                fedilink
                arrow-up
                4
                arrow-down
                1
                ·
                2 months 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
                ·
                2 months 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.

              • TheSalarian@lemmy.world
                link
                fedilink
                arrow-up
                6
                arrow-down
                1
                ·
                edit-2
                2 months 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.

      • lancalot@discuss.online
        link
        fedilink
        English
        arrow-up
        16
        arrow-down
        1
        ·
        edit-2
        2 months 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.

        • emeralddawn45@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          2 months 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
            ·
            2 months 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.

          • lancalot@discuss.online
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            1
            ·
            edit-2
            2 months 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*.

            • NoFun4You@lemmy.world
              link
              fedilink
              arrow-up
              5
              arrow-down
              1
              ·
              2 months ago

              Can you run league on Linux? I can’t run it on my windows anymore cause if some security thing lol

  • VonVoelksen@discuss.tchncs.de
    link
    fedilink
    arrow-up
    11
    ·
    2 months 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.

  • M137@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    The Windows updating experience, both the system and apps via the Microsoft Store is so fucking bad it’s unbelievable. Shit just stops working all the time, updates fail, grinds the whole system to a halt etc.

    For several years now I’ve been unable to update apps in the Microsoft store in one go, I have to open it, click “get updates” and the circular progression bar goes to about 1/5 and then just stops. So I have to close the app, wait a few minutes, open it again and then press the “play” button for every single app that has updates for the download to actually start, nothing else works. It’s been the same for Windows 10 and 11 across four different computers.

    There was a Windows 10 update several months ago, might even have been last year that just failed for a ton of people and it took months before it was fixed.

    • ALoafOfBread@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      That’s actually a major reason I switched to linux. Windows security update kept failing with no solution for like 6mos. Afaik there is still no solution.

  • IsThisAnAI@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    20
    ·
    2 months ago

    You people always come off as old people on infomercials.

    Anyways Linus desktop is a mess. You are delusional if you think it’s easier. Maybe more efficient workflows for certain things but easier is a lol.

    • tsugu@slrpnk.net
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 months ago

      I appreciate Linux for how well it can handle single-purpose tasks, like if I wanted a media centre or such, but after daily driving it for 3 years on my Desktop I’ve had enough. Anyone who thinks it’s easy has a lot of spare time they wish to invest into a thing that’s supposed to just work.

      • IsThisAnAI@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        2 months ago

        I love it for long running services eg *ardar + Plex but the desktop is nearly unusable.

        Ubuntu out of the box requires you to install pulse audio, grab your device id via cli, and then run a script at bottom to set that device as the default speaker.

        Ubuntu out of the box needs scripting just to deal with an audio source that gets turned off and on. And zealots will scream it’s ready for everyone on steam to use.

    • gamermanh@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      3
      ·
      2 months ago

      Anyways Linus desktop is a mess. You are delusional if you think it’s easie

      Use it before saying shit that’s so blatantly stupid

      • IsThisAnAI@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        5
        ·
        2 months ago

        Have a nix box upstairs. It’s much more of a pain in the ass than any windows install. Year of the Linux desktop in year 20xx 🤣

  • BatrickPateman@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    Windows side of things is getting better though, thanks to winget. Not perfect and it f’s up with certain packages but already a lot better than updating by hand.

    • Rikj000@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      8
      ·
      2 months ago

      Windows is not getting better,
      CoPilot, Recall, all more unwanted spyware…

      UniGetUI is a good way to maintain software on Windows in a Linux fashion through package managers,
      however that does not change that the underlying OS is pure spyware.

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      2 months ago

      “Here have this brand new house!!”

      “But you still have to smack down a few walls, disable the cameras we added, find a way to go trough your door without having your anus print registered with us, and keep us from moving your furniture to our warehouse, all for your convenience ofcourse.”

      As soon as I realized that Microsoft laughs at people trying to harden Windows I switched to Linux and never looked back. Microsoft doesn’t care about you hardening it and they don’t care about cracked versions in the slightest. You’re a statistic with an advertisement in your home and you’ll still be making money for them.

        • x00z@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          edit-2
          2 months ago

          You failed to understand my point completely.

          • You’re a statistic: Your Windows installation is used in the metrics that software developers (such as game developers) use when considering what platforms to support
          • An advertisement in your home: Whenever somebody visits you, uses your computer, or talks about computers with you, you are showing them that you support Windows by using it which is a form of advertising.
          • You’ll be making money for them: Microsoft makes money on a macro scale. As I said, they don’t care about you bypassing licensing, blocking stuff, or anything similar. You use Windows, and because everybody just follows that same mentality, they are getting big money from companies and computer vendors, because they have huge monopoly.
  • AWildMimicAppears@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    2 months ago

    Tbh, with stuff like Winget and the respective GUI apps the process for installing or upgrading software is pretty much the same nowadays.

    • frayedpickles@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      Winget-ui is great, except Microsoft hasn’t figured out to conceptually make two installs of the same product get treated the same – absolutely pathetic that if you install VLC from their website you can never ever ever use Winget VLC without uninstalling the other.

      • QuazarOmega@lemy.lol
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        That does work for me in general, might be a problem with the specific app where the 2 builds are somehow incompatible

      • InFerNo@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Android has that issue too. Can’t install the same app via fdroid and play store. Sounds logical though. Even Arch pacman won’t continue of it detects existing files it doesn’t know about.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        You need to update a bunch of separate things on Linux too, though. For example, apt or dnf, rpms and debs that aren’t in a repo (although Deb-get handles some of those), Flatpak, Snap, fwupd for firmware, plus language-specific things (npm, dotnet, cargo, Python, etc). At least the UIs handle a lot of it now.

        • iopq@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          2 months ago

          That’s why I use NixOS. 100,000 packages so you really found something niche if it didn’t have it

  • NaibofTabr@infosec.pub
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    Chocolatey is the best option I’ve found for this on Windows:

    Chocolatey was created by Rob Reynolds in 2011 with the simple goal of offering a universal package manager for Windows. Chocolatey is an open source project that provides developers and admins alike a better way to manage Windows software.

    You can install & uninstall software from the command line and update everything installed through it with one command.

    It’s not a real package manager of course. It can’t update the operating system, and Windows applications aren’t built for modularity and shared libraries the way Linux applications are. But it does automate application management like nothing else. I highly recommend this if you use Windows.

    • blackn1ght@feddit.uk
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      There’s winget now too, which is the official Windows package manager. I’ve used it a couple of times now and worked as expected, not sure how it compares to chocolatey outside of simple app installs though.

      • uranibaba@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I love winget, at least for the initial installation. No more having to search the the download and click through a gui. Just one or two commands (two if searching for the id) and done.