In case you didn’t look at the home page, there some new photos of Seb.

In other news….here’s the beginnings of an interesting discussion on Slashdot about a potential flaw in the .NET framework. Simply, hijack private fields within classes via tools within the .NET framework. Now, with this being on Slashdot and all, I wouldn’t be surprised if this was a bit hyberbolic, but time will time as smart people concerned about the facts contribute to the discussion. Many people are crying “security leak”, but that’s really not the issue. If you’re hiding sensitive data in class fields (private or otherwise), you’ve got bigger problems. A lot of folks are also pointing out that Java allows this as well via Reflection, but alas, you cannot access private fields, classes, or methods via Reflection.