6 ms·
I have faith in MS software development - I believe they can get windows on ARM working - but as far as I can tell, all non-Apple ARM hardware implementations a
by kyleplum 4y ago
I have faith in MS software development - I believe they can get windows on ARM working - but as far as I can tell, all non-Apple ARM hardware implementations are significantly lacking in the laptop space. There are vendors making decent phone chips, but I've seen no indication of the ability to scale up to a laptop in the way Apple Silicon has.
- MBCook 4y agoYeah, my impression is that the arm windows laptops were basically using cell phone chips. And if you consider that arm cellphone chips are already behind Apple cellphone chips (which the M1/2 improved on)… not great performance for windows.
- cowtools 4y agoeven if they can get windows on ARM working, they still need to get vendors to distribute ARM versions of their software. This is another leg up for apple and the humble penguin.
- mwcampbell 4y agoHow is this an advantage for desktop Linux? Yes, open-source software can simply be recompiled, but desktop Linux-based platforms (particularly GNU/Linux) have never been great for proprietary app developers, and adding ARM to the mix doesn't make this any better.
- macintux 4y agoApple’s key advantage here, though, is one Microsoft would never voluntarily embrace: abandoning x86-64 in favor of ARM. Apple is willing to force its partners and customers to make the switch or get left behind. Microsoft would never do that, so Windows on ARM will presumably languish in application support indefinitely.
- SoftTalker 4y agoYes Apple is walking on familiar ground here. They abandoned M68K, then PPC, now Intel. They know they can do it, as they have done it before, and their customers will follow along, as they have done before.
- Shadonototra 4y agox86 is dead, full of security issues and is energy-intensive smartphones, even embedded devices, including cars nowadays are all on ARM, servers are building momentum too, not because it is shiny, but because of tangible gains on many aspects > Apple is willing to force its partners and customers to make the switch or get left behind. That's not true at all, the chip doesn't matter when you sell software, hardware and services It's like changing the internals of your Camera to provide a better experience and quality, why do you care about it? in fact you don't! You want a better Camera, company will pick what's best for the better Camera Apple provide a transparent translation layer to accompany the transition with Rosetta, it's effortless for the users That's the problem of Microsoft, they are incapable of designing proper UX solution to accompany their customers to better solutions, instead they force their customers to be stuck with inefficient solution, Microsoft don't even care nor dare cleaning their OS to provide up-to-date solutions It's a bloaty mess of 5 generations of different UI/UX Choosing Windows prevents you from having a seamless experience from your Watch -> Phone -> Desktop -> Car That's what Microsoft fanboy don't understand, they protect their poor decision making, their inefficient products and ultimately, it leads to the death of their products Microsoft Windows consumers are stuck That's why Windows Mobile, Metro, UWP, WinUI all flopped, the platform is no longer up to date And it's not just a chip issue, it's the whole ecosystem and culture, always too late to make changes, and here, incapable of providing a transition path, hence they are failing behind apple
- paulmd 4y ago> x86 is dead, full of security issues to be clear though: spectre/meltdown are not an x86 issue. POWER, SPARC, and indeed even ARM (although only some of their products have OoO/speculation) were affected as well. There is no magic to ARM that magically makes it secure if you don't protect against side-effecting. I generally agree with the rest of your points, Microsoft is stuck in legacy hell with x86 and they are stuck with a customer base that specifically values that (everyone else has departed for linux or osx, they have "dead sea effect"ed themselves into a high-maintenance customer base), and they've done a super shitty job in general with 5 different generations of UX lava-layered over the top, and x86 is clearly falling behind in energy efficiency. But security isn't something intrinsic to ARM or x86, you can design a secure x86 processor and you can design an insecure ARM processor.