Slashdot Mirror


User: Kayamon

Kayamon's activity in the archive.

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

Comments · 45

  1. Re:ORLY on No More Next Big Thing? · · Score: 2, Funny

    You forgot "sharks with frickin' laser beams attached to their heads".

  2. So what *should* I use? on iTunes, One Billion Suckers Served? · · Score: 1

    Any format will be obsolete in 20 years. (remember 8-track?)

    If I get all my music in MP3, maybe players in 20 years won't play them any more.

    So what do you suggest I use?
    What exactly is wrong with iTunes?

  3. Re:BS on 'Misleading' COD2 Ads Pulled From UK · · Score: 1

    > Well, it was an "actual" cut-scene from the game. :/

    I don't think it was actually. The cut-scenes in the game were all done "in-engine".

    The footage from the advert was pre-rendered at much higher quality.

  4. Re:End Game on Orson Scott Card on Games, 21 Years Ago · · Score: 1

    Ah, but he did also do the swordfighting insults in "The Secret Of Monkey Island".

    I think that earns him some credit.

  5. Time-lapse photo finishes on Homemade Digital Cameras · · Score: 5, Informative

    This is kinda similar to the technology they use for doing photo-finishes in track & field races.

    See here - http://www.sportingworld.co.uk/newyearsprint/pics/ 2004/photofinish_75pc.jpg

    The best ones are when somebody puts their feet on the finishing line, and it gets stretched out to several "metres" long.

  6. "Studio"? I think not. on Piracy Setup Discovered in WV Capitol Building · · Score: 5, Insightful

    Pff... That's not a audio/video studio... that's just a guy downloading and burning some DivX movies.

    I think "tens of thousands in state funds" is possibly a bit of an exaggeration.

  7. Re:Dignsys not Gamepark Holdings on GP2X Linux Handheld Makers Don't Understand GPL · · Score: 2, Informative

    Who interlaces an LCD? Uh, Nintendo?

    I suggest you look very closely at your GBA next time you use it...

  8. Re:BURN ALL TLD's on ICANN Considers Single Letter Domains · · Score: 0

    The weird thing is, that link actually works already when I click it.

    Maybe .com is gone already?

  9. Re:Score One for Interoperability on Mega Bloks Wins Supreme Court Battle Against Lego · · Score: 4, Funny

    Come the revolution, you will be first against the wall.

  10. Re:Score One for Interoperability on Mega Bloks Wins Supreme Court Battle Against Lego · · Score: 1

    Aaaargh! It's not "Legos", it's LEGO.

    "Lego" is already the pluralised form. It's one of those words that doesn't use an 's' suffix, like "sheep". As in, "I dropped some LEGO on the floor."

    I guess the singular would be "a piece of LEGO".

    </rant>

  11. Re:Design of site on Google Launches Web Traffic Analysis Service · · Score: 1

    > 2. Explore

    Aha, it all becomes clear at last!

  12. Re:Emulation on Xbox 360 Backward Compatibility Finalized · · Score: 1

    I actually worked on one of the games that's on this list, and I can confirm that we didn't give them the source code for it.

    They're definitely doing a proper emulation - there's no simple recompile going on here.

  13. Only three on Watching All Six Star Wars Movies Simultaneously · · Score: 5, Funny

    Surely you mean watching *THREE* Star Wars movies side-by-side.

    There's only three. Right...?

  14. Re:Unproductive? on IBM Releases Cell SDK · · Score: 2

    Sounds like my job. I don't think there'll be any problems there. :-)

  15. Believe me, I've tried on Identity Theft-What Can Really be Done w/o a SSN? · · Score: 1

    As a UK citizen who's recently moved to America, I can assure you that it is almost impossible to get anything done without a SSN.

    I finally got one last week, which hopefully means I can actually apply for things now.
    To be quite honest, I think the sheer quantity of forms would put off any would-be criminal...

  16. Adverts on slashdot? on Google's Smart Advertising Leads to More Clicks · · Score: 5, Funny

    Great, now Slashdot's advertising advertisments.

  17. Re:Cool! on .Net Framework and Visual Studio Now Available · · Score: 1

    I remember when you used to be able to develop native Windows C++ applications using Visual Studio. Now it seems like with every release of VC they take out more and more of the features we were actually using.

  18. Re:I've seen the PS3 Instruction Architecture on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    Um. Seeing as they'll be programming the SPUs in C, how does this matter?

  19. Re:Inquirer = idiot on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    CRTs actually look less blocky than HDTV, due to the extra gaussian blur. True.

  20. Re:Not entirely true on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    It's not just extremely hard to synchronize the various tasks - it's INCREDIBLY hard! At least the PS3 has the advantage that the separate threads run in separate address spaces, which actually means it's harder to get problems due to threads randomly accessing bits of memory. On PS3 you have to explicitly send data from each processor to another. On Xbox 360, it's pretty much a free-for-all, which means no end of debugging fun. Oh joy.