February 27th, 2018 Week 9th Tuesday
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的更多相关文章
- February 28th, 2018 Week 9th Wednesday
Knowledge makes humble, ignorance makes proud. 博学使人谦逊,无知使人骄傲. Humility is not equal with being passi ...
- February 26th, 2018 Week 9th Monday
A good beginning is half done. 良好的开端是成功的一半. We can't finish anything if we don't start, sometimes ge ...
- February 25th, 2018 Week 9th Sunday
LIfe is about making an impact, not making an income. 生命在于影响他人,而非赚钱糊口. From Kevin Kruse. You probabl ...
- February 20th, 2018 Week 8th Tuesday
Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...
- February 13th, 2018 Week 7th Tuesday
You are your greatest asset. 你就是你自己最大的资本. For most of us, there are few things that we can count on ...
- February 6th, 2018 Week 6th Tuesday
To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- February 16th, 2018 Week 7th Friday
Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...
- September 27th 2016 Week 40th Tuesday
Friends are lost by calling too often and calling seldom. 交往过密过疏,都会失去朋友. Please mind your own busine ...
随机推荐
- 第一册:lesson fifty three。
原文: An interesting climate. A:where do you come from? B:I come from England. A:What's the climate li ...
- C#线程安全类型
1.IProducerConsumerCollection (线程安全接口) 此接口的所有实现必须都启用此接口的所有成员,若要从多个线程同时使用. using System; using System ...
- 从零开始学安全(二十四)●用Nmap发现主机
首先了解端口状态 常用 都是 open closed filtered 状态 打开 cmd 输入 nmap -A 192.168.11.11 后面是你的 ip 可以扫描打开的端口状 ...
- [PHP] swoole的安装和简单使用
1. pecl install swoole 开启http2支持需要的依赖库:apt-get install nghttp2 开启的几个参数: enable sockets supports? [no ...
- python学习笔记(四)、条件、循环及其他语句
1 再谈print和import 1.1 打印多个参数 print 能够同时打印多个表达式,并且能自定义分隔符.如下: print('a','b','c') ——> a b c print('a ...
- redis.conf 常见配置介绍
参数说明redis.conf 配置项说明如下: 1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 daemonize no 2. 当Redis以守护进程方式运 ...
- springboot调优
application.properties server.tomcat.max-connections=0 # Maximum number of connections that the serv ...
- java多线程高并发
旭日Follow_24 的CSDN 博客 ,全文地址请点击: https://blog.csdn.net/xuri24/article/details/81293321 “高并发和多线程”总是被一起提 ...
- 前端常见算法的JS实现
1.冒泡排序 function bubbleSort(arr){ var i = 0, j = 0; for(i=1; i<arr.length; i++){ for(j=0; j<=ar ...
- CentOS7 离线安装MySQL
1.删除原有的mariadb 不然安装报错 rpm -qa|grep mariadb rpm -e --nodeps mariadb-libs 2. 下载RPM安装包 在https://dev.mys ...