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

<channel>
	<title>Irregular Verbiage &#187; Life</title>
	<atom:link href="http://www.coralbark.net/blog/?feed=rss2&#038;cat=1" rel="self" type="application/rss+xml" />
	<link>http://www.coralbark.net/blog</link>
	<description>Sporadic Musings</description>
	<lastBuildDate>Sun, 20 Nov 2011 01:48:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problems with Qt Creator installed in /opt</title>
		<link>http://www.coralbark.net/blog/?p=209</link>
		<comments>http://www.coralbark.net/blog/?p=209#comments</comments>
		<pubDate>Sun, 20 Nov 2011 01:48:56 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=209</guid>
		<description><![CDATA[I&#8217;ve been doing a bit of fiddling with using Qt for developing mobile apps. When I installed the Qt SDK I installed it to /opt. This means the user running the IDE does not have write access to the IDE which has caused a number of problems. Updating the SDK: If you run the SDK [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a bit of fiddling with using Qt for developing mobile apps. When I installed the Qt SDK I installed it to /opt. This means the user running the IDE does not have write access to the IDE which has caused a number of problems.</p>
<ul>
<li><b>Updating the SDK:</b> If you run the SDK as the normal user, the &#8220;Help > Start Updater&#8221; menu option still exists and appears to work. It seemed to detect that I had sudo access and asked for my password but then hung using 100% CPU. Instead of using that menu option, I ran /opt/QtSDK/SDKMaintenanceTool as root which works.</li>
<li><b>Running the QEMU phone emulator:</b> This failed with &#8220;Qemu finished with error: Exit code was 1&#8243;. To fix this, I ran QEMU manually:<br />
<code>/opt/QtSDK/Madde/bin/mad remote -r dfl61-harmattan_2.2011.39-5 poweron -fg</code><br />
This showed I needed write access to the qemu disk images. As I&#8217;m the only user on the system*, I gave all users access:<br />
<code>chmod a+w /opt/QtSDK/Madde/runtimes/dfl61-harmattan_2.2011.39-5/arm-qemu-rm680-*</code></li>
</ul>
<p>Hope this helps someone stumbling across this via Google</p>
<p>* = Yeah. There was no need to install Qt into /opt &#8211; it just seemed tidier than putting it in my home directory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=209</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple graphical Javascript Timer</title>
		<link>http://www.coralbark.net/blog/?p=202</link>
		<comments>http://www.coralbark.net/blog/?p=202#comments</comments>
		<pubDate>Fri, 26 Aug 2011 18:19:42 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=202</guid>
		<description><![CDATA[A while ago, for a friend&#8217;s party I wrote a very simple Javascript Timer. The other day, my daughter (too young to understand a numeric countdown at the moment) was messing around at dinner (not unusual). I wanted a simple graphical way to explain that after a set amount of time I would take her [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, for a friend&#8217;s party I wrote a very simple <a href="http://www.coralbark.net/javascriptTimer/">Javascript Timer</a>.</p>
<p>The other day, my daughter (too young to understand a numeric countdown at the moment) was messing around at dinner (not unusual). I wanted a simple graphical way to explain that after a set amount of time I would take her dinner away to encourage her to eat up.</p>
<p>Slightly to my surprise I couldn&#8217;t find anything with Google (my Google-fu is obviously weak). So I extended my little timer so that it shows a green ball for each second remaining. As the time ticks down, the balls turn red.</p>
<p>I was originally going to use a progress bar but this way shows, at a glance, how much total time there was&#8230;</p>
<p>I think it&#8217;s <a href="http://www.coralbark.net/javascriptTimer/">working pretty well</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My &#8220;YES to AV&#8221; masterpiece</title>
		<link>http://www.coralbark.net/blog/?p=195</link>
		<comments>http://www.coralbark.net/blog/?p=195#comments</comments>
		<pubDate>Fri, 15 Apr 2011 20:52:37 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=195</guid>
		<description><![CDATA[The opinion-polls that show AV and first-past-the-post neck and neck make me sad. AV isn&#8217;t perfect but all its drawbacks (e.g. gerrymandering) apply to FPTP too. AV has the big advantage that tactical voting isn&#8217;t necessary &#8211; a huge drawback in the current system. The main argument against AV &#8220;people who vote for smaller parties [...]]]></description>
			<content:encoded><![CDATA[<p>The opinion-polls that show AV and first-past-the-post neck and neck make me sad. AV isn&#8217;t perfect but all its drawbacks (e.g. gerrymandering) apply to FPTP too. AV has the big advantage that tactical voting isn&#8217;t necessary &#8211; a huge drawback in the current system. The main argument against AV &#8220;people who vote for smaller parties get to vote twice&#8221; seems confused or intellectually dishonest.</p>
<p>I drew a beautiful masterpiece that sums up the situation to post to the <a href="http://b3ta.com/">b3ta</a> <a href="http://b3ta.com/challenge/yesornotoav/popular/">AV image challenge</a> but as a new member it turns out I&#8217;m not eligible to post until Tuesday.</p>
<p>Oh well, it reduces the number of people who will doubt my mental age to the readership of this blog entry&#8230;</p>
<div style="text-align: center"><img src="http://www.coralbark.net/1column.png" width="193" height="972" title="Hmm... works better when XKCD does it" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHEL5 and ext4</title>
		<link>http://www.coralbark.net/blog/?p=191</link>
		<comments>http://www.coralbark.net/blog/?p=191#comments</comments>
		<pubDate>Tue, 07 Sep 2010 17:17:24 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=191</guid>
		<description><![CDATA[Using RHEL5.5 in order to upgrade an ext3 volume to ext4: yum install e4fsprogs umount &#60;mountpoint&#62; tune4fs -O extents,uninit_bg,dir_index &#60;device&#62; e4fsck &#60;device&#62; mount -t ext4 &#60;device&#62; &#60;mountpoint&#62;]]></description>
			<content:encoded><![CDATA[<p>Using RHEL5.5 in order to upgrade an ext3 volume to ext4:</p>
<ol>
<li>yum install e4fsprogs</li>
<li>umount &lt;mountpoint&gt;</li>
<li>tune4fs  -O extents,uninit_bg,dir_index &lt;device&gt;</li>
<li>e4fsck  &lt;device&gt;</li>
<li>mount -t ext4 &lt;device&gt; &lt;mountpoint&gt;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mackerel Fishing and Politics</title>
		<link>http://www.coralbark.net/blog/?p=165</link>
		<comments>http://www.coralbark.net/blog/?p=165#comments</comments>
		<pubDate>Sun, 05 Sep 2010 21:51:44 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[libdems]]></category>
		<category><![CDATA[mackerel]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=165</guid>
		<description><![CDATA[It&#8217;s possible that politics is like fishing; without experience (or a good guide) it can have a steep learning curve. Hence my plan at today&#8217;s meeting of the Winchester local Liberal Democrat Conference was to listen much more than I talked. I have been to very few overtly political events and I have much to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s possible that politics is like fishing; without experience (or a good guide) it can have a steep learning curve. Hence my plan at today&#8217;s meeting of the Winchester local Liberal Democrat Conference was to listen much more than I talked. I have been to very few overtly political events and I have much to learn.</p>
<div style="margin-top: 0.5em; text-align: center">
<div id="attachment_166" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.coralbark.net/blog/?attachment_id=166" rel="attachment wp-att-166"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/09/20100905_002-300x225.jpg" alt="Mackerel on a plate" title="They don&#039;t get much fresher." width="300" height="225" class="size-medium wp-image-166" /></a><p class="wp-caption-text">Four mackerel I caught this evening spinning in the Solent</p></div>
</div>
<p>The event was not at all what I expected; it was well attended but the average age was higher than I envisaged. Approaching my mid-thirties, my young daughter often makes me feel old &#8211; today however I felt young! Also the format was not what I imagined. Instead of a mini version of the national conference with impassioned debate and voting on controversial motions it was a cosy chat with councillors discussing their plans and general agreement (mostly via post-it note) on motions to be voted on at the national conference.</p>
<p>There were issues raised that tempted me to talk &#8211; in particular the cost of housing in Winchester but, at least on this occasion, I kept quiet. Firstly because I wasn&#8217;t keen for most of the membership&#8217;s first sight of me to be disagreement in a very consensual atmosphere. I would very much have liked Barton Farm to have been built on but the <a href="http://winld.org.uk/news/000255/barton_farm_lib_dem_council_fights_application.html">Liberal Democrat council opposed it</a>. Given I own a flat about 500m from the proposed site, my support might be slightly unexpected but I am (by most standards) fairly well paid and struggled to buy a house in Winchester &#8211; most people are less fortunate!</p>
<p>I was slightly sad that a motion at the national conference in support of equal marriage rights was not discussed. It seems self-evident to me that the discrimination in our current laws should be changed but maybe it was not discussed because it would have been unanimously supported.</p>
<p>This was all new territory for me and I hope to attend more party meetings in the future (Em&#8217;s shift patterns allowing) so hopefully I&#8217;ll feel like one of the natives soon &#8211; it wasn&#8217;t what I expected but everyone was very welcoming.</p>
<p>So from being a fish out of water to hauling fish out of water&#8230; After the politics I went fishing. We hadn&#8217;t arranged it in advance but I met my Dad at the coast. It was a warm summer&#8217;s evening perfect for mackerel and there were shoals of them teeming along the shore. We could have caught as many as we liked. I stopped at four, plenty for my (small) family &#8211; Dad (unusually) chose to go up to double figures as he wanted some for neighbours. It&#8217;s not always as easy as this evening but the fish combined with the weather and the views made everything seem perfect. I&#8217;m even starting to feel like I know what I&#8217;m doing &#8211; at least with a mackerel rod!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At Wembley!</title>
		<link>http://www.coralbark.net/blog/?p=144</link>
		<comments>http://www.coralbark.net/blog/?p=144#comments</comments>
		<pubDate>Sun, 28 Mar 2010 10:52:01 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=144</guid>
		<description><![CDATA[At Wembley to watch the Johnstone&#8217;s Paint Trophy between Southampton and Carlisle. The new Wembley stadium is very impressive (it&#8217;s my first visit). Update: We won 4-1! I was there when the Saints went marching in! Great atmosphere. Loved it!]]></description>
			<content:encoded><![CDATA[<p>At Wembley to watch the Johnstone&#8217;s Paint Trophy between Southampton and Carlisle. The new Wembley stadium is very impressive (it&#8217;s my first visit).</p>
<p><a href="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_006.jpg"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_006-300x225.jpg" /></a><a href="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_008.jpg"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_008-300x225.jpg" /></a><a href="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_016.jpg"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/03/20100328_016-300x225.jpg" /></a></p>
<p><span style="font-weight: bold">Update:</span> We won 4-1! I was there when the Saints went marching in! Great atmosphere. Loved it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring is here.</title>
		<link>http://www.coralbark.net/blog/?p=138</link>
		<comments>http://www.coralbark.net/blog/?p=138#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:43:56 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=138</guid>
		<description><![CDATA[There is a warmth in the air. About a week ago I had a few days off and we went to Oxford and Long Down farm. It was clear but cold. This weekend, when the sun is shining it feels much warmer. Katie can now happily play in the sunshine in the garden. P.S. If [...]]]></description>
			<content:encoded><![CDATA[<p>There is a warmth in the air. About a week ago I had a few days off and we went to Oxford and Long Down farm. It was clear but cold. This weekend, when the sun is shining it feels much warmer.</p>
<p><a href="http://www.coralbark.net/blog/wp-content/uploads/2010/03/QgCWVwtX.jpg"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/03/QgCWVwtX-225x300.jpg" /></a><a href="http://www.coralbark.net/blog/wp-content/uploads/2010/03/TomwbbYi.jpg"><img src="http://www.coralbark.net/blog/wp-content/uploads/2010/03/TomwbbYi-225x300.jpg" /></a></p>
<p>Katie can now happily play in the sunshine in the garden.</p>
<p>P.S. If it wasn&#8217;t clear &#8211; this entry is really to test the WordPress plugin that I mentioned in my <a href="http://www.coralbark.net/blog/?p=138">last entry</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Alphabet Game</title>
		<link>http://www.coralbark.net/blog/?p=120</link>
		<comments>http://www.coralbark.net/blog/?p=120#comments</comments>
		<pubDate>Sun, 17 Jan 2010 19:26:13 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=120</guid>
		<description><![CDATA[I&#8217;ve been working on a little web-app that I call the &#8220;Alphabet Game&#8221;. It&#8217;s a simple little game where you drag letters on to objects that begin with that letter. It&#8217;s at a fairly early stage at the moment &#8211; it&#8217;ll be much more child-friendly when we add some sound with some HTML5 audio tags. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a little web-app that I call the <a href="http://www.coralbark.net/alphabet/">&#8220;Alphabet Game&#8221;</a>. It&#8217;s a simple little game where you drag letters on to objects that begin with that letter. It&#8217;s at a fairly early stage at the moment &#8211; it&#8217;ll be much more child-friendly when we add some sound with some HTML5 audio tags.</p>
<p>Eventually I&#8217;ll use it with my daughter, Katie. At the moment, she&#8217;s a bit young for it though we have had fun pointing out the names of the objects she already knows.</p>
<p>Let me know if you have comments or suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=120</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Some Links</title>
		<link>http://www.coralbark.net/blog/?p=108</link>
		<comments>http://www.coralbark.net/blog/?p=108#comments</comments>
		<pubDate>Sat, 08 Mar 2008 21:17:57 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[effortlessgood]]></category>
		<category><![CDATA[komodoedit]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=108</guid>
		<description><![CDATA[Effortless Good: If you&#8217;re buying things from Amazon, then installing a little Firefox extension will cause Amazon to pay the referrer fee to charity. I&#8217;m having a play with Komodo Edit (which recent changed its license to GPL/MPL/LGPL), I&#8217;ve been looking for a replacement for the venerable NEdit for some time but this is the [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.effortlessgood.com/">Effortless Good</a>: If you&#8217;re buying things from Amazon, then installing a little Firefox extension will cause Amazon to pay the referrer fee to charity.</li>
<li>I&#8217;m having a play with <a href="http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml">Komodo Edit</a> (which recent changed its license to GPL/MPL/LGPL), I&#8217;ve been looking for a replacement for the venerable <a href="http://www.nedit.org">NEdit</a> for some time but this is the best candidate I&#8217;ve found. In particular the features i really want:
<ul>
<li>Search/Replace with regular expressions</li>
<li>easy to use block select mode (ideally using the ctrl key)</li>
<li>keyboard record/replay</li>
<li>tabbed interface</li>
<li>Easy to use keyboard shortcuts (i.e. not emacs/vi)</li>
</ul>
<p>all seem to be present in a simple UI with syntax highlighting, code folding and everything else you&#8217;d expect
</li>
<li><a href="http://diveintomark.org/archives/2008/03/03/bestsellers">Best Sellers</a>: I&#8217;m very pleased with our eeeps</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Elections</title>
		<link>http://www.coralbark.net/blog/?p=107</link>
		<comments>http://www.coralbark.net/blog/?p=107#comments</comments>
		<pubDate>Fri, 29 Feb 2008 20:27:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[change-congress]]></category>
		<category><![CDATA[changecongress]]></category>
		<category><![CDATA[lessig]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[westwing]]></category>

		<guid isPermaLink="false">http://www.coralbark.net/blog/?p=107</guid>
		<description><![CDATA[Things are busy here, both at work (I&#8217;m doing overtime) and at home (getting Katie to sleep is a intricate art), when I do get a chance, I seem to be reading a surprising amount about the American primaries given that it&#8217;s only the build up to an election in a foreign country. Listening to [...]]]></description>
			<content:encoded><![CDATA[<p>Things are busy here, both at work (I&#8217;m doing overtime) and at home (getting Katie to sleep is a intricate art), when I do get a chance, I seem to be reading a surprising amount about the American primaries given that it&#8217;s only the build up to an election in a foreign country. Listening to Obama speak is inspiring, it seems that <b>if</b> he wins, the US will have one of the good guys in charge.</p>
<p>On the subject of good guys, given that <a href="http://www.lessig.org/">Lessig</a> has decided not to run for congress in the States, maybe we could get him to run for the UK parliament, though maybe <a href="http://change-congress.org/">Change Congress</a> has a better ring to it than Change Parliament.</p>
<p>In other news, I&#8217;ve been watching quite a bit (much less than Em!) of the excellent West Wing on DVD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralbark.net/blog/?feed=rss2&#038;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
