<?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>Uduwage's Blog &#187; Technology</title>
	<atom:link href="http://anublog.colombounplug.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://anublog.colombounplug.com</link>
	<description>I write my mind out</description>
	<lastBuildDate>Sun, 09 Oct 2011 05:15:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Developer says: Editors cant live with them cant live without them</title>
		<link>http://anublog.colombounplug.com/2011/03/developer-says-editors-cant-live-with-them-cant-live-without-them/</link>
		<comments>http://anublog.colombounplug.com/2011/03/developer-says-editors-cant-live-with-them-cant-live-without-them/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:30:14 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Research Work]]></category>
		<category><![CDATA[Tech and CS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[jEdit]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=697</guid>
		<description><![CDATA[I just switched myself to JEdit, after carefully analyzing I decided to go with JEdit simply because its free. I really like TextMate but its student version is $50 bucks so I decided to go with JEdit. And boy it did fascinate me, simply because I can load remote files and simple work on them. [...]]]></description>
			<content:encoded><![CDATA[<p>I just switched myself to JEdit, after carefully analyzing I decided to go with JEdit simply because its free. I really like TextMate but its student version is $50 bucks so I decided to go with JEdit. And boy it did fascinate me, simply because I can load remote files and simple work on them. without having to SCP them to my account.</p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2011/03/developer-says-editors-cant-live-with-them-cant-live-without-them/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GWT and Multiple Permutations of Compilation</title>
		<link>http://anublog.colombounplug.com/2011/02/gwt-and-multiple-permutations-of-compilation/</link>
		<comments>http://anublog.colombounplug.com/2011/02/gwt-and-multiple-permutations-of-compilation/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 01:33:34 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Research Work]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=685</guid>
		<description><![CDATA[While I was poking around GWT and eclipse I realized that GWT compiler carries out multiple permutations of compilation process. My initial thought was, may be they are doing it to support cross platform compilation. This doesn&#8217;t happend often but this time my guess was spot on. So, I did little research and found that [...]]]></description>
			<content:encoded><![CDATA[<p>While I was poking around GWT and eclipse I realized that GWT compiler carries out multiple permutations of compilation process. My initial thought was, may be they are doing it to support cross platform compilation. This doesn&#8217;t happend often but this time my guess was spot on. So, I did little research and found that GWT doing its multiple permutations of compilation to support all browsers and this can be changed and you have the full control of it. </p>
<p>I found some developers have complained that enterprise level development take longer compilation and that has become an issue among many developers where length of debugging has increased. Just to show what exactly I am talking about, I have copy pasted the simple compilation of GWT MyWebApp Application.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Compiling module com.colombounplug.mywebapp.MyWebApp<br />
&nbsp; &nbsp;Compiling 5 permutations<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 0...<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 1...<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 2...<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 3...<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 4...<br />
&nbsp; &nbsp;Compile of permutations succeeded<br />
Linking into /Users/anu/DevWorkspace/GWT/MyWebApp/war/mywebapp<br />
&nbsp; &nbsp;Link succeeded<br />
&nbsp; &nbsp;Compilation succeeded -- 36.654s</div></td></tr></tbody></table></div>
<p>But there are ways of working around. You can reduce the compilation just to compile for one browser. In my opinion is this can be done by using package/modularization (java package structure) with the help of ant to do the build process. But this article is not to talk about use of ant of java package structure. </p>
<p>By default GWT get compiled to support following browsers. </p>
<p>ie6<br />
ie8<br />
gecko<br />
gecko1_8<br />
safari<br />
opera </p>
<p>Do we really need all these browser during the development time. I think thats a personal call but when I develop something I hate to wait the compiler to run for super long time. If thats the case for all of you here is the solution. I would also like to bring up another aspect on reducing compile time during development. Imagine our small application (MyWebApp) is not as small as we think and we support multiple locals. In this case to support all the browsers we have to compile the application in the default mode. Just to make this argument lets say we support 10 locals. </p>
<p>Here is the calculation for compile time: 36.654s * 10 = 366.54s this is fine when a build master is doing production build. But as a developer I would like to do a quick build and see my changes. </p>
<p>this is the file that you need to change to get different permutations.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">*.gwt.xml</div></td></tr></tbody></table></div>
<p>this file come in handy if you want to separate the project into multiple modules or rename the module to make the module name shorter. To reduce the number of permutations or to build the application just for one browser, we need to tell the compiler to do so by using this file. </p>
<p>Module xml file(s) are located on the java class path and they are always referred by their logical names. So let say you are going to develop an application call MyWebApp, and you own the &#8220;boo&#8221; domain then you can find this xml file in com.boo.mywebapp under the name of MyWebApp.gwt.xml </p>
<p>by default you have set it up to compile for all the browser and it should look like this or something similar to this.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;module rename-to='mywebapp'&gt;<br />
&nbsp; &lt;!-- Inherit the core Web Toolkit stuff. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&gt;<br />
&nbsp; &lt;inherits name='com.google.gwt.user.User'/&gt;<br />
<br />
&nbsp; &lt;!-- Inherit the default GWT style sheet. &nbsp;You can change &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &lt;!-- the theme of your GWT application by uncommenting &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&gt;<br />
&nbsp;&lt;!-- You should have more lines &nbsp; &nbsp; &nbsp;--&gt;<br />
&nbsp; &nbsp; &nbsp;:<br />
&nbsp; &nbsp; &nbsp;:<br />
&lt;/module&gt;</div></td></tr></tbody></table></div>
<p>To reduce the compiler to do only one permutation you just have to pick a browser that you would like to do the development and add that as a property value, in this case we use the user.agent property and set the value to gecko1_8 which is firefox</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;set-property name=&quot;user.agent&quot; value=&quot;gecko1_8&quot; /&gt;</div></td></tr></tbody></table></div>
<p>here is the *.gwt.xml file looks like after adding the property value.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;module rename-to='mywebapp'&gt;<br />
&nbsp; &lt;!-- Inherit the core Web Toolkit stuff. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&gt;<br />
&nbsp; &lt;inherits name='com.google.gwt.user.User'/&gt;<br />
&nbsp; &lt;set-property name=&quot;user.agent&quot; value=&quot;gecko1_8&quot; /&gt;<br />
&nbsp; &nbsp;:<br />
&nbsp; &nbsp;:</div></td></tr></tbody></table></div>
<p>Lets see if this really reduced the compilation time.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Compiling module com.colombounplug.mywebapp.MyWebApp<br />
&nbsp; &nbsp;Compiling 1 permutation<br />
&nbsp; &nbsp; &nbsp; Compiling permutation 0...<br />
&nbsp; &nbsp;Compile of permutations succeeded<br />
Linking into /Users/anu/DevWorkspace/GWT/MyWebApp/war/mywebapp<br />
&nbsp; &nbsp;Link succeeded<br />
&nbsp; &nbsp;Compilation succeeded -- 25.671s</div></td></tr></tbody></table></div>
<p>Sure it did, and you can also see that it only did one permutation. Similar approach can be taken to locale where you define the local you want to compile with.</p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2011/02/gwt-and-multiple-permutations-of-compilation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting while up in the air</title>
		<link>http://anublog.colombounplug.com/2010/11/posting-while-up-in-the-air/</link>
		<comments>http://anublog.colombounplug.com/2010/11/posting-while-up-in-the-air/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 15:08:14 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Life & Us]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Eat Pray Love]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=639</guid>
		<description><![CDATA[Traveling back to boring MSP after visiting my better half is always a tough task. But today i got to the flight as usual the last one to get to the flight, and I heard in flight announcement which informed the passengers about free online wifi because of the holiday season. So, Delta has teamed [...]]]></description>
			<content:encoded><![CDATA[<p>Traveling back to boring MSP after visiting my better half is always a tough task. But today i got to the flight as usual the last one to get to the flight, and I heard in flight announcement which informed the passengers about free online wifi because of the holiday season. So, Delta has teamed up and they are providing free online wifi during this holiday season and right now I am using that free online wifi service to chat with my better half while flying 30,000 feet above the ground. I also used Google voice to contact her but since I cant really turn the speakers on and I didn&#8217;t have my ear phones I was not able to really have a conversation. So all you travelers who plan to travel this holiday season take you laptop with you because you will at least be able to be with your love ones even you are flying thousand miles up in the air.</p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2010/11/posting-while-up-in-the-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz Class Action Settlement&#8230;</title>
		<link>http://anublog.colombounplug.com/2010/11/google-buzz-class-action-settlement/</link>
		<comments>http://anublog.colombounplug.com/2010/11/google-buzz-class-action-settlement/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:15:15 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=626</guid>
		<description><![CDATA[I just got an email from Google, which was bit strange because as the email says Google normally don&#8217;t contact their customers if they do It hasn&#8217;t happened to me after the the first welcome email I have gotten from them. Only other time I got an email when I got select to phone interview [...]]]></description>
			<content:encoded><![CDATA[<p>I just got an email from Google, which was bit strange because as the email says Google normally don&#8217;t contact their customers if they do It hasn&#8217;t happened to me after the the first welcome email I have gotten from them. Only other time I got an email when I got select to phone interview with Google for a Software Engineering position. </p>
<p>Anyway, Some Gmail users have filed a law suit against Google Buzz concerning its privacy. I thought entire point of Buzz is to be public and if you are so concern about it you should simply ignore the buzz and not participate in it. But I am also not happy how Google has been tapping into private data streams such as open networks while they capture street views. Just because you are the giant in the search industry you don&#8217;t get to do what ever you think. Remember great power comes with great responsibility. </p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2010/11/google-buzz-class-action-settlement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Slam&#8217;s the Slam!!!</title>
		<link>http://anublog.colombounplug.com/2010/10/google-slams-the-slam/</link>
		<comments>http://anublog.colombounplug.com/2010/10/google-slams-the-slam/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 06:16:21 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=615</guid>
		<description><![CDATA[Google just released another new product called Google Demo Slam. So far it hosted under demoslam.com domain. Google Demo Slam will be a site used to showcase cool demos that people make using Google products and technology. I am still trying to figure out exactly how this is going to work and the real difference [...]]]></description>
			<content:encoded><![CDATA[<p>Google just released another new product called <a href="http://demoslam.com/#/what">Google Demo Slam</a>. So far it hosted under <a href="http://demoslam.com">demoslam.com</a> domain. Google Demo Slam will be a site used to showcase cool demos that people make using Google products and technology. I am still trying to figure out exactly how this is going to work and the real difference between something like youtube and this product. </p>
<div id="attachment_616" class="wp-caption aligncenter" style="width: 160px"><a href="http://anublog.colombounplug.com/wp-content/uploads/2010/10/Screen-shot-2010-10-21-at-1.14.53-AM.png"><img src="http://anublog.colombounplug.com/wp-content/uploads/2010/10/Screen-shot-2010-10-21-at-1.14.53-AM-150x150.png" alt="" title="Screen shot 2010-10-21 at 1.14.53 AM" width="150" height="150" class="size-thumbnail wp-image-616" /></a><p class="wp-caption-text">Google Demo Slam</p></div>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2010/10/google-slams-the-slam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS now has built-in deduplication, &amp; ZFS available on Snow Leopard</title>
		<link>http://anublog.colombounplug.com/2009/11/zfs-now-has-built-in-deduplication-zfs-available-on-snow-leopard/</link>
		<comments>http://anublog.colombounplug.com/2009/11/zfs-now-has-built-in-deduplication-zfs-available-on-snow-leopard/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:32:17 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Java Ruled]]></category>
		<category><![CDATA[My MacBook Pro]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MacBook Pro]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=515</guid>
		<description><![CDATA[I was doing my regular daily doze of technical reading and stumble upon Jeff Bonwick&#8217;s blog. Sounds like deduplication is a great concept. I think this might be very helpful reducing the size of the repositories. But more than any thing I was thrilled about his previous post. ZFS is available on Snow Leopard. Wow!!!, [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing my regular daily doze of technical reading and stumble upon <a href="http://blogs.sun.com/bonwick/entry/zfs_dedup">Jeff Bonwick&#8217;s blog</a>. Sounds like deduplication is a great concept. I think this might be very helpful reducing the size of the repositories. But more than any thing I was thrilled about his previous post. <a href="http://blogs.sun.com/bonwick/en_US/entry/zfs_in_macos_x_snow">ZFS is available on Snow Leopard</a>. Wow!!!, as you may know from my previous posts, I switch to mac just about a month ago. And I must say somehow my mac book pro able fascinate me in daily basis. And this was another example.</p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2009/11/zfs-now-has-built-in-deduplication-zfs-available-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice expose voice mails for public search</title>
		<link>http://anublog.colombounplug.com/2009/10/google-voice-expose-voice-mails-for-public-search/</link>
		<comments>http://anublog.colombounplug.com/2009/10/google-voice-expose-voice-mails-for-public-search/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:21:19 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=491</guid>
		<description><![CDATA[Chill out, It&#8217;s not bad as it sounds. Yes, I freaked out when I first saw the news. I did the search and sure enough I saw plenty of voice messages freely available as search results. Not only that I was able play them and actually listen to a personal conversation. After few seconds I [...]]]></description>
			<content:encoded><![CDATA[<p>Chill out, It&#8217;s not bad as it sounds. Yes, I freaked out when I first saw the news. I did the search and sure enough I saw plenty of voice messages freely available as search results. Not only that I was able play them and actually listen to a personal conversation. After few seconds I stopped playing messages simply because its wrong. But just confirmed if they were really voice messages. It only shows three pages worth of search results. If Google were to list all the Google voice mail messages it should well be beyond three pages of results. That tells me this sounds like a link of test. </p>
<p>I checked to see any of my voice messages are showing up on results page fortunately it didn&#8217;t, and this made me think twice continuing with the Google Voice account. </p>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 610px"><a href="http://anublog.colombounplug.com/?attachment_id=492" rel="attachment wp-att-492"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/10/GVoice-300x210.jpg" alt="Google Voice Messages " title="GVoice" width="600" height="410" class="size-medium wp-image-492" /></a><p class="wp-caption-text">Google Voice Messages </p></div>
<p><a href="http://anublog.colombounplug.com/?attachment_id=493" rel="attachment wp-att-493"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/10/GVoice2.JPG" alt="Google Voice Message" title="Google Voice Message" width="607" height="178" class="aligncenter size-full wp-image-493" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2009/10/google-voice-expose-voice-mails-for-public-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GMail is broken</title>
		<link>http://anublog.colombounplug.com/2009/09/gmail-is-broken/</link>
		<comments>http://anublog.colombounplug.com/2009/09/gmail-is-broken/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:43:18 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=468</guid>
		<description><![CDATA[Lately I have been very dependent on my GMail. In addition to send/receive mails, I use it as an information storing location. Example: While I am researching when I find something that might be useful I note it down and save it as a draft. But today I started to experience issues in GMail, I [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been very dependent on my GMail. In addition to send/receive mails, I use it as an information storing location. Example: While I am researching when I find something that might be useful I note it down and save it as a draft. But today I started to experience issues in GMail, I checked the <a href="http://www.google.com/appsstatus#hl=en">Google App Status</a> Dashboard, yeap its broken. </p>
<div id="attachment_469" class="wp-caption aligncenter" style="width: 552px"><a href="http://anublog.colombounplug.com/?attachment_id=469" rel="attachment wp-att-469"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/09/gmail.JPG" alt="Google App Status Dashboard" title="gmail" width="542" height="495" class="size-full wp-image-469" /></a><p class="wp-caption-text">Google App Status Dashboard</p></div>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2009/09/gmail-is-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing, Finally Microsoft giving Google a run for its money</title>
		<link>http://anublog.colombounplug.com/2009/07/bing-finally-microsoft-giving-google-a-run-for-its-money/</link>
		<comments>http://anublog.colombounplug.com/2009/07/bing-finally-microsoft-giving-google-a-run-for-its-money/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:29:23 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech and CS]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=368</guid>
		<description><![CDATA[Microsoft finally did something that we can admire while not going after Google by trying to match every single step that Google take or do...]]></description>
			<content:encoded><![CDATA[<p>Day after Microsoft release Bing Search Engine or as they call it decision engine I put it bing to test. Search was ok but I didn&#8217;t find it smarter than Google, then I checked the Maps option and it was horrible. But its been few weeks and today I went to bing after I saw its travel option on the television addvertisment. And let me tell you its impressive and I think its one step ahead Google.  So this is what I did, I just typed  <div id="attachment_369" class="wp-caption alignnone" style="width: 663px"><a href="http://anublog.colombounplug.com/?attachment_id=369" rel="attachment wp-att-369"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/07/bing-searchbox.jgp.gif" alt="Bing Search Box" title="bing-searchbox.jgp" width="600" height="67" class="size-full wp-image-369" /></a><p class="wp-caption-text">Bing Search Box</p></div>on the search box, and following result shows up as the first result among many others. <div id="attachment_374" class="wp-caption alignnone" style="width: 358px"><a href="http://anublog.colombounplug.com/?attachment_id=374" rel="attachment wp-att-374"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/07/bing-prediction.jpg" alt="Bing Travel Prediction" title="bing-prediction" width="448" height="238" class="size-full wp-image-374" /></a><p class="wp-caption-text">Bing Travel Prediction</p></div>. I would say up to this stage Google and Bing are neck to neck on this but after you click above option Bing kicks to the next gear like Alberto Contador climb mountains by dancing on his saddle. Yeap, as person who is in the field of HCI and Data Mining, I was very impressed on what I saw in bing. It has predictions on ticket prices such as if they were to stay steady or to go up. Yes it says that<br />
<blockquote>Note that deals are compiled on yesterday&#8217;s lowest airfares and can change often.</p></blockquote>
<p>  but its still ahead Google at least on this matter.<br />
<a href="http://anublog.colombounplug.com/?attachment_id=379" rel="attachment wp-att-379"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/07/bing-prediction2.jpg" alt="bing-prediction2" title="bing-prediction2" width="550" height="352" class="alignnone size-full wp-image-379" /></a><br />
Not only that it gives nice graphical representation of the price fluctuation along with the prediction of the price with respect the date.<br />
<a href="http://anublog.colombounplug.com/?attachment_id=380" rel="attachment wp-att-380"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/07/bing-prediction-graph.jpg" alt="bing-prediction-graph" title="bing-prediction-graph" width="536" height="234" class="alignnone size-full wp-image-380" /></a><br />
So, its True that this is no ordinary search engine, but Machine Learning at its best. So if I was Google I would be bit worried about bing. Google as new era technology company had the advantage of learning from all the mistakes made my giants like Microsoft, Yahoo, etc. But I guess for the first time, Microsoft using it potential and capability and thinking out of the box. And the best thing is they are simply try to match everything that Google does where they have been doing it for the past decade. I am not a big Microsoft fan but I have to give props for this to Microsoft, Bravo.</p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2009/07/bing-finally-microsoft-giving-google-a-run-for-its-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google out of Beta: Hmm, I Don&#8217;t see beta sign anymore</title>
		<link>http://anublog.colombounplug.com/2009/07/google-out-of-beta-hmm-i-dont-see-beta-sign-anymore/</link>
		<comments>http://anublog.colombounplug.com/2009/07/google-out-of-beta-hmm-i-dont-see-beta-sign-anymore/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:02:04 +0000</pubDate>
		<dc:creator>Anuradha Uduwage</dc:creator>
				<category><![CDATA[Tech and CS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://anublog.colombounplug.com/?p=318</guid>
		<description><![CDATA[Everyday I login to Gmail, everyday I see the beta sign along with the Google Gmail logo. I always wondered, Are they really going to do release this beyond Beta or is it Google&#8217;s way of staying out of reliability issue saying that, &#8220;Sorry guys we can&#8217;t guarantee your emails are safe with us&#8221; (As [...]]]></description>
			<content:encoded><![CDATA[<p>Everyday I login to Gmail, everyday I see the beta sign along with the Google Gmail logo. I always wondered, Are they really going to do release this beyond Beta or is it Google&#8217;s way of staying out of reliability issue saying that, &#8220;Sorry guys we can&#8217;t guarantee your emails are safe with us&#8221; (As if Google had any down time in their history &#8211; respect to Search engine).</p>
<div id="attachment_319" class="wp-caption aligncenter" style="width: 166px"><a href="http://anublog.colombounplug.com/?attachment_id=319" rel="attachment wp-att-319"><img src="http://anublog.colombounplug.com/wp-content/uploads/2009/07/gmail.JPG" alt="Gmail out of Beta" title="gmail" width="156" height="119" class="size-full wp-image-319" /></a><p class="wp-caption-text">Gmail out of Beta</p></div>
<p>But Today, I saw something different, when I logged in No Beta sign along with the Google Gmail Logo, I thought something wrong. But it was same for my calendar so looks like Google has finally out of its Beta cave. </p>
]]></content:encoded>
			<wfw:commentRss>http://anublog.colombounplug.com/2009/07/google-out-of-beta-hmm-i-dont-see-beta-sign-anymore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

