<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>0xDECAFBAD - Tag: colophon</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>Fun with shell scripting</title>
        <link href="http://decafbad.com/blog/2004/04/30/fun-with-shell-scripting"/>
        <updated>2004-04-30T13:06:11+00:00</updated>
        <id>http://decafbad.com/blog/2004/04/30/fun-with-shell-scripting</id>
        <content type="html">&lt;p&gt;I went a little nuts tonight with shell scripting.  It started off with a few innocent bits of &lt;a href=&quot;http://www.rt.com/man/cat.1.html&quot;&gt;&lt;code&gt;cat&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.rt.com/man/grep.1.html&quot;&gt;&lt;code&gt;grep&lt;/code&gt;&lt;/a&gt; piped together.  But then I invited trouble &lt;a href=&quot;http://www.decafbad.com/cvs/*checkout*/www.decafbad.com/bin/parse_access_log&quot;&gt;started using&lt;/a&gt; &lt;a href=&quot;http://www.rt.com/man/sed.1.html&quot;&gt;&lt;code&gt;sed&lt;/code&gt;&lt;/a&gt;.  Pretty soon, I was bringing in &lt;a href=&quot;http://www.rt.com/man/cut.1.html&quot;&gt;&lt;code&gt;cut&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.rt.com/man/sort.1.html&quot;&gt;&lt;code&gt;sort&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.rt.com/man/uniq.1.html&quot;&gt;&lt;code&gt;uniq&lt;/code&gt;&lt;/a&gt;.  I knew I was doomed when I made the whole mess &lt;a href=&quot;http://www.decafbad.com/cvs/*checkout*/www.decafbad.com/bin/mail_500_400_report.sh&quot;&gt;start emailing me&lt;/a&gt; with &lt;a href=&quot;http://www.rt.com/man/sendmail.8.html&quot;&gt;&lt;code&gt;sendmail&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Oh, but then I went completely off the deep end.  I looked up &lt;a href=&quot;http://www.aaronsw.com/2002/rss30&quot;&gt;RSS 3.0&lt;/a&gt;, since that's so much easier to generate on the fly.  I started producing that with a little help from &lt;a href=&quot;http://www.rt.com/man/echo.1.html&quot;&gt;&lt;code&gt;echo&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.rt.com/man/awk.1.html&quot;&gt;&lt;code&gt;awk&lt;/code&gt;&lt;/a&gt;.  From there, I whipped up &lt;a href=&quot;http://www.decafbad.com/cvs/*checkout*/www.decafbad.com/bin/rss300to091.py&quot;&gt;a quick v3.0 to v0.91 converter&lt;/a&gt; so I could get something &lt;a href=&quot;http://www.decafbad.com/cvs/dbagg2/&quot;&gt;my aggregator&lt;/a&gt; could understand.&lt;/p&gt;

&lt;p&gt;It was all a very iterative process down a slippery slope of geekiness, and the resulting scripts are nothing that I'd've designed as such from scratch.  But, one thing led to another, and now I've got a &lt;a href=&quot;http://www.decafbad.com/cvs/*checkout*/www.decafbad.com/bin/mail_500_400_report.sh&quot;&gt;nightly report emailed&lt;/a&gt; to me of pages that have gone 404 and 500, and an &lt;a href=&quot;http://www.decafbad.com/cvs/*checkout*/www.decafbad.com/bin/gen_referer_feed.sh&quot;&gt;RSS feed of referers&lt;/a&gt; to boot.&lt;/p&gt;

&lt;p&gt;I'm sure it looks like completely braindead work, but it was fun!&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-221086528&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://msittig.wubi.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a233a0b9bf67e939e7575b36e626744d&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://msittig.wubi.org/&quot;&gt;Micah&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086528&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-30T09:21:59&quot;&gt;2004-04-30T09:21:59&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Is &quot;sort | uniq&quot; the same as &quot;sort -u&quot; ?  Uniq is cool, though, I'd never seen it before.  And very nice scripts, it's (almost) always fun to read other peoples' code.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086530&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.ulaluma.com/pyx&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=9e03aaf8edbe4b2c0d25e30ab9a69ffb&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.ulaluma.com/pyx&quot;&gt;Donovan Preston&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086530&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-30T12:01:48&quot;&gt;2004-04-30T12:01:48&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Haha. RSS 3.0 is awesome. Nothing like a little almost-rfc822 to knock some sense into the blogging world. How long has it been around? I never notice these things, I don't pay any attention to any of the blog world bullshit. (Maybe I should.)&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221086531&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://diveintomark.org/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=357a20e8c56e69d6f9734d23ef9517e8&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://diveintomark.org/&quot;&gt;Mark&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221086531&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-30T19:32:43&quot;&gt;2004-04-30T19:32:43&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;&gt; I don’t pay any attention to any of the blog world bullshit. (Maybe I should.)

No!  No, you shouldn't!  Do not, under any circumstances, get sucked into that grungy, petty, venom-soaked little world!  Anyone who knows what I'm talking about will back me up on this, including Les.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



</content>
    </entry>
    
    

    <entry>
        <title>This is not my beautiful blog</title>
        <link href="http://decafbad.com/blog/2004/04/26/this-is-not-my-beautiful-blog"/>
        <updated>2004-04-26T05:28:13+00:00</updated>
        <id>http://decafbad.com/blog/2004/04/26/this-is-not-my-beautiful-blog</id>
        <content type="html">&lt;p&gt;So.  It's been awhile since I spent much time here actually writing.  The &lt;a href=&quot;/links/&quot;&gt;quick links&lt;/a&gt; have been fun, but they're just not the same as really posting something of my own.  There've been numerous reasons for my semi-disappearance, but I think I'd finally like to come back now.  Maybe I'll even spend a few entries writing about what's happened over the past year or so.  It's been a bit of a trip.&lt;/p&gt;

&lt;p&gt;But first, I've got to get this new site launched.  By the time you read this, there will have been some changes.  It will have been a little over a year since the last time I did &lt;a href=&quot;http://www.decafbad.com/blog/tech/colophon/oooooa.html&quot;&gt;something drastic&lt;/a&gt; around here.  In fact, I'd intended this to happen right around &lt;a href=&quot;http://www.decafbad.com/blog/tech/old/ooooab.html&quot;&gt;this site's birthday&lt;/a&gt;, but I think I needed to read &lt;a href=&quot;http://www.joelonsoftware.com/items/2004/04/22.html&quot;&gt;Joel on Software on Perfectionism&lt;/a&gt;, and &lt;a href=&quot;http://mamamusings.net/archives/2004/04/23/you_may_ask_yourself_how_did_i_get_here.php&quot;&gt;mamamusing's Talking Heads reference&lt;/a&gt;, to get me to finally bite the bullet and push the button.&lt;/p&gt;

&lt;p&gt;There's bound to be bugs and problems galore here, but I've got to get past the tinkering and strip away my excuses for not actually writing here.  I actually started putting this new site together back in early December, and have been putzing around since.  Now that it's just about there, I realize I'm actually afraid to start writing again.  (As if I were any sort of writer worth reading before.  Bah.  Get over it.)&lt;/p&gt;

&lt;p&gt;Here it is, then.  I'm back to using Movable Type, probably just in time to fuss about upgrading to 3.0.  Nothing wrong with &lt;a href=&quot;http://www.blosxom.com/&quot;&gt;blosxom&lt;/a&gt;, or &lt;a href=&quot;http://roughingit.subtlehints.net/pyblosxom/&quot;&gt;pyblosxom&lt;/a&gt; for that matter, but a confluence of available plugins, exasperation, and fiddling brought me back.  I think the result's turned out rather nifty, so one of my first runs of entries will be a sort of colophon.  Maybe someone else will find something worthwhile in that.&lt;/p&gt;

&lt;p&gt;This time, I've gone from having a wiki and a blog to having a wiki, a blog, and a linkblog.  (There've got to be better words for these things.)  The links were mashed up with the rare blog entry, and I got more than one comment wishing they were separate.  Makes sense to me.  So...  three separate parts to this site, each separate for a reason, but all intermingled too.&lt;/p&gt;

&lt;p&gt;Anyway, before I ramble on too much longer about an idea which might just be NeatLikeDigitalWatches instead of &lt;em&gt;actually&lt;/em&gt; neat, I should get this thing launched and start using it...&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-221090195&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.scifihifi.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=266511c4b3124a981ccd3b1716e0bb0b&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.scifihifi.com&quot;&gt;Buzz Andersen&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090195&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T02:40:22&quot;&gt;2004-04-26T02:40:22&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Welcome back--good to hear from you!&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090196&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-221090196&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T02:43:54&quot;&gt;2004-04-26T02:43:54&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;As Rands said[1], &quot;better is the enemy of done.&quot;  Glad to see you've finally launched!

1: http://www.randsinrepose.com/archives/2004/04/19/heinous.html&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090197&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.mpwilson.com/uccu/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=99b77c34a0e26fd04a058f8c2dbab290&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.mpwilson.com/uccu/&quot;&gt;Mad William Flint&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090197&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T04:06:32&quot;&gt;2004-04-26T04:06:32&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;it's about friggin time.  :-P&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090199&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.innoq.com/blog/st&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=afd6dc452bc20f8f06612d4792bb8be3&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.innoq.com/blog/st&quot;&gt;Stefan Tilkov&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090199&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T11:10:04&quot;&gt;2004-04-26T11:10:04&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Even the links were good, but this is great. Glad I stayed subscribed.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090201&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-221090201&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T19:17:49&quot;&gt;2004-04-26T19:17:49&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Finally! Welcome back... Now get writing!&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090202&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-221090202&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T19:21:19&quot;&gt;2004-04-26T19:21:19&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;The Wiki might need some work still... I'm trying to edit my page with no luck, and got at least one blank page in the process.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090203&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://cpe000103c34069-cm014300001653.cpe.net.cable.rogers.com/weblogs/ben/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=b5cff7b071f6216092d46e45fe928d3e&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://cpe000103c34069-cm014300001653.cpe.net.cable.rogers.com/weblogs/ben/&quot;&gt;Gnomon&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090203&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T19:50:00&quot;&gt;2004-04-26T19:50:00&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Welcome back, Les! I'm looking forward to the pleasure of reading you more often, and discovering the reasons for your absence!&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090205&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://ulaluma.com/pyx&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=9e03aaf8edbe4b2c0d25e30ab9a69ffb&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://ulaluma.com/pyx&quot;&gt;Donovan Preston&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090205&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-26T22:20:16&quot;&gt;2004-04-26T22:20:16&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Oh, but it is your blog, and it is beautiful. Good work.

Also, can the picture of your c64 be a link to a bigger version of it? We really want to be able to see good detail of the sheer joy of getting a c64 for christmas.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090206&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://jcwinnie.us/MT/weblog/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=53313cda2dc9e876a17be4772e67880e&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://jcwinnie.us/MT/weblog/&quot;&gt;jcwinnie&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090206&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-27T01:53:30&quot;&gt;2004-04-27T01:53:30&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;FYI. Bloglines still says your RSS bad.&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090207&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=ad3bec4560b1c5d0ffddddc497c8b1e0&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;Jeremy Dunck&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090207&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-27T18:19:28&quot;&gt;2004-04-27T18:19:28&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;This returns 404:
http://www.decafbad.com/blog/

Ouch!&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090210&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.discourse.net/&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=79252a25b76b80e32ac78898aa9c9a75&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.discourse.net/&quot;&gt;Michael Froomkin&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090210&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-04-27T20:18:56&quot;&gt;2004-04-27T20:18:56&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Your rss feeds don't seem to exist?

http://www.decafbad.com/index.rdf and the atom version both return &quot;not found&quot;...&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;li class=&quot;comment&quot; id=&quot;comment-221090211&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://blog.meriwilliams.com&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=a3af0c7755c36bb7a5ebc4f894e0b9b8&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://blog.meriwilliams.com&quot;&gt;Meri&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href=&quot;#comment-221090211&quot; class=&quot;permalink&quot;&gt;&lt;time datetime=&quot;2004-05-01T19:27:40&quot;&gt;2004-05-01T19:27:40&lt;/time&gt;&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;content&quot;&gt;Nice to see you writing again and nice new design -- my one question would be are you pinging blo.gs when you update your links as well as the blog? Might you consider a separate ping like mezzoblue and kottke tend to do? I really enjoyed your links section when it was part of the blog...&lt;/div&gt;
            
        &lt;/li&gt;
    
        &lt;/ul&gt;
    
        &lt;/div&gt;



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

