My favorite quote from Taryn is, “Photography threatens fantasy.” Disney uses intricate interior design, photography, and video to construct fantasy. Advertisements, magazines, weddings, and portraits are about showing others the ideal instead of the reality. Have you seen the Dove Evolution video? (This one has music and singing by a Baha’i musician Devon Gundry.) What about the Ralph Lauren photo?
Reality bites. Hard.
(See Taryn Simon photographs secret sites on the TED site)
TED About this talk: Taryn Simon exhibits her startling take on photography — to reveal worlds and people we would never see otherwise. She shares two projects: one documents otherworldly locations typically kept secret from the public, the other involves haunting portraits of men convicted for crimes they did not commit.
Also: Taryn on Charlie Rose, Discomfort Zone (Telegraph)



ThinkGeek :: The ThinkGeek USB Snowbot
Gravatars in Blue Zinfindel Theme
September 11, 2008 in Blog Software by Ezra S F | 1 comment
For a while I have meant to do this. Here I am with insomnia, so here goes… I have implemented Gravatars for the this Blue Zinfindel theme.
Here is coding I used to implement it to this theme’s comments.php (WP Design > Theme Editor > Comments). Normal text is for context. Bold is what I added.
The first place I saw to provide a function rather than a variable is the weblog tools collection post on gravatars. The above is their recommendation with size 32 image. I picked this size because it is the size of the icon inside the WP admin (tested 64, 48, and 30 with 30 seeming about right).
Once I decided to do it, it took me about an hour to find an example using
get_comment_author_email()instead of$commentsor$id_or_email. It’s easy to implement.