[0:59]<ashb> writing release notes is boring [1:43]<ashb> release! http://redmine.flusspferd.org/news/show/12 [4:24]<isaacs> ashb: i can't brew install flusspferd? [4:28]<isaacs> oic, had to pull your homebrew. [4:28]<isaacs> <3 git [14:25]<ashb> anyone about? [14:30]* ondras :) [14:31]<ashb> right - what do you think of htis as a config feature: http://pastie.org/private/f1ypsihyqj3rmwlpmpop2w [14:31]<ashb> v2 specifiucally [14:31]<ashb> first of is it clear what its doing? [14:31]<ashb> those snipets usually live in json files [14:36]<ashb> ondras: ^^ [14:37]<ondras> ashb: v2 == after? [14:37]<ondras> no, there are 2 versions of after, ok? [14:38]<ashb> yeah just diff vers of after [14:38]<ondras> so, it looks like some web framework configuration [14:38]<ashb> it is [14:38]<ondras> the third version is surely most powerful [14:38]<ondras> but beware of cyclic dependencies [14:39]<ashb> yeah - it was only going to laod something already parsed [14:41]<ashb> er, already parsed/further up in the config [14:43]<ondras> okay [14:43]<ondras> is it possible to somehow reference e.g. ${db.host} ? [14:43]<ashb> yeah [14:43]<ashb> exactly that [14:44]<ondras> k [14:44]<ondras> looks nice [14:44]<ondras> although there is no definition of conf_dir, so it looks incomplete [14:44]<ashb> conf_dir is the only implicit one [14:44]* ondras just implemented LZW in clientside js [14:45]<ashb> its the directory form which the file is loaded [14:45]<ashb> lzw? which ones that? [14:45]<ondras> I believe it is used in "compress" [14:45]<ondras> (was used) [14:45]<ashb> ah [14:45]<ondras> it is rather simple, but sufficient so far [14:45]<ashb> and GIF? [14:45]<ondras> yes [14:46]<ondras> I need to store saved game data [14:46]<ondras> and there are lots of them [14:46]<ashb> ahhh [14:46]<ondras> so compression looks like viable option [14:47]<ashb> cool [14:49]<ondras> time to learn about localStorage