420187

Ran accross this paper that does a good job of examining the history of content distrbution. Couple of years old now so it leaves out such items as Bittorrent but still a good read.

418780

Believe it or not, you can develop, register and use COM objects with an LUA account 1. COM objects are typically registered at one of one of two places.

  1. I know it sounds a bit redundant to say LUA account when LUA stands forĀ 

Singleton Pattern

At home I code a lot of singleton classes. Most of this code is boilerplate code that I just write over and over again. Originally I thought that generics would solve this problem. I planned to write a generic singelton of the following form.