Slashdot Mirror


User: DeadeyeFlint

DeadeyeFlint's activity in the archive.

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

Comments · 6

  1. Re:Conspiracy theory on NWN Linux Client Not So Delayed after All? · · Score: 1
    Except that RAD made it clear in advance that it was out. It was more like Rabid Linux Users went to RAD, found the link and the such..

    Unlikely. The word "Linux" does not appear on the radgametools website. Until lately Radgametools had no intention to port Bink and the Miles Sound System to Linux. At least that's what they assured me when I inquired for the game company I was with a year ago.

    Most likely the the Biowares Linux client story was similar to the one of my former employer Massive Development. They started with the firm commitment to release a Linux client and server along with the Windows version. They employed me, mostly a linux guy, to do the multiplayer network coding.

    When I started to work and had a first look to the existing codebase, I already wondered how you can hope to build a Linux client with a totally Direct3D dependent renderer, but was told a OpenGL Port was in the pipeline and ready "any day now". But it soon turned out, that supporting the latest vertex shaders was much more important to the graphics guys. The resulting engine was even tighter bound to Direct3D and a port to OpenGL an imposiblility without an architectual overhaul. Of cause, there was no time for that, so this was the end of the Linux client.

    Shortly after, I came up with a full working, UDP based, distributed object system. But management decided to scrap UDP networking and to use DirectPlay8 as the low level network code. That was the end of the linux server. The rationale for this was: The Xbox (then new on the horizont) was assumed to be lacking UDP networking and was considered to be a more important platform. Not that that they based this assumption on facts, or that they published a XBox version until now.

  2. Developing ideas on New Scientist: Venus' Atmosphere Implies Life · · Score: 2, Informative
    From the Article:

    Meanwhile the Swedish Space Agency is looking for international partners to develop their idea for a mission to return a sample of the atmosphere from Venus around 2010.

    So how'd you do it?

  3. Re:Python and XML are a better match (NOT) on XML and Java, Developing Web Applications · · Score: 1

    Strings are objects in Java:

    $ 9 [../lib]> java -classpath bsh.jar bsh.Interpreter
    BeanShell 1.1a16 - by Pat Niemeyer (pat@pat.net)
    bsh % print("The cow jumped over the moon".indexOf("jump"));
    8
    bsh %

  4. Simulation? How boring! Let's do the real stuff. on First 3D Simulations of Complete Nuclear Detonations · · Score: 1
    According to the LA Times, the Bush administration is is planning the use of nuclear weapons against "the axis of evil" and serveral other countries, See the article U.S. Works Up Plan for Using Nuclear Arms for details. You may want to check out the commentary as well.

    This is very disturbing. What kind of people you have elected to run your country?

  5. Re:hmm on Byte Benchmarks Various Linux Trees · · Score: 3, Informative

    If you have RedHat use up2date, with Debian use apt-get.

  6. Re:Really? on Java To Overtake C/C++ in 2002 · · Score: 1

    Java is fun and all, and usefull in web aps, but face it, you cant write an FPS in java..
    But damn close, see:
    http://www.babeloueb.com/arkanae/en/index.html