Elsewhere
Projects
Meta
Tags
blogs code communities configuration databases design django editors emacs firefox git github goals grem heroku iphone javascript jQuery learning lisp marketing microblogging mobile php places pontifications productivity programming python quotes rails robots ruby social media software startups travel twitter ubiquity urls version control video vim vimperator wordpress
Author Archives: Ben Atkin
Links: Parsing in Ruby and JavaScript
I’ve been reading quite a bit about parsing and templating in ruby as I attempt to port a templating engine from JavaScript to Ruby. Here are some scattered links: Jison Jison is a parser generator for JavaScript that has separate … Continue reading
Posted in uncategorized
Tagged javascript, links, parsing, programming, ruby, templating
Comments Off
Front Range Pythoneers: Bowling Code Kata
For the November meeting of Front Range Pythoneers we did a bowling code kata. We worked as a group on the projector, but I also worked on my own version on my laptop. Here’s my code, which was fun to … Continue reading
how rails depends on treetop, and how I found that out
I’m working on a project where I think I’ll be using a parser library so I’ve been looking at the options. One thing I’ve noticed is that treetop is installed when Rails is installed. I didn’t know why, though, so … Continue reading
Posted in uncategorized
Tagged dependencies, programming, rails, thought process, treetop
Comments Off
The Five Megabyte Web Developer
In the last couple of years I’ve witnessed a disturbing trend: developers adopting free Heroku as their only means of hosting side projects. More disturbingly, I operated this way myself for a couple of years. (Yes, freemium can be a … Continue reading
User Intent and Email Notifications
Today I read a great post that happens to be on a Posterous blog, and I wanted to send my kudos to the author. Feeling lazy, I clicked Posterous’ version of a Like button, which is a heart with a … Continue reading
