Stack and make a tower out of nearby objects.
-
This submission has been flagged by users. Click to view.
Feb 09, 2010 14:41 by thedigitalghost -
This submission has been flagged by users. Click to view.
Feb 08, 2010 23:38 by shypiglet17 -
This submission has been flagged by users. Click to view.
Feb 07, 2010 15:06 by kellydna-
This comment has been flagged by users. Click to view.
i think green robot should do his own version of titanic where he says 'i'm king of the world!' i don't know who he'd be doing it with. who are the candidates?
Feb 07, 2010 15:29 by rabbitdan.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 13:30 by merendis-
This comment has been flagged by users. Click to view.
aaah my Melatonin! Soon I will be able to sleep properly :D
thank you my dear
Feb 07, 2010 13:33 by a_noob. -
This comment has been flagged by users. Click to view.
is that jewellery? looks like lollipops
Feb 07, 2010 13:57 by rabbitdan. -
This comment has been flagged by users. Click to view.
like the hedgehog (if that's what it is)
Feb 07, 2010 14:47 by joe_dude. -
This comment has been flagged by users. Click to view.
@a_noob: hedgehog has pointed your melatonin, better be quick!! Smart and healthy hedgehogs!
Feb 07, 2010 23:08 by logosfabula.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 11:36 by rabbitdan from Flickr-
This comment has been flagged by users. Click to view.
Too bad you couldn't get Casper to teeter on the top.
Feb 07, 2010 11:37 by kellydna. -
This comment has been flagged by users. Click to view.
@kellydna: I did try to get him to do something more photogenic but he was having none of it. PS - note the trapped rabbit, who is there largely for your benefit. Don't worry, he's been freed now.
Feb 07, 2010 11:40 by rabbitdan. -
This comment has been flagged by users. Click to view.
PS - People who spell art wonk with an 'o' as opposed to a certain other vowel will quite possibly enjoy 'A Humument', one of the books on the stack. Website featuring all of the pages of the latest version can be found here: http://humument.com/gallery/index.html
Feb 07, 2010 11:44 by rabbitdan. -
This comment has been flagged by users. Click to view.
What's this at the bottom that says "begin?" I like it. Also, did you have trouble completing the top without your glasses?
Feb 07, 2010 12:14 by athanie. -
This comment has been flagged by users. Click to view.
@rabbitdan: Ha! Thanks! Now that I've looked at the larger size, I can make it out.
Feb 07, 2010 12:22 by kellydna. -
This comment has been flagged by users. Click to view.
@athanie: I have an inexplicable obsession with the words 'begin' and 'return'. I sometimes write or draw them when I doodle. I put a stencilled and painted 'Return' on to a painting I did for a friend. I nearly put begin on there too but it didn't work. This means I have a spare 'Begin' knocking around. Seemed to work at the bottom of the tower.
I haven't worn those glasses for, ooh, five years. Old pair.Feb 07, 2010 12:26 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: I like that--it works well here since it's the beginning of the tower too. And also, pairing "return" with "begin" is a nice idea, much nicer than "end."
Feb 07, 2010 12:33 by athanie. -
This comment has been flagged by users. Click to view.
@athanie: Sometimes I doodle 'I began again' after that. I like the openness of it.
Feb 07, 2010 12:35 by rabbitdan. -
This comment has been flagged by users. Click to view.
yeah!
Feb 07, 2010 13:03 by a_noob. -
This comment has been flagged by users. Click to view.
Is this play-dough?!?
Feb 07, 2010 13:15 by mandy716. -
This comment has been flagged by users. Click to view.
@mandy716: It is!
A birthday present from last year that hasn't yet suggested its appropriate use to me. It'll probably find its way into a tweak one of these days.Feb 07, 2010 13:19 by rabbitdan. -
This comment has been flagged by users. Click to view.
@a_noob: one of his default positions
Feb 07, 2010 13:21 by rabbitdan. -
This comment has been flagged by users. Click to view.
@a_noob: can you have a plural of default?
Feb 07, 2010 13:21 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: defaults?
Feb 07, 2010 13:22 by a_noob. -
This comment has been flagged by users. Click to view.
@rabbitdan: it looks like one of my default positions :)
Feb 07, 2010 13:22 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: i just thought default was the natural state when no other has been set. so you can't get more than one. but maybe you can and you can set whichever application, dog, whatever to choose one of them at random when a default is required.
Feb 07, 2010 13:26 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: var arystate = new Array('states/default.state', 'states/default/sleeping.state',
'states/default/eating.state',
'states/default/working.state',
'states/default/tweaking.state',
somestate.src = arystates[Math.floor(Math.random() * aryimages.length)];Feb 07, 2010 13:31 by a_noob. -
This comment has been flagged by users. Click to view.
@rabbitdan: also, since I see you have a book on Processing:
public void randomState()
{
xState=sleeping;
yState=tweaking;
zState=working;
aState=eating;
while((xState % 4) != 0)
{
?State = (int) (Math.random()*550)+20;
}
while((?State % 4) != 0)
{
?State = (int) (Math.random()*520)+40;
}
}Feb 07, 2010 13:36 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: : )
I saw the E-mail and thought something had broken for a sec there.Feb 07, 2010 13:38 by rabbitdan. -
This comment has been flagged by users. Click to view.
@a_noob: I haven't read either and want to. One of the million things I want to do. Grr. Above function reminds me of a four tet song, "Sleep, Eat food, Have visions". From the rather good album 'Everything Ecstatic'.
Surely Eating etc should have sub states?Feb 07, 2010 13:41 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: since the randomState() is a function, it should be necessary to keep the actual states in the same scope. I don't know, I'm not really a Java programmer. Give me a shell script or some CGI with Perl in it over some dead kiddie-language you can only run slowly and under tomcat any day.
Feb 07, 2010 13:44 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: @rabbitdan When you meet for beers, I bet you have really fascinating conversations.
Feb 07, 2010 13:49 by kellydna. -
This comment has been flagged by users. Click to view.
@kellydna: hehe you have no idea :)
Feb 07, 2010 13:50 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: I thought Perl was dying too?
I'm always umming and aahing over what to learn.
Maybe C + + would make more sense.Feb 07, 2010 13:51 by rabbitdan. -
This comment has been flagged by users. Click to view.
@kellydna: Mainly we just talk about, actually, what do we talk about? Hmm. Actually the above is a pretty good approximation.
Feb 07, 2010 13:55 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: or python/ruby? I've got Ruby on Rails for Dummies you can borrow if you like. You're right by the way, Perl is going the way of the Fortran, but there are still a core of hardcore Vi-using sysadmins that swear by it.
Feb 07, 2010 13:55 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: ps - what do you have against tomcat?
and mozilla for that matter?Feb 07, 2010 13:56 by rabbitdan. -
This comment has been flagged by users. Click to view.
@a_noob: am on the edge of getting some ruby on rails books. what's so good about python? especially bearing in mind the advantage of php is that it's so well supported because so many people use it. good for someone like me who doesn't really have the right kind of brain.
Feb 07, 2010 14:00 by rabbitdan. -
This comment has been flagged by users. Click to view.
@rabbitdan: I don't care much for Python - can't get my head round the whitespace. PHP is probably a much better bet.
Feb 07, 2010 14:03 by a_noob. -
This comment has been flagged by users. Click to view.
o'rly? what animal is on the cover of js?
Feb 07, 2010 14:59 by discomeg2. -
This comment has been flagged by users. Click to view.
@discomeg2: A rather spiffy rhinoceros.
http://www.amazon.co.uk/gp/reader/0596101996/ref=sib_dp_pt#reader-page
The animals are one of my favourite bits of O'Reilly books too.Feb 07, 2010 15:02 by rabbitdan. -
This comment has been flagged by users. Click to view.
Me likes elephant above CSS
Feb 07, 2010 23:31 by logosfabula.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 11:30 by mandy716-
This comment has been flagged by users. Click to view.
Wow. Looks like it's hovering there. One day someone will invent easy levitation.
Feb 07, 2010 11:32 by rabbitdan. -
This comment has been flagged by users. Click to view.
I have to admit, this was my first snapshot, and when I saw it, I decided to try to recapture it with even more spools falling. That lead to a series of about 20 photos of the spools either already lying on the ground or falling towards me - which wasn't nearly as interesting. That'll teach me to try rig a photo again!
Feb 07, 2010 11:39 by mandy716. -
This comment has been flagged by users. Click to view.
Very neat! I love "accident" pictures like this.
Feb 07, 2010 12:13 by athanie. -
This comment has been flagged by users. Click to view.
Cool!
Feb 07, 2010 12:36 by kellydna. -
This comment has been flagged by users. Click to view.
i like it
Feb 07, 2010 14:46 by joe_dude. -
This comment has been flagged by users. Click to view.
Nice catch!
Feb 07, 2010 20:25 by flaccid. -
This comment has been flagged by users. Click to view.
Now should start the long flashback that has led you into this situation.
Feb 07, 2010 23:25 by logosfabula.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 11:26 by rabbitdan from Flickr-
This comment has been flagged by users. Click to view.
Impressive balancing there, tres cool.
Feb 07, 2010 11:31 by chaomancer. -
This comment has been flagged by users. Click to view.
@chaomancer: why thank you. it was a pain to do funnily enough. The blu tac came to my aid though.
Feb 07, 2010 11:45 by rabbitdan. -
This comment has been flagged by users. Click to view.
Nice repurposing.
Feb 07, 2010 12:26 by kellydna. -
This comment has been flagged by users. Click to view.
This makes me think your submission yesterday was staged …
Feb 07, 2010 12:27 by kellydna. -
This comment has been flagged by users. Click to view.
@kellydna: It was! The outside of our fridge is the dullest outside of a fridge ever. I nearly covered it in scary ooze but didn't have time.
Feb 07, 2010 12:30 by rabbitdan.
-
-
This submission has been flagged by users. Click to view.
@chaomancer and I had the same idea altho his is more impressive than mine. This was all sideways but by doing this I made room to stuff in some movies next to it so hey, bonus room.
Feb 07, 2010 11:05 by stephie-
This comment has been flagged by users. Click to view.
GMTA :) Your pile looks much more balanced than mine. Mine would trip as soon as I'd move too much. At least yours can stay there forever.
Feb 07, 2010 11:29 by chaomancer.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 10:57 by zippie-
This comment has been flagged by users. Click to view.
Wow, thats a lot of baskets!
Feb 07, 2010 11:11 by stephie. -
This comment has been flagged by users. Click to view.
you have taken stacking to a whole new level!
Feb 07, 2010 11:27 by bingo3. -
This comment has been flagged by users. Click to view.
So tempting to pull a couple from the bottom ...
Feb 07, 2010 11:31 by chaomancer. -
This comment has been flagged by users. Click to view.
Good stack! The one on the top left looks like it's hanging on for dear life : )
Feb 07, 2010 12:20 by athanie. -
This comment has been flagged by users. Click to view.
i like the old fishing creel next to the watermelon
very cool and well stacked!Feb 07, 2010 14:45 by joe_dude. -
This comment has been flagged by users. Click to view.
All it needs is a cat int he bottom cat carrier.
Feb 07, 2010 19:34 by jdevlin. -
This comment has been flagged by users. Click to view.
I like this stack! The picture is very nice.
Feb 07, 2010 23:21 by logosfabula.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 09:54 by athanie-
This comment has been flagged by users. Click to view.
This is cool. Have a little bit of kitchen-everything here.
Feb 07, 2010 11:11 by stephie. -
This comment has been flagged by users. Click to view.
Very impressive. I hope the top ones were empty.
Feb 07, 2010 11:30 by chaomancer. -
This comment has been flagged by users. Click to view.
Did you feel scared for the bottle on top?
Feb 07, 2010 11:31 by rabbitdan. -
This comment has been flagged by users. Click to view.
ps - how did you get up there?
Feb 07, 2010 11:32 by rabbitdan. -
This comment has been flagged by users. Click to view.
@chaomancer: yup, the top bottle was empty.
Feb 07, 2010 12:04 by athanie. -
This comment has been flagged by users. Click to view.
@rabbitdan: I WAS scared for the bottle at the top--wasn't the brightest idea to put that one at the top since it's glass. Whole thing was about 6 feet so I could reach the top w/o a scaffold.
Feb 07, 2010 12:08 by athanie. -
This comment has been flagged by users. Click to view.
@rabbitdan: (I left my scaffold at my mum's last thanksgiving)
Feb 07, 2010 12:34 by athanie. -
This comment has been flagged by users. Click to view.
@athanie: you have one? are you a regular tower builder then?
ps - have you seen Louise Bourgeois' tower pillar things? They were in her retrospective at the Tate Modern a few years ago. Very good show, fantastic artist. Accessible but also has weight. No mean feat.Feb 07, 2010 12:41 by rabbitdan. -
This comment has been flagged by users. Click to view.
It's a shrine to the Spirit of Cooking. I bet you would find someone bent before it if you don't mind having strangers at the window.
Feb 07, 2010 23:20 by logosfabula.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 08:26 by chaomancer from Flickr-
This comment has been flagged by users. Click to view.
You have some! Very classic stack.
Feb 07, 2010 08:32 by logosfabula. -
This comment has been flagged by users. Click to view.
@logosfabula: yeah, Tweak Today has some stiff competition for time and attention today. Later I figured I could just as well have taken a picture of the books on the shelf and then rotate the picture, but that would have been cheating.
Feb 07, 2010 08:36 by chaomancer. -
This comment has been flagged by users. Click to view.
@chaomancer: haha yeah... Oops, I'm busted :P
Feb 07, 2010 09:00 by logosfabula. -
This comment has been flagged by users. Click to view.
Damn you have a lot of Kellerman books!
Feb 07, 2010 11:10 by stephie. -
This comment has been flagged by users. Click to view.
@stephie: Yep, I sure do. And I'm missing at least one. You may be able to see it if you look around ;)
Feb 07, 2010 11:30 by chaomancer. -
This comment has been flagged by users. Click to view.
What are your three favourite things about his writing? I've never heard of him so am curious.
Feb 07, 2010 11:46 by rabbitdan. -
This comment has been flagged by users. Click to view.
- easy to get into yet compelling/gripping story (great "fluff" read while traveling, makes any long train ride a breeze)
- interesting approach of using 'psychology' in solving crimes
- descriptive writing style, with eye for details, which makes it easy to feel part of the story. This is also a drawback when he goes overboard, sometimes I end up skipping parts of the descriptive text.Feb 08, 2010 10:41 by chaomancer. -
This comment has been flagged by users. Click to view.
@rabbitdan: oops, forgot the @ in my previous reply. So see that one :)
Feb 08, 2010 10:41 by chaomancer. -
This comment has been flagged by users. Click to view.
@chaomancer: I might well pick one up next time I have five hour train journey then.
Feb 08, 2010 14:46 by rabbitdan.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 07:16 by jdproductions-
This comment has been flagged by users. Click to view.
oooooohhh!!!
Feb 07, 2010 07:43 by merendis. -
This comment has been flagged by users. Click to view.
That's pretty impressive!
Feb 07, 2010 08:18 by kellydna. -
This comment has been flagged by users. Click to view.
You've got some serious talent!
Feb 07, 2010 08:20 by saxchik. -
This comment has been flagged by users. Click to view.
We defying laws of gravity, here at TT huh?
Feb 07, 2010 08:30 by logosfabula. -
This comment has been flagged by users. Click to view.
Nice production.
Feb 07, 2010 08:36 by chaomancer. -
This comment has been flagged by users. Click to view.
very nice
Feb 07, 2010 08:48 by chris2x. -
This comment has been flagged by users. Click to view.
wow!
Feb 07, 2010 09:29 by kristenskydiver. -
This comment has been flagged by users. Click to view.
very inventive!
Feb 07, 2010 09:44 by agsystems. -
This comment has been flagged by users. Click to view.
very cool!
what kind of glue did you use?Feb 07, 2010 10:59 by bingo3. -
This comment has been flagged by users. Click to view.
Nice work, and you have a nice cookie jar too!
Feb 07, 2010 11:01 by zippie. -
This comment has been flagged by users. Click to view.
Now that's skill.
lol @bingo3 (was that the secret to this? hmmmm)
Feb 07, 2010 11:10 by stephie. -
This comment has been flagged by users. Click to view.
@bingo3: I used to stock sections of canned goods at the supermarket like this, mainly to tick off the store manager.
Feb 07, 2010 11:46 by jdproductions. -
This comment has been flagged by users. Click to view.
@logosfabula: Strictly obeying it, actually.
Feb 07, 2010 11:46 by jdproductions. -
This comment has been flagged by users. Click to view.
@zippie: That's one of my favorites... it's about 65 years old.
Feb 07, 2010 11:47 by jdproductions. -
This comment has been flagged by users. Click to view.
@saxchik: You should see me spinning plates... LOL
Feb 07, 2010 11:48 by jdproductions. -
This comment has been flagged by users. Click to view.
So you use the top can to affect the centre of gravity in the middle can?
Feb 07, 2010 11:49 by rabbitdan. -
This comment has been flagged by users. Click to view.
@chaomancer: It will work with 55 gallon drums as well, but my forklift wasn't available.
Feb 07, 2010 11:50 by jdproductions. -
This comment has been flagged by users. Click to view.
@agsystems: The skills you pick up at a job...
Feb 07, 2010 11:51 by jdproductions. -
This comment has been flagged by users. Click to view.
Haha, that's awesome.
Feb 07, 2010 13:22 by soarkaios. -
This comment has been flagged by users. Click to view.
@rabbitdan: Precisely
Feb 07, 2010 13:33 by jdproductions. -
This comment has been flagged by users. Click to view.
Great!
Feb 07, 2010 20:27 by flaccid.
-
-
This submission has been flagged by users. Click to view.
Feb 07, 2010 05:16 by a_noob from iphone-
This comment has been flagged by users. Click to view.
Do androids build houses of graphic cards?
Feb 07, 2010 05:23 by logosfabula. -
This comment has been flagged by users. Click to view.
@logosfabula: if they don't, they certainly dream of it ;)
Feb 07, 2010 05:24 by a_noob. -
This comment has been flagged by users. Click to view.
By the way how did you manage to put the screw drivers that way? Fine balance here.
Feb 07, 2010 05:25 by logosfabula. -
This comment has been flagged by users. Click to view.
a mighty fine technology stack ;-)
Feb 07, 2010 07:07 by finalarena. -
This comment has been flagged by users. Click to view.
@finalarena: thanks :) Had stack overflow earlier on, and decided to be a little less adventurous on this photo.
Feb 07, 2010 07:08 by a_noob. -
This comment has been flagged by users. Click to view.
@logosfabula: the same way I did this one:
http://tweaktoday.com/images/submissions/13742/large_12_fearless_forks.jpg
luck and relentless patience.
Feb 07, 2010 08:14 by a_noob. -
This comment has been flagged by users. Click to view.
Hey, I was digging inside a MacPro on Thursday. I think we narrowed it down to the DVD drive going on the fritz.
Feb 07, 2010 08:22 by kellydna. -
This comment has been flagged by users. Click to view.
@kellydna: this is my personal server that runs email and some web services - the graphics card has expired and now I need to find a new one; the two others that I brought from work to test are not compatible with my mac pro.
Feb 07, 2010 08:25 by a_noob. -
This comment has been flagged by users. Click to view.
@a_noob: that's a pretty nice structure, me likes.
Feb 07, 2010 08:28 by logosfabula. -
This comment has been flagged by users. Click to view.
@logosfabula: thanks, it helps to be OCDelightful :)
Feb 07, 2010 08:29 by a_noob. -
This comment has been flagged by users. Click to view.
Terrific! This is quite a feat.
Feb 07, 2010 09:56 by athanie.
-
-
This submission has been flagged by users. Click to view.
Pioneeer of aerodynamiiiiics!! *little Eiffel! little Eiffel!*
I knew that sooner or later this TT thing had to go dangerous. Situation: breakfast. Parts of the tower: sauce dish, bread dish, nuts cup with very unstable bunch o'nuts inside, cold tea bowl, cheese knife, veg knife, bread knife, 3 toasts (now lying dead in my stomach) and kitchen paper holder on top. Note: the sandwiches were bloody hot, especially the melted cheese dripping on my hands, which gave to this performance a +1 difficulty, lol.Feb 07, 2010 02:36 by logosfabula from Flickr-
This comment has been flagged by users. Click to view.
Wow, impressive. Did you use Oven Mitts of Dexterity to pull this off?
Feb 07, 2010 08:39 by chaomancer. -
This comment has been flagged by users. Click to view.
@chaomancer: oh yeah, the Legendary mittens with fire resistance :-)
Feb 07, 2010 09:02 by logosfabula. -
This comment has been flagged by users. Click to view.
Risk taker. I like it.
Feb 07, 2010 20:29 by flaccid. -
This comment has been flagged by users. Click to view.
@flaccid: thanks buddy
Feb 07, 2010 23:12 by logosfabula.
-
















This comment has been flagged by users. Click to view.
nice