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

<channel>
	<title>The Musings of Chris Samuel</title>
	<atom:link href="http://www.csamuel.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.csamuel.org</link>
	<description>Computers, science, archaeology and other random burblings</description>
	<lastBuildDate>Wed, 16 May 2012 06:43:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>		<item>
		<title>Patch for Modules to use shell functions with BASH, not aliases</title>
		<link>http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases</link>
		<comments>http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases#comments</comments>
		<pubDate>Wed, 16 May 2012 06:43:51 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[HPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Software]]></category>

	<!-- AutoMeta Start -->
	<category>shell_name</category>
	<category>strcmp</category>
	<category>bash</category>
	<category>bash</category>
	<category>shell</category>
	<category>aliases</category>
	<category>1422</category>
	<category>bourne_alias</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/?p=2762</guid>
		<description><![CDATA[Whilst the Modules system is awesome in making life easy to maintain multiple versions of packages and their dependencies (and is heavily used in HPC centres like VLSCI) it can have some annoyances (and seems to be fairly half-heartedly maintained &#8230; <a href="http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases">Patch for Modules to use shell functions with BASH, not aliases</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Whilst the Modules system is awesome in making life easy to maintain multiple versions of packages and their dependencies (and is heavily used in HPC centres like VLSCI) it can have some annoyances (and seems to be fairly half-heartedly maintained looking at the bugtracker on SourceForge).   One thing that&#8217;s bitten us from time to time is that you can&#8217;t really use its &#8220;set-alias&#8221; functionality as the bash shell does not expand aliases in non-interactive shells and that includes jobs that are launched from an HPC queuing system like Torque, PBSPro, etc.</p>
<p>It does have the compile time option &#8220;<code>--disable-shell-alias</code>&#8221; but annoyingly the condition is only applied when your shell is &#8220;<code>sh</code>&#8220;, not &#8220;<code>bash</code>&#8220;, so I&#8217;ve ended up having to patch Modules to make this work for <code>bash</code> as well.  This patch is against 3.2.9c:</p>
<pre>--- utility.c.orig      2011-11-29 08:27:13.000000000 +1100
+++ utility.c   2012-05-16 15:08:34.012038000 +1000
@@ -1422,7 +1422,7 @@
         **  Shells supporting extended bourne shell syntax ....
         **/
        if( (!strcmp( shell_name, "sh") &#038;&#038; bourne_alias)
-               ||  !strcmp( shell_name, "bash")
+               || ( !strcmp( shell_name, "bash") &#038;&#038; bourne_alias )
                 ||  !strcmp( shell_name, "zsh" )
                 ||  !strcmp( shell_name, "ksh")) {
            /**
@@ -1471,7 +1471,7 @@

            fprintf( aliasfile, "'%c", alias_separator);

-        } else if( !strcmp( shell_name, "sh")
+        } else if( ( !strcmp( shell_name, "sh") || !strcmp( shell_name, "bash") )
                &#038;&#038;   bourne_funcs) {
        /**
</pre>
<p>Hopefully this patch will be of use to people..</p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases">Patch for Modules to use shell functions with BASH, not aliases</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/05/16/patch-for-modules-to-use-shell-functions-with-bash-not-aliases/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-05-13</title>
		<link>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2</link>
		<comments>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2#comments</comments>
		<pubDate>Sun, 13 May 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2</guid>
		<description><![CDATA[Spent afternoon at friends 80th birthday party, great time. No need to eat for a while! http://t.co/aTYgcl9J # #archaeology wrap up blog about dig at St Lythan&#039;s burial chamber in South #Wales http://t.co/1SrGACK8 # Performing summon $COURIER spell, making a &#8230; <a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2">Twitter Weekly Updates for 2012-05-13</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Spent afternoon at friends 80th birthday party, great time. No need to eat for a while! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://t.co/aTYgcl9J" rel="nofollow">http://t.co/aTYgcl9J</a>  <a href="http://twitter.com/chris_bloke/statuses/199083576686411777" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23archaeology" class="aktt_hashtag">archaeology</a> wrap up blog about dig at St Lythan&#039;s burial chamber in South #<a href="http://search.twitter.com/search?q=%23Wales" class="aktt_hashtag">Wales</a> <a href="http://t.co/1SrGACK8" rel="nofollow">http://t.co/1SrGACK8</a>  <a href="http://twitter.com/chris_bloke/statuses/199293251105210368" class="aktt_tweet_time">#</a></li>
<li>Performing summon $COURIER spell, making a pot of tea thereby ensuring being called to a different building for delivery  <a href="http://twitter.com/chris_bloke/statuses/199334922173947904" class="aktt_tweet_time">#</a></li>
<li><a href="http://t.co/P5iJVm9R" rel="nofollow">http://t.co/P5iJVm9R</a> MT @<a href="http://twitter.com/sijoe" class="aktt_username">sijoe</a> I can replace my ridiculously complex Apache log parser logic with a single Regex &#8230; WOOT!!!  <a href="http://twitter.com/chris_bloke/statuses/199338988782362624" class="aktt_tweet_time">#</a></li>
<li>Summon $COURIER spell worked, though they (again) ignored the instruction to phone 15 mins before getting here..  <a href="http://twitter.com/chris_bloke/statuses/199340645414998016" class="aktt_tweet_time">#</a></li>
<li>Interesting to see that the European Synchrotron is migrating from RHEL/Centos to @<a href="http://twitter.com/debian" class="aktt_username">debian</a> #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> <a href="https://t.co/7eIITu4p" rel="nofollow">https://t.co/7eIITu4p</a>  <a href="http://twitter.com/chris_bloke/statuses/199407570694311936" class="aktt_tweet_time">#</a></li>
<li>Anyone know how to get updatenode in #<a href="http://search.twitter.com/search?q=%23xCAT" class="aktt_hashtag">xCAT</a> to copy dangling symlinks to managed nodes?  It uses rsync under the covers..  <a href="http://twitter.com/chris_bloke/statuses/199683658490183680" class="aktt_tweet_time">#</a></li>
<li>.@MobiCity friend of mine has ordered a pair of GN&#039;s from you last night because you&#039;re firmware flash friendly, well done!  <a href="http://twitter.com/chris_bloke/statuses/199803322071384066" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23Melbourne" class="aktt_hashtag">Melbourne</a> urban sunset from a @<a href="http://twitter.com/metrotrains" class="aktt_username">metrotrains</a> train <a href="http://t.co/p9v6VlRS" rel="nofollow">http://t.co/p9v6VlRS</a>  <a href="http://twitter.com/chris_bloke/statuses/200156789247983617" class="aktt_tweet_time">#</a></li>
<li>Channelling query from #<a href="http://search.twitter.com/search?q=%23lwloc" class="aktt_hashtag">lwloc</a> developers, has &quot;inline&quot; always been a part of C++?  Need good source to confirm/refute.  <a href="http://twitter.com/chris_bloke/statuses/200403011145711616" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2">Twitter Weekly Updates for 2012-05-13</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-05-13</title>
		<link>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13</link>
		<comments>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13#comments</comments>
		<pubDate>Sun, 13 May 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13</guid>
		<description><![CDATA[Spent afternoon at friends 80th birthday party, great time. No need to eat for a while! http://t.co/aTYgcl9J # #archaeology wrap up blog about dig at St Lythan&#039;s burial chamber in South #Wales http://t.co/1SrGACK8 # Performing summon $COURIER spell, making a &#8230; <a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13">Twitter Weekly Updates for 2012-05-13</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Spent afternoon at friends 80th birthday party, great time. No need to eat for a while! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://t.co/aTYgcl9J" rel="nofollow">http://t.co/aTYgcl9J</a>  <a href="http://twitter.com/chris_bloke/statuses/199083576686411777" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23archaeology" class="aktt_hashtag">archaeology</a> wrap up blog about dig at St Lythan&#039;s burial chamber in South #<a href="http://search.twitter.com/search?q=%23Wales" class="aktt_hashtag">Wales</a> <a href="http://t.co/1SrGACK8" rel="nofollow">http://t.co/1SrGACK8</a>  <a href="http://twitter.com/chris_bloke/statuses/199293251105210368" class="aktt_tweet_time">#</a></li>
<li>Performing summon $COURIER spell, making a pot of tea thereby ensuring being called to a different building for delivery  <a href="http://twitter.com/chris_bloke/statuses/199334922173947904" class="aktt_tweet_time">#</a></li>
<li><a href="http://t.co/P5iJVm9R" rel="nofollow">http://t.co/P5iJVm9R</a> MT @<a href="http://twitter.com/sijoe" class="aktt_username">sijoe</a> I can replace my ridiculously complex Apache log parser logic with a single Regex &#8230; WOOT!!!  <a href="http://twitter.com/chris_bloke/statuses/199338988782362624" class="aktt_tweet_time">#</a></li>
<li>Summon $COURIER spell worked, though they (again) ignored the instruction to phone 15 mins before getting here..  <a href="http://twitter.com/chris_bloke/statuses/199340645414998016" class="aktt_tweet_time">#</a></li>
<li>Interesting to see that the European Synchrotron is migrating from RHEL/Centos to @<a href="http://twitter.com/debian" class="aktt_username">debian</a> #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> <a href="https://t.co/7eIITu4p" rel="nofollow">https://t.co/7eIITu4p</a>  <a href="http://twitter.com/chris_bloke/statuses/199407570694311936" class="aktt_tweet_time">#</a></li>
<li>Anyone know how to get updatenode in #<a href="http://search.twitter.com/search?q=%23xCAT" class="aktt_hashtag">xCAT</a> to copy dangling symlinks to managed nodes?  It uses rsync under the covers..  <a href="http://twitter.com/chris_bloke/statuses/199683658490183680" class="aktt_tweet_time">#</a></li>
<li>.@MobiCity friend of mine has ordered a pair of GN&#039;s from you last night because you&#039;re firmware flash friendly, well done!  <a href="http://twitter.com/chris_bloke/statuses/199803322071384066" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23Melbourne" class="aktt_hashtag">Melbourne</a> urban sunset from a @<a href="http://twitter.com/metrotrains" class="aktt_username">metrotrains</a> train <a href="http://t.co/p9v6VlRS" rel="nofollow">http://t.co/p9v6VlRS</a>  <a href="http://twitter.com/chris_bloke/statuses/200156789247983617" class="aktt_tweet_time">#</a></li>
<li>Channelling query from #<a href="http://search.twitter.com/search?q=%23lwloc" class="aktt_hashtag">lwloc</a> developers, has &quot;inline&quot; always been a part of C++?  Need good source to confirm/refute.  <a href="http://twitter.com/chris_bloke/statuses/200403011145711616" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13">Twitter Weekly Updates for 2012-05-13</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/05/13/twitter-weekly-updates-for-2012-05-13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-05-06</title>
		<link>http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06</link>
		<comments>http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06#comments</comments>
		<pubDate>Sun, 06 May 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06</guid>
		<description><![CDATA[&#34;RcvRemotePhysErrors &#8211; This indicates a problem ELSEWHERE in the fabric.&#34; #UselessErrors #infiniband # .@BBCBreaking usually &#34;making something safe&#34; is lingo for stopping it going off &#8211; so they want to stop the Olympics? # Just updated @donna_williams #art gallery with &#8230; <a href="http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06">Twitter Weekly Updates for 2012-05-06</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>&quot;RcvRemotePhysErrors &#8211; This indicates a problem ELSEWHERE in the fabric.&quot; #<a href="http://search.twitter.com/search?q=%23UselessErrors" class="aktt_hashtag">UselessErrors</a> #infiniband  <a href="http://twitter.com/chris_bloke/statuses/196767110809124864" class="aktt_tweet_time">#</a></li>
<li>.@BBCBreaking usually &quot;making something safe&quot; is lingo for stopping it going off &#8211; so they want to stop the Olympics? <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   <a href="http://twitter.com/chris_bloke/statuses/196894139558801408" class="aktt_tweet_time">#</a></li>
<li>Just updated @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a> #<a href="http://search.twitter.com/search?q=%23art" class="aktt_hashtag">art</a> gallery with a set of mini-paintings <a href="http://t.co/lte1TM11" rel="nofollow">http://t.co/lte1TM11</a> #<a href="http://search.twitter.com/search?q=%23autism" class="aktt_hashtag">autism</a>  <a href="http://twitter.com/chris_bloke/statuses/196921614233907201" class="aktt_tweet_time">#</a></li>
<li>.@David_Speers &quot;inappropriate&quot; not good enough Grahame Morris, how about &quot;wrong&quot;, &quot;offensive&quot;, &quot;stupid&quot; and &quot;incitement&quot;?  <a href="http://twitter.com/chris_bloke/statuses/196922768003039233" class="aktt_tweet_time">#</a></li>
<li>So tomorrows @<a href="http://twitter.com/TheTimeTeam" class="aktt_username">TheTimeTeam</a> is Dunwich, I wonder if @<a href="http://twitter.com/FluffCthulhu" class="aktt_username">FluffCthulhu</a> and relatives will make a guest appearance? <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   <a href="http://twitter.com/chris_bloke/statuses/196939756645523456" class="aktt_tweet_time">#</a></li>
<li>Just came across <a href="http://t.co/oIC7NMfC" rel="nofollow">http://t.co/oIC7NMfC</a> by @<a href="http://twitter.com/siovene" class="aktt_username">siovene</a>, a sort of @<a href="http://twitter.com/Flickr" class="aktt_username">Flickr</a> for amateur astronomers &#8211; lovely! #<a href="http://search.twitter.com/search?q=%23space" class="aktt_hashtag">space</a> #astronomy  <a href="http://twitter.com/chris_bloke/statuses/197218898569990144" class="aktt_tweet_time">#</a></li>
<li>Yeah, just before 5pm on a Friday is an ideal time to phone up to say you want to deliver a 50kg package to work tonight  <a href="http://twitter.com/chris_bloke/statuses/198308812137041920" class="aktt_tweet_time">#</a></li>
<li>Reflashing my Samsung Galaxy Nexus with @<a href="http://twitter.com/Google" class="aktt_username">Google</a>&#039;s #<a href="http://search.twitter.com/search?q=%23Android" class="aktt_hashtag">Android</a> 4.0.4 &quot;takju&quot; factory image &#8211; rebooting now &#8211; fingers crossed!  <a href="http://twitter.com/chris_bloke/statuses/198546404141039616" class="aktt_tweet_time">#</a></li>
<li>Phone currently restoring all apps via the saved Google settings, looking good so far.  <a href="http://twitter.com/chris_bloke/statuses/198548430036021248" class="aktt_tweet_time">#</a></li>
<li>Looks like #<a href="http://search.twitter.com/search?q=%23GNOfficialUpdate" class="aktt_hashtag">GNOfficialUpdate</a> needs an update itself, doesn&#039;t recognise the new @<a href="http://twitter.com/googlenexus" class="aktt_username">googlenexus</a> &quot;takju&quot; build as official <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <a href="http://twitter.com/chris_bloke/statuses/198548829228908544" class="aktt_tweet_time">#</a></li>
<li>Right, time for an &quot;adb restore&quot; to recover the rest.  <a href="http://twitter.com/chris_bloke/statuses/198548970996367361" class="aktt_tweet_time">#</a></li>
<li>Nice to see New Model Army back tweeting after a gap of 2 years!  They&#039;re at @<a href="http://twitter.com/officialnma" class="aktt_username">officialnma</a> (with a new bass player)  <a href="http://twitter.com/chris_bloke/statuses/198761604244967424" class="aktt_tweet_time">#</a></li>
<li>It appears @<a href="http://twitter.com/Google" class="aktt_username">Google</a> hide or remove Google Wallet from takju #<a href="http://search.twitter.com/search?q=%23Android" class="aktt_hashtag">Android</a> @<a href="http://twitter.com/googlenexus" class="aktt_username">googlenexus</a> firmware if you&#039;re not in the US.. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   <a href="http://twitter.com/chris_bloke/statuses/198764807619493889" class="aktt_tweet_time">#</a></li>
<li>Went with @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a> to see &quot;Contact, the netball opera&quot; &#8211; great fun, first experience of both opera and netball. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   <a href="http://twitter.com/chris_bloke/statuses/198765651245006849" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06">Twitter Weekly Updates for 2012-05-06</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/05/06/twitter-weekly-updates-for-2012-05-06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-29</title>
		<link>http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29</link>
		<comments>http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29#comments</comments>
		<pubDate>Sun, 29 Apr 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29</guid>
		<description><![CDATA[After the thunderstorm, Cardinia http://t.co/vWdx1xo3 # Traffic chaos on Swanston St, avoid at all costs. #Melbourne # Just discovered diffpdf (packaged in Ubuntu) &#8211; a tool for comparing #PDF files, *very* handy! #linux # Two must read blogs if you &#8230; <a href="http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29">Twitter Weekly Updates for 2012-04-29</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>After the thunderstorm, Cardinia <a href="http://t.co/vWdx1xo3" rel="nofollow">http://t.co/vWdx1xo3</a>  <a href="http://twitter.com/chris_bloke/statuses/194029089605173248" class="aktt_tweet_time">#</a></li>
<li>Traffic chaos on Swanston St, avoid at all costs. #<a href="http://search.twitter.com/search?q=%23Melbourne" class="aktt_hashtag">Melbourne</a>  <a href="http://twitter.com/chris_bloke/statuses/194198478614835201" class="aktt_tweet_time">#</a></li>
<li>Just discovered diffpdf (packaged in Ubuntu) &#8211; a tool for comparing #<a href="http://search.twitter.com/search?q=%23PDF" class="aktt_hashtag">PDF</a> files, *very* handy!  #<a href="http://search.twitter.com/search?q=%23linux" class="aktt_hashtag">linux</a>  <a href="http://twitter.com/chris_bloke/statuses/194233940805025792" class="aktt_tweet_time">#</a></li>
<li>Two must read blogs if you have an interest in the film industry <a href="http://t.co/I7O7rgcH" rel="nofollow">http://t.co/I7O7rgcH</a>  <a href="http://t.co/rlaL5vU5" rel="nofollow">http://t.co/rlaL5vU5</a> via @<a href="http://twitter.com/ABCTheDrum" class="aktt_username">ABCTheDrum</a>  <a href="http://twitter.com/chris_bloke/statuses/194303222649860096" class="aktt_tweet_time">#</a></li>
<li>A box with 108TB usable and can write at 4.5GB/s! RT @<a href="http://twitter.com/sijoe" class="aktt_username">sijoe</a> The TB sprint updated &#8230; <a href="http://t.co/CV8K5mvq" rel="nofollow">http://t.co/CV8K5mvq</a> #<a href="http://search.twitter.com/search?q=%23hpc" class="aktt_hashtag">hpc</a>  <a href="http://twitter.com/chris_bloke/statuses/194317886947459072" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23VLSCI" class="aktt_hashtag">VLSCI</a> Resource Allocation Scheme Round 5 is now open! #<a href="http://search.twitter.com/search?q=%23HPC" class="aktt_hashtag">HPC</a> for life sciences! <a href="http://t.co/qPTd0ZPf" rel="nofollow">http://t.co/qPTd0ZPf</a> <a href="http://t.co/Tp3DGob2" rel="nofollow">http://t.co/Tp3DGob2</a>  <a href="http://twitter.com/chris_bloke/statuses/194668090359943168" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23VLSCI" class="aktt_hashtag">VLSCI</a> RAS round 5 includes time on our forthcoming @<a href="http://twitter.com/IBMhpc" class="aktt_username">IBMhpc</a> BlueGene/Q, Avoca, as well as our x86 systems Bruce and Merri  <a href="http://twitter.com/chris_bloke/statuses/194668619748216832" class="aktt_tweet_time">#</a></li>
<li>If Kabul gets a new conference centre then there should be an LCA there, <a href="http://t.co/Fq4eheP6" rel="nofollow">http://t.co/Fq4eheP6</a>. Seriously.  <a href="http://twitter.com/chris_bloke/statuses/194717162311655425" class="aktt_tweet_time">#</a></li>
<li>xCAT deploying a non-RPM #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> distro MT @<a href="http://twitter.com/arif_ali1" class="aktt_username">arif_ali1</a> <a href="http://t.co/RAoa5tMU" rel="nofollow">http://t.co/RAoa5tMU</a> quick video of stateless #<a href="http://search.twitter.com/search?q=%23ubuntu" class="aktt_hashtag">ubuntu</a> in #<a href="http://search.twitter.com/search?q=%23xCAT" class="aktt_hashtag">xCAT</a> #hpc  <a href="http://twitter.com/chris_bloke/statuses/194763173935579137" class="aktt_tweet_time">#</a></li>
<li>Can&#039;t believe #<a href="http://search.twitter.com/search?q=%23Apple" class="aktt_hashtag">Apple</a> would send 2 lawyers to court &amp; lie to avoid repair that nVidia would pay for! <a href="http://t.co/AT8oWqKM" rel="nofollow">http://t.co/AT8oWqKM</a>  <a href="http://twitter.com/chris_bloke/statuses/194764128353656833" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23Cray" class="aktt_hashtag">Cray</a> sells #<a href="http://search.twitter.com/search?q=%23hpc" class="aktt_hashtag">hpc</a> interconnect to #<a href="http://search.twitter.com/search?q=%23Intel" class="aktt_hashtag">Intel</a>  not a good sign for Cray using #<a href="http://search.twitter.com/search?q=%23AMD" class="aktt_hashtag">AMD</a> cpus in future.  <a href="http://twitter.com/chris_bloke/statuses/194957460992299008" class="aktt_tweet_time">#</a></li>
<li>Huey Lewis and the Usenet News #<a href="http://search.twitter.com/search?q=%23InternetBands" class="aktt_hashtag">InternetBands</a> #TheHashtagGame  <a href="http://twitter.com/chris_bloke/statuses/195062155144478720" class="aktt_tweet_time">#</a></li>
<li> #<a href="http://search.twitter.com/search?q=%23IBM" class="aktt_hashtag">IBM</a> having another go at #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> only Power boxes, PowerLinux is Power7 based <a href="http://t.co/nqJ90m1i" rel="nofollow">http://t.co/nqJ90m1i</a> prev was OpenPOWER 720  <a href="http://twitter.com/chris_bloke/statuses/195064877587501056" class="aktt_tweet_time">#</a></li>
<li>This is the droid you are looking for.. <a href="http://t.co/FVM8Hfdh" rel="nofollow">http://t.co/FVM8Hfdh</a>  open source #<a href="http://search.twitter.com/search?q=%23Android" class="aktt_hashtag">Android</a> app repository  <a href="http://twitter.com/chris_bloke/statuses/195067886430191616" class="aktt_tweet_time">#</a></li>
<li>Upgraded to Kubuntu 12.04 and found I had to &quot;apt-get remove &#8211;purge gnome-keyring&quot; to get rid of annoying warnings.  <a href="http://twitter.com/chris_bloke/statuses/195355903715848193" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29">Twitter Weekly Updates for 2012-04-29</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/29/twitter-weekly-updates-for-2012-04-29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ZaTab from @ZaReason &#8211; a fully open source Android (or whatever you want to load) tablet (UPDATED)</title>
		<link>http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet</link>
		<comments>http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet#comments</comments>
		<pubDate>Wed, 25 Apr 2012 13:13:52 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

	<!-- AutoMeta Start -->
	<category>zareason</category>
	<category>cyanogenmod</category>
	<category>tablet</category>
	<category>allwinner</category>
	<category>lima</category>
	<category>android</category>
	<category>gpl</category>
	<category>open source</category>
	<category>linux</category>
	<category>kde</category>
	<category>google</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/?p=2742</guid>
		<description><![CDATA[ZaReason are a US company who only make Linux based computers and have recently been tweeting about building a completely open source tablet device, shipping with Android but unlocked so you can install whatever you would wish on it. They &#8230; <a href="http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet">The ZaTab from @ZaReason &#8211; a fully open source Android (or whatever you want to load) tablet (UPDATED)</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://zareason.com/" title="ZaReason website" target="_blank">ZaReason</a> are a US company who only make Linux based computers and have recently been <a href="https://twitter.com/#!/zareason/status/119459157651881984" target="_blank">tweeting about</a> building a completely open source tablet device, shipping with Android but unlocked so you can install whatever you would wish on it. They have even been <a href="https://twitter.com/#!/zareason/status/193523746366177281" target="_blank">working with the Software Freedom Conservancy</a> to ensure that it passes muster as an open source device.</p>
<p><a href="https://twitter.com/#!/zareason/status/190199448872288257/photo/1" target="_blank"><img src="https://p.twimg.com/AqO5ZBqCAAQ6bZr.jpg:large" alt="ZaReason ZaTab" /></a></p>
<p>However, other than <a href="https://twitter.com/#!/zareason/status/190199448872288257/photo/1" target="_blank">some</a> <a href="https://twitter.com/#!/zareason/status/178286527212830720/photo/1" target="_blank">photos</a> of it on Twitter details have been a little lacking, but now the ZaReason CEO (who is in New Zealand working on setting up a store there) tweeted the <a href="http://zareason.com/shop/zatab.html" target="_blank">URL for pre-orders</a> which includes the details about it:</p>
<ul>
<li>Pure Android</li>
<li>Allwinner A10 SoC</li>
<li>9.7&#8243; IPS 1024&#215;768 display</li>
<li>5 point capacitive touchscreen</li>
<li>16 GB internal storage + microSD for additional storage</li>
<li>1 GB ram</li>
<li>b/g/n WiFi</li>
<li>Front and Back cameras</li>
<li>Sturdy metal back</li>
<li>High-capacity 8000 mAh battery</li>
<li>Ultra-light 630 grams</li>
</ul>
<p>Ports:</p>
<ul>
<li>Headphone</li>
<li>microSD card slot</li>
<li>mini-HDMI video out</li>
<li>2x micro-USB ports</li>
</ul>
<p>The device is shipping with <a href="http://www.cyanogenmod.com/" target="_blank">CyanogenMod</a> 9 (so based on Google&#8217;s Android Open Source Programme &#8211; AOSP &#8211; Ice Cream Sandwich release) and yes, it has root access available (CyanogenMod 9 doesn&#8217;t enable it by default, but it is just a configuration option).  I would suspect this means it won&#8217;t ship with the Google Apps package which are not open source and so you won&#8217;t have access to the Google Play Store (formerly the Android Market), but you could still access the <a href="http://f-droid.org/" target="_blank">F-Droid open source application repository</a> from it and should you feel the need for the proprietary Google Apps then you could reflash CyanogenMod9 with the <a href="http://wiki.cyanogenmod.com/wiki/Latest_Version#Google_Apps" target="_blank">Google Apps package available from their site</a>.   Most importantly <strong>it ships with all the source code</strong>.</p>
<p>The Socket on a Chip (SoC) is the Allwinner A10 which has a 1GHz ARM Coretex A8 and a MALI 400 MP1 GPU.  Whilst the GPU manufacturer releases GPL driver code you apparently need a proprietary DDK to be able to produce a functional driver and so the <a href="http://limadriver.org/" target="_blank">Lima project</a> has been born to create a fully open driver.  Quite how the ZaReason people are dealing with this is unclear, if they are really shipping a fully open tablet then perhaps the Lima driver is a lot more stable than their project website claims. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   (<em><strong>Clarified below in the update</strong></em>)</p>
<p>They&#8217;ve also <a href="https://twitter.com/#!/zareason/status/189807040649101313" target="_blank">promised the boot loader is unlocked</a> so you can put whatever software you should wish to try out on it, on Twitter they said that they <a href="https://twitter.com/#!/zareason/status/189795585426075650" target="_blank">intend to try and get KDE going</a> on it (presumably the <a href="http://plasma-active.org/" target="_blank">KDE Plasma Active</a> project, possibly using <a href="http://www.merproject.org/" target="_blank">Mer</a> as the supporting distribution).  There&#8217;s even been a <a href="https://twitter.com/#!/zareason/status/195045865637949440" target="_blank">tongue-in-cheek reference to Gentoo</a>.. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Update</strong>:</p>
<p>Two updates on the ZaTab:
<ul>
<li>firstly that the pre-orders they are taking are limited to FOSS people, they want you to <a href="https://twitter.com/#!/zareason/status/195356537940738048">contact them via email</a> as part of the process (they have <a href="https://twitter.com/#!/ZaReasonNZ/status/195358156925308928">concerns about fraud</a>).</li>
<li>Secondly on the openness and GPU driver, <a href="https://twitter.com/#!/ZaReasonNZ/status/195359671450742785">they have confirmed</a> that &#8220;Initially there may be some binary blobs. Lima isn&#8217;t far enough along at this time, but we have high hopes for it&#8221;.</li>
</ul>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet">The ZaTab from @ZaReason &#8211; a fully open source Android (or whatever you want to load) tablet (UPDATED)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/25/the-zatab-from-zareason-a-fully-open-source-android-or-whatever-you-want-to-load-tablet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-22</title>
		<link>http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22</link>
		<comments>http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22#comments</comments>
		<pubDate>Sun, 22 Apr 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22</guid>
		<description><![CDATA[Anybody want an @ibmhpc Power5 #HPC cluster? Here&#039;s one on E-Bay http://t.co/A403CIaJ # Tonight&#039;s odd soup with @donna_Williams is chicken, swertcorn, onion, bacon and brussel sprout. # BTW the @ibmhpc Power5 #hpc cluster on eBay I mentioned? It&#039;s OpenPOWER 720, &#8230; <a href="http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22">Twitter Weekly Updates for 2012-04-22</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Anybody want an @<a href="http://twitter.com/ibmhpc" class="aktt_username">ibmhpc</a> Power5 #<a href="http://search.twitter.com/search?q=%23HPC" class="aktt_hashtag">HPC</a> cluster?  Here&#039;s one on E-Bay <a href="http://t.co/A403CIaJ" rel="nofollow">http://t.co/A403CIaJ</a> <a href="http://twitter.com/chris_bloke/statuses/191730232703729665" class="aktt_tweet_time">#</a></li>
<li>Tonight&#039;s odd soup with @<a href="http://twitter.com/donna_Williams" class="aktt_username">donna_Williams</a> is chicken, swertcorn, onion, bacon and brussel sprout. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/191822704620486656" class="aktt_tweet_time">#</a></li>
<li>BTW the @<a href="http://twitter.com/ibmhpc" class="aktt_username">ibmhpc</a> Power5 #<a href="http://search.twitter.com/search?q=%23hpc" class="aktt_hashtag">hpc</a> cluster on eBay I mentioned? It&#039;s OpenPOWER 720, so only runs #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> <a href="http://t.co/A403CIaJ" rel="nofollow">http://t.co/A403CIaJ</a> <a href="http://twitter.com/chris_bloke/statuses/191865905976852481" class="aktt_tweet_time">#</a></li>
<li>I liked a @<a href="http://twitter.com/YouTube" class="aktt_username">YouTube</a> video <a href="http://t.co/n0VQpwHK" rel="nofollow">http://t.co/n0VQpwHK</a> The Muppets &#8211; Bohemian Rhapsody <a href="http://twitter.com/chris_bloke/statuses/191875272927227904" class="aktt_tweet_time">#</a></li>
<li>Anyone know if the Jasper Carrott sketch with &quot;Beelzebub has a devil for a sideboard&quot; is around on @<a href="http://twitter.com/YouTube" class="aktt_username">YouTube</a>? <a href="http://twitter.com/chris_bloke/statuses/191879408938782720" class="aktt_tweet_time">#</a></li>
<li>Hey @<a href="http://twitter.com/Internode" class="aktt_username">Internode</a>, your survey email doesn&#039;t display properly in Thunderbird 11.0.1 <a href="http://twitter.com/chris_bloke/statuses/192040611057106944" class="aktt_tweet_time">#</a></li>
<li>For those in New York City in US, you may see space shuttle Enterprise fly over low on April 23rd <a href="http://t.co/r1rU5wwd" rel="nofollow">http://t.co/r1rU5wwd</a> <a href="http://twitter.com/chris_bloke/statuses/192052241585287169" class="aktt_tweet_time">#</a></li>
<li>&quot;cybercrime surveys they have examined 90 percent of the estimate appears to come from the answers of one or two individuals.&quot; <a href="http://twitter.com/chris_bloke/statuses/192395420729741312" class="aktt_tweet_time">#</a></li>
<li>#<a href="http://search.twitter.com/search?q=%23Melbourne" class="aktt_hashtag">Melbourne</a>  Australia, seen from the ISS at night #<a href="http://search.twitter.com/search?q=%23space" class="aktt_hashtag">space</a> #esa <a href="http://t.co/QquALGZ6" rel="nofollow">http://t.co/QquALGZ6</a> <a href="http://twitter.com/chris_bloke/statuses/192894938277613568" class="aktt_tweet_time">#</a></li>
<li>gpu hang means an unwanted reboot whilst trying to work from home. OS was fine, could tell KDE to logout from VC. <a href="http://twitter.com/chris_bloke/statuses/193148672429654017" class="aktt_tweet_time">#</a></li>
<li>Pray tell AFACT how will changing the law alter the fact that ISPs &quot;had no direct technical power&quot; to stop piracy? #<a href="http://search.twitter.com/search?q=%23iitrial" class="aktt_hashtag">iitrial</a> <a href="http://twitter.com/chris_bloke/statuses/193172844627230720" class="aktt_tweet_time">#</a></li>
<li>Please take the Parliamentary marriage equality survey &#8211; let us all count, not just the  discriminators <a href="http://t.co/nVn8SlPi" rel="nofollow">http://t.co/nVn8SlPi</a> <a href="http://twitter.com/chris_bloke/statuses/193207876129529856" class="aktt_tweet_time">#</a></li>
<li>Note Mr Jones bill compels celebrants to perform marriage ceremony, whereas @<a href="http://twitter.com/AdamBandt" class="aktt_username">AdamBandt</a>&#039;s bill does not. #<a href="http://search.twitter.com/search?q=%23equallove" class="aktt_hashtag">equallove</a> <a href="http://twitter.com/chris_bloke/statuses/193208611697201152" class="aktt_tweet_time">#</a></li>
<li>I cannot support anyone being compelled to perform services against their will, so can only support @<a href="http://twitter.com/AdamBandt" class="aktt_username">AdamBandt</a>&#039;s bill. <a href="http://twitter.com/chris_bloke/statuses/193208944452321280" class="aktt_tweet_time">#</a></li>
<li>If you use WD Green drives with #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> you may want to look at this:  <a href="http://t.co/0F3sgLRK" rel="nofollow">http://t.co/0F3sgLRK</a> <a href="http://twitter.com/chris_bloke/statuses/193221580212543488" class="aktt_tweet_time">#</a></li>
<li>Unfortunately that idle3ctl from idle3-tools doesn&#039;t seem to work with WD 6400AAV external USB drives. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/193224276558618625" class="aktt_tweet_time">#</a></li>
<li>Ever wondered just how much #<a href="http://search.twitter.com/search?q=%23caffeine" class="aktt_hashtag">caffeine</a> may be lethal? <a href="http://t.co/SM8QrPZT" rel="nofollow">http://t.co/SM8QrPZT</a> (of course some are more susceptible than others) <a href="http://twitter.com/chris_bloke/statuses/193225874588446720" class="aktt_tweet_time">#</a></li>
<li>At Cardinia with @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a> watching thunderstorm pass over from safety of our car. Quite spectacular! <a href="http://twitter.com/chris_bloke/statuses/193980413570596865" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22">Twitter Weekly Updates for 2012-04-22</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/22/twitter-weekly-updates-for-2012-04-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-15</title>
		<link>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2</link>
		<comments>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2#comments</comments>
		<pubDate>Sun, 15 Apr 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2</guid>
		<description><![CDATA[Sea Urchin shells on Point Cook Beach http://t.co/EIa84uLv # Tree silhouette, Birregurra http://t.co/xWhiMs4q # US politicians are very bad at working out what God told them to do. So don&#039;t believe anything they say God said to them. # 1981 &#8230; <a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2">Twitter Weekly Updates for 2012-04-15</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Sea Urchin shells on Point Cook Beach <a href="http://t.co/EIa84uLv" rel="nofollow">http://t.co/EIa84uLv</a> <a href="http://twitter.com/chris_bloke/statuses/189628604601217024" class="aktt_tweet_time">#</a></li>
<li>Tree silhouette, Birregurra <a href="http://t.co/xWhiMs4q" rel="nofollow">http://t.co/xWhiMs4q</a> <a href="http://twitter.com/chris_bloke/statuses/189628990066130944" class="aktt_tweet_time">#</a></li>
<li>US politicians are very bad at working out what God told them to do. So don&#039;t believe anything they say God said to them. <a href="http://twitter.com/chris_bloke/statuses/189930814379798528" class="aktt_tweet_time">#</a></li>
<li>1981 paper in Science predicted significant temperature rise from then to now based on CO2 levels &#8211; <a href="http://t.co/caMjGMvs" rel="nofollow">http://t.co/caMjGMvs</a> <a href="http://twitter.com/chris_bloke/statuses/189931504665767936" class="aktt_tweet_time">#</a></li>
<li>OK, so any guesses why &quot;java -version&quot; would get stuck in a futex() call on Linux ?  (apart from Java being, well, Java) <a href="http://twitter.com/chris_bloke/statuses/189935719777714176" class="aktt_tweet_time">#</a></li>
<li>Pacific #<a href="http://search.twitter.com/search?q=%23tsunami" class="aktt_hashtag">tsunami</a> warning that mentions UK is for island of Diego Garcia, not mainland UK (which isn&#039;t in Pacific) <a href="http://twitter.com/chris_bloke/statuses/190062615307894784" class="aktt_tweet_time">#</a></li>
<li>Don&#039;t know which is more depressing, that people make untrue+defamatory comments or that others unthinkingly swallow them <a href="http://twitter.com/chris_bloke/statuses/190074259245240320" class="aktt_tweet_time">#</a></li>
<li>Appears @<a href="http://twitter.com/Unimelb" class="aktt_username">Unimelb</a> DNS has broken again and lost all the #<a href="http://search.twitter.com/search?q=%23VLSCI" class="aktt_hashtag">VLSCI</a> supercomputers  &#8211; please use <a href="http://t.co/h1ma3LUK" rel="nofollow">http://t.co/h1ma3LUK</a> instead! <a href="http://twitter.com/chris_bloke/statuses/190353153802256384" class="aktt_tweet_time">#</a></li>
<li>#<a href="http://search.twitter.com/search?q=%23Java" class="aktt_hashtag">Java</a> isn&#039;t the answer, Java is the question. No is the answer. In unrelated news java -version still deadlocks. <a href="http://twitter.com/chris_bloke/statuses/190751615475658752" class="aktt_tweet_time">#</a></li>
<li>Had a go with archery with @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a>. Last time was at university in Aberystwyth 20 years ago. Had a great time! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/191349527414964225" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2">Twitter Weekly Updates for 2012-04-15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-15</title>
		<link>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15</link>
		<comments>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15#comments</comments>
		<pubDate>Sun, 15 Apr 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15</guid>
		<description><![CDATA[Sea Urchin shells on Point Cook Beach http://t.co/EIa84uLv # Tree silhouette, Birregurra http://t.co/xWhiMs4q # US politicians are very bad at working out what God told them to do. So don&#039;t believe anything they say God said to them. # 1981 &#8230; <a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15">Twitter Weekly Updates for 2012-04-15</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Sea Urchin shells on Point Cook Beach <a href="http://t.co/EIa84uLv" rel="nofollow">http://t.co/EIa84uLv</a> <a href="http://twitter.com/chris_bloke/statuses/189628604601217024" class="aktt_tweet_time">#</a></li>
<li>Tree silhouette, Birregurra <a href="http://t.co/xWhiMs4q" rel="nofollow">http://t.co/xWhiMs4q</a> <a href="http://twitter.com/chris_bloke/statuses/189628990066130944" class="aktt_tweet_time">#</a></li>
<li>US politicians are very bad at working out what God told them to do. So don&#039;t believe anything they say God said to them. <a href="http://twitter.com/chris_bloke/statuses/189930814379798528" class="aktt_tweet_time">#</a></li>
<li>1981 paper in Science predicted significant temperature rise from then to now based on CO2 levels &#8211; <a href="http://t.co/caMjGMvs" rel="nofollow">http://t.co/caMjGMvs</a> <a href="http://twitter.com/chris_bloke/statuses/189931504665767936" class="aktt_tweet_time">#</a></li>
<li>OK, so any guesses why &quot;java -version&quot; would get stuck in a futex() call on Linux ?  (apart from Java being, well, Java) <a href="http://twitter.com/chris_bloke/statuses/189935719777714176" class="aktt_tweet_time">#</a></li>
<li>Pacific #<a href="http://search.twitter.com/search?q=%23tsunami" class="aktt_hashtag">tsunami</a> warning that mentions UK is for island of Diego Garcia, not mainland UK (which isn&#039;t in Pacific) <a href="http://twitter.com/chris_bloke/statuses/190062615307894784" class="aktt_tweet_time">#</a></li>
<li>Don&#039;t know which is more depressing, that people make untrue+defamatory comments or that others unthinkingly swallow them <a href="http://twitter.com/chris_bloke/statuses/190074259245240320" class="aktt_tweet_time">#</a></li>
<li>Appears @<a href="http://twitter.com/Unimelb" class="aktt_username">Unimelb</a> DNS has broken again and lost all the #<a href="http://search.twitter.com/search?q=%23VLSCI" class="aktt_hashtag">VLSCI</a> supercomputers  &#8211; please use <a href="http://t.co/h1ma3LUK" rel="nofollow">http://t.co/h1ma3LUK</a> instead! <a href="http://twitter.com/chris_bloke/statuses/190353153802256384" class="aktt_tweet_time">#</a></li>
<li>#<a href="http://search.twitter.com/search?q=%23Java" class="aktt_hashtag">Java</a> isn&#039;t the answer, Java is the question. No is the answer. In unrelated news java -version still deadlocks. <a href="http://twitter.com/chris_bloke/statuses/190751615475658752" class="aktt_tweet_time">#</a></li>
<li>Had a go with archery with @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a>. Last time was at university in Aberystwyth 20 years ago. Had a great time! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/191349527414964225" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15">Twitter Weekly Updates for 2012-04-15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/15/twitter-weekly-updates-for-2012-04-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2012-04-08</title>
		<link>http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08</link>
		<comments>http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08#comments</comments>
		<pubDate>Sun, 08 Apr 2012 00:14:00 +0000</pubDate>
		<dc:creator>Chris Samuel</dc:creator>
				<category><![CDATA[twitter]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08</guid>
		<description><![CDATA[&#34;The Null Packet is a zero-dimensional packet. The Null Packet exists since it is non-self-contradictorily definable&#34; # The NULL packet &#8211; http://t.co/WA9BV3Zq # Saw The Best Exotic Marigold Hotel tonight with @Donna_Williams tonight, good film, better than you&#039;d think from &#8230; <a href="http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08">Continue reading <span class="meta-nav">&#8594;</span></a><p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08">Twitter Weekly Updates for 2012-04-08</a></p>
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>&quot;The Null Packet is a zero-dimensional packet.  The Null Packet exists since it is non-self-contradictorily definable&quot; <a href="http://twitter.com/chris_bloke/statuses/186601742694223874" class="aktt_tweet_time">#</a></li>
<li>The NULL packet &#8211; <a href="http://t.co/WA9BV3Zq" rel="nofollow">http://t.co/WA9BV3Zq</a> <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/186601923766534144" class="aktt_tweet_time">#</a></li>
<li>Saw The Best Exotic Marigold Hotel tonight with @<a href="http://twitter.com/Donna_Williams" class="aktt_username">Donna_Williams</a> tonight, good film, better than you&#039;d think from trailer <a href="http://twitter.com/chris_bloke/statuses/186807347627298817" class="aktt_tweet_time">#</a></li>
<li>AT&amp;T Microcell includes &quot;BackdoorPacketCmdLine&quot; <a href="http://t.co/ONZMgLAA" rel="nofollow">http://t.co/ONZMgLAA</a> #<a href="http://search.twitter.com/search?q=%23failblog" class="aktt_hashtag">failblog</a> #security #<a href="http://search.twitter.com/search?q=%23att" class="aktt_hashtag">att</a> via @<a href="http://twitter.com/jedisct1" class="aktt_username">jedisct1</a> @ErrataRob <a href="http://twitter.com/chris_bloke/statuses/187065051046354944" class="aktt_tweet_time">#</a></li>
<li>Yay, that&#039;s the second time today my access to the Uni Exchange server has randomly stopped working for a few minutes.. <a href="http://twitter.com/chris_bloke/statuses/187068153879199744" class="aktt_tweet_time">#</a></li>
<li>Off to Big Mama&#039;s Korean Restaurant on Swanston Street before tonights @<a href="http://twitter.com/linuxusersvic" class="aktt_username">linuxusersvic</a> meeting <a href="http://twitter.com/chris_bloke/statuses/187081279769018369" class="aktt_tweet_time">#</a></li>
<li>Trying to install CyanogenMod on a friends ZTE v9, hampered by fact that root exploit and superuser package are 403 <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/187494035030675456" class="aktt_tweet_time">#</a></li>
<li>Ummm, wow, @<a href="http://twitter.com/Nokia" class="aktt_username">Nokia</a> just posted my old #<a href="http://search.twitter.com/search?q=%23N900" class="aktt_hashtag">N900</a> photo of #<a href="http://search.twitter.com/search?q=%23RMIT" class="aktt_hashtag">RMIT</a> &#8211; flattered! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://t.co/9q11Pv3x" rel="nofollow">http://t.co/9q11Pv3x</a> <a href="http://twitter.com/chris_bloke/statuses/187533235591454720" class="aktt_tweet_time">#</a></li>
<li>Got &quot;Rise&quot; by Public Image Ltd stuck in my head after ABC Dig Radio played it this morning <a href="http://t.co/gPTCq5vE" rel="nofollow">http://t.co/gPTCq5vE</a> <a href="http://twitter.com/chris_bloke/statuses/187789722788175872" class="aktt_tweet_time">#</a></li>
<li>When running Arch #<a href="http://search.twitter.com/search?q=%23Linux" class="aktt_hashtag">Linux</a> it&#039;s good to run pacman -Sc occasionally, just gone from 300MB to 2.3GB free <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/187858163251429376" class="aktt_tweet_time">#</a></li>
<li>Nice early science #<a href="http://search.twitter.com/search?q=%23astronomy" class="aktt_hashtag">astronomy</a> viz (supernovae and Big Bang) from Blue Waters at NCSA <a href="http://t.co/V1rScN2B" rel="nofollow">http://t.co/V1rScN2B</a> via @<a href="http://twitter.com/insideHPC" class="aktt_username">insideHPC</a> <a href="http://twitter.com/chris_bloke/statuses/187858959003172867" class="aktt_tweet_time">#</a></li>
<li>I appear to have successfully root&#039;d and installed CyanogenMod on friends ZTE V9 (Optus My Tab) for first time. <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/187879967634362368" class="aktt_tweet_time">#</a></li>
<li>.@elakdawalla looks like a huntsman spider to me, either that or the Shadows from Babylon 5 are back.. <a href="http://twitter.com/chris_bloke/statuses/188583574243508224" class="aktt_tweet_time">#</a></li>
<li>.@Kogan what would be really interesting would be a modern Android tablet that shipped with CyanogenMod <a href="http://twitter.com/chris_bloke/statuses/188594710242263040" class="aktt_tweet_time">#</a></li>
<li>Had kookaburra try to break into house through window. Fortunately discovered before it managed to break the glass! <a href="http://twitter.com/chris_bloke/statuses/188809872920412160" class="aktt_tweet_time">#</a></li>
<li>Grilled pineapple with minced ginger and cinnamon &#8211; awesome creation of @<a href="http://twitter.com/donna_williams" class="aktt_username">donna_williams</a> <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/chris_bloke/statuses/188820412090695680" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
<p>This item originally posted here:<br/><br/><a href="http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08">Twitter Weekly Updates for 2012-04-08</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.csamuel.org/2012/04/08/twitter-weekly-updates-for-2012-04-08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

