Archive for July, 2005

Desperate…

Desperate - Kirsten Johnson

…no more. Our href="http://www.kirstenjohnson.com/xdesperate.html">piece from
Kirsten Johnson’s brilliant Touchy-feely series came in the
mail this weekend. Tanya read about it on the href="http://mocoloco.com/art/archives/001235.php#more">MoCoLoCo Art
blog. It’s amazing that the architects in the 1910’s foresaw this
day when we could put use this painting to fill the void above our
fireplace!

Comments

Hacking TerraServer

I recently wanted to see some old satellite photos of my neighborhood.
As far as I know, you can’t do this with href="http://maps.google.com">Google Maps, but you can with href="http://terraserver.microsoft.com/">TerraServer (which
predates Google). I start with a URL like this: href="http://terraserver.microsoft.com/Image.aspx?T=4&S=8&Z=10&X=11028&Y=105601&W=2">http://terraserver.microsoft.com/Image.aspx?T=4&S=8&Z=10&X=11028&Y=105601&W=2.
Breaking down the querystring, we get:

  • T - the theme indicates the photo set you would
    like. 1 contains USGS photos from the early 90’s, 2 is USGS topo maps,
    and 4 is circa 2002 USGS satellite photos.
  • S - the zoom level ranges from around 8 (0.25 meters
    per pixel) through 19 (512 meters per pixel), depending on target
    coordinates and image source
  • Z - the scene apparently should always be set to
    10
  • X - the x-offset seems to be a function of zoom
    level, so you can’t simply change the S parameter and expect it to
    zoom appropriately because the X and Y coordinates will have
    changed
  • Y - the y-offset - same caveat as X
  • W - the image size - small (1), medium (2), or large
    (3)

Some additional poking could be done to understand whether scene 3
exists and what it contains and to understand the relationship of
zoom-level to x and y coordinates, but I was content to get the 1990
images from around my house.

Comments

Quicksearches part 3

This is the obvious and crowning achievement in the feature that IE
has had for a while but left undocumented in href="http://www.psoul.com/index.cgi/computers/IEAutoSearch.html">the
SearchUrl regkey and which is a href="http://www.psoul.com/index.cgi/computers/firebird.html">feature
in Firefox (Keywords or Quicksearches). Briefly, the behavior lets
you more quickly navigate various web forms by specifying some prefix
for some destination form and then and then handling “[prefix] [search
string]” in the address bar. For instance, I use “bus” as my prefix to
search the King County Metro
website for bus schedules so “bus 242″ gets me the schedule for route
242. The hassle has always been hacking the destination URL to figure
out what token you need where in the querystring to make the form
behave like you want.

    But now it’s as easy as:

  1. browse and find a page with a form for which you want a quicksearch
  2. right click the form > “Add a Keyword for this search”
  3. name your bookmark and set the keyword

Firefox is like crack!

Comments

A Jar of Red Herrings

A Jar of Red Herrings

    There’s a lot we don’t know about this case. But these things are clear:

  • Journalists should not tailor their principles to the politics of the moment.
  • Coerced waivers of confidentiality are meaningless.
  • Iraq had no weapons of mass destruction.

Comments

How do you spell “restoring honor and dignity to the White House”?

“Nobody was wearing old beach flip-flops,” said Josephs, who wore a
$16 brown pair with rhinestones.
(Yahoo!)

“$16 flip-flops” - that’s how.

Comments

Better font locking in emacs

I can’t believe it took me this long to realize this, but I just
figured out that in emacs auto-mode-alist takes a regular
expression as its argument to indicate the mode for some set of
files. Typically, you tell it something like “\\.html$”
should be html-mode but I can just as easily say
“/path/to/my/home/.*\\.txt$” is also “html-mode”.
I’m interested in this since blosxom’s files are html (so I’d like my
editor to treat them as such) but I left the default configuration
setting so they have the *.txt extension. A similar alist entry could
be used to make *.bat files under some path start up in cperl mode, in
case some slacker left the “# -*- mode:cperl -*-” hint off them.

Comments

Here I am at your show at 11PM

Last night we went to the href="http://tractortavern.citysearch.com/page/ntq8/TRACTOR_HOME.html">Tractor
Tavern in Ballard to see Evan Dando. By about 11:15, opening acts
Colin Spring and Smile Brigade finished their opening sets and
something happened I’ve never seen at a concert. The bar owner got on
the mic and asked “Has anybody seen Evan Dando? Because we haven’t
either…” My brother had seen him in the Twin Cities before at clubs
where the show organizers were afraid because they hadn’t seen him in
a while but this time he’d never even showed. Kind of a drag, but
sort of funny. I guess it’s no surprise.

Comments

The transformation is nearly complete

Ambrose says:

    btw, where can I get more free emoticons?

Comments

Greasemonkey and KEXP

So I finally checked out href="http://greasemonkey.mozdev.org/">Greasemonkey and stole an
idea from Chris and wrote a script that adds “play” links to the href="http://kexp.org/playlist/playlist.asp">KEXP DJ playlist.
This is tremendously more convenient than finding something you want
to hear in the playlist, then navigating to the href="http://kexp.org/streamarchive/archive_time.asp">streaming
archive page and entering the exact start time of what you wanted
to hear.

To install, you need firefox and
greasemonkey. Then it’s
installed like any greasemonkey script - browse href="http://www.psoul.com/files/kexp.user.js">kexp.user.js and click Tools > Install
User Script. Once its installed, you may want to edit the script to
change your stream preference (the default is 96k wma). No other
modifications should be required.

Comments (1)

Everyone’s Ideal of Fun

HAS to be a Dinosaur Jr. reunion - and href="http://www.orlandoweekly.com/features/story.asp?id=8063">that’s
what we get this year! Lou’s even back - this is awesome! I saw
Dinosaur Jr. years ago on the Green Mind tour and later in 1995 with
Sonic Youth but they were kind of drifting into whatever the weird
direction was J was taking them in by that time. Tour dates href="http://www.mergerecords.com/band.php?tour=true&band_id=103&">are
up on the Merge Records webpage.

Comments

« Previous entries