<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>rgb.alpha: nram&#039;s tech blog</title>
	<atom:link href="http://rgbalpha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rgbalpha.wordpress.com</link>
	<description>On computing, communication and technology</description>
	<lastBuildDate>Wed, 12 May 2010 22:44:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rgbalpha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>rgb.alpha: nram&#039;s tech blog</title>
		<link>http://rgbalpha.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rgbalpha.wordpress.com/osd.xml" title="rgb.alpha: nram&#039;s tech blog" />
	<atom:link rel='hub' href='http://rgbalpha.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Strange &#8220;martian packets&#8221; on eth1</title>
		<link>http://rgbalpha.wordpress.com/2010/05/13/strange-martian-packets-on-eth1/</link>
		<comments>http://rgbalpha.wordpress.com/2010/05/13/strange-martian-packets-on-eth1/#comments</comments>
		<pubDate>Wed, 12 May 2010 22:44:38 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/?p=329</guid>
		<description><![CDATA[I see tons of these errors on my laptop running PCLinuxOS 2010. Atleast in one occasion, I have seen the eth1 reset and the network disrupted. [root@groundhog log]# ifconfig eth1 eth1      Link encap:Ethernet  HWaddr 00:12:F0:8E:4A:69 inet addr:192.168.1.113  Bcast:192.168.1.255  Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1 RX packets:132 errors:9 dropped:9 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=329&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I see tons of these errors on my laptop running PCLinuxOS 2010. Atleast in one occasion, I have seen the eth1 reset and the network disrupted.</p>
<p><strong>[root@groundhog log]# ifconfig eth1</strong><br />
eth1      Link encap:Ethernet  HWaddr 00:12:F0:8E:4A:69<br />
inet addr:192.168.1.113  Bcast:192.168.1.255  Mask:255.255.255.0<br />
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />
RX packets:132 errors:9 dropped:9 overruns:0 frame:0<br />
TX packets:18 errors:0 dropped:0 overruns:0 carrier:1<br />
collisions:0 txqueuelen:1000<br />
RX bytes:295924 (288.9 KiB)  TX bytes:25656 (25.0 KiB)<br />
Interrupt:11 Memory:c0210000-c0210fff</p>
<p><strong>/var/log/messages:</strong></p>
<p>May 12 18:30:37 groundhog kernel: martian source 255.255.255.255 from 192.168.1.101, on dev eth1<br />
May 12 18:30:37 groundhog kernel: ll header: ff:ff:ff:ff:ff:ff:00:0d:60:5d:dc:27:08:00<br />
May 12 18:30:37 groundhog kernel: martian source 192.168.1.255 from 192.168.1.101, on dev eth1<br />
May 12 18:30:37 groundhog kernel: ll header: ff:ff:ff:ff:ff:ff:00:0d:60:5d:dc:27:08:00<br />
May 12 18:30:37 groundhog kernel: martian source 192.168.1.255 from 192.168.1.101, on dev eth1</p>
<p>May 12 18:30:37 groundhog kernel: ll header: ff:ff:ff:ff:ff:ff:00:0d:60:5d:dc:27:08:00</p>
<p>As I understand martian packets are unrecognized packets. Someone suggested this to supress them (not: not solve). Tried but didn&#8217;t work.<br />
<strong>[root@groundhog log]# find /proc/sys/net/ipv4/conf/ -name &#8220;*martian*&#8221; -print</strong><br />
/proc/sys/net/ipv4/conf/all/log_martians<br />
/proc/sys/net/ipv4/conf/default/log_martians<br />
/proc/sys/net/ipv4/conf/lo/log_martians<br />
/proc/sys/net/ipv4/conf/eth0/log_martians<br />
/proc/sys/net/ipv4/conf/irda0/log_martians<br />
/proc/sys/net/ipv4/conf/eth1/log_martians<br />
/proc/sys/net/ipv4/conf/tun0/log_martians<br />
<strong>[root@groundhog log]# file /proc/sys/net/ipv4/conf/eth1/log_martians<br />
</strong>/proc/sys/net/ipv4/conf/eth1/log_martians: empty<br />
<strong>[root@groundhog log]# echo &#8220;0&#8243; &gt; /proc/sys/net/ipv4/conf/eth1/log_martians<br />
</strong></p>
<p>That didn&#8217;t help. So for now Iam turning this interface off. (I have wired connection as well, so I can afford to turn this off for now). This is a topic for another day &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=329&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2010/05/13/strange-martian-packets-on-eth1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>Goole Wave &#8211; more like a drop!</title>
		<link>http://rgbalpha.wordpress.com/2009/10/26/goole-wave-more-like-a-drop/</link>
		<comments>http://rgbalpha.wordpress.com/2009/10/26/goole-wave-more-like-a-drop/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:41:28 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2009/10/26/goole-wave-more-like-a-drop/</guid>
		<description><![CDATA[On Fri evening I got an Google Wave invite that has taken the internet discussion forums by tide. Everyone seem to have gone hyper over it. So naturally I was very excited and accepted the invite and logged in right away. I was greated with an empty three panel screen&#8230; The welcome wave arrived few [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=324&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Fri evening I got an Google Wave invite that has taken the internet discussion forums by tide. Everyone seem to have gone hyper over it. So naturally I was very excited and accepted the invite and logged in right away. I was greated with an empty three panel screen&#8230; The welcome wave arrived few min later.. Clicked on my contacts. Empty! Tried to send a mail &#8230; well&#8217; I can&#8217;t. I can send it to only those in my Contact!</p>
<p>Later I learn that I can communicate only within the wave community. Thats a huge restriction. It would take ages for everyone to get the wave invite and even longer for every one to be sufficiently interested to start using it. Since Wave is all on the cloud, many folks who are not online all the time will find it very unusable.</p>
<p>I tried to send a mail from my work Id and GMail, but they never show up in my googlewave a/c. Later I learn that no outside communication is allowed for now. Hope google fixes that first thing. </p>
<p>So, I decieded to form my cummunity and sent invite to some of my tech savvy and must be family members, including&nbsp; my 8 yr old daughter. Unlike the GMail invite, the wave invites are not sent right away. I don&#8217;t know if Google reviews the receipients for &#8220;wave worthyness&#8221;. So, two days into having wave a/c, I feel like an drop with no one to talk to. wired!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=324&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2009/10/26/goole-wave-more-like-a-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomorrow&#8217;s world</title>
		<link>http://rgbalpha.wordpress.com/2009/05/26/tomorrows-world/</link>
		<comments>http://rgbalpha.wordpress.com/2009/05/26/tomorrows-world/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:44:54 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FutureTech]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2009/05/26/tomorrows-world/</guid>
		<description><![CDATA[Happen to catch this documentory on Discovery channel. Some of the techs covered .. Realestate air and sea Smart Dust : tiny computing, communicating devices all over the city Personal long/short distance travel JetPack Viper Highways in Sky Underwater flying Squba car Geo Browser Google Earth, street view Telepresense Cisco Emerging technologies Cisco Health Presense [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=313&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Happen to catch this documentory on Discovery channel. Some of the techs covered ..</p>
<ul>
<li>Realestate</li>
<li>
<ul>
<li>air and sea</li>
</ul>
</li>
<li>Smart Dust : tiny computing, communicating devices all over the city</li>
<li>Personal long/short distance travel</li>
<li>
<ul>
<li>JetPack</li>
<li>Viper</li>
<li>Highways in Sky</li>
<li>Underwater flying</li>
<li>Squba car</li>
</ul>
</li>
<li>Geo Browser</li>
<li>
<ul>
<li>Google Earth, street view</li>
</ul>
</li>
<li>Telepresense</li>
<li>
<ul>
<li>Cisco Emerging technologies</li>
<li>Cisco Health Presense</li>
<li>Transporting presense</li>
</ul>
</li>
<li>Alternate Power</li>
<li>
<ul>
<li>Pizo electricity</li>
</ul>
</li>
<li>Water Purifier</li>
<li>
<ul>
<li>SlingShot</li>
</ul>
</li>
<li>Alternate agriculture</li>
<li>
<ul>
<li>Skyfarm</li>
</ul>
</li>
<li>Planet killers (asteroids)</li>
<li>
<ul>
<li>seed vault</li>
</ul>
</li>
<li>Anti Aging</li>
<li>
<ul>
<li>Gene</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=313&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2009/05/26/tomorrows-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>ScribeFire</title>
		<link>http://rgbalpha.wordpress.com/2009/01/20/scribefire/</link>
		<comments>http://rgbalpha.wordpress.com/2009/01/20/scribefire/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 16:24:06 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2009/01/20/scribefire/</guid>
		<description><![CDATA[While looking for some TB pluggins, stumbled on ScribeFire. Seem like a very promissing pluggin. I was able to connect to my tech blog within seconds and adding this post from ScribeFire.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=310&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While looking for some TB pluggins, stumbled on ScribeFire. Seem like a very promissing pluggin. I was able to connect to my tech blog within seconds and adding this post from ScribeFire. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=310&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2009/01/20/scribefire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling Hibernate in Windows Vista</title>
		<link>http://rgbalpha.wordpress.com/2009/01/19/enabling-hibernate-in-windows/</link>
		<comments>http://rgbalpha.wordpress.com/2009/01/19/enabling-hibernate-in-windows/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:53:45 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/?p=307</guid>
		<description><![CDATA[Most popular tip seem to be to run powercfg /hibernate on from cmd (run as Admin). But this did n&#8217;t work for me. However turning off the Hybrid mode worked. Personalize -&#62; Screen Saver -&#62; Changer Power Settings -&#62; Change when the computer sleeps -&#62; Change advanced power settings -&#62; Sleep -&#62;Allow hytbrid sleep -&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=307&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most popular tip seem to be to run powercfg /hibernate on from cmd (run as Admin). But this did n&#8217;t work for me.</p>
<p>However turning off the Hybrid mode worked.</p>
<p>Personalize -&gt; Screen Saver -&gt; Changer Power Settings -&gt; Change when the computer sleeps -&gt; Change advanced power settings -&gt; Sleep -&gt;Allow hytbrid sleep -&gt; Settings [Off] .</p>
<p>Now did anyone say Vista was user friendly ?</p>
<p> </p>
<p><a href="http://www.chotocheeta.com/2007/12/20/hibernate-option-missing-under-windows-vista/">Here </a>is a blog with screen shots.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=307&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2009/01/19/enabling-hibernate-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>keeping  track of personal finance</title>
		<link>http://rgbalpha.wordpress.com/2008/08/26/keeping-track-of-personal-finance/</link>
		<comments>http://rgbalpha.wordpress.com/2008/08/26/keeping-track-of-personal-finance/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 10:49:42 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2008/08/26/keeping-track-of-personal-finance/</guid>
		<description><![CDATA[Some of the tools that I had tried to keep my finances organized: Desktop Tools Microsoft Money: Remember trying it few times. I think this was the last one I tried before leaving US. Eye candy interface can download transaction from banks somewhat confusing interface overkill Quicken: Somehow I never had plesant experience with Quicken. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=286&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="money chart" src="http://tbn0.google.com/images?q=tbn:SgRXQtV-rnVnTM:http://www.sevenoaks.gov.uk/images/cm_images/council_democracy_and_local_services/council_finance/Council%2520Tax%2520precept%2520pie%2520chart%25202008-9.gif" alt="" width="130" height="65" />Some of the tools that I had tried to keep my finances organized:</p>
<p><strong>Desktop Tools</strong></p>
<ul>
<li><strong>Microsoft Money</strong>: Remember trying it few times. I think this was the last one I tried before leaving US.
<ul>
<li>Eye candy interface</li>
<li>can download transaction from banks</li>
<li>somewhat confusing interface</li>
<li>overkill</li>
</ul>
</li>
<li><strong>Quicken</strong>: Somehow I never had plesant experience with Quicken. Iam sure its just me since it has millions of happy users.</li>
</ul>
<p><strong>DIY</strong></p>
<ul>
<li><strong>Spreadsheet</strong>: Riight after moving to India, I used to maintain a spreadsheet with some formulas. Not to fancy and it did work for me for few months. Then I just got lazy.
<ul>
<li>Simple</li>
<li>Not shared.</li>
</ul>
</li>
<li><strong>Google Spreadsheets</strong>There are several innovative usages of google spreadsheet, including <a href="http://chandoo.org/wp/2008/07/14/use-google-docs-to-track-your-bucks-spreadsheet-forms-idea/">this one</a>.
<ul>
<li>work proxy blocks google docs. Sigh!</li>
</ul>
</li>
<li><a href="http://www.simpleplanning.net/">SimplePlanning</a>:
<ul>
<li>Excel based formulas ($10). have n&#8217;t tried.</li>
</ul>
</li>
</ul>
<p><strong>Online Tools</strong></p>
<ul>
<li><a href="http://expenseregister.com">ExpenseRegister</a>
<ul>
<li>simple interface</li>
<li>supports categories</li>
<li>supports sub catagories</li>
<li>support type</li>
<li>has several report types</li>
</ul>
</li>
<li><a href="http://expenseview.com">ExpenseView</a>
<ul>
<li>Simple, clean web2.0 interface</li>
<li>Supports categories</li>
<li><em>No type (cash/debit/&#8230;)</em></li>
<li>breakup, summary, etc.</li>
<li>Integrates into igoogle</li>
</ul>
</li>
<li><a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://mint.com">mint</a>
<ul>
<li>Interface looks polished</li>
<li>has some positive reviews elsewhere</li>
<li>requires to enter bank and card info. &#8212; skipping</li>
</ul>
</li>
<li><a href="http://www.geezeo.com">Geezeo</a>:
<ul>
<li>a <a href="http://www.biblemoneymatters.com/2008/03/3-weeks-with-geezeocom.html">review</a> here.</li>
<li><em>signed up and it looks much too jazy for me</em>.</li>
</ul>
</li>
</ul>
<p><strong>More Info</strong>:</p>
<ul>
<li>This blog has <a href="http://www.prospector.cz/Free-Internet-services/Expense-tracking/">some reviews</a>.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rgbalpha.wordpress.com/286/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rgbalpha.wordpress.com/286/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=286&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2008/08/26/keeping-track-of-personal-finance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>

		<media:content url="http://tbn0.google.com/images?q=tbn:SgRXQtV-rnVnTM:http://www.sevenoaks.gov.uk/images/cm_images/council_democracy_and_local_services/council_finance/Council%2520Tax%2520precept%2520pie%2520chart%25202008-9.gif" medium="image">
			<media:title type="html">money chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Using NTSV TV with PAL STBs in India</title>
		<link>http://rgbalpha.wordpress.com/2008/08/25/using-ntsv-tv-with-pal-stbs-in-india/</link>
		<comments>http://rgbalpha.wordpress.com/2008/08/25/using-ntsv-tv-with-pal-stbs-in-india/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 05:26:31 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/?p=282</guid>
		<description><![CDATA[After moving the TV from US to India, I faced the obvious question &#8230; how to connect it to the cable box? The TV supports only NTSC and the cable set to box (STB) gives out only PAL. After searching thru several blogs, electronic shops in Bangalore and talking to friends, these seem my likely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=282&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="null"><img class="alignright" title="TV" src="http://tbn0.google.com/images?q=tbn:fCu9uXB273NflM:http://i14.photobucket.com/albums/a315/ezaviar/OldTv.jpg" alt="" width="100" height="123" /></a>After moving the TV from US to India, I faced the obvious question &#8230; how to connect it to the cable box? The <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.amazon.com/Toshiba-REGZA-47HL167-47-Inch-1080p/dp/B000MXYD2Q">TV</a> supports only <a href="http://en.wikipedia.org/wiki/NTSC">NTSC </a>and the cable set to box (STB) gives out only <a href="http://en.wikipedia.org/wiki/PAL">PAL</a>. After searching thru several blogs, electronic shops in Bangalore and talking to friends, these seem my likely choices.</p>
<ol>
<li>Use an STB that gives NTSC. To my knowledege no cable or satellite TV operator has such a box.</li>
<li>Use a signal convertor that converts PAL to NTSC. These come in different prices and quality. They come in different connectors aswell. One popular choice is to take coaxial input and composite or componet video output. Based on most of the reviews, the signal quality seem to suffer on these boxes.</li>
<li>Use a signal convertor that gives SVGA. This is similar to option (1), except that the output is SVGA, meat for flat panel monitors. These boxes come in different output resolutions. I eventually picked one that claims to support 1600&#215;1200. It does the job, quite poorly. Since the output is SVGA, I need to run seperate audio cable.</li>
<li>Use a PC as a convertor. Ofcourse you will need a TV Tuner card that takes PAL input and an external video out from the PC. In my case, the TV tuner card is NTCS only. Someday I will get a PAL TV Tuner card and try this.</li>
<li>Use an STB that gives SVGA. <a href="http://www.dishtv.in/Static/vga.htm">DishTV </a>seem to have such STB. This seem like an acceptable solution. I have n&#8217;t tried this yet, since I have already invested quite heavily on the STBs and the convertors.</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rgbalpha.wordpress.com/282/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rgbalpha.wordpress.com/282/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=282&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2008/08/25/using-ntsv-tv-with-pal-stbs-in-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>

		<media:content url="http://tbn0.google.com/images?q=tbn:fCu9uXB273NflM:http://i14.photobucket.com/albums/a315/ezaviar/OldTv.jpg" medium="image">
			<media:title type="html">TV</media:title>
		</media:content>
	</item>
		<item>
		<title>Zoundry</title>
		<link>http://rgbalpha.wordpress.com/2008/07/15/zoundry/</link>
		<comments>http://rgbalpha.wordpress.com/2008/07/15/zoundry/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:18:13 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2008/07/15/zoundry/</guid>
		<description><![CDATA[Read about this Desktop blog management s/w in another blog and tried. Its quite handy and featurerich.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=275&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Read about this Desktop blog management s/w in another blog and tried. Its quite handy and featurerich.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rgbalpha.wordpress.com/275/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rgbalpha.wordpress.com/275/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=275&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2008/07/15/zoundry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>
	</item>
		<item>
		<title>SuperNova</title>
		<link>http://rgbalpha.wordpress.com/2008/05/22/supernova/</link>
		<comments>http://rgbalpha.wordpress.com/2008/05/22/supernova/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:55:08 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2008/05/22/supernova/</guid>
		<description><![CDATA[http://www.space.com/scienceastronomy/080521-supernova-birth.html Now thats some news &#8230; Sure we live in intersting times. More on SuperNova at Wikipedia.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=268&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.space.com/scienceastronomy/080521-supernova-birth.html">http://www.space.com/scienceastronomy/080521-supernova-birth.html</a></p>
<p><img style="width:162px;height:170px;" height="153" alt="300px-Keplers_supernova" src="http://rgbalpha.files.wordpress.com/2008/05/300px-2dkeplers-supernova-small.jpg?w=206&#038;h=153" width="206" align="right" border="0" />Now thats some news &hellip; Sure we live in intersting times. </p>
<p>More on <a href="http://en.wikipedia.org/wiki/Supernova">SuperNova </a>at Wikipedia.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rgbalpha.wordpress.com/268/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rgbalpha.wordpress.com/268/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=268&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2008/05/22/supernova/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>

		<media:content url="http://rgbalpha.files.wordpress.com/2008/05/300px-2dkeplers-supernova-small.jpg" medium="image">
			<media:title type="html">300px-Keplers_supernova</media:title>
		</media:content>
	</item>
		<item>
		<title>WiFi over 100km</title>
		<link>http://rgbalpha.wordpress.com/2008/05/22/wifi-over-100km/</link>
		<comments>http://rgbalpha.wordpress.com/2008/05/22/wifi-over-100km/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:29:19 +0000</pubDate>
		<dc:creator>nram</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://rgbalpha.wordpress.com/2008/05/22/wifi-over-100km/</guid>
		<description><![CDATA[Read this blog on Intel’s Rural connectivity Project (RCP) initiated project to extend WiFi range. With MAC enhancements (and possibly radio and other software enhancements), Intel seem to have achieved 100km access range over WiFi… Now thats very comparable to WiMAX’s promissed 30km range. Now this is still requires LOS (Line of Sight) and this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=265&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Read <a href="http://blogs.intel.com/research/2008/03/rural_connectivity_platform_be.php">this blog </a>on Intel’s Rural connectivity Project (RCP) initiated project to extend WiFi range. With <a href="http://tbn0.google.com/images?q=tbn:if-YMsl1P1fm7M:http://www.penfield.org/images/photo_radio_tower.gif"><img class="alignright" title="wireless tower" src="http://tbn0.google.com/images?q=tbn:if-YMsl1P1fm7M:http://www.penfield.org/images/photo_radio_tower.gif" alt="" width="77" height="116" /></a>MAC enhancements (and possibly radio and other software enhancements), Intel seem to have achieved 100km access range over WiFi… Now thats very comparable to WiMAX’s promissed 30km range.</p>
<p>Now this is still requires LOS (Line of Sight) and this possibly was tested on a terrain that was flat enough to achieve it. Depite that I think this is a breakthru.</p>
<p>Does this mean this will give WiMAX its run for the money? I don’t think so. Atleast not in the short run. WiMAX has gained enough traction of its own. Also Iam not sure about the path to standardization and availability of this WiFi extension into the market.</p>
<p>But given the overall price advantage of WiFi access points, this would be a great boon for last mile solution in rural areas and for MAN.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rgbalpha.wordpress.com/265/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rgbalpha.wordpress.com/265/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rgbalpha.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rgbalpha.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rgbalpha.wordpress.com/265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rgbalpha.wordpress.com&amp;blog=2043826&amp;post=265&amp;subd=rgbalpha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rgbalpha.wordpress.com/2008/05/22/wifi-over-100km/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b2e60a634707ec3bdca5eb535da126b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nram</media:title>
		</media:content>

		<media:content url="http://tbn0.google.com/images?q=tbn:if-YMsl1P1fm7M:http://www.penfield.org/images/photo_radio_tower.gif" medium="image">
			<media:title type="html">wireless tower</media:title>
		</media:content>
	</item>
	</channel>
</rss>
