-
Recent Posts
Follow Me:
Recent Comments
Archives
- August 2012
- August 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
Category Archives: tech
Prototyping the laser harp
The laser harp project is now officially started. Building off of the circular buffer/ serial port example I got running last week, here is a demonstration of the system running with a single sensor: A quick description of the project: … Continue reading
Posted in tech
2 Comments
Using the ICD-U40 with linux
update: I modified the script to allow a filename to be passed to it for immediate flashing. The ICD-U40 is an in-circuit programmer for Microchip PIC processors, and the company that makes it,CCS, was nice enough to provide linux drivers … Continue reading
Posted in tech
4 Comments
OpenWRT on the Netgear WGT634U
I remembered that I got this WGT634U a year ago in order to make a music player (a la http://devices.natetrue.com/musicap/), and I never got much farther than installing a copy of OpenWRT on it (ok, so I was able to … Continue reading
Posted in tech
Leave a comment
Am using the feisty fawn
Over the weekend, I made the switch from Gentoo to Ubuntu (Linux distros, y’all). Though I certainly enjoy using Gentoo, I decided that I am finally busy enough with other things to want to mess with keeping all the programs … Continue reading
Posted in Journal, tech
2 Comments
copying files to the Neo
An easy way to copy files to the neo is to use scp. From the host, use these commands: for a single file: scp (filename) root@(phone ip):/(destination) for a directory: scp -r (dirname) root@(phone ip):/(destination) For example, I copied some … Continue reading
Posted in tech
Leave a comment
Some quick shell scripts for the Neo
I wrote a couple of scripts to help me remember how to do things, and I wanted to document them somewhere. First are some scripts to change the sound mixer so that sound only comes out of the headphones or … Continue reading
Posted in tech
Leave a comment
Scene carving for content-aware image resizing
This is a pretty awesome idea for intelligently resizing images for all sorts of applications. It uses energy functions (a fancy way to say ‘things that look for interesting parts of an image’) to determine paths of least interest in … Continue reading
Posted in tech
Leave a comment