Tag: programming

  • oh, hello there.

    oops. school’s out and i’ve completely ignored documentation. looking to correct that, please accept the following communiqué: the winter show went very well – it seemed that cloud reader was well received. most of the favorable comments were split among two categories…those which really liked the performative aspect of the project and could envision it […]

  • M5 Bus : Mashup

    I’ve wanted to try another geocode mashup since the Where We Were project I ran at Moore College. I recently picked up a GPS unit, which got me thinking about it anew. For the M5 Bus trip assignment for our Applications class I worked up a mix of Twitter, GPS location, digital photos and Google […]

  • next step…the world!

    i got around to working directly with the Arduino’s microchip, the ATmega168, and built my first Arduino on a breadboard. part of the reason is cost…an Arduino Diecimila is $30, even the Barebones Arduino and similar clones are about $15. A raw ATmega168 chip is about $4, and the remaining parts (sans breadboard) are about […]

  • Wine tasting

    Working with a large database of wines for the next Visualizing the Five Senses project. The database contains much information on approximately 5000 wines. After much thought on the sense of taste and after reading up on wine varieties, I decided to focus on the six categories of wine (Red, White, Sparkling-Red, Sparkling-White, Fortified-Red and […]

  • RjDj – Pure (Data) Love…

    I’ve been enamored with the RjDj iPhone application after Corey mentioned it on the list. At first I was turned off by the developers talk about it being a “digital drug” but got hooked when the documentation indicated that it was Pd (pure data) ported to the iPhone. At the risk of providing a terrible […]

  • Speed reader…

    I’m interested in generative animation…a la flight404…and had a recent assignment to create a two minute piece which included a significant body of text. I also recently came across some speed reading techniques involving rapidly flashing single words in a serial fashion. I set out to utilize this technique but with a more graceful animation

  • success!

    finally got the iBike CSV file support added to Golden Cheetah. the issue revolved around line endings on the iBike file that a user supplied. the file had CR (old-style Macintosh) line endings, and QTextStream::readLine() doesn’t honor them…reading the entire file at once. the solution was pretty simple: use readLine() THEN split(‘\r’) and loop through […]

  • encoding…

    another headache with GoldenCheetah. trying to implement a new feature – support for iBike CSV files. these files have a bunch of configuration data at the top, which is easy enough to skip, but for some reason the QTextStream::readLine() function is loading the entire file rather than line 1 (at least according to what i […]

  • iteration

    playing with the 3d game of life sketch. i’m still looking to get the rules right, but in the meantime i’ve added a mutation. occasionally the upper rule changes which causes the cells to birth/die in sometimes drastically different ways. also, the colors reflect the age of each cell; they progress from red to blue […]

  • infectious…

    I am coming to believe that the atmosphere at ITP is infectious. Every time I pass through there I come away with this bug to work on another project. I stopped by yesterday while I was in New York, ran into someone I had met at the spring show and had a good chat about […]