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. 【笔记】Django的ORM之多对多表的增和删

    [笔记]Django的ORM之多对多表的增和删 Django ORM 多对多  一 昨日补充:外键关联 外键在ORM中的关联方式: 与数据表相关的类都放到models.py文件中 class Book ...

  2. Paw —— 比Postman更舒服的API利器

    特点: 颜值高本地应用,流畅有收藏夹,管理请求可使用环境变量.比如用来一键切换开发环境请求和线上环境请求.即不同环境的同个接口只有host不一样,其它都是一样的,所以就把host抽离出来弄成一个环境变 ...

  3. oracle 用mybatis生成主键

    oracle主键是不能像mysql一样自动管理的,需要自己手动管理,先生成,再插入. <selectKey keyProperty="id" resultType=" ...

  4. js arguments 和 reduce求和

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

  5. Linux IPC 共享内存

    共享内存 共享内存(shared memory)是最简单的Linux进程间通信方式之一. 使用共享内存,不同进程可以对同一块内存进行读写. 由于所有进程对共享内存的访问就和访问自己的内存空间一样,而不 ...

  6. Android官方架构组件介绍之ViewModel(三)

    ViewModel 像Activity,Fragment这类应用组件都有自己的生命周期并且是被Android的Framework所管理的.Framework可能会根据用户的一些操作和设备的状态对Act ...

  7. 数据库mysql--基础命令

    客户端 一.登录和退出 1.登录 mysql -h server-ip -u usename -p 回车,然后会提示输入密码 2.退出:"quit;" | "exit;& ...

  8. [转]将input file的选择的文件清空

    本文转自:http://hi.baidu.com/xiongshihu/item/125c79b47632e794194697f5 上传文件时,选择了文件后想清空文件路径的两种办法: JS代码 < ...

  9. Murano Weekly Meeting 2016.05.31

    Meeting time: 2016.May.31 1:00~2:00 Chairperson:  Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...

  10. stm32中断优先级快速入门

    1.基本概念 STM32(Cortex-M3架构)中有两个优先级的概念--抢占式优先级和响应优先级.有人把响应优先级称作'亚优先级'或'副优先级',每个中断源都需要被指定这两种优先级. 具有高抢占式优 ...