Category Archives: tech

Things that are technical in nature

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