Pursuance

This is too beautiful not to share. Pursuance, the third movement of the Love Supreme, as performed by the Branford Marsalis quartet. When I first heard he was doing this, I thought there was no way he could do justice to the original. I have also heard a recording of him attempting Love Supreme from the early nineties and it wasn’t up to snuff. This recording, however, is amazingly intense.

WRT54GS

So I’ve tapped into Linux on my WRT54GS using the Sveasoft firmware, and it’s pretty sweet being able to SSH into your router. Should be very useful when I’m on the road as well. Local DNS cache is running great. Security stuff seems solid. Finally, Wonder Shaper is keeping my roommate’s games from bothering me. 😉

Redirection Proposal

As many people have heard now, blogs that were previously hosted at weblogs.com are now needing to find new homes. Dave is going to be sending people their backup files but it looks like a lot of links may be broken, and some people proposed keeping a list of the old and new URIs.

Why not go one step better? I apologize if this is not technically feasible for whatever reason, but here’s my idea. DNS is very flexible, Dave can have specific A records for subdomains of sites that are going to stay under weblogs.com, and then set up a wildcard * A record to point to a different IP. This IP could be anyone running a service that would allow people to redirect their old domains to their new ones. Technically this would be pretty simple, no more than a few hours of hacking. The machine serving the redirects could have a wildcard virtualhost entry in Apache and a simple PHP script (or Python script, or RewriteMap) to serve 301 Moved Permanently headers depending on the hostname.

It could redirect to whatever the site owner wanted. The hosting overhead would be minimal. I’m willing to personally commit to writing the code and hosting it for at least 2 years.