Mod-Wsgi or Mod-Python?
Mod_WSGI or Mod_Python?
Recently, I had the opportunity of deploying django apps that would receive heavy traffic and yet be lite on the memory because I was using a 256 MB virtual private server.
Django has two options:
I have had bad experiences with Mod_Python with issues ranging …
Some Latest Projects
Ramblings on Fossconf 08
Ramblings on Fossconf Chennai'08
Went to Chennai to attend my second FOSS conference. Though Fossconf 08 did not live up to my expectations, it was a perfect conference for first time speakers and absolute newbies who had no idea of what Foss was. I was really impressed by the project …
Rename tables in SQLite
Rename tables easily in SQLite
Django-Tagging recently moved to version 0.2 and introduced certain backward-incompatible changes. Due to these changes the tagging support for my blog had broken. The remedy as per the wiki was renaming the tables:
- tag to tagging_tag
- tagged_item to tagging_taggeditem
SQLite does not have a …
Flex and Django: Partners in Crime
My new companion
My new companion
Today, I purchased a notebook computer. (the IBM ThinkPad R61 7733-AE1).
I am thoroughly impressed with the build quality of the machine. This notebook fit my requirements perfectly and I didn't have to shell out a rupee to Microsoft because it came only with PC-Dos. I took …
Launch of Safebrowsing-python
Launch of Safebrowsing-python
Today I launched my second project online after django-check-constraints, safebrowsing-python. The project is based on the Google Safebrowsing API. Check out the announcement on the google-safebrowsing-api mailing list and also the usage wiki page at the project home.
Wish you a happy and safe browsing on the …
An Idle Mind is a Devil's Workshop
An idle mind is a devil's workshop
On thursday, my previous semester results were out. I logged on to the site and checked out my result. My result was anything but surprising. Then I thought to myself, "Why not give people the freedom to compare their marks with their peers' …
Rendevouz with Firefox 3 beta 2
Rendevouz with Firefox3
I have been using Firefox2 for quite a long time and had a hell lot of complaints about it. One was with its memory hogging nature and the other one was with its rendering capabilities.
I decided to try on Firefox 3 (beta 2) after hearing some …
Javascript Code Colorizer
Javascript Code Colorizer
Recently, I came across Pygments based Javacript code colorizer called Pygments Code Colorizer here. Very easy to use and supports lots of languages.
Just add the
<script src="http://www.pygments.com/js/init.js"></script>
and a pre tag that contains the code to be highlighted …