Monthly Archives: January 2012

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 »