Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Monday, 3rd December 2007

Perl on Rails—Why the BBC Fails at the Internet. Depressing explanation of how the BBC’s decision to outsource its technical infrastructure to Siemens has resulted in severe technology limitations, including the need for everything to run on Perl 5.6 (5.8 came out in 2002). 0 9:43 am

First Notes on Django. Cool, the IETF are developing internal tools with Django. 0 11:38 am

If you only remember one thing about handling non-HTML output via Django: know that you can use the HttpResponse object as if it were a file. Writing to such an object and returning it will give you the output you wrote. It’s a very simple concept, but one that translates well to third-party libraries.

Alex de Landgraaf 0 8:44 pm

Datejs—A JavaScript Date Library. Building a date API around chaining—Date.today().next().thursday()—is a neat concept. I’d like to see that adapted for Python’s datetime library. 17 9:01 pm

The D Language and Server Logs. Neat example of a simple D program for crunching log files. 1 9:02 pm

2007 » December

MTWTFSS
     12
3456789
10111213141516
17181920212223
24252627282930
31      
A django site