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. 翻译:TRUNCATE TABLE(已提交到MariaDB官方手册)

    本文为mariadb官方手册:TRUNCATE TABLE的译文. 原文:https://mariadb.com/kb/en/truncate-table/我提交到MariaDB官方手册的译文:htt ...

  2. python模块之sys与os

    python常用模块系列(二):sys模块与os模块 sys模块是python解释器和环境有关的一个模块: os是python用来和操作系统进行交互的一个模块. 一 sys 查看当前环境变量 查看已经 ...

  3. shell编程基础(三): 位置参数与shell脚本的输入输出

    一.位置参数和特殊变量 有很多特殊变量是被Shell自动赋值的,我们已经遇到了$?和$1,现在总结一下: 常用的位置参数和特殊变量: $0 相当于C语言main函数的argv[0] $1.$2... ...

  4. RDD内存迭代原理(Resilient Distributed Datasets)---弹性分布式数据集

    Spark的核心RDD Resilient Distributed Datasets(弹性分布式数据集)   Spark运行原理与RDD理论 Spark与MapReduce对比,MapReduce的计 ...

  5. Java虚拟机——类的结构与加载

    1.为什么Java可以跨平台 因为有java虚拟机,跨平台是因为字节码即class文件具有平台无关性,java代码会经过java虚拟机转换为字节码 2.class文件的结构 class文件主要是以8位 ...

  6. 第一册:lesson ninety-three。

    原文:  our new neighbor. Nigel is our new next-door neighbor. He is a pilot. He was in the R.A.F. He w ...

  7. team项目学习01

    项目里面有好多单词不理解.先查一下. authorize:授权,批准 controller:控制器 domain:领域,域 form:表格,形式,窗体 interceptor 拦截器,自定义动画渲染器 ...

  8. vs 中引用自己创建程序集出现小叹号

    出现的问题: 原因是.net frame work版本不一致 解决方法: 项目单击右键-->属性: 改为与你要引用的项目的程序集的版本一致即可

  9. 从dm_exec_query_stats系统表查询耗时的SQL语句

    语句示例: s2.dbid , s1.total_worker_time / s1.execution_count AS [Avg CPU Time] , ( , ( ( THEN ( LEN(CON ...

  10. Spring Boot从入门到精通之:二、Spring Boot整合JPA

    springboot-jpa 开发工具 系统: windows10 开发工具: Intellij IDEA 2018.2.6 springboot: 2.0.6.RELEASE jdk: 1.8.0_ ...