<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Pherg.net</title>
	<link>http://www.pherg.net</link>
	<description>using the right tool for the right job</description>
	<pubDate>Thu, 28 Aug 2008 01:54:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Mac OS X Time Machine with Linux Server by Jon</title>
		<link>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-37</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 30 Jun 2008 04:55:02 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-37</guid>
		<description>I keep getting the following error when I follow this process:
The backup disk image could not be created.

Everything works fine until I get to the actual backup step in Time Machine.  It seems to not like the network drive even though it let me select that drive to use as a backup.

The situation I have is:
external hard drive (linux partioned in full)
connected to an Ubuntu linux box via firewire

Is there something about this configuration that might be causing the problem?</description>
		<content:encoded><![CDATA[<p>I keep getting the following error when I follow this process:<br />
The backup disk image could not be created.</p>
<p>Everything works fine until I get to the actual backup step in Time Machine.  It seems to not like the network drive even though it let me select that drive to use as a backup.</p>
<p>The situation I have is:<br />
external hard drive (linux partioned in full)<br />
connected to an Ubuntu linux box via firewire</p>
<p>Is there something about this configuration that might be causing the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Introsort by C# Heapsort &#187; Pherg.net</title>
		<link>http://www.pherg.net/2008/02/27/c-introsort/#comment-32</link>
		<dc:creator>C# Heapsort &#187; Pherg.net</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:53:00 +0000</pubDate>
		<guid>http://www.pherg.net/2008/02/27/c-introsort/#comment-32</guid>
		<description>[...] that builds the heap top-down by sifting upward. Also, this method is a member of the Sorting class that I will present later, and the generic class T is defined in this context as any class that implements [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] that builds the heap top-down by sifting upward. Also, this method is a member of the Sorting class that I will present later, and the generic class T is defined in this context as any class that implements [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Heapsort by michael</title>
		<link>http://www.pherg.net/2008/02/15/c-heapsort/#comment-31</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:49:17 +0000</pubDate>
		<guid>http://www.pherg.net/2008/02/15/c-heapsort/#comment-31</guid>
		<description>T[] is an array of any class that implements IComparable. The functions presented in this post are hard to understand without seeing the entire Sorter class found at http://www.pherg.net/2008/02/27/c-introsort/. Also look up C# generics to further understand what this is doing.
The &gt;&gt; operator is the "shift-right" operator. It takes the binary representation of an integer and shifts all the bits to the right by the magnitude defined by the right-hand operand. In this code I am shifting a number to the right by 1, which actually performs an integer division by 2. For example, the base 10 integer "4" is represented as 0100 binary, and if you shift this to the right by 1 you get 0010, which is 2 (4 / 2).</description>
		<content:encoded><![CDATA[<p>T[] is an array of any class that implements IComparable. The functions presented in this post are hard to understand without seeing the entire Sorter class found at <a href="http://www.pherg.net/2008/02/27/c-introsort/." rel="nofollow">http://www.pherg.net/2008/02/27/c-introsort/.</a> Also look up C# generics to further understand what this is doing.<br />
The >> operator is the &#8220;shift-right&#8221; operator. It takes the binary representation of an integer and shifts all the bits to the right by the magnitude defined by the right-hand operand. In this code I am shifting a number to the right by 1, which actually performs an integer division by 2. For example, the base 10 integer &#8220;4&#8243; is represented as 0100 binary, and if you shift this to the right by 1 you get 0010, which is 2 (4 / 2).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Heapsort by Piyush Patel</title>
		<link>http://www.pherg.net/2008/02/15/c-heapsort/#comment-30</link>
		<dc:creator>Piyush Patel</dc:creator>
		<pubDate>Sat, 31 May 2008 04:45:31 +0000</pubDate>
		<guid>http://www.pherg.net/2008/02/15/c-heapsort/#comment-30</guid>
		<description>What is the T[] array and &#62;&#62; ?</description>
		<content:encoded><![CDATA[<p>What is the T[] array and &gt;&gt; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Time Machine with Linux Server by Christopher</title>
		<link>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-25</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 13 May 2008 03:51:19 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-25</guid>
		<description>I just get an error saying i can't connect (from OSX) , and I did this over and over again from clean slates. (3 or 4 times).

I just figured out SMB and now its all working- I am currently backing up over the network.</description>
		<content:encoded><![CDATA[<p>I just get an error saying i can&#8217;t connect (from OSX) , and I did this over and over again from clean slates. (3 or 4 times).</p>
<p>I just figured out SMB and now its all working- I am currently backing up over the network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Time Machine with Linux Server by sam</title>
		<link>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-11</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 21 Mar 2008 05:48:56 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-11</guid>
		<description>Mine allowed it to be used, but then couldnt create the image for backing up to</description>
		<content:encoded><![CDATA[<p>Mine allowed it to be used, but then couldnt create the image for backing up to</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Time Machine with Linux Server by Anders Bergh</title>
		<link>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-8</link>
		<dc:creator>Anders Bergh</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:38:17 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-8</guid>
		<description>Looks like it works without netatalk as well, if you have Samba installed. Just use smb://server instead.</description>
		<content:encoded><![CDATA[<p>Looks like it works without netatalk as well, if you have Samba installed. Just use <a href="smb://server" rel="nofollow">smb://server</a> instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Time Machine with Linux Server by miken</title>
		<link>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-7</link>
		<dc:creator>miken</dc:creator>
		<pubDate>Mon, 21 Jan 2008 22:11:21 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/mac-os-105-time-machine-with-linux-server/#comment-7</guid>
		<description>Alas, this did not work for me. I've tried a multitude of things that have been suggested but I just can't get TM to allow backup to a network volume unless the volume is served from a Mac.</description>
		<content:encoded><![CDATA[<p>Alas, this did not work for me. I&#8217;ve tried a multitude of things that have been suggested but I just can&#8217;t get TM to allow backup to a network volume unless the volume is served from a Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quicksort, Heapsort, and Introsort by Sam</title>
		<link>http://www.pherg.net/2007/12/05/quicksort-heapsort-and-introsort/#comment-5</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 05 Dec 2007 20:08:00 +0000</pubDate>
		<guid>http://www.pherg.net/2007/12/05/quicksort-heapsort-and-introsort/#comment-5</guid>
		<description>This looks interesting and I haven't ever seen an implementation of introsort. I need to read the Wikipedia article and I will try to read this blog again to catch your next post.</description>
		<content:encoded><![CDATA[<p>This looks interesting and I haven&#8217;t ever seen an implementation of introsort. I need to read the Wikipedia article and I will try to read this blog again to catch your next post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unbiased Shuffle Algorithm by Aaron Toponce</title>
		<link>http://www.pherg.net/2007/11/29/unbiased-shuffle-algorithm/#comment-4</link>
		<dc:creator>Aaron Toponce</dc:creator>
		<pubDate>Sun, 02 Dec 2007 00:22:29 +0000</pubDate>
		<guid>http://www.pherg.net/2007/11/29/unbiased-shuffle-algorithm/#comment-4</guid>
		<description>Woah!  You put up a blog again!  Hadn't checked in a long time, so I thought I'd swing by, and see what you're up to.  Drop me an email and let me know what's happening in your life.</description>
		<content:encoded><![CDATA[<p>Woah!  You put up a blog again!  Hadn&#8217;t checked in a long time, so I thought I&#8217;d swing by, and see what you&#8217;re up to.  Drop me an email and let me know what&#8217;s happening in your life.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
