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. springMVC中的注解@RequestParam与@PathVariable的区别

    1.@PathVariable @PathVariable绑定URI模板变量值 @PathVariable是用来获得请求url中的动态参数的 @PathVariable用于将请求URL中的模板变量映射 ...

  2. H5调取APP或跳转至下载

    来源: 最近在配合移动端做几个详情页h5分享页面,需要调取App并跳转至app详情页, 如果没有安装App,需要判断引导至下载页面. 参考文档: https://juejin.im/post/5b7e ...

  3. 关于Newtonsoft.Json,LINQ to JSON的一个小demo

    nuget获取Newtonsoft.Json github地址:Newtonsoft.Json public static void Test1() { /* 文本格式如下 代码实现目的: 1.VR ...

  4. EF(EntityFramework) 插入或更新数据报错

    报错信息:Store update, insert, or delete statement affected an unexpected number of rows (0). Entities m ...

  5. C#中MessageBox.Show问题(让提示窗口不显示在任务栏中)

    在winform中让MessageBox.Show显示的窗口不显示在任务栏中:第一个参数很明显是你要显示的内容   类型是string 语法Visual Basic(声明) Public Shared ...

  6. 细说flush、ob_flush的区别

    ob_flush/flush在手册中的描述, 都是刷新输出缓冲区, 并且还需要配套使用, 所以会导致很多人迷惑… 其实, 他们俩的操作对象不同, 有些情况下, flush根本不做什么事情.. ob_* ...

  7. Java8 使用stream实现各种list操作

    利用java8新特性,可以用简洁高效的代码来实现一些数据处理. 定义1个Apple对象: public class Apple { private Integer id; private String ...

  8. CSS table-layout 属性

    设置表格布局算法: table { table-layout:fixed; } 所有浏览器都支持 table-layout 属性. 定义 tableLayout 属性用来显示表格单元格.行.列的算法规 ...

  9. JS apply的巧妙用法以及扩展到Object.defineProperty的使用

    Math.max 实现得到数组中最大的一项 var array = [1,2,3,4,5]; var max = Math.max.apply(null, array); console.log(ma ...

  10. meta、link、script的常用写法

    meta 设置编码格式 <meta charset='utf-8'> 设置关键字 <meta name="keywords" content="音乐 播 ...