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

<channel>
	<title>Angus Thinks...</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmhardie.com/weblogs/angus</link>
	<description>SQLEditor for Mac OS X, Life and general thoughts</description>
	<pubDate>Thu, 26 Jun 2008 20:39:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Virtualized Mac OS X servers</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/26/virtualized-mac-os-x-servers/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/26/virtualized-mac-os-x-servers/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 20:39:54 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=263</guid>
		<description><![CDATA[Media Temple are running a beta programme for virtualized Mac OS X server hosting (Using Parallels Server)
This sounds really interesting, it would be nice to be able to rent a Mac OS X box and run services on it.
It might even be useful for things like running a build system or even as a testing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mediatemple.net/labs/xv/index.html">Media Temple</a> are running a beta programme for virtualized Mac OS X server hosting (Using Parallels Server)</p>
<p>This sounds really interesting, it would be nice to be able to rent a Mac OS X box and run services on it.</p>
<p>It might even be useful for things like running a build system or even as a testing server.</p>
<p>The question is how much will it cost. That isn&#8217;t entirely clear yet, apparently because they&#8217;re not entirely sure how much each instance will need in the way of resources.</p>
<p>How it compares to <a href="http://www.slicehost.com">SliceHost</a> and <a href="http://www.bytemark.co.uk">Bytemark</a> will remain to be seen.</p>
<p>(It must surely be more expensive, but how much more?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/26/virtualized-mac-os-x-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQLEditor 1.4b26</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/24/sqleditor-14b26/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/24/sqleditor-14b26/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 05:07:10 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

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

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=262</guid>
		<description><![CDATA[SQLEditor 1.4b26 is now available for download.
It fixes only one problem which is related to auto increment and SQLite.
This should hopefully be the final beta version for 1.4
  
The next version should be the 1.4 final release which will probably happen later this week or early next week (assuming no more problems are reported)
SQLEditor [...]]]></description>
			<content:encoded><![CDATA[<p>SQLEditor 1.4b26 is now available for <a href="http://www.malcolmhardie.com/sqleditor/releases/1.4b26/SQLEditor-1-4b26.dmg">download</a>.</p>
<p>It fixes only one problem which is related to auto increment and SQLite.</p>
<p>This should hopefully be the final beta version for 1.4</p>
<p> <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The next version should be the 1.4 final release which will probably happen later this week or early next week (assuming no more problems are reported)</p>
<p><a href="http://www.malcolmhardie.com/sqleditor/releases/1.4b26/SQLEditor-1-4b26.dmg">SQLEditor 1.4b26 Download</a> [3.6MB DMG]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/24/sqleditor-14b26/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQLEditor 1.5</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/sqleditor-15/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/sqleditor-15/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 14:05:12 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[SQLEditor]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=261</guid>
		<description><![CDATA[SQLEditor 1.5 is making good progress. The latest thing that I&#8217;m currently working on is to extract SQL Views from a database. In theory this should be just like extracting tables, but it&#8217;s looking much harder to work out than I ever expected.
The new SQL parser is mostly finished. It&#8217;s been completely rewritten using ANTLR3. [...]]]></description>
			<content:encoded><![CDATA[<p>SQLEditor 1.5 is making good progress. The latest thing that I&#8217;m currently working on is to extract SQL Views from a database. In theory this should be just like extracting tables, but it&#8217;s looking much harder to work out than I ever expected.</p>
<p>The new SQL parser is mostly finished. It&#8217;s been completely rewritten using <a href="http://www.antlr.org">ANTLR3</a>. This offers a number of really good improvements, the most important one being that it&#8217;s not running in Java anymore. The parser is now completely native code.</p>
<p>Also pretty much finished is the new document model code, the new document export code and the new JDBC handling code. I&#8217;m hopeful that it will now be possible to run JDBC drivers that use AWT (which I&#8217;m informed the IBM DB2 driver may do).</p>
<p>SQLEditor 1.4 is just about finished too. There is one change that needs to get beta tested and then the 1.4 final release should be available.</p>
<p>Watch out for a new 1.5 download soon and of course the final candidate for 1.4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/sqleditor-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Water found on Mars</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/water-found-on-mars/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/water-found-on-mars/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 10:32:17 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=260</guid>
		<description><![CDATA[They spotted water on Mars!
Colonising now seems a step closer &#8230;
MarsPhoenix Twitter

(via Boing Boing)
]]></description>
			<content:encoded><![CDATA[<p>They spotted water on Mars!</p>
<p>Colonising now seems a step closer &#8230;</p>
<p><a href="http://m.twitter.com/MarsPhoenix/statuses/839088619">MarsPhoenix Twitter<br />
</a></p>
<p>(via <a href="http://www.boingboing.net/">Boing Boing</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/20/water-found-on-mars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reggy for regular expression testing</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/reggy-for-regular-expression-testing/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/reggy-for-regular-expression-testing/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 21:32:58 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Writing Software]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/06/07/reggy-for-regular-expression-testing/</guid>
		<description><![CDATA[Handy new tool I came across today which allows you to test regular expressions and see what they select.
Reggy
]]></description>
			<content:encoded><![CDATA[<p>Handy new tool I came across today which allows you to test regular expressions and see what they select.</p>
<p><a href="http://code.google.com/p/reggy/">Reggy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/reggy-for-regular-expression-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>280 Slides</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/280-slides/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/280-slides/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 03:51:33 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Internet Stuff]]></category>

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

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/06/07/280-slides/</guid>
		<description><![CDATA[A cool new online presentation tool:
http://280slides.com/Editor/
The slide show application is really nice in that it feels very much like a desktop application when in use, even down the way buttons and key presses behave. The object rotation is particularly clever.
Another thing that makes this one clever though is the underlying framework, which is said to [...]]]></description>
			<content:encoded><![CDATA[<p>A cool new online presentation tool:</p>
<p><a href="http://280slides.com/Editor/">http://280slides.com/Editor/</a></p>
<p>The slide show application is really nice in that it feels very much like a desktop application when in use, even down the way buttons and key presses behave. The object rotation is particularly clever.</p>
<p>Another thing that makes this one clever though is the underlying framework, which is said to compile cocoa like code into dynamic web pages. It will apparently even be opensourced at some stage!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/06/07/280-slides/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Film Release Schedule</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/05/30/film-release-schedule/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/05/30/film-release-schedule/#comments</comments>
		<pubDate>Fri, 30 May 2008 19:40:05 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/05/30/film-release-schedule/</guid>
		<description><![CDATA[Because I can never remember where this list is kept:
UK Film Distributors&#8217; Association Film Release Schedule
]]></description>
			<content:encoded><![CDATA[<p>Because I can never remember where this list is kept:</p>
<p><a href="http://www.launchingfilms.com/releaseschedule/schedule.php?date=today&amp;sort=date# ">UK Film Distributors&#8217; Association Film Release Schedule</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/05/30/film-release-schedule/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scripts in XCode</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/05/27/scripts-in-xcode/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/05/27/scripts-in-xcode/#comments</comments>
		<pubDate>Tue, 27 May 2008 19:31:17 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/05/27/scripts-in-xcode/</guid>
		<description><![CDATA[The build system for SQLEditor has lots of steps, from building each of the component frameworks, compiling the application, assembling the bundle, creating a disk image and then uploading everything to the server. (Plus things like version histories and read me files).To reduce errors I have several aggregate targets and a collection of scripts, but [...]]]></description>
			<content:encoded><![CDATA[<p>The build system for SQLEditor has lots of steps, from building each of the component frameworks, compiling the application, assembling the bundle, creating a disk image and then uploading everything to the server. (Plus things like version histories and read me files).To reduce errors I have several aggregate targets and a collection of scripts, but I was puzzled how to produce those little note entries that OCUnit generates when it&#8217;s running unit tests. There were several notes I wanted to make but I couldn&#8217;t figure it out.</p>
<p>However it occurred to me one day to inspect the souce of RunTargetTests and the answer was of course right there in the source.</p>
<blockquote>
<pre>&lt;filename&gt;:&lt;line&gt;: note: &lt;message&gt;</pre>
</blockquote>
<p>gives you a note.</p>
<blockquote>
<pre>&lt;filename&gt;:&lt;line&gt;: &lt;message&gt;</pre>
</blockquote>
<p>gives you a warning.</p>
<p>where</p>
<pre>&lt;filename&gt;</pre>
<p>is the name of the file you want the message to appear from</p>
<pre>&lt;line&gt;</pre>
<p>is the line number in that file</p>
<pre>&lt;message&gt;</pre>
<p>is the message you want to display</p>
<p>In the note form the word &#8216;note&#8217; is a constant. Don&#8217;t replace it with anything.</p>
<p>As an alternative you put in use an empty filename and 0 for the line if you&#8217;re not interested in these details.</p>
<h4>Example</h4>
<blockquote><pre>@echo ":0: note: disk image creation complete"</pre>
</blockquote>
<p>Will display the message &#8220;disk image creation complete&#8221; as a note in the build window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/05/27/scripts-in-xcode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The inspiration for star wars?</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/05/10/the-inspiration-for-star-wars/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/05/10/the-inspiration-for-star-wars/#comments</comments>
		<pubDate>Sat, 10 May 2008 20:10:52 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/05/10/the-inspiration-for-star-wars/</guid>
		<description><![CDATA[George Lucas in Love

A parody on the origins of the star wars story&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=STRja-ABexU">George Lucas in Love<br />
</a></p>
<p>A parody on the origins of the star wars story&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/05/10/the-inspiration-for-star-wars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Engineers without borders</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/03/19/253/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/03/19/253/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 01:56:46 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/03/19/253/</guid>
		<description><![CDATA[Wired has an interesting article about Engineers without borders, a group that is trying to develop cheap technology solutions for developing parts of the world. The latest idea is a low cost wind turbine to generate electricity for lighting.
Best of all the design is intended to be produced by local manufacturers in the destination country, [...]]]></description>
			<content:encoded><![CDATA[<p>Wired has an interesting article about Engineers without borders, a group that is trying to develop cheap technology solutions for developing parts of the world. The latest idea is a low cost wind turbine to generate electricity for lighting.<br />
Best of all the design is intended to be produced by local manufacturers in the destination country, so it encourages local industry too.</p>
<p><a href="http://www.wired.com/science/planetearth/news/2008/03/wind_turbine">Wired: Engineers Without Borders Bring Tech to Villages Without Power</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/03/19/253/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
