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.
Thanks! Yeah, it's a pretty poorly made video. There're also too many times where I'm confused what feature I want to show next and I just waste time in the video. I didn't edit the video because that would make our webcam streams look jarring.
Definitely intend to make a better one for the outside-HN launch. Will also need decent copy at that 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.
There's a chain called "The Healthy Back Store" and that's where I went to try out chairs. I ended up buying the Nightingale CXO chair, which I hadn't heard of until I went there. They also have a good online store -- http://www.healthyback.com -- but obviously that's not a great place to try out chairs.
That's a good question, pyroman. After you've added you Kindle email address, we'll give you a bookmarklet to use to select webpages to be sent wirelessly to your Kindle.
I've just added that note to the page where Hatchet requests your Kindle email address.
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.
#
# 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...