Leaks confirm low takeup for Windows 11::Time to rethink Windows 10 support cycle then?

  • BassTurd@lemmy.world
    link
    fedilink
    English
    arrow-up
    65
    arrow-down
    1
    ·
    9 months ago

    Windows 11 finally pushed me over to Linux. I’m not advocating everyone jump ship, because it’s different and takes getting used to. I work in IT so it was a bit more natural for me. I would encourage people maybe trying it on old hardware or just off of a USB to experience it though. Mainly, I wanted to be proficient with Linux before Microsoft made Windows a subscription.

    • Ottomateeverything@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      9
      ·
      9 months ago

      The rumor of Windows going subscription based is so cooked. There’s no way that happens. It’s a shitty rumor based on huge speculation that already has better explanations.

        • deranger@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          8
          arrow-down
          1
          ·
          9 months ago

          It’s currently in win11 dev beta, it’s for tracking your game pass and/or MS 365 sub in the settings menu.

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

          That indicated they were tracking subscriptions…

          And everyone jumped to the conclusion that it was to Windows. Because that made a better story than Xbox, Office, or any of the other products Microsoft makes.

          Turns out, it wasn’t Windows after all.

      • BassTurd@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        9 months ago

        I’m not speaking to any specific reports. I just think that some day Microsoft will make it a subscription because that’s where they’ve taken everything. You’ll have to sign up for a new “w365” which will have the office suite and the OS will live in Azure. They will be like Chromebooks, but for Windows. Naturally, there will be tiers for storage and pro apps, a business tier, and a government tier.

        I hope it doesn’t come to that, but if it does, I don’t want to be a part of it. On the business side, I think it’s already headed that way. It may not be a subscription for Windows, but it will be thin clients running stuff in the cloud. It’s already possible, I think it will be the mainstream someday.

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

        This has actually been on Microsoft’s internal roadmap for a while now. The bigger goal is to move to a Desktop as a Service model for Windows.

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

        Admittedly, I did dabble a little in Ubuntu and Mint years ago, so I had some level of familiarity.

        I wanted something gaming focused to minimize setup, so I went with Garuda, which is Arch based. I had some issues early on with discord and steam that I thought having a gaming centric distro would have prevented, but it didn’t. If I didn’t have to reinstall things I would probably switch to something more vanilla, but stick with Arch.

        The file structure and cli commands have been the biggest hurdle having spent my life in a Windows environment, but it’s coming along. It’s weird needing to think how to do things and look up commands for things that are second nature. Like ipconfig /all in Windows. Linux has ethtools with a million switches, and ifconfig which is similar, but different. I run a Pihole docker on my unRAID server, and setting a static DNS was a pain. Some of those things which could give a new user enough problems that they just give up and go back to Windows is why I wouldn’t say it’s for everyone on a whim. Best to get a more user friendly distro and dabble before committing.

        • pete_the_cat@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Nice! I’ve been using pure Arch for like a decade, I’ve tried other distros but I haven’t found anything that I like better than it.

          I remember the struggles of overcoming the Windows indoctrination, it took a while, and caused a lot of frustration, but that was back when Linux was a lot less developed, back around 2005. Keep hacking at it and it will eventually become second nature. Don’t slack on using man command or the help flags, they’ll save you a bunch of time.

          Setting static DNS servers should be as simple as using PiHole to hand out the DNS servers via DHCP and if you’re setting a static IP for the Linux host then you could either just define it in /etc/resolv.conf or set it with systemd-named (I think that’s what it’s called, I forget, it’s the systemd implementation.)

          Once you get the hang of Linux, you’ll realize that it’s actually a lot easier to use than Windows.

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

            Actually just last night I dipped into a vanilla Arch install on an old laptop. The wiki is pretty good, but I feel it skirts over some things that true beginners don’t know. I misread a line when seeing my efi partitions, which caused a cascade of issues that took some fixing. Then it took me a while to get a numlock hook set, mainly because I was trying to build a package as root, which again led to other issues with access rights. And I finally got microcode added to my boot file, which took an embarrassingly long amount of time, because I didn’t see the line that says I can’t update efistub, I have to replace it to add options.

            All of that said, the process has definitely forced me to learn a lot of things I didn’t know, and I already feel a bit more comfortable rooting around the system with confidence I can fix my problems. I’m ready to install a DE, so I need to do a little reading on some of those. It’s been already been quite a journey, and I know I’ve barely scratched the surface.

            As someone who’s seeing a lot of this for the first time, I think the toughest part is understanding the jargon. The tutorial will reference some file, or the kernel, or things in the bootloader and ramdisk, but without any prior knowledge of most of those, it’s like reading a foreign language. Seeing the big picture of how things jive together so that the small things make sense is a rabbit hole of pages that are easy to get lost in.

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

              Nice! Arch’s wiki is pretty much the best of all the distros and it can be referenced for a lot of other distros since they usually only differ in package management.

              Arch used to have a Beginners Guide which was the long form of the current Installation Guide, IDK why they removed it, maybe they felt it was redundant.

              I love Arch, because, just as you said, it forces you to learn Linux and get comfortable with the inner workings of Linux instead of being like “Click a few buttons to get it installed, and now you have a GUI. Have fun.” I had used Ubuntu for like a year or two before I found Arch, I had learned a bit by then (I jumped in head first and learned how to recompile the kernel within a few months of using Linux lol) but still didn’t know much. Doing a few Arch installs and horribly breaking them taught me a lot. Also the installation was more complex about ten years ago, so there’s that.

              There’s definitely a lot of jargon in the Linux world, and some of the things are archaic, but you’ll get used to it eventually!