Skip to content

Instantly share code, notes, and snippets.

@worace
worace / gist:1581449
Created January 9, 2012 06:17
Urbanism, Graffiti, and the Design of a Public Spray Booth for New Haven

Urbanism, Graffiti, and the Design of a Public Spray Booth for New Haven

As an architect and designer, my expertise is in producing objects that respond to recognized needs. I'm going to walk you through one such project that I did in 2010.

As part of an urban design studio, I was assigned to analyze the architectural communication in New Haven's Ninth Square. Our aim was to identify problematic patterns of urban signage and communication, and then to design a small-scale intervention that could help reshape these conditions.

Phase 1: Analysis

I began by plotting examples of private and municipal signage, as well as instances of graffiti and architectural ornament, to an axonometric map and then a model.

Working with a partner, I focused on a particular downtown bus stop site as a location that combined the con

@worace
worace / move_robot.txt
Created April 20, 2012 20:05
lego nxt sample script
$LOAD_PATH.unshift('./lib').uniq!
require 'lego_nxt/usb_connection'
require 'lego_nxt/constants'
@subject = LegoNXT::UsbConnection.new
ops = [LegoNXT::DirectOps::NO_RESPONSE,
LegoNXT::DirectOps::PLAYTONE,
500,
500].pack('CCvv')
@worace
worace / image_item.rb
Created May 10, 2012 02:17
text_item.rb
class LinkItem < ActiveRecord::Base
belongs_to :user
end
HELLO TROUTR FRINDS
@worace
worace / gist:2772557
Created May 23, 2012 00:32
new gist for worace
hurp[durp
@worace
worace / g
Created May 23, 2012 20:37
gistygist
gissssssst
@worace
worace / gist:2781757
Created May 24, 2012 14:07
CHECK OUT TROUTR
I WILL SHARE IT WITH YOU IN THIS GIST: http://polutropos.com
@worace
worace / gist:2782617
Created May 24, 2012 16:36
can i gist a BIg WoRACe
sfasdfasdgs
@worace
worace / node.json
Created June 3, 2012 04:17
Basic node.json file for use with remote chef-solo scripts
{
"run_list": [ "recipe[vim]", "recipe[nginx]" ]
}