<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-16894864</id><updated>2011-04-21T17:49:24.723-07:00</updated><title type='text'>Techno Neurons</title><subtitle type='html'>Programaniac of Zion</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://geek-it.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://geek-it.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>geek-it</name><uri>http://www.blogger.com/profile/16723316737202494985</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16894864.post-114450430913649942</id><published>2006-04-08T06:47:00.000-07:00</published><updated>2006-04-08T06:51:53.500-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-family:trebuchet ms;font-size:85%;"&gt;XBox 360!! It will blow your mind!!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;font-size:85%;"&gt;Here comes the new TOY...!! MS unvieled its much awaited XBox 360 recently!! ohh bouy i m in awe with its rendering and the clarity, much better than its predecessor...!! &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;font-size:85%;"&gt;&lt;br /&gt;Custom symmetrical 3 Core CPU, with each core running at 3.2 GHz(Twice the speed of my laptop processor)&lt;br /&gt;Ultra-realistic graphics with the custome 500MHz ATI card!!&lt;br /&gt;The joysticks are morphed to wireless!!&lt;br /&gt;&lt;br /&gt;Certainly its the future of entertainment!!&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16894864-114450430913649942?l=geek-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://geek-it.blogspot.com/feeds/114450430913649942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16894864&amp;postID=114450430913649942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/114450430913649942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/114450430913649942'/><link rel='alternate' type='text/html' href='http://geek-it.blogspot.com/2006/04/xbox-360-it-will-blow-your-mind-here.html' title=''/><author><name>geek-it</name><uri>http://www.blogger.com/profile/16723316737202494985</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16894864.post-112735834562184760</id><published>2005-09-21T20:03:00.000-07:00</published><updated>2005-09-21T20:05:45.626-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;The Black Art of Designing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;br /&gt;Most of programmers are darn good at coding but always juggle up with problems when it comes to the module as a whole. Every system/module bares the tag of Good or Bad based on its 'Design'. System/module can be a fathomable only with a good 'Design'. I always felt 90% of us lack in coming up with 'Good Designs', I agree there are entities like change of req's which is uncontrollable causing hindrance. Thats one reason why designing is such a great challenge. Most of the systems/modules fail becoz of flaws in the Design which further lead to flaws in our coding. I always dreamt of being a perfect and good designer but I chuckle when i look at my designs... :D&lt;br /&gt;&lt;br /&gt;Now what is 'Good Design' all about? as per me its like a 'stencil for system and coding' to do the things effectively... Good Design is like a sound mind in a sound system. A good design allows your code to perform the way it is supposed to with minimal code duplication, simple flows(mind u its not the simplest), stable and easily extensible/reusable... Although it may seem quite easy to put it in words but difficult to keep all these attributes intact while designing. At the same time its very much necessary to code as per the design guidelines, because there are ample chances of screwing up the system when u go down into coding even though the design is good.&lt;br /&gt;&lt;br /&gt;I sometimes feel most of the OOP languages we have today always pounded set of design principles in a way... May be I should also blame the practitioners of it too for following the said principles always.. I have seen majority of ppl who design, always felt like they sat down in front of a pail of design patterns and grab a fistful and hurled them in general direction of some code. This only proves that ppl have considered the Design Patterns as there end goal and not a tool... In a way they have moulded there grey cells to restrict only to Design Patterns... dont you agree with me? I am certainly not blaming Design Patterns but there are things apart from that too...&lt;br /&gt;&lt;br /&gt;At the end of the day... I personally feel 'Designing' is an art and you cultivate more when you do it... can never possess it by reading books... At the same time everybody are not gifted with this art. &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16894864-112735834562184760?l=geek-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://geek-it.blogspot.com/feeds/112735834562184760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16894864&amp;postID=112735834562184760' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/112735834562184760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/112735834562184760'/><link rel='alternate' type='text/html' href='http://geek-it.blogspot.com/2005/09/black-art-of-designing-most-of.html' title=''/><author><name>geek-it</name><uri>http://www.blogger.com/profile/16723316737202494985</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16894864.post-112714350113698312</id><published>2005-09-19T07:50:00.000-07:00</published><updated>2005-09-19T09:10:37.636-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;There is an ancient proverb which says 'Necessity is the mother of all inventions'... but now this has been morphed by today's techno savvy world to 'Competition is the Step-mother of all Inventions'. Neurons of our cerebrum always comes out with innovative ideas. This is the step-by-step execution of 'Programaniac' on his virtue to return to main source by executing instruction set.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;I m 'Programaniac' and let me introduce my 'main()' to u!! the beginner who accepts 'variable number of arguements' to perform some set of instructions but mind u return type is always 'void' . Always has the capability to control other 'sub-functions' of 'Programaniac' with tandem neverthless one day will return to 'main source'. Has been 'compiled' to 01 and 'loaded', bourne to 'link' with everything. Always susceptable to super-system generated 'signal'.. ;-)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Presently executing the instruction in the one of his sub-function 'blogIT'... parallel to it handling other complex sub-functions of 'Programaniac'. On its journey to the completion his technical history will be recorded henceforth.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Will be back soon... 'WAIT' instruction executed.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16894864-112714350113698312?l=geek-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://geek-it.blogspot.com/feeds/112714350113698312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16894864&amp;postID=112714350113698312' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/112714350113698312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16894864/posts/default/112714350113698312'/><link rel='alternate' type='text/html' href='http://geek-it.blogspot.com/2005/09/there-is-ancient-proverb-which-says.html' title=''/><author><name>geek-it</name><uri>http://www.blogger.com/profile/16723316737202494985</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
