30 March 2010
For a final project, the theme is Architecture. I teamed up with Ivano
Massella and Chris Berthe, two great artists with whom I haven't yet
worked.
We arranged to have a photos of the project on this page:
Final 412 project1 Feb 2010
I ordered the necessary medical parts to complete the sculpture on
Saturday. Sunday, I contacted a nurse friend who was willing to help
me with the project. We arrangeda meeting and she drew blood for me.
So far I am very pleased with the restults. As of this writing, it
has been just about 1:15 since the blood was drawn. Here is a picture
of the test tubes she got me
The green and purple ones are regular. NO special juice inside.
The yellow one has a bioculture gel at the bottom that makes the blood
become like Jell-o. The last teal one was for testing and also to see
if it is at all possible to get the tag off. What makes these tubes
special is that they are vacuum. They contain virtually no air so this
makes the blood clot at a much slower rate.
So far the clotting has barely begun and the blood in the yellow tube
is very much like one large chunk of meat. I want the consistensy
to remain liquid and according to my friend's instructions, blood can
safely remain in the tubes (for testing purposes) for up to 48 hours.
This means that if I collect more samples on the day of the showing,
it should be good for at least the entire day. This is great news
as I was worried that clotting would occur much faster.
And another pic, for shits'n giggles.
25 Jan 2010
This week we get to see what the other teams and individuals have in
mind for the midterm project presentation.
At any rate, Here is ours.
I will be teamed up with Peter Rockwell for the execution
of this piece.
17 Jan 2010
On the individualisation of technical objects.
I've never seen something so simple explained in so many
complicated words. There is interference between technical objects.
They react best when operated on a standalon basis. An oscillator
makes noise and will therefore affect itself and any other
oscillators in the vicinity.
Those machines are a lot like people. They are never out of context.
Isn't a person just a bunch of sensors connected to some squishy
processor? When put in a room with anything else, a person will
happen to react; consciously or not. Same goes with any machine.
Take any commercially available electronic object and it says
pretty much that on the warning label. "This device is subject to
any received interference[...]"
But then again, isn't philosophy about stating the obvious in a
very complex manner?
7 Jan 2010
I figured out that setting up a Wordpress blog is a lot of work for just about no reason.
I made my blog for CART498F in plain HTML and it was great. So here is plain HTML once again.
3 things that inspire me.
The theme for this piece is "body". Pretty vast as far as themes go. Well, I like making objects. Who says objects says affordances.
Then I started thinking about affordances in software. They suck. Problem is, software can only do what it is programmed to do.
The minute you start coding an affordace, it becomes a feature. Then I thought some more. The closest thing we have to affordances in
software are:
the right click
copy/paste and the select buffer on Unix based systems
the pipe in the bash command line
How is RFID used inside a living body?
I was thinking of implanting RFID chips into my fingers in order to get a more efficient copy/paste system that would support multiple
as well as a greater variety of datatypes. Copy buffers could contain text, audio, images, video. This requires very low level operating
system programming so the scope is most probably impossible for what I wish to accomplish for this project.
Don Norman's webpage
UX. Or User experience. It's a word I had never heard just last year. The poignant bit in my opinion is the part about the Mini Cooper.
It has some flaws, but it's a blast to drive and it looks amazing. It's about making objects that render obvious their first time use
as well as make pleasureable their repeated use. Many objects suffer from this. They are talked about in an unproportional fashion to that
which they are actually used. Think buzzwords, but buzzthings.
UPDATE: As promised, 25 User Experience Videos that are worth your time.
Get to know Linux: Copy and Paste
Yeah, well we pretty much all know what copy paste is. Turns out that it doesn't just exist. Someone thought of it. Hell in the above
article, they explain how some operating systems do it better than others. Not only do Unix systems support the middleclick as a paste
button, but some applications actually make use of the clipboard. Xclip for example(Sourgeforge home) .It is a command-line
application that copies to and from the clipboard without having to do any actual work (such as selecting text and pressing buttons).