<?xml version='1.0' encoding='utf-8'?>
<!-- generator="bashblogger/0.3.7" -->
<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/"
>

	<channel>
		<title>Tim's Bits and Pieces</title>
		<link>http://blog.timp.com.au</link>
		<description>Kangaroo Writes Blog</description>
		<pubDate>Thu, 26 Aug 2010 09:04:21 EST</pubDate>
		<generator>Bash Blogger-0.3.7</generator>
		<language>en-AU</language>
		<image>
			<url>http://blog.timp.com.au/rss-logo.jpg</url>
			<title>Tim's Bits and Pieces</title>
			<link>http://blog.timp.com.au</link>
			<width>88</width>
			<height>31</height>
		</image>
			<item>
		<title>Poor Octopus</title>
		<link>http://blog.timp.com.au/archives/2010/08/26/poor_octopus/</link>
		<pubDate>Thu, 26 Aug 2010 09:03:57 EST</pubDate>
		<dc:creator>Timothy Pollard</dc:creator>
		<guid>http://blog.timp.com.au/archives/2010/08/26/poor_octopus/</guid>
		<category>Humour</category>
<category>Linkage</category>
<category>Politics</category>
		
		<description><![CDATA[<a
	href='http://www.thepunch.com.au/articles/exhausted-octopus-dies-picking-oz-election-result/'>Exhausted
	octopus dies picking Oz election result</a>. [...] ]]></description>
		<content:encoded><![CDATA[<p><a
	href='http://www.thepunch.com.au/articles/exhausted-octopus-dies-picking-oz-election-result/'>Exhausted
	octopus dies picking Oz election result</a>.</p>

<p>Hattip to <a
	href='http://www.menzieshouse.com.au/2010/08/exhausted-octopus-dies-picking-oz-election-result-article-the-punch.html'>Menzies
	House</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>Speedup of Trac Static Content</title>
		<link>http://blog.timp.com.au/archives/2010/08/25/speedup_of_trac_static_content/</link>
		<pubDate>Wed, 25 Aug 2010 19:36:37 EST</pubDate>
		<dc:creator>Timothy Pollard</dc:creator>
		<guid>http://blog.timp.com.au/archives/2010/08/25/speedup_of_trac_static_content/</guid>
		<category>Computers</category>
<category>Linux</category>
<category>Work</category>
		
		<description><![CDATA[At <a href='http://codesion.com'>work</a> I recently spent some time working on
getting our <a href='http://codesion.com/screenshots/wiki-hosting.shtml'>hosted
	Trac</a> to run faster. I found one simple little trick that gave up to a
20% speed improvement, so I thought I'd share it here. [...] ]]></description>
		<content:encoded><![CDATA[<p>At <a href='http://codesion.com'>work</a> I recently spent some time working on
getting our <a href='http://codesion.com/screenshots/wiki-hosting.shtml'>hosted
	Trac</a> to run faster. I found one simple little trick that gave up to a
20% speed improvement, so I thought I'd share it here.</p>

<p>The basic idea is that Trac has a lot of overhead due to executing a pile of
Python code for each requested file including static content like the logos,
background images, CSS, <acronym title="Latin: Et Cetera; English: and so
on">etc</acronym>. If you tell Apache just to skip the Python code
for the static content you can save a lot of time and processing power. All the
default static content is under
"<em>/python/library/path</em>/site-packages/trac/htdocs" which Trac servers up
as "/chrome/common/". Basically a request for
http://server.com/trac/chrome/common/logo.png will get a file from somewhere
like /usr/lib/python2.5/site-packages/trac/htdocs/logo.png on the harddisk. To
skip Trac for this we want to add something like the following to the Apache
configuration (AliasMatch is part of <a
	href='http://httpd.apache.org/docs/2.2/mod/mod_alias.html#aliasmatch'>mod_alias</a>):</p>

<pre class='code'>
	AliasMatch ^/(.+)/chrome/common(.*) /usr/lib/python2.5/site-packages/trac/htdocs$2
</pre>

<p>This matches any request for a path that matches
/<em>something</em>/chrome/common/<em>something_else</em>, and then sends back
the file located at
/usr/lib/python2.5/site-packages/trac/htdocs/<em>something_else</em>; preventing
the Trac Python code from running. Since there is about a dozen images, CSS
files, and JavaScript files for each Trac page the time saved by this very
quickly adds up.</p>]]></content:encoded>
	</item>
	<item>
		<title>The Stupidest Thing on the Internet Ever</title>
		<link>http://blog.timp.com.au/archives/2010/08/12/the_stupidest_thing_on_the_internet_ever/</link>
		<pubDate>Thu, 12 Aug 2010 11:56:02 EST</pubDate>
		<dc:creator>Timothy Pollard</dc:creator>
		<guid>http://blog.timp.com.au/archives/2010/08/12/the_stupidest_thing_on_the_internet_ever/</guid>
		<category>Humour</category>
<category>Linkage</category>
<category>Literature</category>
<category>Religion</category>
		
		<description><![CDATA[A review <a
	href="http://armariummagnus.blogspot.com/2009/10/gods-philosophers-how-medieval-world.html">God's
	Philosophers: How the Medieval World Laid the Foundations of Modern
	Science</a>. I strongly recommend reading this post; It's both entertaining
and educational. Note the title of this post is not a reference to Author
himself, but rather something he talks about in his post (about a third of the
way down). [...] ]]></description>
		<content:encoded><![CDATA[<p>A review <a
	href="http://armariummagnus.blogspot.com/2009/10/gods-philosophers-how-medieval-world.html">God's
	Philosophers: How the Medieval World Laid the Foundations of Modern
	Science</a>. I strongly recommend reading this post; It's both entertaining
and educational. Note the title of this post is not a reference to Author
himself, but rather something he talks about in his post (about a third of the
way down).</p>

<p>I also recommend the review of <a href="">God's Battalions: The Case for the Crusades</a>
by the same author. It was also an eye opener, but I was a bit more
uncomfortable reading it; mostly because I actually agreed [Past tense is
intentional] with the Author of the book he was reviewing.</p>

<p>Hattip to <a href='http://tjic.com/?p=15903'>TJIC</a> for pointing out that
blog.</p>]]></content:encoded>
	</item>
	<item>
		<title>Henry Review Income Tax Recommendation</title>
		<link>http://blog.timp.com.au/archives/2010/08/09/henry_review_income_tax_recommendation/</link>
		<pubDate>Mon,  9 Aug 2010 21:48:48 EST</pubDate>
		<dc:creator>Timothy Pollard</dc:creator>
		<guid>http://blog.timp.com.au/archives/2010/08/09/henry_review_income_tax_recommendation/</guid>
		<category>Linkage</category>
<category>Politics</category>
		
		<description><![CDATA[Apparently the Coalition is thinking about looking into implementing one of
the recommendations of the Henry Review [of the Australian taxation system] for
a <a
	href='http://www.theage.com.au/federal-election/coalition-to-look-at-a-single-flat-tax-rate-20100808-11qfa.html'>[pseudo-]flat
	tax rate</a>. I think this is a great idea, and I hope they do implement
it. [...] ]]></description>
		<content:encoded><![CDATA[<p>Apparently the Coalition is thinking about looking into implementing one of
the recommendations of the Henry Review [of the Australian taxation system] for
a <a
	href='http://www.theage.com.au/federal-election/coalition-to-look-at-a-single-flat-tax-rate-20100808-11qfa.html'>[pseudo-]flat
	tax rate</a>. I think this is a great idea, and I hope they do implement
it.</p>

<p>Hattip to <a
	href='http://www.menzieshouse.com.au/2010/08/coalition-to-look-at-a-single-flat-tax-rate.html'>Menzies
	House</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>Astronauts' Insurance</title>
		<link>http://blog.timp.com.au/archives/2010/07/29/astronauts_insurance/</link>
		<pubDate>Thu, 29 Jul 2010 11:28:57 EST</pubDate>
		<dc:creator>Timothy Pollard</dc:creator>
		<guid>http://blog.timp.com.au/archives/2010/07/29/astronauts_insurance/</guid>
		<category>Linkage</category>
<category>Oddities</category>
		
		<description><![CDATA[<a
	href='http://www.ukinsurancenet.com/blog/index.asp?post=apollo-insurance'>This</a>
is rather interesting. [...] ]]></description>
		<content:encoded><![CDATA[<p><a
	href='http://www.ukinsurancenet.com/blog/index.asp?post=apollo-insurance'>This</a>
is rather interesting.</p>

<p>Hattip to <a
	href='http://www.menzieshouse.com.au/2010/07/best-of-the-web-1.html'>Menzies'
	House</a></p>]]></content:encoded>
	</item>
	</channel>
</rss>
