It is finally out :-). Only minor changes in docs and build system to fix win32 build.
Back from holidays
After more than week ignoring computers I'm back online. It's horrible to see those hundreds of unread mails, but I promise I will manage them soon, just be patient :-).
Anyway vacation was great, we had nice wheather and Jeseníky is wonderful place. Yesterday we were lucky that we're on correct side of mountains. otherwise we would be in the middle of floods.
And once more I got impression that travelling with Czech Railways is horrible experience. First train had outage and we went with replacement bus. I rued those few who took their bike with them. Next train was of course full of people, nowhere to sit, but it was only three hours way…
Yet another crazy USB toy
When I today first saw this, I really liked that. I saw various useless USB toys, but this one is the best of them. And it even works fine from Linux!
I'm talking about USB Misille Launcher. You can control it using keyboard or even combine it with webcam and use motion together with small script to automatically aim it (no auto fire yet :-)).
Troubles of being private rail company
Most of railways in Czechia are operated by Czech Railways. However there are few places where private companies exists such as Railways Desná. When you need to use only one of them, everything works fine, but travelling with both looks sometimes like a big trouble.
You have no problems when starting on private one, they sell you ticket for whatever you need. But Czech Railways only tell you, that there is private railway and you need another ticket. They don't bother to tell that you can buy the ticket by them. So you travel with Czech Railways, switch to private with no time for buying another ticket because Czech Railways are allways delayed and now you have to pay penalty because you don't have your ticket. Funny, isn't it?
New python-gammu for Debian
As I messed previous upload and half of binaries were built against old gammu, I just sent new upload to my sponsor to fix bug #376486. I'm sorry for inconvenience…
Mirrored own articles
I finally made local copy of my articles which I made for Linux software server. They were sitting for long time on my disk to be published somewhere under my website, but till now I didn't manage to do that.
You can find original article listing on Linux software and it's mirror is at my server: http://cihar.com/publications/linuxsoft/.
As a special bonus you get there file which is missing in articles on Linux software :-).
How to support more phones?
Users always request support for their latest shiny new phone. But how to manage such support in environment where you can not buy each new phone to implement support for it?
You can try write driver only by using documentation for manufacturers who provide it (like Sony-Ericsson), but there will most likely be bugs which need hardware to be debugged.
For phones where is no documentation available (eg. Nokia), it is almost impossible to support them without having access to actual device (at least through user who has enough interest in improving support).
I'd like to implement full support for Sony-Ericsson to achieve comparable feature set to FMA. However I still have more important expenses than buying phone from them, so this task stuck for long time in my queue. In fact it also holds Wammu development as I'd like to start with more complex feature set than my current phone supports and it's impossible to implement it without phone.
So what now? Maybe is here somebody who would be interested enough in improved tools and will help me buying such phone. But I don't believe this will happen, at least my current experiences tell so…
Can somebody swith heating off?
I have weather these days. It's seven clock in the morning and here is nice 25°C. How could man sleep in that? And I didn't mention that over day are temperatures around 35°C.
So could somebody there up finally switch off the heater? Thanks a lot.
Mantis updated to 1.0.4
Mantis bug tracker has been just updated to latest release 1.0.4. This is only minor update so don't expect much changes. But in case of any new problems, please drop me a message.
Myths, Lies, and Truths about the Linux kernel
If you want to know more about world domination, kernel myths and how to contribute to Linux kernel, Myths, Lies, and Truths about the Linux kernel written by Greg Kroah-Hartman is good starting point for you. There is not much new information, but nice summary about various aspects of Linux kernel.