You are confined only by the walls you build yourself.

限制你的只有你自己筑起的墙。

From Andrew Murphy.

Let's repeat this again and again: We are confined only by the walls we build ourselves.

There are so many people, like me, always believe they ae trapped in situations and they can't get out.

And they truly believe it was not their fault.

Well, every situation we got ourself in to some degrees is our own fault, because they all were our own choices.

Really, there sometimes are some cases where it is not, but most things that happen in our lives happen just because what we have done.

If in bad situations, we may have done something to get ourself out of there, we have the power to get out of anything we got ourself into.

We just have to think clearly and do something different until we care no longer in that situation.

And sometimes, being confined is not just a negative thing.

The fact that we are confined could mean that we are stuck in a rut or perhaps we want to create a better life and future but we don't know how.

Or maybe we have a great dream but we find it is too difficult to make it true.

It all comes down to the fact of how we think, about ourselves and our strengthes, our weaknesses.

Now that we are only confined by the walls of our own imagination, if we truly want to be confined any longer, we can find a way.

Change our thoughts, change our habits, try to learn some new things.

Do whatever it takes, it's up to ourselves to break down these walls.

We are different, so if there's something we want to change, just go and grab our hammer.

The wise man is always a good listener.

智者善听人言。

We have two ears, two hands and one mouth, so we can listen twice, do twice as much as we speak.

Try to be a good listener, but being a good listener doesn't mean that the man just listen, for the man must have other good features that can bring enormous benefits both to himself and others.

Below are some habits that good listeners always practise in their everyday lives and conversations:

They are present.

They are empathetic.

They can realize their strong points and shortcomings.

They have an open mind.

They are emotionally intelligent.

They can pose significant questions.

They are not on the defensive.

They are OK with being uncomfortable.

They are good leaders.

All these thing we can adopt in our life so as to become somewhat wiser.

June 6. 2018 Week 23rd Wednesday的更多相关文章

  1. June. 27th 2018, Week 26th. Wednesday

    To be great, truly great, you have to be the kind of person who makes the others around you great. 要 ...

  2. June. 20 2018, Week 25th. Wednesday

    Be brave. Take risks. Nothing can substitute experience. 要敢于冒险,你的经历是无可替代的. From Paulo Coelho. Each s ...

  3. June 13. 2018 Week 24th. Wednesday

    Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...

  4. June 9. 2018, Week 23rd, Saturday

    I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...

  5. June 7. 2018 Week 23rd Thursday

    Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...

  6. June 5. 2018 Week 23rd Tuesday

    Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...

  7. June 4. 2018 Week 23rd Monday

    Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...

  8. June 3. 2018 Week 23rd Sunday

    You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...

  9. June 07th 2017 Week 23rd Wednesday

    Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...

随机推荐

  1. 解读经典《C#高级编程》第七版 Page50-68.核心C#.Chapter2

    前言 本篇讲述Main方法,控制台,注释,预处理指令,编程规范等.这些概念比较琐碎,为避免长篇大论,主要以列举要点的方式来说明. 01 Main方法 Main方法并不是所有应用类型的入口方法,它只是控 ...

  2. MDK 中 [WEAK] 的作用

    简介 __weak 或 [weak] 具有相同的功能,用于定义变量或者函数,常见于定义函数,在 MDK 链接时优先链接定义为非 weak 的函数或变量,如果找不到则再链接 weak 函数. 在STM3 ...

  3. 配置 FATFS 支持长文件名

    FATFS 版本:Nov 09 14 R0.10c 在 FATFS 已经移植好的基础上,首先打开 ffconf.h 配置文件,找到如下图配置项: 可以将此值从 0 改为 1 使用 static wor ...

  4. 异步加载图片以及Bitmap相关处理方法

    私类: // 异步更新Image private class GetImageTask extends AsyncTask<String, Void, Bitmap> { // 覆写的方法 ...

  5. T-SQL :SQL Server 定义数据完整性 6大约束(三)

    1.创建一客户张表 IF OBJECT_ID('dbo.Employees', 'U') IS NOT NULL DROP TABLE dbo.Employees; CREATE TABLE dbo. ...

  6. 在SQL中查询某列具有相同值的数据

    SELECT * FROM dbo.SBD_WAYBILL_GOODS WHERE WG_SW_ID ) ORDER BY WG_ID SELECT * FROM dbo.SBD_WAYBILL WH ...

  7. C#实现给图片加边框的方法

    Bitmap bit= new Bitmap(@"" + Path);//给图片加边框 //Bitmap bit = new Bitmap(Screen.AllScreens[0] ...

  8. Java学习笔记之——String和Arrays常用方法

    一.String常用方法 1.subString(int beginIndex,int endIndex) 截取字符串 从beginIndex开始截取,截取endIndex-beginIndex的长度 ...

  9. ListView子项点击无反应的解决办法

    在使用ListView控件的过程中,当子项包括Button或者CheckBoX等控件时,直接点击子项无反应,分析发现原来是Button,CheckBoX等控件会优先获取焦点,那么子项点击的焦点就被上述 ...

  10. javascript event 事件解析

    event对象只在事件发生的过程中才有效. event的某些属性只对特定的事件有意义.比如,fromElement 和 toElement 属性只对 onmouseover 和 onmouseout ...