Monthly Archives: March 2008

StuffKeeper, speedups

By moving some code around, I been able to speedup the startup a factor 3 (0.3 seconds now from startup to gtk_main()).This by first loading the backend, then hooking it into the  interface. This saves a whole lot of signals and updates. More speedups by changing the treeview to fixed-height mode, this speedsup a forced read more »

Stuffkeeper Wiki

I’ve started a wiki for stuffkeeper.

Stuffkeeper Pre-release 0.07

A new preview release is ready. This release futures: Cleaned up interface, most noticable the item view. Possibility of being translated. Scalable Icon Filters support. You can now define a filter, to be applied to the list. CSV Export. HTML export with template support. (for a single or more items). Bugs fixed: 14,15,16,19,20 Improved entering read more »

Archlinux, it is madness.

There was a weird bug in stuffkeeper, only reproducable in archlinux. So I thought, lets install archlinux, so I went to www.archlinux.org, clicked “Get arch” and grabbed the ftp-install iso. Started the install, and it failed.  Something about filelist not found. Does it turn out that the FTP ISO does not work, because the installer read more »

Gwsl

I’ve got some questions lately about gwsl (Gnome Wireless Pc Lock). It seems the code got “lost” when moving stuff around on my website. So here it is again: http://download.sarine.nl/Programs/gwsl2/gwsl2.tar.gz This is the most recent code I could find, including a new fix for libglade. I have no interest in developing this anymore, it was read more »

Stuffkeeper, html export

I’ve implemented html output to stuffkeeper. It parses a template files and generates html from it. A template looks like this: edit: <html> <head> <meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ > <title> StuffKeeper – {title} </title> </head> <body> [s <H3>{title}</H3> <table> [i <tr> <td align=’right’ valign=’top’> <b>{name}</b> </td> <td> {field:string % }{field:text <p>%</p> }{field:link <a href=’%'>%</a> }{field:slider %/10 read more »

StuffKeeper Pre-release

This is a testing release for everybody to try: Get it here: download. Compile instructions: here Getting started guide: here Please make bug-reports, suggestions and more: here

Pulse audio

A while back I moved my stereo to the other side of the room. It got to far away to connect my desktop to my stereo. I do have my old mac-mini connected to my stereo, so I decided see if I could use pulse to have the audio from my desktop on my stereo. read more »

Stuffkeeper, sqlite question

Can I make sqlite delay the writing to the file. I do allot of small writes from different places from my code (tricky to do a begin transaction and a commit transaction). It is still fast enough, but you can hear the harddisk doing all the small writes, I’d like to avoid this. Q

StuffKeeper, now using sqlite3

I spend the whole day today rewriting the backend of StuffKeeper to use sqlite3. It’s been a while since I spend a whole day hacking on a program. It feels good todo this once in a while. Now lets hope it was worth it. For everybody allready using stuffkeeper, please give it a good try. read more »