Slashdot Mirror


More PlayStation 3 Grid Computing Details

gwernol writes: "Redherring has a good article on Sony's forthcoming PlayStation 3: not too many technical details but good background to the Xbox/PlayStation wars. Sony are touting the use of massively parallel 'cell computing' to get a 1,000 times performance increase over the PS2. This plan, also known as grid computing is also discussed here."

10 of 208 comments (clear)

  1. what the hell are they talking about? by bigmammoth · · Score: 5, Insightful

    this is completely worthless read. IT just throws out a bunch of buzz words and make no sense at all.

    "Buoyed by so much processing power, consumers will be able to interact with these worlds without worrying about hackers, viruses, or lost connections."

    What the hell are they talking about? I want to say some clever comment but I am not so much stupider having read that first sentence of the paragraph that I can't think of a thing to say.

    1. Re:what the hell are they talking about? by tunabomber · · Score: 5, Funny

      FYI, it's a "self-healing" article. Whenever the writer made a typo, the masssively parallel content management system dynamically replaced the mistyped word with a buzzword, making for one superintegrated synergistic media experience with meshed redundancy capabilities.

      --

      pi = 3.141592653589793helpimtrappedinauniversefactory71 ...
  2. Re:What the hell? by gerardrj · · Score: 5, Insightful

    Exactly. What we need 1000x more of is developer hours on the games.
    Teh graphics are pretty damed realistic now. The plot-lines and interactivity of most games is at about the level of the games in the 80s. Worse in many cases.

    Why do these companies continually throw processor performance at a problem that requires a larger but no more processor intensive code base.

    --
    Article X: The powers not delegated... by the Constitution...are reserved...to the people
  3. hmmmm by martissimo · · Score: 5, Insightful

    how many people will really want their bandwidth getting chewed up by a console that they are not playing, so that others can play? especially with all the talk of providers going to a capped model that allows you to transfer X number of gigs per month before incurring additional fees.

    personally if they could even make the sucker work, i would just yank the cat-5 out of the thing whenever im not playing

  4. Re:When will console makers learn... by RaboKrabekian · · Score: 5, Interesting

    There's so much wrong with this statement.

    First - it's not consoles that can't compete with PC's, it's the other way around. PC game sales are miniscule when compared to consoles. Gaming on the PC is restricted to RTS and FPS gaes for the most part - games which take advantage of a mouse/keyboard setup.

    People play consoles because they DON'T have to worry about upgrading, or getting drivers to work, or crashes, or any of the other headaches involved in PC gaming. Consoles games just work - the way they're supposed to, every time. And they work the same way on everyone's system.

    --
    "Moderate drinking can help prevent amputated limbs" -- Abigail Zuger, NYTimes, 12/31/02
  5. If you think the PS2 architecture is weird by Bobtree · · Score: 5, Interesting

    you haven't seen anything yet.

    In terms of scalability, the uber-parallel-processing-pipelined PS2 makes a lot of sense, and will continue to get more powerful in the future as its software improves. In terms of usability though, the PS2 has irked a lot of console developers because it's an entirely different beast and doesn't behave like a PC when you get down to performance bottlenecks.

    The PS3 and beyond can only continue this trend. Sony hopefully won't make the same mistake ease-of-use wise, but the PS3 will be getting tantalizingly close to the "do everything you ever cared to do in a game" performance.

    The future of this technology is hugely dependant on software capability to make sense of and utilize it. This will be the biggest hurdle, and clearly nothing like it really exists today.

    One of the next big steps may be carbon-nanotube based computing, because it will enable architectures with massive hierarchical processing power and near limitless involatile stupidly fast memory, all embedded everywhere. Carbon (and other) nanotubes will be used for both logic and memory (as well as actual display surfaces), and ultimately be laid out more like a brain than a serial system.

    I look foward having a complete system in a display where you push morphing procedures in one end which ultimately get streamed into content on the output side.

    The networked aspect will be important too, but not how it's colored in this article. Your games will ineveitably run graphics processing on your local machine, with non-realtime and background tasks offloaded to others on the network. However, distributed simulation of gaming environments will only really make sense when players become the content producers and the worlds expand procedurally to simulate whatever ideas of interest their imaginations have conjured.

    Then I just have to ask, when game consoles power the realization of our imaginations, whose world are we going to be living in? [hint: this is rhetorical, don't answer, just think about it]

  6. http://10.10.10.1/ps3/webcam/ by peterdaly · · Score: 5, Funny

    Instead of using a mouse or game controller, players might wave their hands in front of a Web cam, showing what they want to do through gestures.

    Sony...where half the fun of a game is watching someone else try to play it.

    -Pete

    1. Re:http://10.10.10.1/ps3/webcam/ by ender81b · · Score: 5, Funny

      wave their hands in front of a Web cam, showing what they want to do through gestures.

      This could lead to a disaster of epic proportions. Imagine hundreds of sexual frustrated males showing the playstation what they want it to do. Can you imagine the warranty requests?

      Good god.

  7. Re:This has to be the dumbest idea ever by guttentag · · Score: 5, Funny
    Does the parental admonition "Close the door! I'm not paying to heat/air-condition the whole neighborhood!" ring a bell? How many parents are going to allow their kids to tie up a phone line or leave the console on 24-7 to allow complete strangers all over the world to use their PS3?

    Seriously, either the author of the article doesn't know what he's talking about or Sony's been smoking something other than Xbox sales. I saw Dean Takahashi (the author) give a talk to promote his new Xbox book at the San Jose Barnes & Noble a few weeks ago. I was sitting in the cafe area, occasionally looking over to get an idea of whether the audience seemed interested in what he was saying... but they seemed so dead I didn't bother walking over.

    At the end, he distributed free X-box games to random audience members, and I distinctly remember the look on each person's face as they accepted their prize: "what the fsck am I gonna do with this?"

  8. Sounds a bit "iffy", sir by Space+cowboy · · Score: 5, Informative

    Hmm. That's very odd.

    The PS2's geometry engine is a 4x4 arrangement (16 pixel pipelines in total), so the fastest possible render is irrespective of 4x4 or 0x0. Given that a 4x4 triangle at least possesses triangular nature, I'm surprised that they would go for 0x0.

    The PS2 also doesn't use co-ordinate space of 0,0 to be anything special - the hardware has automatic scaling from an abstract 4096x4096 space into whatever resolution you happen to be working in. Typically (at 640x480), the co-ordinate (0,0) is at (1728,1808). Why then does it matter where you render the triangle ?

    Whether you draw the buffer to the screen or not is also not relevant - you can't "draw" to local memory - it's drawn to RAM with a 2048-bit bus on the same chip as the video processor. There's no reason why displaying the screen would slow that down, so why open yourself to criticism if that were the case. Odd behaviour to say the least...

    In short, I think you're wrong.

    There are detailed figures for different types of draw operation in the GS users manual. The 75 million/sec is for no-texture, flat-shade, no-anti-alias. It drops down to 16 million/sec for textured, gourard shaded, fogged, anti-aliased triangles.

    Simon

    --
    Physicists get Hadrons!