June 09th, 2019. Week 24th, Sunday
The beauty you see in me is a reflection of you.
你在我身上看到的美,正是你的倒影。
From Jalaluddin Rumi.
What we see of others and of the world would be the reflection of what we want to see.
So, if we want to see the beauty in others, we must have our eyes focus in finding out the beauty, and concentrate on the good of others.
Practise in that way, day by day, we will find the world would be more friendly, and the environment would be more favorable.
We often turn out to be our own worst enemy.
我们最大的敌人往往是我们自己。
From Wonder Wheel.
Very often we are our own worst enemy because we foolishly build some stumbling blocks on our way that leads us to success and happiness.
If we want to destroy those blocks and walk onto the right way, we must learn how to stop being our own worst enemies and try to become our own best friends, our own greatest ally, and our own best self.
For me, the first step may be to manage my expectations in life, try to set realistic goals, and don't bite off more than I can chew. I must understand that I can't control things outside of my own sphere. Look forwards, but don't expect, that next raise or promotion. Be realistic. If we expect to get everything, we will be left feeling unfulfilled; if we don't expect too much, we will be left feeling content with what we have gained.
And the second step for me is to appreciate those small things and small achievements, this may be especially important in the context of my own success. If we fail to appreciate the small things that we accomplish, we will begin to lose a sense of self-respect. If we can appreciate all the good things we do, even on a small scale, that will help us a lot in building our confidence, motivation and self-respect.
And the third is to use the past as a teacher instead of a weapon. Don't let the feelings of regret or remorse stop us from designing a better future, from starting a new beginning today. Every ending leads to a new beginning, every broken heart opens a doorway to greater love, every mistake can inspire us towards some incredible success. So, please transform all the self-criticism into motivation, and that will bring some amazing benefits.
Actually, there are many reasons and many benefits, but all in all, we should always beware of our inner enemy, understand the ways that it tries to hold us back and lead us the wrong way, and constant awareness will shine a light on everything.
June 09th, 2019. Week 24th, Sunday的更多相关文章
- June 10. 2018, Week 24th, Sunday
There is no friend as loyal as a book. 好书如挚友,情谊永不渝. From Ernest Miller Hemingway. Books are my frien ...
- June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...
- June 30th, 2019. Week 26th, Sunday
It's so easy to be careless, it takes courage and courage to care. 不在乎很容易,但在乎却需要很多勇气. Sometimes it w ...
- June 16th, 2019. Week 25th, Sunday.
I can fly higher than an eagle, for you are the wind beneath my wings. 我之所以能飞得比鹰还高,是因为有你做我羽翼下的风. You ...
- June 17. 2018, Week 25th. Sunday
Dad is and always will be my living, breathing superhero. 在我眼里,爸爸是现实版的超级英雄,现在.将来,永远都是. From Bindi Ir ...
- June 16. 2018, Week 24th. Saturday
Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...
- June 15. 2018 Week 24th Friday
If at first you don't succeed, then dust yourself off and try again. 失败了没关系,重振旗鼓,从头再来. From Aaliyah, ...
- June 14. 2018 Week 24th Thursday
Good friends, good books, and a sleepy conscience: this is the ideal life. 拥有益友.良书和一颗宁静的内心:这就是理想的生活. ...
- June 13. 2018 Week 24th. Wednesday
Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...
随机推荐
- Jmeter性能测试分布式技术
一.什么是分布式测试 分布式测试是指通过局域网和Internet,把分布于不同地点.独立完成特定功能的测试计算机连接起来,以达到测试资源共享.分散操作.集中管理.协同工作.负载均衡.测试过程监控等目的 ...
- badboy脚本录制工具的安装
一.获取软件包 百度搜索badboy,或者直接访问官网:https://badboy.en.softonic.com/ 点击Download,下载安装包 或者从我的网盘提取: 链接:https://p ...
- 1001 害死人不偿命的(3n+1)猜想 (15 分)
卡拉兹(Callatz)猜想: 对任何一个正整数 n,如果它是偶数,那么把它砍掉一半:如果它是奇数,那么把 (3n+1) 砍掉一半.这样一直反复砍下去,最后一定在某一步得到 n=1.卡拉兹在 1950 ...
- C#DataTable转List<T>互转
using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespac ...
- nltk词性标注
将词汇按它们的词性(parts-of-speech,POS)分类以及相应的标注它们的过程被称为词性标注(part-of-speech tagging, POS tagging)或干脆简称标注.词性也称 ...
- 剑指offer笔记面试题6----从未到头打印链表
题目:输入一个链表的头结点,从尾到头反过来打印出每个结点的值.链表节点定义如下: struct ListNode{ int m_nKey; ListNode* m_pNext; } 测试用例: 功能测 ...
- Windows和linux下的端口转发
利用VPN,实现无公网IP或内网服务器的服务 @@@code netsh interface portproxy add v4tov4 listenport=8887 connectaddress=1 ...
- Docker系列03-容器Docker镜像的使用
Docker镜像的使用前两个章节,介绍了容器的相关基础知识,这章我们介绍镜像的简单使用,镜像hub里面有来自于全世界贡献的各种镜像,包括一些入门和学习练手的镜像,今天我们使用的正式其中一个用于学习练习 ...
- 集合系列 Set(八):TreeSet
TreeSet 是 Set 集合的红黑树实现,但其内部并没有具体的逻辑,而是直接使用 TreeMap 对象实现.我们先来看看 TreeSet 的定义. public class TreeSet< ...
- tensorflow中卷积、转置卷积具体实现方式
卷积和转置卷积,都涉及到padding, 那么添加padding 的具体方式,就会影响到计算结果,所以搞清除tensorflow中卷积和转置卷积的具体实现有助于模型的灵活部署应用. 一.卷积 举例说明 ...