Archive for May, 2006

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

Placeholder-ware

Monday, May 15th, 2006

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 [...]

Feed URL Locations

Saturday, May 13th, 2006

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

Pondering Profiling

Saturday, May 13th, 2006

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. [...]

Note to self: Turn off the “run slow” flag

Tuesday, May 2nd, 2006

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) - [...]