<!-- 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 - Technology</title>
    <link>http://www.thesebastian.com/</link>
    <description>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>Mon, 14 Apr 2008 04:19:31 GMT</pubDate>

    <image>
        <url>http://www.thesebastian.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: The Sebastian - Technology - 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>More on the Google App Engine</title>
    <link>http://www.thesebastian.com/archives/49-More-on-the-Google-App-Engine.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/49-More-on-the-Google-App-Engine.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;p&gt;Read this article:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.dougma.com/archives/81&quot; target=&quot;_blank&quot;&gt;http://www.dougma.com/archives/81&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Doug does a terrific technical analysis.&lt;a href=&quot;http://www.dougma.com/archives/81&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 13 Apr 2008 21:19:31 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/49-guid.html</guid>
    
</item>
<item>
    <title>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>Technology</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>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
Google recently launched their &lt;a title=&quot;Google App Engine&quot; target=&quot;_blank&quot; href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt;, a Python-based web application development framework you can use to easily create your own web application and, most importantly, deploy to Google&#039;s own scalable infrastructure. For free, you get 500MB of persistent storage space and enough bandwidth and CPU power to support about 5 million page views per month. This is a terrific initiative from Google which could easily extend their advertisement space, but could also enable developers to potentially earn revenue as well from simple web applications they develop and deploy by leveraging on the readily available infrastructure.&lt;br /&gt;&lt;p&gt;What&#039;s also interesting is that the environment has native support to interact with Google accounts, meaning that developers can leverage from the Google account infrastructure to manage the users registration, login, logout, security, etc., but also to profit from the huge, established user base. On the other hand, Google gets new users as applications become popular and new users which did not have a Google account before register for using the application. This is clearly a very smart move from Google and, depending on implementation details, could work as a great viral marketing strategy, besides the data collection / analysis and advertising potential behind the applications and users.&lt;/p&gt;&lt;p&gt;There is also a &lt;a title=&quot;Web App Gallery&quot; target=&quot;_blank&quot; href=&quot;http://appgallery.appspot.com/&quot;&gt;web app gallery&lt;/a&gt;. This new platform, combined with other google services such as gmail and the &lt;a title=&quot;Open Social&quot; target=&quot;_blank&quot; href=&quot;http://code.google.com/apis/opensocial/&quot;&gt;Open Social&lt;/a&gt; initiative seem to align into a plan where Google gets to play more strongly on the social networking space, probably competing more closely with Facebook. We have seen this game before: provide the infrastructure, the environment, the buzz, the documentation, the goodies, the networking, then enable third-parties to develop things on top, then benefit from the power of the whole network. See, for example, the &lt;a href=&quot;http://java.sun.com/products/javacard/&quot; target=&quot;_blank&quot;&gt;Java Card Technology&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Maybe this is pushing it a bit too much, but I also think it is interesting to think about all this having in mind that also more and more PC desktop applications are moving to the web (see, for example, &lt;a title=&quot;Photoshop express&quot; target=&quot;_blank&quot; href=&quot;https://www.photoshop.com/express/landing.html&quot;&gt;Adobe&#039;s photoshop express&lt;/a&gt;). Thinking of it that way, Google seems to be positioning itself as the Microsoft of the future online &amp;quot;OS&amp;quot;, which turns out to be a web app framework with social networking capabilities and a terrific scalable platform behind it...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 08 Apr 2008 22:12:16 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/48-guid.html</guid>
    
</item>
<item>
    <title>IP-address reverse lookup: Who's behind an IP address?</title>
    <link>http://www.thesebastian.com/archives/46-IP-address-reverse-lookup-Whos-behind-an-IP-address.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/46-IP-address-reverse-lookup-Whos-behind-an-IP-address.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Clients and friends have asked me, on different occasions: Can I / How do I perform a reverse look-up from an IP address. In other words, Can I know who&#039;s behind an IP address? Sometimes this comes from curiosity (e.g.: analysing a web server log file), or sometimes from attempting to control abuse / spam on other systems. Since this seems to be a common question, here go my two googable cents...&lt;/p&gt;&lt;p&gt;The short answer is, yes, you can. One of the simplest ways to do a reverse look-up on an IP address is by using the whois service from ARIN (American Registry for Internet Addresses). Go to:&lt;/p&gt;&lt;p&gt;&lt;a title=&quot;Whois service from ARIN&quot; target=&quot;_blank&quot; href=&quot;http://ws.arin.net/whois/&quot;&gt;http://ws.arin.net/whois/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Enter the IP address and hit the Submit Query button. Depending on the IP address you have entered, you will get a more precise or less precise answer. Sometimes you might get, for example, a company name (meaning that IP address belongs to the company network), or an university name (meaning the IP address belongs to the university network), or an internet provider which provides access to several consumers (less detail). In any case, this is the starting point to figure out a first contact, then if you need so, you could try figuring out some more information by contacting the listed entity.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 25 Mar 2008 17:13:38 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/46-guid.html</guid>
    
</item>
<item>
    <title>A fun SEO service SPAM</title>
    <link>http://www.thesebastian.com/archives/44-A-fun-SEO-service-SPAM.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/44-A-fun-SEO-service-SPAM.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;font class=&quot;swb&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;div&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;I usually don&#039;t read SPAM, but this one was truly funny so I thought I should share it. I wonder if unsolicited e-mailing is among one of their so-called &amp;quot;valuable closely held trade secrets&amp;quot;! Funniest thing is that they even have the courage to try positioning themselves as an elite service by talking about how other firms may use &amp;quot;link farms&amp;quot; and other &amp;quot;black hat&amp;quot; methods, when they are spamming to start with!&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;Oh ... and .. yes, I was almost forgetting, they offer SEO services but they don&#039;t have a website? And they are using gmail for that?? Ha ha ha! &lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;BTW, feel free to contact me if you would like to talk about my non-BS SEO services --I wont claim to have &amp;quot;valuable closely held trade secrets&amp;quot;!.&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;++ quote (like the ol&#039; fax days ha!):&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;font&gt;&lt;font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;strong&gt;Dear Website Owner,&lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt; &lt;/i&gt;&lt;/div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/i&gt;&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;&lt;strong&gt;If I could get you five times the RELEVANT traffic at a &lt;br /&gt;
substantially reduced cost would you be interested?&lt;/strong&gt; National Positions &lt;br /&gt;
can place your website on top of the Natural Listings on Google, Yahoo and MSN. &lt;br /&gt;
Our Search Engine Optimization team delivers more top rankings than anyone else &lt;br /&gt;
and we can prove it. We do not use &amp;quot;link farms&amp;quot; or &amp;quot;black hat&amp;quot; methods that &lt;br /&gt;
Google and the other search engines frown upon and can use to de-list or ban &lt;br /&gt;
your site.  The techniques are proprietary, involving some valuable closely &lt;br /&gt;
held trade secrets. Our prices are less than half of what other companies &lt;br /&gt;
charge.&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt; &lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;I would be happy to send you a proposal using the top search phrases &lt;br /&gt;
for your area of expertise. Please contact me at your convenience so I can start &lt;br /&gt;
saving you some money. Please do not hesitate to email or call me if you would &lt;br /&gt;
like further information. &lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt; &lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;&lt;strong&gt;Sincerely,&lt;br /&gt;Patrick Negron&lt;br /&gt;Director Sales&lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;&lt;strong&gt;National Positions&lt;br /&gt;26500 W. Agoura Road&lt;br /&gt;Suite &lt;br /&gt;
102-547&lt;br /&gt;Calabasas, California 91302 &lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;br /&gt;&lt;strong&gt;Phone  866-669-8789 x108&lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;&lt;strong&gt;Toll Free - &lt;span chatdir=&quot;1&quot;&gt;&lt;span chatindex=&quot;163&quot;&gt;866.446.2885&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&quot;http://thesebastian.com/.webmail/reademail.php?folder=Inbox&amp;id=31&amp;cache=1e5701c7ee1c%244646f9a0%24af01a8c0@CT192&quot;&gt;&lt;strong&gt;patricknegron1@gmail.com&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Profitable &lt;br /&gt;
Internet Marketing&lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;/div&gt;&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 05 Sep 2007 19:47:32 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Do you Wilf?</title>
    <link>http://www.thesebastian.com/archives/43-Do-you-Wilf.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/43-Do-you-Wilf.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;p&gt;As described by the &lt;a href=&quot;http://www.urbandictionary.com/define.php?term=wilf&quot; target=&quot;_blank&quot; title=&quot;Urban Dictionary&quot;&gt;Urban Dictionary&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;&amp;quot;Wilfing&amp;quot; - or surfing the web without any real purpose &lt;/p&gt;&lt;p&gt;&amp;quot;The tendency to wilf is more prevalent among men than women, the poll found. Gazing at a succession of pointless web pages also appeared to be the preserve of the young, with people aged 55 or over being three times less likely to browse absent-mindedly than those under 25.&lt;/p&gt;&amp;quot;The time-consuming practice appears to have destructive effects too: a third of males admitted that wilfing has a damaging effect on their relationship with a partner.&amp;quot; Guardian.co.uk 
    </content:encoded>

    <pubDate>Thu, 09 Aug 2007 21:51:40 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/43-guid.html</guid>
    
</item>
<item>
    <title>Is web evolution accelerating?</title>
    <link>http://www.thesebastian.com/archives/42-Is-web-evolution-accelerating.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/42-Is-web-evolution-accelerating.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
I still remember those old days when, after downloading for a while, the (now) ugly looking old site would come up with a silly tiling background an a flashing red and green button.&lt;br /&gt;&lt;br /&gt;The web has evolved quite a bit since then. The browser, then the search engines, then the small dynamic pages, online newspapers and CMSs, forums, ads, wikis, blogs, google maps, digg, youtube, myspace, ... and the list goes on and on.&lt;br /&gt;&lt;br /&gt;It seems like the web has matured and the collaboration tools and techniques available nowadays are enabling the developers to go faster and faster. It is not any more just a few guys here an there interchanging a few e-mails, it is armies of the most clever developers around the world developing together massive quantities of quality code and open source projects by leveraging on incredibly powerful and readily available, advanced tools (and processes). Ideas are also being shared and discussed by big and disperse groups faster and easier than ever before.&lt;br /&gt;&lt;br /&gt;This would explain a better-than-linear evolution. In other words, is technology itself starting to enable quicker technology development and therefore accelerating its own advancement speed? Or... wait a second... that has always happened... I just think this time, on this narrow subject, it is a big acceleration rate that we are seing. 
    </content:encoded>

    <pubDate>Sat, 04 Aug 2007 03:25:59 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Ubuntu says no to Microsoft</title>
    <link>http://www.thesebastian.com/archives/38-Ubuntu-says-no-to-Microsoft.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/38-Ubuntu-says-no-to-Microsoft.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    Read about it &lt;a href=&quot;http://investing.reuters.co.uk/news/articleinvesting.aspx?type=media&amp;storyID=nN18409310&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. Or, even better, &lt;a href=&quot;http://www.markshuttleworth.com/archives/127&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 18 Jun 2007 23:22:27 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Take a Stand Against the Madness; Stop the RIAA!</title>
    <link>http://www.thesebastian.com/archives/28-Take-a-Stand-Against-the-Madness;-Stop-the-RIAA!.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/28-Take-a-Stand-Against-the-Madness;-Stop-the-RIAA!.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;p&gt;Go have a look at &lt;a target=&quot;_blank&quot; href=&quot;http://www.eff.org/share/petition/&quot;&gt;http://www.eff.org/share/petition/&lt;/a&gt;. Then go ahead and electronically sign the petition if you agree with it (I do).&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 10 Dec 2006 12:54:34 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/28-guid.html</guid>
    
</item>
<item>
    <title>Java goes open source (GPLv2)</title>
    <link>http://www.thesebastian.com/archives/22-Java-goes-open-source-GPLv2.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/22-Java-goes-open-source-GPLv2.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    I&#039;m soooo happy! Read about it &lt;a href=&quot;http://blogs.zdnet.com/Burnette/?p=199&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. Official site is &lt;a href=&quot;http://www.sun.com/software/opensource/java/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. Download the source code for Java SE, ME and EE editions (and the NetBeans IDE) &lt;a href=&quot;http://www.sun.com/software/opensource/java/getinvolved.jsp&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. Now celebrate!&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 13 Nov 2006 16:28:20 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/22-guid.html</guid>
    
</item>
<item>
    <title>Feeds &amp; Aggregators - Really cool. Where is the line?</title>
    <link>http://www.thesebastian.com/archives/21-Feeds-Aggregators-Really-cool.-Where-is-the-line.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/21-Feeds-Aggregators-Really-cool.-Where-is-the-line.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Feeds are popping up everywhere. Readers and News aggregators are also becoming very popular. If you have no idea what I&#039;m talking about, I suggest you read a few guides or articles. You can start here:&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.rssfeedguide.com/&quot;&gt;http://www.rssfeedguide.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/News_aggregator&quot;&gt;http://en.wikipedia.org/wiki/News_aggregator&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/News_aggregator&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;A few days ago, I run into a &lt;a target=&quot;_blank&quot; href=&quot;http://www.planetplanet.org/&quot;&gt;planet&lt;/a&gt;. Planet is a very simple yet very powerful Python tool that can download several different feeds, aggregate them into a single one, and post the result on the web. &lt;a target=&quot;_blank&quot; href=&quot;http://www.feedjack.org/&quot;&gt;Feedjack&lt;/a&gt; also does the job. As an example, you can see some planets here:&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://planet.go-oo.org/&quot;&gt;Planet Open Office&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.planetapache.org/&quot;&gt;Planet Apache&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://ubuntu.feedjack.org/&quot;&gt;Planet Ubuntu&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There is, also (and all these are just some examples), an RSS aggregator plug-in available for the &lt;a target=&quot;_blank&quot; href=&quot;http://www.s9y.org/&quot;&gt;Serendipity blog system&lt;/a&gt; (which powers this very same website). You can find it in &lt;a target=&quot;_blank&quot; href=&quot;http://spartacus.s9y.org/index.php?mode=bygroups_event_en&quot;&gt;spartacus&lt;/a&gt;. By installing this plug-in in your serendipity blog, you can start aggregating feeds from around the web into your blog. This is really cool, and I think I will start doing so. However, I might slightly modify the plug-in or the Smarty templates to clearly differentiate where the posts are coming from &lt;i&gt;(such as changing the colors, or adding a &#039;[from ...&#039;s blog]&#039; notice. or a special category, you-get-the-point)&lt;/i&gt; and also to give more credits to their authors, etc.&lt;/p&gt;&lt;p&gt;&lt;b&gt;So now a few questions arise...&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Who is the copyright holder for the contents in the feed? Are the feed contents originals, or are they aggregated from other feeds? Are they violating other copyright holders&#039; rights? What are the licenses behind them? Can you freely re-publish them for free in any media? Can you charge for the service of aggregating, or distributing them, or making them searchable, or simply archiving them? Can you make a derivative work and then distribute it for free or for a fee? &lt;/p&gt;&lt;p&gt;Another one: imagine, for example, a politician&#039;s or a celebrity feed being re-distributed on another website where the different context makes the content of a few articles from those feeds now to read completely different or inadequate...&lt;/p&gt;&lt;p&gt;How can we know the license feeds and their contents are published under and who is the copyright holder? I am no lawyer, but I guess the easier way is to just browse the publishing blog or website and/or e-mail the author asking if it&#039;s OK to do whatever it is you want to do with the content. I bet most of them will be very happy to know you are thinking on re-distributing their content and helping them reach more readers (as long as you clearly identify them as the author). &lt;/p&gt;&lt;p&gt;I know, I know... the original idea behind feeds itself is to easily share and distribute the content, but may be not all feed authors are thinking of their feeds being aggregated or re-distributed. On the other hand, some are only feeding part of their articles. I think at least some of them are just thinking of reaching their readers directly, and have not really considered the possibility of other intermediate sites or other media re-publishing their content, generating derivative works, etc.&lt;/p&gt;So, anyway, there are a few Entrepreneurship, Marketing and Technology feeds out there that I would like to add to this blog, as a free and nice service to my readers. Yes, that&#039;s you! &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;. I think I will search and ask their authors for their permission before publishing them though! &lt;p&gt;Again, I&#039;m not a lawyer and whether something is legal or not is exactly my point. My point here is more about taste, about etiquette. It&#039;s just that ... &lt;b&gt;it seems a bit rude to me to re-publish others&#039; content without at least asking and letting them know what you are planning to do with it&lt;/b&gt; &lt;i&gt;(unless of course they have clearly identified you have the freedom to do that --check out my content license on the right side bar!)&lt;/i&gt;. Adding a link to their blog or site also seems like the good thing to do &lt;i&gt;(and most planets do)&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;There are also some sites that the only thing they provide is the aggregation of other sites&#039; feeds. If they don&#039;t provide any original content nor they provide any service other than aggregating other sites&#039; content, How do you feel about them? How do you feel about them making money from the advertisements? What about if they are trying to make you believe it is their original content? &lt;b&gt;Where is the line?&lt;/b&gt;&lt;/p&gt;&lt;p&gt; How do you feel about them if, when you search google for the keywords they represent &lt;i&gt;(let&#039;s say, for instance, the name of a given celebrity)&lt;/i&gt;, all you can find is these kind of sites? Should google penalize them on their page rank?&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 09 Nov 2006 18:23:06 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/21-guid.html</guid>
    
</item>
<item>
    <title>Microsoft and Novell enter an agreement on Linux</title>
    <link>http://www.thesebastian.com/archives/17-Microsoft-and-Novell-enter-an-agreement-on-Linux.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/17-Microsoft-and-Novell-enter-an-agreement-on-Linux.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Under the agreement, Microsoft will provide sales support for &lt;a href=&quot;http://www.novell.com/linux/&quot; target=&quot;_blank&quot;&gt;Novell&#039;s SUSE Linux distribution&lt;/a&gt;. More importantly, the companies will also create a joint research facility where they will be working together on improving the interoperability between SUSE Linux and Microsoft Windows operating systems, including:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Virtualization&lt;/li&gt;&lt;li&gt;Web Services for managing physical and virtual servers (this builds, of course, on top of the Virtualization framework)&lt;/li&gt;&lt;li&gt;Document format compatibility (between Open Office and Microsoft Office)&lt;/li&gt;&lt;/ul&gt;The first two will benefit mostly other companies, while the third aspect will greatly benefit both individuals and companies. I&#039;m a big fun of Open Office. I use it all the time, and I&#039;m already loving the idea of having better conversions between both suites.&lt;br /&gt;&lt;p&gt;Here is Reuter&#039;s news posted on the WSJ:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.nytimes.com/reuters/technology/tech-microsoft-novell.html?_r=2&amp;oref=slogin&amp;oref=slogin&quot; target=&quot;_blank&quot;&gt;http://www.nytimes.com/reuters/technology/tech-microsoft-novell.html?_r=2&amp;amp;oref=slogin&amp;amp;oref=slogin&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Here are some links from Microsoft&#039;s PR site:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/presspass/press/2006/nov06/11-02MSNovellPR.mspx&quot;&gt;http://www.microsoft.com/presspass/press/2006/nov06/11-02MSNovellPR.mspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/interop/msnovellcollab/default.mspx&quot; target=&quot;_blank&quot;&gt;http://www.microsoft.com/interop/msnovellcollab/default.mspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/presspass/exec/steve/2006/11-02NovellInterop.mspx&quot; target=&quot;_blank&quot;&gt;http://www.microsoft.com/presspass/exec/steve/2006/11-02NovellInterop.mspx&lt;/a&gt;&lt;a href=&quot;http://www.microsoft.com/presspass/press/2006/nov06/11-02MSNovellPR.mspx&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Novell has a dedicated site with plenty of information about the deal too:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.novell.com/linux/microsoft/&quot; target=&quot;_blank&quot;&gt;http://www.novell.com/linux/microsoft/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Wanna know what some people is thinking? Digg has about two full pages (right now) for a simple search on Novell Microsoft (including plenty of comments):&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.digg.com/search?area=all&amp;age=7&amp;sort=new&amp;s=novell+microsoft&amp;submit=Search&quot; target=&quot;_blank&quot;&gt;http://www.digg.com/search?area=all&amp;amp;age=7&amp;amp;sort=new&amp;amp;s=novell+microsoft&amp;amp;submit=Search&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Some other blogs posting about it:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.neowin.net/index.php?act=view&amp;id=35972&quot; target=&quot;_blank&quot;&gt;http://www.neowin.net/index.php?act=view&amp;amp;id=35972&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.foogazi.com/2006/11/02/linux-software-on-windows/&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.foogazi.com/2006/11/02/linux-software-on-windows/&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.foogazi.com/2006/11/02/linux-software-on-windows/&quot; target=&quot;_blank&quot;&gt;http://www.foogazi.com/2006/11/02/linux-software-on-windows/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://opensourceblog.itproportal.com/?p=203&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://opensourceblog.itproportal.com/?p=203&quot;&gt;http://opensourceblog.itproportal.com/?p=203&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mrwavetheory.blogspot.com/2006/11/microsoft-and-novell-foes-now-friends.html&quot; target=&quot;_blank&quot;&gt;http://mrwavetheory.blogspot.com/2006/11/microsoft-and-novell-foes-now-friends.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://arstechnica.com/news.ars/post/20061102-8141.html&quot; target=&quot;_blank&quot;&gt;http://arstechnica.com/news.ars/post/20061102-8141.html&lt;/a&gt;&lt;a href=&quot;http://opensourceblog.itproportal.com/?p=203&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.digg.com/search?area=all&amp;age=7&amp;sort=new&amp;s=novell+microsoft&amp;submit=Search&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And sooo many more. I shall stop though, or otherwise google might consider this post to be just a link farm.&lt;/p&gt;&lt;p&gt;So, my opinion? This is great, great news! &lt;/p&gt;&lt;p&gt;Not only this is great news because of this particular deal on itself and how both companies, their clients, their shareholders, individuals and other players can benefit from it, but also because it sets the record for the first big venture of its kind.&lt;/p&gt;&lt;p&gt;In other words, this will probably trigger other similar partnerships and stimulate more cooperation among different players in the industry as the market keeps opening itself and different organizations start doing business together at a more horizontal level. This will also be a very good boost for the market, brining new business and probably opening several opportunities to many other small players. It&#039;s just brilliant.&lt;br /&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 02 Nov 2006 22:29:59 -0800</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Enron's e-mails go 2.0</title>
    <link>http://www.thesebastian.com/archives/14-Enrons-e-mails-go-2.0.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/14-Enrons-e-mails-go-2.0.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://www.trampolinesystems.com/&quot;&gt;Tranpoline Systems&lt;/a&gt; has released the &lt;a target=&quot;_blank&quot; href=&quot;http://enron.trampolinesystems.com/&quot;&gt;Enron Explorer&lt;/a&gt;, a very nice web-2.0-ish tool that lets you explore through Enron&#039;s 200,000 internal e-mails available on the public domain.&lt;p&gt;The little Java applet integrates nicely with the web interface and lets you browse through the social network (graph). The web interface lets you see the e-mails on every inbox and also browse by themes and/or people by using tags.&lt;/p&gt;&lt;p&gt;There is also a nice search toolbar. For example, you could search for:&lt;/p&gt;&lt;p&gt;&lt;i&gt;demand response &lt;/i&gt;and get back this: &lt;a href=&quot;http://enron.trampolinesystems.com/focus/19185#focus=/search/demand%20response&amp;unique=5&quot; target=&quot;_blank&quot;&gt;http://enron.trampolinesystems.com/focus/19185#focus=/search/demand%20response&amp;amp;unique=5&lt;/a&gt;&lt;/p&gt;&lt;p&gt;or &lt;i&gt;golf &lt;/i&gt;and get:&lt;br /&gt;&lt;a href=&quot;http://enron.trampolinesystems.com/focus/19185#focus=/search/golf&amp;unique=6&quot;&gt;http://enron.trampolinesystems.com/focus/19185#focus=/search/golf&amp;amp;unique=6&lt;/a&gt;&lt;/p&gt;&lt;p&gt;That&#039;s it. I&#039;ll leave the evil searches up to you.&lt;a href=&quot;http://enron.trampolinesystems.com/search/FBI#focus=/search/golf&amp;unique=24&quot;&gt;&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 26 Oct 2006 09:28:26 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/14-guid.html</guid>
    
</item>
<item>
    <title>Is my TV becoming obsolete?</title>
    <link>http://www.thesebastian.com/archives/13-Is-my-TV-becoming-obsolete.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/13-Is-my-TV-becoming-obsolete.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;For the past few nights, my TV has been competing with my notebook for my attention. TV lost. OK, I must admit, I do not have cable or satellite TV, but there are still a few good shows or series to watch.&lt;/p&gt;The thing is, if I want news, why not browsing &lt;a target=&quot;_blank&quot; href=&quot;http://news.google.com/&quot;&gt;Google news&lt;/a&gt;? Why not my favorite newspaper (checkout &lt;a target=&quot;_blank&quot; href=&quot;http://www.clarin.com.ar&quot;&gt;Clarin&lt;/a&gt;)?&lt;p&gt;After that, I still have my blogroll (at your right) and some live bookmarks. Then I have e-mail and IM and IRC (yes, I still use IRC from time to time!), and .... Then I have the commercials-free &lt;a target=&quot;_blank&quot; href=&quot;http://popurls.com/&quot;&gt;popurls&lt;/a&gt; dashboard throwing at me an incredible array of fresh, fun and informative stories, videos, pictures and audio clips.&lt;/p&gt;&lt;p&gt;I also spend good quality time writing here. Or just hopping into &lt;a target=&quot;_blank&quot; href=&quot;http://last.fm&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This is just a small list. But I&#039;ve truly found in the past few months that if I want serious distraction for my mind, I&#039;ll go grab my guitar or my keyboard and play some music or practice some jazz tunes or exercises. Otherwise, I prefer the fast, fresh and interactive social experience on the net. But the old days of just sitting on the coach without any interaction are mostly gone for me.&lt;/p&gt;&lt;p&gt;What do you think? Is this your case, too?&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 18 Oct 2006 08:38:35 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Kubuntu rocks on Dell Inspiron E1705</title>
    <link>http://www.thesebastian.com/archives/11-Kubuntu-rocks-on-Dell-Inspiron-E1705.html</link>
            <category>Technology</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>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
I&#039;ve finally installed &lt;a title=&quot;Kubuntu&quot; target=&quot;_blank&quot; href=&quot;http://www.kubuntu.org/&quot;&gt;Kubuntu&lt;/a&gt; in my Dell Notebook (a Inspiron E1705). It&#039;s just lovely. Kubuntu really &amp;quot;gets it&amp;quot;! It looks and performs great and its really easy to use.&lt;br /&gt;&lt;p&gt;The installer from the live CD worked great. It even set up my wireless network card (Intel one) without any issues. OK, yes, I had to manually add a few things here an there (such as 915resolution, a mapping for the media buttons, the SMP kernel, etc), but that did not take too long: altough I&#039;m more of an &#039;rpm&#039; guy, setting up the extra goodies was very, very easy and straight-forward just using EasyUbuntu and Adept or apt-get. &lt;/p&gt;&lt;p&gt;Firefox, skype and Kopete all work great. I&#039;m now starting to use Kontact and it looks really good so far. OpenOffice also seems to be running faster than it used to on my almost clean XP install on this very same machine. My USB mass-storage JVC HD video cam worked perfectly and automatically (altough it seems for some reason I did not get the full USB v2 speed --gotta look into it).&lt;/p&gt;&lt;p&gt;I&#039;ve been using linux on the server side for years now, but this is the first time I&#039;m really 100% pleased on using linux as a desktop user (not just to develop software) and on a notebook.&lt;/p&gt;&lt;p&gt;Hope you&#039;ve enjoyed this article. Please share with me your experiences with Kubuntu or any other linux distributions. If you haven&#039;t yet experienced it, you can get free CDs shipped to you from their website!&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 19 Sep 2006 18:08:58 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/11-guid.html</guid>
    
</item>
<item>
    <title>The IM war is heating up. What's your pick?</title>
    <link>http://www.thesebastian.com/archives/8-The-IM-war-is-heating-up.-Whats-your-pick.html</link>
            <category>Technology</category>
    
    <comments>http://www.thesebastian.com/archives/8-The-IM-war-is-heating-up.-Whats-your-pick.html#comments</comments>
    <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.thesebastian.com/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian Brocher)</author>
    <content:encoded>
    &lt;br /&gt;
Microsoft has &lt;a target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/presspass/press/2006/jun06/06-19LiveEraPR.mspx&quot;&gt;released&lt;/a&gt; this Mon 19th their new &lt;a target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/presspass/press/2006/jun06/06-19LiveEraPR.mspx&quot;&gt;Windows Live Messenger&lt;/a&gt; after a few weeks of beta testing. This marks an important line with their first &lt;a target=&quot;_blank&quot; href=&quot;http://get.live.com/messenger/overview&quot;&gt;Live&lt;/a&gt; product being released (BTW, &lt;a href=&quot;http://www.microsoft.com/windowsvista/&quot;&gt;Vista&lt;/a&gt; is still in Beta2). Here is the features &lt;a target=&quot;_blank&quot; href=&quot;http://get.live.com/messenger/features&quot;&gt;overview&lt;/a&gt; and here is &lt;a target=&quot;_blank&quot; href=&quot;http://www.techcrunch.com/2006/06/19/windows-live-messenger-speeds-out-of-beta/&quot;&gt;TechCrunch&#039;s post&lt;/a&gt; about it.&lt;br /&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://messenger.yahoo.com/&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;At this point in time, &lt;a target=&quot;_blank&quot; href=&quot;http://messenger.yahoo.com/&quot;&gt;Yahoo Messenger with Voice version 8&lt;/a&gt; is still in beta. It provides an extension mechanism through &lt;a target=&quot;_blank&quot; href=&quot;http://developer.yahoo.com/messenger/&quot;&gt;plug-ins&lt;/a&gt;, which can be downloaded from this &lt;a target=&quot;_blank&quot; href=&quot;http://developer.yahoo.com/messenger/&quot;&gt;gallery&lt;/a&gt; and developed by third parties using the publicly available &lt;a target=&quot;_blank&quot; href=&quot;http://developer.yahoo.com/messenger/&quot;&gt;Software Development Kit&lt;/a&gt;. Here is &lt;a target=&quot;_blank&quot; href=&quot;http://www.techcrunch.com/2006/06/19/yahoo-opens-im-to-developers/&quot;&gt;TechCrunch&#039;s post&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The way I read it, it seems Microsoft is going for a somehow business-orientated, closed and tightly controlled environment where users can easily share their data, files, contacts and content between the different &amp;quot;Live&amp;quot; applications, with the kick of having a centralized and up-to-date information repository. It seems though, users will probably need to use a good part of their Live products and services set in order to really benefit from the experience.&lt;/p&gt;&lt;p&gt;Yahoo, on the contrary, seems to be betting on a more entertainment-orientated, open, fun and friendly environment where users can customize the behavior of their applications (and therefore the way they share content and interact with each other) and add more functionality into the messenger application itself (as opposite to having several different applications sharing data from a unique repository). &lt;/p&gt;&lt;p&gt;Oh, and yes, Yahoo is also getting more serious about VoIP promoting their cheap PC to phone calls. This puts them in direct competition with Ebay&#039;s &lt;a target=&quot;_blank&quot; href=&quot;http://www.skype.com/&quot;&gt;Skype&lt;/a&gt;, which has also been adding very cool new features as SkypeCasts, video support and more. &lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/talk/&quot;&gt;Google talk&lt;/a&gt; seems to be slowly kicking in too, may be differentiating itself for its recognizable simplicity.&lt;/p&gt;&lt;p /&gt;&lt;p&gt;All this seems reasonable given the positioning of each of these companies. What&#039;s your pick?&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 22 Jun 2006 15:46:51 -0700</pubDate>
    <guid isPermaLink="false">http://www.thesebastian.com/archives/8-guid.html</guid>
    
</item>

</channel>
</rss>