<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jiraiya&#039;s Blog</title>
	<atom:link href="http://jiraaya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiraaya.wordpress.com</link>
	<description>The Art of Thought</description>
	<lastBuildDate>Sat, 28 Jan 2012 10:14:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jiraaya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jiraiya&#039;s Blog</title>
		<link>http://jiraaya.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jiraaya.wordpress.com/osd.xml" title="Jiraiya&#039;s Blog" />
	<atom:link rel='hub' href='http://jiraaya.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Implementation of Adherence Module Part &#8211; I</title>
		<link>http://jiraaya.wordpress.com/2012/01/26/implementation-of-adherence-module-part-i/</link>
		<comments>http://jiraaya.wordpress.com/2012/01/26/implementation-of-adherence-module-part-i/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:57:32 +0000</pubDate>
		<dc:creator>jiraaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiraaya.wordpress.com/?p=306</guid>
		<description><![CDATA[I am working on the Motech Project. We are creating a platform upon which people can build software to support &#8230;<p><a href="http://jiraaya.wordpress.com/2012/01/26/implementation-of-adherence-module-part-i/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=306&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am working on the <a href="http://www.grameenfoundation.org/motech/devinfo">Motech</a> Project. We are creating a platform upon which people can build software to support operations in the Health care sector. Adherence to dosage, clinic visits etc are important data in the health care domain. This post, is a technical one which elaborates the creation of a generic module for storing adherence information.</p>
<p>Adherence conceptually is (number of actual occurrences)/(expected number of occurrences) of any event. The event can be visiting the clinic on a specific date, taking a dose on time etc. Though conceptually very simple, adherence proved to be a quite complex data to model.</p>
<p>Adherence is continuous in nature. The adherence to a dosage for example depends upon data recorded from the time a patient was enrolled into the dosage. Let us assume that the patient has to take a dose every day according to the dosage, then adherence on fifth day is (number of doses patient has actually taken over five days) / 5.</p>
<p>A simple implementation is to record total number of doses taken, persist the information. Then when adherence is necessary, read the number of doses taken from the db, figure out the number of doses he is supposed to take from dosage information and calculate the adherence. There were some very serious implications when this model was followed.</p>
<p>For one, let us assume that the system is down for some time. Then the patient could not record the adherence. But still, the system would assume that the patient has not taken the doses and there by, adherence would decrease without any fault from the patient&#8217;s side. This combined with the fact that, adherence on specific dates in the past was a point of interest, we could not go ahead with this model.</p>
<p>Then we decided to record the information whether the dose was taken each day. Though this did not ensure that the adherence would not decrease when the system is down, we could calculate the adherence on any given date. This was a major plus.</p>
<p>We still had to solve the problem that, when the system if down, adherence percentage should not decrease. To over come this problem, we decided to create a log whether the dose is taken or not taken. In which case, adherence would be the number of (taken logs)/total no of logs. When the system is down, logs would not be created, and thus adherence percentage can be maintined.</p>
<p>Following the above model, severly restricted the system in a different way. For the model to work, it is necessary that each log should record the adherence information of one and only one dose. If the log recorded adherence for more than one dose, the date when each dose was taken, would have to be stored in a clumsy way. This does not bode well since the the queries on the model are date based.</p>
<p>The above restrictoion combined with the fact that adherence had to be captured on daily as well as a weekly basis, with the requirement that the switch from daily to weekly should be consistent, forced to look at a completely different way to model adherence</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiraaya.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiraaya.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiraaya.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=306&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiraaya.wordpress.com/2012/01/26/implementation-of-adherence-module-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cab57da225262538f07c760a338540ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiraaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Feedback generators</title>
		<link>http://jiraaya.wordpress.com/2012/01/13/feedback-generators/</link>
		<comments>http://jiraaya.wordpress.com/2012/01/13/feedback-generators/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 18:26:19 +0000</pubDate>
		<dc:creator>jiraaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[artifact]]></category>
		<category><![CDATA[artifacts]]></category>
		<category><![CDATA[craftsman]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://jiraaya.wordpress.com/?p=290</guid>
		<description><![CDATA[    When programming, I have observed that the time I spend on figuring out the skeleton and the structure &#8230;<p><a href="http://jiraaya.wordpress.com/2012/01/13/feedback-generators/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=290&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">    When programming, I have observed that the time I spend on figuring out the skeleton and the structure of a program is much longer than the time I need to write the program. Some people argue that this is a good thing, that people should think about what they do, before they actually do it. But being a aspiring craftsman,   code is what gives me the greatest pleasure. There are a lot of cases where I tried to think through before actually coding and failed miserably.</p>
<p style="text-align:justify;">    For one, I decide to write a twitter client using <a href="http://www.adobe.com/products/air.html">adobe air</a> just for the fun of it. I spent so much time figuring out what the application should do, I created off a repository in <a href="https://github.com/">github</a> and eventually, did not manage to check in a single line of code.</p>
<p style="text-align:justify;">    There are certain myths about thinking through what you have to do, that need to be broken. For one, you can never think about or reason about something that you have no idea about. Of course, you would have some idea about programming, and I presume, that is the reason why you are reading this post. But back to the point, even though you have a sound understanding on programming, it is very difficult to come up with a structure for the program you have to write NOW. This is because each program is unique in itself, though there might exist some commonality.</p>
<p style="text-align:justify;">    To overcome traps such as these, I find it useful to create some concrete artifacts that give you an idea of how to proceed. The following are some artifacts that I find to be really useful. I call them feedback generators.</p>
<p style="text-align:justify;"><strong>Code : </strong>Nothing provides so much clarity than the first line of code that you write.</p>
<p style="text-align:justify;"><strong>Unit test : </strong>Feel like code is in the wrong place? write off a unit test. You need to set up a lot of variables before you can get to the assertion? you have written the code in the wrong class.</p>
<p style="text-align:justify;"><strong>Comment: </strong>Though code is the most rigorous and most helpful artifact, I sometimes find that enumerating a set of tasks as comments is quite helpful.</p>
<p style="text-align:justify;"><strong>Hypothesis: </strong>I have found it to be really useful in pin-pointing the source of a defect. If it is correct, gotcha!!!, incorrect? probably you would have a better understanding of the defect by the time you found hypothesis 1 to be wrong.</p>
<p style="text-align:justify;"><strong>The Dumbest solution: </strong>I have in some cases found it useful, to think about something that is so obviously wrong, but it eventually leads to a better solution.</p>
<p style="text-align:justify;"><strong>Similar solution:  </strong>Solutions to similar problems are tremendously helpful resources.</p>
<p style="text-align:justify;"><strong>Wish list: </strong>When writing a program, we create data structures. When writing algorithms around those data-structures, it is tremendously useful to create a wish list of information that you would have liked the data structure to have to make your life easier.</p>
<p style="text-align:justify;">Some artifacts, that I have found to be tremendously wasteful.</p>
<p style="text-align:justify;"><strong>Writing down and mind maps: </strong>These just reflect what you think, and never have helped me to figure out the solution to a problem or in writing a program.</p>
<p style="text-align:justify;"><strong>The counter example: </strong>When I am writing a program or solving a problem, I try to find a failure case as soon as possible. The disadvantage of this is that, I don&#8217;t see the few things that I am doing correct, and end up back in square 1.</p>
<p style="text-align:justify;"><strong>Meta physical questions: </strong>Like should the Person know about a test. Nothing is as wasteful as this. If you end up in this discussion, write off some tests that consume the information and see if it should or should not have a reference. Also I have found normalization to be a good technique to answer these kind of questions.</p>
<p style="text-align:justify;">    The important thing to remember when using feedback generators, is that, one should start reasoning based on them, once they are created. If one goes off into a tangential line of reason, the feedback generator will be ineffective, and would have eaten up precious time.</p>
<p style="text-align:justify;">I am trying  to apply these feedback generators in earnest whenever I write code. I will post back, with updates on how well I fare.</p>
<p style="text-align:justify;">Quote for the Day,</p>
<p style="text-align:justify;">&#8220;<em>If you want to survive here, have an opinion</em>&#8221; &#8211; <a href="http://en.wikipedia.org/wiki/House_(TV_series)">House</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiraaya.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiraaya.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiraaya.wordpress.com/290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=290&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiraaya.wordpress.com/2012/01/13/feedback-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cab57da225262538f07c760a338540ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiraaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Parallels between Essay Writing and Software Writing</title>
		<link>http://jiraaya.wordpress.com/2011/12/11/parallels-between-essay-writing-and-software-writing/</link>
		<comments>http://jiraaya.wordpress.com/2011/12/11/parallels-between-essay-writing-and-software-writing/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 13:59:05 +0000</pubDate>
		<dc:creator>jiraaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiraaya.wordpress.com/?p=275</guid>
		<description><![CDATA[Good essay writing is very similar to good software writing. An Essay and code, both are very structured. An essay &#8230;<p><a href="http://jiraaya.wordpress.com/2011/12/11/parallels-between-essay-writing-and-software-writing/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=275&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good essay writing is very similar to good software writing. An Essay and code, both are very structured. An essay has words, sentences, paragraphs and themes. Code has expressions, methods, objects and modules. An essay and code, both when written correctly are a pleasure to read. The properties of a good essay are applicable to code in equal measure.</p>
<p>Each sentence in a good essay, makes sense in its own rite. But at the same time, it maintains an un-interrupted flow between the sentences before and after it.  The same is true for a paragraph. Each expression in code must make sense in its own rite, at the same time it should maintain an un-interrupted flow between the expressions before and after it.</p>
<p>Each paragraph in an essay describes one and only one concept. Each method in a good code does the same. A paragraph, that adds a snide comment on another concept described elsewhere is a pain to read. The same is true for a method. Conversely, each concept is described in a set of consecutive paragraphs. Similarly, each concept in code is described in an object.</p>
<p>Good essay and good code, they both flow. Neither throws stuff at the reader which he/she does not understand. If they are trying to describe a concept that the reader does not understand yet, they do so gradually, showing the reader every link in the chain from the understood to the less understood.</p>
<p>Quote for the day,</p>
<p>&#8220;<em>Programming is understanding&#8221; </em>- <a href="http://www2.research.att.com/~bs/">Bjarne Stroustrup</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiraaya.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiraaya.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiraaya.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=275&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiraaya.wordpress.com/2011/12/11/parallels-between-essay-writing-and-software-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cab57da225262538f07c760a338540ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiraaya</media:title>
		</media:content>
	</item>
		<item>
		<title>The dogmas of formal education</title>
		<link>http://jiraaya.wordpress.com/2011/12/10/the-dogmas-of-formal-education/</link>
		<comments>http://jiraaya.wordpress.com/2011/12/10/the-dogmas-of-formal-education/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 12:30:12 +0000</pubDate>
		<dc:creator>jiraaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiraaya.wordpress.com/?p=268</guid>
		<description><![CDATA[It is a topic that has been debated heatedly over the last 10 years. Formal education. Is it of any &#8230;<p><a href="http://jiraaya.wordpress.com/2011/12/10/the-dogmas-of-formal-education/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=268&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is a topic that has been debated heatedly over the last 10 years. Formal education. Is it of any use? There have been many examples that exemplify both the ends. There have been people like <a href="http://en.wikipedia.org/wiki/Dennis_Ritchie">D.Ritchie</a> a Harvard graduate, and Bill G, who dropped out, but went on the become the richest man in the world.</p>
<p>I for one, have observed that formal education in 9 cases out of 10, transforms the lives of people. It is my belief therefore, that formal education is necessary. But the fact is, Initially, I found it very hard to apply whatever I learnt at college to the job at hand. But slowly, I began to realize, that it is what I took out of my schooling, that made it impossible to use what I have learnt.</p>
<p>In my high school, education was a very simple equation. X number of lines you remember, your marks increase by a factor of X. X number of formulas you remember, X number of problems you can solve and again your marks increase by a factor of X. X number of problems on linear equations you practice, your mark increases by a factor of X.</p>
<p>This approach made college very difficult for me. I still remember the first C programming exam that I took. The problem was a simple one, something that had to do with finding the minimum of three alphabets which are the keys to three columns in a 2-d array and print out the columns in corresponding order. I sat there mortified. It did not make sense. I knew the algorithm to find minimum of a list perfectly well. It was there in my observation notebook. Eh?</p>
<p>It just did not strike me, that the problem at hand was the same problem back in my observation notebook. This is the greatest shortcoming of my formal education. I just did not pay attention to the one thing that will be of help to me. I did not pay attention to mathematics.</p>
<p>Lest, I give the reader a very wrong idea, given a problem from the mathematics text book, I knew how to arrive at the solution by applying a bunch of formulas. My entire attention was on the procedure to arrive at a solution. It made the most sense to me because, 1) this was what the teacher focused on and 2) the procedure and the solutions were the one that was going to fetch me marks. But procedure and solution are of very little use in real world when you are trying to solve a problem, just because of the fact that, you do not know the procedure.</p>
<p>What I failed to notice was the order and method through which the procedure was created. It is all to easy to remember the derivation of E=mc^2. But this does not make anyone Einstein. There is analysis that goes into coming up with an algorithm. No one can sit and think about how to solve a problem and solve it. One must analyse the input, figure out its nature, its properties, its relation to other known concepts, its relation to the output. Only then, It is my belief, that one can see the way.</p>
<p>But this is what a mathematics text book always specifies. They mention the input, its relation etc, and you just apply the formulas. But in real world, no one is going to write down, the properties of the input. No one is going to specify the fact that the input is a fibonocci sequence. No one is going to write down the input as a nice and clean linear equation. No one is going to give the input in a nice and neat linked list and ask me to find the middle element. I have to figure that out for myself. That is where analysis comes in, and there should be order and method when I analyse a problem.</p>
<p>Time and again, I have caught myself jumping to the next step in the solution without taking time to analyze what I have in hand. It is just the way I have trained myself to look at problems, and It is my first goal to unlearn this and start analyzing the variables at hand. Towards this end, I have started watching the <a href="http://ocw.mit.edu/courses/audio-video-courses/">mit open courseware</a> on algorithms, this time around to pay attention to the techniques that the professor uses to analyse the problem, instead of the end solution. Formal education is not a waste. I  just have to pay attention to the more worthwhile subjects.</p>
<p>Quote for the day,</p>
<p>&#8220;<em>Projects don&#8217;t succeed by jeemboomba magic</em>&#8221; &#8211; <a href="http://www.psgtech.edu/department/mca/Dr.R.Nadarajan.html">Dr.Nadarajan</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiraaya.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiraaya.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiraaya.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=268&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiraaya.wordpress.com/2011/12/10/the-dogmas-of-formal-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cab57da225262538f07c760a338540ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiraaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Building systems</title>
		<link>http://jiraaya.wordpress.com/2011/12/10/building-systems/</link>
		<comments>http://jiraaya.wordpress.com/2011/12/10/building-systems/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 08:38:53 +0000</pubDate>
		<dc:creator>jiraaya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiraaya.wordpress.com/?p=266</guid>
		<description><![CDATA[This is what I do for a living. I build systems. I don&#8217;t just build systems for a living, building &#8230;<p><a href="http://jiraaya.wordpress.com/2011/12/10/building-systems/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=266&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is what I do for a living. I build systems. I don&#8217;t just build systems for a living, building systems has provided me meaning and reason. Building systems has forced me to think. Too much is at stake when building a system, and money is just a small part of it. Just watching a system work flawlessly, with precision gives me a sort of a high. There have been systems like <a href="http://en.wikipedia.org/wiki/Unix">unix</a>, <a href="http://www.swype.com/">swype </a>and <a href="http://en.wikipedia.org/wiki/Kinect">kinect </a>which makes one wonder if they were created by God Himself. I hope that one day, the systems I build gives me the same sort of a high. But for now, there is a great deal to unlearn and learn. I have to unlearn several dogmas that formal education has instilled in me and then, learn the qualities that make a great systems engineer. I begin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiraaya.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiraaya.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiraaya.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiraaya.wordpress.com&amp;blog=9377386&amp;post=266&amp;subd=jiraaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiraaya.wordpress.com/2011/12/10/building-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cab57da225262538f07c760a338540ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiraaya</media:title>
		</media:content>
	</item>
	</channel>
</rss>
