<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Es Tea Double Eye &#187; google</title>
	<atom:link href="http://stii.co.za/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://stii.co.za</link>
	<description>You&#039;re never too old for a happy childhood</description>
	<lastBuildDate>Fri, 19 Aug 2011 02:20:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://stii.co.za/?pushpress=hub'/>
		<item>
		<title>Gmail vs. Fmail (Facebook Mail)</title>
		<link>http://stii.co.za/technology/gmail-vs-fmail-facebook-mail/</link>
		<comments>http://stii.co.za/technology/gmail-vs-fmail-facebook-mail/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 17:05:40 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook mail]]></category>
		<category><![CDATA[fmail]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=1369</guid>
		<description><![CDATA[Normally, I would be very, very skeptical about anything trying to take on an established, market dominating service. I&#8217;m not going to be this time. I think this could be quite a great move by Facebook. Exciting! Will it be as good and properly compete with Gmail? That remains to be seen. There are two [...]]]></description>
			<content:encoded><![CDATA[<p>Normally, I would be very, very skeptical about anything trying to take on an established, market dominating service. I&#8217;m not going to be this time. I think this could be quite a great move by Facebook. Exciting! Will it be as good and properly compete with Gmail? That remains to be seen.</p>
<p>There are two things that would not make me move anytime soon:</p>
<ol>
<li><strong>Google Apps</strong>. Unless Facebook let me use my own domain for mail, I will not use it seriously.</li>
<li><strong>Priority Inbox</strong>. It has become a tool I cannot live without. I&#8217;m not particularly fond of Gmail&#8217;s web interface, but their Priority engine made it more than bearable.</li>
</ol>
<p>That being said, it certainly cannot be ignored. It makes perfect sense. If and when you visit Facebook, you can check in on mail as well. They also have the opportunity to be very clever regarding the integration which could make it a winner. I will use it, just not in a professional capacity.</p>
<p>If I was Google, I&#8217;d be worried. This is one I&#8217;m looking forward to. Whether or not it will be executed properly, remains to be seen. I hope so. I really hope it won&#8217;t be a &#8220;oh, we just got to do it, so let us put something out there&#8221; job. </p>
<p>Two things on the side:</p>
<ol>
<li>The owner of the domain Fmail.com is either going to get bullied or be able to make some money.</li>
<li>Is it going to look as bland as Facebook itself looks? We really need a funkier, uncluttered mail interface compared to Gmail. We can hope&#8230;</li>
</ol>
<p>Ps: Facebook should look after their mail service. It would quickly be dubbed #failmail should there be problems&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/technology/gmail-vs-fmail-facebook-mail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pubsubhubbub on Google appspot</title>
		<link>http://stii.co.za/article/pubsubhubbub-on-google-appspot/</link>
		<comments>http://stii.co.za/article/pubsubhubbub-on-google-appspot/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 05:36:04 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Afrigator]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[pushpress]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=1144</guid>
		<description><![CDATA[It is the weirdest thing. I was having issues subscribing to blogs that is using pubsubhubbub.appspot.com using a Python script. It returned a 500 Internal Server error without fail. So I rewrote the process in PHP and like magic, it is gone&#8230; I used PHP and CURL to subscribe to the appspot service. In Python [...]]]></description>
			<content:encoded><![CDATA[<p>It is the weirdest thing. I was having issues subscribing to blogs  that is using <a href="http://stii.co.za/article/pubsubhubbub-on-afrigator/">pubsubhubbub.appspot.com</a> using a Python script. It returned a <a href="http://stii.co.za/article/pubsubhubbub-on-afrigator/">500 Internal Server</a> error without fail. So I rewrote the process in PHP and like magic, it is gone&#8230; I used <strong>PHP and CURL</strong> to subscribe to the appspot service. In <a href="http://stii.co.za/tag/python">Python</a> I used the <strong>urllib2 library</strong>. Somewhere in the back of my mind I vaguely remember appspot not liking urllib2, but I haven&#8217;t really checked due to time constraints. I&#8217;ll have a look soon, but if you&#8217;re going to use Python to subscribe to feeds, I would suggest trying to do so with <strong>CURL</strong>.</p>
<p>The good news is that all is good on <a href="http://afrigator.com">Afrigator</a> now. All blogs that are using some form of Pubsubhubbub service will be realtime in no time. </p>
<p>If you&#8217;re running on <strong>WordPress</strong> (not WordPress.com) and you have not yet installed <a href="http://wordpress.org/extend/plugins/pushpress/">PuSHPress</a>, please do so soon! </p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/article/pubsubhubbub-on-google-appspot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chrome is gold</title>
		<link>http://stii.co.za/software/chrome-is-gold/</link>
		<comments>http://stii.co.za/software/chrome-is-gold/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:57:40 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-chrome]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=1095</guid>
		<description><![CDATA[I&#8217;m ecstatic! Finally the wait for the Google Chrome browser is over. I have to say, my first impressions justify the long wait. I&#8217;m in fact putting Firefox on the same shelf as IE, only using it to test web sites. On the Mac and OS X Chrome does not disappoint one bit. It is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m ecstatic! Finally the wait for the <a href="http://stii.co.za/software/google-chrome-for-mac-and-linux/">Google Chrome</a> browser is over. I have to say, my first impressions justify the long wait. I&#8217;m in fact putting Firefox on the same shelf as IE, only using it to test web sites. </p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/12/Screen-shot-2009-12-08-at-9.53.20-PM-400x231.png" alt="Screen shot 2009-12-08 at 9.53.20 PM" title="Screen shot 2009-12-08 at 9.53.20 PM" width="400" height="231" class="alignnone size-medium wp-image-1096" /></p>
<p>On the <a href="http://stii.co.za/tag/osx">Mac and OS X</a> <strong>Chrome</strong> does not disappoint one bit. It is as intuitive and nimble as we&#8217;ve grown accustomed to. I don&#8217;t know how it behaves on Windows, but it just feels so native and good in <strong>OS X</strong>. Well done Google. It is <em>FAST</em>! I hope the speed does not degrade over time, but the first couple of hours have been a noticeable speed improvement even compared to <strong>Safari</strong>. </p>
<p>Stability is key. If you consider that <strong>Firefox</strong> brings an entire system down if you have more than 10 tabs open at a time. (Okay, I may be exaggerating&#8230; but Firefox irks me these days!). Chrome does it well enough. I&#8217;m impressed so far. Funny, it loads a new helper for every tab open, so technically it should kill your system, but it just keep going and going. They did it properly, I assume.</p>
<p>If you&#8217;re used to Safari and its developer tools, Chrome would feel right at home. Since both are powered by Webkit it uses the same developer tools. Now, here I do miss <strong>Firebug</strong>, still, Firebug alone won&#8217;t make me forgive Firefox!</p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/12/Screen-shot-2009-12-08-at-9.51.51-PM-400x399.png" alt="Screen shot 2009-12-08 at 9.51.51 PM" title="Screen shot 2009-12-08 at 9.51.51 PM" width="400" height="399" class="alignnone size-medium wp-image-1098" /></p>
<p>What also impress me is how intuitive the search functionality behaves. You won&#8217;t see a seperate search box like in other browsers. That is because you don&#8217;t need it. You simply enter your keywords in the address bar and it defaults to a Google search for your keywords. Very, very slick.</p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/12/Screen-shot-2009-12-08-at-9.51.03-PM.png" alt="Screen shot 2009-12-08 at 9.51.03 PM" title="Screen shot 2009-12-08 at 9.51.03 PM" width="382" height="59" class="alignnone size-full wp-image-1097" /></p>
<p>It has been a bloody long wait. I can honestly say, the last time I&#8217;ve been this excited about anything was after I installed Leopard. Unfortunately <a href="http://stii.co.za/apple/apples-blue-screen-of-death/">Slow Leopard</a> was a big let down, but since I spend most my day in the browser, Chrome makes it great again! I hope I won&#8217;t have to retract most of what I&#8217;ve said here. Time will be the true test.</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/software/chrome-is-gold/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Google Go programming language</title>
		<link>http://stii.co.za/software-development/the-google-go-programming-language/</link>
		<comments>http://stii.co.za/software-development/the-google-go-programming-language/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:57:22 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google go]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[pascal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=1059</guid>
		<description><![CDATA[Lately Google announced a wide array of new products and features. The Google Chrome browser, Google Wave, Android and Google Chrome OS are the ones immediately coming to mind. This morning I saw they released Go. Their own experimental programming language. Go is not a scripting (a.k.a. interpreted) language, but a compiled language like C [...]]]></description>
			<content:encoded><![CDATA[<p>Lately Google announced a wide array of new products and features. The Google Chrome browser, Google Wave, Android and Google Chrome OS are the ones immediately coming to mind. This morning I saw they released <a href="http://golang.org/">Go</a>. Their own experimental programming language. </p>
<p>Go is not a scripting (a.k.a. interpreted) language, but a compiled language like <strong>C or C++</strong>. It looks very, very simple compared to C/C++ and according to them it was born from their frustrations with said languages. This has potential to become popular should they drive it sufficiently. </p>
<p>The syntax of Go looks like a mix of Python, C, Java and Pascal. Have a look at this:</p>
<pre>
package main

import (
    "os";
    "flag";  // command line option parser
)

var omitNewline = flag.Bool("n", false, "don't print final newline")

const (
    Space = " ";
    Newline = "\n";
)

func main() {
    flag.Parse();   // Scans the arg list and sets up flags
    var s string = "";
    for i := 0; i < flag.NArg(); i++ {
        if i > 0 {
            s += Space
        }
        s += flag.Arg(i)
    }
    if !*omitNewline {
        s += Newline
    }
    os.Stdout.WriteString(s);
}
</pre>
<p>I can say this: It looks friendly! I like the sugar.</p>
<p>Some of the features makes a lot of sense and I hope this will evolve successfully. Just look at the names behind this little experimental project and you&#8217;re bound to get excited! <strong>I&#8217;d love to know what C and C++ stalwarts think</strong>.</p>
<p>PS: Love the origin of the name:</p>
<blockquote><p>“Ogle” would be a good name for a Go debugger.</p></blockquote>
<p>I concur.</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/software-development/the-google-go-programming-language/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS hype</title>
		<link>http://stii.co.za/open-source/google-chrome-os-hype/</link>
		<comments>http://stii.co.za/open-source/google-chrome-os-hype/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 11:06:52 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[operating system]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=785</guid>
		<description><![CDATA[Google announced today their new Google Chrome OS. As they put it: &#8220;It’s our attempt to re-think what operating systems should be,&#8221; and &#8220;However, the operating systems that browsers run on were designed in an era where there was no web.&#8221; If one thinks about it, it makes a lot of sense what Google is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://stii.co.za/wp-content/uploads/2009/07/googlechromelogo.png" alt="googlechromelogo" title="googlechromelogo" width="196" height="187" class="alignright size-full wp-image-786" />Google announced today their new <strong><a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" rel="nofollow">Google Chrome OS</a></strong>. As they put it:</p>
<blockquote><p>
&#8220;It’s our attempt to re-think what operating systems should be,&#8221;<br />
and<br />
&#8220;However, the operating systems that browsers run on were designed in an era where there was no web.&#8221;
</p></blockquote>
<p>If one thinks about it, it makes a lot of sense what Google is trying to do. It would (should?) be a far less complex system. The apps you&#8217;re used to use will live online and will be rendered and displayed using HTML5. It can be done. It is, IMHO, a good idea. Yes, connectivity and bandwidth issues plays a big role, but we all know thats the two things that is growing and not declining. I can see the potential and the practicality of it. I&#8217;m not convinced that it would be adopted on Enterprise level, but it would be something that could work for me and what I would use it for.</p>
<p>There are two things that bothers me:</p>
<p><strong>1. <a href="http://www.techcrunch.com/2009/07/07/google-drops-a-nuclear-bomb-on-microsoft-and-its-made-of-chrome/" rel="nofollow">Google Drops A Nuclear Bomb On Microsoft. And It’s Made of Chrome</a>. &#8211; Techcrunch</strong><br />
Why would this be seen as a Nuclear Bomb on Microsoft? C&#8217;mon Techcrunch, thats a bit sensational wouldn&#8217;t you agree? It would be YEARS before big corporates and Windows users would ditch their Microsoft investments for Chrome OS, so I do not think they are sweating yet. In fact, they have more than enough time to build a competitive product IF they are clever. I&#8217;m not so sure they are as clever as they are arrogant. Be a bit more realistic and less sensational, please!</p>
<p><strong>2. Why is Google riding this Open Source wave with so much enthusiasm?</strong><br />
Don&#8217;t get me wrong, I think it is absolutely fabulous, I&#8217;m just wondering &#8220;why&#8221;? Surely they have or at least can get the best of the best, no? So why make such a big deal about it? I&#8217;m not sure. I guess I should be thanking Google instead of questioning their motives, right? If they are so passionate about OSS then why not release everything? Why not Gmail, Google Search, Adsense/Adwords, Google Docs, etc? Maybe I&#8217;m just not thinking this strategy of theirs through properly. Maybe they simply don&#8217;t pay enough to rope in and retain the <a href="http://sfbay.craigslist.org/sfc/eng/1246353621.html">badass ninja coders</a>. I cannot really say with conviction, but would love to know.</p>
<p>Kudos to <a href="http://andreinafrica.com">André van Rooyen</a> who saw this coming when the <a href="http://stii.co.za/software/google-chrome-for-mac-and-linux/">Chrome browser</a> was released when I did not. I&#8217;m starting to see the light and catch his drift.</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/open-source/google-chrome-os-hype/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Bing.com revisited&#8230; Google still supreme</title>
		<link>http://stii.co.za/technology/bingcom-revisited-google-still-supreme/</link>
		<comments>http://stii.co.za/technology/bingcom-revisited-google-still-supreme/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 07:00:09 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=696</guid>
		<description><![CDATA[Still on the Bing.com train. I&#8217;m still impressed with the results it delivers when searching technical or programming issues compared with Google. Results are relevant and good. I&#8217;m liking it. Sadly, I cannot say the same for everything else&#8230; I started reading Stephen King&#8217;s The Dark Tower series and finished the first book, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Still on the <a href="http://stii.co.za/technology/bingcom-a-microsoft-product-that-doesnt-suck/">Bing.com</a> train. I&#8217;m still impressed with the results it delivers when searching technical or programming issues compared with <strong>Google</strong>. Results are relevant and good. I&#8217;m liking it.</p>
<p>Sadly, I cannot say the same for everything else&#8230; I started reading <strong>Stephen King&#8217;s The Dark Tower</strong> series and finished the first book, so I thought I&#8217;d go to the library and get me the second book in the series. I know where the library is, but wanted to check up to what time they are open on a Saturday. Not a problem! I&#8217;ll hit Bing.com and simply check. Typed in &#8220;<em>Durbanville library</em>&#8221; and&#8230;</p>
<p>&#8230;Mother of Mayhem! The first result is shocking! Well, I suppose it is good for my friends running <a href="http://capestay.co.za">Capestay.co.za</a>, but it is not at all what I had in mind&#8230; <strong>Durbanville Accommodation &#8211; Highlands lodge</strong>. WTF?! </p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/06/picture-1-400x277.png" alt="bing.com search results" title="bing.com search results" width="400" height="277" class="aligncenter size-medium wp-image-697" /></p>
<p>Google on the other hand produced it bang on target. Guess that proves you cannot abandon Google just yet.</p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/06/picture-2-400x371.png" alt="google search results" title="google search results" width="400" height="371" class="aligncenter size-medium wp-image-698" /></p>
<p>Why? Why is it so great with technical searches and so utterly crap with everything else? I don&#8217;t know yet. They better sort this out quickly while people are still willing to look at them. It is hard convincing users to try again once they&#8217;ve made up their minds that it sucks. And they&#8217;re dangerously close at being labeled that way. Look at Cuill&#8230; People want a Google competitor, but do it right, for heavens sake, or not at all. </p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/technology/bingcom-revisited-google-still-supreme/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bing.com &#8211; a Microsoft product that doesn&#8217;t suck?</title>
		<link>http://stii.co.za/technology/bingcom-a-microsoft-product-that-doesnt-suck/</link>
		<comments>http://stii.co.za/technology/bingcom-a-microsoft-product-that-doesnt-suck/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 22:34:47 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[searchengine]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=692</guid>
		<description><![CDATA[Could it possibly be?! I mean, I&#8217;m NOT a Microsoft fan AT ALL. In fact, the further I can stay away from their products, the better I feel. Luckily I thought I&#8217;d give it a shot and check out Bing.com, Microsoft&#8217;s new search engine. To my surprise and delight it doesn&#8217;t suck! In fact, I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Could it possibly be?! I mean, I&#8217;m <em>NOT</em> a <strong>Microsoft</strong> fan <em>AT ALL</em>. In fact, the further I can stay away from their products, the better I feel. Luckily I thought I&#8217;d give it a shot and check out <a href="http://bing.com" rel="nofollow">Bing.com</a>, Microsoft&#8217;s new search engine. To my surprise and delight it doesn&#8217;t suck!</p>
<p><img src="http://stii.co.za/wp-content/uploads/2009/06/bing_1244066388986-400x183.png" alt="bing search engine" title="bing search engine" width="400" height="183" class="aligncenter size-medium wp-image-693" /></p>
<p>In fact, I&#8217;d go as far as saying it is pretty good. Yes, I&#8217;m not getting the same love for this blog from Bing as I do from <strong>Google</strong>. In Google I rank higher for certain terms than I do for the same terms in Bing. Now I&#8217;m not hung up on traffic like the SEO experts. I can imagine it would be a real issue for them. I honestly don&#8217;t mind or care. </p>
<p>I was a little taken aback when I searched for <a href="http://stii.co.za/tag/linux">linux</a> and <strong>rugby</strong> on Bing and it returned a bunch of results from <strong>Australia</strong> while I&#8217;m in <strong>South Africa</strong>. Not ideal. On a rugby front we&#8217;re not the biggest Aussie fans, you know! Ok, thats not too good&#8230;</p>
<p>Then I did searches for &#8220;python concurrent programming&#8221; on both Bing and Google. The results were almost virtually the same. Ok, so it is not all crap then for technology searches. I did a couple more and I was pleasantly surprised to see that there was little or no differences. In fact, Bing returned more helpful stuff higher up than Google! </p>
<p>Then I hit pay dirt&#8230; I compiled <strong>Stackless Python</strong> and ran into some system issues. So I copied and pasted the error message into Google (like I would normally do) and nothing really helpful. So I tried Bing and <em>BADA BING BADA BANG!</em> Not one, but a couple of helpful results which solved my problem virtually immediately! Needless to say, I&#8217;m impressed&#8230; I could have been lucky, true. Thing is, I&#8217;m going to use it from now on for technical issues, since it helped me once and I hope it would help me again.</p>
<p>Forget all the fluff around Bing. By fluff I mean the related searches and funky video/images stuff. That is all superfluous bullshit. What Google gave the world was simple search that delivered reasonably good results. Until now, there was nothing that could really match Google. It pains me to say, but well done Microsoft.</p>
<p>I do shiver at the thought that Bing is powered by a bunch of Windows servers. That leaves horrible mental images&#8230; I tried to check what it runs on, but their headers don&#8217;t say, so I assume.</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/technology/bingcom-a-microsoft-product-that-doesnt-suck/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; bloatware or evolution?</title>
		<link>http://stii.co.za/technology/google-wave-bloatware-or-evolution/</link>
		<comments>http://stii.co.za/technology/google-wave-bloatware-or-evolution/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 09:18:55 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[google-chrome]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=681</guid>
		<description><![CDATA[Its been a while since I&#8217;ve felt this conflicted about new technology. Google describes Google Wave as &#8220;email if it was developed for the first time today&#8221;. A lot has been said about Google Wave and I&#8217;m not going to go into how it works. What I do think though is that people have either [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://afrigator.com/search/index/google%20wave"><img src="http://stii.co.za/wp-content/uploads/2009/06/googlewave-150x150.jpg" alt="googlewave" title="googlewave" width="150" height="150" class="alignright size-thumbnail wp-image-682" /></a>Its been a while since I&#8217;ve felt this conflicted about new technology. <strong>Google</strong> describes <a href="http://afrigator.com/search/index/google%20wave">Google Wave</a> as <em>&#8220;email if it was developed for the first time today&#8221;</em>. A lot has been said about <a href="http://afrigator.com/search/index/google%20wave">Google Wave</a> and I&#8217;m not going to go into how it works. What I do think though is that people have either been skeptical or amazed by it. This is where I confuse myself once more :P</p>
<p>My initial thoughts were <strong>&#8220;Bloody hell! Brilliant! Just what the world needs. A long awaited email evolution!&#8221;</strong>. Then I started rationalizing my thoughts and it sunk in. Maybe it is not what we need&#8230; Then I got more confused as suddenly it didn&#8217;t look like email at all! Then even further, if this replaces email, I&#8217;m going offline since I cannot bear the thought of live email&#8230; </p>
<p>Yes, it makes sense. It is the next logical step, no? No. It is cool. It will probably get an uptake by early adopters. The determining factor will be how Google promotes and sell this. How they plan to get adoption. By the looks of things, they haven&#8217;t given it much thought. In fact, they were so scared of <strong>Microsoft&#8217;s Bing</strong>, they announced it completely prematurely. </p>
<p>Google said they&#8217;re releasing it later this year. They said the same of Chrome for Mac. Yet we wait&#8230; Open Sourcing it? Brilliant. We can all work for Google for free nowadays! Got to love that strategy. It is a strategy that gets my gears turning&#8230;</p>
<p>My current opinion? <strong><em>Bloatware</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/technology/google-wave-bloatware-or-evolution/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>We search less, we find more</title>
		<link>http://stii.co.za/social-media/we-search-less-we-find-more/</link>
		<comments>http://stii.co.za/social-media/we-search-less-we-find-more/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:36:19 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=679</guid>
		<description><![CDATA[I read this interesting article on MyBroadband about Google vs. Facebook. Basically what they&#8217;re saying: Internet users are increasingly looking for answers to their search questions, not just a list of sites in response to a query. We&#8217;ve grown accustomed to knowing how to optimize our search queries, simply to get the best result. Then [...]]]></description>
			<content:encoded><![CDATA[<p>I read this interesting article on <a href="http://mybroadband.co.za/news/Internet/8185.html" rel="nofollow">MyBroadband</a> about <strong>Google vs. Facebook</strong>. Basically what they&#8217;re saying:</p>
<blockquote><p>Internet users are increasingly looking for answers to their search questions, not just a list of sites in response to a query.</p></blockquote>
<p>We&#8217;ve grown accustomed to knowing how to optimize our search queries, simply to get the best result. Then you have to deal with the overeager <strong>SEO</strong> experts who have optimized the least ideal sites for  the highest result, resulting in frustration. Lets not go into that other than saying searching is not finding answers.</p>
<p>To find answers, the best place to go is probably a social network. You ask a question, you find answers or at least the best route to the answer. If the humans on the other end of the network don&#8217;t know, they normally know of someone who does.</p>
<p>This is what happened to me on <a href="http://stii.co.za/tag/twitter/">Twitter</a> the other day. I was looking into the <a href="http://stii.co.za/software-development/java-is-groovy-and-groovy-is-java/">Groovy programming language</a> and although Google returned a myriad of absolutely great results, it was not a quick answer to my question. In fact, Google&#8217;s results raised much more questions for me, so you can understand my frustration :/ As if I need more questions :P Instead a friend of mine on Twitter <a href="http://twitter.com/geniusboywonder" rel="nofollow">@geniusboywonder</a> said I should talk to <a href="http://twitter.com/aslamkhn" rel="nofollow">@aslamkhn</a> about Groovy and suddenly I&#8217;ve got immediate and relevant answers to my n00b, dumb questions without reading through tons of sites. Exactly what I was looking for! I&#8217;m happy.</p>
<p>The interesting part of all this is <strong>Google</strong> realizes that this is a trend in search behavior. Who could have ever thought that there would come a day when the almighty Google have to be concerned about their search product. Whether you think they are concerned or not, they did raise the issue, which indicates that they are taking it serious. It should be really interesting to see what they come up with :) </p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/social-media/we-search-less-we-find-more/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

