Learn wisdom by the follies of others.

要从别人的愚行中学到智慧。

How to become smart or what characters should a man have so that he can be considered as smart or wise?

People say a smart man, like most of his peers, also makes mistakes, but they can learns from their past mistakes, and never makes those same mistakes again.

But that is far from enough to be a wise man.

A wise man can find out a smart man and learn from him about how to avoid making mistakes.

Please don't be afraid of making mistakes, it is normal of human, only those who did nothing never made mistakes.

And it is the highest form of self-respect to admit our errors and mistakes, and then make amends for them.

To make mistake is only an error in judgement, we still have the possibility to compensate for the past mistakes as long as we don't give up trying.

Remember, a mistake may turn out to be the one thing necessary to a worthwhile achievement.

The public is wonderfully tolerant. It forgives everything except genius.

公众是非常宽容的,他们能够原谅一切,除了天才以外。

From Oscar Wilde.

How ridiculous.

We need to surrender old perceptions and open ourselves to new ones that reflect the love and wisdom of the public, to release fear, guilt, unresolved relief, and letting them be replaced by love and joy.

In the actual fact, the public often give their respects and tolerance to those genius generously, and of course, they also expect too much of those genius.

When those genius err on somethings, the public may criticise their misdeeds at first, but then, they would say, everyone would make some mistakes, so just let us forgive them.

We shouldn't be so cynical, even if we had been abandoned by the public for our errors, we still can win their trust back by our earnest efforts.

The process to regain other's respectation may be very hard, but the work is worthwhile.

July 07th 2017 Week 27th Friday的更多相关文章

  1. July 07th. 2018, Week 27th. Saturday

    Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish w ...

  2. July 08th 2017 Week 27th Saturday

    You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...

  3. July 06th 2017 Week 27th Thursday

    Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...

  4. July 05th 2017 Week 27th Wednesday

    No man can make a good coat with bad cloth. 巧妇难为无米之炊. One can't make bricks without straw. There is ...

  5. July 04th 2017 Week 27th Tuesday

    Nothing is really beautiful but truth. 只有真理才是真美. Truth can be beautiful, but it also can be cruel. W ...

  6. July 03rd 2017 Week 27th Monday

    Even if you are on the right track, you will get run over if you just sit there. 即使你处于正确的轨道上,但如果你只是坐 ...

  7. July 02nd 2017 Week 27th Sunday

    No safe wading in an unknown water. 未知水深浅,涉水有危险. Is this the theory that has been the guideline for ...

  8. July 22nd 2017 Week 29th Saturday

    If you are not brave enough, no one will back you up. 如果你不够勇敢,没人会替你坚强. I was told that the real man ...

  9. July 06th. 2018, Week 27th. Friday

    Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no l ...

随机推荐

  1. 转 linux 内存释放

    原文 http://blog.zol.com.cn/2322/article_2321774.html #cat /proc/meminfo | grep "MemFree" | ...

  2. 【ExtJS】关于标准模块化封装组件

    在此之前,自己封装自定义控件用的是这样的方式: Ext.define('My.XXX',{ extend: 'Ext.YYY', xtype: 'ZZZ', . . . items:[ ... ] } ...

  3. unity2018的坑点

    发布后有的电脑无法运行exe程序(反正我的电脑不行) 删除发布出来的一个叫UnityCrashHandler64.exe即可运行

  4. angular 与 layer 集成过程

    layer 的提示框和弹层确实也好用,在使用angular的前提下,使用layer遇到诸多麻烦,记录下来. 在类型是1页面层,主要问题在遮罩方面,造成无法编辑. 开始:引入layer 样式,angul ...

  5. 怎样以最快的速度导入mysql

    前一段时间团队举办数据库大赛,和我一组的小伙伴给我发了个链接,我觉得很有意思: https://dbahire.com/testing-the-fastest-way-to-import-a-tabl ...

  6. Win7 开机启动

    1.注册表里面写代码,设置程序以开机启动; 但这样会需要管理员权限,添加程序以管理员权限启动后,又无法直接进入到软件启动界面,UAC控制 代码一: /// <summary> /// 设置 ...

  7. java爬虫之入门基础

    相比于C#,java爬虫,python爬虫更为方便简要,首先呢,python的urllib2包提供了较为完整的访问网页文档的API,再者呢对于摘下来的文章,python的beautifulsoap提供 ...

  8. 第1章 初识CSS3

    什么是CSS3? CSS3是CSS2的升级版本,3只是版本号,它在CSS2.1的基础上增加了很多强大的新功能. 目前主流浏览器chrome.safari.firefox.opera.甚至360都已经支 ...

  9. div居中方式

    1. position: absolute; top:50%:left: 50%; margin-top: -高度的一半; margin-left: -宽度的一半(此方法适用于固定宽高的元素) 注: ...

  10. JavaScript 递归法排列组合二维数组2

    <html> <head> <title>二维数组排列组合</title> </head> <body> <div id= ...