This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: Vacation (I hope)
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
I'm off to Florida tomorrow for a week to visit the family. This is a makeup trip for the vacation that was supposed to happen during Christmas. That one was wrecked by the triple blizzard of 2006/2007. Naturally, there's another snowstorm coming in tonight. Hopefully I won't get screwed again, since it's supposed to be sunny tomorrow, which should melt off any snow quickly.
In other news it looks like a rewrite of the 'find' module from Ruby's standard library did NOT make it as one of the Google SOC projects, so I'm going to work on that in my spare time. I'm just going to use the standard man page for the find command as inspiration. I'll also take a look at Richard Clamp's File::Find::Rule Perl module for ideas and maybe implementation specs.
I think this will be a Good Thing, since the current find module is really not much more than a glorified Dir.glob, with zero options to control behavior.