<?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>blog.timc3.com &#187; Software</title>
	<atom:link href="http://blog.timc3.com/category/computing/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timc3.com</link>
	<description>providing news and views since 2003</description>
	<lastBuildDate>Tue, 24 Aug 2010 08:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#9e509d204d"/>		<item>
		<title>Python plugin systems</title>
		<link>http://blog.timc3.com/2010/04/22/python-plugin-systems/</link>
		<comments>http://blog.timc3.com/2010/04/22/python-plugin-systems/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:01:17 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=788</guid>
		<description><![CDATA[There is a lot of interesting information about creating plugin architectures using Python all over the web, but its in fairly disparate places. This is an overview of the documentation that I found as of April 2010.
Firstly Dr André Roberge has some very interesting posts, as well as a talk at PyCon 2009 on Blip.tv [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of interesting information about creating plugin architectures using Python all over the web, but its in fairly disparate places. This is an overview of the documentation that I found as of April 2010.</p>
<p>Firstly <strong>Dr André Roberge</strong> has some very interesting posts, as well as a talk at PyCon 2009 on Blip.tv entitled <a href="http://blip.tv/file/1949302/">Plugins and monkeypatching: increasing flexibility, dealing with inflexibility</a>. He is also the author of Crunchy which uses a <a href="http://pytute.blogspot.com/2007/04/python-plugin-system.html">plugin system</a>. He goes on to write about his experiences in creating a plugin architecture on his blog, over 6 parts starting <a href="http://aroberge.blogspot.com/2008/12/plugins-part-1-application.html"> here  on part 1</a>.</p>
<p><strong>Marty Alchin</strong>, the author of Pro Django has an interesting couple of pages in that same book about creating a simple plugin system, and the snippet of code is on<a href="http://www.djangosnippets.org/snippets/542/"> djangosnippets.com</a>. He also has an excellent blog post about <a href="http://martyalchin.com/2008/jan/10/simple-plugin-framework/">implementing a plugin architecture</a>, it also talks about Django but is fairly non-specific.</p>
<p><strong>William E. Hart</strong> over 2009-2010 has also been researching Python Plugin Frameworks, <a href="http://wehart.blogspot.com/2009/01/python-plugin-frameworks.html">his overview is on his blog</a> and he is also the author of the <a href="http://pypi.python.org/pypi/pyutilib.component.doc/1.0.1"><strong>PyUtilib Component Architecture</strong></a>. This was very recently released and so hasn&#8217;t gathered much momentum as of this post but looks very promising indeed.</p>
<p><strong>Zope</strong>. The big one is the<a href="http://wiki.zope.org/zope3/ComponentArchitectureOverview"> Zope Component Architecture</a>. I must admit, that looking into it I think its overkill, I don&#8217;t like the configuration utility or the overhead it introduces &#8211; just to use it requires a lot of extra Zope modules. However google for it if you are interested in learning further.</p>
<p><strong>Yapsy.</strong> <a href="http://yapsy.sourceforge.net/">Yapsy</a> is interesting, looks extremely lightweight, has been around for a few years, is currently on version 1.7 and serves as a good starting point. It has no external dependancies.</p>
<p><strong>SprinklesPy</strong>. <a href="http://termie.pbworks.com/SprinklesPy">SprinklesPy</a> is also very lightweight but I am not sure that development is active on it (2006 was the last mention of it being used that I found), or that it has anyone in the community using it (a benefit I believe if you are implementing a system that you are not creating yourself.)</p>
<p><strong>Trac</strong> is the one component architecture that frequently gets mentioned, and it has a very decent user base. However, ripping the plugin system out might be more work than is reasonable. </p>
<p>Examples of Plugin use in the wild:</p>
<ul>
<li><a href="http://code.google.com/p/oohembed">http://code.google.com/p/oohembed</a></li>
</ul>
<p>Other interesting links:</p>
<ul>
<li><a href="http://www.charlesleifer.com/blog/looking-registration-patterns-django/">http://www.charlesleifer.com/blog/looking-registration-patterns-django/</a></li>
<li><a href="http://stackoverflow.com/questions/932069/building-a-minimal-plugin-architecture-in-python">Stackoverflow thread on minimal plugin architectures</a></li>
<li><a href="http://live.gnome.org/Gedit/PythonPluginHowTo">http://live.gnome.org/Gedit/PythonPluginHowTo</a></li>
</ul>
<p>It is clear to <a target="_self" href="mailto:tim@nospamplease.timc3.com">me</a> that there is no correct way of implementing plugins and you have to pick based upon the needs of your project, but this should serve as a good starting point. I will add and update this post as my knowledge grows.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2010/04/22/python-plugin-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Hudson to build Sphinx documentation</title>
		<link>http://blog.timc3.com/2010/03/21/using-hudson-to-build-sphinx-documentation/</link>
		<comments>http://blog.timc3.com/2010/03/21/using-hudson-to-build-sphinx-documentation/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:47:32 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=763</guid>
		<description><![CDATA[At Cantemo we are using Hudson for Continuous Integration testing, and its a large improvement over buildbot which I was trying before. This shows how to use Hudson to build a Sphinx documentation project.]]></description>
			<content:encoded><![CDATA[<p>I have become quite the fan of both <a href="http://hudson-ci.org">Hudson</a> and <a href="http://sphinx.pocoo.org/">Sphinx</a>. At Cantemo we are using Hudson for Continuous Integration testing, and its a large improvement over buildbot which I was trying before.</p>
<p>For documentation at the moment I am using Sphinx, a python based documentation generator. We require the documentation to be updated at the same time as the development and tests are built so it is becoming second nature to build documents soon after development is done.</p>
<p>Sphinx allows the creation of documents in ReStructured Text and has build options for creating HTML, LaTeX, PDFs and other version of documents so I tied it into a Hudson build.</p>
<p>Firstly you need a working Hudson installation. There are many tutorials on doing this that work fine, so please google for one. You will probably have the following requirements for following the rest of the steps:</p>
<ul>
<li>Hudson Python plugin</li>
<li>pip installed for python</li>
<li>VirtualEnv installed for python</li>
</ul>
<p>Second you need a Sphinx project that can be built.</p>
<ol>
<li>Firstly create a new job in Hudson, call it what you want. I am using the free-style software project type.<br />
<a href="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx1.png"><img src="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx1-300x248.png" alt="" title="Hudson-Sphinx1" width="300" height="248" class="alignnone size-medium wp-image-764" /></a>
</li>
<li>Now start filling in the details. I am going to check out from subversion (you can also use HG, Git or whatever.). The repo URL will be checked when you fill in the details, and you will have the option to supply username and password credentials. The user Hudson is running under on my <a target="_blank" href="http://www.debian.org">Linux</a> box has public/private key SSH authentication.
<p><a href="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx2.png"><img src="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx2-300x248.png" alt="" title="Hudson-Sphinx2" width="300" height="248" class="alignnone size-medium wp-image-765" /></a></p>
<p>An example of the URL is:</p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">http:<span style="color: #000000; font-weight: bold;">//</span>your host<span style="color: #000000; font-weight: bold;">/</span>yourrepo<span style="color: #000000; font-weight: bold;">/</span>development<span style="color: #000000; font-weight: bold;">/</span>Documentation<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>trunk</div></div>
</li>
<li>Now create a build shell.
<p><a href="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx3.png"><img src="http://blog.timc3.com/wp-content/uploads/2010/03/Hudson-Sphinx3-300x253.png" alt="" title="Hudson-Sphinx3" width="300" height="253" class="alignnone size-medium wp-image-766" /></a></p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #007800;">$WORKSPACE</span><br />
virtualenv <span style="color: #660033;">-q</span> docs<br />
<span style="color: #7a0874; font-weight: bold;">source</span> .<span style="color: #000000; font-weight: bold;">/</span>docs<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>activate<br />
pip <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">-q</span> <span style="color: #660033;">-E</span> .<span style="color: #000000; font-weight: bold;">/</span>docs <span style="color: #660033;">-r</span> trunk<span style="color: #000000; font-weight: bold;">/</span>requirements.pip<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> trunk<br />
sphinx-build <span style="color: #660033;">-b</span> html <span style="color: #7a0874; font-weight: bold;">source</span> build</div></div>
<p>This is:</p>
<ul>
<li>Change to the current workspace directory</li>
<li>Create a Python Virtual Environment called docs</li>
<li>Activate that environment</li>
<li>Use Pip to install the requirements held with the sphinx project</li>
<li>Change into the trunk directory</li>
<li>Build the HTML version of the sphinx documentation</li>
</ul>
<p>My screenshots show an extra step for Rsyncing the files to a remote host. This is because I want to publish the results of the build. The FTP and SCP plugin for Hudson are not so great so I prefer manually rsyncing as a build step for now.
</li>
</ol>
<p>My Sphinx project is checked out above the source files, and in this location is a requirements.pip file for pip to use when installing into the Virtual Environment. This file is basically:</p>
<div class="codecolorer-container python vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="python codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sphinx<br />
Pygments<span style="color: #66cc66;">&gt;</span>=<span style="color: #ff4500;">0.8</span></div></div>
<p>You could also put your project in here so that sphinx can auto-document modules, or put other requirements for PDF generation.</p>
<p>Then try a build.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2010/03/21/using-hudson-to-build-sphinx-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix and Gmail</title>
		<link>http://blog.timc3.com/2010/03/20/postfix-and-gmail/</link>
		<comments>http://blog.timc3.com/2010/03/20/postfix-and-gmail/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 12:07:03 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=759</guid>
		<description><![CDATA[I have been using Hudson as a continuous integration server for a short while now and I am super impressed. I have it running on Debian and is really quite feature-full.
One thing that I did have a problem with was with the standard Debian 5 Java environment there was a problem using TLS for mail [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://hudson-ci.org/">Hudson</a> as a continuous integration server for a short while now and I am super impressed. I have it running on <a target="_blank" href="http://www.debian.org">Debian</a> and is really quite feature-full.</p>
<p>One thing that I did have a problem with was with the standard <a target="_blank" href="http://www.debian.org">Debian</a> 5 Java environment there was a problem using TLS for mail it seemed, and I didn&#8217;t just want to send stuff to gmail&#8217;s SMTP server all the time so I configured a local Postfix SMTP relay on another server.</p>
<p>This guide, <a href="http://www.marksanborn.net/linux/send-mail-postfix-through-gmails-smtp-on-a-ubuntu-lts-server/">Send Mail Postfix Through Gmail’s SMTP On A Ubuntu LTS Server</a> helped a lot &#8211; but be sure to read the comments as there are some helpful hints.</p>
<p>So now I have it. Hudson running and sending email through my relay to my gmail accounts.</p>
<p>More information on Hudson soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2010/03/20/postfix-and-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NewNewsWire</title>
		<link>http://blog.timc3.com/2009/10/09/newnewswire/</link>
		<comments>http://blog.timc3.com/2009/10/09/newnewswire/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:58:32 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=685</guid>
		<description><![CDATA[I have posted about NetNewsWire many times on here before. Its been my favourite news reading application for a couple of years now (if not more) but recent development has severally hampered the usability of the software.
It seemed to be when they changed it to support sync to Google Reader &#8211; not a bad idea [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted about NetNewsWire many times on here before. Its been my favourite news reading application for a couple of years now (if not more) but recent development has severally hampered the usability of the software.</p>
<p>It seemed to be when they changed it to support sync to Google Reader &#8211; not a bad idea by any means, but releasing the software before it was full tested and working was a huge mistake. Trying to push it to people before it was ready was an even bigger mistake.</p>
<p>Now twitter &#038; fb are full of messages about problems with the Mac OSX and iPhone version, and it really needs to be sorted out. I know its free now, but as I have said before I paid for it a long time ago and it worked, if its a question of money then release it as a paid version. Not too expensive ( VersionsApp &#8211; take note ) but working.</p>
<p>Do not recommend it at the moment, which is such a pity as it used to be one of my favourite applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/10/09/newnewswire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google chrome OS</title>
		<link>http://blog.timc3.com/2009/07/08/google-chrome-os/</link>
		<comments>http://blog.timc3.com/2009/07/08/google-chrome-os/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:02:11 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=644</guid>
		<description><![CDATA[Wow, Google have announced the release of the Google OS. Although it wasn&#8217;t entirely a shock its nice to see that they are promoting something from the ground up.
http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html
Looking forward to trying it out even if I don&#8217;t have a netbook.
]]></description>
			<content:encoded><![CDATA[<p>Wow, Google have announced the release of the Google OS. Although it wasn&#8217;t entirely a shock its nice to see that they are promoting something from the ground up.</p>
<p>http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html</p>
<p>Looking forward to trying it out even if I don&#8217;t have a netbook.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/07/08/google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hilarious look at Adobe&#8217;s UI</title>
		<link>http://blog.timc3.com/2009/01/29/hilarious-look-at-adobes-ui/</link>
		<comments>http://blog.timc3.com/2009/01/29/hilarious-look-at-adobes-ui/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:58:46 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=515</guid>
		<description><![CDATA[So what&#8217;s wrong with Adobe&#8217;s UI: Well this is a very funny tumbl log of plenty of comments of things that could be done better:

http://adobegripes.tumblr.com/

Things that particularly standout are issues with there cross-platform UI. Although praised by many as a good example, it just shows that some of the finer details are missed.
Via UIEye.
]]></description>
			<content:encoded><![CDATA[<p>So what&#8217;s wrong with Adobe&#8217;s UI: Well this is a very funny tumbl log of plenty of comments of things that could be done better:</p>
<p><img src="http://uieye.com/wp-content/uploads/2009/01/adobe-logo.jpg" alt="adobe-logo.jpg" border="0" width="320" height="320" /></p>
<p><a href="http://adobegripes.tumblr.com/">http://adobegripes.tumblr.com/<br />
</a></p>
<p>Things that particularly standout are issues with there cross-platform UI. Although praised by many as a good example, it just shows that some of the finer details are missed.</p>
<p><a href="http://uieye.com">Via UIEye</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/01/29/hilarious-look-at-adobes-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UI design in the open</title>
		<link>http://blog.timc3.com/2009/01/19/ui-design-in-the-open/</link>
		<comments>http://blog.timc3.com/2009/01/19/ui-design-in-the-open/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 11:42:00 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[UAD]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=511</guid>
		<description><![CDATA[This is just great:
http://www.avc.com/a_vc/2009/01/redesigning-a-u.html
A summary of the post that basically Bug Labs has hired IDEO to redesign their hardware user interface for BUGbase and to do it in the open.
Updates on the design process can be sees at: Bug Blog, Bug Community, and the IDEO blog.
]]></description>
			<content:encoded><![CDATA[<p>This is just great:</p>
<p>http://www.avc.com/a_vc/2009/01/redesigning-a-u.html</p>
<p>A summary of the post that basically Bug Labs has hired IDEO to redesign their hardware user interface for BUGbase and to do it in the open.</p>
<p>Updates on the design process can be sees at: <a href="http://bugblogger.com/">Bug Blog</a>, <a href="http://community.buglabs.net/">Bug Community</a>, and the <a href="https://client.ideo.com/buglabs/?p=8">IDEO blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/01/19/ui-design-in-the-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with SVN on OS X</title>
		<link>http://blog.timc3.com/2009/01/10/working-with-svn-on-os-x/</link>
		<comments>http://blog.timc3.com/2009/01/10/working-with-svn-on-os-x/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 12:24:25 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=505</guid>
		<description><![CDATA[I use SVN (subversion) quite a bit, even at home to manage my own files, but recently I have been running the beta version for Versions by Sofa and Pico. 
It turned into an excellent way of using SVN, being very visual and supporting everything that I needed, but alas the Beta period ran out [...]]]></description>
			<content:encoded><![CDATA[<p>I use SVN (subversion) quite a bit, even at home to manage my own files, but recently I have been running the beta version for <a href="www.versionsapp.com">Versions</a> by Sofa and Pico. </p>
<p>It turned into an excellent way of using SVN, being very visual and supporting everything that I needed, but alas the Beta period ran out and they released Versions 1.</p>
<p>Now I was all for buying this application, but the purchase price of 39 Euros totally puts my of. After all this is a nice to have, and only improves my life slightly. It just doesn&#8217;t seem worth the price &#8211; particularly when most software like this for OS X is about half the price (I would have easily decided to buy it for 20 Euros).</p>
<p>So after deciding whether to hack it, not really an option any more as I like to have all paid for or properly licensed software on my machines, or search for something else I looked back at what I could use.</p>
<p>SVN from the command line. So I started using this again, and I found myself checking in versions of things that are not ready and not having a nice overview of files. It works of course, but it didn&#8217;t suit my way of working since using versions &#8211; checking in some files, and generally knowing the status of projects that I am working on.</p>
<p>Then I went back to the SVN plugin for Finder. This is ok, but more often than not the rendering of icons showing whether a folder is up to date or not stops working leaving <a target="_self" href="mailto:tim@nospamplease.timc3.com">me</a> in the dark.</p>
<p>Then I decided to check out textmate SVN integration. Its ok, but not really good enough, I don&#8217;t like the keybindings and the interface is not intuitive enough.</p>
<p>Finally I came across the <a href="http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus">ProjectPlus</a> plugin for Textmate. After installing just configure it in the preferences to work with what ever source revision system you use (Its supports SVN, Git, Mercurial, Svk &amp; Bazaar), and you can see the state of what you are doing in the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/01/10/working-with-svn-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Applications of the year</title>
		<link>http://blog.timc3.com/2009/01/09/2008-applications-of-the-year/</link>
		<comments>http://blog.timc3.com/2009/01/09/2008-applications-of-the-year/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:17:52 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=503</guid>
		<description><![CDATA[So here are my most used OS X applications of the year, in no particular order:
 * Spotify. This is just an excellent music application, the speed with which the streams start is simply amazing and I don&#8217;t find that I get that many adverts in the way of the vast array of songs on [...]]]></description>
			<content:encoded><![CDATA[<p>So here are my most used OS X applications of the year, in no particular order:</p>
<p> * Spotify. This is just an excellent music application, the speed with which the streams start is simply amazing and I don&#8217;t find that I get that many adverts in the way of the vast array of songs on offer.</p>
<p> * Textmate. I probably use this more than any other application on the Mac, for <a target="_self" href="mailto:tim@nospamplease.timc3.com">me</a> hands down the best text editor that I have ever used and I find more and more features in it everyday.</p>
<p> * NetNewsWire Pro. Having all my RSS feeds in one place is really just what I need. Must remember to integrate it with FriendFeed.</p>
<p> * Adium. Always there, some times a pain with XMMP but otherwise just awesome.</p>
<p> * Python 2.5. Best scripting language by far, but then I am biased.</p>
<p>All free  (I did buy a license for NetNewsWire but you no longer have to) apart from TextMate which is more than worth the price.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2009/01/09/2008-applications-of-the-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is awesome &#8211; Papervision</title>
		<link>http://blog.timc3.com/2008/12/16/this-is-awesome-papervision/</link>
		<comments>http://blog.timc3.com/2008/12/16/this-is-awesome-papervision/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 10:34:58 +0000</pubDate>
		<dc:creator>timc3</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Augmented reality]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[VR]]></category>

		<guid isPermaLink="false">http://blog.timc3.com/?p=495</guid>
		<description><![CDATA[This is really really awesome, and you have to really check it out for your self.

Its a little flash application that uses a webcam or other camera attached to your computer to project a little &#8216;Proto&#8217; guy on top of a printed piece of paper. They have even got some code released for it.
Check it [...]]]></description>
			<content:encoded><![CDATA[<p>This is really really awesome, and you have to really check it out for your self.</p>
<p><img src="http://blog.timc3.com/wp-content/uploads/2008/12/mewithapet.jpg" alt="MeWithAPet.jpg" border="0" width="528" height="398" /></p>
<p>Its a little flash application that uses a webcam or other camera attached to your computer to project a little &#8216;Proto&#8217; guy on top of a printed piece of paper. They have even got some code released for it.</p>
<p>Check it out here with some images and video, but it really works better to try it yourselves:</p>
<p>http://www.boffswana.com/news/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timc3.com/2008/12/16/this-is-awesome-papervision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
