I expect the tiles based desktop in Windows 8 will make if much less likely people will try to use other browsers compared with past OS's. Everything about Windows 8 seems to be aimed at dumbing down the user experience.
I don't think you can directly compile SSE intrinsics (or x86 SSE asm) to ARM. ARM's NEON vector instruction set is not identical to SSE. NEON itself isn't that bad, it's not as advanced as AVX, but is pretty much comparable to SSE. Of course it's up to the hardware manufacturer to decide how much transistors they use for vector execution units. There are (also) many x86 CPUs that split wide vector instructions to two half wide parts (P4, Bobcat, Bulldozer) and thus have half theoretical throughput. Half rate vector units are still much better than having none at all. According to ARM documents you can get over 7x perf improvements by NEON optimizations (and 2x-3x perf boost is pretty common).Performance should be pretty much horrid, though.
Especially games and graphics software using SSE/3DNow optimizations and with a large bandwidth for graphics in mind.
Window-key+pause/break - does this still work? In Win7 you can do this and click "Control panel home" in the upper left corner.Well we managed to get this on one of our testbench PCs.
All I can say is I'm really not looking forward to trying to help our 1st level guys with talking customers through doing anything with it
Basically all the phone support people in the world need to get together & blockade all the MS offices worldwide until they agree to rationalise this UI so that it actually makes some logical sense.
eg from the Metro interface you can get to full Control Panel which opens in Windows Desktop.
But from the Windows Desktop you can't actually get to it by mouse clicks other than by going to the Metro interface.
The Settings section that you can get to from the Windows Desktop actually has pretty much no settings.
When I installed Flash on the Metro IE I couldn't work out whether it was actually installing or what.
Gave up & started doing something else -> Oh look UAC wants my permission to let the Flash player install just sitting there on the Windows Desktop.
Metro IE isn't linked to Windows Desktop IE so had to reinstall Flash on that one too.
I managed to crash the Metro IE. It went whitescreen & completely unresponsive. I was able to switch away & other programs including Windows Desktop IE ran OK. Metro IE only started working again on reboot.
When I installed Flash on the Metro IE I couldn't work out whether it was actually installing or what.
IMHO, Win7 RTM was much better than Vista RTM. SP1 for Win7 was not a must waiting for.For most products, but Microsoft products in particular, don't expect a product to be half-decent before SP1. No guarantee that Sp1 will be a good product version, mind you, but before that version you're taking unnecessary risks.
Now this here, is the very very first public test version. So that's WAY worse. I'm sure they'll get it more or less right eventually ... And these early versions (should) help them get the necessary feedback for that.
What a cop-out.Win7 was basically Vista SP3 though.
What a cop-out.
I think it must have been this. Flash is not working on the Metro IE.Possible that I was confusing downloading the plugin from Metro IE -> Running it but only installing on the Windows IE?
Yes but I thought the whole point of this version of Windows is supposed to make it touch screen friendly & more simpleWindow-key+pause/break - does this still work?
So even if you program your Metro app in C++ and WinRT, you can't do normal sockets? That's the first time I have heard anything like that. Or are you talking only HTML5+JS Metro apps?Building for example an IRC client with the Metro UI isn't possible at the moment. Metro supports only the web sockets which can't be used to open a socket connection to the IRC server. The desktop side can use normal sockets but because we can't communicate between the two sides, it's not possible to create the IRC client by combining a desktop side back-end and a Metro side UI.
So even if you program your Metro app in C++ and WinRT, you can't do normal sockets? That's the first time I have heard anything like that. Or are you talking only HTML5+JS Metro apps?