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. Spring Cloud Stream消费失败后的处理策略(四):重新入队(RabbitMQ)

    应用场景 之前我们已经通过<Spring Cloud Stream消费失败后的处理策略(一):自动重试>一文介绍了Spring Cloud Stream默认的消息重试功能.本文将介绍Rab ...

  2. mysql数据库中的数据导入与导出

    需求: 在本地电脑上的mysql中创建了一个数据库,并且在该数据库中创建了很多表,表中数据比较多: 现在想换一台电脑,但是又不想重新建数据库.建表.造数据. 解决方案: 利用mysql提供的命令,在本 ...

  3. SpringBoot学习(一)-->Spring的发展

    一.Spring的发展 1.Spring1.x 时代 在Spring1.x时代,都是通过xml文件配置bean,随着项目的不断扩大,需要将xml配置分放到不同的配置文件中,需要频繁的在java类和xm ...

  4. JDK源码分析(一)—— String

    dir 参考文档 JDK源码分析(1)之 String 相关

  5. 开源的api文档管理系统

    api文档 php 在项目中,需要协同开发,所以会写许多API文档给其他同事,以前都是写一个简单的TXT文本或Word文档,口口相传,这种方式比较老土了,所以,需要有个api管理系统专门来管理这些ap ...

  6. 总结下Mysql分表分库的策略及应用

    上月前面试某公司,对于mysql分表的思路,当时简要的说了下hash算法分表,以及discuz分表的思路,但是对于新增数据自增id存放的设计思想回答的不是很好(笔试+面试整个过程算是OK过了,因与个人 ...

  7. Android破解学习之路(十六)—— dll破解的IL指令

    IL指令介绍 IL是.NET框架中中间语言(Intermediate Language)的缩写. 使用.NET框架提供的编译器可以直接将源程序编译为.exe或.dll文件,但此时编译出来的程序代码并不 ...

  8. python中的魔法属性

    目录 1. __doc__ 2. __module__ 和 __class__ 3. __init__ 4. __del__ 5. __call__ 6. __dict__ 7. __str__ 8. ...

  9. Maven(七)Eclipse使用Maven命令

    由于没有mvn compile (其余命令类似) 可以点解上面框中选项手动输入compile

  10. vbscript 语言通过序列和ADODB实现取号不重复

    目的:通过VBScript脚本利用序列的性质,实现取号不重复 首先,表空间中创建表名为TABLE_YEWID的表格,主要有以下几个字段 -- Create table create table TAB ...