<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>0xDECAFBAD - Tag: rest</title>
    <link href="http://decafbad.com/blog/atom.xml" rel="self"/>
    <link href="http://decafbad.com/blog"/>
    <updated>2011-11-16T16:29:50+00:00</updated>
    <id></id>
    <author>
        <name></name>
        <email>l.m.orchard@pobox.com</email>
    </author>
    

    <entry>
        <title>Blog posting delegation and third-party auth</title>
        <link href="http://decafbad.com/blog/2007/03/05/blog-posting-delegation-and-third-party-auth"/>
        <updated>2007-03-05T22:13:45+00:00</updated>
        <id>http://decafbad.com/blog/2007/03/05/blog-posting-delegation-and-third-party-auth</id>
        <content type="html">&lt;p&gt;Here's something I've been meaning to post about, brought back to mind from &lt;a href=&quot;http://www.identityblog.com/?p=701&quot;&gt;Kim Cameron's post on &quot;Wrong-headed impersonation&quot;&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;I wish that blog posting interfaces (ie. &lt;a href=&quot;http://www.xmlrpc.com/metaWeblogApi&quot;&gt;MetaWeblog API&lt;/a&gt; and &lt;a href=&quot;http://www.ietf.org/html.charters/atompub-charter.html&quot;&gt;Atom Publishing Protocol&lt;/a&gt;) offered a way to delegate blog posting to a 3rd party app (desktop or web) in such a way as to avoid providing one's login details (i.e. user name and password).  For instance, consider both &lt;a href=&quot;http://www.flickr.com/services/api/auth.spec.html&quot;&gt;Flickr's&lt;/a&gt; and &lt;a href=&quot;http://upcoming.org/services/api/token_auth.php&quot;&gt;Upcoming's&lt;/a&gt; 3rd party token-based authentication / authorization schemes.&lt;/p&gt;

&lt;p&gt;In particular, I'm looking at things like del.icio.us' own Daily Blog Post and others.  These can be used to auto-post content to one's blog generated elsewhere - but at the price of sharing login details.  Granted, you can mostly trust these 3rd parties not to do anything nasty with your credentials, but it would be nice not to have to.&lt;/p&gt;

&lt;p&gt;I figure that something RESTful like extending HTTP authentication (ala &lt;a href=&quot;http://www.xml.com/pub/a/2003/12/17/dive.html&quot;&gt;Atom Authentication&lt;/a&gt;) with a token scheme could be interesting, and possibly fit nicely into &lt;a href=&quot;http://www.ietf.org/html.charters/atompub-charter.html&quot;&gt;APP&lt;/a&gt; itself.  It could probably be retrofit into the &lt;a href=&quot;http://www.xmlrpc.com/metaWeblogApi&quot;&gt;MetaWeblog API&lt;/a&gt; by specifying a per-app user name and password.  I can imagine a WordPress admin plugin that issues approved authentication tokens to restrict the categories and other activities allowed by 3rd party apps.&lt;/p&gt;

&lt;p&gt;Just something I'm thinking about, as more services may or may not grow into delegated blog posting.&lt;/p&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084462&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://beesbuzz.biz/&quot;&gt;&lt;img src=&quot;http://disqus.com/api/users/avatars/plaidfluff.jpg&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://beesbuzz.biz/&quot;&gt;fluffy&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084462&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-05T22:40:26&quot;&gt;2007-03-05T22:40:26&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Wouldn't openID be a better candidate for this?&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084463&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084463&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-05T22:48:24&quot;&gt;2007-03-05T22:48:24&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Not really, unless I don't entirely understand OpenID.  &lt;/p&gt;

&lt;p&gt;OpenID offers way to authenticate &lt;em&gt;yourself&lt;/em&gt;.  However, what I want is an easy way to delegate your access to 3rd party apps, without those apps being able to authenticate as you or performs actions outside of the permissions you approve.  I don't really want Flickr Uploader, Ecto, MarsEdit to be able to use OpenID to login as me with carte blanche.&lt;/p&gt;

&lt;p&gt;With a token-based system like Flickr has, I can approve delegation to various apps and revoke their access at any time - without ever releasing my login details.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084464&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://george.hotelling.net/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=c7d1c8d2b1a7643236a4661e9a974dee&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://george.hotelling.net/&quot;&gt;George Hotelling&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084464&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-06T17:51:55&quot;&gt;2007-03-06T17:51:55&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;At first I had this great idea to build a blog posting proxy service that could grant access to your blog to different services by giving them different usernames and passwords and you could revoke them at any time and it would be great and everyone would be posting to everyone's blog all the time.&lt;/p&gt;

&lt;p&gt;Then I realized I had put on &lt;a href=&quot;http://worsethanfailure.com/Articles/The_Complicator's_Gloves.aspx&quot; rel=&quot;nofollow&quot;&gt;complicator gloves&lt;/a&gt; and that it would be way easier to just add new users to my blog without a proxy service.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084465&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084465&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-06T18:04:57&quot;&gt;2007-03-06T18:04:57&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Yeah, I figured making multiple accounts is a way to go when you've got your own install of something like WordPress.  It kind of gets stymied, though, if you want the same thing for a hosted service like WordPress.com, Vox, TypePad, or LiveJournal where one account = one blog.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084466&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a38054904e39e36fab7c4d779abf3752&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;Ian McKellar&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084466&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-12T17:43:49&quot;&gt;2007-03-12T17:43:49&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;It seems to me that the ideal solution to this is to have your blog pull new posts from an RSS/Atom feed that's hosted by the service that is generating your content. Feedburner already has a half-assed implementation of this where they'll pull your delicious bookmarks and flickr photos into your burned feed.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084468&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084468&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-12T17:58:35&quot;&gt;2007-03-12T17:58:35&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;@ian: Hmm, yeah, that probably does end up being the least onerous solution - just offer an aggregated feed of one's output.  I do like the idea of auto-posting to a blog, though, for the sake of something sorta like daily backups to a system I control.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084470&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a38054904e39e36fab7c4d779abf3752&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;Ian McKellar&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084470&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-12T18:44:46&quot;&gt;2007-03-12T18:44:46&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;@l.m.orchard: you don't need to just aggregate you can also import posts into your own store. We could come up with a cleverly confusing buzzword acronym like Atom Pull Publishing. You just periodically poll a feed and import the items. Actually, this is kind of what Google Reader is doing. They've even got a namespace in their atom for expressing the original id and the source feed. Perhaps I should write a drupal module.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084471&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084471&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-12T19:01:45&quot;&gt;2007-03-12T19:01:45&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;@ian: Hmm, yeah, that does sound like the least complicated way to get outside content pulled into a blog without releasing the blog's login details.  I know I've seen / used some WordPress plugins that do  basically that, though I've not been happy with any of them yet.  I should re-look into why that's been the case&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221084473&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a38054904e39e36fab7c4d779abf3752&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://ian.mckellar.org/&quot;&gt;Ian McKellar&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221084473&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2007-03-12T19:26:16&quot;&gt;2007-03-12T19:26:16&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;@l.m.orchard: in my experience the problems are with the formatting of the content (do blank lines turn into paragraphs, etc) and fragile post IDs (the upgraded wordpress and spammed all my friends on livejournal or planet problem). I'm not sure how to fix either of these problems but I think they're both problems Atom is attempting to solve...&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>Time-release Syndication</title>
        <link href="http://decafbad.com/blog/2005/10/21/time-release-syndication"/>
        <updated>2005-10-21T03:45:54+00:00</updated>
        <id>http://decafbad.com/blog/2005/10/21/time-release-syndication</id>
        <content type="html">&lt;blockquote cite=&quot;http://www.surfarama.com/index.php?p=242&quot;&gt;Want to read Cory Doctorow’s new book, Someone comes to Town, Someone leaves Town, via RSS?&lt;br /&gt;&lt;br /&gt;This chicklet will let you do just that…doesn’t matter when you first subscribe, this feed will deliver the book to your feed reader in the right order, a couple of chapters a day, over the next month. You could even subscribe via WINKsite and get it all on your mobile phone…&lt;/blockquote&gt;


&lt;p&gt;&lt;small style=&quot;text-align:right; display:block&quot;&gt;Source: &lt;a href=&quot;http://www.surfarama.com/index.php?p=242&quot;&gt;Surfarama » RSS for serialized content&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;I've been toying around with a few ideas for something like this for a few years, but have never bothered to finish any of them.  &lt;a href=&quot;http://www.russellbeattie.com/notebook/1008220.html&quot;&gt;Russell Beattie&lt;/a&gt; had an interesting implementation of this too.&lt;/p&gt;

&lt;p&gt;But, just in case I never actually &lt;em&gt;do&lt;/em&gt; anything with this notion, here's a free idea—I wonder how many aggregators actually obey a &lt;code&gt;301 Moved Permanently&lt;/code&gt; HTTP status code?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://simon.incutio.com/archive/2004/09/01/track&quot;&gt;Simon Willison wrote about this notion&lt;/a&gt;: A reader subscribes using a clean and simple feed URL, but the aggregator receives a &lt;code&gt;301&lt;/code&gt; redirect upon the first &lt;code&gt;GET&lt;/code&gt;.  This redirect shifts the subscription over to a new feed URL with a unique ID for the reader, thereby uniquely tagging every new subscription to the feed.  The aggregator should then continue to use this tagged URL for all future requests.&lt;/p&gt;

&lt;p&gt;However, tagging a subscriber with an RSS radio collar implies that you'll have a database on the server maintaining notes tied to those IDs.  That might be cool if I'm trying to gather some metrics, but for simple time-release syndication I don't really care about tracking a &lt;em&gt;person&lt;/em&gt;.  I want to track a &lt;em&gt;start time&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;What if this post-redirect feed URL had the time of initial redirect in it, and the time release was just a function of the duration since that initial redirect?  Anonymous and no need for a database.  My notion is that I'll just need a PHP script and a fully-formed &quot;master feed&quot; on which the time-release feed will be a time-bounded &quot;viewport&quot; informed by a little date math.&lt;/p&gt;

&lt;p&gt;Or, maybe I'll have a pile of pre-prepared content in a folder and munge that into a feed.  Imagine a podcast like &lt;a href=&quot;http://www.project-daemon.net/&quot;&gt;Scott Sigler's Ancestor&lt;/a&gt;, all queued up and ready on the server, but doled out automatically on a weekly basis from the beginning from the point you subscribed.  I'll leave as exercises for the reader issues of &quot;obfuscating&quot; URLs so that people can't easily skip ahead through the story.&lt;/p&gt;

&lt;!-- tags: rss atom syndication rest http podcasting --&gt;




&lt;div id=&quot;comments&quot; class=&quot;comments archived-comments&quot;&gt;
            &lt;h3&gt;Archived Comments&lt;/h3&gt;
            
        &lt;ul class=&quot;comments&quot;&gt;
            
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086694&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://laughingmeme.org&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=01457d1a0f0e533062cd0d1033fb4d7a&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://laughingmeme.org&quot;&gt;kellan&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086694&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-21T04:16:34&quot;&gt;2005-10-21T04:16:34&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;My favorite example of this is Matt Webb's service which offers &lt;a href=&quot;http://interconnected.org/home/more/lightcone/&quot; rel=&quot;nofollow&quot;&gt;RSS feed of your personal light cone&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086695&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a0b347907bfaf05694805210ec595d6c&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;&quot;&gt;Martin Atkins&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086695&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-21T07:06:00&quot;&gt;2005-10-21T07:06:00&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;This scheme falls down in two ways. Firstly, people have a tendency to share URLs, and when they do they tend to just take whatever's in their user-agent (your timestamped URL) rather than your pretty entry point URL that lives only on some HTML page somewhere.&lt;/p&gt;

&lt;p&gt;Secondly, lots of people use &quot;shared aggregators&quot;, which reduces load on your server but requires that everyone is seeing the same content.&lt;/p&gt;

&lt;p&gt;It's a nice idea, though. Its a shame that syndication tech ended up making it so tricky.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086696&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=2377f34a68801b861c3e54e1301f0dce&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://www.decafbad.com&quot;&gt;l.m.orchard&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086696&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-21T10:54:22&quot;&gt;2005-10-21T10:54:22&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;@Kellan: Heh, I thought that one was kinda silly, but neat... It's in my subscription list.&lt;/p&gt;

&lt;p&gt;@Martin: D'oh, that's right.  Even podcasts are being heard via shared aggregators now like Odeo.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086697&quot;&gt;
            &lt;div class=&quot;meta&quot;&gt;
                &lt;div class=&quot;author&quot;&gt;
                    &lt;a class=&quot;avatar image&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://rasterweb.net/raster/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=db0fab74bcb564ebb09295498b892fb6&amp;amp;size=32&amp;amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png&quot;/&gt;&lt;/a&gt;
                    &lt;a class=&quot;avatar name&quot; rel=&quot;nofollow&quot; 
                       href=&quot;http://rasterweb.net/raster/&quot;&gt;Pete Prodoehl&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086697&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-10-21T17:14:17&quot;&gt;2005-10-21T17:14:17&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Delta Park Project is a podcast that provides you with your own RSS feed url. I'm not exactly sure what they do with it, but for now I trust them not to do any evil.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    
</feed>

