Slashdot Mirror


User: Blind+Lemon

Blind+Lemon's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:Unimpressive performance on Cray SX-6 Installed in Alaska · · Score: 1
    i believe that to qualify as a supercomputer, a machine must be able to perform a gigaflop (one billion floating point operations in one second of time), which many, many consumer-level machines can do. so yeah, you're right, it's not that super by today's standards; perhaps they should redefine the term "supercomputer".
    I don't think there is a standard definition of the the term. The comp.sys.super tries to give an answer, but it is a little squishy.
    apple released a bunch of data about their dual-cpu machines claiming they can pump out 15 gigaflops. that's approximately 25% of what this cray is capable of. given current cheap computing performance, i don't see how cray will be able to make this machine appealing to anyone without making it really cheap. $10k? $8k?
    It's true that the market for "old-school" supercomputers seems to be shrinking, but I think you're glossing over a lot of things when you make the claim that a 2-head Mac has 25% of the capability of this computer. There is something to be said for memory size, memory bandwidth, and I/O bandwidth which don't figure in to your calculation. The Mac is unlikely approach 15 gigaflops except on a problem that fits in cache.
  2. Her Funky Highness on Review: Star Wars Episode II, Attack of the Clones · · Score: 1
    In Seattle a local bar had a Star Wars celebration by showing the Turkish version of Star Wars. It's hard to describe, but if I just say that it did not have a Death Star or Lightsabers and there were a lot of horses, I think you get the idea.

    We also watched the 1978 Star Wars Christmas special. I can report that it is a lot of fun to watch when you're drinking gin.

    Happy life day!

  3. Re:Why why why? on Blade Director to Adapt 'Akira' For Western Audiences · · Score: 1
    Making it more "accessible" is just anther way of saying "dumbing down".

    I dunno. I think that maybe making it "accessible" means adding more product placements.

  4. Re:Newsweek hasn't heard of KDE yet on Will CS Students Switch From Microsoft? · · Score: 1

    I guess Microsoft has taught the media that anything less than version 3.0 isn't a really out of beta testing yet.

  5. Re:Additionally on Google Prefers DRAM to Hard Disks · · Score: 2, Interesting
    With hard disks you have things like RAID to protect against disk failure. No such thing with RAM. Sure, you can get protection from a bit going bad, but not for loosing a chip.

    The company I work for makes computers with a lot of RAM and so we've been researching how to survive a RAM chip failure, but as far as I know no system implements such a technology.

  6. Re:don't these guys have jobs? on In Line for Episode II · · Score: 1
    I don't think I could get away with taking a four month leave of absence...

    This is in Seattle, we're all unemployed. Maybe they're living off .com severence?

  7. Re:I really don't get it on Damian Conway On Programming, Perl And More · · Score: 1
    When I started coding Perl I was a complete newbie. I'd done a little C and a bit of Basic and I wanted to learn how to right CGI scripts.

    Perhaps part of the reason why you don't agree with other people's assessment of Perl is that you aren't very experienced in the alternatives.

    I think Perl is a fine replacement for /bin/sh scripts. But, I have seen people write applications in Perl, and it wasn't pretty.