Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

newsblogthing

Blog categories

By choosing the [de] or [en] links, you can see entries from the resp. category in only that language.

Jabber fürs Handy

2008-07-02 16:20

Nach 1 (stürzt ab) 2 (tut nicht) 3 (JAR-Datei kaputt) 4 (GoogleTalk only, kein Jabber) erfolglosen versuchen habe ich schließlich einen funktionierenden Open-Source-Jabber-Client für mein Java-Handy gefunden: MGTalk. Ist zwar auch eigentlich ein GoogleTalk-Client, aber es lassen sich auch ganz normale Jabber-Server nutzen.

Easter Egg

2008-05-26 12:04
>>> import this
The Zen of Python, by Tim Peters

[...]

(Von der Open Source Expo aus)

Don't unicode.encode() during module import

2008-01-24 19:19

I just had a piece of software where a simple code snippet like this would hang Python:

u = u'x'
s = u.encode('UTF-8')

The issue was not limited to UTF-8, .encode()ing it to e.g. US-ASCII made Python hang as well. The Python execution would simply stop at the .encode() call.

Mini-Howto for the LEGO NXT on gentoo Linux

2007-11-14 15:26

As I had to program a LEGO NXT at home, where only gentoo Linux is available ;) I thought I'd sum up what I did to get it up and running.

PyOpenGL-Toolkit für Windows

2007-07-20 19:39

Das PyOpenGL-Toolkit steht jetzt zusammen mit den Beispielprogrammen und ein paar Infos auf einer Unterseite, die auch links verlinkt ist, zum Download bereit.