<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for dewittclinton</title><link>https://disqus.com/by/dewittclinton/</link><description></description><atom:link href="https://disqus.com/dewittclinton/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 04 Mar 2011 23:12:56 -0000</lastBuildDate><item><title>Re: Scripting News: Using DNS as the thin ID system</title><link>http://scripting.com/stories/2011/03/04/usingDnsAsTheThinIdSystem.html#comment-160804103</link><description>&lt;p&gt;Interesting, but I don't believe this asserts what it sounds like it does.&lt;/p&gt;&lt;p&gt;All that it asserts is that the person at the keyboard knows the location of an arbitrary resource on a an arbitrary domain.  I'm not sure this has practical applications.&lt;/p&gt;&lt;p&gt;By way of comparison, what Google is doing with Webmaster Tools is providing a challenge (the opaque token) and asking you (the user signed into Google) to put the token in a place that only the owner of a domain could place it (as a file named for the token, in a txt record, in a meta tag, a cname, etc).  By doing so, this proves that the given user controls the domain.  I.e., it draws a connection between a user known to Google and a domain, so that user can subsequently do things on Google that only the domain owner should be able to do.&lt;/p&gt;&lt;p&gt;The mechanism you suggest does _not_ prove that the person at the keyboard owns the domain (because the challenging site didn't issue the token, rather the arbitrary user did), nor does it produce a shared secret that can later be used as stable identifier (because the way you described it, the token could be observed in transit between the client and the server).   If all you want to do is share a secret between the user and the client, that's just called a password, and you just described the typical username/password signup flow.&lt;/p&gt;&lt;p&gt;OpenID offers a related assertion, but it's more subtle than most people think.  OpenID provides a) a mechanism for a user to point to a URL, b) a way for that URL to state who "speaks" for it,  and finally c) a means for the client to ask that URL (or it's delegate) if the user was authorized to claim it.   In practice, this draws the connection between the URL and the user.   Incidentally, while this is sufficient to claim (at least part of) a domain, people don't use it for that purpose very often.&lt;/p&gt;&lt;p&gt;However, it turns out you can layer a whole bunch of interesting things on top of that connection once it has been made, because the user gets to pick the URL, and because the URL gets to point to all sorts of useful things (like profile information), and if you trust the URL not to do something stupid (which it shouldn't, because the user picked it), then no one else can use that URL without the user's permission.   We call this "user-centric" because the user gets to make that choice.&lt;/p&gt;&lt;p&gt;Hope this was helpful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Fri, 04 Mar 2011 23:12:56 -0000</pubDate></item><item><title>Re: http://www.tweetdeck.com/twitter/Borthwick/~FYfrU</title><link>http://www.tweetdeck.com/twitter/Borthwick/~FYfrU#comment-152657130</link><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;Thanks for the thoughtful reply.&lt;/p&gt;&lt;p&gt;First let me say that I have nothing but respect for the &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; team, which I feel not only established the bar for URL shorteners, but continues to innovate and improve on the concept every day.  I have no doubt that they will do everything possible to keep the service alive and running.  Your team does a great job, and should be commended.&lt;/p&gt;&lt;p&gt;When you say, "if you dont like short links dont use them," that's all well and good, but if you want to tweet, it's hard to avoid using short links, isn't it?  Twitter imposes an artificial limitation of the length of messages, and that in turn created a need for short URL redirects. &lt;a href="http://Bit.ly" rel="nofollow noopener" target="_blank" title="Bit.ly"&gt;Bit.ly&lt;/a&gt; was the best of the companies to recognize that opportunity, but keep in mind that the opportunity only exists at all because Twitter is essentially unusable without short URLs.  So it's either shorten or don't use Twitter.&lt;/p&gt;&lt;p&gt;Incidentally, I choose &lt;a href="http://goo.gl" rel="nofollow noopener" target="_blank" title="goo.gl"&gt;goo.gl&lt;/a&gt; not because out of brand loyalty or because it is any better or more reliable than &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; or the alternatives, but simply because I know who to page if something goes down.  It's the same reason you use &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; over &lt;a href="http://goo.gl" rel="nofollow noopener" target="_blank" title="goo.gl"&gt;goo.gl&lt;/a&gt; or tinyurl, I imagine.&lt;/p&gt;&lt;p&gt;The funny thing is, we're on the same side on at least one major issue — I think Twitter shouldn't begin wrapping all links in &lt;a href="http://t.co" rel="nofollow noopener" target="_blank" title="t.co"&gt;t.co&lt;/a&gt;. We probably have different reasons for this: it will be bad for &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt;'s  business, vs. my not liking URL shorteners to begin with, but I imagine we both agree about the outcome.&lt;/p&gt;&lt;p&gt;I've written a lot in the past about the problems with URL shorteners, so I won't rehash all that here.  But let me be crystal clear, I'm not criticizing &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; in particular; I think all URL shorteners face the same challenges — a centralized point of failure, unfriendly to the end user who sees the short URL, hidden vectors for click tracking, etc.  I think &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; does as much as it can to mitigate those risks (301's, escrow, redundancy), but the problems are endemic to the redirects themselves, so there's only so much any URL shortener can do to fix them.&lt;/p&gt;&lt;p&gt;Your portfolio companies do a wonderful job, and I've enjoyed working with many of them in the past, both as an end-user and as a partner.  I think you have a great track record of building winning products and winning teams, so please don't misunderstand my particular technical concerns as a critique of the overall businesses.&lt;/p&gt;&lt;p&gt;Hopefully this helps clear things up a bit.  Thanks again,&lt;/p&gt;&lt;p&gt;-DeWitt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sat, 19 Feb 2011 15:17:01 -0000</pubDate></item><item><title>Re: Scripting News: May the source be with you! :-)</title><link>http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.html#comment-56888070</link><description>&lt;p&gt;Cool idea -- I love that you're linking to the OPML source behind the content.&lt;br&gt;&lt;br&gt;Looking at the RSS feed, you can probably do this with the &amp;lt;link&amp;gt; element as well, no?&lt;br&gt;&lt;br&gt;I.e., instead of:&lt;br&gt;&lt;br&gt;  &amp;lt;scripting2:source&amp;gt;&lt;a href="http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.opml&lt;/scripting2:source&gt;" rel="nofollow noopener" target="_blank" title="http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.opml&lt;/scripting2:source&gt;"&gt;http://scripting.com/storie...&lt;/a&gt;&lt;br&gt;&lt;br&gt;How about:&lt;br&gt;&lt;br&gt;  &amp;lt;link rel="alternate" type="application/opml+xml" href="&lt;a href="http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.opml" rel="nofollow noopener" target="_blank" title="http://scripting.com/stories/2010/06/15/mayTheSourceBeWithYou.opml"&gt;http://scripting.com/storie...&lt;/a&gt;"&amp;gt;&lt;br&gt;&lt;br&gt;The cool thing is that this would work just like the link to the HTML page.  The OPML version is just another alternate view of the content.&lt;br&gt;&lt;br&gt;Done this way, existing clients can find the different content versions without even needing to learn something new.  We'd need to teach them to speak OPML of course, but many clients already can do that.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;*Update*:  Oops, Edited because I found the correct mime-type.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Tue, 15 Jun 2010 12:04:05 -0000</pubDate></item><item><title>Re: Setting the record straight. (Scripting News)</title><link>http://www.scripting.com/stories/2010/06/03/settingTheRecordStraight.html#comment-54667938</link><description>&lt;p&gt;I touch on the rss cloud stuff in the FAQ.  Simple answer?  The people who tried to make it work at scale say it doesn't work.  : /  I'm not really sure how to say it any other way than that, but that's the truth, and I guess I just have to ask you to believe me (as an individual and a friend, and as someone who has never lied to you or tried to mislead you).&lt;br&gt;&lt;br&gt;And true,  I'm not an officer of the company.  So I /can't/ make binding promises on Google's behalf, no matter how much anyone here trusts me personally.&lt;br&gt;&lt;br&gt;But what I /can/ do is get the officers of the company to sign legal agreements like the OWFa for all of the technologies we're using.  And that /is/ a binding promise.  &lt;br&gt;&lt;br&gt;So even when I leave Google someday, even I'll still get the benefit of their patent licenses.&lt;br&gt;&lt;br&gt;This is self-interest, too.  : )&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Fri, 04 Jun 2010 12:13:17 -0000</pubDate></item><item><title>Re: Setting the record straight. (Scripting News)</title><link>http://www.scripting.com/stories/2010/06/03/settingTheRecordStraight.html#comment-54652775</link><description>&lt;p&gt;Hey Dave,&lt;br&gt;&lt;br&gt;So, I have to say, I really disagree with the advice you're giving here regarding the patent stuff.   (I partly agree, partly disagree about the rest, but that's not as important.)  &lt;br&gt;&lt;br&gt;Regarding the patents, the license *is* the most important thing, as the /perceived/ absence of a patent claim frankly is not sufficient to ensure protection for the implementors.  This isn't a big company vs little company vs individual thing, it's just the sad consequence of our patent system.&lt;br&gt;&lt;br&gt;I couldn't easily fit everything I wanted to say into the comments, so I wrote up a longer response to your post here:&lt;br&gt;&lt;br&gt;  &lt;a href="http://www.google.com/buzz/dclinton/GjE3BinJZuT/" rel="nofollow noopener" target="_blank" title="http://www.google.com/buzz/dclinton/GjE3BinJZuT/"&gt;http://www.google.com/buzz/dclinton/GjE3BinJZuT/&lt;/a&gt;&lt;br&gt;&lt;br&gt;We should really talk sometime.  You've promoted this line of reasoning on several occasions, but honestly (and respectfully), I don't think it is very good advice to give to your readers.  And it's a little frustrating, because I know you have a large audience that cares deeply about such things, and I can see in the comments that people were already getting confused.&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;&lt;br&gt;-DeWitt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Fri, 04 Jun 2010 11:40:36 -0000</pubDate></item><item><title>Re: I&amp;#8217;ve Been a Little Rough on Google Lately</title><link>http://staynalive.com/articles/ive-been-a-little-rough-on-google-lately/#comment-39569248</link><description>&lt;p&gt;I trust that Jesse won't hold back on critique.  : )  At least I hope not, it is essential for us to hear it.&lt;/p&gt;&lt;p&gt;(And believe it or not, the companies do listen.  Especially since even the biggest companies are still made up of regular people like you and me.)&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sat, 13 Mar 2010 22:16:24 -0000</pubDate></item><item><title>Re: I&amp;#8217;ve Been a Little Rough on Google Lately</title><link>http://staynalive.com/articles/ive-been-a-little-rough-on-google-lately/#comment-39568755</link><description>&lt;p&gt;Thanks for the nice post.  Apology accepted, and I offer one right back to you.   Water under the bridge and all that, and no harm done.&lt;/p&gt;&lt;p&gt;Looking forward to continuing to read your blog, your Twitter stream, and all the rest, Jesse.&lt;/p&gt;&lt;p&gt;Buzz account re-followed.  Welcome back.&lt;/p&gt;&lt;p&gt;-DeWitt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sat, 13 Mar 2010 22:04:35 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38472209</link><description>&lt;p&gt;You might have to read the mailing list.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:42:55 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38472129</link><description>&lt;p&gt;And equally good for Yahoo, Microsoft, and everyone else who wants to build a search engine.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:42:28 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38471387</link><description>&lt;p&gt;I happily admit that all the time, Jesse.  Supporting open protocols is good for the web, and what's good for the web is good for Google.  There's no shame in that.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:38:52 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38470710</link><description>&lt;p&gt;Please see &lt;a href="http://activitystrea.ms/" rel="nofollow noopener" target="_blank" title="http://activitystrea.ms/"&gt;http://activitystrea.ms/&lt;/a&gt; and &lt;a href="http://groups.google.com/group/activity-streams/about" rel="nofollow noopener" target="_blank" title="http://groups.google.com/group/activity-streams/about"&gt;http://groups.google.com/gr...&lt;/a&gt; for the full history of the protocol.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:36:17 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38469340</link><description>&lt;p&gt;Oh, one more thing I wanted to add.  Even if Google doesn't directly clone the Facebook API or the Twitter API, etc., there's nothing stopping someone else from providing a bridge between things like AS and Portable Contacts, etc., and those other formats.&lt;/p&gt;&lt;p&gt;Someone might even find that to be a potentially lucrative business.  (Though they should obviously check with Twitter and Facebook to see if it was okay first.)&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:31:15 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38468116</link><description>&lt;p&gt;Not sure what you mean by "giving into Google a little".&lt;/p&gt;&lt;p&gt;Remember, Activity Streams were created by MySpace, Microsoft, and Facebook, not by Google.  We're following their lead here.  (Which we're allowed to do, because those protocols were openly licensed).&lt;/p&gt;&lt;p&gt;The last thing we want to do is reinvent the wheel.&lt;/p&gt;&lt;p&gt;That's the whole point.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:21:58 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38467834</link><description>&lt;p&gt;Now we're getting somewhere!&lt;/p&gt;&lt;p&gt;Unless Facebook says it is okay for Google (and other people) to clone their APIs by releasing them under an open license, we're simply not allowed to.&lt;/p&gt;&lt;p&gt;I too want all of these APIs to be released under an open license.  I really do.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 17:16:58 -0000</pubDate></item><item><title>Re: Did Google Reinvent the Wheel by Adopting the Protocols They Chose?</title><link>http://staynalive.com/articles/did-google-reinvent-the-wheel-by-adopting-the-protocols-they-chose/#comment-38465906</link><description>&lt;p&gt;[Copying my comment from your Buzz feed over here.]&lt;/p&gt;&lt;p&gt;@Carsten Pötter is correct -- the OWF is comprised of only individuals, not companies. So Facebook isn't a member, nor is Google, Microsoft, etc. A lot of employees from those companies are members, though.&lt;/p&gt;&lt;p&gt;The OWFa is a license (&lt;a href="http://openwebfoundation.org/legal/agreement/)" rel="nofollow noopener" target="_blank" title="http://openwebfoundation.org/legal/agreement/)"&gt;http://openwebfoundation.or...&lt;/a&gt; produced by the OWF, and the OWFa can be applied to specifications to help make them open.&lt;/p&gt;&lt;p&gt;Activity Streams, authored by MySpace, Microsoft, Facebook, and others, is indeed covered by the OWFa. Activity Streams form the basis of the Google Buzz APIs, so we're already converging. Here's a link to how Facebook uses Activity Streams over Atom: &lt;a href="http://wiki.developers.facebook.com/index.php/Using_Activity_Streams" rel="nofollow noopener" target="_blank" title="http://wiki.developers.facebook.com/index.php/Using_Activity_Streams"&gt;http://wiki.developers.face...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Some parts of the Facebook platform, like Facebook Connect, aren't licensed for others to use (yet?), so Google didn't have a choice on that one. Actually, it's not quite clear whether or not Facebook wants other people to clone all of their platform, or if they will ever allow for it, so we're all waiting to see what happens with that. (Personally, I think it would be great if they licensed the whole thing, but that's up to them of course.)&lt;/p&gt;&lt;p&gt;My guess is that it will be a little bit of a lot of protocols, with all of us working together. The Atom+AtomPub+Activity Streams+OAuth+OpenID+Media RSS+PSHB approach is the one that everyone seems be converging on—those parts aren't controversial, everyone from Microsoft to Facebook to Yahoo to MySpace to Google to &lt;a href="http://Status.net" rel="nofollow noopener" target="_blank" title="Status.net"&gt;Status.net&lt;/a&gt; to Cliqset seem to agree there.&lt;/p&gt;&lt;p&gt;There might be some details that differ between the implementations, but it is wrong to paint this as a divergence. On the contrary, we're all working together on these protocols. If anyone says otherwise, feel free to ask them where they'd like to see further alignment, and please point them my way.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sun, 07 Mar 2010 16:54:29 -0000</pubDate></item><item><title>Re: The Web is No Longer Open</title><link>http://staynalive.com/articles/2010/03/03/the-web-is-no-longer-open/#comment-37798010</link><description>&lt;p&gt;Hey Jesse,&lt;/p&gt;&lt;p&gt;In reply to your comment above, promotion of an open web is very much to our (and to the web's, and to the user's!) benefit.  Not only do we not deny that, we say that all the time.  : )&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;-DeWitt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Wed, 03 Mar 2010 09:24:30 -0000</pubDate></item><item><title>Re: An open letter to Google. (Scripting News)</title><link>http://www.scripting.com/stories/2009/11/20/anOpenLetterToGoogle.html#comment-23655152</link><description>&lt;p&gt;Fair enough, I can see your perspective about RSS relative to Atom.&lt;/p&gt;&lt;p&gt;I will disagree that Atom didn't add several very important technical improvements.  I wrote about a few of them here a few years ago (before joining Google, in fact) and it turns out that those improvements are essential to enable certain advancements in the federate stream:&lt;/p&gt;&lt;p&gt;    &lt;a href="http://blog.unto.net/work/on-rss-and-atom/" rel="nofollow noopener" target="_blank" title="http://blog.unto.net/work/on-rss-and-atom/"&gt;http://blog.unto.net/work/o...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Hope that helps clarify why I think Atom is important, and why I think it would be awesome if you'd support it as well.&lt;/p&gt;&lt;p&gt;Thanks, Dave!&lt;/p&gt;&lt;p&gt;-DeWitt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Fri, 20 Nov 2009 17:03:39 -0000</pubDate></item><item><title>Re: An open letter to Google. (Scripting News)</title><link>http://www.scripting.com/stories/2009/11/20/anOpenLetterToGoogle.html#comment-23653630</link><description>&lt;p&gt;Hey, I'm that "Google guy," so I should probably respond... &lt;br&gt;&lt;br&gt;Here's the Twitter comment that started this: &lt;a href="http://twitter.com/dewitt/status/5898801781" rel="nofollow noopener" target="_blank" title="http://twitter.com/dewitt/status/5898801781"&gt;http://twitter.com/dewitt/status/5898801781&lt;/a&gt;&lt;br&gt;&lt;br&gt;It read, "If @davewiner stopped equating distributed open networks with RSS and OPML specifically, he'd immediately unify a huge community."&lt;br&gt;&lt;br&gt;But first I want to clarify something.  I was speaking as a technologist and software engineer, as someone who is working to build a distributed open web (&lt;a href="http://openwebfoundation.org/2009/11/introducing-the-open-web-foundation-agreement.html" rel="nofollow noopener" target="_blank" title="http://openwebfoundation.org/2009/11/introducing-the-open-web-foundation-agreement.html"&gt;http://openwebfoundation.org/2009/11/introducin...&lt;/a&gt;), and as someone who is actually a rather ardent supporter of Dave Winer and his work.&lt;br&gt;&lt;br&gt;What I wasn't doing, however, was speaking on behalf of my employer, at least not intentionally.  &lt;br&gt;&lt;br&gt;So I frankly found it more than a little disconcerting that Dave immediately responded with "To @dewitt -- your employer is out of synch with the world, not the other way. I'm doing you a favor by pulling you back to where we all are."&lt;br&gt;&lt;br&gt;I hadn't mentioned Google at all, so I felt it unfair to attack my employer rather than respond to me as an individual.&lt;br&gt;&lt;br&gt;That said, I actually disagree with a number of the sentiments Dave raises here, regardless of who signs my paycheck.&lt;br&gt;&lt;br&gt;My point with the tweet that started this all (again, having nothing to do with Google), is that so many of the exciting advancements around syndicated and distributed open networks are based on Atom, isn't it time for Dave to start acknowledging them too?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Fri, 20 Nov 2009 16:36:40 -0000</pubDate></item><item><title>Re: How Google got left behind (Scripting News)</title><link>http://www.scripting.com/stories/2009/11/02/howGoogleGotLeftBehind.html#comment-21669313</link><description>&lt;p&gt;@Mike - sorry the results weren't what you were hoping for.&lt;/p&gt;&lt;p&gt;Out of curiosity, what results did you expect to see, vs. what you did see?  I'll take the feedback back with me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Mon, 02 Nov 2009 10:31:44 -0000</pubDate></item><item><title>Re: How Google got left behind (Scripting News)</title><link>http://www.scripting.com/stories/2009/11/02/howGoogleGotLeftBehind.html#comment-21668059</link><description>&lt;p&gt;Mike, please see my comment below (&lt;a href="http://www.scripting.com/stories/2009/11/02/howGoogleGotLeftBehind.html#comment-21667446)" rel="nofollow noopener" target="_blank" title="http://www.scripting.com/stories/2009/11/02/howGoogleGotLeftBehind.html#comment-21667446)"&gt;http://www.scripting.com/st...&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Mon, 02 Nov 2009 10:09:49 -0000</pubDate></item><item><title>Re: How Google got left behind (Scripting News)</title><link>http://www.scripting.com/stories/2009/11/02/howGoogleGotLeftBehind.html#comment-21667446</link><description>&lt;p&gt;Dave, does this link work for you:&lt;/p&gt;&lt;p&gt;  &lt;a href="http://www.google.com/search?tbo=1&amp;amp;tbs=qdr:h&amp;amp;q=dave+winer" rel="nofollow noopener" target="_blank" title="http://www.google.com/search?tbo=1&amp;amp;tbs=qdr:h&amp;amp;q=dave+winer"&gt;http://www.google.com/searc...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;That should include results for [dave winer] over the past hour.  Play with the options on the left.  You can restrict to all sorts of time intervals.&lt;/p&gt;&lt;p&gt;And here's a search for your name, sorted by date:&lt;/p&gt;&lt;p&gt;  &lt;a href="http://www.google.com/search?q=dave%20winer&amp;amp;hl=en&amp;amp;tbo=1&amp;amp;tbs=rcnt:1,sbd:1" rel="nofollow noopener" target="_blank" title="http://www.google.com/search?q=dave%20winer&amp;amp;hl=en&amp;amp;tbo=1&amp;amp;tbs=rcnt:1,sbd:1"&gt;http://www.google.com/searc...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;-DeWitt&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Mon, 02 Nov 2009 09:55:16 -0000</pubDate></item><item><title>Re: Alex Bosworth's Weblog - Google App Engine - Read the maximum request quota...</title><link>http://alexbosworth.net/post/82812936#comment-6788934</link><description>&lt;p&gt;Hey Alex,&lt;/p&gt;&lt;p&gt;Have you seen this form?&lt;/p&gt;&lt;p&gt;  &lt;a href="http://code.google.com/support/bin/request.py?contact_type=AppEngineCPURequest" rel="nofollow noopener" target="_blank" title="http://code.google.com/support/bin/request.py?contact_type=AppEngineCPURequest"&gt;http://code.google.com/supp...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;"App Engine's quota system allows for efficient applications with billing enabled to scale to around 500 queries per second (qps) or more than 40 million queries per day. This is a substantial amount of traffic and should easily suffice for even the heaviest of Slashdottings. But if you expect your application will need to handle even higher qps, please complete this form so we can assist you."&lt;/p&gt;&lt;p&gt;We probably don't make that form, or the reasoning behind the policy, visible enough.   Discussing that with the team now.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Mon, 02 Mar 2009 12:23:08 -0000</pubDate></item><item><title>Re: US-POLITICS-BUSH</title><link>http://discuss.flickrfan.org/2009/01/12/0616535.html#comment-5082820</link><description>&lt;p&gt;[Thought better of my comment here...]&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Mon, 12 Jan 2009 19:04:47 -0000</pubDate></item><item><title>Re: How to include a thumbnail in the HTML source of a web page (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/10/howToIncludeAThumbnailInTh.html#comment-5050832</link><description>&lt;p&gt;Understood.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sat, 10 Jan 2009 21:17:14 -0000</pubDate></item><item><title>Re: How to include a thumbnail in the HTML source of a web page (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/10/howToIncludeAThumbnailInTh.html#comment-5050187</link><description>&lt;p&gt;I wonder what would have been wrong with &amp;lt;link rel="alternate" type="image/jpeg"/&amp;gt;.&lt;/p&gt;&lt;p&gt;Why invent a new rel value, especially one with an underscore ('_') of all characters.  Just looking at even the W3C's draft HTML5 spec (&lt;a href="http://www.w3.org/TR/html5/structured.html#linkTypes)" rel="nofollow noopener" target="_blank" title="http://www.w3.org/TR/html5/structured.html#linkTypes)"&gt;http://www.w3.org/TR/html5/...&lt;/a&gt;, 'alternate' would have been perfectly appropriate.  Their definition of that value is "Gives alternate representations of the current document.".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DeWitt Clinton</dc:creator><pubDate>Sat, 10 Jan 2009 20:01:41 -0000</pubDate></item></channel></rss>