两年,终于自由了……

by 李笑来 on 2008/11/12

in 算是流水帐

整整两年前,我下决心把做网站必需的技能全部学会(其实,我只需要做“内容型”网站)。这两天检查了一下这两年的时间表与任务记录,发现自己真的已经走了很远:

  • HTML
  • HTML DOM
  • XML
  • CSS
  • JAVASCRIPT
  • PHP
  • MYSQL
  • LINUX(UBUNTU)
  • APACHE
  • IIS
  • WORDPRESS
  • DOKUWIKI
  • MEDIAWIKI

W3Schools当作起点,加上十几本书,再加上不知道多少网站和无数次GOOGLE……很多的时候,并不一定要学到“顶级专家”的,但起码要够用。只要够用,就可以用,而在用的过程中,还是会不断进步的。

前两天还在说,几乎任何一种技能“在习得的那一瞬间,整个世界都会为之而变”。这两天我被巨大的快乐包围——每到极致,就想起来艾尔帕西诺在《Carlito’s Way》(1993)中的台词,想像他一样呐喊:

I am free at last, free at last — thank God Almighty, I am free at last!

两年真的不算长。

想起来有一篇文章一直以来就是我的路灯,转载如下(原文地址,中文版:郭晓刚 译本|徐侑 译本):


Teach Yourself Programming in Ten Years

Peter Norvig

Why is everyone in such a rush?

Walk into any bookstore, and you’ll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours. I did the following power search at href=”http://www.amazon.com”>Amazon.com:

and got back 248 hits. The first 78 were computer books (number 79 Learn Bengali in 30 days). I replaced “days” with “hours” and got remarkably similar results: 253 more books, with 77 computer books followed by Teach Yourself Grammar and Style in 24 Hours at number 78. Out of the top 200 total, 96% were computer books.

The conclusion is that either people are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than anything else. There are no books on how to learn Beethoven, or Quantum Physics, or even Dog Grooming in a few days.

Let’s analyze what a title like Learn Pascal in Three Days could mean:

  • Learn: In 3 days you won’t have time to write several significant programs, and learn from your successes and failures with them. You won’t have time to work with an experienced programmer and understand what it is like to live in that environment. In short, you won’t have time to learn much. So they can only be talking about a superficial familiarity, not a deep understanding. As Alexander Pope said, a little learning is a dangerous thing.
  • Pascal: In 3 days you might be able to learn the syntax of Pascal (if you already knew a similar language), but you couldn’t learn much about how to use the syntax. In short, if you were, say, a Basic programmer, you could learn to write programs in the style of Basic using Pascal syntax, but you couldn’t learn what Pascal is actually good (and bad) for. So what’s the point? Alan Perlis once said: “A language that doesn’t affect the way you
    think about programming, is not worth knowing”. One possible point is that you have to learn a tiny bit of Pascal (or more likely, something like Visual Basic or JavaScript) because you need to interface with an existing tool to accomplish a specific task. But then you’re not learning how to program; you’re learning to accomplish that task.
  • in Three Days: Unfortunately, this is not enough, as the next section shows.

Teach Yourself Programming in Ten Years

Researchers (Bloom (1985), Bryan & Harter (1899), Hayes (1989), Simmon & Chase (1973)) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, telegraph operation, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. There appear to be no real shortcuts: even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music. In another genre, the Beatles seemed to burst onto the scene with a string of #1 hits and an appearance on the Ed Sullivan show in 1964. But they had been playing small clubs in Liverpool and Hamburg since 1957, and while they had mass appeal early on, their first great critical success, Sgt. Peppers, was released in 1967. Samuel Johnson (1709-1784) thought it took longer than ten years: “Excellence in any department can be attained only by the labor of a lifetime; it is not to be purchased at a lesser price.” And Chaucer (1340-1400) complained “the lyf so short, the craft so long to lerne.” Hippocrates (c. 400BC) is known for the excerpt “ars longa, vita brevis”, which is part of the longer quotation “Ars longa, vita brevis, occasio praeceps, experimentum periculosum, iudicium difficile”, which in English renders as “Life is short, [the] craft long, opportunity fleeting, experiment treacherous, judgment difficult.” Although in Latin, ars can mean either art or craft, in the original Greek the word “techne” can only mean “skill”, not “art”.

Here’s my recipe for programming success:

  • Get interested in programming, and do some because it is fun. Make sure that it keeps being enough fun so that you will be willing to put in ten years.
  • Talk to other programmers; read other programs. This is more important than any book or training course.
  • Program. The best kind of learning is learning by doing. To put it more technically, “the maximal level of performance for individuals in a given domain is not attained automatically as a function of extended experience, but the level of performance can be increased even by highly experienced individuals as a result of deliberate efforts to improve.” (p. 366) and “the most effective learning requires a well-defined task with an appropriate difficulty level for the particular individual, informative feedback, and opportunities for repetition and corrections of errors.” (p. 20-21) The book Cognition in Practice: Mind, Mathematics, and Culture in Everyday Life is an interesting  reference for this viewpoint.
  • If you want, put in four years at a college (or more at a graduate school). This will give you access to some jobs that require credentials, and it will give you a deeper understanding of the field, but if you don’t enjoy school, you can (with some dedication) get similar experience on the job. In any case, book learning alone won’t be enough. “Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter” says Eric Raymond, author of The New Hacker’s Dictionary. One of the best programmers I ever hired had only a High School degree; he’s produced a lot of great software, has his own news group, and made enough in stock options to buy his own nightclub.
  • Work on projects with other programmers. Be the best programmer on some projects; be the worst on some others. When you’re the best, you get to test your abilities to lead a project, and to inspire others with your vision. When you’re the worst, you learn what the masters do, and you learn what they don’t like to do (because they make you do it for them).
  • Work on projects after other programmers. Be involved in understanding a program written by someone else. See what it takes to understand and fix it when the original programmers are not around. Think about how to design your programs to make it easier for those who will maintain it after you.
  • Learn at least a half dozen programming languages. Include one language that supports class abstractions (like Java or C++), one that supports functional abstraction (like Lisp or ML), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), one that supports coroutines (like Icon or Scheme), and one that supports parallelism (like Sisal).
  • Remember that there is a “computer” in “computer science”. Know how long it takes your computer to execute an instruction, fetch a word from memory (with and without a cache miss), read consecutive words from disk, and seek to a new location on disk. (Answers here.)
  • Get involved in a language standardization effort. It could be the ANSI C++ committee, or it could be deciding if your local coding style will have 2 or 4 space indentation levels. Either way, you learn about what other people like in a language, how deeply they feel so, and perhaps even a little about why they feel so.
  • Have the good sense to get off the language standardization effort as quickly as possible.

With all that in mind, its questionable how far you can get just by book learning. Before my first child was born, I read all the How To books, and still felt like a clueless novice. 30 Months later, when my second child was due, did I go back to the books for a refresher? No. Instead, I relied on my personal experience, which turned out to be far more useful and reassuring to me than the thousands of pages written by experts.

Fred Brooks, in his essay No Silver Bullets identified a three-part plan for finding great software designers:

  1. Systematically identify top designers as early as possible.
  2. Assign a career mentor to be responsible for the development of the prospect and carefully keep a career file.
  3. Provide opportunities for growing designers to interact and stimulate each other.

This assumes that some people already have the qualities necessary for being a great designer; the job is to properly coax them along. Alan Perlis put it more succinctly: “Everyone can be taught to sculpt:Michelangelo would have had to be taught how not to. So it is with the great programmers”.

So go ahead and buy that Java book; you’ll probably get some use out of it. But you won’t change your life, or your real overall expertise as a programmer in 24 hours, days, or even months.


ReferencesBloom, Benjamin (ed.) Developing Talent in Young People, Ballantine, 1985.
Brooks, Fred, No Silver Bullets, IEEE Computer, vol. 20, no. 4, 1987, p. 10-19.

Bryan, W.L. & Harter, N. “Studies on the telegraphic language:The acquisition of a hierarchy of habits. Psychology Review, 1899, 8, 345-375

Hayes, John R., Complete Problem Solver Lawrence Erlbaum, 1989.

Chase, William G. & Simon, Herbert A. “Perception in Chess” Cognitive Psychology, 1973, 4, 55-81.

Lave, Jean, Cognition in Practice: Mind, Mathematics, and Culture in Everyday Life, Cambridge University Press, 1988.


Answers

Approximate timing for various operations on a typical 1GHz PC in summer 2001:

execute single instruction 1 nanosec = (1/1,000,000,000) sec
fetch word from L1 cache memory 2 nanosec
fetch word from main memory 10 nanosec
fetch word from consecutive disk location 200 nanosec
fetch word from new disk location (seek) 8,000,000 nanosec = 8 millisec

Appendix: Language Choice

Several people have asked what programming language they should learn first. There is no one answer, but consider these points:

  • Use your friends. When asked “what operating system should I use, Windows, Unix, or Mac?”, my answer is usually: “use whatever your friends use.” The advantage you get from learning from your friends will offset any intrinsic difference between OS, or between programming languages. Also consider your future friends: the community of programmers that you will be a part of if you continue. Does your chosen language have a large growing community or a small dying one? Are there books, web sites, and online forums to get answers from? Do you like the people in those forums?
  • Keep it simple. Programming languages such as C++ and Java are designed for professional development by large teams of experienced programmers who are concerned about the run-time efficiency of their code. As a result, these languages have complicated parts designed for these circumstances. You’re concerned with learning to program. You don’t need that complication. You want a language that was designed to be easy to learn and remember by a single new programmer.
  • Play. Which way would you rather learn to play the piano: the normal, interactive way, in which you hear each note as soon as you hit a key, or “batch” mode, in which you only hear the notes after you finish a whole song? Clearly, interactive mode makes learning easier for the piano, and also for programming. Insist on a language with an interactive mode and use it.

Given these criteria, my recommendations for a first programming language would be Python or Scheme. But your circumstances may vary, and there are other good choices. If your age is a single-digit, you might prefer Alice or Squeak (older learners might also enjoy these). The important Nthing is that you choose and get started.


Appendix: Books and Other Resources

Several people have asked what books and web pages they should learn from. I repeat that “book learning alone won’t be enough” but I can recommend the following:


Notes
T. Capey points out that the Complete Problem Solver page on Amazon now has the “Teach Yourself Bengali in 21 days” and “Teach Yourself Grammar and Style” books under the “Customers who shopped for this item also shopped for these items” section. I guess that a large portion of the people who look at that book are coming from this page. Thanks to Ross Cohen for help with Hippocrates.

{ 6 trackbacks }

杂乱的书桌 » Blog Archive » 两年,终于自由了……
2008/11/12 at 10:02
两年,终于自由了…… - 山歌好比春江水
2008/11/12 at 17:38
把活交给专业人士是不是更省时间? - 山歌好比春江水
2008/11/12 at 17:44
ppip: 流浪的天空 › Forward-looking: 10 years, or 10, 000 hours
2008/11/23 at 19:09
左岸读书_blog » Blog Archive » 把一件事做到精通
2008/11/24 at 13:14
与笑来老师的渊源 - 地平线之光-DPXZG
2010/01/14 at 09:17

{ 26 comments… read them below or add one }

1 w 2008/11/12 at 00:38

如果能在配色上也有进步就更好了。

Reply

2 2008/11/12 at 00:56

笑来老师,你的“英文媒体”链接栏里National Public Radio和NPR是重复的链接,建议删除一个^_^

Reply

3 yimin 2008/11/12 at 01:33

I have a dream的最后一句话跟那句台词非常像,据马丁路德金演讲里说,这句话应该来自黑人的圣歌。
有空找那电影来看看。

Reply

4 李笑来 2008/11/12 at 03:01

to W: 这个我有局限,我对颜色感觉确实较差……

follow me on twitter:

Reply

5 anay 2008/11/12 at 03:44

第一次读完您这里的英文全文,我还有机会学会我想学会的东西

Reply

6 sein 2008/11/12 at 09:29

不容易,恭喜你 :P

Reply

7 Newrain 2008/11/12 at 09:58

笑来老师,如果您能把网站的链接结构优化一下就更棒了,类似http://www.lixiaolai.com/post-name/ 这样

Reply

8 希望阳光 2008/11/12 at 11:42

笑来老师,两年来您每天大概平均花多少时间用来学习呢?

Reply

9 天方 2008/11/12 at 12:39

我学网站制作的初衷是为某人做一个Java Applet动画,然后接触到HTML,ASP,IIS,CSS,Javascript,.net,Flash,Fireworks,Ultraedit,dreamweaver,
php,mySQL,SQL,access,wordpress,Firefox,正则表达式。。
但是我发现我现在仍然不会用Applet写动画,不过那个不重要了,现在都是silverlight和flash了
那个初衷,真的让我走了一段路

Reply

10 Mutoo 2008/11/12 at 13:54

再会一些平面设计的知识就更好了。

Reply

11 walle 2008/11/12 at 15:42

哎,现在不自己学点东西,不行呀前些天,我看到有人自己编了一个爬虫,能把所有的time.com的文章都抓下来,于是,我就厚着脸皮向人家要源代码,可惜没要到。于是萌生了自己动手的念头,开始第1天把python语言看了一遍, 刚要编代码,突然发现抓网页的话要用正则表达式,于是又看了一天正则,网页终于抓下来了,却发现格式很丑,于是又花了好几天研究css和javascript,这样一来二去,花了大概有半个月的时间,不过回首望去,自己还真学了不少东西。

Reply

12 David Lau 2008/11/12 at 15:58

我感觉如果自己不是科班出身,完全可以把这些事情交给别人去做,想想,如果把这两年的时间做点别的事情,可能会更有意义。

Reply

13 李笑来 2008/11/12 at 17:17

to 希望阳光: 有多少就用多少呗……

follow me on twitter:

Reply

14 aw 2008/11/12 at 19:39

头像是Gravatar啊,赞啊!:)
我记得原来似乎木有~

Reply

15 stonewang 2008/11/13 at 09:38

笑来老师的学习精神,让我深深敬佩!

Reply

16 诗意地栖息在大地上 2008/11/13 at 10:52

楼主很厉害!

Reply

17 燕南飞 2008/11/14 at 14:43

我想知道你另外看的十几本书的目录。

Reply

18 E.T 2008/11/14 at 20:50

有道是“慢工出细活”啊。
CSS HTML这些东西我也是今年5月份突然要用到然后就开始找书看了……最后弄出来这个东西: http://szmun.appspot.com

follow me on twitter:

Reply

19 loulourun 2008/11/14 at 22:34

笑来老师,一直看你的博客,有两年了吧,对我帮助很大。也受影响自己弄了一个基于wordpress的个人博客(前一阵我还问过你怎么买域名什么的呢),今天我算是借助于google把自己的博客架起来了,也导入了以前在blogbus上的东西,当这一切做完的时候,觉得对于自己来说,视野开阔了许多, 特地表示感谢。既然你说你自由了,那么我就是在奔向自由的路上,虽然刚起步。

Reply

20 loulourun 2008/11/14 at 22:35

各位的头像是怎么弄的?

Reply

21 李笑来 2008/11/14 at 23:42
22 Jung 2008/11/14 at 23:43
23 JOE 2008/11/19 at 14:53

正如我刚刚的留言,我真为你感到高兴。

Reply

24 loulourun 2008/11/20 at 22:02

对啊,李老师,麻烦你把目录放上来让大家看看吧。

Reply

25 teng 2009/03/07 at 10:53

我目前正在学习CSS,很感谢李老师的文章!
我是计算机专业的学生,很多优秀的专业书籍都是英文版的,但我实在不习惯阅读英文文章或书籍,不知道李老师有什么建议么?

follow me on twitter:

Reply

26 sri 2009/08/01 at 00:58

Though Smalltalk is not that popular these days, there is a new renaissance in Smalltalk development, thanks to Squeak.I went through many sites of the Smalltalk and agree with all the supporters of Smalltalk. The more I learn about Smalltalk and Squeak the more I’m impressed. In the process of my learning I have collected some good sites (more than 200) related to Smalltalk and Squeak (lessons, tutorials and programming). If you are interested take a look at the below link.
200 sites to know about smalltalk programming http://bit.ly/g3iow

Reply

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Previous post:

Next post: