• Pommes_für_dein_Balg@feddit.org
    link
    fedilink
    English
    arrow-up
    56
    arrow-down
    3
    ·
    edit-2
    2 months ago

    Honestly, Microsoft should just take the L, develop Windows 12 based on a Linux kernel, and re-write most of their stuff from scratch.
    After focusing on backwards-compatibility for 40 years, they’re allowed a new start, to fix all the rotten code they inherited from the 1980’s.

    • ben@lemmy.zip
      link
      fedilink
      English
      arrow-up
      40
      arrow-down
      1
      ·
      2 months ago

      It seems like the actual windows kernel isn’t that bad, it’s mainly all the stuff on top of it at this point that is killing the OS

    • underscores@lemmy.zip
      link
      fedilink
      English
      arrow-up
      21
      ·
      2 months ago

      Oh, God I would hate that.

      I don’t want microshit software to become a standard in Linux.

      What Microsoft needs to do is keep pushing AI as much as possible until it burns itself to the ground.

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

      Shit, with the way computer horsepower has improved over the years, how hard can it be to add a legacy Windows emulator or whatever WINE is, especially when you have the original source code available?

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

        WINE is basically an adapter. It exposes a Windows API and calls the equivalent Linux APIs when invoked. That’s less overhead than an emulator which models an entire virtual piece of hardware. When you run a Windows program through WINE your computer is actually executing the code of the program just like any Linux one it’s just calling WINE libraries instead of the Windows ones it normally would.

    • ark3@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 months ago

      A man can wish but they would never do that because of GPL and thus having to also open source anything built-in/in-top by them (afaik?)

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

        They would only be obliged to open source any extra code they added to the kernel. If whatever they add lives in user space then it can be closed source (that’s one of the key differences between GPL 2 and 3 and why Linus refuses to use GPL 3). That said the problem with Windows at this point isn’t really the kernel, it’s all the user space crap they built on top of it.

    • explodicle@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      Compatability is the only reason to use Windows anymore. If they had to compete for best distribution, then they’d rapidly lose customers.

    • neon_nova@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      I remember that rumor for windows 11, I was really hopeful.

      I don’t think they really make money in windows itself.

      Why don’t they just come to linux and sell their server stuff there to keep people in that ecosystem?

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

        Er, no. A Linux program from five years ago probably won’t run on a current distro if it hasn’t been maintained in four years. A Windows program released twenty years ago and never patched has pretty good odds of running on Win10 without even needing to touch the compatibility tab.

        • richmondez@lemdro.id
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          2 months ago

          In my experience neither of those are true, on linux unless a dependency was dropped a 4 year old program will still probably work fine and a 20 year old program on windows will likely have some glitches which may or may not be problematic.