<?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>ETA → ∞</title>
	<atom:link href="http://kunalghosh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kunalghosh.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Apr 2011 02:02:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kunalghosh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ETA → ∞</title>
		<link>http://kunalghosh.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kunalghosh.wordpress.com/osd.xml" title="ETA → ∞" />
	<atom:link rel='hub' href='http://kunalghosh.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The &#8220;bleeding edge&#8221; dilemma</title>
		<link>http://kunalghosh.wordpress.com/2011/03/22/the-bleeding-edge-dilemma/</link>
		<comments>http://kunalghosh.wordpress.com/2011/03/22/the-bleeding-edge-dilemma/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 17:46:52 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunalghosh]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[beadm]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[openindiana]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=189</guid>
		<description><![CDATA[The urge to run the latest trunk of KDE is too great ! but the fact that the trunk is not the most stable keeps a lot of us away from it. Our Friends over at project neon have done a great job trying to address the same issue. But the problem is slightly bigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=189&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The urge to run the latest trunk of KDE is too great ! but the fact that the trunk is not the most stable keeps a lot of us away from it. Our Friends over at project neon have done a great job trying to address the same issue.<br />
But the problem is slightly bigger than this, imagine a scenario where you are working on two projects and for one piece of code to run you need to uninstall a few installed packages this breaks another piece of software that you need for another project. </p>
<p>Or another scenario would be , you are about to install an experimental piece of software. Do you leave your system in an inconsistent state if that experimental software doesn&#8217;t work ? Do you take a back-up ? or do you try to pull off a complex trick of lots of Alternate environments ?</p>
<p>The most embarrassing situation is when you go to your local Free Software User&#8217;s Group / LUG to give a talk about how great your OS and its applications are , and just when you are about to speak the app you were showcasing crashes , Damn !<br />
How do you ensure that your apps don&#8217;t crash while giving the demo and also maintain your latest unstable hack to your favorite software without both getting into each others way ?</p>
<p>What is the solution to all of the above problems ?<br />
I propose using Boot environments, on Open Indiana a.k.a Oi (Solaris) ( I have started to love this Distro , but my first love is always belenix.org <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br />
Now supposing you have a clean install of  you create a snapshot<br />
<pre class="brush: bash;">$zfs create snapshot mydistro@firstInstall </pre><br />
and now make this snapshot bootable<br />
<pre class="brush: bash;">$beadm create -e mydistro@firstinstall FirstInstall </pre></p>
<p>Now go ahead and bork up your system <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You may want to come back to the borked system again later, so you create a new snapshot and make it bootable.<br />
<pre class="brush: bash;">$zfs create snapshot mydistro@borked
$beadm create -e mydistro@borked Borked </pre></p>
<p>now you want to boot into the borked Boot Environment next time.<br />
<pre class="brush: bash;">$beadm activate Borked </pre></p>
<p>reboot, and in the OI grub you will find FirstInstall and Borked entries, select the one you want and continue working. FirstInstall lands you up<br />
in the system before you borked it up. Enjoy hacking <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://dlc.sun.com/osol/docs/content/dev/snapupgrade/index.html">more info about boot environments and beadm</a><br />
That&#8217;s all for now! Give OI a try , you may switch over <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Until next time !<br />
Kunal</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=189&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2011/03/22/the-bleeding-edge-dilemma/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
		<item>
		<title>First step to getting KDE on OpenIndiana : Boot OpenIndiana ;)</title>
		<link>http://kunalghosh.wordpress.com/2011/03/21/first-step-to-getting-kde-on-openindiana-boot-openindiana/</link>
		<comments>http://kunalghosh.wordpress.com/2011/03/21/first-step-to-getting-kde-on-openindiana-boot-openindiana/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 18:16:06 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[geekdom]]></category>
		<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunalghosh]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=187</guid>
		<description><![CDATA[OpenIndiana is a project created from the ashes of OpenSolaris. When oracle decided to close the development of OpenSolaris, some brave folks forked the kernel and put together a user-space to form OpenIndiana (OI), Its a great distro ! Above all its got software innovations (ZFS , dtrace, crossbow etc) which the linux userland can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=187&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OpenIndiana is a project created from the ashes of OpenSolaris. When oracle decided to close the development of OpenSolaris, some brave folks forked the kernel and put together a user-space to form OpenIndiana (OI), Its a great distro ! Above all its got software innovations (ZFS , dtrace, crossbow etc) which the linux userland can just dream of <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (Though systemTap , btrfs are quite commendable as well.)</p>
<p>OK , so i have this great new distro and i love KDE so i want to see if my favorite softwares (Kate , amarok, digikam) work on OI or not. And sure they do ! (/me feels good here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) the KDE &#8211; Solaris team has already created a repo with the latest KDE 4.6 packages. So , now i am convinced that i must start using OI. So i dump the dd image onto a USB stick and connect it to my laptop (a Dell Studio 1450). Now the fun stuff starts <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  OI doesn&#8217;t boot !!!!</p>
<p>After reading countless blogposts and consulting people on IRC (DrLou on #openindiana apparently had the same problem as me , and we sat together for 3 days (with breaks ofcourse <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  trying out everything that we could find) . In the mean time i had posted my problem to the OI discuss mailing list as well. Finally after a 2 day wait , i got replies from the OI gurus on the discuss mailing list. The message from Garrett D&#8217;Amore was particularly useful , he suggested me to add the -k option to the kernel line in grub and boot , this would fire up the In-Kernel Debugger the KMDB when i pressed &#8220;F1-A&#8221; during the boot process. But alas ! this didn&#8217;t work either <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Now i was desperately in need of some new ideas. Garrett&#8217;s post hinted me to check out more OI kernel flags. As it turned out, in an obscure wiki entry in BigAdmin (the solaris admin wiki) there was a mention of the flag &#8220;-B acpi-user-options=2&#8243; i appended the kernel line with this option and presto ! OI booted !. Now this was after 3 days of &#8220;beating around the bush&#8221; debugging and it felt great <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . So, i headed over to #openindiana and told DrLou about my findings , and after a few tries even his laptop booted !! Yay ! (Supposedly this acpi bug comes to haunt users of solaris , from time to time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Now all that i had to do is to create a new beadm ( look up the solaris man pages , you will be amazed !) and add the bionicmutton repo to OI and that&#8217;s it, i have KDE 4.6 on OpenIndiana. OI Looks and Feels much better now <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This blog post is to document two things:<br />
1. &#8221; -B acpi-user-options=2&#8243; might get OI to boot on your machine.<br />
2. Never give up any problem , if you are facing it , you can be pretty sure someone else is facing it too ! stick to the problem and solve it.<br />
(And after you solve it , in the Spirit of Good Will , share it with others by documenting it in your blog/wiki)</p>
<p>KDE solaris needs a lot of polish and could do with some more contributors. So if you have some spare time , drop by at #kde-solaris , #openindiana , #illumos on freenode.</p>
<p>That&#8217;s all for now ,<br />
Until next time <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Kunal</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=187&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2011/03/21/first-step-to-getting-kde-on-openindiana-boot-openindiana/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
		<item>
		<title>I am going to conf.kde.in . You Should Too !</title>
		<link>http://kunalghosh.wordpress.com/2011/02/17/i-am-going-to-conf-kde-in-should-you/</link>
		<comments>http://kunalghosh.wordpress.com/2011/02/17/i-am-going-to-conf-kde-in-should-you/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 05:08:59 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunalghosh]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=183</guid>
		<description><![CDATA[KDE india Community is Organizing its first conference at Bangalore and I am thrilled to be a part of the organizing committee. I am going to the Konf ( As i would like to call it, lovingly  ) that&#8217;s no news, i love KDE ! but this blog post is for the vast majority of my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=183&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="conf.kde.in"><img class="aligncenter" title="Badge" src="http://kde.in/files/media/badge.png" alt="I am going to KDE india Konference ;)" width="322" height="108" /></a></p>
<p>KDE india Community is Organizing its first conference at Bangalore and I am thrilled to be a part of the organizing committee. I am going to the Konf ( As i would like to call it, lovingly <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) that&#8217;s no news, i love KDE ! but this blog post is for the vast majority of my friends who have no idea what KDE is , and what it means to be a part of.</p>
<p>Read On , to  know more about what to expect at the Konf , and why <em><strong>you just have to be there</strong></em> !</p>
<p>1. Artists :</p>
<p>KDE is a *HUGE* project and we have brilliant artists in our KDE art team. Seen our shiny new poster or the stunning artwork on the website ?  Those are Courtesy Eugene Trounev, be there to talk to him personally ! He is also giving a talk about &#8220;<em>Graphics &amp; Open Source: Survival guide&#8221; . </em> You don&#8217;t have to be a software guru to attend this talk, just bring the artist in you <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align:center;"><img class="aligncenter" title="Konf Pposter" src="http://kde.in/files/media/flyer.jpeg" alt="" width="150" height="198" /></p>
<p>2. Photographer :</p>
<p>As a photographer you try to capture all the moments you cherish ! You almost definitely use a photo-management application like Adobe Lightroom or the likes. But my fellow developer Aditya Bhatt will introduce you to &#8220;<em>digiKam: Professional Photo Management&#8221; </em>a *Free* photo management app that you just have to know about ! If you are excited about &#8220;automatic lens correction&#8221;, &#8220;Online sharing Integration&#8221; in lightroom, digikam had it for a very looooong time ! Be there to know more about it !</p>
<p>3. Person Managing a large diverse workforce (a.k.a Manager):</p>
<p>Before i start off on this point , let me put you in perspective. KDE is a project which has, as far as i know, thousands of active contributors, so it is very very big ! Now, I introduce our community ninja (a.k.a community manager, formally) Lydia Pintscher. She directly interacts with all of the thousands of the contributors , when required , and is very good at managing people. So , i am sure you can definitely learn a thing or two from her ! Plus have a lot of fun at the conference !</p>
<p>4. Gamer</p>
<p>You are an avid gamer , right ! Ever wondered what goes underneath your shiny new game that makes it tick ? Be there to attend the talk &#8220;<em>Glue games with Gluon&#8221; </em>Shantanu . I am sure , your time will be very well invested ! not spent <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>5. Programmer / Technology Enthusiast :</p>
<p>You my friend are in for a treat ! Frankly this blog post will be an injustice to all the amazing tech talks lined up. Just head over to <a href="http://kde.in/conf/talks/">http://kde.in/conf/talks/</a> to treat yourself !</p>
<p>6. User :</p>
<p>You guys are very important part of the community ! we the KDE community are always open to new ideas and criticism / suggestions.  Please do drop by and bring in your friends too ! Your visit would definitely be fruitful . We also have loads of Hands-on Sessions , please bring in your laptops if possible <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>7. School Kids / College Students :</p>
<p>Guys and Gals , you just have to be there ! Heard of <a href="http://socghop.appspot.com/" target="_blank">Google Summer of Code</a> ? <a href="http://code.google.com/opensource/gci/2010-11/index.html" target="_blank">Google Code-In</a> ? We have a LOT of ex-GSoC ers attending the Konf , come and meet them personally ! Also get to know about the project that interests you ( a must for GSoC &amp; GCI ) and there is no better way than to get introduced by the people who actually develop for the project !</p>
<p>If you have queries about the event , post a meesage to <a href="mailto:conf@kde.in" target="_blank">conf@kde.in</a> or Just register ! at  <a href="http://kde.in/conf/register/">http://kde.in/conf/register/</a></p>
<p>NOTE : Use the below discount codes, don&#8217;t forget to bring your college IDs  :)</p>
<ul>
<li>Student discount: <strong>KDEIN_DIS_STU</strong></li>
<li>Teacher discount: <strong>KDEIN_DIS_TCR</strong></li>
</ul>
<p>That&#8217;s all for now ! and See you at the Conf.</p>
<p>&#8211;cheers</p>
<p>Kunal Ghosh</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=183&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2011/02/17/i-am-going-to-conf-kde-in-should-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>

		<media:content url="http://kde.in/files/media/badge.png" medium="image">
			<media:title type="html">Badge</media:title>
		</media:content>

		<media:content url="http://kde.in/files/media/flyer.jpeg" medium="image">
			<media:title type="html">Konf Pposter</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching , Google Vs Facebook</title>
		<link>http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/</link>
		<comments>http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 02:39:04 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunalghosh]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[facebook.google]]></category>
		<category><![CDATA[personalized search]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=168</guid>
		<description><![CDATA[After having watched Mark Zuckerberg&#8217;s two part interview on youtube, i was wondering what would, searching the same thing ( &#8220;seagate Goflex&#8221; ) on both the platforms (facebook and Google) would result in. Side by side, the search term on google , facebook , bing (apparently facebook has some tie-up with M$) OK , some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=168&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After having watched <a title="Part 1 of The interview" href="http://www.youtube.com/watch?v=C_wucE5Giko" target="_blank">Mark Zuckerberg&#8217;s two part interview</a> on youtube, i was wondering what would, searching the same thing ( &#8220;seagate Goflex&#8221; ) on both the platforms (facebook and Google) would result in.</p>
<p>Side by side, the search term on google , facebook , bing (apparently facebook has some tie-up with M$)</p>

<a href='http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/google/' title='google'><img data-attachment-id='170' data-orig-size='885,637' data-liked='0'width="150" height="107" src="http://kunalghosh.files.wordpress.com/2010/12/google.png?w=150&#038;h=107" class="attachment-thumbnail" alt="google" title="google" /></a>
<a href='http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/fb/' title='fb'><img data-attachment-id='169' data-orig-size='527,603' data-liked='0'width="131" height="150" src="http://kunalghosh.files.wordpress.com/2010/12/fb.png?w=131&#038;h=150" class="attachment-thumbnail" alt="fb" title="fb" /></a>
<a href='http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/screenshot/' title='Screenshot'><img data-attachment-id='171' data-orig-size='650,651' data-liked='0'width="150" height="150" src="http://kunalghosh.files.wordpress.com/2010/12/screenshot.png?w=150&#038;h=150" class="attachment-thumbnail" alt="Screenshot" title="Screenshot" /></a>

<p>OK , some of my observations ( please do share your observations too ! ) :</p>
<p>1. Google is good with Factual data.</p>
<p>2. Facebook has an added advantage with it knowing what my friends , other facebook users&#8217; and i like . And how many of the users&#8217; like / dislike / have commented on the topic i am searching. For the factual data , its using Bing (M$ &#8216;s search engine).</p>
<p>3. Bing is a reasonable search engine, i have nothing to say about it .</p>
<p>THE MOST IMPORTANT OBSERVATION :</p>
<p>4. Though Facebook uses Bing for its search, the Bing results Facebook displays on its search page are significantly different. I think Facebook does its own filtering on top of Bing results , to filter out results like following :</p>
<p><strong><em>&#8220;</em></strong></p>
<ul id="wg0">
<li>
<div>
<div>
<h3><strong><em>FreeAgent® GoFlex™</em></strong></h3>
</div>
<p><strong><em>Complete all three stages and stand to win the FreeAgent® GoFlex™ Family and Full HD 42 inch LCD TV. Contest closes 28 June 2010. Play now! FreeAgent® GoFlex™. Meet the world &#8230;</em></strong></p>
<div><strong><em><cite>seagategoflex.com</cite> · Cached page</em></strong></div>
</div>
</li>
<li>
<div>
<div>
<h3><strong><em>seagate goflex : seagate goflex &#8211; Cheap, Discount and FREE Super &#8230;</em></strong></h3>
</div>
<p><strong><em>seagate goflex &#8211; Cheap, Discount and FREE Super Saver Shipping</em></strong></p>
<div><strong><em><cite>seagategoflex.blogspot.com</cite> · Cached page</em></strong></div>
</div>
</li>
</ul>
<p><strong><em>&#8220;</em></strong></p>
<p>The first of the <strong>above results from Bing</strong>, is quite relevant to my search string (&#8220;seagate Goflex&#8221;) its the official site of the product. Here both Facebook and Google missed it.</p>
<p>My motivation for the blog post is that , many search providers are coming in the market, each with their own way of looking at the problem of search. All are trying to do their best. But none of them IMHO are actually showing me what &#8220;I WANT TO SEE&#8221;.</p>
<p>They (search engines) should understand what i am searching for (in this case a product) and give me most relevant information first ( in this case, the price <em>in and around where i live</em> , the technical specs etc , they should ask some more questions to refine their search results ) .</p>
<p>Both google and facebook have the means (personal data) to understand about me and should strive to give personalized search results. With an option of &#8220;Factual Search&#8221; which is also very important. Facebook&#8217;s positive point is that, it gives me very few searches with some degree of personalization (what my friends think about it) . When i search for a text , i am not going to look through millions of pages that google shows me but only a few say about 10 to 20 most &#8220;relevant&#8221; results.</p>
<p>Both Google and Facebook should learn from each other. And M$ should focus on the <strong>one</strong> thing it has managed to do fairly good , make an operating system <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (Humor intended). It would be fun to see what future of search has in store for us !</p>
<p>Until next time !</p>
<p>LIVE LONG &amp; PROSPER.</p>
<p>Kunal Ghosh</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=168&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/12/14/searching-google-vs-facebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>

		<media:content url="http://kunalghosh.files.wordpress.com/2010/12/google.png?w=150" medium="image">
			<media:title type="html">google</media:title>
		</media:content>

		<media:content url="http://kunalghosh.files.wordpress.com/2010/12/fb.png?w=131" medium="image">
			<media:title type="html">fb</media:title>
		</media:content>

		<media:content url="http://kunalghosh.files.wordpress.com/2010/12/screenshot.png?w=150" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Piano Lesson</title>
		<link>http://kunalghosh.wordpress.com/2010/11/23/piano-lesson/</link>
		<comments>http://kunalghosh.wordpress.com/2010/11/23/piano-lesson/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:25:57 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Non KDE]]></category>
		<category><![CDATA[non technical]]></category>
		<category><![CDATA[Piano lesson]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=164</guid>
		<description><![CDATA[NOTE: The incident you are about to read was forwarded to me by my father, and i do not know the origin of the story. I would gladly include credits, if anyone lets me know the original author of the same. REQUEST: In Case some parts of the following text are incorrect factually, read it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=164&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><strong>NOTE: The incident you are about to read was forwarded to me by my father, and i do not know the origin of the story. I would gladly include credits, if anyone lets me know the original author of the same.</strong></p>
<p style="text-align:left;"><strong>REQUEST: In Case some parts of the following text are incorrect factually, read it as an Inspirational story <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p style="text-align:left;"><strong></strong>&#8220;At the prodding of my friends , I am writing this story. My name is Mildred Hondorf. I am a former elementary school music teacher form DeMoines, Iowa. I&#8217;ve always supplemented my income by teaching piano lessons ; something i have done for over 30 years. Over the years I found that children have many levels of musical ability. I&#8217;ve never had the pleasure of having a protege though I have taught some talented students. However I&#8217;ve also had my share of what I call &#8220;musically challenged&#8221; pupils. One such student was Robby.</p>
<p style="text-align:left;">Robby was 11 years old when his mother (a single mom) dropped him off for his first piano lesson. I prefer that students (especially boys!) begin at an earlier age, which I explained to Robby. But Robby said that it had always been his mother&#8217;s dream to hear him play the piano. So I took him as a student. Well, Robby began with his piano lessons and from the beginning I thought it was a hopeless endeavor. As much as Robby tried, he lacked the sense of tone and basic rhythm needed to excel. But he dutifully reviewed his scales and some elementary pieces that I require all my students to learn.</p>
<p style="text-align:left;">Over the months he tried and tried while I listened and cringed and tried to encourage him. At the end of each weekly lesson he&#8217;d always say, &#8220;My mom&#8217;s going to hear me play someday.&#8221; But it seemed hopeless. He just did not have any inborn ability. I only knew his mother from a distance as she dropped Robby off or waited in her aged car to pick him up. She always waved and smiled but never stopped in.</p>
<p style="text-align:left;">
Then one day Robby stopped coming to our lessons. I thought about calling him but assumed, because of his lack of ability, that he had decided to pursue something else. I also was glad that he stopped coming. He was a bad advertisement for my teaching!</p>
<p style="text-align:left;">
Several weeks later I mailed to the student&#8217;s homes a flyer on the upcoming recital. To my surprise Robby (who received a flyer) asked me if he could be in the recital. I told him that the recital was for current pupils and because he had dropped out he really did not qualify. He said that his mom had been sick and unable to take him to piano lessons but he was still practicing. &#8220;Miss Hondorf&#8230; I&#8217;ve just got to play!&#8221; he insisted. I don&#8217;t know what led me to allow him to play in the recital. Maybe it was his persistence or maybe it was something inside of me saying that it would be all right.</p>
<p style="text-align:left;">
The night for the recital came. The high school gymnasium was packed with parents, friends and relatives. I put Robby up last in the program before I was to come up and thank all the students and play a finishing piece. I thought that any damage he would do would come at the end of the program and I could always salvage his poor performance through my &#8220;curtain closer.&#8221;</p>
<p style="text-align:left;">
Well, the recital went off without a hitch. The students had been practicing and it showed. Then Robby came up on stage. His clothes were wrinkled and his hair looked like he&#8217;d run an eggbeater through it. &#8220;Why didn&#8217;t he dress up like the other students?&#8221; I thought. &#8220;Why didn&#8217;t his mother at least make him comb his hair for this special night?&#8221;</p>
<p style="text-align:left;">
Robby pulled out the piano bench and he began. I was surprised when he announced that he had chosen Mozart&#8217;s Concerto #21 in C Major. I was not prepared for what I heard next. His fingers were light on pianissimo to fortissimo&#8230;from allegro to virtuoso.His suspended chords that Mozart demands were magnificent! Never had I heard Mozart played so well by a person his age. After six and a half minutes he ended in a grand crescendo and everyone was on their feet in wild applause. Overcome and in tears I ran up on stage and put my arms around Robby in joy. &#8220;I&#8217;ve never heard you play like that Robby! How&#8217;d you do it?&#8221; Through the microphone Robby explained: &#8220;Well Miss Hondorf&#8230;remember I told you my mom was sick? Well, actually she had cancer and passed away this morning. And well&#8230;.she was born deaf so tonight was the first time she ever heard me play. I wanted to make it special.&#8221; There wasn&#8217;t a dry eye in the house that evening. As the people from Social Services led Robby from the stage to be placed into foster care, I noticed that even their eyes were red and puffy and I thought to myself how much richer my life had been for taking Robby as my pupil. No, I&#8217;ve never had a protege but that night I became a protege&#8230; of Robby&#8217;s. He was the teacher and I was the pupil. For it is he that taught me the meaning of perseverance and love and believing in yourself and maybe even taking a chance in someone and you don&#8217;t know why.</p>
<p style="text-align:left;">(A footnote to this story) After serving in Desert Storm, Robby was killed in the senseless bombing of the Alfred P. Murrah Federal Building in Oklahoma City in April of 1995, where he was reportedly&#8230;.playing the piano. And now, a footnote to the story.</p>
<p>This story has been passed around by e-mail. It has not yet been proven to be a true story as no mention has been made of the exact name of the music teacher nor of the boy. The story proves that we all can make a difference. We all have thousands of opportunities a day to help realize God&#8217;s plan. So many seemingly trivial interactions between two people present us with a choice: &#8220;Do we pass along a spark of the Divine?&#8221;</p>
<p style="text-align:left;">&#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=164&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/11/23/piano-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Script Console in GSoC branch of Digikam has Full Qt API available now !</title>
		<link>http://kunalghosh.wordpress.com/2010/07/17/script-console-in-gsoc-branch-of-digikam-has-full-qt-api-available-now/</link>
		<comments>http://kunalghosh.wordpress.com/2010/07/17/script-console-in-gsoc-branch-of-digikam-has-full-qt-api-available-now/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 11:48:33 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunal.t2]]></category>
		<category><![CDATA[Qt API]]></category>
		<category><![CDATA[QtScript]]></category>
		<category><![CDATA[SoK]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=155</guid>
		<description><![CDATA[Following my last post, the Script Console in Digikam&#8217;s GSoC branch has the FULL Qt API available by default. Now you can access the full range of Qt Widgets from Modules like QtCore, QtGUI, et al. Use all the modules available in the Qt API as follows: Open the script console in Digikam from tools-&#62;Script [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=155&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following my last post, the Script Console in Digikam&#8217;s GSoC branch has the FULL Qt API available by default.</p>
<p>Now you can access the full range of Qt Widgets from Modules like<br />
QtCore, QtGUI, et al.<br />
Use all the modules available in the Qt API as follows:<br />
Open the script console in Digikam from tools-&gt;Script console<br />
and type out :<br />
var a = new QWebView();<br />
var url = new QUrl(&#8220;your Url here&#8221;);<br />
a.load(url);<br />
a.show();<br />
and then click on the Evaluate button.<br />
The screen shot shows the result <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://kunalghosh.files.wordpress.com/2010/07/qtbinding_example.png"><img src="http://kunalghosh.files.wordpress.com/2010/07/qtbinding_example.png?w=300&#038;h=187" alt="qtbinding_example" title="Digikam QtScript" width="300" height="187" class="aligncenter size-medium wp-image-156" /></a><br />
Stay Tuned, More to Come !<br />
Until&#8230;.. Next time !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=155&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/07/17/script-console-in-gsoc-branch-of-digikam-has-full-qt-api-available-now/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>

		<media:content url="http://kunalghosh.files.wordpress.com/2010/07/qtbinding_example.png?w=300" medium="image">
			<media:title type="html">Digikam QtScript</media:title>
		</media:content>
	</item>
		<item>
		<title>A Quick Status update on QtScript integration in Digikam.</title>
		<link>http://kunalghosh.wordpress.com/2010/07/14/a-quick-status-update-on-qtscript-integration-in-digikam/</link>
		<comments>http://kunalghosh.wordpress.com/2010/07/14/a-quick-status-update-on-qtscript-integration-in-digikam/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:48:32 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kunal ghosh]]></category>
		<category><![CDATA[kunal.t2]]></category>
		<category><![CDATA[QtScript]]></category>
		<category><![CDATA[SoK]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/?p=152</guid>
		<description><![CDATA[Hi all, in the gsoc-branch of digikam we have been able to get a very basic implementation of QtScript Working. Its in its infancy right now &#8220;a work in progress&#8221;. The screen shot below shows the result after a tiny for-loop. More to come ! Stay tuned<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=152&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all, in the gsoc-branch of digikam we have been able to get a very basic implementation of QtScript Working.<br />
Its in its infancy right now &#8220;a work in progress&#8221;.<br />
The screen shot below shows the result after a tiny for-loop.<br />
<a href="http://kunalghosh.files.wordpress.com/2010/07/scriptdemo.png"><img src="http://kunalghosh.files.wordpress.com/2010/07/scriptdemo.png?w=300&#038;h=187" alt="The script console screen shot." title="scriptdemo" width="300" height="187" class="aligncenter size-medium wp-image-153" /></a></p>
<p>More to come ! Stay tuned <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=152&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/07/14/a-quick-status-update-on-qtscript-integration-in-digikam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>

		<media:content url="http://kunalghosh.files.wordpress.com/2010/07/scriptdemo.png?w=300" medium="image">
			<media:title type="html">scriptdemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Yay !! i am on the planet !</title>
		<link>http://kunalghosh.wordpress.com/2010/05/11/yay-i-am-on-the-planet/</link>
		<comments>http://kunalghosh.wordpress.com/2010/05/11/yay-i-am-on-the-planet/#comments</comments>
		<pubDate>Tue, 11 May 2010 09:19:06 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/2010/05/11/yay-i-am-on-the-planet/</guid>
		<description><![CDATA[It feels great to be on planet KDE. This opportunity came as a pleasant surprise , Season of KDE. Putting aside my project proposal for GSoC &#34;Integration of Face Recognition in Digikam&#34; as one of my fellow (now a GSoC er on the same project). I have decided to focus my attention on &#34;QtScript integration [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=150&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It feels great to be on planet KDE.<br />
This opportunity came as a pleasant surprise , Season of KDE.<br />
Putting aside my project proposal for GSoC &quot;Integration of Face Recognition in Digikam&quot; as<br />
one of my fellow (now a GSoC er on the same project). I have decided to focus my attention<br />
on &quot;QtScript integration in Digikam&quot;. More on this in a while.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=150&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/05/11/yay-i-am-on-the-planet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Blogging from email is more convenient !</title>
		<link>http://kunalghosh.wordpress.com/2010/05/02/blogging-from-email-is-more-convenient/</link>
		<comments>http://kunalghosh.wordpress.com/2010/05/02/blogging-from-email-is-more-convenient/#comments</comments>
		<pubDate>Sun, 02 May 2010 06:28:11 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/2010/05/02/blogging-from-email-is-more-convenient/</guid>
		<description><![CDATA[I just stumbled across the link http://codex.wordpress.org/Post_to_your_blog_using_email which explained how to configure wordpress.com to accept posts from email. Trying it out for the first time<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=149&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just stumbled across the link <a href="http://codex.wordpress.org/Post_to_your_blog_using_email">http://codex.wordpress.org/Post_to_your_blog_using_email</a><br />
which explained how to configure <a href="http://wordpress.com">wordpress.com</a> to accept posts from email.</p>
<p>Trying it out for the first time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=149&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/05/02/blogging-from-email-is-more-convenient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Save Time and Money !</title>
		<link>http://kunalghosh.wordpress.com/2010/02/13/save-time-and-money/</link>
		<comments>http://kunalghosh.wordpress.com/2010/02/13/save-time-and-money/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 12:46:13 +0000</pubDate>
		<dc:creator>kunalghosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ghosh]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[kunal]]></category>
		<category><![CDATA[kunalghosh]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://kunalghosh.wordpress.com/2010/02/13/save-time-and-money/</guid>
		<description><![CDATA[Many a times i read PDFs linked on websites, not knowing whether it is what i wanted (when i am trying to learn something new). In these cases Google comes to the rescue. Instead of downloading the PDF ,i just google (verb) the link referring the pdf i.e. www.hihello.com/hello.pdf Google would return a &#8220;Quick View&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=148&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many a times i read PDFs linked on websites, not knowing whether it is what i wanted (when i am trying to learn something new). In these cases Google comes to the rescue.</p>
<p>Instead of downloading the PDF ,i just google (verb) the link referring the pdf i.e. www.hihello.com/hello.pdf</p>
<p>Google would return a &#8220;Quick View&#8221; link clicking which  it returns an HTML version of the pdf, saving a lot of time and bandwidth (money).</p>
<p>kunalghosh</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kunalghosh.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kunalghosh.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kunalghosh.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kunalghosh.wordpress.com&amp;blog=2660518&amp;post=148&amp;subd=kunalghosh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kunalghosh.wordpress.com/2010/02/13/save-time-and-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/074fcccc0616e5f3f224ff8ebbdce510?s=96&#38;d=monsterid" medium="image">
			<media:title type="html">kunalghosh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
