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 ...
随机推荐
- HTML DOM的创建,删除及替换
创建HTML元素 document.appendChild() 将新元素作为父元素的最后一个子元素进行添加 如需向HTML DOM添加新元素,首先必须创建该元素,然后把它追加到已有的元素上 var n ...
- 求连通块个数 - BFS、DFS、并查集实现
本文基于leetcode的200.岛屿数量(题目
- Ansible-下部
ansible-playbook playbook是由一个或多个模块组成的,使用多个不同的模块,完成一件事情. ansible软件特点 可以实现批量管理可以实现批量部署ad-hoc(批量执行命令)- ...
- CSS transition 的默认值
语法 transition: property duration timing-function delay|initial|inherit; 示例: div { width: 100px; ...
- C# 委托汇总
委托汇总以及遗留问题: using System; using System.Collections.Generic; using System.Linq; using System.Text; us ...
- jQuery随笔记录
DOM遍历 parent()方法返回所选元素的直接父元素.(parent() 只能遍历单个级别的 DOM树) parents()方法获取所选元素的所有祖先 children()所选元素 ...
- PWA 学习笔记(三)
基础技术简介 Promise: 1.ES6 引入的一种异步编程的解决方案,通过 Promise 对象来提供统一的异步状态管理方法 2.一般在使用 Promise 对象的时候,首先需要对其进行实例化 3 ...
- InnoDB On-Disk Structures(三)--Tablespaces (转载)
转载.节选于 https://dev.mysql.com/doc/refman/8.0/en/innodb-tablespace.html This section covers topics rel ...
- spring boot 加入mail邮件支持
一.添加依赖 <!-- 邮件整合 --> <dependency> <groupId>org.springframework.boot</groupId> ...
- Keepalived集群软件高级使用(工作原理和状态通知)
1.介绍 Keeaplived主要有两种应用场景,一个是通过配置keepalived结合ipvs做到负载均衡(LVS+Keepalived),有此需求者可参考以往博文:http://lizhenlia ...