<?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"
	>

<channel>
	<title>Quoderat</title>
	<atom:link href="http://www.megginson.com/blogs/quoderat/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.megginson.com/blogs/quoderat</link>
	<description>XML and the Web.</description>
	<pubDate>Tue, 08 Apr 2008 20:50:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Dealing with strangers</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/04/08/dealing-with-strangers/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/04/08/dealing-with-strangers/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 20:50:39 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/04/08/dealing-with-strangers/</guid>
		<description><![CDATA[
From the leader in this week&#8217;s Economist:

&#8220;Financial progress is about learning to deal with strangers in more complex ways.&#8221;

s/Financial/Technical/ and it applies just as well.  What else are we doing in tech, if not figuring out ways for strangers to deal with each-other?  Sometimes we focus on designing safeguards, like firewalls or spam [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/img/stranger-danger.png" alt="" align="left" /></p>
<p>From <a href="http://www.economist.com/opinion/displaystory.cfm?story_id=10966204">the leader</a> in this week&#8217;s <cite>Economist</cite>:</p>
<blockquote><p>
&ldquo;Financial progress is about learning to deal with strangers in more complex ways.&rdquo;
</p></blockquote>
<p><code>s/Financial/Technical/</code> and it applies just as well.  What else are we doing in tech, if not figuring out ways for strangers to deal with each-other?  Sometimes we focus on designing safeguards, like firewalls or spam filters, and sometimes we focus on creating opportunities, like social networks or source code repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/04/08/dealing-with-strangers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A political posting</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/03/29/a-political-posting/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/03/29/a-political-posting/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 15:55:58 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/03/29/a-political-posting/</guid>
		<description><![CDATA[Late in 1963, shortly before he was assassinated, U.S. President John F. Kennedy asked Canadian Prime Minister Lester B. Pearson for his opinion on how the U.S. should cope with escalating unrest in Vietnam.
Peason: &#8220;Get out.&#8221;
JFK: &#8220;That&#8217;s a stupid answer.  Everyone knows that.  The question is how do we get out?&#8221;
How, indeed?  [...]]]></description>
			<content:encoded><![CDATA[<p>Late in 1963, shortly before he was assassinated, U.S. President John F. Kennedy asked Canadian Prime Minister Lester B. Pearson for his opinion on how the U.S. should cope with escalating unrest in Vietnam.</p>
<p><strong>Peason:</strong> &#8220;Get out.&#8221;</p>
<p><strong>JFK:</strong> &#8220;That&#8217;s a stupid answer.  Everyone knows that.  The question is how do we get out?&#8221;</p>
<p>How, indeed?   As JFK had finally come to understand, military conflicts, justified or not, are like a <a href="http://en.wikipedia.org/wiki/Chinese_finger_trap">Chinese finger trap</a>: it&#8217;s easy for a political leader to order the troops in, but very tricky to pull them back out (just ask the British about Northern Ireland, the Russians about Chechnya, or even Pearson&#8217;s Canadian successors about southern Afghanistan).</p>
<p>Good luck to President Clinton, President McCain, or President Obama (alphabetical order) in January 2009 &mdash; they&#8217;re all smart and well-intentioned people, but they&#8217;re going to find that the trap has already been pulled very tight, and there&#8217;s not much room left to wiggle free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/03/29/a-political-posting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strange web exploit attempt (?)</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/02/04/strange-web-exploit-attempt/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/02/04/strange-web-exploit-attempt/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 12:52:17 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[tricks and tips]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[exploits]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/02/04/strange-web-exploit-attempt/</guid>
		<description><![CDATA[In the search logs for OurAirports, I noticed a series of searches for URLs:

http://www.feliciano.de/Webgalerie/bilder/Italy/une/yiwul/
http://www.unduetretoccaate.it/codice/aseje/wocobo/
http://www.altaiseer-eg.com/ar/articles/jed/umut/

At first, I thought they might be a kind of link spam &#8212; some sites display recent searches &#8212; but when I checked one of the URLs, I found something totally unexpected:

&#60;?php echo md5("just_a_test");?&#62;

They&#8217;re all the same.  This is almost certainly [...]]]></description>
			<content:encoded><![CDATA[<p>In the search logs for <a href="http://www.ourairports.com/">OurAirports</a>, I noticed a series of searches for URLs:</p>
<pre>
http://www.feliciano.de/Webgalerie/bilder/Italy/une/yiwul/
http://www.unduetretoccaate.it/codice/aseje/wocobo/
http://www.altaiseer-eg.com/ar/articles/jed/umut/
</pre>
<p>At first, I thought they might be a kind of link spam &mdash; some sites display recent searches &mdash; but when I checked one of the URLs, I found something totally unexpected:</p>
<pre>
&lt;?php echo md5("just_a_test");?&gt;
</pre>
<p>They&#8217;re all the same.  This is almost certainly related to passwords: is there a known flaw in a PHP content-management system like Drupal, or in the PHP API for a search engine like Lucene, where this would do some damage, or is it just a test probing for weaknesses?  Is the PHP code supposed to be served up literally like that, or should I be seeing the MD5 instead?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/02/04/strange-web-exploit-attempt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delayed echo in the echo chamber</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/02/02/delayed-echo-in-the-echo-chamber/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/02/02/delayed-echo-in-the-echo-chamber/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 22:31:21 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[blogging]]></category>

		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/02/02/delayed-echo-in-the-echo-chamber/</guid>
		<description><![CDATA[Some people compare blogs (and mainstream media) to an echo chamber, constantly repeating and amplifying the same messages, but the echoes usually die out quickly.  Not so, today, when I found this story on the planenews.com aviation news feed:

21 Feared Dead in Munich Crash.
About twenty one of the 44 passengers and crew of the [...]]]></description>
			<content:encoded><![CDATA[<p>Some people compare blogs (and mainstream media) to an <a href="http://en.wikipedia.org/wiki/Echo_chamber#As_a_metaphor">echo chamber</a>, constantly repeating and amplifying the same messages, but the echoes usually die out quickly.  Not so, today, when I found <a rel="nofollow" href="http://planenews.com/modules.php?name=News&#038;file=article&#038;sid=8638">this story</a> on the <a rel="nofollow" href="http://planenews.com/">planenews.com</a> aviation news feed:</p>
<blockquote><p>
21 Feared Dead in Munich Crash.</p>
<p>About twenty one of the 44 passengers and crew of the British European Airways airliner which crashed yesterday near Munich carrying the Manchester United football team and many journalists are feared dead. About eight others are in hospital, seriously injured. Frank Swift, the former international goalkeeper, who had become a journalist, died in hospital.
</p></blockquote>
<p>I didn&#8217;t hear about any crash yesterday, but according to the <a href="http://en.wikipedia.org/wiki/Manchester_united">Wikipedia article on Manchester United</a>, there <em>was</em> a crash near Munich on 6 February <strong>1958</strong> that killed eight of the team&#8217;s players.  In fact, when you follow the <a href="http://football.guardian.co.uk/News_Story/0,,2251377,00.html">full story</a> link in the posting, there is a story about the crash.  The phrase &#8220;From the archive&#8221; is hidden in the deckline, but the dateline is &#8220;Saturday February 2, 2008&#8243; (probably automatically updated by the site).  There&#8217;s nothing else in the online version to indicate that this is an archived story from 7 February 1958, though a Brit would probably know that <em>British European Airways</em> ceased operations in 1974.</p>
<p>This is an easy mistake to make trying to keep up a blog of current events, and I don&#8217;t mean to suggest that the maintainer is stupid, or that I couldn&#8217;t do the same thing  &mdash; in fact, next December, watch this spot for postings about an air attack on Perl Harbor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/02/02/delayed-echo-in-the-echo-chamber/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is the problem Wikipedia, or David Megginson?</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/01/23/is-the-problem-wikipedia-or-david-megginson/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/01/23/is-the-problem-wikipedia-or-david-megginson/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 20:04:47 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[kulcher]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/01/23/is-the-problem-wikipedia-or-david-megginson/</guid>
		<description><![CDATA[The Wikipedia article about me was vandalized yesterday (vandalized version) by someone from the IP address 24.225.66.95, which seems to be in or near Raleigh, North Carolina.  
What should I do?

Edit the article myself to remove the vandalism? &#8212; OK, that&#8217;s a really bad idea
Go in anonymously and edit the article? &#8212; also a [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/David_Megginson">Wikipedia article about me</a> was vandalized yesterday (<a href="http://en.wikipedia.org/w/index.php?title=David_Megginson&#038;oldid=186215680">vandalized version</a>) by someone from the IP address <a href="http://ws.arin.net/whois/?queryinput=24.225.66.95">24.225.66.95</a>, which seems to be in or near Raleigh, North Carolina.  </p>
<p>What should I do?</p>
<ol>
<li><del>Edit the article myself to remove the vandalism?</del> &mdash; OK, that&#8217;s a <a href="http://www.wired.com/culture/lifestyle/news/2005/12/69880">really bad idea</a></li>
<li><del>Go in anonymously and edit the article?</del> &mdash; also a <a href="http://wikiscanner.virgil.gr/">bad idea</a></li>
<li>Rejoice in the fact that my article is important enough to be vandalized?</li>
<li>Despair in the fact that my article is not important enough for anyone else to have noticed and fixed it?</li>
<li>Reconcile myself to the idea that the edits are not vandalism at all, and I am, in truth, &#8220;a freaking looser who knows nothing&#8221; and &#8220;a noob&#8221;</li>
</ol>
<p>I&#8217;m leaning towards #5, though I&#8217;m disappointed that kids these days seem to have forgotten how to swear properly: &#8220;a <em>freaking</em> loser&#8221;???</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/01/23/is-the-problem-wikipedia-or-david-megginson/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google analytics for XML 2007</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/01/21/google-analytics-for-xml-2007/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/01/21/google-analytics-for-xml-2007/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 15:51:27 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[xmlconference]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/01/21/google-analytics-for-xml-2007/</guid>
		<description><![CDATA[I forgot that I&#8217;d enabled Google analytics for the XML 2007 web site.  Even though the conference is long over, I though it would be interesting to look and see what some of the trends were from September 2007 to January 2008 (keeping in mind that these stats apply to the kind of web [...]]]></description>
			<content:encoded><![CDATA[<p>I forgot that I&#8217;d enabled <a href="http://www.google.com/analytics/">Google analytics</a> for the <a href="http://2007.xmlconference.org/">XML 2007 web site</a>.  Even though the conference is long over, I though it would be interesting to look and see what some of the trends were from September 2007 to January 2008 (keeping in mind that these stats apply to the kind of web users interested in a tech conference, not to the web at large).</p>
<div id="os">
<h3>MacOS is still #3</h3>
<p>Despite the halo effect from the iPod and the widespread use of Mac notebooks among speakers, MacOS still hasn&#8217;t managed to make much of a dent in the visitor logs:</p>
<ol>
<li>Windows: 80.70%</li>
<li>Linux: 9.57%</li>
<li>MacOS: 9.44%</li>
</ol>
<p>If MacOS can&#8217;t beat Linux <em>on the desktop</em>, I don&#8217;t know if it has a bright future.
</div>
<div id="browser">
<h3>Internet Explorer below 50%</h3>
<p>Firefox is still #2 behind MSIE, but for this crowd, the gap is small:</p>
<ol>
<li>MSIE: 49.61%</li>
<li>Firefox: 41.14%</li>
<li>Safari: 3.50%</li>
<li>Mozilla: 3.22%</li>
<li>Opera: 1.76%</li>
</ol>
<p>If you&#8217;re designing or maintaining a web site with a tech audience, you&#8217;d better be testing on Firefox as well as MSIE.</p>
</div>
<div id="screen">
<h3>Screen resolution and colour depth</h3>
<p>I know that web designers like big layouts, but the sad fact remains that 1024&#215;768 is still the most common resolution (and remember that the browser window may be much smaller than the screen):</p>
<ol>
<li>1024&#215;768: 28.32%</li>
<li>1280&#215;1024: 25.84%</li>
<li>1280&#215;800: 10.61%</li>
</ol>
<p>A long tail of resolutions follows, but it&#8217;s worth noting that the classic 800&#215;600 has only 1.96%.  Better news comes from colour depth, where almost everyone has 16bpp or better:</p>
<ol>
<li>32bpp: 80.29%</li>
<li>24bpp: 11.89%</li>
<li>16bpp: 7.37%</li>
</ol>
<p><!-- screen -->
</div>
<div id="traffic">
<h3>Traffic</h3>
<p>Search engines, referrers, and direct access were all important traffic sources:</p>
<ol>
<li>Search engines: 36.77%</li>
<li>Referring sites: 34.97%</li>
<li>Direct traffic: 28.22%</li>
</ol>
<p>Blogs did show up among the referring sites, but the biggest traffic producers were traditional links from partner organizations (other conferences, IDEAlliance itself, etc.) &mdash; these were also the stickiest, since most people coming from these links went on to read more than one page.</p>
<p>As far as search engines go, I was surprised to find that nothing really matters but Google (assuming that Google Analytics isn&#8217;t biasing the numbers):</p>
<ol>
<li>Google: 94.16%</li>
<li>Yahoo!: 3.46%</li>
<li>Live: 1.51%</li>
<li>MSN: 0.45%</li>
</ol>
<p>I knew that Yahoo! and MSN were behind in search, but I had no idea just how bad it was (at least in the tech crowd).  More than half of the people who found the site via a search engine went on to read more than one page.</p>
<p>The top search phrases were rather dull and predictable:</p>
<ol>
<li>&#8220;xml 2007&#8243;: 28.50%</li>
<li>&#8220;xml conference&#8221;: 8.22%</li>
<li>&#8220;xml conference 2007&#8243;: 3.20%</li>
<li>&#8220;xml conferences&#8221; 3.04%</li>
</ol>
<p>And so on through a very long tail.  Individual speakers&#8217; names start appearing soon, but none with more than 10 searches.  I trolled through the low-frequency search phrases for something funny (and maybe risque), but all I came up with was the number &#8220;736&#8243;, which resulted in three visits.  I gave up trying to find the site in the Google results for that number.  Does anyone <em>really</em> search for a single three-digit integer, and if so, how many pages of results will that person scroll through?</p>
<p><!-- search -->
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/01/21/google-analytics-for-xml-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LAMP stack stability</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/01/10/lamp-stack-stability/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/01/10/lamp-stack-stability/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:53:43 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[architecture]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[tricks and tips]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/01/10/lamp-stack-stability/</guid>
		<description><![CDATA[I&#8217;m using a single dedicated server to host ourairports.com, megginson.com, and a couple of minor domains.  OurAirports is a database-heavy application using (currently) a MySQL v.5 database hosted on the same server.  I&#8217;ll offload the database to a separate server if traffic keeps increasing, but as long as I&#8217;m getting compliments from tech [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using a single dedicated server to host <a href="http://www.ourairports.com/">ourairports.com</a>, <a href="http://www.megginson.com/">megginson.com</a>, and a couple of minor domains.  OurAirports is a database-heavy application using (currently) a MySQL v.5 database hosted on the same server.  I&#8217;ll offload the database to a separate server if traffic keeps increasing, but as long as I&#8217;m getting compliments from tech people for my fast response times (mainly thanks to MySQL&#8217;s built-in <a href="http://dev.mysql.com/doc/refman/5.0/en/query-cache.html">query caching</a>), there&#8217;s no point paying for extra hardware.</p>
<h3>Uptime</h3>
<p>My ISP set up the server for me last summer with a bare-bones Ubuntu distro, then I installed the extra packages I needed using aptitude over ssh.  Since then, I&#8217;ve done many Ubuntu in-place upgrades, rolled out hundreds of changes and upgrades to the web apps and dozens to the database schema (some very significant), and upgraded WordPress n-teen times.  Check this out:</p>
<pre>
$ <a href="http://en.wikipedia.org/wiki/Uptime">uptime</a>
 13:08:31 up 175 days, 10:02,  1 user,  load average: 0.23, 0.06, 0.02
</pre>
<p>That&#8217;s right &mdash; since my ISP first set up the server with a basic Ubuntu system, I&#8217;ve <em>never</em> had to restart it.  In fact, if <a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache</a> and mod_php (<a href="http://en.wikipedia.org/wiki/PHP">PHP5</a>) had &#8216;uptime&#8217; commands, they&#8217;d show almost the same amount of time, since I restarted them only to make configuration changes in the first few days of setting up the server (unless apt stopped them to install a newer version during one of my upgrades).  I&#8217;ve restarted MySQL more recently, but again, only to experiment with configuration changes (especially for fulltext).</p>
<h3>-1 for being cool, +10 for having a life</h3>
<p>Using reliable old technologies like Linux, Apache, MySQL, and PHP doesn&#8217;t win any cool points, but it certainly makes maintaining a web server and its applications easy.  I can go on vacation, for example, without worrying about being able to get online to fix or restart my server every couple of days.  I don&#8217;t have to stay up until 3:00 am on Sunday night so that I can take the server offline to roll out new software versions or bug fixes (<a href="http://en.wikipedia.org/wiki/Aptitude_(program)">aptitude</a> installs any security fixes in place).  I spend lots of time with my family.  I go to my kids&#8217; school concerts.  I learned banjo and mandolin (why not, since I have the free time?).</p>
<h3>It&#8217;s the developer, not the language</h3>
<p>And yes, my PHP web app <em>is</em> easy to maintain and extend, because I designed it to be that way (I can often implement, test and roll out new features in a matter of minutes, even when they require database schema changes) &mdash; it&#8217;s the developer, not the programming language, that determines the quality and maintainability of an app.  A lot of newbies use PHP, so there&#8217;s a lot of bad PHP out there, but the same can be said for any language, <a href="http://www.zedshaw.com/rants/rails_is_a_ghetto.html">even Ruby</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/01/10/lamp-stack-stability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social web sites: the new Proprietors?</title>
		<link>http://www.megginson.com/blogs/quoderat/2008/01/03/social-web-sites-the-new-proprietors/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2008/01/03/social-web-sites-the-new-proprietors/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 14:21:26 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[architecture]]></category>

		<category><![CDATA[kulcher]]></category>

		<category><![CDATA[rights]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2008/01/03/social-web-sites-the-new-proprietors/</guid>
		<description><![CDATA[

Image: Thomas Penn, second proprietor of Pennsylvania, not as nice as his dad William.

Almost a year ago, I wrote that Open data matters more than Open Source &#8212; it doesn&#8217;t matter (to you, the end user) whether a web site is using Open Source software or not, if they still keep your data locked up.
Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-left: 0; margin-right: 1em; float: left; padding: 5px; width: 181px">
<img style="margin-left: 0; alt="Thomas Penn" src="/img/thomas-penn.jpg" /></p>
<p style="font-size: 80%; margin-left: 0">Image: <a href="http://en.wikipedia.org/wiki/Thomas_Penn">Thomas Penn</a>, second proprietor of Pennsylvania, not as nice as his dad <a href="http://en.wikipedia.org/wiki/William_Penn">William</a>.</p>
</div>
<p>Almost a year ago, I wrote that <a href="/blogs/quoderat/2007/03/28/open-data-matters-more-than-open-source/">Open data matters more than Open Source</a> &mdash; it doesn&#8217;t matter (to you, the end user) whether a web site is using Open Source software or not, if they still keep your data locked up.</p>
<p>Here&#8217;s a nasty example: Robert Scoble has just <a href="http://scobleizer.com/2008/01/03/ive-been-kicked-off-of-facebook/">had his Facebook account disabled</a> for running a script to try to scrape his personal information off the site (since Facebook doesn&#8217;t provide him with any other way to get it).  </p>
<p>I understand that Facebook needs to protect against malicious bots &mdash; and they might decide to restore his account once they know what Robert was actually trying to do (though for now all traces of him have vanished) &mdash; but do we really want to have hope for the good will of social sites and beg for our own data every time we want it?  Are web site owners the new version of the Proprietors in the early American colonies, who can grant rights as favours when they see fit?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2008/01/03/social-web-sites-the-new-proprietors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Religious wars hit close to home</title>
		<link>http://www.megginson.com/blogs/quoderat/2007/12/21/religious-wars-hit-close-to-home/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2007/12/21/religious-wars-hit-close-to-home/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 13:57:08 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[kulcher]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2007/12/21/religious-wars-hit-close-to-home/</guid>
		<description><![CDATA[Update: I read that the school concert went ahead, with Frosty the Snowman replacing the modified Silver Bells as the token non-religious song on the programme (Frosty makes no reference to any religious holidays).
Both of my children attended Elmdale Public School here in Ottawa from junior kindergarten to grade six.  Now, my kids&#8217; alma [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em><strong>Update:</strong> I read that the school concert went ahead, with <cite>Frosty the Snowman</cite> replacing the modified <cite>Silver Bells</cite> as the token non-religious song on the programme (<cite>Frosty</cite> makes no reference to any religious holidays).</em></p></blockquote>
<p>Both of my children attended <a href="http://en.wikipedia.org/wiki/Elmdale_Public_School">Elmdale Public School</a> here in Ottawa from junior kindergarten to grade six.  Now, my kids&#8217; alma mater has triggered a <a href="http://www.nationalpost.com/opinion/story.html?id=184731">nation-wide moral panic</a> by changing the line &#8220;it&#8217;s Christmas time in the city&#8221; to &#8220;it&#8217;s <em>festive</em> time in the city&#8221; in the song <cite>Silver Bells</cite> for a grade-two and -three concert.</p>
<p>I&#8217;ve already gone on record saying that <a href="http://www.megginson.com/blogs/quoderat/2006/12/22/its-ok-to-wish-me-merry-christmas/">it&#8217;s OK to wish me Merry Christmas</a> &mdash; I&#8217;m as proud of my Christian background as some of my friends and neighbours are of their Jewish, Muslim, Sikh, and Hindu backgrounds &mdash; but that&#8217;s not what this was all about.  The primary choir was already singing songs about Christmas and Hanukkah, and the choir leaders decided to add <em>an additional</em> song that was non-religious.  I think that the existing non-religious songs <cite>Jingle Bells</cite> or <cite>Winter Wonderland</cite> would have been fine, but they decided to take <cite>Silver Bells</cite> &mdash; an otherwise secular pop song about shopping downtown in a city &mdash; and replace the word &#8220;Christmas&#8221;.  Silly?  Probably.  An attack on Christmas or Christianity?  Hardly.</p>
<div>
<h3>The <em>real</em> attack on Christmas and Christianity</h3>
<p>Here are some people who might need help understanding the idea of Christmas and Christianity:</p>
<ul>
<li>the school parent(s) who decided to take this to the media</li>
<li>the newspaper columnists who made a primary class holiday concert into a national culture battle</li>
<li>the talk radio hosts who urged listeners to go after the school and ended up putting the lives of hundreds of small children at risk</li>
<li>the hundreds of people who called or e-mail messages of hatred (and a bomb threat) to the nice women working in the school office</li>
</ul>
<p>According to the Christian New Testament, Jesus didn&#8217;t have anything good to say about people like this &mdash; he far preferred the company of prostitutes and tax collectors to the religious self-righteous.  If you are religious (any religion), pray, meditate, or just hope that their hearts can still be opened this season.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2007/12/21/religious-wars-hit-close-to-home/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-mail users fight back</title>
		<link>http://www.megginson.com/blogs/quoderat/2007/12/16/e-mail-users-fight-back/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2007/12/16/e-mail-users-fight-back/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 02:14:38 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[rights]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/2007/12/16/e-mail-users-fight-back/</guid>
		<description><![CDATA[A bit over a year ago, I ran into an unusual problem &#8212; for several days, I stopped receiving messages from a customer (in the middle of an important project), then I discovered the messages all hidden deep in my (gmail-hosted) spam box.  Everything from that domain was suddenly being flagged as spam.
What happened? [...]]]></description>
			<content:encoded><![CDATA[<p>A bit over a year ago, I ran into an unusual problem &mdash; for several days, I stopped receiving messages from a customer (in the middle of an important project), then I discovered the messages all hidden deep in my (gmail-hosted) spam box.  Everything from that domain was suddenly being flagged as spam.</p>
<p>What happened?  This customer had a large mailing list that they used for announcements, etc.  My guess is that they sent out an announcement, a lot of other gmail-users flagged it as spam, and whatever weighting algorithm gmail uses tipped it over so that the messages were no longer considered legit by default.  I was able to train gmail not to treat those messages as spam (for me, specifically), but it took a week or two before I could trust that some of them weren&#8217;t being sent to the spam box.</p>
<p>Hard-core spammers have always had to deal with this kind of thing, and they spend a lot of time trying to figure out a way around it.  What&#8217;s happening now, though, is that companies with legit (or semi-legit) e-mail lists are also starting to get into trouble, because web-mail makes it possible for hundreds or thousands of people to get together and all vote your e-mail to be undesirable.</p>
<div>
<h3>The <em>letter</em> of the law isn&#8217;t enough</h3>
<p>That this isn&#8217;t a legal thing.  It doesn&#8217;t matter at all if your e-mail list is opt-in or opt-out, if the &#8220;Send me announcements&#8221; checkbox was checked by default or not, or if the recipient originally clicked 10 screens of disclaimers before buying your product/signing up for your service.  If they don&#8217;t like the e-mail you&#8217;re sending them, they&#8217;ll just click &#8220;Spam&#8221;, even if you had a legal right to send it; and if enough of them do it, the e-mail value of your domain fast approaches nil.</p>
<p>You&#8217;d better make sure that your mass e-mails have stuff that people actually want to read:</p>
<ul>
<li>I don&#8217;t care that your company just won five awards &mdash; <strong>SPAM!</strong> (even if I said before that it was OK to send me e-mails)</li>
<li>I probably do care that someone wants to connect with me on a social networking site that I actually use.</li>
<li>I don&#8217;t care that a merchant I did business with from 2 years ago has a Christmas special on something I&#8217;d never buy &mdash; <strong>SPAM!</strong>.</li>
<li>I don&#8217;t care that your web site has a new look &mdash; <strong>SPAM!</strong></li>
<li>I don&#8217;t care that your company has a training session coming up in Tulsa, since I don&#8217;t live anywhere near there (and probably wouldn&#8217;t go anyway) &mdash; <strong>SPAM!</strong></li>
<li>Yes, I am interested in the tracking info for the books I just ordered.  Thanks.</li>
<li>I do care that there&#8217;s a substantive change to a site that I use a lot.</li>
<li>I don&#8217;t care about a change on a site I haven&#8217;t logged into for a year &mdash; <strong>SPAM!</strong>.</li>
</ul>
<p>And so on.</p>
<p>This new collaboration is an unexpected side-effect of the shift from desktop e-mail clients to web mail, and it would be foolish for companies not to pay attention.  If you consider your domain name to be a valuable part of your corporate identity, don&#8217;t piss it away by sending out poorly-targeted mass e-mails, because no matter what prior permission you have, people now can &#8230; and <strong>will</strong> &#8230; punish you.  After all, it takes only a single mouse click.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2007/12/16/e-mail-users-fight-back/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
