It would be funny if they weren’t serious
Saturday, May 20th, 2006“Carbon Dioxide, they call it pollution, we call it life”
I kid you not
Check it out
“Carbon Dioxide, they call it pollution, we call it life”
I kid you not
Check it out
I was just reading a well written article on some architectural flaws in Windows that are solved in OS X. In and of itself it’s an interesting topic and the points are made well. However, in the middle the author delves into a bit of commentary on the MS psychology that sits at the root [...]
I’ve just recently switched hosting providers and now realised that some of my old RSS and Atom feed URL’s don’t work. If you want them, the most common ones are listed below:
All Posts - RSS: http://tim.littlebluefrog.com/wp-rss2.php
Java Posts - RSS: http://tim.littlebluefrog.com/wp-rss2.php?cat=7
All Posts - Atom: http://tim.littlebluefrog.com/wp-atom.php
Java Posts - Atom: http://tim.littlebluefrog.com/wp-atom.php?cat=7
I’ve been profiling various aspects of jaRTI for a little while now. Today I was attempting to hunt down an apparent memory leak. As it turns out, the leak seems to be in Middlesim, not jaRTI itself. I had been using Middlesim so I could quickly whip up testing federates in minutes rather than hours. [...]
It is amazing what a single line can do.
socket.setTcpNoDelay( true );
Adding that after the creation of each socket in the brand new “jsop” binding for jaRTI yielded some amazing results when running it against a small federation I’ve been using for testing.
Before:
OS X (intel) - 6 seconds
OS X (ppc) - don’t even ask
Windows (intel) - [...]