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. 论type与object的关系----Python创世纪

    这篇随笔的灵感来源于学习源码时对type及object关系的疑惑,主要参考了这篇论文: http://www.cs.utexas.edu/~cannata/cs345/Class%20Notes/15 ...

  2. Error creating bean with name 'tomcatEmbeddedServletContainerFactory'

    org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcato ...

  3. Mysql技能之【性能优化方案】

    两个SHOW命令 Mysql服务状态 SHOW GLOBAL STATUS; Mysql配置信息 SHOW VARIABLES: 慢查询 show variables like '%slow%'; s ...

  4. 将ABP的数据库从SQLSERVER迁移到MySql

    摘要:之前跟着网上的一些教程,学习了一点ABP的知识.最近想说把默认的SQLSERVER数据迁移到mysql吧 首先网上搜一波 安装MySql.Data.Entity 然后你需要安装 MySql.Da ...

  5. linux_shell_传递参数

    在执行shell脚本时可以传递参数: 脚本获取参数的格式为:$0  $1  $2 ...其中$1 为传递的第一个参数  而$0 接受的是./test.sh 这个东西 代码:例: #!/bin/bash ...

  6. Linux常用基本命令(xargs )

    xargs:能够将管道或者标准输入传递的数据转换成xargs命令后面跟随的参数 ghostwu@dev:~/linux/cp$ ls ghostwu_hardlink ghostwu_home gho ...

  7. MySql处理函数

    Lower(name) 转换为小写 Upper(name)转换为大写 Substr(name,length,index):从index开始截取length个字符串 Length(name) 获取长度 ...

  8. js-ES6学习笔记-async函数

    1.async 函数是 Generator 函数的语法糖.前文有一个 Generator 函数,依次读取两个文件. var fs = require('fs'); var readFile = fun ...

  9. Windows7系统如果安装&升级IE11浏览器

    作为一个前端工作人员,IE678简直就是噩梦,还好现在大多数网站已经开始放弃了对IE6/7/8的支持了. 由于Win7系统默认是安装的IE8,所以在打开部分网站时会提示:IE浏览器版本过低.解决方法如 ...

  10. iframe页面刷新问题

    1.问题:当iframe的页面加载过再关闭之后,如果iframe的src没有发生变化,js不会重新加载,再次打开页面不会刷新: 2.解决方法:关闭页面时清空src,再次打开时即可重新加载最新数据. $ ...