<?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>Mike Linksvayer &#187; Programming</title>
	<atom:link href="http://gondwanaland.com/mlog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://gondwanaland.com/mlog</link>
	<description>My opinions only. I do not represent any organization in this publication.</description>
	<lastBuildDate>Sun, 05 Feb 2012 04:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web Data Common[s] Crawl Attribution Metadata</title>
		<link>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/</link>
		<comments>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 02:15:28 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1569</guid>
		<description><![CDATA[Via I see Web Data Commons which has &#8220;extracted structured data out of 1% of the currently available Common Crawl corpus dating October 2010&#8243;. WDC publishes the extracted data as N-Quads (the fourth item denotes the immediate provenance of each subject/predictate/object triple &#8212; the URL the triple was extracted from). I thought it would be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://semanticweb.com/common-crawl-founder-gil-elbaz-speaks-about-new-relationship-with-amazon-semantic-web-projects-using-its-corpus-and-why-open-web-crawls-matter-to-developing-big-data-expertise_b26109">Via</a> I see <a href="http://page.mi.fu-berlin.de/muehleis/ccrdf/">Web Data Commons</a> which has &#8220;extracted structured data out of 1% of the currently available Common Crawl corpus dating October 2010&#8243;. WDC publishes the extracted data as <a href="http://sw.deri.org/2008/07/n-quads/">N-Quads</a> (the fourth item denotes the immediate <a href="http://gondwanaland.com/mlog/2012/01/12/penumbra-of-provenance/">provenance</a> of each subject/predictate/object triple &#8212; the URL the triple was extracted from).</p>
<p>I thought it would be easy and fun to run some queries on the WDC dataset to get an idea of how annotations associated with Creative Commons licensing are used. Notes below on exactly what I did. The biggest limitation is that the license statement itself is not part of the dataset &#8212; not as <code>xhv:license</code> in the RDFa portion, and for some reason rel=license microformat has <a href="http://page.mi.fu-berlin.de/muehleis/ccrdf/stats1p.html#html-mf-license">zero records</a>. But <code>cc:attributionName</code>, <code>cc:attributionURL</code>, and <code>cc:morePermissions</code> are present in the RDFa part, as are some Dublin Core properties that the <a href="http://creativecommons.org/choose">Creative Commons license chooser</a> asks for (I only looked at <code>dc:source</code>) but are probably widely used in other contexts as well.</p>
<table border>
<tr>
<th>Dataset</th>
<th>URLs</th>
<th>Distinct objects</th>
</tr>
<tr>
<td>Common Crawl 2010 corpus</td>
<td style="text-align:right">5,000,000,000<sup><a href="#a">a</a></sup></td>
</tr>
<tr>
<td> 1% sampled by WDC</td>
<td style="text-align:right">~50,000,000</td>
</tr>
<tr>
<td>  with RDFa</td>
<td style="text-align:right">158,184<sup><a href="#b">b</a></sup></td>
</tr>
<tr>
<td>   with a <code>cc:</code> property</td>
<td style="text-align:right">26,245<sup><a href="#c">c</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionName</code></td>
<td style="text-align:right">24,942<sup><a href="#d">d</a></sup></td>
<td style="text-align:right">990<sup><a href="#e">e</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code></td>
<td style="text-align:right">25,082<sup><a href="#f">f</a></sup></td>
<td style="text-align:right">3,392<sup><a href="#g">g</a></sup></td>
</tr>
<tr>
<td>    <code>dc:source</code></td>
<td style="text-align:right">7,235<sup><a href="#h">h</a></sup></td>
<td style="text-align:right">574<sup><a href="#i">i</a></sup></td>
</tr>
<tr>
<td>    <code>cc:morePermissions</code></td>
<td style="text-align:right">4,791<sup><a href="#j">j</a></sup></td>
<td style="text-align:right">253<sup><a href="#k">k</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = <code>dc:source</code></td>
<td style="text-align:right">5,421<sup><a href="#l">l</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = <code>cc:morePermissions</code></td>
<td style="text-align:right">1,880<sup><a href="#m">m</a></sup></td>
</tr>
<tr>
<td>    <code>cc:attributionURL</code> = subject</td>
<td style="text-align:right">203<sup><a href="#n">n</a></sup></td>
</tr>
</table>
<table>
<p>Some quick takeaways:</p>
<ul>
<li>Low ratio of distinct attributionURLs probably indicates HTML from license chooser deployed without any parameterization. Often the subject or current page will be the most useful attributionURL (but 203 above would probably be much higher with canonicalization). Note all of the CC licenses require that such a URL <a href="http://creativecommons.org/licenses/by/3.0/legalcode">refer to the copyright notice or licensing information for the Work</a>. Unless one has set up a side-wide license notice somewhere, a static URL is probably not the right thing to request in terms of requiring licensees to provide an attribution link; nor is a non-specific attribution link as useful to readers as a direct link to the work in question. As (and if) support for attribution metadata gets built into Creative Commons-aware CMSes, the ratio of distinct attributionURLs ought increase.</li>
<li>79% of subjects with both dc:source and cc:attributionURL (6,836<sup><a href="#o">o</a></sup>) have the same values for both properties. This probably means people are merely entering their URL into every form field requesting a URL without thinking, not self-remixing.</li>
<li>47% of subjects with both cc:morePermissions and cc:attributionURL (3,977<sup><a href="#p">p</a></sup>) have the same values for both properties. Unclear why this ratio is so much lower than previous; it ought be higher, as often same value for both makes sense. Unsurprising that cc:morePermissions least provided property; in my experience few people understand it.</li>
</ul>
<p>I did not look at the provenance item at all. It&#8217;d be interesting to see what kind of assertions are being made across authority boundaries (e.g. a page on example.com makes a statements with an example.net URI as the subject) and when to discard such. I barely looked directly at the raw data at all; just enough to feel that my aggregate numbers could possibly be accurate. More could probably be gained by inspecting smaller samples in detail, informing other aggregate queries.</p>
<p>I look forward to <a href="http://gondwanaland.com/mlog/2012/01/12/html-data-guide/">future</a> extracts. Thanks indirectly to <a href="http://www.commoncrawl.org/">Common Crawl</a> for providing the crawl!</p>
<p>Please point out any egregious mistakes made below&#8230;</p>
<pre>
# <sup id="a">a</sup> I don't really know if the October 2010 corpus is the
# entire 5 billion Common Crawl corpus

# download RDFa extract from Web Data Commons
wget -c https://s3.amazonaws.com/ccrdf1p/data/ccrdf.html-rdfa.nq

# Matches number stated at
# http://page.mi.fu-berlin.de/muehleis/ccrdf/stats1p.html#html-rdfa
wc -l ccrdf.html-rdfa.nq
1047250

# Includes easy to use no-server triplestore
apt-get install redland-utils

# sanity check
grep '&lt;http://creativecommons.org/ns#attributionName&gt;' ccrdf.html-rdfa.nq |wc -l
26404 

# Import rejects a number of triples for syntax errors
rdfproc xyz parse ccrdf.html-rdfa.nq nquads

# <sup id="d">d</sup> Perhaps syntax errors explains fewer triples than above grep might
# indicate, but close enough
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |wc -l
24942

# These replicated below with 4store because...
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |wc -l
990
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |wc -l
25082
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |wc -l
3392
rdfproc xyz query sparql - 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o }' |wc -l
203
rdfproc xyz query sparql - 'select ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |wc -l
4791
rdfproc xyz query sparql - 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |wc -l
253
rdfproc xyz query sparql - 'select ?o where { ?o &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |wc -l
12

# ...this query takes forever, hours, and I have no idea why
rdfproc xyz query sparql - 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o ; &lt;http://creativecommons.org/ns#attributionURL&gt; ?o }'

# 4store has a server, but is lightweight
apt-get install 4store

# 4store couldn't import with syntax errors, so export good triples from
# previous store first
rdfproc xyz serialize &gt; ccrdf.export-rdfa.rdf

# import into 4store
curl -T ccrdf.export-rdfa.rdf 'http://localhost:8080/data/wdc'

# egrep is to get rid of headers and status output prefixed by ? or #
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
24942

#<sup id="f">f</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
25082

#<sup id="j">j</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
4791

#<sup id="h">h</sup>
#Of course please use http://purl.org/dc/terms/source instead.
#Should be more widely deployed soon.
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
7235

4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://purl.org/dc/terms/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
4

#<sup id="e">e</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
990

#<sup id="g">g</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
3392

#<sup id="k">k</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
253

#<sup id="i">i</sup>
4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
574

#<sup id="n">n</sup>
4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
203

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#morePermissions&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
12

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://purl.org/dc/elements/1.1/source&gt; ?o}' |egrep -v '^[\?\#]' |wc -l
120

#<sup id="m">m</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
1880

4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
122

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
8

#<sup id="l">l</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
5421

4s-query wdc -s '-1' -f text 'select distinct ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
358

4s-query wdc -s '-1' -f text 'select ?o where { ?o &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
11

#<sup id="p">p</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?n }' |egrep -v '^[\?\#]' |wc -l
3977

#<sup id="o">o</sup>
4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?n }' |egrep -v '^[\?\#]' |wc -l
6836

4s-query wdc -s '-1' -f text 'select ?s, ?o, ?n, ?m where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?n ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?m }' |egrep -v '^[\?\#]' |wc -l
2946
4s-query wdc -s '-1' -f text 'select ?s, ?o where { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o ; &lt;http://purl.org/dc/elements/1.1/source&gt; ?o ; &lt;http://creativecommons.org/ns#morePermissions&gt; ?o }' |egrep -v '^[\?\#]' |wc -l
1604

#<sup id="c">c</sup>
4s-query wdc -s '-1' -f text 'select distinct ?s where { { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o } UNION { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?n } UNION { ?s &lt;http://creativecommons.org/ns#morePermissions&gt; ?m }  }' |egrep -v '^[\?\#]' |wc -l
26245

4s-query wdc -s '-1' -f text 'select distinct ?s where { { ?s &lt;http://creativecommons.org/ns#attributionURL&gt; ?o } UNION { ?s &lt;http://creativecommons.org/ns#attributionName&gt; ?n }}' |egrep -v '^[\?\#]' |wc -l
25433

#<sup id="b">b</sup> note subjects not the same as pages data extracted from (158,184)
4s-query wdc -s '-1' -f text 'select distinct ?s where { ?s ?p ?o }'  |egrep -v '^[\?\#]' |wc -l
264307

# Probably less than 1047250 claimed due to syntax errors
4s-query wdc -s '-1' -f text 'select ?s where { ?s ?p ?o }'  |egrep -v '^[\?\#]' |wc -l
968786

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?p ?s }'  |egrep -v '^[\?\#]' |wc -l
2415

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?s ?s }'  |egrep -v '^[\?\#]' |wc -l
0

4s-query wdc -s '-1' -f text 'select ?s where { ?s ?s ?o }'  |egrep -v '^[\?\#]' |wc -l
0
</pre>
</table>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2012/01/23/attribution-crawl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Faded sidebar</title>
		<link>http://gondwanaland.com/mlog/2012/01/22/wordpress-theme/</link>
		<comments>http://gondwanaland.com/mlog/2012/01/22/wordpress-theme/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 02:28:58 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1565</guid>
		<description><![CDATA[I&#8217;ve occasionally mucked with my blog&#8217;s theme with a general aim of removing superfluous crap that makes reading posts harder. A couple weeks ago something Parker Higgins wrote inspired me to try a little harder: How awesome is @niemanlab&#8217;s &#8220;faded&#8221; sidebar? And zen mode? That&#8217;s a site that cares about its readers. You can view [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve occasionally mucked with my blog&#8217;s theme with a general aim of removing superfluous crap that makes reading posts harder. A couple weeks ago something Parker Higgins <a href="https://identi.ca/notice/88051069">wrote</a> inspired me to try a little harder:<br />
<blockquote>How awesome is @niemanlab&#8217;s &#8220;faded&#8221; sidebar? And zen mode? That&#8217;s a site that cares about its readers.</p></blockquote>
<p>You can <a href="http://www.webcitation.org/64tYylamd">view an archived version of the Nieman Lab site</a> should their design change. The top of the sidebar isn&#8217;t faded, but overall I think the fading there is makes it a little easier to concentrate on a post without switching to &#8220;zen&#8221; mode (removing all navigation).</p>
<p>For my theme, I made the sidebar always faded except when hovered over, and float to the right as far away from the main content area as possible. All &#8220;header&#8221; content is in the sidebar so that there&#8217;s nothing preceding a post&#8217;s title.</p>
<p>I intended to remove anything <a href="http://gondwanaland.com/mlog/2006/08/07/wordcamp-wikimania/">hardcoded</a><sup>*</sup> for my blog, anything I don&#8217;t understand or not used, and anything that doesn&#8217;t validate, but I didn&#8217;t get very far on any of those. I doubt this will be useful to anyone, but <a href="https://gitorious.org/mlog-wordpress/mlog-wordpress-theme">patches welcome</a>.</p>
<p><small><sup>*</sup>Yes it is also a <a href="http://gondwanaland.com/mlog/2007/08/14/pragmatic-open-services/">little</a> ironic I&#8217;ve never bothered to published modified source used to run this blog until now.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2012/01/22/wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS text overlay image, e.g. for attribution and license notice</title>
		<link>http://gondwanaland.com/mlog/2012/01/08/css-text-overlay-attribution/</link>
		<comments>http://gondwanaland.com/mlog/2012/01/08/css-text-overlay-attribution/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 02:09:10 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1485</guid>
		<description><![CDATA[A commenter called me on providing inadequate credit for an map image I used on this blog. I&#8217;ve often seen map credits overlaid on the bottom right of maps, so I decided to try that. I couldn&#8217;t find an example of using CSS to overlay text on an image that only showed the absolute minimum [...]]]></description>
			<content:encoded><![CDATA[<p>A commenter <a href="http://gondwanaland.com/mlog/2011/12/07/occupy-980/#comment-110737">called me</a> on providing inadequate credit for an map image I used on this blog. I&#8217;ve often seen map credits overlaid on the bottom right of maps, so I decided to try that. I couldn&#8217;t find an example of using CSS to overlay text on an image that only showed the absolute minimum needed to achieve the effect, and explained why. Below is my attempt.</p>
<h3 id="ex1">Example 1</h3>
<div style="position:relative;z-index:0;width:510px"><img src="http://gondwanaland.com/i/young-obama-pirate-hope.png"/>
<div style="position:absolute;z-index:1;right:0;bottom:0"><a href="http://identi.ca/conversation/69446510">Context</a>+<a href="http://registry.gimp.org/node/14291">Colophon</a></div>
</div>
<p>The above may be a good example of when to not use a text overlay (there is already text at the bottom of the image), but the point is to demonstrate the effect, not to look good. I have an <a href="http://gondwanaland.com/i/young-obama-pirate-hope.png">image</a> and I want to overlay &laquo;<a href="http://identi.ca/conversation/69446510">Context</a>+<a href="http://registry.gimp.org/node/14291">Colophon</a>&raquo; at the bottom right of the image. Here&#8217;s the minimal code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;position:relative;z-index:0;width:510px&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://gondwanaland.com/i/young-obama-pirate-hope.png&quot;</span><span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;position:absolute;z-index:1;right:0;bottom:0&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://identi.ca/conversation/69446510&quot;</span>&gt;</span>Context<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>+<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://registry.gimp.org/node/14291&quot;</span>&gt;</span>Colophon<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<h4>Explanation</h4>
<p>The outer <code>div</code> creates a container which the text overlay will be aligned with. A <code>position</code> is necessary to enable <code>z-index</code>, which specifies how objects will stack. Here <code>position:relative</code> as I want the image and overlay to flow with the rest of the post, <code>z-index:0</code> as the container is at the bottom of the stack. I specify <code>width:510px</code> as that&#8217;s how wide the image is, and without hardcoding the size of the <code>div</code>, the overlay as specified will float off to the right rather than align with the image. There&#8217;s nothing special about the <code>img</code>; it inherits from the outer <code>div</code>.</p>
<p>The inner <code>div</code> contains and styles the text I want to overlay. <code>position:absolute</code> as I will specify an absolute offset from the container, <code>right:0;bottom:0</code>, and <code>z-index:1</code> to place above the image. Finally, I close both <code>div</code>s.</p>
<p>That&#8217;s it. I know precious little CSS; please tell me what I got wrong.</p>
<h3 id="ex2">Example 2</h3>
<div style="z-index:0;position:relative;width:560px" xmlns:cc="http://creativecommons.org/ns#" about="http://gondwanaland.com/i/OpenStreetMap-Oakland-980.png"><a href="http://www.openstreetmap.org/?lat=37.8134&amp;lon=-122.2776&amp;zoom=14&amp;layers=Q"><img src="http://gondwanaland.com/i/OpenStreetMap-Oakland-980.png"/></a>
<div style="position:absolute;z-index:1;right:0;bottom:0;"><small>© <a rel="cc:attributionURL" property="cc:attributionName" href="http://www.openstreetmap.org/?lat=37.8134&amp;lon=-122.2776&amp;zoom=14&amp;layers=Q">OpenStreetMap contributors</a>, <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a></small></div>
</div>
<p>Above is the image that prompted this post, with added attribution and license notice. Code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;z-index:0;position:relative;width:560px&quot;</span></span>
<span style="color: #009900;">     xmlns:cc<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://creativecommons.org/ns#&quot;</span></span>
<span style="color: #009900;">     about<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://gondwanaland.com/i/OpenStreetMap-Oakland-980.png&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.openstreetmap.org/?lat=37.8134&amp;amp;lon=-122.2776&amp;amp;zoom=14&amp;amp;layers=Q&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://gondwanaland.com/i/OpenStreetMap-Oakland-980.png&quot;</span><span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;position:absolute;z-index:1;right:0;bottom:0;&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">small</span>&gt;</span>
      © <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cc:attributionURL&quot;</span></span>
<span style="color: #009900;">           property<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cc:attributionName&quot;</span></span>
<span style="color: #009900;">           <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.openstreetmap.org/?lat=37.8134&amp;amp;lon=-122.2776&amp;amp;zoom=14&amp;amp;layers=Q&quot;</span>&gt;</span>OpenStreetMap contributors<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>,
        <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;license&quot;</span></span>
<span style="color: #009900;">           <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://creativecommons.org/licenses/by-sa/2.0/&quot;</span>&gt;</span>CC-BY-SA<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">small</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<h4>Explanation</h4>
<p>With respect to the achieving the text overlay, there&#8217;s nothing in this example not in the first. Below I explain annotations added that <a rel="tag" href="https://en.wikipedia.org/wiki/Creative_Commons_Rights_Expression_Language">enhance</a> (but are not required by) fulfillment of <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>/CC-BY-SA attribution and license notice.</p>
<p>The <code>xmlns:cc</code>prefix, and even that may be superfluous, given <code>cc:</code> as a <a href="http://www.w3.org/profile/rdfa-1.1">default prefix</a>.</p>
<p><code>about</code> sets the subject of subsequent annotations.</p>
<p><code>small</code> isn&#8217;t an annotation, but does now seem <a href="http://dev.w3.org/html5/markup/small.html">appropriate</a> for legal notices, and is usually rendered nicely.</p>
<p><code>rel="cc:attributionURL"</code> says that the value of the <code>href</code> property is the link to use for attributing the subject. <code>property="cc:attributionName"</code> says that the text (&#8220;OpenStreetMap contributors&#8221;) is the name to use for attributing the subject. <code>rel="license"</code> says the value of its <code>href</code> property is the subject&#8217;s license.</p>
<p>If you&#8217;re bad and not using <a href="https://www.eff.org/https-everywhere">HTTPS-Everywhere</a> (referrer not sent due to protocol change; actually I&#8217;m bad for not serving this blog over https), clicking on BY-SA above might obtain a snippet of HTML with credits for others to use. Or you can copy and paste the above code into <a href="http://www.w3.org/2007/08/pyRdfa/Shadow.html">RDFa Distiller</a> or <a href="http://check.rdfa.info/">checkrdfa</a> to see that the annotations are as I&#8217;ve said.</p>
<p><b>Addendum:</b> If you&#8217;re reading this in a feed reader or aggregator, there&#8217;s a good chance inline CSS is stripped &#8212; text intended to overlay images will appear under rather than overlaying images. Click through to the post in order to see the overlays work.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2012/01/08/css-text-overlay-attribution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>End of the 2011 world</title>
		<link>http://gondwanaland.com/mlog/2011/12/31/2011/</link>
		<comments>http://gondwanaland.com/mlog/2011/12/31/2011/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 03:05:28 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Oakland]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Public Domain]]></category>
		<category><![CDATA[Public Goods]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1448</guid>
		<description><![CDATA[I took the above photo near the beginning of 2011. It has spent most of the year near the top (currently #2) of my photos hosted at Flickr ranked by their interestingness metric. Every other photo in the 200 they rank (sadly I don&#8217;t think anyone not logged in as me can see this list) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/mlinksva/5366318120"><img src="http://gondwanaland.com/i/sf-rincon-rubble.jpg"/></a><br />
I took the above photo near the beginning of 2011. It has spent most of the year near the top (currently #2) of my photos hosted at Flickr ranked by their <a href="http://flickr.com/explore/interesting/">interestingness</a> metric. Every other photo in the 200 they rank (sadly I don&#8217;t think anyone not logged in as me can see this list) has some combination of being on other people&#8217;s lists of favorites, comments, or large number of views. The above photo has none of that. Prior to this post it has only been viewed 33 times by other people, according to Flickr, and I don&#8217;t think that number has changed in some time. Their (not revealed) code must find something about the image itself interesting. Is their algorithm inaccurate? In any case the image is appropriate as the world of 2011 is ending, and in 2012 I absolutely will migrate my personal media hosting to something autonomous, as since <a href="http://gondwanaland.com/mlog/2010/12/31/fsw-statusnet/">last year</a> someone (happens to be a friend and colleague) has taken on the mantle of <a href="http://dustycloud.org/blog/2011/5/5/gnu-mediagoblin.html">building media sharing for the federated social web</a>.</p>
<p>My employer&#8217;s office moved from San Francisco to Mountain View in April, contributing to a number of people <a href="http://gondwanaland.com/mlog/2011/07/11/cc-cto/">leaving</a> or transitioning out, which has been a bummer. I&#8217;ve been working exclusively from home since May. Still, there have been a number of good developments, which I won&#8217;t attempt to catalog here. My favorites include agreement with the Free Software Foundation regarding <a href="https://creativecommons.org/weblog/entry/27081">use of CC0 for public domain software</a>, small improvements in the <a href="https://creativecommons.org/weblog/entry/27467">CC legal user interface</a>, the return and great work of a <a href="https://creativecommons.org/weblog/entry/28360">previous colleague</a>, <a href="http://gondwanaland.com/mlog/2011/09/12/eol-plus/">retirement of two substandard licenses</a>, <a href="https://creativecommons.org/weblog/entry/28525">research</a>, and a <a href="http://gondwanaland.com/mlog/2011/11/03/commons-experts/">global summit/launch of a process</a> toward <a href="http://wiki.creativecommons.org/4.0">version 4.0</a> of the CC licenses, which I hope over the next year prove at least a little bit <a href="http://lists.ibiblio.org/pipermail/cc-community/2011-December/006347.html">visionary</a>, long-standing, and have some consideration for how they can <a href="http://lists.ibiblio.org/pipermail/cc-community/2011-December/006474.html">make the world a better place</a>.</p>
<p>Speaking of which, I&#8217;ve spent more time thinking about social science-y stuff in 2011 than I have in at least several years. I&#8217;ll probably have plenty to say regarding this on a range of topics next year, but for now I&#8217;ll state one narrow &#8220;professionally-related&#8221; conclusion: free/libre/open software/culture/etc advocates (me included) have done a wholly inadequate job of characterizing why our preferences matter, both to the general public and to specialists in every social science.</p>
<p>Apart from silly <a href="http://gondwanaland.com/mlog/2011/01/08/business-model-punch/">peeves</a>, two moderate ideas unrelated to free/libre/open stuff that I first wrote about in 2011 and I expect I&#8217;ll continue to push for years to come: <a href="http://gondwanaland.com/mlog/2011/11/12/no-more-child-veterans/">increasing the minimum age and education requirement for soldiers</a> and <a href="http://gondwanaland.com/mlog/2011/12/07/occupy-980/">tearing down highway 980</a>.</p>
<p>I haven&#8217;t done much programming in several years, and not full time in about a decade. This has been making me feel like my brain is rotting, and contributes to my lack of prototyping various services that I want to exist. Though I&#8217;d been fiddling (that may be generous) with Scala for a couple years, I was never really super excited about tying myself to the JVM. I know and deeply respect lots of people who doing great things with Python, and I&#8217;ve occasionally used it for scripts over the past several years because of that, but it leaves me totally non-enthused. I&#8217;ve done enough programming in languages that are uglier but more or less the same, time for something new. For a couple months I&#8217;ve been learning <a rel="tag" href="https://en.wikipedia.org/wiki/Haskell_%28programming_language%29">Haskell</a> and doing some prototyping using the <a href="http://www.yesodweb.com">Yesod web framework</a> (apparently I had heard of Haskell in <a href="http://gondwanaland.com/mlog/2005/08/03/agriculture/">2005</a> but I didn&#8217;t look at it closely until last year). I haven&#8217;t made as much progress as I&#8217;d like, mostly due to unrelated distractions. The biggest substantive hurdle has not been Haskell (and the concepts it stands for), but a lack of Yesod examples and documentation. This seems to be a common complaint. Yesod is rapidly <a href="https://groups.google.com/d/topic/yesodweb/pB26plTgERs/discussion">moving</a> to a 1.0 release, <a href="https://groups.google.com/d/topic/yesodweb/qGaBOZDkVPw/discussion">documentation</a> is prioritized, and I expect to be really productive with it over the coming year. Thanks to the <a href="http://www.yesodweb.com/page/contributors">people who make Yesod</a> and those who have been <a href="http://acawiki.org/A_History_of_Haskell:_Being_Lazy_With_Class">making Haskell for two decades</a>.</p>
<p>This year I appreciated three music projects that I hadn&#8217;t paid much attention to before, much to my detriment: <a href="https://en.wikipedia.org/wiki/DNA_%28band%29">DNA</a>, <a href="https://en.wikipedia.org/wiki/Moondog">Moondog</a>, and especially <a href="https://en.wikipedia.org/wiki/Harry_Partch">Harry Partch</a>. I also listened a lot again to one of my favorite bands I discovered in college, <a href="http://www.viosac.net">Violence and the Sacred</a>, which amazingly has <a href="http://www.viosac.net/blog/?p=271">released some of its catalog under the CC BY-SA license</a>. Check them out!</p>
<p>Finally, in 2011 I had the pleasure of getting to know just a little bit <a href="http://www.goldengateoakland.org/">some people working</a> to make my neighborhood a better <a href="http://oaklandnorth.net/2011/12/29/neighbors-working-to-create-a-sense-of-place-in-the-golden-gate-district/">place</a>, attending a <a href="http://www.slideshare.net/mlinksva/global-copyright-challenges-2011-special-libraries-association-conference">conference</a> with my sister, seeing one of my brothers start a <a href="http://www.bio.upenn.edu/faculty/linksvayer/">new job</a> and the other a <a href="http://open.salon.com/blog/gary_justis/2011/05/19/between_low_and_high_culture_heavy_brow_gallery">new gallery</a>, and with my wife of continuing to grow up (in that respect, the &#8220;better half&#8221; cliche definitely applies). Now for this world to <a href="http://www.pointofinquiry.org/stuart_robbins_the_end_of_the_world_as_we_know_it/">end</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2011/12/31/2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla $300m/year for freedom</title>
		<link>http://gondwanaland.com/mlog/2011/12/22/mozilla-money-freedom/</link>
		<comments>http://gondwanaland.com/mlog/2011/12/22/mozilla-money-freedom/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:13:53 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Public Goods]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1378</guid>
		<description><![CDATA[More Mozilla ads by Henrik Moltke / CC BY Congratulations to Mozilla on their $300m/year deal with Google, which will more than double current annual revenue. I&#8217;ve always thought people predicting doom for Mozilla if Google failed to renew were all wrong &#8212; others would be happy to pay for the default search position; probably [...]]]></description>
			<content:encoded><![CDATA[<div xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/terms/" about="http://gondwanaland.com/i/mozilla-venture-good.jpg" style="align:center"><a href="http://flickr.com/photos/henrikmoltke/5587199796"><img src="http://gondwanaland.com/i/mozilla-venture-good.jpg"/></a><br /><small><a rel="cc:attributionURL" href="http://flickr.com/photos/henrikmoltke/5587199796" property="dc:title">More Mozilla ads</a> by <span property="cc:attributionName">Henrik Moltke</span> / <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">CC BY</a></small></div>
<p>Congratulations to Mozilla on their <a href="https://allthingsd.com/20111222/google-will-pay-mozilla-almost-300m-per-year-in-search-deal-besting-microsoft-and-yahoo/">$300m/year deal with Google</a>, which will more than double current annual revenue. I&#8217;ve always thought people predicting doom for Mozilla if Google failed to renew were all wrong &#8212; others would be happy to pay for the default search position; probably less since Microsoft, Yahoo, and others make less than Google per ad view, but it&#8217;d still be a very substantial amount &#8212; and the link article hints that a Microsoft bid drove the price up.</p>
<p>There&#8217;s always a risk that Mozilla won&#8217;t spend the money well, but I&#8217;m pretty confident that they will. Firefox is excellent, and in 2011 has gotten <a href="http://gondwanaland.com/mlog/2011/12/04/rolling-bugfree/">more excellent, faster</a>, and I think many of the other projects they&#8217;re doing are really important, and on the right track (insofar as I&#8217;m qualified to discern, which is not much), for example <a href="https://browserid.org/">BrowserID</a>. Even in small and hopelessly annoying things, like licensing, I think Mozilla is <a href="http://gondwanaland.com/mlog/2011/12/06/mozilla-public-license-2-0-and-increasing-public-copyright-license-compatibility/">doing good</a>. <small>(Bias: Mozilla has <a href="https://creativecommons.net/figures/">donated</a> to my employer.)</small></p>
<p>I&#8217;m no longer enthused about the possibility of <a href="http://gondwanaland.com/mlog/2007/01/02/wikipedia-advertising/">huge resources for progress toward Wikimedia&#8217;s vision from advertising on Wikipedia</a>. Since I was last on that bandwagon, it has become even less of a possibility in anything but the distant future: Wikimedia&#8217;s donation campaigns have gone very well, adequately funding its operating mission, and lack of advertising has become even more part of Wikimedia&#8217;s messaging; I&#8217;ve also become more concerned (not in particular to Wikimedia) about the institutional corruption risks previously blogged by <a href="http://www.bayesianinvestor.com/blog/index.php/2007/01/08/should-wikipedia-run-ads/">Peter McCluskey</a> and <a href="http://www.techdirt.com/articles/20080313/091150534.shtml">Timothy B. Lee</a>. (Note these objections don&#8217;t apply to Mozilla: its significant revenue has always been advertising-based; very roughly its revenues are already 10x those of Wikimedia&#8217;s; and it is also building up an individual donor program, which I agree is often the healthiest revenue for a nonprofit.)</p>
<p>But I still very much think <a href="http://gondwanaland.com/mlog/2011/12/12/anti-sopa-commons/">freedom</a> needs massive, ongoing resource infusions, in the right institutional framework. I celebrate the tremendous benefits of the FLOSS community achieves without massive, concentrated, ongoing resource infusions, but I also admit that the web likely would be <a href="http://gondwanaland.com/mlog/2011/03/22/ie6-monoculture-reminde/">much worse</a>, much less webby, and much less free without concentrated resources at Mozilla over the last several years.</p>
<p>Thank you Mozillians, and congratulations. I have very high expectations for your contributions over the next years to the web and society, in particular where more freedom and security are obviously needed such as mobile and <a href="http://gondwanaland.com/mlog/2008/07/14/us-autonomo/">software services</a>. Such would be just a start. As computation <a href="https://identi.ca/notice/77510129">permeates</a> <a href="https://www.softwarefreedom.org/resources/2010/transparent-medical-devices.html">everything</a>, and digital freedom becomes the <a href="http://gondwanaland.com/mlog/2007/12/04/the-issue/">most important political issue</a>, the resources of many Mozillas are needed. More on that, soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2011/12/22/mozilla-money-freedom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative Commons hiring CTO</title>
		<link>http://gondwanaland.com/mlog/2011/07/11/cc-cto/</link>
		<comments>http://gondwanaland.com/mlog/2011/07/11/cc-cto/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 23:06:19 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=1186</guid>
		<description><![CDATA[See my blog post on the CC site for more context. Also thanks to Nathan Yergler, who held the job for four years. I really miss working with Nathan. His are big shoes to fill, but also his work across operations, applications, standards, and relationships set the foundation for the next CTO to be very [...]]]></description>
			<content:encoded><![CDATA[<p>See <a href="http://creativecommons.org/weblog/entry/28240">my blog post on the CC site</a> for more context.</p>
<p>Also thanks to <a href="http://yergler.net/blog/2011/04/18/the-new-thing/">Nathan Yergler</a>, who held the job for four years. I really miss working with Nathan. His are big shoes to fill, but also his work across operations, applications, standards, and relationships set the foundation for the next CTO to be very successful.</p>
<p><a href="https://identi.ca/conversation/74489766"><img src="http://gondwanaland.com/i/tape-backups-in-the-cloud-guy.jpg" alt="" title="do you have what it takes?"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2011/07/11/cc-cto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 years of posts as wordles</title>
		<link>http://gondwanaland.com/mlog/2009/01/03/5-wordle-years/</link>
		<comments>http://gondwanaland.com/mlog/2009/01/03/5-wordle-years/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:45:45 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/?p=630</guid>
		<description><![CDATA[Composition of wordles / CC BY Unsatisfying, or perhaps this blog is just that uninteresting. Code used to produce yearly wordlists. Some possible improvements: Rewrite as WordPress plugin OR abstract from WordPress Case insensitivity Suppress common words (used Wordle menu for this, but it isn&#8217;t very aggressive), perhaps using a word frequency dataset Use free [...]]]></description>
			<content:encoded><![CDATA[<div about="http://gondwanaland.com/mlog/files/mlog-5year-wordles-480.png" style="align:center"><a href="http://gondwanaland.com/mlog/files/mlog-5year-wordles.png"><img src="http://gondwanaland.com/mlog/files/mlog-5year-wordles-480.png"/></a><br /><span style="align:center"><small>Composition of <a rel="cc:attributionURL" href="http://www.wordle.net/gallery?username=mlinksva">wordles</a> / <a href="http://creativecommons.org/licenses/by/3.0/" rel="license">CC BY</a></small></span></div>
<p>Unsatisfying, or perhaps this blog is just that uninteresting. <a href="http://gondwanaland.com/mlog/files/wordpress-year-wordle-input.py">Code used to produce yearly wordlists.</a> Some possible improvements:</p>
<ul>
<li>Rewrite as WordPress plugin OR abstract from WordPress
</li>
<li>Case insensitivity
</li>
<li>Suppress common words (used Wordle menu for this, but it isn&#8217;t very aggressive), perhaps using a word frequency dataset
</li>
<li>Use free software alternative to Wordle to generate wordclouds (suggestions?)
</li>
<li>Automate generation of wordclouds (very difficult using Wordle, would involve browser automation, thus previous bullet)
</li>
</ul>
<p>I started doing this in part to see five years of topic changes on this blog, but mostly because if it worked well, I&#8217;d use it on the <a href="http://creativecommons.org/weblog/">Creative Commons blog</a>, which is a 6+ year mass of around 2,500 almost completely uncategorized/untagged posts. In that vein, I intend to look into <a href="http://wordpress.org/extend/plugins/tags/tagging">automated term extraction and user tagging code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2009/01/03/5-wordle-years/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uberfact</title>
		<link>http://gondwanaland.com/mlog/2008/02/18/uberfact/</link>
		<comments>http://gondwanaland.com/mlog/2008/02/18/uberfact/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:02:38 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2008/02/18/uberfact/</guid>
		<description><![CDATA[There are a number of fun things about a sketch of Uberfact: the ultimate social verifier. The first is that the post could be written without mentioning distributed revision control. The second is that the proposed project is a nice would-be example of political desires sublimated entirely into creating useful and voluntary tools. Third, Mencius [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of fun things about a sketch of <em><a href="http://unqualified-reservations.blogspot.com/2007/08/uberfact-ultimate-social-verifier.html">Uberfact: the ultimate social verifier</a></em>. The first is that the post could be written without mentioning <a href="http://en.wikipedia.org/wiki/Distributed_revision_control" rel="tag">distributed revision control</a>. The second is that the proposed project is a nice would-be example of <a href="http://unqualified-reservations.blogspot.com/2008/01/revipedia-how-to-defeat-us-government.html">political desires sublimated entirely</a> into creating useful and voluntary tools. Third, Mencius Moldbug is a fun writer.</p>
<p>Something like Uberfact should absolutely be built, though I&#8217;m far from certain it would hit a sweet spot. It may be too decentralized or too centralized or both. All points from enhancing Wikipedia to the Semantic Web (with Uberfact somewhere between) are complementary and well worth pursuing, particularly if that pursuit displaces malinvestment in politics.</p>
<p>Relatedly, but no time to explain why:</p>
<ul>
<li><a href="http://lists.canonical.org/pipermail/kragen-tol/2005-June/000784.html">Imagine decentralizing Wikipedia with Codeville</a></li>
<li><a href="http://lists.wikimedia.org/pipermail/foundation-l/2008-February/038601.html">Possibility of a git-based fully distributed Wikipedia</a></li>
<li><a href="http://www.youtube.com/watch?v=4XpnKHJAok8">Google Tech Talk: Linus Torvalds on git</a></li>
<li><a href="http://gondwanaland.com/mlog/2006/12/10/semantic-mediawiki-revolution/">Most important software project</a></li>
<li><a href="http://gondwanaland.com/mlog/2006/12/10/peer-production-revolution/">Free software and social revolution</a></li>
<li><a href="http://gondwanaland.com/mlog/2007/07/04/we-r-independent/">We R Independent</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2008/02/18/uberfact/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Steps toward better software and content</title>
		<link>http://gondwanaland.com/mlog/2007/12/01/copyleft-pd/</link>
		<comments>http://gondwanaland.com/mlog/2007/12/01/copyleft-pd/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 00:38:18 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Free Speech]]></category>
		<category><![CDATA[Intellectual Protectionism]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Peeves]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Public Domain]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/12/01/copyleft-pd/</guid>
		<description><![CDATA[The Wikimedia Foundation board has passed a resolution that is a step toward Wikipedia migrating to the Creative Commons Attribution-ShareAlike license. I have an uninteresting interest in this due to working at Creative Commons (I do not represent them on this blog), but as someone who wants to see free knowledge &#8220;win&#8221; and achieve revolutionary [...]]]></description>
			<content:encoded><![CDATA[<p>The Wikimedia Foundation board has passed a <a href="http://wikimediafoundation.org/wiki/Resolution:License_update">resolution</a> that is a <a href="http://creativecommons.org/weblog/entry/7876">step toward Wikipedia migrating to the Creative Commons Attribution-ShareAlike license</a>. I have an uninteresting interest in this due to working at Creative Commons (I do <em>not</em> represent them on this blog), but as someone who wants to see free knowledge &#8220;win&#8221; and achieve <a href="http://gondwanaland.com/mlog/2006/12/10/peer-production-revolution/">revolutionary</a> impact, I declare this an important step forward. The current fragmentation of the universe of free content along the lines of legally incompatible but similar in spirit <a href="http://en.wikipedia.org/wiki/Copyleft" rel="tag">copyleft</a> licenses delays and endangers the point at which that universe reaches critical mass &#8212; when any given project decides to use a copyleft license merely because then being able to include content from the free copyleft universe makes that decision make sense. This has worked fairly well in the software world with the GPL as <em>the</em> copyleft license.</p>
<p>Copyleft was and is a great hack, and useful in many cases. But practically it is a major barrier to collaboration in some contexts and politically it is still based on <a href="http://gondwanaland.com/mlog/2007/09/10/copyright-intervention/">censorship</a>. So I&#8217;m always extremely pleased by any expansion of the public domain. There could hardly be a more welcome expansion than <a href="http://en.wikipedia.org/wiki/Daniel_J._Bernstein" rel="tag">Daniel J. Bernstein</a>&#8216;s <a href="http://lwn.net/Articles/260481/">release</a> of his code (most notably <a href="http://en.wikipedia.org/wiki/Qmail" rel="tag">qmail</a>) into the public domain. Most of the practical benefit (including his code in free software distributions) could have been achieved by released under any free software license, including the GPL. But politically, check out this <a href="http://video.google.com/videoplay?docid=-3147768955127254412&amp;q=%22Bernstein+releases+code+to+public+domain%22&amp;total=1&amp;start=0&amp;num=10&amp;so=0&amp;type=search&amp;plindex=0">two minute video</a> of Bernstein pointing out some of the problems of copyright and announcing that his code is in the public domain.</p>
<p>Bernstein (usually referred to as &#8216;djb&#8217;) also recently doubled the reward for finding a security hole in qmail to US$1,000. I highly recommend his <em><a href="http://cr.yp.to/qmail/qmailsec-20071101.pdf">Some thoughts on security after ten years of qmail 1.0</a></em>, also available as something approximating <a href="http://cr.yp.to/talks/2007.11.02/slides.pdf">slides</a> (also see an interesting <a href="http://www.eros-os.org/pipermail/cap-talk/2007-November/thread.html#9202">discussion of the paper on cap-talk</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/12/01/copyleft-pd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>gOS: the web takes and gives</title>
		<link>http://gondwanaland.com/mlog/2007/11/24/gos-the-web-takes-and-gives/</link>
		<comments>http://gondwanaland.com/mlog/2007/11/24/gos-the-web-takes-and-gives/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 00:09:37 +0000</pubDate>
		<dc:creator>Mike Linksvayer</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Open Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://gondwanaland.com/mlog/2007/11/24/gos-the-web-takes-and-gives/</guid>
		<description><![CDATA[I imagine thousands of bloggers have commented on gOS, a Linux distribution featuring shortcuts to Google web application on the desktop and preloaded on a PC sold (out) for $200 at Wal-Mart. Someone asked me to blog about it and I do find plenty interesting about it, so thus this post. I started predicting that [...]]]></description>
			<content:encoded><![CDATA[<p>I imagine thousands of bloggers have commented on <a href="http://en.wikipedia.org/wiki/GOS_%28Linux_distribution%29" rel="tag">gOS</a>, a Linux distribution featuring shortcuts to Google web application on the desktop and preloaded on a PC sold (<a href="http://www.techcrunch.com/2007/11/12/gos-pc-sells-out-people-like-a-google-focused-pc/">out</a>) for $200 at Wal-Mart. Someone asked me to blog about it and I do find plenty interesting about it, so thus this post.</p>
<p>I started predicting that Linux would take over the desktop in 1994 and stopped predicting that a couple years later. The increasing dominance of web-based applications may have me making that prediction again in a couple more years, and gOS is a harbinger of that. Obviously web apps make users care less about what desktop operating system they&#8217;re running &#8212; the web browser is the desktop platform of interest, not the OS.</p>
<p>gOS also points to a new and better (safer) take on a PC industry business model &#8212; payment for placement of shortcuts to web applications on the desktop (as opposed to preloading a PC with crapware) &#8212; although as far as I know Google isn&#8217;t currently paying anything to the gOS developers or <a href="http://en.wikipedia.org/wiki/Everex" rel="tag">Everex</a>, which makes the aforementioned cheap PC.</p>
<p>This is highly analogous to the <a href="http://weblogs.mozillazine.org/asa/archives/2007/10/firefox_finance.html">Mozilla business model</a> with a significant difference: distribution is controlled largely by hardware distributors, not the Mozilla/Firefox site, and one would expect end distributors to be the ones in a position to make deals with web application companies. However, this difference could become muted if lots of hardware vendors started shipping Firefox. This model will make the relationship of hardware vendors to software development, and particularly open source, very interesting over the next years.</p>
<p>One irony (long recognized by many) is that while web applications <a href="http://gondwanaland.com/mlog/2006/07/06/constitutionally-open-services/">pose a threat</a> to user freedoms gained through desktop free and open source software, they&#8217;ve also greatly lowered the barriers to desktop adoption.</p>
<p>By the way, the most interesting recent development in web application technology: <a href="http://www.links.org/?p=271">Caja, or Capability Javascript</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gondwanaland.com/mlog/2007/11/24/gos-the-web-takes-and-gives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

