Blog Posts

Collaborative knowledge gardening

I’m re-posting this here to force me to deal with it more productively. Jon Udell totally nailed what’s wrong with deeply structured taxonomies, and the different bags-of-keywords approach successfully employed by Flickr and del.icio.us.

What needs to be done is to show how the bags-of-keywords approach could be employed in such a way as to allow the librarians of the world to relax (i.e., can it provide an efficient way of navigating a large-scale repository or repositories, or is it effectively limited to small scale - personal or workgroup level repositories? Gut says it could scale, but there isn’t enough data to get the library geeks to chill.)

Read More

incsub: Communication dynamics: Discussion boards, weblogs and the development of communities of inquiry in online learning envi

Finally taking the time to read James Farmer’s article on incsub: Communication Dynamics: Discussion boards, weblogs and the development of communities of inquiry in online learning environments.

Did a quick skim, and he’s referencing the book “E-Learning in the 21st Century: A framework for research and practice” that was put together by Randy Garrison and Terry Anderson. Randy is the Director of The Learning Commons, while Terry is up at Athabasca University, and was involved with the development of CAREO.

Read More

del.icio.us/popular

I just stumbled across the del.icio.us/popular page, which tracks the social bookmarks that were the most popular over the last 24 hours.

Talk about a powerful meme-tracking tool! Should be interesting following this through the US election…

Read More

dcannell's thoughts on learning object repositories and metadata

dcannell has posted some thoughts on learning object repositories and metadata from a user’s perspective. I’m hearing from yet another source that “expensive” standardized metadata strategies won’t fly with the users.

I disagree with dcannell’s “thing of the past” verdict, in that I strongly think that learning object repositories are valuable (I’ve built a couple, and am working on something new), but that their role must change drastically if their value is to be realized.

Read More

XStreamDB Adaptor is ALIVE!

Well, not exactly alive, but it’s working. It’s freaking working! I can now insert new records (creating new xml documents) and save them, run queries, edit records, and save those changes. Whew.

There is some final cleanup I want to do (finish migrating from DOM4J to JDOM, clean out all of the debugging spaghetti outputs, and comment the heck out of it), then I’ll package it up and drop it on Sourceforge.

Read More

Snap search engine

Just came across a link to the new Snap search engine. Not sure if it’s doing anything drastically different under the covers, but they are trying some new stuff in the UI (which may be a bit densely packed, actually).

The biggest thing they are trying is a javascript live-updating results display panel. You do your search, then refine it in another field, with the filtered results displaying in almost real time. No visible roundtrip to the server (but there may/must be one in there somewhere…)

Read More

Bags-of-Keywords vs. Nested Taxonomies

It just struck me that the shortcut I described to allow me to easily search del.icio.us and Flickr would have been darned near impossible if they’d used some form of complex nested taxonomies instead of employing bags-of-keywords.

The more I play with tools that use bags-of-keywords, the more I see the power of them. Sure, you lose some of the elegance on the metadata side of things (hard to define relationships and parent-child links with bags of keywords, easy with taxonomies), but do users really care (or understand) that stuff anyway? Just enter a few more keywords, and eventually you’ll have described it as richly as you would have with a Library of Congress classification, without having to memorize LoC…

Read More

Del.icio.us shortcut for OmniWeb 5

Just added another really handy shortcut to OmniWeb 5. With it, I can just hit “command+L” to get to the address bar, and enter “del xml database” and del.icio.us will spit out all bookmarks matching the words (after del, of course - in this case I’d get all bookmarks tagged with XML database)

Omniweb 5 del.icio.us shortcut

So insanely simple, yet amazingly useful. I have similar shortcuts set up to hit the Wikipedia, and some of the mailing list archives that I use, oh yeah, and Flickr tags, too! Pretty handy stuff. Thanks Omni! (I’m sure this stuff could be trivially adapted for use in Firefox or somesuch, too…)

Read More

Laszlo Platform now open source

The Laszlo Platform, which is kinda like Macromedia Flex, was just released as open source (under the Common Public License).

I’d looked at Laszlo Platform a while back, and it was pretty cool, offering dashboard-like stuff, sorta like Macromedia Central meets Sherlock meets Konfabulator. Kinda cool for dynamically generated flash content and widgets.

Open Source announcement here, and thoughts from the company’s CTO here.

It’s kind of like Flex, but without coughing up $12K per CPU on the server. Might come in handy for a Pachy 2.5 (or 3.0) authoring interface…

Read More

Metacrap: Putting the torch to seven straw-men of the meta-utopia

Thanks to Mark Oelhert’s eClippings, I came across Cory Doctorow’s Metacrap article (not sure how I missed it when it was originally posted way back in August 2001 - I’ve been reading BoingBoing for a long time now…)

Anyway, in the article, Cory attempts to debunk the myth of metadata. He came up with 7 problems (the headings are, I believe, intentionally exaggerated and provocative):

  1. People lie
  2. People are lazy
  3. People are stupid
  4. Mission: Impossible – know thyself
  5. Schemas aren’t neutral
  6. Metrics influence results
  7. There’s more than one way to describe something

I think the points may be quite valid (if a bit overgeneralized) when applied to “user entered” metadata. If Uncle Billy is adding something to APOLLO, he’s not likely to be a reliable/consistent/complete metadata tagger. However, if a librarian is tasked with cataloging a set of resources, these rules (hopefully) don’t apply, and the structured metadata becomes trusted and valuable.

Read More

JavaXStreamDBAdaptor Breakthrough

Well, breakthrough may be a bit much, but we did figure out some stuff today, and it’s going to work quite well…

King just spent an hour with me pouring over the JavaXStreamDBAdaptor code, trying to help me figure wtf was going on (i.e., it wasn’t behaving as expected, leaving it unable to properly insert new documents).

We were looking at the code, and then King had an idea. “Open the EOModel for the xml database,” he said. I cracked it open. “Try it with the _gid attribute set a a non-class-property.” OK. I hit the little diamond widget to tell EOF not to let me access the _gid primary key attribute directly. Recompiled, tweaked some code, and BOOM. It was kinda sorta working. Almost.

Read More