<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dave's Tech Blog</title>
	<atom:link href="http://blog.une.edu.au/dsymons2/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.une.edu.au/dsymons2</link>
	<description>Useful stuff I don't trust myself to remember</description>
	<lastBuildDate>Tue, 15 Mar 2011 19:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on ASCIIQuarium !! by For The Love Of&#8230;&#8230;&#8230;. ASCII Fish??? &#124; Hilltop Yodeler</title>
		<link>http://blog.une.edu.au/dsymons2/2008/11/19/asciiquarium/comment-page-1/#comment-673</link>
		<dc:creator>For The Love Of&#8230;&#8230;&#8230;. ASCII Fish??? &#124; Hilltop Yodeler</dc:creator>
		<pubDate>Tue, 15 Mar 2011 19:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.une.edu.au/dsymons2/2008/11/19/asciiquarium/#comment-673</guid>
		<description><![CDATA[[...] for the Console, it occurred to me that others may not know about and might benefit from the DEB packages that Dave created to make the installation a bit easier on Debian &amp; Ubuntu [...]]]></description>
		<content:encoded><![CDATA[<p>[...] for the Console, it occurred to me that others may not know about and might benefit from the DEB packages that Dave created to make the installation a bit easier on Debian &amp; Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Be transparent. Share your work constantly. Solicit feedback. Appreciate critiques.&#8221; by Rob&#8217;s Higher Ed BI Blog &#187; Protracting Peers</title>
		<link>http://blog.une.edu.au/dsymons2/2008/06/13/be-transparent-share-your-work-constantly-solicit-feedback-appreciate-critiques/comment-page-1/#comment-670</link>
		<dc:creator>Rob&#8217;s Higher Ed BI Blog &#187; Protracting Peers</dc:creator>
		<pubDate>Sun, 19 Apr 2009 12:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.une.edu.au/dsymons2/2008/06/13/be-transparent-share-your-work-constantly-solicit-feedback-appreciate-critiques/#comment-670</guid>
		<description><![CDATA[[...] was browsing a colleagues&#8217; blog last week and found an interesting entry that points to a post in the blog of Ben [...]]]></description>
		<content:encoded><![CDATA[<p>[...] was browsing a colleagues&#8217; blog last week and found an interesting entry that points to a post in the blog of Ben [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Blackle and Save Energy? by Rob Hale</title>
		<link>http://blog.une.edu.au/dsymons2/2009/04/02/use-blackle-and-save-energy/comment-page-1/#comment-668</link>
		<dc:creator>Rob Hale</dc:creator>
		<pubDate>Tue, 14 Apr 2009 05:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.une.edu.au/dsymons2/?p=35#comment-668</guid>
		<description><![CDATA[It is a good message and I&#039;m happy to be convinced.  Not sure how  readable the search results are though and of course if people print the black results then I suspect the increased toner usage will chew a bit of indirect energy.  Did you read the referenced academic paper (Roberson et al)?  Crikey.]]></description>
		<content:encoded><![CDATA[<p>It is a good message and I&#8217;m happy to be convinced.  Not sure how  readable the search results are though and of course if people print the black results then I suspect the increased toner usage will chew a bit of indirect energy.  Did you read the referenced academic paper (Roberson et al)?  Crikey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8216;History&#8217;cal Research by David Symons</title>
		<link>http://blog.une.edu.au/dsymons2/2008/05/01/historycal-research/comment-page-1/#comment-3</link>
		<dc:creator>David Symons</dc:creator>
		<pubDate>Mon, 05 May 2008 23:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.une.edu.au/dsymons2/2008/05/01/historycal-research/#comment-3</guid>
		<description><![CDATA[Thanks Jon,

I&#039;ve fixed the quotes by editing the post and changing them to the equivalent HTML codes (&apos; and &quot;).

&lt;strong&gt;doit&lt;/strong&gt; is a little script I&#039;ve written to help with moving content off the old webserver.  It takes a pagename and:

- greps the httpd.conf to reveal any reverse proxying of that page;

- opens the page from the old and new webservers for a visual comparison; and

- wget&#039;s the content from the old and new servers then diff&#039;s them - as another comparison.

BTW, the use of &lt;strong&gt;zgrep&lt;/strong&gt; is related - I&#039;ve been searching through a lot of apache logs!

Oh yes, and the idea isn&#039;t mine I got it from &lt;a href=&quot;http://bethesignal.org/blog/2008/04/10/shell-history-stats/&quot; rel=&quot;nofollow&quot;&gt;http://bethesignal.org/blog/2008/04/10/shell-history-stats/&lt;/a&gt; :-) .]]></description>
		<content:encoded><![CDATA[<p>Thanks Jon,</p>
<p>I&#8217;ve fixed the quotes by editing the post and changing them to the equivalent HTML codes (&amp;apos; and &amp;quot;).</p>
<p><strong>doit</strong> is a little script I&#8217;ve written to help with moving content off the old webserver.  It takes a pagename and:</p>
<p>- greps the httpd.conf to reveal any reverse proxying of that page;</p>
<p>- opens the page from the old and new webservers for a visual comparison; and</p>
<p>- wget&#8217;s the content from the old and new servers then diff&#8217;s them &#8211; as another comparison.</p>
<p>BTW, the use of <strong>zgrep</strong> is related &#8211; I&#8217;ve been searching through a lot of apache logs!</p>
<p>Oh yes, and the idea isn&#8217;t mine I got it from <a href="http://bethesignal.org/blog/2008/04/10/shell-history-stats/" rel="nofollow">http://bethesignal.org/blog/2008/04/10/shell-history-stats/</a> <img src='http://blog.une.edu.au/dsymons2/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8216;History&#8217;cal Research by jburne5</title>
		<link>http://blog.une.edu.au/dsymons2/2008/05/01/historycal-research/comment-page-1/#comment-2</link>
		<dc:creator>jburne5</dc:creator>
		<pubDate>Mon, 05 May 2008 20:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.une.edu.au/dsymons2/2008/05/01/historycal-research/#comment-2</guid>
		<description><![CDATA[Nice idea. The single and double quotes get changed to opening and closing quotes by WordPress so you have to change them back for the script to work.

I would prefer to use &quot;less&quot; rather than &quot;head&quot; as the last command so you can go as far down the sorted list as you want to.

What does your script &quot;doit&quot; do?]]></description>
		<content:encoded><![CDATA[<p>Nice idea. The single and double quotes get changed to opening and closing quotes by WordPress so you have to change them back for the script to work.</p>
<p>I would prefer to use &#8220;less&#8221; rather than &#8220;head&#8221; as the last command so you can go as far down the sorted list as you want to.</p>
<p>What does your script &#8220;doit&#8221; do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
