<?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>/dev/stu</title>
	<atom:link href="http://www.stuartaxon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<pubDate>Thu, 28 Aug 2008 16:30:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Making Windows Usable - colourisation</title>
		<link>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/</link>
		<comments>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:25:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[colorisation colourisation organisation]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=17</guid>
		<description><![CDATA[Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.
Colour Your folders with iColorFolder
IColorFolder gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll [...]]]></description>
			<content:encoded><![CDATA[<p>Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.</p>
<h2>Colour Your folders with iColorFolder</h2>
<p><a title="iColorFolder" href="http://icolorfolder.sourceforge.net/">IColorFolder</a> gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.</p>
<p>Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png"><img style="margin-left: 0px; margin-right: 0px;" title="folders" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png" alt="" width="293" height="264" /></a></p>
<h2>Colourise your commandline</h2>
<h3>Colour ls</h3>
<p>It&#8217;s equally useful to have colour folders when using the commandline, to achieve this you can use <a href="http://utools.com/download_agree.asp?download_id=600">msls</a> from utools.</p>
<p>Download it and place it somewhere within the path (I use \usr\bin, which I <a href="http://www.computerhope.com/issues/ch000549.htm">added to the path</a> earlier).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png"><img class="alignnone size-full wp-image-60" title="colourls" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png" alt="" width="500" height="338" /></a></p>
<p>Now, to get colour directories you can type &#8220;ls &#8211;color&#8221;.  However it would be better to have that happen all the time.</p>
<p>To set color as the default, set the environment variable <strong>LS_OPTIONS</strong> to <strong>&#8211;color</strong>:</p>
<ol>
<li>Press Windows+Pause,</li>
<li>Click through these buttons: Advanced, Environment Variables, New</li>
<li>Set the name as <strong>LS_OPTIONS</strong> and the variable to <strong>&#8211;color</strong></li>
</ol>
<p>Next time you launch the commandline and type <strong>ls</strong>, it will be in colour.  You can also combine options here, for instance if you want <strong>-l</strong> to be default as well.</p>
<h3>Using 4NT/TCC-LE</h3>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png"><img class="alignnone size-full wp-image-63" title="tcc-color-dir" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png" alt="" width="500" height="297" /></a></p>
<p>Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from <a href="http://jpsoft.com">JPSoft</a>.  This replaces the whole command shell and has many enhancements that help day-to-day.</p>
<p>Once you&#8217;ve downloaded the shell, if you want to change colours for particular kinds of files, then type <strong>option</strong>, go to the <strong>windows</strong> tab, and you can set directory colours.</p>
<p>To set EXE CMD and BAT files to be bright white enter:</p>
<p><strong>EXE,CMD,BAT:15</strong></p>
<p>If you want bright white on blue enter</p>
<p><strong>EXE,CMD,BAT:15,1</strong></p>
<p>Semicolons seperate file types - here I&#8217;ve set executables yellow and documents white:</p>
<p><strong>EXE,CMD,BAT:14;TXT,DOC,PDF:15</strong></p>
<p>The colours are arranged foreground, background and can be any of the ones used below (note background only has 8 colours to choose from, while foreground has 16, the last being the brighter versions).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png"><img class="alignnone size-full wp-image-62" title="textmode-colors" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png" alt="" width="500" height="188" /></a></p>
<p>Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.</p>
<h3>Tango in putty</h3>
<p>The tango project is a usability project for free software, the colours are very pleasing and have been <a href="http://madyogi.wordpress.com/2008/07/31/putty-tango-colors/">ported to putty</a>, alternatively the <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Igvita theme</a> is nice.</p>
<p>The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png"><img class="alignnone size-full wp-image-64" title="putty-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png" alt="" width="500" height="448" /></a></p>
<h2>Colourise your browser</h2>
<p>If you use firefox you can install <a href="https://addons.mozilla.org/en-US/firefox/addon/1368">ColourfulTabs</a> which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).</p>
<h2><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs.png"><img style="margin-left: 0px; margin-right: 0px;" title="colourtabs" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs-300x264.png" alt="" width="300" height="264" /></a></h2>
<h2>Colourise gmail (sometimes)</h2>
<p>This one is a little annoying as it seems to be broken, but I&#8217;ll include it anyway in case it gets fixed.</p>
<p>If you install greasemonkey and the gmail colouriser, then all your gmail will be coloured by label (for instance I have a label for mailing lists I subscribe to).      When the gmail colouriser is working this works great for finding certain kinds of mail in the long list.</p>
<p>Unfortunately this isn&#8217;t working for me at the moment, so no screenshot&#8230; if I knew how to debug greasemonkey scripts I might have a look at fixing this as it&#8217;s so useful - it seems to choke on certain mail names but I&#8217;m not sure what they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JEdit with tango goodness</title>
		<link>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/</link>
		<comments>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 03:01:04 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=54</guid>
		<description><![CDATA[I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with Tango support.
Go forth and download&#8230; 
Via  http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html

Tango is a project to bring tasty icons to open source projects, those on windows can also see tango icons in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with <a title="Tango Project" href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango</a> support.</p>
<p>Go forth and <a title="JEdit" href="http://www.jedit.org/">download&#8230; </a></p>
<p>Via  <a title="deadcabbit" href="http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html">http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html</a></p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png"><img class="alignnone size-full wp-image-57" title="jedit-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png" alt="" width="500" height="318" /></a></p>
<p>Tango is a project to bring tasty icons to open source projects, those on windows can also see tango icons in the current version of the gimp, in linux you can see them in gnome and kde.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ZX Spectrum flightsim</title>
		<link>http://www.stuartaxon.com/2008/07/12/zx-spectrum-flightsim/</link>
		<comments>http://www.stuartaxon.com/2008/07/12/zx-spectrum-flightsim/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 02:23:48 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[retro computing]]></category>

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

		<category><![CDATA[zx spectrum]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=55</guid>
		<description><![CDATA[Just found this while going through my phones photos.  This is from my last contract, the company used to be Psions software division, we found the tape in the bottom of a desk draw, who knows maybe it is the master tape for this game?

Update:  Link to PsionSoftwareLTD promotional information on worldofspectrum.org
]]></description>
			<content:encoded><![CDATA[<p>Just found this while going through my phones photos.  This is from my last contract, the company used to be Psions software division, we found the tape in the bottom of a desk draw, who knows maybe it is the master tape for this game?</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/07/17012008.jpg"><img class="alignnone size-medium wp-image-56" title="17012008" src="http://www.stuartaxon.com/wp-content/uploads/2008/07/17012008-225x300.jpg" alt="Psion flight simulation on cassette" width="225" height="300" /></a></p>
<p>Update:  <a href="ftp://ftp.worldofspectrum.org/pub/sinclair/company-pics/PsionSoftwareLtd/">Link</a> to PsionSoftwareLTD promotional information on worldofspectrum.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/07/12/zx-spectrum-flightsim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netcat in windows</title>
		<link>http://www.stuartaxon.com/2008/05/22/netcat-in-windows/</link>
		<comments>http://www.stuartaxon.com/2008/05/22/netcat-in-windows/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:36:44 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[troubleshooting]]></category>

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=51</guid>
		<description><![CDATA[Just had a nightmare finding a binary for windows that wasn&#8217;t cygwinized&#8230;  eventually found it here
http://www.hackosis.com/wp-content/uploads/2007/12/nc111nt.zip
[update]
Jon Craton has mirrored this file in case the other link goes down
http://joncraton.org/files/nc111nt.zip
(Cheers  
[update 2]
It seems that antivirus programs mark netcat as a threat when actually it is just a useful tool - see conversation and links in [...]]]></description>
			<content:encoded><![CDATA[<p>Just had a nightmare finding a binary for windows that wasn&#8217;t cygwinized&#8230;  eventually found it here</p>
<p><a title="http://www.hackosis.com/wp-content/uploads/2007/12/nc111nt.zip" href="http://www.hackosis.com/wp-content/uploads/2007/12/nc111nt.zip">http://www.hackosis.com/wp-content/uploads/2007/12/nc111nt.zip</a></p>
<p>[update]</p>
<p>Jon Craton has mirrored this file in case the other link goes down</p>
<p><a href="http://joncraton.org/files/nc111nt.zip" target="_blank">http://joncraton.org/files/nc111nt.zip</a></p>
<p>(Cheers <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[update 2]</p>
<p>It seems that antivirus programs mark netcat as a threat when actually it is just a useful tool - see conversation and links in comments for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/05/22/netcat-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s in a name?</title>
		<link>http://www.stuartaxon.com/2008/04/01/whats-in-a-name/</link>
		<comments>http://www.stuartaxon.com/2008/04/01/whats-in-a-name/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 12:30:03 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<guid isPermaLink="false">http://www.stuartaxon.com/2008/04/01/whats-in-a-name/</guid>
		<description><![CDATA[&#8230;or why &#8220;my&#8221; is not a valid prefix for a variable
While I&#8217;m greatful for examples like this J2Me GameCanvas example  I&#8217;m not so happy about this bit of it:
    /** Starts the canvas by firing up a thread
*/
public void start() {
Thread myThread = new Thread(this);
// Make sure we know we are [...]]]></description>
			<content:encoded><![CDATA[<h3>&#8230;or why &#8220;my&#8221; is not a valid prefix for a variable</h3>
<p>While I&#8217;m greatful for examples like this <a href="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/mobilejava3d/p_java3d_tutorial_part1_compliments_redikod.jsp">J2Me GameCanvas example</a>  I&#8217;m not so happy about this bit of it:</p>
<p><font color="#228b22" face="Courier New">    /** Starts the canvas by firing up a thread<br />
*/<br />
public void start() {<br />
Thread myThread = new Thread(this);</font></p>
<p><font color="#228b22" face="Courier New">// Make sure we know we are running<br />
running = true;<br />
done = false;</font></p>
<p><font color="#228b22" face="Courier New">// Start<br />
myThread.start();<br />
}</font></p>
<p>What&#8217;s wrong ?  Quite simply &#8216;myThread&#8217;.  You see the &#8216;my&#8217; prefix used in code all over the web - it&#8217;s extraneous&#8230; extra noise, you may as well add &#8216;the&#8217; to the beginning of every variable.</p>
<p>Variable naming is to a certain extent a matter of taste; a lot of people would say that it is worrying about nothing.  The problem is, that most of the time spent with code is reading it, not writing it; as such we should try and be as succinct as possible &#8216;my&#8217; adds absolutely nothing  here.</p>
<p>In the example above it would be better to either leave out the &#8216;my&#8217; or call the thread canvasThread.</p>
<h3> Fuzzy</h3>
<p>Where possible variable names should reflect what you want to use them for, if your naming is fuzzy then others will use them for things you did not intend and then your on the downward spiral&#8230;</p>
<p>This is the other crime in variable naming, over generalising&#8230; quite often you see variables called &#8216;data&#8217; when the name of the type would do fine&#8230; usually it is only in IO based applications dealing with arbitrary data that the name is appropriate.</p>
<p>Of course, if you can&#8217;t think what to name them, then don&#8217;t pad them out as well, it&#8217;s pointless.</p>
<h3>My my my</h3>
<p>A quick search on coders (excluding mysql) finds <a href="http://www.koders.com/default.aspx?s=my*+-mysql&amp;btn=&amp;la=*&amp;li=*">301,040</a> hits for &#8216;my*&#8217;.</p>
<p>That&#8217;s a lot of noise&#8230; stop the madness: ban &#8216;my&#8217; now&#8230; if microsoft can remove it from Vista, how difficult can it be?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/04/01/whats-in-a-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Date for wine 1.0 release announced</title>
		<link>http://www.stuartaxon.com/2008/04/01/date-for-wine-10-release-announced/</link>
		<comments>http://www.stuartaxon.com/2008/04/01/date-for-wine-10-release-announced/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 11:15:27 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[winehq wine windows linux]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/2008/04/01/date-for-wine-10-release-announced/</guid>
		<description><![CDATA[The Wine project has been going since 1993, and has got to the point where a large percentage of windows programs run well in linux.
A perennial question is when 1.0 will be released, excitingly it looks like this will be sooner than we thought - as seen from their mailing list today:


Paul Vriens &#60;paul.vriens.wine at [...]]]></description>
			<content:encoded><![CDATA[<p>The Wine project has been going since 1993, and has got to the point where a large percentage of windows programs run well in linux.</p>
<p>A perennial question is when 1.0 will be released, excitingly it looks like this will be sooner than we thought - as seen from their mailing list today:</p>
<pre></pre>
<pre></pre>
<pre>Paul Vriens &lt;<a href="http://www.winehq.org/mailman/listinfo/wine-devel">paul.vriens.wine at ??????</a>&gt; writes:

&gt;<em> Just noticed that the dates attached to the versions on
</em>&gt;<em> <a href="http://wiki.winehq.org/WineReleasePlan">http://wiki.winehq.org/WineReleasePlan</a> are not correct.
</em>&gt;<em>
</em>&gt;<em> 0.9.58 came out on March 21st.
</em>&gt;<em>
</em>&gt;<em> Does this mean we still stick to May 9th or do we stick to 0.9.61 as being
</em>&gt;<em> 1.0.0.rc1?
</em>
We should stick to May 9th, we'll just have to wait for this date to
coincide with a release. If my calculations are right this should be
release 0.9.218 on May 9th, 2014. Hopefully we can clear the 1.0 bug
list by then.

--
Alexandre Julliard
<a href="http://www.winehq.org/mailman/listinfo/wine-devel">
</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/04/01/date-for-wine-10-release-announced/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 Minute python</title>
		<link>http://www.stuartaxon.com/2008/02/26/5-minute-python/</link>
		<comments>http://www.stuartaxon.com/2008/02/26/5-minute-python/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 01:34:18 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[projects]]></category>

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

		<guid isPermaLink="false">http://www.stuartaxon.com/2008/02/26/5-minute-python/</guid>
		<description><![CDATA[I’ve recently been learning python and decided to note down the *very basics* that took longer to find out than I would&#8217;ve liked.
Without furtherado, heres my 5-minute-python.
]]></description>
			<content:encoded><![CDATA[<p>I’ve recently been learning python and decided to note down the *very basics* that took longer to find out than I would&#8217;ve liked.</p>
<p>Without furtherado, heres my <strong><a href="http://www.stuartaxon.com/5-minute-python/">5-minute-python.</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/02/26/5-minute-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Playing a sound in pygame</title>
		<link>http://www.stuartaxon.com/2008/02/24/playing-a-sound-in-pygame/</link>
		<comments>http://www.stuartaxon.com/2008/02/24/playing-a-sound-in-pygame/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 20:32:05 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[projects]]></category>

		<category><![CDATA[python pygame]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=39</guid>
		<description><![CDATA[It can be useful to test sounds in your current engine (esp for testing MOD support), so I&#8217;ve made a tiny sound player for pygame.  The code is just this:
import sys, pygame
from pygame.locals import *

import pygame.mixer

if __name__=="__main__":
    pygame.display.set_mode((120, 120), DOUBLEBUF &#124; HWSURFACE)

    pygame.init()

    try:
  [...]]]></description>
			<content:encoded><![CDATA[<p>It can be useful to test sounds in your current engine (esp for testing MOD support), so I&#8217;ve made a tiny sound player for pygame.  The code is just this:</p>
<pre>import sys, pygame
from pygame.locals import *

import pygame.mixer

if __name__=="__main__":
    pygame.display.set_mode((120, 120), DOUBLEBUF | HWSURFACE)

    pygame.init()

    try:
        filename = sys.argv[1]
        pygame.mixer.init()
        sound = pygame.mixer.Sound(filename)
        print 'Press ESC to quit, any other key retriggers sound'
        sound.play()

        running = True
        while running:
            for event in pygame.event.get():
                if event.type == KEYDOWN:
                    if event.key == K_ESCAPE:
                        running = False
                    else:
                        sound.play()

    except IndexError:
        print 'Usage tplay.py filename'</pre>
<p>The file is attached here: <a href="http://www.stuartaxon.com/wp-content/uploads/2008/02/tplay.zip" title="Tiny pygame audio player">Tiny pygame audio player</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/02/24/playing-a-sound-in-pygame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista vs Blender</title>
		<link>http://www.stuartaxon.com/2008/02/20/vista-vs-blender/</link>
		<comments>http://www.stuartaxon.com/2008/02/20/vista-vs-blender/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 10:41:16 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[vista broken beta blender blender3d]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=38</guid>
		<description><![CDATA[The good news is, my laptop can run the Blender game engine at a decent framerate.
The bad news is I found out that is the Vista taskbar that more than halves it.  I run without Aero, as Aero completely borks OpenGL (quite apart from the fact that Vista limits you to OpenGL 1.5).   It&#8217;s bothered [...]]]></description>
			<content:encoded><![CDATA[<p>The good news is, my laptop can run the Blender game engine at a decent framerate.</p>
<p>The bad news is I found out that is the Vista taskbar that more than halves it.  I run without Aero, as Aero completely borks OpenGL (quite apart from the fact that Vista limits you to OpenGL 1.5).   It&#8217;s bothered me for a while that in Blender I could never get over about 30FPS - on the weekend I found out that I can have the window as large as I like and get much better framerates <em>as long as the window doesn&#8217;t touch the taskbar.</em></p>
<p>This is the kind of thing I hope SP1 will fix, but I severely doubt it <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/02/20/vista-vs-blender/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The One to Pick up</title>
		<link>http://www.stuartaxon.com/2008/02/18/the-one-to-pick-up/</link>
		<comments>http://www.stuartaxon.com/2008/02/18/the-one-to-pick-up/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 14:18:08 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[8 bit]]></category>

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

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

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=35</guid>
		<description><![CDATA[My dad found this old advert for the Osbourne I&#8230; at only £1250 + Vat (and with a free 12 Inch amber for a limited time), this is The One To pickup&#8230; or not as they were never popular.  Weighing in at &#8220;below 24lb&#8221; (10 Kilos!) this was a proper computer running CPM the [...]]]></description>
			<content:encoded><![CDATA[<p>My dad found this old advert for the Osbourne I&#8230; at only £1250 + Vat (and with a free 12 Inch amber for a limited time), this is The One To pickup&#8230; or not as they were never popular.  Weighing in at &#8220;below 24lb&#8221; (10 Kilos!) this was a proper computer running CPM the anscestor from which DOS was cloned.   It&#8217;s interesting as this was before the 8 bit wars had really kicked off in the U.K. with well known computers from Spectrum and Commodore, Amstrad and Acorn.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/02/the-one-to-pick-up.jpeg" title="the-one-to-pick-up.jpeg"><img src="http://www.stuartaxon.com/wp-content/uploads/2008/02/the-one-to-pick-up.jpeg" alt="the-one-to-pick-up.jpeg" /></a></p>
<p>[EDIT - Add Flickr link]</p>
<p><a href="http://flickr.com/photos/stuaxon/2273751055/">Flickr</a></p>
<p><a href="http://flickr.com/photos/tags/retrocomputing/">retrocomputing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/02/18/the-one-to-pick-up/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
