<?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>what was</description>
	<pubDate>Tue, 16 Jun 2009 20:49:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Mixing GPL and non-GPL: a different perspective</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:49:17 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=248</guid>
		<description><![CDATA[
Dual-licensing is a popular Open Source business model, especially using the (very restrictive) Gnu General Public License (GPL).  Popular opinion, as reflected (for example) in the comments on this blog posting, says that it&#8217;s either forbidden or highly questionable to do things like linking non-GPL things with GPL things, so enterprises will have to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gnu.org/graphics/gnu-head-sm.jpg" alt="Gnu logo" align="right" /></p>
<p>Dual-licensing is a popular Open Source business model, especially using the (very restrictive) Gnu <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">General Public License</a> (GPL).  Popular opinion, as reflected (for example) in the comments on <a href="http://blogs.the451group.com/opensource/2009/05/21/are-closed-source-mysql-storage-engines-compatible-with-mariadb/">this blog posting</a>, says that it&#8217;s either forbidden or highly questionable to do things like linking non-GPL things with GPL things, so enterprises will have to buy a dual-licensed version (instead of using the free GPL version of the software) to take advantage of closed-source enterprise components.</p>
<div id="mariadb">
<h3>The case of MariaDB</h3>
<p>I wonder if popular opinion might be wrong.</p>
<p>Consider the GPL software package mentioned in the blog posting linked above: <a href="http://askmonty.org/wiki/index.php/MariaDB">MariaDB</a>, a fork of the Open Source <a href="http://www.mysql.com/">MySQL</a> database manager.  Because the maintainers of MariaDB don&#8217;t own most of the copyrights on the code, they cannot dual-license it; as a result, some people believe that the GPL forbids using closed-source MySQL storage engines such as <a href="http://www.scaledb.com/">ScaleDB</a> with MariaDB.</p>
<p><!-- mariadb -->
</div>
<div id="distribution">
<h3>Distribution, not use</h3>
<p>Unlike closed-source licenses, however, the GPL exists primarily to control how people <em>distribute</em> software packages, not how people <em>use</em> them.  Section 0 of the GPL makes this fairly clear:</p>
<blockquote><p>
Section 0: &#8220;Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted&#8230;&#8221;
</p></blockquote>
<p>The non-normative FAQ for this version of the GPL goes even further, allowing private modification of a package outside the scope of the GPL as well:</p>
<blockquote><p>
<strong>A company is running a modified version of a GPL&#8217;ed program on a web site. Does the GPL say they must release their modified sources?</strong></p>
<p>The GPL permits anyone to make a modified version and use it without ever distributing it to others. What this company is doing is a special case of that. Therefore, the company does not have to release the modified sources&#8230;
</p></blockquote>
<p><!-- distribution -->
</div>
<div id="personal">
<h3>Non-GPL plugins and personal use</h3>
<p>So, with that in mind, let&#8217;s start with the personal-use case.  I have an unmodified GPL-licensed copy of MariaDB and a properly-licensed copy of ScaleDB.  I do not need to modify anything in the MariaDB distribution to use ScaleDB &mdash; I just have to drop ScaleDB into the appropriate directory and edit my personal config files to tell MariaDB to use it.  Since I&#8217;m just running MariaDB, not modifying it, am I even bound to accept the terms of the GPL?  It doesn&#8217;t look like I am.</p>
<p><!-- personal use -->
</div>
<div id="aggregation">
<h3>Non-GPL plugins and aggregation</h3>
<p>Now, let&#8217;s take this a step further. What if distribute a DVD-ROM that happens to have both MariaDB and ScaleDB on it?  I comply with the GPL for MariaDB (e.g. include a copy of the GPL and the MariaDB source code), and have permission from the copyright holder to include ScaleDB.  There are no modifications to MariaDB at all, even in the configuation files: just two separate packages that happen to be stored in different directories on the same DVD-ROM.  Am I in violation of the GPL now?</p>
<p>And what if I decide to add a script to automate configuring MariaDB to use ScaleDB as a third, independent software package?  The script is an entirely separate piece of software, and includes no GPL code at all.  I still don&#8217;t modify MariaDB or bundle ScaleDB with it in the same package, but I provide a tool that someone can use to do so (they could also use the tool if they obtained both packages from other sources).  Now is there a GPL violation?</p>
<p>So I end up with a redistributable DVD-ROM that allows a user to install a GPL program with a closed-source, plug-in storage engine for private use, and I don&#8217;t think I&#8217;ve violated the GPL or even wandered into any grey areas.  What does everyone else think?</p>
<p><!-- aggregation -->
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/06/16/mixing-gpl-and-non-gpl-a-different-perspective/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ohare-airport.org link scam: phishing for pagerank</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/05/22/ohare-airportorg-link-scam-phishing-for-pagerank/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/05/22/ohare-airportorg-link-scam-phishing-for-pagerank/#comments</comments>
		<pubDate>Fri, 22 May 2009 13:08:30 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=247</guid>
		<description><![CDATA[I discovered an interesting link scam in my inbox this morning, with the subject line &#8220;New Chicago O&#8217;Hare International Airport website&#8221;.  The message informed me that Chicago O&#8217;Hare Airport has a new website at ohare-airport.org, and asked me to update my link to the airport.  The link points to a pretty credible looking [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered an interesting link scam in my inbox this morning, with the subject line &#8220;New Chicago O&#8217;Hare International Airport website&#8221;.  The message informed me that Chicago O&#8217;Hare Airport has a new website at <code>ohare-airport.org</code>, and asked me to update my link to the airport.  The link points to a pretty credible looking site, with arrivals and departures information, ground transportation, and even a privacy policy (!)  The only clue that something&#8217;s wrong is the very vague copyright information (&#8221;© Airport Administration Services&#8221;) and the lack of a phone number or mailing address on the contact page.</p>
<p>I run a community airport website named <a href="http://www.ourairports.com/">OurAirports</a>, so it&#8217;s not unusual for me to get e-mail from smaller airports and flying clubs with updates, but big airports have never bothered with me.</p>
<p>As one would expect, O&#8217;Hare Airport&#8217;s <a href="http://www.flychicago.com/OHare/OHareHomepage.shtm">existing web site</a> makes no mention of a new, updated site.  In this scam the scammer is not phishing for personal information or trying to scam money, but instead, is trying to get pagerank over the official O&#8217;Hare site by tricking thousands of sites into providing links.</p>
<p>What are they looking for?  Given that the e-mail traces back to a site called <code>huntparking.com</code>, I&#8217;ll guess that they want to use the web traffic either to sell ads for airport parking or to sell their own parking.</p>
<p>The <a href="#message">e-mail</a> and <a href="#whois">whois info</a> are below.  Nicely done, by the way &#8212; the fake site is much better designed than O&#8217;Hare&#8217;s real site, and even the markup snippet in the e-mail is XHTML-compatible.  Perhaps O&#8217;Hare Airport should consider hiring the designer instead of bringing charges.</p>
<h3 id="message">The message</h3>
<blockquote><pre>
Message-ID: &lt;D81A47BF68444410B84578142FC73DED@UserPC&gt;
From: "Chicago O'Hare Airport" <webmaster@ohare-airport.org>
To: [removed]
Subject: New Chicago O&#8217;Hare International Airport website
MIME-Version: 1.0
Content-Type: text/plain;
	charset=&#8221;iso-8859-1&#8243;
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Windows Mail 6.0.6001.18000
X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - host.huntparking.com
X-AntiAbuse: Original Domain - ourairports.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - ohare-airport.org

To whom it may concern:

We are proud to announce the launch of the new Chicago O&#8217;Hare =
International Airport website www.ohare-airport.org. It provides =
comprehensive real time flight information on arrivals, departures and =
delays, terminals and maps, parking, transportation, directions, food =
and shopping, hotels, etc.

If you find our website to be of value to you and your readers, we would =
appreciate it if you could add a link to us at your URL =
http://www.ourairports.com/airports/KORD/ where, in our opinion, it =
would be the most relevant.=20

Alternatively, you can utilize the customized link code provided below =
(just cut and paste):

&lt;p>&lt;a href=3D&#8221;http://www.ohare-airport.org&#8221;>Chicago O&#8217;Hare =
airport&lt;/a>&lt;/p>

If you have any questions, please, do not hesitate to contact us. Thank =
you for your time and consideration.

Kind regards,

Natalia Klimovich
Website Administrator
www.ohare-airport.org
</pre>
</blockquote>
<h3 id="whois">Whois Information for ohare-airport.org</h3>
<blockquote><pre>
Domain ID:D155295366-LROR
Domain Name:OHARE-AIRPORT.ORG
Created On:07-Feb-2009 08:45:01 UTC
Last Updated On:09-Apr-2009 03:54:26 UTC
Expiration Date:07-Feb-2010 08:45:01 UTC
Sponsoring Registrar:GoDaddy.com, Inc. (R91-LROR)
Status:CLIENT DELETE PROHIBITED
Status:CLIENT RENEW PROHIBITED
Status:CLIENT TRANSFER PROHIBITED
Status:CLIENT UPDATE PROHIBITED
Registrant ID:GODA-059235088
Registrant Name:Alexei Pavlovitch
Registrant Street1:240 E Illinois
Registrant Street2:apt 1202
Registrant Street3:
Registrant City:Chicago
Registrant State/Province:Illinois
Registrant Postal Code:60611
Registrant Country:US
Registrant Phone:+1.3125936015
Registrant Phone Ext.:
Registrant FAX:
Registrant FAX Ext.:
Registrant Email:alex.pavlovitch@gmail.com
Admin ID:GODA-259235088
Admin Name:Alexei Pavlovitch
Admin Street1:240 E Illinois
Admin Street2:apt 1202
Admin Street3:
Admin City:Chicago
Admin State/Province:Illinois
Admin Postal Code:60611
Admin Country:US
Admin Phone:+1.3125936015
Admin Phone Ext.:
Admin FAX:
Admin FAX Ext.:
Admin Email:alex.pavlovitch@gmail.com
Tech ID:GODA-159235088
Tech Name:Alexei Pavlovitch
Tech Street1:240 E Illinois
Tech Street2:apt 1202
Tech Street3:
Tech City:Chicago
Tech State/Province:Illinois
Tech Postal Code:60611
Tech Country:US
Tech Phone:+1.3125936015
Tech Phone Ext.:
Tech FAX:
Tech FAX Ext.:
Tech Email:alex.pavlovitch@gmail.com
Name Server:NS07.DOMAINCONTROL.COM
Name Server:NS08.DOMAINCONTROL.COM
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
</pre>
</blockquote>
<p><!-- bablooO --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/05/22/ohare-airportorg-link-scam-phishing-for-pagerank/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change Marketing</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/04/01/change-marketing/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/04/01/change-marketing/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 01:13:54 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=245</guid>
		<description><![CDATA[Tom Megginson is a Canadian advertising guy who&#8217;s spending a lot of time with social media.  He&#8217;s just launched a new blog, Change Marketing.
Nepotism aside &#8230;
I think I would have included a link to this blog even if he weren&#8217;t my brother&#8217;s, because of passages like this:

Branding accesses our very nature as social animals, [...]]]></description>
			<content:encoded><![CDATA[<p>Tom Megginson is a Canadian advertising guy who&#8217;s spending a lot of time with social media.  He&#8217;s just launched a new blog, <a href="http://workthatmatters.blogspot.com/">Change Marketing</a>.</p>
<h3>Nepotism aside &#8230;</h3>
<p>I think I would have included a link to this blog even if he weren&#8217;t my brother&#8217;s, because of passages like this:</p>
<blockquote><p>
Branding accesses our very nature as social animals, taking advantage of the good feelings we get out of loyalty and admiration towards other human beings in our tribe. But in the case of companies and products, the personality traits are conjured up in an anthropomorphic emotional construct. We &#8220;like&#8221; favourite brands. We &#8220;trust&#8221; them. And most importantly, we make them part of our tribal identity.
</p></blockquote>
<p>and this:</p>
<blockquote><p>
Traditional marketers consider setting up a Facebook presence as something you DO. The problem is, the presence is all about who you ARE.
</p></blockquote>
<p>(From <cite><a href="http://workthatmatters.blogspot.com/2009/04/social-media-brand-dont-sell.html">Social Media: Brand, don&#8217;t sell</a></cite>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/04/01/change-marketing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Canadian house prices</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/04/01/canadian-house-prices/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/04/01/canadian-house-prices/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:32:30 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=244</guid>
		<description><![CDATA[I&#8217;m looking for February or March numbers, but according to Teranet and the National Bank of Canada, as of January 2009, house prices across Canada had dropped only 2.35% since January 2008 (that&#8217;s using CHPI, which is the more negative of the two major indices).  Here&#8217;s a breakdown by major cities:






City
(West to east)


CHPI change
(Jan [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking for February or March numbers, but according to <a href="http://www.housepriceindex.ca/Default.aspx">Teranet and the National Bank of Canada</a>, as of January 2009, house prices across Canada had dropped only 2.35% since January 2008 (that&#8217;s using CHPI, which is the more negative of the two major indices).  Here&#8217;s a breakdown by major cities:</p>
<table>
<p><col width="10em" /><br />
<col width="5em" align="center" /></p>
<thead>
<tr>
<th>
City<br />
(West to east)
</th>
<th>
CHPI change<br />
(Jan 08-Jan 09)
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Vancouver</td>
<td style="background: #FF3333">-4.16%</td>
</tr>
<tr>
<td>Calgary</td>
<td style="background: #FF2222">-8.2%</td>
</tr>
<tr>
<td>Toronto</td>
<td style="background: #FF4444">-2.44%</td>
</tr>
<tr>
<td>Ottawa</td>
<td style="background: #33FF33">+2.11%</td>
</tr>
<tr>
<td>Montreal</td>
<td style="background: #44FF44">+4.11%</td>
</tr>
<tr>
<td>Halifax</td>
<td style="background: #22FF22">+1.24%</td>
</tr>
</tbody>
</table>
<p>Why the disparity?  Calgary is an oil city.  When the recession hit and resource prices tanked, Calgary was the centre of a huge housing bubble because of high oil prices, and Vancouver was in a major real-estate bubble of its own because of the upcoming 2010 Winter Olympics, so both had further to fall — they&#8217;re just adjusting back to realistic market prices.  </p>
<p>Toronto is the financial centre of Canada, and we all know what happened to the finance industry, but it has a very wide employment base outside of finance, and vibrant immigrant community, and a lot of pent-up housing demand, so I&#8217;m not surprised to see a more moderate fall there.</p>
<p>Ottawa is the capital, so it has government jobs as a cushion, but it&#8217;s also one of Canada&#8217;s leading tech centres.  While big companies like Nortel and Corel are in terminal decline, small tech companies around Ottawa are doing very well.  I live here, and as far as I can tell, for-sale signs on lawns still don&#8217;t stay up too long.</p>
<p>Montreal.  Montreal?  It was the awkward poor sibling of big Canadian cities for a couple decades after the whole separatism thing started (and people and head offices fled to Ottawa and Toronto), but it&#8217;s been coming back recently — the streets aren&#8217;t as dirty, the heroin addicts are panhandling more politely, and after all, it&#8217;s still Montreal.  Just like Manhattan in the 1970s at its dirtiest and most dysfunctional was still more fun than any other U.S. city, Montreal will always be the coolest Canadian city to visit.  The suburban (and English-speaking) west end of the island is a huge centre for pharmaceutical companies, and perhaps they&#8217;re doing well in the recession (I haven&#8217;t checked).</p>
<p>Not much to say about Halifax, which is a much smaller city than the others, except that it&#8217;s a nice place, and I&#8217;m glad to see they&#8217;re doing well.</p>
<p>Perhaps when I find February or March figures, the news will be worse; then again, as a measurement tool, <a href="http://seekingalpha.com/article/109971-the-problem-with-housing-stats">CHPI can make things look a lot worse than RSPI</a>, so it&#8217;s just as likely that things are better than these number suggest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/04/01/canadian-house-prices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How bad is the recession?</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/03/12/how-bad-is-the-recession/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/03/12/how-bad-is-the-recession/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 20:26:38 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=243</guid>
		<description><![CDATA[I thought it would be interesting to run a simple test for Canada — take some key economic indicators, and see how far we&#8217;ve slipped.  Here&#8217;s what I&#8217;ve tracked down so far:



Indicator
Date
Value
Last seen(before October 2008)




GDP
Q4&#160;2008
CAD&#160;399.6&#160;B
Q4&#160;2007


Current account surplus
Q4&#160;2008
CAD&#160;150.0&#160;B
Q4&#160;2007


Unemployment rate
January&#160;2009
7.2%
November&#160;2004


Canadian dollar
March 11, 2009
USD&#160;0.77
September&#160;2004



Basically, we&#8217;ve slipped back to between 2004 and 2007, depending on which indicator you [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be interesting to run a simple test for Canada — take some key economic indicators, and see how far we&#8217;ve slipped.  Here&#8217;s what I&#8217;ve tracked down so far:</p>
<table border="1" cellpadding="5pt">
<thead>
<tr>
<th>Indicator</th>
<th>Date</th>
<th>Value</th>
<th>Last seen<br />(before October 2008)</th>
</tr>
</thead>
<tbody>
<tr>
<th>GDP</th>
<td>Q4&nbsp;2008</td>
<td>CAD&nbsp;399.6&nbsp;B</td>
<td>Q4&nbsp;2007</td>
</tr>
<tr>
<th>Current account surplus</th>
<td>Q4&nbsp;2008</td>
<td>CAD&nbsp;150.0&nbsp;B</td>
<td>Q4&nbsp;2007</td>
</tr>
<tr>
<th>Unemployment rate</th>
<td>January&nbsp;2009</td>
<td>7.2%</td>
<td>November&nbsp;2004</td>
</tr>
<tr>
<th>Canadian dollar</th>
<td>March 11, 2009</td>
<td>USD&nbsp;0.77</td>
<td>September&nbsp;2004</td>
</tr>
</tbody>
</table>
<p>Basically, we&#8217;ve slipped back to between 2004 and 2007, depending on which indicator you look at (a little further, probably, if I included stock market indices).  That&#8217;s not great (and our population is a bit larger), but ask yourself this: how did you feel in 2004?  Were you as worried as you are now?  Did it feel like a depression then?</p>
<p>I know things aren&#8217;t great — especially for people who&#8217;ve been laid off and/or lost their retirement savings or homes — but I think the (mainly left-wing) pundits (journalists, bloggers, and politicians) who keep screaming words like &#8220;depression&#8221; are just exploiting fear to try to get more attention for themselves, just like the (mainly right-wing) pundits did with anti-terrorism fears after 2001-09-11.  </p>
<p>It&#8217;s a vicious circle, because they have to keep upping the ante to stand out from the others, until we&#8217;re all convinced we&#8217;ll be standing in soup lines tomorrow (assuming anyone can afford to supply us with soup).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/03/12/how-bad-is-the-recession/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A distinctly Canadian kind of fame</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/03/03/a-distinctly-canadian-kind-of-fame/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/03/03/a-distinctly-canadian-kind-of-fame/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 12:32:18 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[kulcher]]></category>

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

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

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=242</guid>
		<description><![CDATA[In Canada, people who have served time for a wrongful murder conviction become famous &#8212; very famous &#8212; and stay that way for years and decades.  Steven Truscott, Donald Marshall Jr., David Milgaard, and Guy Paul Morin are arguably household names, better known than many celebrities (including most medal-winning Canadian Olympic athletes, award-winning musicians, [...]]]></description>
			<content:encoded><![CDATA[<p>In Canada, people who have served time for a wrongful murder conviction become famous &mdash; <em>very</em> famous &mdash; and stay that way for years and decades.  <a href="http://en.wikipedia.org/wiki/Steven_Truscott">Steven Truscott</a>, <a href="http://en.wikipedia.org/wiki/Donald_Marshall,_Jr.">Donald Marshall Jr.</a>, <a href="http://en.wikipedia.org/wiki/David_Milgaard">David Milgaard</a>, and <a href="http://en.wikipedia.org/wiki/Guy_Paul_Morin">Guy Paul Morin</a> are arguably household names, better known than many celebrities (including most medal-winning Canadian Olympic athletes, award-winning musicians, etc.)  </p>
<p>Truscott&#8217;s initial wrongful conviction took place 40 years ago, but if anything, he&#8217;s better known now than any time before.  Three men with more recentky-overturned convictions &mdash; <a href="http://en.wikipedia.org/wiki/Robert_Baltovich">Robert Baltovich</a>, <a href="http://en.wikipedia.org/wiki/Bill_Mullins-Johnson">Bill Mullins-Johnson</a>, and <a href="http://en.wikipedia.org/wiki/James_Driskell">James Driskell</a> &mdash; are also getting on-going press coverage, TV documentaries, etc.</p>
<p>I had never thought anything unusual about this phenomenon, until the Mullins-Johnson article was suddenly deleted from Wikipedia, with no debate &mdash; the Wikipedia editor had assumed that a wrongful conviction was so obviously unnotable that no discussion was required, but when I objected, he did restore the article and start a <a href="http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Bill_Mullins-Johnson">proper RFD debate</a>.</p>
<p>When Wikipedia has articles about minor, imaginary videogame characters, it seemed unimaginable to me at first that editors would try to delete an article about a real, famous person, but so far, there seems little support for keeping the article.  Thinking about it, I suddenly realized that the wrongfully-convicted <em>aren&#8217;t</em> famous in the U.S.  Sure, I could Google around and find a few names, but in the U.S., serving 10 years for a murder you didn&#8217;t commit does not automatically make you a household name &mdash; in fact, it might not even result in a national news story.  </p>
<p>Perhaps there&#8217;s a strong feeling of discomfort around the issue in a country that still executes so many of its citizens.  Or perhaps, because the wrongly-convicted often have prior criminal records, Americans don&#8217;t feel that their convictions were such a serious injustice.  Many U.S. jurisdictions (all?) have very small limits on the compensation you can receive for a wrongful conviction, while in Canada, someone who has been in jail for years could receive well over $1M &mdash; a big news story in itself.</p>
<p>I have a conflict of interest with the RFD for the <a href="http://en.wikipedia.org/wiki/Bill_Mullins-Johnson">Bill Mullins-Johnson</a> article because I was the original author (though many others have since contributed), but if the article is going to be deleted, I&#8217;d hate it to be simply from lack of debate.  So, Wikipedia users, whether you agree or disagree with me, please visit the <a href="http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Bill_Mullins-Johnson">RFD page</a> and have your say.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/03/03/a-distinctly-canadian-kind-of-fame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Customer Problem Checklist</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/02/27/customer-problem-checklist/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/02/27/customer-problem-checklist/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:13:13 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[business]]></category>

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

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=241</guid>
		<description><![CDATA[Whether you&#8217;re writing a business plan for your personal startup (the tech equivalent of the Great American Novel that every hack journalist plans to write), a report for your customers, or a proposal for your managers, sooner or later you&#8217;re going to have to describe a customer problem &#8212; the justification for creating a product [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;re writing a business plan for your personal startup (the tech equivalent of the <em>Great American Novel</em> that every hack journalist plans to write), a report for your customers, or a proposal for your managers, sooner or later you&#8217;re going to have to describe a <strong>customer problem</strong> &mdash; the justification for creating a product or launching a project.</p>
<p>Frankly, the majority of customer problem descriptions I&#8217;ve seen and heard &mdash; including those I&#8217;ve been involved in &mdash; have been either poorly thought out or complete B.S.  I know I won&#8217;t always be allowed to use this, but as a consultant and as a poor fool who still dreams of his own startup, I&#8217;ve written a checklist of six criteria that a <em>real</em> customer problem must meet:</p>
<ol>
<li>
<p>It uses the <strong>customer&#8217;s language</strong>, not yours — if any words or ideas need to be defined or explained, then it&#8217;s probably not really a customer problem.</p>
</li>
<li>
<p>It describes a <strong>business need</strong> — it should not mention the proposed technical solution (such as a social network, CMS, etc.).</p>
</li>
<li>
<p>It is <strong>recognizable</strong> — the customer is already familiar with the problem or with a very similar one, and doesn&#8217;t need to be convinced that the problem exists (thought she might not be aware of its severity).</p>
</li>
<li>It is <strong>quantifiable</strong> — even if you can&#8217;t assign a number yet, it is the kind of problem that has a cost expressed in <em>concrete</em> units such as money, time, subscriptions, support calls, page views, etc.</li>
<li>
<p>It is <strong>compelling</strong> — you can demonstrate potential benefits, savings, etc. that justify the time, cost, and effort for the customer to try to solve it.</p>
</li>
<li>
<p>It is <strong>succinct</strong> — you can <del>describe</del> <ins>summarize</ins> the problem meaningfully in a single, short sentence (of course, you&#8217;re always free to elaborate it somewhere else).</p>
</li>
</ol>
<p>The passing grade on this checklist is 100%. If only one checklist item is missing, the problem is likely just wishful thinking — if your product or project succeeds, it will be despite your idea of the problem, not because of it.</p>
<p><strong>Note:</strong> It&#8217;s actually easy to come up with problem descriptions that meet all six criteria; what&#8217;s hard is coming up with problem descriptions that meet all six criteria <em>and</em> have credible technical solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/02/27/customer-problem-checklist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Only in Canada: $0.15/tweet</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/02/25/only-in-canada-015tweet/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/02/25/only-in-canada-015tweet/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:09:54 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=240</guid>
		<description><![CDATA[Update: Bell quickly backed down &#8212; Tweets will be billed just like any other text messages.  Interesting that a little web company was able to beat a huge telco on this one.
Facebook and other US sites have no problem sending SMS messages to my Canadian cell phone, but Twitter hasn&#8217;t had as much luck [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update:</strong> Bell quickly <a href="http://www.thestar.com/Business/article/593826">backed down</a> &mdash; Tweets will be billed just like any other text messages.  Interesting that a little web company was able to beat a huge telco on this one.</em></p>
<p>Facebook and other US sites have no problem sending SMS messages to my Canadian cell phone, but Twitter hasn&#8217;t had as much luck &mdash; maybe they&#8217;ve been looking for ways to avoid paying bulk SMS charges.  However, they <a href="http://blog.twitter.com/2009/02/for-whom-bell-texts.html">recently announced</a> that customers of Bell Mobility (one of Canada&#8217;s big two wireless providers) can now send <em>and</em> receive tweets again, with &#8220;no limits and no added fees (beyond your normal texting plan).&#8221;</p>
<p>Not so, says Bell.  According to <a href="http://www.ottawacitizen.com/News/story.html?id=1328869">this story</a>, Bell Mobility is treating Twitter as a &#8220;premium service&#8221;, and will charge CAD 0.15 for every tweet sent <em>or</em> received, no matter what text plan you have.</p>
<p>That&#8217;s actually worse than the status quo.  On my Canadian Rogers cell phone, I can&#8217;t receive tweets right now, but I don&#8217;t pay anything extra to send them with my current text plan.</p>
<p>I guess I&#8217;ll stick with Facebook status updates instead.  They work fine with Canadian phones, and Rogers hasn&#8217;t (yet) decided that they&#8217;re a premium service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/02/25/only-in-canada-015tweet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Swimming the Atlantic&#8221;</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/02/13/swimming-the-atlantic/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/02/13/swimming-the-atlantic/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:53:49 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=238</guid>
		<description><![CDATA[Last week, international media outlets reported that American Jennifer Figge had become (or claimed to have become) the first woman to &#8220;swim the Atlantic&#8221; &#8212; the BBC story is pretty typical.
According to the initial stories, Figge swam from the Cape Verde Islands to Trinidad (3,380 km direct distance) in 24 days, spending up to 8 [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, international media outlets reported that American <a href="http://en.wikipedia.org/wiki/Jennifer_Figge">Jennifer Figge</a> had become (or claimed to have become) the first woman to &#8220;swim the Atlantic&#8221; &mdash; the <a href="http://news.bbc.co.uk/2/hi/americas/7877222.stm">BBC story</a> is pretty typical.</p>
<p>According to the initial stories, Figge swam from the Cape Verde Islands to Trinidad (3,380 km direct distance) in 24 days, spending up to 8 hours/day in the water.  Since this is a tech blog, I know that you&#8217;ve all already started to do the arithmetic, and you&#8217;re right.  Even in the ideal case (no course deviations, 8 hours/day swimming), she would have had to maintain an average pace of 17.6 km/hr to pull that off.  She did have the benefit of swimming with the <a href="http://en.wikipedia.org/wiki/North_Equatorial_Current">North Equatorial Current</a> at her back &mdash; it&#8217;s a weak current, but let&#8217;s allow her 0.6 km/hr for it, leaving an average required pace of <strong>17.0 km/hr</strong>.</p>
<p>The men&#8217;s world record for 50m freestyle (front crawl) swimming is currently 21.8 seconds, or <strong>8.3 km/hr</strong>.  That includes a huge initial speed-up from the leap off the podium, and even then, the pace the brings the world&#8217;s top elite swimmers to absolute exhaustion in only 0.05 km.  It also takes place in a calm swimming pool with a swimmer wearing a speedo, rather than against huge ocean swells with the swimmer wearing a wetsuit.  Even in the pool, no one could keep up that pace for minutes, much less hours or days.</p>
<p>In fact, it was <a href="http://www.google.com/hostednews/ap/article/ALeqM5gz5onO54L7F9F4caYnDSM9VgYHyAD9693UO82">soon confirmed</a> that Figge swam only about 400 kilometers over those 24 days: an impressive distance for an amateur athlete at any age, much less in her 50s, but not the distance across the Atlantic Ocean.</p>
<p>So I guess that &#8220;swimming the Atlantic&#8221; does not mean the same as &#8220;swimming <em>across</em> the Atlantic.&#8221;  I&#8217;m curious about what it does mean, because there are two other people who became famous for &#8220;swimming the Atlantic&#8221;:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Guy_Delage">Guy Delage</a> claimed to have swum the Atlantic with the assistance of a kickboard, covering 2,100 nautical miles (3,889 kilometers) in 51 days.  Even assuming 8 hours/day, that works out to an average pace of <strong>9.5 km/hr</strong>.</li>
<li><a href="http://en.wikipedia.org/wiki/Beno%C3%AEt_Lecomte">Benoît Lecomte</a> claimed to have swum the Atlantic unassisted, covering 3,716 miles (5,980 km) in 72 days, swimming 6&ndash;8 hours/day.  Even assuming 8 hours every day, that works out to an average pace of <strong>10.4 km/hr</strong>.</li>
</ul>
<p>By contrast, in swimming across Lake Ontario in 1959, <a href="http://en.wikipedia.org/wiki/Marilyn_Bell">Marilyn Bell</a> took 21 hours to cover 52 kilometers direct distance, for an average pace of <strong>2.5 km/hr</strong>.  People have called even that into question, since with currents and primitive navigation equipment in the support boat, she may have actually had to cover a much greater distance, but at least it doesn&#8217;t strain credibility.</p>
<p>(The original title of this posting was <em>&#8220;Swimming the Atlantic&#8221; vs. grade-four arithmetic</em>, but that seemed to be tempting fate, since I&#8217;ve likely made at least one arithmetic error in this posting.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/02/13/swimming-the-atlantic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mapping people, money, and land through airports</title>
		<link>http://www.megginson.com/blogs/quoderat/2009/01/30/mapping-people-money-and-land-through-airports/</link>
		<comments>http://www.megginson.com/blogs/quoderat/2009/01/30/mapping-people-money-and-land-through-airports/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:33:33 +0000</pubDate>
		<dc:creator>david</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.megginson.com/blogs/quoderat/?p=237</guid>
		<description><![CDATA[OurAirports lets members tag airports to create different kinds of maps.  I&#8217;ve created two maps that show very vividly where the intersections of people, money, and land occur in the world.
Welcome to the club &#8230;
The first tag, top150, shows the world&#8217;s 150 busiest airports by passenger traffic (as of 2007).  Central Africa has [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ourairports.com/">OurAirports</a></strong> lets members tag airports to create different kinds of maps.  I&#8217;ve created two maps that show very vividly where the intersections of people, money, and land occur in the world.</p>
<h2>Welcome to the club &#8230;</h2>
<p>The first tag, <strong><var><a href="http://www.ourairports.com/members/david/tags/top150/">top150</a></var></strong>, shows the world&#8217;s 150 busiest airports by passenger traffic (as of 2007).  Central Africa has lots of people, but not much money, so it&#8217;s empty.  Australia and Canada have high per-capita incomes but a low population density, so they also appear mostly empty in the map, with only a handful of top-150 airports each.  The U.S. has a lot of land but also a lot of money and a lot of people, so it&#8217;s very full.  India and the Persian Gulf countries are starting to fill up, as incomes rise and more people travel.</p>
<h2>&#8230; but not <em>this</em> club</h2>
<p>The second tag, <strong><var><a href="http://www.ourairports.com/members/david/tags/top30/">top30</a></var></strong>, shows a much more exclusive club, the world&#8217;s 30 busiest airports by passenger traffic.  These are the absolute busiest hubs, and it takes a rich <em>and</em> populous city or country to support one.  Not by accident, fully half of these airports (15) are in the United States, and 8 more are in Western Europe, leaving only 7 for the rest of the world to share.</p>
<p>In this club, the 1.3 billion citizens of China are represented by only two airports (including Hong Kong), and the 1.2 billion citizens of India are not represented at all.  Canada and Australia also don&#8217;t make the cut (too few people).</p>
<p>Of course, there are other considerations: aside from its money, land, and people, the heavy air passenger traffic in the U.S. may also reflect its <a href="http://en.wikipedia.org/wiki/Amtrak">horrendous rail system</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megginson.com/blogs/quoderat/2009/01/30/mapping-people-money-and-land-through-airports/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
