Skip to main content

Beating the Averages


This is a review of the reading Beating the Averages by Paul Graham,  which you can read here.  
Our resistance as humans to learn new things is expressed in a function named the learning curve. The learning curve represents in a mathematical form of how we learn through time. It accomplishes this by taking into the equation experience with a particular subject or topic and placing it vs learning. In particular, I like this funciton because it represents one of the author's main points: why we tend to prefer what we already know. What this function represents is that we tend to have some resistance to new knowledge. We may apply this resistance through contradicting knowledge that we might already have, namely, experience in a certain field, maybe because it a new paradigm to see things, very different from what we are used to.

As we grow older, it becomes harder and harder to change the way we see things. The Paul Graham, the author, expresses this himself, he says there is a certain age in which statistically, it is difficult for us to change the way we think. Being open minded about new ways of seeing things will open doors that we might not know they existed before. Paul expresses this by making a comparsion on why we prefer this certain programming language because it does this "x" function, and seeing down the programming languages continuum he asks the question, why would you do that in "Y" language, if it doesn't do this "x" function. But he also says that as you see up on the continuum you might see just weird things. This programmer might think that programming languages that look weird are just about as powerful as the programming language that he uses already. This brings out the second most important point the author makes: resistance of people to new thechnologies because it looks "weird".

If we use this last point in our favor, we might get something out of it. Making risky desicions and gambling on new things is hard. But if we take a shot, we might create a technological barrier between us an the competitors. Because of this barrier and the point that we already discussed in the last paragraph, competitors might think that the programming language or paradigm they are using is as good as mine, because they do not understand it. They might not know it's faster, better or more efficient.

- Diego




Comments

Popular posts from this blog

Revenge of the nerds, by Paul Graham.

So, once again we go to Paul Graham and his absolute amazing opinions on lisp. He understands the difficulty in changing the industry, but faces this with a good sense of humor and courage. You can check out his blog entry here . Taking it to the next level So the story goes like this. Michael Phelps went out there to change the world of an olympic sport. And did. Only he and his coaches know what he is doing differently but definitely, he is. Michael Phelps is such a good example because before Phelps, it was very rare to think of a swimmer that could do all the strokes in a competition, from crawl from breast stroke to his olympic record breaking butterfly stroke. In a sense, Phelps is like lisp. Phelps came to the 2004 Athens olympic games as a kid, he was only 19 years old, but everyone knew he had the chance to break the olympic record for 7 gold medals in the same event. He went on it and won 8 of them. So... what is he doing differently than any other swimmer? How long does...

Triumph of the nerds, Part I

Last Friday during my programming language course we watched a film named Triumph of the Nerds. The film is about how a bunch of nerds changed the way we live, the way we work, even the way we think. The documentary is about personalities like Steve Wozniak, who was the mastermind behind the first operative system. Other personalities like Steve Jobs, Bill Gates, Steve Ballmer come into the equation, drawing a neat picture of how the world of computers was built. It was amazing to see the main characters of the computer era in this documentary, but I think they forgot about someone who absolutely changed todays live: Linus Trovalds. Linus Trovalds is the person behind Linux. For giving you a perspective on how important is the development and the community around Linux, check this out: 1.- Linux is the first operating system that is completely open source, this means that every single breakthrough or improvement someone makes on it, it has to be posted online. And as you might h...