I am looking for somebody that can write a small gui for IfThenElse.. Basically it should allow users to draw a flowchart, edit properties on nodes and generate parsable format data for me. I looked at goocanvas, and it seems very suited for this. I don’t have time todo it myself (though I _realy_ want read more
Monthly Archives: December 2011
Putting IfThenElse to work
I blogged previous about IfThenElse.. It is a very simple tool, but combined with random other programs can become a fun and powerful tool: The following script locks my screen, puts jabber status on away when I turn off the lights in the room. Unlocks the screen when turning the lights back on.. Also when read more
Waldo 2
Another run, as you can see it is developing differently here: I always find it fun to watch how it develops.
GMPC 11.8 Win32 Release
Thanks to Avuton, there is now a working windows 32 build of GMPC 11.8. You can download it here: Portable app: http://download.sarine.nl/Programs/gmpc/11.8.16/GmpcPortable_11.8.16_English.paf.exe Installer: http://download.sarine.nl/Programs/gmpc/11.8.16/gmpc-11.8.16-win32.exe Files: http://download.sarine.nl/Programs/gmpc/11.8.16/gmpc-11.8.16-win32.7z Again, big thanks to avuton for building these.
EvO – Image vectorization using evolution
I promised to put this code online, so here it is. EvO. A small program that (with very crappy results) uses ‘genetic’ algorithm to vectorize images. It is based on this blog post: http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/ I never finished it to produce nice results like the above blog post, but I had fun time writing it. It read more
If Then Else
I wrote a small tool. in the past day. called IfThenElse (Yes needs a better name). The idea is simple: You have a trigger, for example a timeout. So for example every 10 minutes check the network state. When the network state is connected, Check every 2.5 minutes google reader for unread messages. When there read more
GMPC Windows Builds
Avuton has done some great work recently on the windows builds. So hopefully we can provides builds again for the next release. A screenshot says more then 1000 words:
Users, bug reports and I am at a loss
Maybe I should just stop doing opensource stuff, it seems I am totally unsuited for this: See http://musicpd.org/mantis/view.php?id=3394. Am I this wrong? I know I am direct and often somewhat blunt.. But this guy frustrates the f*** out of me. Because If I am supposed to accept this crap from users, I should not have read more
installing ubuntu 11.10 on pandaboard
First get the image here: https://wiki.ubuntu.com/ARM/OMAP (panda board wiki is not up2date). Installation at some point will trigger an X crash and reset.. (so you have to start over again configuring..) this goes into an endless loop. So instead, switch to terminal, run sudo oem-config-remove (see https://bugs.launchpad.net/ubuntu/precise/+source/ubiquity/+bug/856293) and reboot (sudo reboot). Then, before installing the read more
libchamplain crappiness, is there an alternative?
I use libchamplain in GPX-Viewer to display the driven track on a nice map. However in the past months it hardly ever works, it either crashes or just displays a grey map, the vala bindings are broken and had minor offset bugs that drove me crazy. Is there a good alternative library that can render read more