User:Selena Savic/OpenEvent/FirstWeek

From XPUB & Lens-Based wiki
< User:Selena Savic‎ | OpenEvent
Revision as of 21:38, 23 September 2010 by Migratebot (talk | contribs) (Created page with "'''first session, homework'''<br /> 1. a work i wanted to do for a long time but....<br /> I STILL HAVEN'T HAD TIME<br /> but I always wanted to fix a "YES" on the lense o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

first session, homework

1. a work i wanted to do for a long time but....

I STILL HAVEN'T HAD TIME
but I always wanted to fix a "YES" on the lense of a surveillance camera. If I am lucky in the morning, we might have the first ever-affirmative view on Karel Doormanhoof. This would put an end to my "Yes to all" project I was busy with last year in the winter. http://yes.kucjica.org


2. a copy of: ALVIN LUCIER, "I am sitting in a room",
download .mp3
download .wav

about the original project:
http://en.wikipedia.org/wiki/I_Am_Sitting_in_a_Room
http://www.waggish.org/2003/09/i_am_sitting_in_a_room_alvin_lucier.html
http://www.ubu.com/sound/lucier.html

3. a participative work: DRIFTNET - network image sniffing + IMAGEMAGICK to make a recursive online collage
the images bellow are snaphots of my screen showing the browser that is displaying the collage of imges i have obtained by sniffing on my home network. every time the page is loaded it adds this very collage to the collection of sniffed images, thus feeding it back into the collage.




Here's the simple bash script that does this:

#!/bin/bash
mkdir montage
cp *.jpeg *.jpg *.png montage 2> /dev/null
cd montage
montage * montage.html
scp montage/montage* ssavic@pzwart2.wdka.hro.nl:public_html/openevent


In the morning I will be sniffing on the traffic in the classroom, turning everyone present and online into a participant in this recursive collage game. Beware!