...more recent posts
Fixed a major problem here that has been plaguing me for some time. All content is stored in a mysql database, and these pages are all assembled on the fly when you request them. So the particular URLs (like /jim/weblg/) don't really exist in the file system on the server. Instead, every request is sent to a central php script that parses the REQUEST_URI, looks up the path in the database and then grabs all the posts associated with that page and spits them out. I had been doing the redirection with an errordocument line in my .htaccess file pointing to the central php script (so it was like every request was 404ing, but then the 404 page was the central script that would then built each page.)
In any case, the problem was that the server was sending a 404 code back to the browser in the head immediately followed by a 200 OK code. Even though that is not correct, most browsers had no problem with this. But a few did. Like some versions of IE on the MacOS and at least one of the Opera betas on the MacOS.
After much struggle to find a way around this I just figured out that my host has mod_rewrite enabled, and that I can access this through my .htaccess file. So now the redirection is done with a rewrite rule instead of an error document and I believe this has solved the problem. Rex Swaine's handy HTTP viewer helped me out a lot in fixing this.
As is befitting a sci-fi writer, Bruce Sterling provides a bunch of different possible outcomes for the present political mess. Nothing earth shattering, but he has a good eye for the future, and it's refreshing to see these scenarios without the usual freight of the authors political views also being layed bare.
Here's 4 photos I took from the F train in Brooklyn coming back into Manhattan. This is the most impressed I've been with the relatively new Canon G1. The train was really shaking. I've always loved this ride, and these are the best shots I've ever gotten of it.