Microsoft is losing Builders fast. They’re switching to MacOS and Linux. The biggest pull keeping people on Windows, outside of shear inertia, is content creation and gaming. However, even these are falling to Linux.

Without Builders, you don’t have software, and without software, you don’t have users. This is why Microsoft needs Windows Lite.

  • busted_Anoose@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 天前

    Linux mint is perfect for my needs, and its pretty cool once you get used to doing stuff in terminal, although its still very user friendly for most. Microslop can suck my nuts.

  • Eternal192@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    155
    arrow-down
    2
    ·
    9 天前

    If you want Windows Lite then you might as well commit to Linux.

    Plenty of YouTube videos on tons of different distros for anyone to find their starter distro that’s similar to Windows.

  • AdamBomb@lemmy.world
    link
    fedilink
    English
    arrow-up
    123
    ·
    9 天前

    .NET is just a runtime, not problematic at all, and definitely doesn’t deserve to be lumped in with ads, spyware, and AI.

  • Tixo@lemmy.zip
    link
    fedilink
    English
    arrow-up
    66
    arrow-down
    1
    ·
    9 天前

    to little, not late. Been a avid windows user since `95, used all of them up to 11 no exception, pivoted 3 years ago to linux, and at this point there is literally not a thing that will bring me back. Linux is 1000x better for me, free of charge, more polished, faster, better looking, no BS, and if there IS any bs, i can move to another distro that i like. There is literally not a single thing. Those kernel level anti cheat games… fuck em, i got 1000’s of games to play that work on steam and gog and uplay and battle.net and all other platforms flawlessly no problem and been waiting to play em.

  • ryper@lemmy.ca
    link
    fedilink
    English
    arrow-up
    54
    ·
    9 天前

    Microsoft is not going to remove .NET to attract software developers when they want developers to use .NET. Not having access to software that uses .NET probably wouldn’t be a good trade off for how little removing it from Windows would do to make Windows lighter.

    • fartsparkles@lemmy.world
      link
      fedilink
      English
      arrow-up
      57
      ·
      9 天前

      .NET is arguably one of the better things to come out of Microsoft. The CLR only runs when a .NET application is running so it’s not bloat, and it’s pretty lightweight as far as a VM goes with JIT. It’s well documented, has public standards, is cross platform, and released under MIT.

      I’m a Unix/Linux greybeard so I’ve no real skin in the game. But given how C# has become the defacto cross platform game development language of choice for both Godot and Unity engines, .NET deserves a little credit.

      • mesa@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 天前

        Its so nice C# can run in Linux :).

        At work, we joke that MS will eventually get tired of the OS game and just throw Windows tools on top of Linux and call it. Then just become a SaaS provider for everything else. Not WSL like legit linux kernel with Windows.

    • FireWire400@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      9 天前

      To quote Steve Ballmer; “DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS, DEVELOPERS […] DEVELOPERS. YES!”.

  • Mereo@piefed.ca
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    1
    ·
    9 天前

    The author of the blog is living in dreamland. Microsoft will never release Windows Lite because, to management, Windows is a conduit for AI and subscriptions.

    Linux is the answer.

    • Phantom_Engineer@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 天前

      Realistically, who would even buy Windows Lite? What advantage would it have over regular Windows AND Linux systems?

      • DougPiranha42@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        8 天前

        A Windows that could run Office and Adobe software for work without giving the user brain damage? Sounds like a nice idea, maybe could even compete with Mac.

  • DupaCycki@lemmy.world
    link
    fedilink
    English
    arrow-up
    34
    ·
    8 天前

    Windows losing noticeable numbers of users is a huge net gain for society. Hopefully it continues, regardless of Microslop’s actions.

  • CalvusRex@lemmy.world
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    2
    ·
    8 天前

    10 years ago I would have said maybe. Now? Practicly everything that you run on Windows will run, in some form or another, on Linux. Even the hard to crack gaming is now becoming a non issue. There really is no point in Windows any longer.

    • GreatWhiteBuffalo41@slrpnk.net
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      7 天前

      I had no idea how easy gaming had got since my last attempt with Linux. That was until the most recent Microsoft bugs erased all my files… I was so enraged I didn’t even try to recover them, I just installed linux mint. Found out I could indeed play the couple games I’ve been holding on to windows for. Haven’t booted windows since.

      • osanna@lemmy.vg
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 天前

        well, linus won. He said when they’d write software for linux, he won. I guess he quadruple won, since microslop has their own distro

  • lil_baka@ani.social
    link
    fedilink
    English
    arrow-up
    35
    arrow-down
    3
    ·
    8 天前

    Microsoft is losing Builders fast.

    Good.

    This is why Microsoft needs Windows Lite.

    No, Windows needs to lose more users. Hope they never change.

      • Echo Dot@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        8 天前

        I don’t really know what it is, but I do know that a whole bunch of stuff doesn’t work if you don’t have it installed. That and Java.

        • MrScottyTay@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          6
          ·
          8 天前

          It’s just a framework for some code (usually that written in C#) to run on. It’s not a windows only thing either. Just that on Linux if it’s required it’ll just get installed via the package manager, so you won’t see the usual GUI installer that is often packaged with some games (even though you might already have it installed).

          • mesa@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            8 天前

            It used to be VB.net and other such stuff. It WAS pretty terrible. Ive had to pick apart some pretty horrendous applications. Then Mono/C# popped up and a lot of community effort went into making everything better. It helps that .net stole a LOT of functionality from Rails/Django/etc… and make it much easier for devs to do actual work on it.

            The problem is when we talk about .net it could be a huge combo of tech from the last 10+ years. The newest iteration is fine. Its fast at least with C#.

            • MrScottyTay@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              8 天前

              Everything from .NET Core onwards has been a blast to work with in my opinion. And it got even better when .NET 8 came out and I’ve genuinely been excited for every major release since.

                • MrScottyTay@sh.itjust.works
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  7 天前

                  Yep, it’s arguably the best thing they’ve done and still currently do I’m actually surprised the core .NET team haven’t been corrupted yet. I always find it funny that all of the bigger guys that show off the new features and improvements in their preview showcases never use windows.

                  Sadly the Visual Studio and VS Code team seem to have been corrupted though because 95% of all new features for those always seem to be centered around AI. I use Rider personally now, and Im looking forward to eventually moving over to that for work at some point too.

  • minorkeys@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    8 天前

    You need to abandon windows. You know their goals. You know they can’t be trusted. Stop giving them chances to get it right and fuck you.