Last night I took a break from the computer to go walking around the waterfront with Bruce and Mara. I think we girls tried his patience sorely, as we stopped ever 5 paces to take yet another photograph of the lights across the harbour. I can only assume it's our incredible cuteness that makes him put up with both of us at once 

For all you tweakers,
I've just finished writing an article on hidden kicker configuration options that I've posted on the Wiki for the moment
http://wiki.kde.org/tiki-index.php?page=Kicker+Hacks
I notice that kind fairies have nicely formatted my article while I slept. Thanks for tweaking the layout luci, I guess you can tell that I've never used a wiki before.
It's going to become an appendix in the kicker handbook as soon as I figure out how you markup docbook that contains other arbitrary xml markup within it as examples, without the parser thinking you want your examples to be docbook. Hrm.
I've been drafted to write the documentation and help administer the website for plasma and I'm really quite interested in where the discussion is going. There seem to be some very talented new faces hacking with aseigo at the moment and lots of new ideas. I'm looking forward to getting my desktop computer back so I can start tracking KDE 4 development, to write about features as they come in.
I'm currently helping a little with cleaning up the translation of some kalzium strings and installed kdeedu to take a look at the app. It's been quite a challenge for me since I'm no chemist and don't know what some of the words mean in English but it looks a very interesting app. I had no idea kdeedu was packed with such great programs.
I've since been spending far too much time playing khangman and fiddling around with other great kdeedu programs. I've downloaded some language packs for khangman and have been attempting to play the animals level in German with my Bildwörterbuch as a guide, with varying degrees of sucess.
I hear the recursion support I nagged cies for has made it into Kturtle in trunk, yay! Kturtle is an implementation of the logo programming language with a rather cute green turtle and a nice interface. Using a turtle can be great to teach people some very important programming and mathematical basics in a fun way. For anyone who has fond memories of using logo and a turtle way back when, here is a screenshot of kturtle drawing a plane filling curve (in colour! This is much cooler than other turtles, who don't do colour 

Now I just have to bug the maintainer for a way to push and pop a turtles location off a stack, so that one can draw things like delicate fractal trees using recursion.
If you haven't yet, do check out kdeedu. Whether you have children or are a child at heart you'll have lots of fun rediscovering things you forgot you knew, and perhaps even learn something you didn't know before.
Just beautiful
That's a really beautiful skyline, it qualifies for a high rated wallpaper on kde-look.org
Do you have some hi-res photo's of these?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)
KTurtle
the credit for this 'recursion patch' goes to Markus Koenig
it is in for 3.5, screenie here:
http://www.stber-koenig.de/markus/kturtle/fractal0.png
more:
http://www.stber-koenig.de/markus/kturtle/
the main reason why i didnt/couldnt make the patch is that the hackish state of the current interpreter annoyes me bit time. Every time i looked at the code i started philosophing about a rewite.
so, i'm now totally rewriting/refactoring the interpreter. it will be faster, more consistent, more portable (a native win32 version?), statefull and... it will be extremely easy to add new commands with my rocking-rubt-meta-programming-script.
this new interpreter will probably ship with kde 4.0, i also hope to redo a lot of kturtle code when proting to qt4.
cheers!
Cies Breijs.
Way cool
The Kicker hacks article is excellent stuff, I was wondering how to change the KMenu text and find out what exactly is available to you via the config files. Cheers
Way cool
Basically, the 'resources' links down the bottom point at the websvn repository where you can always read the latest versions of both of the kcfg files that lets you read what options are availible. The introduction to the article explains how you'd parse these files for the hidden options. So, for the KMenu text:
http://websvn.kde.org/trunk/KDE/kdebase/kicker/libkicker/kickerSettings.kcfg?rev=423711&view=markup
If you scroll down to the KMenu group, at the bottom of it you'll see two options pertaining to Kmenu text. The one we want is the entry named KMenuText. If it's possible to change it from the default value, adding this line to your kickerrc should do the trick, under the KMenu heading:
KMenuText="my string here"
I haven't added this to the article as it's only currently available in SVN trunk
panic("esp_handle: current_SC == penguin within interrupt!");