Main

March 21, 2008

The Detroit Salt Mine and negotiations of technology

When I was kid growing up in suburban Detroit, I always knew that there was a salt mine in the center of downtown. There aren't many mines in the middle of urban areas, but one of the many strange things about Detroit is that it had one, or has one, since it's probably still down there, even though it's been closed for 20 years. I think I was sick and missed the 6th grade field trip that would have been the one chance I ever had to see it, but I saw all the big salt crystals that the other kids brought back from it and knew that the trip to the salt mine (like snowmobile safety classes) was one of the key moments of many Michigan children's childhoods.

What I didn't realize was how the salt mine's operations are actually an interesting example of the kind of negotiation that happen between industry, landowners and city governments when trying to provide a city service based on a low-cost commodity resource. When telling the story to Molly the other day (based on this article), I realized that there are similarities between negotiating the mineral rites for salt and negotiating technology access for municipal Wifi, or any other kind of pervasive technological service. See, radio waves are kind of like minerals in that they don't care about property lines. The pattern of extracting salt in Detroit looks a lot like the pattern of Wifi access nodes. Compare the map above to the one for Spokane, WA:

I don't know if the similarity stops at the look of the maps, or goes deeper into how services that don't stop at property lines work in general, but I think it's an interesting analogy.

February 17, 2008

Firefox 3 Places: Geotagging Browser History and the Site Diet

Geotagging site history

Reading a geolocation paper gave me an idea that I'm not going to implement, but may be an interesting exploration of using location as a memory aid when looking up browser history.

The idea is to use Firefox 3's new Places bookmarking and history service to store the location of where a web page was viewed, and to allow users to sort their history based on location in addition to time and alphabetically (the two current options).

Places rewrites the browser's history and bookmark capability as a single database. Being a database, it allows every entry in the database (every "entity"? I don't know my database terminology well) to have additional fields. Places defines two fields up front: Annotations and Tags (Zotro's influence perhaps?), but there's no reason that either location couldn't be squeezed into one of those fields, or defined as a field itself. You could start with the Wifi SSID. Here's a script to extract that on Mac OS X 10.4, for example:


cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources
airport -I | grep \ SSID - | awk '{print $2}'

Liz correctly points out that mapping meaningful physical location to either a set of GPS coordinates or an SSID ('linksys', for example) is a significant problem, but I think that SSID-based organization would be an interesting place to start. Moreover, as things like browsers become more portable thanks to dedicated browsing devices and mobile phones, using available information to associate information with location may become increasingly more valuable.

The Site Diet

I'm pretty impressed with Firefox Places in terms of the vision. It's the first rethink of an old and crusty corner of web browsing that hasn't changed significantly in more than 10 years. The Places system keeps track of every visit to a given URL implicitly (as kind of a byproduct of it keeping all activity in a database keyed to URLs) and to me this opens the possibility of many new kinds of visualizations of personal online behavior: where have I been? how long was I there? what did I do there? Google currently keeps track of that for you in its history, but that's pretty creepy. Places moves that kind of information gathering back into the sphere of the end user.

I would also like to use it to remind me of what I'm doing on the Web as I'm doing it. I get distracted by the Web easily (as I know many people do) and end up spending hours on things that aren't high on my list of priorities. I've tried many techniques to combat this and the best browser-based one I've found is the Stealth Kiwi Greasemonkey script. It's a good way to remind myself to stay focused and it works pretty well, but it's a pretty crude solution, kind of stomping on my web use regularly. With the Places API, I imagine having a Site Diet countdown timer next to each URL. I could in advance define how many times I felt I was allowed to visit a site per day or per week (I suspect it would be a default for all sites, with some exceptions, much as Stealth Kiwi works now), and when that countdown timer expired, well, that was it: no more checking my friends photos on Flickr or reading about embarrassing hometown political scandals until tomorrow.

I think it would be pretty straightforward to write Firefox extensions to do either the location-based history or the Site Diet, but I'm too busy making ThingM go, so here, Internet, you can have these ideas. ;-) And thank you Firefox team!

November 26, 2006

Urban Palimpsests


(click for interactive version, courtesy of Platial)

Stewart Brand talked about how building learn, and defined a set of what he called shearing layers. The bottom-most layer of his shearing layers is "Site," which states that the site is eternal. That's certainly true, to a point. Dubai's The World is not an eternal site: it's being built right now, and much of San Francisco is on landfill. However, eternal or not, once the boundaries of site are defined, it's very difficult to change them. Many Italian towns, such as Siena, still show the traces of the Roman coliseums that dominated their centers two thousand years ago, even though the coliseums and the buildings all around them, are long gone.

Modern cities have this, too, and they learn at an urban level. I decided to follow up on an observation my friend Jim made some years back. He told me that you could see where the old railroad right-of-way used to pass through his part of the neighborhood we both live in. San Francisco used to be dominated by railroads which, probably much more than the Gold Rush, built the city in the 19th century. However, throughout most of the 20th, these railroads have been systematically dismantled. Generally, they were dismantled after neighborhoods had grown up around them, and as the railroads sold off the land where track used to lay, the pieces they sold were not necessarily in line with the SF street grid. Even through as much as 100 years may have passed since a right-of-way was sold, undoing all the funny shaped pieces of land is difficult and expensive, so developers build in what's available. What you get then, and what's visible from a satellite map, is a picture of the paths which used to snake through San Francisco, defined by connecting the dots of funny-shaped buildings.

I've made two of these Urban Palimpsests, as I'm calling them, using Platial. The first (on the left, above, of the SOMA area of San Francisco, where I used to have an office. The second is of the area that Jim talked about, tracing the path of a big rail spur through much of the Mission.

I've found several other such railroad palimpsests in the city, each of which reminds me how some decisions are imperceptibly permanent and how the most seemingly permanent things are sometimes temporary.

October 6, 2006

Ellis Evictions Map

After a discussion with a bunch of nice folks about mapping systems over dinner the other night, I started to think about how all of the point-wise mapping tools (such as Platial and Plazes) are to me, personally. For the most part, they're not (I prefer regions as the unit of markup, or at least in addition to points). Last night Liz and I were talking about San Francisco real estate and the subject of Ellis Act evictions came up. In the process of researching this kind of eviction, we found that there was a list of Ellis Eviction sites which hadn't yet been mapped (well not to our knowledge), so we decided to try our hand at a mashup. It was harder than it's made out to be, and by the end of the evening we had given up on the Javascript and GIS systems, but had discovered several useful tools.

Here's the problem, as I see it, with point-wise mapping of information: when there are enough points, it becomes a forest and it's no longer useful. For example, here's the Ellis data all mapped together on SF using EditGrid, an online spreadsheet that can take any map data and map it with Google maps:

I would like to do is to have some interesting ways of clustering or displaying this information in a way that's not overwhelming visually and not a bear to produce in a GIS system. [Note to GIS system designers: your general purpose tools, which can be used for everything from prospecting for oil to identifying crime patterns, are incredibly difficult to use because they're so general purpose. Just because there's a latitude and longitude attached doesn't mean that the same tool is useful for everything. A nail and a can of peaches are both made of metal, but that doesn't mean you can or should use can openers and hammers interchangeably. Geographic information is like metal: it's a basic material, and the tools you use with it should be tuned to the task. But I digress.] Unfortunately, neither Liz or I was unable to find any such tools (EditGrid is relatively easy, but what I'd like is the equivalent of the Excel chart wizard for maps, and they're still in the early days of integrating their product with Google). We did what we could with what was available (in this case, Mapbuilder.net). Here's a still of all of the Ellis evictions from January 2000 to March 2005. You can start to see trends in both location clusters and in time and this tells a story about real estate in San Francisco. I'm not totally sure what story it tells, but it's a start, and an interesting mapping experiment to have spent an evening on.

Key:
2005-red (Jan-March)
2004-blue
2003-green
2002-purple
2001-yellow
2000-black

Click on the map to get a live, zoomable, scrollable Google Map, but be warned: Google Maps isn't very good at displaying 500 points on a map and it'll bog down your browser for a while.

If you'd like to use the data yourself, here's my dated and geocoded spreadsheet, which we used the excellent and free Batch Geocode utility, which we also used to convert the dataset into a KML file for Google Earth.

January 4, 2006

Geographic markup, folksonomies and regions

In the last couple of months Liz and I have become friends with Jason and Di-Ann in Portland. They have a new startup called Platial. Platial is one of the sites in the cluster of social geographic bookmarking sites which are appearing (Tagzania and Plazes are two others, I think there are probably at least 6 more in the field). Its aim is to let you create a personal geography of interesting points. For example, I put in my childhood home and added a couple of tags. However, it's the only point I've put in, and I started to wonder why. For me, it's because none of these systems support one of the primary ways I think about personal geographies, which is in terms of regions.

For example, in addition to locating the specific place where Powell's books is located in NW Portland (where we live), I'd like to be able to identify regions of the place.

With this idea, people could add multiple tags to the same region...

Or different people could use the same tag with multiple regions, so that, like with other kinds of folksonomies, there wouldn't necessarily have to be agreement in the meaning of a term, but the variation would be informational in itself.

The general idea is that I think in terms of regions of activity, rather than clusters of points, when I'm thinking of personal geographies. If you look at the Google/Flickr memory maps you will notice this, too. Occasionally there are points or things that can be defined as points, but for the most part, it's areas.

[NB: "bohopolis" is my term for the fragmented bohemian city that I live in; whether it's the Mission District of San Francisco, Friedrichshain in Berlin, the Alberta Arts District in Portland, Corktown in Detroit, the East Village...it's all the same city, just unevenly distributed]

July 26, 2005

Wearing your history

Every place that has history wears it a little differently. Some places have so much that it seeps out of every port. In Ivrea, Italy you can see where the Roman coliseum used to be by the oval pattern of the streets, but the coliseum is long gone. In Verona, they still have their coliseum, and leave it largely as a ruin, but hold big fancy operas in it all summer. In Rome, the Coliseum is essentially a monument. Every city deals with its history differently. An early influential book for me was Afterculture: Detroit and the humiliation of history. It's a bit damaged by pomo/critical theory language (ah, academia...), but it has several points to make, not the least of which is that cities are continually constructing their own histories, literally. Venice, a tourist town for 400 years, is all about giving people the image of crumbling opulence at every turn. There are even people who will artfully chip plaster so it looks extra romantic (though in many places, that's unnecessary). With this background, it's interesting to see how San Francisco, one of my homes, continues to tweak its image of itself. I noticed an interesting example recently: the uncovering of the original facade of the De Young Building on Market and Kearney. Here's the photo comparison of the original building, and its current fascade:

IMGP5604

Here's a detail of the uncovered fascade:

IMGP5605

The partial removal implies that they're only considering restoring the facade, but aren't sure yet. Although it's not framed this way, I'm sure, to me it's symbolic of a reconsideration of the role of the building's original appearance to the city image and, importantly, a rejection of Modernist ideals. It's been interesting for me to see how cities come to reconsider their histories as the generation of people raised on the utopian ideals of Modernism retire and the people of my generation, raised on Postmodern architecture, negative futures and the politics of fear (all reactions to the failed utopian dreams of Moderism...and I would argue Enlightenment-influenced scientism) take over and try to make sense where they live. In San Francisco, a city that's the product of generational boom-bust cycles and strong romantic mythologies (Gold Rush, Barbary Coast, Crime Land, Beatnik Bohemia, Hippie Heaven, Dotcom Utopia...soon to be Biotech/Stem Cell Haven) it's especially interesting to see how this mythology plays out in the fabric of the city. I think this facelift, and its recognition of the (often sordid) history of the De Young family, who went from running a frontier broadsheet to high society in less than one generation, is a telling data point in terms of San Francisco admitting its past (as Las Vegas recently did) and reimagining its next costume, its next utopian mythology.

[Man, that's a lot of "isms" and hand-waving. From someone who just put down academia-damaged writing, that's embarassing.]

May 18, 2005

Dreams of Rock Creek Drive: a personal geography

Between ages 9 and 18 I lived at 29960 Rock Creek Drive, in Southfield, Michigan, a Detroit suburb. My parents haven't lived there, or anywhere near it, in more than 10 years. Even before they moved, it was already fading. I went to college, it never felt like home again: after starting my sophomore year, I never moved back. I haven't visited it since they left, but I've been there many times in dreams.

Of all of the houses before it and after it, this is the house that still appears as the stage for many of my dreams. Actually, it's not the house that's in my dreams, but the neighborhood around it. Yesterday, I was visiting Grandma nearby and I decided to document the places that my dreams take place. I went back to the house for the first time in maybe 5 years, only the second time since 1994, and the first time I got out of the car.

Here are the pictures:

Hickory Leaf/Rock Creek Drive 29960 Rock Creek Drive Across the street Kitty corner from my house Next door Chain link tunnel to Northbrook Elementary Rock Creek disappears Sidewalk on 12 Mile Road 12 Mile Road Up Rock Creek IMGP5127 IMGP5118 Rock Creek behind the neighbor houses IMGP5110 Up Rock Creek IMGP5105 Traffic island IMGP5073 IMGP5074 IMGP5125

Here is a panorama of the intersection of Rock Creek Drive and Hickory Leaf, the closest intersection to the house, which often appears (if only as an implicit location, something that feels like it's perenially nearby):

rock creek panorama

I've also made a Google/Flickr memory map that identifies the actual locations of a number of the photos:

Memory Map Cranbrook Village

I'll let the photos stand without further explanation (I'm sure there's plenty of symbolism there that you can decipher), but I think, based on the places where it "felt right" to take pictures, that most of my memories of this time were made in the summers when I was 11 and 12. I spent those summers riding bicycles with friends around the neighborhood.

What's most interesting is how mundane the photographs look and how impossible it is to convey the intensity of meaning they have for me. Or, actually, the intensity of meaning that those places have in my dreams. Not that I want to convey the intensity, that's not the point and it would be futile to try, but the mundane-ness of the images underscores how deeply ideosyncratically we're wired. If I ever had any doubt about my inability to experience images or places entirely objectively, walking into the empty stage of my childhood dreams extinguished it.

It's an incredibly powerful lesson in experince design for me, though I don't know if I'll ever be able to properly articulate it.

April 10, 2005

Google/Flickr Memory Maps: More Personal Geographies

The personal geography meme continues with the explosion of the MemoryMap pool on Flickr (invented by Matt Haughey), where people annotate Google Maps photos with their memories linked to places. Like the Billy maps in Family Circus (where Billy--represented by a dotted line--runs all over the neighborhood, his actions annotated by little notes), these maps represent compressions of time into space by way of memory. What's interesting to me is how they distort the actual time: most interesting things probably took place in a couple of places--your childhood home, your school--but you can only really put one annotation there. Thus, you get an interesting distortion where location doesn't necessarily correspond to prominence.

You can also see with this why memory palaces work: the emotional content in these geographically-linked memories is really strong, thus making the memories that much more vivid. And the overhead perspective keeps the image abstract enough that it doesn't spoil the memory with distracting detail of the current reality of a special place (such as, for example, my childhood home).

Oh, and of course nothing says you have to map real places in your memory maps, since your memory is still just as valid. When I say to Molly "Meet me by the apothecary in Ironforge" to Molly, we both know "where" that is, even though she's in London, I'm in Portland, and Ironforge is in Warcraft.

March 31, 2005

My own private SFO: a personal geography

In thinking about personal geographies, I decided to see what it felt like to make one, so I did. This is a map of the town of Airportainia, one of the several towns I've spent the last couple of years (I'll hopefully be making maps of the other ones, too). It consists of the maps of 20-some of the 30-some airports I spent time in over the last 12 months and represents a particular experience of travel that I've had. Frequent fliers: see how many you can identify!

(btw, it's a big image, though not a big file, so you may need to click on it again in your browser to zoom in for the full view)