Image text: “Fact: 90% of Linux users switch back to windows right before all their problems are about to be fixed”

          • areyouevenreal@lemm.ee
            link
            fedilink
            arrow-up
            7
            ·
            2 months ago

            NixOS is semi-immutable but not really designed to be user friendly. I think we are more talking about Universal Blue, Fedora SilberBlur, OpenSUSE microOS, VanillaOS and so on.

            • jnk@sh.itjust.works
              link
              fedilink
              arrow-up
              7
              ·
              2 months ago

              Tbh I’m pretty new to nixos, but I’m starting to believe if we had that the exact same config (at least without flakes, I’m still having trouble undertanding them) but with a slightly abstracted UI, it would be one of the most user-friendly distros out there.

              Like just imagine being able to click “Add program”, write the name of a program, having all the options appear below as dropdown menus or on/off switches, then click big blue button “Apply” to rebuild.

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

              And steamdeckOS… whenever valve decides they’re gonna release it for general use.

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

                Apart from the game mode update notes being hard coded to show steamos updates, bazzite is a drop in replacement that doesn’t get rid of your non flatpak packages each update. It also bundles or has easy installation options for all the recommended third party software everyone uses with the deck.

  • the16bitgamer@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 months ago

    This is true, I wanted to play a game and it looked broken in Linux. When I went back to Windows I discovered that it was a problem with the game. Then I went back to Linux and it ran better than it did in Windows.

    Typical Ubisoft experience.

    • svnipni@lemy.lol
      link
      fedilink
      arrow-up
      6
      ·
      3 months ago

      I still boot to windows every now and then to play games. But each time windows painfully reminds me why I hate it

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

        I have never liked Windows. Unix workstations or linux pretty much since the mid 80’s. My current pet peeve is companies that block email clients except Outlook from connecting to their mail server (Exchange).

  • cosmicrookie@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    Actually more like a self fulfilling prophesy

    IMO many will leave Linux just before finding the fix!

    I had tried dual boot but kept going back to windows because i knew how to do things there without having to mess with anything

    Its only after i removed windows altogether and only ran Mint, that i was forced to seriously look for solutions. Once you do find them though, you dont need to mess around with anything that much any more

    • mortalic@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      A suggestion for everyone that’s kinda new, and to be honest, grizzled vets too… Use chatgpt as a trouble shooting tool. It’s really surprising how good it is sometimes. I’ve had it write bash scripts in minutes, solve obscure Firefox issues, fix game settings for barely compatible games… So many things

        • jnk@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          Not very accessible, in the vast majority of (troubleshooting, nothing private) cases free gpt is the best option (fast, free, openAI training on that chat might even be beneficial to the community). Decent GPU’s for LLM are stupid pricey.

    • agent_flounder@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months ago

      “When he reached the New World, Cortezh burned hish ships. Ash a reshult hish men were well motivated.” —Capt. Ramius, played by Sean Connery in The Hunt for Red October

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

      It wasn’t until windows shat itself and I couldn’t boot into it anymore that I took my Linux drive more seriously.

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        2 months ago

        In terms of stability and packages, it’s an amazing OS. Gone are the days of being afraid that of updates or system upgrades that might leave your system borked. Unless you’re experimenting with filesystems and boot parameters, it’s not straightforward to fuck things up.

        On the flipside, by Linus is it difficult to get things working as a beginner. Good luck packaging new stuff, good luck creating new options, good luck cross-compiling, good luck configuring stuff with hardcoded config paths in /var/ or whatever, actually good luck understanding how to configure existing packages, good luck getting any kind of PR merged without the say-so of a chosen few, good luck changing anything in the community without getting past the gatekeepers, and have fun understanding why some random package is being installed and/or compiled when you switch to a new configuration.

        Anti Commercial-AI license

        • Atemu@lemmy.ml
          link
          fedilink
          arrow-up
          6
          arrow-down
          2
          ·
          2 months ago

          Good luck packaging new stuff

          Packaging is generally hard on any distro.

          Compared to a traditional distro, the packaging difficulty distribution is quite skewed with Nix though as packages that follow common conventions are quite a lot easier to package due to the abstractions Nixpkgs has built for said conventions while some packages are near impossible to package due to the unique constraints Nix (rightfully) enforces.

          good luck creating new options

          Creating options is really simple actually. Had I known you could do that earlier, I would have done so when I was starting out.

          Creating good options APIs is an art to be mastered but you don’t need to do that to get something going.

          good luck cross-compiling

          Have you ever tried cross-compiling on a traditional distro? Cross-compiling using Nixpkgs is quite easy in comparison.

          actually good luck understanding how to configure existing packages

          Yeah, no way to do so other than to read the source.

          It’s usually quite understandable without knowing the exact details though; just look at the function arguments.

          Also beats having no option to configure packages at all. Good luck slightly modifying an Arch package. It has no abstractions for this whatsoever; you have to copy and edit the source. Oh and you need to keep it up to date yourself too.

          Gentoo-like standardised flags would be great and are being worked on.

          good luck getting any kind of PR merged without the say-so of a chosen few

          Hi, one of the “chosen few” here: That’s a security feature.

          Not a particularly good one, mind you, but a security feature nonetheless.

          There’s also now a merge bot now running in the wild allowing maintainers of packages to merge automatic updates on their maintained packages though which alleviates this a bit.

          have fun understanding why some random package is being installed and/or compiled when you switch to a new configuration.

          It can be mysterious sometimes but once you know the tools, you can directly introspect the dependency tree that is core to the concept of Nix and figure out exactly what’s happening.

          I’m not aware of the existence of any such tools in traditional distros though. What do you do on i.e. Arch if your hourly shot of -Syu goes off and fetches some package you’ve never seen before due to an update to some other package? Manually look at PKGBUILDs?

  • tearsintherain@leminal.space
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Every child should be introduced to linux. Will help them understand better they don’t need to be treated as products and certainly make them more computer literate, and hopefully more security conscious.

    • MenacingPerson@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      But to be honest, not every child is technologically-inclined. Most are just gonna get annoyed and hate it. This is not a good idea.

      I’d have loved it as a child though

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

          Was introduced as a teen. Recently even looked back at my book from the times and it had a whole goddamn chapter with linux propaganda.

          Hated it. Felt like high maintenance windows. No reason to even get near. Also, hated it doubly because nobody asked.

          Best way would be to switch school computers to linux. That way there’s no active part - it’s here, you have to use it anyway, deal with it. Then you can taste it neutrally, and it becomes just a quirk. Quirk some may like.

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

            Check on EducaandOS. It’s my region’s school distro. It was absolute crap around 15 years ago, when they launched (names Guadalinex Edu), but it was preinstalled in school laptops so we learned to use it.

            Right now it’s pretty decent and simple enough to just throw it into a kid’s computer, but sadly nobody gives a fuck about it. It would be so cool if more institutions tried to pull projects like this

          • areyouevenreal@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            Linux doesn’t have to be high maintenance though. Definitely not more high maintenance than Windows for basic use cases.

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

              It doesn’t have to, but for most users on the level of teens/kids it is. You wanna do something in windows? Done. Just done. No problems whatsoever, most devs bend over backwards for compatibility. Meanwhile finding shit for linux is pain. Most things you heard of are not even there. You have to go through weird apps just to run things you’re used to, and meanwhile OS asks weird questions like which graphic driver to install,

              Linux changed a whole lot from the time I was introduced to it, and it became reaaaaally close to being as easy to use as windows. Hell, I even was considering switching to Mint some time ago ( Then bricked my boot. Thrice. And it’s not fault of Linux. I think. ). I like how it looks and feels, and with proton and stuff it’s best time to do so but it still isn’t on the same level of being non-problematic as windows.

              Edit: Cannot talk about Win 11. Touched it once. If I need to upgrade, fuck that, going linux. Not worth it. At all.

              • areyouevenreal@lemm.ee
                link
                fedilink
                arrow-up
                1
                ·
                2 months ago

                Not really most detect the graphics card automatically, unless you are on Nvidia in which case you probably built the thing anyway or are a PC gamer which would know that anyway.

                Windows isn’t as easy to use and tends to break if given to the computer illiterate from viruses, not doing updates, not rebooting, and so on. I’ve dealt with these kinds of people, they are better off with Linux Mint, ChromeOS, or similar as it doesn’t have these issues. If you are talking about mac then yeah it’s easier, you have an argument there. I would point out as well that most of the easy to use devices run Linux, like Android and ChromeOS devices.

                Windows 11 is the new default, so that’s what we are comparing to here.

                Dual boots on a single drive and EFI partition are expected to break at this point. This is because Microsoft like to overwrite the Linux boot loader. You should use a separate drive or at least a different EFI partition. REFIND can be helpful too. Dual boots have always been an advanced use case though.

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

                  Most people who don’t know their stuff uses nvidia. Happily slowly changing, but nvidia is everywhere, at least where I live. And people who don’t know stuff still hold onto “green good, red hot and bad”.

                  How do you break Windows except by downloading malware? It literally hides, or rather masquarades it’s settings from you and makes it hard to do anything bad to it. My grandpa uses Windows - I thought about introducing him to linux to breathe second life into his PC but…I doubt he would be able to do much with it. I cede point towards Android.

                  How is Win 11 new default? I may be out of the loop, but is it now majorly used? If so, I cede all because the only time I tried to use it, goddamn first-time registration died on me. Like, fully. Unfixable. What a mess.

                  And yeah, again, the boot bricking isn’t on linux it’s just me being an idiot. Also I love how fast you picked up how I broke the boot.

      • areyouevenreal@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Something like Linux Mint is very easy to use and doesn’t require much maintenance. You don’t need to reformat every year or two either when Windows inevitably shits itself.

          • areyouevenreal@lemm.ee
            link
            fedilink
            arrow-up
            2
            ·
            2 months ago

            My point is Linux doesn’t have to be hard to use. You are going out of your way and making things difficult when using something like Arch Linux.

            • MenacingPerson@lemm.ee
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              2 months ago

              I’m not undermining your point in the first sentence, I was just saying that I use arch, btw

              Linux mint shares a few ubuntu bugs, and even if you use LMDE someone like a child cannot understand the essence of linux in a controlled environment.

              I’ll repeat. You cannot teach linux in a controlled environment to a child.

              • Moorshou@lemmy.zip
                link
                fedilink
                arrow-up
                2
                ·
                2 months ago

                I’ve heard of cases where parents are putting kids in front of linux recently!

                They are windows illiterate i think is what the kids posted.

              • areyouevenreal@lemm.ee
                link
                fedilink
                arrow-up
                1
                ·
                2 months ago

                Yes you can! What do you think a Chromebook is or an Android tablet. Modern Linux is quite easy to use, in some areas easier than modern Windows. This is especially true if you have the kind of children who get viruses all the time.

                • MenacingPerson@lemm.ee
                  link
                  fedilink
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  edit-2
                  2 months ago

                  Oh awesome. Leave it to lemmy to be pedantic.

                  I obviously meant normal linux distros when I referred to linux. Not chromebooks or android.

                  Also, using those is in no way the same as learning linux. In a chrome book you’ll just be using a browser. In a phone, all the apps are locked down and you have no access to cli.

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

    I mean, if you duel boot, it’s just a matter of time until Windows nukes your other OS. At least with me, my Linux was about to solve world peace, but Windows got wind of that and shut it the fuck down.

    Meme is correct, they’re coming for you.

    • Grass@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      I almost wanted to correct you and say its dual not duel, but when I think about it windows will fight to be the only bootloader right when you think its finally behaving.

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

        Wanted to say the same: the typo made the comment better. There has to be a community for this.

    • msage@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      Reminded me how Windows would set the hardware clock to different timezone that Linux uses, can’t remember which.

      It would make my blood boil, that’s when I decided to never boot it again. 100% Linux everywhere, I get it on routers when I can.

    • Doxin@yiffit.net
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Windows basically never nukes the actual linux install. It DOES like breaking the bootloader though. Which is fixable but still deeply annoying.

      • svnipni@lemy.lol
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Ah damn this is exactly what happened a few days ago. My popos boot entry suddenly disappeared. I can still just boot from the physical ssd it’s installed on, but I found it strange it just pooped out somehow. Any pointers on how to fix it?

  • OR3X@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    I was just about to give up on it the other day after using Mint for the last 6 months because I was having weird instability issues. Anytime I would play a game it would freeze within 15 mins. Turns out XMP had somehow gotten turned on in UEFI settings. Must have done it by accident the last time I was in there. Anyways, disabled it and all my issues disappeared. I would have been pissed if I wiped Linux and reinstalled Windows only to still have issues.

  • NoisyFlake@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 months ago

    I actually switched back to Windows a few weeks ago because I was so tired of all the NVIDIA problems I had on Wayland. A few days later I read that explicit sync finally got merged, lol.

    I’m definitely planning on switching back to Linux, but I’m not sure if I’ll do it before getting a new AMD GPU.

  • lemmyreader@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    “Fact: 95% of Linux users switched back to Windows95 right before all their problems are about to be fixed” A.D. 1999

    • Seriously though a few years ago Microsoft launched their own Linux distributions. You’d think it would be smooth sailing now, no ?
  • Usernamealreadyinuse@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Ok so I am probably gonna curse in the Linux church but please enlighten me

    I have one laptop with windows 10 for the simple stuff: internet, movie, ms office. It functions perfectly. Yes it needs a reboot sometimes. I don’t understand what people are saying about how terrible ms in regard for easy users.

    I mean I get it that it probably using my data, which would be actually enough to change.

    However: all these post about how easy it is to fix stuff in Linux (and thus saying it is not working properly)… Keeps me in ms.

    What are you guys doing that needs so much tinkering that needs to be fixed constantly?