Wednesday, October 20, 2010

Prossessing Through the Post

I have this friend, Eric, who used to teach remedial math in the Bronx to pregnant teenagers and the boys who impregnated them. After a few years of doing this, he decided to live alone in a secluded Montana cabin for a while. He wanted to grow a really long beard, do math, and possibly write a manifesto. We told him that if he got aviator glasses and a hoodie, we'd turn him into the the authorities.



A huge part of what made him excited about this trip was to be away from the internet and phone for a few months. The only way we have to communicate with him is through the United States Postal Service. I am sure he would have accepted telegrams if they still existed. Every couple weeks, I get a letter from him in the mail that he wrote on a vintage typewriter. It's not as twee as it sounds, mostly because he uses boring envelopes.

Earlier this year, I took a class to learn this programming language called, Processing. You can do super awesome things with it. I am not sure exactly how to make awesome things with it, but I try! I told Eric about it since he likes math and nerdy shit. He was better than it than i was. He also taught it to the pregnant teenagers and the other teenagers who impregnated them and they were also better at than I was. Whatever. Did they ever make a hamburger clock? Warning, if you click on it and you don't have a 15 or more inch monitor because it will look pretty dumb. And it might make your browser barf and cry. My friend Davida with some people at Pratt did something with Processing and a breathalyzer test.

Here are things that don't look dumb that you can do with processing.





Anyway, I would make him a simple program in Processing, write it out by hand, and mail it to him. The idea is that he would just have to imagine what it looks like until he has access to a computer.

Here is what the code looks like:

//October 13, 2010

//Hi! Eric!

//I wrote you a program in Process. Since
//you are living an antiquated life, I am writing you
//with a bamboo pen and ink. I thought you could just
//imagine what it looks like for now. When you return to
//civilization, you can look at it for real.

//colors
float skyChange=.1;
int r = 194;
int b = 244;

//movement
float y=15;

void setup () {
size (600, 600);
frameRate (5);
}


void draw () {
//sky

background (r+skyChange, 214, b-skyChange);
skyChange=skyChange+1;

//leaves
for (int x=0; x<(600); x+=40) { { fill (242, 101, 34, random(150)); noStroke(); ellipse(x, y, random (25), 30); y=y+random(1); } } for (int x=0; x<(600); x+=70) { { fill (181, 56, 35, random (200)); noStroke(); ellipse(x, y-25, random (10), 15); } } for (int x=0; x<(600); x+=20) { { fill (133, 50, 178, random (100)); noStroke(); ellipse(x+15, y-10, random (5), 10); } } for (int x=0; x<(600); x+=15) { { fill (133, 50, 178, random (100)); noStroke(); ellipse(x+15, y-30, random (5), 10); } } if (y>600) {
y=580; }

}

//I hope you are still having a good time!

//Sincerely,

//Sahar!

Here's what the letter looks like:







If you can't imagine what it looks like, you can see it here.

These Blogs Are Not Mine, But They Are Still Good.

My wonderful friend Davida started a couple of hilarious blogs. Not enough people are reading or commenting on them and she is sad. So check these out, dudes!

Photos My Phone Took In My Pocket!

This blog features pictures that Davida's very very not smart phone takes in her pocket. Sometimes her phone will take so many pictures of the nothingness in her pocket that her phone starts deleting pictures that were taken on purpose. So sad. Here is a picture taken in her pocket.



Sergent Pluck Speaks "Excellent" German!

This blog is simply awesome. It combines two of my favorite themes in art and literature: Art and German-Stuff. Davida writes in German, a language I am not entirely sure she speaks, a narrative about the life of her beloved kitty, Sgt Pluck. Then she "translates" them back into English using babelfish or something. The results are magnificent.

Here is a taste or Geschmack :



Mein Liebling Fernsehbuchstabe ist- Oscar die Klage. Er lebt in einem Abfalleimer. Ich dachte, möglicherweise meine Miezekatze möchte in einem Abfalleimer leben. Aber sie wollte nicht im Abfall bleiben, also mussten wir sie in ihm halten. Ich dachte, dass sie es möchte, aber sie nicht warten könnte, um hinauszugehen und so erklärt mir, indem sie meowing.

My favourite television actor is Oscar the complaint. It lives in a trash can. I thought, possibly my kitty would like to live in a trash can. But it did not want to remain in the waste, therefore we had to hold it in it. I thought the fact that she would like it, but she not to wait to go out and so explains to me, by it meowing.