Slashdot Mirror


User: VGPowerlord

VGPowerlord's activity in the archive.

Stories
0
Comments
4,725
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,725

  1. Re:Oracle Sucks on Oracle Lines Up Unbreakable MySQL · · Score: 1

    Haha Brilliant. What would PgSQL do?
    Divide by zero error, but only because it tries to emulate Oracle as closely as possible. :P
  2. Re:*sigh* on Gentoo On Server Considered Harmful · · Score: 2, Informative

    The stable one's no more bleeding-edge than Ubuntu.
    Which is itself a fork of Debian unstable. Makes you think, doesn't it?
  3. Re:It's a dirty job on Gentoo On Server Considered Harmful · · Score: 5, Insightful

    Servers are not the place for bleeding tech. Servers are the place for stability.

    That is, unless you really dislike your customers that much, be they actual customers or other divisions in your business.

  4. Re:As for Tim Shafer, three words: on Mysterious Games Lurk In The Future · · Score: 1

    I imagine the load times are a lot lower for systems that have a hard drive.

    The PS2 version read everything from the DVD.

    To be honest, I haven't played through to the end of the game. The load times annoyed me too much, and I shelved the game.

  5. As for Tim Shafer, three words: on Mysterious Games Lurk In The Future · · Score: 1

    Reduce load times.

    Seriously, if I'd reveiewed Psychonauts for the PS2, you'd have some serious down marks for the load times, particularly for the store just outside the starting area. It's two small rooms! It doesn't need 30 second load times in each direction! Geez, did you let the development team for Spyro: Enter the Dragonfly do your loading code?

  6. Re:#1 Reason to Buy iPhone...It Works on Apple Turning Cell Phone Market Upside Down? · · Score: 1

    even though I know they will upgrade it over time,
    for $129 a pop after the first upgrade. ;)
  7. Re:Myspace is the new AOL on MySpace and GoDaddy Shut Down Security Site · · Score: 1

    That's sad, because part of a court's purpose is to uphold our freedoms.

  8. Re:Quick Release? on First Vista Service Pack Due Second Half of 2007 · · Score: 1

    OK.

    However, in response to the great-gandparent, that's still an average of more than one service pack a year from the time Windows 2000 was launched worldwide on February 17, 2000 to the time the last service pack (4) was released.

  9. Re:Quick Release? on First Vista Service Pack Due Second Half of 2007 · · Score: 1

    Maybe I'm wrong, but didn't Windows 2000 hit SP4 by late 2002?

  10. Re:Can you say Sierra? on 7 Game Franchises They Drove Into the Ground · · Score: 1

    What little of King's Quest 8 that I played was terrible. It DID use an FPS-style interface, and sucked because of it.

    On another topic, LucasArts drove Monkey Island into the ground with Escape from Monkey Island... at least with the PC version.

    Seriously, eschewing the point-n-click adventure game interface (that LucasArts pioneered in the late 80s) in favor of weird keyboard controls in order to navigate still 3D environments...?

    Yes, I'm aware that Grim Fandango actually introduced this control scheme, but Grim Fandango wasn't a sequel to 3 point-n-click adventure games, either.

  11. Problems with Starcraft? on Koreans Advised to "Avoid Vista" for Now · · Score: 1

    Is that why Korea can't upgrade to Vista... it doesn't play Starcraft correctly?

    Oh well, I guess that means they have to wait for the Vista enabling patch.

  12. Re:Open Java? on IBM Releases Fastest SDK For Java 6 · · Score: 4, Informative

    I forgot to include my sources for that:
    Behind the scenes -- from Mark Reinholds Blog.

  13. Re:Open Java? on IBM Releases Fastest SDK For Java 6 · · Score: 5, Informative

    Sun didn't want to delay the launch of Java 6, so it's Java 7 that's open source.

  14. Re:Using Vista for a bit on Microsoft Admits Vista Has "High Impact Issues" · · Score: 1

    It was XP. I remember having the same problem with Roxio Easy CD Creator 5, even though it worked fine in Windows 2000.

  15. Re:It means Apple has focus on Why the iPhone Keynote Was A Mistake · · Score: 1

    Yes, because Macworld is not the place to talk about Macintoshes.

    Wait a minute...

  16. Re:Carriers on Why the iPhone Keynote Was A Mistake · · Score: 1

    Actually, it is AT&T again. They've already rolled out advertisements for the name change.

  17. Pump 'n Dump: A Howto by SCO on The Anatomy of Pump n' Dump Stock Spamming · · Score: 3, Funny

    1. Announce to everyone that you own UNIX. Make sure to grab a lot of media attention.
    2. Sue IBM for stealing your code. Make sure to grab a lot of media attention.
    3. Sell off stocks after everyone else buys, but before anyone realizes that you don't actually have any evidence that IBM stole code.
    4. Profit!

  18. Re:How to pay for signed drivers? on Apple to Charge for Boot Camp? · · Score: 1

    I would hope that Apple's keyboard, mouse, and webcam drivers for Windows are user-mode drivers, which can be run as unsigned under all versions of Vista.

    I'd be more concerned about the drivers that can't run as user-mode drivers, such as video and audio.

  19. Re:For those only having a few Win32 applications. on Apple to Charge for Boot Camp? · · Score: 2, Insightful

    Why not just get Office for OSX? Granted, it doesn't have Outlook (it has Entourage instead), but that's not necessarily a bad thing...

  20. Re:Looks like I'll stay with Tiger then on Apple to Charge for Boot Camp? · · Score: 1

    I could have sworn I saw FIPS around before 1999.

  21. Re:A replacement for "folder" on Labels Not Tags, Says Google · · Score: 1

    My personal preference is Pictures/Christmas Trip 2006

    Yes, that's only 2 directories deep. Yet, it describes exactly what they are in the order that I'll be looking for them.

    It really depends on the task at hand; I used to sort my college classes by year/semester/class

  22. Re:Translation needed on Microsoft Answers Vista DRM Critics' Claims · · Score: 1

    I forgot to change Awesome to Aweful. Oops.

  23. Re:Translation needed on Microsoft Answers Vista DRM Critics' Claims · · Score: 1

    Windows Has Awesome Things
    That Help E-diots
    Foul Up Computers, 'K?

  24. Re:Improved multi-byte support? on Ruby On Rails 1.2 Released · · Score: 1
    No, they're not. UCS-2 and UTF-32 are fixed width encodings, not multi-byte.

    UCS-2 was a bad example, as it has been phased out in favor of UTF-16.

    The technical introduction to Unicode states "The Unicode Standard defines three encoding forms that allow the same data to be transmitted in a byte, word or double word oriented format (i.e. in 8, 16 or 32-bits per code unit)."

    You'll notice that only the first is listed as byte? That's because a word as they have defined it is two bytes long. Two bytes is, of course, more than one byte, thus the term "multi-byte." The UTF-8, UTF-16, UTF-32 & BOM FAQ has a nice table with the minimum and maximum bytes/character that each encoding takes.

    (For reference, the Unicode standard refers to the full size of a character as a "code unit" or "code value," rather than a byte.)

    And if UTF-8 is not eventually supported natively by Ruby, then the Rails implementation will still be needed. The rest of the internet is not going to drop UTF-8 just because Ruby does not support it.

    This slide, from a presentation given by the Ruby's author, Yukihiro "Matz" Matsumoto, indicates upcoming support for UTF-8.
  25. Re:Rosegarden and Ardour on Music Sequencing Software for Unix? · · Score: 1
    I've never done much with MIDI sequencing, but I love my video game MIDI music. :-)

    Hear, hear! I know that feeling very well.

    P.S. Did you know that VGMusic.com turned 10 years old at the end of 2006?