I was using haystack with whoosh and running into the same problem. I was waiting for some updates on that, but I think I'll check this out first. Thanks for sharing the code.
I tried doing it that way first, but the wsgi directives aren't allowed in an .htaccess file. It would have been much better to have a user place a few lines in their .htaccess file for python projects, but I didn't find a way of doing that.
I just went through the whole xbox live cancel thing too. No place on the site or in the console to quit. Tech support e-mail would always say call them. The person on the phone was able to take care of everything and even mentioned billing.microsoft.com would allow you to stop the auto renew. I didn't try that out since I was already on the phone. I don't know why the e-mail support responses left that out. If that site works for someone, it would be nice to know.
It's good that you have a video showing the features, but it could use some more audio. The silent parts need a voiceover. It looks like there is enough stuff to talk about to fill up the whole time.
In addition to this question it would be good to know where to go to try out all of these chairs that are mentioned. Most places I've been only have the cheap ones out for trial.
Are you saving the urls after someone requests one to be lengthened? It could act as a backup if one of the shorteners went down. Maybe one of the firefox extension developers that expand urls could use your saved urls in that case.
It's important to pay attention to what other hackers are doing in your area. One of the awesome things about silicon valley is all of the people from the startups hang out there, but there are hackers everywhere and there can be meetups anywhere.
Once I started paying attention to what was going on in Orlando I met a lot of smart people. We're having a barcamp tomorrow too. http://www.barcamporlando.org/
There are other great things about silicon valley, but it's not the only place with hackers.
That is something that I would probably buy. I've been thinking about living on a boat for about a year now and I haven't really done any research. I'm sure there would be tons of information you could provide that would help.
It seems to be making NoScript go nuts. Delicious bookmarking still works, but it obviously doesn't need to get content from the page. I tried adding things to the whitelist but haven't gotten it to work yet. Any ideas?
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
# If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i
# LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
Format reference: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#for...