When I grow up I want to be a lisp programmer

I have read quite a bit about Lisp before and most of it, frankly went over my head as a non-programmer except bar a few articles of Paul Graham’s on Lisp. Paul is one of the brainchild(ren??) behind ViaWeb which is now Yahoo Shopping and the author of a number of books: ANSI Common Lisp, …

JSON & Serialization in Django – Links for my reference

Generic Serialization using JSON – here ’tis Django + Ajax Presentation (pdf) – page 35 onwards – here ’tis Thread on ExtJS forum specifically Django + JSON + ExtJS – here ’tis Aah, also five part ipython series on showmedo.com Technorati Tags: django, extjs, json, ajax Powered by ScribeFire.

Christianity rant: I just can’t hold it in anymore

I’m in two minds here about this one. I don’t really want to put down Christianity because I know some wonderful people who are christians and writing on the web now is a little like getting a tattoo – with Google and the way back machine, what you say kind of sticks around with you …

Seamless on/offline: Design winForms and deploy as ajax webapp on mono

Visual WebGui looks very interesting from a perspective that it allows you to develop a winforms application as you normally would and deploy it as a webapp (also). As per some previous posts, I like to be able to jump seamlessly between platforms. I don’t want to be tied down to anything if I can …

Serving Dynamic Images from Django error

**Edit: I did blatanly miss something, which was pointed out to me on django irc#, which is that you can’t call binary data into a template. You create a view and then call the view from your template. I will leave the below for prosterity and in case it trips someone else up. It was …

UFS & ZFS in Virtual Machine vs Ext3 Physical File Benchmarks

Some really bizarre results here that just blew my mind. Check out the “rate” column for both random writes and random reads and compare the Ext3 Ubuntu with Nexenta VM for both UFS and ZFS – UFS is a bit quicker the ZFS. I am not sure whether the virtualisation actually improves the random reads …