<?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 on: Pitchfork MPD Client</title>
	<atom:link href="http://ajaxian.com/archives/pitchfork-mpd-client/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/pitchfork-mpd-client</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: lordjoe</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-267441</link>
		<dc:creator>lordjoe</dc:creator>
		<pubDate>Wed, 17 Sep 2008 07:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-267441</guid>
		<description>I had a copy of it lying around and uploaded it: http://www.box.net/shared/s8jy2ne609

Hope it&#039;s useful to someone!</description>
		<content:encoded><![CDATA[<p>I had a copy of it lying around and uploaded it: <a href="http://www.box.net/shared/s8jy2ne609" rel="nofollow">http://www.box.net/shared/s8jy2ne609</a></p>
<p>Hope it&#8217;s useful to someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexjames</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-267217</link>
		<dc:creator>alexjames</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-267217</guid>
		<description>The package file:

http://pitchfork.remiss.org/files/pitchfork-0.5.5.tar.bz2

Returns a 404 as well</description>
		<content:encoded><![CDATA[<p>The package file:</p>
<p><a href="http://pitchfork.remiss.org/files/pitchfork-0.5.5.tar.bz2" rel="nofollow">http://pitchfork.remiss.org/files/pitchfork-0.5.5.tar.bz2</a></p>
<p>Returns a 404 as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexjames</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-267216</link>
		<dc:creator>alexjames</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-267216</guid>
		<description>When I navigate to the website of the AJAX client for MPD, Pitchfork

http://pitchfork.remiss.org/wiki

I now get a squirrelmail login page instead of the old wiki and other content that existed there. The google cache pages still exist, and have refreshed as recently as Aug 3rd 2008, but all of a sudden it&#039;s gone now.

Any idea where I can grab a copy?

Thanks!</description>
		<content:encoded><![CDATA[<p>When I navigate to the website of the AJAX client for MPD, Pitchfork</p>
<p><a href="http://pitchfork.remiss.org/wiki" rel="nofollow">http://pitchfork.remiss.org/wiki</a></p>
<p>I now get a squirrelmail login page instead of the old wiki and other content that existed there. The google cache pages still exist, and have refreshed as recently as Aug 3rd 2008, but all of a sudden it&#8217;s gone now.</p>
<p>Any idea where I can grab a copy?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul M. Watson</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-250286</link>
		<dc:creator>Paul M. Watson</dc:creator>
		<pubDate>Tue, 08 May 2007 19:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-250286</guid>
		<description>What Martin said. We froze jQuery and optimised it to our app, runs nicely now while still retaining a good level of ease of use.</description>
		<content:encoded><![CDATA[<p>What Martin said. We froze jQuery and optimised it to our app, runs nicely now while still retaining a good level of ease of use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-250193</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 07 May 2007 08:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-250193</guid>
		<description>You can also take a library that fits your needs best, freeze it and optiimize or replace the parts that need to be optimized.</description>
		<content:encoded><![CDATA[<p>You can also take a library that fits your needs best, freeze it and optiimize or replace the parts that need to be optimized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-250190</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Mon, 07 May 2007 06:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-250190</guid>
		<description>Michael: Critique of my code is welcomed :] It probably isn&#039;t the prettiest code in the world, but it&#039;s fast. And the main point is really that there are optimizations which wouldn&#039;t be possible if pitchfork was relying on libraries to do the hard part. Libs to help you do stuff is great, but people have *huge* playlists and because of that pitchfork has to be fast and make assumptions where available.</description>
		<content:encoded><![CDATA[<p>Michael: Critique of my code is welcomed :] It probably isn&#8217;t the prettiest code in the world, but it&#8217;s fast. And the main point is really that there are optimizations which wouldn&#8217;t be possible if pitchfork was relying on libraries to do the hard part. Libs to help you do stuff is great, but people have *huge* playlists and because of that pitchfork has to be fast and make assumptions where available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Geary</title>
		<link>http://ajaxian.com/archives/pitchfork-mpd-client/comment-page-1#comment-250189</link>
		<dc:creator>Michael Geary</dc:creator>
		<pubDate>Mon, 07 May 2007 06:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2378#comment-250189</guid>
		<description>&quot;Pitchfork has been written from the bottom without any external ajax libraries which makes it possible to make optimizations which otherwise would be impossible. This means that it isnâ€™t that far from a normal application you would run on your computer with regards to speed and usability.&quot;

Now you know when you say something like that, you&#039;re inviting people to critique your code, aren&#039;t you? :-)

Let&#039;s just say this: It may be a fine application - I haven&#039;t tried running it yet - but coding everything from the ground up is NOT what makes it fine. That takes hard work and good design instincts, library or no library.</description>
		<content:encoded><![CDATA[<p>&#8220;Pitchfork has been written from the bottom without any external ajax libraries which makes it possible to make optimizations which otherwise would be impossible. This means that it isnâ€™t that far from a normal application you would run on your computer with regards to speed and usability.&#8221;</p>
<p>Now you know when you say something like that, you&#8217;re inviting people to critique your code, aren&#8217;t you? :-)</p>
<p>Let&#8217;s just say this: It may be a fine application &#8211; I haven&#8217;t tried running it yet &#8211; but coding everything from the ground up is NOT what makes it fine. That takes hard work and good design instincts, library or no library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

