<?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>Aanjhan RANGANATHAN&#039;s blog &#187; gsoc</title>
	<atom:link href="http://www.tuxmaniac.com/blog/category/gsoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxmaniac.com</link>
	<description>Technology, Science, Education, Travel, Photography, Books and life . . .</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:29:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How I approach a project</title>
		<link>http://www.tuxmaniac.com/blog/2009/07/09/how-i-approach-a-project/</link>
		<comments>http://www.tuxmaniac.com/blog/2009/07/09/how-i-approach-a-project/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:22:53 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[Embedded GNU/Linux]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2009/07/09/how-i-approach-a-project/</guid>
		<description><![CDATA[This post does not tutor any specific methodology or design approach to any project but more of a note to self. Its been 4 years since I left undergrad school and since then and before have been involved with several projects of various magnitudes. In most of these projects I found myself get stuck at [...]]]></description>
			<content:encoded><![CDATA[<p>This post does not tutor any specific methodology or design approach to any project but more of a note to self. Its been 4 years since I left undergrad school and since then and before have been involved with several projects of various magnitudes. In most of these projects I found myself get stuck at exactly similar scenarios and recently figured out the reason for that. The reason is &#8220;Getting into the Nitty-gritty of things too early&#8221;. Thanks to my mentors <a href="http://personnes.epfl.ch/174054">Dr. Philip Brisk</a> and soon to be (Dr) <a href="http://people.epfl.ch/ties.kluter">Theo KluterÃ‚Â  </a>at EPFL and<a href="http://www.rtems.com/~joel/"> Dr. Joel Sherrill</a> and Thomas Doerfler (he doesn&#8217;t blog nor have a page that I know of) as mentors for <a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/rtems/t124024747962">my Google Summer of Code project</a> for the help they have extended in my path to gain more knowledge in the field. The below thoughts are mostly based on Real Time systems and advanced computer architecture projects I have been involved in.</p>
<p>Most often when we start a project, we get a very generic picture , read around the project&#8217;s required literature background and immediately get into the &#8220;details&#8221; of the system a bit too fast without &#8220;completely&#8221; getting a grip on the Functional Overview of the system. Many people do the documentation (including explaining the design structure, functional flow) after coding a basic prototype and this itself in my opinion is a flaw. I found it much better to do the reverse and found most successful &#8220;engineers&#8221; do that way. There have also been scenarios where people have asked me &#8220;You draw a structural representation of your system before implementing??&#8221; which I find very amusing. How can one get something done without having a picture on paper first?</p>
<p>So the first thing I do now when starting off on a new project is to get a very high abstract picture of the requirements of the project. Then a bit more digging into the &#8220;functionality&#8221;. It more or less can be compared to a behavioural modeling of the project. Something like <a href="http://tuxmaniac.com/work/gsoc/MMU%20Functional%20Flow.html">this</a>Ã‚Â  . Note that the picture does not have any details of implementation (like which function to call, in what module will the implementation go into, what parameters to pass, which module is reusable etc etc). Its just plain functional diagram. This in my opinion helps one to cover most use cases, error scenarios. Its much easier to handle or think about these scenarios at a high level. Believe me, its just too easy to get into the nitty gritty and start putting down the details. Slap yourself and come out of that once you find yourself doing it. The paradigm is that once you are into the details you lose track of the big picture and hence the wider scope and overlook several scenarios. Yes, of-course there will still be some scenarios overlooked but it would be less in number and much easier to handle.</p>
<p>Once most cases are covered one can now, start digging into the diagram and find out re-usable portions of a module easily by repeating flow diagrams, eliminate conditions etc. And then get into the low level design and coding aspect. Also having such a high level functional diagram in place gives rise to many test cases and ensures you test most common conditions before hand. I use <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page">Freemind</a> for these diagrams. A great tool not only for mind mapping but also for such things.</p>
<p>It might sound very trivial, but how many of us have got stuck in the utter complexity of the system and miserably struggled to get ourselves out of the situation? If you have any other suggestions do feel free to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2009/07/09/how-i-approach-a-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What have I been upto these days . . .</title>
		<link>http://www.tuxmaniac.com/blog/2009/05/16/what-have-i-been-upto-these-days/</link>
		<comments>http://www.tuxmaniac.com/blog/2009/05/16/what-have-i-been-upto-these-days/#comments</comments>
		<pubDate>Sat, 16 May 2009 17:55:51 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[FEL]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2009/05/16/what-have-i-been-upto-these-days/</guid>
		<description><![CDATA[Its been really long since I updated my blog. More or less 2.5 months and I just realised that. May be its a side-effect of doing a lot micro-blogging. If you are&#8217;nt following me on twitter or identi.ca , please feel free to do so. It has been very hectic and will continue to be [...]]]></description>
			<content:encoded><![CDATA[<p>Its been really long since I updated my blog. More or less 2.5 months and I just realised that. May be its a side-effect of doing a lot micro-blogging. If you are&#8217;nt following me on <a href="http://twitter.com/tuxmaniac">twitter</a> or <a href="https://identi.ca/tuxmaniac">identi.ca</a> , please feel free to do so. It has been very hectic and will continue to be atleast for the foreseeable future and I am loving it.</p>
<p><strong>Google Summer of Code 2009</strong></p>
<p>I am participating in this year&#8217;s google summer of code program as a student (yes, you read it right <img src='/admin/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  , as a <em>student</em> ).Ã‚Â  You can find my proposal to <a href="http://www.rtems.com">RTEMS</a> <a href="http://www.tuxmaniac.com/work/gsoc/gsoc_proposal.pdf">here (pdf)</a>. The Community Bonding period is almost coming to a close and the work package is getting more clear day by day. My mentor, Thomas Doerfler from <a href="http://www.embedded-brains.de/">Embedded Brains Gmbh</a> has helped me refine and catch up with all the necessary required knowledge to start work. Thank you Thomas. So this summer is already scheduled for me. Oh! You can find the project related wiki page <a href="http://www.rtems.com/wiki/index.php/MMU_Support">here</a>.</p>
<p><strong>Photography</strong></p>
<p>Whenever I feel like &#8220;Its getting on to me&#8221;, I take my <a href="http://www.flickr.com/photos/tuxmaniac/3142627602/in/set-72157611690734297/">good friend</a> (now its got some companions like tripod, UV-Filter, Polariser etc) and go shooting. Outcomes are the sets of <a href="http://www.flickr.com/photos/tuxmaniac/sets/72157617217662797/">Tulip Show</a> (one of my favourites), <a href="http://www.flickr.com/photos/tuxmaniac/sets/72157614979584104/">Geneva Autoshow</a>, <a href="http://www.flickr.com/photos/tuxmaniac/3523360594/">random</a> <a href="http://www.flickr.com/photos/tuxmaniac/3474245750/in/set-72157607157790210/">pics</a> of my town and <a href="http://www.flickr.com/photos/tuxmaniac/3474245328/in/set-72157607157790210/">nearby areas</a>. The photos I liked the most are in the <a href="http://www.flickr.com/photos/tuxmaniac/sets/72157614928312718/">Masterpieces</a> set. Some preview below.</p>
<p align="center"><img style="width: 130px; height: 83px" src="http://farm4.static.flickr.com/3329/3474237056_406f400b14.jpg?v=0" />Ã‚Â <img style="width: 123px; height: 83px" src="http://farm4.static.flickr.com/3417/3474243246_ff6feb968b.jpg?v=0" /> <img style="width: 144px; height: 83px" src="http://farm4.static.flickr.com/3305/3474245328_e42f26ac2f.jpg?v=0" /></p>
<p style="text-align: left">Oh and my cooking skills have improved tremendously. I can now cook<a href="http://www.flickr.com/photos/tuxmaniac/3516286826/"> Palak Paneer</a> too <img src='/admin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: left"><span style="font-weight: bold">Academia</span></p>
<p>Its been hectic, hectic and hectic. But things are looking good. If everything goes well I should be able to get some experiment results out of my project by July which could be great. I have decided to put all my code that I have written for my assignments on the interweb under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Thanks to Thibault to have suggested it <img src='/admin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> If FEL team accepts we can package it under different sections and provide it along with the FEL Spin for F12. I have a few blog posts to make on some roadblocks I came across which could be really very interesting and informative for fellow Computer Architects, students and in general to anybody interested in Hardware Modeling and Design.</p>
<p>Thats all folks! Later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2009/05/16/what-have-i-been-upto-these-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
