Archive for the 'printmaking' Category

Nov
29

I have two pieces in a show called “The $1 Burger Wars” opening on Friday at the Mill Gallery in Santa Cruz:

burger

If you spent the revenue of an average Burger King restaurant on $1 burgers, the losses incurred would be of equal value to this many $1 burgers.
Inkjet Print and Gouache on Paper
2’x2′
Code Snippet:
float revenue2008 = 2454.7; //in millions
float restaurants2008 = 11565;
//multiply by one million to convert revenue to dollars
int averageRevenue = int(revenue2008/restaurants2008 * 1000000);
int burgerLosses = int(averageRevenue * .10); //you lose 10 cents on each burger
for (int i = 0; i < burgerLosses; i++){
drawBurger();
}

burger2

If everyone in the US bought two $1 burgers this year, Burger King would be operating at a loss. Eating burgers is radical politics.
Inkjet Print and Gouache on Paper
2’x2′

Oct
27

darc

darc2

darc3

Nik and I have some old prints in a new building: the Digital Arts Resource Center at UCSC. They’ve found a nice home along a bright red wall on the second floor.