Slashdot Mirror


User: ginbot462

ginbot462's activity in the archive.

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

Comments · 721

  1. Re:History of science point 3 on What Happened Before the Big Bang? · · Score: 1

    Sounds like God is kind-of a dick.

  2. Re:Thing I learned in the marketing class I failed on Vista Security Claims Debunked · · Score: 1

    I think the point, while this may not been GP's intention, is that marketing can bring profits this quarter. R&D cannot do that.

  3. Re:Could it be possible to make superhero films WO on Marvel Studios to Produce Its Own Movies · · Score: 1

    Wow, this looks the AWESOXR too: Dr. Strange. Wong - cause comic books needed more homo-erotic undertones.

  4. A.R.S =? Scientology on A Field Trip To the Creation Museum · · Score: 1

    Am I the only one that saw this and thought, weird - alt.religion.scientology - went on a field trip to a creation museum. Did it have volcanoes?

  5. Fallout Trailers on Fallout 3, RE 5 in 2008, Final Fantasy 360 Never · · Score: 1

    I guess a note to people that haven't seen the other Fallout trailers, they are worth checking out. They were poignant and re-watchable, and at the time of Fallout 1, nothing to compare it against. Also, the Fallout 2 made me appreciate Louie Armstrong's "A Kiss to Build a Dream On" in a way I hadn't before.

    War never changes ...

  6. Western values like... on Putin Threatens US Missile Bases In Europe · · Score: 1

    ... articulate and well formed arguments, maybe even in paragraph form. Not a list of repetitive, mind-numbing sentences. That would be slashdot values.

  7. Anti-kids? on Utah Anti-Kids-Spam Registry "a Flop" · · Score: 1

    So, is that like abortion spam?

  8. Re:Now why would students do that? on Principal Cancels Classes, Sues Over MySpace Prank · · Score: 1
  9. Re:a little anecdote... on Record Store Owners Blame RIAA For Destroying Music Industry · · Score: 1

    Let's see .. Yes and yes.

  10. Re:As a record store owner on Record Store Owners Blame RIAA For Destroying Music Industry · · Score: 1

    Oh boy ... this gem again. At least change SOME of the words.

  11. Re:Another reason I can avoid Java on Q&A With James Gosling, Father of Java · · Score: -1, Offtopic

    Troll? (Unfunny, probably)

    "Moderators are Java Sympathizers!"

    That's what a troll is.

  12. Another reason I can avoid Java on Q&A With James Gosling, Father of Java · · Score: 5, Funny

    I liked the additional comment:

    > He later resolved the case in plea bargain with the U. S. Attorney's office in exchange for working for the FBI for a year to develop software to assist them in their online investigations.

    I wonder if he is going to burry the check
    if (suspect == "Patrick Naughton")
    { // do nothing
    }

    somebody else can make sure that is Java syntax.

  13. Re:Some of this is just wacky on Five Things You Can't Discuss about Linux · · Score: 2, Insightful

    I thought you HAD to made that up. Do his fellow employess squeek a toy and tell him to fetch on occasion as well?

  14. Re:Ah yes.. on Anti-Matter's Potential in Treating Cancer · · Score: 1

    I think most parent probably would choose that if offered. I mean, you need to get some sleep.

    Parent: What? Kill all my family and neighbors?
    Parent: Huh? You're a talking black-lab?
    Parent: Ug? You're a black lab - giant squid mix?
    Parent: I speak only in questions?

  15. Re:Really? on Microsoft Responds to DOT Ban on Vista, Office, IE · · Score: 1

    Mod this guy up.

  16. Re:Hey, I'm a civil servant! on Growth of E-Waste May Lead to National 'E-Fee' · · Score: 1

    Hey, you should meet up with this comment

  17. Re:Who's the @**hole now! on Aqua Teen Hunger Force Brings Boston to a Halt · · Score: 1

    Ann Rand!? WTF ever!

  18. Re:from a Bostonian on Aqua Teen Hunger Force Brings Boston to a Halt · · Score: 1

    Here here!

  19. I nominate for slashdot award 06' on WarGames Sequel Now Filming · · Score: 1

    Intelligent, insightful (i guess, my commodore modem sat in a closet - unused), funny, with a little dash of flamebait for spice --- oh, and extremely geeky (all it needs is an anime/ultima/GEB/HG2G reference). This should be the litmus test for a slashdot comment.

  20. Re:Critique on Sony Behind Fake YouTube Viral Campaign · · Score: 1

    I am going to start using colons now like craz:::::zy like$?!

  21. Re:Maybe, but on Is Google Too Smart For Its Own Good? · · Score: 2, Funny

    Actually, I am a computer parson that has the Hubris to learn how to cook some Hunan (maybe Mongolian as well).

  22. Re:Not because they are pussies on Why the Novell / MS Deal Is Very Bad · · Score: 1

    There are plenty of uses for graphical acceration with linux kernels besides the embedded market. A lot of simulation programs/projects are written for Linux (or where ported from old SGI/etc programs). And if you wish to visualize these in a 3D manner, or something derived off of OpenGL, then you are going to need an accelerated driver to maintain a decent framerate. nVidia wouldn't want to lose those customers to ATI if ATI was the only company willing to deliver a linux driver.

  23. Re:Proof on Google Unveils Code Search · · Score: 1

    That's because they were just borrowing it.

  24. Re:BREAKING NEWS on Buy a PlayStation 3 and Sink Sony · · Score: 1

    Gamera is really neat,
    He is filled with turtle meat.
    We all love you, GAMERA!!!

  25. Re:Python?! on Why Johnny Can't Code · · Score: 1

    As someone that coded in BASIC on a C64/Apple II when they were a kid and use Python now, I would say - do not mourn the loss. BASIC was the right tool then, now it would be like trying to put a steam engine in a Honda (this is bait for all the Bad/Car Analogy people). While you could POKE and give people seizures with BASIC due to it's close connection to older machines, modern OSes are not the same. So, yes I do have to use more than 1 line or at least install a package. But, the result is much more satisfing than re-writing Breakout/Asteroids for the hundredth time. You can use a mulitude of libraries from PyGame to PyOpenGL to do graphics fairly easily with much better results.

    Simple things should be simple and complex things should be possible.
    -- Alan Kay

    Python's readability plain blows BASIC out of the water for first-time learners. Once you get use to Python's syntax and semantics ... languages like BASIC and C/C++ seem dated and archaic. Note: I code in C++, so I am not knocking the language entirely. I just wish things did not feel so hacked together. E.g.: doing string operations in the 2 languages with or without STL for C++.