About
Hi! I'm Avdi Grimm, and this is my software development blog. More...
Books and Screencasts
Objects on Rails
A developer notebook on applying classic Object-Oriented principles to Ruby on Rails projects.
-
Subscribe
-
Recent Posts
Archives
Categories
Meta
Monthly Archives: February 2012
The sorry state of video hosting for WordPress blogs
Either I’m missing something, or there is a huge hole in the video hosting ecosystem waiting to be filled. I want a video hosting service with the following features: I can upload a video in any common format and it … Continue reading
Posted in Videos
13 Comments
Emacs Reboot #16: Windmove
Emacs makes it very easy to split your workspace into panes of arbitrary size and shape. But out of the box it doesn’t make navigating the panes with only the keyboard very convenient. In this quick screencast I enable “windmove”, … Continue reading
Back in business
An update on the site intrusion which took out this blog for several days, and the steps I’ve taken to repair the damage and prevent future attacks. Continue reading
Travel tips needed
So in a month’s time I’m headed to Wroclaw, Poland for wroc_love.rb. This is the first time I’ve traveled overseas in almost two decades, so anything I ever knew about international travel I’ve forgotten. (Canada doesn’t really count as international … Continue reading
Posted in Conferences
12 Comments
Editing Directory Trees in Emacs
In which I demonstrate how to use Emacs to edit a directory tree just like you’d edit an ordinary file. Continue reading
On Module Integrity
A reply to Josh Cheek’s post “Modules called, they want their integrity back”. Continue reading
Ruby Thread Locals are also Fiber-Local
I was briefly concerned that thread-local variables would not also be Fiber-local, since fibers have their own stack. This would be a problem for any code which uses thread-local variables to delimit a stack context, e.g. to implement dynamically-scoped variables … Continue reading




