May the odds be ever in your favor.

愿好运永远眷顾你。

From The Hunger Games.

May we all have good luck, and we can be lucky if we buck for it in the right way.

But what is the right way? Maybe we can define luck in our ways, take advantages of every opportunity, be open to changes, embrace small wins, avoid behaviour loops, set right goals and work hard, etc.

As to my own, I used to think I am not the one who is favoured by luck, because I always failed even when I thought I had contributed a lot to win.

Really? Maybe that's just because I haven't contributed enough, I haven't contributed the right things for my team.

Huh, maybe the time is coming soon if I can work smarter and become more enthusiastic.

Always believe that achievements is founded on deligence and wasted upon recklessness, though sometimes doing a good enough job won't ensure lasting success and luck, please keep going above and beyond, follow through our work efforts, and we will get something valueable as rewards, at least, improvements in our skills and abilities.

It does not do to dwell on dreams and forget to live.

人不能活在梦里而忘记现实生活。

From Harry Potter and the Philosopher's Stone.

We all have dreams, we all hope to become stronger, smarter, healthier, wealthier and more capable.

Having dreams won't do any harm to our life, conversely, dreams can help us know what kind of people we want to be, what kind of life we want to live, and encourgae us to tackcle with challenges and difficulities in our life.

However, we can't dwell on our dreams, that is to say, we cannot only have dreams but forget to live in the current, or fail to strive for making our dream come true.

It would be much easier to sit around and dwell on dreams than to ever make them happen.

There's a pretty good chance that our wonderful dreams that we are dreaming will take hard work and dedication to make happen.

In order to achive and live them is entirely a different story than just imagining them.

That work begins when we set the goals and take the actions to achieve our dreams.

When we become serious about making our dreams become a reality, that's when the fun begins.

Don't just dwell on our dreams, please live them.

The results will be worthy every bit of hard work we put into making them happen.

Live the life we're dreaming of, it's entirely possible.

December 21st, Week 51st Saturday, 2019的更多相关文章

  1. December 14th, Week 50th Saturday, 2019

    If you have got a talent, protect it. 如果你有天赋,要去保护她. From Jim Carrey. If you think you have a talent, ...

  2. December 07th, Week 49th Saturday, 2019

    Snowflakes are pretty patterns etched in water's dreams. 雪花,是水在梦中镌刻的美丽图案. From Anthony T.Hincks. Tod ...

  3. December 28th, Week 52nd Saturday, 2019

    If you start at the bottom, pay your dues, life here can be a dream come true. 只要你从头开始,脚踏实地,梦想是可以成真的 ...

  4. December 17th 2016 Week 51st Saturday

    Great minds have purpose, others only have wishes. 杰出的人有着目标,其他人只拥有愿望. Are you clear about the differ ...

  5. December 21st 2016 Week 52nd Wednesday

    Keep conscience clear, then never fear. 问心无愧,永不畏惧. I find it is very difficult for me to keep consci ...

  6. December 31st, Week 53rd Tuesday, 2019

    Nothing comes from nothing. 天下没有免费的午餐. Nothing comes from nothing, and in some cases, even something ...

  7. Inhouse interview(websense)

    1.Tell me about yourself? My name is xxx,i 'm from xxx. now , I am a postgratuation and my major sub ...

  8. May 26. 2018 Week 21st Saturday

    Do what you say, say what you do. 做你说过的,说你能做的. Be honest to yourself, and be honest to those people ...

  9. October 21st 2017 Week 42nd Saturday

    Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...

随机推荐

  1. 把jar包部署为linux服务

    一直未配置成功,直到放弃后reboot了下,才直到错的不是自己的配置,而是自己不懂 1.在touch /etc/rc.d/init.d/tl_c_cons_service(创建新文件) 2.vi /e ...

  2. 哈希 Perl第六章

    哈希元素赋值: $hash{$some_key}  =  ‘something' 访问整个哈希: %some_hash = (’a' , '0' , 'b' , '1' , 'c' , '3') @a ...

  3. Postman 设置token为全局变量

    在做接口测试的时候,经常会用到不同用户登陆的token,来测试API,通过设置全局的token,这样更便捷: 注意设置的名称必须与你登陆后返回的名称一致,我这里是 AccessToken 1.配置环境 ...

  4. winform BackgroundWorker 的用法 - 异步执行

    1.设置 backgroundWorker1.WorkerReportsProgress = true; backgroundWorker1.WorkerSupportsCancellation = ...

  5. Django Web接口开发

    什么是接口 接口一般来讲分为两种: (1)程序内部的接口:方法与方法.模块与模块之间的交互,程序内部抛出的接口,如登录发帖,发帖就必须要登录,如果不登录不能发帖,发帖和登录这两个模块之间就要有交互,就 ...

  6. python+树莓派实现IoT(物联网)数据上传到服务器

    环境:raspbian-stretch(2018-06-27) 树莓派:3代B型 1.树莓派设备,需要在野外也能拥有独立联网能力,那必不可少的需要使用物联网模块. 这里使用的是微雪的SIM868通讯模 ...

  7. Laravel Vuejs 实战:开发知乎 (2)用户登录

    1.安装一个给用户提示的扩展包: 二选一: https://github.com/laracasts/flash [我选的这个]https://github.com/oanhnn/laravel-fl ...

  8. mysql学习笔记(二:中的auto_increment 理解

    1.auto_increment 理解1 auto_increment是用于主键自动增长的,从1开始增长,当你把第一条记录删除时,再插入第二跳数据时,主键值是2,不是1. 例如: create tab ...

  9. mysql错误问题处理

    问题1.mysql 黑窗口出现错误 无法启动此应用程序 ,计算机中丢失MSVCP120.DLL,请重新安装 因为是从虚拟机上安装的新的系统,所以dos窗口输入mysql -v的时候出现了上述的错误,之 ...

  10. touchstart和click 自动区分

    var clickEvent = (function() { if ('ontouchstart' in document.documentElement === true) return 'touc ...