An idea I’ve been throwing around since the first JS1k programming competition was to see if it would be possible to build a javascript syntax highlighter of some form that could fit in a single tweet. (In the first event, there was additional credit given to tweetable code.) I’ve been able to make something that… Continue reading Tweet sized syntax highlighter
Category: Post
Network Visualization
I worked on a network visualization tool in processing for my Ubiquitous Computing class. It observes network traffic and attempts to geolocate the servers you communicate with. It isn’t easily installable at the moment, but I hope to rectify that in the near future.
We, the Web Kids
To us, the Web is a sort of shared external memory. We do not have to remember unnecessary details: dates, sums, formulas, clauses, street names, detailed definitions. It is enough for us to have an abstract, the essence that is needed to process the information and relate it to others. Should we need the details,… Continue reading We, the Web Kids
Color
. . . . . . .
Measuring page speed
There is a large amount of effort spent in the networking community in an attempt to minimize latency. It would be really great if the data I transfer could take a geographically efficient route, and if the things I ask for get sent back. It turns out that reality lags a bit behind this ideal.… Continue reading Measuring page speed
Gussied Up
This site is updated a bit to fit with the fashions of the year. I was pretty happy with the general layout, but cleaned up the drop shadows, and got rid of a bunch of plugins. I’ve found myself using google+ for a lot of general content, and this blog will repost public content from… Continue reading Gussied Up
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
The story continues
I have begun working toward a phd in Computer Science at the University of Washington. I’m having a blast so far, and have more than enough to keep me busy. As I begin to focus on specific projects I’ll keep this blog updated. At present I’m looking at network overlay schemes which retain anonymity while… Continue reading The story continues
pastat (another pulse audio utility)
I got around to writing another utility for pulse audio that I’ve been wanting. I’m calling it pastat, since it essentially works like ifstat, and prints the amplitude of the streams to each of your audio devices at regular intervals. I’ve made github the home for these utilities. Feel free to try it out, or… Continue reading pastat (another pulse audio utility)