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. stdin stdout stderr 标准I/O流

    Unix中一切皆文件,磁盘等设备在操作系统来看都是文件. 对文件进行操作时,需要打开这个文件,并获得文件描述符(file descriptor, fd) 而每个进程生来就有三个文件描述符绑定在它身上, ...

  2. P3802 小魔女帕琪

    传送门 考虑前面7个魔法 如果前面七个魔法各不相同,那么就能完成一次帕琪七重奏 设 A=a1*a2*...*a7,S=a1+a2+...+a7,B=S*(S-1)*...*(S-6) 对于不同的施法顺 ...

  3. SQL全文搜索引擎 Sphinx

    Sphinx是一个基于SQL的全文检索引擎,可以结合MySQL,PostgreSQL做全文搜索, 它可以提供比数据库本身更专业的搜索功能,使得应用程序更容易实现专业化的全文检索.   Sphinx特别 ...

  4. MB Star C5 Functions

    The MB STAR C5 notion and brand combination for hardware and software program components will be the ...

  5. JWT(JSON Web Token)原理简介

    原文:http://www.fengchang.cc/post/114 参考了一下这篇文章:https://medium.com/vandium-software/5-easy-steps-to-un ...

  6. Unable to verify your data submission.加入了_csrf也报400错误的解决

    <input type="hidden" name="_csrf" value="<?=Yii::$app->request-> ...

  7. SQL SERVER数据库 三种 恢复模式

    SQL SERVER 2005 以后三种恢复模式: 简单(Sample),完全(Full),大批量(Bulk_Logged) 完全备份模型 完全备份模式是指在出现数据文件毁坏时丢失数据的风险最小.如果 ...

  8. 效率工具(fswatch,rsync)

    mac 安装 brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/in ...

  9. 局部安装webpack时,使用webpack命令时提示webpack不是内部命令解决方法

    现在js发展太快了,根本看不懂啊.于是乎想做做功课,于是乎看到了这些“奇怪”的写法,原来好多都是遵循了 ECMASCRIPT6,好吧,在本地看看怎么用的吧.写在本地的环境下, 发现各种报错,根本不能用 ...

  10. LeetCode 441.排列硬币(C++)

    你总共有 n 枚硬币,你需要将它们摆成一个阶梯形状,第 k 行就必须正好有 k 枚硬币. 给定一个数字 n,找出可形成完整阶梯行的总行数. n 是一个非负整数,并且在32位有符号整型的范围内. 示例 ...