Welcome to Matt Harrison's site on the web.
For the few who want to know more about me. I was born and raised in Utah. I have a Computer Science degree from Stanford. Since graduating from school I have been working for various startups in the Bay Area mostly doing tooling and prototype development in load balancing, search, open source and data visualization. In 2006 I relocated to Utah, and later co-founded a company that has no real web presence.
I like to program in python (though it's not uncommon for me to use javascript, shell, sql or even java). I have spoken at PyCON, and OSCON, as well as UTOSC and Python user groups in Utah and the Bay Area. Have been lucky to attend a slew of conferences too: LinuxWorld, OSBC, MysqlUC, MashupCamp and FOSS.in. I've contributed to a few open source projects, SQLAlchemy, Nutch, Inkscape and Gentoo being some of the bigger ones (as well as some smaller projects mostly in python). I've created some cheatsheets that might be useful: Generating Excel (xls) in pure python,Intro to Python, and the Executable Python Cheatsheet, Intro to Doctest, patterns for 'scripting' in python.
My current interests include characteristics of successful open source projects, drivers of innovation in open source, open source on the desktop, web technologies, python, and new bleeding edge technologies. This is the main focus of this blog. Semi normal interests include ultimate (goaltimate), biking, backpacking, composting, organic gardening and teaching myself a few chords. Topics such as these may occasionally appear. Feel free to spam my gmail account using matthewharrison .
Panela, for those who didn't google it, is a drink in Colombia, where I lived for two years.
Just a point of possible interest. In neighboring Ecuador, "panela" is
called "canela", but it's the same, nasty stuff.
Hmmm, what do they call cinnamon there? I imagine a pure cinnamon drink
would be pretty nasty ;)
Well, technically the drink is 'agua de panela' (panela water), while
'panela' alone being the block of unprocessed sugar-cane syrup. You break
a chunk of it, toss it in boiling water, and there you have 'aguapanela' as
it's typically called. Most people will put a lot of lemon in it for
flavor.
I noticed a script you wrote to convert HTML into a MochiDOM function. Do
you know of one that will convert HTML into a valid string parameter to
pass to an innerHTML function?
Hi Matt,
we're using your jsonrpclib code on our application, it's a commercial application. We'd like to know under what license this code exists. we've had to modify it a little bit to make it work with Java-JSONRPC