<?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 Record and Reverie</title>
	<atom:link href="http://www.cod3r.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cod3r.com</link>
	<description>General things I find interesting</description>
	<lastBuildDate>Sun, 07 Mar 2010 08:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Passed My Defense by Noah Coad</title>
		<link>http://www.cod3r.com/2010/02/passed-my-defense/comment-page-1/#comment-18219</link>
		<dc:creator>Noah Coad</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=290#comment-18219</guid>
		<description>Congratulations Graham!!  Big accomplishment.  Here&#039;s wishing you the absolute best in your future!</description>
		<content:encoded><![CDATA[<p>Congratulations Graham!!  Big accomplishment.  Here&#8217;s wishing you the absolute best in your future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Correct Way to Enable AC3 Passthrough with Quicktime by Graham Booker</title>
		<link>http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/comment-page-1/#comment-18167</link>
		<dc:creator>Graham Booker</dc:creator>
		<pubDate>Wed, 03 Mar 2010 05:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/2008/02/the-correct-way-to-enable-ac3-passthrough-with-quicktime/#comment-18167</guid>
		<description>Again, this is not a support forum.  No further comments will be accepted here.  Replies with Make/Model of receiver are examined and the information is added to the post, but such posts will not appear.  Those attempting to abuse this system will be denied access.</description>
		<content:encoded><![CDATA[<p>Again, this is not a support forum.  No further comments will be accepted here.  Replies with Make/Model of receiver are examined and the information is added to the post, but such posts will not appear.  Those attempting to abuse this system will be denied access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passed My Defense by Push Eject</title>
		<link>http://www.cod3r.com/2010/02/passed-my-defense/comment-page-1/#comment-17990</link>
		<dc:creator>Push Eject</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=290#comment-17990</guid>
		<description>WOW!  Congratulations, Graham!  Geez... I knew you were smart and all, but a doctorate!  Awesome.</description>
		<content:encoded><![CDATA[<p>WOW!  Congratulations, Graham!  Geez&#8230; I knew you were smart and all, but a doctorate!  Awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passed My Defense by Steve</title>
		<link>http://www.cod3r.com/2010/02/passed-my-defense/comment-page-1/#comment-17972</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 15 Feb 2010 03:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=290#comment-17972</guid>
		<description>Looks like I get to be the first (at least on your blog here) to congratulate you - great job, Graham!</description>
		<content:encoded><![CDATA[<p>Looks like I get to be the first (at least on your blog here) to congratulate you &#8211; great job, Graham!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Compression Techniques by Graham Booker</title>
		<link>http://www.cod3r.com/2009/07/text-compression-techniques/comment-page-1/#comment-17943</link>
		<dc:creator>Graham Booker</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=264#comment-17943</guid>
		<description>Ajayksh,
I don&#039;t have an API available for this as I may wish to use it for my own purposes in the future.  The compression scheme really has nothing more involved than what I described above.  I only left out the detail of how Huffman encoding works, but this is a well known technique.
I should add, the iPhone does have gzip compression, but not bzip2.  Look up the compress2 function and its complement, uncompress.</description>
		<content:encoded><![CDATA[<p>Ajayksh,<br />
I don&#8217;t have an API available for this as I may wish to use it for my own purposes in the future.  The compression scheme really has nothing more involved than what I described above.  I only left out the detail of how Huffman encoding works, but this is a well known technique.<br />
I should add, the iPhone does have gzip compression, but not bzip2.  Look up the compress2 function and its complement, uncompress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Compression Techniques by ajayksh</title>
		<link>http://www.cod3r.com/2009/07/text-compression-techniques/comment-page-1/#comment-17932</link>
		<dc:creator>ajayksh</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=264#comment-17932</guid>
		<description>Hi, I am looking for compressing my text content for an iPhone application, the content is served from a Web Server which is implemented using Java Servlets.

I am quite impressed by your method and the result compression ratio, could you please share more, is there any Java and iPhone API available somewhere? TIA.
//ajayksh</description>
		<content:encoded><![CDATA[<p>Hi, I am looking for compressing my text content for an iPhone application, the content is served from a Web Server which is implemented using Java Servlets.</p>
<p>I am quite impressed by your method and the result compression ratio, could you please share more, is there any Java and iPhone API available somewhere? TIA.<br />
//ajayksh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incorrect Podcast Order on my iPod by Graham Booker</title>
		<link>http://www.cod3r.com/2009/09/incorrect-podcast-order-on-my-ipod/comment-page-1/#comment-17157</link>
		<dc:creator>Graham Booker</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=279#comment-17157</guid>
		<description>Cory,
This is best done with Applescript.  Something like this should do the job.  Just select all the tracks and run this script:
tell application &quot;iTunes&quot;
	repeat with aTrack in selection
		set bookmarkable of aTrack to true
	end repeat
end tell</description>
		<content:encoded><![CDATA[<p>Cory,<br />
This is best done with Applescript.  Something like this should do the job.  Just select all the tracks and run this script:<br />
tell application &#8220;iTunes&#8221;<br />
	repeat with aTrack in selection<br />
		set bookmarkable of aTrack to true<br />
	end repeat<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incorrect Podcast Order on my iPod by Cory Klein</title>
		<link>http://www.cod3r.com/2009/09/incorrect-podcast-order-on-my-ipod/comment-page-1/#comment-17087</link>
		<dc:creator>Cory Klein</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=279#comment-17087</guid>
		<description>Sorry I meant to leave me email address the first time around....</description>
		<content:encoded><![CDATA[<p>Sorry I meant to leave me email address the first time around&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incorrect Podcast Order on my iPod by Cory Klein</title>
		<link>http://www.cod3r.com/2009/09/incorrect-podcast-order-on-my-ipod/comment-page-1/#comment-17086</link>
		<dc:creator>Cory Klein</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/?p=279#comment-17086</guid>
		<description>Howdy, I stumbled upon your interesting site when looking up a simple Perian issue (fell onto the AC3 passthrough page). 

I was wondering if your podcasting script is able to fix my problem for me without much leg work.

Each day I download an archived version of a radio program and add to iTunes.  After adding, I have to set it to &#039;remember playback position&#039;.  Any chance you have an interest in modifying your script to add the file and change said option for me?  

Thanks for your time, I understand if you are not willing to do this.  I do not want to be one the demanding Open Source Users you previously wrote about. :D</description>
		<content:encoded><![CDATA[<p>Howdy, I stumbled upon your interesting site when looking up a simple Perian issue (fell onto the AC3 passthrough page). </p>
<p>I was wondering if your podcasting script is able to fix my problem for me without much leg work.</p>
<p>Each day I download an archived version of a radio program and add to iTunes.  After adding, I have to set it to &#8216;remember playback position&#8217;.  Any chance you have an interest in modifying your script to add the file and change said option for me?  </p>
<p>Thanks for your time, I understand if you are not willing to do this.  I do not want to be one the demanding Open Source Users you previously wrote about. <img src='http://www.cod3r.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where&#8217;s real AC3 Passthrough on the Mac? by Jerome</title>
		<link>http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/comment-page-1/#comment-17085</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Sat, 24 Oct 2009 00:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cod3r.com/2008/03/wheres-real-ac3-passthrough-on-the-mac/#comment-17085</guid>
		<description>Works dandy in Leopard on my mini.  Now getting 5.1 from mkvs through to my Onkyo 807.  Thanks a great deal, sir.</description>
		<content:encoded><![CDATA[<p>Works dandy in Leopard on my mini.  Now getting 5.1 from mkvs through to my Onkyo 807.  Thanks a great deal, sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
