Ubuntu annoyances

I have been having a lot of annoying with the latest ubuntu… Help is welcome: A list of some of the annoyances: Printing to print-server that requires samba authentication. This worked fine in 11.04 and 10.04.. In 11.10 it never authenticated. In the end I had to use a custom backend that uses smbclient directly. read more »

IfThenElse: Added some documentation.

It is only a beginning, but it can be found here: http://api.sarine.nl/ifthenelse/ifthenelse/IfThenElse.html. If you have requests let me know. (on github)

IfThenElse: A new file format

Because of some complains I got about the file format (xml, hard to handwrite) and the extra dependency on GTK it added, I wrote my own TinyBuilder that parses ini style files. So an example in the current version would be: ?View Code INI1 2 3 4 5 6 7 8 9 10 11 12 read more »

IfThenElse: Looking for somebody to write a gui

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 »

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: