The second incident after our hilarious booster explosion happened today: A battery of NuBot started to burn but was extinguished quite quickly. This was actually the more funny part of this happening as cloud of CO2 (I suppose) started spreading across their team area.
Don Miquel de Homer just sent me some pictures; sorry for the camera shake but hey, it happened quite unexpectedly (again, I suppose so :D).

NuBot’s Burning Battery Attraction

Extinguished Battery Fire

Not Fully Functional Any More
Read the rest of this entry »
The new website for our robotic soccer team is now online. The main site is based on Joomla (1.5.0-rc3 so far; yes, you won’t believe it, we’re really using a release candidate of Joomla for a productive site!); the blog is still based on WordPress and will stick with it.
There are still enough layout issues and a missing login form. The new website now provides a more verbose information on our team and robotic soccer, though. Due to the lack of a localizataion plugin for Joomla 1.5, the main content is currently only available in German. The blog is only available in English.
Due to some missing parts of System.Net.NetworkInformation, I’ve written a (very basic and libc-based) wrapper to collect network interface address information from the system. It calls getifaddrs, walks through the ifaddrs structure and creates a managed counterpart.
NetworkInterfaceAddress.cs
Even though it may be implemented way too complicated or confusing, it might be useful for someone out there.
Update 2009-01-01: Well… first, the download didn’t work anymore. Second, there was a bug in the code :) Both shortcomings are fixed now :)