Are we too dependent on the Internet?

January 19th, 2010 by Kevin Leave a reply »

In my office, there lives a monster.  This monster is called “The Internet Killer,” and he likes to poke his head out every now.  When he does, our internet goes down for hours upon hours.  During this time, I still have work too do, but I often find that my production level is limited by the lack of internet.

Are we too dependent on the Internet?

I’m in that weird generation where I have had access to the Internet for most of my life, but I can still remember not having it.  I have used a card catalog.  I have used an encyclopedia.  I have had to retain knowledge for more than a few minutes.

This was also around the time I started learning how to program.  My first few BASIC applications were self taught from a help file.  I didn’t have an Internet to go to whenever I ran into a problem.  I was forced to either figure it out on my own, or travel to the library to reference whatever material (if they had any material at all).  Having to work through these issues forced me to retain knowledge for an extended period of time.  You never knew when you were going to have use what you had learned before.

Fast forward to today.  I’m working on a few features for a project, and we lose our internet.  You might be saying, “Kevin, you should be able to code just fine without the internet.”  And you are right, I should be able to.  However, if you’re venturing into territory that you’re not familiar with, your work is either going to take two or three times as long as it would had you had access to reference materials.

Have you ever heard of books?” Yes, and I have plenty of them.  Books are hard to reference.  Books are awful for troubleshooting problems.  Can you type an error string or code into a book?  How long does it take to find a book that might have the information you’re looking for?  Does it actually contain information that is useful, or just code snippets that is causing the error you have?

Google (Bing, or whatever you use) is fast, accurate (for the most part), and easily accessible.  The “whole world at your fingertips” is no joke.  Within minutes, I have access to references, books, blogs, forums, etc.  Your problem is never new, and the Internet is quick to provide answers.

Does the internet make us stronger, or is it making us weaker?  I’ll let you decide.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
Advertisement

2 comments

  1. I think it can do both depending on who you are and how you use it. I try to use books to figure out how to do something and then turn to the internet if it doesn’t work. If you are looking for a quick solution to copy and paste some code then the internet is awesome. Finding a blog post that solves your problem will help you get through the problem at hand, but you don’t normally get the surrounding context.

    If I really want to *learn* how to do something, I almost always turn to books as they provide the context around what I am trying to do and provide more insight on why I should be doing something, instead of just the quick and dirty answer.

Leave a Reply