I wrote a simple new program today. I know this tool already exists, but the version I could fine used a combination of a shell script that output html + python script that it feeds the python interperter. So I decided to quickly write it in C (a bit more clean). It is just 245 read more
Monthly Archives: June 2011
An agenda application or the lack of pim on linux
I have am thinking about buying an Asus 10,1″ EEE Pad transformer. The reason I am looking at one is very simple, I need a usable PIM, mostly focused on a good agenda. For the rest I do not really see the use. I have an Ereader that works fine, last ages on a charge read more
The filter bubbles
http://www.ted.com/talks/eli_pariser_beware_online_filter_bubbles.html interesting.
GMPC Help
Manual Offered Jason is going to convert the existing documentation to docbook. (see here) Needed Create a ‘Quick start’ guide Create a Tips and tricks part. Fill in missing content. url: Bug report in tracker 3225 Gnome Handbook of writing software documentation Online link to manual Source of manual Translations Raphael & Angelos updated the read more
Nagscreen
I got so frustrated asking/pleading and begging for help, that I added a nagscreen to GMPC last week. This resulted in a lot of people bitching at me complaining and saying they would have helped without the nagscreen Now lets first correct one thing: 1. I have been asking for help on a regular basis read more
SSHConf: A simple ~/.ssh/config editor
I put SSHConf into git: https://github.com/DaveDavenport/SSHConf/wiki Warning it is not yet ready, so backup your ~/.ssh/config file.
Playing with vala, libgee and gtk+-3.0: SSHConf
I have been playing a bit with vala, libgee and gtk+-3.0 and wrote a small ssh config editor. Lately I often find the need to add/remove/edit an entry in ~/.ssh/config, so to make things easier I am writing a small GUI editor for it. It is far from done, but it finally does something. (load read more