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的更多相关文章

  1. February 16th, 2018 Week 7th Friday

    Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...

  2. February 27th, 2018 Week 9th Tuesday

    Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...

  3. February 20th, 2018 Week 8th Tuesday

    Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...

  4. 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. 人生一大乐事莫过去早上醒来 ...

  5. February 15th, 2018 Week 7th Thursday

    Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...

  6. February 14th, 2018 Week 7th Wednesday

    Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...

  7. February 12th, 2018 Week 7th Monday

    One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...

  8. 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 ...

  9. February 6th, 2018 Week 6th Tuesday

    To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...

随机推荐

  1. vue_drf之多级过滤、排序、分页

    一.前端代码 1,父组件free_course.vue <template> <div id="free_course"> <el-container ...

  2. golang包管理解决之道——go modules初探

    golang的包管理是一直是为人诟病之处,从golang1.5引入的vendor机制,到准官方工具dep,目前为止还没一个简便的解决方案. 不过现在go modules随着golang1.11的发布而 ...

  3. ASP.NET MVC3 在_ViewStart设置Layout使用RenderAction的注意事項

    来源:https://dotblogs.com.tw/lastsecret/archive/2012/03/26/71052.aspx ASP.NET MVC3 在_ViewStart設定Layout ...

  4. [android] 保存文件到手机内存

    /*****************2016年5月4日 更新*******************************/ 知乎:Android 没有沙盒保护机制吗,WhatsApp 信息为何可被随 ...

  5. 【Java并发编程】23、ConcurrentHashMap原理分析(1.7和1.8版本对比)

    jdk 1.8版本 ConcurrentHashMap在1.8中的实现,相比于1.7的版本基本上全部都变掉了.首先,取消了Segment分段锁的数据结构,取而代之的是数组+链表(红黑树)的结构.而对于 ...

  6. 腾讯云下的CentOS7 安装最新版Python3.7.0

    第一步下载Python3.7.0 刚开始我是在windows上下载之后 传到FTP服务器上的 后来发现使用以下命令可以更快捷地下载到服务器 *  wget https://www.python.org ...

  7. mysql zip安装

    管理员运行cmd,进入bin目录1.在my.ini(mysql解压目录下)文件中复制下面内容 [client] port = 3306 [mysql] default-character-set=ut ...

  8. es6 语法 (类与对象)

    { // 基本定义和生成实例 class Parent{ constructor(name='mukewang'){ this.name=name; } } let v_parent1=new Par ...

  9. elementUI 时间格式化(一般方法)

    1.html: ... <el-table-column prop="updateTime" label="更新时间" width="160&q ...

  10. 纯CSS+HTML实现checkbox的思路与实例

    checkbox应该是一个比较常用的html功能了,不过浏览器自带的checkbox往往样式不怎么好看,而且不同浏览器效果也不一样.出于美化和统一视觉效果的需求,checkbox的自定义就被提出来了. ...