Like Paul, I would also like to thank Jeff, Lucas, and Vincent for adding my blog to Planet GNOME.
I, too, have been a long time GNOME user. Until a month or so ago, I had been working at MySpace.com on various open-source projects including Mono. Before that, I was a Medsphere employee working [...]
Wednesday, May 27th, 2009
Plenty of desktop applications have extension frameworks so that users may extend functionality for their own purposes. However, many seem to invent their own plug-in system or use a framework tied to the applications source code language. For example, there is pkg_resources for python and Mono.Addins for mono. Both are great tools [...]
Wednesday, May 27th, 2009
I started to polish up the generated python bindings for iris today. They aren’t perfect but starting to come together. Compare to the Vala example to see how it’s similar.
from iris import *s, e, c = WSScheduler(), Port(), Port()Arbiter.coordinate( Arbiter.receive(e, lambda msg: doStateChange(msg), scheduler=s), Arbiter.receive(c, lambda msg: [...]