Slashdot Mirror


Now That It's Here, Is There a Place For Windows RT?

concealment sends this quote from Ars: "The argument back then was this: Windows on ARM would mean discarding the thing that makes Windows entrenched and important: Windows applications. Tablets need all-new applications, and if you're going to run all-new applications then you don't really need Windows. ... In the time it has taken Microsoft to bring Windows on ARM to market, ARM's once overwhelming battery life advantage has been erased. The ARM CPUs may still have a slight power use edge, but the difference will typically be dwarfed by the power consumption of the screen. The Intel processors, in turn, bring CPU performance that is probably best in class (or close to it), and most importantly of all the ability to run the full version of Windows 8 and existing Windows applications. The hardware could look identical to the user, but if it has Intel inside, the user experience will be quite different. ... With these constraints and limitations, it's hard to see who exactly Windows RT is for. I acknowledge that there are certainly some users who will be content to use the browser, mail app, and perhaps type the occasional letter in Word or balance their checkbook in Excel: people for whom the Windows Store's current gaps do not matter. But I think a much wider selection of users will be ill-served by Windows RT."

18 of 287 comments (clear)

  1. Windows 8 by CajunArson · · Score: 4, Insightful

    As a tablet OS, Windows 8 is actually pretty nice. It's just that it's being crammed down our throats outside of tablets that makes it a PITA.

    As for RT vs. x86, I'd lean toward x86 unless there's a major price advantage to ARM. The Clovertrail chip looks to have good performance and battery life, so there's no massive technological reason to pick one over the other. Application compatibility is a nice win for x86 BUT.. the truth is you'll likely not want to run desktop applications on a tablet anyway.

    --
    AntiFA: An abbreviation for Anti First Amendment.
    1. Re:Windows 8 by bananaquackmoo · · Score: 5, Insightful

      "unless there's a major price advantage to ARM"

      Hint: there is.

    2. Re:Windows 8 by viperidaenz · · Score: 4, Informative

      Atom CPU's have already sold as low as $19 a piece.

    3. Re:Windows 8 by jonbryce · · Score: 4, Funny

      They currently have a 0% market share, behind the market leaders Apple, Android and even Blackberry.

    4. Re:Windows 8 by viperidaenz · · Score: 4, Informative

      Atom Medfield and Clovertrail are SoC's. They have integrated memory controllers and GPU's. Regrettably Intel don't have public pricing on Medfield and Clovertrail Atom's

    5. Re:Windows 8 by VortexCortex · · Score: 5, Insightful

      The only way that future windows applications will work on both ARM and x86 is if people start developing for that now. They need just enough marketshare to warrant the added development time* for developers to make both an ARM and x86 version so that windows 9 or windows 10 on both will actually be appealing

      No. You see, C# uses a virtual machine. It's MS's version of Java. That's their strategy for cross platform. Thats how XNA code runs on my PC and on the XBox without change. They call it "Managed Code" -- Bytecode in a Virtual Machine. Hint: Android uses the Java language, and Davlik VM for cross platform.

      MSVC is not what developers really need to be using to ensure future relevance. OSs are becoming Irrelevant (actually have been for a long time). We developers only care about getting our software running on as much hardware as people want it too. There's no reason at all to limit our marketshare needlessly.

      With an entrenched code base tied to a proprietary compiler suite you're at the OS vendor's mercy. What's smart is to use a cross platform framework like Qt, GTK, or another OS abstraction layer and compiler toolchain, for any new projects. A minimal OS abstraction can be created in a weekend (I know because that's how long it took me to make my own GLUT replacement)... In this way I don't have to do ANY extra work to get code additions to compile for x86, x64, ARM, PPC on GNU/Windows, GNU/Linux, GNU/OSX, etc.
      I "git pull & make" and I'm done "porting" from any supported platform to another -- And this is for 3D Game Code (programs notorious for being hard to port). For any other programs it should be a no brainer. Cross platform toochain or bust. Ah but C# really only works well on Windows, so MS is pushing that hard -- Native compiled code instead of MS byte-code means they can't be your exclusive platform as easily.

      VMs are OK, but they're slow for things that actually need performance of running on the metal. What we need is a cross platform object code format that the OSs then link into binaries at install time... (Gee, someone ought to make such a compiler / OS) Since we don't have such a system the next best thing is either a VM with JIT compiling, or building binaries for each target platform.

      I gave up trying to create code that I could compile with all the popular toolchains: MS/Windows and LLVM/OSX & BSD as well as GNU/Linux. I could have gone with LLVM over GCC, but I'm more familiar with GAS, so I picked a GNU based userland & toolchain. An MS compiler wasn't even on the table -- They have no cross platform OS agnostic compiler (publicly) available. A brand new processor can come out tomorrow, say, a 48 core AMD 128 bit processor with a totally new instruction set: LEG. As soon as it runs GCC (read: Linux) all of my code can run on it.

      W8? An OS? ... OS?! ... Screw OSs. They're just the platform you use to get your software on. Your OS choice shouldn't affect what software you can run -- We solved that problem in the 70s, now it's time to actually start using the damn solution already. Not servicing market segments due to compiler choices is like throwing away perfectly good money.

  2. I remember by wbr1 · · Score: 4, Funny

    I remember WindowsNT. What happened to WindowsOT, WindowsPT, and WindowsQT?

    --
    Silence is a state of mime.
  3. Oh do shut up by AmiMoJo · · Score: 4, Insightful

    Another in the seemingly endless torrent of stories about how Windows RT is imminently about to fail. Get back to me after xmas at the earliest. It is too soon too tell, all we know now is that a bunch of big name manufacturers are at least willing to give it a try.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  4. Windows RT == Zune by tekrat · · Score: 4, Interesting

    in other words, supported for a few years and then dropped when there's zero financial incentive to keep it going. It will be treated by developers as a dead-end, so there will never be compelling apps, which will sign the death-warrant.

    --
    If telephones are outlawed, then only outlaws will have telephones.
  5. Win 8 RT by erp_consultant · · Score: 4, Insightful

    For me it's a non starter because you can't run existing Windows applications on it. Microsoft delivers a scaled down version of Office on it but it doesn't include Outlook. Apparently there is some sort of other email client on it. Why would I buy one of these things if I have to go out and buy new software for it? If I'm going to do that I might as well get an iPad or Android tablet. Those two also have a much, much bigger selection of titles in their respective app stores compared to MicroSoft.

    I don't understand why the RT was released before the x86 model since RT seems to have a much more limited audience. Maybe there were some manufacturing delays with the x86 model? If I were going to buy one of the Surface tablets (and I'm not) I would go for the x86 model.

    1. Re:Win 8 RT by Jeremy+Erwin · · Score: 4, Informative

      Outlook is needed for legacy reasons. I'd really like to know if MSIE 6.0 will be supported on these devices.

  6. Re:The Magic 8 ball says ... by Joe_Dragon · · Score: 4, Funny

    a system error has occurred

  7. Re:The Magic 8 ball says ... by Tough+Love · · Score: 5, Insightful

    Let's be specific about it. The place for Windows RT is to occupy the void formerly filled by Windows CE, with similar success. A Windows that isn't really Windows. Just the thing to irritate the same sheeple who once raised Microsoft up to the dizzying heights of world's most valuable company.

    Just a historical note apropo to nothing in particular: when Alaric I marched into Rome to sack it in 410 AD, much of the city had already reverted to swampland. The aquaducts had long since silted up and the sewers weren't working. What Romans remained were living in squalor. So much for former glory.

    --
    When all you have is a hammer, every problem starts to look like a thumb.
  8. Re:I think it is aimed at businesses and academia by MightyMartian · · Score: 4, Insightful

    But my netbook is still far more functional than a tablet or a phone. For what I use those devices for, I don't actually need to do much in the way of actual office app work. In fact, even a netbook is too cramped for that, which is why I still have my PC and my notebook, because they have full sized keyboards and bigger displays (the latter is absolutely key to spreadsheets, many of the ones I have I normally work with on dual monitors).

    I'll be honest. If my tablet or phone can just display the powerpoint presentation or Word document, that's good enough for me. I cannot imagine anyone seriously want to use a tablet as some sort of out-of-office workhorse. For a touch typist like myself, I doubt I can get much beyond 20-30WPM with considerable errors on a touch screen. A real keyboard, even a crappy neo-chiclet keyboard, is infinitely superior.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  9. Its niche by Tarlus · · Score: 4, Insightful

    Windows RT will be right at home with people who have, until now, been okay with the fact that their Android and iOS tablets are not running a desktop class operating system. They just want the basic web and multimedia functionality.

    The bigger question is this: How will Microsoft educate consumers about the difference between RT and 8; ARM and x86?

    --
    /* No Comment */
  10. Windows RT for Kiosk, POS, Control systems? by Jonah+Hex · · Score: 4, Insightful

    What struck me when I first heard that Windows RT will look like Windows 8 but won't run the same apps was that it'd be perfect for systems that traditionally run special purpose software on top of Windows. So as the title says, Kiosks, Point of Sale, and Control systems where they can trade on the fact that standard Windows vulnerabilities like viruses won't run on the ARM. - HEX

  11. RT == SecureBoot by mdmkolbe · · Score: 4, Insightful

    Microsoft requires all ARM devices implement SecureBoot with no way to turn it off. So, no, I have no place for RT.

  12. Re:The Magic 8 ball says ... by blueish+yellow · · Score: 4, Funny

    Curse you, I've just lost an hour on wikipedia!