<!-- Using phpOpenTracker web bug -->
<script language="JavaScript" type="text/javascript">
  //
  // phpOpenTracker - The Website Traffic and Visitor Analysis Solution
  //
  // Copyright 2000 - 2005 Sebastian Bergmann. All rights reserved.
  //
  // Licensed under the Apache License, Version 2.0 (the "License");
  // you may not use this file except in compliance with the License.
  // You may obtain a copy of the License at
  //
  //   http://www.apache.org/licenses/LICENSE-2.0
  //
  // Unless required by applicable law or agreed to in writing, software
  // distributed under the License is distributed on an "AS IS" BASIS,
  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  // See the License for the specific language governing permissions and
  // limitations under the License.
  //

  var client_id = 2;

  // Taken from http://www.jan-winkler.de/hw/artikel/art_j02.htm

  function base64_encode(decStr) {
    var base64s = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
    var bits;
    var dual;
    var i = 0;
    var encOut = '';

    while(decStr.length >= i + 3) {
      bits = (decStr.charCodeAt(i++) & 0xff) <<16 |
            (decStr.charCodeAt(i++) & 0xff) <<8 |
              decStr.charCodeAt(i++) & 0xff;

      encOut += base64s.charAt((bits & 0x00fc0000) >>18) +
                base64s.charAt((bits & 0x0003f000) >>12) +
                base64s.charAt((bits & 0x00000fc0) >> 6) +
                base64s.charAt((bits & 0x0000003f));
    }

    if(decStr.length -i > 0 && decStr.length -i < 3) {
      dual = Boolean(decStr.length -i -1);

      bits = ((decStr.charCodeAt(i++) & 0xff) <<16) |
            (dual ? (decStr.charCodeAt(i) & 0xff) <<8 : 0);

      encOut += base64s.charAt((bits & 0x00fc0000) >>18) +
                base64s.charAt((bits & 0x0003f000) >>12) +
                (dual ? base64s.charAt((bits & 0x00000fc0) >>6) : '=') +
                '=';
    }

    return(encOut);
  }

  var resolution = window.screen.width + 'x' +
                  window.screen.height + 'x' +
                  window.screen.colorDepth + 'bit';

  document.write(
    '<img src="http://www.tuaustin.com/phpOpenTracker/docs/scripts/image.php?' +
    'client_id='              + 2 + '&' +
    'document_url='           + base64_encode(document.URL) + '&' +
    'referer='                + base64_encode(document.referrer) + '&' +
    'add_data[]=resolution::' + resolution +
    '" alt="" width="1" height="1" />'
  );

</script>
<noscript>
  <img alt="" src="http://www.tuaustin.com/phpOpenTracker/docs/scripts/image.php?client_id=2" width="1" height="1" />
</noscript>
<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>The Sebastian Comments</title>
    <link>http://www.thesebastian.com/</link>
    <description>Comments from A fresh look into Entrepreneurship, Marketing and Technology in the flat world</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0-beta3 - http://www.s9y.org/</generator>
    <pubDate>Sun, 06 Jul 2008 18:49:16 GMT</pubDate>

    <image>
        <url>http://www.thesebastian.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: The Sebastian Comments - Comments from A fresh look into Entrepreneurship, Marketing and Technology in the flat world</title>
        <link>http://www.thesebastian.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>friarminor: Some thoughts on the Google Web App Engine</title>
    <link>http://www.thesebastian.com/archives/48-Some-thoughts-on-the-Google-Web-App-Engine.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/48-Some-thoughts-on-the-Google-Web-App-Engine.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=48</wfw:comment>

    

    <author>nospam@example.com (friarminor)</author>
    <content:encoded>
    Pushing to the web?  Precisely, Sebastian and apart from the biggies like Google, there are startups like &lt;a href=&quot;http://morphexchange.com&quot;&gt;Morph eXchange&lt;/a&gt; that has been doing &#039;PaaS&#039; thing already beginning with Rails.  And with GAE going with  Python, web os may have to wait for now.&lt;br /&gt;
&lt;br /&gt;
Best.&lt;br /&gt;
alain 
    </content:encoded>

    <pubDate>Mon, 14 Apr 2008 17:53:13 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/48-guid.html#c969</guid>
    
</item>
<item>
    <title>Tommy: Best Austin Jobs</title>
    <link>http://www.thesebastian.com/archives/45-Best-Austin-Jobs.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/45-Best-Austin-Jobs.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=45</wfw:comment>

    

    <author>nospam@example.com (Tommy)</author>
    <content:encoded>
    Hola Sebas,&lt;br /&gt;
&lt;br /&gt;
Actually yes it was some time since you hadn&#039;t written ! &lt;br /&gt;
I checked out the site, the layout is clear and simple, I hope it will grow ... One remark : your site is called bestaustinjobs, but you have job openings in Dallas and from what I understood, you have plans to expand elsewhere ...&lt;br /&gt;
Do you supply also the green card for french job seekers ? jeje&lt;br /&gt;
&lt;br /&gt;
See you 
    </content:encoded>

    <pubDate>Wed, 27 Feb 2008 06:41:03 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/45-guid.html#c968</guid>
    
</item>
<item>
    <title>Seb: Web 2.0 tag clouds fun</title>
    <link>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=35</wfw:comment>

    

    <author>nospam@example.com (Seb)</author>
    <content:encoded>
    Hi Walter,&lt;br /&gt;
&lt;br /&gt;
Thanks for your interest &lt;img src=&quot;http://www.thesebastian.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;. Here it goes...&lt;br /&gt;
&lt;br /&gt;
The algorithm starts with the most frequent tags (bigger font size) and goes from there to the less frequent tags (smaller). &lt;br /&gt;
&lt;br /&gt;
For each tag, it produces a random position, but it also makes an effort not to overlap the new text with a previous existing, already printed tag. There is a parameter defining how many retries the algorithm goes through trying to find a random position not overlapping with a previously printed tag. &lt;br /&gt;
&lt;br /&gt;
If no random position providing zero area intersection could be found and the maximum iterations is reached, the algorithm will pick the position which has the minimal area intersection from all the random positions it has tried out.&lt;br /&gt;
&lt;br /&gt;
The idea was to give it a mix of a human and random feeling, while keeping it readable at the same time. 
    </content:encoded>

    <pubDate>Mon, 09 Apr 2007 21:18:34 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/35-guid.html#c966</guid>
    
</item>
<item>
    <title>Walter Rafelsberger: Web 2.0 tag clouds fun</title>
    <link>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=35</wfw:comment>

    

    <author>nospam@example.com (Walter Rafelsberger)</author>
    <content:encoded>
    I&#039;d like to know how you arrange the words...you mention &quot;semi-random&quot;, could explain that a bit further? 
    </content:encoded>

    <pubDate>Fri, 06 Apr 2007 09:33:55 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/35-guid.html#c965</guid>
    
</item>
<item>
    <title>Seb: Web 2.0 tag clouds fun</title>
    <link>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=35</wfw:comment>

    

    <author>nospam@example.com (Seb)</author>
    <content:encoded>
    Thanks Travis!! I&#039;ve posted your cloud, see above. I hope you&#039;ll like it. If so, please tell your friends about it &lt;img src=&quot;http://www.thesebastian.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 25 Mar 2007 22:15:10 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/35-guid.html#c964</guid>
    
</item>
<item>
    <title>Travis Wright: Web 2.0 tag clouds fun</title>
    <link>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=35</wfw:comment>

    

    <author>nospam@example.com (Travis Wright)</author>
    <content:encoded>
    Id love to see what a tag cloud would look like for my site.&lt;br /&gt;
&lt;br /&gt;
Cool job, man.&lt;br /&gt;
&lt;br /&gt;
Travis 
    </content:encoded>

    <pubDate>Sun, 25 Mar 2007 19:23:28 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/35-guid.html#c963</guid>
    
</item>
<item>
    <title>Dave: Seth points out another one</title>
    <link>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (Dave)</author>
    <content:encoded>
    These are all nothing more than advertising pyramid schemes.  Any mechanism that leaves someone holding the bag (ie. out a big some of cash when the scheme ends) is illegal.  You can offer advertising but not the promise of a payout.  It’s ironic that the actual ‘advertising pyramid’ (http://advertisingpyramid.com) is the only one playing by the rules!! 
    </content:encoded>

    <pubDate>Tue, 21 Nov 2006 13:41:24 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/15-guid.html#c27</guid>
    
</item>
<item>
    <title>buzzer: Seth points out another one</title>
    <link>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (buzzer)</author>
    <content:encoded>
    There&#039;s also a new site that launch this weekend similar to MMMZR. &lt;br /&gt;
&lt;br /&gt;
But resolve the issue of not having enough low cost ads space. &lt;br /&gt;
&lt;br /&gt;
Check it out: http://www.greatestcrazypyramid.com/ 
    </content:encoded>

    <pubDate>Thu, 09 Nov 2006 11:30:57 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/15-guid.html#c23</guid>
    
</item>
<item>
    <title>Tony J: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Tony J)</author>
    <content:encoded>
    1.  PCLinuxOS will awlays garner the best &quot;out of the box&quot; experience for the average home desktop user (read: ex-windows user or &quot;tweener&quot;).&lt;br /&gt;
2.  Ubuntu/Kubuntu will always run between PCLOS and Debian for the average home desktop user.&lt;br /&gt;
3.  Debian will always maintain it&#039;s &quot;old guard&quot; user base.&lt;br /&gt;
&lt;br /&gt;
Ups and Downs:&lt;br /&gt;
&lt;br /&gt;
PCLinuxOS is a hobbyist/enthusiast supported distro.  It has no where near the resources of distros like Ubuntu and Debian.  Upgrading packages will always be slow and sometimes painful as priorities such as real life of the developers will weigh in.  However having Flash and Java and Amarok working straight out of the box, FIrefox set with IPV6 disabled, and many other tweaks the average user will spend all day setting up makes this distro shine as a newcomer star.  If you won&#039;t be a bleeding edge user, this distro, IMO, is rock solid.  Based on Mandrake/driva originally.&lt;br /&gt;
&lt;br /&gt;
Ubuntu/Kubuntu - Solid distro with $$$ behind it.  Resources, including web footprint (read: repositories and package availability) make this a solid distro.  It is overly popular and over hyped but it is a solid and good distro.  Kubuntu started out really weak, the cross over from Ubuntu left much weakness and the first 2 releases put me off greatly.  Adding KDE to Ubuntu seems to be the stronger solution.  IMO this is not the best &quot;out of the box&quot; experience and why I don&#039;t consider it #1.&lt;br /&gt;
&lt;br /&gt;
Debian - I have zero experience with this distro outside of derivatives such as Ubuntu.  From my understanding it is just a slower, more proven and solid (read more stable) distro than most of it&#039;s derivatives.  It&#039;s web presence is immense and if you aren&#039;t a bleeding edge user this distro probably outshines the previous two by leagues.&lt;br /&gt;
&lt;br /&gt;
Fedora Core X - Large company backing, solid web presence, weak out of the box experience.  I like the distro but whenever I install it the amount of time it takes to tweak it for a standard home-user desktop is just a bit too much for me to swallow.&lt;br /&gt;
&lt;br /&gt;
Suse X (openSuse) - This distro has always been slow to respond on systems I have used it on.  It falls somewhere around FCX in setup time for the average home desktop user, and in the end just lacks what I like in distros.&lt;br /&gt;
&lt;br /&gt;
The rest - While I have tried many other flavors, the previous list tend to overshadow them for one reason or another, typically web presence and user friendliness.&lt;br /&gt;
&lt;br /&gt;
Just my opinions, those of the average desktop user/tweener. 
    </content:encoded>

    <pubDate>Thu, 09 Nov 2006 07:39:52 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c22</guid>
    
</item>
<item>
    <title>ahkip: Seth points out another one</title>
    <link>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/15-Seth-points-out-another-one.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (ahkip)</author>
    <content:encoded>
    why not? You can use the same idea over and over. The different is if you can get enough attention from others 
    </content:encoded>

    <pubDate>Sun, 29 Oct 2006 09:18:09 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/15-guid.html#c21</guid>
    
</item>
<item>
    <title>Ramchand Burra: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Ramchand Burra)</author>
    <content:encoded>
    I just booted up using the Kubuntu 6.x live CD and I must say that I am very pleased with the out of the box ease,  the way the live CD booted up very fast (as compared to say, Knoppix) , the clean fonts and KDE GUI. Also the Synaptics touch pad seems very well behaved with the default settings. I entered Kubuntu rocks! into Google and I am here. I have installed Suse on this laptop before and it was great, but I removed it because of the need to visit some sites using Internet Explorer. I love Kubuntu because it is based on Debian and is a much leaner install to begin with. I will nuke the Windows partition soon, and hope I can print to a printer attached to a Windows PC - I could never manage that with SUSE. 
    </content:encoded>

    <pubDate>Sat, 07 Oct 2006 02:09:34 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c18</guid>
    
</item>
<item>
    <title>Carlos: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Carlos)</author>
    <content:encoded>
    My Top 5 Linux distros are (from my experience, various computers)&lt;br /&gt;
Ubuntu, Mepis, PCLinuxOS, Freespire, PuppyLinux.  My top 1 is PCLinuxOS, mature intelligent, elegant, speedy, easy to use. 
    </content:encoded>

    <pubDate>Wed, 20 Sep 2006 20:50:41 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c17</guid>
    
</item>
<item>
    <title>Seb: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Seb)</author>
    <content:encoded>
    Michael,&lt;br /&gt;
&lt;br /&gt;
Thanks for your comment.&lt;br /&gt;
&lt;br /&gt;
You are wrong, I am not a &quot;noob&quot;, actually ... not one at all. You are right, Ubuntu is “technically” just another debian-based distribution with newer packages around it. However, this is not the place where I discuss my Linux technical credentials, nor that was the point of the article, so I will move on to what I believe are more interesting topics.&lt;br /&gt;
&lt;br /&gt;
The point is, I really like the experience I&#039;m having with Kubuntu on my notebook from the non-technical, simple everyday desktop user point of view. It makes me so happy to see the difference when I compare this experience against the memories from installing Slackware on some other machines sometime about 10 years ago. I am extremelly happy about it because I would really like to see Linux become adopted in this market segment as much as it is adopted today on the IT-professional users and servers market. I also like the benefits this brings by enabling everyday non-technical users to use such a powerful and profesional OS and at a very low TCO. After all, computing to them only makes sense if it does makes their life simpler. Bring “simple” together with “powerful” and “cheap”, and the potential is huge.&lt;br /&gt;
&lt;br /&gt;
When I used to run my own small Linux and IT consulting company, some of my clients were very interested in deploying Linux on some of their desktops PCs. At that time, Linux wasn&#039;t really ready for it. I even had a few meetings with the guys from Caldera on “producing” a particular line of desktop machines with their Linux distribution pre-loaded on them. Didn&#039;t happen.&lt;br /&gt;
&lt;br /&gt;
Today, we&#039;re much, much closer to this reality and some businesses and organizations are already deploying Linux on their desktops. This is great news for everybody, but mostly for underdeveloped, poor countries where bringing cheap, powerful, readily-available simple technology can make a big impact on their infrastructure and significantly boost their economic and development. Think of children learning on Linux-powered desktops in poor schools that can&#039;t afford expensive software licenses. A similar case can be argued for non-for-profit organizations.&lt;br /&gt;
&lt;br /&gt;
I believe there is a huge potential for Linux on the desktop and notebooks, and a few of my friends follow this very closely too. Some people actually liked the article a lot. The packages, look and usability are all key points where Linux still has to prove itself a bit more in order to be able to really penetrate into this market and lower the TCO for business and organizations to deploy it on their desktop machines without fears. &lt;br /&gt;
&lt;br /&gt;
These are the main points that drove me to write this late-night before-bed short story / friendly article. Again, thanks for reading and for the comment. I&#039;m sorry the article disapointed you. If you are searching for a place to read on technical linux-related matters then this is not the right place. This is an Entrepreneurhsip, Marketing and Techonology blog (in that order).&lt;br /&gt;
&lt;br /&gt;
Peace,&lt;br /&gt;
Seb 
    </content:encoded>

    <pubDate>Wed, 20 Sep 2006 19:24:51 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c16</guid>
    
</item>
<item>
    <title>Vladsinger: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Vladsinger)</author>
    <content:encoded>
    Totally mangled that spelling. &lt;img src=&quot;http://www.thesebastian.com/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;. Why is there no edit option? 
    </content:encoded>

    <pubDate>Wed, 20 Sep 2006 14:25:13 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c15</guid>
    
</item>
<item>
    <title>Vladsinger: Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category></category>
    
    <comments>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=11</wfw:comment>

    

    <author>nospam@example.com (Vladsinger)</author>
    <content:encoded>
    He is, however, quite correct. There&#039;s nothing necessary about this article, it is not an imforiatvie review: just another slop of words for &lt;insert distro here&gt;. 
    </content:encoded>

    <pubDate>Wed, 20 Sep 2006 14:22:23 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html#c14</guid>
    
</item>

</channel>
</rss>