Category: Uncategorized

  • update and migration

    i’ve updated the site’s design and will be migrating it to a new server over the next couple of days. in the meantime, please forgive any oddities (but feel free to let me know about them – i’m currently dealing with the code examples formatting right now). also, all the old permalinks are dead and […]

  • [my] summer of code

    In preparation for several iPhone application development gigs which have lined up for the summer I’m getting back into my previous projects. Specifically, I’m going to get Follower and Pinwheel ready for release and am looking to push them out to the AppStore in the next month or so. Also, as an exercise to get […]

  • Vacation

    On a much needed vacation following the ITP Spring Show. Just back from a week in Philadelphia catching up with beloved places and friends. Looking forward to a few more days of relaxing in NYC before getting back to work.

  • Simple things feel so good. (warning: geekery)

    Toggle an integer variable between 0 and 1. Useful for a flag to control program flow in C without boolean types. toggleVar = 1>>toggleVar; What this is doing is right shifting the integer 1 either zero or one place, depending on the current value of toggleVar. An 8-bit (unsigned – positive values only) integer has […]

  • Thinking Physically: brauswitch demonstration

    Following up on the initial post about the brauswitch – the eyebrow activated headband switch. Here is some video with a simple application demonstrating it’s use. There are separate switches for both the left and right sides. The simple Arduino code listed below will indicate if the left, right or both sides have been activated. […]

  • pinwheel, pinwheel…spinning around…

    …look at my pinwheel and see what i’ve found. here’s the promised update to the earlier pinwheel post with a video of it in action. this is just a demo of the animation, i’d like to work more on the compositing and to add some user interaction. i’d like to perhaps have a user blow […]

  • iPhone pinwheel: 4in4 day two

    the iphone is missing one of my most beloved relics of os x…the pinwheel, aka beachball of doom/death. i wanted to experiment with using the core graphics framework to draw to the screen and create animation and this was an interesting experience. the animation is too slow currently…i feel that i’m doing things in a […]

  • meggy! MEGGY! (and nyc resistor)

    nyc resistor had one of their craft nights last evening, where they invite folks to come in to work on just about anything “so you don’t have to make stuff by yourself.” i had been missing my community fix now that ITP is on winter break, so heading over there to assemble my new meggy […]

  • openID! FTW?

    so, i finally set up an openID service using my blog URL as the identity. it was a pretty simple affair using phpMyID….this is for a single user (me) after all. there are other openID packages…i tried simpleid first, which looked promising, but had some issues with caching persistent logins…their php scripts had a bugaboo […]

  • 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 […]