Slashdot Mirror


User: grungeman

grungeman's activity in the archive.

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

Comments · 207

  1. Re:J2EE vs. .Net on Another J2EE vs .NET Performance Comparison · · Score: 1

    >Bytecode == Emulated CPU == Interpreted...

    This was true. Sun's Hotspot JVM compiles frequently used parts of the code on the fly to native code. This gives a pretty interesting effect with some operations getting faster the more often they are performed.

  2. Microsoft already using the report on Another J2EE vs .NET Performance Comparison · · Score: 1

    Microsoft is aleady using the report on their webpage for marketing. Check it our here. I wonder how much they paid The Middleware Company to publish such a flawed report. TMC probably got a lot of money, because they sacrificed their credibility in the Java world.

  3. Re:Mmmm on More on KDE Groupware · · Score: 1

    The word "Kacke" is still available (look it up by yourself).

  4. Engineers and User Interfaces on More on KDE Groupware · · Score: 1

    You can either look at the sceenshots or read this to learn that engineers should never create user interfaces.

  5. Re:how about a 3D robocode. on Robocode Rumble: Tips From the Champs · · Score: 1

    There is a pretty neat game called Roboforge. Instead of programming Java you build and combine AI blocks. The game is written in Java, too.

  6. Try Roboforge on Where are the 'Construction Set' Games? · · Score: 1

    There is a pretty cool Java-Game called Roboforge. Customized robots, AI elements, web tournaments... Pretty cool

  7. Plenty of options for Java on Is Profiling Useless in Today's World? · · Score: 2, Informative

    For Java we have a really nice choice of profilers. There are basically three great products available, all of them have proved to be absolutely useful. There is JProbe, OptimizeIt and JProfiler (the 2.0 beta of JProfiler looks cool). I don't know what the problems on Linux are, but when programming Java, profiling is quite an enjoyable task.