Materials Connexion – Bacteria Cellulose

    • Email link
    • Image of material
    • Link to Material Connexion page
    • How does it relate to your Soft Engineering interests?
    • Soft Durometer/Flexibility/Elasticity/Other – Which properties does it have?
    • Distributors – Where can you buy it? If no distributor, how do you get in touch with manufacturer?
    • On label use?

 

I was drawn to this piece because it is a natural material and is tough. flexible and translucent. It is a bacteria cellulose, it feels kind of like a very thing leather but more gummy without being sticky. It’s produced as a secretion from bacteria that’s fed sugary solution in a warm bath which I find very interesting. I’ve seen mycelium made leather like material before, they could probably serve in similar ways but are pretty different in texture.

I think this would be interesting to work with for the dome given its unique form and would look beautiful with lights coming through it.  It’s important to me that it’s eco friendly.

Manufacturer / distributor info coming soon when my login gets reactive on Material Connexions.

IMG_9628

SOFT ROBOTICS – SILICONE MOLD

I’m interested in exploring breathing texture where the top is the only part that inflates so decided to do a flat piece with this in mind. I poured the first layer of silicone thicker to achieve this effect. I cut out cardboard shapes in an abstract pattern and laid them on top of the first layer of silicone to achieve this.  I then sprayed the over the first layer of silicone and cardboard with nonstick spray. I then poured the 2nd layer, the places where you see the green shapes adhered and the negative space around it created an air channel. 

I left a pathway for air channel but when I cut it open I cut too deep, but it’s still able to inflate. I’m adding a photo of the silicone when I get to school.

Meditation #4 Who’s Your Baby

Expanding on “T-eye the Knot” project, Kim and I have added a feature where you receive an audio message from your future baby. You do this by choosing an MRI of a fruit that speaks most to you. Last meditation we used a natural phenomenon to predict the user’s wedding song, this week, along the line of the oracle board, we give more agency to the user via a personal selection of writing the name of their future child. The overall form is still taking shape but we see it as an interactive installation / performance.

This project is exploring different ideas of spirituality under capitalism, spiritual product-ing, modern family anxieties and how tech is increasingly mirroring & enveloping us.  Two references that speak to me in the overall theme of this project are:

This meme that I think is pro-magic but is maybe tongue in cheek saying magic/spirituality is impossible under capitalism? Or maybe they believe it’s not:

IMG_9807

And this article by Anna Tsing at UC Santa Cruz “Unruly Edges: Mushrooms as Companion Species”, basically argues that Fungus is the enemy of colonialism by way of ruining new farming methods of larger mono crops. She argues, this type of farming, expansion and oppressing created a new type of family structure developed in colonies in the Americas that were hyper-nuclear focused.

http://tsingmushrooms.blogspot.com/2010/11/anna-tsing-anthropology-university-of.html

The opening paragraph:

“Domination, domestication, and love are deeply entangled.  Home is where dependencies within and among species reach their most stifling.  For all its hyped pleasure, perhaps this is not the best idea for multi-species life on earth. Consider, instead, the bounteous diversity of roadside margins.  Consider mushrooms.”

The messages from your future baby are playing with the idea that some believe that we are light beings looking for different types of experiences on earth.  Susan Neiman’s first chapter of “Why Grow Up? Subversive Thoughts for an Infantile Age” comes up with the ideas of shifting and different roles of children.

The user sees the 6 MRI gifs of fruits & vegetables and type in the name of their future baby, according to the 1st letter of the name it will select one of the 6 with a verbal message from the future baby.

Sketch: http://alpha.editor.p5js.org/full/BJb6j1v5z

Concept Video:

Intro with 2 segments:

Code:


let fruit1, fruit2, fruit3, fruit4, fruit5, fruit6;
let vid1, vid2, vid3, vid4, vid5, vid6;
function preload() {
fruit1 = loadSound('onepercent.wav');
fruit2 = loadSound('hypergendered.wav');
fruit3 = loadSound('void.wav');
fruit4 = loadSound('caterpillar.wav');
fruit5 = loadSound('waterbirth.wav');
fruit6 = loadSound('commune.wav');
}
function setup() {
createCanvas(windowWidth, windowHeight);
vid1=createVideo('fruit1.mp4',vidLoad);
vid1.hide();
vid2=createVideo('fruit2.mp4',vidLoad);
vid2.hide();
vid3=createVideo('fruit3.mp4',vidLoad);
vid3.hide();
vid4=createVideo('fruit4.mp4',vidLoad);
vid4.hide();
vid5=createVideo('fruit5.mp4',vidLoad);
vid5.hide();
vid6=createVideo('fruit6.mp4',vidLoad);
vid6.hide();
}
function vidLoad() {
vid1.play();
vid1.loop();
vid2.play();
vid2.loop();
vid3.play();
vid3.loop();
vid4.play();
vid4.loop();
vid5.play();
vid5.loop();
vid6.play();
vid6.loop();
}
function draw() {
background(0);
image(vid1,0,0,windowWidth/3,windowHeight/2);
image(vid2,windowWidth/3,0,windowWidth/3,windowHeight/2);
image(vid3,2*windowWidth/3,0,windowWidth/3,windowHeight/2);
image(vid4,0,windowHeight/2,windowWidth/3,windowHeight/2);
image(vid5,windowWidth/3,windowHeight/2,windowWidth/3,windowHeight/2);
image(vid6,2*windowWidth/3,windowHeight/2,windowWidth/3,windowHeight/2);
}
function mousePressed() {
if (mouseX > 0 && mouseX < windowWidth/3 && mouseY > 0 && mouseY <windowHeight/2) {
fruit1.play();
} else if (mouseX > windowWidth/3 && mouseX < 2*windowWidth/3 && mouseY > 0 && mouseY <windowHeight/2 ) {
fruit2.play();
} else if (mouseX > 2*windowWidth/3 && mouseX < windowWidth && mouseY > 0 && mouseY <windowHeight/2) {
fruit3.play();
} else if (mouseX > 0 && mouseX < windowWidth/3 && mouseY > windowHeight/2 && mouseY < windowHeight) {
fruit4.play();
} else if (mouseX > windowWidth/3 && mouseX < 2*windowWidth/3 && mouseY > windowHeight/2 && mouseY < windowHeight) {
fruit5.play();
} else if (mouseX > 2*windowWidth/3 && mouseX < windowWidth && mouseY > windowHeight/2 && mouseY < windowHeight) {
fruit6.play();
}
}

view raw

who's your baby

hosted with ❤ by GitHub

Soft Robotics – Bio-Inspiration: The Axolotl

766BFBD4-F8A1-4B7D-8416A370010B5A88_source

Axolotl are adorable amphibians who never transition to land because they are neotenic, or reach adulthood without metamorphosis. They are genetically very close to salamanders. They are indigenous to two lakes near Mexico City, Lake Xochimilco and Lake Chalco, with only the former remaining.

The Axolotls were revered as sacred beings by the Aztec.  The Aztec made the largest city in Pre-Columbian Americas named Tenochtitlan (current day Mexico City) on an island named Lake Texcoco. Like many plant and animal species, colonialism has directly effected their decline. In 1521, the Spanish drained lakes and built cities in its place. Currently there has been non-native fish added to Lake Xochimilco who are eating the Axolotl young.

The Axolotl have amazing regenerative qualities, and are able to regrow without any scarring, up to a 3rd of the heart, front brain, spine, limbs and testes. One can transplant leg and place it next to an arm and the body will adapt it. When they experience a severing, the cells in that area lose their individual characeteristics and act as stem cells and are able to regenerate accordingly, seemingly indefinitely.  They are 1000 more times resistant to cancer than any other animal and the only terrestrial animal that can regenerate. They are widely tested in labs due to this unique and powerful anatomy.

0__05a793699d8422.jpg

How its features could be used in technology: regeneration for burn victims, amputees and cancer patients. Scientists are trying to figure out how exactly their regeneration works and some believe one day it will be able to be used for human regeneration.

When speaking of stem cells or any technology in general, there is always a looming question of ethics and which directions it can go in. We are beings of light and light makes shadow,  anything we create will embody this duality and the infinite choices of what to do within that framework.  A technology like this could be used for healing or a more “unnatural” or disturbing direction.

In the 60’s, a scientist amputated n Axolotl head and transplanted it on the back of another Axolotl. Both heads continued to grow for 65 weeks until they died. In a far out, but not implausible sense, if the Axolotl’s regenerative abilities were understood to the extend that they could be put to use – one could create creatures with multiple heads or arms, or possibly combined species.

TrbCJZl

 

 

 

Meditation #3 – T-eye the Knot

For the 3rd meditation I worked with Kim Lin to make a matrimonial divination firm  “T-eye the Knot”, that provides services based on your interaction with live streaming jellyfish from Monterrey Bay Aquarium.  One feature is predicting your wedding song – one of the eery tracks NASA has made from each planet’s radio transmissions.

The participant will be wearing Pupil Labs glasses watching the live stream. According to where their eyes go the most, one of the planet songs will be selected.

We decided to go with Pupil Labs instead of doing eye tracking in p5 or another program for the physicality of it, but haven’t figured out how to work with the data yet.  In the meantime, here is the concept video:

Fungus Among Us – Final Presentation Idea

I’m interesting in creating a wearable mycelium sound trigger as a mask or wearable on another body part.  I like the aesthetic of Eric Klarenbeeks’ 3D printed Myceliumchair and would like to design it using a printer if possible.

myceliumchair.jpg(mediaclass-landscape-large.1df3d6f438769113d26ed8577bc84d61afea2a7e)

I have a MIDISPROUT that measures the micro-electrical currents of a plant and converts it into MIDI signals and I’m interested in exploring if this could be done with a Mycelium piece. I haven’t heard of anyone using this with fungus and I was hesitant to try it with the pads because I thought it might tear the skin of the mushroom, but I’m going to investigate how to do it with less damage.

I would allow the mushrooms to grow because because I think it looks beautiful and what the mycelium wants to do naturally and I assume there is more water content in the “fruit”

Screen Shot 2018-03-02 at 12.32.40 PM

 

I found someone doing experiments with Makey Makey that were successful:

photo-3-2.jpg

3D mask/wearble inspo:

rottlace_final04_s_620_413_75_c1

http://matter.media.mit.edu/environments/details/rottlace#prettyPhoto

6-DorryHsu

https://www.dezeen.com/2013/08/05/the-aesthetic-of-fears-3d-printed-jewellery-insects-dorry-hsu/

Screen Shot 2018-03-02 at 12.50.44 PMScreen Shot 2018-03-02 at 12.51.06 PMzgzwuk5yceme2wc904gl

http://www.materialecology.com/projects/details/otaared#prettyPhoto

I like the idea that the fruit will continually change based on the fruit growth, given that it sprouts.

 

SOMATAROT 2

SOMATAROT

Kimberly Lin and I have been developing a deck that interprets each card with a movement. “Soma” comes from the idea of Somatic  therapy where our experiences, emotions and trauma are not only stored in our mind but throughout our body. This week we added our interpretations for the 6 cards we have recorded so far. We referenced these two books (will add author names and titles here). We recorded it through a vocal processor I have to give it a touch of cyborg & swimming in the cosmos feeling.

We wanted the videos to loop but the audio to repeat only once when the card was selected while maintaining the random function. This was executed in P5 with help from Leon.

We are still developing the concept of how we want people to engage with it and am thinking of it more as an installation with life size videos and and a physical component as opposed to a website.

Documentation:

Code:

http://alpha.editor.p5js.org/madbunnykim/sketches/B1rzp4oPG

 https://gist.github.com/madbunnykim/03fbca013274c5cc5984de3c23a13f95.js

LIPP Week #3

I experimented with the jit.matrix, chroma key and random piano. I tried to combine them and have the random number outputs from the piano to trigger the video controls but was unsuccessful.

Screen Shot 2018-02-12 at 5.47.32 PM

 

 

 

\