Great minds think alike.

英雄所见略同。

If great minds really did think alike, then we would live in an unreal world which is just a Dstopia.

Given that our world is so varied, so I think the great minds don't think alike, though there might be only one truth for many things in our world.

Besides, if they did, then the world would be very horrible to the human beings.

In fact, it is just the dissimilarity between our minds that is the source of our porgress and our success as human beings.

Now, this quotation is usually used in the case of two friends having the same idea at the same time.

But its prevalence means that it rings true for some, and that might become a problem sometimes.

Actually, the notable feature of great minds, what really makes them great, is that they don't think alike to any other minds, great or otherwise.

It is the ability to consider independently and originally that makes thinkers powerful and important.

Please remember, there are not any two men, on what are called doctrinal points, think alike who think at all, it is only those who have not thought that appear to agree.

So, we don't always have to agree with opinions of others, try to find out some different things, that would be helpful for all of us, that would be the start point of creations.

Humanity is won by continuing to play in face of certain defeat.

就算可能失败,也要继续前行,这才是真正的人。

From Ralph Ellison.

Live is to be lived, not controlled, and humanity is won by continuing to play in face of certain defeat.

The above is the complete version of this quote.

As an ordinary person, my willpower is not strong and my persistence is weak, it is natural for me that I am often afraid of failing, sometimes such feeling even held me back from the opportunities I had been eager for.

And I know that might be the reason why I couldn't be somebody, because those fears undermined my own efforts to avoid the possibility of a larger failure.

As we all know, the fear of failing can be immobilizing, it can cause us to do nothing, and therefore resist moving forward.

When we allow fear to stop our forward progress in life, we are likely to miss some great opportunities along the way.

To realize our dreams, to avoid being disappointed by the results, we must overcome our fear of failure so that we have the possibility to achieve our goals.

February 27th, 2018 Week 9th Tuesday的更多相关文章

  1. February 28th, 2018 Week 9th Wednesday

    Knowledge makes humble, ignorance makes proud. 博学使人谦逊,无知使人骄傲. Humility is not equal with being passi ...

  2. February 26th, 2018 Week 9th Monday

    A good beginning is half done. 良好的开端是成功的一半. We can't finish anything if we don't start, sometimes ge ...

  3. February 25th, 2018 Week 9th Sunday

    LIfe is about making an impact, not making an income. 生命在于影响他人,而非赚钱糊口. From Kevin Kruse. You probabl ...

  4. February 20th, 2018 Week 8th Tuesday

    Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...

  5. February 13th, 2018 Week 7th Tuesday

    You are your greatest asset. 你就是你自己最大的资本. For most of us, there are few things that we can count on ...

  6. February 6th, 2018 Week 6th Tuesday

    To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...

  7. June. 26th 2018, Week 26th. Tuesday

    No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...

  8. February 16th, 2018 Week 7th Friday

    Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...

  9. September 27th 2016 Week 40th Tuesday

    Friends are lost by calling too often and calling seldom. 交往过密过疏,都会失去朋友. Please mind your own busine ...

随机推荐

  1. Hive环境搭建及测试

     前提条件:已经安装好如下软件 Eclipse4.5 hadoop-2.7.3 jdk1.7.0_79 此篇文章基于上一篇文章:zookeeper高可用集群搭建 什么是Hive? 1.Hive是一个基 ...

  2. Font Awesome 供更精准的图标搜索

    https://www.thinkcmf.com/font/font_awesome/icon/address-book

  3. Git中的"pull request"真正比较的是什么?

    前言 利用git版本控制工具时,我们通常会从主分支拉出新分支进行开发,开发完成后创建pr(也就是pull request),让其他小伙伴帮忙review,确定代码没有问题后再将新分支合并到主分支上.但 ...

  4. Hibernate入门(十)inverse

    双向关联产生多余的SQL语句 /** * 添加一个订单到id为6的客户中 */ @Test public void fun1(){ Session session = HibernateUtils.g ...

  5. PHP 无限极分类下拉列表实现

    1. 递归实现下拉列表 /** * @param 递归 实现下拉列表 分类 */ include('db.inc.php'); function getList($pid = 0,&$resu ...

  6. vue过滤器用法实例分析

    过滤器: vue提供过滤器: capitalize uppercase currency.... ? 1 2 3 <div id="box">     {{msg|cu ...

  7. JavaScript 变量及类型

    在JavaScript中,所有的number都是以64位浮点型数据来存储的.所有的编程语言,包括js,对浮点型数据的精度都很难确定. var a = 0.1 + 0.2; console.log(a ...

  8. 小tips:JS中this操作执行像(object.getName = object.getName)()操作改变了this

    var name = "The window"; var object = { name: "My Object", getName: function(){ ...

  9. 洛谷P4926 [1007]倍杀测量者(差分约束)

    题意 题目链接 Sol 题目中的两个限制条件相当于是 \[A_i \geqslant (K_i - T)B_i\] \[A_i(K_i + T) \geq B_i\] 我们需要让这两个至少有一个不满足 ...

  10. django请求和响应

    本文转载自https://blog.csdn.net/xiaogeldx/article/details/88096341 HttpRequest对象 服务器接收到http协议的请求后,会根据报文创建 ...