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的更多相关文章

  1. 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 ...

  2. April 24 2017 Week 17 Monday

    Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...

  3. April 28 2017 Week 17 Friday

    The only thing more painful than learning from experience is not learning from experience. 比从经验中学习更为 ...

  4. April 27 2017 Week 17 Thursday

    Had I not seen the sun, I could have borne the shade. 我本可以忍受黑暗,如果我不曾见过阳光. A poem by Emily Dickinson, ...

  5. 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 ...

  6. April 23 2017 Week 17 Sunday

    It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...

  7. April 19 2017 Week 16 Wednesday

    What would life be if we had no courage to attempt anything? 如果我们都没有勇气去尝试点什么,生活会变成什么样子呢? I remembere ...

  8. April 12 2017 Week 15 Wednesday

    Genius often betrays itself into great errors. 天才常被天才误. Genius can help us get greater achievements, ...

  9. April 5 2017 Week 14 Wednesday

    Today is a perfect day to start living your dream. 实现梦想,莫如当下. Miracles may happen every day. If you ...

随机推荐

  1. BestCoder Round #66 1002

    GTW likes gt  Accepts: 75  Submissions: 261  Time Limit: 2000/1000 MS (Java/Others)  Memory Limit: 1 ...

  2. xshell传输文件到linux

    我们使用xshell来连接linux之后会发现方便了很多~然而使用xshell要怎么把本地文件传到linux上面呢? 1.yum安装一款工具.#yum install  lrzsz -y 2检查是否安 ...

  3. C++ vector类型要点总结(以及各种algorithm算法函数)

    概述 C++内置的数组支持容器的机制,但是它不支持容器抽象的语义.要解决此问题我们自己实现这样的类.在标准C++中,用容器向量(vector)实现. 容器向量也是一个类模板.vector是C++标准模 ...

  4. vue.js vue-jsonp解决跨域问题

    安装jsonp npm install vue-jsonp --save main.js中引入 import VueJsonp from 'vue-jsonp' Vue.use(VueJsonp) 组 ...

  5. 更新jdk

    1.从官网下载jdk-8u191-linux-x64.tar.gz,然后放在ubuntu里的Downloads文件夹里.然后解压到/usr/lib/jvm文件夹中. sudo tar -zxvf Do ...

  6. Flex布局教程

    一.Flex布局是什么? Flex 是 Flexible Box 的缩写,意为"弹性布局",用来为盒状模型提供最大的灵活性.任何一个容器都可以指定为 Flex 布局. .box{ ...

  7. js arguments 和 reduce求和

    1.js arguments arguments 是一个对应于传递给函数的参数的类数组对象 function sum(){ ; ; i < arguments.length; i++){ sum ...

  8. Java基础04-数据的输入

    1.为什么要有数据的输入? 实现人机进行交互 2.什么是数据的输入? 利用扫描仪Scanner进行数据输入 3.怎么使用扫描仪Scanner? (1)放在类声明之前,引入扫描仪 import java ...

  9. (转)DB2 8.2 for aix5L安装和配置步骤

    DB2 8.2 for aix5L安装和配置步骤[@more@] AIX5.2上安装DB2 V8.2安装平台:IBM eserver,AIX 5.3 64位 一 删除以有的DB2系统: 1.停止DB2 ...

  10. 深入理解C语言函数指针(转)

    本文转自:http://www.cnblogs.com/windlaughing/archive/2013/04/10/3012012.html 示例1: void myFun(int x); //声 ...