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

<channel>
	<title>Kushal , kD &#38; FOSS &#187; Community</title>
	<atom:link href="http://kushaldas.in/category/community/feed/" rel="self" type="application/rss+xml" />
	<link>http://kushaldas.in</link>
	<description>FOSS and life. Kushal Das talks here</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:18:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More on thumbnailing and optimization</title>
		<link>http://kushaldas.in/2010/07/09/more-on-thumbnailing-and-optimization/</link>
		<comments>http://kushaldas.in/2010/07/09/more-on-thumbnailing-and-optimization/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:42:43 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[vala]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/07/09/more-on-thumbnailing-and-optimization/</guid>
		<description><![CDATA[Following my last post, spent most of the of the time on different imaging libraries to find a faster way of doing thumbnails and optimization.
I tested the following libraries to create image thumbnails, GdkPixbuf, imlib2, ImageMagic, epeg. Pixbuf gives somewhat  nice timings , imlib2 is fast but was leaking too much memory. ImageMagic seems [...]]]></description>
			<content:encoded><![CDATA[<p>Following my last <a href="http://kushaldas.in/2010/07/07/speed-vala-sqlite3-and-optimization/">post</a>, spent most of the of the time on different imaging libraries to find a faster way of doing thumbnails and optimization.</p>
<p>I tested the following libraries to create image thumbnails, GdkPixbuf, imlib2, ImageMagic, epeg. Pixbuf gives somewhat  nice timings , imlib2 is fast but was leaking too much memory. ImageMagic seems to the slowest among them. Last try was with epeg which can only handle jpegs and it came out as the fastest. So wrote a C function and using it from inside vala code using <strong>extern</strong>.</p>
<p>Next target was to find better way to get thumbnails from RAW images, tried libopenraw and LibRaw for that. But with help from yorba developers found the way to do it using gexiv2 only.</p>
<p>In between tried few tools for profiling the application, sayamindu told me about sysprof which seems to be the easiest for my purpose. Using it I found <i>gexiv2_metadata_open_path</i> is taking around 67% of time, inside it  <i>Exiv2::TiffImage:readMetaData</i> is taking 51% of time.</p>
<p>Now coming to the point of speed , 1st run is on 1GB of RAW files</p>
<pre>
real	0m2.946s
user	0m2.542s
sys	0m0.116s
</pre>
<p>2nd run is on same 36GB of images , among them around half is RAW.</p>
<pre>
real	4m0.807s
user	0m54.283s
sys	1m24.789s
</pre>
<p>Now this is <strong>fast</strong> in my textbook :D I should not forget to tell about the great help I got from #vala and  <a href="http://blogs.gnome.org/abustany">Adrien Bustany</a> in the whole work.</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/07/09/more-on-thumbnailing-and-optimization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>lekhonee-gnome 0.11 released</title>
		<link>http://kushaldas.in/2010/06/24/lekhonee-gnome-0-11-released/</link>
		<comments>http://kushaldas.in/2010/06/24/lekhonee-gnome-0-11-released/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 10:28:18 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[lekhonee-gnome]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[vala]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/06/24/lekhonee-gnome-0-11-released/</guid>
		<description><![CDATA[I just released lekhonee-gnome 0.11, you can download the source from here, a yum repo for Fedora 13 can be found here.

Release Details:


Add new category button is re-enabled and it works :p
Updated translations
About dialog bug fixed


]]></description>
			<content:encoded><![CDATA[<p>I just released lekhonee-gnome 0.11, you can download the source from <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-gnome-0.11.tar.bz2">here</a>, a yum repo for Fedora 13 can be found <a href="http://kushal.fedorapeople.org/kushal.repo">here</a>.
<div></div>
<div>Release Details:</div>
<div>
<ul>
<li>Add new category button is re-enabled and it works :p</li>
<li>Updated translations</li>
<li>About dialog bug fixed</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/06/24/lekhonee-gnome-0-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use lekhonee-gnome for multiple blogs with the same wordpress account ?</title>
		<link>http://kushaldas.in/2010/06/11/how-to-use-lekhonee-gnome-for-multiple-blogs-with-the-same-wordpress-account/</link>
		<comments>http://kushaldas.in/2010/06/11/how-to-use-lekhonee-gnome-for-multiple-blogs-with-the-same-wordpress-account/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:23:06 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lekhonee]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/06/11/how-to-use-lekhonee-gnome-for-multiple-blogs-with-the-same-wordpress-account/</guid>
		<description><![CDATA[I was looking into this feature request yesterday, good news is lekhonee-gnome already supports this. Lets say your wordpress username is foobar.

So, in the accounts in Preferences window you add the first account with your username and password and Wordpress&#160;as service.&#160;

Then add another account with same username and password but service as other and type [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking into this feature request yesterday, good news is lekhonee-gnome already supports this. Lets say your wordpress username is <i>foobar</i>.
<div></div>
<div>So, in the accounts in Preferences window you add the first account with your username and password and <i>Wordpress</i>&nbsp;as service.&nbsp;</div>
<div></div>
<div>Then add another account with same username and password but service as <i>other</i> and type the full url of your 2nd blog following /xmlrpc.php (example: http://secondblog.wordpress.org/xmlrpc.php).&nbsp;</div>
<div></div>
<div>Now you can access both the blogs from lekhonee-gnome</div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/06/11/how-to-use-lekhonee-gnome-for-multiple-blogs-with-the-same-wordpress-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAD PUNE 2010</title>
		<link>http://kushaldas.in/2010/05/31/fad-pune-2010/</link>
		<comments>http://kushaldas.in/2010/05/31/fad-pune-2010/#comments</comments>
		<pubDate>Mon, 31 May 2010 11:18:37 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[FAD]]></category>
		<category><![CDATA[Pune]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/05/31/fad-pune-2010/</guid>
		<description><![CDATA[So this weekend we had FAD Pune 2010. Being organizer the main issue was to get inside the office before everyone else :)

Among the things done:


Packaged accessx ( with help from Sayamindu to patch it for Fedora)
Updated code in Pony so that it works with new flickrapi API (committed but not pushed yet)
Now we have [...]]]></description>
			<content:encoded><![CDATA[<p>So this weekend we had FAD Pune 2010. Being organizer the main issue was to get inside the office before everyone else :)
<div></div>
<div>Among the things done:</div>
<div>
<ul>
<li>Packaged accessx ( with help from Sayamindu to patch it for Fedora)</li>
<li>Updated code in Pony so that it works with new flickrapi API (committed but not pushed yet)</li>
<li>Now we have cover images in <a href="http://github.com/sayamindu/pathagar">Pathagar</a> , the digital library system.</li>
<li>Helped people with packaging</li>
</ul>
<div>Yesterday in the last hours almost everyone were busy with packaging and helping each other.&nbsp;Had fun with all other contributors for 2 days, now getting back to the normal routine. Photos will come up later this week. I also recorded Sayamindu&#8217;s talk on <a href="http://laptop.org">OLPC</a> as a downstream of <a href="http://fedoraproject.org">Fedora</a> project, you can view it <a href="http://tv.dgplug.org/oggs/sayam.ogv">here</a> (111MB).</div>
</div>
<div></div>
<div>&nbsp;&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/05/31/fad-pune-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://tv.dgplug.org/oggs/sayam.ogv" length="115997513" type="video/ogg" />
		</item>
		<item>
		<title>I Know What You Are Going To Do This Summer 2010</title>
		<link>http://kushaldas.in/2010/05/18/i-know-what-you-are-going-to-do-this-summer-2010/</link>
		<comments>http://kushaldas.in/2010/05/18/i-know-what-you-are-going-to-do-this-summer-2010/#comments</comments>
		<pubDate>Tue, 18 May 2010 10:25:29 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[dgplug]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[summer]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/05/18/i-know-what-you-are-going-to-do-this-summer-2010/</guid>
		<description><![CDATA[Hi all,
We are happy to announce &#8220;I Know What You Are Going To Do This Summer2010&#8243;,[1] a free (as in freedom), online (IRC-based) [2] trainingsessions for wannabes to Free/Libre/Open Source Software at #dgplug onirc.freenode. net [3].
If you are a mentor, or trainer, or prospective enthusiast who wouldlike to participate in this years&#8217; sessions please go [...]]]></description>
			<content:encoded><![CDATA[<p><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 13px; ">Hi all,</p>
<p>We are happy to announce &#8220;I Know What You Are Going To Do This Summer<br />2010&#8243;,[1] a free (as in freedom), online (IRC-based) [2] training<br />sessions for wannabes to Free/Libre/Open Source Software at #dgplug on<br />irc.freenode. net [3].</p>
<p>If you are a mentor, or trainer, or prospective enthusiast who would<br />like to participate in this years&#8217; sessions please go through last<br />years&#8217; IRC logs:<br /><a href="http://www.dgplug.org/irclogs/" target="_blank" style="color: rgb(42, 93, 176); ">http://www.dgplug.org/irclogs/</a></p>
<p>We will have a review or Q&amp;A session on last years&#8217; sessions before we<br />proceed into new topics, this year.</p>
<p>The session timings are mostly varying, usually after 1900 IST every day.</p>
<p>To participate you need a good internet connection and any latest<br />linux installed (Fedora 12/13 preferably ). Anyone can participate.</p>
<p>If you are interested in participating, please confirm your<br />participation by sending an off-list mail to me (kushaldas AT gmail DOT com).</p>
<p>URL:&nbsp;<a href="http://dgplug.org/intro/" target="_blank" style="color: rgb(42, 93, 176); ">http://dgplug.org/intro/</a><br />Planet:&nbsp;<a href="http://planet.dgplug.org/" target="_blank" style="color: rgb(42, 93, 176); ">http://planet.dgplug.org/</a><br />Wiki:&nbsp;<a href="http://wiki.dgplug.org/" target="_blank" style="color: rgb(42, 93, 176); ">http://wiki.dgplug.org/</a><br />Mailing list group (for queries, discussions) :<br /><a href="http://lists.dgplug.org/listinfo.cgi/users-dgplug.org" target="_blank" style="color: rgb(42, 93, 176); ">http://lists.dgplug.org/<wbr>listinfo.cgi/users-dgplug.org</a></p>
<p>[1]&nbsp;<a href="http://wiki.dgplug.org/index.php/SummerTraining10" target="_blank" style="color: rgb(42, 93, 176); ">http://wiki.dgplug.org/index.<wbr>php/SummerTraining10</a><br />[2]&nbsp;<a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat" target="_blank" style="color: rgb(42, 93, 176); ">http://en.wikipedia.org/wiki/<wbr>Internet_Relay_Chat</a><br />[3]&nbsp;<a href="http://fedoraproject.org/wiki/Communicate/IRCHowTo" target="_blank" style="color: rgb(42, 93, 176); ">http://fedoraproject.org/wiki/<wbr>Communicate/IRCHowTo</a><br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/05/18/i-know-what-you-are-going-to-do-this-summer-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lekhonee-gnome 0.9.1 is released</title>
		<link>http://kushaldas.in/2010/04/29/lekhonee-gnome-0-9-1-is-released/</link>
		<comments>http://kushaldas.in/2010/04/29/lekhonee-gnome-0-9-1-is-released/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 10:29:22 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[lekhonee]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[vala]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/04/29/lekhonee-gnome-0-9-1-is-released/</guid>
		<description><![CDATA[I am happy to announce the release of lekhonee-gnome 0.9.1 . You can download the source or check for koji builds for F12 or F13. New features are like:


Supports multiple Wordpress accounts
Tabbed UI for different modes
Now supports adding &#60;br&#62; tag using tool button
Preview mode (more details on this below)
Advertisement message is disabled for this release
Stopped [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to announce the release of lekhonee-gnome 0.9.1 . You can download the <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-gnome-0.9.1.tar.bz2">source</a> or check for koji builds for <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=2145031">F12</a> or <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=2145038">F13</a>. New features are like:
<div>
<ul>
<li>Supports multiple Wordpress accounts</li>
<li>Tabbed UI for different modes</li>
<li>Now supports adding <i>&lt;br&gt;</i> tag using tool button</li>
<li>Preview mode (more details on this below)</li>
<li>Advertisement message is disabled for this release</li>
<li>Stopped segfault(s) in couple of corner cases</li>
<li>Supports &lt;video&gt; and &lt;audio&gt; tags in Visual and preview mode (you may have to write the details in HTML mode)</li>
<li>Can watch youtube videos in Preview mode (not an actual feature :p )</li>
</ul>
<p>So the main two new features are multiple account handling and Preview mode. In the preview mode you can see how the post will look like in your blog with the theme you are having. To fetch the blog style please click on the small download style/theme button in the toolbar (this button will only come in the toolbar if you don&#8217;t have cached theme downloaded in your system), though you need internet connection for this mode to work.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/04/29/lekhonee-gnome-0-9-1-is-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New release of lekhonee-gnome</title>
		<link>http://kushaldas.in/2010/04/06/new-release-of-lekhonee-gnome/</link>
		<comments>http://kushaldas.in/2010/04/06/new-release-of-lekhonee-gnome/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:18:06 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[lekhonee-gnome]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[vala]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/04/06/new-release-of-lekhonee-gnome/</guid>
		<description><![CDATA[I just released lekhonee-gnome&#160;(&#160;desktop client for Wordpress&#160;)&#160;v0.9. You can download the source from here or look for the rpm F-12 or F-13.&#160;

This is a complete rewrite of lekhonee-gnome in&#160;Vala. So, it is not anymore a gtk frondend to the previous python based one.&#160;

Around 2 weeks back mether&#160;pointed me to Vala and I started porting lekhonee-gnome. [...]]]></description>
			<content:encoded><![CDATA[<p>I just released lekhonee-gnome&nbsp;(&nbsp;<b>desktop client for Wordpress</b>&nbsp;)&nbsp;v0.9. You can download the source from <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-gnome-0.9.tar.bz2">here</a> or look for the rpm <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=2097159">F-12</a> or <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=2097164">F-13</a>.&nbsp;
<div></div>
<div>This is a complete rewrite of lekhonee-gnome in&nbsp;<a href="http://live.gnome.org/Vala">Vala</a>. So, it is <b>not</b> anymore a gtk frondend to the previous python based one.&nbsp;</div>
<div></div>
<div>Around 2 weeks back <a href="http://mether.wordpress.org">mether</a>&nbsp;pointed me to Vala and I started porting lekhonee-gnome. The developers from IRC room #vala helped me a lot to learn and understand the basics of this new language and solving issues while I was working on it. Later siddesh , rakesh and paragn helped me to do the autoconf/autotool things fixed.</div>
<div></div>
<div><b>Changes/Features</b>:</div>
<div>
<ul>
<li>By default it will open WYSIWYG editor mode , people can still edit raw HTML by clicking the &#8220;Edit HTML&#8221; button in the right hand corner.</li>
<li>Added option for of extra HTML tags (HTML Tags menu) if one is editing HTML</li>
<li>Save/Open blog posts in the local computer in plain xml format , so that you can edit them in any editor</li>
<li>the configuration file is now a keyfile</li>
<li>In the&nbsp;WYSIWYG editor one can do Spell check by right clicking into &nbsp;&#8221;Spelling and Grammar&#8221; submenu</li>
<li>While editing HTML one can use Spell Check box</li>
<li>There is a progress bar in the statusbar area which will give visual feedback to the user whenever it will connect to server for any task</li>
<li>The &#8220;Add Category&#8221; button is disabled in this release, will come back in the next release :)</li>
</ul>
<p>We need more testing and please file bug reports according to that.&nbsp;</p></div>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee-gnome</a> v0.9</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/04/06/new-release-of-lekhonee-gnome/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GNUnify2010 and my python workshop</title>
		<link>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/</link>
		<comments>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:53:02 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/</guid>
		<description><![CDATA[GNUnify2010 was the first for me. Started a bit early to the venue, Rahul was along with me. His talk was in top of schedule. I slowly moved to the lab where my python workshop was scheduled. 
The main target of the workshop was to show/teach the basics of the python programming language. I hear [...]]]></description>
			<content:encoded><![CDATA[<p>GNUnify2010 was the first for me. Started a bit early to the venue, Rahul was along with me. His talk was in top of schedule. I slowly moved to the lab where my python workshop was scheduled. </p>
<p>The main target of the workshop was to show/teach the basics of the python programming language. I hear mostly students asking &#8220;How to start working on a project?&#8221; but as the learning curve is not so easy in most of the things, they run away. The only students we have from India who are contributing to any FOSS projects are the people who came in their own interest. I found programming with python can be an easy entry point for the general students and they can become better programmer in life. This is the main reason behind my python workshops in different places.</p>
<p>No need to buy books, great online community, projects working on different dimensions, all of these can generate interest in the students.</p>
<p>Coming back to my workshop, I generally try to follow my own <a href="https://fedorahosted.org/pym">book </a>(which I have to update). Slowly going through simple examples and showing that it is not difficult. I ask the students to solve the lab works they do in any programming lab in python. This will help them to understand the basics of the language. The workshop lab was supposed to have 30 students, but many more came so I had to ask them to seat in groups in the computers (most of them was running Fedora ). The basic feedback I got, states that it was easy, but how the students are going to use this, I have no clue. Btw, most of the students in my workshop were from Pune University Maths department, I told them to attend Ramki&#8217;s workshop in the second half as his workshop was about explaining how to solve mathematical problems. </p>
<p><a href="http://www.flickr.com/photos/kushaldas/4386156995/" title="my python workshop by Kushal Das, on Flickr"><img src="http://farm5.static.flickr.com/4047/4386156995_db562c9fce.jpg" width="500" height="335" alt="my python workshop" /></a></p>
<p>At the end of the workshop I showed few applications written in python and talked about job opportunity in market. 2 students contacted me after the event.</p>
<p>Full set of the event photos can be found <a href="http://www.flickr.com/photos/kushaldas/sets/72157623380817951/">here</a>.</p>
<p>Coming month, I will be in Durgapur, doing another python workshop , I will also conduct a Django workshop.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>New Fedora buttons</title>
		<link>http://kushaldas.in/2010/02/11/new-fedora-buttons/</link>
		<comments>http://kushaldas.in/2010/02/11/new-fedora-buttons/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:12:58 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/02/11/new-fedora-buttons/</guid>
		<description><![CDATA[&#160;

&#160;The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p><img src="http://kushaldas.in/tmp/fedora_buttons.jpg" title="" alt="" height="300.0" width="400.0">&nbsp;
<div></div>
<div>&nbsp;The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/02/11/new-fedora-buttons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fedora logo in LED</title>
		<link>http://kushaldas.in/2009/12/10/fedora-logo-in-led/</link>
		<comments>http://kushaldas.in/2009/12/10/fedora-logo-in-led/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:43:46 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/12/10/fedora-logo-in-led/</guid>
		<description><![CDATA[
While it is off 

The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/kushaldas/4173768791/" title="Fedora logo in LED by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2575/4173768791_d88aaff83c.jpg" width="500" height="335" alt="Fedora logo in LED" /></a></p>
<p>While it is off </p>
<p><a href="http://www.flickr.com/photos/kushaldas/4173752195/" title="Fedora logo in LED by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2509/4173752195_a1fbf4d2c1.jpg" width="500" height="335" alt="Fedora logo in LED" /></a></p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/12/10/fedora-logo-in-led/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
