Slashdot Mirror


User: rg3

rg3's activity in the archive.

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

Comments · 84

  1. Re:yes or no question? on Intelligence in the Internet Age · · Score: 1

    ... and yet if you were abandoned in a uninhabited island you'll face more difficulties to survive that someone who lived 500 years ago. You are able to adapt to current systems, just like people adapted to "systems" ages ago. The "systems" have changed but that doesn't really mean that they're more complex now. Just different.

    I *think* that society moves forward but the average individual moves backwards. That's the feeling I have.

  2. Re:Python Already in Use for Commercial Games on Game Scripting With Python · · Score: 2, Informative

    The oldest one I remember was Severance: Blade of Darkness. It ran perfectly in a P3 500. Released in 2001. It also featured some really revolutionary graphics and other technologies. For example, real-time lights like in Doom3 except that not so-well done and with more restrictions; and also a physics engine. Sorry for being a little off-topic here, but that game impressed me when it was released.

    http://www.codemasters.com/severance/eng/

  3. Re:Tip for compiling on linux on Quake 3: Arena Source GPL'ed · · Score: 2, Informative

    While not completelly correct, you can use tr -d '\r' to remove CR characters. Another completelly correct way of doing it is to use sed -e 's/\r\n/\n/g'.

  4. Filerush.com torrent on Quake 3: Arena Source GPL'ed · · Score: 5, Informative
  5. Obvious joke, sorry on Carmack's Throatless Rocket Engine · · Score: 1

    Romero wanted to make an RPG, but he decided to make a throatless rocket engine.

  6. Re:Nice development on OpenUsability and KDE: Cooperating on KPDF · · Score: 3, Insightful

    Eventhough this doesn't relate to GUI applications, just imagine:

    $ rm -fr /
    This will erase the whole tree! Type "Yes, I know" to continue: _

    Even for correct input, an application should prevent you from making dangerous actions and things that, while for a computer are perfectly legal, might be an error from the human point of view.

    The rm example is just an example. You have to take into account the type of users that are using your application, if they're experts or not, etc. Well, sometimes a little bit of error prevention from the application can save your ass :).

  7. Re:Drivers on World's Fastest Inkjet Printer? · · Score: 1

    Nice time to use one of those Unix fire extinguishers :).

    http://www.cs.bris.ac.uk/~henkm/extinguisher.html

  8. Re:Explanation needed on Going Beyond Fermat's Last Theorem · · Score: 1

    Sorry to reply to myself, but a search for Fermat's Last Theorem in Google returns this URL as the first result, and it mentions the proof I was talking about right at the end:

    http://www-groups.dcs.st-and.ac.uk/~history/HistTo pics/Fermat's_last_theorem.html

  9. Explanation needed on Going Beyond Fermat's Last Theorem · · Score: 1

    I thought Fermat's Last Theorem was proved not so long ago by someone else, using some sort of complex geometry concepts. Can any expert confirm this or explain why this is relevant?