April 28 2017 Week 17 Friday
The only thing more painful than learning from experience is not learning from experience.
比从经验中学习更为痛苦的事情就是没能从经验中学习。
Learning from experience is painful, but the alternative of not learning is worse.
Yes, it it easy to understand why not learning from experience is worse, but why is it painful to learn from experience.
Maybe we can comprehend its meaning in two ways.
For one thing, if learning from others' experience, you will be frustrated if you find what you do turns out to be inferior to others have done, or you will not feel the unique feeling of innovation.
For the other thing, if learning from your own experience, it may be an unpleasant experience to review our past failures and errors, you may have the thought that why I was so stupid then.
It may be a painful process to learn from experience, nevertheless, it is much better than not leaarning from experience, just because without learning from experience, we probably miss the opportunities to improve ourselves and correct our past errors.
And, we not only need to learn from our own experience, we also need to learn from some else's experience, it can be just as powerful or even more. Because that can help us avoid some costly pitfalls and drive on less bumpy roads.
By learning from others, especially their mistakes, we can save countless hours, energy, frustrations, and money, that can allow us to achieve our goals and milestones faster.
So, don't be afraid to hire or consult those experts, they can helps us on our journey, and our investments in them can bring us a multiple return and propel us to much bigger and much better results.
By giving people the power to share, we are making the world more transparent.
如果我们给予人们分享的权利,我们就能让世界变得更加透明。
From Mark Zuckerberg.
As the founder and CEO of Facebook, Mark Zurkerbug is really qualified to make such a remark.
The several dominant social media, like Facebook, Twitter, Youtube, and so on, indeed give the public the power to create unique contents and share information, thereby make the world more transparent and more diverse.
Because in such a world, it becomes much more difficcult to deter the communication of information, and information itself has amazing power and impacts on the society, the very example in the Jasmine Revolution strongly showed the influence of information.
If the information can be shared and spread easily, then it is more diffcult to cover up the truth, and it will be easier to make the world more transparent.
April 28 2017 Week 17 Friday的更多相关文章
- April 29 2017 Week 17 Saturday
Every man is a poet when he is in love. 每个恋爱中的人都是诗人. It is said this saying was from Plato, the famo ...
- April 24 2017 Week 17 Monday
Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...
- April 27 2017 Week 17 Thursday
Had I not seen the sun, I could have borne the shade. 我本可以忍受黑暗,如果我不曾见过阳光. A poem by Emily Dickinson, ...
- April 26 2017 Week 17 Wednesday
We read the world wrong and say that it deceives us. 我们把世界看错了,反而说它欺骗了我们. It is not a cakewalk to see ...
- April 25 2017 Week 17 Tuesday
Have you ever known the theory of chocie? There are a bunch of axiems, but there are only two thing ...
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
- win10 如何配置 java jdk1.8环境变量(2017.8.17 )jdk1.8.0_144
win10 如何配置 java jdk 环境变量 2017.8.17 本篇还适用于 windows server 2012. windows server 2014+ 一.安装 下载 jdk 64位 ...
- 2017.9.17校内noip模拟赛解题报告
预计分数:100+60+60=220 实际分数:100+60+40=200 除了暴力什么都不会的我..... T1 2017.9.17巧克力棒(chocolate) 巧克力棒(chocolate)Ti ...
- 使用Visual Studio 2017 C++17模块(module)特性
环境: win7_x64旗舰版.VS2017企业版 一.安装VS2017 1.1 安装VS2017时,必须要勾选“使用C++的modules开发”选项 1.2 安装成功后,会在VS安装目录Micros ...
随机推荐
- DP小题集
P2736 "破锣摇滚"乐队 Raucous Rockers 你刚刚继承了流行的"破锣摇滚"乐队录制的尚未发表的N(1 <= N <= 20)首歌的 ...
- Luogu P4095 [HEOI2013]Eden 的新背包问题 思维/动规
当时一直在想前缀和...多亏张队提醒... 从1到n背次包,保存每一个状态下的价值,就是不要把第一维压掉:再从n到1背一次,同样记住每种状态: 然后询问时相当于是max(前缀+后缀),当然前缀后缀中间 ...
- django 视图view
视图里一般是函数和类,需要返回响应. 试图分为2种:2. CBV(class base view) FBV(function base view) from django.views import V ...
- Swagger的坑
swagger.pathPatterns如果是譬如/w/.*,那么如果API中以w开头的描述就会在swagger-ui中显示不出来
- .Net默认IE版本号的两种方式
1.直接在页面的header部位meta标签中加入如下代码 <meta http-equiv="X-UA-Compatible" content="IE=8&quo ...
- vue入门----------scss的配置使用
1.安装相应的依赖 cnpm install sass-loader --save-dev cnpm install node-sass --save-dev 2.在build文件下的webpack. ...
- java课后思考题(四)
1. 请运行以下示例代码StringPool.java,查看其输出结果.如何解释这样的输出结果?从中你能总结出什么? 输出结果: 结论: 在Java中,内容相同的字串常量(“Hello”)只保存一份以 ...
- 为什么vue+webpack需要用到node,如何部署项目到服务器?
第一部分 之前一直不太理解为什么要使用vue+webapck,还有在使用了vue-cli之后会用到后台,即vue-cli自动帮我们安装了express服务器,在本地服务器上运行,因为我们希望可以模拟在 ...
- Kudu compaction design
不多说,直接上干货! http://blog.csdn.net/lookqlp/article/details/51438109
- 07-spring之三大框架的整合
1 三大框架整合理论 2 导包(42个) 1 hibernate 1 hibernate/lib/required 2 hibernate/lib/jpa | java persist api jav ...