April 26 2017 Week 17 Wednesday
We read the world wrong and say that it deceives us.
我们把世界看错了,反而说它欺骗了我们。
It is not a cakewalk to see the world clearly and read it in the right way.
Sometimes we didn't attain the things we expected, we might complain that the world deceived us.
Why did it give us the hope that eventually turned out to be nothing?
Why did it give us the illusions that we could succeed but at last we failed?
Maybe it is just a demon that loves to make tricks with us, and loves to see how we responded to its tricks.
Actually, maybe we just read it wrong and misunderstand its real meaning.
No matter what its intention really be, please treate our life seriously and do our best to make some better things happen in our life.
Be kind, for everyone you meet is fighting a hard battle.
要与人为善,因为你遇到的每个人都在艰苦奋战。
The Shanbay said it is a saying from Ian Maclaren.
I don't know this man before, and I know that Plato had said the same:
Be kind, for everyong you meet may fight a hard battle you don't know.
To make clear who said it and who was the original creator, I searched the answer on the internet.
Yes, Ian Maclarn, Plato, John Watson, and others I don't know, had all said that or expressed the same meaning.
Suddenly, I found I just made a mistake, it was not important at all to make clear who said it, it was important to learn something from the saying.
As for me, I think I am fighting a very hard battle now, I think I am experiencing some miserable things, but people around me don't know that, they think I am living a happy and wealthy life.
Yes, they don't know, yes, I don't know the battles they are fighting as well.
I had always prided on being an empathetic person, but I realize now I had not really understood what being empathetic meant.
To truly be empathetic, we must be able to see beyond our own pain to be witness to the pain.
Always take the time to be kind. Even when we are suffering our own pains.
Don't assume that someone else had it easier than us, we never know the battles they are fighting.
April 26 2017 Week 17 Wednesday的更多相关文章
- April 29 2017 Week 17 Saturday
Every man is a poet when he is in love. 每个恋爱中的人都是诗人. It is said this saying was from Plato, the famo ...
- April 24 2017 Week 17 Monday
Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...
- April 28 2017 Week 17 Friday
The only thing more painful than learning from experience is not learning from experience. 比从经验中学习更为 ...
- April 27 2017 Week 17 Thursday
Had I not seen the sun, I could have borne the shade. 我本可以忍受黑暗,如果我不曾见过阳光. A poem by Emily Dickinson, ...
- April 25 2017 Week 17 Tuesday
Have you ever known the theory of chocie? There are a bunch of axiems, but there are only two thing ...
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
- April 19 2017 Week 16 Wednesday
What would life be if we had no courage to attempt anything? 如果我们都没有勇气去尝试点什么,生活会变成什么样子呢? I remembere ...
- April 12 2017 Week 15 Wednesday
Genius often betrays itself into great errors. 天才常被天才误. Genius can help us get greater achievements, ...
- April 5 2017 Week 14 Wednesday
Today is a perfect day to start living your dream. 实现梦想,莫如当下. Miracles may happen every day. If you ...
随机推荐
- HDU-Big Number (斯特林公式)
In many applications very large integers numbers are required. Some of these applications are using ...
- Photoshop入门教程(一):文本新建与概念解析
写在开头 <Photoshop实用入门>系列教程可能对于一点都没有接触过Photoshop的人来说不太容易接受,因为本教程并没有细致到教你如何使用画笔工具等一系列很基础的东西,有些地方的讲 ...
- Alibaba Java Coding Guidelines 安装(eclipse)并简单使用
源码地址:https://github.com/alibaba/p3c 1.安装 第1步.help >> Instakll New Software... 第2步.在Work with中输 ...
- php数组·的方法1-数组统计函数
/** * 下面是数组统计函数 * * * **/ //count() 数组的长度 print_r(count($arr3)); echo '<hr>'; //max() min() 数组 ...
- Error: Duplicate key name 'PCS_STATS_IDX' (state=42000,code=1061) ----Hive schematool -initSchema -dbType mysql
schematool -initSchema -dbType mysqlMetastore connection URL: jdbc:mysql://localhost/metastore_db?cr ...
- Java基础12-数组求最大值以及排序
1.求最大值 实例:小明买手机,询问了4家店的价格,分别是2800,2900,2600,3000,输出最低价 正确代码:类似打擂台,将数组第一个值赋给最小值,然后依次比较 import java.ut ...
- 项目中使用的spring 注解说明
以前在项目中spring 的依赖注入使用 xml 配置,现在使用 注解(Annotation) 来实现配置. 1声明bean 1.1实例 有类: public class MyBean{ //do s ...
- linux下追查线上问题常用命令
(1)查占用cpu最多的进程方法一:核心指令:ps实际命令:ps H -eo pid,pcpu | sort -nk2 | tail执行效果如下:[work@test01 ~]$ ps H -eo p ...
- 2.C#中的常用快捷键
快速对齐代码: Ctrl+K+D: 快速对齐代码 (如果代码语法错误,就不能使用) Ctrl+Z: 撤销 Ctrl+S:保存 没事就Ctrl+S一下,防止因为电脑断电,代码全部丢失 Ctr ...
- [Java][Liferay] File system in liferay
EditFileEntryAction.java protected FileEntry updateFileEntry(PortletConfig portletConfig, ActionRequ ...