Actually, there are two main reasons : I have not so much free time to blog and I have probably not so much interesting things to say. That's a bit contradictory but more you blog less you do things and more you do things, more you want to blog about them but less time you have to. Unfortunately, I am not in one of those situations : I have not so much time and not so much interesting stuff to say.
But the real reason why I can't blog is because every time I think about this blog I think about the things I would like to improve.
First of all, I would like to improve the SQLite backend of Dotclear. Dotclear has a database abstractor but it is not completely finished for SQLite. Indeed, SQLite doesn't let you add or delete columns in a table [1], you have to create a temporary table and Dotclear doesn't create a temporary table, it justs throw an exception. So, to update the blog, I mostly have to create a new one and import my SQLite database.
Then, still related to SQLite, I would like to use a web analytics. I think Piwik may be fine but it doesn't support SQLite. I don't get why and I should ask the dev team. In a more general concern, I do not understand why the PHP developers do not use database abstractors. It is like there is no database abstractor in PHP. Though, the one in Ruby on Rails framework is really powerful. Why have they not been inspired ?
Finally, I am looking for a Dotclear plugin which allows me to set in which planet a blog post has to be. I am subscribed only in the Gentoo Planet/Universe at the moment and having a gentoo tag is quite easy and it should correspond to what I want to be shown in the planet. However, I want to add my blog to a french free software association planet which has strict rules like "has to be written in french" and "must talk about free software" I don't think having a tag with the name of the association would be the right solution. Indeed, the tag means I've spoken about the association in the article, it doesn't mean the article has to go to a specific planet.
The category is not a solution too because a category is often too restrictive and I can only set one category for an article. That means if I am writing an article, it can't be published to more than one planet ? I don't think that's what I want.
Why I am not working on all that stuff ? Because I have more important stuff to work on and the last time I wrote a line of PHP was ten years ago.
Being a geek is sometimes despairing...

