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 ...
随机推荐
- 编译Netty源码遇到的一些问题-缺少io.netty.util.collection包
缺少包和java类 下载好Netty的源码后,导入到IDE,运行自带的example时编译不通过. 如下图,是因为io.netty.util.collection的包没有 点进去看,确实没有这个包 发 ...
- 精通awk系列(5):BEGIN和END语句块
回到: Linux系列文章 Shell系列文章 Awk系列文章 BEGIN和END语句块 awk的所有代码(目前这么认为)都是写在语句块中的. 例如: awk '{print $0}' a.txt a ...
- pycharm查看函数用法,参数信息的设置方法
在编写python程序时,常常会遇到一些不太常见的函数,有时候又不想去百度,那么,使用pycharm设置快速显示函数的参数和用法,这个方法十分快捷方便. step1. file -> setti ...
- Flask 特殊装饰器
请求进入函数之前 before_request # -*- coding: utf-8 -*- from flask import Flask, session, redirect, reques ...
- 设计安全的API-JWT与OAuthor2
最近新开发一个需要给App使用的API项目.开发API肯定会想到JASON Web Token(JWT)和OAuthor2(之前一篇随笔记录过OAuthor2). JWT和OAuthor2的比较 要像 ...
- 解决Maven无法下载fastdfs-client-java依赖
异常信息:Missing artifact org.csource:fastdfs-client-java:jar:1.27-SNAPSHOT 解决方案:jar包在Maven的中央仓库中缺失,需要手动 ...
- Git入门基础教程
目录 一.Git的安装 1.1 图形化界面 1.2 命令行界面 二.本地仓库的创建与提交 2.1 图形化界面 2.1.1 首先在电脑上有一个空白目录 2.1.2 打开SourceTree 2.1.3 ...
- go 语言 搭建 图片上传 服务器
工具: LiteIDE 配置: 代码:list.html <!doctype html> <html> <head> <meta charset=" ...
- excel提取一类具有相似结构的部分数据,2种方式;数据——分列——分割符号/固定宽度;
1.数据如同下图,这里我们需要提取 ¥...¥,也就是2¥及其中的内容: 鼠标选种某条数据,然后按Ctrl+A,则选种需要的所有数据:点击数据——分列: 2.根据分割符号分列: 3.选择合适的分隔 ...
- JS时间戳与时间字符串之间的相互转换
时间字符串 转 时间戳 /** * 时间字符串 转 时间戳 * @param {String} time_str 时间字符串(格式"2014-07-10 10:21:12") * ...