--- Log opened Sun Feb 19 00:00:12 2012 --- Day changed Sun Feb 19 2012 00:00 < kanzure> i sort of ignored that because xulrunner-9.0-dev keeps giving me problems (it's xulrunner-dev apparently) 00:00 < lkcl> ok install that, too. 00:00 < kanzure> unpacking.. 00:00 < lkcl> install xulrunner-dev too. it's a dummy package (i think) 00:00 < kanzure> xulrunner-9.0-dev still doesn't exist :P 00:00 < lkcl> that's probably a mistake in the packaging 00:01 < lkcl> then grab it manually 00:01 < kanzure> how big is xulrunner-dev anyway? 00:01 < kanzure> it's taking a while to unpack 00:01 < lkcl> don't arse about :) 00:01 < lkcl> ftp://ftp.uk.debian.org/debian/pool/main/i/iceweasel/ 00:01 < lkcl> ftp://ftp.uk.debian.org/debian/pool/main/i/iceweasel/xulrunner-dev_9.0.1-1_amd64.deb 00:01 < lkcl> is 5mb 00:01 < fenn> lkcl: are there any desktop applications using pyjamas yet? 00:02 < lkcl> yeah 98% of the examples. 00:03 < lkcl> there's a couple such as raphaeljs and the flashpanel example that don't work 00:03 < lkcl> but i worked out a trick for interacting with javascript (yes, similar to the json hash idea you had) 00:03 < lkcl> in fact, _identical_ to that idea :) 00:03 < kanzure> the json hash thing is stupid 00:03 < lkcl> ah no it's not. 00:03 < kanzure> it's almost as bad as running a web server just to POST to 00:03 < lkcl> *lol* 00:04 < lkcl> i just implemented a JSON storage thing into a hidden iframe (!!) 00:04 < lkcl> in pyjamas-desktop, in the picasaweb example. 00:04 < lkcl> i'm planning to turn that into a generic method for executing (and, crucially, obtaining the return results of) javascript 00:05 < lkcl> inside the web engine 00:05 < lkcl> it's the only way. 00:05 < lkcl> it's a bugger, huh? :) 00:05 < lkcl> anyway - enough. 00:05 < kanzure> you mean the local storage engine stuff in html5? 00:05 < lkcl> no, i mean actually adding a