June 6. 2018 Week 23rd Wednesday
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的更多相关文章
- 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. 要 ...
- June. 20 2018, Week 25th. Wednesday
Be brave. Take risks. Nothing can substitute experience. 要敢于冒险,你的经历是无可替代的. From Paulo Coelho. Each s ...
- June 13. 2018 Week 24th. Wednesday
Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...
- June 9. 2018, Week 23rd, Saturday
I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...
- June 7. 2018 Week 23rd Thursday
Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...
- June 5. 2018 Week 23rd Tuesday
Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...
- June 4. 2018 Week 23rd Monday
Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...
- June 3. 2018 Week 23rd Sunday
You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...
- June 07th 2017 Week 23rd Wednesday
Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...
随机推荐
- Python函数属性和PyCodeObject
函数属性 python中的函数是一种对象,它有属于对象的属性.除此之外,函数还可以自定义自己的属性.注意,属性是和对象相关的,和作用域无关. 自定义属性 自定义函数自己的属性方式很简单.假设函数名称为 ...
- [转]VirtualBox centos7扩容
本文转自:https://www.cnblogs.com/xd502djj/p/7367704.html 有时候扩容还真不如重新建立一个大硬盘的系统,但是如果你安装了好多东西的话,那还是来扩容一下吧. ...
- java时间类Date、Calendar及用法
对于时间类,这篇主要说明各种现实情况下如何取值,怎么定向取值,得到自己想要的时间参数.在java中时间类主要有Date.Calendar,暂时只介绍 java.util.*下的时间类,对于java.s ...
- 33.QT-UTF8,GBK互转
首先需要用到QString的静态成员函数来获取字符数组: QByteArray QString::toLocal8Bit () ; //获取字节数组对象 char * QByteArray::data ...
- 解决MyEclipse中install new software问题
eclipse中点击help可以直接找到install new software选项进行安装插件,但是在Myeclipse中help没有这个选项,如下提供几种解决方法 Windows-preferen ...
- OpenLiveWriter.exe已停止工作---解决办法
一.起因 在win10的系统中成功的安装了OpenLiveWriter,但是在家里win7的电脑上装不上.点击 OpenLiveWriterSetup.exe的安装包后出现 OpenLiveWrite ...
- 怎么打开在.bashrc文件以及设置颜色
打开/etc/bashrc,加入如下一行: alias ls="ls --color" 下次启动bash时就可以像在Slackware里那样显示彩色的目录列表了,其中不同颜 ...
- 如何将字符串格式的对象转换成真正的js对象?
1.如何将字符串格式的对象转换成真正的js对象? <script>//eval 的作用eval('var a = 100');console.log(a);</script> ...
- PHP常用函数总结(二)
PHP常用函数总结 数学函数 1.abs(): 求绝对值 $abs = abs(-4.2); //4.2 数字绝对值数字 2.ceil(): 进一法取整 echo ceil(9.999); // 10 ...
- laravel前后台路由分离
在laravel中创建文件放置前台和后台控制器 找到app/providers/RouteServiceProvider.PHP文件 在内配置 例: <?php namespace App\Pr ...