Archive for May, 2010

Clojure and a PicoLisp database via HTTP

Sunday, May 30th, 2010

If you follow me on twitter you might have read that I tried Riak at one point but then switched to Cassandra, anyway, one of the things with Riak that struck me as nice was the fact that you could access any node through HTTP.... Read More

Improved Cover Flow with Flash and AS3

Tuesday, May 25th, 2010

coverflow.png... Read More

Compojure Sessions with Sandbar

Tuesday, May 25th, 2010

I just finished researching how to achieve persistent sessions with Compojure. The default way of doing things didn’t really look appealing to me. This whole threadsafeness business is more of a hindrance than an asset when it comes to web development IMO.... Read More

Flash with HTTP Client Lib and Compojure

Wednesday, May 19th, 2010

I just managed get communication between Compojure and Flash (AS3) up and running, by way of HTTP. No big deal really when all the dependencies and whatnot are in place. I did not use URLRequest or HTTPService, but AS3HttpClientLib as I got the impression it seems to be more feature complete than the other two that seem more basic and default. An example of a feature I might want to use in the future is for instance the HTTPS stuff.... Read More

Clojure and Cassandra with clj-cassandra

Sunday, May 9th, 2010

I’ve just finished playing with Robert Luo’s clj-cassandra for today and it’s time to recap what’s happened so far.... Read More

My Clojure Editor

Monday, May 3rd, 2010

picoeditor.png... Read More