• AeronMelon
    link
    fedilink
    English
    arrow-up
    75
    arrow-down
    5
    ·
    9 hours ago

    Other than “at gunpoint,” why are you still using Windows?

    • CovertOperative@piefed.zip
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 hours ago

      Since joining the fediverse, I’m convinced the biggest deterrence for more people joining Linux are its users.

      • fluxx@mander.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        True, People can be obnoxious. But you should still try it at some point, there is something to the hype.

        • CovertOperative@piefed.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 hours ago

          I have tried it, and I had more issues with my previous laptop on Mint than I have currently on Windows. Still I’ll look at it again once I need a new one.

          Edit: So I guess in my case the users didn’t deter me, since I wasn’t really interacting with the community at any point. I think it’s probably more of a threadiverse user thing than a Linux user thing. And yeah I can be obnoxious myself, I just don’t expect it to yield results.

    • Laurel Raven@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 hours ago

      I use it for work (AD admin, kind of have to unless I want to change careers while I’m halfway to retirement), and at home I use it for a machine that’s dedicated to running simulator games (I can get the peripherals to work in Linux for the most part, but a lot of the setup for them is Windows only and since it’s only used for that, I’m currently just sucking it up there… Though I’ll need to keep something around even if I switch that system since some of them can only be programmed via Windows, like my VKB flight sticks)

    • Talcosis@lemmy.zip
      link
      fedilink
      English
      arrow-up
      11
      ·
      6 hours ago

      I tried installing Linux but something went wrong and it didn’t work.

      I know better than to ask for basic computer help in a Linux community.

      • ranzispa@mander.xyz
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        3
        ·
        6 hours ago

        The Linux community seems to me more open than ever before. Possibly due to the influx of new users who’s job is not to administer Linux systems.

        I wouldn’t be too afraid to ask questions. Linux systems are nowadays quite simple to setup and you shouldn’t have much problems with getting a simple question replied to.

    • kazerniel@piefed.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Need Adobe software for work. Want to play online games that have anti-cheat. Also like to run mods in my games.

      I have a shitty old laptop for travelling that I’ll try to install Linux on this weekend, since I only need Firefox on that.

    • Mihies@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      Legacy windows projects development. I switched to Linux and run windows as virtual guest with minimal usage though.

    • Caesium
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 hours ago

      I’m hesitant to leave 10 because there are a few games I play that don’t support Linux, and I like em too much to quit if 10 still works. However, once support officially ends forreal, I will say goodbye to those games o7 11 will never touch my outers.

      At work tho they had to upgrade to 11 in the office, and since it’s retail the office isn’t really that important but 11 is so poorly designed the computers barely run anymore

    • ThePantser@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      23
      ·
      9 hours ago

      I have a 60TB disk pool with DrivePool software and have no place to put my data and create a Linux based pool. I have to wait until I can afford a new 20TB disk as a temp storage.

      Unless there is an easy way to convert a DrivePool to mergerfs etc.

      • frongt@lemmy.zip
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        2
        ·
        9 hours ago

        How much data do you have, and are the drives identical? Usually I do in-place conversions by taking some drives offline, creating a degraded raid on them, migrating the data, then wiping the remaining drives and bringing them online in the new raid.

        Works for zfs pools too, but you can’t create a pool with missing drives, you have to create a temporary block device then mark it offline, then replace it with the real drive once it’s free.

        • ThePantser@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          5
          ·
          9 hours ago

          Heh wow its been awhile since I checked my storage. Lol I forgot I added a bunch last year. Its actually at 116TB now with 13 free.

          • theherk
            link
            fedilink
            English
            arrow-up
            6
            ·
            8 hours ago

            Wow! I thought my NAS was loaded, but good lord. What are you storing?

              • theherk
                link
                fedilink
                English
                arrow-up
                2
                ·
                7 hours ago

                Me too, but my library must not be nearly as impressive.

                • RogueBanana@piefed.zip
                  link
                  fedilink
                  English
                  arrow-up
                  4
                  ·
                  7 hours ago

                  Some of the more high quality 4k releases (even 1080p ones) just gobbles up storage. I had to settle for the more optimized releases since I just have a 8tb external drive. Wanted to build a nas but man they are expensive, both a good nas and even the basic hard disks. Can’t wait for the bubble to pop.

                  • schipelblorp@sh.itjust.works
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    6 hours ago

                    Some of the more high quality 4k releases (even 1080p ones) just gobbles up storage.

                    I’m scratching my head here. Are they just being sloppy and inconsiderate?

                    The biggest video file I have is a fan edit of the hobbit trilogy. It’s 4 hours of 720p at 8 gigabytes. Why?

                    I’m just starting to experiment with Jellyfin, and I’m considering shrinking that down. I’m good with whatever format fit 90 minutes onto a 700MB video file that could be burned to a CD.

          • frongt@lemmy.zip
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            7 hours ago

            Yeah good luck migrating that. Maybe if you’ve still got the torrents in your client, you could just delete and redownload some.

      • Wispy2891
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        Unless there is an easy way to convert a DrivePool to mergerfs etc.

        If I understood right, it’s just software joining together multiple NTFS drives. When you open in another os it’s just a normal NTFS drive

        You could take two drives and create a raid1 (right? Or yolo without redundancy?) btrfs array. Move stuff from one drive, when it’s empty, format it as btrfs and add it to the array. Repeat for every drive.

        But…

        With this much data I wouldn’t risk if you don’t have experience with btrfs via cli

    • Damarus@feddit.org
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      2
      ·
      9 hours ago

      I’ve always used it as my primary driver, so I know very well how to get the most out of it and customize it to my standards. Some of the software I use has no acceptable replacement on other OS. I don’t experience even a fraction of the problems that are reported online.

        • Taasz/Woof@piefed.social
          link
          fedilink
          English
          arrow-up
          4
          ·
          8 hours ago

          It’s a bother but it can be limited somewhat via toggles and DNS blocking.

          Not all of us just use our computers as a hobby, I don’t have the time to figure out Linux and make things run in wine or proton, and fixing things that break from updating that software is annoying.

          • grue
            link
            fedilink
            English
            arrow-up
            8
            arrow-down
            3
            ·
            7 hours ago

            Not all of us just use our computers as a hobby, I don’t have the time to figure out Linux and make things run in wine or proton, and fixing things that break from updating that software is annoying.

            That’s funny, not having time to deal with shit (like stopping Windows from spying, serving ads, and otherwise abusing me) is exactly why I use Linux.

            Unlike Windows, Linux ‘just works.’

            • Taasz/Woof@piefed.social
              link
              fedilink
              English
              arrow-up
              5
              ·
              6 hours ago

              That takes a few minutes, it’s not like Linux doesn’t have stuff I’ve gotta spend time to fix too.

          • jtrek@startrek.website
            link
            fedilink
            English
            arrow-up
            3
            ·
            7 hours ago

            The majority of the time you just click play in steam, heroic, or whatever. It’s no worse than windows.

            I don’t do any tinkering on my desktop.

                • Taasz/Woof@piefed.social
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  edit-2
                  1 hour ago

                  It can be, but I never really run into any issues. Part of it is I’m more familiar with windows than linux I’m sure.

                  My linux desktop experience hasn’t been as good, I run it on my laptop since that’s more just a web browsing device than anything and it’s not critical if it breaks. The last 2 times I’ve updated Fedora it has broken the bootloader and that took me quite awhile to fix, I can’t figure out why it keeps happening as it’s a really standard install and doesn’t make any sense.

                  I also still can’t get HW acceleration working in any browsers, flatpak or directly installed, which has been extremely frustrating since I’ve never had to do anything on windows for it to work. There are no clear guides with one fix either, and it’s not something I should have to be fixing myself, it should work out of the box.

      • [deleted]@piefed.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        9 hours ago

        Yeah, for me windows just works although with a few annoying nags but not enough to make the effort to switch feel worth it. I was going to buy some new drives to make the switch easy but then prices skyrocketed and I don’t want to pay those prices.

        Pretty much use it only for the web and games through steam, which is probably the reason for not running into issues.

    • k0e3@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 hours ago

      I have a surface pro x I bought during the pandemic that I plan on use until it’s physically broken (software-wise, you may as well say it already is busted) just to watch YouTube and browse the web on the sofa.

      Otherwise, I haven’t had to use Windows on my desktop in a year or so ever since switching to Linux. Hooray.

      • grue
        link
        fedilink
        English
        arrow-up
        9
        ·
        7 hours ago

        SteamOS isn’t magic, you know. Other distros already work just fine right now.

        • Platypus@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          3
          ·
          7 hours ago

          None of the big ones have matched Win11 performance on my machine, or even come close enough to justify switching. I’m hoping that SteamOS’ planned Nvidia support, which reportedly is being developed with some degree of collaboration with Nvidia, will move that needle.

          • RogueBanana@piefed.zip
            link
            fedilink
            English
            arrow-up
            6
            ·
            7 hours ago

            If you are noticing a big discrepancy between proton and windows across many games then there’s something wrong with your setup. On average proton seems to out perform windows if all of those news articles are to be believed, at least it should be on par anyway. If you are actually serious about switching then try debugging or just try a different distro like cachy.

            • Platypus@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              5
              ·
              6 hours ago

              Just like any other compute workload, performance is going to vary significantly by game and by hardware setup. Generally AMD hardware does see good improvements in Proton, while Intel + Nvidia is more of a mixed bag, and there’s plenty of reporting out there on slowdowns when switching over. I’ve invested real time in this—tried Cachy, Bazzite, Nobara, mucked around with drivers, proton distributions, launch options, all that. As much as I’d love to report Linux has blown me away here, that’s just not the case. The ecosystem keeps improving and I’ll keep trying because I fucking despise Windows, but at the end of the day I’m rolling with what works.