Weekend over, work resumes. Ho, hum...
Been doing very little at Civil this weekend. I've been too tired. I should put up a new screenshot some day, but that's probably one of the smallest things I have to do. Hmm, I'm having one of those "I don't care shit about anything" weeks again. I wait for the weekend already. Then I'm allowed to do nothing, just sit alone at home and wait for better times. Oh, well...
On the bright sides, a script I made for fetching TV programs and store the data in a database works just fine. Quite simple stuff. I also have another script that checks the downloaded data against "patters" that the user has specified. The patters are just regular expressions. I don't really know how to notify the user that some show/movie will be on. I don't really like to run a Python app every 5 minutes (cron), nor have one as a daemon. Python apps do hog memory like crazy...
I've been toying with the idea of making a KDE Kicker applet that would somehow inform me of the upcoming stuff. It's kind of fun to be playing with KDE and KDevelop in particular. I just wish KDevelop could use something else instead of the built-in editor. For one that has coded 10 years with Emacs it just doesn't work. :) I keep doing the wrong stuff all the time, and I miss sane indenting, i.e. press TAB and it indents the line to where it should be. I also found a few bugs in the version of KDevelop 2 that I use. Report them? Sure, and make an ass of myself? If I wanted to report bugs meaningfully I should first search through the entire database to make sure nobody else has reported them before, and then probably register myself too somewhere. I don't like that, too much hassle. But I do like KDevelop, it's really nice. I'll have to look if I can make it to use an alternate --prefix so that I can test my applet without installing it as root. I also hope Kicker notices/uses the newly installed applet without me having to restart KDE. If I have to restart I'll abandon the whole applet idea faster than the speed of light. We'll see... :)