August 12th 2017 Week 32nd Saturday
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的更多相关文章
- August 6th, 2016, Week 32nd, Saturday
It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...
- August 26th 2017 Week 34th Saturday
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- 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 ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
- 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 ...
- August 06th 2017 Week 32nd Sunday
No words are necessary between two loving hearts. 两颗相爱的心之间不需要言语. No, I don't think so. Words may be ...
随机推荐
- Linux常用命令之tr
tr NAME tr - translate or delete characters 可以对来自标准输入的字符进行替换.压缩和删除.它可以将一组字符变成另一组字符,经常用来编写优美的单行命令,作用很 ...
- Linux shell ${}简单用法
转自:Linux shell ${}简单用法 为了完整起见,我这里再用一些例子加以说明 ${ } 的一些特异功能:假设我们定义了一个变量为:file=/dir1/dir2/dir3/my.file.t ...
- ajax从零基础到实战
一. 什么是AJAX? ajax是一种在无需重新加载整个网页的情况下,能够更新部分网页的技术. 二. 在项目中怎么运用AJAX? 项目主要文件夹目录有img文件夹,css文件夹,js文件夹,如果你要运 ...
- Delphi下OpenGL2d绘图(06)-画图(多窗口、多视图、多个DC)
一.前言 在学习OpenGL的过程中,发现很多函数都是全局的.前面几章中都是在一个窗口DC中画图,那么要在多个窗口画图,需要怎么处理呢?网上方法有多种,这里采用其中一种,利用wglMakeCurren ...
- Web开发者的福利 30段超实用CSS代码
1.花式连字符(&) 这个类应该在span元素里使用,并且里面包括&字符.它使用经典的serif字体和斜体来增强&符号. .amp { font-family: Baskerv ...
- [转]emailjs-smtp-client
本文转自:https://github.com/emailjs/emailjs-smtp-client/blob/master/README.md SMTP Client SMTP Client al ...
- SSIS教程:创建简单的ETL包 -- 3. 添加日志(Adding Logging)
Microsoft Integration Services 包含日志记录功能,可通过提供任务和容器事件跟踪监控包执行情况以及进行故障排除. 日志记录功能非常灵活,可以在包级别或在包中的各个任务和容器 ...
- Dapper的简单使用(初学者归纳)
Dapper的简单使用(初学者归纳) //引用:using System;using System.Collections.Generic;using System.Linq;using System ...
- 优化SQLServer
由于SQLServer,数据文件mdf过大,造成系统异常卡 一. 更改隔离级别 ALTER DATABASE [B2EC] SET SINGLE_USER WITH ROLLBACK IMMEDIAT ...
- Freebsd10.3(FreeBSD11 Beta1)使用手记
Freebsd10.3(FreeBSD11 Beta1)使用手记 1.安装系统. 2.设置ssh2登录,并开启ftp. (1)编辑/etc/ssh/sshd_config文件,设置如下: Permit ...