Slashdot Mirror


User: jhamm_ccs

jhamm_ccs's activity in the archive.

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

Comments · 3

  1. Re:the more prevalent it remains, the bigger the r on IE 8 Is Top Browser, Google Chrome Is Rising Fast · · Score: 1

    You are the most ignorant I've seen in quite some time. http://upload.wikimedia.org/wikipedia/commons/7/74/Timeline_of_web_browsers.svg

    Actually, while you are technically correct. When I look at that chart, from late 2001 (IE6 release) to late 2004(FF 1.0 release) IE6, Netscape and Opera really do look like the only well known choices for windows users. I suspect that the GP was specifically excluding Opera with the 'free browser' comment, and Netscape was really in a bad way around that time (which is why we've got firefox today). I'm not familiar with all the browsers in that time-frame, but many are not for windows, and it seems likely that those that were were no better than IE6. It looks to me like the spirit of the GPs argument is valid.

  2. Re:That Giant Sucking Sound... on Is .NET Relevant to Game Developers? · · Score: 2, Informative

    You actually _CAN_ compile C# to native code at deployment time. C# has a nice utility named ngen which will essentially run the JIT and store the compiled code as a native image. While you still have the performance overhead of running in a managed environment, this does reduce the loading time significantly.

  3. Re:Open Source Direct 3D Wrapper Means on An Open Source Direct3D 8.0 Wrapper for Open GL · · Score: 1

    They removed direct draw from DX8, however DirectX as a whole (as a COM object) maintains everything from DX1-DX7 for backwards compatability. That is why you can run starcraft after upgrading to DX8. It continues to use the old calls, and does not need to worry that there are now more calls.