Monthly Archives: October 2011

Why the all famous “cloud” is not an answer?

Edit: Seems like my post is irrelevant since there are projects like Tahoe-LAFS and Ceph. Being lucky to own a new machine capable of running multiple virtual systems, I have decided to try few of them I wasn’t able to … Continue reading

Posted in Random | Leave a comment

Fancier logging in Python (with module and method/function names)

As Python programmers most of us know the old good logging module in Python standard library. This is somewhat really good and useful library for debugging and logging the behavior of the program, but I found it somewhat lacking. What … Continue reading

Posted in Programming, Python | Tagged | Leave a comment