<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>0xDECAFBAD - Tag: attention</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>Sharing attention while reading feeds</title>
        <link href="http://decafbad.com/blog/2006/01/03/sharing-attention-while-reading-feeds"/>
        <updated>2006-01-03T14:45:01+00:00</updated>
        <id>http://decafbad.com/blog/2006/01/03/sharing-attention-while-reading-feeds</id>
        <content type="html">&lt;blockquote cite=&quot;http://blogs.zdnet.com/SAAS/?p=82&quot;&gt;Instead of reading their individual selections of RSS feeds privately, everyone should be encouraged to publish those aggregated feeds on the Web. ... the simple act of publishing those aggregations then makes them available to others, and thus makes them amenable to network effects in a way that they never can be if they're kept private.&lt;/blockquote&gt;


&lt;p&gt;&lt;small style=&quot;text-align:right; display:block&quot;&gt;Source: &lt;a href=&quot;http://blogs.zdnet.com/SAAS/?p=82&quot;&gt;» It's time to bury RSS | Software as services | ZDNet.com&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;My current two responses to the above:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I love my &lt;a href=&quot;http://decafbad.com/trac/browser/trunk/hacking_rss_and_atom/ch15_popular_links.py&quot;&gt;popular links&lt;/a&gt; summary feed.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt; is starting to make sense to me.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Putting these two together could be a very powerful tool for bringing network effects to feed reading.&lt;/p&gt;

&lt;p&gt;First off, one of the most useful feeds I have is my private Popular Links feed.  &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0764597582/0xdecafbad01-20?creative=327641&amp;amp;camp=14573&amp;amp;link_code=as1&quot;&gt;Touting my book again&lt;/a&gt;, I showcase the &lt;a href=&quot;http://decafbad.com/trac/browser/trunk/hacking_rss_and_atom/ch15_popular_links.py&quot;&gt;script behind this thing&lt;/a&gt; in Chapter 15.  I've had this running for well over a year, and it's always my first stop in the feed reader.  Almost without fail, this tends to surface what's buzzworthy.&lt;/p&gt;

&lt;p&gt;Basically, this script scans all the current entries of all my subscribed feeds for unique hyperlink URLs found in descriptions and summaries.  It collates all entries by these links, then sorts by the number of entries under each link.  A threshold is applied, filtering for links pointed to by 3 or more entries.&lt;/p&gt;

&lt;p&gt;At the end, I see a new feed entry displaying the most linked-to things of the moment.  Think of this as a kind of real-time PageRank.  How's that for network effects?&lt;/p&gt;

&lt;p&gt;I think this is &lt;em&gt;sort of&lt;/em&gt; how &lt;a href=&quot;http://memeorandum.com/&quot;&gt;Memeorandum&lt;/a&gt; works, only this is constrained to the feeds in my subscription list.  I've been considering making this script a full-on service:  Upload an OPML export from your aggregator, get your own Popular Links feed.  I've got all the parts laying around but I haven't yet had time to put them together—&lt;strong&gt;but if it sounds like something useful, and possibly worth clicking a Paypal donation button, let me know!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Secondly:  &lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt; makes a lot of sense with regard to the above-quoted article.  When I first heard about &lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt;, I merely cocked my head at it and made a confused sound.  This was before I caught the microformats bug, and before I realized that I &lt;a href=&quot;http://decafbad.com/blog/2005/12/01/blogrolls-grow-up-to-become-feedrolls&quot;&gt;started reinventing it&lt;/a&gt; a bit in my own ramblings.&lt;/p&gt;

&lt;p&gt;Basically, &lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt; is a feedroll enriched with data about the entries you've lately read from each feed.  It's in an XHTML-based format which—albeit ugly in my opinion and in need of more elegant microformat influence—is indeed viewable in a browser.  In a sense, this format is an auto-blog of my feed consumption.  I was looking for hacks for my NetNewsWire in AppleScript, when I found &lt;a href=&quot;http://decafbad.com/blog/2005/12/01/blogrolls-grow-up-to-become-feedrolls&quot;&gt;this Attention.xml generator&lt;/a&gt;.  Seeing the output of that, it all clicked.&lt;/p&gt;

&lt;p&gt;Combining &lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt; with my Popular Links algorithm could be a very powerful thing, methinks.  Rather than waiting for my friends to tip over the laziness point to blogging about something, I could digest their shared &lt;a href=&quot;http://tantek.com/presentations/2005/01/attentionxml.html&quot;&gt;Attention.xml&lt;/a&gt; files and collate the links they've merely &lt;em&gt;read&lt;/em&gt;.  In this way, I could build an &lt;em&gt;AttentionRank&lt;/em&gt; for various things, and cause the cream to rise to the top in my feed reader.&lt;/p&gt;

&lt;p&gt;I'm pretty sure that I'm playing catch-up here, but this all suddenly seems hot to me.  And not to mention, it seems neat that I have all the pieces laying around to build it.  The only bad thing is that I just don't have the time to spare—I've already spent too much time writing this blog post!&lt;/p&gt;

&lt;p&gt;Anyway, maybe you'll hear more from me about this soon.&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-221085102&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.wakingideas.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=c3a79b6f40ba93496389e42cd76ad2f1&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.wakingideas.com&quot;&gt;Daniel Nicolas&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085102&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-01-03T15:39:45&quot;&gt;2006-01-03T15:39:45&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;I think you could get away with charging $5 for a service like that.  Maybe even $10 if it was all web-based with cool ajaxyness flowing out of it.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085103&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.annezelenka.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=4dbe4cabb90ab41b92d7c85afc8adf96&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.annezelenka.com&quot;&gt;Anne Zelenka&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085103&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-01-03T19:26:21&quot;&gt;2006-01-03T19:26:21&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;That Ch. 15 script looks very useful, though I haven't had a chance to try it yet. The attention.xml thing... interesting but don't know how it would work with three-panel newsreaders like Bloglines. I'm not necessarily interested in a post just because I skimmed the latest articles in a certain feed. I didn't know before I clicked on the feed name whether I'd be interested in the latest stuff. Much of the time I'm not interested.&lt;/p&gt;

&lt;p&gt;What I'd like to see is some smart recommendation engine that watches how I read, how much time I spend on a certain article display, whether I click through the links it has, and even provides a &quot;boring&quot; button like some other commenter suggested so it could do some Bayesian filtering. That's getting far beyond what you've described here but what you're describing is a start on it. &lt;/p&gt;

&lt;p&gt;Another somewhat different issue is that Memeorandum works by limiting itself to a certain very popular and generic set of issues. Once you have one Memeorandum for politics or tech do you need another? Might individual quirks of attention (like the fact that you are interested in Detroit and I am interested in Maui) make sharing individual attention.xmls less useful? I've never really gotten the social sharing bug though so maybe I'm just showing a lack of imagination.&lt;/p&gt;

&lt;p&gt;But just because Memeorandum already exists doesn't mean there isn't a real opportunity. While it's easy to find the hot conversations on politics and tech in the blogosphere, other domains are poorly aggregated and filtered, if at all. I follow mom blogs and feminist blogs and nothing like Memeorandum or digg or reddit exists for those yet there are regularly hot topics that ripple through them. What you describe could be used to build something for those and other domains on the web but is there room for everyone to do it individually? Or will people gravitate to one or a few sites that do a good job of highlighting popular and important conversations in certain well-defined domains?&lt;/p&gt;

&lt;p&gt;These are just my raw thoughts on it... your ideas are inspiring.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085104&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://philwilson.org/blog/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=abb5e982d97d7539860141b7904ba31a&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://philwilson.org/blog/&quot;&gt;Phil Wilson&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085104&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-01-04T16:38:10&quot;&gt;2006-01-04T16:38:10&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Presumably your subscription list needs to be of a certain size before you can start extracting interesting URLs or you'll just have 20 URLs mentioned twice and 50 URLs mentioned once.&lt;/p&gt;

&lt;p&gt;If you were to just read the short head of your popular items list, would this actually be encouraging people to be infovores rather than normal information consumers (where you read or at least skim all of the items in your aggregator)? i.e. the data only starts working for you when you collect enough feeds. Gosh, you could have your own little long-tail on your desktop ;)&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221085106&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://webseitz.fluxent.com/wiki&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=8157a5907b244071cda98ba5aa7a9635&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://webseitz.fluxent.com/wiki&quot;&gt;Bill Seitz&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221085106&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2006-01-06T16:45:16&quot;&gt;2006-01-06T16:45:16&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;have you look at at TailRank?&lt;/p&gt;

&lt;p&gt;http://tailrank.com/&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>Subscriptions are attention, but what about blogrolls?</title>
        <link href="http://decafbad.com/blog/2005/11/27/subscriptions-are-attention-but-what-about-blogrolls"/>
        <updated>2005-11-27T21:29:53+00:00</updated>
        <id>http://decafbad.com/blog/2005/11/27/subscriptions-are-attention-but-what-about-blogrolls</id>
        <content type="html">&lt;blockquote cite=&quot;http://www.dltq.org/?p=763&quot;&gt;But today, for my rss feeds importing and exporting needs, OPML far outshines xoxo.&lt;br /&gt;&lt;br /&gt;Yes, there are 6 XOXO outlines on my front page. There are six lists. But I don’t have an easy way to import one of those XOXO outlines in my FeedDemon application in order to receive the latest blog items from those blogs that I link to. If there IS an easy way to do it, please enlighten me.&lt;/blockquote&gt;


&lt;p&gt;&lt;small style=&quot;text-align:right; display:block&quot;&gt;Source: &lt;a href=&quot;http://www.dltq.org/?p=763#comment-1131&quot;&gt;XOXO vs. OPML at DLTQ.org&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;Ah hah.  Here's a use case where I agree OPML has undeniably become king: Exporting and importing feed aggregator subscriptions.&lt;/p&gt;

&lt;p&gt;Because &lt;a href=&quot;http://radio.userland.com/&quot;&gt;Radio UserLand&lt;/a&gt; was the first aggregator to really take off—and because OPML is Radio's lingua franca, any new aggregators have needed to speak OPML to facilitate migration.  It grew from there, with nearly every aggregator supporting some basic form of OPML import/export for subscription lists.  OPML has won the &quot;feed subscription list format war&quot; before there was ever a notion that there might be such a war.&lt;/p&gt;

&lt;p&gt;Now, I'm woefully behind on all the buzz connecting OPML with attention.  But, my impression so far is that people want to share their subscription list, exported from their aggregator of choice.  That comes out as OPML.  So then, the reasoning is that because aggregators produce OPML, and aggregators are powerful attention managers, OPML is the lingua franca of attention.  Is this about right?&lt;/p&gt;

&lt;p&gt;I guess where I go from there is with this:  &lt;strong&gt;My aggregator's OPML export is private data for interchange between my other aggregators.&lt;/strong&gt;  Today, I'm about as comfortable with sharing my OPML with you as I am sharing &lt;a href=&quot;http://web.intuit.com/support/quicken/2002/win/1177.html&quot;&gt;QIF files exported from my bank account&lt;/a&gt;.  Sure, it's an easy export process, but it's not meant for you.&lt;/p&gt;

&lt;p&gt;In my OPML, I've got subscriptions that I've paid for, that I've password protected, and that give me details derived from my server logs.  I don't want to share that, at least not directly.  I've been asked for my OPML by a few people so far, and every time, I need to dig through it and be sure I'm not giving away any secrets.  Maybe this is where I'm a bit confused about the attention hype.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You see, what I do want to share is called a &lt;em&gt;&lt;a href=&quot;http://radio.outliners.com/blogRollOutliner&quot;&gt;blogroll&lt;/a&gt;&lt;/em&gt;.&lt;/strong&gt;  Blogrolls are &lt;em&gt;public declarations of attention&lt;/em&gt;, published on blogs.&lt;/p&gt;

&lt;p&gt;Since revamping this blog, I haven't yet gotten around to throwing a proper blogroll together, but I'm planning on it.  And, when I &lt;em&gt;do&lt;/em&gt; share it, it'll be in HTML list form.  And when I build it, it may start as an OPML export from my aggregator, but I'll have to spend some time weeding through it.&lt;/p&gt;

&lt;p&gt;I guess I don't have a clear picture here yet, but directly shipping around exports from my aggregator subscriptions gives me the willies.  And further, basing anything big on OPML gives me the willies too.&lt;/p&gt;

&lt;p&gt;Nowadays, sharing things on the web feels like XHTML and &lt;a href=&quot;http://www.microformats.org/&quot;&gt;microformats&lt;/a&gt; to me.  OPML for interchange between aggregators is one thing—but on the web at large, sinking deeper roots into OPML and the whole Rube Goldberg array of machinery following behind it feels like a backward step to me.&lt;/p&gt;

&lt;p&gt;Maybe &lt;a href=&quot;http://www.microformats.org/&quot;&gt;microformats&lt;/a&gt; are the new XML-geekery, but I don't want a new, &quot;cleaner&quot; XML format—I just want to more cleverly use the format that everyone's been using to share outlines and declarations of attention in blogs.&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-221082960&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://plasmasturm.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=e17949267bbfe21a0fadf1bbf00592b4&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://plasmasturm.org/&quot;&gt;Aristotle Pagaltzis&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221082960&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-11-27T21:37:59&quot;&gt;2005-11-27T21:37:59&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;p&gt;Check out &lt;a href=&quot;http://copia.ogbuji.net/blog/&quot; rel=&quot;nofollow&quot;&gt;Uche Ogbuji&lt;/a&gt;'s pertinent posts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://copia.ogbuji.net/blog/2005-11-14/I_already_&quot; rel=&quot;nofollow&quot;&gt;I already said OPML is crap, right? I had to hack through another reminder today.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://copia.ogbuji.net/blog/2005-11-15/I_must_be_&quot; rel=&quot;nofollow&quot;&gt;I must be missing something about XOXO (and maybe microformats in general)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://copia.ogbuji.net/blog/2005-11-16/Does_it_co&quot; rel=&quot;nofollow&quot;&gt;XOXO versus Atom versus XBEL for Web feed lists?&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221082961&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://oo2contml.sf.net&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a5d42c1ccacf33c72fd502fe1bb5ffa9&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://oo2contml.sf.net&quot;&gt;Adam Lindsay&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221082961&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2005-11-28T11:48:40&quot;&gt;2005-11-28T11:48:40&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&lt;blockquote&gt;
  &lt;p&gt;My aggregator’s OPML export is private data for interchange between my other aggregators.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;See, that's where you've lost me. Regardless of OPML's suckiness (yes, I've gazed on it, first hand), export/import interchange formats are precisely the sort of thing to be open standards. I spent many of the prime years of my life working on MPEG, and that, if anything, was my take-home message. The interchange/glue formats are precisely what need to be scrutinised and kept in public view.&lt;/p&gt;

&lt;p&gt;Is OPML good for anything else? Not really. Should it be promoted for all one's outlining needs? Not really. Does XOXO have an easy time of gaining mindshare, considering most people's miniscule outlining needs? Not really.&lt;/p&gt;&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



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

