ITP: Thursday Night Out
April 2nd, 2009Tonight, TNO is at the Tank.
Check it.
PCOMP: Here and There Patch
March 25th, 2009These are the two Max patches used for the Here and There video installation that was in the ITP Winter Show (2008)


Deerhoof & Stop Motion
March 25th, 2009Mechanisms: Midterm: Zoetrope
March 23rd, 2009



For the Mechanisms midterm, I created a zoetrope that used a motor to rotate it. I wanted to make a working model of an idea I have for the final. One idea I had was to use a servo motor to make the zoetrope just go back and forth instead of all the way around. I was thinking to integrate a sensor, but decided against it after coming into some problems.
I finally decided on using an AC driven motor from a small single speed fan. The fan was already wired and had a switch. Unfortunately, as I was soldering extensions for both the switch and plug – I melted TWO switches. I know non-lead solder is safer, but man is it harder to work with.
I was also able to find a wooden bowl and lazy Susan that fit perfectly together.
ICM: Weather Window
March 20th, 20092
ICM: Window Not S(t)ill
March 19th, 2009This time, when you enter your zip code – you get the temperature, weather description, city, corresponding poem, and a corresponding image that I randomly plucked from the web.
It really only works within Processing (for now), but you can get the source code.
Click image to see applet.
ICM: Weather With Some Poetry
March 19th, 2009ICM: Stringing Poetry
March 19th, 2009This is my take on Shiffman’s King Lear example. I use my own poem for the text. Click on the image to link to the working applet & source code.
ICM: Floating & Bouncing
March 19th, 2009ICM: Disco Cubes
March 18th, 2009ICM, Processing, & Cubes!
March 17th, 2009Applets made for the ICM class during the Fall semester. Everything was done with Beta versions of Processing.
First “drawing”:

Source code:

Other shapes/colors:

Source code:
void setup() {
//size of window
size(800,800);
}
void draw() {
background(255);
stroke(222,50,150);
strokeWeight(2);
rect(0,0,200,200);
fill(255);
rect(100,100,200,200);
line(200,100,200,200);
line(100,200,200,200);
rect(100,100,400,400);
fill(200,23,134);
{
stroke(35,67,175);
rect(100,100,200,200);
line(200,100,200,200);
line(100,200,200,200);
line(200,0,300,100);
line(0,200,100,300);
line(0,0,100,100);
line(200,200,300,300);
stroke(25,250,10);
strokeWeight(4);
ellipseMode(CENTER);
ellipse(600,600,100,100);
ellipse(600,500,100,100);
//top circle
ellipse(600,400,100,100);
}
}
Methods: Wikki Wikki
March 17th, 2009Stop-Motion Claymation with Ben Yee for Methods.
One’s Trash is…
March 17th, 2009another’s treasure…

Mechanisms: Gutting It (Hacking Day)
March 16th, 20095 March 2009
We had to bring in some electronic device that we could take apart. I have an old Hi-8 camera I found on the junk shelf, so I figured it would be good to hack. A camcoder is crazy complex inside. It wasn’t that simple to take apart and the tape mechanism stayed completely shut through all the dismantling. I can’t imagine losing the power and having an important tape stuck in there. There’s definitely no putting this thing back together.












