<?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>
	<pubDate>Sun, 08 Nov 2009 00:46:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>[...] 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>It is a good message and I'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>Thanks Jon,

I've fixed the quotes by editing the post and changing them to the equivalent HTML codes (&#38;apos; and &#38;quot;).

&lt;strong&gt;doit&lt;/strong&gt; is a little script I'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's the content from the old and new servers then diff's them - as another comparison.

BTW, the use of &lt;strong&gt;zgrep&lt;/strong&gt; is related - I've been searching through a lot of apache logs!

Oh yes, and the idea isn't mine I got it from &lt;a href="http://bethesignal.org/blog/2008/04/10/shell-history-stats/" rel="nofollow"&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 - as another comparison.</p>
<p>BTW, the use of <strong>zgrep</strong> is related - 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>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 "less" rather than "head" as the last command so you can go as far down the sorted list as you want to.

What does your script "doit" 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>
