<?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>Whittlings &#187; tech</title>
	<atom:link href="http://nathanwong.co.uk/blog/tag/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanwong.co.uk/blog</link>
	<description>Nathan Wong</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:52:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What annoys me&#8230;</title>
		<link>http://nathanwong.co.uk/blog/2009/07/06/what-annoys-me/</link>
		<comments>http://nathanwong.co.uk/blog/2009/07/06/what-annoys-me/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:59:59 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[stupid]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://nathanwong.co.uk/blog/?p=90</guid>
		<description><![CDATA[That game developers insist on filling my Documents folder up with hundreds of folders bearing their company name, with the sole reason of storing their save files in those respective folders. There&#8217;s a reason that there&#8217;s a &#8220;Saved Games&#8221; folder, &#8230; <a href="http://nathanwong.co.uk/blog/2009/07/06/what-annoys-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>That game developers insist on filling my Documents folder up with hundreds of folders bearing their company name, with the sole reason of storing their save files in those respective folders. There&#8217;s a reason that there&#8217;s a &#8220;Saved Games&#8221; folder, guys. The ability to use this folder seems to be a skill learnt only by Darwinia, Red Alert 3 and C&#038;C3 (even then, the latter two create a folder in /Documents to store Replays &#8211; DO NOT WANT).</p>
<p><a href="http://estel.uwcs.co.uk/documents.png" title="Larger version of image"><img src="http://estel.uwcs.co.uk/documents.png" alt="My Documents folder" title="My Documents folder" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nathanwong.co.uk/blog/2009/07/06/what-annoys-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fun with compiling</title>
		<link>http://nathanwong.co.uk/blog/2009/05/28/fun-with-compiling/</link>
		<comments>http://nathanwong.co.uk/blog/2009/05/28/fun-with-compiling/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:14:01 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[planet]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[warwick]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://nathanwong.co.uk/blog/?p=83</guid>
		<description><![CDATA[In a desperate effort to procrastinate today, I&#8217;ve been tinkering on the Linux ITS machines seeing if I can supplement their provided software. To this end I&#8217;ve attempted to build some decent multimedia apps (vlc and mplayer), update Firefox from &#8230; <a href="http://nathanwong.co.uk/blog/2009/05/28/fun-with-compiling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In a desperate effort to procrastinate today, I&#8217;ve been tinkering on the Linux ITS machines seeing if I can supplement their provided software. To this end I&#8217;ve attempted to build some decent multimedia apps (vlc and mplayer), update Firefox from 2.0 which was being used, and install Chrome; all in a non-root environment.<br />
Firefox was at least successful (eventually), after sorting out a mountain of dependencies and ensuring that they were all compiled against updated libraries (in particular, various libraries were compiling against old versions of fontconfig which later threw undefined symbol errors for FT_SYMBOL_SIZE). Unfortunately, until/unless I compile KDE for these computers (it&#8217;s presently on 3.5), it isn&#8217;t possible to compile gtk-qt, so Firefox looks somewhat horrendous on the default theme. KDE4 though&#8230; there&#8217;s an idea. Instead, I&#8217;m using the rather lovely <a href="https://addons.mozilla.org/en-US/firefox/addon/8782" title="Mozilla Addons: Chromify">Chromify</a> theme, which hides most of the defects for now.</p>
<p>It&#8217;s taken years to get Chrome to start compiling, not least because of the dependency tree that needed sorting. A more trying problem was that Chrome uses SCONS via gyp to set up the development environment. Cruelly, scons uses its own $PATH variable which it determines of its own accord. This meant that all of the dependencies that I&#8217;d built into /local/usr weren&#8217;t being referenced in the SCONS path. Additionally, editing the scons files themselves with the PATH setting didn&#8217;t work because they were regenerated by gyp at each reinitialising of the environment. Eventually after much trial and error I found a workaround in editing the src/build/common.gypi file to include the line:<br />
<code>'ENV': {'PATH': '/custom/path/variable/here'},</code><br />
Within the scons_variable_settings block for linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanwong.co.uk/blog/2009/05/28/fun-with-compiling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warwick Word 2007 fix</title>
		<link>http://nathanwong.co.uk/blog/2009/04/17/warwick-word-2007-fix/</link>
		<comments>http://nathanwong.co.uk/blog/2009/04/17/warwick-word-2007-fix/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:57:15 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[warwick]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://nathanwong.co.uk/blog/?p=77</guid>
		<description><![CDATA[There seems to be a problem on ITS windows machines at the moment where trying to do nearly anything in Word (even pasting content into the page, or attempting to print it), results in Word complaining that &#8220;The Macros in &#8230; <a href="http://nathanwong.co.uk/blog/2009/04/17/warwick-word-2007-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There seems to be a problem on ITS windows machines at the moment where trying to do nearly anything in Word (even pasting content into the page, or attempting to print it), results in Word complaining that &#8220;The Macros in this project are disabled&#8221;. Until ITS presumably release a fix soon, you can fix this now by:</p>
<ol>
<li><strong>Enabling the &#8220;Developer&#8221; tab in the ribbon</strong> &#8211; Open Word Options from the menu which is opened by clicking on the circular thing in the top left. Under &#8220;Popular&#8221; options should be &#8220;Show developer tab on the ribbon&#8221;. Enable it.</li>
<li><strong>Open the Document Tempalates dialogue</strong> &#8211; it&#8217;s under the developer tab.</li>
<li><strong>Disable the addins</strong> &#8211;  On the templates tab, uncheck both the &#8220;MathType Commands 6 for Word&#8221; and &#8220;MathPage&#8221; Global Templates and Add-ins.</li>
</ol>
<p>And you should be done! Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanwong.co.uk/blog/2009/04/17/warwick-word-2007-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
