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 ...
随机推荐
- 读经典——《CLR via C#》(Jeffrey Richter著) 笔记_运行时解析类型引用
public sealed class Program{ public static void Main() { System.Console.WriteLine("Hi"); } ...
- Codeforces-B-Game with string(模拟栈)
Two people are playing a game with a string ss, consisting of lowercase latin letters. On a player's ...
- Java的观察者
class Teacher extends Observable { public void startLesson() { System.out.println(String.format(&quo ...
- Python数据可视化--matplotlib
抽象化|具体化: 如盒形图 | 现实中的图 功能性|装饰性:没有装饰和渲染 | 包含艺术性美学上的装饰 深度表达|浅度表达:深入层次的研究探索数据 | 易于理解的,直观的表示 多维度|单一维度:数据的 ...
- 前端面试题 ----css篇
转载自https://www.cnblogs.com/zhangshuda/p/8465043.html,感谢原博主 1.css盒模型有哪些及区别content-box border-box padd ...
- TypeScript -- JavaScript的救赎
TypeScript的设计目的应该是解决JavaScript的"痛点":弱类型和没有命名空间,导致很难模块化,不适合开发大型程序.另外它还提供了一些语法糖来帮助大家更方便地实践面向 ...
- spring事务的传播性
<!--配置事务传播特性 --><tx:advice id = "txAdvice" transaction-manager = "txManage&q ...
- team foundation server 工具的使用
1.打开TFS工具点击创建集合,填写集合名称,下一步,按照步骤一步一步的往下操作. 2.创建完集合以后,打开VS工具,如下图,在主页上左键选择新建团队项目. 3.选择团队项目,然后选择新建的项目集合和 ...
- Unity Unity发布的ios包在iphone上声音小的原因
实质上声音是从话筒里出来的,未走扬声器. 仔细查找文档发现是PlayerSettings里的设置不当引起的. 在PlayerSettings取消勾选 Prepare iOS for Recording ...
- Django权限1
1.权限,说白了就是你有资格访问这个网址,而别人每一资格:你有资格进行增删改查,而别人只有查的权限 2.新建是3张表: #用户表 class User(models.Model): name = mo ...