Don't undermine your worth by comparing yourself with others.

别拿自己和他人比较,这只会降低你原有的价值。

Honestly, I don't think it is merely negative to compare ourselves with others.

The effects depend on how we react to our superiority and inferiority we get from such comparisons.

As long as we can treat them in the right way, we are certain to get some positive stimulus from them.

Always keep an modest attitude towards those who are temporarily inferior to us.

Always try to catch up with those who are superior to us.

And you know, it is natural for our human beings to become somewhat jealous for others' extraordinary achievements, especially when they are achieved by people we know.

But we must know, their achievements mostly come from their hard-working and unremitting efforts.

If we are unwilling to do the work that they have done, if we are unwilling to make the same kinds of sacrifices or put in the long and hard hours like them, we can't succeed and we just become more and more resentful.

It is true that we are not always going to succeed in our ventures, even if we put in the time and effort.

Results are never guaranteed and life has a way of throwing curve balls at us.

We should accept this reality, and we should be a little realistic, just try to be better than the one we were in yesterday.

That is enough, change needs time, and great change needs more.

I believe we can be on the greater heights we have expected.

The brain is a wonderful organ. It starts working the moment you get up in the morning and does not stop until you get into the office.

脑子这个器官真神奇,从你早上起床开始工作,但一进办公室它就不转了。

From Robert Frost.

It seems I am just one of such kind of people.

Every day when I get up, I hope I can deal with all of my work smoothly and perfectly.

But when I walk into my office and start my computer, I am just desperate to find that I don't know what to do and how to figure out what is important.

My brain stops working and I can't concentrate on my researches, even a little sound and movements from others would distract my attention.

Maybe I have rested for too long and my brain is rusted now.

How to make it active again and how to make it full of things that can open the treasury of achievements?

Just work, and remember that work can vanquishes all.

November 13th, 2017 Week 46th Monday的更多相关文章

  1. November 17th, 2017 Week 46th Friday

    If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外. Sometimes being a f ...

  2. November 16th, 2017 Week 46th Thursday

    Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had t ...

  3. November 15th, 2017 Week 46th Wednesday

    Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...

  4. November 14th, 2017 Week 46th Tuesday

    Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...

  5. November 12th, 2017 Week 46th Sunday

    I love you not for who you are, but for who I am with you. 我爱你不是因为你是谁,而是因为跟你在一起,我是谁. I enjoy the fee ...

  6. November 06th, 2017 Week 45th Monday

    The education of a man is never completed until he dies. 一个人的学习之路,到死才结束. Being a life-long learning ...

  7. November 7th 2016 Week 46th Monday

    A friend is one who knows you and loves you just the same. 朋友是懂你并爱你的人. Friendship means inclusion, l ...

  8. June 13th 2017 Week 24th Tuesday

    There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...

  9. May 13th 2017 Week 19th Saturday

    Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...

随机推荐

  1. 【跟着开涛学Shiro】(一)Shiro简介

    声明:本部分内容均转自于张老师的博客,因为本人很喜欢他的博客,所以一直在学习,转载仅是记录和分享,若也有喜欢的人的话,可以去他的博客首页看:http://jinnianshilongnian.itey ...

  2. vue-cli 使用Mint-UI

    在安装好的vue-cli的项目基础上,安装Mint-UI cnpm install mint-ui -save //引入全部组件import Mint from 'mint-ui'import 'mi ...

  3. GoogLeNetv4 论文研读笔记

    Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning 原文链接 摘要 向传统体系结构中引入 ...

  4. 并发编程之 CAS 的原理

    前言 在并发编程中,锁是消耗性能的操作,同一时间只能有一个线程进入同步块修改变量的值,比如下面的代码 synchronized void function(int b){ a = a + b: } 如 ...

  5. swift 基础小结01 --delegate、Optional、GCD的使用、request请求、网络加载图片并保存到沙箱、闭包以及桥接

    本文主要记录swift中delegate的使用.“?!”Optional的概念.GCD的使用.request请求.网络加载图片并保存到沙箱.闭包以及桥接. 一.delegate的使用 swift中de ...

  6. Chromium的Grit工具解析

    转载请注明出处:http://www.cnblogs.com/fangkm/p/3405959.html Chromium项目采用Grit工具来打包生成程序需要的资源,如图片资源.字符串资源等,尤其是 ...

  7. Code Signal_练习题_Knapsack Light

    You found two items in a treasure chest! The first item weighs weight1 and is worth value1, and the ...

  8. 你不知道的JavasScript上篇·第五章·原型·下

    5.差异继承 继承意味着复制操作: 差异继承: 基本原则是在描述对象行为时,使用其不同于普遍描述的特制. (我的理解是只用对象自身的而不用普遍继承的像是toString(),valueOf()这种方法 ...

  9. 记一次MySQL安装出现的坑爹问题。。。

    关键词:mysql安装 msvcr100.dll缺失  vc++2010 : win10系统首次安装mysql,图方便下载了图形界面的安装包(5.6.4),本以为小事一桩:装一半失败.卸载清注册表.重 ...

  10. 小记SharePoint REST API Search和COM

    1.管理员身份Visual Studio,新建类项目 SPCOM 2.编写逻辑实现代码 重点关注搜索结果的属性包括: Title,Author,Path,Description,HitHighligh ...