User:Fako Berkers/project1

From XPUB & Lens-Based wiki

Week 1 and 2

I have a few ideas that I might want to work on. Some are in really early stages and I will not share them yet. But two are a little bit more mature and I'll describe them briefly below.

Performance space as a computer

The note by Alexander Galloway on code as a language that is executable reminded me of John Cage and performances of him I heard about. He wrote instructions for his performers for example:

"In a situation provided with maximum amplification, perform a disciplined action"

You could translate these instructions into code like language like:

BEGIN
sound.level = sound.maxlevel;
performance.action = "a disciplined action";
END

If you approach these instructions from a code point of view you can borrow concepts from programming languages (for instance procedures) to shape the instructions. This will make the instructions work differently. In the case of borrowing the concept op procedures the instructions become more dynamic:

PROCEDURE openWindow()
BEGIN
performance.action = "open a window";
END

PROCEDURE closeWindow()
BEGIN
performance.action = "close a window";
END

BEGIN
openWindow();
closeWindow();
openWindow();
openWindow();
closeWindow();
END

Looking at instructions this way turns the stage into a platform where the performers act as processors and you can create art by writing code.

Most people will know the work of John Cage and that of Allan Kaprow. LeWitt seems to be another artist concerned with code that executes art. I will have to broaden my knowledge about them and especially my knowledge about the people who came after them. With this theoretic research I hope to learn more about the possibilities of shaping instructions.

In the end this research may develop into a protocol that leads the performers. And as Alexander Galloway writes, this protocol has the potential to be a field of possibility where the performers can "hack" the protocol and break out of their impediment; showing creativity.

I like this idea a lot, because it appeals to my motto which is: "Freedom only exist in how you respond to what people do to you". Likewise freedom only exists in how as a performer/audience you deal with the protocol.

instructions as written by Allan Kaprow

rotterdammers.nl

My second idea is about art facilitating contact between strangers. Sometimes I'm struck by the realization that everybody I meet on the street could be a valuable person to know in my life, but that I'll never know, because they'll always remain strangers to me. Reason enough for me to think how art may change this in my life.

The first thing I thought of (an idea from last year) was to make a performance about strangers that would automatically get into contact with each other through a site called www.rotturdammurs.nl, without them realizing exactly what is going on. I imagined the play to be about problems that might occur in online contact and would end with the announcement that everybody in the audience was now subscribed to www.rotturdammurs.nl and that they could check it out themselves to meet the strangers that are now sitting in the theatre.

Now that I know more about wireless connections through Danja and Gordo's classes I was thinking that it might be exciting to listen to a public wireless connection (like the one from Rotterdam) and see what people browse on these networks. If you compare the surf behavior of different individuals you might be able to match people together and bring them into contact. The idea of the play would be executed in real life. I'm not 100% sure how this would work technically, but I will try to listen to some traffic soon and talk about the possibilities with the tutors.

Week 3

A lot of stuff happend this week. First all give a short update on my ideas so far and then I'll go into the prospects of the other classes that I took this week.

Performers space as a computer

Unfortunately I have not red as much as I wanted to. But some Kaprow texts are now printed in my bag and I got to read the first chapter of Galloway. It remains difficult to think of a translation from what protocol is to a theatrical protocol, but the second chapter of Galloway about form is promising, because it will give a more abstract description of what protocol is, making any translations easier.

Through Dusan I heard about an alumni called Mara. It appears that she made a performance project very similar to my current idea's. She wrote instructions in Perl for performers to execute. I will try to get into contact with Mara and see how we might benefit from each others work and idea's.

The glimpses I saw of Kaprow's text remind me of the current Prototype assignment. You can check my results with this assignment here Happenings might be not so different from algorithms. With Happenings (so it seems now) you don't prepare much but you let a piece of art develop depending on the participants. Likewise you could expect an algorithm to create output based on participant input. For instance a favorite song of a participant could be downloaded and function as a time structure for other things. You could import the favorite 3D world of participants to be the base for the space structure of the happening. This way a lot of variables in the Happening are set through the computer. But more on this after I red some more Kaprow!