Slashdot Mirror


User: Thunderbird2k

Thunderbird2k's activity in the archive.

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

Comments · 10

  1. Behaving like SCO... on Oracle Claims Google 'Directly Copied' Our Java Code · · Score: 2, Insightful

    Apparently they are getting really desperate and are behaving like SCO now. If you have tons of getters, setters and other small functions, it is easy to have the same implementation in all cases.

  2. Adobe make a statement and drop Photoshop for Mac! on Adobe Calls Out Apple With Ads In NY Times, WSJ · · Score: 1

    If they really want to make a stament just don't release Photoshop and their other apps for Mac. Sure this will cost them quite a bit of money but for a part it can hurt a lot of professional Mac users and lure them back to Windows (I don't like Windows either but I prefer it above crApple) or let them release Linux versions of their products :)

  3. Re:Valve servers available for Linux for years on More Evidence For Steam Games On Linux · · Score: 1

    The steam client binaries are needed for running a dedicated server. It has been a long time since I used them but from what I remember you needed a steam account (you didn't have to pay) in order to be able to run the server and I think the client was for downloading the data as well (but don't remember it too well).

  4. Valve servers available for Linux for years on More Evidence For Steam Games On Linux · · Score: 5, Informative

    This is no evidence at all. Valve has released dedicated Linux servers for their games for years including steam. Come on don't take phoroCRAP serious. They make news of nothing.

  5. OpenGL on par with Direct3D11 on OpenGL 4.0 Spec Released · · Score: 5, Informative

    To give an idea to non-OpenGL developers, OpenGL 4.0 closes the feature gap with Direct3D11. If you want to use OpenGL 4.0 you need to wait a couple of weeks before drivers will be out. In case of Nvidia, the drivers will be launched together with their new GTX4*0 GPUs which are the first Nvidia GPUs with Direct3D11/OpenGL 4.0 support. AMD might release new drivers before Nvidia since their hardware is Direct3D11 capable already.

  6. Re:Running Demos on Quake 3 For Android · · Score: 4, Informative

    Demos should run well but from the main menu they don't work for some reason. During development I always ran them from the quake3 console (so 'demo four') and that works fine.

  7. Re:Wow great job on Quake 3 For Android · · Score: 2, Informative

    The iphone 3gs has one other advantage it uses the PowerVR SGX 535 instead of the 530 which is used in the Milestone and N900. The 535 is about twice as fast.

  8. Re:Are libraries even involved on Quake 3 For Android · · Score: 1

    Yes I'm compiling kwaak3 using -ffast-math but in all cases it uses libm. It is only a hypothesis on why perhaps a generic soft-float build is not that much slower than a floating-point optimized build. You would expect that a soft-float version is a lot slower because quake3 uses floats for most of its math.

  9. Re:Just another note: on Quake 3 For Android · · Score: 3, Informative

    On my project page I mention that Android 1.6 is required since I used the Android 1.6 NDK (previous versions didn't support OpenGL).

  10. Re:I thought the NDK couldn't use opengl on Quake 3 For Android · · Score: 1

    As of NDK 1.6, OpenGL is supported.