<?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>headwedge</title>
	<atom:link href="http://headwedge.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://headwedge.com/wordpress</link>
	<description>(v)[a state of mental confusion] as in: 'head wedged up own arse</description>
	<lastBuildDate>Thu, 18 Feb 2010 17:33:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I&#8217;m back</title>
		<link>http://headwedge.com/wordpress/2010/01/31/im-back/</link>
		<comments>http://headwedge.com/wordpress/2010/01/31/im-back/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 23:53:30 +0000</pubDate>
		<dc:creator>ectpete</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/2010/01/31/im-back/</guid>
		<description><![CDATA[Today saw the first Beverley Linux User Group meeting for almost two years.  Topics discussed were Linux, Linux Distributions and Apple Macs, iPhone and iPad (I couldn&#8217;t resist).  We hope to meet every month from now on.
]]></description>
			<content:encoded><![CDATA[<p>Today saw the first Beverley Linux User Group meeting for almost two years.  Topics discussed were Linux, Linux Distributions and Apple Macs, iPhone and iPad (I couldn&#8217;t resist).  We hope to meet every month from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2010/01/31/im-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X How To: Installing Eclipse CDT</title>
		<link>http://headwedge.com/wordpress/2009/12/31/os-x-how-to-installing-eclipse-cdt/</link>
		<comments>http://headwedge.com/wordpress/2009/12/31/os-x-how-to-installing-eclipse-cdt/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:27:26 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[Eclipse CDT]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=480</guid>
		<description><![CDATA[
N.B. Includes Snow Leopard &#8220;binary not found&#8221; fix.

In this context CDT is a three-letter abbreviation referring to the Eclipse C/C++ Development Toolkit and OS X is a UNIX based operating system.
However, unfortunately for would-be C++ programmers and unlike most flavours of Linux, OS X does not come with the standard development tools pre-installed that the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/mpkg-icon.jpg"><img class="alignnone size-full wp-image-486" title="mpkg icon" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/mpkg-icon.jpg" alt="icon" width="150" height="150" /></a><br />
<span style="color: #ff0000;">N.B. Includes Snow Leopard </span><span style="color: #ff0000;">&#8220;binary not found&#8221; fix.<br />
</span></p>
<p>In this context <em>CDT</em> is a three-letter abbreviation referring to the <a href="http://www.eclipse.org/cdt/"><em>Eclipse</em> C/C++ Development Toolkit</a> and <a href="http://en.wikipedia.org/wiki/Mac_OS_X">OS X</a> is a UNIX based operating system.</p>
<p>However, unfortunately for would-be C++ programmers and unlike most flavours of Linux, OS X does <strong>not</strong> come with the standard development tools pre-installed that the Eclipse CDT requires in order to compile, link and execute C++ code!</p>
<p>Therefore, the following steps are required&#8230;</p>
<h3><span id="more-480"></span>1. Install Xcode Suite of Developer Tools</h3>
<p>Whilst we do not want the Xcode IDE itself we do need its modified version of the <a title="Free software" href="http://en.wikipedia.org/wiki/Free_software">free software</a> <a title="GNU Compiler Collection" href="http://en.wikipedia.org/wiki/GNU_Compiler_Collection">GNU Compiler Collection</a>.</p>
<p>The Xcode suite is available on the Mac OS X DVDs/CDs that came with your computer, or you can       download them from Apple:</p>
<ul>
<li><a href="http://developer.apple.com/">Developer Connection</a></li>
<li><a href="https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/202/wo/tc0AoX7FqcuI2CrcbiK1VpdipQF/5.1.17.2.1.3.3.1.1.1.1.0.3.4.3.3.1">Developer Tools</a></li>
<li><a href="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/202/wa/download?path=%2FDeveloper_Tools%2Fxcode_3.2.1_developer_tools%2Fxcode321_10m2003_developerdvd.dmg&amp;wosid=tc0AoX7FqcuI2CrcbiK1VpdipQF">Xcode 3.2.1 Developer DVD (Disk Image)</a> (751.1 MB 08 Oct 2009)</li>
</ul>
<p>Read about the suite here:</p>
<ul>
<li><a href="http://headwedge.com/pdf/about_xcode_3.2.1.pdf">about_xcode_3.2.1.pdf</a></li>
</ul>
<p>In particular page 3, <em>Installing Xcode Developer Tools</em>.</p>
<p>Simply follow the default install procedure for the Xcode developer make package <em>Xcode.mpkg </em>to get what you need.</p>
<h3>2. Install Eclipse CDT</h3>
<p>What is interesting for Mac/OS X users here is that since version 3.5 of Eclipse the download choices have increased&#8230;</p>
<ul>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-php-galileo-SR1-macosx-carbon.tar.gz" target="_blank">Mac Carbon 32bit</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-php-galileo-SR1-macosx-cocoa.tar.gz" target="_blank">Mac Cocoa 32bit</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-php-galileo-SR1-macosx-cocoa-x86_64.tar.gz" target="_blank">Mac Cocoa 64bit</a></li>
</ul>
<p>These choices have been blogged about at length by others <a href="http://straylink.wordpress.com/2009/02/24/eclipse-35m5-cocoa-vs-carbon/">here</a> (don&#8217;t agree), <a href="http://blog.zvikico.com/2009/06/eclipse-galileo-for-mac-cocoa-or-carbon.html">here</a> and reconsidered <a href="http://eclipse.dzone.com/articles/eclipse-java-and-snow-leopard">here</a>.</p>
<p>Given that I am running Snow Leopard with Java 6 on a Core 2 Duo I chose the 64 bit Cocoa Download.</p>
<p>The installation process is a doddle given the download presents itself as a <a href="http://en.wikipedia.org/wiki/Gzip">GNU zipped</a> &amp; <a href="http://en.wikipedia.org/wiki/Tar_%28file_format%29" target="_blank">tarballed</a> folder named Eclipse, that contains the Java application that is Eclipse plus some other bits &amp; bobs, it is just a case of dropping this folder into <em>Applications</em>.</p>
<h3>3. Upgrade the CDT to latest version</h3>
<p>I have already <a href="http://headwedge.com/wordpress/2009/12/30/binary-not-found-snow-leopard-eclipse-cdt-fix/">blogged</a> about what can be a very annoying bug with the CDT on 64 bit machines. It is most correctly fixed by upgrading the default CDT to version 6.0.2 (or greater) via the nightly build links:</p>
<ul>
<li><a href="http://download.eclipse.org/tools/cdt/builds/6.0.2/I.I200912180606/index.html">CDT 6.0.2 Build I200912180606</a></li>
<li><a href="http://download.eclipse.org/tools/cdt/builds/6.0.2/index.html">Nightly build list (freshest is at the top)</a></li>
</ul>
<p>To upgrade CDT:</p>
<ul>
<li>Download the master zip file (cdt-master-6.0.2-I200912180606.zip)</li>
<li>Fire up Eclipse (The Platform Run-time 3.5 is minimum recommended)</li>
<li>Select Help-&gt;Install New Software</li>
<li>Add in the master zip as an Archive site</li>
<li>Under <em>CDT Main Features</em> select the one you want<br />
-C/C++ Development Tools is the main one</li>
<li>Select <em>CDT Optional Features</em> category for lots of other goodies not least of which is the Mylyn bridge</li>
</ul>
<h3>4. Test the install with the built in Hello World project</h3>
<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-31-at-00.18.36.png"><img class="alignnone size-thumbnail wp-image-522" title="Screen shot 2009-12-31 at 00.18.36" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-31-at-00.18.36-150x150.png" alt="" width="150" height="150" /></a></p>
<h3>5. Trouble-shoot any problems</h3>
<p>As ever <em>&#8220;your mileage may very&#8221;</em> but this process should now have you up and running with Eclipse 3.5 CDT 6.0.2 with no problems.</p>
<p>If this is not the case then your first port of call should be <a href="http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=80&amp;">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/31/os-x-how-to-installing-eclipse-cdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;binary not found&#8221; Snow Leopard Eclipse CDT Fix</title>
		<link>http://headwedge.com/wordpress/2009/12/30/binary-not-found-snow-leopard-eclipse-cdt-fix/</link>
		<comments>http://headwedge.com/wordpress/2009/12/30/binary-not-found-snow-leopard-eclipse-cdt-fix/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:25:56 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[Eclipse CDT]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[binary not found]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[solution 1]]></category>
		<category><![CDATA[solution 2]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=494</guid>
		<description><![CDATA[Cocoa Eclipse
Given that the new iMac is intended for software development the first port of call was the Eclipse Download site.
I selected the Cocoa 64 bit version of the OS X Eclipse C/C++ Development Toolkit, downloaded, installed and tested it with the &#8216;Hello World C++ Project&#8217; that has long since come with Eclipse.
Binary Not Found
A [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Reflective_Eclipse_IDE_Icon_by_dert07.png"><img class="alignleft size-thumbnail wp-image-503" title="Reflective_Eclipse_IDE_Icon_by_dert07" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Reflective_Eclipse_IDE_Icon_by_dert07-150x150.png" alt="" width="150" height="150" /></a>Cocoa Eclipse</h3>
<p>Given that the new iMac is intended for software development the first port of call was the <a href="http://en.wikipedia.org/wiki/Eclipse_%28software%29" target="_blank">Eclipse</a> <a href="http://" target="_blank">Download</a> site.</p>
<p>I selected the Cocoa 64 bit version of the OS X Eclipse C/C++ Development Toolkit, downloaded, installed and tested it with the &#8216;Hello World C++ Project&#8217; that has long since come with Eclipse.</p>
<h3>Binary Not Found</h3>
<p><span id="more-494"></span>A faultless compilation but where is the binary? Why can&#8217;t I see it in the Run Configurations dialog when I search the project?</p>
<p>A quick search of the <em>workspace/HelloWorld/Debug</em> folder path reveals that the executable does indeed exist!</p>
<p>Further, it runs quite happily with <em>./workspace/HelloWorld/Debug/HelloWorld </em>so what is going on?<em> </em></p>
<h3>!!!Hello World!!!</h3>
<p>A quick trip to the Eclipse Community Forums reveals the problem presented by &#8216;Enrico&#8217; in this thread <a href="http://www.eclipse.org/forums/index.php?t=tree&amp;th=153394&amp;S=a23f5d5b8aea6a133e43d61b894413e3#page_top" target="_blank"><em>Binaries not created in Snow Leopard (64 bit problem?)</em></a>.</p>
<h3><span style="color: #ff0000;">Solution 1 -arch i386</span></h3>
<p>It transpires that the explanation is that Mach-O parser does not understand 64 bit binaries generated by g++.</p>
<p>The short term solution (patch) is to inform <strong>both</strong> the linker and the compiler of your intended target architecture by adding the apple specific flag&#8230;</p>
<pre>-arch i386</pre>
<h4>Linker</h4>
<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-30-at-20.10.121.png"><img class="alignnone size-thumbnail wp-image-506" title="Screen shot 2009-12-30 at 20.10.12" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-30-at-20.10.121-150x150.png" alt="" width="150" height="150" /></a></p>
<h4>Compiler</h4>
<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-30-at-20.10.48.png"><img class="alignnone size-thumbnail wp-image-507" title="Screen shot 2009-12-30 at 20.10.48" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Screen-shot-2009-12-30-at-20.10.48-150x150.png" alt="" width="150" height="150" /></a></p>
<h3>Drawbacks</h3>
<p>This is all well and good but needs to be done on project by project basis.</p>
<p>I suspect that a more complete solution would be to add</p>
<pre>-arch i386 -arch x86-64
</pre>
<p>to generate a binary which runs as x86-64 code on that architecture, but still runs correctly on x86.</p>
<p>Whilst this may well be appropriate for portability of your executable it ought not be needed, hence&#8230;</p>
<h3><span style="color: #ff0000;">Solution 2 Install Version 6 of the CDT via any nightly build &gt;= 20091106</span></h3>
<p><span style="color: #ff0000;"><span style="color: #000000;">To quote </span></span><a href="http://www.eclipse.org/forums/index.php?t=usrinfo&amp;id=65007&amp;">Marc-Andre Laperle</a> from the forum:</p>
<blockquote><p>This is now fixed in 6.0.2 which you can get the nightly build <a href="http://download.eclipse.org/tools/cdt/builds/6.0.2/I.I200911060608/index.html" target="_blank">here</a> or get a more recent one (&gt;= 20091106) <a href="http://download.eclipse.org/tools/cdt/builds/6.0.2/index.html" target="_blank">here</a>.</p></blockquote>
<p><span style="color: #ff0000;"><span style="color: #000000;">Just follow the instructions and everything seems to work very nicely, so far&#8230;</span></span></p>
<h3><span style="color: #ff0000;"><span style="color: #000000;">Bonuses</span></span></h3>
<p><span style="color: #ff0000;"><span style="color: #000000;">After implementing solution 2 you get Mylyn bridge etc but also IBM cXL toolchain to work with Power PC processors as your target and the GNU cross platform compiler!<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/30/binary-not-found-snow-leopard-eclipse-cdt-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got iMac?</title>
		<link>http://headwedge.com/wordpress/2009/12/30/got-imac/</link>
		<comments>http://headwedge.com/wordpress/2009/12/30/got-imac/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:03:07 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[iMac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=498</guid>
		<description><![CDATA[
for &#40;$int i = 0; $i &#60; 100; $i++&#41; &#123;
&#160; &#160; echo &#34;I have an iMac w00t!&#34;;
&#125;
&#160;
Santa brought me a brand new iMac 21.5-inch!
﻿

Specifications


3.06GHz Intel Core 2 Duo
4GB 1066MHz DDR3 SDRAM &#8211; 2&#215;2GB
500GB Serial ATA Drive
NVIDIA GeForce 9400M
Apple Wireless Keyboard (British) and User&#8217;s Guide (English)
8x double-layer SuperDrive
Apple Magic Mouse

// 


]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/imac.jpg"><img class="size-full wp-image-499 alignnone" title="imac" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/imac.jpg" alt="" width="116" height="107" /></a></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw1">for</span> <span class="br0">&#40;</span><span class="re0">$int</span> i = <span class="nu0">0</span>; <span class="re0">$i</span> &lt; <span class="nu0">100</span>; <span class="re0">$i</span>++<span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&quot;I have an iMac w00t!&quot;</span>;<br />
<span class="br0">&#125;</span><br />
&nbsp;</div>
<p>Santa brought me a brand new <a href="http://store.apple.com/uk/configure/MB950B/A?mco=MTM3NDc3MDM" target="_blank">iMac 21.5-inch</a>!</p>
<p>﻿</p>
<div id="coherent_id_121">
<h2><strong>Specifications</strong></h2>
<div>
<ul id="specs-list">
<li id="coherent_id_104">3.06GHz Intel Core 2 Duo</li>
<li id="coherent_id_105">4GB 1066MHz DDR3 SDRAM &#8211; 2&#215;2GB</li>
<li id="coherent_id_106">500GB Serial ATA Drive</li>
<li id="coherent_id_107">NVIDIA GeForce 9400M</li>
<li id="coherent_id_108">Apple Wireless Keyboard (British) and User&#8217;s Guide (English)</li>
<li id="coherent_id_109">8x double-layer SuperDrive</li>
<li id="coherent_id_110">Apple Magic Mouse</li>
</ul>
<p><script type="text/javascript">// <![CDATA[
    coherent.View.createViewsForNodeTree($('specs-list'));
	apple.widget.CTOSummaryWidget.prototype.allowFixedPosition= true;
    var summaryWidget = new apple.widget.CTOSummaryWidget('secondary', null, { 'content': 'state.summary.options' });
// ]]&gt;</script></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/30/got-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSc January Goals</title>
		<link>http://headwedge.com/wordpress/2009/12/28/msc-january-goals/</link>
		<comments>http://headwedge.com/wordpress/2009/12/28/msc-january-goals/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 22:18:06 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=476</guid>
		<description><![CDATA[

rewrite research proposal done
meet with postgraduate advisor done
meet with course supervisor(s) done
reform code base to do
order CO2 sensor all going to be simulated

﻿
]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/my-goals-list-on-blackboard.jpg"><img class="alignnone size-full wp-image-477" title="my-goals-list-on-blackboard" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/my-goals-list-on-blackboard.jpg" alt="my-goals-list-on-blackboard" width="81" height="110" /></a></p>
<ol>
<li>rewrite research proposal <span style="color: #ff6600;">done</span></li>
<li>meet with postgraduate advisor <span style="color: #ff6600;">done</span></li>
<li>meet with course supervisor(s) <span style="color: #ff6600;">done</span></li>
<li>reform code base <span style="color: #ff6600;">to do</span></li>
<li><span style="text-decoration: line-through;">order CO2 sensor </span><span style="color: #ff6600;">all going to be simulated</span></li>
</ol>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/28/msc-january-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paging Dr. Whack-a-doodle&#8230;</title>
		<link>http://headwedge.com/wordpress/2009/12/28/paging-dr-whack-a-doodle/</link>
		<comments>http://headwedge.com/wordpress/2009/12/28/paging-dr-whack-a-doodle/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:55:06 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[MSc]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=472</guid>
		<description><![CDATA[&#8230;Dr Whack-a-doodle to the emergency mercury salmon poisoning room!
The Resuscitation Council is woefully inadequate when it comes to advice on how to resuscitate a moribund Research Masters Degree course. Thus, I will have to make it up as I go along. I wonder if the patient will make it through?
The first 6 months were very [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/resus.jpg"><img class="alignleft size-full wp-image-471" title="resus" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/resus.jpg" alt="woman resuscitating prone male" width="121" height="116" /></a>&#8230;Dr Whack-a-doodle to the emergency mercury salmon poisoning room!</p>
<p>The <a href="http://www.resus.org.uk/SiteIndx.htm" target="_blank">Resuscitation Council</a> is woefully inadequate when it comes to advice on how to resuscitate a moribund Research Masters Degree course. Thus, I will have to make it up as I go along. I wonder if the patient will make it through?</p>
<p>The first 6 months were very productive with respect to collecting background information, previous works, resources and developing a direction. The initial programming experiments seem useful and relevant but I have lost all sense of direction.</p>
<p>Unfortunately, rereading my original research proposal does not help because it too seems lacking in direction. Perhaps, as <a href="http://en.wikipedia.org/wiki/Henry_David_Thoreau" target="_blank">Thoreau</a> said, it is better to &#8220;Simplify, simplify&#8221;?</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/28/paging-dr-whack-a-doodle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another year over&#8230;</title>
		<link>http://headwedge.com/wordpress/2009/12/28/another-year-over/</link>
		<comments>http://headwedge.com/wordpress/2009/12/28/another-year-over/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 05:05:11 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[MSc]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/?p=463</guid>
		<description><![CDATA[&#8230;and nothing &#8216;blogged&#8217; for 13 months! (Triskaidekaphobia anyone?)
Well I was busy!
- started a part-time Research MSc at University (again)
- struggled to have time for MSc (again)
- learned to snowboard (o_O)
- put MSc on back burner (again)
- got kicked in the butt by economic down-turn (again)
- got wife pregnant (awesome)
- got a new job (hurrah)
- got [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Surly-Santa.jpg"><img class="alignleft size-medium wp-image-466" title="Surly Santa" src="http://headwedge.com/wordpress/wp-content/uploads/2009/12/Surly-Santa-225x300.jpg" alt="" width="225" height="300" /></a>&#8230;and nothing &#8216;blogged&#8217; for 13 months! (Triskaidekaphobia anyone?)</p>
<p>Well I was busy!</p>
<p>- started a part-time Research MSc at University (again)<br />
- struggled to have time for MSc (again)<br />
- learned to snowboard (o_O)<br />
- put MSc on back burner (again)<br />
- got kicked in the butt by economic down-turn (again)<br />
- got wife pregnant (awesome)<br />
- got a new job (hurrah)<br />
- got a new baby (^_^)<br />
- got a new iMac (student discount)<br />
- went jogging (at last)<br />
- decided to blog efforts to resuscitate MSc (gulp)</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2009/12/28/another-year-over/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yet More Mac Envy! 7 ways to make your PC look like a Mac&#8230;</title>
		<link>http://headwedge.com/wordpress/2008/11/12/yet-more-mac-envy-7-ways-to-make-your-pc-look-like-a-mac/</link>
		<comments>http://headwedge.com/wordpress/2008/11/12/yet-more-mac-envy-7-ways-to-make-your-pc-look-like-a-mac/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 12:38:31 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/2008/11/12/yet-more-mac-envy-7-ways-to-make-your-pc-look-like-a-mac/</guid>
		<description><![CDATA[
From techradar.com (this one is for ectpete)&#8230;
Why wait for Windows 7 though? There are loads of ways you can fiddle with Vista&#8217;s interface and cheer up the depressing and omnipresent black bars. To show you some of the options out there here are seven tricks for dealing with that most common of Windows&#8217; viruses: Mac-envy.
read [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://headwedge.com/wordpress/wp-content/uploads/2008/11/dock-728-75.jpg"><img src="http://headwedge.com/wordpress/wp-content/uploads/2008/11/dock-728-75-150x150.jpg" alt="" title="win-mac-dock" width="150" height="150" class="alignleft size-thumbnail wp-image-458" /></a></p>
<p>From techradar.com (this one is for <em>ectpete</em>)&#8230;</p>
<blockquote><p>Why wait for Windows 7 though? There are loads of ways you can fiddle with Vista&#8217;s interface and cheer up the depressing and omnipresent black bars. To show you some of the options out there here are seven tricks for dealing with that most common of Windows&#8217; viruses: Mac-envy.</p></blockquote>
<p><br/><br/><a href="http://www.techradar.com/news/software/operating-systems/7-ways-to-make-your-pc-look-like-a-mac-483798?src=rss&amp;attr=all">read more</a> | <a href="http://digg.com/apple/7_ways_to_make_your_PC_look_like_a_Mac_2">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2008/11/12/yet-more-mac-envy-7-ways-to-make-your-pc-look-like-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Eee How To: Mount 8GB Transcend SDHC card as your /Home Step by step Guide</title>
		<link>http://headwedge.com/wordpress/2008/11/01/ubuntu-eee-how-to-mount-8gb-transcend-sdhc-card-as-home/</link>
		<comments>http://headwedge.com/wordpress/2008/11/01/ubuntu-eee-how-to-mount-8gb-transcend-sdhc-card-as-home/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 15:04:39 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/2008/11/01/ubuntu-eee-how-to-mount-8gb-transcend-sdhc-card-as-home/</guid>
		<description><![CDATA[
This seems a logical step for many Eee PC owners and the Asus Eee PC Forum has a thread devoted to unraveling this issue [link] but for your convenience here are the steps laid out:

Format the SDHC card
- Use the graphical Gnome Partition Manager to partition all the available space and format the SDHC card [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=headwedge-21&#038;o=2&#038;p=8&#038;l=as1&#038;asins=B000P9ZBFA&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><br />
This seems a logical step for many Eee PC owners and the Asus Eee PC Forum has a thread devoted to unraveling this issue [<a href="http://forum.eeeuser.com/viewtopic.php?id=7957">link</a>] but for your convenience here are the steps laid out:<br />
<span id="more-447"></span><br />
<strong>Format the SDHC card</strong><br />
- Use the graphical Gnome Partition Manager to partition all the available space and format the SDHC card file type as <em>ext2</em> (the journaling of ext3 slows and uses too many writes).<br />
- The Gnome graphical partitioner can be run as supervisor from the terminal:</p>
<p><code>sudo gparted</code</p>
<p>-Then follow the menu trail:<br />
1. to select your SDHC card...<br />
<em>-GParted<br />
--Devices<br />
---/dev/sdb</em> </p>
<p>2. to select all the space...<br />
<em>-Partition<br />
--Resize/Move</em></p>
<p>3. to select file system...<br />
<em>-Partition<br />
--Format to<br />
---ext2</em></p>
<p>...and then apply the actions.</p>
<p>4. Finally make a note of the default mount point when the tasks are done, you will use this below (usually /media/card)</p>
<p><strong>Move /home to the SDHC card</strong><br />
1. Assuming the SDHC mounted at /media/card  make an exact copy of all the data under /home onto your SD</p>
<p><code>sudo rsync -av --progress /home/ /media/card/</code></p>
<p>2. Make a backup copy of /home  </p>
<p><code>mv /home /home.old</code></p>
<p>**delete<em> /home.old</em> only when you are content all is working reliably**</p>
<p>3. Unmount the card from its default location</p>
<p><code>umount /media/card</code></p>
<p>4. Remount your home folder to the SD card</p>
<p><code>mount /dev/sdb1 /home</code></p>
<p>5. Make this change permanent by amending your file system table <em>fstab</em> file</p>
<p><code>sudo gedit /etc/fstab</code></p>
<p>add the following line</p>
<p>/dev/sdb1               /home                   ext2     defaults,noatime        1 2</p>
<p><strong>Fix the shutdown unmount corruption error</strong><br />
When shutting down, Ubuntu fails to properly synchronize the buffered data with the SDHC card and fails to gracefully unmount it. This results in the file system consistency check tool <em>fsck</em> automatically running at each boot up to repair the SHDC filesystem. The ultimate forum derived solution [<a href="http://forum.eeeuser.com/viewtopic.php?id=9304">link</a>] seems to be to edit Ubuntu's shutdown script to take care of the SDHC card appropriately.</p>
<p>1. Edit the unmount file system script <em>umountfs</em></p>
<p><code>sudo gedit /etc/init.d/umountfs</code></p>
<p>2. Add the following lines after the <code>do_stop () { ... }</code> function</p>
<p><code>sync; sync<br />
eject /dev/sdb1<br />
sleep 3</code></p>
<p>3. Reboot and all should be working as desired :)</p>
<p>Thanks to all at the forum for this solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2008/11/01/ubuntu-eee-how-to-mount-8gb-transcend-sdhc-card-as-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus Eee PC 900 Leather Case Goodness</title>
		<link>http://headwedge.com/wordpress/2008/10/28/asus-eee-pc-900-leather-case-goodness/</link>
		<comments>http://headwedge.com/wordpress/2008/10/28/asus-eee-pc-900-leather-case-goodness/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 15:58:10 +0000</pubDate>
		<dc:creator>headwedge</dc:creator>
				<category><![CDATA[Eee PC]]></category>

		<guid isPermaLink="false">http://headwedge.com/wordpress/2008/10/28/asus-eee-pc-900-leather-case-goodness/</guid>
		<description><![CDATA[
Yet again the magic that is &#8216;er in-doors has come up trumps with the best geeky accessory gift a proud new Eee PC owner could wish for.. a leather case!
Amazon have this hand made soft leather case for the 900 series at a great price [link]
I particularly like the pouches for your SD Cards and [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=headwedge-21&#038;o=2&#038;p=8&#038;l=as1&#038;asins=B001AAN2KY&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Yet again the magic that is <em>&#8216;er in-doors</em> has come up trumps with the best geeky accessory gift a proud new Eee PC owner could wish for.. a leather case!</p>
<p>Amazon have this hand made soft leather case for the 900 series at a great price [<a href="http://www.amazon.co.uk/gp/product/B001CAR7J4/ref=s9subs_c6_23_img2-rfc_p-frt_g1-3102_p_si1?pf_rd_m=A3P5ROKL5A1OLE&#038;pf_rd_s=center-1&#038;pf_rd_r=0VE9CNVKTC7DYKQ5QJE0&#038;pf_rd_t=101&#038;pf_rd_p=222506291&#038;pf_rd_i=468294">link</a>]</p>
<p>I particularly like the pouches for your SD Cards and business cards. </p>
<p><a href="http://www.flickr.com/photos/28141772@N07/2980958791/" class="flickr-image"  title="DSC00172" rel="flickr-mgr[Eee Case]" ><img src="http://farm4.static.flickr.com/3052/2980958791_e51df62831_t.jpg" alt="DSC00172" class="flickr-medium" longdesc="http://farm4.static.flickr.com/3052/2980958791_1fbf99ca1b_o.jpg" /></a><a href="http://www.flickr.com/photos/28141772@N07/2980958801/" class="flickr-image"  title="DSC00173" rel="flickr-mgr[Eee Case]" ><img src="http://farm4.static.flickr.com/3231/2980958801_5d9c149768_t.jpg" alt="DSC00173" class="flickr-medium" longdesc="http://farm4.static.flickr.com/3231/2980958801_f0a3d42cc8_o.jpg" /></a><a href="http://www.flickr.com/photos/28141772@N07/2980958809/" class="flickr-image"  title="DSC00174" rel="flickr-mgr[Eee Case]" ><img src="http://farm4.static.flickr.com/3216/2980958809_be8973430a_t.jpg" alt="DSC00174" class="flickr-medium" longdesc="http://farm4.static.flickr.com/3216/2980958809_e5ba146490_o.jpg" /></a><a href="http://www.flickr.com/photos/28141772@N07/2980958813/" class="flickr-image"  title="DSC00175" rel="flickr-mgr[Eee Case]" ><img src="http://farm4.static.flickr.com/3156/2980958813_9a28e3e97e_t.jpg" alt="DSC00175" class="flickr-medium" longdesc="http://farm4.static.flickr.com/3156/2980958813_563e9b58b1_o.jpg" /></a></p>
<p>If you want to contribute to my flickr eee-pc page please feel free to login and upload some pics&#8230; [<a href="http://www.flickr.com/photos/jeremythornton/sets/72157608390659450/">link</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://headwedge.com/wordpress/2008/10/28/asus-eee-pc-900-leather-case-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
