Intermediate Rails Tips

I’ve been working a lot with Rails over the last several months and can say that I’ve learned quite a bit. Some things I still curse, but for the most part Rails makes development pretty painless. I’m logging some lessons here for myself; maybe you’ll find…

Genetic Programming 101 (Ruby)

I took a machine learning course this quarter and had the chance to do some genetic programming. Given Ruby’s readability, it struck me as a bit odd that there weren’t more genetic programming tutorials written using it. I had a blast playing with the programs, so I set…