ata comments on Rationality Case Study - Ad-36 - Less Wrong

22 Post author: Perplexed 22 September 2010 06:32PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (54)

You are viewing a single comment's thread. Show more comments above.

Comment author: ata 23 September 2010 12:41:56AM *  4 points [-]

I think that happens because if you change the title, it'll get a different title and URL sent in the RSS feed, and the reader is going to think it's a different item. There's an RSS tag, <guid>, which is meant to work around this by allowing the feed to specify a unique identifier for each item, but the LW RSS feeds use it incorrectly; it uses the post's URL as its value, and that changes when the post's title changes. I think it would work correctly if it chopped off the post title part and just sent (e.g.) "http://lesswrong.com/lw/2qm/" in the <guid> tag.