I found this flash presentation while I was browsing the web today. It was Lawrence Lessig's address at OSCON 2002. An extremely interesting presentation
I came across an interesting site to create SouthPark style cartoon characters. If I had been a SouthPark character, I would have probably have looked like this
I have lately been pondering over methods to deploy cross platform products. I investigated certain options like InstallShield's Universal Project and ZeroG's InstallAnywhere. But to tell the truth, it goes against the philosophy of installation. They rely on the presence of the right version of JRE. Some installations also package the native versions of JRE along with the installation package. This is quite an overhead. Other products use their custom homegrown installers. As most of the setup developers...