Jeremy of all Trades Home » Archive: February 2011


Archive for February, 2011

Modular Honeycomb Shelves with Hand-Cast Aluminum Brackets

After seeing this design for modular furniture on dornob (an architecture and furniture design website), I thought it would be cool to make my own. I designed the bracket shapes in Inkscape, converted them to G-Code with CamBam, and then cut them out of wood. I then took these wooden models to the local aluminum foundry (where they normally hand-cast things like pots and spoons). With the help of a friend speaking Lingala, I was able to get a good price per item (important since the hexagonal shelves I built have 34 brackets). The brackets came out a little bit rough, so I had to do some cleanup on them. I really like the finished product though! Check out the photos on Flickr.

And now you can view a tutorial on my new website CommentHow.com


Obgaektify - Datastore Grooviness for Google App Engine

A while back, I started playing around with Google App Engine (Java) and the lightweight, Groovy , Gaelyk. There’s also a great library written for using the low level datastore in App Engine called Objectify.

I decided to write a little Groovified wrapper for Objectify (which already does most of the work) and turn it into a plugin for Gaelyk. It adds a little syntactic sugar, and although it doesn’t have everything, it is working nicely for me so far. Check out the Obgaektify site to learn more.