Slashdot Mirror


HP Unveils 'The Machine,' a New Computer Architecture

pacopico writes: HP Labs is trying to make a comeback. According to Businessweek, HP is building something called The Machine. It's a type of computer architecture that will use memristors for memory and silicon photonics for interconnects. Their plan is to ship within the next few years. As for The Machine's software, HP plans to build a new operating system to run on the novel hardware. The new computer is meant to solve a coming crisis due to limitations around DRAM and Flash. About three-quarters of HP Labs personnel are working on this project.

11 of 257 comments (clear)

  1. Re:Run a completely new OS? by maliqua · · Score: 5, Insightful

    as someone who has worked extensively with HP-UX:

    No its not good enough.

    As for other Unixes well HP likes to sing their own song even if its off key and makes no sense

  2. Inspiring by Anonymous Coward · · Score: 5, Insightful

    Finally! I'm so glad there's something to feel intrigued about in technology. I miss all the corporate labs doing amazing things.

    1. Re:Inspiring by fuzzyfuzzyfungus · · Score: 5, Funny

      Finally! I'm so glad there's something to feel intrigued about in technology. I miss all the corporate labs doing amazing things.

      Unfortunately, while three quarters of the lab are working on that project, the other 25% are working on a way to make it rely on proprietary consumables and require 'FPU head cleaning' with tedious frequency.

  3. HP Inspired by Apple: Think Different by BoRegardless · · Score: 5, Interesting

    Well, Meg Whitman had the guts to say "Find them some money" when HPLabs proposed the "Machine." I wish HP all the success.

    It is about time some corporation stepped up to the plate other than Apple and jump-starts mega-improvement in major devices.

    My first time sharing "Mini-computer" (was not mini sized), desktop engineering computer (using mag-strips pre-HP45), & then the HP35-41-45-75 were all incredible computing devices for their day.

  4. Re:Run a completely new OS? by Anonymous Coward · · Score: 5, Informative

    "Fink has assigned one team to develop the open-source Machine OS, which will assume the availability of a high-speed, constant memory store. Another team is working on a stripped-down version of Linux with similar aims; another team is working on an Android version, looking to a point at which the technology could trickle down to PCs and smartphones." RFTA.

  5. Re:Run a completely new OS? by operagost · · Score: 5, Funny

    It's clearly a smokescreen to their secret plan of porting OpenVMS to it.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  6. One spec the article fails to mention by Anonymous Coward · · Score: 5, Funny

    The new computer does not run on electricity. It runs on a new fuel cell that requires ink.

  7. Good news... by ndykman · · Score: 5, Insightful

    While HP Labs may not be what it was, it is good to see that HP finally has a CEO that will give them the funding they need to go for the big ideas. We need more research and development funding period. The government needs to increase funding for the NSF and other organizations. And, yes, big companies need to start making long term investments. Microsoft Research is growing. It seems HP Labs is growing again.

    Let's hope other big players step up too. I'm tired of money being thrown at yet another mobile application and having that being held up as a paragon of innovation. People are being critical of HP investing in this while Facebook throws 19B of assets at a messaging application? What's wrong with this picture?

  8. Re:Is unix the last operating system? by Immerman · · Score: 5, Insightful

    I doubt it, forever is a long time. But I imagine most OSes for centuries to come will have bsd or linux in their ancestry. It's simply a matter of efficient allocation of resources - a modern OS is a massive, complicated system - why reinvent the wheel when you can adopt extremely flexible existing technology for free? Certainly there may be room for other OSes, but only if you're doing something fundamentally new, and probably initially simple. Otherwise why waste the resources building something from scratch when you could instead spend those resources refining or replacing the specific bits of a 'nix that *almost* does what you want?

    And actually I find the prospect heartening. In the consumer market early on we had a wide variety of Oses, one for each machine almost, and all of them were embarrassingly simple by modern standards, and highly incompatible with each other. Then the PC and DOS took over, and it was... well not *good*, but adequate. And the proliferation of DOS, and later Windows opened the consumer world to the easy exchange of software and data, rather than being unable to share your C64 stuff with the CP/M user down the street. Obviously all the non-PC users missed out, but they had become a small minority. The only problem was that Microsoft was an expansive monopolistic tyrant, and any time it expanded into new markets it did everything in it's power to crush any competition, destroying many good products and companies, and leaving us with barely adequate MS products across a wide spectrum of the lucrative business software spectrum. And of course they ruthlessly defended their core OS market, which was so often the key to crushing their competitors.

    Then Linux grew up, and today we are beginning to have a vibrantly competitive OS market once again. True, it's mostly Linux-based, but Linux has become so flexible that various distros, especially specialty stuff, can bear little resemblance to each other - and yet software built for one distro can generally be recompiled for another with only minimal porting effort. A world of many varied and competing, yet mostly interoperating OSes is within sight.

    Now if we could just settle on some sort of cross-linux application wrapper so that something like PortableApps.com could be possible for Linux I'd be happy. There've been several projects attempting such a thing, but so far none has gained significant traction - the best option so far seems to be to use Windows programs and Wine - I can't tell you how many programs I use that I simply can't find for a modern Linux distro - they get abandoned for one reason or another, and without binary-level backwards compatibility or someone competent and interested in porting them to each new release they become practically impossible to run. Meanwhile I can still run those old DOS 2 programs pretty much anywhere with at most an emulation layer.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  9. Re:Run a completely new OS? by gamanimatron · · Score: 5, Interesting

    When your 500GB "disk" is directly addressable on the system bus and has the same latency as RAM, some of the design decisions in existing *nix look a bit questionable. Example: Does the additional work of implementing virtual memory (fundamental to most kernels) still make sense? How necessary is a file system *at all*? Could it be replaced with some other method of indexing data?

    You certainly could just stick most of the storage in a ramdisk and run linux, but there might be massive performance gains to be had in the file (data?) serving and database spaces if the server software and the kernel it's running on are designed specifically for stable direct addressing of everything.

    --
    cogito ergo dubito
  10. Some more details by tk2x · · Score: 5, Informative

    I'm sitting in the conference room where this was just announced at the HP Discover conference. The idea is to use photonics for interconnects, so that the limitations of copper don't require physical proximity to memory. And they want to use oxygen atoms with doubly-negative charge (ions) for data storage. The concept is to partner with universities to do some fundamental research and major changes in OS design to have a machine that can scale processor access to 160 PB of memory storage in microseconds.

    None of this comprises fundamentally new ideas, but they are working hard to actually make it happen, which is pretty cool.