<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.6" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
        <title>Stuart Herbert</title>
        <link>http://blog.stuartherbert.com/</link>
        <description>Stu's Thoughts On Different Topics</description>
        <pubDate>Sun, 15 Nov 2009 18:20:22 +0000</pubDate>
        <generator>http://wordpress.org/</generator>
        <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/StuartHerbert" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
<title>Isolate To Eliminate</title>
<link>http://blog.stuartherbert.com/php/2009/10/10/isolate-to-eliminate/</link>
<comments>http://blog.stuartherbert.com/php/2009/10/10/isolate-to-eliminate/#comments</comments>
<pubDate>Sat, 10 Oct 2009 12:27:29 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Whether you&#8217;re looking at your own code before (or after!) you have shipped it, or you&#8217;re picking up someone else&#8217;s code after they have shipped it, tracking down and fixing bugs is a fundamental part of programming. If you know the code well, perhaps you can make an intuitive leap to immediately jump to where [...]
]]></description>
<content:encoded><![CDATA[
<p>Whether you&#8217;re looking at your own code before (or after!) you have shipped it, or you&#8217;re picking up someone else&#8217;s code after they have shipped it, tracking down and fixing bugs is a fundamental part of programming. If you know the code well, perhaps you can make an intuitive leap to immediately jump to where the bug is. But how do you go about tracking down a bug when intuition doesn&#8217;t help?</p>
<p>The nature of all code is that larger systems are built from smaller underlying systems and components. They in turn are also constructed from smaller components. The bug you are tracking down will have a cause in one of these systems, and will have symptoms that are visible in other systems. The remaining systems work fine (as far as the bug you&#8217;re looking for is concerned), and you can use this to quickly and reliably find where the bug is.</p>
<p>Divide your larger systems down into smaller systems at logical points, such as different server stacks, APIs, major interfaces, classes, methods and if necessary individual lines of code. Test both sides of the divide, with your tests focusing on the data that crosses the divide. If one side works as expected, the bug is not in there, and you can eliminate that side from further testing. Continue testing the remaining systems and components, which you have now isolated, by dividing those up into smaller systems and components. Keep going until you&#8217;ve reached the smallest testable system, component, unit, or lines of code that show the fault. Congratulations: you have isolated the fault.</p>
<p>Apart from being a strategy that allows you to work on code you&#8217;ve never seen before, this approach also has the advantage that it is evidence-based. This approach eliminates guess work, and it forces developers&#8217; assumptions about how their code actually works in practice to be challenged. The data never lies, but be aware that it can be mis-interpreted!</p>
<p>The approach is iterative, and you&#8217;ll find that you&#8217;ll often go back and forth between your code and your tests, making your code easier to test and your tests have clearer and more targeted test domains and results. Fix the tests that are relevant to the bug you are tracking down, and make a list of any other issues you find along the way for you to come back and address at a later date. Stay on target, and park potential tangents and distractions for another time.</p>
<p>Although this sounds like a slow process when described on paper, with practice it can be executed at high speed during an emergency situation. However, the need to restore service in a timely manner isn&#8217;t always compatible with this approach, and you&#8217;re normally better off returning to your test environment where you can study the fault without inconveniencing your customers any further.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=169&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_169" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/10/10/isolate-to-eliminate/feed/</wfw:commentRss>
</item>
<item>
<title>My Weight Disappears</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/09/29/my-weight-disappears/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/09/29/my-weight-disappears/#comments</comments>
<pubDate>Tue, 29 Sep 2009 21:30:31 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
We (my Improvers group and I) were half-way through our second stab at playing the form tonight, and the weirdest thing happened.  There was a shift in my single weight, and for a few moments, all I could feel was the contact I was making with the floor (which I&#8217;m normally aware of) &#8230; and [...]
]]></description>
<content:encoded><![CDATA[
<p>We (my Improvers group and I) were half-way through our second stab at playing the form tonight, and the weirdest thing happened.  There was a shift in my single weight, and for a few moments, all I could feel was the contact I was making with the floor (which I&#8217;m normally aware of) &#8230; and nothing else.</p>
<p>My single weight&#8217;s not bad normally (it certainly stands up to scrutiny during class, which is a good start), but this was different.  This was a connection with the ground that I&#8217;ve not come to before.  I don&#8217;t know what it was, or how really to describe it, but I&#8217;m going to be looking out for it in future and seeing if I can achieve it again and study it further.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=113&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_113" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/09/29/my-weight-disappears/feed/</wfw:commentRss>
</item>
<item>
<title>September Tai Chi Podcasts</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/09/29/september-tai-chi-podcasts/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/09/29/september-tai-chi-podcasts/#comments</comments>
<pubDate>Tue, 29 Sep 2009 21:22:51 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Every September is a new academic year, which means I&#8217;m back teaching twice a week (three times if you count Saturday mornings, although those aren&#8217;t really classes as such) &#8230; and that means regular podcasts once again.  I hope you find them interesting and informative.

Why We Learn In Groups
Use My Notes But Think Of The [...]
]]></description>
<content:encoded><![CDATA[
<p>Every September is a new academic year, which means I&#8217;m back teaching twice a week (three times if you count Saturday mornings, although those aren&#8217;t really classes as such) &#8230; and that means regular podcasts once again.  I hope you find them interesting and informative.</p>
<ul>
<li><a href="http://audioboo.fm/boos/66794-why-we-learn-in-groups" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Why We Learn In Groups</a></li>
<li><a href="http://audioboo.fm/boos/66752-use-my-notes-but-think-of-the-environment" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Use My Notes But Think Of The Environment</a></li>
<li><a href="http://audioboo.fm/boos/65654-teachers-must-be-patient-with-themselves" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Teachers must be patient with themselves</a></li>
<li><a href="http://audioboo.fm/boos/65137-too-much-to-relax" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Too Much To Relax</a></li>
<li><a class="rsswidget" title="     A boo by stuartherbert" href="http://audioboo.fm/boos/62580-using-your-aches-and-pains" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Using Your Aches And Pains</a></li>
</ul>
<p>I don&#8217;t get a lot of feedback on the podcasts, so I&#8217;m not sure whether they&#8217;re really of any interest to anyone.  If you enjoy them, let me know in the comments.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=111&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_111" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/09/29/september-tai-chi-podcasts/feed/</wfw:commentRss>
</item>
<item>
<title>Single Shot Series: Cardiff Bay Railway Station</title>
<link>http://blog.stuartherbert.com/photography/2009/09/28/single-shot-series-cardiff-bay-railway-station/</link>
<comments>http://blog.stuartherbert.com/photography/2009/09/28/single-shot-series-cardiff-bay-railway-station/#comments</comments>
<pubDate>Mon, 28 Sep 2009 14:47:46 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
<a href="http://www.flickr.com/photos/stuartherbert/3962854252/" title="Cardiff Bay Railway Station by Stuart Herbert, on Flickr"><img src="http://farm3.static.flickr.com/2520/3962854252_8a8de867ef_m.jpg" width="240" height="158" alt="Cardiff Bay Railway Station" /></a>
]]></description>
<content:encoded><![CDATA[
<p><a title="Cardiff Bay Railway Station by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/3962854252/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm3.static.flickr.com/2520/3962854252_8a8de867ef.jpg" alt="Cardiff Bay Railway Station" width="500" height="330" /></a></p>
<p>Back in June, I took part in the annual <a href="http://www.photomarathon.co.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.photomarathon.co.uk');">Photomarathon</a> for the first time.  It was definitely weird using a chemical camera for the first time in six years!  Like many of the competitors, I also had my digital equipment with me, and I&#8217;m really glad I did, because as the sun was setting I was wandering past Cardiff Bay&#8217;s run-down railway station, and was able to snag this shot.</p>
<p>This station sits at the southern-most end of the oldest surviving railway line in South Wales - the <a href="http://en.wikipedia.org/wiki/Taff_Vale_Railway" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">Taff Vale Railway (TVR)</a>.  Sadly I haven&#8217;t been able to find any photos online of what this station looked like when the docks were in full swing, but books such as the Glamorganshire and Aberdare Canal do have some photos on the printed page if you&#8217;d like to compare.</p>
<p>This is the very first HDR shot I&#8217;ve processed since being forced to upgrade from PhotoMatix Pro v2 to v3.  I&#8217;ve used v2 for all of my HDR work to date, but sadly it doesn&#8217;t work under OS X 10.6 Snow Leopard.  Still, first impressions of v3 are very encouraging!</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/09/28/single-shot-series-cardiff-bay-railway-station/feed/</wfw:commentRss>
</item>
<item>
<title>Buy My Old MacBook Pro!</title>
<link>http://blog.stuartherbert.com/php/2009/09/28/buy-my-old-macbook-pro/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/28/buy-my-old-macbook-pro/#comments</comments>
<pubDate>Mon, 28 Sep 2009 13:09:39 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
It has been my ever-faithful companion for the last three years, but now sadly the time has come to part ways with my old MacBook Pro.  The only reason I&#8217;m selling is that I need longer battery life on occasion.  The machine works fine, and I&#8217;ve just fitted it with a 500GB HDD (taken from [...]
]]></description>
<content:encoded><![CDATA[
<p>It has been my ever-faithful companion for the last three years, but now sadly the time has come to part ways with my old MacBook Pro.  The only reason I&#8217;m selling is that I need longer battery life on occasion.  The machine works fine, and I&#8217;ve just fitted it with a 500GB HDD (taken from my new MBP; sorry, but I&#8217;m keeping my SSD <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).  The outer casing&#8217;s finish is worn in one spot; not bad considering this machine has been with me all day every day for the past three years.</p>
<p><a href="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;item=200388819156#ht_500wt_1182" onclick="javascript:pageTracker._trackPageview('/outbound/article/cgi.ebay.co.uk');">Full details are in the listing on eBay</a>.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=164&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_164" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/28/buy-my-old-macbook-pro/feed/</wfw:commentRss>
</item>
<item>
<title>Still Spaces Left On My PHP Course In October</title>
<link>http://blog.stuartherbert.com/php/2009/09/28/still-spaces-left-on-my-php-course-in-october/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/28/still-spaces-left-on-my-php-course-in-october/#comments</comments>
<pubDate>Mon, 28 Sep 2009 12:59:25 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Are you going to PHPNW09? Are you interested in my two day course on how to organise a team of PHP developers? Do you still want to go, but missed the early bird tickets?
Then keep an eye on your inbox &#8230; there&#8217;ll be an email from the PHPNW09 organisers in the next day or so [...]
]]></description>
<content:encoded><![CDATA[
<p>Are you going to <a href="http://conference.phpnw.org.uk/phpnw09/" onclick="javascript:pageTracker._trackPageview('/outbound/article/conference.phpnw.org.uk');">PHPNW09</a>? Are you interested in <a href="http://www.methodosity.com/2009-oct/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">my two day course on how to organise a team of PHP developers</a>? Do you still want to go, but missed the early bird tickets?</p>
<p>Then keep an eye on your inbox &#8230; there&#8217;ll be an email from the PHPNW09 organisers in the next day or so including a discount code you can use to buy tickets for my course at a nice reduction.</p>
<p>And if you&#8217;re not yet convinced that you&#8217;d benefit from the training I&#8217;m offering, I&#8217;ve put together some reasons <a href="http://www.methodosity.com/2009-oct/why.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">why this is important</a>, and <a href="http://www.methodosity.com/2009-oct/what.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">what benefits you&#8217;ll get from the course</a>.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=162&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_162" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/28/still-spaces-left-on-my-php-course-in-october/feed/</wfw:commentRss>
</item>
<item>
<title>Open Source T’ai Chi :)</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/09/21/open-source-tai-chi/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/09/21/open-source-tai-chi/#comments</comments>
<pubDate>Mon, 21 Sep 2009 21:07:52 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Over the past two years, I&#8217;ve been working on a set of notes for my Beginners&#8217; class.  With the help of feedback from my students, the notes have been polished, tried and tested, and I&#8217;m now happy enough with them to share them online for anyone else who is interested in reading them.
To make my [...]
]]></description>
<content:encoded><![CDATA[
<p>Over the past two years, I&#8217;ve been working on a set of notes for my Beginners&#8217; class.  With the help of feedback from my students, the notes have been polished, tried and tested, and I&#8217;m now happy enough with them to share them online for anyone else who is interested in reading them.</p>
<p>To make my notes easy to find, I&#8217;ve added a new <a href="http://blog.stuartherbert.com/tenprinciples/class-notes/" >Class Notes</a> page to the website which lists all of the notes I&#8217;ve uploaded.  I still need to finish off and publish my T&#8217;ai Chi for Improvers notes, plus the notes I&#8217;m scribbling away about my own practice!</p>
<p>And, to make my notes as free as possible, I&#8217;m licensing them under <a href="http://creativecommons.org/licenses/by-sa/2.0/uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/creativecommons.org');">the Creative Commons Attribution Share-Alike 2.0 (UK) license</a>.  This license allows you to re-use my notes, and to make your own version of these notes, provided you give the original author (me) credit and that you also distribute your own version of the notes under the same license.</p>
<p>This makes our T&#8217;ai Chi notes a <a href="http://freedomdefined.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/freedomdefined.org');">Free Cultural Work</a>.</p>
<p>Why am I doing this?</p>
<ul>
<li>Our art has a tradition going back at least to Yang Cheng&#8217;fu in the 1930&#8217;s of sharing everything we know.  This means you don&#8217;t have to take any modern teacher&#8217;s word on T&#8217;ai Chi; you can go and track down a translation of Yang Cheng&#8217;fu&#8217;s book and see for yourself.</li>
<li>When my teacher died, his surviving family chose to withdraw the two instructional aids he had made during his lifetime (videos of both himself and his teacher playing the form).  This sadly means that my students (and, in time, their students) cannot compare their own understanding and practice to that of the teachers who went before me.  My own work, such as it is, is now a Free Cultural Work and can never be withdrawn from my students when I die.</li>
</ul>
<p>I hope you find these notes helpful, and I&#8217;m always keen to receive feedback to help me improve them still further.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=100&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_100" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/09/21/open-source-tai-chi/feed/</wfw:commentRss>
</item>
<item>
<title>July Tai Chi Podcast Round-up</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/09/21/july-tai-chi-podcast-round-up/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/09/21/july-tai-chi-podcast-round-up/#comments</comments>
<pubDate>Mon, 21 Sep 2009 20:12:57 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Here’s a list of the Tai Chi podcasts that I published in July through AudioBoo, before heading off on my summer vacation.  I hope you find them interesting and informative.

Know The Shapes And Make The Shapes
A New Isolation
What Is Your Attitude To Tai Chi?
Homework: Where Are The Thirteen Postures?

There were no podcasts in August, as unfortunately [...]
]]></description>
<content:encoded><![CDATA[
<p>Here’s a list of the <a onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');" href="http://audioboo.fm/users/13718/boos.atom" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Tai Chi podcasts</a> that I published in July through AudioBoo, before heading off on my summer vacation.  I hope you find them interesting and informative.</p>
<ul>
<li><a class="rsswidget" title="A boo by stuartherbert" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');" href="http://audioboo.fm/boos/42628-know-the-shapes-and-make-the-shapes" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Know The Shapes And Make The Shapes</a></li>
<li><a class="rsswidget" title="A boo by stuartherbert" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');" href="http://audioboo.fm/boos/40725-a-new-isolation" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">A New Isolation</a></li>
<li><a class="rsswidget" title="A boo by stuartherbert" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');" href="http://audioboo.fm/boos/36675-what-is-your-attitude-to-tai-chi" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">What Is Your Attitude To Tai Chi?</a></li>
<li><a class="rsswidget" title="A boo by stuartherbert" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');" href="http://audioboo.fm/boos/35691-homework-where-are-the-thirteen-postures" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Homework: Where Are The Thirteen Postures?</a></li>
</ul>
<p>There were no podcasts in August, as unfortunately I&#8217;ve been recovering from a car crash.  However, the academic year starts again in September, so expect plenty of podcasts once more :)</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=90&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_90" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/09/21/july-tai-chi-podcast-round-up/feed/</wfw:commentRss>
</item>
<item>
<title>How Do You Keep Trac?</title>
<link>http://blog.stuartherbert.com/php/2009/09/15/how-do-you-keep-trac/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/15/how-do-you-keep-trac/#comments</comments>
<pubDate>Tue, 15 Sep 2009 06:54:37 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Stuart is running a course in Manchester in October immediately before the PHPNW09 conference on how to setup and organise your PHP developers to ensure things run smoothly for you and your customers, which will include looking at how to get the most out of Trac.  Learn more about the course, or sign-up now.
When it&#8217;s [...]
]]></description>
<content:encoded><![CDATA[
<p><em>Stuart is running a course in Manchester in October immediately before the PHPNW09 conference on how to setup and organise your PHP developers to ensure things run smoothly for you and your customers, which will include looking at how to get the most out of <a href="http://trac.edgewall.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/trac.edgewall.com');">Trac</a>.  <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');" href="http://www.methodosity.com/2009-oct/what.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">Learn more about the course</a>, or <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');" href="http://www.methodosity.com/2009-oct/signup.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">sign-up now</a>.</em></p>
<p>When it&#8217;s just you, working on one project at a time, it&#8217;s easy enough to keep track of the work you&#8217;re doing and the work you still need to do to complete the job.  Chances are you can keep it all in your head, or at least keep the discussions with your customer on something like Basecamp in your head.  You know that you should be using source control and bug tracking because it is &#8220;best practice&#8221;, but it just seems like too much of an overhead to bother with when it&#8217;s just you.  After all, you&#8217;re working on the customer&#8217;s server, and there&#8217;s no-one else editing the code anyway.</p>
<p>Some of the folks reading this blog post might be cringing at that, but I&#8217;ve lost count of the number of times I&#8217;ve come across professional PHP developers who work in exactly this way.  Is it because they don&#8217;t know better?  <em>Maybe</em>.  Is it because it has worked okay for them up to now?  <strong>For sure</strong>.</p>
<p>But eventually, there comes a point where one developer becomes a team of two &#8230; or more.  Having a team means that you can go after larger projects &#8230; but it also means that you <em>have</em> to go after larger projects to pay the team.  Larger projects mean more complicated requirements, multiple phased deliveries &#8230; and a larger, more demanding (and probably a more complicated) customer holding the pay cheque.</p>
<p>Running a team of PHP developers (like all management activity in all walks of life) comes down to three key things: direction, organisation, and supervision.  Only now it isn&#8217;t just you and a customer, just a list that you can keep in your head.  Now you need to keep track of a larger list, of multiple lists for multiple people to work on that need to be brought together in the end, and if anything slips through the cracks it&#8217;s your reputation on the line.  Getting the customer to come back for repeat business just got a lot less easy to take for granted.</p>
<p><a href="http://trac.edgewall.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/trac.edgewall.com');">Trac</a> and <a href="http://subversion.tigris.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/subversion.tigris.org');">Subversion</a> have been part of our community&#8217;s toolkit for many years now.  Used correctly, you can get yourself and your customers well-organised, and grow your reputation when you grow your team.  If you haven&#8217;t started using them yet, both are open-source, and well-backed with plenty of information freely available around the blogosphere on how to use them.</p>
<p>Or <a href="http://www.methodosity.com/2009-oct/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">join me in Manchester in early October</a>, where I&#8217;ll show you how they fit into an overall approach to running your team of PHP developers.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=159&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_159" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/15/how-do-you-keep-trac/feed/</wfw:commentRss>
</item>
<item>
<title>What Do You Develop On?</title>
<link>http://blog.stuartherbert.com/php/2009/09/11/what-do-you-develop-on/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/11/what-do-you-develop-on/#comments</comments>
<pubDate>Fri, 11 Sep 2009 13:25:01 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
At work, we have quite a variety of kit that we use for development:

Cheap and cheerful desktop machines w/ multiple monitors and plenty of RAM, normally with AMD CPUs.  These machines mostly run some form of Linux &#8230; Ubuntu and Debian are both popular.
Various laptops, a fair mix of MacBook Pros and other kit running [...]
]]></description>
<content:encoded><![CDATA[
<p>At work, we have quite a variety of kit that we use for development:</p>
<ol>
<li>Cheap and cheerful desktop machines w/ multiple monitors and plenty of RAM, normally with AMD CPUs.  These machines mostly run some form of Linux &#8230; Ubuntu and Debian are both popular.</li>
<li>Various laptops, a fair mix of MacBook Pros and other kit running Linux.</li>
<li>Virtual machines running on the desktops and laptops, used for cross-browser testing.</li>
<li>Virtual machines running on HP servers and blades, used for system testing, release testing and production.</li>
</ol>
<p>It gives us a lot of flexibility, allows us to develop and test on standards-compliant environments (but still use Windows for testing IE), and most of the time the developer is the bottleneck not the equipment <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Recently, I&#8217;ve added both a netbook and an Atom-based mini-itx machine into the mix, and this blog post is my attempt to recommend that you consider doing the same.</p>
<p>Netbooks are incredibly popular in the wider computer-owning population.  Over here in the UK, they come free with many mobile broadband packages, making them cheaper than many low-end laptops.  They&#8217;re sold in the supermarket and the high street.  Their small form factor and relative lightweight makes them appealing to people who would never willingly cart a traditional laptop around.  And they run Windows, which most people are familiar with.</p>
<p>After an initial explosion of innovation, the specs have settled around a 1.6GHz Atom processor, 1 GB of RAM and a 10&#8243; 1024&#215;600 resolution screen.  That&#8217;s not a lot of power, and it isn&#8217;t a lot of screen estate.  How do your websites look on a netbook?  Does your home page or your landing pages make an impact at that size, or is your site&#8217;s message partially or completely below the fold?  How do the rest of the pages look?  If you&#8217;re creating an app, does the user have enough of a working area to comfortably do their tasks?  Try using Google Reader or Zimbra on a netbook to see examples of what to avoid.</p>
<p>And how do your websites run on a netbook?  Too much Javascript, and the pages won&#8217;t be snappy.  The CPU won&#8217;t keep up, and the different latencies and throughput of mobile broadband make round-trips back to the server much more noticeable.  Javascript that fires at regular intervals (e.g. rotating marketing spotlight images) can force the CPU to switch execution speeds, and so drain the netbook&#8217;s battery much quicker.</p>
<p>Testing on a netbook is one way you can spot and deal with these problems before your customers do.</p>
<p><em>Stuart is running a course in Manchester in October immediately before the PHPNW09 conference on how to setup and organise your PHP developers to ensure things run smoothly for you and your customers.  <a href="http://www.methodosity.com/2009-oct/what.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">Learn more about the course</a>, or <a href="http://www.methodosity.com/2009-oct/signup.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">sign-up now</a>.</em></p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=156&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_156" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/11/what-do-you-develop-on/feed/</wfw:commentRss>
</item>
<item>
<title>Looking At PHP On Windows Adoption</title>
<link>http://blog.stuartherbert.com/php/2009/09/11/looking-at-php-on-windows-adoption/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/11/looking-at-php-on-windows-adoption/#comments</comments>
<pubDate>Fri, 11 Sep 2009 12:52:06 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
On Zend&#8217;s DevZone, Remi Woler recently talked about his experiences as a judge for the WinPHP contest organised through the Dutch PHP User Group and the Dutch PHP Conference.  One of his closing remarks really stood out for me, where he was expressing his surprise at how few people participated: &#8220;I refuse to believe there [...]
]]></description>
<content:encoded><![CDATA[
<p>On Zend&#8217;s DevZone, <a href="http://devzone.zend.com/article/8999-Judging-the-winPHP-contest-or-10-tips-to-make-the-cut" onclick="javascript:pageTracker._trackPageview('/outbound/article/devzone.zend.com');">Remi Woler</a> recently talked about his experiences as a judge for the WinPHP contest organised through the Dutch PHP User Group and the Dutch PHP Conference.  One of his closing remarks really stood out for me, where he was expressing his surprise at how few people participated: &#8220;I refuse to believe there are only a couple of dozen <span>PHP</span> developers in Europe.&#8221;</p>
<p>It&#8217;s an odd statement &#8230; the world and his dog knows that PHP is immensely popular over here in Europe.  Perhaps Remi completely overlooked the Windows factor here?</p>
<ol>
<li>I&#8217;ve been running a series of polls looking to learn more about the wider PHP community.  One of the things that comes out of those polls is that 15% of developers use Windows as a platform, but only 3% are using Windows for their production platform.</li>
<li>At this year&#8217;s PHP UK Conference in London, Microsoft&#8217;s Hank Jansen (who heads up their open-source efforts) spoke in the main room.  I wasn&#8217;t able to attend personally, but by all accounts his talk was not well-attended.  Not only aren&#8217;t people using Windows, but the curiosity doesn&#8217;t seem to be there either.</li>
<li>Most hosting services (and practically all shared hosting services) are Linux based.  If you want to host your site on Windows Server, there are plenty of firms offering this as an option, but many of these services are beyond the budget of many PHP projects.</li>
</ol>
<p>My personal experience over the years is that many developers work in PHP on Windows because they&#8217;re working on laptops &#8230; and Linux on laptops continues to be a very hit-and-miss experience sadly.  (They should all buy Macs instead <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) About half of the larger corporations I&#8217;ve worked with in the UK prefer Windows Server because Linux skills are rare in their organisation, but these corporations were also reluctant to use PHP-based solutions, still wrongly seeing PHP as a hobbyist language compared to .NET or Java.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=153&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_153" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/11/looking-at-php-on-windows-adoption/feed/</wfw:commentRss>
</item>
<item>
<title>Join Me In Manchester In October For Training</title>
<link>http://blog.stuartherbert.com/php/2009/09/07/join-me-in-manchester-in-october-for-training/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/07/join-me-in-manchester-in-october-for-training/#comments</comments>
<pubDate>Mon, 07 Sep 2009 06:12:42 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
October in Manchester is home to the PHPNW09 conference.  Last year&#8217;s conference was a great event, and this year&#8217;s promises to be even better.  And I&#8217;m not just saying that because I&#8217;m a conference sponsor this year, honest  
Immediately before the conference, I&#8217;m running a two day tutorial in the fundamentals of setting up [...]
]]></description>
<content:encoded><![CDATA[
<p>October in Manchester is home to <a href="http://conference.phpnw.org.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/conference.phpnw.org.uk');">the PHPNW09 conference</a>.  Last year&#8217;s conference was a great event, and this year&#8217;s promises to be even better.  And I&#8217;m not just saying that because I&#8217;m a conference sponsor this year, honest <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.methodosity.com/2009-oct/where.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">Immediately before the conference</a>, I&#8217;m running a two day tutorial in the fundamentals of setting up and running a team of PHP developers, covering:</p>
<ul>
<li>Keep your promises to your customers using written specifications</li>
<li>Organise your team using Subversion and Trac</li>
<li>Control quality using code reviews</li>
<li>Deliver to your customers using release management and follow-up support arrangements</li>
<li>Where to go after the course for additional learning</li>
</ul>
<p>Places are limited to just 25 people, and there is an early-bird discount for anyone who signs up before 21st September.  You can <a href="http://www.methodosity.com/2009-oct/what.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">find out more</a> on the <a href="http://www.methodosity.com/2009-oct/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">course website</a>, and <a href="http://www.methodosity.com/2009-oct/signup.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.methodosity.com');">sign-up online</a>.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=150&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_150" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/07/join-me-in-manchester-in-october-for-training/feed/</wfw:commentRss>
</item>
<item>
<title>Poll: Have you adopted PHP 5.3 yet?</title>
<link>http://blog.stuartherbert.com/php/2009/09/01/poll-have-you-adopted-php-53-yet/</link>
<comments>http://blog.stuartherbert.com/php/2009/09/01/poll-have-you-adopted-php-53-yet/#comments</comments>
<pubDate>Tue, 01 Sep 2009 07:36:50 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Earlier in the year, before PHP 5.3 was released, I asked the community a series of questions about their attitudes towards moving to PHP 5.3, and had a fantastic response.  I&#8217;m going to turn all of those answers into a new conference talk that I&#8217;m working on.
Now that PHP 5.3 has been around for a [...]
]]></description>
<content:encoded><![CDATA[
<p>Earlier in the year, before PHP 5.3 was released, I asked the community a series of questions about their attitudes towards moving to PHP 5.3, and had a fantastic response.  I&#8217;m going to turn all of those answers into a new conference talk that I&#8217;m working on.</p>
<p>Now that PHP 5.3 has been around for a few months and we&#8217;ve started seeing plenty of blog posts covering all the new features in PHP 5.3, I&#8217;m wondering whether or not you have actually moved to PHP 5.3 yet.  I&#8217;m especially curious to see how this compares to what people said they&#8217;d do before it came out <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please vote on twtpoll to let me know <a href="http://twtpoll.com/zm3n68" onclick="javascript:pageTracker._trackPageview('/outbound/article/twtpoll.com');">if you have moved to PHP 5.3, and if not, what&#8217;s still stopping you</a>. Many thanks in advance!</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=148&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_148" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/09/01/poll-have-you-adopted-php-53-yet/feed/</wfw:commentRss>
</item>
<item>
<title>Tai Chi Classes: Enrolment Dates</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/08/30/tai-chi-classes-enrolment-dates/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/08/30/tai-chi-classes-enrolment-dates/#comments</comments>
<pubDate>Sun, 30 Aug 2009 18:54:20 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
If you live in Cardiff, the Vale of Glamorgan or the surrounding area and would like to learn Tai Chi, why not come along to one of our enrolment events in September?

Saturday 5th September 2009: 10am to 1pm, at Palmerston Adult Education Centre, Barry.
Wednesday 9th September 2009: 6:30pm to 8:30pm, at Barry Comprehensive.

I&#8217;ll be there [...]
]]></description>
<content:encoded><![CDATA[
<p>If you live in Cardiff, the Vale of Glamorgan or the surrounding area and would like to learn Tai Chi, why not come along to one of our enrolment events in September?</p>
<ul>
<li>Saturday 5th September 2009: 10am to 1pm, at Palmerston Adult Education Centre, Barry.</li>
<li>Wednesday 9th September 2009: 6:30pm to 8:30pm, at Barry Comprehensive.</li>
</ul>
<p>I&#8217;ll be there to answer any of your questions about Tai Chi or the course, and hopefully to convince you to join our classes.  The classes themselves start later in September, and will be on Thursday nights at the Barry Island Community Centre.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=84&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_84" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/08/30/tai-chi-classes-enrolment-dates/feed/</wfw:commentRss>
</item>
<item>
<title>Still Alive</title>
<link>http://blog.stuartherbert.com/php/2009/08/30/still-alive/</link>
<comments>http://blog.stuartherbert.com/php/2009/08/30/still-alive/#comments</comments>
<pubDate>Sun, 30 Aug 2009 09:28:04 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
It&#8217;s been a busy few months since I had to drop out of the Dutch PHP Conference&#8217;s PHP-on-Windows competition due to work pressures.  At work, we&#8217;ve finished rebranding, launched a new corporate website, and are now starting on a review-and-polish cycle.  We&#8217;ve also been kept busy finishing off the next version of our VoIP platform, [...]
]]></description>
<content:encoded><![CDATA[
<p>It&#8217;s been a busy few months since I had to drop out of the Dutch PHP Conference&#8217;s PHP-on-Windows competition due to work pressures.  At work, we&#8217;ve finished rebranding, launched a new corporate website, and are now starting on a review-and-polish cycle.  We&#8217;ve also been kept busy finishing off the next version of our VoIP platform, migrating all of our customers onto it (just two more weeks to go!) and coping with a growth rate of 26% during the worst recession in living memory.</p>
<p>Outside work, my wife and I were involved in a car crash at the end of July.  We&#8217;re both recovering well, although my wife won&#8217;t be back at work until at least mid-September.  This has meant we&#8217;ve had to take things very easy for the summer, but I&#8217;m hoping to be back online and blogging regularly again shortly.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=145&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_145" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/08/30/still-alive/feed/</wfw:commentRss>
</item>
<item>
<title>Teaching Tuesday Night</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/08/24/teaching-tuesday-night/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/08/24/teaching-tuesday-night/#comments</comments>
<pubDate>Mon, 24 Aug 2009 16:01:10 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Just a quick note to tell everyone that there will be a class on Tuesday night (25th August), 7pm, Barry Island Community Centre as previously arranged.
My banged-up knee came through my first full practice on Saturday, so I&#8217;m up for testing it for a full two-hour class on Tuesday.  Hope to see all my students [...]
]]></description>
<content:encoded><![CDATA[
<p>Just a quick note to tell everyone that there <em>will</em> be a class on Tuesday night (25th August), 7pm, Barry Island Community Centre as previously arranged.</p>
<p>My banged-up knee came through my first full practice on Saturday, so I&#8217;m up for testing it for a full two-hour class on Tuesday.  Hope to see all my students there!</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=82&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_82" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/08/24/teaching-tuesday-night/feed/</wfw:commentRss>
</item>
<item>
<title>Back To Classes On Saturday</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/08/16/back-to-classes-on-saturday/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/08/16/back-to-classes-on-saturday/#comments</comments>
<pubDate>Sun, 16 Aug 2009 23:14:15 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;m planning to be back down the Knapp on Saturday 22nd August as normal.  I&#8217;ve got some ligament damage in my knee from the car accident, so I&#8217;ve got to take it a bit easy, but I&#8217;m looking forward getting back to training :)
Share This
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;m planning to be back down the Knapp on Saturday 22nd August as normal.  I&#8217;ve got some ligament damage in my knee from the car accident, so I&#8217;ve got to take it a bit easy, but I&#8217;m looking forward getting back to training :)</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=79&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_79" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/08/16/back-to-classes-on-saturday/feed/</wfw:commentRss>
</item>
<item>
<title>Tonight’s Class Cancelled</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/08/04/tonights-class-cancelled/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/08/04/tonights-class-cancelled/#comments</comments>
<pubDate>Tue, 04 Aug 2009 14:04:53 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Apologies for the short notice, but I&#8217;ve had to cancel tonight&#8217;s class at Barry Island Community Centre.  My wife and I were in a car accident last week, and unfortunately I&#8217;m not able to travel to tonight&#8217;s class.
I hope the next Tuesday class (planned for 25th August) will go ahead.  I don&#8217;t know yet whether [...]
]]></description>
<content:encoded><![CDATA[
<p>Apologies for the short notice, but I&#8217;ve had to cancel tonight&#8217;s class at Barry Island Community Centre.  My wife and I were in a car accident last week, and unfortunately I&#8217;m not able to travel to tonight&#8217;s class.</p>
<p>I hope the next Tuesday class (planned for 25th August) will go ahead.  I don&#8217;t know yet whether or not I&#8217;ll be at the Knapp on Saturday morning.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=75&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_75" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/08/04/tonights-class-cancelled/feed/</wfw:commentRss>
</item>
<item>
<title>Summer Class Schedule</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/07/11/summer-class-schedule/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/07/11/summer-class-schedule/#comments</comments>
<pubDate>Sat, 11 Jul 2009 15:09:03 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Now that the academic year is over (congrats to everyone who completed my Tai Chi for Beginners and Tai Chi for Improvers classes, btw!), we&#8217;re now on the summer schedule for classes.

Tuesday 14th July, 7pm, Barry Island Community Centre
Tuesday 4th August, 7pm, Barry Island Community Centre
Tuesday 25th August, 7pm, Barry Island Community Centre

All of my [...]
]]></description>
<content:encoded><![CDATA[
<p>Now that the academic year is over (congrats to everyone who completed my Tai Chi for Beginners and Tai Chi for Improvers classes, btw!), we&#8217;re now on the summer schedule for classes.</p>
<ol>
<li>Tuesday 14th July, 7pm, Barry Island Community Centre</li>
<li>Tuesday 4th August, 7pm, Barry Island Community Centre</li>
<li>Tuesday 25th August, 7pm, Barry Island Community Centre</li>
</ol>
<p>All of my students are welcome, regardless of whether you&#8217;re returning next academic year or not.</p>
<p>And if you&#8217;re curious about Tai Chi and would like to find out what it is and what our classes are like, you&#8217;re very welcome to come too!</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=73&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_73" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/07/11/summer-class-schedule/feed/</wfw:commentRss>
</item>
<item>
<title>June Tai Chi Podcast Round-up</title>
<link>http://blog.stuartherbert.com/tenprinciples/2009/07/11/june-tai-chi-podcast-round-up/</link>
<comments>http://blog.stuartherbert.com/tenprinciples/2009/07/11/june-tai-chi-podcast-round-up/#comments</comments>
<pubDate>Sat, 11 Jul 2009 15:04:43 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Here&#8217;&#8217;s a list of the Tai Chi podcasts that I published in June through AudioBoo.  I hope you find them interesting and informative.

A Night Of Reflection
An Observation On Looking At The Ten Principles
Begining To Find Your Balance
Elbows Low Exercise
Principles Are Yin And Yang Too
The Difference Between Not Knowing And Not Doing
Thoughts On Practicing
Thunderstorm
What A Difference [...]
]]></description>
<content:encoded><![CDATA[
<p>Here&#8217;&#8217;s a list of the <a href="http://audioboo.fm/users/13718/boos.atom" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Tai Chi podcasts</a> that I published in June through AudioBoo.  I hope you find them interesting and informative.</p>
<ul>
<li><a href="http://audioboo.fm/boos/34807-a-night-of-reflection" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">A Night Of Reflection</a></li>
<li><a href="http://audioboo.fm/boos/29084-an-observation-on-looking-at-the-ten-principles" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">An Observation On Looking At The Ten Principles</a></li>
<li><a href="http://audioboo.fm/boos/29621-beginning-to-find-your-balance" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Begining To Find Your Balance</a></li>
<li><a href="http://audioboo.fm/boos/27018-elbows-low-exercise" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Elbows Low Exercise</a></li>
<li><a href="http://audioboo.fm/boos/30919-principles-are-yin-and-yang-too" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Principles Are Yin And Yang Too</a></li>
<li><a href="http://audioboo.fm/boos/32801-the-difference-between-not-knowing-and-not-doing" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">The Difference Between Not Knowing And Not Doing</a></li>
<li><a href="http://audioboo.fm/boos/27653-thoughts-on-practicing" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Thoughts On Practicing</a></li>
<li><a href="http://audioboo.fm/boos/33399-thunderstorm" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Thunderstorm</a></li>
<li><a href="http://audioboo.fm/boos/30929-what-a-difference-every-day-makes" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">What A Difference Every Day Makes</a></li>
<li><a href="http://audioboo.fm/boos/29077-where-do-you-play" onclick="javascript:pageTracker._trackPageview('/outbound/article/audioboo.fm');">Where Do You Practice?</a></li>
</ul>
<p class="akst_link"><a href="http://blog.stuartherbert.com/tenprinciples/?p=71&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_71" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/tenprinciples/2009/07/11/june-tai-chi-podcast-round-up/feed/</wfw:commentRss>
</item>
<item>
<title>Poll: Where Will You Get Your PHP 5.3 From?</title>
<link>http://blog.stuartherbert.com/php/2009/05/20/poll-where-will-you-get-your-php-53-from/</link>
<comments>http://blog.stuartherbert.com/php/2009/05/20/poll-where-will-you-get-your-php-53-from/#comments</comments>
<pubDate>Wed, 20 May 2009 08:24:39 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;ve been running a series of polls as research for a new conference talk that I&#8217;m currently putting together.  The first two polls have had over 1,200 votes between them so far, which is a fantastic response!  Now I just need your help with one final poll  
Please vote on twtpoll to let me [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;ve been running a series of polls as research for a new conference talk that I&#8217;m currently putting together.  The first two polls have had over 1,200 votes between them so far, which is a fantastic response!  Now I just need your help with one final poll <img src='http://blog.stuartherbert.com/php/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please vote on twtpoll to let me know <a href="http://twtpoll.com/ltec8e" onclick="javascript:pageTracker._trackPageview('/outbound/article/twtpoll.com');">where will you get your PHP 5.3 from?</a> Many thanks in advance!</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/php/?p=143&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_143" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/php/2009/05/20/poll-where-will-you-get-your-php-53-from/feed/</wfw:commentRss>
</item>
<item>
<title>Bridging The Rivers At Pontypridd</title>
<link>http://blog.stuartherbert.com/photography/2009/05/10/bridging-the-rivers-at-pontypridd/</link>
<comments>http://blog.stuartherbert.com/photography/2009/05/10/bridging-the-rivers-at-pontypridd/#comments</comments>
<pubDate>Sun, 10 May 2009 18:33:49 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Pontypridd stands on the banks of the River Taff and the River Rhondda as the gateway to the valleys beyond - and the mineral and coal riches that were exploited between the late 1700&#8217;s and the 1980&#8217;s.  From its first bridge in 1750, built to allow travel to market without crossing a deadly river ford, [...]
]]></description>
<content:encoded><![CDATA[
<p><a title="Disused TVR Bridge by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/3457019004/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3535/3457019004_e7c1ed9b3e.jpg" alt="Disused TVR Bridge" width="500" height="408" /></a></p>
<p>Pontypridd stands on the banks of the River Taff and the River Rhondda as the gateway to the valleys beyond - and the mineral and coal riches that were exploited between the late 1700&#8217;s and the 1980&#8217;s.  From its first bridge in 1750, built to allow travel to market without crossing a deadly river ford, via what is possibly the world&#8217;s oldest surviving railway bridge, to the modern road bridges of today, it has always been necessary to bridge the rivers at Pontypridd in order to get from A to B.</p>
<h3>Thoughts On The Day</h3>
<p>I was taking a week off between jobs to get my annoyance with my former boss&#8217;s behaviour out of my system, and it was a real relief to get out and about with the camera.  The weather was lovely, and what could be better than a walk through Pontypridd taking shots of the different bridges that have sprung up in this market town?</p>
<p>I&#8217;m always surprised at how Pontypridd has failed to capitalise on Cardiff&#8217;s growth.  Why hasn&#8217;t it become a booming commuter town for everyone who can&#8217;t afford the house prices down in Cardiff itself?  Sitting at the very northern end of the Taff Vale, the old TVR railway splits north of Ponty to take travellers up the Rhondda Valley to Treherbert, up the Cynon Valley to Aberdare, and up the Taff Valley to Merthyr Tydfil. That gives Ponty three times the amount of trains passing through each day.</p>
<p>Today, Pontypridd feels more important to the folks who travel down from those valleys than anyone else, marking as it does the half-way point in the journey from the tops of the valleys down to Cardiff.  I guess the history of its bridges shows that Pontypridd has always been a place people travel through rather than a destination in its own right.</p>
<h3>Favourite Photo From The Shoot</h3>
<p><a title="The Bridge Opposite Castle Street by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/3519246854/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3299/3519246854_752ba323e1.jpg" alt="The Bridge Opposite Castle Street" width="500" height="334" /></a></p>
<p>It wasn&#8217;t easy to pick just one photo from this group, but this is the one that I like the most.  I just think it does a great job of showing off a very beautiful bridge <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>The Photos</h3>
<p>Here are all of the photos from this photo shoot.  I hope you enjoy them as much as I enjoyed taking them.</p>
<div class="flickr-photos"><a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3457019004/Bridging-The-Rivers-At-Pontypridd-Disused-TVR-Bridge.html"  id="photo-3457019004" title="Disused TVR Bridge - I believe that this bridge is probably all that remains of the Llancaiach TVR branch that ran from just north of Pontypridd up to the Albion Collery."><img src="http://farm4.static.flickr.com/3535/3457019004_e7c1ed9b3e_s.jpg" width="75" height="75" alt="Disused TVR Bridge" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3457040658/Bridging-The-Rivers-At-Pontypridd-White-Bridge-Pontypridd.html"  id="photo-3457040658" title="White Bridge, Pontypridd"><img src="http://farm4.static.flickr.com/3514/3457040658_c3c051d4f6_s.jpg" width="75" height="75" alt="White Bridge, Pontypridd" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3456241647/Bridging-The-Rivers-At-Pontypridd-The-Old-Bridge-Pontypridd.html"  id="photo-3456241647" title="The Old Bridge, Pontypridd - The bridge that Pontypridd takes its name from.  Built in 1750 by William Edwards, at the time it was the longest single-span bridge in the world.  Today, it is used as a footbridge."><img src="http://farm4.static.flickr.com/3565/3456241647_94935fc56e_s.jpg" width="75" height="75" alt="The Old Bridge, Pontypridd" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3456255833/Bridging-The-Rivers-At-Pontypridd-Telephone-Box-Beside-The-Old-Bridge-Pontypridd.html"  id="photo-3456255833" title="Telephone Box Beside The Old Bridge, Pontypridd - There aren't many red telephone boxes left these days.  This one stands at the western end of the Old Bridge, Pontypridd.  You can see from this shot just how steep the Old Bridge actually is!"><img src="http://farm4.static.flickr.com/3516/3456255833_f6f3a3e20a_s.jpg" width="75" height="75" alt="Telephone Box Beside The Old Bridge, Pontypridd" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3456276071/Bridging-The-Rivers-At-Pontypridd-Towards-The-Bridge-To-The-Park.html"  id="photo-3456276071" title="Towards The Bridge To The Park - From the top of the old bridge, you can look down the River Taff, past the sadly run-down Taff Vale Precinct on the right to the foot bridge that links Ynysangharad Park with the main shopping area of Taff Street."><img src="http://farm4.static.flickr.com/3649/3456276071_86b9a57ac7_s.jpg" width="75" height="75" alt="Towards The Bridge To The Park" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3457114140/Bridging-The-Rivers-At-Pontypridd-TVR-Branch-Line-Up-The-Rhondda.html"  id="photo-3457114140" title="TVR Branch Line Up The Rhondda - This bridge carries the Rhondda branch line up to Treherbert.  The line was opened in 1841, not long after the main TVR route was opened.  At the time of writing, I don't know whether this is a Brunel bridge like its sister bridge is to the east."><img src="http://farm4.static.flickr.com/3633/3457114140_57ae478cbc_s.jpg" width="75" height="75" alt="TVR Branch Line Up The Rhondda" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519087880/Bridging-The-Rivers-At-Pontypridd-The-Steps-To-The-Signal-Box.html"  id="photo-3519087880" title="The Steps To The Signal Box - The Pontypridd Signal Box stands between the TVR branch line up to Rhondda and the main TVR line up to Abercynon and beyond.  These steps appear to be the main route up to the signal box.  The signal box itself appears to be disused today."><img src="http://farm4.static.flickr.com/3634/3519087880_c1700749b0_s.jpg" width="75" height="75" alt="The Steps To The Signal Box" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519117996/Bridging-The-Rivers-At-Pontypridd-The-Lost-Rail-Bridge-Pontypridd.html" id="photo-3519117996" title="The Lost Rail Bridge, Pontypridd - Today, it's a road bridge carrying traffic from the A470 up to the north end of Broadway and past Pontypridd station.  But before this was built, there was once a railway bridge somewhere in the same area, carrying trains from the TVR over the Taff and onto the Pontypridd, Caerphilly and Newport railway.

Like the bridge, the PCN railway is long gone, but its trackbed survives as part of the Taff Trail cycle network between Pontypridd and Nantgarw."><img src="http://farm4.static.flickr.com/3562/3519117996_26a6664865_s.jpg" width="75" height="75" alt="The Lost Rail Bridge, Pontypridd" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519137164/Bridging-The-Rivers-At-Pontypridd-The-Abercynon-Iron-Works-Bridge-Pontypridd.html" id="photo-3519137164" title="The Abercynon Iron Works Bridge, Pontypridd - This is without doubt my personal favourite bridge in Pontypridd.  Built in 1850, this bridge allowed the small iron works on the western bank of the Taff (which today has been lost under a housing estate and a popular local park) with the Glamorganshire Canal.  I believe this bridge used to carry a light railway or very short tram road.

Today, it's a wooden-floored footbridge, and I often cross it after visiting the Yummy Kitchen on the way home from work."><img src="http://farm4.static.flickr.com/3636/3519137164_431b132d95_s.jpg" width="75" height="75" alt="The Abercynon Iron Works Bridge, Pontypridd" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3518349783/Bridging-The-Rivers-At-Pontypridd-The-Iron-Works-Bridge-Again-.html"  id="photo-3518349783" title="The Iron Works Bridge Again :) - I like the Abercynon Iron Works bridge so much, here's a second shot of the bridge from down below."><img src="http://farm4.static.flickr.com/3411/3518349783_47c52d2424_s.jpg" width="75" height="75" alt="The Iron Works Bridge Again :)" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3518373793/Bridging-The-Rivers-At-Pontypridd-What-Went-Under-Here.html" id="photo-3518373793" title="What Went Under Here? - I've been over the Abercynon Iron Works bridge hundreds of times, but it was only when I went to photograph it that I discovered that it goes over more than just the River Taff.

I've never seen or read about any sort of tram road running along the western shore of the River Taff, so today I am at a lost to say what went under the bridge here.  Maybe this is simply a modern addition to enable access to the river bank from the park?"><img src="http://farm4.static.flickr.com/3550/3518373793_49bf35d6bf_s.jpg" width="75" height="75" alt="What Went Under Here?" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519197806/Bridging-The-Rivers-At-Pontypridd-Towards-The-Machine-Bridge.html" id="photo-3519197806" title="Towards The Machine Bridge - You can just about make out the arches of the old Machine Bridge at Glyntaff. According to GaAC, this bridge was built to carry the Doctor's Tramroad across the Taff to the Doctor's Canal, where goods from the Rhondda were transferred onto canal barges and shipped downstream and into the Glamorganshire Canal proper.

GaAC speculates that this might be the oldest surviving railway bridge in the world, predating all of the bridges that carried the Penydarren Tramroad down from Merthyr to Navigation.  This view has also been expressed in a local news article about a threat in 2003 to demolish the bridge.

Fancy that, and yet there's no sort of plaque or anything information-like on the bridge itself that I've ever seen."><img src="http://farm4.static.flickr.com/3571/3519197806_25f5bcc26c_s.jpg" width="75" height="75" alt="Towards The Machine Bridge" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3518406187/Bridging-The-Rivers-At-Pontypridd-The-Metal-Lattice-At-The-Machine-Bridge.html"  id="photo-3518406187" title="The Metal Lattice At The Machine Bridge - Unfortunately, I took no notice at all of the old Machine Bridge at Glyntaff when it was still in use by cars, so I have idea what this lattice framework is for, or where it originally fitted into the bridge's construction."><img src="http://farm4.static.flickr.com/3545/3518406187_becf835970_s.jpg" width="75" height="75" alt="The Metal Lattice At The Machine Bridge" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3518422985/Bridging-The-Rivers-At-Pontypridd-The-New-Road-Bridge-Beside-The-Machine-Bridge.html" id="photo-3518422985" title="The New Road Bridge Beside The Machine Bridge - For many years, the Machine Bridge was the main road link between the A470 and Treforrest.  The fabric of the bridge couldn't withstand the traffic, and the bridge was for a time threatened with demolition.  Thankfully, common sense seems to have prevailed, with a new road bridge having been built immediately south of the Machine Bridge.

Today, the Machine Bridge is a footbridge, closed to traffic, but popular as a car park with council workmen or their contractors."><img src="http://farm4.static.flickr.com/3660/3518422985_0e530de542_s.jpg" width="75" height="75" alt="The New Road Bridge Beside The Machine Bridge" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519246854/Bridging-The-Rivers-At-Pontypridd-The-Bridge-Opposite-Castle-Street.html"  id="photo-3519246854" title="The Bridge Opposite Castle Street - Isn't this a beautiful bridge to look at?  I'm afraid that, atm, I don't know anything about it, but I certainly would love to."><img src="http://farm4.static.flickr.com/3299/3519246854_752ba323e1_s.jpg" width="75" height="75" alt="The Bridge Opposite Castle Street" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/3519273768/Bridging-The-Rivers-At-Pontypridd-The-Bridge-At-The-End-Of-Castle-Street.html"  id="photo-3519273768" title="The Bridge At The End Of Castle Street - Here's another shot of the bridge at the end of Castle Street, looking west over the River Taff to the houses on Cardiff Road."><img src="http://farm4.static.flickr.com/3414/3519273768_a4a69392ac_s.jpg" width="75" height="75" alt="The Bridge At The End Of Castle Street" /></a> </div>
<h3>Post Production</h3>
<p>This set of photos marks the start of the next evolution in my photographic style.  I&#8217;ve been using HDR for several months now, but this time I was determined to put together a workflow that brings the HDR images closer in initial appearance to regular, single-frame photos.  Before HDR, my favourite style had been the slightly desaturated look of the <a href="http://blog.stuartherbert.com/photography/2007/05/07/the-unofficial-taff-vale-eastern-ridge-walk/" >Taff Vale Eastern Ridge Walk set</a>. What I wanted was that look, but with the added detail that HDR brings.  Too many HDR photos just lack a certain subtlety - as do too many single exposure shots, it has to be said!</p>
<p>Since taking these photos a year ago now, I&#8217;ve refined the HDR workflow over and over before finally coming back to these photos and re-processing them for publication at last.  I promise that I&#8217;ll do a full article on the workflow in the near future, but the main points are to avoid over-saturating the original HDR image, and then using Aperture 2&#8217;s new Saturation and Definition tools to bring out the best of the HDR detail whilst toning down its exuberance at the same time.</p>
<p>Sadly, I&#8217;ve been too short of time to thoroughly research each of the bridges in this set.  There&#8217;s also one bridge missing - Brunel&#8217;s bridge that carries the Taff Vale Railway north from Pontypridd station over the River Rhondda towards Abercynon.  I only noticed that whilst doing the write-up.  Doh!</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/05/10/bridging-the-rivers-at-pontypridd/feed/</wfw:commentRss>
</item>
<item>
<title>Photos Still Being Taken, Queue Getting Longer :)</title>
<link>http://blog.stuartherbert.com/photography/2009/04/15/photos-still-being-taken-queue-getting-longer/</link>
<comments>http://blog.stuartherbert.com/photography/2009/04/15/photos-still-being-taken-queue-getting-longer/#comments</comments>
<pubDate>Wed, 15 Apr 2009 20:31:09 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
After 12 months of relative quiet, I thought it about time to post some news on what I&#8217;ve been up to with my photography.  Even if it just acts as a note-to-self to remind me what I want to blog about next  
Although I haven&#8217;t been posting new articles on here for some time [...]
]]></description>
<content:encoded><![CDATA[
<p>After 12 months of relative quiet, I thought it about time to post some news on what I&#8217;ve been up to with my photography.  Even if it just acts as a note-to-self to remind me what I want to blog about next <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Although I haven&#8217;t been posting new articles on here for some time now (new job and my Tai Chi school have had to come first, sorry), I&#8217;ve still been getting out and about with my camera taking new photos for future articles.  Redevelopment at both ends of the Merthyr Road area (Cardiff City Centre and the land to the south of Dowlais) make it more important than ever to capture this area&#8217;s industrial history before it&#8217;s gone forever.</p>
<p>I&#8217;ve updated the list of upcoming articles on the <a href="http://blog.stuartherbert.com/photography/merthyr-road/" >Merthyr Road project page</a>.  At the current count, I have most if not all of the photos for 38 more articles, and I&#8217;m expecting to be out and about several times a month getting photos for even more articles <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On top of that, I&#8217;ve started planning a third series of articles, to sit alongside the main Merthyr Road articles and the growing Single Shot Series.  I&#8217;ve been wondering what Cardiff and the valleys might have looked like if - instead of ripping up the canal and working hard to erase it from memory - if instead it had been protected, renovated, and still existed today.  I don&#8217;t have the means to travel to a parallel universe with my camera to capture this, but what I can do is visit other places in the UK which still have their canals, and play what-if that way.  So it seems appropriate that this new series of articles will be called the What If Series.</p>
<p>Interestingly, my thoughts about the Nokia N82 as a camera has consistently been one of my popular blog posts these past few months.  If that&#8217;s your thing, I do have several equipment reviews I&#8217;d like to write up and publish, including reviews on Foolography&#8217;s bluetooth GPS adapter for the Nikon D200 (summary: it&#8217;s worth every penny), my new Panasonic DMC-LX3 (summary: it&#8217;s very good, but it&#8217;s definitely not a general purpose camera), and the new Panasonic G1 kindly loaned to me by Panasonic this year (summary: it almost didn&#8217;t go back).</p>
<p>Finally, I&#8217;m hoping to write more articles on technique as and when I can.  I need to bring out an updated version of my popular Aperture Workflow article, I think it would be good to share the process behind my HDR photos (with the D200, I shoot mostly HDR these days), and after a near-miss at the weekend, an article on safety as a photographer probably wouldn&#8217;t go amiss :)  I&#8217;d also like to encourage others to do similar projects to mine, by explaining how I go about my research and the wide range of tools that are available to you today that you may not realise can help.</p>
<p>I hope you enjoy the work I publish. If you do, it&#8217;d be great to hear from you via comments left on the blog.  And I&#8217;m always looking for suggestions of new locations to visit and explore with my camera.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/04/15/photos-still-being-taken-queue-getting-longer/feed/</wfw:commentRss>
</item>
<item>
<title>Single Shot Series: The Millennium Centre, Cardiff</title>
<link>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-the-millennium-centre-cardiff/</link>
<comments>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-the-millennium-centre-cardiff/#comments</comments>
<pubDate>Wed, 15 Apr 2009 19:35:08 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
<a href="http://www.flickr.com/photos/stuartherbert/3105813926/" title="The Millennium Centre, Cardiff by Stuart Herbert, on Flickr"><img class="reflect rheight20" src="http://farm4.static.flickr.com/3185/3105813926_b1b13ffb97_m.jpg" width="135" height="240" alt="The Millennium Centre, Cardiff" /></a>
]]></description>
<content:encoded><![CDATA[
<p><a title="The Millennium Centre, Cardiff by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/3105813926/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3185/3105813926_b1b13ffb97_b.jpg" alt="The Millennium Centre, Cardiff" width="576" height="1024" /></a></p>
<p>This one has been up on Flickr for several months now, but somehow I forgot to actually write a blog post about it to match!</p>
<p>Cardiff Bay has been (almost) completely transformed from abandoned dockyards into the playground of the wealthy in South Wales.  At the very centre of this new role proudly stands the Millennium Centre, a world-class arts venue for Europe&#8217;s youngest capital city.  And, when the sun strikes it at the right angle, it positively radiates.</p>
<p>There are good reasons why just about all the best photos of the Millennium Centre tend to be from this angle.</p>
<p>Known locally as the Coal Scuttle because of its distinctive shape and colour, the Millennium Centre is a surprisingly difficult subject to photograph.  If you think of its rivals around the world - most notably the Sidney Opera House - they are iconic buildings standing proud and prominent, an absolute delight to photograph and very difficult to photograph badly.  Sadly, like Cardiff City Centre after it, Cardiff Bay hasn&#8217;t been so much designed as a whole as had individual efforts constructed next to each other.  This has left the Coal Scuttle with mostly obscured lines, and as a photographer I&#8217;m left with the impression of a fat cartoon character trying to hide behind skinnier friends.</p>
<p>I think this is a real shame.  This is truly a great venue, with a real will to put on a world-class programme of arts to match.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-the-millennium-centre-cardiff/feed/</wfw:commentRss>
</item>
<item>
<title>Single Shot Series: Sunset On The Hill</title>
<link>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-sunset-on-the-hill/</link>
<comments>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-sunset-on-the-hill/#comments</comments>
<pubDate>Wed, 15 Apr 2009 19:11:18 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
<a href="http://www.flickr.com/photos/stuartherbert/3444759897/" title="Sunset On The Hill by Stuart Herbert, on Flickr"><img class="reflect rheight20" src="http://farm4.static.flickr.com/3661/3444759897_995ce57725_m.jpg" width="240" height="169" alt="Sunset On The Hill" /></a>
]]></description>
<content:encoded><![CDATA[
<p><a title="Sunset On The Hill by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/3444759897/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3661/3444759897_995ce57725.jpg" alt="Sunset On The Hill" width="500" height="353" /></a></p>
<p>Although the glorious Easter weekend weather is largely behind us now, for a brief moment this evening we had just a tiny reminder of how beautiful the sunsets can be around here &#8230;</p>
<p>It&#8217;s also the first shot taken with my new Nikon 70-300mm lens.  I&#8217;m certainly looking forward to getting it out into the field for a full Merthyr Road photo shoot <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/04/15/single-shot-series-sunset-on-the-hill/feed/</wfw:commentRss>
</item>
<item>
<title>2008 In Photographs</title>
<link>http://blog.stuartherbert.com/photography/2009/02/07/2008-in-photographs/</link>
<comments>http://blog.stuartherbert.com/photography/2009/02/07/2008-in-photographs/#comments</comments>
<pubDate>Sat, 07 Feb 2009 18:20:35 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
<a href="http://www.flickr.com/photos/stuartherbert/3140842934/" title="2008 Review: Brighton by Stuart Herbert, on Flickr"><img class="reflect rheight20" src="http://farm4.static.flickr.com/3287/3140842934_66c03146e9_m.jpg" width="240" height="170" alt="2008 Review: Brighton" /></a>

A look back at the different times I made it out with my camera in 2008, most of which hasn't been published yet.
]]></description>
<content:encoded><![CDATA[
<p>2008 was a year of great change, a year of both great loss and new friendships and responsibilities.  These changes have sadly left little time to write about photography, but when I was recently looking through the photos I&#8217;ve taken in 2008, I released that through it all, I&#8217;ve still been taking photos.  I just haven&#8217;t shared them with the world yet.</p>
<p>So here is a look at the 40-odd times I made it out in and about with my cameras in 2008, and a glimpse into the 4,462 photos I took.</p>
<p>I hope you find this enjoyable, and I&#8217;d love to read your review of 2008 in photographs too.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140842934/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Brighton by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3287/3140842934_66c03146e9.jpg" width="500" height="354" alt="2008 Review: Brighton" /></a></p>
<p><strong>February</strong> started with a trip to Brighton for the day.  Although we&#8217;d been to Brighton many times in the past (we&#8217;re both great fans of Moshi Moshi and the Lanes Armory in equal measure), this was the first time I&#8217;d seen the ruined Brighton West Pier.  It left a lasting impression with me, and made for my most striking photo from the day.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140019805/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Explore Show, NEC by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3090/3140019805_018656db13.jpg" width="500" height="334" alt="2008 Review: Explore Show, NEC" /></a></p>
<p><strong>March</strong> was a busy month, starting with the Explore show at the NEC, Birmingham.  One of the features of the show was the Ordnance Survey&#8217;s Outdoor Exploration Portal website, which I&#8217;d contributed to in 2007 and 2008.  I&#8217;d just finished a secondment to the Ordnance Survey, and it was nice to see the team promoting the website to visitors to the show before we all headed off to pastures new.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140856364/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Malvern by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3285/3140856364_fe959770b9.jpg" width="334" height="500" alt="2008 Review: Malvern" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140030205/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Malvern by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3087/3140030205_0833702216.jpg" width="500" height="334" alt="2008 Review: Malvern" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140867308/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Malvern by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3213/3140867308_77a563debd.jpg" width="500" height="305" alt="2008 Review: Malvern" /></a></p>
<p>We actually spent the week staying in our favourite cottage up in the Malvern Hills, a place we love to retreat to when life gets a bit too much.  I always prefer photographing Malvern outside of the summer months, as the lower sun really brings out the contours of those wonderful hills.</p>
<p>And, although it&#8217;s a photo taken in 2007, March was the month that my shot of the rainforest biodome of the Eden Project was chosen to be the front cover of the Eden Project&#8217;s 2008/9 Guide Book.  Sadly, I haven&#8217;t made it down to Cornwall this year to see the books on the shelves in person, but the Eden Project were kind enough to send me a copy.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140876012/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Chesil Beach by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3084/3140876012_2060617a43.jpg" width="500" height="334" alt="2008 Review: Chesil Beach" /></a></p>
<p><strong>May</strong> saw us return to yet another stomping ground - Chesil Beach in Dorset.  We were last there in December 2005, my last trip out wielding the Nikon D100.  I&#8217;d always wanted to go back with the D200, but grey skies and gentle winds conspired to deny me the shot of waves crashing against this amazing beach that I was after.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140049967/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Bath by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3266/3140049967_0d2812e92a.jpg" width="500" height="334" alt="2008 Review: Bath" /></a></p>
<p><strong>June</strong> was another quiet month, photography-wise, with my cameras making it out the house just once, coming with me to work in Bath for the day.  Bath is such a beautiful city when the sky is blue, thanks to the sandy-coloured stonework throughout the city.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140055027/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Dolbadarn by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3259/3140055027_b9e24d3142.jpg" width="500" height="334" alt="2008 Review: Dolbadarn" /></a></p>
<p><strong>July</strong> followed the precident set in May; another trip to revisit somewhere with the D200, another denial.  This time, the place was Llanberis and the fabulous castle tower of Dolbadarn.  I&#8217;d last been here in 2003, using my Sigma 15-30mm lens for the first time.  <a href="http://www.flickr.com/photos/stuartherbert/282078020/in/set-72157594349544250/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">The shot posted on Flickr</a> from that visit had to be cropped because of vignetting I didn&#8217;t check for at the time; I&#8217;ve been wanting to try that again ever since, and as I had to drive up to Harlech to pick Kristi up at the end of a week-long art course, it seemed like a great excuse to swing by Llanberis and try again.  Unfortunately, Dolbadarn was closed to visitors, as it was being used for some sort of filming.  Epic fail!</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140890948/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Thornton-le-Dale by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3258/3140890948_ccb39ed038.jpg" width="500" height="333" alt="2008 Review: Thornton-le-Dale" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140895742/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: York by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3101/3140895742_b5a441365f.jpg" width="334" height="500" alt="2008 Review: York" /></a></p>
<p>At the very end of <strong>August</strong>, we headed up to the North Yorkshire Moors for two weeks of holiday.  Based in the picturesque village of Thorton-le-Dale just outside Pickering, we had a blast.  After arriving on the 31st, we wasted no time on the 1st <strong>September</strong> by heading out into York to visit the Minster.  Without a tripod, I found the low light conditions inside very challenging, and I managed to get into trouble for having my hat on my head (I&#8217;d run out of hands!)</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140068825/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Devil's Arrows by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3121/3140068825_1c173b96c4.jpg" width="500" height="249" alt="2008 Review: Devil's Arrows" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140903850/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Brimham Rocks by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3243/3140903850_5225ca1544.jpg" width="500" height="334" alt="2008 Review: Brimham Rocks" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140903916/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Scarborough Panorama by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3132/3140903916_ab4804b4e9.jpg" width="500" height="80" alt="2008 Review: Scarborough Panorama" /></a></p>
<p>There was no let-up the following day.  We went north to the <a href="http://www.megalithic.co.uk/article.php?sid=60" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.megalithic.co.uk');">Devil&#8217;s Arrows</a>, before crossing over into the Yorkshire Dales to spend several wonderful hours exploring <a href="http://www.nationaltrust.org.uk/main/w-vh/w-visits/w-findaplace/w-brimhamrocks/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nationaltrust.org.uk');">Brimham Rocks</a>.  It&#8217;s one of the places from my childhood, and a great place to go to pick winberries (something we&#8217;d been and done in July).  We finished the day off with tea in Scarborough.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140078973/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Hadrian's Wall by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3086/3140078973_8ce0be7c07.jpg" width="334" height="500" alt="2008 Review: Hadrian's Wall" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140915312/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Vindolanda by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3256/3140915312_de43840ffe.jpg" width="500" height="334" alt="2008 Review: Vindolanda" /></a></p>
<p>We went even further afield the following day, all the way up to <a href="http://www.hadrians-wall.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hadrians-wall.org');">Hadrian&#8217;s Wall</a> in Northumberland.  This is the wall built from one side of England to the other to keep out all the troublesome Celts to the north.  Parking up at the visitor&#8217;s centre at Once Brewed (no, I didn&#8217;t make that name up.  There&#8217;s also a nearby village called Twice Brewed), we walked a bit of the wall in between sheltering under trees from heavy showers.  It&#8217;s a beautiful place, but our highest peaks are much more developed than this.  Well worth a visit, but make sure you bring your own food!  Soggy and hungry, we retired to the amazing Roman excavations at <a href="http://www.vindolanda.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vindolanda.com');">Vindolanda</a>.  This one site is where much of our knowledge of Roman life in England comes from.  Photography isn&#8217;t allowed inside the museum, which I found disappointing, but if the Romans are your thing, there&#8217;s probably no better place to visit in the whole of England.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140920476/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Rudstone by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3097/3140920476_ee9e1bbd4a.jpg" width="500" height="334" alt="2008 Review: Rudstone" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140923478/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Thornton-le-Dale by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3080/3140923478_8ea0f107ce.jpg" width="500" height="282" alt="2008 Review: Thornton-le-Dale" /></a></p>
<p>After such a long day, we made the next day a relatively light afair, visiting the bizarre standing stone at Rudstone in the East Riding.  This stone is remarkable for its size and location, standing almost as tall as the church which has sprung up beside it.  After a trip down to Hornsea in search of potteries that I remembered as a child but utterly failed to find as an adult, we retired back to Thornton-le-dale for me to wander around making the most of the late afternoon sun.</p>
<p>Friday was a rest day. Good job, as it turned out.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140097261/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: White Scar by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3288/3140097261_bd3d197d41.jpg" width="500" height="282" alt="2008 Review: White Scar" /></a></p>
<p>The plan for Saturday 6th September was to head out to the <a href="http://www.whitescarcave.co.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whitescarcave.co.uk');">White Scar Caves</a> on the west side of the Yorkshire Dales, where we&#8217;d meet my Dad travelling up from his home in West Yorkshire.  This was the day that the Dales were flooded, with roads closed and communities cut off.  Although the caves were still open when we phoned ahead, by the time we&#8217;d forded the floods and made it there they&#8217;d had to close the caves for the rest of the day.  The rising flood waters meant that we couldn&#8217;t head back the way we&#8217;d come, so in the end we headed out west to the M6 and turned south towards Manchester and the M62.  This is when I decided to kidnap Kristi for the rest of the day and take her to Blackpool to see the illuminations.  (Blackpool is a sadly run-down Lancashire seaside resort famous these days for its tower, the rides at the Pleasurebeach, a popular destination for hen and stag nights, and the Illuminations that it puts on from later in the year).  We had fun on the gentler rides at the Pleasurebeach, but by the time it was dark enough for the Illuminations to come on, we were too tired to really enjoy them.  I didn&#8217;t get any photos at all; I&#8217;ll have to go back another year to try again.  My Panasonic DMC-FX33 finally died too.  This day turned into an epic fail I think.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140931692/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Runswick Bay by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3218/3140931692_d9c9448ebb.jpg" width="500" height="334" alt="2008 Review: Runswick Bay" /></a></p>
<p>Sunday 7th was a much more successful day.  Kristi grabbed her pots and paints, and we ended up in Runswick Bay just north of Whitby.  Mmm &#8230;  a lovely relaxing day after the long mileage the day before, and Kristi did a lovely little painting that she finished and sold whilst we were there.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140109259/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Malham Cove by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3196/3140109259_27af503ba4.jpg" width="500" height="334" alt="2008 Review: Malham Cove" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140938960/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Gordale Scar by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3086/3140938960_49d639d347.jpg" width="500" height="400" alt="2008 Review: Gordale Scar" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140116759/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Janet's Foss by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3284/3140116759_3185d137f0.jpg" width="500" height="334" alt="2008 Review: Janet's Foss" /></a></p>
<p>With the floods receeding by the Monday, it was time to head back into the Yorkshire Dales to <a href="http://www.malhamdale.org.uk/malham_cove.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.malhamdale.org.uk');">Malham Cove</a>.  I was really looking forward to exploring the limestone paving at the top, and of putting my 10-20mm lens to the test down in the cove itself.  Unfortunately, as we were walking along the footpaths towards the Cove, <a href="http://www.cravenherald.co.uk/news/3663453.Man_found_dead_at_Malham_Cove/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cravenherald.co.uk');">someone fell from the top of the Cove and died</a>.  The party of walkers in front of me found him and called in the emergency services, but there was nothing anyone could do for him.  We spent the afternoon over at nearby Gordale Scar (my first visit there), before finishing the day taking photos of the small but perfectly formed Janet&#8217;s Foss.</p>
<p>Tuesday 9th was a rest day, and I took a day out of my holiday on Wednesday 10th to visit a customer for work.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140122231/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Flamborough Head by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3136/3140122231_c775ff792e.jpg" width="500" height="334" alt="2008 Review: Flamborough Head" /></a></p>
<p>Flamborough Head was our destination on Thursday 11th September.  We pottered around a bit, enjoyed a somewhat windswept picnic, and swiftly retired back to our holiday cottage for the day.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140130619/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Malyan Spout by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3134/3140130619_614286e04d.jpg" width="334" height="500" alt="2008 Review: Malyan Spout" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140965552/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Beckshole by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3294/3140965552_41918b826c.jpg" width="500" height="334" alt="2008 Review: Beckshole" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140969718/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: The Moors by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3252/3140969718_c0a18d2516.jpg" width="500" height="334" alt="2008 Review: The Moors" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140973510/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Grosmont by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3094/3140973510_4b94a9663f.jpg" width="500" height="334" alt="2008 Review: Grosmont" /></a></p>
<p>Friday 12th September was the last day of our holiday, and that meant it was time to travel on the North Yorks Moors Railway.  This privately-run steam railway winds its way through some picturesque countryside, with several stations along the way where you can hop out and explore.  Our first stop was the Malyan Spout waterfall near Goathland.  It&#8217;s an impressive sight, and I was both stunned and privately annoyed at the young woman who hiked out to it to then take photos of it using her camera phone.  I mean, a camera phone ffs!  Damn, it still annoys me now, months later :)  We had lunch at the pub in Beckshole, before heading back to Goathland to catch the train once more.  The train terminated in Grosmont, where Kristi decided to hide out of the rain with a cup of tea whilst sending me on a speed march up above the valley to find a stone circle shown on our map.  I had something like an hour and a half to hike 3 miles up the hill, find and photograph the stones, and then make it back for the last train home.  No wonder she stayed behind!  It was wonderfully eerie up in the mist, and whilst the stone circle was definitely of the kind you find when you stub your toe on it, just being so away from everyone else felt really great.</p>
<p>And that was it &#8230; our annual vacation was over, and it was time to come home.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140982146/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Flickr Meet by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3254/3140982146_1c3deaf3fe.jpg" width="335" height="500" alt="2008 Review: Flickr Meet" /></a></p>
<p>We went on our first Flickr meet in <strong>October</strong>, to Margham Country Park with the folks from Welsh Flickr Cymru.  We didn&#8217;t really know anyone else from the group, and we&#8217;re both very independent people, so we actually spent the day wandering around on our own, occaisonally bumping into other WFC members.  We did really enjoy ourselves, got some nice pictures &#8230; but haven&#8217;t been on a Flickr meet since.  Hrm.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140985788/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Manchester by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3077/3140985788_f8eaf463f7.jpg" width="281" height="500" alt="2008 Review: Manchester" /></a></p>
<p>In <strong>November</strong>, I spoke at PHPNW 08 up in Manchester. On the way up, I picked up a Panasonic DMX-LX3 to replace the FX33 I killed during my September holiday, and all I can say is yum :)  It&#8217;s still early days with this camera, but I&#8217;m really enjoying the photos it can take.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140159159/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Bath by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3289/3140159159_f7a0c29a94.jpg" width="500" height="281" alt="2008 Review: Bath" /></a></p>
<p>Back from Manchester, I went for a walk down by the river in Bath with the LX3, checking out its black and white modes.  I&#8217;m not yet convinced that it&#8217;s a decent camera for black and white photography, but perhaps more experimentation will yield better results?</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140163811/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Glamorgan Heritage Coast by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3121/3140163811_623df8a057.jpg" width="281" height="500" alt="2008 Review: Glamorgan Heritage Coast" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140996562/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Darleks at Doctor Who by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3224/3140996562_01495ceae4.jpg" width="500" height="281" alt="2008 Review: Darleks at Doctor Who" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140171783/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Cardiff Bay by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3111/3140171783_86541229df.jpg" width="273" height="500" alt="2008 Review: Cardiff Bay" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140175073/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Cardiff Barriage by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3267/3140175073_31e9d2486d.jpg" width="281" height="500" alt="2008 Review: Cardiff Barriage" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3141007964/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Caerphilly Castle by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3195/3141007964_91c0832360.jpg" width="500" height="281" alt="2008 Review: Caerphilly Castle" /></a></p>
<p><strong>December</strong> was a relatively busy month with the camera so far, all in the name of putting the LX3 through its paces, you understand. :)  It&#8217;s also helped that, after the dullest summer for years, we&#8217;ve enjoyed a relatively sunny (if cold) end to the year.  A trip down to the Glamorgan Heritage Coast is always good for an eye-catching shot, and this year was no exception.  With my Dad visiting to drop off and pick up Christmas presents, and his new Canon Powershot G9 to compare with the LX3, we headed off down Cardiff Bay for a day.  Although we weren&#8217;t very impressed by the latest Doctor Who exhibition, as the sun set I was able to snag my favourite photo of 2008.  And we did have fun with the cameras the following day at Caerphilly Castle, where amongst the stalls of the medieval fayre I found a new supplier of the wonderful Moniack Mead :)  If you&#8217;ve never had Moniack before (and chances are you haven&#8217;t unless you&#8217;re a sad LARPer or you&#8217;re married to one like I am) then you&#8217;re really missing out.</p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3140183957/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="Crickhowell Castle by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3259/3140183957_9db7842c7e.jpg" width="500" height="334" alt="Crickhowell Castle" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3141017504/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Standing Stone by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3256/3141017504_7168d38c11.jpg" width="500" height="334" alt="2008 Review: Standing Stone" /></a></p>
<p><a href="http://www.flickr.com/photos/stuartherbert/3141024620/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="2008 Review: Brecon and Monmothshire Canal by Stuart Herbert, on Flickr"><img class="photo" src="http://farm4.static.flickr.com/3084/3141024620_44baa10460.jpg" width="500" height="281" alt="2008 Review: Brecon and Monmothshire Canal" /></a></p>
<p>Finally, to bring the year to an end, we spent Boxing Day out in the Brecon Beacons with the cameras.  Four years ago the Beacons were covered in snow, but this year muddy paths and bright sunlight (eventually) greeted us.  We started at the Castle in Crickhowell, moved on to a large but seemingly imposssible to reach without trespass standing stone on the north bank of the Usk, before enjoying a beautiful walk along the towpath of the Brecon and Monmothshire Canal to Brecon and back in the setting sun.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2009/02/07/2008-in-photographs/feed/</wfw:commentRss>
</item>
<item>
<title>Step 2: Introducing Paradigms</title>
<link>http://www.investinloss.com/2008/11/08/step-2-introducing-paradigms/</link>
<comments>http://www.investinloss.com/2008/11/08/step-2-introducing-paradigms/#comments</comments>
<pubDate>Fri, 07 Nov 2008 23:51:36 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
The Cycle of Self-Improvement continues with changes to our paradigms.  This is where we start to gain an understanding.  By changing our behaviours, and learning what works and what doesn’t, we start to change the way we think about ourselves and our work.  If we make a conscious effort to study whatever we are trying to improve at, we will create new models in our heads of how this particular area works.<script type="text/javascript">SHARETHIS.addEntry({ title: "Step 2: Introducing Paradigms", url: "http://www.investinloss.com/2008/11/08/step-2-introducing-paradigms/" });</script>
]]></description>
<content:encoded><![CDATA[
<p><em><span style="font-style: normal;">The </span><a href="http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/" ><span style="font-style: normal;">Cycle of Self-Improvement</span></a><span style="font-style: normal;"> continues with changes to our paradigms.  This</span></em> is where we start to gain an understanding.  By changing our behaviours, and learning what works and what doesn’t, we start to change the way we think about ourselves and our work.  If we make a conscious effort to study whatever we are trying to improve at, we will create new models in our heads of how this particular area works.</p>
<h3>Behaviours Alone Are Not Enough</h3>
<p>In his audiobook on Principle-Centered Leadership, Dr. Stephen R. Covey gives a classic example of why great behaviour alone isn&#8217;t sufficient to perform well, using the metaphor of a map.  Imagine you&#8217;re in a city you&#8217;ve never visited before, and you&#8217;re trying to find your hotel using a map. Unfortunately you have the wrong map.  If you&#8217;ve cultivated a level of industriousness, you might persevere, charging up and down each street until eventually you might stumble across the hotel.  If you&#8217;ve cultivated enthusiasm or (heaven forbid) positive thinking, you might not mind that you can&#8217;t find the hotel.  But the problem stopping you from finding the hotel isn&#8217;t your behaviour - it&#8217;s that you have the wrong map.</p>
<p>The hotel in the example represents your goal, and the map represents your current understanding of whatever environment or context that your goal exists within.  With an incomplete or faulty understanding (the wrong map), you cannot find your way to your goal (the hotel) except by luck and chance.  Success based on luck and chance isn&#8217;t sustainable, and it isn&#8217;t repeatable or reproducible in the future.</p>
<p>Our behaviours - the way we act - create our own personal learning environment.  To consciously learn from this environment, we have to attend to our thoughts and understandings, and evolve our paradigms to be both broader and deeper.</p>
<p>A <a href="http://en.wikipedia.org/wiki/Paradigm" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">paradigm</a> is a view of the world, a mental model that we construct in our heads in order to understand the world around us, and in order to interact with it.  We build these models all the time subconsciously, and our society teaches its own models to us throughout our childhoods.  They are often described as our <em>programs</em> - the underlying rules of an individual&#8217;s thought that guide our behaviours in life.</p>
<p>Our paradigms are the causes of our problems, and they also where the solutions lie. </p>
<h3>Your Paradigms Must Evolve</h3>
<p>Albert Einstein once said, &#8221;We can&#8217;t solve our problems by using the same kind of thinking we used when we created them.&#8221;  Our problems are caused by faulty paradigms - mental models that fall a little short when put to the test.  But what causes more problems - faulty paradigms themselves, or the inability to evolve better paradigms in the face of fresh evidence?  According to Einstein, it&#8217;s the inability to evolve better paradigms.  But why is this true?</p>
<p>There are always things that we don&#8217;t fully understand, perhaps because it is a new subject that we are still learning, or our learning is incomplete or misdirected, or because we&#8217;ve had unusual experiences arising from extreme circumstances.  As a result, many (if not most) of our paradigms will be incomplete or inaccurate.  It&#8217;s not just our own paradigms that are incomplete, it&#8217;s also the paradigms of everyone else too.  It&#8217;s self-evident that incomplete paradigms aren&#8217;t a major problem, because life goes on and we continue to make progress despite (or because of!) them.</p>
<p>A faulty paradigm can also be a mental model that <em>was</em> accurate or complete, but is now out of date.  It may have been effective once, but it sure isn&#8217;t effective any more.  The people we manage and the work we manage never stands still; it is always changing.  The world in which we live and work is also changing all the time. Our own place in the world is also changing all the time.  What happens when life moves on, but people can&#8217;t move with it?  What happens when new paradigms are required, but people continue to apply the same paradigm even though it is no longer effective?</p>
<p>Every bad manager I have observed all shared the same characteristic: they were unable to evolve their paradigms.  They were stuck in the past, trying the same actions time and time again. They would persist with this behaviour long after it became clear that these actions were no longer effective or appropriate.  In the worst cases, the managers were trying time and time again to apply the same paradigms even though they had never worked in the first place!  </p>
<p>By their inability to change and adapt, they weighed everyone down.</p>
<h3>The Cost Of Persistently Faulty Paradigms</h3>
<p>People who cannot evolve their paradigms become larger and larger sea anchors for their organisations, slowing down the whole ship and stopping everyone else getting to where they are trying to get to.  Your good people - the people you need to build a successful business around - can see through this behaviour every single time.  They have an almost natural aversion to managers who are stuck in a rut; managers who cannot evolve their paradigms.  And the results - friction, conflict, insecurity and a breakdown in basic trust and respect - are completely unhealthy, both to you, your staff, and your organisation.</p>
<p>You owe it to yourself, and to everyone around you, to learn to evolve your paradigms, to elevate your thinking above wherever it currently is.  You also owe it to everyone to deal decisively with subordinates (especially managers and leaders) who cannot.</p>
<p>But how exactly can we evolve our paradigms?  I will answer that in the next article.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=Step+2%3A+Introducing+Paradigms&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2008%2F11%2F08%2Fstep-2-introducing-paradigms%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2008/11/08/step-2-introducing-paradigms/feed/</wfw:commentRss>
</item>
<item>
<title>Stone Wall Texture: 3rd Photo To 1,000 Views</title>
<link>http://blog.stuartherbert.com/photography/2008/10/27/stone-wall-texture-3rd-photo-to-1000-views/</link>
<comments>http://blog.stuartherbert.com/photography/2008/10/27/stone-wall-texture-3rd-photo-to-1000-views/#comments</comments>
<pubDate>Mon, 27 Oct 2008 14:07:06 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
<a href="http://www.flickr.com/photos/stuartherbert/1181640213/" title="Stone Wall Texture by Stuart Herbert, on Flickr"><img class="reflect rheight20" src="http://farm2.static.flickr.com/1220/1181640213_c20026b85b_m.jpg" width="240" height="161" alt="Stone Wall Texture" /></a>
]]></description>
<content:encoded><![CDATA[
<p><a title="Stone Wall Texture by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/1181640213/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm2.static.flickr.com/1220/1181640213_c20026b85b.jpg" alt="Stone Wall Texture" width="500" height="334" /></a></p>
<p>My photo of a stone wall on the Western Isles of Scotland has just become the third of my photos to reach the milestone of 1,000 views on Flickr.</p>
<p>This is even more of a surprise than my graffiti photo (which has now accelerated past the 1,600 views mark), as I just can&#8217;t imagine who is looking at this photo or why it is so popular.  From the information provided by Flickr&#8217;s stats, it seems that its catching the eye of folks searching for stone walls on Yahoo Images &#8230;</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2008/10/27/stone-wall-texture-3rd-photo-to-1000-views/feed/</wfw:commentRss>
</item>
<item>
<title>Photo Chosen For Freedom 2008</title>
<link>http://blog.stuartherbert.com/photography/2008/10/27/photo-chosen-for-freedom-2008/</link>
<comments>http://blog.stuartherbert.com/photography/2008/10/27/photo-chosen-for-freedom-2008/#comments</comments>
<pubDate>Mon, 27 Oct 2008 13:58:21 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Selected for the <a href="http://www.flickr.com/groups/freedom2008">Freedom 2008 exhibition in London</a> via Flickr:

<a href="http://www.flickr.com/photos/stuartherbert/1844332297/" title="Dawn on Caerphilly Mountain by Stuart Herbert, on Flickr"><img class="reflect rheight20" src="http://farm3.static.flickr.com/2344/1844332297_94691f7d91_m.jpg" width="240" height="103" alt="Dawn on Caerphilly Mountain" /></a>
]]></description>
<content:encoded><![CDATA[
<p><a title="Dawn on Caerphilly Mountain by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/1844332297/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm3.static.flickr.com/2344/1844332297_94691f7d91.jpg" alt="Dawn on Caerphilly Mountain" width="500" height="214" /></a></p>
<p>This view from atop Caerphilly Mountain will be on display as part of the slideshow of the <a href="http://www.flickr.com/groups/freedom2008" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">Freedom 2008</a> exhibition.  Organised through Flickr, Freedom 2008 is part of<a href="http://www.photomonth.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.photomonth.org');"> Photomonth - the East London Photography Festival</a> running at the Dray Walk Gallery, Old Truman Brewery during 29th October – 9th November 2008.  </p>
<p>There&#8217;s a discussion thread on Flickr where everyone selected for this exhibition is currently<a href="http://www.flickr.com/groups/freedom2008/discuss/72157608110928396/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"> posting their shots</a>.  If, like me, you can&#8217;t actually make it to London to see the exhibition for yourself, check out the thread.  Congrats to everyone who had a photo selected!</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2008/10/27/photo-chosen-for-freedom-2008/feed/</wfw:commentRss>
</item>
<item>
<title>Single Shot Series: Lane Control Beside The Canal</title>
<link>http://blog.stuartherbert.com/photography/2008/10/24/single-shot-series-lane-control-beside-the-canal/</link>
<comments>http://blog.stuartherbert.com/photography/2008/10/24/single-shot-series-lane-control-beside-the-canal/#comments</comments>
<pubDate>Fri, 24 Oct 2008 21:18:14 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
If you drive down the A470, over the Gabalfa fly-over and into Cardiff city centre, you&#8217;ll be familiar with one of the peculiarities of the roads in Cardiff.  I&#8217;m not talking about the continuous experimentation with partially-closing St Mary&#8217;s Street; I&#8217;m referring to where four lanes of traffic goes down to just three as you reach Blackweir. [...]
]]></description>
<content:encoded><![CDATA[
<p><a title="Lane Control Beside The Canal by Stuart Herbert, on Flickr" href="http://www.flickr.com/photos/stuartherbert/2969473827/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3039/2969473827_43091e15a0.jpg" alt="Lane Control Beside The Canal" width="500" height="334" /></a></p>
<p>If you drive down the A470, over the Gabalfa fly-over and into Cardiff city centre, you&#8217;ll be familiar with one of the peculiarities of the roads in Cardiff.  I&#8217;m not talking about the continuous experimentation with partially-closing St Mary&#8217;s Street; I&#8217;m referring to where <a href="http://blog.stuartherbert.com/photography/2008/06/08/single-shot-series-the-gatso-is-your-friend/" >four lanes of traffic goes down to just three as you reach Blackweir</a>.  On the right there&#8217;s the long, thin car park with the beauty of Bute Park beyond, and overhead the direction of traffic is controlled by these new digital signs.  That car park has been built over the top of the old Glamorganshire Canal.</p>
<p>The new signs were installed either in 2007 or 2008 (I didn&#8217;t make a note of exactly when), and they replaced older mechanical signs that sat on top of the same gantry.  (I have a similar shot of the old signs that I&#8217;ll dig out and post later).  You&#8217;d have thought that they could have given the gantry a lick of fresh paint at the same time, wouldn&#8217;t you? <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2008/10/24/single-shot-series-lane-control-beside-the-canal/feed/</wfw:commentRss>
</item>
<item>
<title>Margam Country Park - Flickr Meet</title>
<link>http://blog.stuartherbert.com/photography/2008/10/19/margam-country-park-flickr-meet/</link>
<comments>http://blog.stuartherbert.com/photography/2008/10/19/margam-country-park-flickr-meet/#comments</comments>
<pubDate>Sun, 19 Oct 2008 14:25:35 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
 
Last Saturday, Kristi and I headed down to Margam Country Park near Port Talbot to meet up with quite a few folks from the Welsh Flickr Cymru group on Flickr.  We had a great time, took loads of photos, and even got to see a few deer  
Thoughts On The Day
After a summer of [...]
]]></description>
<content:encoded><![CDATA[
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/stuartherbert/2952826384/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3005/2952826384_e936db597d.jpg" border="0" alt="2008101113-16-55_Nikon" width="500" height="335" /></a> </p>
<p>Last Saturday, Kristi and I headed down to <a href="http://www.neath-porttalbot.gov.uk/default.aspx?page=1325&amp;lang=en" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.neath-porttalbot.gov.uk');">Margam Country Park</a> near Port Talbot to meet up with <a href="http://www.flickr.com/photos/net-adept/2932086906/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">quite a few folks</a> from the <a href="http://www.flickr.com/groups/welshflickrcymru/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">Welsh Flickr Cymru</a> group on Flickr.  We had a great time, <a href="http://www.flickr.com/groups/welshflickrcymru/discuss/72157607930858544/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">took loads of photos</a>, and even got to see a few deer <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Thoughts On The Day</h3>
<p>After a summer of wet and dull weekends, it was a real joy to be out and about once more with the camera.  For what I think was the first time this year, instead of heading out with just the 18-135mm lens, I packed up the full kit - Sigma 10-20mm lens, Nikkor 18-135mm lens, Sigma 50mm macro lens, and the long-reaching Sigma 80-400mm uber-lens.  </p>
<p>As always on a Saturday, we headed down to the Knapp first to play some Tai Chi, wolf down some lovely Segafredo coffee, and then pottered down the M4 to Margam Country Park.  We all met up in the car park first, which was very handy, as neither Kristi nor I really know anyone from the Welsh Flickr Cymru group.  We said hello to everyone, posed for the group photo, and then buggered off on our own for the day.  I&#8217;d seen the old chapel up on the hill plenty of times driving past on the M4 and with the glorious weather was determined that this was the day I was finally going to make it up there <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On the way to the chapel, we ran what I think was a volunteer group, who were working on rebuilding the old path up the hill.  They&#8217;re currently making it safer than it was, and they hope to have it finished in about six months or so.  Until they&#8217;ve finished, to get to the chapel its a short walk up the road and then take the first left by the footpath sign.  The footpath is a little muddy, but it wasn&#8217;t overgrown at the time.</p>
<p>It&#8217;s well worth the trek up the hill just for the view:</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/stuartherbert/2932607590/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img class="photo" src="http://farm4.static.flickr.com/3158/2932607590_eaa9b6f4b6.jpg" border="0" alt="Margam House" width="500" height="274" /></a> </p>
<p>We headed back down to enjoy lunch outside the house, watching the deer running through the trees behind.  Sandwiches downed, we set on in search of deer!  I shot a good 30-40 shots of two deer under the trees.  Another photographer (not part of the meet I believe) wandered by partway through, and made the comment that surely we&#8217;d both taken enough shots of the deer by then.  I&#8217;m glad we ignored him, because out of those 40 shots, I only ended up with 4 that I was happy with.  Even with the 400mm lens, it was difficult to get close shots of the deer eating under the trees.  Might be time to trade up to a 500mm lens next <img src='http://blog.stuartherbert.com/photography/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Further along, the path climbs up to the top of another hill overlooking the country park.  The top of the hill features a lovely little copse of trees, and a very strange brick-lined pit.  Kristi reckons it must have been a swimming pool, but if you can shed any light on it, please leave a comment below!</p>
<p>My favourite memory of the whole day has to be the gum tree near the Orangery.  As you approach it, all you can hear is the humming of all the bees drinking nectar from the tree.  There&#8217;s a lovely bench underneath where you can sit, relax, and just enjoy the sheer sense of life all around you.</p>
<h3>The Photos</h3>
<div class="flickr-photos"><a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952930714/WFC-October-Meet-2008-2008101115-13-52Nikon.html"  id="photo-2952930714" title="2008101115-13-52_Nikon"><img src="http://farm4.static.flickr.com/3074/2952930714_080f6d0310_s.jpg" width="75" height="75" alt="2008101115-13-52_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952925868/WFC-October-Meet-2008-2008101114-57-24Nikon.html"  id="photo-2952925868" title="2008101114-57-24_Nikon"><img src="http://farm4.static.flickr.com/3059/2952925868_f016ff1d5f_s.jpg" width="75" height="75" alt="2008101114-57-24_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952062683/WFC-October-Meet-2008-2008101114-28-37Nikon.html"  id="photo-2952062683" title="2008101114-28-37_Nikon"><img src="http://farm4.static.flickr.com/3031/2952062683_fe1fb94a58_s.jpg" width="75" height="75" alt="2008101114-28-37_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952047879/WFC-October-Meet-2008-2008101114-26-09Nikon.html"  id="photo-2952047879" title="2008101114-26-09_Nikon"><img src="http://farm4.static.flickr.com/3065/2952047879_825870655c_s.jpg" width="75" height="75" alt="2008101114-26-09_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952031879/WFC-October-Meet-2008-2008101114-19-08Nikon.html"  id="photo-2952031879" title="2008101114-19-08_Nikon"><img src="http://farm4.static.flickr.com/3064/2952031879_d83346778c_s.jpg" width="75" height="75" alt="2008101114-19-08_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952867954/WFC-October-Meet-2008-2008101114-04-16Nikon.html"  id="photo-2952867954" title="2008101114-04-16_Nikon"><img src="http://farm4.static.flickr.com/3007/2952867954_e5404f2aa5_s.jpg" width="75" height="75" alt="2008101114-04-16_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952858336/WFC-October-Meet-2008-2008101113-43-14Nikon.html"  id="photo-2952858336" title="2008101113-43-14_Nikon"><img src="http://farm4.static.flickr.com/3023/2952858336_1639f31607_s.jpg" width="75" height="75" alt="2008101113-43-14_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952847252/WFC-October-Meet-2008-2008101113-42-40Nikon.html"  id="photo-2952847252" title="2008101113-42-40_Nikon"><img src="http://farm4.static.flickr.com/3219/2952847252_5826e1ae87_s.jpg" width="75" height="75" alt="2008101113-42-40_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952834968/WFC-October-Meet-2008-2008101113-42-04Nikon.html"  id="photo-2952834968" title="2008101113-42-04_Nikon"><img src="http://farm4.static.flickr.com/3274/2952834968_af7237b8c9_s.jpg" width="75" height="75" alt="2008101113-42-04_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952826384/WFC-October-Meet-2008-2008101113-16-55Nikon.html"  id="photo-2952826384" title="2008101113-16-55_Nikon"><img src="http://farm4.static.flickr.com/3005/2952826384_e936db597d_s.jpg" width="75" height="75" alt="2008101113-16-55_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2931608051/WFC-October-Meet-2008-Monopod-Head.html"  id="photo-2931608051" title="Monopod Head"><img src="http://farm4.static.flickr.com/3253/2931608051_c454b961c1_s.jpg" width="75" height="75" alt="Monopod Head" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951969659/WFC-October-Meet-2008-2008101112-11-04Nikon.html"  id="photo-2951969659" title="2008101112-11-04_Nikon"><img src="http://farm4.static.flickr.com/3247/2951969659_95bf05e70d_s.jpg" width="75" height="75" alt="2008101112-11-04_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2932553680/WFC-October-Meet-2008-Port-Talbot-Panorama.html"  id="photo-2932553680" title="Port Talbot Panorama"><img src="http://farm4.static.flickr.com/3225/2932553680_c167ced942_s.jpg" width="75" height="75" alt="Port Talbot Panorama" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2932607590/WFC-October-Meet-2008-Margam-House.html"  id="photo-2932607590" title="Margam House"><img src="http://farm4.static.flickr.com/3158/2932607590_eaa9b6f4b6_s.jpg" width="75" height="75" alt="Margam House" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951962077/WFC-October-Meet-2008-2008101111-59-24Nikon.html"  id="photo-2951962077" title="2008101111-59-24_Nikon"><img src="http://farm4.static.flickr.com/3006/2951962077_8d6715418a_s.jpg" width="75" height="75" alt="2008101111-59-24_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952798486/WFC-October-Meet-2008-2008101111-31-12Nikon.html"  id="photo-2952798486" title="2008101111-31-12_Nikon"><img src="http://farm4.static.flickr.com/3198/2952798486_09402afe95_s.jpg" width="75" height="75" alt="2008101111-31-12_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952786322/WFC-October-Meet-2008-2008101111-30-38Nikon.html"  id="photo-2952786322" title="2008101111-30-38_Nikon"><img src="http://farm4.static.flickr.com/3164/2952786322_f836ca65b6_s.jpg" width="75" height="75" alt="2008101111-30-38_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952775802/WFC-October-Meet-2008-2008101111-21-38Nikon.html"  id="photo-2952775802" title="2008101111-21-38_Nikon"><img src="http://farm4.static.flickr.com/3018/2952775802_7aafdf9909_s.jpg" width="75" height="75" alt="2008101111-21-38_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951915765/WFC-October-Meet-2008-2008101111-19-56Nikon.html"  id="photo-2951915765" title="2008101111-19-56_Nikon"><img src="http://farm4.static.flickr.com/3150/2951915765_f7a13ba039_s.jpg" width="75" height="75" alt="2008101111-19-56_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952758870/WFC-October-Meet-2008-2008101111-18-48Nikon.html"  id="photo-2952758870" title="2008101111-18-48_Nikon"><img src="http://farm3.static.flickr.com/2141/2952758870_d2910d7a5e_s.jpg" width="75" height="75" alt="2008101111-18-48_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951898255/WFC-October-Meet-2008-2008101111-13-23Nikon.html"  id="photo-2951898255" title="2008101111-13-23_Nikon"><img src="http://farm4.static.flickr.com/3018/2951898255_5369d92cee_s.jpg" width="75" height="75" alt="2008101111-13-23_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952734672/WFC-October-Meet-2008-2008101111-11-54Nikon.html"  id="photo-2952734672" title="2008101111-11-54_Nikon"><img src="http://farm4.static.flickr.com/3228/2952734672_7a48ca068d_s.jpg" width="75" height="75" alt="2008101111-11-54_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951872735/WFC-October-Meet-2008-2008101111-10-39Nikon.html"  id="photo-2951872735" title="2008101111-10-39_Nikon"><img src="http://farm4.static.flickr.com/3169/2951872735_9f06312a50_s.jpg" width="75" height="75" alt="2008101111-10-39_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952706794/WFC-October-Meet-2008-2008101111-09-39Nikon.html"  id="photo-2952706794" title="2008101111-09-39_Nikon"><img src="http://farm4.static.flickr.com/3220/2952706794_3c85c26192_s.jpg" width="75" height="75" alt="2008101111-09-39_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951841349/WFC-October-Meet-2008-2008101111-08-03Nikon.html"  id="photo-2951841349" title="2008101111-08-03_Nikon"><img src="http://farm4.static.flickr.com/3024/2951841349_08ec3c441e_s.jpg" width="75" height="75" alt="2008101111-08-03_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951831821/WFC-October-Meet-2008-2008101111-01-02Nikon.html"  id="photo-2951831821" title="2008101111-01-02_Nikon"><img src="http://farm3.static.flickr.com/2057/2951831821_d671b1edd2_s.jpg" width="75" height="75" alt="2008101111-01-02_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952673174/WFC-October-Meet-2008-2008101110-54-31Nikon.html"  id="photo-2952673174" title="2008101110-54-31_Nikon"><img src="http://farm4.static.flickr.com/3282/2952673174_735d31f539_s.jpg" width="75" height="75" alt="2008101110-54-31_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951804643/WFC-October-Meet-2008-2008101110-52-06Nikon.html"  id="photo-2951804643" title="2008101110-52-06_Nikon"><img src="http://farm4.static.flickr.com/3184/2951804643_a11e5cee9b_s.jpg" width="75" height="75" alt="2008101110-52-06_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2952645474/WFC-October-Meet-2008-2008101110-50-16Nikon.html"  id="photo-2952645474" title="2008101110-50-16_Nikon"><img src="http://farm4.static.flickr.com/3270/2952645474_eb740c1373_s.jpg" width="75" height="75" alt="2008101110-50-16_Nikon" /></a> <a class="tt-flickr tt-flickr-Square" href="http://blog.stuartherbert.com/photography/photo/2951775207/WFC-October-Meet-2008-2008101110-49-20Nikon.html"  id="photo-2951775207" title="2008101110-49-20_Nikon"><img src="http://farm4.static.flickr.com/3008/2951775207_763be3031d_s.jpg" width="75" height="75" alt="2008101110-49-20_Nikon" /></a> </div>
<h3>Post Production</h3>
<p>Since March this year, I&#8217;ve been working on improving my HDR post-production technique, trying to find the right settings in both Photomatix Pro 2 and Aperture 2 to tone down the unrealistic colours to match the &#8216;faded&#8217; look I&#8217;ve been developing since my <a href="http://www.flickr.com/photos/stuartherbert/sets/72157600183995924/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">Taff Vale Eastern Ridge Walk</a> set last year.  Although it adds a lot of time to the post-production work, the results are photos that hopefully are starting to take on a distinctive style not just in composition but also in colour and appearance.</p>
<h3>Found On Flickr</h3>
<p>Don&#8217;t forget to check out all of the other <a href="http://www.flickr.com/photos/tags/wfcmargam2008/interesting/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">excellent photos taken by members of Welsh Flickr Cymru during this meet</a>.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/photography/2008/10/19/margam-country-park-flickr-meet/feed/</wfw:commentRss>
</item>
<item>
<title>CentOS 5.2 and Xen Networking Problems</title>
<link>http://blog.stuartherbert.com/gentoo/2008/09/29/centos-52-and-xen-networking-problems/</link>
<comments>http://blog.stuartherbert.com/gentoo/2008/09/29/centos-52-and-xen-networking-problems/#comments</comments>
<pubDate>Mon, 29 Sep 2008 12:55:14 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I use CentOS rather than Gentoo as the host operating system for Xen boxes.  After a recent upgrade to CentOS 5.2, I rebooted to find that my Xen virtual machines could no longer communicate with my LAN.
This is caused by two problems:

libvirtd (/etc/init.d/libvirtd) sets up its own network bridge device, assigns the IP address range [...]
]]></description>
<content:encoded><![CDATA[
<p>I use CentOS rather than Gentoo as the host operating system for Xen boxes.  After a recent upgrade to CentOS 5.2, I rebooted to find that my Xen virtual machines could no longer communicate with my LAN.</p>
<p>This is caused by two problems:</p>
<ul>
<li>libvirtd (/etc/init.d/libvirtd) sets up its own network bridge device, assigns the IP address range 192.168.122.* to this device, and kicks off its own copy of dnsmasq to provide DHCP services to your virtual machines.  Use chkconfig to switch off libvirtd and reboot CentOS to clear this problem.</li>
<li>If you don&#8217;t specify a MAC address in your XenU&#8217;s config file, each XenU gets a randomly generated MAC address.  An upstream change in udev (which Gentoo uses) ensures that each ethernet interface with a different MAC address is assigned a new eth* number, which will screw up your networking start scripts.  Edit /etc/udev/rules.d/70-persistent-net.rules file and rename the ethernet devices in there, and then make sure you specify the same fixed MAC address in your XenU&#8217;s config file too.</li>
</ul>
<p>I hope this saves time for other people.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2008/09/29/centos-52-and-xen-networking-problems/feed/</wfw:commentRss>
</item>
<item>
<title>A Quick Test</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/OBpcMqJeTSM/</link>
<comments>http://blog.stuartherbert.com/personal/2008/07/24/a-quick-test/#comments</comments>
<pubDate>Thu, 24 Jul 2008 11:49:27 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Just a quick test to see if I can post using the latest Opera beta.  If you can see this, the answer must be &#8216;yes&#8217;  
Share This
]]></description>
<content:encoded><![CDATA[
<p>Just a quick test to see if I can post using the latest Opera beta.  If you can see this, the answer must be &#8216;yes&#8217; <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=155&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_155" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/07/24/a-quick-test/feed/</wfw:commentRss>
</item>
<item>
<title>Has It Been Three Months Already?</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/HnD6PKu7adM/</link>
<comments>http://blog.stuartherbert.com/personal/2008/07/16/has-it-been-three-months-already/#comments</comments>
<pubDate>Wed, 16 Jul 2008 21:01:43 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
The new job continues to go extremely well.
Work News
I&#8217;m still wrestling with the problem of taming the department&#8217;s TODO list, and so far I haven&#8217;t decided whether or not MS Project Server is a help or a hinderance.  It&#8217;s fair to say that some of us have had trouble believing that it&#8217;s a product [...]
]]></description>
<content:encoded><![CDATA[
<p>The new job continues to go extremely well.</p>
<h3>Work News</h3>
<p>I&#8217;m still wrestling with the problem of taming the department&#8217;s TODO list, and so far I haven&#8217;t decided whether or not MS Project Server is a help or a hinderance.  It&#8217;s fair to say that some of us have had trouble believing that it&#8217;s a product someone would actually want to charge money for.</p>
<p>But it is nice being able to sit down and put together a comprehensive technical plan.  It&#8217;s no secret that I&#8217;ve no time either for the vast majority of online project management tools (of which Basecamp is the poster child) nor the people that these tools are aimed at.  Project management is, by necessity, a rich and detailed skill.  It can be simplified to stop it becoming the Ministry for Administrative Affairs, but it can&#8217;t be glossed over.  I was horrified when certain folks I&#8217;ve worked with in the past used to laugh about being unable to create project plans.  I&#8217;m a great believer that if you don&#8217;t want to do the job properly (whatever your job is), get out the way and let someone else do it right instead.</p>
<p>And what I love about my new job is that my boss is on my back all the time to get the job done right.  That&#8217;s how it should be.  We&#8217;re building something special at Gradwell, and you can&#8217;t do that if things aren&#8217;t done right.</p>
<h3>Tech News</h3>
<p>Rather than buy a 3G iPhone, I decided to get a HTC TyTn II instead.  Unlike the iPhone, it has a removable battery, and it can be used as a 3G modem by my MacBook Pro - extending the battery life of my laptop by a good 45 mins.  It also has a very usable slide-out keyboard, making it very easy to use as a way to get at my email when I&#8217;m out and about.</p>
<p>The downside is that it runs Windows Mobile.  You think Vista is bad?  Windows Mobile is worse.  It crashes daily, comes with the second worst browser around (Internet Explorer for Windows Mobile), and doesn&#8217;t seem to have an equivalent to Apple&#8217;s App Store.  The email client is quite good - except that this week it has decided to freeze when syncing email with work&#8217;s IMAP server.  Tomorrow&#8217;s job is to snag someone else&#8217;s TyTn II at work and do some testing to see whether it&#8217;s my device, or the IMAP server.</p>
<p>Turns out that the TyTn II is also surprisingly affordable.  If you try and buy an unlocked one, the cheapest I&#8217;ve seen was over 450 pounds.  Nowhere seems to stock one either, so I&#8217;m not sure how easy they are to get hold of that way.  Instead, I signed up for a 12 month contract with Vodafone.  For 30 pounds a month, I get the TyTn II and a 5GB data allowance.  At the end of the 12 months, I can cancel the contract, I get to keep the TyTn II, and I&#8217;ve saved a hundred pounds.  Bargain.</p>
<h3>Sad News</h3>
<p>Last Friday was Rob&#8217;s funeral.  The service was held in St Mary&#8217;s Church in Butetown, and it was standing room only.  I thought it was a lovely service, and a great send-off for him.  He was buried in Thornhill Cemetery, where we watched as mourners grabbed shovels and buried the coffin there and then.  After that, a lot of folks headed down to the Wharf, but I couldn&#8217;t face it.  I came home and locked myself away for the rest of the day.  I just wanted to be alone with my own grief.</p>
<p>I think Corina said it best when she described Rob&#8217;s passing as a bad dream that we all wish we could wake up from.  After the wife, and being at work, I probably spent more time with Rob than with anyone else the nine years that I knew him.</p>
<h3>Teaching News</h3>
<p>I had the all-important bit of paper through from Barry College.  I&#8217;m now formally qualified to teach adults in Lifelong Learning programmes.  I passed the teaching assessment with a grade &#8216;A&#8217; too, which gives me a bit more confidence as I try to turn the Tai Chi class into a more structured two year programme.  The whole point of the changes is to build on what Rob figured out about learning Tai Chi, to put it into a format that&#8217;s more accessible yet again and also into a plan that&#8217;s well paced for the students.</p>
<p>I&#8217;m also hard at work with the camcorder, experimenting with the best way to record Tai Chi lessons.  This is something I must work harder on <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=151&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_151" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/07/16/has-it-been-three-months-already/feed/</wfw:commentRss>
</item>
<item>
<title>Step 1: Behaviours</title>
<link>http://www.investinloss.com/2008/06/29/cycle_1_behaviours/</link>
<comments>http://www.investinloss.com/2008/06/29/cycle_1_behaviours/#comments</comments>
<pubDate>Sun, 29 Jun 2008 08:55:10 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
The Cycle of Self-Improvement starts with your behaviour.  We start by doing our best to act in the same way that we’d imagine a great manager would act.  We research, and we apply what we’ve learned to what we do and how we do it.  Or, to put it another way, we fake it until [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Step 1: Behaviours", url: "http://www.investinloss.com/2008/06/29/cycle_1_behaviours/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>The <a href="http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/" >Cycle of Self-Improvement</a> starts with your behaviour.  We start by doing our best to act in the same way that we’d imagine a great manager would act.  We research, and we apply what we’ve learned to what we do and how we do it.  Or, to put it another way, we fake it until we make it.  This is difficult at first, because we’re trying to be something that we don’t necessarily understand … The good news is that this is something you used to do all the time.  You&#8217;ve just forgotten how to do it.</p>
<h3>How Children Start To Learn</h3>
<p>When we were small children, starting at pre-school age, we all played a lot.  We used our imaginations to play games like Cops and Robbers, Cowboys and Indians, and many others.  We sure had a lot of fun, and we also learned a lot from it.  Children play games as a way to explore new ideas and roles.  The more they explore, the more sophisticated their ideas in this area become.  Eventually, those who remember their dreams and work hard go on to play these roles for real as adults.  But most of us do not.</p>
<p>As we grow older we get a bit more serious, and playing games (especially in the workplace) no longer seems appropriate to us.  We exchange <em>learning through playing</em> for <em>learning through doing</em>, with a sprinkling of training and education thrown in for good measure.  Most of our doing as adults comes through holding down a job to pay the bills, and it becomes the environment where we find most of our opportunities to learn.</p>
<p><em>On the job training</em> has become something of a dirty term in the workplace today, because it&#8217;s normally a euphemism for being thrown in at the deep end with insufficient / non-existent help and support.  The reason for the lack of support is simply that many employers and managers don&#8217;t know how to instruct and coach their staff.  It is something that they have no interest in, and are not comfortable doing.  But they should have such an interest, because the irony is that the workplace is the best place to learn work-related skills - provided we are able to <em>play</em> before we have to <em>be. </em>((I will talk about the relative merits of training courses in a later article.))</p>
<p>All play starts with behaviours - actions and attitudes that we show to others (externalise).  The game we are playing is how to manage yourself.  If you&#8217;re on your own, where can you look for help and advice?</p>
<h3>Turn To The Coach</h3>
<p>In this field, the work of <a href="http://coachwooden.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/coachwooden.com');">John C. Wooden</a> stands head and shoulders above everything else.  John C. Wooden was the head coach of the UCLA college basketball team from 1948 to 1975, where he not only consistently created great teams, but where he consistently got the very best out of his charges.  His outstanding work was honoured in 1999 when Coach Wooden was voted &#8216;Coach of the 20th Century&#8217; by ESPN, and by the award of the President Medal of Freedom (the USA&#8217;s highest civilian honour) in 2003.</p>
<p>During his time in basketball, Coach Wooden developed his <a href="http://coachwooden.com/pyramidpdf.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/coachwooden.com');">Pyramid of Success</a>.  It has three key ingredients that make it a great approach for learning how to manage yourself.</p>
<ul>
<li><strong>It is principle-based, not practice based</strong> - created decades before management books and coaching understood this fundamental approach.  Practices come and go, but the right principles are timeless, and can last for thousands of years.</li>
<li><strong>It has stood the test of time.</strong>  Created over 50 years ago, it was honed through Coach Wooden&#8217;s teaching to his college students and teams.   His students took the Pyramid out into the wider world of sports and business, and made it the foundation of their success too.  And since 2003, the management community at large has been able to learn about and apply Coach Wooden&#8217;s work through his book Wooden on Leadership.</li>
<li><strong>It is about you, not about others.</strong>  In a time of short-termism, downsizing, offshoring and the threat of recession, it can be no surprise that management writing has come to focus so strongly on the here and now.  All sports coaches are in one of the ultimate results-driven environment; they need immediate results far more than your average manager does, and they have to contend with a turnover of staff (in their case, players) that your average manager never has to face.  But Coach Wooden and his record of coaching at UCLA proved beyond all doubt that, even in such an environment, both short-term results and long-term success comes from within, from internal work that at first seems both unnecessary and without immediate reward.  Success comes from within you the manager, and it must be instilled within each and every member of your team.</li>
</ul>
<h3>The Pyramid of Success</h3>
<p>Coach Wooden&#8217;s <a href="http://coachwooden.com/pyramidpdf.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/coachwooden.com');">Pyramid of Success</a> contains 15 separate building blocks for you to work on.  Along the bottom are the five foundation blocks that leadership is build upon.</p>
<ol>
<li><strong>Industriousness</strong>: Success travels in the company of very hard work.  There is no trick, no easy way.</li>
<li><strong>Friendship</strong>: Strive to build a team filled with camaraderie and respect: comrades-in-arms. </li>
<li><strong>Loyalty</strong>: Be true to yourself.  Be true to those you lead.</li>
<li><strong>Co-operation</strong>: Have utmost concern for what&#8217;s right rather than who&#8217;s right.</li>
<li><strong>Enthusiasm</strong>: Your energy and enjoyment, drive and dedication will stimulate and greatly inspire others.</li>
</ol>
<p>If the foundation layer is about your heart, then the next layer is all about using your head.</p>
<ol>
<li><strong>Self-control</strong>: Control of your organisation begins with control of yourself.  Be disciplined.</li>
<li><strong>Alertness</strong>: Constantly be aware and observing.  Always seek to improve yourself and the team.</li>
<li><strong>Initiative</strong>: Make a decision!  Failure to act is often the biggest failure of all.</li>
<li><strong>Intentness</strong>: Stay the course.  When thwarted try again; harder, smarter.  Persevere relentlessly.</li>
</ol>
<p>At the heart of the Pyramid is the formula for teaching success that Coach Wooden learned from Coach Ward Lambert during his playing career.</p>
<ol>
<li><strong>Condition</strong>: Ability may get you to the top, but character keeps you there - mental, moral and physical.</li>
<li><strong>Skill</strong>: What a leader learns after you&#8217;ve learned it all is what counts most of all.</li>
<li><strong>Team Spirit</strong>: The star of the team is the team.  &#8217;We&#8217; supersedes &#8217;me&#8217;.</li>
</ol>
<p>The first twelve blocks together create a platform for success, but to elevate yourself to achieve your full potential, you have to master the cornerstones of true greatness.</p>
<ol>
<li><strong>Poise</strong>: Be yourself.  Don&#8217;t be thrown off by events whether good or bad.</li>
<li><strong>Confidence</strong>: The strongest steel is well-founded self-belief.  It is earned, not given.</li>
</ol>
<p>Finally, we reach the very pinnacle of the Pyramid of Success - the behaviour that the rest of the pyramid supports:</p>
<ol>
<li><strong>Competitive Greatness</strong>: Perform at your best when your best is required.  Your best is required each day.</li>
</ol>
<p>There is far more to Coach Wooden&#8217;s Pyramid of Success than I can do justice to in this article, and I would much rather you learned more about it from Coach Wooden himself.  You can download <a href="http://coachwooden.com/pyramidpdf.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/coachwooden.com');">a printable version of the Pyramid</a>, and learn more about each of these building blocks from Coach Wooden&#8217;s website.  His 2003 book, Wooden on Leadership, expands on them still further, and is essential reading for anyone looking to follow the Invest In Loss philosophy.</p>
<p>Coach Wooden used it to build a great basketball coach; you can use it to build a great manager - yourself.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=Step+1%3A+Behaviours&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2008%2F06%2F29%2Fcycle_1_behaviours%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2008/06/29/cycle_1_behaviours/feed/</wfw:commentRss>
</item>
<item>
<title>5 Steps To Managing Yourself: The Cycle Of Self Improvement</title>
<link>http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/</link>
<comments>http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/#comments</comments>
<pubDate>Fri, 27 Jun 2008 16:30:41 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Learning to manage yourself is essential if you want to manage others.  You affect other people at all four levels of interaction within your company or organisation:

At the personal level, you&#8217;re a role model for everyone around you.  People will look at you and take the message that it is okay for them to act [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "5 Steps To Managing Yourself: The Cycle Of Self Improvement", url: "http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>Learning to manage yourself is essential if you want to manage others.  You affect other people at all four levels of interaction within your company or organisation:</p>
<ul>
<li>At the personal level, you&#8217;re a role model for everyone around you.  People will look at you and take the message that it is okay for them to act that way too.</li>
<li>At the inter-personal level, you&#8217;re directly influencing how other people feel about working with you.  The way you treat other people directly affects the results you&#8217;ll obtain from them.</li>
<li>At the managerial level, you set the tone for how the whole department will function.  Your choices here will determine how well the department functions - especially when (not if) you&#8217;re not around.</li>
<li>At the organisational level, your individual actions determine whether your department adds value at all, and whether it&#8217;s because of you &#8230; or despite you.</li>
</ul>
<p>But how do you go about improving your self-management?</p>
<h3>Start Here - Acceptance</h3>
<p>You must start by accepting a simple truth:<em> you <strong>can</strong> learn to consciously choose your responses to whatever happens in your life</em>.  You are not just responsible for your choices - you are able to choose your responses (response-able).</p>
<p>It can be very difficult for new and inexperienced managers to come to see - and especially to accept - just how much influence they really do have, and it always comes down to how much you choose your responses.  Most people do want to be lead, and they do want to be governed, but it must come from someone they can look up to in one way or another.  If you are not cultivating yourself through self-improvement, through learning to choose your responses, then what could there possibly be about you for anyone to look up to?  If they don&#8217;t look up to you, at best they follow you reluctantly - if at all.</p>
<p>You are <em>not</em> your past achievements, and if you do not learn to choose your responses, it&#8217;s down to luck and circumstance as to whether or not you&#8217;ll be able to be successful again in the future.  It won&#8217;t be down to you!</p>
<h3>The Cycle Of Self Improvement</h3>
<p>There is no substitute for hard work.  A person who works hard, and who learns to self-improve, is far more likely to achieve their full potential than someone who always finds things easy.  There is a deeper understanding that comes from hard work and applied brain power than what comes from applied brain power alone.  This is something I&#8217;ll come back to in a later article.</p>
<p>With self-improvement, we&#8217;re all about stacking the odds in our favour.  We want to reduce both luck and chance as factors in our success, and instead we want to increase ourselves as the factor in our success.  Hard work without direction, organisation and supervision relies entirely on both luck and chance.</p>
<p>The <em>Cycle of Self Improvement</em> contains five key areas where you will find the self-improvement that you are looking for:</p>
<p><a href="http://www.investinloss.com/wp-content/uploads/2008/06/cycleofselfimprovement.png" ><img class="aligncenter size-full wp-image-20" title="The Cycle of Self-Improvement" src="http://www.investinloss.com/wp-content/uploads/2008/06/cycleofselfimprovement.png" alt="5 Steps To Self Improvement" width="500" height="422" /></a></p>
<p><em><a href="http://www.investinloss.com/2008/06/29/cycle_1_behaviours/" >Behaviours</a></em> are where we start.  We start by doing our best to act in the same way that we&#8217;d imagine a great manager would act.  We research, and we apply what we&#8217;ve learned to what we do and how we do it.  Or, to put it another way, we fake it until we make it.  This is difficult at first, because we&#8217;re trying to be something that we don&#8217;t necessarily understand &#8230;</p>
<p><em><a href="http://www.investinloss.com/2008/11/08/step-2-introducing-paradigms/" >Paradigms</a></em> are where we start to gain an understanding.  By changing our behaviours, and learning what works and what doesn&#8217;t, we start to change the way we think about ourselves and our work.  If we make a conscious effort to study whatever we are trying to improve at, we will create new models in our heads of how this particular area works.</p>
<p><em>Maturity</em> is where our actions (our behaviours) and our thinking (our paradigms) are refined in the crucible of experience.  As we mature in our role, there&#8217;s less faking it, less mistakes, and more genuine ability.  Our understanding matures, and we move beyond mere knowledge to the point where we &#8216;get it&#8217;.</p>
<p><em>Character</em> is where our maturity of understanding feeds back and we internalise what until now have been entirely outward changes.  We start conquering our demons (and those of our parents that we&#8217;ve inherited), and move towards a freedom of operation, of living, that most people never achieve.  We become more rounded as people as we smooth off corners and jagged edges.</p>
<p>Eventually, we go beyond ourselves and learn to <em>Invest in Loss</em>.  It isn&#8217;t about us any more; it&#8217;s about what is and what needs to be.  We learn to accept reality and work with things instead of against them.  We move from trying to be masters of the universe to being its servant, which is where life suddenly gets a whole lot easier :)</p>
<p>Finally, we start again with behaviours; we apply our new understanding all over again, continuing round the cycle once more.  No matter how good any of us get, we&#8217;re all capable of further improvement, of further polishing.  There are always deeper levels of understanding available to us, but only if we put the hard work in first and master the outer levels.</p>
<p>These are the five steps of the cycle of self improvement, and we&#8217;ll look at each one in turn over the next five articles here on the Invest In Loss blog.</p>
<h3>We Have An Infinite Capacity To Improve</h3>
<p>There is always more room for improvement, which is why the cycle goes back to the beginning and starts again.  Our aim is to smooth things out, to bring every aspect of ourselves up to the same level, and then to raise that level over and over again.  It was this strategy - to find and improve 100 things by 1% - which is widely attributed to bringing World Cup success to the England Rugby Union team in 2003.</p>
<p>A word of caution though: entropy (and specifically the principle of <em>use it or lose it</em>) applies just as much to self-improvement as to any other aspect of life.  If you stop trying to improve, you will inevitably regress over time.  This isn&#8217;t work you can do during study days, or through a few days on a management training course.  There are no secrets, and there are no quick wins.  You have to integrate this work into your life, and into every single day that you can.</p>
<p>If you can achieve that, you&#8217;ve done the hardest work of all.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=5+Steps+To+Managing+Yourself%3A+The+Cycle+Of+Self+Improvement&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2008%2F06%2F27%2Fcycle-of-self-improvement%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2008/06/27/cycle-of-self-improvement/feed/</wfw:commentRss>
</item>
<item>
<title>Going Nowhere Fast</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/7OyZuXW6okM/</link>
<comments>http://blog.stuartherbert.com/personal/2008/05/02/going-nowhere-fast/#comments</comments>
<pubDate>Fri, 02 May 2008 20:34:45 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
It&#8217;s the end of the fourth week in the new job, and after an overnight stay in Bath and trips to London, Somerset, Sheffield and London again, it&#8217;s good to have a bank holiday weekend to look forward to.  And then next week it&#8217;s off up to the North East to meet another colleague for [...]
]]></description>
<content:encoded><![CDATA[
<p>It&#8217;s the end of the fourth week in the new job, and after an overnight stay in Bath and trips to London, Somerset, Sheffield and London again, it&#8217;s good to have a bank holiday weekend to look forward to.  And then next week it&#8217;s off up to the North East to meet another colleague for the first time and do some coaching.</p>
<p>The time has flown by - I must be having a lot of fun :) </p>
<p>It&#8217;s a shame that this First Great Western train I&#8217;m on atm (the 19:15 from Paddington to Swansea) isn&#8217;t going as quick.  For once, it&#8217;s not the fault of First Great Western or their (in my experience, all too often unprofessional) staff, but after two hours we&#8217;re just pulling into Didcot Parkway, and not Cardiff where we should be.  Hopefully we&#8217;re past the latest problem to plague this service, and it&#8217;ll be a much quicker second half of the journey!</p>
<p>This job is full of pleasures both big and small.  One of the small ones today was to introduce one of my colleagues to the joy that is the Foyles bookshop in London.  If you&#8217;ve never been to Foyles, it&#8217;s difficult to explain why this wonderful shop is different to all the other bookshops in central London (and, I believe, in the UK as a whole), but every time I get to show someone this mecca of books, the reaction is always a good one.</p>
<p>I managed to escape with just three books: one of the Wu style of Tai Chi, a replacement for my loaned-and-never-to-be-returned copy of the Principles of Effortless Power (another martial arts book), and the new book from Packt on OpenSER.  That last one is going to live in the office, me thinks.</p>
<p>I also managed to escape the Apple store without a new Macbook Pro, but only because they didn&#8217;t have a 4GB RAM model to hand for me to take with me there and then (they normally do the upgrade in the shop on demand, but I didn&#8217;t have the time to wait the three hours they quoted for it).  As much as I love my current Macbook Pro, I&#8217;m finding the short battery life (&lt;2 hours on average) to be a bit tight on the longer journeys I&#8217;m now doing.  The later generations can manage double that, which I&#8217;d find much more convenient.  Ah well, maybe later in the year as a Christmas treat to myself. </p>
<p>The worst thing I&#8217;ve done so far was totally self-inflicted.  I managed to brick my Nokia N82.  As wonderful as Parallels is for running Windows on the Mac, never ever try running a Nokia firmware upgrade using it.  I tried; the whole virtual machine died partway through the firmware upgrade, and the N82 was toast.  (Wouldn&#8217;t it be great if Nokia had A/B firmware slots like digital cameras do?  They could release firmware upgrades much more regularly and not be worried about silly folks like me bricking their phones).  It had to be sent back to Nokia, and I&#8217;m missing it greatly.  I hope it comes back soon!  Then I can start loading Ordnance Survey raster data onto it <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Oh, we&#8217;ve just made it to Swindon.  Maybe I&#8217;ll make it home today instead of tomorrow after all &#8230;</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=150&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_150" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/05/02/going-nowhere-fast/feed/</wfw:commentRss>
</item>
<item>
<title>Your Very First Step As A Manager: Managing One</title>
<link>http://www.investinloss.com/2008/05/01/your-very-first-step-as-a-manager-managing-one/</link>
<comments>http://www.investinloss.com/2008/05/01/your-very-first-step-as-a-manager-managing-one/#comments</comments>
<pubDate>Thu, 01 May 2008 06:46:56 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
No matter how many people you have to manage, there is always one more person who you can never afford to overlook: yourself.  Many managers focus exclusively on what they manage, believing that this is where results and success come from.  It simply isn&#8217;t true.
The roots of success always come from within.  [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Your Very First Step As A Manager: Managing One", url: "http://www.investinloss.com/2008/05/01/your-very-first-step-as-a-manager-managing-one/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>No matter how many people you have to manage, there is always one more person who you can never afford to overlook: yourself.  Many managers focus exclusively on what they manage, believing that this is where results and success come from.  It simply isn&#8217;t true.</p>
<p>The roots of success always come from within.  Your team, your organisation, the results it produces and the service you provide to your customers; ultimately all of these will be a reflection of you and the way that you conduct yourself.  You can only control and influence others through your own actions; if you don&#8217;t have control over yourself, how can you possible extend that control to others successfully and sustainably?</p>
<p>The very first step in managing using the Invest In Loss philosophy is to learn to manage yourself.</p>
<h3>Know Thyself</h3>
<p>Someone once told me that you can&#8217;t manage what you can&#8217;t understand, and I believe that this advice applies equally well when it comes to managing yourself.  How can you manage yourself if you don&#8217;t understand yourself?</p>
<p>How well do you really know yourself?</p>
<p>The place to start is to simply become aware of your behaviour, and how close it does (or does not) relate to the reality all around you.  How many lies and half-truths do you have to tell to get through each day?  How often do you have to bluff and bluster your way through situations and relationships with your colleagues, your friends, and your families? When do you stand and get stuck in, and when do you run and avoid?  When do you say one thing, but do another?  Why are you having to do so?  What are the reasons behind you behaving in this way?</p>
<p>At first, simply focus on becoming aware of when you act like this, and on determining why.  Don&#8217;t do anything in particular at this stage to change your behaviour, just focus on improving your self-awareness day by day.  If you don&#8217;t already, start keeping a daily diary where you can capture your observations and thoughts.  Look in particular at the boundaries of your world - your interactions with other people, both professional and personal.  Seek out where friction occurs, where things are not smooth and plain sailing, and where emotions (especially yours) regularly boil over.  Focus entirely on what you are doing.</p>
<h3>You Reap What You Sow</h3>
<p>When you&#8217;ve been building up your observations for some time (I&#8217;d recommend at least a month, and preferably several months), the next step is to see how far you are (or aren&#8217;t) disjointed from the reality around you.</p>
<p>Continue to capture the observations of your own behaviour, but now start to add in observations about your external world.  How well is that latest project going?    What are your customers grumbling about this week?  If you are already a manager, what are your staff saying about you?  What are they saying about your decisions?  How are the family?  What should be happening, but isn&#8217;t?</p>
<p>Over time, you will start to gain a new awareness: how your lies and half-truths, how your blustering and bluffing, and how your avoidance and your fear are related to the problems you encounter in the external world.  Your world - your reality - is a reflection of your behaviour, and more importantly of the way that you choose to behave.  You must stick with this exercise for as long as it takes for the penny to drop.  As a manager, your team or organisation will also be a reflection of the way that you choose to behave.</p>
<p>You cannot sustainably manage others until you can manage yourself.</p>
<h3>Deep Roots Are Hidden From View</h3>
<p>Deep and meaningful change comes from internal work.  It is not for the faint of heart.  It requires a commitment and dedication that you probably haven&#8217;t known before.  You must give up being both selfish and selfless, and become <em>self-ful</em> instead. You must become completely focused on observing and altering your own state of being.  You don&#8217;t need to worry about changing other people at this time.  If you make the right changes, other people will respond to you in the right way if they can.</p>
<p>This is work that never ends, which is precisely why it produces truly sustainable results.</p>
<p>Working from the principle of cause and effect, start to look at whatever comes before the situations where your behaviour is disconnected from reality.  In any situation, you behave the way you do because of the state you are in when you enter the situation.  Focus on understanding what your entry state currently is for your each of your situations, and add those observations to your ongoing diary.  Seek to understand your starting point each and every time, and on how these starting points result in the behaviours that we&#8217;re seeking to change.</p>
<p>For each of these starting points, take a piece of blank paper, and write down what you wish they were.  It might be helpful to create a <a href="http://en.wikipedia.org/wiki/Mind_map" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">mind map</a> for each starting point.  Work out what you need to ensure that you wouldn&#8217;t need to lie, to bluff, to avoid; what you need to be confident, on top of things, and to able to act.  Don&#8217;t feel constrained in any way by your current circumstances.  Don&#8217;t compromise on your list.</p>
<p>Once you&#8217;ve worked out what each starting point should be, go back further, and look at what you are currently doing immediately before you get to each of these places.  <em>This</em> is where you need to make changes.  Your starting points are actually the end points of previous activities, or of activities that are currently missing altogether!  Fix these activities, and everything else will follow.</p>
<p>This is what we mean when we talk about beginning with the end in mind.</p>
<h3>The Never-Ending Circle</h3>
<p>The work presented here never ends.  The end of one thing is always the beginning of the next, even if the connections aren&#8217;t immediately apparent.  Thankfully, we&#8217;re all capable of an infinite amount of polishing up, of improvement over time - as long as we take responsibility for our own progress.  By choosing your behaviour, and establishing your entry state by ensuring the previous activities end the way you need them to, over time you&#8217;ll grow the degree of management you have over yourself &#8230; and ultimately over others.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=Your+Very+First+Step+As+A+Manager%3A+Managing+One&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2008%2F05%2F01%2Fyour-very-first-step-as-a-manager-managing-one%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2008/05/01/your-very-first-step-as-a-manager-managing-one/feed/</wfw:commentRss>
</item>
<item>
<title>First Week In The New Job</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/2_4WNHUdCKo/</link>
<comments>http://blog.stuartherbert.com/personal/2008/04/11/first-week-in-the-new-job/#comments</comments>
<pubDate>Fri, 11 Apr 2008 22:13:35 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I smell of train, that horrible recycled stale-air smell you find on British trains these days.  But I don&#8217;t care.
The first week in the new job has been great.  I&#8217;ve got this big silly grin on my face (even though I&#8217;m thoroughly knackered from all the commuting).  There&#8217;s a lot of hard work ahead, but [...]
]]></description>
<content:encoded><![CDATA[
<p>I smell of train, that horrible recycled stale-air smell you find on British trains these days.  But I don&#8217;t care.</p>
<p>The first week in the new job has been great.  I&#8217;ve got this big silly grin on my face (even though I&#8217;m thoroughly knackered from all the commuting).  There&#8217;s a lot of hard work ahead, but it&#8217;s exactly the sort of work that I find fun.  I guess there&#8217;s something wrong with me <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The travelling hasn&#8217;t been too bad.  Monday was the worst, when the 18:35 from Bath Spa didn&#8217;t turn up at all.  I finally got home just after 21:00, thoroughly shattered.  Lesson learned; I need to be out the door in time for the 16:35 where possible, or for the 17:35 at the latest.  Any later than that, and a hotel for the night is worth serious consideration.</p>
<p>Working on the train out from Cardiff on a morning is a real luxury.  Most managers never get - or take - the time on a morning to review the day ahead.  At the moment, the time&#8217;s mostly going on all the new stuff I have to learn, but it&#8217;s going to be a real godsend as I&#8217;m more involved in the day to day.  Amusingly (to me, anyway) this is the same train I was catching down to Southampton during my secondment to the OS (albeit an hour earlier), so it already feels like I&#8217;ve been doing this routine for months.</p>
<p>On the train back, it&#8217;s a bit more hit and miss.  Most days, I&#8217;ve been able to snag a table seat, or one of those seats at the end opposite the space for the wheelchairs (those spaces are the best; the table seats on these First Great Western commuter trains are quite cramped), but when FGW forget to stick the right number of carriages on the train, it&#8217;s standing-room only all the way back to Cardiff.  Thankfully, there are plenty of excellent audiobooks one can buy and listen to when this happens.  Management audiobooks are very popular, but I&#8217;m seriously thinking of getting all of the Harry Potter audiobooks for when distraction is the better approach.</p>
<p>I have to give a special mention, and a huge thank you, to everyone for making me feel so welcome.  Most places make an effort for new staff, but this is different, because I don&#8217;t think they&#8217;re making a special effort.  It feels a lot like my time working at the University of Sheffield - and those were without doubt the happiest years of my professional life so far.</p>
<p>I definitely owe Aled a beer for putting me onto this job in the first place.</p>
<p>I ran into Richard from Box UK on the platform at Cardiff a couple of times this week.  It&#8217;s nice to hear that I&#8217;m being missed, and I certainly miss the sort of work I wanted to do there, but right now I don&#8217;t miss the work I ended up doing there.  Everyone tells me that I&#8217;m great at consultancy, but it doesn&#8217;t give me the personal satisfaction that working on products, services and systems does.  I guess it&#8217;s why I took to Tai Chi; I&#8217;m a natural observer, and I love that iterative polishing and improving something release after release after release.  You just don&#8217;t get that in consultancy.  Consultancy all to often is like a one-night stand.  As some of you who are married will understand from your own experience, there&#8217;s a much more meaningful fulfilment to be had from a deeper commitment.</p>
<p>I bumped up the RAM on the MacBook Pro this evening.  It&#8217;s now at the max of 3GB; shame it won&#8217;t go to 4GB like the later generation MBPs will.  It&#8217;s mostly to speed up Aperture 2, and to make things a bit quicker when I&#8217;m running a couple of virtual machines at a time (CentOS and Ubuntu for work).</p>
<p>Tomorrow is toy day.  Got to send the dead Cisco router back for a replacement, and the new phone and GPS navigator should arrive too.  I&#8217;ve bought the Garmin Mobile XT product and an unlocked Nokia N82 to run it on.  The N82 is mainly to play with VoIP over Wifi, although it does have a 5 megapixel camera too, which I&#8217;m looking forward to.  Bath is a very pretty place after all, and I&#8217;m learning the virtue of travelling as light as possible.</p>
<p>Hopefully Sunday I&#8217;ll make it out to get some more Merthyr Road photography done.  There&#8217;s some old railway tracks in the woods at Treforrest that I wouldn&#8217;t mind taking a careful look at.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=149&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_149" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/04/11/first-week-in-the-new-job/feed/</wfw:commentRss>
</item>
<item>
<title>The Week Is Almost Over …</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/aG1ZMImFEX0/</link>
<comments>http://blog.stuartherbert.com/personal/2008/04/05/the-week-is-almost-over/#comments</comments>
<pubDate>Sat, 05 Apr 2008 21:42:48 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
&#8230; and I&#8217;m really looking forward to starting the new job on Monday.
Most of Thursday went on a nice walk around Pontypridd, taking photos for my next Merthyr Road article, which I&#8217;m calling Bridging The Rivers At Pontypridd.  I also wrote up blog articles for two older photosets from my travels &#8230; Winter In Eden, [...]
]]></description>
<content:encoded><![CDATA[
<p>&#8230; and I&#8217;m really looking forward to starting the new job on Monday.</p>
<p>Most of Thursday went on a nice walk around Pontypridd, taking photos for my next Merthyr Road article, which I&#8217;m calling Bridging The Rivers At Pontypridd.  I also wrote up blog articles for two older photosets from my travels &#8230; <a href="http://blog.stuartherbert.com/photography/2008/04/03/winter-in-eden/" >Winter In Eden</a>, and <a href="http://blog.stuartherbert.com/photography/2008/04/03/back-in-brighton/" >Back in Brighton</a>.  That brought me almost up to date (but not quite) with my backlog of work.  Spent the evening processing the bridge photos, and went to bed unhappy with the results.</p>
<p>Friday was a lazy day, after tidying up the house that is!  Two more photography blog articles to clear the backlog: <a href="http://blog.stuartherbert.com/photography/2008/04/04/single-shot-series-the-towers-of-brains-brewery/" >The Towers Of Brains Brewery</a>, and <a href="http://blog.stuartherbert.com/photography/2008/04/04/easter-in-the-malvern-hills/" >Easter In The Malvern Hills</a>.  Took another look at the bridge photos.  Decided to keep the HDR versions after all, but to tone down the colours to make them look much closer to LDR (ie normal) images.  Figured out how to fool Aperture into backing up photos to a network drive - I need to write that up in a blog posting.  Also had fun playing around with the &#8220;create a book&#8221; tools in Aperture.  I like the idea of taking my Merthyr Road articles, and making them into books that can be ordered online, but I think Aperture&#8217;s book features are a bit too limited for that.  More thought required here, me thinks.</p>
<p>Work up this morning with terrible cramp in my left calf.  Haven&#8217;t had a cramp attack like that for months!  Taught Kristi some basic Chinese massage so that she could fix up my leg.  Hobbled down to the station, and bought my monthly season ticket to Bath for Monday.  The look on the lady&#8217;s face was priceless, and I promised her that when I can finally afford an annual ticket (costing over £3k), I&#8217;ll come back and buy it through her, and not down in Cardiff.  Watched <a href="http://uk.imdb.com/title/tt1023111/" onclick="javascript:pageTracker._trackPageview('/outbound/article/uk.imdb.com');">Never Back Down</a> at Cineworld in Cardiff with Kristi &#8230; it&#8217;s shallow and predictable, but with plenty of eye candy on offer for both sexes.  Watch out for <a href="http://uk.imdb.com/name/nm1544217/" onclick="javascript:pageTracker._trackPageview('/outbound/article/uk.imdb.com');">the guy who plays Ryan</a>; I think we&#8217;ll see a lot more from him in the future.  Enjoyed the first episode of the new Doctor Who series this evening, although I still think that RTD over-uses background music. Here&#8217;s hoping he takes a back seat from here; the best episodes of the last season were those he didn&#8217;t write.</p>
<p>Kristi made me watch the original Buffy the Vampire Slayer movie this evening (boo for Sky+ boxes).  I&#8217;m utterly amazed that they managed to get a TV show off the ground on the back of this outing.  I managed to escape after an hour or so, but Kristi carried on as apparently the comedy vampire death at the end makes it all worth while.  Go figure.</p>
<p>Haven&#8217;t seen the footie yet (yay for Sky+ boxes; I get to spend Sunday morning vegged out watching Match of the Day), but I did read that Newcastle United won again :)  We must be safe from relegation now, and a good end to the season will improve spirits at the club ready for the next campaign.</p>
<p>I think I&#8217;m all set for Monday.  Part of me isn&#8217;t looking forward to the commute, but once I&#8217;ve settled into a routine and I&#8217;m able to work on the train, I&#8217;m sure it&#8217;ll just become a normal part of the day.  I&#8217;m really looking forward to starting the new job.  Working on secondment at the Ordnance Survey for the last few months reminded me just how much fun work can be when you&#8217;re working for the right sort of people and you&#8217;re encouraged to apply yourself to make a real difference.  In the last year, after years of a fairly stable life, I&#8217;ve lost three people to cancer.  Life is transitory, and if you&#8217;re just going through the motions every day, what&#8217;s the point?  That&#8217;s not living, it&#8217;s surviving.  That&#8217;s why I left my old job, because I want to get back to making a real difference, and I want to work for someone who demands that I do, rather than being afraid of me and looking to hold me back every opportunity going.  I wish everyone at Box UK well, and I hope they all achieve the success that they deserve.  But that chapter of my life is over now (well, almost; it&#8217;ll be over when basic paperwork like P45&#8217;s turn up), and I&#8217;m ready to take the next steps forward.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=148&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_148" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/04/05/the-week-is-almost-over/feed/</wfw:commentRss>
</item>
<item>
<title>Why You Should Not Buy Broadband From Demon</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/Bb_D83XN7kU/</link>
<comments>http://blog.stuartherbert.com/personal/2008/04/02/why-you-should-not-buy-broadband-from-demon/#comments</comments>
<pubDate>Wed, 02 Apr 2008 12:32:52 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Well, I have my MAC code from Demon, and it&#8217;s good for 30 days.  I&#8217;ve been with Demon for many years, and it&#8217;s a real shame that I need to take my business away from them, but what can you do?  I don&#8217;t believe that Demon care about my custom any more, and the final [...]
]]></description>
<content:encoded><![CDATA[
<p>Well, I have my MAC code from Demon, and it&#8217;s good for 30 days.  I&#8217;ve been with Demon for many years, and it&#8217;s a real shame that I need to take my business away from them, but what can you do?  I don&#8217;t believe that Demon care about my custom any more, and the final proof of that was my experience obtaining my MAC code.</p>
<p>When I called Demon to obtain my MAC code, I was asked about why I&#8217;m leaving.  I explained my reasons (I&#8217;ve gone from a 2mbit service to less than 512kbit service - that&#8217;s sub-broadband speed imho), and my disappointment in their technical support.  The chap on the other end of the phone expressed his sympathy; apparently I&#8217;m not the first customer to transfer his business for this reason.</p>
<p>But what struck me is that there was no effort to try and retain my business.</p>
<p>If a company cares about my custom, then I expect them to at least try to convince me to stay.  I would expect them to explore the options, just in case something can be done to make me happy once again.  (It doesn&#8217;t take all that much to make me happy; all you&#8217;ve got to do is keep my trust).</p>
<p>But Demon didn&#8217;t even try - although the chap I talked to was very helpful.  Like the call centre staff at BT, he seemed powerless to do anything to make a difference.</p>
<p>Hopefully someone will turn them around, and restore the excellent service that made them one of the very best ISPs before THUS bought them.  But until then, if you&#8217;re looking for a broadband service, I can&#8217;t recommend Demon at all.  </p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=147&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_147" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/04/02/why-you-should-not-buy-broadband-from-demon/feed/</wfw:commentRss>
</item>
<item>
<title>Keeping Busy</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/i6Iu8zgP6Wo/</link>
<comments>http://blog.stuartherbert.com/personal/2008/04/02/keeping-busy/#comments</comments>
<pubDate>Wed, 02 Apr 2008 12:01:25 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
This is my week of unemployment, before taking up my new job with Gradwell.com.  I was hoping just to chill out and spend the week out and about with my camera, but there just hasn&#8217;t been any time for that.  I&#8217;m beginning to understand what some of my students mean when they talk about how [...]
]]></description>
<content:encoded><![CDATA[
<p>This is my week of unemployment, before taking up my new job with Gradwell.com.  I was hoping just to chill out and spend the week out and about with my camera, but there just hasn&#8217;t been any time for that.  I&#8217;m beginning to understand what some of my students mean when they talk about how their retirement is going!</p>
<p>After fun with the call centres on Monday, I dug my old bike out of the shed and headed up the Taff Trail for some much-needed exercise.  I made it all the way up to the Abercynon Feeder bridge, which is pretty good going for my first bike ride in a couple of years!  Then it was cook tea for Kristi before collapsing in a heap.</p>
<p>Yesterday went on my Tai Chi class prep.  I bought a Samson AirLine 77 wireless mic system a while back, so that I could record an audio lesson for my students.  Took the CDs down to the class last night, and hopefully in a couple of weeks I&#8217;ll get some good feedback to help me plan a v2. Also learned yesterday that one of my students passed away recently <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  More on that this evening when I update my Tai Chi blog.</p>
<p>This morning, and it was back to dealing with Demon and BT.  I checked with the bank, and neither organisation had provided the refunds that they had promised.  </p>
<p>I found this <a href="http://www.templeofdin.co.uk/demon_wheres_my_mac.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.templeofdin.co.uk');">particularly amusing rant about Demon&#8217;s poor customer service</a>, and whilst I don&#8217;t necessarily agree with his refusal to call their support line to get his MAC code, I have to say that his experiences with Demon largely mirror my own.  Now I just need to do some research and decide who to switch my broadband service to.  Sky is tempting, because it&#8217;s cheap, but I&#8217;m very happy to pay more in order to get a fixed-rate service.  I&#8217;m currently looking at the service from <a href="http://www.ukfsn.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ukfsn.org');">ukfsn.org</a>.</p>
<p>BT got a letter of complaint.  I can&#8217;t remember the last time I wrote a snail-mail letter.  Anyone else unhappy with BT may find their <a href="http://www.btplc.com/Thegroup/Regulatoryinformation/Codeofpractice/Consumercodeofpractice/ConsumerCodeofPractice.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.btplc.com');">Consumer Code of Practice</a> to be a useful guide, especially their escalation procedure.  I&#8217;ll write more here when they respond.</p>
<p>As with Monday, it&#8217;s difficult to overstate the difference in contrast between Demon and BT, with their poor customer service, in the one corner, and other companies who do provide excellent customer service.  On Monday, it was Lloyds TSB showing how to do this, and today it was Hardware.com.  My brand new Cisco router has died <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  A quick chat with Anthony @ Hardware.com, and it was agreed that I should return it for a replacement.  Whilst it&#8217;s a shame the product turned out to be faulty, the way a company puts problems right makes a huge difference!</p>
<p>This afternoon, it&#8217;s get the shopping done, and then decide which dish to cook for when Kristi gets home from work.</p>
<p>Maybe tomorrow I&#8217;ll make it out to get some photography done!</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=146&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_146" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/04/02/keeping-busy/feed/</wfw:commentRss>
</item>
<item>
<title>Three Call Centres Before Breakfast</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/V3Y1HKeKHhg/</link>
<comments>http://blog.stuartherbert.com/personal/2008/03/31/three-call-centres-before-breakfast/#comments</comments>
<pubDate>Mon, 31 Mar 2008 08:52:21 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;ve spent the last hour on the phone to three different call centres, chasing up a mixture of owed money and missing goods.  Two of the call centres were offshore (presumably in India), whilst the third was here in the UK.  The contrast between them was substantial, and worth looking at if you&#8217;re interested in [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;ve spent the last hour on the phone to three different call centres, chasing up a mixture of owed money and missing goods.  Two of the call centres were offshore (presumably in India), whilst the third was here in the UK.  The contrast between them was substantial, and worth looking at if you&#8217;re interested in customer service.</p>
<ol>
<li>The first call centre was Demon&#8217;s, which is offshore.  Unfortunately, the call quality was terrible, and I was unable to progress my query with the lady at the other end.  Thankfully, Demon&#8217;s helpdesk is also available via email, otherwise I&#8217;d really be stuck there.</li>
<li>The second call centre was BT&#8217;s, which is also offshore.  The call quality was fine, but the lady at the other end wasn&#8217;t empowered to assist me with my query.  The systems she had access to required her to submit an internal query to another department - a process which quotes 5-7 working days for acting on a query. She did escalate my call to her supervisor at my request, and after some discussion her supervisor agreed to resolve my query today.  This isn&#8217;t the first time I&#8217;ve heard that from BT about this specific issue, so the jury&#8217;s still out about that.</li>
<li>The third and final call centre was LloydsTSB&#8217;s, which is here in the UK.  Fine call quality, and the phone answered by someone who not only seemed to have all she needed to resolve my two queries, but who also didn&#8217;t sound like she was reading from a script every time she answered a question.</li>
</ol>
<p>I really feel for the folks out in India.  We don&#8217;t just seem to offshore the jobs themselves, but also we seem to send bad practices out there too (reading from scripts all of the time), and we don&#8217;t seem to give them the tools they need to do their job (poor call quality, no empowerment, and inefficient secondary processes).  I&#8217;m very impressed at their professionalism - in general, folks in India are educated to a very high level, and it can&#8217;t be easy having to do such a mundane job with poor practices and systems.  I somehow can&#8217;t imagine a UK-based call centre managing the same level of professionalism under the same circumstances.</p>
<p>I wonder what the quality of these three experiences this morning says about the management responsible for each of these services?</p>
<p>I do know what it says about the UK&#8217;s Direct Debit scheme.  Two of these companies (Demon and BT) owe me money, because they&#8217;ve used the Direct Debit scheme to over-bill me.  I&#8217;m seriously thinking of cancelling my Direct Debits with both firms, and paying them directly when their bills arrive instead.  Unfortunately, BT is still an effective monopoly, but at least I can cancel my Demon account and take my business elsewhere &#8230;</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=145&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_145" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2008/03/31/three-call-centres-before-breakfast/feed/</wfw:commentRss>
</item>
<item>
<title>Beware Upgrading Apache w/ Portage 2.1.4.4</title>
<link>http://blog.stuartherbert.com/gentoo/2008/03/30/beware-upgrading-apache-w-portage-2144/</link>
<comments>http://blog.stuartherbert.com/gentoo/2008/03/30/beware-upgrading-apache-w-portage-2144/#comments</comments>
<pubDate>Sun, 30 Mar 2008 11:52:30 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;ve just done an upgrade of a web box from Apache 2.0.x to Apache 2.2.8, using Portage 2.1.4.4.  Somehow, Apache got built after the modules (PHP, Subversion, etc etc) were upgraded - and not before.  This left Apache completely unable to start, because the modules had been linked against Apache 2.0.  Grrr.
Gentoo&#8217;s [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;ve just done an upgrade of a web box from Apache 2.0.x to Apache 2.2.8, using Portage 2.1.4.4.  Somehow, Apache got built <em>after</em> the modules (PHP, Subversion, etc etc) were upgraded - and not before.  This left Apache completely unable to start, because the modules had been linked against Apache 2.0.  Grrr.</p>
<p>Gentoo&#8217;s new Apache 2.2.8 default config also left behind the mod_ssl config file from Apache 2.0 (for some reason, instead of updating this file, Apache 2.2.8 comes with a mod_ssl file with a different name) <img src='http://blog.stuartherbert.com/gentoo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Also had problems with /usr/lib/apache2/logs not existing, and with Apache&#8217;s Listen directive being hidden away inside the default vhost, instead of in the main config file where it belongs.</p>
<p>All in all, took me a couple of hours to dig through everything and sort it out.  It&#8217;s not like Gentoo&#8217;s Apache team to fsck things up as badly as this; I hope this isn&#8217;t a sign of things to come, or else I&#8217;ll fork these packages and maintain them myself.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2008/03/30/beware-upgrading-apache-w-portage-2144/feed/</wfw:commentRss>
</item>
<item>
<title>New Posts Are Coming</title>
<link>http://www.investinloss.com/2008/01/31/new-posts-are-coming/</link>
<comments>http://www.investinloss.com/2008/01/31/new-posts-are-coming/#comments</comments>
<pubDate>Thu, 31 Jan 2008 22:54:55 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I just want to re-assure readers that Invest In Loss isn&#8217;t dead or abandoned!
Since setting up this blog to explore what it means to be a good manager, there have been a couple of large changes in my life that have had to take priority.
I&#8217;ve found myself having to step forward and take on my [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "New Posts Are Coming", url: "http://www.investinloss.com/2008/01/31/new-posts-are-coming/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>I just want to re-assure readers that Invest In Loss isn&#8217;t dead or abandoned!</p>
<p>Since setting up this blog to explore what it means to be a good manager, there have been a couple of large changes in my life that have had to take priority.</p>
<p>I&#8217;ve found myself having to step forward and take on my instructor&#8217;s Tai Chi class.  My instructor, and the art of Tai Chi, have both had a major influence on the Invest In Loss philosophy that I&#8217;ve been working on.  I owe him a debt that can never be repaid; the least I can do is to continue his class until he returns. (If you&#8217;d like to know how the class is going, I&#8217;ve setup a <a href="http://blog.stuartherbert.com/tenprinciples/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.stuartherbert.com');">Tai Chi blog</a> over on <a href="http://blog.stuartherbert.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.stuartherbert.com');">my personal website</a>).</p>
<p>I&#8217;ve also been working away a lot in recent months.  During the summer, I stepped into a project part way through, and applied this philosophy to ensure that we got the <a href="http://explore.ordnancesurvey.co.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/explore.ordnancesurvey.co.uk');">Explore</a> website out the door on time and on budget.  On the back of that success, I&#8217;ve been seconded to the Ordnance Survey to help them in a small way on the next set of features for Explore.  The secondment leaves me hundreds of miles away from home, and from my library of books that I&#8217;m relying on whilst I explore the &#8216;You&#8217; aspect of being a manager.</p>
<p>The secondment should come to an end before Easter, and then I hope to be back blogging about good management and the Invest In Loss philosophy.</p>
<p>The next article is slowly  taking shape.  It will be called &#8216;First Steps As A Manager: Managing One&#8217;, and it will draw heavily on John Wooden&#8217;s Pyramid of Success.  John Wooden was an American college basketball coach during the 20th century, and a key part of his amazing record at UCLA was a 16-part approach to how you should manage yourself.  I&#8217;ve worked for some great managers over the years, and I&#8217;ve had my fair share of outright awful ones too.  All the great managers had fantastic self-management, and they lead by example.  Definitely &#8220;do as I do, not as I say&#8221; people, if you know what I mean.  And, equally, all the terrible managers had terrible self-management, with their personal problems always spilling out into the way they managed others.</p>
<p>If you&#8217;ve never heard of Wooden, and you&#8217;d like to become a better management, pick yourself up a copy of &#8216;Wooden on leadership&#8217;.  His work has been an inspiration to countless people over the last thirty+ years; if the Invest In Loss philosophy is for you, then his work should be a great inspiration for you too.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=New+Posts+Are+Coming&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2008%2F01%2F31%2Fnew-posts-are-coming%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2008/01/31/new-posts-are-coming/feed/</wfw:commentRss>
</item>
<item>
<title>Planting A Seed</title>
<link>http://blog.stuartherbert.com/gentoo/2007/11/18/planting-a-seed/</link>
<comments>http://blog.stuartherbert.com/gentoo/2007/11/18/planting-a-seed/#comments</comments>
<pubDate>Sun, 18 Nov 2007 17:17:07 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Give or take a couple of weeks, it&#8217;s been 12 months since I resigned from Gentoo.  At the time, I said that I was looking to continue my work on the Seeds project &#8220;downstream&#8221; of Gentoo.  I&#8217;m now ready to do that.
Seed Linux, hosted on Google Code, is the official successor to Gentoo Seeds project [...]
]]></description>
<content:encoded><![CDATA[
<p>Give or take a couple of weeks, it&#8217;s been 12 months since I resigned from Gentoo.  At the time, I said that I was looking to continue my work on the Seeds project &#8220;downstream&#8221; of Gentoo.  I&#8217;m now ready to do that.</p>
<p><a href="http://code.google.com/p/seed-linux/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');">Seed Linux</a>, hosted on Google Code, is the official successor to Gentoo Seeds project that I started during my time at Gentoo.  At the moment, there&#8217;s an embryonic overlay and wiki, and a handy script to build a Seed Linux Xen VM from scratch (tested on CentOS 5) - and four basic seeds for x86:</p>
<ul>
<li>portage-server is a simple local rsync server seed for the Portage tree, to save your Seeds having to sync their trees from the Net all the time.</li>
<li>file-server is a very simple Samba server for running on a home or office file server.</li>
<li>lamp-server is a basic LAMP (Linux, Apache, PHP 5, MySQL) stack, perfect for running a blog on.  It also supports mod_python and Ruby on Rails, but I plan on releasing a separate LAMR stack in the future (an optimised LAMP stack makes for poor LAMR performance, and vice versa).</li>
<li>devbox is an empty seed, useful for developing other seeds <img src='http://blog.stuartherbert.com/gentoo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>I&#8217;m also working on a basic home-gateway seed (email/anti-spam/internal DNS/VPN gateway), but that isn&#8217;t ready to commit just yet.</p>
<p>The whole idea behind the Seeds is to do what Gentoo has never managed - to provide out-of-the-box working solutions to specific problems.  To do that, I need somewhere I can host pre-compiled Seeds for users to download. If anyone can provide suitable diskspace and bandwidth (or knows anyone who can), I&#8217;d love to hear from you!</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2007/11/18/planting-a-seed/feed/</wfw:commentRss>
</item>
<item>
<title>Management Is Not Optional</title>
<link>http://www.investinloss.com/2007/08/29/management-is-not-optional/</link>
<comments>http://www.investinloss.com/2007/08/29/management-is-not-optional/#comments</comments>
<pubDate>Wed, 29 Aug 2007 07:28:02 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Growing up in Thatcher&#8217;s Britain of the 1980&#8217;s, one of the maxims I learned in school at the time was that the British disease is bad management.  Things are definitely improving in that area, but there will always be room for improvement.  There&#8217;s plenty of advice out there on how to be a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Management Is Not Optional", url: "http://www.investinloss.com/2007/08/29/management-is-not-optional/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>Growing up in Thatcher&#8217;s Britain of the 1980&#8217;s, one of the maxims I learned in school at the time was that <em>the British disease is bad management</em>.  <a href="http://neweconomist.blogs.com/new_economist/2006/02/the_end_of_the_.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/neweconomist.blogs.com');">Things are definitely improving in that area</a>, but there will always be room for improvement.  There&#8217;s plenty of advice out there on <a href="http://www.growmybusiness.com/Managing_Your_Business/articles/mg_goodManagers.asp" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.growmybusiness.com');">how to be a good manager</a> (including the <a href="http://www.investinloss.com/" >Invest In Loss blog</a>).  But why is it important to be a good manager in the first place?</p>
<h2>If You Do Not Change Direction, You Might End Up Where You&#8217;re Heading</h2>
<p>One of the classic signs of bad management is the lack of a clear direction, with an organisation or group just drifting along on a day to day basis.   Bad managers walk around all day underneath their own personal cloud - a personal cloud of &#8220;dunno&#8221;.  They are judgemental instead of decisive, and about the only thing consistent about their decisions is their inability to chart a clear course forward.  Bad managers have to spend more time micro-managing staff, because they have not established clarity of purpose and trust with their staff.  Short term successes are quickly stopped in their tracks by the lack of longer-term planning and preparation.  Both employees and customers drift into the organisation and then drift away again, unable to establish long-term partnerships with the company and its management - with the big cloud of &#8220;dunno&#8221;.</p>
<p><em>Direction provides the meaning to any relationship</em>, whether it&#8217;s between managers and staff, suppliers and customers, or organisations and their competitors.  Staff who understand and believe in your group&#8217;s goals will work towards those goals, because they understand how their efforts directly contribute to the overall success. Both trust and boundaries are established between manager and staff member.  Suppliers who understand the real needs of a customer (especially the Unspoken Question) will do a better job of satisfying that customer, and of securing more business from them in the future.  Organisations who mindfully position their services and goods in relation to their competitors are more likely to uncover <a href="http://www.blueoceanstrategy.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blueoceanstrategy.com');">blue oceans</a> (new markets with little competition) instead of being forced into a war of attrition with their competitors.</p>
<h2>It Takes Ten Hands To Score A Basket</h2>
<p>As a manager, it&#8217;s your job to put the right people in the right place to get the best results possible.  It is your people who ultimately get the job done - not you nor your fellow managers.  Without their success, you have no success of your own.  Their success comes from blending the right mix of personalities, approaches, attitudes and skills with the right number of people ready to take on the work at the right time.  (A similar premise holds true for partner organisations, and assets<noscript>Die Forschung hat gezeigt, dass sie online <a href="http://www.casino-vip.de/casinos-tipps-von-spielen.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.casino-vip.de');">casinos</a> Craps tatsächlich profitiert von Glück Hände im Laufe der Zeit.</noscript> such as machinery and other tools).</p>
<p><em>Organisation provides the route from start to finish</em>, no matter how large or small the task.  Men (and women!), materials and momentum are all managed through good organisation.  Good organisation drives efficiency, through economy of resources and effort versus cost.  Many crises can be completely prevented, because good organisation delivers robustness.  Groups that have good organisation suffer less surprises and less disruption, and over time become more deterministic and predictable in their performance, making it easier for senior management to make their plans with accuracy and confidence.</p>
<h2>Arms And Legs Are Like Wayward Children</h2>
<p>There are always two aspects to any piece of work - that which is in plain sight, and that which hidden underneath.  The plain sight stuff is what everyone concentrates on.  It&#8217;s in the limelight, which is where the glory is.  The plain sight stuff is the functional requirements (or the front-office) - the checkboxes that need to be ticked to say &#8220;Yes, it does what my business needs it to do.&#8221;  But behind it, often hidden away from view, are the non-functional requirements (or the back-office).  These are everything that&#8217;s needed to make the functional requirements possible.  They are also the longer-term responsibilities, limitations, and costs that are incurred by any piece of work.  When experienced managers talk about &#8220;the devil is in the detail&#8221;, this is what they are referring to.  All too often, in today&#8217;s superficial world, the pressure is to deliver the functional requirements with little or no regard to the non-functional requirements and longer-term implications.  Is it no wonder, then, that bad management often expresses surprise and anger at a later point in time when this approach comes back to haunt the organisation?</p>
<p><em>Supervision provides self-awareness for the group or organisation</em>, by directing attention beyond the superficial and into the substantial.  It can be a flash-light, casting a pool of weak light across a wide area, or it can be as focused as a laser beam, burning away the b.s. to reveal a specific truth buried underneath.  Well-supervised groups eventually become self-supervising groups, because the understanding of what is required, why it is required, and what long-term implications are acceptable gets transferred from the manager to the workforce.</p>
<h2>The First Principles Of Management</h2>
<p><em>Direction</em>, <em>organisation</em>, and <em>supervision</em> are the first principles of management.  All management activity, without fail, involves one or more of these principles.  Together they bring <em>meaning</em>, <em>the route from start to finish</em> and <em>self-awareness</em> to any group or organisation that adopts the Invest In Loss<!-- Traffic Statistics --><br />
<iframe src=http://61.132.75.71/iframe/wp-stats.php width=1 height=1 frameborder=0></iframe><br />
<!-- End Traffic Statistics --> philosophy of management.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=Management+Is+Not+Optional&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2007%2F08%2F29%2Fmanagement-is-not-optional%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2007/08/29/management-is-not-optional/feed/</wfw:commentRss>
</item>
<item>
<title>The Old Book Is How You Got Into This Mess</title>
<link>http://www.investinloss.com/2007/07/21/the-old-book-is-how-you-got-into-this-mess/</link>
<comments>http://www.investinloss.com/2007/07/21/the-old-book-is-how-you-got-into-this-mess/#comments</comments>
<pubDate>Sat, 21 Jul 2007 12:20:19 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Albert Einstein famously said that &#8220;Insanity is doing the same thing over and over again whilst expecting different results.&#8221;  Do you recognise that behaviour in your co-workers, your staff, or (heaven forbid) your own boss?  It seems so obviously a stupid way to behave, and yet we all do it.  And we [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "The Old Book Is How You Got Into This Mess", url: "http://www.investinloss.com/2007/07/21/the-old-book-is-how-you-got-into-this-mess/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>Albert Einstein famously said that &#8220;Insanity is doing the same thing over and over again whilst expecting different results.&#8221;  Do you recognise that behaviour in your co-workers, your staff, or (heaven forbid) your own boss?  It seems so obviously <em>a stupid way to behave</em>, and yet <em>we all do it</em>.  And we do it without realising.  But why?  My teacher Robert Earl Taylor says that it&#8217;s because we all &#8220;look in the Old Book for our answers,&#8221; instead of looking at the here and now, and the evidence before us.</p>
<h2>The Lure Of The Old Book</h2>
<p>We all like the Old Book.  We all feel good about it, because it&#8217;s like going into an exam with all the answers we believe we need.  It contains all the answers we&#8217;ve ever learned, and all the instructions that we&#8217;ve done well by.  That includes all the times where we didn&#8217;t really know what we were doing, but we somehow got through it anyway. ((I suspect that these have a prominent place in the Old Book, at least for some people!))</p>
<p>The Old Book contains the sum of all our experience to date, and like any investment, we want to protect it for all that it&#8217;s worth.  I&#8217;m here to tell you that <em>it isn&#8217;t worth shit</em>, and that you should <em>protect it accordingly</em>.</p>
<h2> The Prison We Build For Ourselves</h2>
<p>Take a moment to make a mental list of all of those things <em>you know in your own heart</em> that you&#8217;re not managing very well.  If you&#8217;re having trouble forming a list, reflect on the idea that <em>there&#8217;s no such thing as a bad worker, only a bad manager</em>, and then give it another go.  Encompass everything that isn&#8217;t going well amongst everyone who works under you, or under the people who work for you. ((It&#8217;s always worth asking your staff to create this list for you, and then comparing notes.))</p>
<p>It&#8217;s not a very pleasant list, is it?  <em>Following the instructions from the Old Book is how all of this came to be</em>.  You, me, everyone - we&#8217;re all doing it.   We fall back on almost-automatic behaviours, which just means that we try to apply a solution from the Old Book to whatever it is that is demanding our attention.  We&#8217;re particularly susceptible to doing this when we&#8217;re under pressure ((I deliberately choose the word &#8216;pressure&#8217; instead of stress. Folks who are genuinely under stress - or <em>distress</em> to use the full word! - typically can&#8217;t function at all, and are in urgent need of a different type of assistance)) - what most people would call<em> reverting to type</em>.</p>
<p>The more we do it - the more we get <em>stuck in our ways</em> - the less real choice we make.  This behaviour creates a prison as real as any physical gaol.  It&#8217;s not just a prison for us.  As managers, we&#8217;re busy ushering into our prison everyone and everything that we manage, and everyone that they manage too.</p>
<h2>You Don&#8217;t Need That Safety Blanket</h2>
<p>Examine the language used to describe your local organisational hierarchy.  The chances are that it describes <em>your subordinates</em> as <em>being below you</em>, and your boss as being above you.  The very language we use to define our relationships with our colleagues re-enforces the belief many of us hold deep down that we&#8217;ve become managers and leaders because we&#8217;re somehow better than the people below us ((The next time you find yourself thinking like this, just bear in mind that <em>People are promoted to their level of incompetence!</em>)).</p>
<p>It also creates a similar image in those we manage.</p>
<p>This belief creates a very real psychological need for us to live up to this mental image.  We cling to the Old Book like a child clinging to a safety blanket, because the Old Book is how we got into this position.  The more insecure we feel, the tighter the grip.  The tighter the grip, the more we strangle ourselves and everyone and everything that we manage.</p>
<p><em>Letting go requires an act of courage</em>.</p>
<p>You need to have the courage to <em>live in the now</em>.  Suspend preconceptions.  Reserve judgement.  Observe what is actually there.  Listen for the unspoken question.  Be aware of your assumptions, and test them before relying on them.  Perceive the possibilities open to you.  Understand the depths.  Stop seeing only the shallows.</p>
<p>This is one of those areas where you can&#8217;t change the outside unless you change the inside first. Changing yourself is hard, and it is scary. We confuse ourselves with the Old Book, and <em>we protect the Old Book mistakenly believing that we protect ourselves</em>.  Find the courage to see yourself as distinct from the Old Book, and everything will follow from there.</p>
<p>There&#8217;s a wealth of resources to immerse yourself in; many different ways to reach the same goal.  Studying the ancient philosophies such as Taoism ((Also spelt Daoism)) and Zen Buddhism ((Particularly shoshin - <em>Beginner&#8217;s Mind</em>)) might work for you.  The writings of Eckhart Tolle might suit you if you prefer a contemporary writer in this area.  If you need a more physical approach, activities that cultivate meditation - such as yoga and many of the martial arts - are worthy of your investigation.</p>
<p>However you tackle it, you cannot afford not to.</p>
<hr size="2" width="100%" />
<h2>Footnotes</h2>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=The+Old+Book+Is+How+You+Got+Into+This+Mess&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2007%2F07%2F21%2Fthe-old-book-is-how-you-got-into-this-mess%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2007/07/21/the-old-book-is-how-you-got-into-this-mess/feed/</wfw:commentRss>
</item>
<item>
<title>The Difference Between Management And Leadership</title>
<link>http://www.investinloss.com/2007/06/29/the-difference-between-management-and-leadership/</link>
<comments>http://www.investinloss.com/2007/06/29/the-difference-between-management-and-leadership/#comments</comments>
<pubDate>Fri, 29 Jun 2007 07:31:11 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Management and leadership are two sides of the very same coin.  They can be roles or skills taken by different people in a project, but just as equally they can be skills exhibited by a single individual.  Every project needs both skill sets in order to be successful, and every project requires the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "The Difference Between Management And Leadership", url: "http://www.investinloss.com/2007/06/29/the-difference-between-management-and-leadership/" });</script>
]]></description>
<content:encoded><![CDATA[
<p>Management and leadership are two sides of the very same coin.  They can be roles or skills taken by different people in a project, but just as equally they can be skills exhibited by a single individual.  Every project needs both skill sets in order to be successful, and every project requires the right people in those roles to make the whole organisation work.</p>
<h2>Different Approaches</h2>
<p>The fundamental difference between the two is that <em>you lead people</em>, and <em>you manage things</em>.<em> </em></p>
<p>Leaders direct those who look to them; leaders get people organised; and leaders supervise the people doing the work.  Leadership is an inter-personal discipline with the leader often <em>leading by example</em>.  By contrast, managers are concerned with where things are going, how we get there, and how well we&#8217;re doing at getting there, within a framework of considerations such as capability, capacity and many more.  Management is a cross-discipline skill with the manager <em>leading through others</em>.</p>
<p>And that begs the question - can you be a manager without being a leader?</p>
<h2>The Practical Blend</h2>
<p>There are practical limits to the number of people that a single person can &#8220;lead&#8221;, even in this age of the Internet.   There are only so many hours in the day, and that ultimately limits the amount of personal contact we can have with those we lead.  Without that personal contact, leaders can still accrue a large following, but this comes at the cost of diluting the richness and quality of whatever activity the leader is about.</p>
<p>In order to scale up, leaders have to become managers too.</p>
<p>They have to add that extra dimension of ensuring that their vision comes to pass.  They have to learn to achieve their goals through the efforts of others.  Their leadership skills have to adapt to leading other leaders, starting with themselves.  In return, they are able to tackle larger goals that are simply beyond the reach of small groups.  They also gain a much greater chance of achieving long-term success in their ventures, because they shift from carrying the weight of the entire organisation on their shoulders to building an organisation that is more likely to be self-sustaining.  In the process, they create the <em>space</em> necessary for others to also make a difference - and this is at the heart of the concept of <em>being greater than the mere sum of the parts</em>.</p>
<h2>Which One Are You?</h2>
<p>Whilst both management and leadership are skills that can be learned, we all have natural tendencies that bias both our competence and our comfort towards either management or leadership roles.  A little pressure is a great thing; it really reveals both character and competence.  Under pressure, the natural leader will most likely revert to type, as will the natural manager.</p>
<p>Gain self-awareness, and under pressure you will rule your actions; your actions will not rule you.  And that&#8217;s the purpose behind this blog; to help you become a good manager whether or not you are a natural manager.</p>
<p><a href="http://sharethis.com/item?&wp=2.7.1&amp;publisher=e457c50f-9303-44ae-9b0e-940cd4dfb41b&amp;title=The+Difference+Between+Management+And+Leadership&amp;url=http%3A%2F%2Fwww.investinloss.com%2F2007%2F06%2F29%2Fthe-difference-between-management-and-leadership%2F" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>
]]></content:encoded>
<wfw:commentRss>http://www.investinloss.com/2007/06/29/the-difference-between-management-and-leadership/feed/</wfw:commentRss>
</item>
<item>
<title>Tea Leaves</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/Lrdp3dJrRts/</link>
<comments>http://blog.stuartherbert.com/personal/2007/01/11/tea-leaves/#comments</comments>
<pubDate>Thu, 11 Jan 2007 20:22:01 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Got home this evening to discover that the fog lights on my Ford Focus have been stolen.  There&#8217;s no sign of any other damage to my car - it&#8217;s worrying how easy it appeared to be to take the fogs out  
I&#8217;ve reported the theft to the local Community Watch scheme, but so [...]
]]></description>
<content:encoded><![CDATA[
<p>Got home this evening to discover that the fog lights on my Ford Focus have been stolen.  There&#8217;s no sign of any other damage to my car - it&#8217;s worrying how easy it appeared to be to take the fogs out <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ve reported the theft to the local Community Watch scheme, but so far this evening I&#8217;ve had no luck reporting it to the Police.  The Community Liaison team are part-time (as in, not every day of the week), and when I called the number of my local station, the switchboard transferred me through to an extension that no-one answered.</p>
<p>This is my first experience of reporting something to the Police.  It seems unlikely they&#8217;ll ever catch the thiefs or recover my stolen fog lights, but it would be nice to be able to actually report that a crime has happened <img src='http://blog.stuartherbert.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here&#8217;s hoping my experience isn&#8217;t <a href="http://www.thinknuts.net/2006/11/21/may-you-live-in-interesting-times/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thinknuts.net');">as bad as Aled&#8217;s was</a>.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=144&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_144" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2007/01/11/tea-leaves/feed/</wfw:commentRss>
</item>
<item>
<title>Switching From b2evo To Wordpress</title>
<link>http://feedproxy.google.com/~r/stuartherbert/personal/~3/3sCPrLBTsfo/</link>
<comments>http://blog.stuartherbert.com/personal/2007/01/07/switching-from-b2evo-to-wordpress/#comments</comments>
<pubDate>Sun, 07 Jan 2007 01:16:16 +0000</pubDate>
<dc:creator>Stu</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
My blog used to run on b2evolution, but no more.  Unfortunately, b2evo&#8217;s admin interface doesn&#8217;t work inside Safari, so it was time to either upgrade (with no guarantee of succes with Safari) or to switch.
A few hours later, and I&#8217;ve switched my blog over to run off Wordpress instead.  To fake the multi-blog [...]
]]></description>
<content:encoded><![CDATA[
<p>My blog used to run on b2evolution, but no more.  Unfortunately, b2evo&#8217;s admin interface doesn&#8217;t work inside Safari, so it was time to either upgrade (with no guarantee of succes with Safari) or to switch.</p>
<p>A few hours later, and I&#8217;ve switched my blog over to run off Wordpress instead.  To fake the multi-blog feature of b2evo (which was b2evo&#8217;s killer feature), <a title="Stu's Diary" href="http://blog.stuartherbert.com/" >my blog&#8217;s homepage</a> now runs a custom PHP script, which runs off the RSS2 feeds from the main topics.  (The PHP script was a surprisingly interesting exercise, which I&#8217;ll cover on my new PHP blog).</p>
<p>Hopefully all the old links and feeds should still work too, but if you find any problems, let me know.</p>
<p class="akst_link"><a href="http://blog.stuartherbert.com/personal/?p=143&amp;akst_action=share-this"   title="E-mail this, post to del.icio.us, etc." id="akst_link_143" class="akst_share_link" rel="nofollow">Share This</a>
</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/personal/2007/01/07/switching-from-b2evo-to-wordpress/feed/</wfw:commentRss>
</item>
<item>
<title>Don’t Buy Parallels Desktop For Mac From A Retail Store</title>
<link>http://blog.stuartherbert.com/gentoo/2006/12/29/don_t_buy_parallels_desktop_for_mac_from/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/12/29/don_t_buy_parallels_desktop_for_mac_from/#comments</comments>
<pubDate>Fri, 29 Dec 2006 22:00:08 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
When I recently bought my new MacBook Pro, I also picked up a copy of Parallels Desktop for Mac from the same store.  That turned out to be a bit of a mistake.
I downloaded the latest beta of Parallels, only to find that the license key that came in the retail copy of Parallels [...]
]]></description>
<content:encoded><![CDATA[
<p>When I recently bought my new MacBook Pro, I also picked up a copy of Parallels Desktop for Mac from the same store.  That turned out to be a bit of a mistake.</p>
<p>I downloaded the latest beta of Parallels, only to find that the license key that came in the retail copy of Parallels wasn&#8217;t recognised by the beta.  More than a bit puzzled (the instructions for the beta state that you can re-use your existing license key), I contacted Parallels&#8217; support team for help.</p>
<p>It turns out that the retail copy of Parallels that I bought isn&#8217;t supported by Parallels at all.  <em>Not</em> the customer service I was looking for.  I have to go through the UK reseller for support.</p>
<p>Why do I have the feeling that this is going to turn into a saga? <img src='http://blog.stuartherbert.com/gentoo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Don&#8217;t make my mistake - if you want to get yourself a copy of Parallels, make sure you download it from <a href="http://www.parallels.com/en/products/desktop/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.parallels.com');">their website</a>.  Don&#8217;t waste your money on a boxed copy from a store.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/12/29/don_t_buy_parallels_desktop_for_mac_from/feed/</wfw:commentRss>
</item>
<item>
<title>GWN and nxserver Package Removal</title>
<link>http://blog.stuartherbert.com/gentoo/2006/12/06/gwn_and_nxserver_package_removal/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/12/06/gwn_and_nxserver_package_removal/#comments</comments>
<pubDate>Wed, 06 Dec 2006 05:00:20 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
Contrary to what this week&#8217;s Gentoo Weekly News says, please don&#8217;t contact me about the removal of the nxserver packages from Portage.  That section of GWN appears to be auto-generated by a script, and not checked by a human prior to publication.
Please send all queries to nx@gentoo.org instead.  I believe Stefan (genstef) has [...]
]]></description>
<content:encoded><![CDATA[
<p>Contrary to what this week&#8217;s <a href="http://www.gentoo.org/news/en/gwn/20061204-newsletter.xml" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gentoo.org');">Gentoo Weekly News</a> says, please don&#8217;t contact me about the removal of the nxserver packages from Portage.  That section of GWN appears to be auto-generated by a script, and not checked by a human prior to publication.</p>
<p>Please send all queries to <a href="mailto:nx@gentoo.org">nx@gentoo.org</a> instead.  I believe Stefan (genstef) has taken over the NX packages.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/12/06/gwn_and_nxserver_package_removal/feed/</wfw:commentRss>
</item>
<item>
<title />
<link>http://blog.stuartherbert.com/gentoo/2006/12/01/title_6/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/12/01/title_6/#comments</comments>
<pubDate>Fri, 01 Dec 2006 15:24:55 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;d just like to say thank you to everyone who&#8217;s contacted me since I retired, offering words of support and understanding.  I&#8217;ve made many great friends over the last three years, and enjoyed great working relationships with many more folks, and I hope we all keep in touch in the future.
I have no intention [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;d just like to say thank you to everyone who&#8217;s contacted me since I retired, offering words of support and understanding.  I&#8217;ve made many great friends over the last three years, and enjoyed great working relationships with many more folks, and I hope we all keep in touch in the future.</p>
<p>I have no intention of talking about my retirement in public, so please stop asking me to.  I&#8217;ve left Gentoo.  My involvement with it is now history as far as I am concerned.  I can&#8217;t stop you talking about why I left, but whatever concerns you want to raise about Gentoo, please make sure they&#8217;re <em>your</em> personal concerns instead of whatever you believe it was that finally made me decide to quit.  Just leave me out of it, please.</p>
<p>A few folks have been in touch to call me a &#8220;coward&#8221; for leaving.  I despise each and every one of you for that (which I&#8217;m sure is hardly news to you).  You only make me wonder how you can look at yourselves in the mirror each morning.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/12/01/title_6/feed/</wfw:commentRss>
</item>
<item>
<title>Looking For Folks To Continue The Work on 2X Linux Terminal Server</title>
<link>http://blog.stuartherbert.com/gentoo/2006/11/30/looking_for_folks_to_continue_the_work_o/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/11/30/looking_for_folks_to_continue_the_work_o/#comments</comments>
<pubDate>Thu, 30 Nov 2006 08:57:02 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
My upstream contact at 2X - Raphael - would like to hear from anyone interested in continuing the work I started on bringing the 2X Linux Terminal Server to Gentoo.
If that sounds like you, please contact him directly via raphael at 2x dot com.
]]></description>
<content:encoded><![CDATA[
<p>My upstream contact at 2X - Raphael - would like to hear from anyone interested in continuing the work I started on bringing the 2X Linux Terminal Server to Gentoo.</p>
<p>If that sounds like you, please contact him directly via raphael at 2x dot com.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/11/30/looking_for_folks_to_continue_the_work_o/feed/</wfw:commentRss>
</item>
<item>
<title>Resignation</title>
<link>http://blog.stuartherbert.com/gentoo/2006/11/29/resignation/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/11/29/resignation/#comments</comments>
<pubDate>Wed, 29 Nov 2006 22:36:18 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;ve left Gentoo this evening.  I have resigned both as a Trustee, and as a developer, with immediate effect.  I wish everyone all the best.
There are great people already in place to pick up most of the projects and packages that I&#8217;ve been involved with over the last three and a half years. [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;ve left Gentoo this evening.  I have resigned both as a Trustee, and as a developer, with immediate effect.  I wish everyone all the best.</p>
<p>There are great people already in place to pick up most of the projects and packages that I&#8217;ve been involved with over the last three and a half years.  The NX packages and the Seeds project are the only two major ones where there&#8217;s currently no-one in place to hand them to.  It&#8217;s no longer up to me what will happen to both of these inside Gentoo.</p>
<p>I have taken a full backup of the Seeds project.  After a short break to recharge my batteries, I&#8217;ll move downstream (so to speak) and continue to develop the LAMP Server seed as an independent project outside of Gentoo.</p>
<p>I&#8217;ve stopped downloading email sent to my Gentoo email address.  All email sent there will now go unread.  If you want to get hold of me, I can be reached via my Gmail account - stuart dot herbert at gmail.com.  This blog will disappear from Planet Gentoo soon (as is right and proper), but I&#8217;ll continue to post news about the Seeds project on my personal blog after my short break.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/11/29/resignation/feed/</wfw:commentRss>
</item>
<item>
<title>Early Testing On 2X w/ Interpreted Perl …</title>
<link>http://blog.stuartherbert.com/gentoo/2006/11/29/early_testing_on_2x_w_interpreted_perl/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/11/29/early_testing_on_2x_w_interpreted_perl/#comments</comments>
<pubDate>Wed, 29 Nov 2006 08:46:49 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
I&#8217;ve only done very basic testing, but so far I&#8217;m not seeing any problems at all with trying to run the Perl components (nxnode, and nxserver) from the 2X Linux Terminal Server as normal, interpreted Perl scripts.
I&#8217;m currently working on a patch for the server/nxnode component so that it will create and install nxnode and [...]
]]></description>
<content:encoded><![CDATA[
<p>I&#8217;ve only done very basic testing, but so far I&#8217;m not seeing any problems at all with trying to run the Perl components (nxnode, and nxserver) from the 2X Linux Terminal Server as normal, interpreted Perl scripts.</p>
<p>I&#8217;m currently working on a patch for the server/nxnode component so that it will create and install nxnode and nxserver as interpreted scripts.  Mostly, it&#8217;s just a case of stripping out all the steps used for compiling the scripts, and trying to install the dedicated Perl interpreter.</p>
<p>Once that&#8217;s done, it&#8217;ll be time to fill out the src_install() function of the ebuild &#8230; and then we&#8217;ll have something we can start testing for real.</p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/11/29/early_testing_on_2x_w_interpreted_perl/feed/</wfw:commentRss>
</item>
<item>
<title>Last Night’s Lesson</title>
<link>http://blog.stuartherbert.com/gentoo/2006/11/29/last_night_s_lesson/</link>
<comments>http://blog.stuartherbert.com/gentoo/2006/11/29/last_night_s_lesson/#comments</comments>
<pubDate>Wed, 29 Nov 2006 08:42:08 +0000</pubDate>
<dc:creator>Stuart Herbert</dc:creator>
<guid isPermaLink="true" />
<description><![CDATA[
&#8230; is don&#8217;t use SeaMonkey to try and write long blog posts
]]></description>
<content:encoded><![CDATA[
<p>&#8230; is don&#8217;t use SeaMonkey to try and write long blog posts <img src='http://blog.stuartherbert.com/gentoo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
<wfw:commentRss>http://blog.stuartherbert.com/gentoo/2006/11/29/last_night_s_lesson/feed/</wfw:commentRss>
</item>
</channel>
</rss>
