Archive for April, 2010
Why Opera?


There are so many browsers out there! Internet Explorer, Chrome, Firefox, Safari - are the major players on the market. But hey, there is another major and one of the oldest browsers in the world: Opera. You might have heard lots of rumours about it. Maybe even used it. Or maybe you belong to a small group of people, who actually use this browser everyday. Would you like to know, why I've been using Opera for 10 years? The answer lies below..

Comments [2]
Inside Python subprocess communication


Sometimes, it's really hard to understand what happens inside a function or even a whole module of Python's Standard library. For example, the subprocess module contains a very tricky Popep class. I tried to use the the module to communicate with a MATLAB subprocess shell (e.g. send MATLAB commands to subprocess and read the output). Unfortunately I failed and was just able to pass a MATLAB script via command-line arguments. Yet, I learnt much about Popen.communicate() method and I'd like to share this knowledge with you.

Comments [2]
First day of week


A very common problem in Ubuntu is "how the heck do I change the first day of week to Monday?". One can google and find a lot of solutions with locales "hacking". Is there a simpler way to do that?

Comments [0]
A very long nightmare


The worst thing has happened: I have an unexpected drive failure. That's how my Easter has started :(

Comments [0]