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. elasticSearch6源码分析(6)http和transport模块

    1.http模块概述 The http module allows to expose Elasticsearch APIs over HTTP. The http mechanism is comp ...

  2. Mybatis插件使用-统计sql执行时间

    背景介绍:最近由于产品数据量较大,sql执行十分低效,正在做数据库优化,所以想在日志中看到每个sql执行的时间,以方便针对性的优化. 查找相关资料,了解到Mybatis有一款插件,是基于interce ...

  3. C指针与内存

    C指针与内存 指针是C / C++ 中重要的构造类型,指针赋予了C / C++程序直接访问和修改内存的能力.C / C++的许多重要应用,如编译.OS.嵌入式开发都依赖于这种能力. 冯诺依曼体系的计算 ...

  4. Docker基础-镜像操作

    1.搜寻镜像 docker search [TERM] 可以搜索远程仓库中共享的镜像,默认搜索官方仓库的镜像. docker search参数: --automated=true|false :仅显示 ...

  5. XML Parsing Error: no element found Location: moz-nullprincipal:{23686e7a-652b-4348-92f4-7fb3575179ed} Line Number 1, Column 1:^

    “Hi Insus.NET, 我有参考你下午发布的一篇<jQuery.Ajax()执行WCF Service的方法>http://www.cnblogs.com/insus/p/37278 ...

  6. EWS 邮件提醒

    摘要 之前做的邮件提醒的项目,最近需要优化,由于使用了队列,但即时性不是特别好,有队列,就会出现先后的问题,最近调研了exchange 流通知的模式,所以想使用流通知模式和原先的拉取邮件的方法结合,在 ...

  7. 2017 年 PHP 程序员未来路在何方

    PHP 从诞生到现在已经有20多年历史,从Web时代兴起到移动互联网退潮,互联网领域各种编程语言和技术层出不穷, Node.js . GO . Python 不断地在挑战 PHP 的地位.这些技术的推 ...

  8. NIO学习笔记六:channel 之前数据传输及scatter/gather

    在Java NIO中,如果两个通道中有一个是FileChannel,那你可以直接将数据从一个channel传输到另外一个channel. FileChannel的transferFrom()方法可以将 ...

  9. ubuntu下安装 Sublime Text 3 及 PlantUML 绘图插件

    ubuntu下只想做C++的程序代码编写,最开始选择了codeblock,主要目的是安装简单,集成度高,还可以调试,但是用的时候老是无故退出,改了半天的代码就这样丢失,挺苦恼的,可能跟自己装的系统比较 ...

  10. 水平方向margin:auto

    先上图   由图可看到,块级元素的水平方向上又"7大属性":margin-left.border-left.padding-left.margin-left.width.paddi ...