datachomper @ Github

Russ
Meyerriecks

   linux kernel developer | pilot | hiker | banjoist | film editor

asterisk

By day, I write linux drivers for Digium and the Asterisk project. According to my stats, I focus mostly on the digital cards (T1/E1), but I've been known to stray occasionally. Chances are pretty high that a few of your phone calls have traversed our hardware. You can find me on the asterisk-dev mailing list if you need any help with DAHDI.

aviation

Goofing off with the plane and the new GoPro camera I got for christmas.

nfl spread predictor

One of my more recent hobbies is data mining for interesting connections. I'm not a gambler, but when I learned how the nfl "spread" system works I had the idea that I could build an algorithm to predict the spreads for each week's matchup. In order to build this algorithm, I built a simulation engine which I can then write various prediction algorithms against and pit them against one another to see which is the best. I'm currently waiting to see how it does against the 2010 season.

The toughest part about mining sports data is finding the data to begin with. I wrote this script to scrape a few scores/lines from various website and export it into a format that you can copy/paste into an excel sheet. The line listed is the most current Vegas line, it's based off the home team.

one-hour game

My buddy always says that creativity stems from constraints, so one time I tried to see how much of a game I could create in one hour. I actually got much further than expected. Pre-existing sprites are plentiful and the <canvas> tag is so easy to work with. There's no collision detection, so you're on the honor system if you hit an asteroid.

dokuwiki woot plugin

Startups are notorious for quick-and-dirty code with no comments. While this is great in the beginning, it doesn't scale very well. When I was a project manager for spoofcard.com I needed to encourage the employees to adopt the new wiki so I wrote a woot plugin for dokuwiki to drive daily page views.

fuelMonster

I love to fly, so I wrote this chrome extension to mashup navmonster.com and 100ll.com. So now whenever you plan a flight, it goes and scrapes fuel prices for every airport near your flightpath allowing you to shop for cheapest avgas.

autotune

I'm currently trying to work out how the "autotune" algorithm works, so I can eventually write an asterisk module for autotuning phone conversations. The math is killing me, though.

pythonchallenge.com

My solutions for the pythonchallenge.com series of puzzles. Probably the most fun I've ever had with programming.