a_skeleton_03
<Banned>
- 29,948
- 29,763
Yup, should be that simple.I'm already running Windows 8.1. So you think I should install 8.1 to a VHD then upgrade from there?
Yup, should be that simple.I'm already running Windows 8.1. So you think I should install 8.1 to a VHD then upgrade from there?
Great! Thanks for letting me know.In the Technical Preview release I installed today, there is an option to disable the Start Menu and use the Start Screen.
Basically, this snippet of code is used in tons of 3rd party software that is compatible with multiple Windows versions.Microsoft dev here, the internal rumours are that early testing revealed just how many third party products that had code of the form
if(version.StartsWith("Windows 9")) { /* 95 and 98 */ } else {
and that this was the pragmatic solution to avoid that.
Code shortcuts always cause the most random odd reasons for doing things... at least they saw it and prepared for it ahead of timeThis is why they are skipping the name Windows 9:
Basically, this snippet of code is used in tons of 3rd party software that is compatible with multiple Windows versions.
Seems like the simplest explanation, although I'm sure distancing themselves from Windows 8 doesn't hurt.
God I just shit my pants reading that explanation. Such lazy programmingThis is why they are skipping the name Windows 9:
Basically, this snippet of code is used in tons of 3rd party software that is compatible with multiple Windows versions.
Seems like the simplest explanation, although I'm sure distancing themselves from Windows 8 doesn't hurt.
Completely plausible. Programmers are lazy as fuck when it comes to this kind of thing. We run into this a lot at work with lazy LDAP queries/WMI filters/etc, especially with things like OS versions.This is why they are skipping the name Windows 9:
Someone posted that code snippet on imgur and people who called it clever and inventive were getting upvotes. I called it terrifying and insane and got downvoted. WTF is wrong with people?God I just shit my pants reading that explanation. Such lazy programming
Edit: Windows 10 preview for ARM devices isn't coming until later
gotcha, I look forward to the ARM version...but isn't having an ARM and x86 version contrary to the point? or will the ARM compatability just be overall unified into the system... it would be awesome to make my surface rt 2 "a real boy"God I just shit my pants reading that explanation. Such lazy programming
Edit: Windows 10 preview for ARM devices isn't coming until later
People will still make ARM tablets. They just won't make ARM Windows tablets. They're already of dubious usefulness as it is.It depends.. Skylake will be great but ARM is a completely different beast. There are so many ARM variants out there that are evolving everyday. That said, if they can find a common architecture that has similar price and performance points to ARM then that is it.
x86/64 code will never run on ARM though, that will always be true. The architectures are way different.