<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ben Healey &#187; Human Biases</title>
	<atom:link href="http://benhealey.info/tag/human-biases/feed/" rel="self" type="application/rss+xml" />
	<link>http://benhealey.info</link>
	<description>Data Aficionado  &#124;  Wellington, New Zealand</description>
	<lastBuildDate>Sat, 14 Jan 2012 20:18:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='benhealey.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ben Healey &#187; Human Biases</title>
		<link>http://benhealey.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://benhealey.info/osd.xml" title="Ben Healey" />
	<atom:link rel='hub' href='http://benhealey.info/?pushpress=hub'/>
		<item>
		<title>Avoiding your own Private Cablegate</title>
		<link>http://benhealey.info/2010/12/05/avoiding-your-own-private-cablegate/</link>
		<comments>http://benhealey.info/2010/12/05/avoiding-your-own-private-cablegate/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 20:58:16 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[DDoS]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Strong Passwords]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=287</guid>
		<description><![CDATA[Distributed Denial of Service (DDoS) attacks have hit the mainstream news again recently in stories about attempts by [insert shadowy US government organisation here]  to bring down the Wikileaks website after its release of the initial cablegate records. Reports rightly focus on the attacks themselves and their effect on the Wikileaks site, rather than the BotNets behind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=287&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Distributed Denial of Service (<a href="http://en.wikipedia.org/wiki/Denial-of-service_attack">DDoS</a>) attacks have hit the mainstream news again recently in stories about attempts by [<em>insert shadowy US government organisation here</em>]  to bring down the <a href="http://twitter.com/#!/wikileaks">Wikileaks</a> website after its release of the initial <a href="http://news.google.com/news/search?q=cablegate">cablegate</a> records.</p>
<p>Reports rightly focus on the attacks themselves and their effect on the Wikileaks site, rather than the <a href="http://en.wikipedia.org/wiki/Botnet">BotNets</a> behind many DDoS events or the other malicious ends to which they can be put.  However, it is interesting  that the technology being used to hinder the Wikileaks distribution is the same used by criminals to gather private information on a massive scale, for release to the highest bidder.</p>
<p>In early 2009  some researchers at the <a href="http://www.cs.ucsb.edu/">University of California, Santa Barbara</a> managed to take over part of a BotNet being used to steal private information such as passwords and credit card numbers.  You can see <a href="http://www.cs.ucsb.edu/~kemm/">Richard A. Kemmerer</a>, a member of the research group, explaining the 10-day exploit in this <a href="http://www.youtube.com/watch?v=2GdqoQJa6r4">Google talk</a>.  As part of the experiment, the group analysed encrypted passwords stolen by the BotNet to see how easily each user&#8217;s data could be cracked.  They found that of 173,686 unique passwords discovered, just under 58% could be cracked within 24 hours (56k  -  about 32%  -  were able to be cracked within 65 minutes).  Further analysis also revealed that 28% of people reused the same password on multiple domains.  So, there are some relatively easy pickings for BotNet creators to harvest and on-sell.</p>
<p>The results aren&#8217;t particularly surprising; we are a pretty lazy bunch in general and there are so many points online and offline at which passwords are required to access content.  The effort required to generate different memorable, but secure, passwords is high.  Yet, the risks associated with not having strong passwords are rising as we move more of our digital lives to the cloud.  So, here are a couple of ideas I&#8217;ve gathered for generating memorable, strong passwords with minimal effort.</p>
<ul>
<li>Create an acronym from a phrase.  For instance, &#8220;Please Let Me In To Twitter So I Can See Some Tweets&#8221; would translate to &#8220;plmittsicsst&#8221;.  You can vary the phrase easily enough for different sites.  When combined with symbol or number replacement and a sprinkling of upper-case letters, this can generate strong passwords quickly.  So, our string above could become &#8220;Plm!tt%!c%%T&#8221; if we capitalise the first and last letters and replace i and s with the shift symbols for 1 and 5 (which look like i and s).</li>
<li>Create a password base that you use everywhere, then mix in a site-specific password with that.  For example, you could take the first and last two characters of the street you grew up on along with the last two digits of your old student ID to get a base (e.g., &#8220;adde32&#8243;) then append the reverse of the consonants from the site name to this (e.g., &#8220;rttwt&#8221; for twitter).  Sprinkle with symbol replacement and you get &#8220;$dd#32rttwt&#8221;.  For good measure you can add a prefix and suffix symbol to add extra security &#8220;#$dd#32rttwt#&#8221;</li>
<li>Use a password manager that generates random passwords :)</li>
</ul>
<p>You can test out different approaches to get a feel for how secure the passwords you generate are at this site: <a href="http://howsecureismypassword.net/">http://howsecureismypassword.net/</a>.  Obviously, you shouldn&#8217;t put any of your real passwords in, but you can use it to test out ideas using fake details or phrases.</p>
<p>_____</p>
<p>ShortURL to this post: h<a href="http://wp.me/pnqr9-4D">ttp://wp.me/pnqr9-4D</a></p><br />Filed under: <a href='http://benhealey.info/category/post/thoughts/'>Thoughts</a> Tagged: <a href='http://benhealey.info/tag/ddos/'>DDoS</a>, <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/security/'>Security</a>, <a href='http://benhealey.info/tag/strong-passwords/'>Strong Passwords</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=287&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/12/05/avoiding-your-own-private-cablegate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>
	</item>
		<item>
		<title>Data mining to improve learning: http://&#8230;</title>
		<link>http://benhealey.info/2010/11/12/data-mining-to-improve-learning-http/</link>
		<comments>http://benhealey.info/2010/11/12/data-mining-to-improve-learning-http/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 05:51:57 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[link]]></category>
		<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Personalised Education]]></category>

		<guid isPermaLink="false">http://benhealey.info/2010/11/12/data-mining-to-improve-learning-http/</guid>
		<description><![CDATA[Data mining to improve learning: http://cacm.acm.org/blogs/blog-cacm/101489-massive-scale-data-mining-for-education/fulltextFiled under: link Tagged: Data Mining, Human Biases, Machine Learning, Personalised Education<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=423&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Data mining to improve learning: <a href="http://cacm.acm.org/blogs/blog-cacm/101489-massive-scale-data-mining-for-education/fulltext" rel="nofollow">http://cacm.acm.org/blogs/blog-cacm/101489-massive-scale-data-mining-for-education/fulltext</a></p><br />Filed under: <a href='http://benhealey.info/category/link/'>link</a> Tagged: <a href='http://benhealey.info/tag/data-mining/'>Data Mining</a>, <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/machine-learning/'>Machine Learning</a>, <a href='http://benhealey.info/tag/personalised-education/'>Personalised Education</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=423&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/11/12/data-mining-to-improve-learning-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>
	</item>
		<item>
		<title>Old School Data Visualisation (Part 2)</title>
		<link>http://benhealey.info/2010/08/29/old-school-data-visualisation-part-2/</link>
		<comments>http://benhealey.info/2010/08/29/old-school-data-visualisation-part-2/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 22:09:57 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Visualisation]]></category>
		<category><![CDATA[Human Biases]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=379</guid>
		<description><![CDATA[A quick follow-up to the previous post on the power of data reduction and presentation&#8230; here is another example showing how rounding, ordering and thoughtful presentation can turn an incomprehensible grid of numbers into something most people can grok. It is from the same article (Ehrenberg, Feb 1992, The Problem of Numeracy, AdMap), but this time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=379&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick follow-up to the previous post on the power of <a href="http://benhealey.info/2010/08/15/old-school-data-visualisation-part-1/">data reduction and presentation</a>&#8230; here is another example showing how rounding, ordering and thoughtful presentation can turn an incomprehensible grid of numbers into something most people can <a href="http://en.wikipedia.org/wiki/Grok">grok</a>.</p>
<p>It is from the same article (Ehrenberg, Feb 1992, <em>The Problem of Numeracy</em>, <a href="www.warc.com/admap">AdMap</a>), but this time relates to television programme viewership.  The first table presents detailed correlations for responses to the question &#8216;<em>I really like to watch programme x</em>&#8216; across a range of programmes and two channels (<em>ITV </em>and <em>BBC</em>).</p>
<p><a href="http://benhealey.files.wordpress.com/2010/08/numeracy_table31.gif"><img class="alignnone size-full wp-image-387" title="numeracy_table3" src="http://benhealey.files.wordpress.com/2010/08/numeracy_table31.gif?w=632" alt=""   /></a></p>
<p>Apart from an obvious diagonal line of 1.000 in the table (of course each programmes&#8217; rating correlates perfectly with itself), there isn&#8217;t much else you can take out from it.  The next table renders the data a little more readable by introducing rounding to one decimal place, discarding the redundant leading zeros and disposing of the meaningless 1.000 diagonal.</p>
<p><a href="http://benhealey.files.wordpress.com/2010/08/numeracy_table41.gif"><img class="alignnone size-full wp-image-385" title="numeracy_table4" src="http://benhealey.files.wordpress.com/2010/08/numeracy_table41.gif?w=632" alt=""   /></a></p>
<p>And with a little more thought to row order, spacing and the key data for presentation (i.e., do we really need channel?), we get to the following:</p>
<p><a href="http://benhealey.files.wordpress.com/2010/08/numeracy_table5.gif"><img class="alignnone size-full wp-image-383" title="numeracy_table5" src="http://benhealey.files.wordpress.com/2010/08/numeracy_table5.gif?w=632" alt=""   /></a></p>
<p>Those familiar with television in the UK will now see that people who like to watch one sport programme also like to watch other sports programmes, particularly if they are &#8217;round up&#8217; type shows.  They don&#8217;t, however, like news or current events programmes so much.  A similar pattern occurs for current event watchers, but the programmes within that cluster have slightly lower correlations, meaning viewership is less likely to be homogeneous amongst that group.  If you are an advertiser or producer, this is useful stuff to know because it will give you an idea of the reach of, and competition around, a certain programme.  And you are more likely to understand this if the data is presented in a clear and concise way.</p>
<p>_____</p>
<p>ShortURL for this post: <a href="http://wp.me/pnqr9-67">http://wp.me/pnqr9-67</a></p><br />Filed under: <a href='http://benhealey.info/category/post/thoughts/'>Thoughts</a> Tagged: <a href='http://benhealey.info/tag/analytics/'>Analytics</a>, <a href='http://benhealey.info/tag/business-intelligence/'>Business Intelligence</a>, <a href='http://benhealey.info/tag/data-visualisation/'>Data Visualisation</a>, <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=379&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/08/29/old-school-data-visualisation-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/08/numeracy_table31.gif" medium="image">
			<media:title type="html">numeracy_table3</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/08/numeracy_table41.gif" medium="image">
			<media:title type="html">numeracy_table4</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/08/numeracy_table5.gif" medium="image">
			<media:title type="html">numeracy_table5</media:title>
		</media:content>
	</item>
		<item>
		<title>Old School Data Visualisation (Part 1)</title>
		<link>http://benhealey.info/2010/08/15/old-school-data-visualisation-part-1/</link>
		<comments>http://benhealey.info/2010/08/15/old-school-data-visualisation-part-1/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 03:30:01 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Visualisation]]></category>
		<category><![CDATA[Human Biases]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=369</guid>
		<description><![CDATA[I was talking to a friend last night about data presentation.  We were looking at an iPad ap that allows users to thumb through and drill-down into their sales data for different geographic regions.  Among other things, the ap displayed charts with smoothed trend-lines to help users get a feel for what the future might [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=369&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was talking to a friend last night about data presentation.  We were looking at an iPad ap that allows users to thumb through and drill-down into their sales data for different geographic regions.  Among other things, the ap displayed charts with smoothed trend-lines to help users get a feel for what the future might hold. Yet, in the relatively brief time I spent looking at the data it was hard to get any real sense of what the key take-outs might be.</p>
<p>This will have been partly due to my lack of familiarity with the dataset; the person responsible for sales for the organisation would have  brought a wealth of historic knowledge to the data that may have enabled them to quickly see discrepancies or commonalities in the charts.  However, there was also an element of &#8216;too much&#8217; information.  There is only so much we humans can hold in our short term memory before we become overwhelmed and our ability to do mental calculations or comparisons is compromised.  This is why it is critical for anyone presenting data to consider not only the level of detail required, but also how the information should be delivered for quick and clear consumption.</p>
<p>Marketing scientist Andrew Ehrenberg spent a fair amount of time on these issues and was a strong advocate of <a href="http://en.wikipedia.org/wiki/Andrew_S._C._Ehrenberg#Data_reduction">data reduction</a> (which relates to the idea that much success in research relies on the discovery of patterns in data, and that this process is aided by its presentation in simple tables).  In fact, Ehrenberg wrote a <a href="http://www.empgens.com/ArticlesHome/Volume5/DataReduction.html">book on the subject</a> that is freely downloadable from the EmpGens Journal.</p>
<p>Here is an example of Ehrenberg&#8217;s approach.  I&#8217;ve reproduced the tables from a four page article of his in <em><a href="http://www.warc.com/admap">Admap</a> </em>from 1992 titled &#8216;<em>The Problem of Numeracy</em>&#8216;.  First up is a table <em>not </em>optimised for human consumption.  Try to pick out some noteworthy patterns.</p>
<p><img class="size-full wp-image-373 alignnone" title="numeracy_table1" src="http://benhealey.files.wordpress.com/2010/08/numeracy_table1.gif?w=632" alt=""   /></p>
<p>Now try again, using a modified presentation of the same data:</p>
<p><a href="http://benhealey.files.wordpress.com/2010/08/numeracy_table2.gif"><img class="alignnone size-full wp-image-374" title="numeracy_table2" src="http://benhealey.files.wordpress.com/2010/08/numeracy_table2.gif?w=632" alt=""   /></a></p>
<p>The rounding, averages and different row ordering (population size, rather than alphabet) all make it easier to quickly understand the data.  We can now see, for instance, that most regions saw a dip in Q3, that Leeds and Edinburgh have seen strong growth in Q4, and that Leeds is consistently punching above its weight in per capita sales.  We can also easily answer comparative questions like &#8216;<em>how much larger was Edinburgh than Swansea over the year</em>&#8216; (about 2.5x), which were much harder to do from the first table.</p>
<p>People don&#8217;t often think of treating tables like other design elements in a user interface.  Yet as the example shows, they can fairly easily be tweaked to great effect.  And, when presented clearly, a table can convey more information in a short space of time than a series of charts.</p><br />Filed under: <a href='http://benhealey.info/category/post/thoughts/'>Thoughts</a> Tagged: <a href='http://benhealey.info/tag/analytics/'>Analytics</a>, <a href='http://benhealey.info/tag/business-intelligence/'>Business Intelligence</a>, <a href='http://benhealey.info/tag/data-visualisation/'>Data Visualisation</a>, <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=369&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/08/15/old-school-data-visualisation-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/08/numeracy_table1.gif" medium="image">
			<media:title type="html">numeracy_table1</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/08/numeracy_table2.gif" medium="image">
			<media:title type="html">numeracy_table2</media:title>
		</media:content>
	</item>
		<item>
		<title>Flattr: An Interesting Take on Micropayments</title>
		<link>http://benhealey.info/2010/07/11/flattr-an-interesting-take-on-micropayments/</link>
		<comments>http://benhealey.info/2010/07/11/flattr-an-interesting-take-on-micropayments/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 06:32:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Micropayments]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=356</guid>
		<description><![CDATA[The flat-rate idea is what makes this new (in beta) micropayment service interesting &#8211; it enables people to give to content creators without having to worry about how much they are giving. The service needs to overcome the chicken-and-egg problem of not having the large user-base required for the service to be of most benefit.  It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=356&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The flat-rate idea is what makes this new (in beta) <a href="http://flattr.com">micropayment service</a> interesting &#8211; it enables people to give to content creators without having to worry about how much they are giving.</p>
<span style="text-align:center; display: block;"><a href="http://benhealey.info/2010/07/11/flattr-an-interesting-take-on-micropayments/"><img src="http://img.youtube.com/vi/9zrMlEEWBgY/2.jpg" alt="" /></a></span>
<p>The service needs to overcome the chicken-and-egg problem of not having the large user-base required for the service to be of most benefit.  It will also be competing with other nascent options like <a href="http://www.facebook.com/help/?page=837">Facebook credits</a>, which I imagine will soon expand beyond the confines of the Facebook platform, and <a href="http://aws.amazon.com/fps/">Amazon&#8217;s Flexible Payments Service</a>.</p>
<p>However, if they manage to get beyond beta I&#8217;d love to see what the usage stats turn out like.</p>
<ul>
<li>How many times would people give to the same content creators within a given period?</li>
<li>Would sites with high user repeat visit rates do better than those with low repeat rates but high traffic?</li>
<li>What phrases and presentations of the flattr button would generate the most gifts?</li>
</ul>
<p>_____</p>
<p>ShortURL to this post: <a href="http://wp.me/pnqr9-5K">http://wp.me/pnqr9-5K</a></p><br />Filed under: <a href='http://benhealey.info/category/post/thoughts/'>Thoughts</a> Tagged: <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/micropayments/'>Micropayments</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=356&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/07/11/flattr-an-interesting-take-on-micropayments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>
	</item>
		<item>
		<title>No More Shortcuts for You!</title>
		<link>http://benhealey.info/2010/04/24/no-more-shortcuts-for-you/</link>
		<comments>http://benhealey.info/2010/04/24/no-more-shortcuts-for-you/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:23:17 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Persuasive Elements]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=330</guid>
		<description><![CDATA[A quick follow-up to an earlier post on the attraction of shortcuts&#8230; I spotted some Wellington City Council contractors erecting a solution the other day: I guess putting up a barrier is much cheaper than paving the goat-track!  The day after I took this there was someone churning up the ground with a rotary hoe, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=330&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick follow-up to an earlier post on <a href="http://benhealey.info/2010/02/20/the-incredible-gravitational-pull-of-shortcuts/">the attraction of shortcuts</a>&#8230;</p>
<p>I spotted some Wellington City Council contractors erecting a solution the other day:</p>
<p><a href="http://benhealey.files.wordpress.com/2010/04/crossing_with_barrier.jpg"><img class="aligncenter size-full wp-image-332" title="crossing_with_barrier" src="http://benhealey.files.wordpress.com/2010/04/crossing_with_barrier.jpg?w=632" alt=""   /></a></p>
<p>I guess putting up a barrier is much cheaper than paving the goat-track!  The day after I took this there was someone churning up the ground with a rotary hoe, so it&#8217;ll be back to a grassed area in no time.</p>
<p>_____</p>
<p>ShortURL for this post: <a href="http://wp.me/pnqr9-5k">http://wp.me/pnqr9-5k</a></p><br />Filed under: <a href='http://benhealey.info/category/post/uncategorized/'>Uncategorized</a> Tagged: <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/persuasive-elements/'>Persuasive Elements</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=330&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/04/24/no-more-shortcuts-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/04/crossing_with_barrier.jpg" medium="image">
			<media:title type="html">crossing_with_barrier</media:title>
		</media:content>
	</item>
		<item>
		<title>Does that Wine Glass Really Enhance your Wine?</title>
		<link>http://benhealey.info/2010/04/05/does-that-wine-glass-really-enhance-your-wine/</link>
		<comments>http://benhealey.info/2010/04/05/does-that-wine-glass-really-enhance-your-wine/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 22:04:05 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Myths]]></category>
		<category><![CDATA[Perception]]></category>
		<category><![CDATA[Wine Glasses]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=320</guid>
		<description><![CDATA[My partner loves fancy wine glasses.  Unfortunately for her we don&#8217;t have much room at home, or have people over very often, so it is hard to justify buying different sets for different wines and occasions.  Of course, this doesn&#8217;t stop either of us from gazing upon the various options in whatever home store we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=320&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My partner loves fancy wine glasses.  Unfortunately for her we don&#8217;t have much room at home, or have people over very often, so it is hard to justify buying different sets for different wines and occasions.  Of course, this doesn&#8217;t stop either of us from gazing upon the various options in whatever home store we happen upon.</p>
<p>Were we to buy some nice glasses, I suspect we&#8217;d draw upon a number of excuses to rationalise our decision, the key two being:</p>
<ol>
<li>They look and feel really nice, and</li>
<li>Experts say the right glasses enhance the flavour of the wine.</li>
</ol>
<p>I have no problem at all with the first excuse.  It&#8217;s the second one that sets off my bullshit meter, because <a href="http://www.youtube.com/watch?v=mzJmTCYmo9g">&#8216;experts&#8217; are often wrong</a> and I&#8217;ve not actually seen any evidence that the assertion is true.</p>
<p>To test whether wine glasses enhance the taste of a wine, you&#8217;d have to do some blind testing.  That is, the wine tasters would have to be blind to which glass they were quaffing or sniffing from when they gave their judgements.  Pretty much all of the tests I managed to find in my trawl of the web were unblinded (see here for a <a href="http://www.nzherald.co.nz/lifestyle/news/article.cfm?c_id=6&amp;objectid=10635861&amp;pnum=0">recent NZHerald &#8216;test&#8217;</a>), so the participants may have been influenced by the look of the glass itself rather than any true structural effects of the vessel.</p>
<p>I did manage to find one reference to research using blind tests, in a <a href="http://tastingscience.info/Media/Glass_shape.qxd.pdf">section of Wine Science</a> from 2005 by Dr Ron Jackson:</p>
<blockquote>
<div id="_mcePaste">&#8230;shape does affect the intensity of the wine’s fragrance – those possessing a wide base and narrow neck enhance the perception of the wine’s aroma.  However, the differences detected from a variation of shapes on the wide–narrow theme were marginal.  Published evidence does not support the view that particular shapes uniquely enhance the character of specific wines.</div>
</blockquote>
<div>However, the reference also states&#8230;</div>
<blockquote>
<div>That particular shapes are not uniquely suited for tasting particular wines does not mean that they do not affect perception or, indeed, aesthetic pleasure.  Science has amply confirmed that visual and psychological influences often have a greater effect on what we perceive than the more subtle sensory data provided by taste and smell.</div>
</blockquote>
<div>That&#8217;s right, the effect of the wine glass shape is very real in a sense, but that sense is pretty much all in our heads.  If you take away the visual cues of the glass from the drinker, you also take away the differences in taste experienced.  Knowing this is likely to have a couple of implications:</div>
<div>
<ol>
<li>You&#8217;ll be better prepared to argue with the next wine glass snob you encounter, and</li>
<li>Different glasses are now likely to have less of an effect on your perception of wine taste.</li>
</ol>
</div>
<div>I guess another implication is that the glass that most enhances the flavour of a wine will vary from person to person; the more aesthetically pleasing the glass is for you, the more it is likely to enhance your experience of the wine you are drinking.  So don&#8217;t let people tell you what glasses you should use.  Use the ones you like best.</div>
<div>_____</div>
<div>ShortURL to this post: <a href="http://wp.me/pnqr9-5a">http://wp.me/pnqr9-5a</a></div><br />Filed under: <a href='http://benhealey.info/category/post/uncategorized/'>Uncategorized</a> Tagged: <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/myths/'>Myths</a>, <a href='http://benhealey.info/tag/perception/'>Perception</a>, <a href='http://benhealey.info/tag/wine-glasses/'>Wine Glasses</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=320&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/04/05/does-that-wine-glass-really-enhance-your-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>
	</item>
		<item>
		<title>The Incredible Gravitational Pull of Shortcuts</title>
		<link>http://benhealey.info/2010/02/20/the-incredible-gravitational-pull-of-shortcuts/</link>
		<comments>http://benhealey.info/2010/02/20/the-incredible-gravitational-pull-of-shortcuts/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:28:12 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Persuasive Elements]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=294</guid>
		<description><![CDATA[It was a beautiful day in Wellington on Friday, so I took a stroll along the waterfront at lunchtime.  As I was returning to town I noticed something interesting between Cable St and Jervois Qy&#8230; I doubt the goat track is much shorter than the paved alternative, yet there must be some perceived directness about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=294&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It was a beautiful day in Wellington on Friday, so I took a stroll along the waterfront at lunchtime.  As I was returning to town I noticed something interesting between Cable St and Jervois Qy&#8230;</p>
<p><a href="http://benhealey.files.wordpress.com/2010/02/crossing_one.jpg"><img class="aligncenter size-full wp-image-296" title="crossing_one" src="http://benhealey.files.wordpress.com/2010/02/crossing_one.jpg?w=632" alt=""   /></a></p>
<p><a href="http://benhealey.files.wordpress.com/2010/02/crossing_two.jpg"><img class="aligncenter size-full wp-image-297" title="crossing_two" src="http://benhealey.files.wordpress.com/2010/02/crossing_two.jpg?w=632" alt=""   /></a></p>
<p style="text-align:left;">I doubt the goat track is much shorter than the paved alternative, yet there must be some perceived directness about it for a good number of people.  Perhaps it was first formed by those running to catch a green pedestrian light, like the guys in the first shot.  Whatever the case the path now seems to have a life of its own.  Enough pedestrians have taken the dirt route just to get to the waiting point that the entire area next to it has been completely stripped of grass.</p>
<p style="text-align:left;">Indeed, I must admit I found the dirt path choice quite compelling even though I wasn&#8217;t in a rush and could see the other pedestrian light was already orange.  It was probably the <a href="http://en.wikipedia.org/wiki/Social_proof">social proof</a> of the well-worn track (<em>&#8220;others seem to think it would be quicker, so it probably is&#8221;</em>) along with the direct line-of-site to the other crossing that provided the appeal. And the fact that the path was already bare meant there would be no guilt in walking on the grass.</p>
<p style="text-align:left;">What&#8217;s bizzare is that we&#8217;ll choose that route even though it doesn&#8217;t really save us any material time.  In fact, even if it did save time, in most cases it would mean we just get to a waiting point quicker!</p>
<p style="text-align:left;">This &#8216;gravitational pull&#8217; of shortcuts is frequently exploited.  Just look at the ads for 30-day weight-loss programs and get-rich quick schemes.  Even when there is little for us to gain we&#8217;ll take the short route so as to not miss out on just the <em>potential </em>for a mental, physical, or financial bargain.  It is unfortunate that the designers of this particular pedestrian crossing didn&#8217;t take it into account.  It might have made for a little less mud in winter.</p>
<p style="text-align:left;">Still, it gave me something to write about!</p>
<p style="text-align:left;">Here&#8217;s the area in Google Street View if you want to talk a stroll around it yourself&#8230;</p>
<p style="text-align:center;"><iframe width="562" height="314" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=-41.289827,174.77884&amp;sll=-41.289819,174.779128&amp;sspn=0.000536,0.001206&amp;ie=UTF8&amp;t=h&amp;layer=c&amp;cbll=-41.289747,174.778956&amp;panoid=VFPw0Gq0fMKJnW18vyAk5Q&amp;cbp=13,227.79,,0,5.63&amp;ll=-41.280774,174.782953&amp;spn=0,359.951763&amp;z=14&amp;output=svembed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=-41.289827,174.77884&amp;sll=-41.289819,174.779128&amp;sspn=0.000536,0.001206&amp;ie=UTF8&amp;t=h&amp;layer=c&amp;cbll=-41.289747,174.778956&amp;panoid=VFPw0Gq0fMKJnW18vyAk5Q&amp;cbp=13,227.79,,0,5.63&amp;ll=-41.280774,174.782953&amp;spn=0,359.951763&amp;z=14&amp;output=svembed" style="text-align:left">View Larger Map</a></small></p>
<p style="text-align:left;">________</p>
<p style="text-align:left;">ShortURL to this post: <a href="http://wp.me/pnqr9-4K">http://wp.me/pnqr9-4K</a></p><br />Filed under: <a href='http://benhealey.info/category/post/thoughts/'>Thoughts</a> Tagged: <a href='http://benhealey.info/tag/human-biases/'>Human Biases</a>, <a href='http://benhealey.info/tag/persuasive-elements/'>Persuasive Elements</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=294&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2010/02/20/the-incredible-gravitational-pull-of-shortcuts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/02/crossing_one.jpg" medium="image">
			<media:title type="html">crossing_one</media:title>
		</media:content>

		<media:content url="http://benhealey.files.wordpress.com/2010/02/crossing_two.jpg" medium="image">
			<media:title type="html">crossing_two</media:title>
		</media:content>
	</item>
		<item>
		<title>Why You Should Read Some Cialdini</title>
		<link>http://benhealey.info/2009/11/07/why-you-should-read-some-cialdini/</link>
		<comments>http://benhealey.info/2009/11/07/why-you-should-read-some-cialdini/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 03:38:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Cialdini]]></category>
		<category><![CDATA[FOWA]]></category>
		<category><![CDATA[Human Biases]]></category>
		<category><![CDATA[Persuasive Elements]]></category>

		<guid isPermaLink="false">http://benhealey.info/?p=177</guid>
		<description><![CDATA[Recently, Carsonified posted this video of a Kevin Rose (Digg) speech at the Future of Web Apps conference in London.  The talk, titled &#8220;Taking your Site from One to One Million Users&#8221;, covers a range of methods for growing web traffic and engaging users. Although many of his examples are interesting in themselves, it is worth [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=177&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, <a href="http://carsonified.com/blog/web-apps/9-ways-to-take-your-site-from-one-to-one-million-users/#thevideo">Carsonified</a> posted this video of a Kevin Rose (<a href="http://digg.com/">Digg</a>) speech at the Future of Web Apps conference in London.  The talk, titled &#8220;Taking your Site from One to One Million Users&#8221;, covers a range of methods for growing web traffic and engaging users.</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/6905398' width='400' height='300' frameborder='0'></iframe></div>
<p>Although many of his examples are interesting in themselves, it is worth noting that a number draw upon core psychological principles first put together 25 years ago by Robert Cialdini in a book titled <a href="http://www.amazon.com/Influence-Psychology-Persuasion-Robert-Cialdini/dp/0688128165">Influence</a>.  Cialdini studied how social norms and ingrained behaviours have a massive influence on our responses to the various stimuli we are presented with on a daily basis.  He grouped them into six general categories:</p>
<div id="_mcePaste">
<ul>
<li>Reciprocity</li>
<li>Commitment and Consistency</li>
<li>Social Proof</li>
<li>Authority</li>
<li>Liking</li>
<li>Scarcity</li>
</ul>
</div>
<p>You can read a little more about each of these <a href="http://en.wikipedia.org/wiki/Robert_Cialdini#Six_.E2.80.9CWeapons_of_Influence.22">here</a>, but it really is worth taking the time to read the book (most libraries will have it).  It presents both the underlying motivators along with specific examples of their expression in practice, so it is more useful than hearing only the examples themselves, which don&#8217;t necessarily lend themselves to application in a range of different domains.</p>
<p>Cialdini also recently co-authored a book titled <a href="http://www.amazon.com/Yes-Scientifically-Proven-Ways-Persuasive/dp/1416570969">Yes!</a>, which presents summaries for over 50 scientific studies relating more-or-less to the six categories above.  It is a fascinating read.  Here are a couple of the findings:</p>
<ul>
<li>Tips increase by up to 23% when waiters give mints to their customers directly, rather than letting them pick the mints up from a bowl at the counter.  [an example of reciprocity]</li>
<li>A hotel increased guest towel reuse rates (an environmentally friendly action) by 33% simply by changing the wording of the call-to-action message on a sign in the bathroom.  The most successful message suggested that others who had stayed in the <em>same room</em> recently had reused their towels. [an example of social proof, and also liking - we are influenced more by those who share attributes with us]</li>
<li>Asking people to predict whether or not they will go out and vote actually increases the chance they will go out and vote (by about 25% points in the study cited).  [an example of <a href="http://en.wikipedia.org/wiki/Social_desirability_bias">social desirability bias</a> combined with commitment and consistency]</li>
</ul>
<p>There are many other examples in <em>Yes!</em> that translate the six general principles into practice, so you are bound to find some inspiration for mixing it up and applying the principles yourself.</p>
<p>_____</p>
<p>ShortURL for this post: <a href="http://wp.me/pnqr9-2R">http://wp.me/pnqr9-2R</a></p><br />Posted in Thoughts Tagged: Cialdini, FOWA, Human Biases, Persuasive Elements <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/benhealey.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/benhealey.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/benhealey.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benhealey.info&amp;blog=5583171&amp;post=177&amp;subd=benhealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://benhealey.info/2009/11/07/why-you-should-read-some-cialdini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7242c6f38f9056b8d9a96695535fe428?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Ben</media:title>
		</media:content>
	</item>
	</channel>
</rss>
