Archive for the ‘Ruby’ Category

iTunes Veto: avoid those overplayed new songs

I listen to a stream of The Current almost all day, every day. I love this station, but I cringe every time they play that new Green Day song or when I hear Bono sing, well, anything. No longer! I’ve written a set of Ruby scripts that’ll let me veto away the ugliness so that […]

Read more

Create an RSS feed of your git commits

It’s sometimes hard to stay up-to-date on changes your development team makes to projects. Especially when there’s a flurry of activity. To deal with this, I’ve written a ruby script that takes output from git log and transforms it into a valid RSS feed. It includes name, commit notes, and affected files but it can […]

Read more