<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Day in, day out...</title>
	
	<link>http://tech.mahesha.com</link>
	<description>Technology in day to day life...</description>
	<lastBuildDate>Wed, 28 Mar 2012 21:02:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mahesha/tech" /><feedburner:info uri="mahesha/tech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>45.545841</geo:lat><geo:long>-122.946059</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><item>
		<title>Chrome and LibreOffice on RHEL 6.1</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/x5XY4FbKM14/</link>
		<comments>http://tech.mahesha.com/2011/12/15/chrome-and-libreoffice-on-rhel-6-1/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 05:59:32 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=561</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>So there is this Red Hat Enterprise Linux (RHEL) 6.1 machine I have. I do not have administrative rights on it. Albeit for a good reason, it makes life very inconvenient. Especially as compared to this another Ubuntu/Debian machine where I have full access. RHEL 6.1 comes with tools that are, well, dated. So I [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>So there is this Red Hat Enterprise Linux (RHEL) 6.1 machine I have. I do not have administrative rights on it. Albeit for a good reason, it makes life very inconvenient. Especially as compared to this another Ubuntu/Debian machine where I have full access.</p>
<p>RHEL 6.1 comes with tools that are, well, dated. So I tend to install the later versions of tools I use regularly. Some of the easy ones include <a href="http://nightly.mozilla.org" title="Firefox nightly builds" target="_blank">Firefox</a>, <a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/" title="Thunderbird nightly builds" target="_blank">Thunderbird</a>, <a href="http://gpodder.org/downloads" title="gPodder downloads" target="_blank">gPodder</a> and <a href="http://get.adobe.com/reader/otherversions/" title="Adobe reader" target="_blank">Adobe Reader</a>. These are easy, because the vendors provide simple &#8216;tar.gz&#8217; packages that I can just inflate and use.</p>
<p>Then there are applications like <a href="http://pidgin.im/download/" title="Pidgin downloads" target="_blank">Pidgin</a>, <a href="http://xmms2.org/wiki/Download_XMMS2" title="XMMS2 downloads" target="_blank">XMMS2</a> and <a href="http://sourceforge.net/projects/re-alpine/" title="re-alpine downloads" target="_blank">re-alpine</a> which can be easily compiled from source.</p>
<p>And then there are applications like Google Chrome and LibreOffice which I always want to install. But since they come in RPM packages, installing them without root privileges is next to impossible&#8230; or so I thought.</p>
<p><b>Chrome</b></p>
<p>Until recently I was using <a href="http://www.cs.bham.ac.uk/~cxs548/chrome" title="Chromium build" target="_blank">Chris Staite&#8217;s Chromium build</a>. It works well, only it was stuck at version 14.</p>
<p>So I decided to try my luck and inflate the <a href="http://www.google.com/chrome/intl/en/eula_beta.html?dl=beta_amd64_rpm" title="64-bit Chrome Beta" target="_blank">official Google Chrome RPM</a>. So I did the following:</p>
<p><script src="https://gist.github.com/1484599.js?file=Chrome%20Installation.csh"></script></p>
<p>This creates a directory structure under <code>/one/of/my/dirs</code> with chrome installed at <code>/one/of/my/dirs/sys/opt/google/chrome/google-chrome</code>.</p>
<p>Now, either this process is <i>supposed</i> to work, or I was incredibly lucky. But once I pointed <code>LD_LIBRARY_PATH</code> appropriately, chrome launches and works fine! Here&#8217;s the launcher I use:</p>
<p><script src="https://gist.github.com/1484599.js?file=chrome-starter.csh"></script></p>
<p>Chrome requires that the <code>chrome-sandbox</code> binary in the Chrome installation directory be installed as root. In my case, this is not the case. So Chrome refuses to launch with sandbox enabled. That is the reason for the <code>--no-sandbox</code>. Obviously, there are security repercussions, and Chrome warns you about that every time it is launched.</p>
<p><b>LibreOffice</b></p>
<p>This success in installation of Chrome totally boosted my confidence! So I decided to take a stab at that other application that I always wanted to be up-to-date &#8211; LibreOffice. Turns out it is easier than Chrome!</p>
<p>All it takes is <a href="http://www.libreoffice.org/download/" title="Get LibreOffice" target="_blank">downloading the right RPMS</a> and inflating them into the same <code>/one/of/my/dirs</code> directory!</p>
<p><script src="https://gist.github.com/1484599.js?file=LibreOffice%20Installation.bash"></script></p>
<p>And that is it, LibreOffice is installed at <code>/one/of/my/dirs/sys/opt/libreoffice3.4/program/soffice</code>!</p>
<p>Like I said, I am not sure this process is supposed to work, but it did beautifully in my case!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=x5XY4FbKM14:0xiBS4XexNU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=x5XY4FbKM14:0xiBS4XexNU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=x5XY4FbKM14:0xiBS4XexNU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=x5XY4FbKM14:0xiBS4XexNU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=x5XY4FbKM14:0xiBS4XexNU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=x5XY4FbKM14:0xiBS4XexNU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=x5XY4FbKM14:0xiBS4XexNU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/x5XY4FbKM14" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/12/15/chrome-and-libreoffice-on-rhel-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/12/15/chrome-and-libreoffice-on-rhel-6-1/</feedburner:origLink></item>
		<item>
		<title>Empty ‘em 0.80 testing</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/Y7kACD5zPpM/</link>
		<comments>http://tech.mahesha.com/2011/12/07/empty-em-0-80-testing/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 21:31:20 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[emptyem]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=545</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>I am seeking testing and feedback on a new version of Empty&#8217; em. There are some implementation changes that I would like to test on multiple platforms and different versions of Thunderbird before submitting on AMO. Following is the summary of changes: Moved to using Inline Options. This requires version 7.* or greater. On older [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>I am seeking testing and feedback on a new version of Empty&#8217; em. There are some implementation changes that I would like to test on multiple platforms and different versions of Thunderbird before submitting on AMO. Following is the summary of changes:</p>
<ul>
<li>Moved to using <a href="https://developer.mozilla.org/en/Extensions/Inline_Options" title="Inline Options" target="_blank">Inline Options</a>. This requires version 7.* or greater. On older versions, old preferences should work</li>
<li>Added a preference to disable the notification that appears after all configured folders have been emptied</li>
<li>Optimization change: Remove the folder listener that was added to track folders being emptied. No functional change, just makes the add-on a good citizen by not consuming resources when it is not active</li>
</ul>
<p>You can provide feedback at:</p>
<blockquote><p>  <a href="https://docs.google.com/spreadsheet/viewform?formkey=dDJpRFc1MUFuQzJDckhnUnlpdUUxUGc6MQ" title="Empty 'em 0.80 testing Google Docs form" target="_blank">Empty &#8216;em 0.80 testing Google Docs form</a>
</p></blockquote>
<p>Here&#8217;s what the inline options look like:</p>
<div class="img_container">
<a href="http://tech.mahesha.com/wp-content/images/emptyem-inline-options.png"><img width="500px" alt="Empty 'em Inline Options - Click for full size" src="http://tech.mahesha.com/wp-content/images/emptyem-inline-options.png"/></a>
<p/>
<div class="caption">Empty &#8216;em Inline Options – Click for full size</div>
</div>
<p>Cheers!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=Y7kACD5zPpM:FL9ktRrTvPk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=Y7kACD5zPpM:FL9ktRrTvPk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=Y7kACD5zPpM:FL9ktRrTvPk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=Y7kACD5zPpM:FL9ktRrTvPk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=Y7kACD5zPpM:FL9ktRrTvPk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=Y7kACD5zPpM:FL9ktRrTvPk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=Y7kACD5zPpM:FL9ktRrTvPk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/Y7kACD5zPpM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/12/07/empty-em-0-80-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/12/07/empty-em-0-80-testing/</feedburner:origLink></item>
		<item>
		<title>ifttt : Automator for the web!</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/_q4ApPI3Pl0/</link>
		<comments>http://tech.mahesha.com/2011/11/11/ifttt-automator-for-the-web/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:46:41 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=537</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>Automator is a handy application in Mac OS X. It makes your everyday, repetitive tasks more efficient by chaining operations exported by variety of applications. It automates something you would manually do using multiple applications. Recently I was introduced to ifttt &#8211; short for if this then that. In their own words, like &#8216;lift&#8217; without [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p><a href="http://support.apple.com/kb/HT2488" title="About Automator" target="_blank">Automator</a> is a handy application in Mac OS X. It makes your everyday, repetitive tasks more efficient by chaining operations exported by variety of applications. It automates something you would manually do using multiple applications.</p>
<p>Recently I was introduced to <a href="http://ifttt.com/wtf" title="If this then that" target="_blank">ifttt</a> &#8211; short for <em>if this then that</em>. In their own words, <em>like &#8216;lift&#8217; without the &#8216;l&#8217;</em>. To me, this is an awesome tool! It provides an Automator like way of chaining <em>actions</em> provided by multiple web services, called <em>channels</em>, to create a workflow, or <em>Task</em>. Automating something I would manually do using multiple websites. The <em>Tasks</em> are set rolling on <em>Triggers</em> that are also defined for individual web service.</p>
<p>They also have hundreds of pre-canned tasks called <em>Recipes</em> that you can readily use.</p>
<p>I won&#8217;t make this a help page about ifttt. You should visit <a href="http://ifttt.com/wtf" title="About ifttt" target="_blank">http://ifttt.com/wtf</a>, read all about it, and start being efficient on the web.</p>
<div class="img_container">
<a href="http://tech.mahesha.com/wp-content/images/ifttt.png"><img src="http://tech.mahesha.com/wp-content/images/ifttt.png" alt="ifttt Filters - Click for full size" width="500px"></a></p>
<div class="caption">ifttt filter that should push this post to Tumblr and Posterous when this feed is updated. Let&#8217;s see!  &#8211; Click for full size</div>
</div>
<p>If everything goes well, ifttt should post this blog post on my <a href="http://tumblr.mahesha.com" title="My Tumblr" target="_blank">Tumblr</a> and <a href="http://post.mahesha.com" title="My Posterous" target="_blank">Posterous</a>. If not, I probably need more reading and tweaking to do!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=_q4ApPI3Pl0:WYPDjxjsAO0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=_q4ApPI3Pl0:WYPDjxjsAO0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=_q4ApPI3Pl0:WYPDjxjsAO0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=_q4ApPI3Pl0:WYPDjxjsAO0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=_q4ApPI3Pl0:WYPDjxjsAO0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=_q4ApPI3Pl0:WYPDjxjsAO0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=_q4ApPI3Pl0:WYPDjxjsAO0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/_q4ApPI3Pl0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/11/11/ifttt-automator-for-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/11/11/ifttt-automator-for-the-web/</feedburner:origLink></item>
		<item>
		<title>Many updates @ mahesha.com</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/vOxAbICEmRQ/</link>
		<comments>http://tech.mahesha.com/2011/07/08/many-updates-mahesha-com/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 08:16:04 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Website Updates]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=516</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>After a long, long while, finally got some time to update many parts of mahesha.com that were on my to-do list. Blog Theme Thanks to the good guys at Obox Design my blog at tech.mahesha.com (this blog) has a new, clean theme that I really like. I hope everything is setup correctly. Some broken links, [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>After a long, long while, finally got some time to update many parts of mahesha.com that were on my to-do list.</p>
<p><strong>Blog Theme</strong></p>
<p>Thanks to the good guys at <a href="http://www.obox-design.com/" title="Obox Design" target="_blank">Obox Design</a> my blog at <a href="http://tech.mahesha.com" title="My Technology Blog" target="_blank">tech.mahesha.com</a> (this blog) has a new, clean theme that I really like. I hope everything is setup correctly. Some broken links, etc. are expected. But I should be able to clean that up in the coming few days.</p>
<p><strong>Home Page</strong></p>
<p>Home page at <a href="http://mahesha.com" title="Home Page" target="_blank">mahesha.com</a> is completely refreshed. I&#8217;ve been working on this for a while now. It is still kind of a work in progress, but I think it is ready enough to be made live.</p>
<p><strong>Favicon</strong></p>
<p>This is a minor change. The favicon that I use on most of my sites, which is also my avatar on many sites, is pretty old. I created it it many moons ago when I had a Mac, with Photoshop installed. I have, since, moved to using Linux and open source software for most of my computational needs. As such, I always wanted to recreate the image using <a href="http://www.gimp.org/" title="GIMP website" target="_blank">GIMP</a>. I finally got to doing it. And as a starting point, I am updating the favicons on the home page and the blog to use the newly created image. Soon I&#8217;ll update favicons and avatars on other sites too.</p>
<p><strong>Authorship</strong></p>
<p>While I am at updating the blog theme, I though I&#8217;d implement the <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=1229920" title="Google Webmaster Tools - Authorship" target="_blank">Authorship</a> mechanism that Google recently launched. With a excellent instructions at from <a href="http://yoast.com/wordpress-rel-author-rel-me/" target="_blank">various</a> <a href="http://www.blindfiveyearold.com/how-to-implement-rel-author" target="_blank">sources</a>, I have tried to implement <code>rel=author</code>. I will be eager to see if the effects show in search results in the coming few days.</p>
<p><strong>WordPress 3.2</strong></p>
<p>It has become almost a weekly exercise, but this blog is also updated to the latest <a href="http://wordpress.org/news/2011/07/gershwin/" target="_blank">WordPress 3.2</a>. I hope it stays current for at least some weeks.</p>
<p>Cheers for now!</p>
<p>Oh, by the way, you can find me on <a href="https://plus.google.com/104769499705387203231" title="Google+ profile" target="_blank">Google+</a>!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=vOxAbICEmRQ:7M4yzby_f8g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=vOxAbICEmRQ:7M4yzby_f8g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=vOxAbICEmRQ:7M4yzby_f8g:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=vOxAbICEmRQ:7M4yzby_f8g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=vOxAbICEmRQ:7M4yzby_f8g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=vOxAbICEmRQ:7M4yzby_f8g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=vOxAbICEmRQ:7M4yzby_f8g:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/vOxAbICEmRQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/07/08/many-updates-mahesha-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/07/08/many-updates-mahesha-com/</feedburner:origLink></item>
		<item>
		<title>Empty ‘em now supports Thunderbird 3.3a4pre</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/FRGTE661O9w/</link>
		<comments>http://tech.mahesha.com/2011/03/17/empty-em-now-supports-thunderbird-3-3a4pre/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 18:13:41 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addon]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=496</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>I just uploaded Empty &#8216;em version 0.781 to addons.mozilla.org. The add-on now supports Thunderbird version 3.3a4pre. You can alternatively get it from GitHub downloads: https://github.com/downloads/asolkar/emptyem/emptyem-0.781.xpi It should appear on AMO listing shortly. I will not be working on the add-on at least for a month, since I am traveling.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>I just uploaded Empty &#8216;em version 0.781 to <a href="https://addons.mozilla.org/en-US/thunderbird/addon/empty-em/">addons.mozilla.org</a>. The add-on now supports Thunderbird version 3.3a4pre. You can alternatively get it from GitHub downloads:</p>
<blockquote><p><a href=" https://github.com/downloads/asolkar/emptyem/emptyem-0.781.xpi">https://github.com/downloads/asolkar/emptyem/emptyem-0.781.xpi</a></p></blockquote>
<p>It should appear on <a href="https://addons.mozilla.org/en-US/thunderbird/addon/empty-em/">AMO listing</a> shortly.</p>
<p>I will not be working on the add-on at least for a month, since I am traveling.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FRGTE661O9w:JCPqL95lsEE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FRGTE661O9w:JCPqL95lsEE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=FRGTE661O9w:JCPqL95lsEE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FRGTE661O9w:JCPqL95lsEE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=FRGTE661O9w:JCPqL95lsEE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FRGTE661O9w:JCPqL95lsEE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FRGTE661O9w:JCPqL95lsEE:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/FRGTE661O9w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/03/17/empty-em-now-supports-thunderbird-3-3a4pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/03/17/empty-em-now-supports-thunderbird-3-3a4pre/</feedburner:origLink></item>
		<item>
		<title>Latest version of Empty ‘em back on AMO</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/h3MSN8tf1pM/</link>
		<comments>http://tech.mahesha.com/2011/01/30/latest-version-of-empty-em-back-on-amo/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 01:11:27 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=486</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>Recently, Mozilla made it mandatory that each add-on hosted on AMO (addons.mozilla.org) be reviewed. To comply, I had to upload the latest version of my Thunderbird addon &#8211; Empty &#8216;em to AMO. As pointed in my earlier post, I was not so much for it, since AMO wouldn&#8217;t allow a coarser control on maxVersion of [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>Recently, Mozilla made it mandatory that each add-on hosted on AMO (<a href="http://addons.mozilla.org" target="_blank">addons.mozilla.org</a>) be reviewed. To comply, I had to upload the latest version of my Thunderbird addon &#8211; Empty &#8216;em to AMO.</p>
<p>As pointed in my <a href="http://tech.mahesha.com/2010/12/18/empty-em-v0-76-available-on-github/" target="_blank">earlier post</a>, I was not so much for it, since AMO wouldn&#8217;t allow a coarser control on maxVersion of the add-on.</p>
<p>But in any case, Empty &#8216;em is now reviewed and available from AMO:</p>
<blockquote><p><a href="https://addons.mozilla.org/en-US/thunderbird/addon/empty-em/" target="_blank">https://addons.mozilla.org/en-US/thunderbird/addon/empty-em/</a></p></blockquote>
<p>If you notice, the add-on is still marked experimental. This is because I only did a <em>preliminary review</em> of the add-on. I&#8217;ll wait until I get some more user feedback until I request a <em>full review</em> &#8211; after which, the add-on will come out of its experimental phase.</p>
<div class="img_container">
<a href="http://tech.mahesha.com/wp-content/images/emptyem-updates.png"><img src="http://tech.mahesha.com/wp-content/images/emptyem-updates.png" alt="Empty 'em now has automatic updates - Click for full size" width="550px"></a></p>
<div class="caption">Empty ‘em now has automatic updates</div>
</div>
<p>On the positive side though, the add-on will get automatic updates. And I&#8217;ve also seen increased number of downloads in the past few days. I guess it always hurts to be in the search results on AMO.</p>
<p>As usual, for support on the add-on, head to the <a href="http://groups.google.com/group/empty-em-support">Empty &#8216;em Support Group</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=h3MSN8tf1pM:IPQpXi3RbWg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=h3MSN8tf1pM:IPQpXi3RbWg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=h3MSN8tf1pM:IPQpXi3RbWg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=h3MSN8tf1pM:IPQpXi3RbWg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=h3MSN8tf1pM:IPQpXi3RbWg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=h3MSN8tf1pM:IPQpXi3RbWg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=h3MSN8tf1pM:IPQpXi3RbWg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/h3MSN8tf1pM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2011/01/30/latest-version-of-empty-em-back-on-amo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2011/01/30/latest-version-of-empty-em-back-on-amo/</feedburner:origLink></item>
		<item>
		<title>Verizon Wireless 3G on Cr-48</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/m4ghuzdO0ok/</link>
		<comments>http://tech.mahesha.com/2010/12/29/verizon-wireless-3g-on-cr-48/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 00:56:02 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chromeos]]></category>
		<category><![CDATA[cr48]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/2010/12/29/verizon-wireless-3g-on-cr-48/</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>Just enabled the complimentary Verizon Wireless 3G service for my Cr-48. It took about 5-7 minutes but it was painless. Only thing that beats me is why I had to enter my credit card information to get the free service &#8211; they say it is for confirming the identity. Couldn&#8217;t Google/Verizon use Checkout account to [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><div class='posterous_autopost'>
<p>Just enabled the complimentary Verizon Wireless 3G service for my Cr-48. It took about 5-7 minutes but it was painless.</p>
<p>Only thing that beats me is why I had to enter my credit card information to get the free service &#8211; they say it is for confirming the identity. Couldn&#8217;t Google/Verizon use Checkout account to do that?</p>
<p>Now I should really make a folder for text-only/mobile versions of websites I frequent. It&#8217;s only been a few minutes and I&#8217;ve already used up 5MB of data!</p>
<p>Speed seems good though. I am switching back to Wifi, and keep this service for the rainy day.</p>
<p style="font-size:x-small">Originally posted at <a href="http://post.mahesha.com/verizon-wireless-3g-on-cr-48">http://post.mahesha.com/verizon-wireless-3g-on-cr-48</a></p>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=m4ghuzdO0ok:Udun7hU-RT4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=m4ghuzdO0ok:Udun7hU-RT4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=m4ghuzdO0ok:Udun7hU-RT4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=m4ghuzdO0ok:Udun7hU-RT4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=m4ghuzdO0ok:Udun7hU-RT4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=m4ghuzdO0ok:Udun7hU-RT4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=m4ghuzdO0ok:Udun7hU-RT4:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/m4ghuzdO0ok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2010/12/29/verizon-wireless-3g-on-cr-48/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2010/12/29/verizon-wireless-3g-on-cr-48/</feedburner:origLink></item>
		<item>
		<title>Empty ‘em v0.76 Available on GitHub</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/FmP8M0_JRx8/</link>
		<comments>http://tech.mahesha.com/2010/12/18/empty-em-v0-76-available-on-github/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 23:57:18 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=471</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>I am making version 0.76 of Empty &#8216;em &#8211; my Thunderbird add-on &#8211; available on GitHub at: https://github.com/downloads/asolkar/emptyem/emptyem-0.76.xpi Only change in this version is that maxVersion of Thunderbird is bumped to 3.3a* &#8211; so it installs on latest nightly builds from the comm-central branch. I am not updating the add-on on the addons.mozilla.org (AMO) since [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>I am making version 0.76 of <a href="http://emptyem.mahesha.com/">Empty &#8216;em</a> &#8211; my Thunderbird add-on &#8211; available on GitHub at:</p>
<blockquote><p><a href="https://github.com/downloads/asolkar/emptyem/emptyem-0.76.xpi">https://github.com/downloads/asolkar/emptyem/emptyem-0.76.xpi</a></p></blockquote>
<p><a href="https://github.com/asolkar/emptyem/commit/da2a24cb7b8c23eab9f0c601da15942dea59f7f2">Only change</a> in this version is that <code>maxVersion</code> of Thunderbird is bumped to 3.3a* &#8211; so it installs on <a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/">latest nightly builds</a> from the comm-central branch.</p>
<p>I am not updating the add-on on the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/129690/">addons.mozilla.org (AMO)</a> since it <a href="https://addons.mozilla.org/en-US/thunderbird/pages/appversions/">does not allow<code> maxVersion</code> to be 3.3a*</a>. Which means that I will have to update the add-on on AMO for every alpha release. I&#8217;d rather release it now for all alphas, later for all betas and eventually for the final release of Thunderbird 3.3.</p>
<p>I&#8217;ve been using Empty &#8216;em on 3.3a* versions of Thunderbird for a while now. It seems to be working fine. Then again, I&#8217;ve only tested it with Gmail(IMAP) and MS Exchange (IMAP) accounts.</p>
<div class="img_container">
<a href="http://tech.mahesha.com/wp-content/images/empty_em_0_76_in_tb_3_3a.png"><img src="http://tech.mahesha.com/wp-content/images/empty_em_0_76_in_tb_3_3a.png" alt="Empty 'em 0.76 in Thunderbird 3.3a (Shredder) - Click for full size" width="550px"></a>
</p>
<div class="caption">Empty &#8216;em 0.76 in Thunderbird 3.3a (Shredder)</div>
</div>
<p>Take it for a spin and let me know of any issues on the <a href="https://groups.google.com/forum/#!forum/empty-em-support">Empty &#8216;em Support Group</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FmP8M0_JRx8:wcGHcecIv2o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FmP8M0_JRx8:wcGHcecIv2o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=FmP8M0_JRx8:wcGHcecIv2o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FmP8M0_JRx8:wcGHcecIv2o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=FmP8M0_JRx8:wcGHcecIv2o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FmP8M0_JRx8:wcGHcecIv2o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=FmP8M0_JRx8:wcGHcecIv2o:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/FmP8M0_JRx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2010/12/18/empty-em-v0-76-available-on-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2010/12/18/empty-em-v0-76-available-on-github/</feedburner:origLink></item>
		<item>
		<title>Chorme OS – Printing to File</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/xTb8exeOOZY/</link>
		<comments>http://tech.mahesha.com/2010/12/13/chorme-os-printing-to-file/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 18:52:28 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chromeos]]></category>
		<category><![CDATA[cr48]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=467</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>I almost do not have a printer at home &#8211; I have an old one, but I use it so rarely, the cartridges are always dry. So when I need to print something, I usually print it to a file on my Linux laptop &#8211; a .pdf file. Then take that file to work/FedEx Kinko&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>I almost do not have a printer at home &#8211; I have an old one, but I use it so rarely, the cartridges are always dry. So when I need to print something, I usually print it to a file on my Linux laptop &#8211; a .pdf file. Then take that file to work/FedEx Kinko&#8217;s &#8211; via Google Docs/Dropbox/other cloud service/USB drive &#8211; and print it. I am sure there are many who do that.</p>
<p>Also for archiving online transactions, like bank transfers, purchase acknowledgements, etc. &#8211; when you don&#8217;t necessarily need a print out, but just want some kind of a digital confirmation you could print later if needed &#8211; &#8216;print to file&#8217; is such a convenient feature to have.</p>
<p>Just wondering why Chrome OS got rid of the <em>print to file</em> feature of the underlying Linux OS? Google <a href="http://www.google.com/chrome?hl=en">cloud print</a> is cool and all, but if you don&#8217;t have a Windows PC with a printer connected, you are really out of luck. Am I missing something, or Chrome OS indeed does not have a <em>print to file</em> option?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=xTb8exeOOZY:x4hMVzQvE_M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=xTb8exeOOZY:x4hMVzQvE_M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=xTb8exeOOZY:x4hMVzQvE_M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=xTb8exeOOZY:x4hMVzQvE_M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=xTb8exeOOZY:x4hMVzQvE_M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=xTb8exeOOZY:x4hMVzQvE_M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=xTb8exeOOZY:x4hMVzQvE_M:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/xTb8exeOOZY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2010/12/13/chorme-os-printing-to-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2010/12/13/chorme-os-printing-to-file/</feedburner:origLink></item>
		<item>
		<title>What do I think of the Cr-48?</title>
		<link>http://feedproxy.google.com/~r/mahesha/tech/~3/o0XM4um89XE/</link>
		<comments>http://tech.mahesha.com/2010/12/11/what-do-i-think-of-the-cr-48/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 23:44:09 +0000</pubDate>
		<dc:creator>Mahesh Asolkar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[cr48]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://tech.mahesha.com/?p=455</guid>
		<description><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p>It&#8217;s been exciting few days playing with Cr-48 &#8211; the new Google Chrome OS laptop. I&#8217;ve been playing with it, trying out various features, doing my usual browsing, some development even. I must say I have not felt very restricted yet. But it&#8217;s been only a few days. From the past few days&#8217; use, here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://tech.mahesha.com/category/uncategorized/" title="Uncategorized">Uncategorized</a></p><p>It&#8217;s been exciting few days playing with Cr-48 &#8211; the new Google Chrome OS laptop. I&#8217;ve been playing with it, trying out various features, doing my usual browsing, some development even. I must say I have not felt very restricted yet. But it&#8217;s been only a few days.</p>
<p>From the past few days&#8217; use, here&#8217;s my impression about the Cr-48.</p>
<p><strong>The Hardware</strong></p>
<p>Anyone interested in Cr-48 has already seen many pictures and read about its hardware. I am going to write about only the points that I thought were significant.</p>
<p>Pros:</p>
<ul>
<li>The 12.1in screen is just right for casual web browsing. I find the resolution optimal.</li>
<li>Keyboard &#8211; even with missing function and caps-lock keys &#8211; is nice and big. Keys feel good to the fingers when typing.</li>
<li>Battery life is <em>amazing</em>! I haven&#8217;t drained it completely yet, but I won&#8217;t be surprised if I get 9+ hours</li>
<li>Doesn&#8217;t look like this thing heats at all. Even after many hours of use, it barely gets warm. This is so much better than the Sony Vaio VGN-T140P I use currently</li>
</ul>
<p>Cons:</p>
<ul>
<li><a href="http://ark.intel.com/Product.aspx?id=49491">Intel(R) Atom(TM) CPU N455 @ 1.66GHz</a> (1 core, 2 threads, integrated graphics) seems to fall short, in my opinion. Especially when playing videos. From what I found, YouTube does not offer HD videos (480p+) when accessed from Cr-48. If I play an <a href="http://vimeo.com/12195545">HD video on Vimeo</a>, it is choppy as hell. Intel touts HD performance of their integrated graphics, so I was a bit disappointed there</li>
<li>I may be still getting used to it, but the touchpad is not quite there yet. It supports 2-finger scrolling, it is big, nice and sensitive. But I think it may be a bit too big and sensitive. While typing, I invariably touch/tap it causing unintended things to happen.</li>
</ul>
<p>Some detailed hardware info, for the curious:</p>
<p><script src="https://gist.github.com/737685.js"> </script></p>
<p>If you can&#8217;t see the embedded Gist, head to <a href="https://gist.github.com/737685">GitHub</a></p>
<p>I got this from <code>chrome://system/</code>.</p>
<p><strong>The Software</strong></p>
<p>Chrome OS has evolved very well. I <a href="http://tech.mahesha.com/2009/11/20/chrome-os-in-virtualbox/">played with it a bit in VirtualBox</a> when it was initially announced about a year ago. But the user experience of Chrome OS on Cr-48 is a totally different thing &#8211; it is much better.</p>
<p>Like I mentioned, I don&#8217;t feel restricted at all when it comes to casual browsing &#8211; news, social networking, blogging, shopping etc. Watching videos was not very pleasant, but I think it should get better with better hardware (or drivers?).</p>
<p>There is not a lot of scope for local development. But if you have a remote machine, where you could <code>ssh</code> and do some development, that is sure possible. I did not try starting an X-application on the remote host, but I did some terminal stuff &#8211; editing PHP/HTML/JS/CSS in Vim. Here&#8217;s what I found. <strong>ALT</strong>+<strong>CTRL</strong>+<strong>t</strong> takes you to a terminal &#8211; a tty. It starts a shell called <code>crosh</code>. If you type <code>help</code> it shows all the commands it supports. <code>ssh</code> is one of them. Once you are in the <code>ssh</code> session, you can do pretty much anything you do in a terminal &#8211; on the remote host. You can start multiple terminals with <strong>ALT</strong>+<strong>CTRL</strong>+<strong>t</strong>. You can circle through terminals and the browser with the <em>next tab</em> button.</p>
<p><strong>Much More to Come</strong></p>
<p>There are a lot of things I haven&#8217;t tried yet &#8211; local storage (which seems like a 16GB SSD), external memory (USB/SD card), VGA connection to the TV/monitor, other peripherals via USB, etc.</p>
<p>When it comes to consuming shared content, Chrome OS has not issues. But I am curious to know how easy/difficult will it be to share content with Chrome OS. I&#8217;ll find out when I share my next set of pictures.</p>
<p>I&#8217;ve kept my 100MBs of December data from Verizon Wireless for later in the month, when I&#8217;ll be away from home. So I am not sure how the 3G connectivity works. WiFi has been very stable and was easy to configure.</p>
<p>I&#8217;ll post more as I find out.</p>
<p>So, at the moment, I think the Cr-48 is a neat device. Will I buy it? It depends on the price point. For now the price is <em>free</em>, so I am loving every bit of it. In my opinion, commercial Chrome OS devices will have to be cheaper than the cheapest netbooks out there to fly. Even better, subsidized by wireless carriers like Verizon &#8211; hopefully not with service contracts.</p>
<p>Until later, Cheers!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=o0XM4um89XE:9L-ZG2Gk3JM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=o0XM4um89XE:9L-ZG2Gk3JM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=o0XM4um89XE:9L-ZG2Gk3JM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=o0XM4um89XE:9L-ZG2Gk3JM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?i=o0XM4um89XE:9L-ZG2Gk3JM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=o0XM4um89XE:9L-ZG2Gk3JM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/mahesha/tech?a=o0XM4um89XE:9L-ZG2Gk3JM:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/mahesha/tech?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mahesha/tech/~4/o0XM4um89XE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tech.mahesha.com/2010/12/11/what-do-i-think-of-the-cr-48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tech.mahesha.com/2010/12/11/what-do-i-think-of-the-cr-48/</feedburner:origLink></item>
	</channel>
</rss>

