January 17th, 2018 Week 03rd Wednesday
Don't let go too soon, but don't hold on too long.
不要太快放手,也别紧握太久。
It is inevitalbe to encounter with some insurmountable obstacles sometimes, especially when doing some unprecedented researches in those edge-cutting fields.
If there is still no feasible solution to conquer those obstacles even after we have maken great efforts and racked our brains, then how about consdiering resignation or turn to other possible ways?
Resignation is of two sorts, one rooted in despair, the other in unconquerable hope.
The man who has suffered such fundamental defeat that he has given up hope of serious achievements may learn the resignation of despair, and if he does, he will abandon all serious activities.
He may, camouflage his despair by religious phrases, or by the doctrine that contemplation is the true end of man.
But whatever disguise he may adopt to conceal his inward defeat, he will remain essentially useless and fundamentally unhappy.
The man whose resignation is base on unconquerable hope acts in quite a different way.
Hope which is to be unconquerable must be large and impersonal.
Whatever my personal activities, may be defeat by death, or by certain kinds of diseases.
And I may be overcomed by those difficulties, I may find that I have embarked upon an unwise course which cannot lead to success.
In a thousand ways the failure of purely personal hopes may be unavoidable, but if personal aims have been part of larger hopes for humanity, there is not the same utter defeat when failure comes.
There will be an answer. Let it be.
顺其自然吧,一切终会有答案。
From Beatles, "Let It Be"
There will be an answer, but it requires you to find out it.
Sometimes it may be unreachable, and the only thing we can do is to get closer and closer to the right one.
Don't easily cease from exploration, and be aware of not being distracted from things without use.
January 17th, 2018 Week 03rd Wednesday的更多相关文章
- January 31st, 2018 Week 05th Wednesday
		Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ... 
- January 24th, 2018 Week 04th Wednesday
		Each day has enough trouble of its own. 一天的难处一天当. Looking into the sunset I can't help but notice th ... 
- January 18th, 2018 Week 03rd Thursday
		To strive, to seek, to find, and not to yield. 去奋斗,去寻觅,去探索,但绝不屈服. Strive for our dreams, seek the ve ... 
- January 16th, 2018 Week 03rd Tuesday
		Accept who you are, and revel in it. 接受真实的自己并乐在其中. Try to accept youself and try to love yourself mo ... 
- January 15th, 2018 Week 03rd Monday
		We got things to do. Places to go. People to see. Futures to make. 我们有很多事情要做,有很多地方要去,有很多人要见,有很多美好的未来 ... 
- January 10th, 2018 Week 02nd Wednesday
		No need to have a reason to love you. Anything can be a reason not to love you. 喜欢你,不需要什么理由:不喜欢你,什么都 ... 
- January 03rd, 2018 Week 01st Wednesday
		My existence is not without reason. I know that I could be a quite a different person. 我的存在必定有意义,我知道 ... 
- August 17th 2016 Week 34th Wednesday
		Life is painting a picture, not doing a sum. 生活就像是绘画,而不是做算术. I am too serious about digits. All what ... 
- July 04th. 2018, Week 27th. Wednesday
		And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ... 
随机推荐
- nmcli工具详解
			目录 1. nmcli 安装 2. nmcli 基本选项 3. general 常规选项 3.1 status 3.2 hostname 3.3 permissions 3.4 loggin 4. n ... 
- 关于const用法的学习
			被const修饰的东西都受到强制保护,可以预防意外的变动,能提高程序的健壮性.所以很多C++程序设计书籍建议:“Use const whenever you need”.1.const作函数参数 例如 ... 
- Linux 使用 ssh 命令远程连接另一台 Linux
			用 Linux 系统的 ssh 命令远程连接另一台 Linux 机器的命令 #ssh 用户名@主机名(IP地址) 例: #ssh root@10.41.24.138 ... 
- ubantu 安装杀毒软件 clamav
			前言: 搜索了一番安装杀毒软件的教程, 但是多有残缺不全的, 所以整理一下,以作记录 1. 添加用户 groupadd clamav useradd -g clamav -s /bin/false - ... 
- Golang包管理工具之govendor的使用
			1. govendor简介 golang工程的依赖包经常使用go get命令来获取,例如:go get github.com/kardianos/govendor ,会将依赖包下载到GOPATH的路径 ... 
- JVM参数以及用法
			工作以后,发觉真的几乎没有像大学那样空闲的时间,坐下来看看书写写博客了.最近的一篇博客距离现在已经近一个多月了,最近也在复习Java的东西,准备校招,看了看JVM的东西,就当作记笔记. (一)JVM参 ... 
- numpy使用指南
			numpy.array numpy.array是numpy中用于处理n阶数组的对象,是其类族中的重要基类. numpy.array可以表示任意维的数组,可以使用构造函数初始化: arr = numpy ... 
- 基于tcp协议下粘包现象和解决方案,socketserver
			一.缓冲区 每个 socket 被创建后,都会分配两个缓冲区,输入缓冲区和输出缓冲区.write()/send() 并不立即向网络中传输数据,而是先将数据写入缓冲区中,再由TCP协议将数据从缓冲区发送 ... 
- 一款非常好用的万能本地离线激活工具,支持Office2016、Office2015、Win7、Win8/8.1/10、Win2008/2012/R2系统,全自动安装且无需联网状态即可全部激活,它由国外网友heldigard制作,小巧、简单,只需运行而不用去管它自动激活,能自动激活为180天无限循环,欢迎大家下载使用
			office2016激活工具(KMS)是一款非常好用的万能本地离线激活工具,支持Office2016.Office2015.Win7.Win8/8.1/10.Win2008/2012/R2系统,全自动 ... 
- Java_多项式加法
			题目内容: 一个多项式可以表达为x的各次幂与系数乘积的和,比如: 2x6+3x5+12x3+6x+20 现在,你的程序要读入两个多项式,然后输出这两个多项式的和,也就是把对应的幂上的系数相加然后输出. ... 
