Archive for the 'Tech' Category

Party at Bill’s Place or Phil’s Place?

Wednesday, January 3rd, 2007

In 1995, when I was a freshman at Stanford, a former co-worker of my mom’s invited me to brunch with some of his friends. I was eager to meet some people from the Silicon Valley tech world and happily biked over to Hobee’s for some overpriced smoothies. One of the people at brunch was Paul […]

Flash Microphone.get() Requires Minimum Stage Size

Monday, January 1st, 2007

I’ve been working on my first flash app, a simple set of controls to record audio from a microphone through a web page. This is about the most basic thing you can do with Flash Media Server, but I was having this strange problem where things suddenly stopped working.
Generally, I’d start with one of the […]

The Comedies of Fair Use

Saturday, September 16th, 2006

I’ve been (gradually) listening to The Comedies of Fair Use, the free downloadable audio version of an NYU symposium on copyfighting and whatnot that took place back in April. It’s incredibly interesting, and I’m not generally the type of person who listens to symposiums on the bus (seems like more of a Led Zeppelin III […]

SVN Checkout Automator Action

Thursday, September 14th, 2006

I started writing an Automator script to do a nightly fresh checkout of SpotDJ, build the product, run the tests, and check in the latest version. I didn’t see an automator action that could do an svn checkout (though there is one that does svn updates) so I threw one together.
Feel free to use it, […]

What I’ve Been Up To

Friday, August 25th, 2006

Some time in 2005, I was riding CalTrain to work and listening to my iPod. Again. Hearing music that I liked — stuff that I had rated 5 stars. But I wasn’t really listening. I was flipping through tracks rapidly because I was getting sick of just listening to music. It was too passive and […]

Mac Development 7 Years Later - More Fun, Kind of Weird

Wednesday, July 5th, 2006

Recent projects have given me the opportunity to do some coding on the Mac. I used to be a Mac Shareware Author back in the mid-90’s, but I haven’t done any development on OS X, other than going through the same Apple Tutorial several times, first as the Yellow Box Tutorial, then as the Cocoa […]

ClipClip - Better Than ScrapBook?

Friday, April 7th, 2006

Loyal readers will recall that I love the ScrapBook extension for FireFox. I can’t count the number of times that I’ve researched something (a vacation, an investment, etc.) and collected data by just leaving tabs open, acquiring a mess of bookmarks, or copying and pasting into a text file. With ScrapBook, I can actually store […]

Fakejax - Bastardizing Ajax

Saturday, April 1st, 2006

I’ve recently come upon two Ajax-like techniques that violate the letter of the Ajax law, but also make things a lot easier.
Technique #1: Forget the Callback
All of the Ajax tutorials and frameworks I’ve looked at use the callback approach. The user clicks something, an Ajax request is sent, the server does some processing, and then […]

Reality Television is Getting Out of Control

Thursday, March 23rd, 2006

I just got this message from my friend at Bravo:

From: <removed>
To: klep
Subject: Re: What’s up?
Dude, you think you’re kidding, but they’ve got this reality show thing down to a science. There’s a form that you fill out to propose a new show and it goes through a series of focus groups and meetings to determine […]

Adventures in Networking

Thursday, March 16th, 2006

My wireless network seemed slow this evening, so I decided to take a peek at the DHCP clients. I had kept my network open for several reasons, and sure enough, several sketchy computers seemed to be sucking up bandwidth.
Reversing my “every wireless network should be open” policy, I decided to lock things down by MAC […]