<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MaisonBisson.com &#187; remixability</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/remixability/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN Repository Hooks Rock</title>
		<link>http://maisonbisson.com/blog/post/12876/svn-repository-hooks-rock/</link>
		<comments>http://maisonbisson.com/blog/post/12876/svn-repository-hooks-rock/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 02:55:30 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[plugability]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12876</guid>
		<description><![CDATA[
I stumbled on them by accident, but once I discovered Subversion supports action hooks that can fire before or after a transaction, I knew exactly what to do with them.
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12876"><!-- &nbsp; --></abbr>
<p>I stumbled on them by accident, but once I discovered <a href="http://svnbook.red-bean.com/en/1.5/svn.reposadmin.create.html" title="Creating and Configuring Your Repository">Subversion supports action hooks</a> that can fire before or after a transaction, I knew exactly what to do with them.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12876/svn-repository-hooks-rock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Phonepedia, a Voice-Activated Wikipedia Mashup</title>
		<link>http://maisonbisson.com/blog/post/12071/introducing-phonepedia-a-voice-activated-wikipedia-mashup/</link>
		<comments>http://maisonbisson.com/blog/post/12071/introducing-phonepedia-a-voice-activated-wikipedia-mashup/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 16:11:41 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Jott]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[Phonepedia]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/12071/introducing-phonepedia-a-voice-activated-wikipedia-mashup</guid>
		<description><![CDATA[

The Phonepedia concept is simple: take Wikipedia&#8217;s rich content and add voice recognition. It&#8217;s as easy as calling a number and asking your question, the answer will be returned via SMS and email. Go ahead and try it for yourself.
The voice recognition is powered by Jott, and thanks are due to Heidi for writing so [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12071"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/2207978369/" title="Phonepedia by misterbisson, on Flickr"><img src="http://farm3.static.flickr.com/2065/2207978369_e972313591.jpg" width="417" height="500" alt="Phonepedia" /></a></p>
<p>The <a href="http://maisonbisson.com/blog/labs/phonepedia" title="Phonepedia">Phonepedia</a> concept is simple: take Wikipedia&#8217;s rich content and add voice recognition. It&#8217;s as easy as calling a number and asking your question, the answer will be returned via SMS and email. Go ahead and <a href="http://maisonbisson.com/blog/labs/phonepedia#12069_how-can-i-use-it_1">try it for yourself</a>.</p>
<p>The voice recognition is powered by <a href="http://jott.com/">Jott</a>, and <a href="http://www2.co.multnomah.or.us/learning/heidih/entry/jott_better_than_twitter" title="Library Adventures : Weblog">thanks are due to Heidi</a> for writing so glowingly about it (Cluetrain moment: I&#8217;d heard about Jott before, but hadn&#8217;t been stirred to look at it until I saw Heidi&#8217;s post speaking in the voice of a real person). And the thing about Jott that got me interested was the <a href="http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability">remixability</a> of the service. They call it <a href="http://jott.com/jott-links/">Jott-Links</a>, and it allows any user to connect external applications to the service.</p>
<p>Jott handles all the interaction with the user. The email responses <a href="http://maisonbisson.com/blog/labs/phonepedia#12069_what-let-me-see_1" title="Phonepedia">look like these</a>, though the URL is truncated from the SMS message. Wikipedia doesn&#8217;t offer an API, and the content requires a lot of massaging to get consistently useful text for applications like this, so I built those pieces, as well as the glue to connect it to Jott.</p>
<p>It&#8217;s not perfect, and I&#8217;m certain there are a number of things it gets wrong, but it&#8217;s worth a try. I think it also highlights the value of having <a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License">free</a> information and <a href="http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability">remixable systems</a>. I&#8217;m looking for ways to connect it to a library catalog, but I&#8217;m at a loss at the moment to figure out what kind of spoken questions of our catalogs can be usefully answered in a 140 character response.</p>
<p>Of course this also raises the question about which technically aware people might have questions for Wikipedia and have a Jott-registered phone but don&#8217;t have web access handy. But I&#8217;m a librarian, I wouldn&#8217;t be doing my job if I wasn&#8217;t looking for new ways to access and use information.</p>
<p>Finally, I hope nobody is so confused as to think this is in any way officially affiliated with or sanctioned by the Wikimedia Foundation or Jott.com. It&#8217;s not.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12071/introducing-phonepedia-a-voice-activated-wikipedia-mashup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remix Remix Remix: The Tracey Fragments</title>
		<link>http://maisonbisson.com/blog/post/11983/remix-remix-remix-the-tracey-fragments/</link>
		<comments>http://maisonbisson.com/blog/post/11983/remix-remix-remix-the-tracey-fragments/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 10:14:01 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Books, Movies, Music]]></category>
		<category><![CDATA[Copyrights & Intellectual Property]]></category>
		<category><![CDATA[Dispatches]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[radical trust]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[The Tracey Fragments]]></category>
		<category><![CDATA[Tracey Re-Fragmented]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11983/remix-remix-remix-the-tracey-fragments</guid>
		<description><![CDATA[
I guess the criticism is that it&#8217;s one thing for somebody to open up their music for remixing, but an entirely different thing to do the same with a movie. Or is it? Is it (click re-fragmented)?


]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11983"><!-- &nbsp; --></abbr>
<p>I guess the criticism is that it&#8217;s one thing for somebody to <a href="http://ccmixter.org/media/files/sunbyrn/209" title="ccMixter Blackout">open up their music for remixing</a>, but an entirely different thing to do the same with <a href="http://www.youtube.com/watch?v=v0jEN2_REy4">a movie</a>. <a href="http://www.radicaltrust.ca/2007/11/11/tracey-re-fragmented/" title="radical trust » Blog Archive » Tracey Re-Fragmented">Or is it</a>? <a href="http://www.thetraceyfragments.com/" title="The Tracey Fragments | Ellen Page | Directed by Bruce McDonald">Is it</a> (click re-fragmented)?<br />
<span id="more-11983"></span><br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/v0jEN2_REy4&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/v0jEN2_REy4&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11983/remix-remix-remix-the-tracey-fragments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Rules, 2007</title>
		<link>http://maisonbisson.com/blog/post/11844/the-rules-2007/</link>
		<comments>http://maisonbisson.com/blog/post/11844/the-rules-2007/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 15:01:19 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[social software]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[well behaved]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11844/#the-rules-2007</guid>
		<description><![CDATA[
Web 2.0 has matured to the point where even those who endorse the moniker are beginning to cringe at its use. Still, it gave me pause the other day when Cliff (a sysop) began a sentence with “Web 2.0 standards require&#8230;.”
Web 2.0 is now coherent enough to have standards? We used to joke about rounded [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11844"><!-- &nbsp; --></abbr>
<div class="innerindex">
<h3>Contents:</h3>
<ol>
<li><a href="http://maisonbisson.com/blog/post/11844/the-rules-2007/#11844_open-source_1">Open Source</a></li>
<li><a href="http://maisonbisson.com/blog/post/11844/the-rules-2007/#11844_built-for-remixing_1">Built for Remixing</a></li>
<li><a href="http://maisonbisson.com/blog/post/11844/the-rules-2007/#11844_well-behaved-and-soc_1">Well Behaved and Social</a></li>
</ol>
</div>
<p><a href="http://maisonbisson.com/blog/post/11250/">Web 2.0 has matured</a> to the point where even those who endorse the moniker are beginning to cringe at its use. Still, it gave me pause the other day when <a href="http://spiralbound.net/">Cliff</a> (a sysop) began a sentence with “Web 2.0 standards require&#8230;.”</p>
<p>Web 2.0 is now coherent enough to have standards? We used to joke about <a href="http://hookorsink.com/?p=81">rounded corners and gradient blends</a> being the rule, but something more has indeed emerged. <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html" title="O'Reilly -- What Is Web 2.0">O&#8217;Reilly defined Web 2.0 by example</a>, <a href="http://maisonbisson.com/blog/post/11525/" title="» Welcome To Your World">Time Magazine echoed</a> <a href="http://www.wired.com/wired/archive/13.08/tech.html">Kevin Kelly&#8217;s assertion</a> in naming <a href="http://www.time.com/time/magazine/article/0,9171,1569514,00.html?aid=434&amp;from=o&amp;to=http%3A//www.time.com/time/magazine/article/0%2C9171%2C1569514%2C00.html">You as person of the year</a>: <a href="http://maisonbisson.com/blog/post/11100/">Web 2.0 is about people</a>. And “the rules” are emerging as a matter of market forces and natural selection.</p>
<h3 id="11844_open-source_1" >Open Source</h3>
<p>No matter your position on the <a href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software Foundation&#8217;s philosophy</a>, open source development reduces costs while improving quality and helps projects get to market faster with new ideas.</p>
<p><a href="http://flickr.com/">Flickr</a> is among those that&#8217;s been rather <a href="http://www.slideshare.net/akshat/1scaling-phpmysqlpresentation-from-flickr/">public about their use of the LAMP stack</a>, though <a href="http://www.researchchannel.org/prog/displayevent.aspx?rID=2879">Google</a> and others have quietly built their business on it too. <a href="http://wordpress.org/">WordPress</a>, a rare example of a downloadable Web 2.0 application, has enjoyed active development (and even a <a href="http://en.wikipedia.org/wiki/WordPress#History">resurrection</a>) due to its GNU license.</p>
<p>Still other Web 2.0 applications extend the open source model further. Open source content, or the user&#8217;s ability to declare a Creative Commons license on their content in these Web 2.0 applications is becoming common (and demanded by some). We may <a href="http://maisonbisson.com/blog/post/11775/">argue about the efficacy of Wikipedia</a>, but the fact is that it&#8217;s among the most likely sites to appear for a web search and it&#8217;s consistently <a href="http://www.alexa.com/data/details/traffic_details?site0=wikipedia.org&amp;site1=&amp;site2=&amp;site3=&amp;site4=&amp;y=r&amp;z=1&amp;h=400&amp;w=700&amp;range=3m&amp;size=Large&amp;url=http://wikipedia.org">ranked among the top sites</a> for traffic.</p>
<p>Wikipedia&#8217;s early contributors, looking at a young site with an unclear value proposition, could trust that their work would <a href="http://en.wikipedia.org/wiki/Wikipedia:Copyrights">be protected by license</a> (specifically, the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License</a>).</p>
<h3 id="11844_built-for-remixing_1" >Built for Remixing</h3>
<p>Amazon reports that almost <a href="http://maisonbisson.com/blog/post/11595/">a third of their sales are attributable to remixers</a> and <a href="http://news.com.com/Web+giants+lure+developers/2100-7345_3-6111465.html">boasts 180,00 registered developers of their API</a>.</p>
<p>Google Maps didn&#8217;t include a public API when first released, but the community <a href="http://maisonbisson.com/blog/post/10462/">responded with enthusiasm</a> and quickly <a href="http://libgmail.sourceforge.net/googlemaps.html">reverse engineered the JavaScript</a> to build <a href="http://www.housingmaps.com/">new applications</a>. Google responded by releasing <a href="http://www.google.com/apis/maps/">a public API</a>, making internet mapping and Google almost synonymous. </p>
<p><a href="http://www.geobloggers.com/">Dan Cat</a> mashed up flickr and Google Maps on his own before Yahoo!/flickr snatched him up to <a href="http://flickr.com/map">build those features into flickr&#8217;s own site</a>. But the company still enjoys the efforts of <a href="http://www.programmableweb.com/api/flickr/mashups">developers building applications to the flickr API</a>, independently developing new features and adding value to the service. </p>
<p>Like open source, remixability and APIs engage a larger pool of talent than is available inside any company and serve two very important audiences: those who want features and those who care about their exit strategy. Neither group is remarkably large, but both are influential, passionate users. (More: <a href="http://maisonbisson.com/blog/post/11614/" title="http://maisonbisson.com/blog/post/11614/">Usability, Findability, and Remixability, Especially Remixability</a>.)</p>
<h3 id="11844_well-behaved-and-soc_1" >Well Behaved and Social</h3>
<p>Predictable and reliable URLs are essential to allowing users to bookmark and link to your site; well-formed semantic markup makes it easier for screen readers and search engines to make sense of the content. Semantic markup and <a href="http://microformats.org/">microformats</a> aid in remixability, contribute greatly to the <a href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a>, make site redesigns easier, and generally display better in a broader variety of formats and clients (think HTML vs. RSS).</p>
<p>People are <a href="http://beyondbrownpaper.plymouth.edu/item/673#comments">anxious to leave comments</a> telling us how right or wrong we are, so a site without comments/trackbacks/pingbacks is turning its back on its users. Good sites recognize <a href="http://www.teleread.org/blog/?p=3035">the value of their users</a> and cultivate the community. Caterina Fake did a lot of that for flickr (see her comments on <a href="http://flickr.com/photos/maisonbisson/32818/">my first photos there</a>), while <a href="http://www.metafilter.com/">MetaFilter</a> exists entirely as a community.</p>
<p>That doesn&#8217;t mean users are itching to build somebody else&#8217;s site, the lesson is that  <a href="http://bokardo.com/archives/the-delicious-lesson/" title="Bokardo » The Del.icio.us Lesson">personal value precedes network value</a>. Good sites <a href="http://many.corante.com/archives/2005/02/16/social_software_stuff_that_gets_you_laid.php">make it easier for people to do what they want to do</a>, not <a href="http://www.jwz.org/doc/groupware.html">what their boss or the site&#8217;s creator wants</a>.</p>
<p>If it isn&#8217;t obvious already: empower the user to achieve their own goals and control their experience.</p>
<p><tags>rules, web 2.0, web applications, open source, remixability, social software, well behaved</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11844/the-rules-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remixability vs. Business Self Interest vs. Libraries and the Public Good</title>
		<link>http://maisonbisson.com/blog/post/11670/remixability-vs-business-self-interest-vs-libraries-and-the-public-good/</link>
		<comments>http://maisonbisson.com/blog/post/11670/remixability-vs-business-self-interest-vs-libraries-and-the-public-good/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 16:29:07 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free beer]]></category>
		<category><![CDATA[free speech]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[public good]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[self interest]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11670/#remixability-vs-business-self-interest-vs-libraries-and-the-public-good</guid>
		<description><![CDATA[
I&#8217;ve been talking a lot about remixability lately, but Nat Torkington just pointed out that the web services and APIs from commercial organizations aren&#8217;t as infrastructural as we might think.
Offering the example of Amazon suing Alexaholic (for remixing Alexa&#8217;s data), he tells us that APIs are not “a commons of goodies to be built on [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11670"><!-- &nbsp; --></abbr>
<p>I&#8217;ve been <a href="http://maisonbisson.com/blog/post/11615/">talking a lot</a> about <a href="http://maisonbisson.com/blog/post/11614/" title="» Usability, Findability, and Remixability, Especially Remixability">remixability</a> lately, but Nat Torkington just pointed out that the web services and APIs from commercial organizations aren&#8217;t as infrastructural as we might think.</p>
<p>Offering the example of <a href="http://radar.oreilly.com/archives/2007/04/amazon_sues_ale.html">Amazon suing Alexaholic</a> (for remixing Alexa&#8217;s data), he tells us that APIs are <em>not</em> “a commons of goodies to be built on top of for fun and profit, like open source software.” Here are his “six basic truths of free APIs:”</p>
<ol>
<li>Free APIs are not a god-given right. Businesses offer them for their own self-interested reasons. If you build on top of the API but aren&#8217;t delivering the value for the business that provides the API, your use of the API will probably go away.</li>
<li>If you build your own business on top of an API, you need a contractual relationship to ensure the service doesn&#8217;t get taken away from you. These generally cost money.</li>
<li>If you find a way to get something from a site that isn&#8217;t explicitly offered as something for you to build on, your use of it will probably be fought unless you&#8217;re delivering value as in (1).</li>
<li>The provider of your API will find it easier to implement services on top of their API than you will. Therefore you have to add something of your own that&#8217;s difficult to replicate, something beyond a simple UI tweak or a feature like “search”, so that the business that provides the API doesn&#8217;t simply compete with you when you look like you&#8217;re succeeding.</li>
<li>For these reasons, free APIs are a very poor substitute for having the source and the data and thus owning and controlling every piece of your application.</li>
<li>For these reasons, there&#8217;s no such thing as a free API if you&#8217;re looking to build a business.</li>
</ol>
<p>Surely <a href="http://radar.oreilly.com/archives/2007/04/six_rules_for_a.html">Torkington means free as in free beer APIs</a>, as many of the problems he cites arise because the data and services are not <a href="http://www.fsf.org/">free as in free speech</a>. And this leads to two things I want us to be aware of in libraries: giving over our data to companies that lock it up behind licenses that restrict how it can be reused and remixed is dangerous; and we have an opportunity &#8212; some would say responsibility &#8212; to build out some of that information infrastructure and deliver free as in free speech APIs and data for all to use.</p>
<p><tags>remixability, mashups, self interest, public good, api, apis, free, free beer, free speech, </tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11670/remixability-vs-business-self-interest-vs-libraries-and-the-public-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usability, Findability, and Remixability, Especially Remixability</title>
		<link>http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability/</link>
		<comments>http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 16:06:51 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[lib20]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library 2.0]]></category>
		<category><![CDATA[library systems. l2]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[remixability]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11614/#usability-findability-and-remixability-especially-remixability</guid>
		<description><![CDATA[
It&#8217;s been more than a year since I first demonstrated Scriblio (was WPopac) at ALA Midwinter in San Antonio. More than a year since NCSU debuted their Endeca-based OPAC. And by now most every major library vendor has announced a product that promises to finally deliver some real improvements to our systems.
My over-simplified list said [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11614"><!-- &nbsp; --></abbr>
<p>It&#8217;s been more than a year since I <a href="http://maisonbisson.com/blog/post/11096/">first demonstrated Scriblio</a> (was <a href="http://maisonbisson.com/blog/post/11133/">WPopac</a>) at ALA Midwinter in San Antonio. More than a year since NCSU debuted their <a href="http://www.lib.ncsu.edu/endeca/">Endeca-based OPAC</a>. And by now most every major library vendor has announced a product that promises to finally deliver some real improvements to our systems.</p>
<p>My over-simplified list said that our systems failed us in the categories of <a href="http://maisonbisson.com/blog/post/11483/">usability, findability, and remixability</a>, and now people are asking me what I think about what I&#8217;ve seen from the vendors so far.</p>
<p>In general, they all include improved <a href="http://www.flickr.com/photos/maisonbisson/459844943/">search results</a>, and everybody seems ready to address comments and user-tagging, though the system vendors seem to be leaving <a href="http://www.flickr.com/photos/maisonbisson/459844901/">findability</a> to OCLC&#8217;s WorldCat efforts.</p>
<p>What&#8217;s missing, I fear, is remixability. </p>
<p>Remixability is the quality of a system or data set to be used for purposes the original designers or owners didn&#8217;t predict or intend. If I can define one buzzword with another, remixability is what allows mashups.</p>
<p>In 1971, in the earliest days of ARPAnet, Ray Tomlinson showed his friend a project he&#8217;d been toiling on on the sly: email. “Don’t tell anyone! This isn’t what we’re supposed to be working on,” he&#8217;s reported to have said. </p>
<p>In a different world, with a slightly different set of circumstances, the <a href="http://en.wikipedia.org/wiki/At_sign">at sign</a> on our keyboards might be lost. If he had had to ask his bosses for permission, or if the simple structure of that nascent internet was <a href="http://maisonbisson.com/blog/post/11597/">less open</a>, Tomlinson would have been finished before he&#8217;d even gotten started. But as it turned out, Tomlinon was able to remix computers from mathematical machines to communication devices.</p>
<p>Fellow remixer Tim Berners-Lee <a href="http://dig.csail.mit.edu/breadcrumbs/node/132">explains it well</a>:</p>
<blockquote><p>Twenty-seven years ago, the inventors of the Internet designed an architecture which was simple and general. Any computer could send a packet to any other computer. The network did not look inside packets. It is the cleanness of that design, and the strict independence of the layers, which allowed the Internet to grow and be useful. It allowed the hardware and transmission technology supporting the Internet to evolve through a thousandfold increase in speed, yet still run the same applications. It allowed new Internet applications to be introduced and to evolve independently.</p>
<p>When, seventeen years ago, I designed the Web, I did not have to ask anyone&#8217;s permission. The new application rolled out over the existing Internet without modifying it. tried then, and many people still work very hard still, to make the Web technology, in turn, a universal, neutral, platform. It must not discriminate against particular hardware, software, underlying network, language, culture, disability, or against particular types of data.</p></blockquote>
<p>These innovations resulted not from management directive, but inspired moments urged along by a supportive network architecture. The value of the internet was built on it&#8217;s remixability.</p>
<p>There are two ways to look at mashups of today, like <a href="http://www.krazydad.com/colrpickr/">Flickr Colr Pickr</a>. Some see them as amusements and question who would build such things, others wonder how they can build <a href="http://www.programmableweb.com/api/Flickr/mashups">systems that are as open to reimagining as Flickr</a>.</p>
<p>And while some remixes might be simple amusements, others can be much larger. Flickr <em>user</em> <a href="http://www.geobloggers.com">Dan Cat</a>, who <a href="http://txfx.net/2005/05/17/flickr-google-maps-geobloggers/">imagined putting Flickr photos on the map</a> (and built a mashup that let Flickr users do just that), ended up being hired by the company to <a href="http://flickr.com/map">build those features into their official site</a>. Amazon, meanwhile, says remixers &#8212; including the 180,000 registered Amazon Web Services developers &#8212; account for <a href="http://maisonbisson.com/blog/post/11595/">almost a third of their sales</a>.</p>
<p>The lesson is that when you open up the tools of remixing, people will use them, and the innovations that result will offer value even for non-remixers.</p>
<p>Today, we&#8217;re likely to invest in the software architecture of our libraries on a scale that matches the expansion during the <a href="http://en.wikipedia.org/wiki/Carnegie_library">Carnegie era</a>. We might do well to think about <a href="http://www.cincypost.com/news/1999/carn101199.html">one of the remarkable features of that period</a>:</p>
<blockquote><p>The Carnegie libraries were important because they had open stacks which encouraged people to browse. The open stacks were more democratic. People could choose for themselves what books they wanted to read. The libraries were meant to be for people of all walks of life.</p></blockquote>
<p>The crisis in library systems arose because the people who build them and those who pay for them couldn&#8217;t imagine them in any other way. Open, remixable systems will allow patrons of tomorrow the opportunity to build the information solutions we can&#8217;t now imagine.</p>
<p>Is remixability in your next RFP?</p>
<p><tags>remixability, mashups, library, library systems. l2, lib20, library 2.0, libraries, api, soa</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11614/usability-findability-and-remixability-especially-remixability/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>My Boston Library Consortium Presentation</title>
		<link>http://maisonbisson.com/blog/post/11615/my-boston-library-consortium-presentation/</link>
		<comments>http://maisonbisson.com/blog/post/11615/my-boston-library-consortium-presentation/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 15:27:47 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[BLC]]></category>
		<category><![CDATA[boston library consortium]]></category>
		<category><![CDATA[boston public library]]></category>
		<category><![CDATA[BPL]]></category>
		<category><![CDATA[l2]]></category>
		<category><![CDATA[lib20]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library 2.0]]></category>
		<category><![CDATA[library systems]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[remixability]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11615/#my-boston-library-consortium-presentation</guid>
		<description><![CDATA[

Speaking Thursday at the Boston Library Consortium&#8217;s annual meeting in the beautiful Boston Public Library, my focus was on the status of our library systems and the importance of remixability.
My blog post on remixability probably covers the material best, but my slides are online as both an animated QuickTime and PDF.
BPL, BLC, boston library consortium, [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11615"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/459836522/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/224/459836522_1901c57ef2.jpg" width="500" height="358" alt="The Distance Between Question and Answer" /></a></p>
<p>Speaking Thursday at the <a href="http://www.blc.org/" title="Boston Library Consortium">Boston Library Consortium</a>&#8217;s annual meeting in the beautiful <a href="http://www.bpl.org/" title="Boston Public Library Home Page">Boston Public Library</a>, my focus was on the status of our library systems and <a href="http://maisonbisson.com/blog/post/11614/">the importance of remixability</a>.</p>
<p>My blog post <a href="http://maisonbisson.com/blog/post/11614/">on remixability</a> probably covers the material best, but my slides are online as both an <a href="http://oz.plymouth.edu/~cbisson/presentations/BLC_2007Apr12.mov">animated QuickTime</a> and <a href="http://oz.plymouth.edu/~cbisson/presentations/BLC_2007Apr12.pdf">PDF</a>.</p>
<p><tags>BPL, BLC, boston library consortium, boston public library, presentation, remixability, library, libraries, library systems, l2, lib20, library 2.0</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11615/my-boston-library-consortium-presentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://oz.plymouth.edu/~cbisson/presentations/BLC_2007Apr12.mov" length="76984246" type="video/quicktime" />
		</item>
	</channel>
</rss>