All articles

  1. Defaults & Inheritance

    I thought I’d note a way I try to make classes reasonably customizable without creating lots of classes, but letting other people create classes if they want.

    Here’s a common technique; I’m going to use a class from WSGIProxy as an example, because that’s where I …

  2. XO B4

    Front view of the XO

    I recently received a Beta-4 XO laptop. I won’t describe the hardware on the whole, but probably a number of readers here have seen the B2 laptops so I thought I’d write up a quick description of the changes I’ve noticed. If you haven’t seen the …

  3. Tempita

    I mentioned a templating language I put into Paste a while ago, but since then I extracted it into a separate package called Tempita. I think the documentation is fairly complete (it’s a small language), but I’ll describe it shortly here.

    I wanted a text-substitution language, because I …

  4. Atompub & OpenID

    One of the thinmgs I would like to do is to interact with Atompub (aka Atom Publishing Protocol) stores in Javascript through the browser. Since this effectively the browser itself interacting with the Atompub server, browser-like authentication methods would be nice. But services like Atompub don’t work nicely with …

  5. Fast CGI that isn’t FastCGI

    There’s a bunch of techniques for doing deployments of long-running processes (Zope, Python server, Rails, etc). A pretty good technique is to do HTTP proxying. There’s some details and conventions I’d like to see for HTTP, but that’s not my concern here.

    HTTP proxying isn’t …

  6. Pronouncing “Django”

    I’m not saying this to anyone in particular, but I’ve heard people pronounce Django incorrectly way too often. The “dj” in Django is a hard J, like in the word “jury” or “jolly”. You don’t pronounce the D.

    Update: Alex Limi tells me I’m wrong too …

  7. Environmental Theater

    If you read Bruce Schneier, as any good geek should, you probably are familiar with the term “security theater”: measures that provide the feeling of security while doing little or nothing to actually provide security.

    OK, digression. We had this recycling program in Chicago where we put our recyclables in …

  8. Atom Models

    I’ve been doing a bit more with Atom lately.

    First, I started writing a library to manipulate Atom feeds and entries. For the moment this is located in atom.py. It uses lxml, as does everything markup related I do these days.

    I came upon a revelation of sorts …

« Page 15 / 16 »

This is the personal site of Ian Bicking. The opinions expressed here are my own.