fromCONCENTRATE

research blog of artist John O'Shea

you are here

Invented in 1994 and very popular in Japan for ages, QR codes* are increasingly being adopted in the UK by cultural institutions and corporate entities alike, signposting participants/consumers to additional ‘digital content’ accessed there and then on their mobile phone (typically a website or application providing further information).

QR codes were originally a tool devised for global logistics – the primary function of these markers is to reduce unique artifacts in ‘real space’ to mere place-holders for a meta-data doppleganger within a digital database.

I happen to think that QR Codes might be a rather useful thing, by the way, but I’m also interested in how such signs might be subverted or hi-jacked to tell alternative stories.

I thought that it might be interesting to use these codes (which are free of licence) and try to create an interesting poetic and conceptual feed-back loop for unsuspecting users:

Scanning the QR code below…

…takes you to a single page website (demo here.)

I made stickers ov the code…

…with the intention that these will be stuck over existing corporate and cultural portals wherever they may be found.

The stickers intefere with user-requests for more information and offer a re-direction service to the immediate ‘now’.

The reassuring ‘you are here’ red dot – typically a feature of tourist maps – is recontextualised as a kind of confounded statement; “but you are here?” “you don’t need anything else” “this is enough.”

I hope that the stickers can create some interesting temporary disruptions into otherwise smooth transitions away from our present moment.

You can download the template for those here: QRtemplatefinal.pdf

(use Matt White Waterproof Labels in laser printer.)

*QR CODES: Davey Smith wrote various posts about them/I’ve mentioned some uses of QR codes previously over here /and if you’re not at all sure what I’m talking about take a look at the the wikipedia entry /or take a look at a can of Pepsi!

Demo ov ‘Constant Agitation’

(for info regarding this, see previous post.)

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.

Democracy? there’s an App for that!

I received a link via email today (thanks Tom):

DIY DEMOCRACY – these guys have developed an iPhone App for… well… engaging in Democracy…


The ‘DIY DEMOCRACY’ App allows citizens to report back to government agencies when they encounter an ‘issue’ and it also gives immediate access to the written law – it even has a button to ‘challenge the law!

The logic of the App seems to be that, given the correct information, our elected government bodies will ‘fix’ society’s problems e.g. broken traffic lights

Here is some more from the App’s website (it’s currently only available for use in the US):

“FIX YOUR STATE”
“FIX YOUR CITY”
“DOCUMENT YOUR EVIDENCE”
“TAKE ACTION”
“SHARE YOUR ISSUES”
“CONTACT YOUR LEADERS”

The above are all really good ideas BTW – but really… with an App? – I’m a little skeptical…

In recent years, in-keeping with the web 2.0 ‘participation,’ ‘interactivity’ trends there have emerged a great number of websites and applications which seem to offer to act as ‘broker’ between disenfranchised citizens and political process.

In the UK, quite a few sites operate under the banner of the charity ‘MySociety.’

An example project is ‘FixMyStreet,’ a website which deals very sensibly with a constant problem – potholes – by putting pro-active citizens in the position of informal ‘monitors.’

If you spot a pothole then you can simply enter the location (postcode) into the site (or a geotagged photo if you like) and all of the necessary information is AUTOMAJICALLY reported to the SPECIFIC RELEVANT LOCAL AUTHORITY so that they can schedule a repair.

In crowdsourcing pothole reporting, FixMyStreet has a very modest and clear remit and I think the website works primarily because it takes a lot of the hassle out of the ‘civic duty’ of COMPLAINING.

The DIY DEMOCRACY App takes this notion of reporting ‘problems’ to a totally different extreme:

THE POWER OF CHANGE IS IN YOUR HAND

Its rhetoric is very seductive, and raises some questions:

Are all of societies inequalities and failings mere logistical ‘bugs’?

And, can we REALLY solve all of our POLITICAL issues by remote control?

There are a growing number of transparent democracy websites and below is a link to a comprehensive blogpost by Tom Steinberg (of MySociety) outlining various emerging trends and strands:

Nine is the number: The different flavours of transparency website in 2009