Welcome to Atalasoft Community Sign in | Join | Help

May 2008 - Posts

This upcoming August the IRC protocol will officially be 20 years old. I think anyone would agree that it has weathered the years better than any other high level internet protocol. It does not suffer from the spam and abuse that have overtaken other Read More...
Microsoft Research has released some exciting information about a new tool being worked on by Ben Livshits and Emre Kiciman . DOLOTO promises to greatly speed the loading of web applications. It does this by automatically making parts of the application Read More...
Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. In this post I discuss the gcConcurrent and gcServer settings which allow Read More...
I have a new CodeProject article up which details how to make a Debugger Visualizer in the case where you need to custom serialize the object. The actual classes I build in the tutorial are only useful with our DotImage project line. However, the process Read More...
I’ve been doing a lot of work in the PDF space lately. While implementing Binary Cross Reference Streams I was surprised to see that they could be encoded with PNG Predictors. This was surprising to me because binary cross reference streams aren’t images, Read More...