Slashdot Mirror


User: ggambett

ggambett's activity in the archive.

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

Comments · 203

  1. Innovation on IBM Tech Detects & Changes Spin of Single Electron · · Score: 5, Insightful

    It's good to see some tech companies actually innovate...

  2. OGRE3D on Irrlicht - Fast Realtime 3D Engine · · Score: 4, Informative

    Our current project uses OGRE (http://www.ogre3d.org). We evaluated Irrlicht, CrystalSpace and others, which are good, but you defintely want to take a look at OGRE.

    OGRE doesn't try to be a game engine - just an Object-oriented Graphics Rendering Engine. It can be easily integrated with other libraries to create a complete game framework - ODE for physics is a quite popular choice.

    OGRE itself focuses on a clean and well designed API, while other engines are just hacks over hacks. It also has a very knowledgeable community and a very involved project leader.

  3. Re:Meanwhile, in Argentina on Super Ant Colony in Australia · · Score: 1

    Same thing in Montevideo. I didn't know the ants were from Argentina - it seems you don't invade us just with your terrible soap operas and reality shows! ;)

  4. Betty's Beer Bar on PlayStation 2 Curry House Simulator Rated · · Score: 1

    They copied our game!

  5. Re:Use shit.slashdot.org :) on Mozilla UI Spoofing Vulnerability · · Score: 0, Redundant

    Nice. However, it's shit.slashdot.org which should use the shitty color scheme

  6. (OB) In Soviet Canada on Canadian Music Industry Drills Dentists · · Score: -1, Troll

    I can't believe nobody said this, but given the title... does it mean in Soviet Canada dentists drill YOU?

    It kinda makes sense. I'm confused.

  7. Enemy Territory on On The Rising Price of MMO Subscriptions · · Score: 1

    I find Enemy Territory highly addictive and it's free (at least as in beer).

    People don't roleplay much though ;) "Oh, my esteemed teammate! You lay on the ground, bleeding, and I remember our friendship while at the boot camp. I shall cure thee with my medi*headshot*"

  8. National ID card? on Big Brother Awards for Privacy Invaders · · Score: 2, Interesting

    Can anyone in the US what's the big deal with a national ID card? In this part of the world and in many other countries there are national ID cards and nobody cares. I understand you use your SSN and driver's license for what we use the ID card. So what could be the problem in having one?

    Not trolling, I always wanted to understand your point of view about this.

  9. Re:The hardest part on MSN's Slate Recommends Firefox over IE · · Score: 1

    Why don't you install Firefox but put the IE icon in the shortcut?

  10. Re:integrity on MSN's Slate Recommends Firefox over IE · · Score: 2, Informative

    I'm generally "Interesting," "Insightful," and even "Funny" here. What the hell happens to me at parties?

    Nothing, it's just that you don't go to parties full of geeks with no life :)

  11. Re:The beginning of the end? on Dept. of Homeland Security Says to Stop Using IE · · Score: 1

    we'll have exploits coming out of the woodwork like crazy!

    Sure, but they will be patched in hours instead of weeks, they be found earlier because it's open source, etc

  12. The beginning of the end? on Dept. of Homeland Security Says to Stop Using IE · · Score: 3, Insightful

    This may be the beginning of the end... if people massively switch to Firefox (which is open source, not from MS, and damn good), the perception about FOSS will certainly change... people will realize MS is not the only choice.

    The next step could be a Windows desktop, but with Firefox, Thunderbird, OpenOffice, and all free/open software with Linux counterparts... once they get used to all that software, the final switch to Linux is seamless.

  13. Re:How important is this for Linux? on Mono Project Releases Version 1.0 · · Score: 1

    I'd love to see a RAD environment for Python development and getting that compiled to .NET. That would be awesome! Is there any project doing that?

  14. Re:Personally... (Video poker is not the issue!) on Geeks and Poker? · · Score: 1

    Was that comment written in english???

  15. Re:Light-Years!=Time on Hubble vs. Webb - How Far Back Will They See? · · Score: 2, Funny

    Thanks. And by the way, the Fanboy Mode is "Pathetic" only if it includes the prequels :)

  16. Re:Light-Years!=Time on Hubble vs. Webb - How Far Back Will They See? · · Score: 1

    You mean "The Millenium Falcon is the ship that made the Kessel run in less than 12 parsecs"?

    Inconclusive. We don't know what's the "Kessel run". Han could be talking about the shortest route (through an asteroid field, for example).

  17. Re:ahh.. on Covert Channel: ASCII Art Over ICMP · · Score: 2, Funny

    You misspelled pr0n.

  18. Re:2K raytracer on First Person Shooter - Under 100KBs of Code · · Score: 1

    I meant "no libraries" as opposed to "needs the DirectX runtime" and "link statically with SDL/Mesa/whatever". This uses printf() and almost nothing else...

  19. Re:Misconception on First Person Shooter - Under 100KBs of Code · · Score: 2, Informative

    However, it does affect the size of the source code, which is what I was trying to minimize. Same thing with the #defines, which the preprocessor expands anyway...

  20. Re:2K raytracer on First Person Shooter - Under 100KBs of Code · · Score: 1

    To make it *barely* readable :)

  21. Re:2K raytracer on First Person Shooter - Under 100KBs of Code · · Score: 1

    Skipped the class on "meaningful variable names," did we?

    Not really. The goal was to make it as small as possible, not clear to read, efficient, or anything else. "Small source", just that.

  22. 2K raytracer on First Person Shooter - Under 100KBs of Code · · Score: 5, Interesting

    Not as impressive, but there's a software raytracer with shadows and recursive reflection which generates .PBM images - in 2K of C source, with no libraries required.

    http://www.mrio-software.com/2k_raytracer.php

  23. Same shape on Bicycle Riding on Square Wheels · · Score: 1

    So far, no one has found a road-and wheel combination in which the road has the same shape as the wheel. That's an intriguing challenge for mathematicians.

    I thought the earth was round...

    Seriously. Take a big cylinder and paint a yellow line on its circunference. Then run a bicycle with cylinder-shaped wheels. Is that the intriguing challenge?

  24. Refactoring + Unit Testing on Rewrites Considered Harmful? · · Score: 2, Interesting

    Ad-hoc fixes to particular problems lead to code bloat. Excessive code bloat leads to a desire to rewrite.

    A full rewrite may have a cleaner architecture, but often, those fixes for particular, tiny problems are lost in the rewrite ("what is this two-line if supposed to do?").

    The solution? Redesign, but get to the new architecture from the old architecture by refactoring, one small step at a time. To do it quickly and with confidence, do unit tests. Lots of unit tests. Ideally, those tiny problems that prompted the fixes should have unit tests specifically built to trigger them.

  25. Re:I like Reiser... on Rewritten ReiserFS 4 Promises 2-5x Speed Increase · · Score: 2, Funny

    Sounds better than naming your daughther ext3 (or FAT32!), at least...