Skip to content

Posts 

FOSDEM 2010 KDE Group Picture

Saturday, 6 February 2010
As always, we had the KDE Group Picture taken at FOSDEM. It went pretty smooth this year, apart from not immediately hearing when the autotimer of the camera clicked :) Read More

CMake tutorial from "Mastering CMake" now online

Friday, 5 February 2010
Hi, Bill from Kitware just announced that the CMake tutorial from the "Mastering CMake" book is now also available online. If you're interested, have a look. (Btw. their new blog also contains other interesting reads, e.g. about open science etc.) Read More

Portland Ubuntu Platform Sprint

Thursday, 4 February 2010
The Ubuntu Platform team (the people Canonical employs for Ubuntu) is having a sprint in Portland. Portland is a nice city where you can be wandering down the road and come across 100 tweed wearing cyclists coming the other way. Read More

Implementing C++ implicit type conversions on method arguments in Smoke based language bindings

Monday, 1 February 2010
I'm sorry about the unwieldy title to this blog - I couldn't think of a shorter snappier way of putting it, but I'll try explain the tricky problem with 'C++ implicit type conversions' that I've managed to solve. Read More

FOSDEM / Flemish Programming Contest

Monday, 25 January 2010
It's been a while, but I'd just like to bring the following 2 upcoming events in to your attention: FOSDEM. As always, the yearly free/open source software is being organized in Brussels again. I think there's something interesting for most of you, so be sure to have a look at the schedule (even though it is not finalized yet) :) Of course, for all the KDE people among us: don't forget the KDE Group Picture! As for people wanting to know which talks I'll probably attend, I put a tentative list on my website. Vlaamse Programmeerwedstrijd (Flemish Programming Contest). This is a programming contest, open to almost everybody: senior high school students, 'hogeschool'/university students (bachelor, master and PhD), and other people that have graduated from one of those options. This year, it's being organized at Ghent University, which happens to be where I'm working. That means I'm obviously attending it (using Haskell and/or C++). So if you ever wanted to make fun of me or humiliate me (and my teammate, of course) in a kinda-official setting: this is your chance ;)

OpenChange BoF - LCA 2010

Wednesday, 20 January 2010
I'm not at Camp KDE, but instead at LCA 2010 (in Wellington, NZ). Andrew Tridgell, Andrew Bartlett, Jelmer Vernooij and I will be running "birds of a feather" (BoF) sessions during the last part of the conference (Friday 22 January 2010 starting at 1430 in the "Civic 3" room, which is over in the Town Hall building). Read More

Alpha version of Office Viewer for Nokia N900 available

Tuesday, 19 January 2010
Today, Nokia released the first public version of the office document viewer for the Nokia N900 phone. It was uploaded to the Maemo repositories. This version supports text files, spreadsheets and presentations in OpenDocument format (ODF) and Microsoft Office formats. The viewer requires the latest update (PR1.1) to the N900 software. You can install 'Office Viewer' by adding the maemo-devel repository to your N900 catalogues: Read More

Introspecting Smoke libraries with the 'smokeapi' command line tool

Tuesday, 19 January 2010
I've recently added a handy command line tool for introspecting the methods in Smoke libraries. Although it is mainly aimed at people using Smoke based language bindings, I think it might be more generally useful and worth describing to a wider audience. Read More

KDE Bindings in KDE 4.5

Tuesday, 19 January 2010
Aaron wrote an interesting blog about scripting and dynamic language support, and I thought I'd like to add some comments of my own about where we're heading with non-C++ languages in the KDE 4.5 SC release. Read More

A Simple Threading Example

Thursday, 14 January 2010
A topic that I've not mentioned in any of my blog posts is threading, not because I have anything against it, simply because a simple use-case hadn't come up. Today I was coding something easy to describe, where using threads was a good solution, so let's take a look at it. Read More