{"id":152,"date":"2008-01-09T15:37:12","date_gmt":"2008-01-09T21:37:12","guid":{"rendered":"http:\/\/www.pchristensen.com\/blog\/articles\/technology-decisions-where-to-invest-your-brainpower\/"},"modified":"2013-12-23T12:19:27","modified_gmt":"2013-12-23T19:19:27","slug":"technology-decisions-where-to-invest-your-brainpower","status":"publish","type":"post","link":"http:\/\/pchristensen.com\/blog\/articles\/technology-decisions-where-to-invest-your-brainpower\/","title":{"rendered":"Technology Decisions &#8211; Where to Invest Your Brainpower"},"content":{"rendered":"<p>(note: inspired by <a href=\"http:\/\/www.secretgeek.net\/todontdoit.asp\" target=\"_blank\">this post<\/a> at SecretGeek)<\/p>\n<p>(note #2: SecretGeek found this <a href=\"http:\/\/headrush.typepad.com\/creating_passionate_users\/2005\/03\/motivated_to_le.html\" target=\"_blank\">fantastic post<\/a> by the greatly missed <a href=\"http:\/\/www.pchristensen.com\/blog\/articles\/top-story-of-2007-kathy-sierra\/\" target=\"_blank\">Kathy Sierra<\/a>)<\/p>\n<p>Anyone who spends 5 minutes reading technology news sites knows that there is FAR too much for any one person to learn (there&#8217;s almost too much for one person to be aware of).  Between big companies, startups, open source, and research, there are thousands of new products, libraries, languages,  technologies, etc every year.  Thinking you&#8217;ll learn all of them (or even a significant fraction of them) is just madness.  So here&#8217;s the process I&#8217;ve used to evaluate things.<\/p>\n<p><!--more-->First, I put each thing into three categories:<\/p>\n<ol>\n<li>Things I&#8217;ll definitely learn soon<\/li>\n<li>Things I might learn later<\/li>\n<li>Things I&#8217;ll probably never get around to learning<\/li>\n<\/ol>\n<p>These are the criteria I use determine which category something goes in:<\/p>\n<ol>\n<li>Is this useful to me now? (for day job, startup, side projects, etc)<\/li>\n<li>How long will it be useful? or When do I expect this to become obsolete?<\/li>\n<li>How useful is it for the time it takes to learn? or How much bang do I get for my studying buck?<\/li>\n<\/ol>\n<p>Incidentally, &#8220;fun&#8221; isn&#8217;t on the list, because there are so many options that the ones that look boring to me don&#8217;t even register.  If they get far enough that I want to evaluate them, they look fun!<\/p>\n<p>So here are some technologies along with the category they fall in and the grades they get on each of the criteria:<\/p>\n<ul>\n<li>Ruby on Rails &#8211; 2 or 3.  I don&#8217;t use Ruby at work and didn&#8217;t choose it for my startup, so it&#8217;s not useful now.  Despite its current popularity, I don&#8217;t think it will be that popular in 5 years and beyond.  I think by that point, people will look at it the way RoR fans look at PHP right now.  Good bang for the buck though, considering all the resources that have been created around it.<\/li>\n<li>Python &#8211; probably 2.  Same as RoR, not used in day job or startup.  I do think it will be around and popular longer than Ruby, because it has big, notable corporate users (Google and NASA, among others).  I think this is more important to its future than the startups, hobbyists, and consultants that are driving RoR (Python has startups and hobbyists too).  Good resources for learning as well.<\/li>\n<li>Microsoft Robotics Studio &#8211; 3.  Last year I really wanted to work on Robotics, but I didn&#8217;t have any kind of hardware experience, I didn&#8217;t have a place to work on it, and I didn&#8217;t have extra money to buy parts.  While general robotics principles would be useful for a long time, I don&#8217;t think MRS will be around by the time I get to work on robots more.<\/li>\n<li>LINQ &#8211; 2.  I might end up using it at my day job because we do .Net, but I don&#8217;t know when that would be.  Lots of people love it but who knows if it will become a big deal in .Net development in general.  Also, Microsoft stuff tends to be complex because of the wide range of scenarios it&#8217;s engineered for, so I think it would be harder to learn.<\/li>\n<li>Perl &#8211; 3.  I&#8217;ve head too much about how difficult it is to read and how languages like Ruby and Python are better for scripting.  Perl is just something I don&#8217;t want to deal with.<\/li>\n<\/ul>\n<p>Wait a minute, those are all 2 or 3!  Where are the 1&#8217;s?  What do I actually plan on learning?<\/p>\n<ul>\n<li><a href=\"http:\/\/mitpress.mit.edu\/sicp\/\" target=\"_blank\">SICP<\/a> &#8211; 1.  Too many people (really smart people that I respect) have praised this book, with praise of the glowing sort that usually doesn&#8217;t come out of their mouths.  <em>And it&#8217;s almost 30 years old!<\/em>  The top-notch programming techniques <strike>will<\/strike> have already helped me program better, and the knowledge is so un-specific to any technology that it will be useful for as long as computers need programming.  It&#8217;s a lot of work to get through a <a href=\"http:\/\/mitpress.mit.edu\/sicp\/full-text\/book\/book.html\" target=\"_blank\">big textbook<\/a> and <a href=\"http:\/\/www.swiss.ai.mit.edu\/classes\/6.001\/abelson-sussman-lectures\/\" target=\"_blank\">30 hours of videos<\/a>, but the payoff is huge!<\/li>\n<li>Lisp &#8211; 1.  Yes, I&#8217;ve drunk the Kool-Aid from <a href=\"http:\/\/www.paulgraham.com\/lisp.html\" target=\"_blank\">Paul Graham<\/a>.  Sort of.  I&#8217;ve read all his stuff saying why Lisp is so great, but I&#8217;ve read a lot of other people saying the same things.  More importantly, I don&#8217;t find the criticisms of Lisp to be that bad.  Since I&#8217;ve decided to use Lisp for my startup, learning it is of immediate importance to me (although this doesn&#8217;t apply to anyone else).  I don&#8217;t expect it to become obsolete ever because 1) like SICP, the ideas are fundamental to Computer Science and will be around forever, 2) the strengths that other languages have are also <a href=\"http:\/\/www.paulgraham.com\/diff.html\" target=\"_blank\">strengths in Lisp<\/a> (meta programming, HOFs, etc), and 3) since Lisp isn&#8217;t riding a wave of popularity, its community is sustainable in the very long run<\/li>\n<li>Artificial Intelligence &#8211; 1.  Not general intelligence (although <a href=\"http:\/\/www.onintelligence.org\/\" target=\"_blank\"><em>On Intelligence<\/em><\/a> is one of the most fascinating books I&#8217;ve read, ever), but the kind of smart algorithms for figuring things out about data and inputs. Since the internet gives any program the ability to collect millions or billions of data points, anyone who can make sense of that input stream will have a competitive advantage. On this note, I&#8217;ve started working through <a href=\"http:\/\/amazon.com\/o\/ASIN\/1558601910\/pchristense03-20\" target=\"_blank\">Paradigms of Artificial Intelligence Programming<\/a> to get caught up on the last 40 years of work (and improve my Lisp chops), then I&#8217;ll move on to <a href=\"http:\/\/amazon.com\/o\/ASIN\/0137903952\/pchristense03-20\" target=\"_blank\">Artificial Intelligence: A Modern Approach<\/a>.<\/li>\n<\/ul>\n<p>To put this in perspective, this is basically my New Year&#8217;s Resolution regarding learning and investment in my skills. It will provide me both immediate and long term benefit, and by studying three inter-related topics, I can probably get as much out of it as I would two unrelated topics. So here&#8217;s my reading\/working list for the year:<\/p>\n<ul>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0262560992\/pchristense03-20\" target=\"_blank\">The Little Schemer<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/026256100X\/pchristense03-20\" target=\"_blank\">The Seasoned Schemer<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0262562146\/pchristense03-20\" target=\"_blank\">The Reasoned Schemer<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0262510871\/pchristense03-20\" target=\"_blank\">Structure and Interpretation of Computer Programs<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/1590592395\/pchristense03-20\" target=\"_blank\">Practical Common Lisp<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0133708756\/pchristense03-20\" target=\"_blank\">ANSI Common Lisp<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0130305529\/pchristense03-20\" target=\"_blank\">OnLisp<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/1558601910\/pchristense03-20\" target=\"_blank\">Paradigms of Artificial Intelligence Programming<\/a><\/li>\n<li><a href=\"http:\/\/amazon.com\/o\/ASIN\/0137903952\/pchristense03-20\" target=\"_blank\">Artificial Intelligence: A Modern Approach<\/a><\/li>\n<\/ul>\n<p>That, my boy, is a mountain of knowledge! Good luck to me in getting through it and making the most of it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>(note: inspired by this post at SecretGeek) (note #2: SecretGeek found this fantastic post by the greatly missed Kathy Sierra) Anyone who spends 5 minutes reading technology news sites knows that there is FAR too much for any one person to learn (there&#8217;s almost too much for one person to be aware of). Between big [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[8,9],"tags":[],"class_list":["post-152","post","type-post","status-publish","format-standard","category-education","category-lisp","entry"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pazgP-2s","_links":{"self":[{"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/posts\/152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/comments?post=152"}],"version-history":[{"count":0,"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/posts\/152\/revisions"}],"wp:attachment":[{"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/media?parent=152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/categories?post=152"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pchristensen.com\/blog\/wp-json\/wp\/v2\/tags?post=152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}