Cool idea, but I think we might need a few more IP addresses

Posted by: barbara | Date: Sep 21, 2008 | Category: the internets
Cisco Launches Alliance For the 'Internet of Things' [eChannelLine] (via Slashdot) Related links: New Industry Alliance Promotes Use of IP in Networks of 'Smart Objects' [Cisco Press Release] IPSO Alliance

Read More

RestView, via DjangoSnippets

Posted by: barbara | Date: Sep 21, 2008 | Category: django
RestView - class for creating a view that dispatches based on request.method

Read More

Using Python str, datetime, lists and sets to group dates

Posted by: barbara | Date: Sep 21, 2008 | Category: django python
I'm in the process of writing my own blog app (project 'belleville'), one that will eventually replace the Wordpress blog that this site is using, and one of the things I need is a templatetag for the sidebar that lists archive dates, grouped by month - it should look ...

Read More