Thursday, September 17, 2009
Wednesday, September 16, 2009
Wednesday, September 9, 2009
Congrats
I would like to say congratulations on a excellent presentation and project.
I am proud of what you have achieved in such a short time.
Even though we did not win, I feel that we achieved a great deal from this project not just the outcome but the skills and teamwork we gained.
I think we should try build a final Tensegrity Structure and we can even modify it from the original if we wish. For all those interested we can discuss futher after class on thursday.
Phil.
Tuesday, September 8, 2009
Sunday, September 6, 2009
congratulations for everyone for thursday. its cool that our structure will be made full size anyway (will be if people put their hands up).
sorry i left early on thursday and didnt help to move the structure to the DAB, i had to leave to get to work
christan - thanks for the note about the money, thursday it is.
and i have some fishing line "power line" that i carried on thursday but i dont know who it belongs to. if its anyone's then let me know so i can give it back to you
grace
Saturday, September 5, 2009
Friday, September 4, 2009
Skin
Thursday, September 3, 2009
THANKS ALL
cant sleep
oh man fine dont use the title playbook.. asses!
Wednesday, September 2, 2009
Money Matters
Grace yesterday I looked in that folder and there was nothing there… none of your files which was weird. I tried to drop my vid/photos but it was protected for some reason. I put my stuff on Christen’s USB, I know Jess and Emma were working on it yesterday so maybe email them your files?
Thanks heaps for doing the blog book Keiran. But as the blog was designed as an open forum for exchange of ideas I would like to contest the title of ‘the playbook’. Don’t get me wrong I love the idea of printing our blog as a book, but the title though superficial needs to be coherent with the rest of the layout/concept. We want them to take us seriously, the blog wasn’t an opportunity for ‘play’, it reflects a lot of hard work. Christen what was the title of that book that Diller + Scofidio did? Maybe we could do something similar. Admittedly I don’t know much about NRL, perhaps Keiran you could explain how sports fits into our concept of the GFC and notions of world hunger. I think we need to vote on this..
Sorry Keiran no hard feelings :)
Felicity
Tuesday, September 1, 2009
photos and video
On Monday I thought we were collaborating the photos and so on, so I made a folder in the student files (the drop box wouldn't allow a new folder to be made) called tensegrity and my photos and videos are in there. I'm really sorry I forgot to tell anyone, but they are there if you need them Jess. It's too late now, so I'll bring my stuff in tomorrow just in case the files are no longer there tomorrow. Sorry!
Is there a meeting tomorrow with final collaboration?
And Felicity, maybe post all the names up on the blog or bring them all in tomorrow and we can just vote on them.....
Grace
book
ive followed christans ideas for the blog by just copy and pasting it as is and not cleaning up. (i dont really like the wai it looks, looks pretty shit) i thought the one that i did earlier was more presentable, but hey we can customise whichever one you guys see fit tomorrow.
and screw you all, i want the book to be called 'the 'playbook'.. Felicity you wont understand the meaning of this, obviously you dnt appreciate the nrl. OR any sport man!. its a teams holly grail! its got everything that one team needs n went thruu..
hands up for PLAYBOOK'
project title
Thanks heaps Maddy would you please put the blog book together, 1 x bound copy.
Alex/Ali/Jason we need 4 x small versions of the pavilion to give to the panel no specific scale. The bamboo skewers/rubber band versions will do so long as they are replicas of our module.
Any suggestions re project title...anyone??? Any and all suggestions welcome!
Couldn't be any worse than my suggestion of 'sticky' last week...
Integrity
Emergent Dynamism
Felicity
FELICIRTTYYYYYYYYYYYY
Idea
but is it possible to have the fabric float in the air (eg not touch the ground like in the montages)
then you can build the base abit lifted off the ground to hide the reels/motors. and drill into the base so the string can go through that.
the lights could just run on a wire into the floating fabric. i think it will look more pure to the idea of tensegrity.
if you dont have time dont worry about this.
Phil.
Monday, August 31, 2009
For Kevin
- 50cmx50cm timber base, cheapest price possible at 15mm thick.
-Black paint and cheap brush to paint the base.
- Eyelets (small) like the ones we were using on the timber pieces, Qty 4.
-Eyeltes (large) so the hole is about 8mm -1cm wide, Qty 10
-Super Glue
-We need a cog like the fishing line reel's we had but it has to be about 10-15cm wide so try find something its really important. Qty 4.
- Packet of screws, the ones you use without a bolt so just to screw into the base Qty 10.
Christen.
Book
Christen.
RE: Why our structure is innovative
Great idea. What’s the meaning behind ‘the playbook’? Sounds a bit like playschool.
Concept statement: ‘Face-to-face communication has taken a backseat to technology and our form supports real world interaction... An online blog was established as a forum for communication and interaction among the design team.’ What if we just called the blog book ‘Communication’ or something else concept related?
Jason the montages are looking terrific, really effective.
Re Why our structure is innovative:
-moveable, flexible, compression elements can be easily shifted along the tensile element
-choice of materials (typically made of steel)
-responsive, dynamic, temporary
-not drawn from a book, an original design
-integrates with context by being in a continual process of sampling what is sensed in its environment
-inverting the façade: skin is on the inside which relates to social change being a process evolving from the inside out
A key part of the concept proposal is that social interaction should proceed because of, rather than in spite of, architecture so I think the pavilion should probably move based on human movement, perhaps stats/temp could be in addition?
Felicity :)
finall Blog for Folio
i also want to call the book 'the playbook'....(with team leaders permission)
cheers.. keiran..
((oh and all those comments bout 'not being able to make it' to afternoon meetings will also be printed.. excluding myn =] ))
Sunday, August 30, 2009
Interaction
Interaction team here, just thought we'd pop in and let you guys know what we've been up to.
First, one problem we currently have is that to run an input / output script we need a USB Hub. It would be reeeally great if anyone has one of these around that they could bring in for tomorrow? If not we can go get one, which won't be too hard, it will just save us a bit of money.
Otherwise, we've sourced the LED's already and just need to solder them. And as far as scripting goes, we've got the input script working, but haven't been able to test the input / output script (due to the lack of USB). I have done a theoretical input / output script, which I hope will work, but we're going to have to find out tomorrow. Also, someone wanted to have a look at the script? So I'll post what we've got at the bottom.
One last concern I had with was the theoretical skin. Although their's nothing wrong with it, I was just wondering how you guys planned on disgusing / displaying the motors / sensors/ hardware? Just something to think about for tomorrow.
Peace,
Interaction.
And here's the script:
[Note; this script is using 4 light sensors, which can easily be interchanged for whatever we want.]
import com.phidgets.*;
import com.phidgets.event.*;
InterfaceKitPhidget ik;
float light0;
float light1;
float light2;
float light3;
int xPos;
void setup()
{
size(1024,300);
setupIK();
smooth();
}
void draw()
{
readIK();
background(0);
light0 = map (light0,0,1000,0,height);
fill(255,255,0);
noStroke();
ellipse(xPos,(height-light0),10,10);
light1 = map (light1,0,1000,0,height);
fill(255,0,0);
noStroke();
ellipse(xPos,(height-light1),10,10);
light2 = map (light2,0,1000,0,height);
fill(0,0,255);
noStroke();
ellipse(xPos,(height-light2),10,10);
light3 = map (light3,0,1000,0,height);
fill(0,255,0);
noStroke();
ellipse(xPos,(height-light3),10,10);
if (xPos >= width)
{
xPos = 0;
}
else {
xPos++;
}
}
void setupIK()
{
try
{
ik = new InterfaceKitPhidget();
ik.openAny();
println("Waiting for Phidget");
ik.waitForAttachment();
println("OK ready to go");
}
catch(Exception e)
{
println("ERROR");
System.out.println(e);
}
}
void readIK()
{
try
{
light0 = (float)ik.getSensorValue(0);
light1 = (float)ik.getSensorValue(1);
light2 = (float)ik.getSensorValue(2);
light3 = (float)ik.getSensorValue(3);
}
catch (Exception e)
{
println(e.toString());
}
}
This week
Mirror?
Will it be easier to source and be cheaper?
Also since glass does not has that much reflection, we will get the "floating" effect similar to what we saw last Thursday
just a thought...
Jason
Examples of Documentation
Excellent Work
I am excited with the progress so far. We just have to really get cracking on the last few things.
We need to get the skin and the motors working on monday!! no more delays.
Remember this is a structures subject too so in your videos/presentations should include details of joints and structure (with the stages of development early-to-now) would be good. and then you might one to include concept images next to or the slide before them (e.g. the molecular/cells tensegrity)
Also you have to say something about compression and tension in the structure and how our 'dynamic' structure overcomes this with joints.
Remember in the presentation we have to should 'innovation' in how we designed this structure.
We really need to get some interaction diagrams/ideas on why this pavilion moves and how does it move based on people/stats/temp? we need to get some diagrams up (e.g elevations stating with a person up close with the stats of the day/or temp at that time. what form will the pavilion take?)
keep up the good work guys!!! The montages look great!
See you monday.
Phil.
Saturday, August 29, 2009
What do you guys think of Pulse or Beat_Space for project title? The concept proposal is linked to the human heart and social interconnectedness.. any thoughts?
Jobs/joint
Jason: I have detailed the joints already very similar to your drawing but with two bolts one either side of the rubber so it can be adjustable ie more or less tension, just adds a more to the consideration of it as a joint.
christen.
Joint
Job allocations please volunteer
Friday, August 28, 2009
job allocation
Jason thanks for doing all those drawings they’re fantastic.
Re job allocation Christen perhaps one of the jobs could be collation of all captured images. I have a lot of photos and video and I know other people do too, perhaps you could delegate one person to collect and edit them all for presentation to show process development. Does anyone want to put their hand up to edit all the videos into one long video with a sound track? Also it’s just an idea but it might look more sophisticated to have all the photos and video black and white?
Do you think we should show that we’ve sussed out the site as I’m mentioning in the concept statement that our structure responds/interacts with the context of Customs House. Perhaps you could allocate a job for someone to go down to Customs House and take photos/video?
Felicity
Thursday, August 27, 2009
tomorrow
grace