February 2008 Archives

dropping 1.8.2 support

| | Comments (0)

Effectively immediately I'm dropping support for 1.8.2. I never supported 1.8.3 so everything is 1.8.4 or above.

I only have tentative support for 1.9, but I'm working on both 1.9 and rubinius right now.

From a less than inspired blog post comes an awesome comment:

"Autotest is like a super duper little build monkey who throws poo whenever your tests fail."

hoe - remove un/install commands?

| | Comments (1)

Does anyone have an opinion on this? Removing the install/uninstall commands would not prevent the tarball/zip from being created, it just wouldn't have a handy dandy install command.

Does anyone (sane) not use rubygems yet? And no, I don't consider foaming-at-the-mouth rpm fanatics as sane.

BusScheme is a lie!

| | Comments (2)

I'm sitting next to Phil Hagelberg, author of BusScheme and he's working on it right now and he is not on the bus!

Lies I tell you! All Lies!

This adds uniform search across blogdigger, yahoo, and google. findory is dead. feedster and daypop simply suck and weren't worth all the timeouts.

tell application "NetNewsWire"
  activate
  set search_terms to {"%22Eric+Hodel%22", "%22Ryan+Davis%22", "ImageScience", "ParseTree", "RubyInline", "ZenHacks", "autotest", "image_science", "ruby+heckle", "ruby+obfuscator", "ruby2c", "vlad+ruby", "zenspider", "zentest"}
  repeat with search_term in search_terms
    set the_url to "http://www.blogdigger.com/rss.jsp?queryString=" & search_term & "&sortby=date&days=20"
    subscribe to the_url

    set the_url to "http://news.search.yahoo.com/news/rss?p=" & search_term
    subscribe to the_url

    set the_url to "http://blogsearch.google.com/blogsearch_feeds?hl=en&tab=wb&q=" & search_term & "&ie=utf-8&num=10&output=rss"
    subscribe to the_url

    -- dead
    -- set the_url to "http://www.findory.com/rss/Blogs?q=" & search_term
    -- subscribe to the_url

    -- sucks
    -- set the_url to "http://feedster.com/search.php?q=" & search_term & "&sort=date&ie=UTF-8&limit=15&type=rss"
    -- subscribe to the_url

    -- sucks
    -- set the_url to "http://www.daypop.com/search?q=" & search_term & "&s=1&c=10&t=a&o=rss"
    -- subscribe to the_url
  end repeat
end tell