<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Murray Woodman &#187; Murray Woodman</title>
	<atom:link href="http://murraywoodman.com/author/murray/feed/" rel="self" type="application/rss+xml" />
	<link>http://murraywoodman.com</link>
	<description>Homepage and blog</description>
	<lastBuildDate>Fri, 12 Feb 2010 07:19:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Uriverse out the door</title>
		<link>http://murraywoodman.com/413/uriverse-door?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=uriverse-door</link>
		<comments>http://murraywoodman.com/413/uriverse-door#comments</comments>
		<pubDate>Fri, 12 Feb 2010 07:18:17 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=413</guid>
		<description><![CDATA[It&#8217;s with much pride and relief that I can announce that Uriverse, a site I have been working on for a few months, has been launched on the web. Uriverse is a site which aggregates content around certain well known subjects, namely the subjects found in Wikipedia. I have imported version 3.4 of the DBpedia [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s with much pride and relief that I can announce that <a href="http://uriverse.com/">Uriverse</a>, a site I have been working on for a few months, has been launched on the web. <a href="http://uriverse.com/">Uriverse</a> is a site which aggregates content around certain well known subjects, namely the subjects found in <a href="http://wikipedia.org/">Wikipedia</a>. I have imported version 3.4 of the <a href="http://dbpedia.org/">DBpedia</a> data set (semantic version of Wikipedia) into the <a href="http://drupal.org/">Drupal</a> content management system. I have then attempted to present the data in an interesting way: faceted search, timelines, ratings, maps, photos, etc. If you are interested in how it was done please read the <a href="http://cruncht.com/361/uriverse-dbpedia-drupal-case-study">case study</a>. There a <a href="http://www.facebook.com/pages/Uriverse/262023712135">fan page set up at Facebook</a> too if you are interested. Cool, that&#8217;s stage one. Future iterations will incorporate more content from external sources into each of the pages. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/413/uriverse-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cricket: A new bowler&#8217;s average</title>
		<link>http://murraywoodman.com/398/cricket-bowlers-average?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cricket-bowlers-average</link>
		<comments>http://murraywoodman.com/398/cricket-bowlers-average#comments</comments>
		<pubDate>Fri, 28 Aug 2009 02:20:20 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Know Idea]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=398</guid>
		<description><![CDATA[As I was watching the recently completed Ashes series this year I began to ponder the issue of how a bowler&#8217;s average is calculated. Is the current a bowlers average the only measure we can use? How can we accommodate the quality of the batsmen dismissed. I think that the current method could be augmented [...]]]></description>
			<content:encoded><![CDATA[<p>As I was watching the recently completed Ashes series this year I began to ponder the issue of how a bowler&#8217;s average is calculated. Is the current a bowlers average the only measure we can use? How can we accommodate the quality of the batsmen dismissed. I think that the current method could be augmented so that we have a more insightful way of discriminating between bowlers.</p>
<p><span id="more-398"></span></p>
<p>For those of you who aren&#8217;t familiar with cricket a <a href="http://en.wikipedia.org/wiki/Bowling_average">bowler&#8217;s average</a> is calculated by dividing the number of runs scored against the bowler by the number of wickets taken. If a bowler has the amazingly good average of 20 it means that they take a wicket every 20 runs.</p>
<p>One problem with this metric is that the quality of the batsmen dismissed will vary. Some bowlers will have tidied up the tail end batsmen more often. Others might be adept at getting out the upper order. How do we distinguish between these two? The solution is to deduct the averages of the batsmen dismissed from the average before dividing by the overs bowled. I call this measure &#8220;Bowler&#8217;s contribution&#8221;</p>
<p>Bowler&#8217;s contribution = (bowlers average &#8211; average of batsmen&#8217;s averages) / overs bowled</p>
<p>The outcome is that you have a measurement which takes into consideration all relevant factors:</p>
<ul>
<li>number of wickets taken</li>
<li>number of runs conceeded</li>
<li>quality of batsmen dismissed</li>
<li>number of overs bowled</li>
</ul>
<p>So, lets take four bowlers:</p>
<table border="0">
<tbody>
<tr>
<th>Bowler</th>
<th>Average</th>
<th>Bats average</th>
<th>Contribution</th>
</tr>
<tr>
<td>Alfie</td>
<td>20</td>
<td>40</td>
<td>20</td>
</tr>
<tr>
<td>Bertie</td>
<td>20</td>
<td>20</td>
<td>0</td>
</tr>
<tr>
<td>Charlie</td>
<td>30</td>
<td>40</td>
<td>10</td>
</tr>
<tr>
<td>Davie</td>
<td>30</td>
<td>20</td>
<td>-10</td>
</tr>
</tbody>
</table>
<p>Using the traditional method the best bowlers here would be Alfie and Bertie. However, the &#8220;contribution&#8221; method scored Alfie and Charlie the best because they are dismissing batsmen of a higher calibre.</p>
<p>This new method does have practical problems associated with it because it requires that the statistician know all of the batsmen&#8217;s averages for each innings they play. This is not the kind of statistic you will necessarily find in a book but it shouldn&#8217;t be too difficult to calculate if you have a comprehensive historical record.</p>
<p>So there you have it. It would be very interesting to see how bowlers would line up using this method. I reckon it would uncover a few unappreciated gems. Something more for the commentators to talk about. Cricket fans&#8230; what do you think? Let me know in the comments who the best all time bowlers would be on this new criteria.</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/398/cricket-bowlers-average/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mountain man to Jet</title>
		<link>http://murraywoodman.com/381/mountain-man-jet?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mountain-man-jet</link>
		<comments>http://murraywoodman.com/381/mountain-man-jet#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:48:54 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[What's up]]></category>
		<category><![CDATA[night walkers]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=381</guid>
		<description><![CDATA[I&#8217;ve been getting into the &#8220;Night Walkers&#8221; thing a bit lately. I walk a marathon with a small group of like minded individuals (nutters) on the full moon of every month. We have a Night Walkers group at Facebook if you would like to join up.  A week or so ago we completed a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting into the &#8220;Night Walkers&#8221; thing a bit lately. I walk a marathon with a small group of like minded individuals (nutters) on the full moon of every month. We have a <a href="http://www.facebook.com/home.php#/group.php?gid=65105672773">Night Walkers group at Facebook</a> if you would like to join up.  A week or so ago we completed a 32km walk from Cronulla to Coogee which was very enjoyable. It took around 8 hours to complete. The kebab shop at Brighton le Sands was a highlight of course.</p>
<p>In the back of my mind though I had been wanting to complete a longer walk which would take up the entire night &#8211; from sunset to sunrise. I was aiming to undertake such a walk during the winter solstice but I had a cold back then and so was unable to attempt it. Anyway, it&#8217;s still pretty close to the solstice so there is still a lot of night to walk through&#8230; 14 hours of it, 4km/h&#8230; that&#8217;s around 56km. I calculated that a Penrith to Bondi walk had a nice ring to it. It came in at around 60km according to Google maps. If I timed it right I could get to Bondi at sunrise. Also, if I got too knackered and the call of bed got too strong I could always wimp out around Camperdown, making the walk 52 km.</p>
<p><a href="http://murraywoodman.com/381/mountain-man-jet/attachment/11072009005/" rel="attachment wp-att-369"><img src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009005-300x225.jpg" alt="Milestone 28" title="Milestone 28" width="300" height="225" class="alignnone size-medium wp-image-369" /></a></p>
<p>OK. That all sounded good and so I decided to give it a go. Rang Mike and Steve up but wisely they were suffering colds or had better things to do. Smart move.</p>
<p>There was trackwork on of course. Luckily there was a direct bus out to Penrith which was pretty quick. I got the arround 4.45 and made it to the river just on sunset. Right on. All up it went pretty well. My feet held up OK and the pace was pretty good. Managed to solve a few technical problems which I was ruminating on&#8230; </p>
<p>It wasn&#8217;t without unpleasantness though. I really had underestimated the desolation of the Great Western Highway. In my mind I had sort of imagined a continuation of Paramatta Road but boy I was wrong. What was I thinking? That road is by no means pedestrian friendly. For a lot of the way I was creeping along the edge of the roadside barrier with cars whizzing by. At its worst it was through knee high grass. Sometimes the median strip was best. There were a few times where I really did consider it all a bit ill conceived. I got that kind of creepy feeling of there only being one way out of it and that was forward. You know &#8211; when you have to rely on yourself alone.  I think Steve Waugh calls it a &#8220;comfort zone&#8221; <img src='http://murraywoodman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In a funny kind of way that is why I do these walks. Eventually some lights appeared on the horizon and Wentworthville emerged. Footpaths. Street lights. Service stations. Street signs. The very occasional person. And a bit of hope. Oh joy.</p>
<p>I must have been pretty scared because I clocked up that 30km in about 5 and a bit hours &#8211; way faster than my usual 5km per hour. The next 20 km was pretty uneventful. It was great to be back in civilisation. I&#8217;ve now seen every car sales yard in Sydney. Memos kebab shop really makes a tasty kebab BTW <img src='http://murraywoodman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Heh. Anyway, for the last 10 clicks or so the blisters were getting a bit bad and so I did decide to call it a night at Camperdown. Bondi would have to wait for another day. 52km all up in a little less than 12 hours. I won&#8217;t be doing that walk again anytime soon. Glad to have done it though.</p>

<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009/' title='Setting sun'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009-150x150.jpg" class="attachment-thumbnail" alt="" title="Setting sun" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009001/' title='Nepean River'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009001-150x150.jpg" class="attachment-thumbnail" alt="" title="Nepean River" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009002/' title='Starting out'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009002-150x150.jpg" class="attachment-thumbnail" alt="" title="Starting out" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009004/' title='Penrith terraces'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009004-150x150.jpg" class="attachment-thumbnail" alt="" title="Penrith terraces" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009005/' title='Milestone 28'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009005-150x150.jpg" class="attachment-thumbnail" alt="" title="Milestone 28" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009008/' title='M7'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009008-150x150.jpg" class="attachment-thumbnail" alt="" title="M7" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/11072009010/' title='Paramatta 14'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/11072009010-150x150.jpg" class="attachment-thumbnail" alt="" title="Paramatta 14" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009/' title='Train tracks'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009-150x150.jpg" class="attachment-thumbnail" alt="" title="Train tracks" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009006/' title='Brandon'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009006-150x150.jpg" class="attachment-thumbnail" alt="" title="Brandon" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009003/' title='Sydney 19'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009003-150x150.jpg" class="attachment-thumbnail" alt="" title="Sydney 19" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009007/' title='Sydney 10'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009007-150x150.jpg" class="attachment-thumbnail" alt="" title="Sydney 10" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009008/' title='Teddy'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009008-150x150.jpg" class="attachment-thumbnail" alt="" title="Teddy" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009011/' title='Peeping tom.'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009011-150x150.jpg" class="attachment-thumbnail" alt="" title="Peeping tom." /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009014/' title='V'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009014-150x150.jpg" class="attachment-thumbnail" alt="" title="V" /></a>
<a href='http://murraywoodman.com/381/mountain-man-jet/attachment/12072009016/' title='Gross'><img width="150" height="150" src="http://murraywoodman.com/wp-content/uploads/2009/07/12072009016-150x150.jpg" class="attachment-thumbnail" alt="" title="Gross" /></a>

]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/381/mountain-man-jet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Taxonomies</title>
		<link>http://murraywoodman.com/355/wordpress-taxonomies?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-taxonomies</link>
		<comments>http://murraywoodman.com/355/wordpress-taxonomies#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:06:57 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[taxonomies]]></category>
		<category><![CDATA[topicmaps]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=355</guid>
		<description><![CDATA[I have been interested in RDF and Topic Maps for a while so I thought that it would be interesting to see how some of the concepts in these specifications could translate across to WordPress. I had recently moved my topicmap.com site across to WordPress and was wanting to wring some more semantic goodness out [...]]]></description>
			<content:encoded><![CDATA[<p>I have been interested in RDF and <a href="http://topicmap.com/">Topic Maps</a> for a while so I thought that it would be interesting to see how some of the concepts in these specifications could translate across to WordPress. I had recently moved my topicmap.com site across to WordPress and was wanting to wring some more semantic goodness out of the standard install. Specifically, I wanted to add metadata which could be linked.<span id="more-355"></span></p>
<p>Out of the box WordPress comes with a fairly small set of hard-baked object types which don&#8217;t necessarily map particularly well to the semantic web:</p>
<ul>
<li> pages</li>
<li> posts</li>
<li> comments</li>
<li> links</li>
<li> users</li>
<li> tags, categories and link categories.</li>
</ul>
<p>The options for relating things have been pretty limited:</p>
<ul>
<li> posts can be related to tags and categories</li>
<li> links can be related to link categories</li>
<li> users and posts can have metadata but no out of the box display for this.</li>
</ul>
<h3>Taxonomies</h3>
<p>As of WordPress 2.3 the database schema changed to introduce &#8220;taxonomies&#8221;. This involved a rejigging of the way categories and tags were stored and related. This allowed for the creation of custom realtionships to be made. ie. it is possible to create custom relationship types such as &#8220;is a&#8221;, &#8220;studied&#8221;, &#8220;likes&#8221;, etc. This allows for much richer metadata to be produced. Out of the box taxonomies are not available to WordPress users but plugin developers are able to use the new data structures to come up with something better than what is available with tags and categories.</p>
<p>Check out these two posts explaining the changes</p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Taxonomy">Tip #5 : Taxonomy in WordPress 2.3</a></li>
<li><a href="http://boren.nu/archives/2007/08/26/wordpress-23-taxonomy-schema/">WordPress 2.3 Taxonomy Schema</a></li>
</ul>
<p>This all looks promising. However, I was a bit disappointed with the way things had been implemented in the backend. To me it seems that some less than optimal decision were made.</p>
<p><em>The thoughts that follow are a result of looking at the DB schema only. I have not peered into the code or am aware of the background for making the decisions that were made.</em></p>
<p>The old WordPress had the following tables:</p>
<ul>
<li> categories</li>
<li> post2cat</li>
<li> link2cat</li>
</ul>
<p>The new WordPress has factored these replaced them with three new tables:</p>
<p><strong>wp_terms</strong><br />
term_id<br />
name<br />
slug</p>
<p><strong>wp_term_taxonomy</strong><br />
term_taxonomy_id<br />
term_id<br />
taxonomy<br />
description<br />
parent<br />
count</p>
<p><strong>wp_term_relationships</strong><br />
object_id<br />
term_taxonomy_id</p>
<p>Please read <a href="http://boren.nu/archives/2007/08/26/wordpress-23-taxonomy-schema/">WordPress 2.3 Taxonomy Schema</a> for a better understanding of how the above three tables work together. I will make a few points at this stage.</p>
<ul>
<li>the terms table handles names and slugs for category, link_category and post_tag. The slug provides the unique index. This design seems very strange to me as we have three namespaces (category, link_category and post_tag) which are being constrained by a single slug namespace. It therefore seems impossible to have the same slug represent different concepts (or names) across namespaces. eg /category/max (the &#8220;max&#8221; size) and /tag/Max (the &#8220;Max&#8221; person). The schema just smooshes the namespaces together, limiting expressiveness. This might be acceptable if there were only one namespace but there isn&#8217;t. This makes me a bit concerned about renaming things. If one term is forming double duty for a tag and a category, then the rename of one will knock onto the other.</li>
<li>naming duties are split between wp_terms and wp_term_taxanomy. Why does wp_terms get name and slug, and<br />
wp_term_taxonomy get description? Weird. I can&#8217;t see the benefit of the wp_terms table. One argument for it might be that wp_terms is there to handle duplication of names and to save space. I don&#8217;t buy this. Names and slugs are short, clashes are relatively rare and we have the namespace slug problem above. I can&#8217;t see the point of wp_terms. Further, any query would need to join across to wp_terms to get the name &#8211; a pointless exercise.</li>
<li>according to the documentation the object_id property type in wp_term_relationships can take a link_id or a post_id. What? This breaks the relational model. We don&#8217;t know what the ID represents in this table. Is it a link or a post? The only way I can see this working is to join across to wp_taxonomy and restrict on the taxonomy value! ie. you need to do a join to restrict the object ID. I haven&#8217;t checked the code so I can&#8217;t be sure. I must be missing something here but that is the only way I can see it working. This must lead to less than efficient querying on big datasets.</li>
</ul>
<p>So that&#8217;s me being a bit critical of the design of taxonomies as it stands technically. However, I have bigger problems with what can be achieved sematically with it. The main limitation lies with the content of the wp_term_relationships table. You are limited into what can go into object_id (links and posts) and what can go into term_taxonomy_id (category, link_category, tag, custom). There is a divide between the resources would and the subjects world. This means that it is impossible to:</p>
<ul>
<li> relate posts with posts, links, users, comments or pages</li>
<li> relate links with posts, links, users, comments or pages</li>
<li> relate users, commentsor pages with anything</li>
</ul>
<p>This really is a massive lost opportunity. Why the limitation?</p>
<p>The main problem for me is not being able to relate posts with posts. It is very common to want to encode a &#8220;see also&#8221; or a &#8220;is friends with&#8221; or &#8220;works for&#8221;. If you have this content in your WordPress as a post rather than a tag/category/custom then you are out of luck. For users who are using WordPress as a CMS with most of the content is posts (in order to get the benefits of tags and categories) this is a frustrating situation.</p>
<p>Another obvious loss is the inability for tags and categories to apply to pages. This kind of functionality is often bolted on by plugins. It would be nice if it could be supported natively.</p>
<h3>Suggested alternative</h3>
<p>OK. What would be a better design? If I were to take a stab at it I would solve it in two tables, rather than three.</p>
<p><strong>mw_term</strong><br />
term_id<br />
subtype (&#8220;tag&#8221;|&#8221;category&#8221;|&#8221;custom&#8221;|&#8221;predicate&#8221;)<br />
title<br />
slug<br />
description<br />
parent<br />
unique index: subtype + slug</p>
<p>1 = _category (subtype:predicate)<br />
2 = _link_category (subtype:predicate)<br />
3 = _post_tag (subtype:predicate)</p>
<p>This design solves the term problem by making a single mw_term table which handles all of the naming: title, slug and description. It also handles the namespacing problem because uniqueness is solved with slug + subtype index. The subtype handles the old &#8220;taxonomy&#8221; values but also includes another: predicate.</p>
<p>Predicates join subjects and objects. They could have their own table for naming but why double up? Lets just put them into the mw_term table. You can see that the first three rows in mw_term are for the category, link_category and post_tag terms.</p>
<p><strong>mw_triple</strong><br />
subject_type (post, link, term, user, comment, page)<br />
subject_id<br />
predictate_id<br />
object_type (post, link, term, user, comment, page)<br />
object_id</p>
<p>And here we have a standard relationship table which relates subjects with objects. This is very much like an RDF triple. You can see that this allows us to relate anything to anything resulting in the most freedom of expression. It is now possible to do some very helpful stuff without plugins:</p>
<ul>
<li> relate posts to posts</li>
<li> relate pages to categories and tags</li>
<li> relate tags/custom to tags/custom</li>
</ul>
<p>If we wanted to represent &#8220;joe (post_id=1) worksfor acme (post_id=2)&#8221; we would have the following:</p>
<p>mw_term.term_id = x<br />
mw_term.subtype = custom<br />
mw_term.title = &#8220;Works for&#8221;<br />
mw_term.slug = &#8220;works-for&#8221;</p>
<p>mw_triple.subject_type = &#8220;post&#8221;<br />
mw_triple.Subject_id = 1<br />
mw_triple.predictate_id = x<br />
mw_triple.object_type = &#8220;post&#8221;<br />
mw_triple.Object_id = 2</p>
<p>This is simple and straight forward.</p>
<h3>What can be done in the current framework?</h3>
<p>The most obvious thing is not to worry and just work with post-custom taxonomies. These are quite powerful and should get you a long way. This approach should gain a quick takeup once the taxonomy plugins become more widely deployed and used. For example, the <a href="http://yoast.com/wordpress/simple-taxonomies/">Simple Taxonomies</a> plugin is very simple to use and quite intuitive. If only I could get the target links to work <img src='http://murraywoodman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But what is we want to do more within the wp_term_taxonomy paradigm. What can we do? It would be possible to hack some &#8220;proxy&#8221; term_taxonomies to make statements about posts. This allows us to make statements about a post as an object (in the triples sense of the word).</p>
<p>We will reuse the &#8220;joe worksfor acme&#8221; example above. The posts get some auto created terms which we can use to relate them. The hack here is to have a shadow term for each post.</p>
<p>wp_terms.term_id = x<br />
wp_terms.name = &#8220;mw.post_id.1&#8243;<br />
wp_terms.slug = &#8220;mw.post_id.1&#8243;</p>
<p>wp_terms.term_id = y<br />
wp_terms.name = &#8220;mw.post_id.2&#8243;<br />
wp_terms.slug = &#8220;mw.post_id.2&#8243;</p>
<p>wp_term_taxonomy.wp_term_taxonomy_id = t<br />
wp_term_taxonomy.taxonomy = &#8220;Works for&#8221;<br />
wp_term_taxonomy.term_id = y</p>
<p>wp_term_relationships.object_id = 1<br />
wp_term_relationships.term_taxonomy_id = t</p>
<p>We have just expressed &#8220;joe worksfor acme&#8221;. This is obviously a lot more complex than the example because we are forcing it to do something it doesn&#8217;t want to do.</p>
<p>This is problematic mainly because of duplication of data in wp_terms, making data integrity harder. If &#8220;joe&#8221; is deleted we will need to delete wp_terms.1. The row wp_term_taxonomy.t might also need to be deleted since it is an orphan. It also doesn&#8217;t solve the case where we want to relate tags with tags or custom with custom. So this is a sub-optimal solution.</p>
<h3>Conclusion</h3>
<p>The best way to look at taxonomies is to consider them as tags on steroids. To be honest this will solve a lot of problems and I am looking forward to using them to improve my tag structure. This will get me most of the way there.</p>
<p>I did have the dream of being able to import RDF and dump it into the two metadata centers in WordPress: Custom Fields for literals and Taxonomy for relationships. Or failing that, at the very least I wanted an easy way to relate my posts. However, it now appears that the taxonomy structure is a halfway house which isn&#8217;t capable of supporting structures as flexible as those found in RDF. It also seems to fall short for simpler things as well.  If you wanted to go down this path then the best bet seems to support a data structure outside of the WordPress tables which is a shame. How easy would it be to plug in an open source Topic Maps or RDF engine to support these relationships?</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/355/wordpress-taxonomies/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Sydney Institute</title>
		<link>http://murraywoodman.com/239/sydney-institute?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sydney-institute</link>
		<comments>http://murraywoodman.com/239/sydney-institute#comments</comments>
		<pubDate>Sat, 30 May 2009 06:17:08 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=239</guid>
		<description><![CDATA[
The Sydney Institute publishes the Sydney Papers, a quarterly publication of the various speeches given at weekly events. The Sydney Institute required a CMS which would allow them to maintain a subscription list where paying members have access to protected content. This was implemented as a WordPress site with a subscription manager.
Requirement: Content Management, Publishing, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://murraywoodman.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/239.png&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><a href="http://www.thesydneyinstitute.com.au/publications/">The Sydney Institute publishes</a> the <em>Sydney Papers</em>, a quarterly publication of the various speeches given at weekly events. The Sydney Institute required a CMS which would allow them to maintain a subscription list where paying members have access to protected content. This was implemented as a WordPress site with a subscription manager.<span id="more-239"></span></p>
<p><strong>Requirement:</strong> Content Management, Publishing, Subscription<br />
<strong>Technology:</strong> WordPress, PayPal, Theme customisation</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/239/sydney-institute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Night Walkers</title>
		<link>http://murraywoodman.com/93/night-walkers?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=night-walkers</link>
		<comments>http://murraywoodman.com/93/night-walkers#comments</comments>
		<pubDate>Tue, 26 May 2009 13:15:37 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[What's up]]></category>
		<category><![CDATA[marathon]]></category>
		<category><![CDATA[night walkers]]></category>
		<category><![CDATA[walk]]></category>

		<guid isPermaLink="false">http://cruncht.org/?p=93</guid>
		<description><![CDATA[
The other day I took a couple of friends visiting from the UK for a trip up to the Northern Beaches of Sydney. We dropped by Cottage Point for lunch and then made our way up to Palm Beach and Pitwatter for a bit of a dip and an ice cream. On the way back [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://murraywoodman.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/93.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>The other day I took a couple of friends visiting from the UK for a trip up to the Northern Beaches of Sydney. We dropped by Cottage Point for lunch and then made our way up to Palm Beach and Pitwatter for a bit of a dip and an ice cream. On the way back to Sydney I noticed the roadsign which was to be the genesis for the Night Walkers group: Sydney 40km.<span id="more-93"></span></p>
<p>That got me thinking. 40km is nearly a marathon and I had always wanted to complete a marathon. I decided then and there to give my friend Mike a ring to see if he would be interested in walking a marathon in the cool of night. I knew that Mike would be up for it as he doesn&#8217;t like to be beaten by a challenge.</p>
<p>And so on the 30th Jan 2009 we made the journey from Palm Beach to the GPO on foot. It took us nine and a half hours and it is fair to say that we were knackered by the end of it. The chaffing was extreme, the blisters were pretty bad too and we were well and truely ready for the comforts of our beds waiting at home.</p>
<p>During the evening we discussed many things including what the next walk would be of course. We flirted with a Wollongong to Sydney walk but soon realised that 40km was challenge enough. We put such discussions on ice until we finished. Anyway&#8230; from that initial walk the <a title="Night Walkers" href="http://www.facebook.com/group.php?gid=65105672773">Night Walkers</a> facebook group was created. We have since completed a few more walks and are looking for new members to take up the challenge. If you feel like doing something a little crazy please join us.</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/93/night-walkers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Leaf Publishing</title>
		<link>http://murraywoodman.com/243/leaf-publishing?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=leaf-publishing</link>
		<comments>http://murraywoodman.com/243/leaf-publishing#comments</comments>
		<pubDate>Mon, 01 Jan 2007 06:24:47 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[newleaf]]></category>

		<guid isPermaLink="false">http://murraywoodman.com/?p=243</guid>
		<description><![CDATA[
New Leaf Publishing is a small publishing house providing editorial and production services. It required a website outlining its services and contact information.
Requirement: Brouchure-ware
Technology: HTML, CSS
]]></description>
			<content:encoded><![CDATA[<p><img src='http://murraywoodman.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/243.png&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><a href="http://www.newleafpublishing.com/">New Leaf Publishing</a> is a small publishing house providing editorial and production services. It required a website outlining its services and contact information.<span id="more-243"></span></p>
<p><strong>Requirement:</strong> Brouchure-ware<br />
<strong>Technology:</strong> HTML, CSS</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/243/leaf-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to take a good photo</title>
		<link>http://murraywoodman.com/29/how-to-take-a-good-photo?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-take-a-good-photo</link>
		<comments>http://murraywoodman.com/29/how-to-take-a-good-photo#comments</comments>
		<pubDate>Tue, 22 Nov 2005 08:12:00 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Know Idea]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://cruncht.org/?p=29</guid>
		<description><![CDATA[Here are a few ideas I picked up from browsing images in Flickr. I just went for a bit of a hunt through the interesting images until I found a good image and then documented the arresting feature. What I ended up with was a list of hints to try to remember next time I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few ideas I picked up from browsing images in Flickr. I just went for a bit of a hunt through the interesting images until I found a good image and then documented the arresting feature. What I ended up with was a list of hints to try to remember next time I&#8217;m out and about taking photos.</p>
<p>If you have any photographic techniques then I would love to hear about them in the comments.</p>
<p><span id="more-29"></span></p>
<p><strong>Shoot relection in water</strong><br />
Get the focus right. Don&#8217;t just mirror images &#8211; make the single subject the focus.</p>
<p><a href="http://www.flickr.com/photos/tjt195/12127930/"><img src="http://farm1.static.flickr.com/9/12127930_e45367864b_s.jpg" alt="" /></a><a href="http://www.flickr.com/photos/ciro/1758435/"><img src="http://farm1.static.flickr.com/2/1758435_cf23070df0_s.jpg" alt="" /></a></p>
<p><strong>Shoot through water</strong><br />
Make sure there&#8217;s no reflection.<br />
<a href="http://www.flickr.com/photos/djs1021/29143860/">http://www.flickr.com/photos/djs1021/29143860/</a></p>
<p><strong>Self referential</strong><br />
Take a photo, print, return to the scene and take a photo of the photo. Interesting but a bit cheap unless relevant.<br />
<a href="http://www.flickr.com/photos/raul/41476707/">http://www.flickr.com/photos/raul/41476707/</a><br />
<a href="http://www.flickr.com/photos/95111447@N00/40238228/">http://www.flickr.com/photos/95111447@N00/40238228/</a></p>
<p><strong>BW for portraits</strong><br />
Grain and starkness add gravitas to subjects<br />
<a href="http://www.flickr.com/photos/eddielaw/49919568/">http://www.flickr.com/photos/eddielaw/49919568/</a><br />
<a href="http://www.flickr.com/photos/stillpicture/39463802/">http://www.flickr.com/photos/stillpicture/39463802/</a><br />
<a href="http://www.flickr.com/photos/babsi/42389067/">http://www.flickr.com/photos/babsi/42389067/</a><br />
<a href="http://www.flickr.com/photos/cariephoto/show/">http://www.flickr.com/photos/cariephoto/show/</a></p>
<p><strong>Night shots enhanced by lingering sunset</strong><br />
Adds colour and drama to the image<br />
<a href="http://www.flickr.com/photos/wilfjames/822205/">http://www.flickr.com/photos/wilfjames/822205/</a></p>
<p><strong>Close ups of chaos makes viewer doubletake</strong><br />
The viewer spends longer processing the image leading to more rewarding consumption<br />
<a href="http://www.flickr.com/photos/yeahboone/28365913/">http://www.flickr.com/photos/yeahboone/28365913/</a><br />
<a href="http://www.flickr.com/photos/wolffman17/16998094/">http://www.flickr.com/photos/wolffman17/16998094/</a></p>
<p><strong>Fame and action are enough</strong><br />
Good subjects always work. See paparazi and sports photographers. The subject matter speaks for itself.<br />
<a href="http://www.flickr.com/photos/froodmat/51128168/">http://www.flickr.com/photos/froodmat/51128168/</a><br />
<a href="http://www.flickr.com/photos/whatevernevermind/22981532/">http://www.flickr.com/photos/whatevernevermind/22981532/</a><br />
<a href="http://www.flickr.com/photos/pixelydixel/6321340/">http://www.flickr.com/photos/pixelydixel/6321340/</a></p>
<p><strong>A new perspective</strong><br />
Put the lense where the eye can&#8217;t go: high, low, big, small.<br />
<a href="http://www.flickr.com/photos/lenny_meriel/20297074/">http://www.flickr.com/photos/lenny_meriel/20297074/</a><br />
<a href="http://www.flickr.com/photos/vision_aerie/3245770/">http://www.flickr.com/photos/vision_aerie/3245770/</a><br />
<a href="http://www.flickr.com/photos/samuelyung/37945030/">http://www.flickr.com/photos/samuelyung/37945030/</a></p>
<p><strong>Camera is faster than the eye</strong><br />
It can reveal things we never see with the naked eye. Run of the mill, point and shoot, photos are generally too slow.<br />
<a href="http://www.flickr.com/photos/borghetti/6596202/">http://www.flickr.com/photos/borghetti/6596202/</a></p>
<p><strong>Photographers photo</strong><br />
Photographers have their own tricks whci add a sense of unreality to an image and takes it out of the everyday: play with light, backlit, noir, infra red.<br />
<a href="http://www.flickr.com/photos&lt;/a&gt;rtofgold/32012683/">http://www.flickr.com/photos</a>rtofgold/32012683/<br />
<a href="http://www.flickr.com/photos/theorem/23719776/">http://www.flickr.com/photos/theorem/23719776/</a><br />
<a href="http://www.flickr.com/photos/bhikku/17602694/">http://www.flickr.com/photos/bhikku/17602694/</a><br />
<a href="http://www.flickr.com/photos&lt;/a&gt;ckley/2942132/">http://www.flickr.com/photos</a>ckley/2942132/</p>
<p><strong>Beauty in abstract</strong><br />
Abstract shapes sparate the image from photography and reach to other ideas. Also good for contrasting the natural and mechanical.<br />
<a href="http://www.flickr.com/photos/bryan/25652552/">http://www.flickr.com/photos/bryan/25652552/</a><br />
<a href="http://www.flickr.com/photos/clearlyambiguous/19985476/">http://www.flickr.com/photos/clearlyambiguous/19985476/</a></p>
<p><strong>Photo as canvas</strong><br />
Crops on street art elevate the art to a canvas once the grime of the street is removed.<br />
<a href="http://www.flickr.com/photos/dispositive/23114600/">http://www.flickr.com/photos/dispositive/23114600/</a></p>
<p><strong>Juxtapose for comic effect</strong><br />
Jokes are unexpected truth, so too with photos. Works well for portraits. Gets you another look in at the subject.<br />
<a href="http://www.flickr.com/photos/henk/796710/">http://www.flickr.com/photos/henk/796710/</a><br />
<a href="http://www.flickr.com/photos/janv/13816599/">http://www.flickr.com/photos/janv/13816599/</a><br />
<a href="http://www.flickr.com/photos/betina/13993717/">http://www.flickr.com/photos/betina/13993717/</a></p>
<p><strong>Contrast for interest</strong><br />
Contrating subject matter makes us think.<br />
<a href="http://www.flickr.com/photos/whileseated/50636340/">http://www.flickr.com/photos/whileseated/50636340/</a><br />
<a href="http://www.flickr.com/photos/twmlabs/41482884/">http://www.flickr.com/photos/twmlabs/41482884/</a></p>
<p><strong>Focus draws attention to an idea</strong><br />
A non descript photo gains strength by telling a story by emphasising certain elements through focus/blurring.</p>
<p><strong>Colour stands out</strong><br />
Look for blocks, gradations and contrasts.<br />
<a href="http://www.flickr.com/photos/mylakent/63475757/">http://www.flickr.com/photos/mylakent/63475757/</a><br />
<a href="http://www.flickr.com/photos/marct/32766382/">http://www.flickr.com/photos/marct/32766382/</a><br />
<a href="http://www.flickr.com/photos/34379736@N00/64086472/">http://www.flickr.com/photos/34379736@N00/64086472/</a><br />
<a href="http://www.flickr.com/photos/chun/9887123/">http://www.flickr.com/photos/chun/9887123/</a></p>
<p><strong>Form can be interesting too</strong><br />
Probably doesn&#8217;t have as much punch as colour.<br />
<a href="http://www.flickr.com/photos/k/4505471/">http://www.flickr.com/photos/k/4505471/</a><br />
<a href="http://www.flickr.com/photos/51035555243@N01/34337425/">http://www.flickr.com/photos/51035555243@N01/34337425/</a><br />
<a href="http://www.flickr.com/photos/esthet/3753156/">http://www.flickr.com/photos/esthet/3753156/</a><br />
<a href="http://www.flickr.com/photos/cariephoto/2433627/">http://www.flickr.com/photos/cariephoto/2433627/</a></p>
<p><strong>Texture is cool as well</strong><br />
Even more subtle<a href="http://www.flickr.com/photos/special/3912163/">http://www.flickr.com/photos/special/3912163/</a><br />
<a href="http://www.flickr.com/photos/pictobox/4747479/">http://www.flickr.com/photos/pictobox/4747479/</a><br />
<a href="http://www.flickr.com/photos/bingolittle/4302278/">http://www.flickr.com/photos/bingolittle/4302278/</a></p>
<p><strong>Less is more</strong><br />
Photos can trigger a creative process like a book. It doesn&#8217;t all have to be spelt out.<br />
<a href="http://www.flickr.com/photos/emikohime/62333544/">http://www.flickr.com/photos/emikohime/62333544/</a><br />
<a href="http://www.flickr.com/photos/velvethellvis/41596903/">http://www.flickr.com/photos/velvethellvis/41596903/</a><br />
<a href="http://www.flickr.com/photos/john/10881278/in/pool-moms/">http://www.flickr.com/photos/john/10881278/in/pool-moms/</a></p>
<p><strong>Be brave to get the subjects</strong><br />
A lot of images are the same. You need to become at one with your subject<br />
<a href="http://www.flickr.com/photos/cdierdorff/53940727/">http://www.flickr.com/photos/cdierdorff/53940727/</a></p>
<p><strong>Strangeness is evocative</strong><br />
Staged photos don&#8217;t strike me head on but do evoke strange mixed feelings.<br />
<a href="http://www.flickr.com/photos/furnari/8481521/">http://www.flickr.com/photos/furnari/8481521/</a></p>
<p><strong>The passing of time</strong><br />
Images capture a fraction of a second but the can capture so much more: exposure, repetition, blurring, sequence.<br />
<a href="http://www.flickr.com/photos/oceanbornstudios/36360575/">http://www.flickr.com/photos/oceanbornstudios/36360575/</a><br />
<a href="http://www.flickr.com/photos/jonlucas/17302350/">http://www.flickr.com/photos/jonlucas/17302350/</a><br />
<a href="http://www.flickr.com/photos/reality/3764433/">http://www.flickr.com/photos/reality/3764433/</a><br />
<a href="http://www.flickr.com/photos/patisfaction/1864688/">http://www.flickr.com/photos/patisfaction/1864688/</a></p>
<p><strong>Window to another world</strong><br />
Viewing a photo is voyeristic. We gain insights into another&#8217;s world &#8211; a stolen moment. These are the trickiest photos to get and I feel quite guilty about taking them. The viewer avoids most of this guilt as they are reduced to consumer rather than exploiter.<br />
<a href="http://www.flickr.com/photos/elix/160596/">http://www.flickr.com/photos/elix/160596/</a></p>
<p><strong>Sex sells</strong><br />
Sensual images will stir emotions. Even the suggestion of sex is enough for arousal.<br />
<a href="http://www.flickr.com/photos/mivella/15150349/">http://www.flickr.com/photos/mivella/15150349/</a><br />
<a href="http://www.flickr.com/photos/43472158@N00/3320688/">http://www.flickr.com/photos/43472158@N00/3320688/</a></p>
<p><strong>Push the limits, strip away the unnecessary</strong><br />
Draw attention the the essential aspects of an image: high contrast. over exposed.<br />
<a href="http://www.flickr.com/photos/hkvam/1177681/">http://www.flickr.com/photos/hkvam/1177681/</a></p>
<p><strong>The eyes have it</strong><br />
Beauty is in the eye of the beheld.<br />
<a href="http://www.flickr.com/photos/twmlabs/41482884/">http://www.flickr.com/photos/twmlabs/41482884/</a><br />
<a href="http://www.flickr.com/photos/noqontrol/11757131/">http://www.flickr.com/photos/noqontrol/11757131/</a></p>
<p><strong>Shooting to the light increases contrast</strong><br />
Usually you want to avoid it because of loss of detail in forground images, however, striking silohettes can be formed.<br />
<a href="http://www.flickr.com/photos/ellishall/52103259/">http://www.flickr.com/photos/ellishall/52103259/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/29/how-to-take-a-good-photo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home energy consultant</title>
		<link>http://murraywoodman.com/28/home-energy-consultant?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=home-energy-consultant</link>
		<comments>http://murraywoodman.com/28/home-energy-consultant#comments</comments>
		<pubDate>Tue, 13 Sep 2005 11:41:00 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Know Idea]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://cruncht.org/?p=28</guid>
		<description><![CDATA[Australians are being pressured financially as resources (water, oil) become more scarce and expensive. There is a confusingly wide range of options available to households and consumers to help them become more green.
Idea
A home energy consultant could give households a report, identifying where they could save resources: water consumption, electricty use, electricty suppliers, fuel use, [...]]]></description>
			<content:encoded><![CDATA[<p>Australians are being pressured financially as resources (water, oil) become more scarce and expensive. There is a confusingly wide range of options available to households and consumers to help them become more green.<span id="more-28"></span><br />
<b>Idea</b><br />
A home energy consultant could give households a report, identifying where they could save resources: water consumption, electricty use, electricty suppliers, fuel use, fuel conversion for cars, solar energy, water tanks. The consultant would earn a fee and possibly kickbacks for referrals.<br />
<b>Problem</b><br />
Households are unlikely to pay for such a service as they can work it out for themeselves. People will pay for an inspection when buying a house but only becase lots of money is riding on it. You would need to have quite a compelling argument to satisfy this. This kind of service is probably best supplied by &#8220;green&#8221; plumbers who specilise in water taks etc.</p>
<p>Maybe this kind of info could be provided on a website. eg. Electricity companies compared, the best water tanks, qualified installers, etc. You can still get the kickbacks but it is free for users.</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/28/home-energy-consultant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20/20 hindsight for the risk averse</title>
		<link>http://murraywoodman.com/27/2020-hindsight-for-the-risk-averse?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=2020-hindsight-for-the-risk-averse</link>
		<comments>http://murraywoodman.com/27/2020-hindsight-for-the-risk-averse#comments</comments>
		<pubDate>Mon, 12 Sep 2005 11:42:00 +0000</pubDate>
		<dc:creator>Murray Woodman</dc:creator>
				<category><![CDATA[Know Idea]]></category>
		<category><![CDATA[hindsight]]></category>
		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://cruncht.org/?p=27</guid>
		<description><![CDATA[People make decisions today with future outcomes in mind. The risk averse will act conservatively and are likely up giving up more than they gain as they take on a defensive position. ie. they have not considered the opportunity cost of what they do. How can we get people to look at their lives from [...]]]></description>
			<content:encoded><![CDATA[<p>People make decisions today with future outcomes in mind. The risk averse will act conservatively and are likely up giving up more than they gain as they take on a defensive position. ie. they have not considered the opportunity cost of what they do. How can we get people to look at their lives from a new perspective?<span id="more-27"></span></p>
<p><strong>Idea</strong></p>
<p>This way of thinking can be possibly rectified by placing the person at some time in the future and asking them to image how they would feel at that point in time and then ask them to reconsider the opportunity cost. There is a chance that they will change their decison based on this hindsight.</p>
<p>Example 1: Talented executive decides to forgo leisure time (friends, family, lovers, travel, fitness) for 15 years (25 -40) and accepts high wage. This may seem logical. Now ask them to put themselves in the 40 yo shoes and to consider if the loss of quality of life was worth the $x they have accumulated.</p>
<p>Example 2: Couple close to retirement has a reasonable amount saved and decide to work for another 5 years (63 &#8211; 68) to accrue more with the fear that they may hit hard times. Now ask them to put themselves in the shoes of the 68 year old. Maybe there are only a couple of productive years left in their lives. What value would then be put in the previous 5 productive years. Propbably a lot more than what was accrued. ie. The relative value of the enjoyment of the previous 5 years will be valued much higher.</p>
]]></content:encoded>
			<wfw:commentRss>http://murraywoodman.com/27/2020-hindsight-for-the-risk-averse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
