5 Items for January 2009


Link2009 Jan 13

Sloppy - the slow proxy for dial-up modem speed simulation

A deliberately slow proxy to simulate the dial-up modem experience. A great way to test fancy features like AJAX.

Link2009 Jan 15

Django | Aggregation | Django Documentation

Django Aggregates have landed in Django. The documentation looks pretty good. People have been waiting for this for a long time. It's great to see such a solid implementation.

Link2009 Jan 15

git externals script

This looks like a useful script for dealing with project dependencies and wanting to avoid either doing a file copy to your project, or submodules.

Link2009 Jan 28

Full-text searching in Django with PostgreSQL and tsearch2

A complete run down on setting up search with Django using PostgreSQL and tsearch2.