• Kecessa@sh.itjust.works
    link
    fedilink
    arrow-up
    32
    arrow-down
    5
    ·
    2 days ago

    Keep dreaming, people will keep on using Windows because they don’t care about the bloat, they just want something that works and that doesn’t require fucking around for hours every time they plug something new in!

    • Mwa@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 hour ago

      More like it will be forced on computers especially in the gaming side.

    • spookex@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      6 hours ago

      It really is amazing how I can mess up Linux installs for the weirdest of reasons.

      Install arch from scratch on a laptop? Now it either doesn’t go to sleep when you close the laptop or a kernel panick.

      Manjaro? Edited the config for the touchpad (of course it’s a random config file that you have to change line by line and read 3 wiki pages for, because Linux) because it doesn’t feel like windows and ran updates from the built in manager within the os. Now it doesn’t boot at all and causes the boot logo to ghost while using windows 10 installed on another partition.

      Pop_os? Worked mostly fine, used it for months, broke it only once when using the built in package manager somehow fixed it, but stopped using that laptop and now I can’t boot into it at all.

      Not to mention all of the software that partially doesn’t work or work at all. Like, my personal choice for image editing is paint.net, it’s not a useless meme like MS Paint, but also isn’t the equivalent of using a bucket wheel excavator for digging a hole in your backyard like Gimp. It also doesn’t work on Linux at all

    • herrvogel@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      I use Linux myself, but my work laptop they gave me is windows. I can honestly say that I believe in near future the average Linux experience is going to be smoother than windows. Because I cannot believe how insanely annoying windows 11 is. It’s really not good. And modern Linux has more than good enough software and hardware compatibility.

      But of course it’s gonna take a long while before Linux overtakes windows because social inertia. And that’s not gonna change easily because there is no humongous international corporation that spends billions every year to get their Linux based OS pre-installed on almost every new computer.

      • Zink@programming.dev
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        15 hours ago

        My work laptop was your standard Dell with windows and M365. I am now able to dual boot Linux, which is what my computer boots into by default now.

        I can honestly say that in the current day, Linux Mint gives a much smoother experience on the same hardware. It even supports multiple monitors better.

        I will grant that I’m a computer nerd like plenty of others here, so there may be some speed bumps that didn’t even register for me. But everything from installation, to daily use, to updates, is SO much smoother and faster.

          • Zink@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            2 hours ago

            In windows I can only use 3 monitors. If I open up the laptop to introduce a 4th screen in windows, a pair of my monitors will Be duplicating the dang image.

            In Mint I tried the same and it just worked, 4 individual monitors without issue.

            • Kecessa@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              28 minutes ago

              I run 4 on Windows and Mint on a daily basis and setting it up on Mint was a worse experience… Sounds like a you issue if you can’t get it to work on Windows.

      • Kecessa@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 hours ago

        I only see it for people who could easily replace their computer with a tablet. Just getting my Sound Blaster G3 (USB soundcard) to work was a pain in the ass and the only way it started working was by installing Discord and even then until a recent update I sometimes had to open discord for it to become visible in my audio devices!

    • kusivittula@sopuli.xyz
      link
      fedilink
      arrow-up
      25
      arrow-down
      1
      ·
      2 days ago

      i doubt the average user even understands what an operating system means and they’ll just go with thatever it came with

      • BottleOfAlkahest@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        2 days ago

        Can confirm, I am a windows user and if my laptop came with Linux preinstalled, the way it had windows preinstalled, I’d be a Linux user.

        If I ever have to Google what the hell a kernel is then I have read everything else available on the internet.

      • lad@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        To be fair, I’m using Linux, MacOS with Darwin Nix for managing it, Windows, and I still am not sure what exactly is an operating system, what’s the role of kernel and all of the possible system software is. Well, I think kernel is for hardware abstraction, but other than that ¯\_(ツ)_/¯

        • Lightfire228@pawb.social
          link
          fedilink
          arrow-up
          6
          ·
          2 days ago

          The kernel does stuff like

          • process and CPU task management
          • hardware abstraction
          • memory management (at the process level),
          • file system managment
          • and resource isolation (such as randomized memory addresses (ASLR))

          The rest of the OS provides the actual software that users interact with, like

          • file managers
          • desktop rendering and window management
          • settings menus
          • sound mixing between applications
          • graphics rendering