<?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>Burobjorn.nl &#124; digitaal vakmanschap // digital craftsmanship &#187; open-source</title>
	<atom:link href="http://www.burobjorn.nl/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burobjorn.nl</link>
	<description>Burobjorn houdt zich bezig met open source software en online media. Van advies tot concept. Van prototype tot implementatie.</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Howto remove ^M characters using vim</title>
		<link>http://www.burobjorn.nl/blog/2010/07/05/howto-remove-m-characters-using-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-remove-m-characters-using-vim</link>
		<comments>http://www.burobjorn.nl/blog/2010/07/05/howto-remove-m-characters-using-vim/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:55:28 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=748</guid>
		<description><![CDATA[Thanks to this post on Tech recipes I can easily replace DOS/Windows line endings in files: To remove the ^M characters at the end of all lines in vi, use: :%s/^V^M//g The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this: :%s/^M//g In UNIX, you [...]<br /><a href="http://www.burobjorn.nl/blog/2010/07/05/howto-remove-m-characters-using-vim/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.tech-recipes.com/rx/150/remove-m-characters-at-end-of-lines-in-vi/">this post on Tech recipes</a> I can easily replace DOS/Windows line endings in files:</p>
<blockquote><p>
To remove the ^M characters at the end of all lines in vi, use:</p>
<p><code>:%s/^V^M//g</code></p>
<p>The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this:</p>
<p><code>:%s/^M//g</code></p>
<p>In UNIX, you can escape a control character by preceeding it with a CONTROL-V. The :%s is a basic search and replace command in vi. It tells vi to replace the regular expression between the first and second slashes (^M) with the text between the second and third slashes (nothing in this case). The g at the end directs vi to search and replace globally (all occurrences).</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/07/05/howto-remove-m-characters-using-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rushkoff on programming literacy</title>
		<link>http://www.burobjorn.nl/blog/2010/03/31/rushkoff-on-programming-literacy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rushkoff-on-programming-literacy</link>
		<comments>http://www.burobjorn.nl/blog/2010/03/31/rushkoff-on-programming-literacy/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:14:04 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[sociology]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=731</guid>
		<description><![CDATA[Just saw this video by Douglas Rushkoff on what I would call &#8216;programming literacy&#8217; and it made me curious about his new book Life Inc. I really like this quote from the last part of this video: &#8220;If we don&#8217;t create a society, that at least knows there is a thing called programming, then we [...]<br /><a href="http://www.burobjorn.nl/blog/2010/03/31/rushkoff-on-programming-literacy/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Just saw this video by <a href="http://rushkoff.com/">Douglas Rushkoff</a> on what I would call &#8216;programming literacy&#8217; and it made me curious about his new book Life Inc. I really like this quote from the last part of this video: </p>
<blockquote><p>
&#8220;If we don&#8217;t create a society, that at least knows there is a thing called programming, then we will end being <strong>not</strong> the programmers, but the users and worse: the used&#8221;</p></blockquote>
<p><span id="more-731"></span><br />
In my not so humble opinion everyone should at least learn the basics of programming so that every citizen at least knows our society is running on hardware and software. And I&#8217;m not just referring to the practical art of programming. Perhaps more people would understand the need for open, interoperable and transparent systems instead of black boxes of which we know little of the inner workings. Maybe more citizens would request society&#8217;s hard- and software to be built upon the philosophical views common among Free and Open Source software proponents regardless of their political colors.   </p>
<p>Check the video below, I will be ordering Rushkoff&#8217;s book.</p>
<p><object width="500" height="385"><param name="movie" value="http://www.youtube.com/v/imV3pPIUy1k&#038;rel=0&#038;color1=0x5d1719&#038;color2=0xcd311b&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/imV3pPIUy1k&#038;rel=0&#038;color1=0x5d1719&#038;color2=0xcd311b&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="500" height="385"></embed></object></p>
<p>Via: <a href="http://www.boingboing.net/2010/03/30/rushkoff-program-or.html">Boingboing.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/03/31/rushkoff-on-programming-literacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future is here: RepRap &#8211; a 3D replication printer for personal use -</title>
		<link>http://www.burobjorn.nl/blog/2010/03/25/the-future-is-here-reprap-a-3d-replication-printer-for-personal-use/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-future-is-here-reprap-a-3d-replication-printer-for-personal-use</link>
		<comments>http://www.burobjorn.nl/blog/2010/03/25/the-future-is-here-reprap-a-3d-replication-printer-for-personal-use/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 11:19:45 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=727</guid>
		<description><![CDATA[&#8220;If RepRap is succesfull a number of changes may well happen in society. The principal one of them will be that we have the distribution of the manufacture of goods. At the moment economics scale it means that it is sensible for goods to be manufactured in factories and then to be shipped to the [...]<br /><a href="http://www.burobjorn.nl/blog/2010/03/25/the-future-is-here-reprap-a-3d-replication-printer-for-personal-use/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>
&#8220;If RepRap is succesfull a number of changes may well happen in society. The principal one of them will be that we have the distribution of the<br />
manufacture of goods. At the moment economics scale it means that it is sensible for goods to be manufactured in factories and then to be shipped to the individual people who wish to have these goods using a complicated transport system. If RepRap takes off and increases its abilities by evolution to manufacture more and more products, then people having these machines in their homes will be no longer a need, or no longer such a big need for factories to make the goods they want. When they want something it will simply be a question of downloading it from the web, in the way they currently do with music, a film or anything else. That downloaded file would then allow them to manufacture whatever object is was they wanted in their own home.[...]&#8221;
</p></blockquote>
<p>Check the embedded movie below by <a href="http://www.reprap.org/">RepRap.org</a> from which I took this quote (starts around 5:14) by <a href="http://en.wikipedia.org/wiki/Adrian_Bowyer">Adrian Bowyer</a> from. The RepRap raises a lot of interesting questions, such as is personal fabrication another nail in the coffin of intellectual property? Looking forward to this publication: &#8220;The Intellectual Property Implications Of Low-Cost 3D Printing by Simon Bradshaw, Adrian Bowyer and Patrick Haufe.&#8221; which as far as I can see will be available online <a href="http://www.law.ed.ac.uk/ahrc/script-ed/">here</a>, the 15th of April. </p>
<p><span id="more-727"></span><br />
<object width="400" height="320"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5202148&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5202148&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="320"></embed></object>
<p><a href="http://vimeo.com/5202148">RepRap</a> from <a href="http://vimeo.com/user403878">Adrian Bowyer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/03/25/the-future-is-here-reprap-a-3d-replication-printer-for-personal-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nederlandse vertaling voor Limit Login Attempts WordPress plugin</title>
		<link>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin</link>
		<comments>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:12:38 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[NL]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=718</guid>
		<description><![CDATA[Ik heb voor de WordPress plugin Limit Login Attempts &#8211; ontwikkeld door Johan Eenfeldt &#8211; een Nederlandse vertaling gemaakt. Het is gebaseerd op versie 1.4.1 van de plugin. Schroom niet om contact op te nemen voor wijzigingen of op- en/of aanmerkingen op de Nederlandse vertaling. De vertaling is hier (update 2011/02/11: In de oude zip [...]<br /><a href="http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Ik heb voor de <a href="http://wordpress.org/">WordPress</a> plugin <a href="http://wordpress.org/extend/plugins/limit-login-attempts/">Limit Login Attempts</a> &#8211; ontwikkeld door <a href="http://devel.kostdoktorn.se/limit-login-attempts">Johan Eenfeldt</a> &#8211; een Nederlandse vertaling gemaakt. Het is gebaseerd op versie 1.4.1 van de plugin. Schroom niet om contact op te nemen voor wijzigingen of op- en/of aanmerkingen op de Nederlandse vertaling.</p>
<p>De vertaling is <a href="http://www.burobjorn.nl/blog/wp-content/uploads/2010/03/limit-login-attempts-dutch-translation.zip">hier</a> (<strong>update 2011/02/11</strong>: In de oude zip miste het *.po bestand) te downloaden.</p>
<p><strong>Installatie: </strong></p>
<ol>
<li>Gedownload zip bestand uitpakken.</li>
<li>Bestanden in Limit Login Attempts directory plaatsen</li>
<li>WordPress op Nederlands als taal instellen</li>
</ol>
<p>ps: Ik heb Johan inmiddels ook <a href="http://devel.kostdoktorn.se/limit-login-attempts/comment-page-1#comment-52">op de hoogte gesteld van de Nederlandse vertaling</a> en ik hoop dat de vertaling zo spoedig mogelijk toegevoegd wordt aan de plugin zelf zodat je deze vertaling niet meer extra hoeft te downloaden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Released WordPress plugin bbRedirector</title>
		<link>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=released-wordpress-plugin-bbredirector</link>
		<comments>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:59:54 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[open-source]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=665</guid>
		<description><![CDATA[I&#8217;ve just released another WordPress plugin. This one is called bbRedirector: bbRedirector makes it easy to redirect a page to another location using absolute urls from within WordPress. No mod_rewrite nor .htaccess is needed. You just create a page, add a specific customfield and choose the redirect template included with this plugin. It even allows [...]<br /><a href="http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released another <a href="http://wordpress.org">WordPress</a> plugin. This one is called bbRedirector:</p>
<blockquote><p>bbRedirector makes it easy to redirect a page to another location using absolute urls from within WordPress.  No mod_rewrite nor .htaccess is needed. You just create a page, add a specific customfield and choose the redirect template included with this plugin. It even allows you to set the required http status code (302 or 301). You can also set a default sitewide redirection or setup your own custom redirection.</p>
<p>The included templates should give you an easy start using this plugin.</p></blockquote>
<p>Download the plugin from <a href="http://wordpress.org/extend/plugins/bbredirector/">http://wordpress.org/extend/plugins/bbredirector/<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First commit of a theme for all Creative Commons chapters around the globe?</title>
		<link>http://www.burobjorn.nl/blog/2009/11/11/first-commit-of-a-theme-for-all-creative-commons-chapters-around-the-globe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-commit-of-a-theme-for-all-creative-commons-chapters-around-the-globe</link>
		<comments>http://www.burobjorn.nl/blog/2009/11/11/first-commit-of-a-theme-for-all-creative-commons-chapters-around-the-globe/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:55:54 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=655</guid>
		<description><![CDATA[Today, I finally added my first commit of the Creative Commons Netherlands(CC NL) wordpress theme (see also &#8216;New Creative Commons Netherlands site launched&#8217;) to the Creative Commons.org git repository. This means that other local CC chapters only need to install WordPress and install this theme to have their own Creative Commons website. For example, Creative [...]<br /><a href="http://www.burobjorn.nl/blog/2009/11/11/first-commit-of-a-theme-for-all-creative-commons-chapters-around-the-globe/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Today, I finally added my first commit of the <a href="http://creativecommons.nl">Creative Commons Netherlands</a>(CC NL) wordpress theme (see also <a href="http://www.burobjorn.nl/blog/2009/09/14/new-creative-commons-nl-site-launched/">&#8216;New Creative Commons Netherlands site launched&#8217;</a>) to the <a href="http://creativecommons.org">Creative Commons.org</a> <a href="http://code.creativecommons.org/viewgit/themes/ccnl.git/">git repository</a>. This means that other local CC chapters only need to install <a href="http://wordpress.org">WordPress</a> and install <a href="http://code.creativecommons.org/viewgit/themes/ccnl.git/">this theme</a> to have their own Creative Commons website. For example,<a href="http://fr.creativecommons.org/"> Creative Commons France</a> could now easily update <a href="http://fr.creativecommons.org/">their website</a> and have a look and feel similar to Creative Commons Netherlands (and thus Creative Commons.org), without having to develop a theme on their own. By using this template, local Creative Commons organizations show more cohesion between the different CC chapters and allow them to be identifiable as part of the global Creative Commons movement.</p>
<p>I&#8217;m very interested in the response on this theme, although it&#8217;s still kinda rough around the edges. I still need to find some time to replace the Dutch names for English, write something down on how to use the theme  and there&#8217;s probably tons of stuff that might need some tweaking, but at least it&#8217;s in the repository.</p>
<p>If you&#8217;re interested in using it yet something is keeping you from doing this feel free to <a href="http://www.burobjorn.nl/contact/">contact</a> me and I&#8217;ll see what I can do to help you.</p>
<p>Last but certainly not least, I would like to thank:</p>
<p>- <a href="http://www.voyantes.net/blog/">Paul Keller</a> (<a href="http://creativecommons.nl">Creative Commons Netherlands</a>) for recognizing the potential use of this theme for other local CC chapters around the world.<br />
- <a href="http://creativecommons.org/about/people/#ml">Mike Linksvayer</a> and <a href="http://creativecommons.org/about/people/#nathanyergler">Nathan Yergler</a> from <a href="http://creativecommons.org">Creative Commons.org</a> for their enthusiasm, help and infrastructure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/11/11/first-commit-of-a-theme-for-all-creative-commons-chapters-around-the-globe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Mu pages overriden by new blogs</title>
		<link>http://www.burobjorn.nl/blog/2009/11/06/wordpress-mu-pages-overriden-by-new-blogs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-mu-pages-overriden-by-new-blogs</link>
		<comments>http://www.burobjorn.nl/blog/2009/11/06/wordpress-mu-pages-overriden-by-new-blogs/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:01:04 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[open-source]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=651</guid>
		<description><![CDATA[When using WordPress Mu (WP MU) 2.8.4 or 2.8.5.2 (not tested on older versions) with sub directories it seems one can override the main blog&#8217;s pages by creating a blog with the exactly the same name without any warning. Causing visitors to be redirected to the newly created blog instead of the page with the [...]<br /><a href="http://www.burobjorn.nl/blog/2009/11/06/wordpress-mu-pages-overriden-by-new-blogs/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>When using <a href="http://mu.wordpress.org">WordPress Mu</a> (WP MU) 2.8.4 or 2.8.5.2 (not tested on older versions) with sub directories it seems one can override the main blog&#8217;s pages by creating a blog with the exactly the same name without any warning. Causing visitors to be redirected to the newly created blog instead of the page with the same name. I presume most people would not expect this and in fact it can become quite nasty. So I filled a <a href="http://trac.mu.wordpress.org/ticket/1150">bug report</a>. </p>
<p><strong>Assume this situation:</strong><br />
You have a WPMU site set using sub directories available at  http://mywebsite.dev/. You&#8217;re using the primary blog as your website with mostly pages. One of those pages is called &#8220;Donation&#8221;. You allow other people to register and create a blog. Someone creates a blog called &#8220;Donation&#8221; and without warning the previous existing page &#8220;Donation&#8221; has been redirected to the blog &#8220;Donation&#8221;.</p>
<p>Obliviously, this should not happen. </p>
<p>As I understood from <a href="http://ocaoimh.ie/">Donncha</a> (lead-developer of WP MU), in earlier version there was a check to prevent this from happening. I haven&#8217;t tested older versions so I cannot confirm nor deny this. However in the current and previous stable version of WordPress Mu this unexpected behavior does happen. There are some solutions in order to prevent this from happening:</p>
<ul>
<li>Use sub-domains instead of sub-directories. Since each blog will become a sub-domain instead of a sub-directory it will not clash with any pages created in the<br />
main blog.</li>
<li>Prevent any blogs from being created with the same slug (path) as a page in the primary blog. This fixes the issue with WP MU and sub-directories</li>
</ul>
<p>I created a plugin called &#8220;bbMuAutoBanPage&#8221; for the latter, which uses the &#8220;Banned Names&#8221; option in the site admin. Basically it keeps track of the pages created in the primary blog and adds the slugs to the illegal_names options which is used for the &#8220;Banned Names&#8221; functionality. This is a temporarily fix until this issue is properly fixed in the core WP MU code. Until then you can use <a href="http://trac.mu.wordpress.org/raw-attachment/ticket/1150/bbMuAutoBanPage.php">my plugin</a>, which I highly recommend if you allow people to register their own blog on your WP MU install. <a href="http://trac.mu.wordpress.org/raw-attachment/ticket/1150/bbMuAutoBanPage.php">DOWNLOAD IT HERE</a></p>
<p>In my humble opinion this would be a great moment to have a closer look at the way WordPress Mu deals with routing, since I would like to see it allow for more fine-grained control. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/11/06/wordpress-mu-pages-overriden-by-new-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress simple redirect</title>
		<link>http://www.burobjorn.nl/blog/2009/09/01/wordpress-simple-redirect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-simple-redirect</link>
		<comments>http://www.burobjorn.nl/blog/2009/09/01/wordpress-simple-redirect/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:00:27 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=582</guid>
		<description><![CDATA[Recently I needed an easy way for a client to create a link in a WordPress powered website that would automagically redirect a visitor to a certain location upon visiting. Part of the requirement was that this link could be easily remembered and used in printed material such as leaflets and magazines. As an extra [...]<br /><a href="http://www.burobjorn.nl/blog/2009/09/01/wordpress-simple-redirect/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I needed an easy way for a client to create a link in a <a href="http://www.wordpress.org">WordPress</a> powered website that would automagically redirect a visitor to a certain location upon visiting. Part of the requirement was that this link could be easily remembered and used in printed material such as leaflets and magazines. As an extra option it should be easy to change the location towards the redirection would point. I couldn&#8217;t find anything like this so I created a very simple little page template. </p>
<p><strong>How it works:</strong><br />
Copy the template page Page Redirect code below to a file and save it as page-redirect.php in your own template&#8217;s directory. Create a Page in WordPress and set the Page&#8217;s template to Page Redirect. Add a custom field to this page with the name <strong>redirect_url</strong> and the full url of the url you want to redirect to.<br />
For instance: http://www.redirected-location.com. Now save the page and you should now test it by visiting the page you created. </p>
<p>For example (I assume you are using nice urls): </p>
<p>http://www.your-website.com/the-page-title-of-the-page-with-the-redirect-template</p>
<p>If all went well you should be instantaneously be redirected (using a standard php redirect with a 302 HTTP redirect) ) to the url you entered in the custom field. You can easily change the redirect location by changing the value of the custom field. </p>
<p><strong>Code:</strong></p>
<pre>
<code>
< ?php
/*
 * Template Name: Page Redirect
 *
 * Makes it easy to redirect a page to another url, using the parameter redirect_url
 */
$redirect_url = get_post_meta($post->ID, "redirect_url", true); 

// Defaults if no options we're given
if( ! empty($redirect_url) ) {  header("Location: $redirect_url"); } else { echo "<!-- redirect not active, use redirect_url parameter -->"; }
/* Make sure that code below does not get executed when we redirect. */

exit;
?>
</code>
</pre>
<p>As I said it uses the <a href="http://nl.php.net/manual/en/function.header.php">standard PHP redirect</a>, but you could easily change or extend it with more specific http headers if needs arise. Feel free to use the above snippet as you see fit, as far as I&#8217;m concerned it&#8217;s in the public domain. I hope this might be useful to you. If you have any questions, feel free to leave a comment. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/09/01/wordpress-simple-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nerdy way to display a clock</title>
		<link>http://www.burobjorn.nl/blog/2009/07/24/nerdy-way-to-display-a-clock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nerdy-way-to-display-a-clock</link>
		<comments>http://www.burobjorn.nl/blog/2009/07/24/nerdy-way-to-display-a-clock/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:11:18 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=534</guid>
		<description><![CDATA[If you want the above clock in your linux terminal then run this command: watch -t -n1 "date +%T&#124;figlet" Source: http://podcast.ubuntu-uk.org/2009/07/23/s02e09-the-dimensions-of-time/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.burobjorn.nl/blog/wp-content/uploads/2009/07/Screenshot.png"><img class="alignnone size-full wp-image-535" title="Clock in terminal" src="http://www.burobjorn.nl/blog/wp-content/uploads/2009/07/Screenshot.png" alt="Clock in terminal" width="264" height="94" /></a></p>
<p>If you want the above clock in your linux terminal then run this command:</p>
<p><code>watch -t -n1 "date +%T|figlet"</code></p>
<p>Source: <a href="http://podcast.ubuntu-uk.org/2009/07/23/s02e09-the-dimensions-of-time">http://podcast.ubuntu-uk.org/2009/07/23/s02e09-the-dimensions-of-time/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/07/24/nerdy-way-to-display-a-clock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative Commons tech summit</title>
		<link>http://www.burobjorn.nl/blog/2009/07/14/creative-commons-tech-summit-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creative-commons-tech-summit-2</link>
		<comments>http://www.burobjorn.nl/blog/2009/07/14/creative-commons-tech-summit-2/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 12:06:34 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=338</guid>
		<description><![CDATA[I wrote this summary of the first Creative Commons tech summit in 2008 at the Googleplex, however somehow it ended up in being a draft in WordPress for more than a year. I decided to add links and publish it although in the meantime two follow up conferences have already been held. Maybe it still [...]<br /><a href="http://www.burobjorn.nl/blog/2009/07/14/creative-commons-tech-summit-2/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><em> </em></p>
<p><em>I wrote this summary of <a href="http://wiki.creativecommons.org/Creative_Commons_Technology_Summit_2008-06-18">the first Creative Commons tech summit in 2008 at the Googleplex</a>, however somehow it ended up in being a draft in <a href="http://wordpress.org">WordPress</a> for more than a year. I decided to add links and publish it although in the meantime two follow up conferences have already been held. Maybe it still holds some value. Enjoy my rather lengthy &#8216;summary&#8217;. </em></p>
<p>Thanks to <a href="http://creativecommons.org">Creative Commons.org</a> and <a href="http://www.beeldengeluid.nl">The institute of Sound and Images</a> I was able to join t<a href="http://wiki.creativecommons.org/Creative_Commons_Technology_Summit_2008-06-18">he first Creative Commons Tech Summit</a> in San Francisco. Since the amount of participants was limited to 100 people I decided to write a summary for those not able to attend on this blog. There have been more people writing about the summit and the <a href="http://www.youtube.com/watch?v=I7ku6r3lW2A&amp;feature=channel">whole thing is made available on Youtube</a> as well. I hope this summary will be of use to you. Feel free to comment. More after the jump..<span id="more-338"></span></p>
<p><a href="http://joi.ito.com/">Joi Ito</a> – CEO of <a href="http://creativecommons.org">Creative Commons</a> – welcomes the participants of the first Creative Commons Tech Summit with a short keynote. In this he reflects on the start of the Internet and the first fights on keeping the Internet and open place for anyone regardless of politics. He does this by referring to the old discussions surrounding the use of the (open standard) <a href="http://en.wikipedia.org/wiki/Internet_Protocol_Suite">TCP/IP</a> protocol instead of some closed proprietary standard. He uses the example of <a href="http://en.wikipedia.org/wiki/Interoperability">interoperability</a> as a starting point to explain his view on Creative Commons which consists of two points:</p>
<ol>
<li>Creative Commons is open for anybody, even those Creative Commons might disagree with. Anyone should be able to use the licenses or implement the technology developed by CC.</li>
<li>Creative Commons does have a political agenda, but in a very pragmatic manner. Creative Commons strives towards openness and sharing. CC hopes that the use of the licenses and the technology will nudge those not so open or willing to share yet, towards a more open and sharing attitude.</li>
</ol>
<p>After this short keynote <a href="http://yergler.net/">Nathan Yergler</a> – CTO of Creative Commons – introduces <a href="http://ben.adida.net/">Ben Adida</a> – Creative Commons&#8217; W3C representative –. Adida has for quite some time been working on the Creative Commons Rights Expression Language (<a href="http://wiki.creativecommons.org/CcREL">ccREL</a>) as a replacement of the machine-readable metadata used in the past which worked, but was a bit of a dirty solution. Adida starts of with an explanation of the different CC license layers. Every CC license consists of three layers:</p>
<ol>
<li>A so called human readable version of the license which explains the license and its conditions in layman&#8217;s terms.</li>
<li> A so called lawyer readable version of the license, which explains the license and its conditions down to the nitty-gritty details in lawyer&#8217;s jargon</li>
<li> A machine readable version, which consists of a piece of text/code easily parseable by machines.</li>
</ol>
<p>Why is there a machine-readable version asks Adida rhetorically. Because we want to be able to let software (&#8216;machines&#8217;) be able to assist and advise us in the use of CC licenses. There are numerous ways in which this can be done. For instance by using the machine-readable licenses and some software we can ask the software to return us only those works that allow commercial use from a specific author. The old techniques used would allow this as well, but it has several flaws which Adida points out in his presentation. In general the old methods allows to easily make mistakes. It also meant that you had to repeat certain information in order to make it both useful for people as well as machines.</p>
<p>By combining content and meta information in a visual way, human-readable <strong>AND</strong> machine readable way, we only have to write it once, thus making it easier and less error prone to do. For example a title written for people, should also be used for the &#8216;machines&#8217; to gather the title information of a work. CcREL aims to do this. It describes both information about the work and the license used using <a href="http://en.wikipedia.org/wiki/HTML">HTML</a> in combination with <a href="http://en.wikipedia.org/wiki/RDFa">RDFa</a>. There is a common base set of fields to be filled in, such as attribution name, title, license etc. The base set is, according to Adida, designed to be extended with your own particular fields. Now by using ccREL it allows us to work towards the semantic web (data web) in which services, information and content can be interpreted and used by machines in numerous ways.  Adida briefly mentions that there are also other ways (<a href="http://www.adobe.com/products/xmp/main.html">Adobe&#8217;s eXtensible Metadata Platform</a> aka <a href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</a>) to use ccREL  in case you cannot or don&#8217;t want to use HTML. More information about ccREL can be found in <a href="http://wiki.creativecommons.org/images/d/d6/Ccrel-1.0.pdf">the paper written by Adida et all</a> (PDF).</p>
<p>Following Adida is a panel in which <a href="http://www.asheesh.org/">Asheesh Laroia</a>, <a href="http://sciencecommons.org/about/whoweare/wilbanks/">John Willbanks</a> and Nathan Yergler talk more about the CC specific technology initiatives.</p>
<p>Nathan Yergler talks about ccREL and how it has been put into practice already within the<a href="http://creativecommons.org/license/"> CC license chooser</a> and the <a href="http://wiki.creativecommons.org/CCPlus">CC+</a> possibilities. It has now been made more clear in the license chooser that adding extra (although still optional) information it becomes easier for people to give attribution in the right way or to get more info about a specific work or author. It also allows you to add information where a user can obtain information about clearing rights that are not pre-cleared by your CC license. The latter is also know under the name CC+.</p>
<p>John Willbanks – Vice President of <a href="http://sciencecommons.org">Science Commons</a> – is next. His presentation is a very quick (about 10 minutes)  overview of the Science Commons initiatives derived from Creative Commons. He notes that science has quite different needs compared with culture. According to Willbanks Science Commons is about rights such as reference, extending and integrity. Science Commons aims to make the already existing databases full of scientific data interoperable and more accessible so data can be easily shared. The presentation Willbanks gave made it hard to grasp what exactly Science Commons was doing and how developers or those interested in Science Commons could use or contribute to it.</p>
<p>Finally Asheesh Laroia – Software Engineer at Creative Commons – gave a rather minimal presentation about <a href="http://wiki.creativecommons.org/Liblicense">lib license</a>, the software built upon the Adobe XMP SDK for reading and writing license information in a wide range of media formats. Without any examples or demo it was quite hard to get an idea of the benefits using this library. A pity since I happen to know what it can do and how it may save precious time.</p>
<p>After a short break the summit continues with a panel consisting of <a href="http://blogs.adobe.com/gunar/">Gunar Penikis</a>, <a href="http://gonze.com/blog/">Lucas Gonze</a> and <a href="http://whacked.net/">Stephen Lau</a> on digital asset management on the web and desktop.</p>
<p>Gunar Penikis – Product Manager for Adobe’s Extensible Metadata Platform (XMP) – talks about XMP,  an open, standards-based technology for the capture, preservation, and interchange of metadata across digital media. XMP makes it easy to keep track of digital assets while not getting into the way. It allows to write and read metadata in a wide range of media formats and is integrated in the Adobe applications making it easy for creatives to keep track of digital assets. Creative Commons&#8217; Liblicense makes use of the Adobe XMP SDK which is licensed under the <a href="http://en.wikipedia.org/wiki/BSD_licenses">BSD license</a>.</p>
<p>Stephen Lau –  Developer Evangelist at <a href="http://getsongbird.com/">Songbird</a> – talks about integrity and the different types of metadata. He makes a distinction between local subjective metadata, such as <strong>your favorite</strong> songs and the global objective metadata such as the artist of a song. Songbird needs to deal with both and show this to the user, while also keeping into account the integrity of the data. Interestingly Songbird allows to parse <a href="http://microformats.org/">microformatted</a> data and can combine this with the metadata already known into the file.</p>
<p>Lucas Gonze – ex-Yahoo Music – talks about the web of songs in which every song has its own unique single url. His presentation was more of a philosophical and visionary nature. If every song would be retrievable using the web and “music could become a first world region of the web”. This could be beneficial for both artists, labels as well as music lovers. It reminded me of the whole short links ecosysteem in use by <a href="http://twitter.com">Twitter</a> and mobile applications. Where due to the limited amount of characters in a text message one needs a as small as possible link. One could easily use a similar system to make music behave more in a web-like manner.</p>
<p>After the panel <a href="http://gondwanaland.com/mlog/">Mike Linksvayer</a> – Vice President of Creative Commons – gave a talk titled “Digital Copyright Registry Landscape”. In it he gave an overview of the (perceived) need for registries in the digital domain and the existing solutions and future challenges. He starts with an interesting historical quote from the Creative Commons FAQ shortly after it was launched:</p>
<blockquote><p>“Is Creative Commons building a database of licensed content? Absolutely not. We belief in the Net, not a centralized, Soviet-style information bank controlled by a single organization.[...]”</p></blockquote>
<p>Now Creative Commons has organized a summit to discuss just the possible uses of a database like this. It illustrates the change of heart Creative Commons has made towards copyright registries. For now Linksvayer gives some possible arguments why registries might be useful and why they want to explore the copyright registries concept further:</p>
<ul>
<li>Dealing with orphaned works</li>
<li> Dealing provenance, ownership and authenticity of works</li>
<li> “Eat your own dogfood” type of proof of the CC developed technology which should allow you to create a copyright registry.</li>
</ul>
<p>The demand for registries more or less confirms this since the list (UGC upload filtering, license management, media organization, collective rights management, cultural heritage, tracing content location and timestamping) Linksvayer sums up, mainly consists of identification issues such as ownership, <a href="http://en.wikipedia.org/wiki/Provenance">provenance</a> and authenticity of content.</p>
<p>He also described several types of registry with examples: built solely as a registry (<a href="http://registeredcommons.org/">Registered Commons</a>, <a href="http://www.safecreative.org/">Safe Creative</a>), built upon an existing data such as an archive (<a href="http://openlibrary.org/">Open Library</a>, <a href="http://musicbrainz.org/">Musicbrainz</a>), internally or needed to offer others as a service (<a href="http://www.noankmedia.com/index.html">NoAnk Media</a>, not sure how this relates to the first type of registry) and as a side effect of a different type of service for instance a metadata database (<a href="http://jamendo.com">Jamendo</a>, <a href="http://attributor.com">Attributor</a>). The examples in the text above also gave presentations later that day.</p>
<p>Linksvayer continues with some of the challenges a registry faces:</p>
<ul>
<li>Reliable identify works</li>
<li> Reliable identify owners</li>
<li> Namespace monopolists (Identifiers are only obtainable for a fee)</li>
<li> Making it webby</li>
<li> Benfits VS Costs (who pays and how much?)</li>
<li> Scams</li>
<li> Metacrap (incomplete or wrong metadata)</li>
</ul>
<p>Next to these challenges are also the challenges that deal with supporting the commons such as making it interoperable and <a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a> enabled, open services using <a href="http://en.wikipedia.org/wiki/Open_standards">open standards</a> and <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> and dealing with public licenses. Linksvayer summarized it in my view perfectly with the last slide in which he states that the Web is “the” registry and asks the oncoming presenters of the different registries: What does your “registry” add to the web? After Mike&#8217;s talk set the context for the rest of the afternoon in which some of the registries mentioned in his talk presented themselves to the audience.</p>
<p><a href="http://cyber.law.harvard.edu/node/107">Devon Copley</a> – CTO of Noank Media – was the first speaker to talk about their type of registry. They want to solve the problem (at least seen from the perspective of content holders and creators) of &#8216;unlicensed <a href="http://en.wikipedia.org/wiki/Peer-to-peer">P2P</a>&#8216; and get creators paid for their work. Copley states that &#8216;unlicensed P2P&#8217; benefits nobody. Not the creators/content holders, not the <a href="http://en.wikipedia.org/wiki/ISP">ISP</a>&#8216;s nor the end-users. A bold statement, but his arguments such as “unpopular content is hard to find” and “download performance is poor as ISPs restrict P2P bandwidth” or  “ISPs want to promote green isp services with licensed content ” to fund this statement are in my opinion questionable and weak. The only ones &#8216;suffering&#8217; from &#8216;unlicensed P2P&#8217; are the content holders / creators. He goes on to present their solution which is to use ISPs as gatekeepers which end-users pay to gain access to content. The ISPs will distribute the revenue back to the content holders. Since the problem only exists for 1/3 of the stakeholders I doubt this model will solve the problem. After this he goes into more detail on how to support this &#8216;solution&#8217; using their platform.</p>
<p>Next is <a href="http://mayhem-chaos.net/">Robert Kaye</a> – Musicbrainz –<br />
Musicbrainz started as an alternative to Gracenote. Musicbrainz is all about music metadata. No metadata no findability. No good metadata and the data does not exists. Do it wrong and you get metacrap and you&#8217;ll get into liability trouble. For a copyright registry metadata is paramount, without metadata you cannot find the content. Web of data.</p>
<p>Joe Benso  – Business Developer at Registered Commons –<br />
Registered Commons is a content registry where companies can verify content for commercial purposes. Finds transparency important for a registry. Free service to register works of any type. Timestamp service (using A-cert). Ca cert is used for user trust certification as the highest level and email verification is the lowest form of trust verification. They also allow users to add limitations on the usage of the work by using the moral rights. Service for new business models.</p>
<p><a href="http://www.jprenafeta.com/blog/">Javier Prenafeta</a> –  Safe Creative –<br />
Safe Creative is similar to Registered Commons and also attempts to solve the questions regarding ownership of a work, the license of a work and changes in the work. Unfortunately the speaker is not a native English speaker and is somewhat hard to understand. As far as I could understand they are using a similar system as Registered Commons. Both operate as a register which can lower the possibilities for copyright issues and thus liability sometime which came up a lot  during this summit.</p>
<p><a href="http://www.linkedin.com/in/richardpearson">Rich Pearson</a> – Attributor.com –<br />
Attributor is monitoring registered content using crawlers. As far as I understood the difference between them and Safe Creative or Registered Commons is that they are not only a registry, but also somewhat of a watchdog for the registered content. So it allows them to identify new licenses, ads in relation to the content (and thus checking for license compliancy) and so forth. He ends his talk with a short summary about what a registry should contain and how this relates to their service.</p>
<p><a href="http://en.wikipedia.org/wiki/Aaron_Swartz">Aaron Schwartz</a> – Open Library –<br />
Open Library is a project initiated by the Internet Archive. It&#8217;s a website with a page for every book ever published. Twenty million books indexed at this moment which can be changed in wiki-like manner. The interesting aspect of this project in my opinion is a side-project with CC in which they try to calculate the current copyright status of a book and so you can tell if it&#8217;s in public domain or not. They are also combining forces with Mediawiki so they can combine Open Library with Wikipedia.</p>
<p><a href="http://pierreneo.storytlr.com/">Pierre Gerard</a> – co-founder Jamendo –<br />
Jamendo is a cc-licensed music sharing website similar to Simuze. They allow artists to upload their work and listeners to download music for free. They have a large amount of free music (approx 10.000 albums) and are backed by venture capitalist Mangrove Capital Partners (Skype). They share (the ad revenue with the artists 50%) and try to create partnerships with commercial entities. They act as a short of stock catalogue and also have to deal with registry like issues such as authenticity and ownership of a work and creator. At the moment they are still sorting this out.</p>
<p>Panel discussion:</p>
<p>I havent&#8217;t written everything down said during this session, but I tried to gather the bits that I found interesting. I&#8217;ve tried to gather the names of people including any links to them on the Web. In some cases I have forgotten or could not hear the name and thus no info is presented on these people.</p>
<p>Nathan Yergler starts with asking if the panel has been approached by content creators to supply Musicbrainz or any of the other panel members with metadata. Kaye states that most labels are not very good at keeping inventory and that their data in general it too crappy for his community. Swartz states that the book world is a lot better and that Open Library actually gets metadata from new books every week. Copley is asking Pearson about their platform and if they are using something which allows content creators to add information for commercial licenses such as the CC+ and how they have or are implementing something like this. They are interested in this, but are implementers and are not working on inventing something in this realm on their own. CC-rel might be a possible option according to Copley and it seems that Yergler agrees on this but remarks that it was not targeted at this particular use.  From the audience there is a question regarding the use of Attributor in the academic world. Pearson states that they have not yet looked in the specific needs of the academic world.<br />
<a href="http://wendy.seltzer.org/">Wendy Seltzer</a> – <a href="http://cyber.law.harvard.edu/">Berkman Center</a> – asks about the possibility of assurance in relation to the level of confidence on the copyright status of a work. Like a clearance service. Some entities would like to have  this so they can be very sure that they will not be sued using the work. In other words liability comes up again, which was and seems to be a hotter topic in the USA than in Europe. Interestingly none of the mentioned projects by any of the panel members offers this service and they seem to feel a bit uneasy about this question and in fact do not seem want to offer such a service due to the high risks. In my view the use of a (commercial) registry becomes questionable if it cannot or is not willing to take this risk. Kaye seems to share this view and point this out, sadly there was no follow-up on this.</p>
<p>Longevity is a question posed by <a href="http://www.linkedin.com/ppl/webprofile?action=vmi&amp;id=3865965&amp;pvs=pp&amp;authToken=Eid7&amp;authType=name&amp;trk=ppro_viewmore&amp;lnk=vw_pprofile">Riana Pfefferkorn</a>. What if a registry disappears or goes bankrupt? What happens with the registry data? The more open &#8216;registries&#8217; (Musicbrainz and Open Library) state to provide dumps and allow the data to be transferred by third-parties. Of the more commercial registries only Registered Commons answers that they have a record on file (paper) and Benso allows mentions their ties with the University but keeps this vague.</p>
<p><a href="http://leuksman.com/log/">Brion Vibber</a> – <a href="wikimediafoundation.org">Wikimedia Foundation</a> – is asking about the possibilities for having a feasible method which allows to make the distinction between almost certain all rights reserved material and content which may be freely shared. Since most <a href="http://en.wikipedia.org/wiki/Acoustic_fingerprint">content based fingerprinting</a> is easily &#8216;circumvented&#8217; using <a href="http://en.wikipedia.org/wiki/Lossy_compression">lossy formats</a> and changing just a few bits due to for instance resizing he wonders what other options are available. The panel responds and states that the best algorithms seem all to be locked up in proprietary systems and the inner workings are not very well known.</p>
<p><a href="http://tieguy.org/blog/">Luis Villa</a> asks Registered Commons about their use of moral rights in their system. Benso states that it basically allows content creators to add extra information or limitations to their content besides the license.</p>
<p>After this session there was a break which was followed by the ending session led by Ben Adida. In this last session in which there is a plenary discussion Adida poses the following questions for the audience to consider:</p>
<ul>
<li>What do we need out of copyright 2.0 / registry 2.0?</li>
<li> What collaborative technology efforts are needed?</li>
<li> What role should CC not play?</li>
<li> What role should CC play?</li>
</ul>
<p>Gunner – Adobe – states that copyright 2.0 is about trust. Personally I think he is right considering the ongoing remarks on authenticity, provenance ownership and in a certain way liability. Another speaker remarks that indeed trust is an issue. Followed up by another speaker  in the audience adding that he also thinks that the element of trust is now being wanted due to the Industrial model in use at the moment. Instead he proposes to use the <a href="http://en.wikipedia.org/wiki/Safe_harbor">Safe Harbor</a> model to deal with trust in a &#8216;webby&#8217; like manner.<br />
<a href="http://www.hannokaiser.com/">Hanno Kaiser</a> advocates that the copyright system should be reformed towards its original goal of creating incentives, shorter terms, opt-in and change the default into a more pro deratives approach for all non-commercial use. Yet commercial use is difficult to define. Non-commercial should always be permitted. <a href="http://joi.ito.com/">Ito</a> adds that in Japan a bill has been proposed which suggest to do just this what is being advocated by Kaiser. In this bill all non-commercial use is allowed without permission and all works would be default licensed under a Creative Commons non-commercial license and thus it would require a fee to use the work for commercial purposes.</p>
<p>Brion Vibbor – Mediawiki – states that the commercial and non-commercial distinction is quite hard to make and might even cause issues unlike the use of open source licenses which do not make this distinction between commercial and non-commercial</p>
<p><a href="http://en.wikipedia.org/wiki/Michael_W._Carroll">Michael Carol</a> – CC board – states that a copyright registry should not be merely a &#8216;property map&#8217; but preferable a creativity map and let people use the registry to register their works even if they do not want to enter in to the commercial market space. Similar to the attribution requirement of the CC license or the &#8216;ego&#8217; aspect of open source licenses.</p>
<p>Mark Graham – <a href="http://www.oercommons.org/">OER Commons</a> – states that is still very important to reach out and let people outside the obvious circles get into contact with CC and its licenses and get educated about the possible uses. Louise Villa acknowledges this and adds that Creative Commons licenses alone or some platform is not enough to use the licenses. People need to be educated on the usage and pro&#8217;s and cons of CC licenses.</p>
<p>An audience member states that it is important to have a (open) standard for accessing these registries and make it easy to use them. There is some discussion on this point but it seems that there is no consensus on how to achieve this.</p>
<p>I had the chance to pose my question with regards to non-commercial vs commercial and how to define this. I&#8217;m not sure if people understood my point which was that commercial should be defined by CC, then all licenses should be non-commercial and add CC+ as extra option for the commercial use. In hindsight still will still not solve the definition issue with what exactly commercial is.</p>
<p>It was an interesting conference and I&#8217;m impressed by CCrel, but I still have a lot of questions with regards to copyright registries although I have to admit that there might be more use for it than I initially thought. Not only because of liability, authenticity, provenance or ownership but because of findability. As Robert Kaye – Musicbrainz – stated without metadata you can&#8217;t find the data and in my view a registry is nothing more than a big database full of metadata.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/07/14/creative-commons-tech-summit-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

