That which does not kill us makes us stronger.

但凡不能杀死你的,最终都会使你更强大。

Seemingly I have heard this from Linkon Park, and one of its members had committed suicide several weeks before.

It sounds a little ridiculous, the one who ever gave you strength and stimulation finally turned out to be a pessimist himself.

Maybe everyone has some diffcult times that others never know.

Maybe the thing is just that can kill him.

Now that we are still alive, we are still able to breathe, then we may not surrender to life or destiny.

The wisest mind has something yet to learn.

就连最智慧的人也有东西要学。

From George Santayana.

The following brief biography of George Santayana is from Wikipedia:

George Santayana, born on December 16 of 1863 and died on September 26 of 1952, was a philosopher, essayist, poet and novelist.

Orginally born in Spain, Mr. Santayana was raised and educated in the United States.

He studied in the Harvard University and finally became a professor of philosophy in Harvard.

Many of his students earned their own reputations, so he must be a good mentor.

Besides philosophy, Mr. Santayana also was a broad-ranging critic spanning many disciplines.

He should be considered as one of the wisest scholars in his field, but he wasn't statisfied with himself.

At the age of forty-eight, he resolutely left his position in Harvard and returned to Europe permanently, because at that time, Europe was the centre of technology and civilization in the world.

For everyone in the world, whether he is an expert or a mediocore, there are always numerous unknown things to him.

To keep pace with the world and not to be outdated, we must keep learning new knowldedge and new skills.

Besides, learning is not just reading or following other's example, it also involves summarizing one's own experience and creating new things.

But you have to figure out which ones are with greater importance and which ones are with fewer importance, so as to better allocate our limited time and energy.

August 12th 2017 Week 32nd Saturday的更多相关文章

  1. August 6th, 2016, Week 32nd, Saturday

    It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...

  2. August 26th 2017 Week 34th Saturday

    Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...

  3. August 19th 2017 Week 33rd Saturday

    Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...

  4. August 11th 2017 Week 32nd Friday

    I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...

  5. August 10th 2017 Week 32nd Thursday

    Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...

  6. August 09th 2017 Week 32nd Wednesday

    Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...

  7. August 08th 2017 Week 32nd Tuesday

    The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...

  8. August 07th 2017 Week 32nd Monday

    Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...

  9. August 06th 2017 Week 32nd Sunday

    No words are necessary between two loving hearts. 两颗相爱的心之间不需要言语. No, I don't think so. Words may be ...

随机推荐

  1. C 标准库 - ctype.h之isalpha使用

    isalpha int isalpha ( int c ); Checks whether c is an alphabetic letter. 检查给定字符是否字母字符,即是大写字母( ABCDEF ...

  2. 查询各分类中最大自增ID

    假如现在有表结构: CREATE TABLE `msg_detail` ( `id` ) NOT NULL AUTO_INCREMENT COMMENT 'id', `title` ) NOT NUL ...

  3. 从零开始学JAVA(07)-使用SpringMVC4写helloworld

    一.关于开发环境 Eclipse IDE for Java EE Developers Jdk 1.7 (32位版本) SpringMVC 4.1.5.RELEASE apache-tomcat-7. ...

  4. CSS3动画积累+动画库+3d动画

    一.animates.css animate.css是来自dropbox的工程师Daniel Eden开发的一款CSS3的动画效果小类库.包含了60多款不同类型的CSS3动画,包括:晃动,闪动,各种淡 ...

  5. pygame(一)

    昨天,是有在树莓派上面操作pygame的,但是树莓派又上不了网了,很奇怪,我的306wifi显示的是树莓派连接成功,但是就是无法用网络,所以就下载不了图片,坐等HDMI线吧. 现在,看小甲鱼的视频已经 ...

  6. ASP.NET MVC* 采用Unity依赖注入Controller

    Unity是微软Patterns & Practices团队所开发的一个轻量级的,并且可扩展的依赖注入(Dependency Injection)容器,它支持常用的三种依赖注入方式:构造器注入 ...

  7. JavaScript ES6 promiss的理解。

    本着互联网的分享精神,我将我对promise的理解分享给大家. JavaScript ES6的promise方法主要应用在处理异步函数返回的结果,注意他不是将异步函数转换为同步函数,而是等异步函数有结 ...

  8. tomcat的8088端口被占用

    打开Dos:windows->输入cmd(想必这个都会) 在黑窗口中输入指令:netstat -ano | findstr 8080       指令的意思是找出占用8080端口的进程pid 再 ...

  9. mvc手把手教你写excel导入[mvc+三层,没用EF]

    实习狗的每天新知识日常 准备工作: 1.在项目中添加对NPOI的引用,NPOI下载地址:http://npoi.codeplex.com/releases/view/38113 2.NPOI学习系列教 ...

  10. groovy普通方法、抽象方法、接口、trait

    /** * Created by Jxy on 2018/12/21 14:07 * trait关键字 * 声明trait中的方法和任何常规方法一样 * trait声明抽象方法需要在实现类中实现 * ...