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 ...
随机推荐
- 挑战程序设计竞赛 P131 区间DP
书上好多题没补 PS.整个DP是根据Q来划分的,dalao的代码就是不一样啊 #include<bits/stdc++.h> #define rep(i,j,k) for(int i=j; ...
- Gson反序列化泛型实例
1 package com.ppmoney.g2.mapper; import com.google.common.reflect.TypeToken; import com.google.gson. ...
- 前后端分离和restful开发规范
一.web开发的两种模式 1.前后端不分离 在前后端不分离的应用模式中,前端页面看到的效果都是由后端控制,由后端渲染页面或重定向,也就是后端需要控制前端的展示,前端与后端的耦合度很高. 这种应用模式比 ...
- 【总结】sqlmap-tamper编写小结
目的:修改sqlmap中的tamper脚本来绕过代码对特定参数的过滤和转义 环境:win10.phpstudy2016.sqli-labs-master平台 工具:sqlmap.burpsuite 地 ...
- Spark (Python版) 零基础学习笔记(一)—— 快速入门
由于Scala才刚刚开始学习,还是对python更为熟悉,因此在这记录一下自己的学习过程,主要内容来自于spark的官方帮助文档,这一节的地址为: http://spark.apache.org/do ...
- Python学习 day04
一.list list可以存放各种类型的数据,与java中list类差不多,比如li = ['keith', 1, True, [1, 2, 3], {name: 'tangtang', age: 1 ...
- golang context 剖析 1.7.4 版本
1. 内部结构之 - timerCtx . type timerCtx struct { cancelCtx timer *time.Timer // Under cancelCtx.mu. dead ...
- flume 自定义sink
http://flume.apache.org/FlumeDeveloperGuide.html#sink 看了 还是比较好上手的,简单翻译一下 sink的作用是从 Channel 提取 Event ...
- Python项目中如何优雅的import
Python项目中如何优雅的import 前言 之前有一篇关于Python编码规范的随笔, 但是写的比较杂乱, 因为提到了import语句, 在篇文章中, 我专门来讲Python项目中如何更好的imp ...
- Sql Server 锁 排它锁 更新锁 共享锁
引用别人的.有时间整体整理下. 引用地址:http://www.cnblogs.com/wenjl520/archive/2012/08/24/2654412.html 锁的概述 一. 为什么要引入锁 ...