Posts Tagged ‘data’

inSCRIPTion: … text … image … action …

Monday, November 8th, 2010

If you are in Los Angeles / Long Beach check out Keyword Intervention at this group show:

inSCRIPTion: … text … image … action …
November 8th – December 9th
Opening Reception: November 9, 2010 (3-7 pm)

Cerritos College Art Gallery
11110 Alondra Blvd
Norwalk, CA

The current ubiquity of transmediated and telepresential dialogues, most notably via the casual and partially-inscriptive technologies of computer-aided chat programs and cell-phone text messaging, certainly complicates the age-old distinction between written and oral communication, and between langue and parole. In part, this conceptual convergence is predicated on the collapsing of linguistic signifiers into the immanent patterns of (un)becomings inherent to computational code. In such an (intra-)active environment, the living fluidity of dialogue is often actualized by digits (a technophenomenological fusion of finger movement and binary language) and the lifeless permanence of inscription can manifest as a dynamic system of inSCRIPTion.

Reveling in the physical and conceptual opacity of words, the fourteen contemporary artists participating in inSCRIPTion at the Cerritos College Art Gallery, in aiming for a field of matrixial encounters, produce materialized event-scores that hover somewhere between notation and realization and which play games with language through transplantation into various deviant contexts. Some of the diverse multi-media works in the exhibition demand that the artist and/or viewer perform an action, while others emphasize the creative and performative act of reading itself. Still others contain moving, as opposed to static, text and/or process found language through a scripted algorithm. The end results of these (re)visualized schemas include readymade actions, speaking objects, and literal semiotic machines that nevertheless remain discursively framed, which is not to say trapped, by the nationalist, racial, gendered, and sexed, political/philosophical structures in which they are embedded.

Participating Artists: Lisa Anne Auerbach, John Divola, Jonmarc Edwards, Mark Steven Greenfield, Jim Jenkins, Sherry Karver, Jason Manley, Katja Mater, Anna Mayer, Owen Mundy, Christina Ondrus, Lizabeth Eva Rossof, Cody Trepte, and Penny Young

How to easily set up a campaign finance database (well, kind of) or Make Python work with MAMP via MySQLdb

Monday, August 9th, 2010

Picture 15

I’ve been trying for a few hours to run a Python script from The Sunlight Foundation Labs which downloads (and updates) a campaign finance database from the Center for Responsive Politics. See their original post for more information.

In the process of getting this working I accidentally broke a working copy of MySQL and overwrote a database installed on my MBP (which I had stupidly not backed-up since last year). FYI, you can rebuild any MySQL database with the original .frm, .MYD, and .MYI files if you 1. Recreate the database in the new install of MySQL and 2. Drag the files into the mysql data folder.

I struggled quite a bit getting Python to work with MySQL via MySQLdb. I’m documenting some of the headaches and resolutions here in case they are useful. I’ve tried to include error messages for searches as well.

The Sunlight Foundation instructions require Python and MySQL, but don’t mention you have to have already wrestled with the madness involved in installing Django on your machine. Here is what I did to get it working on my MacBook Pro Intel Core 2 Duo. I’ve included their original instructions with my own (and a host of others).

Instructions

  1. Install MAMP.

    While I had working installations of MySQL and Python (via installers on respective sites), I couldn’t get Python to connect to MySQL via MySQLdb. I decided to download and try MAMP for a clean start.

  2. Install XCode

    Past installs are available on Apple Developer website.

  3. Install setuptools

    Required for the MySQLdb driver. Remove the .sh extension from the filename (setuptools-0.6c11-py2.7.egg.sh) and in a shell:

    ~$ chmod +x setuptools-0.6c11-py2.7.egg
    ~$ ./setuptools-0.6c11-py2.7.egg

  4. Install the MySQLdb driver

    After downloading and unzipping, from the directory:

    ~$ python setup.py build
    ~$ sudo python setup.py install

    Continue following the advice of this post to the end How to install Django with MySQL on Mac OS X.

    I also followed another piece of advice in Python MySQL on a Mac with MAMP to change the mysql_config.path from:

    /usr/local/mysql/bin/mysql_config

    to

    /Applications/MAMP/Library/bin/mysql_config

    Especially useful is his test script for making sure that Python is indeed accessing MySQL.

  5. Create a symbolic link between Python and MySQL in MAMP

    This is required in order to use a socket to connect to the MySQL. See How to install MySQLdb on Leopard with MAMP for more information.

    ~$ sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /tmp/mysql.sock

  6. Create a directory and put the two Python files in it.
  7. Modify the top of the sun_crp.py file to set certain parameters–your login credentials for the CRP download site and your MySQL database information.
  8. Install pyExcelerator

    Error: ImportError: No module named pyExcelerator

    I had to install this module next.

  9. Comment out multiple lines

    Error: NameError: name 'BaseCommand' is not defined

    In download.py comment out the following:

    The line: from django.core.management.base import BaseCommand, CommandError

    Everything from class CRPDownloadCommand(BaseCommand): to the end of the document.

  10. From the command line, run the script by typing, from the proper directory: Python sun-crp.py.
  11. It will take several hours to download and extract the data, especially the first time it’s run. But after that, you’re good to go.

Recent and ongoing projects

Friday, July 16th, 2010

Howdy, it’s been awhile since I last shared news about recent and ongoing projects. Here goes.

close-your-eyes-ac-direct-me-14_1000h

1. You Never Close Your Eyes Anymore

You Never Close Your Eyes Anymore is an installation that projects moving US Geological Survey (USGS) satellite images using handmade kinetic projection devices.

Each device hangs from the ceiling and uses electronic components to rotate strips of satellite images on transparency in front of an LED light source. They are constructed with found materials like camera lenses and consumer by-products and mimic remote sensing devices, bomb sights, and cameras in Unmanned Aerial Vehicles.

The installation includes altered images from various forms of lens-based analysis on a micro and macro scale; land masses, ice sheets, and images of retinas, printed on reflective silver film.

On display now until July 31 at AC Institute 547 W. 27th St, 5th Floor
Hours: Wed., Fri. & Sat.: 1-6pm, Thurs.: 1-8pm

New video by Asa Gauen and images
http://owenmundy.com/site/close_your_eyes

2. Images and video documentation of You Never Close Your Eyes Anymore will also be included in an upcoming Routledge publication and website:

Reframing Photography: Theory and Practice
by Rebekah Modrak, Bill Anthes
ISBN: 978-0-415-77920-3
Publish Date: November 16th 2010
http://www.routledge.com/books/details/9780415779203/

gmmdlogo

3. Give Me My Data launch

Give Me My Data is a Facebook application designed to give users the ability to export their data out of Facebook for any purpose they see fit. This could include making artwork, archiving and deleting your account, or circumventing the interface Facebook provides. Data can be exported in CSV, XML, and other common formats. Give Me My Data is currently in public-beta.

Website
http://givememydata.com/

Facebook application
http://apps.facebook.com/give_me_my_data/

logo_nyt

4. Give Me My Data was also covered recently by the New York Times, BBC, TechCrunch, and others:

Facebook App Brings Back Data by Riva Richmond, New York Times, May 1, 2010
http://gadgetwise.blogs.nytimes.com/2010/05/01/facebook-app-brings-back-data/

Picture 6

5. yourarthere.net launch

A major server and website upgrade to the yourarthere.net web-hosting co-op for artists and creatives. The new site allows members of the community to create profiles and post images, tags, biography, and events. In addition to the community aspect, yourarthere.net is still the best deal going for hosting your artist website.

Website
http://yourarthere.net

More images
http://owenmundy.com/site/design_yourarthere_net

americans_nwfsc_0033_1000w

6. The Americans

The Americans is currently on view at the Northwest Florida State College in Niceville, FL. It features a new work with the same title.

More images
http://owenmundy.com/site/the-americans

bb101_schematic_oblique

7. Your Art Here billboard hanger

I recently designed a new billboard hanging device and installed it in downtown Bloomington, IN with the help of my brother Reed, and wife Joelle Dietrick.

Stay tuned here for news about Your Art Here and the new billboard by Joelle Dietrick.
http://www.facebook.com/pages/Your-Art-Here/112561318756736

lockheedmartin.com_sitemap_20091214_red_800w

8. Finally, moving to Berlin for a year on a DAAD fellowship to work on some ongoing projects, including Automata.

More images
http://owenmundy.com/blog/2010/07/new-automata-sitemaps/

I’ll be giving a paper about Automata at the upcoming ISEA2010 conference in Ruhr, Germany.
http://www.isea2010ruhr.org/conference/tuesday-24-august-2010-dortmund

Many thanks to Chris Csikszentmihályi, Director of the Center for Future Civic Media http://civic.mit.edu/ , for inviting me to the MIT Media Lab last August to discuss the project with his Computing Culture Group: http://compcult.wordpress.com/

New video for Lucent

Thursday, July 15th, 2010

Katherine Sweetman, has just posted a great video documenting the Lucent project we did at the University of California, San Diego.

BBC News reports on Give Me My Data

Friday, June 25th, 2010

BBC News reports on Give Me My Data. Their website and video player is pretty clunky, and while they avoid crediting the developer, its still a nice plug to wake up to.
http://news.bbc.co.uk/2/hi/programmes/click_online/8744514.stm

Picture 2

Die peinlichsten Einträge bei Facebook, StudiVZ und Twitter

Monday, May 24th, 2010

565px-Bild_logo.svg

Give Me My Data mentioned in a Bild article:

Die peinlichsten Einträge bei Facebook, StudiVZ und Twitter The most embarrassing messages on Facebook, StudiVZ, and Twitter (English), May 22, 2010

Read the full translation

(translated from German) “Many users are unaware that their comments will be permanently stored in networks. For example Facebook can retrieve all stored Stautusmeldungen. The U.S. Professor Owen Mundy has a developed application, Facebook members ever entered all the data and displays the posts. Under “Select Data”, you select which data you want to see (for example, personal data, status messages). Here also dive old, long deleted on posts, which are provided with a time code. Facebook apparently never forgets.”

“Facebook’s Disconnect: Open Doors, Closed Exits” – TechCrunch

Sunday, May 9th, 2010

Picture 1

More press for Give Me My Data, this time by Rohit Khare from TechCrunch (thanks for the note Evan.).

Give Me My Data has a more open-ended design that supports exploration and experimentation, in part because it sports an impressive array of formats to download your friend lists and other information for use in other projects such as visualization and charting. Owen Mundy at Florida State originally developed it for his own use, but “this week it kind of exploded because of the interface changes.” That could either be a sign of broader awareness of how much data users share with Facebook; or it could be the acute interest users have in putting profile data that Facebook “lost” right back onto Facebook (a feature that may be coming soon).”

“Two Facebook Apps To Help You Fight Back Against Facebook” – The Consumerist

Tuesday, May 4th, 2010

logo_theconsumerist

Two Facebook Apps To Help You Fight Back Against Facebook
by Chris Walters, The Consumerist, May 4, 2010

“Give Me My Data Helps Refill Blanked Facebook Profiles” – ReadWriteWeb

Sunday, May 2nd, 2010

logo_readwriteweb

Give Me My Data Helps Refill Blanked Facebook Profiles
by Curt Hopkins, ReadWriteWeb, May 2, 2010

“Facebook App Brings Back Data by Riva Richmond” – The New York Times

Saturday, May 1st, 2010

logo_nyt

Facebook App Brings Back Data by Riva Richmond, New York Times, May 1, 2010

“The app is “making hackers out of regular users,” says the developer, Owen Mundy, an assistant professor in Florida State University’s art department. And it’s giving them a way to exercise ownership rights over their data. (After all, Facebook’s Statement of Rights and Responsibilities says users “own all of the content and information” they have posted on Facebook.)”