Anjuta / scintilla patch

My tiny little patch to scintilla was commited to CVS. It makes it possible for me to use anjuta, although it’s really weird. It’s more like a work around some other bug.

quote of the day

Waste not fresh tears over old griefs.

– Euripides

LIB150 Introduction to Library Research

LIB150 Introduction to Library Research
bla bla bla… lurkers find my blog using the blogger bar like on top of this one. hmm… interesting. should i get one? NO FUCKING WAY! ;-) although, why not. may be they come in different shapes and colors and all.

Bash powered CGI gallery

I’ve just made my new gallery “public” ;-) It’s written in bash. The link to the old php gallery will eventually disappear from the page, and URL’s will redirect to the new one. Long live bash!

bash in web design

Yesternight i’ve written simple pix lister in bash that creates thumbs and index.html. I don’t know yet how to deal with viewing the individual images - wether to use some cgi or generate static wrappers. Well, cgi in bash or m4 would’ve been geeky enough.

NoIE page

have just written simple no IE page, still need to find a IE user to test it. May be simon could misuse his girlfriend’s computer?

Simon vs. Kazimir

guess, which is which? a hint.

Evolution patch failure

My first attempt to add groups filter to evolution subscription dialog has failed because i haven’t read the sources good enough. They fill GtkTreeStore “on-demand” - as user expands tree nodes, so i can’t really filter this tree because it doesn’t have all them nodes. I’ll attempt to rewrite my patch later, but first i’ll probably have to change the way editor works - may be implement custom tree model instead of using tree store. May be even make it simple list.

Earwigs

The Hemimeridae are unusual in that they live in the fur of giant rats and feed on the rats’ dead skin and fungi.

[Wiki] article on Earwig

Packet Forth

After upgrading to gcc 3.4 i’ve managed to build [packetforth]. Will start learning as soon as i patch evolution’s subscription editor to support filtering.