Mathematical Lego Sculptures
Daedalus_ writes "Some guy has created mathematical surfaces (mobius strips, klein bottles, etc) out of Legos. He also has some other interesting creations (such as Dilbert figurines and a Hoberman Sphere)."
← Back to Stories (view on slashdot.org)
Lego people can walk sideways on buildings?? We must make them our leaders!
This message was brought to you by the death of 30 brain cells.
That is totally amazing. And for what it's worth, I think it's a worthwhile use of his time (not that my opinion on how someone uses their time matters, but whatever). I don't know, to me for some reason non-trivial acts of creation like this seem to touch whatever it is to be human -- our creative endowment is one of our signature traits, I think. What impulse would drive this sort of creative urge, to create beautiful mathematical shapes out of Lego, of all things? Whatever it is, it's mysterious, and it wasn't a waste of time. That figure eight knot is incredible.
Very, very cool.
Now show me a hypercube and I'll be really impressed.
"Moderate drinking can help prevent amputated limbs" -- Abigail Zuger, NYTimes, 12/31/02
I love Andrew Lipson's Math site, thought it was on slashdot for a while. If you like to see other such sites check out Eric Harshbarge's Lego page (cool stuff like wedding cakes and skyscrapers), Henry Lim's totally awsome lego sculptures, he's even got Natalie Portman (Not naked, and next to the petrified beethovan). BTW, Eric's got a very interesting page on on San Mononoke (more on those).
Let's try this again...
// example of object unions
.5
#include "colors.inc"
#include "textures.inc"
#include "metals.inc"
camera {
location < 0, 8, -8 >
look_at < 0, 1, 2 >
}
plane { <0, 1, 0>, -1
pigment {
checker color Red, color Blue
}
}
light_source { <2, 4, -3> color White}
#declare lego=union {
box {
<6, 0, 0>,
<0, 2, 4>
}
#declare cyl1=cylinder {
<1, 0, 1>,
<1, 2.5, 1>
}
object { cyl1 }
object { cyl1 translate < 2, 0, 0> }
object { cyl1 translate < 4, 0, 0> }
object { cyl1 translate < 0, 0, 2> }
object { cyl1 translate < 2, 0, 2> }
object { cyl1 translate < 4, 0, 2> }
texture { Glossy
pigment { Red }
}
}
object { lego }
object { lego
translate < -6, 0, 5 >
rotate 20*y
}
On his other page I particularly liked the machine for switching itself off. Mind you, he'd need to be careful, he might be breaching Microsoft's patent on Windows.
You call me a pedant? I prefer the term "correct"
I would like to see this guy get together with the creater of this site:
http://drew.corrupt.net/lp/series2.html
The Kline Bottle would then never be looked at in the same light.
(Warning: not for minors)
Table-ized A.I.
I believe Clifford Stoll (of Cuckoo's Egg fame) makes them out of glass. See www.kleinbottle.com.
This post is strictly my own opinion and not necessarily that of my employer.
Shop.lego.com probably.
-- Dr. Eldarion --