Wednesday, 4. March 2009, 22:45:27
Programming, ELisp, regexp, Emacs
...
My primary all-purpose editor is Emacs. Mastering Emacs takes years, and there is always a lot to discover. For example, I've just seen how Emacs tried to byte-compile a simple
ChangeLog text document. Of course Emacs did what I asked to do it, by the rules in my
.emacs.el.
So...
Read more...
Thursday, 1. January 2009, 21:47:23
Debug, Bug, Path, Python
...
It's really hard to create a program without bugs. Maybe it's completely impossible. There are bugs that could be caught in few steps and.. very nasty bugs that could be caught while reviewing the code line-by-line, step-by-step, variable-by-variable.
The bug I've recently dealt with was about a relative file path.
Read more...
Wednesday, 8. October 2008, 23:18:42
Sound, ALSA, Ubuntu, Bug
...
I did it! It was so easy to fix a very naughty bug: The sound could not be played from multiple sources. E.g. if Amarok is playing music, then Skype ringing is now played at all.
Read more...