<?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; Fedora</title>
	<atom:link href="http://kushaldas.in/category/fedora/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>8051 development on Fedora</title>
		<link>http://kushaldas.in/2010/09/06/8051-development-on-fedora/</link>
		<comments>http://kushaldas.in/2010/09/06/8051-development-on-fedora/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 09:33:56 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[sdcc]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/09/06/8051-development-on-fedora/</guid>
		<description><![CDATA[First install sdcc

#yum install sdcc

Next is a small example to blink a LED connected to P1.7

#include &#60;8051.h&#62;
void main(void)
{
int i=1;
P1=0;  /* P1.7 used as LED output */
while(1)
{
P1_7=!(P1_7);   /* toggle P1.7*/
for(i=1;i&#60;25000;i++);
/* for delay */
}
}
Compile it and get the hex file from intel hex

$sdcc-sdcc blink.c
$ sdcc-packihx blink.ihx &#62; blink.hex

Now you can upload the hex to [...]]]></description>
			<content:encoded><![CDATA[<p>First install sdcc<br />
<code><br />
#yum install sdcc<br />
</code></p>
<p>Next is a small example to blink a LED connected to P1.7</p>
<p><code><br />
#include &lt;8051.h&gt;<br />
void main(void)<br />
{<br />
int i=1;<br />
P1=0;  /* P1.7 used as LED output */<br />
while(1)<br />
{<br />
P1_7=!(P1_7);   /* toggle P1.7*/</code></p>
<p>for(i=1;i&lt;25000;i++);<br />
/* for delay */</p>
<p>}<br />
}</p>
<p>Compile it and get the hex file from intel hex<br />
<code><br />
$sdcc-sdcc blink.c<br />
$ sdcc-packihx blink.ihx &gt; blink.hex<br />
</code></p>
<p>Now you can upload the hex to the programmer :D /me is also just starting up.</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/09/06/8051-development-on-fedora/feed/</wfw:commentRss>
		<slash:comments>1</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>lekhonee-gnome 0.10 released</title>
		<link>http://kushaldas.in/2010/06/03/lekhonee-gnome-0-10-released/</link>
		<comments>http://kushaldas.in/2010/06/03/lekhonee-gnome-0-10-released/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:42:13 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[lekhonee]]></category>
		<category><![CDATA[lekhonee-gnome]]></category>
		<category><![CDATA[vala]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/06/03/lekhonee-gnome-0-10-released/</guid>
		<description><![CDATA[lekhonee-gnome 0.10 is just released. You can download the source from here.&#160;

This release comes with new translations for languages like Gujarati or Punjabi, also spell checking option is not anymore under right click menu ( something changed in webkit)



Here is an image of the right click menu used to look like.
]]></description>
			<content:encoded><![CDATA[<p>lekhonee-gnome 0.10 is just released. You can download the source from <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-gnome-0.10.tar.bz2">here</a>.&nbsp;
<div></div>
<div>This release comes with new translations for languages like Gujarati or Punjabi, also spell checking option is not anymore under right click menu ( something changed in webkit)</div>
<div></div>
<div></div>
<div></div>
<div><a href="http://runab.fedorapeople.org/lekhonee-gnome.png">Here</a> is an image of the right click menu used to look like.</div>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/06/03/lekhonee-gnome-0-10-released/feed/</wfw:commentRss>
		<slash:comments>1</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>Error after yum update</title>
		<link>http://kushaldas.in/2010/03/26/error-after-yum-update/</link>
		<comments>http://kushaldas.in/2010/03/26/error-after-yum-update/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 06:52:35 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/03/26/error-after-yum-update/</guid>
		<description><![CDATA[After doing a huge yum update on my F12 box, I found
Running DKMS auto installation service for kernel 2.6.32.9-70.fc12.i686.PAE
usb-storage (1.0): Installing module.
&#8230;&#8230;.(bad exit status: 10)
  Build failed.  Installation skipped.
 Failed.
The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p>After doing a huge yum update on my F12 box, I found</p>
<p>Running DKMS auto installation service for kernel 2.6.32.9-70.fc12.i686.PAE</p>
<p>usb-storage (1.0): Installing module.<br />
&#8230;&#8230;.(bad exit status: 10)<br />
  Build failed.  Installation skipped.<br />
 Failed.</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/03/26/error-after-yum-update/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>Fedora Project day in foss.in started</title>
		<link>http://kushaldas.in/2009/12/02/fedora-project-day-in-foss-in-started/</link>
		<comments>http://kushaldas.in/2009/12/02/fedora-project-day-in-foss-in-started/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 06:01:46 +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[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/12/02/fedora-project-day-in-foss-in-started/</guid>
		<description><![CDATA[Kital is giving the first talk on Fedora Security Spin. The room is not full yet, people are still coming in slowly. Kital just a very nice example of robbing bank and how one should go ahead to plan and execute that :)
The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p>Kital is giving the first talk on Fedora Security Spin. The room is not full yet, people are still coming in slowly. Kital just a very nice example of robbing bank and how one should go ahead to plan and execute that :)</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/02/fedora-project-day-in-foss-in-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foss.in day 1</title>
		<link>http://kushaldas.in/2009/12/01/foss-in-day-1/</link>
		<comments>http://kushaldas.in/2009/12/01/foss-in-day-1/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:45:30 +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/01/foss-in-day-1/</guid>
		<description><![CDATA[First day was fine. Met Kital after long time. Was really happy to find a Fedora booth which was assigned to Rahul Sundaram. Girish helped to me get one of the long waiting feature in pony.
The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p>First day was fine. Met Kital after long time. Was really happy to find a Fedora booth which was assigned to Rahul Sundaram. Girish helped to me get one of the long waiting feature in pony.</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/01/foss-in-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
