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

<channel>
	<title>Frank Carver's Punch Barrel</title>
	<atom:link href="http://blog.punchbarrel.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.punchbarrel.com</link>
	<description>Frank Carver's musings about software and life</description>
	<pubDate>Sat, 22 Nov 2008 01:47:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Don&#8217;t lose that command history</title>
		<link>http://blog.punchbarrel.com/2008/11/22/dont-lose-that-command-history/</link>
		<comments>http://blog.punchbarrel.com/2008/11/22/dont-lose-that-command-history/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 01:47:36 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=794</guid>
		<description><![CDATA[If you have ever run multiple terminal windows at the same time on a Linux system you have probably hit this problem. Only part of the command history seems to be saved for future sessions. This can be really irritating if you want to go back and re-sun some complex, finicky command.
&#8220;Cube Rick&#8221; has a [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever run multiple terminal windows at the same time on a Linux system you have probably hit this problem. Only part of the command history seems to be saved for future sessions. This can be really irritating if you want to go back and re-sun some complex, finicky command.</p>
<p>&#8220;Cube Rick&#8221; has a suggestion to make sure that it all gets saved for later:</p>
<p><a href="http://www.cuberick.com/2008/11/update-bash-history-in-realtime.html">Cuberick: Update Bash History in Realtime</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/22/dont-lose-that-command-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Parable of the Two Programmers</title>
		<link>http://blog.punchbarrel.com/2008/11/20/the-parable-of-the-two-programmers/</link>
		<comments>http://blog.punchbarrel.com/2008/11/20/the-parable-of-the-two-programmers/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 17:05:09 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=810</guid>
		<description><![CDATA[I&#8217;d not seen this before, but it certainly has echoes of real life.
The Parable of the Two Programmers
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d not seen this before, but it certainly has echoes of real life.</p>
<p><a href="http://www.csd.uwo.ca/staff/magi/personal/humour/Computer_Audience/The%20Parable%20of%20the%20Two%20Programmers.html">The Parable of the Two Programmers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/20/the-parable-of-the-two-programmers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Validating JVM Arguments in Code</title>
		<link>http://blog.punchbarrel.com/2008/11/20/validating-jvm-arguments-in-code/</link>
		<comments>http://blog.punchbarrel.com/2008/11/20/validating-jvm-arguments-in-code/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:33:04 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=808</guid>
		<description><![CDATA[I can&#8217;t think of any real uses for this right now, but I can think of lots of possible uses!
thekua.com@work » Validating JVM Arguments in Code
]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t think of any real uses for this right now, but I can think of lots of <em>possible </em>uses!</p>
<p><a href="http://www.thekua.com/atwork/2008/11/validating-jvm-arguments-in-code/">thekua.com@work » Validating JVM Arguments in Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/20/validating-jvm-arguments-in-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TDD and Test-Driven Refactoring</title>
		<link>http://blog.punchbarrel.com/2008/11/20/tdd-and-test-driven-refactoring/</link>
		<comments>http://blog.punchbarrel.com/2008/11/20/tdd-and-test-driven-refactoring/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:47:14 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=806</guid>
		<description><![CDATA[This is a neat observation. One equivalent to test-Driven Development (TDD) when working with an existing codebase might be &#8220;test-driven refactoring&#8221;. The idea seems to be that at any particular point in the lifecycle of a software system not all of the benefits of TDD are actually being used. So why not just do enough [...]]]></description>
			<content:encoded><![CDATA[<p>This is a neat observation. One equivalent to test-Driven Development (TDD) when working with an existing codebase might be &#8220;test-driven refactoring&#8221;. The idea seems to be that at any particular point in the lifecycle of a software system not all of the benefits of TDD are actually being used. So why not just do enough TDD to get the required benefits at the time.</p>
<p>In this case the need is to refactor some existing code in preparation for a change. Rather than either (a) stop to write tests for the whole system, or (b) throw up our hands and abandon TDD for this work, the suggestion is to write a passing test around the exact code being refactored, then use that test to ensure that the change preserved that behaviour. Then, in the TDD style, rinse and repeat for the following refactorings.</p>
<p>As this progresses the result should be a growing body of regression tests. concentrating around the areas which have actually changed, which seems good to me. It&#8217;s not as good as TDD from the start, but it&#8217;s better than no tests at all.</p>
<p><a href="http://agiletips.blogspot.com/2008/11/testing-private-methods-tdd-and-test.html">Agile Tips: Testing private methods, TDD and Test-Driven Refactoring</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/20/tdd-and-test-driven-refactoring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Less-bright applications and web sites save power</title>
		<link>http://blog.punchbarrel.com/2008/11/19/less-bright-applications-and-web-sites-save-power/</link>
		<comments>http://blog.punchbarrel.com/2008/11/19/less-bright-applications-and-web-sites-save-power/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:59:22 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=804</guid>
		<description><![CDATA[I&#8217;d not encountered this before, but it does kind of make sense. Showing a bright pixel consumes more energy on most display technologies. so choosing a black background for applications and web sites can help save both your own energy bills, and the planet!
ecoIron - All these whirring boxes.: The Full Story on Black Google, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d not encountered this before, but it does kind of make sense. Showing a bright pixel consumes more energy on most display technologies. so choosing a black background for applications and web sites can help save both your own energy bills, and the planet!</p>
<p><a href="http://ecoiron.blogspot.com/2007/08/history-in-january-2007-mark-ontkush.html">ecoIron - All these whirring boxes.: The Full Story on Black Google, Blackle, etc.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/19/less-bright-applications-and-web-sites-save-power/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Ibex key repeat problems</title>
		<link>http://blog.punchbarrel.com/2008/11/18/ubuntu-ibex-key-repeat-problems/</link>
		<comments>http://blog.punchbarrel.com/2008/11/18/ubuntu-ibex-key-repeat-problems/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 10:56:46 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=798</guid>
		<description><![CDATA[This is really irritating me, but I can&#8217;t find a solution so far. I use Synergy to control multiple computers from a single keyboard, but have found that Ubuntu Ibex does not completely work. Apart from the &#8220;@&#8221; symbol being translated to a capital omega (which I did find a fix for) there is still [...]]]></description>
			<content:encoded><![CDATA[<p>This is really irritating me, but I can&#8217;t find a solution so far. I use Synergy to control multiple computers from a single keyboard, but have found that Ubuntu Ibex does not completely work. Apart from the &#8220;@&#8221; symbol being translated to a capital omega (which <a href="http://blog.punchbarrel.com/2008/06/05/keyboard-symbol-synergy-woes/">I did find a fix for</a>) there is still the problem that the &#8220;left arrow&#8221; and &#8220;down arrow&#8221; keys (the ones in the group between the alphabetic and numeric keypads) do not seem to repeat when held down. All the other keys (with the possible exception of &#8220;End&#8221;) seem to repeat normally.</p>
<p>Anyone know of a fix or work-around?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/18/ubuntu-ibex-key-repeat-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The mobile future is calling</title>
		<link>http://blog.punchbarrel.com/2008/11/18/the-mobile-future-is-calling/</link>
		<comments>http://blog.punchbarrel.com/2008/11/18/the-mobile-future-is-calling/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 10:21:26 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=796</guid>
		<description><![CDATA[The world of mobile systems and software is potentially a very exciting place to work, even if sometimes I am so close to the code that it seems just like every other piece of software I have ever worked on. Nice to note that the BBC see some crossover potential, too.
BBC News: The mobile future [...]]]></description>
			<content:encoded><![CDATA[<p>The world of mobile systems and software is potentially a very exciting place to work, even if sometimes I am so close to the code that it seems just like every other piece of software I have ever worked on. Nice to note that the BBC see some crossover potential, too.</p>
<p><a href="http://news.bbc.co.uk/1/hi/technology/7366403.stm">BBC News: The mobile future is calling </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/18/the-mobile-future-is-calling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comparing Amazon&#8217;s EC2, Google&#8217;s App Engine and Microsoft&#8217;s Azure</title>
		<link>http://blog.punchbarrel.com/2008/11/17/comparing-amazons-ec2-googles-app-engine-and-microsofts-azure/</link>
		<comments>http://blog.punchbarrel.com/2008/11/17/comparing-amazons-ec2-googles-app-engine-and-microsofts-azure/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:46:52 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=792</guid>
		<description><![CDATA[&#8220;Cloud computing&#8221; is still very high on my list of things I need to get up to speed on. One trouble is that innovation in this area seems to be coming faster than I have time to experiment. Still, this article seems a useful summary of the current state of play.
InfoQ: Comparing Amazon&#8217;s EC2, Google&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Cloud computing&#8221; is still very high on my list of things I need to get up to speed on. One trouble is that innovation in this area seems to be coming faster than I have time to experiment. Still, this article seems a useful summary of the current state of play.</p>
<p><a href="http://www.infoq.com/news/2008/11/Comparing-EC2-App-Engine-Azure">InfoQ: Comparing Amazon&#8217;s EC2, Google&#8217;s App Engine and Microsoft&#8217;s Azure</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/17/comparing-amazons-ec2-googles-app-engine-and-microsofts-azure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UK universities to lead global e-learning</title>
		<link>http://blog.punchbarrel.com/2008/11/16/uk-universities-to-lead-global-e-learning/</link>
		<comments>http://blog.punchbarrel.com/2008/11/16/uk-universities-to-lead-global-e-learning/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:47:37 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=790</guid>
		<description><![CDATA[Apparently there is to be a push to make the UK a world leader in on-line higher education. I&#8217;d love to see this happen, but I have my doubts.
As with so many other attempts at &#8220;e-learning&#8221;, the emphasis seems overwhelmingly on &#8220;learning and teaching resources&#8221;. But this is the easy part of the problem. The [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently there is to be a push to make the UK a world leader in on-line higher education. I&#8217;d love to see this happen, but I have my doubts.</p>
<p>As with so many other attempts at &#8220;e-learning&#8221;, the emphasis seems overwhelmingly on &#8220;learning and teaching resources&#8221;. But this is the easy part of the problem. The hard part is institutional change; moving away from the legacy idea of classes and courses to a new model which decouples learning from teaching, and both of those from assessment.</p>
<p>So far I have not found any indication that educational institutions in the UK are willing to step away from the traditional, everyone in one room, everyone being taught at the same time, lecturer as source of all wisdom approach to the distributed, asynchronous, collaborative, multi-sourced model needed for real &#8220;e-learning&#8221;.</p>
<p>Even the Open University, despite being centred in distance education, still has synchronized course start dates and assessment deadlines, for example. This is not only inflexible for students, but also places a much heavier load on tutors at certain times of the year. As far as I can tell, this sort of practice is done solely because, well, that&#8217;s the way it has always been done.</p>
<p>Educational institutions, please wake up. Successful on-line study and assessment should be available to everyone wherever <strong>and whenever</strong> needed.</p>
<p><a href="http://www.jisc.ac.uk/Home/news/stories/2008/11/guardianelearning.aspx">UK universities to lead global e-learning : JISC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/16/uk-universities-to-lead-global-e-learning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Second Life affair ends in divorce</title>
		<link>http://blog.punchbarrel.com/2008/11/16/second-life-affair-ends-in-divorce/</link>
		<comments>http://blog.punchbarrel.com/2008/11/16/second-life-affair-ends-in-divorce/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 08:07:14 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

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

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

		<category><![CDATA[second life]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.punchbarrel.com/?p=788</guid>
		<description><![CDATA[It seems that some people just want attention, even in an on-line setting. For me. the last line in the article is the most revealing&#8230;
Second Life affair ends in divorce - CNN.com
]]></description>
			<content:encoded><![CDATA[<p>It seems that some people just want attention, even in an on-line setting. For me. the last line in the article is the most revealing&#8230;</p>
<p><a href="http://www.cnn.com/2008/WORLD/europe/11/14/second.life.divorce/index.html">Second Life affair ends in divorce - CNN.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.punchbarrel.com/2008/11/16/second-life-affair-ends-in-divorce/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.392 seconds -->
