• thermal_shock@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

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

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

  • NaibofTabr@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    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.

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

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

      I sometimes just give up and use Docker or a Flatpak (depending on if it’s a CLI or GUI app)

      • Farid@startrek.website
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Don’t use apostrophes wherever you see an “s” at the end of a word. If you’re unsure about whether or not to use an apostrophe, just don’t. Because statistically, there are far fewer cases where you need 'em than there are cases where you do. Plus if you missed the apostrophe where it should be, people will just assume you didn’t bother to type it or it was a typo. Whereas if you do type it where it shouldn’t be, it’s a clear case of “this person doesn’t know how apostrophes work”.

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

    • prole@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      Huh, pacman always seemed to automatically work out those dependency loops, or whatever you want to call them, when I was on EndeavourOS. The only time I had an issue with updating was when I went like two weeks without updating, and then ran out of harddrive space halfway through installing the 600 updates.

      I’ve been running Bazzite for several months now, and updating is absurdly easy and unintrusive. It’s basically impossible to fuckup (and if you do, it’s extremely simple to rollback). I can really see immutable/atomic being the future of Linux.

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

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

        lists way too much I did not install through Winget

        That’s one of the features though. You can update apps via Winget even if you didn’t originally install them via Winget.

      • GetOffMyLan@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        2 months 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.

  • gramie@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I’ve been a Linux user on and off since 1996, and there are still times when I give up trying to install software because of cryptic error messages.

    Yes, I had my parents using Linux Mint for about 5 years, but eventually my brother who lived near them switched them to Windows because if there was a problem with Linux he couldn’t help.

    Don’t worry, this is definitely the year of the Linux desktop.

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

      Perhaps its just gotten better, but I’ve been on it for a year or two now, and I haven’t come across an error message that didn’t bring up solutions when copy/pasted into google. Definitely varies by distro though, I was on EndeavourOS for most of that time, and being Arch, it has like infinite documentation.

  • BatrickPateman@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    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
      0
      ·
      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.

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

      • dabster291@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        There should be an option in the settings to disable restarting to apply updates (though I only kno2 it exists on KDE)

        • Blueteabag@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          “Issue” implies that there is something wrong with it it’s simple a different release model, Fedora just got the newer packages, for example Gnome 43 on Debian vs Gnome 47 on Fedora (obviously I’m talking about the stable releases). If you prefer the Debian way of doing things that’s great but I don’t.

    • j4k3@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Depends on your kernel, the distro kernel, and your package manager settings. One of the biggest selling points for Redhat is the live patch kernel updates with zero down time. However, Redhat is the original Linux distro and their devs do a lot of the kernel code maintenance and development.

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

    • mexicancartel@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months 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
        0
        ·
        2 months ago

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

    • naeap@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      2 months 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…

    • Deconceptualist@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 months 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.

    • Camille@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      2 months 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.

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

        Even with kernel updates, you can use something like ksplice or kpatch to update it without rebooting. It’s usually only used on servers though.

      • blackn1ght@feddit.uk
        link
        fedilink
        arrow-up
        0
        ·
        2 months 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.

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

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

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

        • Camille@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          2 months 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
          0
          ·
          2 months 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?

              • Ziglin (they/them)@lemmy.world
                link
                fedilink
                English
                arrow-up
                0
                ·
                2 months ago

                Been running endeavouros for over a year on two machines. The only time I couldn’t boot was when the Nvidia drivers decided not to work with the LTS kernel anymore. So I just started the normal kernel and changed that to the default in my boot manager. This is the only issue I’ve had with it and it’s arch based. I really don’t understand the bad reputation.

                Also the arch wiki is applicable to most distros with only slight changes.

  • twinnie@feddit.uk
    link
    fedilink
    arrow-up
    0
    ·
    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 yo 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
      0
      ·
      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…

      • Noobnarski@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        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
          0
          ·
          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
            0
            ·
            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.

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

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

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

            • Tin@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              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
          0
          ·
          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
            0
            ·
            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
              0
              ·
              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”.

        • RisingSwell@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          0
          ·
          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.

    • Farid@startrek.website
      link
      fedilink
      arrow-up
      0
      ·
      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.

      • Ofiuco@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        or they don’t have any contact with regular people.

        This gets my vote, the memes are so disconnected from reality they feel forced and not funny

        • oo1@lemmings.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          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”. :)

    • babybus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      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.

    • Ooops@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      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
      0
      ·
      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.

      • InFerNo@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        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.

      • Exec@pawb.social
        link
        fedilink
        arrow-up
        0
        ·
        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
          0
          ·
          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

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

    • fmstrat@lemmy.nowsci.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      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.

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

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

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      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
          0
          ·
          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.
  • raspberriesareyummy@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    ohhh this one hit a nerve. the butthurt windows users community is out in full force :D And there are still Stockholm syndrome victims delusional enough to think that Windows is easier to install / maintain without realizing that the only thing that has them insist is habit.

      • Duamerthrax@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        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.

          • Duamerthrax@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            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 a nother nice feature of Heroic is that it will grab and Linux binary if it’s available 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
                0
                ·
                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
                0
                ·
                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
                0
                ·
                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.

          • SqueakyBeaver@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            0
            ·
            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

      • GladiusB@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        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.

      • Tin@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

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

      • lancalot@discuss.online
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        Honestly, in terms of ease to play, SteamOS (or clones like Bazzite) don’t do under 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.

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

  • PumpkinSkink@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    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.

    • NekuSoul@lemmy.nekusoul.de
      link
      fedilink
      arrow-up
      0
      ·
      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.

    • PumpkinSkink@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      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.