<?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"
	>
<channel>
	<title>Comments on: New tool: sednames</title>
	<atom:link href="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Sat, 22 Nov 2008 06:53:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-224257</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Wed, 10 Sep 2008 16:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-224257</guid>
		<description>The Last-Modified date is probably because FeedBurner shows the number of comments on the feed. This post is in the last ten, so it's still in the feed (I forgot what I set the number to, but it's at least ten). So, every comment on this post bumps the feed.

Getting back to the encoding problem: I just tried the FeedBurner feed in NetNewsWire 3.1 and it works fine. The quote marks in this post show up as quote marks.</description>
		<content:encoded><![CDATA[<p>The Last-Modified date is probably because FeedBurner shows the number of comments on the feed. This post is in the last ten, so it's still in the feed (I forgot what I set the number to, but it's at least ten). So, every comment on this post bumps the feed.</p>
<p>Getting back to the encoding problem: I just tried the FeedBurner feed in NetNewsWire 3.1 and it works fine. The quote marks in this post show up as quote marks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-224249</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 10 Sep 2008 13:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-224249</guid>
		<description>I'm subscribed directly to feedburner. Here's what I see (via curl). Note last-modified date.

I'll switch to Atom, in any case.

&lt;blockquote&gt;curl -L --verbose -O http://feeds.feedburner.com/domainofthebored
* About to connect() to feeds.feedburner.com port 80 (#0)
*   Trying 66.150.96.119... connected
* Connected to feeds.feedburner.com (66.150.96.119) port 80 (#0)
&#62; GET /domainofthebored HTTP/1.1
&#62; User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3
&#62; Host: feeds.feedburner.com
&#62; Accept: */*
&#62; 
&#60; HTTP/1.0 200 OK
&#60; Date: Wed, 10 Sep 2008 13:45:41 GMT
&#60; Server: Apache
&#60; X-FB-Host: app86
&#60; Last-Modified: Wed, 10 Sep 2008 13:41:54 GMT
&#60; ETag: eLBbRlgLEs6aXC/Csb8GzK9fINY
&#60; P3P: CP="ALL DSP COR NID CUR OUR NOR"
&#60; Connection: close
&#60; Content-Type: text/xml;charset=utf-8
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I'm subscribed directly to feedburner. Here's what I see (via curl). Note last-modified date.</p>
<p>I'll switch to Atom, in any case.</p>
<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>curl -L --verbose -O <a href="http://feeds.feedburner.com/domainofthebored" rel="nofollow">http://feeds.feedburner.com/domainofthebored</a><br />
* About to connect() to feeds.feedburner.com port 80 (#0)<br />
*   Trying 66.150.96.119... connected<br />
* Connected to feeds.feedburner.com (66.150.96.119) port 80 (#0)<br />
&gt; GET /domainofthebored HTTP/1.1<br />
&gt; User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3<br />
&gt; Host: feeds.feedburner.com<br />
&gt; Accept: */*<br />
&gt;<br />
&lt; HTTP/1.0 200 OK<br />
&lt; Date: Wed, 10 Sep 2008 13:45:41 GMT<br />
&lt; Server: Apache<br />
&lt; X-FB-Host: app86<br />
&lt; Last-Modified: Wed, 10 Sep 2008 13:41:54 GMT<br />
&lt; ETag: eLBbRlgLEs6aXC/Csb8GzK9fINY<br />
&lt; P3P: CP="ALL DSP COR NID CUR OUR NOR"<br />
&lt; Connection: close<br />
&lt; Content-Type: text/xml;charset=utf-8
</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-224169</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Tue, 09 Sep 2008 21:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-224169</guid>
		<description>&lt;blockquote&gt;Hmm, the quotes are using raw 8-bit characters and that may (obviously) be causing problems if the encoding is not set correctly.&lt;/blockquote&gt;

The Atom feed says:

&lt;blockquote&gt;Content-Type: application/atom+xml; charset=UTF-8&lt;/blockquote&gt;

The RSS feed serves up a redirection (Moved Permanently) whose HTML depiction says:

&lt;blockquote&gt;Content-Type: text/html; charset="UTF-8"&lt;/blockquote&gt;

The destination of that redirection is FeedBurner, which says:

&lt;blockquote&gt;Content-Type: application/atom+xml;charset=utf-8&lt;/blockquote&gt;

So, make sure you're subscribed directly to &lt;a href="feed://feeds.feedburner.com/domainofthebored" rel="nofollow"&gt;the FeedBurner URL&lt;/a&gt;, and it should definitely work.</description>
		<content:encoded><![CDATA[<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>Hmm, the quotes are using raw 8-bit characters and that may (obviously) be causing problems if the encoding is not set correctly.</p>
</blockquote>
<p>The Atom feed says:</p>
<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>Content-Type: application/atom+xml; charset=UTF-8</p>
</blockquote>
<p>The RSS feed serves up a redirection (Moved Permanently) whose HTML depiction says:</p>
<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>Content-Type: text/html; charset="UTF-8"</p>
</blockquote>
<p>The destination of that redirection is FeedBurner, which says:</p>
<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>Content-Type: application/atom+xml;charset=utf-8</p>
</blockquote>
<p>So, make sure you're subscribed directly to <a href="feed://feeds.feedburner.com/domainofthebored" rel="nofollow">the FeedBurner URL</a>, and it should definitely work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-224166</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Sep 2008 20:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-224166</guid>
		<description>That actually happens to me a lot with this RSS feed (and no others, out of about 140) for some reason. I'm also using NNW.

Hmm, the quotes are using raw 8-bit characters and that may (obviously) be causing problems if the encoding is not set correctly. They show up correctly in Safari, but as ??? in NNW at the moment. I can't imagine why that should cause the feed to be marked unread, though.

But I'm not writing solely to kvetch, no! I will share a marginally relevant &lt;i&gt;tidbit&lt;/i&gt;. The Unix Haters Handbook has a great quote from Jamie Zawinski on sed: &lt;blockquote&gt;"Some people, when confronted with a problem, think 'I know, I'll use sed.'  Now they have two problems."&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>That actually happens to me a lot with this RSS feed (and no others, out of about 140) for some reason. I'm also using NNW.</p>
<p>Hmm, the quotes are using raw 8-bit characters and that may (obviously) be causing problems if the encoding is not set correctly. They show up correctly in Safari, but as ??? in NNW at the moment. I can't imagine why that should cause the feed to be marked unread, though.</p>
<p>But I'm not writing solely to kvetch, no! I will share a marginally relevant <i>tidbit</i>. The Unix Haters Handbook has a great quote from Jamie Zawinski on sed: </p>
<blockquote cite="http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-"><p>"Some people, when confronted with a problem, think 'I know, I'll use sed.'  Now they have two problems."</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-208755</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 06 Jul 2008 19:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-208755</guid>
		<description>"No biggie. Unless it is happening for other people."

It is.  Netnewswire shows the quotation marks changing each time.</description>
		<content:encoded><![CDATA[<p>"No biggie. Unless it is happening for other people."</p>
<p>It is.  Netnewswire shows the quotation marks changing each time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-208676</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Sun, 06 Jul 2008 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-208676</guid>
		<description>Strange - I've done that (a couple of times), and this post, as well as only two others, (WWDC Survival Guide, and the Keyboard one) keep reappearing the newly updated feeds list.

No biggie.  Unless it is happening for other people.</description>
		<content:encoded><![CDATA[<p>Strange - I've done that (a couple of times), and this post, as well as only two others, (WWDC Survival Guide, and the Keyboard one) keep reappearing the newly updated feeds list.</p>
<p>No biggie.  Unless it is happening for other people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-207112</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Mon, 30 Jun 2008 02:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-207112</guid>
		<description>Matthew Schinckel: I haven't edited it in a week or so. Try unsubscribing and resubscribing, or clearing out your feed reader's folder in Library/Caches.</description>
		<content:encoded><![CDATA[<p>Matthew Schinckel: I haven't edited it in a week or so. Try unsubscribing and resubscribing, or clearing out your feed reader's folder in Library/Caches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://boredzo.org/blog/archives/2008-06-20/new-tool-sednames#comment-207107</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Mon, 30 Jun 2008 02:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/?p=679#comment-207107</guid>
		<description>I don't know why, but this post keeps reappearing in my feed.  Over and over again.

I think there are minor edits being made to it, but I don't know that you are necessarily intending for it to repeatedly appear in the feed.</description>
		<content:encoded><![CDATA[<p>I don't know why, but this post keeps reappearing in my feed.  Over and over again.</p>
<p>I think there are minor edits being made to it, but I don't know that you are necessarily intending for it to repeatedly appear in the feed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.208 seconds -->
