Just wasted a good 20-30 minutes having been sucked into the IRC Quotes Database that Adam mentioned. It made me spray coffee out my nose. So, rather than visit it everyday, I made RSS feeds from it, scraped by RssDistiller's enclosePat (need to implement that in Perl sometime). You can find a feed for the top 25, 25 latest, or just get a random grab bag of fun.

update: Ack. Looks like my scraping isn't pulling in the actual quotes. Back to the drawing board. :(

update 2: I think they should all be fixed now :) I missed a para tag in the source.

shortname=oooaic

Archived Comments

  • What's with grafting javascript onclick code into the description items? I'm as interested as anyone for doing feedback stuff but cramming live code into what people are expecting to be static content seems like a bad idea. Any hope of cleaning it up a bit to eliminate the scripting code?
  • Hmm... didn't see that before. I didn't graft any JavaScript on there myself. The RSS is just a dumb scrape from the page via RssDistiller. Been thinking of moving to my own quick set of scrapers in perl, since RssDistiller doesn't do anything particularly special. I could probably look at throwing some filtering in if/when I move to that.