Nelz' Blog

Ruminations on Development


« Previous day (May 10, 2008) | Main | Next day (May 12, 2008) »
Sunday May 11, 2008

Participation Culture

Gin, Television, and Social Surplus

WOW! This article is fantastic! I was so psyched after reading this article that I even sent it to my Luddite-ish mother. (After printing the article out and reading it, she said it was 'cute' and reminded her of me... <sigh!>)

I have so much to say about this article, it will probably come out all jumbled... But I hope the reader will be able to pull out some salient points.

Participation

In the vein of where I am going with my ruminations I had actually named this blog post "Participation Culture" before re-reading the article and seeing that "Tim" (O'Reilly, I'm assuming.) has some concept called an "architecture of participation".

Participation has been a big theme in my life in recent years. About 6 year ago I fell in with the Burning Man community, whose 10 Principles specifically address participation as a founding pillar. A little over a year ago, I came to the Bay Area and was immediately impressed by all the Makers, teachers, and BarCampers. (As I write this, I am impressed that I continually fall in love with ideas that are only a degree or two away from Tim O'Reilly...)

History of the Participatory Audience

While reading the "Gin, Television, and Social Surplus" article, you might be lulled into thinking that audience's radical demand for participation' is an artifact of recent past. Then I got to thinking about the history of our culture's move towards encouraging participation and how little bits of interactivity have made themselves known before the current incarnation of internet culture.

Yeah, I agree magicians have been pulling people up on stage forever, but this doesn't count. These types of stage shows are more of an exercise in social engineering than in interactivity.

But, think back to the late-70's. There was a very persistent subsection of our culture who were not willing to sit back and passively watch a show. These people, considered "crazy" by some, would don fishnets and garters and high heels and feather boas to go to a theater to throw bread and yell at the screen and sing along to the music, and some of these people even tromped right up to the front of the theaters to re-enacted exactly what was happening up on the screen at the exact same time. There were, and still are, entire communities built around the pomp and circumstance of late-night showings of "The Rocky Horror Picture Show".

It tickles me pink that Dr. Frankenfurter, the "sweet transvestite from transsexual Transylvania", could be a material ancestor for every tweet I Twitter or every Yelp review I post in this "participatory internet".


Epilogue

The Dr. Frankenfurter bit from above is about where I wanted to end up for this post. However, in writing it, I came up with a couple more links for events or shows that I think are incredibly relevant to the article above or to the rest of this post.

One of the first shows I ever saw that took a fun step out of the passive-audience experience was the Blue Man Group. My family went to one of their shows in Boston during Christmas time, and I was blown away! At the end of the show, they start unrolling streamers off of toilet paper rollers, covering the audience, getting them to move the streamers forward while strobe lights flash and loudly blaring techno music surrounds you. You are covered and involved in a moving black-lit sea of white streamer paper. I have a distinct memory of jamming out in my seat, looking to my right with the biggest grin on my face and seeing my grandmother get all tangled up in the streamers as they were moving forward. It was a sensory overload, but still one of my most fun memories from my teen years.

I dabbled a little bit in Dungeons and Dragons but it never really 'stuck' with me. However, I don't think anyone can debate that it totally serves as the ancestor of the phenomenon described in the above article as 'sitting in your basement and pretending to be an elf'.

Since I've been in San Francisco, I have totally fallen in love with The Extra-Action Marching Band. Though the Blue Man Group involves the audience at the end of the show, Extra-Action not only breaks, but DEMOLISHES the fourth wall. Through an incredible alchemy of sounds, sweat, and audacity they involve the audience as an integral part of the show. (Disclaimer: not for the claustrophobic.) To friends, I have described the experience of being right up in the front row as being in a mosh pit without any of the anger.

Tomcat ROOT Context

I've been fighting with Tomcat a bunch this week.

My specific challenges have been around configuring a webapp to have the context root of "/", without having to name it ROOT.war...

The documentation page on context configuration says that "Context elements may be explicitly defined":

  • in the $CATALINA_HOME/conf/context.xml file- the Context element information will be loaded by all webapps
  • in the $CATALINA_HOME/conf/[enginename]/[hostname]/context.xml.default file- the Context element information will be loaded by all webapps of that host
  • in individual files (with a .xml extension) in the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory. The name of the file (less the .xml) extension will be used as the context path. Multi-level context paths may be defined using #, e.g. context#path.xml. The default web application may be defined by using a file called ROOT.xml.
  • if the previous file was not found for this application, in an individual file at /META-INF/context.xml inside the application files
  • inside a Host element in the main conf/server.xml

In my experience this week, the option of creating the file $CATALINA_HOME/conf/[enginename]/[hostname]/ROOT.xml didn't work for me.

But, one of my coworkers (Chris) found some other resource somewhere that said you could create a $CATALINA_HOME/webapps/ROOT.xml that looked like this:

<?xml version='1.0' encoding='utf-8'?>
<Context docBase="/absolute/path/to/your/webapp/dir">
</Context>

Chris tried this setup, and it seemed to work for him. Here's my caveats:

  1. I haven't verified this myself yet.
  2. I'm not sure if it has to be an exploded WAR file structure, or if it can be a WAR file itself.

I will update if I find that this actually does work.

Burn My Brain

Well, it has been a week or so since I've posted anything to this blog. My excuse is that I've been moving and haven't had time to post anything.

But, over the past day or two, I've had a couple of these ideas burning my brain a bit, keeping me up a bit as well.

I'll throw out the caveat that I haven't done *any* research on these ideas to see if they already have implementations... But, I'll throw them out as my own ideas anyways.

Calendar-Oriented Natural Language Parsing

It occurred to me that it would be a cool project to create an open-source library that would do the same (or similar) natural language parsing that Google Calendar does.

If you're not familiar with it, Google Calendar's parsing is pretty cool. You can type in "tomorrow 10am call mom" and you'll get an entry in your calendar for the current day plus 1 at 10AM that says "call mom". I believe it even does things like "next Wed" and "tonight" and "4 to 6 pm".

Creating a free library to do this kind of parsing would be cool, if it doesn't already exist.

Twitter 4 Roller

As you can see, I am using Roller hosted on my own site for this blog. I think it would be fun to develop a plugin for Roller that would enable the system to automatically post a title and a URL to a specified Twitter account when a post is published. I also think a similar thing for other blogging platforms would be cool as well.

JavaScript Animation Platform

I object to monopolies in computing on general principle. I didn't like MicroSoft's stranglehold in the past, and I'm uncomfortable with the Adobe/Flash monopoly on 'rich media' going forward. (Sorry, I was unable to find the blog post that got me thinking about this a couple of months ago...)

After seeing Ned Batchelder's animation of Román Cortés' CSS Homer I got to thinking that someone could probably write some kind of suite that would spit out open-standards-compliant CSS and JavaScript that could achieve some of the basic functionalities that Flash presents.

I do think this would probably stretch the capabilities of these browser technologies, but stretching capabilities has an interesting habit of expanding possibilities when it gets into the spotlight. (I am specifically thinking of the JavaScript evolving into AJAX phenomenon... I had avoided JavaScript like the plague for many years, only to have it come out on top as a hugely functional way to change the post-update-get paradigm of the web.)