• JohnnyCanuck@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Isn’t that the point? This new layer is supposed to make it easier to port everything, and they’re saying that’s what Rosetta did for Apple/Mac.

        • woelkchen@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          to the end user it doesn’t matter if it works.

          Emulation is always slower and eats more battery. Microsoft’s laziness is proof they don’t care about that hardware, so may just as well buy an iPad Pro instead.

          • Wooki@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            Its not laziness, they have lost developers support over time and lets be honest here, Windows 8 arm was roundly laughed out the door. Expectations are now marketing hallucinated by copilot.

            This is typical Microsoft “agile”: minimum effort and delivery.

          • n2burns@lemmy.ca
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            Emulation is almost always slower and eats more battery.

            FTFY. There have been some cases where emulation actually outperforms native execution, though these might be, “the exceptions that prove the rule.” For example, in the early days of World of Warcraft, it actually ran better on WINE on Linux than natively on Windows.

            • woelkchen@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              4 months ago

              For example, in the early days of World of Warcraft, it actually ran better on WINE on Linux than natively on Windows.

              WINE literally stands for “WINE Is Not an Emulator”.

          • saiarcot895@programming.dev
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            4 months ago

            To add to what the other person said, there are some Windows-only games even today that run better on Linux than on Windows (I don’t have examples off the top of my head.)

      • vanderbilt@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        I firmly maintain that if Microsoft gave a shit about ARM, they would be defaulting every one of their compilers to produce fat x86/aarch64 binaries. The reality is, however, that they don’t care about the hardware so long as it is good enough.

        • woelkchen@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          if Microsoft gave a shit about ARM, they would be defaulting every one of their compilers to produce fat x86/aarch64 binaries

          Wasn’t the point of .NET once that native binary code isn’t needed? I’d say if Microsoft gave a shit about ARM, everything would have been ported to .NET.