Ani_Butter Test Shot

which is totally useable!

Working on Sunday to pull it off. Setting up took the most of the time, and the filming was definitely less than 1 hour… But it’s totally worth it! What a lovely home of a little cube of Butter. And Kate showed magic to knit the rug. UNBELIEVABLE. It’s a magical world of cardboard and bread 😀

 

More to come 🙂

Application_What’s your definition of time?

a glass of wine and a clip of time.

a glass of wine and a clip of time.

It’s a response to Einstein’s Dream, written by Alan Lightman. Einstein’s Dream is a novel depicts several kinds(approximately 27, I counted) of world views, based on Time. In one world, time is circle that bends back, in one world cause and effect are erratic, and in one world time has changed plans thus sometimes people can glimpse the future. Beautiful and sad stories happen. Being a fiction novel, the book well translated the vision of Einstein in an artistic way.

As for my thoughts  –time exists in each individual’s mind. We can decide our own setting of time, just like what the book depicts. It might flows backward, or it might be in what people live just one day. Once our mindset changes, we can live in whatever kinds of the world the book depicts, and of course in the world you define.

Right now, I live in the world where everyday is the day before due. Chased by deadline, sometimes I work hard to try to win the race against time. Like trying to occupy all the seats in a hall against time. Compared to my rush and anxiety, time moves on gracefully in its pace. Or sometimes, I ignore the existence of deadline in the  “Oh Whatever” way. I explore the environment leisurely and spend time admiring surprising details of life. It’s like comfily curling in a sled, and let time drag me forward. I still do my work, and it probably just turns out being ordinary, but I’ll never be left behind. I can choose to be either kind of person. It all depends.

But this is not my ultimate dreamy setting of time. The one which is closest to my ultimate dreamy setting, SO FAR, would be –time is like the video clips you can stroll around on Youtube. Sometime at night, after all the work, it’s time for a glass of wine and a clip of time. Vividly, you see the beloved eyes from your grand grandmother, the ones without wrinkles, and you interpret the words from her that you couldn’t before. Or it’s a chilly random night, you and he continued the first acquaintance at bar to a 24/7 breakfast branch. You re-cover the taste of alcohol with eggs and pancake, and re-cover the talks of non-sense with visions of future. Or it’s an unexpected museum visiting, and you re-feel the shocks and touch of amaze from the first time of seeing the workpiece of your all time favorite artist.

In this closest to ultimate dreamy definition of time, that each clips of time is reachable, I can hold the one I thought I’d never be able to hold again, and I can recapture the sudden emotion pulse I thought I’d never be able to feel it again. Dose it sound too beautiful to be perfect? What’s the drawback of this? And what’s your ultimate(or the closest)dreamy setting of time? Those are the questions I’d love to quest you guys 🙂

 

Ani_StopMotion Storyboard_Butter.

Butter Ani gif made by Kate!

Tried the butter today with Kate, interesting!! The tricky things is that butter melts quite easily, might need to put in back in refrigerator several time.

It’s a story about butter who’s very unsatisfied with his greasy traces, and wants to fly because of the inspiration from the butterfly!

Butter_sb_1

Butter_sb_2_v2

Butter_sb_3_v2

 

 

Here’s the sets and props.

set_and_prop

 

And here’s the discussion about our dilemma about choosing whether butter or origami as our character.

brainStorm_v2

 

Web_Free On Internet?

Response to Long Live the Web: A Call for Continued Open Standards and Neutrality.

From this article I learned the idea of internet isolation. It has never occurred to me, about being locked in the social media website. Internet is amazing because any person can share information with anyone else, anywhere,  and each piece of information has it’s address– URI, which is accessible for everyone. And this related to me deeply because during the first homework of Web(building website w/ html), because it’s the first time I felt the existence and importance of URI, and therefore was more shocked to realize that, each information we send through Facebook, Twitter, etc. doesn’t really have its own URI!! Quoted– “…the more you enter, the more you become locked in.” It was really a horrified moment when I read through this.

But, then I thought about something probably being equally important… what about privacy? Quoted– “…walled gardens will never better than the open world.“, it seems quite right at the first glance, but… really? For the outside world, of course it’s wonderful that you can go where ever you want, but personally, we all need personal place. Probably not a good metaphor, but I think most of the people will agree walled gardens are not that bad, sometimes even lovely?

It’s really an interesting human behavior that people post personal info and feeling on the Facebook/Twitter, and then ask for privacy. It’s this kind of humanity that makes this problem complicated, but at the same time makes this world more vital and life 🙂

 

ICM_Video_Let’s have Fun!

OpenCV Library

OpenCV_mushroom

Mushroom

Just tweaking around Daniel Shiffman’s LiveFaceDetect example with OpenCV library. Photoshopped off the face of Mushroom. And I’m proud that I mapped the position and the scale well! So FIT hahaha. Below is my mushroom hat mapping code.

if (faces != null) {
    for (int i = 0; i < faces.length; i++) {
      // image size: 500
      // maps image size with face scale
      float w = map(img.width, 200, 1, 1, faces[i].width);
      float h = map(img.height, 200, 1, 1, faces[i].height);

      image(img, faces[i].x+faces[i].width/2-(w)/2, faces[i].y-(h)/2, w, h);
    }
  }

And here’s the video for it. Fun!