Slashdot Mirror


How HP Could Turn a Novelty Into a Revolution

RobotsDinner writes "HP's TouchSmart desktop is cool, but a blogger suggests it could be the beginning of a revolution if HP were to finally make the move of ditching Windows and building a Linux distro around the TouchSmart UI. 'Hello, HP. The UI of your latest TouchSmart computer says something about you. You may not have recognized your own weaving-in of meaning, but it comes across quite clearly if one reads just right: You want out. You want to escape the world of Windows to which Microsoft has sequestered you for the better part of two decades. Ah, but you can. No longer does Bill Gates stand guard outside your cell ... It's time to ditch Windows and build a Linux distro around the TouchSmart UI ... Your captivity of innovation under Microsoft is over. You're free. Free to invent, as you might put it.'"

4 of 353 comments (clear)

  1. Gimmick by vinividivici · · Score: 5, Interesting

    From personally using/selling this computer for about a month, I can say it is nothing more than a gimmick. It's nothing more than a glorified tablet with a glossy screen. If HP were serious about trying to revolutionize an industry, chances are, they'd have to partner with Apple to use their patents. As it is now, the screen is uncomfortable, buggy, and horrifically unprecise. Plus, the computer itself is nothing special, being built on the same platform as their DV5 series of laptops. The processor is just a Core2 Duo T5750 which barely clocks at 2.0ghz. They try to make up for the mediocre processor with 4gb of 333mhz DDR2, and fail. The screen has no multi-touch capability, so using an on-screen keyboard is a pain because response time shows as much latency as someone trying to play WoW on a 28.8kbps dial-up connection. HP will never turn novelty into a revolution. These companies do nothing more than market the norm with a little more glitz, and unfortunately, the age of the keyboard and mouse is not yet over. Give me a capacitive multi-touch screen with haptic feedback that runs linux with Enlightenment or one of the other eyecandy desktop environments on a low profile desktop form factor, then we'll see if touch screens are the way of the future.

  2. Re:Slow News Day by Anonymous Coward · · Score: 5, Interesting

    If Linux were to power a nifty device that caught the attention of the masses, that'd certainly be a good first step towards gaining mass acceptance.

    You mean like the Asus Eee?

  3. Re:Slow News Day by Hal_Porter · · Score: 5, Interesting

    Yeah, I bet Tivo are really glad they picked Linux given the reaction to them from the Linux community.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  4. Re:Slow News Day by Hal_Porter · · Score: 5, Interesting

    Tivo's supplier is the kernel team and they have done nothing of the sort.

    No, Tivo's supplier is "Linux", not just kernel. Some of the user level stuff they rely on will change license terms. In fact most GPL code is licensed under "version 2 or later", so if they use that their users can just treat it as if it were GPLv3 licensed. or GPLv4 when it comes out, which might have additional anti Tivo clauses.

    Anyway, if they are unhappy with the licensing terms they can always write their own code.

    Like I said, I'm sure they're really happy they chose Linux under one set of license terms only to find the terms changed without them agreeing and specifically to put them out of the business. The worst thing is they don't know yet what the impact will be yet - if some crucial user mode piece of code changes to GPLv3 they might need to rewrite it. If they complain they get told to "write their own code".

    Uncertainty like this makes businesses anxious. That's why they mentioned it in their SEC filing. And why I suspect they're better off migrating away from Linux to reduce the risk of people adding clauses to the GPL designed to destroy them.

    Face it the FSF and most of the community don't want them to use Linux in the way they do.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;