Recently I’ve been on a hacking high, touching a lot of code, and in touch with a lot of cool programmers. In retrospect I’m surprised at the variety of stuff I’ve been doing, so I thought I’d write a short list.
Save Hours by Reading Mailing Lists in Emacs Over IMAP
Emacs’ built-in newsreader Gnus is made for efficiently keeping up with high-volume lists; I show how to hook it into your IMAP account.
Open “Txmt:” URLs From Rails Backtraces Using Emacs on OS X
When Rails prints a backtrace in HTML, it’s helpfully rendered as a “txmt:” link so that users can click open the corresponding location in TextMate on OS X. If you’re an Emacs user, here’s how to make those URLs open in Emacs instead.
Full-screen Support for Cocoa Emacs on OS X
Prolific Japanese hacker Daisuke Murase (a.k.a. typester) has recently patched Cocoa Emacs to add a full-screen display mode. Here’s how to add this must-have feature into your own local Emacs tree while you wait for it to get integrated into the official Emacs sources.
So You Think You Found a Bug in a Library?
From time to time I receive bug reports for the libraries I’ve written. Some reports describe genuine bugs (and I’ll be the first to admit I’m not perfect), but far too many others demonstrate a missed step in the submitter’s “bug assessment” mental process.
Adding Array#to_proc to Ruby
Here’s a neat Ruby trick for fans of Symbol#to_proc.
All Hail the Innovators: 2 Shining Examples of Lateral Thinking
Wonderful things happen when smart people discard limitations that everyone else has been taking for granted, and two recent examples in the online world illustrate this beautifully.
Skype Power-user Tip: Edit Sent Messages
Ever quickly sent a skype message, only to immediately notice a typo? You can fix it using the following trick.
Rails Tip: Easily Browse and Search Logs in Colour With “Less”
‘less’ is a great tool for browsing Rails log files, though you might not guess it if you try to view your “development.log” with it.