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的更多相关文章

  1. January 31st, 2018 Week 05th Wednesday

    Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ...

  2. 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 ...

  3. January 18th, 2018 Week 03rd Thursday

    To strive, to seek, to find, and not to yield. 去奋斗,去寻觅,去探索,但绝不屈服. Strive for our dreams, seek the ve ...

  4. January 16th, 2018 Week 03rd Tuesday

    Accept who you are, and revel in it. 接受真实的自己并乐在其中. Try to accept youself and try to love yourself mo ...

  5. January 15th, 2018 Week 03rd Monday

    We got things to do. Places to go. People to see. Futures to make. 我们有很多事情要做,有很多地方要去,有很多人要见,有很多美好的未来 ...

  6. January 10th, 2018 Week 02nd Wednesday

    No need to have a reason to love you. Anything can be a reason not to love you. 喜欢你,不需要什么理由:不喜欢你,什么都 ...

  7. January 03rd, 2018 Week 01st Wednesday

    My existence is not without reason. I know that I could be a quite a different person. 我的存在必定有意义,我知道 ...

  8. August 17th 2016 Week 34th Wednesday

    Life is painting a picture, not doing a sum. 生活就像是绘画,而不是做算术. I am too serious about digits. All what ...

  9. 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 ...

随机推荐

  1. 逆向知识之CS辅助/外挂专题.2.实现CS1.6透视原理

    逆向知识之CS辅助/外挂专题.2.实现CS1.6透视原理 一丶透视简介 我们涉及到FPS游戏.免不了说透视.自瞄什么的. 在CS1.6中. 有OpenGl.也有D3D. 透视的方法很多. gl透视(也 ...

  2. 反射的所有api

    Extension [ extension #17 Reflection version $Id: 1cf65cee164ed57874ce2d29e5c46b82f6139524 $ ] { - C ...

  3. shiro源码篇 - shiro的session共享,你值得拥有

    前言 开心一刻 老师对小明说:"乳就是小的意思,比如乳猪就是小猪,乳名就是小名,请你用乳字造个句" 小明:"我家很穷,只能住在40平米的乳房" 老师:" ...

  4. HDU 1079 Calendar Game(规律博弈)

    题目链接:https://cn.vjudge.net/problem/HDU-1079 题目: Adam and Eve enter this year’s ACM International Col ...

  5. [HAOI 2016]找相同字符

    Description 题库链接 给定两个只含小写字母字符串 \(s_1,s_2\) ,求出在两个字符串中各取出一个子串使得这两个子串相同的方案数.两个方案不同当且仅当这两个子串中有一个位置不同. \ ...

  6. Badge

    The following plugin provides functionality available through Pipeline-compatible steps. Read more a ...

  7. 【mysql】service mysql start出错,mysql启动不了,解决mysql: unrecognized service错误

    service MySQL start出错,mysql启动不了,解决mysql: unrecognized service错误的方法如下: [root@ctohome.com ~]# service ...

  8. 在CentOS下的docker容器中部署spring boot应用的两种方式

    我们通常在 windows 环境下开发 Java,而通常是部署在Linux的服务器中,而CentOS通常是大多数企业的首选,基于Docker的虚拟化容器技术,多数Java应用选择这种方式部署服务.本文 ...

  9. C#设计模式六大原则概述

    在面向对象的设计中,我们应当遵循以下六大原则,只有掌握了这些原则,才能更好的理解设计模式. 1:单一职责原则(Single Responsibility Principle 简称 :SRP) : 就一 ...

  10. 23种设计模式+J2EE设计模式学习笔记-初识设计模式

    设计模式简介: 设计模式是一套被反复使用的.多数人知晓的.经过分类编目的.代码设计经验的总结.(个人理解:设计模式是不关乎业务,逻辑实现,针对普遍问题的一种解决方案). 设计模式的类型: 传统23种设 ...