Monthly Archives: November 2011

journo-hacking

The center’s own records — kept in a restricted section of its Web site, but found by The New York Times in an unsecured archived version of the site… http://www.nytimes.com/2011/11/30/us/politics/gingrich-gave-push-to-clients-not-just-ideas.html   The internet version of going through the garbage for … Continue reading

Posted in General | Leave a comment

loosely coupled components, developer joy, and dependency hell

The ruby open source community’s behavior makes two choices with interesting consequences: The ruby open source community tries very hard to never re-write what someone else has written, instead composing gems and applications out of smaller pieces of de-coupled re-usable … Continue reading

Posted in General | 4 Comments

from Hpricot to nokogiri

At one time Hpricot, originally by the famous _why, was the most widely-used post-REXML html/xml parsing solution in ruby.  These days nokogiri has eclipsed it (for various reasons), but I had some old code that was still using Hpricot (and some … Continue reading

Posted in General | 1 Comment

writing good API’s

Library vendor-provided software, as well as library-data-focused websites,  have started to offer API’s. But many of these API’s tend to, well, not be very good. Difficult to use, designed for specific pre-planned use cases instead of flexibly exposing functionality, sometimes … Continue reading

Posted in General | Leave a comment

search Google Books by ISSN

Turns out Google Books does support searching by ISSN, using ordinary fielded search syntax, although I don’t believe it’s documented anywhere. Mostly what you’ll find is digitized bound journals from libraries (that is, digitization of some volumes of the journal, … Continue reading

Posted in General | 2 Comments

Multi-threaded use of Rails ActiveRecord 3.0-3.1

An old post of mine on threading in Rails continues to get Google traffic, even though it was written about Rails 2.1 and is now terribly outdated. I’ve recently been updating the application that uses threading with ActiveRecord to 3.0 … Continue reading

Posted in General | 7 Comments

kindle library lending: pricing model?

Looks like perhaps Amazon recently started allowing libraries to ‘lend’ kindle ebooks.  Does anyone know the pricing model to libraries? An important thing to realize about how the rise of ebooks effects libraries, is the legal difference between ebook or … Continue reading

Posted in General | Leave a comment