Slashdot Mirror


Cringely Wants A Supercomputer in Every Garage

Nate LaCourse writes: "Real good one from Cringely this month. It's on building his own supercomputer, but with some twists." You'll probably also want to check out the KLAT2 homepage to learn more about their Flat Neighborhood Network. And since KLAT2 has been around for nearly a year (check out the poster on this page!), perhaps a 3rd generation is in the works?

7 of 277 comments (clear)

  1. Now is the time for all good men.... by BlueJay465 · · Score: 5, Interesting

    This is a very interesting concept that he is putting forth, but at the same time, how many geeks out there are going to really make use of such a clustering farm? Not everyone I know does video compression projects, and it would seem kinda prohibitive for a black-hat to set one up to break encryption codes. Could someone please tell this naive soul what useful everyday application all these CPU cycles could be used for? (if you say SETI@Home, I am going to bitch-slap you)

    Secondly, UWB seems to be the holy grail of wireless networking, yes, however is this something that the agencies of the world are going to let out of the bag so easily as he says, I can think of the CIA and the NSA having a few choice words about such "undetectable signals" being used by commonfolk after September 11th...

    Just my two cents

    1. Re:Now is the time for all good men.... by An+Onerous+Coward · · Score: 4, Interesting

      I am now telling the computer exactly what it can do with a lifetime supply of chocolate.

      Okay, we need to burn some spare cycles. Lots of them, in fact. I have some ideas. There may even be a couple in here that can be taken semi-seriously.

      * SETI@H. . . Why are you looking at me like that? Admittedly, it's cliched, and I'm the impatient type who figured I'd find my first LGM within a week. Or by the end of the year at the very latest. But I still think that it's a pretty cool thing to be doing. Or load up one of the alternatives like Folding@Home.

      * Find a buddy with a similar supercomputer, and have them play chess. Or tic-tac-toe billions of times every second (sorry, War Games flashback).

      * There are lots of mathematical problems out there just begging to have a few supercomputers thrown at them. I'm not aware of what they are, so consult your local Mathematics department and offer your services.

      * If you're not interested in doing video compression or complex scene rendering, you might be able to find someone who was. Some indie film maker who wants to play with the big kids is going to become your new best friend. Be sure to ask for a walk-on.

      * Some sort of AI project could be interesting, providing you have some specialized training. Or you just give someone at MIT telnet access.

      --

      You want the truthiness? You can't handle the truthiness!

  2. HP Did This Too by MathJMendl · · Score: 5, Interesting

    ZDNet has an article of HP building a supercomputer like this as well, called the "I-Cluster." It has 225 networked computers running Linux Mandrake (so changes could be easily made) on 733 MHZ out of the box PCs. The only catch is that is is slightly more expensive- $210,000 (minus network cabling). On the other hand, they plan to release the open source tools they made as well, so that people can repeat this.

    --


    "I have not failed. I've simply found 10,000 ways that won't work." --Thomas Edison
  3. My Hank Dietz (creator of KLAT2) story by IvyMike · · Score: 4, Interesting

    Dr. Dietz used to teach at Purdue, and I had the good fortune to take a compiler course taught by him. On the first day, when introducing himself, he came to the part where he was describing how to get into contact with him. When giving out his phone number (at Purdue, on-campus numbers were 5 digits long) he mentioed that his phone number was "GEEKS". He added, "No, I didn't ask for GEEKS, but when I figured it out, I thought it was pretty cool."

    Needless to say, it was a pretty cool course.

  4. Re:Supercomputing? Why bother. by Rasta+Prefect · · Score: 4, Interesting

    I don't know about every garage, but as someone who is currently working on a research project at a University, I can say we'd find something like this very interesting, as would a number of other departments on the campus. We've got a couple of Crays sitting around, but can't afford the cost of maintaining the things. Something like this would be way more affordable to buy and maintain for educational/research purposes where traditional supercomputers aren't even vaugely an option.

    --
    Why?
  5. Re:Supercomputing? Why bother. by Zeinfeld · · Score: 5, Interesting
    Speaking as someone who, yes, has actually worked with the big iron...

    The machine I worked on in the early 90s is still in the top 100 of the supercomputer charts (or would be if the compilers knew about it).

    While a desktop Cray-1 can now be had at commodity prices the machine is now two decades old. The obsolescence rate is nowhere near as giddy as some would claim.

    The really big iron tends to have a lifespan of about five years and is typically retired because the power consumption and maintenance costs favor a move to newer hardware. True supercomputers rarely fall victim to Moore's law. Even the KLAC machine discussed only barely qualifies as a supercomputer, 64 processors is at the low end of the scale. People have Web servers with that number of CPUs. True big iron starts with a few hundred processors and goes up to the tens of thousand.

    If by working on the big iron you merely mean you used to use IBM 3090 class machines, then the joke is on you, those machines were often obsolete before they were manufactured. When I worked at one lab I had a desktop machine (first production run Alpha) that was considerably more powerful than the CPUs of the just-installed campus mainframe.

    Fact is that many of the people buying 'big iron' in the 1980s and 1990s were incompetent. They bought machines that ran the O/S they knew, which often meant they bought obsolete IBM mainframes for applications where a ntwork of IBM PCs would have served far better. I spent quite a bit of time in institutions where wrestling control of the computing budget from an incompetent IT dept was a major issue. In fact the World Wide Web began at CERN in part as a result of such a struggle. Tim, bless him wanted the physicists to switch from the IBM mainframe CERN VM to use NeXTStep machines. One of the schemes that the CERN CN division had cooked up to force people to use the mainframe was to only make information such as the address book available on the IBM mainframe. Attempts to make it more widely available were treated much the same way that Napster was treated by the RIAA. The Web took off at CERN initially because you could access the address book from a workstation or from the VAX.

    Very few mainframes were actually designed to provide fast processing. The IBM 3090 series was actually designed to perform transaction processing for banks. As a scientific CPU it offered tepid performance at a price arround 100 to 500 times the price of a high power workstation.

    There are certain applications in which CPU cycles are still the limiting factor. Admittedly they are much smaller as a proportion of the whole than they were 10 years ago.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  6. A real supercomputer? Yes, exactly by Multics · · Score: 4, Interesting
    Your comments are true for a 486. They are not true for anything much newer. An IBM SP machine, which owns half of the top 10 on the top500 list, is basically a commodity parts built system.

    Yes, these systems are not sometimes the best for handling vectorizable jobs, but they are so inexpensive compared to the old specialized hardware that it is easier to waste cycles than build special hardware.

    As to memory bandwidth. Modern CPU caches make the question nearly moot.

    If all of this were not true, then people wouldn't be building clusters and the majority of the top500 list wouldn't be dominated by clusters. Instead there are 3 traditional architecture machines in the top 20. This is the reason that Cray (etal) no longer dominates the marketplace... commodity systems have overtaken nearly all of the specialized hardware world.

    -- Multics