the last lecture
2008.07.25,CMU教授Randy Pausch教授因癌症去世,仅47岁。
几年之前,当我看到Pausch先生最后一课的视频时,让我震撼。
转眼之间,7年过去了,这7年,让我成长了许多。
7年我至少两位亲人因为Cancer去世,很痛,这痛是越懂越痛,这懂是越痛越懂。
无能为力,却又追悔莫及。
Pausch教授的最后一课,让我知道人可以活的如此精彩,即使身患重病,却依然神采飞扬。
乔四爷临走那句活,我这辈子值了。这是我最信仰的人生教条,人生就应该精彩,至少值得。
感谢Pausch教授,在人生的最后,给我们上了如此重要的一课,让我们倍感珍惜!
Pausch教授之人生指引:
1.必须有些真本领,这样才可以使自己更受欢迎
------------我会加专注于技术路线
2.必须练好基本功,否则后面的事情就不会发生
------------技术源于扎实的基本功和宽广的知识面,做永远比想重要,想永远比做先行
还有这些精彩的话:
1.Remember, the brick walls are there for a reason. The brick walls are not there to keep us out.
The brick walls are there to give us a chance to show how badly we want something.
Because the brick walls are there to stop the people who don't want it badly enough.
They're there to stop the other people.
2.Be prepared:Luck is truly where preparation meets opportunity
3. you lead your life the right way, karma will take care itself, your dreams will come to you
4.It’s not about how to achieve your dreams. It’s about how to lead your life
最后,What doesn't kill me makes me stronger,骄傲的活下去。加油
the last lecture的更多相关文章
- [C2P3] Andrew Ng - Machine Learning
		##Advice for Applying Machine Learning Applying machine learning in practice is not always straightf ... 
- note of introduction of Algorithms(Lecture 3 -  Part1)
		Lecture 3(part 1) Divide and conquer 1. the general paradim of algrithm as bellow: 1. divide the pro ... 
- codeforces  499B.Lecture  解题报告
		题目链接:http://codeforces.com/problemset/problem/499/B 题目意思:给出两种语言下 m 个单词表(word1, word2)的一一对应,以及 profes ... 
- Nobel Lecture, December 12, 1929 Thermionic phenomena and the laws which govern them
		http://www.nobelprize.org/nobel_prizes/physics/laureates/1928/richardson-lecture.pdf OWEN W. RICHARD ... 
- Jordan Lecture Note-1: Introduction
		Jordan Lecture Note-1: Introduction 第一部分要整理的是Jordan的讲义,这份讲义是我刚进实验室时我们老师给我的第一个任务,要求我把讲义上的知识扩充出去,然后每周都 ... 
- Jordan Lecture Note-3: 梯度投影法
		Jordan Lecture Note-3:梯度投影法 在这一节,我们介绍如何用梯度投影法来解如下的优化问题: \begin{align} \mathop{\min}&\quad f(x)\n ... 
- Jordan Lecture Note-2: Maximal Margin Classifier
		Maximal Margin Classifier Logistic Regression 与 SVM 思路的不同点:logistic regression强调所有点尽可能远离中间的那条分割线,而SV ... 
- [CF Round #294 div2] E. A and B and Lecture Rooms 【树上倍增】
		题目链接:E. A and B and Lecture Rooms 题目大意 给定一颗节点数10^5的树,有10^5个询问,每次询问树上到xi, yi这两个点距离相等的点有多少个. 题目分析 若 x= ... 
- Codeforces Round #287 D.The Maths Lecture
		The Maths Lecture 题意:求存在后缀Si mod k =0,的n位数的数目.(n <=1000,k<=100); 用f[i][j]代表 长为i位,模k等于j的数的个数. 可 ... 
- Lecture Halls
		Lecture Halls (会议安排) 时间限制(普通/Java):1000MS/10000MS 运行内存限制:65536KByte 总提交: 38 测试通过: 2 ... 
随机推荐
- PageImpl是不是有问题?
			pageable.getOffset() + content.size() : total这个API 感觉没有实现该有的功能!!! 
- JAVA8 十大新特性详解
			前言: Java8 已经发布很久了,很多报道表明Java 8 是一次重大的版本升级.在Java Code Geeks上已经有很多介绍Java 8新特性的文章, 例如Playing with Java ... 
- Docker个人学习总结
			最近一段时间学习了下Docker,关于Docker的安装,运用什么的在这里我不会过多的说明,我只说我对于Docker的一些理解,附加我用于记录的少量代码. 刚开始学习Docker的时候,找资料在网上看 ... 
- jQuery Plugin Docs
			遮罩:BlockUI 对话框:Dialog 输入框:Mask Plugin 下拉框: 1.自定义的实现思路:将下拉框的选项定义为全局变量(数组),在html中定义点击事件并将数组变量转给响应函数,每次 ... 
- 【leetcode】Anagrams
			Anagrams Given an array of strings, return all groups of strings that are anagrams. Note: All inputs ... 
- [Linux]centOS7-1-1503-x86_64下安装VM-TOOLS
			1.安装Perl. 2.如果提示 The path "" is not a valid path to the 3.10.0-229.el7.x86_64 kernel heade ... 
- hibernate xx(tableName) is not mapped
			数据库中表名是:book,数据库表名不区分大小写的 之后我在hibernate 使用book, String sql="from book"; Query query=sessio ... 
- Java for LeetCode 236 Lowest Common Ancestor of a Binary Tree
			解题思路一: DFS到每个节点的路径,根据路径算出LCA: public class Solution { public TreeNode lowestCommonAncestor(TreeNode ... 
- WebRequest 获取网页乱码
			问题:在用WebRequest获取网页源码时得到的源码是乱码. 原因:1,编码不对 解决办法:设置对应编码 WebRequest request = WebRequest.Create(Url);We ... 
- SQL删除约束
			)禁止所有表约束的SQL select 'alter table '+name+' nocheck constraint all' from sysobjects where type='U' )删除 ... 
