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:Pointers, References and Performance on Professors Slam Java As "Damaging" To Students · · Score: 1

    OutOfMemoryError is not an exception and thus is not required to be caught. In fact, Sun recommends that you don't try to catch errors.

  2. Re:Newspaper comics on Online Cartoonist Finds Financial Success Offline · · Score: 1

    Three weeks ago, that is. Apparently I can't count.

  3. Re:Newspaper comics on Online Cartoonist Finds Financial Success Offline · · Score: 1

    Two sundays ago, actually.

  4. Re:It's only MOSTLY dead. on Toshiba Execs Declare HD DVD Not Dead Yet · · Score: 2, Funny

    It's official; ComputerWorld now confirms: HD DVD is dying

    Yes, but did Netcraft confirm it?
  5. Re:Intel just sucks. on Why Intel and OLPC Parted Ways · · Score: 1

    IMO, Intel still is the M$ of the processor market, at least in home PCs.

    Still, if it hadn't been for IBM deciding in the early 80s that having all its CPUs come from one manufacturer was stupid, AMD would never have had access to the x86 chip specifications, and thus would most likely be a footnote in the history of CPUs.

    You don't have to take my word for it either: AMD themselves say this:
    "1982
    At IBM's request, AMD signs an agreement to serve as a second source to Intel for IBM PC microprocessors"

  6. Re:I'm glad to see so many issues being resolved.. on Vista SP1 Guides for IT Professionals Released · · Score: 1

    So that not just anyone can run it on a family computer?

    Little Girl: Hey mommy, what's this "defwag" pwogwam I keep stawting and stawping wepeatedwy?

  7. Re:exFat on Vista SP1 Guides for IT Professionals Released · · Score: 1

    You didn't know that all applications run better when screenshots of Descent FreeSpace are added?

  8. Re:I'm glad to see so many issues being resolved.. on Vista SP1 Guides for IT Professionals Released · · Score: 1

    Defrag requiring administrative privileges has a really simple answer: They don't want normal employees running it in big businesses.

  9. Re:National City Lines on General Motors Embraces Open Source for New Community Site · · Score: 1

    I wouldn't be surprised. I live in an area where GM has a heavy influence; they were the number two employer here after the state of Michigan itself the last time I checked. The only public transit we have it busses. I wouldn't be surprised if they were made by GM, just like Wikipedia says Cleveland's were.

  10. Re:National City Lines on General Motors Embraces Open Source for New Community Site · · Score: 1

    I suppose next you're going to say that they killed Marvin Acme so that they could buy up Toontown.

  11. Re:Not Quite Universal on Is Apple Killing Linux on the Desktop? · · Score: 0

    GP isn't talking about a Linux dev environment, he's talking about a Perl dev environment. Since Perl is cross-platform, the dev environment should be as well.

  12. Re:You misspelled 'monkeys' on The Trouble with Virtualization - Cranky IT Staffs · · Score: 1

    Don't you mean "c-strudent?"

  13. Re:No, wait, not THAT game server... on Four Root DNS Servers Go IPv6 On February 4th · · Score: 4, Funny

    Don't worry, you'll have no trouble remembering the new address. It's b439:88fa:31d3:0507:613a:426c:99ba:02e2 .

  14. Re:Easy Answer on Where Linux Gained Ground in 2007 · · Score: 1

    We have Parallels for Mac OS X, which seems to be quite capable at running Windows programs at a decent speed, with good compatibility. What do we have on Linux? Wine? Crossover Office?

    WINE is a compatibility layer. Not surprisingly, it isn't perfect, particularly not when compared to an actual virtual machine. If you want to compare apples to apples (excuse the pun), try VMWare, Xen, qemu, or bochs. Heck, there's even a specialized version of VMWare for OSX, VMWare Fusion, that you could compare it to. However, I'm guessing that since you already bought Parallels, you'd rather not spend even more money to buy another product that essentially does the same thing.
  15. Re:Our new hanging chads. on Florida Election Ballots to be Printed On-Demand · · Score: 2, Funny

    PC Load Letter?! WTF does that mean?!

  16. Re:I bet the Mafiaa Won't Like That on WTO Awards Caribbean Country Right to Ignore US Copyright · · Score: 1

    Really? I would have thought computer chips would be a big export, too.

    Then again, I have no idea how many chips Intel, AMD/ATI, IBM, and nVidia make outside of the US.

  17. Re:flac? on Convert NSF Files to MP3s · · Score: 1

    Maybe because most CD writing programs don't have lossless codecs?

  18. Aperture Science We do what we must because we can on Russian GPS Alternative Near Completion · · Score: 2, Funny

    Hey, I have a great idea! Aperture Science should launch a GLaDOS satellite!

    Then we can all be test subjects and enjoy delicious and moist cake!

  19. No comments yet, but... on Ruby 1.9.0 Released · · Score: 0

    No comments yet (or at least not when I started typing this comment) and the second link is already /.ed.

  20. Re:If only on Python + Motion detection = Fweemote · · Score: 1

    Well yeah, I picked that little snippet because it's a bunch of functions strung together. I can understand some people finding it a bit confusing, but any Python programming with real experience can look at the line I posted and know exactly what it does within a couple seconds. Well, unless they don't know what "dir" does. Even the popen code can be figured out in context.
    ...except that, from context, you weren't trying to give an example that Python programmers could understand...

    Besides, chains like that work in most OO languages.
  21. Re:Tag "sudden outbreak of common sense" on USPTO Reaffirms 1-Click Claims 'Old And Obvious' · · Score: 1

    Just remember that tags can't have spaces in them, so tag it suddenoutbreakofcommonsense

  22. Re:Shared items are not private on Google Reader Begins Sharing Private Data · · Score: 1

    Maybe Google should just require to you accept your friends manually, just like everyone else (MySpace, Facebook, even MSN), and then, since we are already used to the idea that they will see everything we share, this won't be a problem.

    From the article, that's the way it used to work. Then Google decided to change it to share everything with everyone in your GMail contacts, with no warning that it was being changed. Surprise!
  23. Re:DNF Release Date on Mystery Company Recruiting Talent With a Puzzle · · Score: 1

    So... 18 is the year? That's one messed up date format.

  24. Re:Where's the obscurity? on Army Buys Macs to Beef Up Security · · Score: 1

    You're making the assumption that Aqua itself doesn't have services running, such as Bonjour.

  25. Re:The blind leading the blind... on Your Worst IT Workshop? · · Score: 1

    >> it is not in their best interest to create a website that alienates
    >> 2/3 of their potential viewers.

    > XHTML renders fine in MSIE so long as it's served as text/html... lay off the crack!

    Maybe, but CSS doesn't without all sorts of IE-specific hacks.