I am seriously impressed with Microsoft. I haven't used windows in years but they are releasing tons of useful things. VSCode is great on Ubuntu and every version of OS X I have run it on. Plus tons of other cool things like bash on win; etc. Also, I have a bizspark Azure subscription and it's not a perfect UX; but man does it beat AWS
I agree, what Microsoft shows us today is a real evolution of a software-engineering empire done (mostly) right. The sad fact is that this open-source love + tons of goodies for developers comes after decades of pain and suffering, which were not really "killing" Microsoft, but they were risking a lot. Now they're flying, leaving Apple far behind (Apple completely lacks a multi-tier engineering vision), but if they g…
Windows 10 on ARM
201–210 of 290 posts
Re: Windows 10 on ARM
#202Odd thought: the existence of an ARM Windows, makes it much simpler for Apple to ship ARM PCs. The macOS development stack has been re-tooled to output LLVM bitcode within its "fat" binaries for a good while now. It'd be very simple for Apple to throw the switch on a compile farm ala the one Google has for Android APKs, and suddenly have ARM downloads for everything on the Mac App Store (without requiring any re-subm…
This idea keeps popping up. LLVM bitcode is way too architecture specific to allow that to happen. Chris Lattner has stated it himself.
However you are forgetting three very important points:
1 - Apple is free to use their own fork of LLVM bitcode
2 - Apple controls what those bitcodes actually mean on their compiler stack
3 - LLVM guys already had a few talks at LLVM conferences about creating an actual platform independent form of bitcode
Re: Windows 10 on ARM
#203Earlier quoted context omitted.
For me it's way shittier to have an insecure phone. I would even install a Clippy launcher on Android if I could have the latest security and feature updates the same day that they are released (without changing phones every year or using custom ROMs).
Those are not the only 2 alternatives. For instance, iOS has neither of these problems.
Any phone above 300€ is not worth my money, I am not buying a gaming desktop.
Re: Windows 10 on ARM
#204There have been rumors of a 'surface phone' that runs Win 10 (not mobile) for a couple years now. Most expected some kind of future Intel chip to enable that, but ARM support certainly opens up the possibility. Just what Windows phones need - another OS change!
Fear not Windows Phone is just about dead.
Seems pretty alive to me.
Re: Windows 10 on ARM
#205Earlier quoted context omitted.
Except when you develop a cross platform IDE and emulator that requires feature parity across them all.
Feature parity does not mean the exact same tools on every platform. Trying to be identical across 3 platforms always means adopting the lowest common denominator and always results in being equally shit on every platform. It's astounding that people still try to ignore the last 30 years of evidence of this.
>Trying to be identical across 3 platforms always means adopting the lowest common denominator and always results in being equally shit on every platform.
In that case we're fortunate that Xcode isn't cross platform.
Re: Windows 10 on ARM
#206Microsoft are seriously killing it in emulation these days. First I was amazed with them getting Xbox 360 (PPC) games running at full speed or better on the Xbox One (x86) and now we have x86 on ARM. They have some wizards working on this stuff. Edit: I wonder if Dave Cutler is involved in this x86 on ARM stuff? I think he was with the Xbox 360/Xbox One.
Don't forget they also did Xbox (x86) --> Xbox 360 (PPC) emulation. It worked pretty decently well too.
Re: Windows 10 on ARM
#207Microsoft is one of the few companies that really grok Systems Software right now.
Re: Windows 10 on ARM
#208What about .Net on ARM?
Re: Windows 10 on ARM
#209Earlier quoted context omitted.
They pressured google. That was the point. Google does not give a flying fuck about developer experience. I am not saying that is wrong or right. I am saying this was the case for Google for many years. They just didn't give fuck about the experience. But look at the timing. Everyone was nagging on google for years about slow emulator. They didn't do shit for years. Microsoft released an emulator, which was superior…
I think you are wrong on the Google front. Google did everything to please devs. Take apple for example, they won't think twice about refusing your app. Google OTOH, since the early days, lacked so much in the Appstore, that they let all sort of trash inside. They just wanted the devs more than quality.
Re: Windows 10 on ARM
#210Earlier quoted context omitted.
The problem there if I am not mistaken is the CPU Virtualization extensions that can't handle multiple hypervisors using them at the same time.
That's true but it sure is convenient for Microsoft, and they are exploiting it as far as they can with the Credential Guard feature.