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. php5 编译安装

    #!/bin/bash######################################## File Name: php.sh# Version: V1.0# Author: sun yu ...

  2. LeeCode(5. Longest Palindromic Substring)

    Given a string s, find the longest palindromic substring in s. You may assume that the maximum lengt ...

  3. BigDecimal取整

    Java中BigDecimal取整方法 BigDecimal bd = new BigDecimal("12.1"); long l = bd.setScale( 0, BigDe ...

  4. Ubuntu14.10:Install Apache,PHP,Mysql以及扩展库

    step 1: Apache sudo apt-get install apache2 After have apache2 installed, go to localhost by browser ...

  5. navicat premiun连接mysql数据库报错,错误代码:1251

    今天在电脑上安装了Mysql 8.0.11,然后想用 Navicat Premium连接数据库,结果报错了: error 1251:client does not support authentica ...

  6. Launch iCar Scan Android Scanner Support Bluetooth X431 iDiag Update Version

    Autonumen.com release new Launch iCar Scan for Android,Launch iCarScan Bluetooth Scanner is update v ...

  7. /proc下重要路径知识

    /proc 虚拟目录,是内存的映射,内核与进程的虚拟文件系统目录/proc/version 内核版本/proc/sys/kernel 系统内核功能/proc/sys/net/ipv4*/proc/cp ...

  8. sklearn中常用数据预处理方法

    1. 标准化(Standardization or Mean Removal and Variance Scaling) 变换后各维特征有0均值,单位方差.也叫z-score规范化(零均值规范化).计 ...

  9. notepad++查看Log

    安装步骤:打开notepad++,插件→ Plugin Manager→ Show Plugin Manager→ Avaliable→ 等待插件列表刷新出来后,选中Android Logger插件→ ...

  10. python fork函数

    import os print('---父进程id:%s----'%(os.getpid())) pid=os.fork()#只能在liunx环境下执行 print('---%s---' % (os. ...