<?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; programming</title>
	<atom:link href="http://www.tuxmaniac.com/blog/category/programming/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>GNUSim8085&#8211;Rise of the Phoenix</title>
		<link>http://www.tuxmaniac.com/blog/2010/01/16/gnusim8085-rise-of-the-phoenix/</link>
		<comments>http://www.tuxmaniac.com/blog/2010/01/16/gnusim8085-rise-of-the-phoenix/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:47:54 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/?p=226</guid>
		<description><![CDATA[GNUSim8085 is a simulator environment for the Intel 8085 processor. Like most open source creations, &#8220;scratch your itch&#8221; resulted in this nifty application. The &#8220;itch&#8221; was the absence of a 8085 simulator for GNU/Linux platform while Sridhar was preparing for his Micro-processor lab exam and decided to create one. Three days and it was in [...]]]></description>
			<content:encoded><![CDATA[<p>GNUSim8085 is a simulator environment for the <a href="http://en.wikipedia.org/wiki/Intel_8085">Intel 8085</a> processor. Like most open source creations, &#8220;scratch your itch&#8221; resulted in this nifty application. The &#8220;itch&#8221; was the absence of a 8085 simulator for GNU/Linux platform while <a href="http://nearfar.org">Sridhar</a> was preparing for his Micro-processor lab exam and decided to create one. Three days and it was in working shape with which he practiced for his exam. Even today, this processor is used in many educational institutions around the world for introductory courses on microprocessor architecture and assembly level programming. <a href="http://tarunaai.blogspot.com/">Onkar</a> and myself took over the development from Srid a couple of years back and for the past 6 months or so there was not much activity in there. A casual visit to the SF page shocked each of us. There were a hefty number of feature requests/bug reports and SF happily swallowed them without any email notifications. This was not the first time this has happened, and we decided to move to some other code hosting service. After arguing on several providers, we finally decided to move to Launchpad. So <a href="https://edge.launchpad.net/gnusim8085">here is the new project site</a>.</p>
<p style="text-align: center;"><a href="/admin/wp-content/uploads/2010/01/Screenshot-GNUSim8085-8085-Microprocessor-Simulator.jpg"><img class="size-medium wp-image-230 aligncenter" title="Screenshot-GNUSim8085 - 8085 Microprocessor Simulator" src="/admin/wp-content/uploads/2010/01/Screenshot-GNUSim8085-8085-Microprocessor-Simulator-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>A new release with a lot of bug fixes and some useful features is coming soon. With this release, we will have localisation support with strings translated into Gujarati, Arabic, Spanish, French, German, Catalan and Esperanto. If you are translator, head to the <a href="https://translations.edge.launchpad.net/gnusim8085">translations page</a> and start firing in some translations in your language NOW.</p>
<p style="text-align: center;"><a href="http://farm5.static.flickr.com/4013/4278767182_12029e628b.jpg"><img class="aligncenter" title="gnusim8085 - translation status" src="http://farm5.static.flickr.com/4013/4278767182_12029e628b.jpg" alt="" width="182" height="177" /></a></p>
<p>We are happy with Launchpad just for some very inflexible structure that it imposes (but thats a different blog altogether) and the absence of a wiki. We are back to active development and are absolutely excited with the numerous feature and support requests that are coming in via email as well as the trackers. I guess the <a href="http://de.wikipedia.org/wiki/GNUSim8085">German Wikipedia page on GNUSim8085</a> did contribute to the sudden rise in interest. Happy hacking and simulating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2010/01/16/gnusim8085-rise-of-the-phoenix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up a remote git server</title>
		<link>http://www.tuxmaniac.com/blog/2009/12/14/setting-up-a-remote-git-server/</link>
		<comments>http://www.tuxmaniac.com/blog/2009/12/14/setting-up-a-remote-git-server/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 11:32:33 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[remote server]]></category>

		<guid isPermaLink="false">/?p=201</guid>
		<description><![CDATA[For the past 1 month, especially en-route preparations for FOSS.IN 2009 I wanted to have a complete repository on my hard disk from where people can checkout, commit src code, schematics, technology information and do whatever needed without the necessity of INTERNET connectivity. Thats where git drew my attention. I have been a cvs / [...]]]></description>
			<content:encoded><![CDATA[<p>For the past 1 month, especially en-route preparations for <a href="http://foss.in/2009">FOSS.IN 2009</a> I wanted to have a complete repository on my hard disk from where people can checkout, commit src code, schematics, technology information and do whatever needed without the necessity of INTERNET connectivity. Thats where <a href="http://git-scm.com/">git</a> drew my attention. I have been a cvs / svn user for long time now and the very fundamental design aspect of git / any <a href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed version control system</a> makes me happy as it is just what a developer like me needs.</p>
<p>So here goes a quick how-to (more of a note to self) on how I setup a remote git repo on one of the servers I have ssh access to.</p>
<p>1. <a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a> into your remote server (ssh uname@remoteserver)</p>
<p>2. Say, you are starting off setting up a git setup on this remote server. Create a directory by name say git (In the below example I put it in the home directory). All projects shall go into this directory.</p>
<p style="padding-left: 30px;"><strong><span style="color: #808080;"><em> uname@remoteserver$ mkdir ~/git</em></span></strong></p>
<p>3. Now, create a project.git directory. If your project name is ledblink then do the following.</p>
<p style="padding-left: 30px;"><strong><span style="color: #808080;"><em> uname@remoteserver$ mkdir ~/git/ledblink.git</em></span></strong></p>
<p>4. Initialise a bare git directory</p>
<p style="padding-left: 30px;"><span style="color: #888888;"><em> <span style="color: #808080;"><strong>uname@remoteserver$ cd ~/git/ledblink.git</strong></span></em></span></p>
<p style="padding-left: 30px;"><span style="color: #808080;"><strong><em> uname@remoteserver/git/ledblink.git$ git &#8211; -bare init</em></strong></span></p>
<p>5. Edit the description file to describe the project [Optional of-course]. Then edit the config file to enable reposharing by adding the line &#8220;<em>sharedrepository = 1</em>&#8221; under the [core] section.</p>
<p>6. Setup appropriate permissions. In the below example user only rights.</p>
<p style="padding-left: 30px;"><em> <span style="color: #808080;"><strong>uname@remoteserver/git/ledblink.git$ chmod -R g=u .</strong></span></em></p>
<p style="padding-left: 30px;"><span style="color: #808080;"><strong><em> uname@remoteserver/git/ledblink.git$ find . -type d | xargs chmod g+s</em></strong></span></p>
<p>So all is done on the server side. Go back to your local machine.</p>
<p>7. Go to the folder you want to be version control or create a fresh directory where you will put your project files. Lets say localprojectrepo is the directory name. Change directory into the localprojectrepo and do the following.</p>
<p style="padding-left: 30px;"><em> <span style="color: #808080;"><strong>uname@localhost/localprojectrepo$ git init</strong></span></em></p>
<p style="padding-left: 30px;"><em> <span style="color: #808080;"><strong>uname@localhost/localprojectrepo$ touch samplefile.txt</strong></span></em></p>
<p style="padding-left: 30px;"><span style="color: #808080;"><strong><em> uname@localhost/localprojectrepo$ git add .</em></strong></span></p>
<p style="padding-left: 30px;"><span style="color: #808080;"><strong><em> uname@localhost/localprojectrepo$ git commit -m &#8220;First commit&#8221;</em></strong></span></p>
<p>Your local git repository is created. Now lets add the server as remote so that a push &#8220;syncs&#8221; the changes to the remote server.</p>
<p style="padding-left: 30px;"><em> <span style="color: #808080;"><strong>uname@localhost/localprojectrepo$ git remote add origin uname@remoteserver:&lt;pathto&gt;/git/ledblink.git</strong></span></em></p>
<p style="padding-left: 30px;"><span style="color: #808080;"><strong><em> uname@localhost/localprojectrepo$ git push origin master</em></strong></span></p>
<p>Life is good! To take backups of your remote git repo, use your favourite means to copy the ~/git directory you create on the remote server. Thanks to good old friend <a href="http://web.gnuer.org/blog/index.php">Anurag</a> for helping me through the details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2009/12/14/setting-up-a-remote-git-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RTEMS Workout at FOSS.IN 2009</title>
		<link>http://www.tuxmaniac.com/blog/2009/11/29/rtems-workout-at-foss-in-2009/</link>
		<comments>http://www.tuxmaniac.com/blog/2009/11/29/rtems-workout-at-foss-in-2009/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 14:45:49 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[Embedded GNU/Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[foss.in]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">/?p=197</guid>
		<description><![CDATA[If you are enthusiastic about Free and Open Source Software and you are anywhere near Bangalore (even if you are not, there is nothing stopping to be near Bangalore during this time), make sure you head to FOSS.IN 2009. FOSS.IN is the first conference for Open Source that I attended back in 2005 and was [...]]]></description>
			<content:encoded><![CDATA[<p>If you are enthusiastic about Free and Open Source Software and you are anywhere near Bangalore (even if you are not, there is nothing stopping to be near Bangalore during this time), make sure you head to <a href="http://foss.in/">FOSS.IN 2009</a>. FOSS.IN is the first conference for Open Source that I attended back in 2005 and was impressed. Since then I have attended all FOSS.INs except the 2006 (away from the country on an official trip). The conference has undergone several changes over the years from being a &#8220;Just another Conference&#8221; to &#8220;Getting things done&#8221; event. Project days were introduced in 2007, Workouts in 2008 and this year, team FOSS.IN has decided to take it a little further making it more &#8220;hacker&#8221; friendly in similar lines with <a href="http://en.wikipedia.org/wiki/Chaos_Computer_Club">Chaos Computer Congress </a>organised by Chaos Computer Club, arguably one of the most influential hacker groups.</p>
<p>This time around <a href="http://vattamsantosh.info/">Santosh Vattam</a> and myself are taking leads in having a RTEMS Workout. We have put up the pre-requisites, purpose and general outline on the<a href="http://workouts.foss.in/2009/index.php/RTEMS_-_Workout"> wiki page here</a>. Currently we are stream lining the objectives into being more specific. If everything goes well, we will be kick starting the workout with a basic introduction to RTEMS, a quick overview of the architecture, a walk through of source code structure and some basic knowledge sharing wrt what might be required during the next 4 days. So Day 1 would mostly be setting up and getting up to base. Day 2, 3 and 4 would be hard days filled with coding, debugging and lots of fun! Day 5 would be more of a wrap up &#8211; collecting patches, cleaning up things, sanity checks and reporting!</p>
<p>So, if you want to see your contributions go into NASA and ESA space shuttles then RTEMS workout is the place you need to head to. RTEMS community is a bunch of extremely nice people full of patience and am sure you will have fun hacking with us.</p>
<p>On a sidenote, I am currently at Zurich Airport calculating the probability of missing my connecting flight given that my first flight is delayed, life is full of mathematics. Number never fail to impress me. See you at FOSS.IN 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2009/11/29/rtems-workout-at-foss-in-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>
		<item>
		<title>Christmas specials galore!!!!</title>
		<link>http://www.tuxmaniac.com/blog/2008/12/23/christmas-specials-galore/</link>
		<comments>http://www.tuxmaniac.com/blog/2008/12/23/christmas-specials-galore/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 21:37:16 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2008/12/23/christmas-specials-galore/</guid>
		<description><![CDATA[So many things happening this time around Christmas and New year. First off lets start Free Software. Duh! obviously  
GNUSim8085 FOSS.IN 2008 Delayed Release
What was supposed to be a foss.in 2008 release has been delayed by a month and it just became the Christmas Release. Yes!!! GNUSim8085 1.3.5 is released! Go grab it now. [...]]]></description>
			<content:encoded><![CDATA[<p>So many things happening this time around Christmas and New year. First off lets start Free Software. Duh! obviously <img src='/admin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>GNUSim8085 FOSS.IN 2008 Delayed Release</strong></p>
<p>What was supposed to be a <a href="http://foss.in/">foss.in 2008</a> release has been delayed by a month and it just became the Christmas Release. Yes!!! GNUSim8085 1.3.5 is released! <a href="https://sourceforge.net/project/showfiles.php?group_id=86462">Go grab it now</a>. So whats special about this release? You can run gnusim8085 now on Windows machines as well. Kudos to a lot of guys who helped fix a lot of issues that were big road blocks for the release and foss.in 2008 was the place where things got sorted out and most of it got fixed in the Workout. So thats news number 1 for you all.</p>
<p>Next..</p>
<p><strong>Around Switzerland in 4 days</strong></p>
<p>Starting tomorrow evening I will be touring Switzerland (<a href="http://en.wikipedia.org/wiki/Berne">Bern</a>, <a href="http://www.luzern.org/en/welcome.cfm">Luzern</a>, <a href="http://www.diablerets.ch/web/home.php?newlang=english">Diablerets</a>, Geneva and the likes.) with a very very good friend of mine who is coming down from Germany. I am really looking forward to it. And I will be doing all these with a special thing in my hands. (thats the next news..)</p>
<p><strong>The Special Thing</strong></p>
<p>The special thing is the wonderful DSLR Nikon D60. I got this at a great price. Thanks to Nikon for the 100 CHF cashback offer. Thanks to <a href="http://www.flickr.com/photos/tuxmaniac/1798954241/">Abhijeet</a> for the gift contribution. I just cant believe that I am the owner of a D60 now. Yipee!!!! And already I have started flooding <a href="http://www.flickr.com/photos/tuxmaniac/">flickr</a> <img src='/admin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><img height="107" width="160" src="http://farm4.static.flickr.com/3091/3130634407_7aceb13c7c.jpg?v=0" /> <img height="107" width="161" src="http://farm4.static.flickr.com/3204/3130529011_b5d265ef56.jpg?v=0" /> <img height="105" width="157" src="http://farm4.static.flickr.com/3234/3130011717_1e5949090b.jpg?v=0" /></p>
<p>So thats it for now. Wish you all a Merry Christmas and see you again around New Year&#8217;s eve. Happy Hacking!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2008/12/23/christmas-specials-galore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FOSS.IN &#8211; Call for participation in unofficial GNUSim8085 workout</title>
		<link>http://www.tuxmaniac.com/blog/2008/11/21/fossin-call-for-participation-in-unofficial-gnusim8085-workout/</link>
		<comments>http://www.tuxmaniac.com/blog/2008/11/21/fossin-call-for-participation-in-unofficial-gnusim8085-workout/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:54:52 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[foss.in]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2008/11/21/fossin-call-for-participation-in-unofficial-gnusim8085-workout/</guid>
		<description><![CDATA[Ladies and Gentlemen, boys and girls!!!
If you are still clueless as to what FOSS.IN is all aboutÃ‚Â  (even after reading through this sentence) then it probably isn&#8217;t for you   And the news is I will be saying &#8220;Hola&#8221;, &#8220;Bonjour&#8221;, &#8220;Hi&#8221;, &#8220;Hallo&#8221;, &#8220;Nihao&#8221;, &#8220;Namaskara&#8221;, &#8220;Vanakkam&#8221;, &#8220;Namasthe&#8221; to a lot of my friends this year [...]]]></description>
			<content:encoded><![CDATA[<p>Ladies and Gentlemen, boys and girls!!!</p>
<p>If you are still clueless as to what <a href="http://foss.in/">FOSS.IN</a> is all aboutÃ‚Â  (even after reading through this sentence) then it probably isn&#8217;t for you <img src='/admin/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And the news is I will be saying &#8220;Hola&#8221;, &#8220;Bonjour&#8221;, &#8220;Hi&#8221;, &#8220;Hallo&#8221;, &#8220;Nihao&#8221;, &#8220;Namaskara&#8221;, &#8220;Vanakkam&#8221;, &#8220;Namasthe&#8221; to a lot of my friends this year too.Ã‚Â  Apart from the &#8220;scheduled&#8221; talk on <a href="https://fedoraproject.org/wiki/Features/FedoraElectronicLab">&#8220;Fedora Electronics Laboratory&#8221;</a> on Friday (yes, my talks always coincide with a <a href="http://foss.in/news/linux-kernel-hackers-gathering.html">more glamorous session</a> *always*), I have planned to have some workouts (unofficial ones from those listed on the site). One such planned workout is the GNUSim8085 Workout.</p>
<p>If you are interested in taking part, please use <a href="http://www.doodle.com/participation.html?pollId=tz7u7rfbnyikakm2">this doodle link</a> to give your preferred time and I will blog about the timings sometime around Sunday evening. The venue of the workout is most probably the terrace or corridor or some place which has a free power socket <img src='/admin/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> .<br />
The Current agenda of the workout is as follows:</p>
<ol>
<li>Get the Windows Version of the package released (long time pending and also means people with &#8220;official&#8221; laptops running Windows are welcome and wanted for testing)</li>
<li>Fix lying around small bugs.</li>
<li>Brainstorm on further development and maybe get a base framework done on one of <a href="http://gnusim8085.wiki.sourceforge.net/Ideas_for_the_future">these</a> ideas.</li>
</ol>
<p>Looking at the current state of things it could either happen on Wednesday or Thursday. This is just not it. Some Fedora and Debian work will also be done. Details in another blog. See you then.</p>
<p>PS for Students: I believe this is a very apt small package to start contributing to Free software. You are the most welcome. This doesn&#8217;t mean oldies are prohibited <img src='/admin/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2008/11/21/fossin-call-for-participation-in-unofficial-gnusim8085-workout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FOSS, Education, Career, Skill Development &#8211; the relationship</title>
		<link>http://www.tuxmaniac.com/blog/2008/11/03/foss-education-career-skill-development-the-relationship/</link>
		<comments>http://www.tuxmaniac.com/blog/2008/11/03/foss-education-career-skill-development-the-relationship/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 09:56:46 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2008/11/03/foss-education-career-skill-development-the-relationship/</guid>
		<description><![CDATA[If you are one of those students who is plagued by the question &#8220;Will FOSS get me a Job&#8221;; If you are a budding Software Engineer; If you are interested in choosing this career; you are one who develops Free Software as a hobby (like me   ); or you are just another living [...]]]></description>
			<content:encoded><![CDATA[<p>If you are one of those students who is plagued by the question &#8220;Will FOSS get me a Job&#8221;; If you are a budding Software Engineer; If you are interested in choosing this career; you are one who develops Free Software as a hobby (like me <img src='/admin/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ); or you are just another living thing in this world, then I am sure the following triplet of emails sent to one of the mailing list I am part of is worth reading. Kudos to <a href="http://sankarshan.randomink.org/blog/">SM</a> for these nice articles.</p>
<p>[0] <a href="http://lists.dgplug.org/pipermail/users-dgplug.org/2008-October/000194.html">Will FOSS get me a Job? </a><br />
[1] <a href="http://lists.dgplug.org/pipermail/users-dgplug.org/2008-November/000195.html">How do You select a career oppurtunity</a></p>
<p>[2] <a href="http://lists.dgplug.org/pipermail/users-dgplug.org/2008-November/000198.html">Why not the Best?</a></p>
<p>Happy Reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2008/11/03/foss-education-career-skill-development-the-relationship/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hi Fedora Project!</title>
		<link>http://www.tuxmaniac.com/blog/2008/04/29/hi-fedora-project/</link>
		<comments>http://www.tuxmaniac.com/blog/2008/04/29/hi-fedora-project/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:34:33 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[FEL]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2008/04/29/hi-fedora-project/</guid>
		<description><![CDATA[I have been meddling around with Free and Open Source Electronic CAD Tools for quite some time now by means of contributing upstream, packaging a few and evangelizing the use of these tools by Students. Sometime last year, I stumbled upon this &#8220;Fedora Electronics Laboratory&#8221; spin maintained by Chitlesh Goorah and began to like it [...]]]></description>
			<content:encoded><![CDATA[<p>I have been meddling around with Free and Open Source Electronic CAD Tools for quite some time now by means of contributing upstream, packaging a few and evangelizing the use of these tools by Students. Sometime last year, I stumbled upon this <a href="http://chitlesh.fedorapeople.org/FEL/">&#8220;Fedora Electronics Laboratory&#8221; </a>spin maintained by Chitlesh Goorah and began to like it a lot. It had almost all tools needed to learn and enjoy Microprocessor coursework, Microelectronic studies and basic Electronics too. On seeing the vast availability of these tools in Fedora and not in my favorite Distros (Debian/Ubuntu), I decided to make some of these tools available to the Debian world as well (partly successful and partly not).</p>
<p>Last week I was offered to help the fedora electronics laboratory project and I gladly accepted. Now, I have the official Fedora packager status and have already made couple of commits to the project. Thanks to Chitlesh and the fedora team and I am sure I will continue to contribute to the best of my abilities!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2008/04/29/hi-fedora-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The FOSS India Award medal!</title>
		<link>http://www.tuxmaniac.com/blog/2008/04/12/the-foss-india-award-medal/</link>
		<comments>http://www.tuxmaniac.com/blog/2008/04/12/the-foss-india-award-medal/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 17:15:51 +0000</pubDate>
		<dc:creator>aanjhan</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tuxmaniac.com/blog/2008/04/12/the-foss-india-award-medal/</guid>
		<description><![CDATA[
We the GNUSim8085 folks have been given this virtual medal for winning the FOSS India Award   2008.
Thank you LFY! This is a great motivation for lots of folks out there. Its not about the money. Its the &#8220;Recognition&#8221;.

Thank you once again.

]]></description>
			<content:encoded><![CDATA[<div align="center"><a class="tt-flickr" href="http://www.flickr.com/photos/tuxmaniac/2404763882"><img width="133" height="188" align="left" src="http://farm4.static.flickr.com/3027/2404763882_1e2b2b4cf3.jpg?v=0" /></a></div>
<div align="left">We the <a href="http://gnusim8085.sourceforge.net">GNUSim8085</a> folks have been given this virtual medal for winning the FOSS India Award   2008.</p>
<div align="left">Thank you LFY! This is a great motivation for lots of folks out there. Its not about the money. Its the &#8220;Recognition&#8221;.</div>
<div align="left" />
<div align="left">Thank you once again.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxmaniac.com/blog/2008/04/12/the-foss-india-award-medal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
