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 ...
随机推荐
- java8 集合求差集、并集、交集
前言 java8里最大亮点是lambda,让我们用习惯C# linq的语法,也能眼前一亮.但是比起C#的语法糖还是差的很远. 差集.并集.交集 @Test public void test1(){ L ...
- 第一次:lesson eighty seven。
原文: A car crash. A:Is my car ready yet? B:I don't know sir,what's the number of your car? A:It's LFZ ...
- SSLTLS 服务器瞬时 Diffie-Hellman 公共密钥过弱【原理扫描】解决说明
一. 修改SSL密码套件 1.1 加固方法: 1.1.1 操作步骤: 第一步:按下' Win + R',进入"运行",键入" gpedit.msc",打开 ...
- spring_05装配bean
一.前言 <bean id="user1" scope="singleton" init-method="myInit" destro ...
- Netty 系列二(传输).
一.前言 上一篇文章我们提到 Netty 的核心组件是 Channel.回调.Future.ChannelHandler.EventLoop,这篇文章主要是对 Channel (Netty传入和传出数 ...
- [算法总结] 13 道题搞定 BAT 面试——字符串
1. KMP 算法 谈到字符串问题,不得不提的就是 KMP 算法,它是用来解决字符串查找的问题,可以在一个字符串(S)中查找一个子串(W)出现的位置.KMP 算法把字符匹配的时间复杂度缩小到 O(m+ ...
- yarn 命令
使用yarn的优点,简而言之就是:锁定版本,下载之前检查完整性. yarn install //安装依赖 yarn upgrade //更新 yarn upgrade immutable //更新指定 ...
- LeNet训练MNIST
jupyter notebook: https://github.com/Penn000/NN/blob/master/notebook/LeNet/LeNet.ipynb LeNet训练MNIST ...
- thinkphp简洁、美观、靠谱的分页类
我们要实现如下图分页效果 这个分页类是在thinkphp框架内置的分页类的基础上修改而来:原分页类的一些设计,在实际运用中感觉不是很方便: 1.只有一页内容时不显示分页: 2.原分页类在当前页是第一页 ...
- 前端入门3-CSS基础
本篇文章已授权微信公众号 dasu_Android(大苏)独家发布 声明 本系列文章内容全部梳理自以下四个来源: <HTML5权威指南> <JavaScript权威指南> MD ...