February 13th, 2018 Week 7th Tuesday
You are your greatest asset.
你就是你自己最大的资本。
For most of us, there are few things that we can count on but ourselves.
If we lose confidence in our own life, in our own abilities, we may never win trusts from others.
That means the intrinsic motivation may be much more powerful than the extrinsic motivation, especially when we were in difficult times.
And in the ideal case, the intrinsic motivation helps us produce some outstanding outcomes and win some extrinsic motivation; accordingly, the extrinsic motivation can bring us a better life and work conditions and consolidate our confidence so as to cultivate more intrinsic motivation.
A best cycle, isn't it? But life is not always so smooth, and we should try to adjust our attitudes towards life to keep an upward spirit.
We need to all choose today our attitude, choose to be positive.
Today is a new day, today is day for us to begin creating a joyous fulfilling life.
Today is the day to begin to release all our limitations.
Today is the day for us to learn the secrets of life.
We are going to get breaks that we didn't see coming.
Problems that we thought were permanent are suddenly going to turn around.
We are not going to go through life constantly struggling, pressured, weighted down by problems.
This is a new day, ease is coming.
The thing we have to get up every day and realize is it's what we do from here on out that matters.
Then it is about what do we do today, what do we do tomorrow, what do we build tomorrow, how much energy do we bring to the game today.
Our only goal as soon as we open up our eyes in the morning is to make ourselves feel good, to give ourselves enough confidence to get through the day.
Don't worry about what needs to be done, think about who we have to be in order to get it done.
Remember who we are, we are heroes, we are victorious, we do have power, we do have work, we do have value.
And we matter so much that our presence in this earth is required and needed.
Funny is always a good way to start when in doubt.
如果心存疑惑,不妨试着以幽默的方式开场。
From Ocean R Stark.
I always don't know how to start a presentation, how to start a conversation, how to start a new relationship.
Why not start with a joke to elicit some laughter?
Why not start a conversation or a new relationship with a smiling face first?
Things may get easier the next moment.
February 13th, 2018 Week 7th Tuesday的更多相关文章
- February 16th, 2018 Week 7th Friday
Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...
- February 27th, 2018 Week 9th Tuesday
Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...
- February 20th, 2018 Week 8th Tuesday
Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...
- February 17th, 2018 Week 7th Saturday
The happiest part of a man's life is what he passes lying awake in bed in the morning. 人生一大乐事莫过去早上醒来 ...
- February 15th, 2018 Week 7th Thursday
Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...
- February 14th, 2018 Week 7th Wednesday
Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...
- February 12th, 2018 Week 7th Monday
One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...
- February 11th, 2018 Week 7th Sunday
Grasp all, lose all. 欲尽得,必尽失. Not to be greedy and not to try to get everything. Our time, energy an ...
- February 6th, 2018 Week 6th Tuesday
To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...
随机推荐
- backbond整体架构
(function(factory) { // 在这里是backbone模块化的一个接口.支持AMD,CMD和全局变量模式.代码很好理解. })(function(root, factory, _, ...
- 编译部署mysql5.7.13
署环境centos7.2+mysql5.7.131.依赖包注: 相关依赖包的作用cmake:由于从 MySQL5.5 版本开始弃用了常规的 configure 编译方法,所以需要 CMake 编译器, ...
- Tesseract 引擎翻译
Tesseract 引擎翻译 Category: 图像识别 Last Edited: Sep 17, 2018 10:29 AM Tags: tesseract,字符识别,翻译 1.英文原文(中文翻译 ...
- 改变eclipse默认的Tomcat部署路径
eclipse中默认的项目部署路径是在项目的路径,不像myeclipse那样部署后项目在Tomcat的安装路径webapps下.这样虽然可以运行,但是不方便开发和调试,本文将介绍如何改变eclipse ...
- vim 的:x和:wq
vim是Unix/Linux系统最常用的编辑器之一,在保存文件时,我通常选择":wq",因为最开始学习vim的时候,就只记住了几个常用的命令:也没有细究命令的含义. 但是,最近我在 ...
- SpringBoot打包报错没有主清单
1,如果你的POM是继承spring-boot-starter-parent的话,只需要下面的指定就行. <properties> <!-- The main class to st ...
- Python3 系列之 基础语法篇
基础数据类型 整数 python 可以处理任意大小的整数 浮点数 python 可以处理任意大小的浮点数,但是需要注意的一点是:整数运算永远是精确的(除法也是精确的),而浮点数运算则可能会有四舍五入的 ...
- virtualbox中 清理磁盘
1. 碎片整理 windows: 下载 sdelete 工具 执行命令: sdelete –z c:\ Linux: 执行如下命令: sudo dd if=/dev/zero of=/EMPTY bs ...
- GitHub上fork一个项目贡献代码以及同步原作者的修改【转】
如何贡献自己的力量 首先你总得有自己的github帐号吧,注册一个,非常简单,只需用户名,邮箱,密码,邮箱只是用来找回密码的,不做验证.因此注册后立即能用!比如我现在新注册一个叫JsLouvre的示范 ...
- Git学习(一)
版本控制系统是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统.版本控制系统不仅可以应用于软件源代码的文本文件,而且可以对任何类型的文件进行版本控制. 一.集中式版本控制系统 v.s ...