Chap Stick Flashlight

I made an LED flashlight out of a chap stick, inspired by this instructable. I found a bright LED inside of this thing, and I smashed it to get the LED out.

Social Data Visualization

Here’s a visualization of ITP-related twitter data, made with Gephi. It’s an open ord with lots of expansion and a low edge cut, colored according to modularity, with large text for betweenness centrality. I think there is also some Avg Weighted Degree…I’m not sure what all of that means exactly, but I wanted to highlight […]

Stupid Hackathon: Is it ok to dance?

For this weekend’s Stupid Hackathon, I made Ok2Dance. Ok2Dance is kind of like Shazam except instead of telling you what music is playing, it analyzes the sound and tells you whether it’s ok for dancing. Ok2Dance accesses your computer’s microphone to record 20 seconds of audio. It saves the recording (temporarily) as a .wav file. Then […]

Kandinskify: Kandinsky-inspired generative music visualizations

At the Music Visualization Hackathon, I collaborated with Michelle Chandra, Pam Liou and Ziv Schneider to create Kandinskify. You can check out the work in progress here. For inspiration, we looked to the history of music visualization. Ziv brought up Wassily Kandinsky, the Russian painter and art theorist. Kandinsky was fascinated by the relationship between music and color. He even developed a code […]

Interactive Klein Bottle

Luke DuBois introduced us to Paul Bourke, a researcher from Australia who shares an amazing online repository of math equations for geometry, textures, shapes and fractals. I tinkered with some of these equations through a JavaScript file in Max/MSP/Jitter. I created the shapes using little cubes at each point, one point at a time. You can […]

The Phrases and Pronunciation

My final poetry-generating Python program is based on noun phrases, a markov chain, a recursive function, and a loose poetic structure. The vocabulary was sourced from three public domain source texts: The Sailor’s Word Book, An Alphabetical Digest Of Nautical Terms, Including Some More Especially Military And Scientific, But Useful To Seamen; As Well As Archaisms Of Early Voyagers, […]

Phrases and Pronunciation

ABBLAST. young people How is enjoyment in this to be explained? An elderly guest phrases and pronunciation phrases and pronunciation pronunciation phrases and gillon and pronunciation phrases remodeled phrases and pronunciation Townsend’s guest phrases and catamaran guest phrases liquefied guest amdahl’s elderly simonette elderly As far as my personal opinion is concerned, to care only […]

True Purpose, Social World, Senior Officer’s Signature

A true purpose A social world A senior officer ‘s signature A fore-and-aft sail, setting with a boom and gaff, in ships, synonymous with the spencers of brigs and schooners, and the spanker or driver of ships. The true purpose The social world The senior officer ‘s signature In size, as a ship’s boat, smaller […]

DWD Project Description

I’m building a collaborative discussion forum for Dynamic Web Development. This is also a project for Hacking Higher Ed where I’ve been researching the social conditions that facilitate learning, and what types of discussion forums might lead a community to adopt these social norms. These are the features I’m considering (though I will probably need […]

Recursive One Word Generative Poetry

Input any word. My program will turn it into another word that has the same number of phonemes. Then it will find an example of that word in use via the Wordnik API. Then it will recursively run through four bit chunks, starting from the end, modifying the last word in each line using the […]