fromCONCENTRATE

research blog of artist John O'Shea

what I am wanting to do

Insight into the development process for my latest DOING assignment:

This piece is part of a larger dialogue/work ‘AUGMENTED INADEQUACIES’ which you can read about here:

http://www.intersectionspublicart.org.uk/project2.php?id=00028

and here:

http://www.intersectionspublicart.org.uk/project3.php?id=00033

more soon!

Augmenting Inadequacy?

The final submission for the Digital Media DOING module requires a response to the theme of “Extensions of Man” – invoking a McLuhanesque conception of communications media & technology as extensions ov our human capability.

This relates nicely to a new project I have been developing – Augmented Inadequcies – in collaboration with the artist Alan Smith and Allenheads Contemporary Arts:

Augmented Inadequacies

by John OShea

Traditional technological developments promise ever greater speed, power and independence and foster a notion of autonomous identity. Invention, a beloved offspring of necessity, solves problems and bridges gaps, effortlessly articulating both will and whim, diluting distance and domesticating desire. Through an open-ended dialogue and iterative process, John O’Shea will work in collaboration with Alan Smith, to propose and prototype new technological works – “strange inventions” – which will run counter to prevailing technological trends and attempt to make our human vulnerability, fallibility and mutual inter-dependence more visible and tangible.

Digital Heritage Network

Link to a blog post I wrote outlining Re-Docks current dialogues with the AHRC/BT Digital Heritage Network:

Constant Agitation?

My first assignment of the DOING module (Simple Twisting Interface) introduced me to questions regarding the potential ‘resolution’ of information within a simple and intuitive twisting gesture – in that case turning a potentiometer and triggering audio samples within a MAXmsp patch.

For my second assignment of the DOING module (presentated 17/3/2010) I had an idea, which would work in a conceptually opposite direction:

I have begun to outline concerns regarding tokenistic ‘one click’ digital engagement with legal and political frameworks thru handheld devices and the web (see previous posts.)  Further to this, I am also alert and suspicious of the current ‘mania’ regarding the use of gesture, touch and interaction with digital technology and especially in relation to the new breed of ’smart phones,’ and home physical computing (iPhone, Nintendo Wii etc.)

And, since the title of the project brief was ‘Mirrors,’ I decided to work on something which could bring to the fore this fascination with our own (seemingly) reflected action.

I had an idea to develop some kind of application which could reflect and make apparent the (pathetic) nature of a users contribution.  This application would require a constant interaction in order to provide a very limited and basic feedback.

My idea was to use Processing to create a sketch for a potential iPhone application which would do NOTHING UNLESS SHAKEN.  On shaking the device, a looped video file will play but then, if the user stops shaking, the video will pause.  Since the video is set to loop after only a few seconds this constant user effort will return a very limited response.

In terms of the media file, I wanted something silly and banal and I decided to use a video of someone playing the maracas.  A suitable media file, which I found in the incredible Prelinger Archives and sampled in order to produce the loop, can be viewed here:  http://www.archive.org/details/Havana-Madri_2

Below is my sketch – which is extremely simple – embedding the video and overlaying an image of an iPhone.  Mouse movement over the sketch is used for the purpose of the sketch as an analogous ‘demo’ signal in place of actual, physical iPhone ’shaking.’

//SKETCH ‘Constant Agitation’ – John O’Shea
//DM MRes. / Culture Lab / 17-3-2010

import processing.video.*;

Movie video;
PImage img;

void setup(){
size(400, 400);
frameRate(10);
img = loadImage(“iPhone_template_400_400_240_160.png”);

video = new Movie(this, “MaracusLOOP169QVGAzoomed.mov”);
video.loop();
}

// callback function (below) seemed to result in undesired flickering
//so used ‘if’ function within ‘draw’

//void movieEvent(Movie m) {
// m.read();
//image(video,140,40);

void draw(){

//call video
if (video.available()){
video.read();
}

//video image positioned at desired location
image(video,40,40);

//boolean statement below checks for mouse movement
if (pmouseX == mouseX && pmouseY == mouseY){
video.speed(0);
}else{
video.speed(1);
}

//overlay image inserted at the very end so that it is on top
image(img, 0,0);
}

The complete file (with required media components) can also be downloaded here.

Weak Signals

My Digital Media Research Masters Final Project will require a theoretical understanding of the alliances and interactions between law and digital technologies and it is my hope that this learning can be aided through discussion with both the designers, programmers and theorists resident in Culture Lab and also legal academics across at the Law School.

Tomorrow, at 2pm, I’ll be making a presentation to a PHD Research group at Newcastle Law School to introduce my research and thinking regarding areas where technology, art and law appear to intersect:

Title: Interfacing with Law

John O’Shea is working on an AHRC Research Project at Newcastle University’s Culture Lab proposing and prototyping new kinds of technological ‘interface’ between citizen and law.
The convergence of digital-media collaboration tools (such as wikis), G.P.S. enabled mobile devices, and ubiquitous social networking technologies present not only new challenges for legislation but also new possibilities for governments, corporations, communities and citizens to interact with legal frameworks.
John will present examples from his current avenues of research and open up a discussion regarding the implications of current technologies for citizens and the legal profession.

As well as discussing current examples of “Web 2.0″ technologically enabled initiatives between citizens, government and legislation I would also like to direct some focus onto instances where the two streams – technology and law  – seem to merge and hybridise instigating problematic scenarios brought about neither by citizen nor government BUT instead simply through the advancement and free proliferation of new technologies.

Real practical examples of these unanticipated pairings are often evidenced in the tabloid media:

Top: Recorded data in G.P.S. systems (potential evidence of wrong-doing) causing headaches for businesses and lawyers.
Below: Low unit cost of fingerprint scanners is enabling new, non governmental, identification schemes.
Bottom: To counter thieves, designers technologically ensure that mobile phone owners keep their device on their person at all times (again using G.P.S.)

In each of the three story examples, technological innovation is portrayed in an unswervingly positive light and, although each of these developments could have very obvious implications for the privacy of individuals involved, these concerns are not voiced.

In his ISEA2009 keynote, Clive Van Heerden of the Phillips Technology ‘Design Probes’ division discussed these kind of throwaway news articles and used the phrase ‘weak signals’ to liken them to a kind of cultural indicator.

This idea has parity with one of Marshall Mcluhan’s 1969 conceptions of the role of art and artists in relation to technology:

I think of art, at its most significant as a DEW line, a DISTANT EARLY WARNING system that can always be relied on to tell the old culture what is beginning to happen to it.

More info regarding DISTANT EARLY WARNING at this excellent site HERE!

“Stopgaps of Imagery within a Digital Culture”

Peter Martin, photographer and undergraduate of Fine Art at Sheffield Hallam, invited me to share my perspective regarding the seemingly “disposable” nature of image-making in contemporary digital culture…

Sheffield
The interview was documented on video and presented as part of a multimedia installation within the exhibition “Quadruplex.”

Peter Martin:
“In this work I interview my former manager by whom I was employed as a camera salesman for a high street retailer. As we both have personal art practices relating to image-making, we open a discourse into how our time at the shop changed our approach to photography.”
(quoted from the catalogue text)

del.icio.us