aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2003-06-27-apparently-i-m-a-total-msdn-whore.html
blob: 1f1063b2916031a8c1d7016514fbbb57f8ed1054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
date: "2003-06-27T18:21:32Z"
title: Apparently I'm a Total MSDN Whore
---

<p>
<a href='http://msdn.microsoft.com/msdnmag/issues/03/02/BITS/default.aspx'>BITS</a> is kind of interesting, although I think it poses some serious security and stability risks.  It did get me thinking about a <code>Net::Require::require</code> implementation for <a href='http://www.ruby-lang.org/'>Ruby</a> again, though.  So I guess it's not all bad.
</p>

<p>
<a href='http://www.webservices.org/index.php/article/view/613'>Here</a> is a brief list of Web Services vying for the place of RSS.  From the article:
</p>

<blockquote>
While these efforts are certainly worthwhile and promising, it will most likely take years before they pass the filters of real life use before they can claim widespread adoption. All of them ask for a thick infrastructure layer to support implementations. While possible, it is unlikely that mainstream deployment will be achieved instantly.
</blockquote>

<p>
<b>Translation:</b> <i>"It's fun to work on this stuff, but we already know our implementation won't scale and will be difficult for developers to use."</i>
</p>

<p>
I love it when standards organizations find a simple format or protocol and say "Wow, that's a great idea.  Let's create our own and tack on a bunch of unnecessary crap, making our standard complicated, slow, obtuse, and effectively irrelevant.  HTTP perservered because it is simple.  RSS is still kicking because it issimple.  
Is this concept difficult to grasp, or is the <i>Committee Reality
Distortion Vortex</i>&trade; masking common sense again?
</p>

<p>
<code># delete the RSS equivalent of New Coke</code><br />
<code>rm -rf WS{XL,IL,RP}</code><br />
<br />
<code># keep the good stuff around</code><br />
<code>chmod a-x RSS</code>
</p>

<p>
Okay, &lt;/rant&gt; :-)...
</p>