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的更多相关文章

  1. 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 ...

  2. April 24 2017 Week 17 Monday

    Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...

  3. April 27 2017 Week 17 Thursday

    Had I not seen the sun, I could have borne the shade. 我本可以忍受黑暗,如果我不曾见过阳光. A poem by Emily Dickinson, ...

  4. April 26 2017 Week 17 Wednesday

    We read the world wrong and say that it deceives us. 我们把世界看错了,反而说它欺骗了我们. It is not a cakewalk to see ...

  5. 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 ...

  6. April 23 2017 Week 17 Sunday

    It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...

  7. 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位 ...

  8. 2017.9.17校内noip模拟赛解题报告

    预计分数:100+60+60=220 实际分数:100+60+40=200 除了暴力什么都不会的我..... T1 2017.9.17巧克力棒(chocolate) 巧克力棒(chocolate)Ti ...

  9. 使用Visual Studio 2017 C++17模块(module)特性

    环境: win7_x64旗舰版.VS2017企业版 一.安装VS2017 1.1 安装VS2017时,必须要勾选“使用C++的modules开发”选项 1.2 安装成功后,会在VS安装目录Micros ...

随机推荐

  1. tfs强行签入和删除工作区

    作者:为爱痴狂 原文:http://www.cnblogs.com/splyn/archive/2011/10/31/2230213.html 域用户被网络管理员重建,或者其他用户牵出文档,导致的TF ...

  2. Jupyter notebook介绍以及安装

    一.Jupyter介绍 Jupyter Notebook是以web交互式的编程接口,是IPython notebook的升级版本.主要是针对python,另外支持运行 40 多种编程语言.Jupyte ...

  3. WCF的三种模式

    WCF通信的3种模式 1.正常模式:客户端调取接口->等待服务响应->接受响应->执行客户端后面代码(wcf服务有入参,有返回值) 2.数据报模式:客户端调取接口->不等待响应 ...

  4. 分布式事务框架-fescar

    https://github.com/alibaba/fescar/wiki/%E6%A6%82%E8%A7%88?spm=5176.11156381.0.0.b9f85ceegUXvCC

  5. 2.3 Rust函数

    2.3 函数 [root@itoracle src]# cargo new functions Created binary (application) `functions` package [ro ...

  6. yarn/mapreduce工作机制及mapreduce客户端代码编写

    首先需要知道的就是在老版本的hadoop中是没有yarn的,mapreduce既负责资源分配又负责业务逻辑处理.为了解耦,把资源分配这块抽了出来,形成了yarn,这样不仅mapreudce可以用yar ...

  7. Android中当前Activity跳转到当前Activity页面

    步骤:先关闭自己,在跳转 case R.id.btn_copy:// 复制 Toast.makeText(mContext, "正在复制", Toast.LENGTH_SHORT) ...

  8. 错误:子进程 已安装 pre-removal 脚本 返回了错误号 1

    解决办法 sudo rm /var/lib/dpkg/info/<package name>.*

  9. H903

    Metadata-Version: 2.0Name: hackingVersion: 0.10.2Summary: OpenStack Hacking Guideline EnforcementHom ...

  10. Spring Boot实战(3) Spring高级话题

    1. Spring Aware Spring的依赖注入的最大亮点就是你所有的Bean对Spring容器的存在是没有意识的.即你可以将你的容器替换成别的容器. 实际项目中,不可避免地会用到Spring容 ...