Everything you see exists together in a delicate balance.

世上所有的生命都在微妙的平衡中生存。

A delicate balance? Can it be an explanation for why some are rich but some are poor, why some can have many lovers but some have to live alone forever?

Balance? Maybe, but not necessarily always true.

Maybe it can be explained by the answer that all these are due to natural selection.

All of the creatures, from human being to single-cell organisms, are always developing from generation to generation by a process of natural selection.

Therefore, it is no strange that the strong ones become stronger and the weak ones become weaker.

If I don't intend on being obsoleted or being washed out by the times, then I must try to become stronger than the current self.

Imagination is the one weapon in the war against reality.

想象力是向现实开战时的一种武器。

From Jules de Gaultier.

Innovation is nothing more than adding a little different things on the existing things.

Imagination can benefit us a lot in innovation.

If you have poor imagination, then your performance in innovation may be also poor, that will in turn weaken your capabilities of fighting against the reality.

Notes: Jules de Gaultier, born in 1858 in Paris, died in 1942, was a French philosopher. In his famous theory of bovarysme, he meant that the continual need of humans to invent themselves, to lie to themselves.

Today, I want to share a poem of Robert Burns with you.

A Red, Red Rose

O my love is like a red, red rose

That's newly sprung in June;

O my love is like the melody

That's sweetly played in tune!

As fair are though, my bonnie lass,

So deep in love am I.

And I will love you still, my dear;

Till all the seas go dry;

Till all the seas go dry, my dear;

And the rocks melt with the sun;

I will love you still, my dear;

While the sands of life shall run;

And fare you well, my only love;

And fare you well a while!

And I wll come again, my love,

Though it were ten thousand mile.

Ok, actually the original text of this poem is a little different from the above, because it was written down about 250 years ago, and the author Robert Burns was a Scottish.

When reading the poem, I wanted to translate it into Chinese, however, I can understand the meaning and the emotion it delivered, I found it was too difficult to accurately and graciously express the same meaning and emotion in our chinese words.

Apparently, it is quite right that in every field there are a great number of professionals who are far more brilliant and capable than those amuters, so just put most of my attentions on my own businesses.

May 09th 2017 Week 19th Tuesday的更多相关文章

  1. September 19th 2017 Week 38th Tuesday

    Live boldly. Push yourself. Don't settle. 勇敢生活,突破自我,永不设限! Don't indulge in the past, whether it was ...

  2. June 13th 2017 Week 24th Tuesday

    There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...

  3. May 13th 2017 Week 19th Saturday

    Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...

  4. January 09th, 2018 Week 02nd Tuesday

    Use the smile to change the world. Don't let the world change your smile. 用你的笑容去改变这个世界,别让这个世界改变了你的笑容 ...

  5. November 14th, 2017 Week 46th Tuesday

    Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...

  6. November 09th, 2017 Week 45th Thursday

    If we did all the things we are capable of, we would literally astound ourselves. 我们如果尽全力去完成我们能做到的事情 ...

  7. November 07th, 2017 Week 45th Tuesday

    Love is composed of a single soul inhabiting two bodies. 爱就是一个灵魂栖息在两个身体里. Love and family and childr ...

  8. October 31st, 2017 Week 44th Tuesday

    No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始. Honestly, I don't ag ...

  9. October 24th, 2017 Week 43rd Tuesday

    We can't give up trying. The fight was worth it. 我们不能放弃尝试,奋斗是值得的. When doing researches in some cutt ...

随机推荐

  1. URAL - 1297 后缀数组的做法 LCP应用

    题意:求最长回文子串 这种有专门的O(n)套板子算法,但作为练习还是用后缀数组来解吧 只需把相同的另一个串反接(中间用一个足够小且未出现的字符衔接),然后枚举回文串的中点,不断求解该点往前和往后计算的 ...

  2. vue 调用常量的config.js文件

    我遇到问题,就是有很多常量需要应用的项目里面.所以需要打算设置一个config.js文件 1.填写config.js 文件 //常量配置 //快递公司名单 对应的页面为: src/pages/othe ...

  3. Yii2 场景scenario的应用

    首先,我们在使用模型类中的验证,rules的时候,会出现以下情况: 假设有一个字段type, 当type

  4. c#实现常用排序算法

    让我们先看一看常用排序算法的效率对比 接着请看代码和注释~ using System; using System.Collections.Generic; using System.Linq; usi ...

  5. java与C语言在字符串结束符上的区别

    综述:在C语言中字符串或字符数组最后都会有一个额外的字符‘\0’来表示结束,而在java语言中没有结束符这一概念.具体见下面分析. 1. C 语言 在C语言中字符串和字符数组基本上没有区别,都需要结束 ...

  6. 第二十一章:deploy and live updates

    通常我们开发一个app之后,需要把他们放到对应的应用商店上去以供下载.在此期间,需要经过应用商店的审核,包括初次上传和更新上传.短则需要数天,多则需要几个星期,这对于我们的快速产品迭代和hotfix来 ...

  7. ElasticSearch 2.1.1学习及总结

    Install & Up cd elasticsearch-2.1.1/bin ./elasticsearch ./elasticsearch --cluster.name my_cluste ...

  8. pycharm Python解释器的配置--可以指定批处理文件为解释器

    这样就可以很方便的配置一些环境变量了,很方便很有创意的功能,再次Mark一下以防忘记

  9. js- 引用和复制(传值和传址)

    js- 引用和复制(传值和传址) 好像一般很少人讲到js中的引用和复制,不过弄清楚这个概念可以帮助理解很多东西 先讲一下很基础的东西,看看js中几种数据类型分别传的什么引用:对象.数组.函数复制:数字 ...

  10. nyoj 47——过河问题——————【贪心】

    过河问题 时间限制:1000 ms  |  内存限制:65535 KB 难度:5   描述 在漆黑的夜里,N位旅行者来到了一座狭窄而且没有护栏的桥边.如果不借助手电筒的话,大家是无论如何也不敢过桥去的 ...