<?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>David Gerard</title>
	<atom:link href="http://davidgerard.co.uk/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidgerard.co.uk/notes</link>
	<description>arrogant pontification</description>
	<lastBuildDate>Fri, 27 Aug 2010 21:14:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Staring into the eye of Cthulhu.</title>
		<link>http://davidgerard.co.uk/notes/2010/08/22/staring-into-the-eye-of-cthulhu/</link>
		<comments>http://davidgerard.co.uk/notes/2010/08/22/staring-into-the-eye-of-cthulhu/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 20:53:35 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=363</guid>
		<description><![CDATA[The MediaWiki wikitext parser is not a &#8220;parser&#8221; as such; it&#8217;s a pile of regular expressions, using PCRE as found in PHP. There are preprocessing and postprocessing steps. No formal definition of wikitext exists; the definition is literally &#8220;whatever the parser does.&#8221; Lots of features of wikitext that people use in practice are actually quirks [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/22/staring-into-the-eye-of-cthulhu/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=363" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>The MediaWiki <a href="http://www.mediawiki.org/wiki/Category:Parser">wikitext parser</a> is not a &#8220;parser&#8221; as such; it&#8217;s a pile of regular expressions, using PCRE as found in PHP. There are <a href="http://www.mediawiki.org/wiki/Manual:Parser.php">preprocessing and postprocessing steps</a>. No formal definition of wikitext exists; the definition is literally &#8220;whatever the parser does.&#8221; Lots of features of wikitext that people use in practice are actually quirks of the implementation.</p>
<p>This is a serious problem. Rendering a complex page on en:wp can take several seconds on the reasonably fast WMF servers. Third-party processing of wikitext into XML, HTML or other formats is not reliably possible. You can&#8217;t drop in a faster parser if you happen to have access to gcc on your server. Solid <a href="http://www.mediawiki.org/wiki/WYSIWYG_editor">WYSIWYG</a> editing, as opposed to the many approximations over the years (some very good, but still very approximate), could really do with a formally-described language to work to. (That&#8217;s not all it needs, but it&#8217;s pretty much needed to make it solid.)</p>
<p>Actually describing wikitext is something many people have <a href="http://www.mediawiki.org/wiki/Markup_spec">attempted</a> and ended up <a href="http://davidgerard.co.uk/notes/2008/04/09/regular-expressions-to-ebnf/">dashing their brains against the rocks of</a>. The hard stuff is the last 5%, and almost all of the horrible stuff needs to work because it&#8217;s used in the vast existing body of wikitext. Wikitext is provably impossible to describe as EBNF. Steve Bennett tried <a href="http://www.mediawiki.org/wiki/Markup_spec/ANTLR">ANTLR</a> and that effort failed too.</p>
<p>If you&#8217;ve ever spat and cursed at the MediaWiki parser, you may care to glance at this month&#8217;s <a href="http://lists.wikimedia.org/pipermail/wikitext-l/2010-August/thread.html">wikitext-l archives</a>. (That&#8217;s the list Tim Starling created to keep us from clogging wikitech-l with gibbering insanity.) Andreas Jonsson has been having a good hack at it, and <a href="http://lists.wikimedia.org/pipermail/wikitext-l/2010-August/000311.html">he thinks he&#8217;s cracked it</a>.</p>
<p>This won&#8217;t become <i>the</i> parser without some serious compatibility testing &#8230; and being faster than the existing one. But this even existing will mean third parties can use a compiled C parser instead of PHP, third parties can process wikitext with blithe abandon without a magic black box MediaWiki installation, dogs and cats can live together in Californian gay marriage and the world will be just that little bit more beautiful. Andreas&#8217; mortal shell, mind destroyed by contemplation of insanity beyond the power of the fragile human frame to take, would be in line for the Nobel Prize for Wikipedia. Could be good. Should be in the <a href="http://lists.wikimedia.org/pipermail/wikitext-l/2010-August/000313.html">WMF Subversion</a> within a few days.</p>
<p><b>Update:</b> <a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/parsers/libmwparser/">Svn</a>, <a href="http://lists.wikimedia.org/pipermail/wikitext-l/2010-August/000318.html">explanation</a>. Performance is actually <i>comparable</i> to the present parser. Not perfect as yet, but not bad.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/22/staring-into-the-eye-of-cthulhu/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=363" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/08/22/staring-into-the-eye-of-cthulhu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>We will add your activist distinctiveness to our own.</title>
		<link>http://davidgerard.co.uk/notes/2010/08/20/we-will-add-your-activist-distinctiveness-to-our-own/</link>
		<comments>http://davidgerard.co.uk/notes/2010/08/20/we-will-add-your-activist-distinctiveness-to-our-own/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 23:40:55 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=357</guid>
		<description><![CDATA[Despite the media attention, I don&#8217;t think this is any threat to the integrity of the encyclopedias&#8217; content.
The Wikipedias get waves of activists and are used to dealing with them. The ones who don&#8217;t take the time to understand Neutral Point Of View, their stuff gets removed. The ones who do, their stuff stays and [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/20/we-will-add-your-activist-distinctiveness-to-our-own/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=357" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Despite the media attention, I don&#8217;t think <a href="http://www.guardian.co.uk/world/2010/aug/18/wikipedia-editing-zionist-groups">this</a> is any threat to the integrity of the encyclopedias&#8217; content.</p>
<p>The Wikipedias get waves of activists and are used to dealing with them. The ones who don&#8217;t take the time to understand Neutral Point Of View, their stuff gets removed. The ones who do, their stuff stays and their cause gets accurately described and represented. Best case, we get more good new Wikipedians.</p>
<p>This applies to any activist for any cause whatsoever and has applied at least since I started on en:wp in 2004.</p>
<p>The advice I have for activists is: strict neutrality with excellent citations will do your cause justice. Everything else will be removed.</p>
<p>The broader advice is: there is no plausible attack on the integrity of the encyclopedias themselves that is not already something we are quite used to dealing with on a daily basis for many years.</p>
<p>I wonder if the presently prominent group of activists have taken in <a href="http://en.wikipedia.org/wiki/Wikipedia:Writing_for_the_opponent">this</a> one in the quest to have their stuff stick.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/20/we-will-add-your-activist-distinctiveness-to-our-own/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=357" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/08/20/we-will-add-your-activist-distinctiveness-to-our-own/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>There&#8217;s a hole in my bucket.</title>
		<link>http://davidgerard.co.uk/notes/2010/08/06/theres-a-hole-in-my-bucket/</link>
		<comments>http://davidgerard.co.uk/notes/2010/08/06/theres-a-hole-in-my-bucket/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 22:21:43 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=351</guid>
		<description><![CDATA[Only a few calls after Afghan War Diary from people who think Wikileaks is part of Wikimedia. I must stress again the two are utterly unconnected, though I remain a big fan of Wikileaks.
What happens if the Pentagon manages to nail Julian Assange? Maybe, just maybe, Wikileaks posts the key to the file tagged &#8220;INSURANCE&#8221;.
In [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/06/theres-a-hole-in-my-bucket/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=351" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Only a few calls after <a href="http://wikileaks.org/wiki/Afghan_War_Diary,_2004-2010">Afghan War Diary</a> from people who think Wikileaks is part of Wikimedia. I must stress again the two are utterly unconnected, though I remain <a href="http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/">a big fan</a> of Wikileaks.</p>
<p>What happens if the Pentagon manages to <a href="http://www.thefirstpost.co.uk/66898,people,news,julian-assange-threatened-by-pentagon-over-wikileaks">nail Julian Assange?</a> Maybe, just maybe, Wikileaks posts the key to <a href="http://www.huffingtonpost.com/2010/08/05/wikileaks-insurance-file-_n_672094.html">the file tagged &#8220;INSURANCE&#8221;</a>.</p>
<p>In the meantime, US military are <a href="http://www.huffingtonpost.com/2010/08/05/us-military-banned-from-v_n_671967.html">banned from looking at Wikileaks</a>. I&#8217;m sure that&#8217;ll seal all leaks just fine. The Taliban can still read it, of course.</p>
<p>The old media aren&#8217;t happy either. I bet the RIAA wishes it had thought of calling in <a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/08/02/AR2010080202627.html">military strikes</a> on Napster.</p>
<p>And to be on-topic: Wikileaks reveals <a href="http://www.reddit.com/r/WikiLeaks/comments/cxgkh/us_army_intelligence_report_copied_wholesale_from/">US Army Intelligence cribs from Wikipedia, too</a>. (<a href="http://webcache.googleusercontent.com/search?q=cache:TlFjp-c1YLUJ:www.reddit.com/r/WikiLeaks/comments/cxgkh/us_army_intelligence_report_copied_wholesale_from/">Cache</a>.)</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/08/06/theres-a-hole-in-my-bucket/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=351" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/08/06/theres-a-hole-in-my-bucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link pile.</title>
		<link>http://davidgerard.co.uk/notes/2010/07/25/link-pile-4/</link>
		<comments>http://davidgerard.co.uk/notes/2010/07/25/link-pile-4/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:29:43 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=338</guid>
		<description><![CDATA[
Wikipedia is TERRORIST!!!1! (The court tells him to go away [PDF].)

&#8220;Let&#8217;s you and him fight! &#8230; What do you mean, you&#8217;re going to cooperate? Cowards!&#8221;

Boy, is Citizendium dead. Specifically, the comments: aggrieved academics burnt by CZ versus the North Korean press office. Car crash television. The objective numbers, with graphs and post-mortem.
New RationalWiki: Adi Da, [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/25/link-pile-4/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=338" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href=" http://dir.groups.yahoo.com/group/wikipediadown/message/2">Wikipedia is TERRORIST!!!1!</a> (The court tells him to <a href="https://ecf.dcd.uscourts.gov/cgi-bin/show_public_doc?2010cv0609-3">go away</a> [PDF].)</p>
</li>
<li>&#8220;Let&#8217;s you and him fight! &#8230; What do you mean, you&#8217;re going to cooperate? <a href="http://virulentwordofmouse.wordpress.com/2010/06/07/another-venerable-establishment-surrenders-to-wikipedia/">Cowards!</a>&#8221;
</li>
<li><a href="http://www.timeshighereducation.co.uk/story.asp?sectioncode=26&#038;storycode=412616&#038;c=1">Boy, is Citizendium dead.</a> Specifically, the <a href="http://www.timeshighereducation.co.uk/comments.asp?sectioncode=26&#038;storycode=412616&#038;c=1">comments</a>: aggrieved academics burnt by CZ versus the North Korean press office. Car crash television. <a href="http://rationalwiki.org/wiki/Citizendium">The objective numbers, with graphs</a> and post-mortem.</li>
<li>New RationalWiki: <a href="http://rationalwiki.org/wiki/Adi_Da">Adi Da</a>, <a href="http://rationalwiki.org/wiki/ArXiv">arXiv</a>, <a href="http://rationalwiki.org/wiki/Biofeedback">Biofeedback</a>, <a href="http://rationalwiki.org/wiki/Ezekiel%27s_wheel">Ezekiel&#8217;s wheel</a>, <a href="http://rationalwiki.org/wiki/Lubo%C5%A1_Motl">Luboš Motl</a>. Also, <a href="http://www.mediawiki.org/wiki/InstantCommons">InstantCommons</a> is <i>way</i> cool.</li>
<li>By the way: <a href="http://www.guardian.co.uk/world/2010/jul/25/wikileaks-war-logs-back-story">reward quality investigative journalism</a> and <a href="http://www.wikileaks.org/wiki/Special:Support">give WikiLeaks some cash</a>. And buy these issues of NYT, der Spiegel and the Guardian and tell them why.</li>
</ul>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/25/link-pile-4/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=338" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/07/25/link-pile-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nazi Goatse, part 94.</title>
		<link>http://davidgerard.co.uk/notes/2010/07/22/nazi-goatse-part-94/</link>
		<comments>http://davidgerard.co.uk/notes/2010/07/22/nazi-goatse-part-94/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:05:54 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=326</guid>
		<description><![CDATA[Wikimedia has set up an investigation into the question of contentious content on the projects. Sexual content, violent content, pictures of Muhammad. The stuff that&#8217;s legal, but whose very existence offends people.
My sympathy goes out to the poor sods charged with the study. I&#8217;d be hard put to think of a more poisoned chalice. No [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/22/nazi-goatse-part-94/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=326" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Wikimedia has set up an investigation into <a href="http://meta.wikimedia.org/wiki/2010_Wikimedia_Study_of_Controversial_Content">the question of contentious content</a> on the projects. Sexual content, violent content, pictures of Muhammad. The stuff that&#8217;s legal, but whose very existence offends people.</p>
<p>My sympathy goes out to the poor sods charged with the study. I&#8217;d be hard put to think of a more poisoned chalice. No matter <i>what</i> they come up with, they will be called Nazis and worse. And whatever they come up with will change no minds whatsoever and be hideously distorted &mdash; if they said &#8220;the best thing for Wikimedia is a <a href="http://en.wikipedia.org/wiki/Goatse.cx">goatse</a> at the top of all pages,&#8221; someone would say &#8220;yes, and this is why anyone advocating images purporting to be Muhammad should be beheaded.&#8221;</p>
<p>The <a href="http://meta.wikimedia.org/wiki/Talk:2010_Wikimedia_Study_of_Controversial_Content">meta talk page</a> has already been swooped upon by the usual participants and reduced to somewhat worse than uselessness.</p>
<p>I can reiterate my basic argument, as father of a three-year-old and stepfather of two teenagers.</p>
<p>The Wikimedia communities are sufficiently painstaking in making sure everything is educational and in context that I&#8217;d happily let my daughter in front of Wikimedia unrestricted. Anything sexual or horrifying would be informative and in context.</p>
<p>The community works <i>incredibly hard</i> to make the contentious stuff good. Any kid who looks up <a href="http://en.wikipedia.org/wiki/Fuck">&#8220;fuck&#8221;</a> on English Wikipedia will come away considerably educated, for example!</p>
<p>The last shock I got from Wikipedia was when I followed a link on another site to <a href="http://en.wikipedia.org/wiki/Cock_ring">Cock ring</a>, and was confronted with a large, shiny, erect penis. With, of course, a cock ring on it. Not something I&#8217;d care to have pop up on the screen at work &#8230; on the other hand, I have no reason to be going to an article on cock rings at work. I think the article was entirely reasonable and the use of the picture was entirely reasonable.</p>
<p>Then there is the issue of important photos of war and so on that are <i>absolutely horrifying</i>. They should be in the encyclopedia, even if merely describing some of them makes my stomach do flip-flops.</p>
<p>I think experience shows that the Wikimedia communities take their responsibility to educate seriously enough that &#8220;Wikipedia is not censored&#8221; is sufficient in practice. I have seen no cases that would lead me to think otherwise.</p>
<p>As noted in the <a href="http://lists.wikimedia.org/pipermail/foundation-l/2010-July/thread.html#59843">most recent foundation-l reiteration</a> of the <a href="http://en.wikipedia.org/wiki/Talk:Muhammad/images">Muhammad image discussion</a>, Wikimedia has a firm bias to more information rather than less. It&#8217;s right there in the <a href="http://wikimediafoundation.org/">mission statement</a>. Increasing, not decreasing, knowledge is why the community is here at all. If you go against the statement and expectation that more information is better than less information &mdash; even if the information is horrible and shocking &mdash; the community will not accept it. If the Foundation forces filtering on the community, the community will get up and <i>leave</i>. As Milos Rancic <a href="http://lists.wikimedia.org/pipermail/foundation-l/2010-July/060053.html">noted</a>, implementing any of the recommendations on that meta talk page will promptly lead to a fork. As it should &mdash; insulting your community in such a manner is an excellent way to get rid of them.</p>
<p>Filtering should be left to third parties. The <a href="http://schools-wikipedia.org/">SOS Children Wikipedia for Schools</a> is an excellent example, and it&#8217;s quite popular and won&#8217;t get a teacher fired. Other than that, I&#8217;ve seen no evidence of actual demand for a filtered Wikimedia from end users &mdash; only from people who want to filter the projects themselves at the source.</p>
<p>One perennial proposal is for images in given categories to be hidden from view for logged-in users. This is an idea I like, as it puts control in the hands of the viewer rather than third parties. All it requires is someone to code something that passes muster with <a href="http://tstarling.com/blog/">Tim</a> and <a href="http://mituzas.lt/">Domas</a> as unlikely to melt the servers.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/22/nazi-goatse-part-94/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=326" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/07/22/nazi-goatse-part-94/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Link pile.</title>
		<link>http://davidgerard.co.uk/notes/2010/07/02/link-pile-3/</link>
		<comments>http://davidgerard.co.uk/notes/2010/07/02/link-pile-3/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:38:02 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=322</guid>
		<description><![CDATA[
Delete, non-notable terrorist. May be recreated if terrorism successful &#8211; ~~~~

Some people get really disappointed when a fight they&#8217;re looking for doesn&#8217;t happen.

The Murdoch organisational war on free: Fox News wants to shut down Illinois libraries.

I&#8217;ve been spending the last while furiously editing on RationalWiki, a place for rowdy sceptics. No-one reads it, but at [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/02/link-pile-3/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=322" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<ul>
<li><b>Delete</b>, <a href="http://www.mightaswelldance.com/blog/2010/05/how-wikipedia-kept-me-out-of-jail/">non-notable terrorist</a>. May be recreated if terrorism successful &#8211; ~~~~
</li>
<li>Some people get <a href="http://virulentwordofmouse.wordpress.com/2010/06/07/another-venerable-establishment-surrenders-to-wikipedia/">really disappointed</a> when a fight they&#8217;re looking for doesn&#8217;t happen.
</li>
<li>The Murdoch organisational war on free: <a href="http://www.boingboing.net/2010/06/30/fox-news-advocates-s.html">Fox News wants to shut down Illinois libraries</a>.
</li>
<li>I&#8217;ve been spending the last while furiously editing on <a href="http://rationalwiki.org/">RationalWiki</a>, a place for <a href="http://rationalwiki.org/wiki/RationalWiki">rowdy sceptics</a>. No-one reads it, but at least we don&#8217;t pretend otherwise.
</li>
</ul>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/07/02/link-pile-3/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=322" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/07/02/link-pile-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Citizendium dead?</title>
		<link>http://davidgerard.co.uk/notes/2010/04/17/is-citizendium-dead/</link>
		<comments>http://davidgerard.co.uk/notes/2010/04/17/is-citizendium-dead/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 02:14:37 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=311</guid>
		<description><![CDATA[In March 2010, about 90 people made even a single edit to Citizendium. Compare Conservapedia, which has 76 in the last week at the time I write this. The difference is, the latter is pretty much a personal website run by a gibbering fundie lunatic which gets pretty much all its traffic from sceptics making [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/04/17/is-citizendium-dead/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=311" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>In March 2010, <a href="http://en.citizendium.org/wiki/CZ:Statistics#Number_of_authors">about 90 people made even a single edit to Citizendium</a>. Compare <a href="http://rationalwiki.com/wiki/Conservapedia">Conservapedia</a>, which has <a href="http://www.conservapedia.com/Special:Statistics">76 in the last week</a> at the time I write this. The difference is, the latter is pretty much a personal website run by a gibbering fundie lunatic which gets pretty much all its traffic from <a href="http://rationalwiki.com">sceptics</a> <a href="http://rationalwiki.com/wiki/Conservapedia:What_is_going_on_at_CP%3F">making fun of it</a>; the former was a serious project.</p>
<p>This is terribly sad. What went wrong?</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/04/17/is-citizendium-dead/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=311" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/04/17/is-citizendium-dead/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Link pile.</title>
		<link>http://davidgerard.co.uk/notes/2010/03/28/link-pile-2/</link>
		<comments>http://davidgerard.co.uk/notes/2010/03/28/link-pile-2/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:38:52 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=302</guid>
		<description><![CDATA[
Steven Walling: Why Wikipedians Are Weird is beautiful and true, and you must watch it. (I have been at a pub with a trivia quiz where the table of Wikipedians didn&#8217;t enter because &#8220;it wouldn&#8217;t be fair.&#8221;)

Does Wikipedia Suck? A highly effective assignment to teach students the true value of Wikipedia. (It is what it [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/03/28/link-pile-2/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=302" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Steven Walling: <a href="http://www.youtube.com/watch?v=UEkF5o6KPNI">Why Wikipedians Are Weird</a> is beautiful and true, and you must watch it. (I have been at a pub with a trivia quiz where the table of Wikipedians didn&#8217;t enter because &#8220;it wouldn&#8217;t be fair.&#8221;)
</li>
<li><a href="http://www.insidehighered.com/advice/instant_mentor/weir22">Does Wikipedia Suck?</a> A highly effective assignment to teach students the true value of Wikipedia. (It is what it is, not what it isn&#8217;t.)
</li>
</ul>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/03/28/link-pile-2/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=302" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/03/28/link-pile-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trending topics!</title>
		<link>http://davidgerard.co.uk/notes/2010/03/25/trending-topics/</link>
		<comments>http://davidgerard.co.uk/notes/2010/03/25/trending-topics/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:20:53 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=300</guid>
		<description><![CDATA[This is a nice toy from Data Wrangling. So far only covering English Wikipedia, though I&#8217;ve enquired as to whether they&#8217;ve any plans to cover other WMF wikis (as stats.grok.se does).
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/03/25/trending-topics/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=300" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trendingtopics.org/">This</a> is a nice toy from <a href="http://www.datawrangling.com/">Data Wrangling</a>. So far only covering English Wikipedia, though I&#8217;ve enquired as to whether they&#8217;ve any plans to cover other WMF wikis (as <a href="http://stats.grok.se/">stats.grok.se</a> does).</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/03/25/trending-topics/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=300" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/03/25/trending-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wikipedia/Wikimedia Press Coverage Bingo Card.</title>
		<link>http://davidgerard.co.uk/notes/2010/02/27/the-wikipediawikimedia-press-coverage-bingo-card/</link>
		<comments>http://davidgerard.co.uk/notes/2010/02/27/the-wikipediawikimedia-press-coverage-bingo-card/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 01:15:18 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=288</guid>
		<description><![CDATA[



Wikipedia is closed to edits now

Encyclopedia Britannica is far superior to Wikipedia

Knol will kill Wikipedia

Wikipedia is public domain

Google owns Wikipedia now



Administrators control all articles personally

Wikipedia thinks Article X should be deleted

Wikipedia is in cahoots with Google for page rank

Wikipedia is a socialist conspiracy

Yahoo owns Wikipedia now



All schools everywhere forbid Wikipedia

Wikia is Wikipedia

FREE SPEECH

Jimmy Wales approves [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/27/the-wikipediawikimedia-press-coverage-bingo-card/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=288" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p><center>
<div style="text-align:center;font-size:80%">
<table border=1 cellpadding=3 cellspacing=3>
<tr>
<td width="20%">Wikipedia is closed to edits now
</td>
<td>Encyclopedia Britannica is far superior to Wikipedia
</td>
<td>Knol will kill Wikipedia
</td>
<td>Wikipedia is public domain
</td>
<td>Google owns Wikipedia now
</td>
</tr>
<tr>
<td width="20%">Administrators control all articles personally
</td>
<td>Wikipedia thinks Article X should be deleted
</td>
<td>Wikipedia is in cahoots with Google for page rank
</td>
<td>Wikipedia is a socialist conspiracy
</td>
<td>Yahoo owns Wikipedia now
</td>
</tr>
<tr>
<td width="20%">All schools everywhere forbid Wikipedia
</td>
<td>Wikia is Wikipedia
</td>
<td><b>FREE SPEECH</b>
</td>
<td>Jimmy Wales approves all Wikipedia articles personally
</td>
<td>Wikipedia Foundation UK
</td>
</tr>
<tr>
<td width="20%">Wikipedia is a capitalist conspiracy
</td>
<td>Wikipedia runs Wikileaks
</td>
<td>Wikipedia is dying
</td>
<td>Andrew Orlowski will kill Wikipedia
</td>
<td>Wikipedia must run advertising or it will die
</td>
</tr>
<tr>
<td width="20%">Wikipedia will destroy civilised writing
</td>
<td>Citizendium will kill Wikipedia
</td>
<td>Wikipedia contains errors! No-one should use it
</td>
<td>Microsoft Bing owns Wikipedia now
</td>
<td>Wikipedia is hiring editors
</td>
</tr>
</table>
</div>
<p></center></p>
<p>With the invaluable assistance of unnameable contributors from the communications committee. Wait until a media frenzy, take one shot per square. Fill the card and drain the bottle. Post further suggestions below.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/27/the-wikipediawikimedia-press-coverage-bingo-card/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=288" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/02/27/the-wikipediawikimedia-press-coverage-bingo-card/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Link pile.</title>
		<link>http://davidgerard.co.uk/notes/2010/02/08/link-pile/</link>
		<comments>http://davidgerard.co.uk/notes/2010/02/08/link-pile/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:06:09 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=271</guid>
		<description><![CDATA[
In case you ever wondered: the complete matrix of all Wikimedia wikis.

Place your entries in the billion edit pool!

&#8220;Is it something like Wikipedia?&#8221;

I am locking the Wikipedia article on our sex life.

The Wikiman.

I&#8217;ve shifted my fake news writing to NewsTechnica. Enjoy!


<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/08/link-pile/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=271" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<ul>
<li>In case you ever wondered: the <a href="http://en.wikipedia.org/wiki/Special:SiteMatrix">complete matrix of all Wikimedia wikis</a>.
</li>
<li>Place your entries in the <a href="http://toolserver.org/~emijrp/wikimediacounter/">billion edit pool</a>!
</li>
<li><a href="http://twitter.com/alisonclement/status/8421314259">&#8220;Is it something like Wikipedia?&#8221;</a>
</li>
<li><a href="http://www.mcsweeneys.net/2009/12/10trotter.html">I am locking the Wikipedia article on our sex life</a>.
</li>
<li><a href="http://www.b3ta.com/board/9853083">The Wikiman</a>.
</li>
<li>I&#8217;ve shifted my fake news writing to <a href="http://newstechnica.com">NewsTechnica</a>. Enjoy!
</li>
</ul>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/08/link-pile/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=271" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/02/08/link-pile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How smart people fail to share.</title>
		<link>http://davidgerard.co.uk/notes/2010/02/07/how-smart-people-fail-to-share/</link>
		<comments>http://davidgerard.co.uk/notes/2010/02/07/how-smart-people-fail-to-share/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 16:14:06 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=272</guid>
		<description><![CDATA[Everyone reading this is probably reasonably smart &#8212; Wikipedia is a nerd magnet, after all.
So I liked this blog post explaining how people fail to share.
Can you explain the obvious to people it isn&#8217;t obvious to? With references?
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/07/how-smart-people-fail-to-share/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=272" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Everyone reading this is probably reasonably smart &mdash; Wikipedia is a nerd magnet, after all.</p>
<p>So I liked this blog post explaining <a href="http://www.lifebeyondcode.com/2009/12/26/why-some-smart-people-are-reluctant-to-share/">how people fail to share</a>.</p>
<p>Can you explain the obvious to people it isn&#8217;t obvious to? With references?</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/07/how-smart-people-fail-to-share/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=272" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/02/07/how-smart-people-fail-to-share/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who says paper encyclopedias are obsolete?</title>
		<link>http://davidgerard.co.uk/notes/2010/02/03/who-says-paper-encyclopedias-are-obsolete/</link>
		<comments>http://davidgerard.co.uk/notes/2010/02/03/who-says-paper-encyclopedias-are-obsolete/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:22:45 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=268</guid>
		<description><![CDATA[There are things Britannica can do that Wikipedia will never manage.
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/03/who-says-paper-encyclopedias-are-obsolete/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=268" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>There are <a href="http://thereifixedit.com/2010/02/02/epic-kludge-photo-encyclopedias-are-still-helpful/">things Britannica can do</a> that Wikipedia will <i>never</i> manage.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2010/02/03/who-says-paper-encyclopedias-are-obsolete/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=268" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2010/02/03/who-says-paper-encyclopedias-are-obsolete/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear museums, help me to help you.</title>
		<link>http://davidgerard.co.uk/notes/2009/12/28/dear-museums-help-me-to-help-you/</link>
		<comments>http://davidgerard.co.uk/notes/2009/12/28/dear-museums-help-me-to-help-you/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:43:54 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=265</guid>
		<description><![CDATA[Email I just sent to the Victoria and Albert museum:
The family went to the V&#038;A today. I didn&#8217;t have cash on me, so I didn&#8217;t put money in the boxes. &#8220;No worries,&#8221; I thought, &#8220;I&#8217;ll donate on the website when I get home, I have my card.&#8221; Except I can&#8217;t see a way to do [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/12/28/dear-museums-help-me-to-help-you/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=265" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Email I just sent to the Victoria and Albert museum:</p>
<blockquote><p>The family went to the V&#038;A today. I didn&#8217;t have cash on me, so I didn&#8217;t put money in the boxes. &#8220;No worries,&#8221; I thought, &#8220;I&#8217;ll donate on the website when I get home, I have my card.&#8221; Except I can&#8217;t <a href="http://www.vam.ac.uk/sitemap/index.html">see a way</a> to do that.</p>
<p>I want to give you £20 from my Switch card just as if I came in today and put £20 into the boxes with &#8220;suggested donation&#8221; on them. I can&#8217;t find a quick and easy way to just casually give you money! Do you have one?</p>
</blockquote>
<p>I took a few photos, of course, with the insanely-high-ISO <a href="http://www.fujifilm.com/products/digital_cameras/f/finepix_f70exr/">F70EXR</a> (and next time I want a DSLR with me). I&#8217;ll see how they come out. The V&amp;A asks that photos be kept non-commercial except with permission, but they get along very well with Wikipedia, so it&#8217;s worth a try.</p>
<p>Museums: please include a quick, simple and hassle-free &#8220;just give us money!&#8221; option on your website.</p>
<p><b>Update:</b> Buried deep in the site they have <a href="http://www.vam.ac.uk/microsites/appeals/">this</a> form to donate online to one particular funding appeal via RBS WorldPay. I&#8217;ll wait on their response as to whether there&#8217;s a more general method, though.</p>
<p><b>Update 2:</b> As of 3rd February, no response from the email and no response from their Twitter. I&#8217;ll have to assume the V&amp;A has all the money it needs and doesn&#8217;t want mine.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/12/28/dear-museums-help-me-to-help-you/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=265" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/12/28/dear-museums-help-me-to-help-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikileaks is in trouble.</title>
		<link>http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/</link>
		<comments>http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 21:40:39 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=261</guid>
		<description><![CDATA[Despite frequent press confusion, Wikileaks is nothing to do with Wikimedia at all &#8212; &#8220;wiki&#8221; is a generic term for &#8220;mass-editable website&#8221; and they use MediaWiki, but there&#8217;s no connection.
That said, Wikileaks is well worth supporting. They&#8217;re pretty radical about freeing information and will, from what they&#8217;re doing, overstep the mark from time to time [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=261" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>Despite frequent press confusion, <a href="http://www.wikileaks.org/">Wikileaks</a> is nothing to do with Wikimedia at all &mdash; &#8220;wiki&#8221; is a generic term for &#8220;mass-editable website&#8221; and they use <a href="http://www.mediawiki.org/">MediaWiki</a>, but there&#8217;s no connection.</p>
<p>That said, Wikileaks is well worth supporting. They&#8217;re pretty radical about freeing information and will, from what they&#8217;re doing, overstep the mark from time to time (as in the case of the pager data release). I know Julian Assange slightly &mdash; he was the sysadmin at <a href="http://suburbia.net/">suburbia.net</a> and he and Mark Dorset tirelessly defended my <a href="http://suburbia.net/~fun/scn/">critic-of-Scientology website</a> against baseless legal threats over several years. He&#8217;s got titanium balls, he really has. He&#8217;s a personal hero.</p>
<p>And Wikileaks is in trouble. They have <a href="http://twitter.com/wikileaks/status/6903722666">less than a month&#8217;s operating budget</a> left.</p>
<p>After you&#8217;ve <a href="http://wikimediafoundation.org/wiki/Donate">donated to Wikimedia</a>, those of you who think Wikileaks are a net win for democracy, as I do, may feel inspired to help keep them alive. I just donated &pound;50. Tell your friends as well: <a href="http://bit.ly/savewl">http://bit.ly/savewl</a></p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=261" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/12/21/wikileaks-is-in-trouble/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Andrew Landeryou appears to be a waste of skin.</title>
		<link>http://davidgerard.co.uk/notes/2009/11/27/andrew-landeryou-appears-to-be-a-waste-of-skin/</link>
		<comments>http://davidgerard.co.uk/notes/2009/11/27/andrew-landeryou-appears-to-be-a-waste-of-skin/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 19:04:54 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=258</guid>
		<description><![CDATA[I tweeted the following, in a discussion with someone else:
@jeamland mr landeryou has some history on wikipedia. (i did the sockpuppet investigation.)

Mr Landeryou saw fit to send me a threat for this:
Delivered-To: dgerard@gmail.com
Received: by 10.239.151.6 with SMTP id p6cs401193hbb;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Fri, 27 Nov 2009 06:27:38 -0800 (PST)
Return-Path: &#60;landeryou@gmail.com&#62;
Received-SPF: pass (google.com: domain of landeryou@gmail.com designates 10.229.39.69 as permitted [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/11/27/andrew-landeryou-appears-to-be-a-waste-of-skin/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=258" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://twitter.com/davidgerard/status/6096819270">tweeted</a> the following, in a discussion with someone else:</p>
<blockquote><p>@jeamland mr landeryou has some history on wikipedia. (i did the sockpuppet investigation.)</p>
</blockquote>
<p>Mr Landeryou saw fit to send me a threat for this:</p>
<p><tt>Delivered-To: dgerard@gmail.com<br />
Received: by 10.239.151.6 with SMTP id p6cs401193hbb;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fri, 27 Nov 2009 06:27:38 -0800 (PST)<br />
Return-Path: &lt;landeryou@gmail.com&gt;<br />
Received-SPF: pass (google.com: domain of landeryou@gmail.com designates 10.229.39.69 as permitted sender) client-ip=10.229.39.69;<br />
Authentication-Results: mr.google.com; spf=pass (google.com: domain of landeryou@gmail.com designates 10.229.39.69 as permitted sender) smtp.mail=landeryou@gmail.com; dkim=pass header.i=landeryou@gmail.com<br />
Received: from mr.google.com ([10.229.39.69])<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;by 10.229.39.69 with SMTP id f5mr129158qce.107.1259332057425 (num_hops = 1);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fri, 27 Nov 2009 06:27:37 -0800 (PST)<br />
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;d=gmail.com; s=gamma;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;h=domainkey-signature:mime-version:sender:received:date<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:x-google-sender-auth:message-id:subject:from:to:content-type;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bh=0G/XzHLlSo2SxTE1gp1Tl/TntKHZ7atJ1j9+z0HZb/s=;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b=FcUJCtkfTqLtC0mkJIREVbSziuWOyrIFgpkZpx2ctXFSee0cuYlkYhK+6GWHwn7mxk<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fBP407ffpUin7OiLQScQuIMNl+hmxtnU5fCMxVY9+bHjQ2f0gY+hV86VJnhB7UYrkjE8<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;31uxhBtdTTurlqduNredG6vMOmqXWOmAc7/es=<br />
DomainKey-Signature: a=rsa-sha1; c=nofws;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;d=gmail.com; s=gamma;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;h=mime-version:sender:date:x-google-sender-auth:message-id:subject<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:from:to:content-type;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b=ADFGNwK9B+mwBMHcPg6+CRAIPz4tSQGAbhH5swQM6XaPC8LZ/lCFTJAcvRphM1WJln<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+xVXRJ4oI33RVWx8w/SsY0+qLkWmxeXg0z2a8+zHFiWqOEIgriFG5zhBXiJAZ+KkrqmS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8AtX0pozl7MCjoudYqcXmKZM/ZcaBtwgj7oyc=<br />
MIME-Version: 1.0<br />
Sender: landeryou@gmail.com<br />
Received: by 10.229.39.69 with SMTP id f5mr129158qce.107.1259332057419; Fri, <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;27 Nov 2009 06:27:37 -0800 (PST)<br />
Date: Sat, 28 Nov 2009 01:27:37 +1100<br />
X-Google-Sender-Auth: 2eb9e638f8d73878<br />
Message-ID: <e525d6780911270627i1bb71994w278d0c85d541ec9f @mail.gmail.com><br />
Subject: Twit<br />
From: Andrew Landeryou &#038;editor@vexnews.lt;com&gt;<br />
To: dgerard@gmail.com<br />
Content-Type: multipart/alternative; boundary=0016364275f7efd07804795b1708</e525d6780911270627i1bb71994w278d0c85d541ec9f></tt></p>
<p>
<pre>--0016364275f7efd07804795b1708
Content-Type: text/plain; charset=ISO-8859-1

dgerard@gmail.com

Mr Gerard,

I am told you made reference to me in your musings on Twitter. I don't know
you, would rather not have to become familiar with who you are and what on
Earth possessed you to comment so freely about me or to edit Wikipedia to
say absurd things about me.

Your entitled to your opinion of me but I think it might be best for you to
discuss claims you make about me with me first. If you don't, I'll promise
to return the favour after an investigation into exactly what ails you. And
that really would be a waste of time for me and a very unpleasant outcome
for you, so I urge you to Twit more carefully in future.

Yours sincerely

Andrew Landeryou
</pre>
</p>
<p>I look forward to an exchange involving pie charts.</p>
<p><i>p.s.:</i> if you don&#8217;t want your months-long-running Wikipedia shenanigans remembered, it helps not to have done them. Oops, too late.</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/11/27/andrew-landeryou-appears-to-be-a-waste-of-skin/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=258" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/11/27/andrew-landeryou-appears-to-be-a-waste-of-skin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So what does Flagged Revisions actually feel like?</title>
		<link>http://davidgerard.co.uk/notes/2009/09/26/so-what-does-flagged-revisions-actually-feel-like/</link>
		<comments>http://davidgerard.co.uk/notes/2009/09/26/so-what-does-flagged-revisions-actually-feel-like/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:48:46 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=253</guid>
		<description><![CDATA[If you want to know how Flagged Revisions feels to the casual editor, go to Wikinews and fix typos. I&#8217;m not an admin or reviewer on en:wn, and I just fixed the caption on &#8220;Geelong win 2009 Australian Football League Grand Final&#8221; &#8212; check the history.
What did it feel like? Curiously unsatisfying. The fix not [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/09/26/so-what-does-flagged-revisions-actually-feel-like/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=253" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>If you want to know how Flagged Revisions feels to the casual editor, go to Wikinews and fix typos. I&#8217;m not an admin or reviewer on <a href="http://en.wikinews.org/">en:wn</a>, and I just fixed the caption on &#8220;<a href="http://en.wikinews.org/wiki/Geelong_win_2009_Australian_Football_League_Grand_Final">Geelong win 2009 Australian Football League Grand Final</a>&#8221; &mdash; check the <a href="http://en.wikinews.org/w/index.php?title=Geelong_win_2009_Australian_Football_League_Grand_Final&#038;action=history">history</a>.</p>
<p>What did it feel like? Curiously unsatisfying. The fix not going live immediately left me wondering just when it would &mdash; five minutes? An hour? A day? It felt nothing like editing a wiki &mdash; it felt like I&#8217;d submitted a form to a completely opaque bureaucracy for review at their leisure. (That it actually went live in just a couple of minutes doesn&#8217;t change this.)</p>
<p>Don&#8217;t take my word for it &mdash; go typo-fixing on Wikinews and tell me how it feels to you.</p>
<p>I remain a big fan of flagged revisions for those times when we need it &mdash; as a less-worse alternative to protection or semiprotection &mdash; but, as per its detractors, it really does kill the wiki motivational buzz dead.</p>
<p><a href="http://de.wikipedia.org/">German Wikipedia</a> has, of course, had flagged revisions on <i>all</i> articles for quite some time. Can anyone from de:wp tell me how it felt there?</p>
<p>(<a href="http://en.wikinews.org/wiki/Special:ValidationStatistics">en:wn statistics</a>; <a href="http://de.wikipedia.org/wiki/Spezial:Markierungsstatistik">de:wp statistics</a>. en:wp having times like de:wp would be an utter failure.)</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/09/26/so-what-does-flagged-revisions-actually-feel-like/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=253" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/09/26/so-what-does-flagged-revisions-actually-feel-like/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Associated Press: web news strategy as SEO comedy.</title>
		<link>http://davidgerard.co.uk/notes/2009/08/19/associated-press-web-news-strategy-as-seo-comedy/</link>
		<comments>http://davidgerard.co.uk/notes/2009/08/19/associated-press-web-news-strategy-as-seo-comedy/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 19:57:29 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=245</guid>
		<description><![CDATA[The key to Wikipedia&#8217;s success is that it gets on with writing an encyclopedia, and doing things that write a good encyclopedia.
Attention paid across the volunteer contributor base to trying to top search engine ranks: somewhere around negligible.
If you focus on giving people really good web pages they want to go to, you&#8217;ll get the [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/19/associated-press-web-news-strategy-as-seo-comedy/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=245" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>The key to Wikipedia&#8217;s success is that it gets on with writing an encyclopedia, and doing things that write a good encyclopedia.</p>
<p>Attention paid across the volunteer contributor base to trying to top search engine ranks: somewhere around negligible.</p>
<p>If you focus on giving people really good web pages they want to go to, you&#8217;ll get the Google rank Wikipedia has. If you <a href="http://www.niemanlab.org/2009/08/how-the-associated-press-will-try-to-rival-wikipedia-in-search-results/">make &#8220;SEO&#8221; your express goal</a>, rather than actually being, you know, <i>good</i>, you&#8217;ll get what you deserve.</p>
<p>(The last occasion I recall anyone at Wikipedia caring about search engine rank was around 2005, when mirror sites of Wikipedia would occupy the first thirty results ahead of the original page; I think someone got in touch with Google and said to them &#8220;dude, we should at least rank ahead of our own mirrors.&#8221; I presume they decided that automatic sites outranking the human-created originals was silly and did something about that.)</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/19/associated-press-web-news-strategy-as-seo-comedy/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=245" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/08/19/associated-press-web-news-strategy-as-seo-comedy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikipedia reaches 3 million articles, stalls and dies.</title>
		<link>http://davidgerard.co.uk/notes/2009/08/19/wikipedia-reaches-3-million-articles-stalls-and-dies/</link>
		<comments>http://davidgerard.co.uk/notes/2009/08/19/wikipedia-reaches-3-million-articles-stalls-and-dies/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 01:09:53 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=240</guid>
		<description><![CDATA[WIKIALITY, The Tenderloin, Saturday (NNN) &#8212; The online encyclopedia, knowledge base, social networking site, essay repository, blog, search engine, news aggregator, dessert wax and floor topping Wikipedia has reached its three millionth article and ceased all editing.
Palo Alto Research Center reported that only 1% of edits by random users were kept. &#8220;They were all unspeakable [...]<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/19/wikipedia-reaches-3-million-articles-stalls-and-dies/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=240" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p><b>WIKIALITY, The Tenderloin,</b> Saturday (NNN) &mdash; The online encyclopedia, knowledge base, social networking site, essay repository, blog, search engine, news aggregator, dessert wax and floor topping Wikipedia has reached its three millionth article and ceased all editing.</p>
<p><img src="http://newstechnica.com/wp-content/uploads/2009/01/bouncy-wikipedia-logo.gif" alt="Bouncy Wikipedia logo" align="right" border=0 />Palo Alto Research Center reported that only 1% of edits by random users were kept. &#8220;They were all unspeakable shit,&#8221; said burnt-out administrator WikiFiddler451. &#8220;All of them. No, I&#8217;m not exaggerating. Go to Special:Newpages and read a day&#8217;s entries some time. You&#8217;ll <i>start</i> by deleting the whole database, before you get onto plotting the doom of humanity. Christ, why go on?&#8221;</p>
<p><b><a href="http://newstechnica.com/2009/08/18/wikipedia-reaches-3-million-articles-stalls-and-dies/">(Read more &#8230;)</a></b></p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/19/wikipedia-reaches-3-million-articles-stalls-and-dies/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=240" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/08/19/wikipedia-reaches-3-million-articles-stalls-and-dies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conclusive evidence that Britannica is a dead company walking.</title>
		<link>http://davidgerard.co.uk/notes/2009/08/09/conclusive-evidence-that-britannica-is-a-dead-company-walking/</link>
		<comments>http://davidgerard.co.uk/notes/2009/08/09/conclusive-evidence-that-britannica-is-a-dead-company-walking/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 12:24:59 +0000</pubDate>
		<dc:creator>David Gerard</dc:creator>
				<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://davidgerard.co.uk/notes/?p=237</guid>
		<description><![CDATA[They&#8217;ve turned into a software patent troll.
(They have announced a 2010 edition. Let&#8217;s see how many photos in it are from Wikimedia Commons.)
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/09/conclusive-evidence-that-britannica-is-a-dead-company-walking/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=237" width="100" height="15" style="border:0;" /></a></div>]]></description>
			<content:encoded><![CDATA[<p>They&#8217;ve turned into a <a href="http://www.itworld.com/legal/73984/encyclopedia-britannica-loses-patent-ruling">software patent troll</a>.</p>
<p>(They have announced a <a href="http://britannicashop.britannica.co.uk/epages/Store.sf/?ObjectPath=/Shops/Britannicashop/Products/ENCY_1003_DEPX/SubProducts/ENCY_1003_DEP_FULL">2010 edition</a>. Let&#8217;s see how many photos in it are <a href="http://www.mail-archive.com/foundation-l@lists.wikimedia.org/msg05239.html">from Wikimedia Commons</a>.)</p>
<div class="tantan-getcomments"><a href="http://davidgerard.co.uk/notes/2009/08/09/conclusive-evidence-that-britannica-is-a-dead-company-walking/#comments"><img src="http://davidgerard.co.uk/notes/wp-content/plugins/tantan/get-comments.php?p=237" width="100" height="15" style="border:0;" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgerard.co.uk/notes/2009/08/09/conclusive-evidence-that-britannica-is-a-dead-company-walking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
