kasabianwoo / OPClassicReading

0 stars 0 forks source link

01、黑客与画家 Hackers and Painters: Big Ideas from the Computer Age #2

Open kasabianwoo opened 6 years ago

kasabianwoo commented 6 years ago

黑客与画家 硅谷创业之父Paul Graham文集

Hackers and Painters: Big Ideas from the Computer Age

保罗·格雷厄姆 Paul Graham

人民邮电出版社,2011 O`Relly,2004

https://book.douban.com/subject/6021440/

kasabianwoo commented 6 years ago

保罗·格雷厄姆

程序员、作家、投资人

1995年创办网上商店软件公司Viaweb,1998年辈Yahoo收购。

2001年开始在其个人网站上发表技术和创业相关的文章,受到极大好评,达到了34M的访问量。

2005年合伙创办YC孵化器,孵化并投资了超过1000家创业项目,包括Dropbox, Airbnb, Stripe, and Reddit等知名项目。

同时也是技术类书籍的作者,包括《 On Lisp 》、《ANSI Common Lisp 》、《Hackers & Painters 》。

康奈尔大学哲学硕士、哈佛大学计算机博士,并在佛罗伦萨美术学院学过一段时间绘画。

个人网站:http://paulgraham.com

翻译自其个人网站的Bio:

Paul Graham is a programmer, writer, and investor. In 1995, he and Robert Morris started Viaweb, the first software as a service company. Viaweb was acquired by Yahoo in 1998, where it became Yahoo Store. In 2001 he started publishing essays on paulgraham.com, which in 2015 got 34 million page views. In 2005 he and Jessica Livingston, Robert Morris, and Trevor Blackwell started Y Combinator, the first of a new type of startup incubator. Since 2005 Y Combinator has funded over 1000 startups, including Dropbox, Airbnb, Stripe, and Reddit. Paul is the author of On Lisp (Prentice Hall, 1993), ANSI Common Lisp (Prentice Hall, 1995), and Hackers & Painters (O'Reilly, 2004). He has an AB from Cornell and a PhD in Computer Science from Harvard, and studied painting at RISD and the Accademia di Belle Arti in Florence.

kasabianwoo commented 6 years ago

黑客

20 世纪 60 年代初,麻省理工学院有个学生团体“铁路模型技术俱乐部” (Tech Model Railroad Club,简称 TMRC)。他们把难题的解决方法称为 hack。hack 的字典解释是砍(木头),在这些学生看来,解决一个计算机难题就好像砍倒一棵大树。那么相应地,完成这种 hack 的过程就被称为 hacking,而从事 hacking 的人就是 hacker,也就是黑客。由此,这个时候,“黑客”完全是正面意义上的称呼。TMRC 使用这个词是带有敬意的,因为在他们看来,要完成一个 hack,就必然包含着高度的革新、独树一帜的风格、精湛的技艺。最能干的人会自豪地称自己为黑客。

自由软件基金会创始人理查德·斯托曼(Richard M. Stallman)说:“出于兴趣而解决某个难题,不管它有没有用,这就是黑客。”

根据理查德· 斯托曼的说法,黑客行为必须包含三个特点:好玩、高智商、探索精神。只有其行为同时满足这三个标准,才能被称为“黑客”。另一方面,它们也构成了黑客的价值观,黑客追求的就是这三种价值,而不是实用性或金钱。

1984年,《新闻周刊》的记者 Steven Levy 出版了历史上第一本介绍黑客的著作——《黑客:计算机革命的英雄》(Hackers: Heroes of the Computer Revolution)。在该书中,他进一步将黑客的价值观总结为六条“黑客伦理”,直到今天这几条伦理都被视为这方面的最佳论述。

  1. 使用计算机以及所有有助于了解这个世界本质的事物都不应受到任何限制。任何事情都应该亲手尝试。

    Access to computers—and anything that might teach you something about the way the world works—should be unlimited and total. Always yield to the Hands-On Imperative!

  2. 信息应该全部免费。

    All information should be free.

  3. 不信任权威,提倡去中心化。

    Mistrust Authority — Promote Decentralization.

  4. 判断一名黑客的水平应该看他的技术能力,而不是看他的学历、年龄或地位等其他标准。

    Hackers should be judged by their hacking, not bogus criteria such as degrees, age, race, or position.

  5. 你可以用计算机创造美和艺术。

    You can create art and beauty on a computer.

  6. 计算机使生活更美好。

    Computers can change your life for the better.

根据这六条“黑客伦理”,黑客价值观的核心原则可以概括成这样几点:分享、开放、民主、计算机的自由使用、进步。

所以,“黑客”这个词的原始含义就是指那些信奉“黑客伦理”而且能力高超的程序员。历史上一些最优秀的程序员都是“黑客”。除了上文提到的理查德·斯托曼,还包括 Unix 操作系统创始人丹尼斯·里奇和肯·汤普森,经典巨著《计算机程序设计艺术》的作者、斯坦福大学计算机教授高德纳,Linux 操作系统创始人林纳斯·托沃兹,“开源运动”创始人埃里克·雷蒙德,微软公司创始人比尔·盖茨等。正是黑客把计算机工业推向了更高的高度。

主流媒体将“黑客”这个概念定义为入侵计算机系统的人,这些人其实应该被称作骇客(cracker)。

延伸阅读:黑客与黑客精神