Archive for the ‘Uncategorized’ Category

SCO

Tuesday, November 27th, 2007

It’s been a long time since I have followed this story; I thought it was dead. Back in 2003 SCO sued IBM because it said that IBM took code from the original UNIX source and stuck it in the Linux kernel. I thought it was totally bogus from the beginning, but I really knew they were dead in the water when IBM decided to defend rather than settle.
(more…)

C++ Abstract Classes + Serialization

Monday, November 26th, 2007

Interestingly I had to delete my last post. Firefox and IE both tried to consume all of my memory when I tried to edit it. Anyway, I am working on trying to understand the “best” way to do serialization/deserialization of child classes of an abstract class. Here is what I came up with so far.
(more…)