May 09th 2017 Week 19th Tuesday
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的更多相关文章
- September 19th 2017 Week 38th Tuesday
Live boldly. Push yourself. Don't settle. 勇敢生活,突破自我,永不设限! Don't indulge in the past, whether it was ...
- June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
- May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...
- January 09th, 2018 Week 02nd Tuesday
Use the smile to change the world. Don't let the world change your smile. 用你的笑容去改变这个世界,别让这个世界改变了你的笑容 ...
- November 14th, 2017 Week 46th Tuesday
Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...
- November 09th, 2017 Week 45th Thursday
If we did all the things we are capable of, we would literally astound ourselves. 我们如果尽全力去完成我们能做到的事情 ...
- November 07th, 2017 Week 45th Tuesday
Love is composed of a single soul inhabiting two bodies. 爱就是一个灵魂栖息在两个身体里. Love and family and childr ...
- October 31st, 2017 Week 44th Tuesday
No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始. Honestly, I don't ag ...
- October 24th, 2017 Week 43rd Tuesday
We can't give up trying. The fight was worth it. 我们不能放弃尝试,奋斗是值得的. When doing researches in some cutt ...
随机推荐
- HDU - 4825 01字典树套路题
/*H E A D*/ struct Trie{ int son[maxn<<2][2]; int b[67],tot; void init(){ // memset(son,0,size ...
- java代码将excel文件中的内容列表转换成JS文件输出
思路分析 我们想要把excel文件中的内容转为其他形式的文件输出,肯定需要分两步走: 1.把excel文件中的内容读出来: 2.将内容写到新的文件中. 举例 一张excel表中有一个表格: 我们需要将 ...
- [转] Kubernetes K8S 简介
[From] https://blog.csdn.net/zhangxxxww/article/details/73547251 Kubernetes(k8s)是自动化容器操作的开源平台,这些操作包括 ...
- python 爬虫系列09-异步斗图来一波
斗图斗图,妈妈再也不怕我都不赢了 import requests from lxml import etree from urllib import request import os import ...
- drupal 7 安装失败后的补救办法
在安装 drupal 7 时安装,导入数据库已经成功,但是在安装语言包的时候卡住了,没有进行最后三步,管理员帐号没能启用.此时我退出安装,访问网站,没有问题.但是管理员admin的密码没有设置,以至于 ...
- Spring混合配置时,遇到配置文件路径NotFound,使用PathMatchingResourcePatternResolver解决
在将spring的xml配置改为java配置的过程中,遇到了一些问题,block时间比较长的一个问题是资源(.xml, .properties)的路径找不到,最后是使用PathMatchingReso ...
- Android多语言与国际化
internationalization (国际化)简称 i18n,因为在i和n之间还有18个字符,localization(本地化 ),简称L10n.一般用 语言_地区的形式表示一种语言,如 zh_ ...
- 深入理解jQuery插件开发【转】
如果你看到这篇文章,我确信你毫无疑问会认为jQuery是一个使用简便的库.jQuery可能使用起来很简单,但是它仍然有一些奇怪的地方,对它基本功能和概念不熟悉的人可能会难以掌握.但是不用担心,我下面已 ...
- Notepad++的ftp远程编辑功能
我们主要来说说NppFTP的使用方法: 1.启动notepad++后,点击插件-->NppFTP-->Show NppFTP Window,就可以显示NppFTP的管理窗口了. 2.在Np ...
- nyoj 600——花儿朵朵——【离散化、线段树插线问点】
花儿朵朵 时间限制:1000 ms | 内存限制:65535 KB 难度:5 描述 春天到了,花儿朵朵盛开,hrdv是一座大花园的主人,在他的花园里种着许多种鲜花,每当这个时候,就会有一大群游 ...