Make hay while the sun shines.

勿失良机。

Last night the toothache woke me up and it was very difficult for me to get asleep again.

I felt very depressed then, living a poor life, having no money to buy a house or just rent a big one for my lover who has been pregnant, even a healthy body is too much to hope for.

I work hard, I always keep doing exercises to maintian healthy, I believe I can succeed through my consistent efforts, but the reality always got worse.

Why am I always the failed one even when I tried my best to pursue some dreams?

For many things assigned to me, I never said it was impossible and I always tried to finish them before the deadline, but what did I get from my hard work? Nothing, nothing.

Maybe I should figure our what I am really good at, and then just concentrate on them.

It is said that everybody is a genius, buf if we judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid and inferior to others.

However, what am I good at? There is no obvious answer.

Maybe life is set up for me to have failures and setbacks. I should accept the truth and stop my pointless struggle for a better future.

Let it be, someone will fail all the times, then let me be the one.

A lantern can give you light only when you light it.

灯笼若要闪亮,需要你去点亮。

From Munia Khan.

It would be better if there could be someone who can shed some light on my road forward.

But most often, people would be more willing to help those who are able to and willing to help themselves first.

So it is fatally important to show we are worthy of people's help.

Down in the dumps. Got the blues. Under the weather. Not yourself.

These are all phrases we use to describe those times when we just aren’t feeling up to par.

Whatever has you feeling less than optimal, the sure plan of action to get back in the game and feeling great, right?

Sometimes, it’s just a phase. That means, over time we’ll start to see an uptick in the way we feel.

We aren’t at our best right now, but we are working towards that and we will get there soon.

Other times the issue is deeper than that.

We might need to talk through things or consider options that will help us to better get to a place where we feel like ourselves, should we?

Don't worry about the future too much, the only way to ensure a better future is doing our businesses as well as we can.

March 02nd, 2018 Week 9th Friday的更多相关文章

  1. March 03rd, 2018 Week 9th Saturday

    No cross, no crown. 不经历风雨,怎能见彩虹. Sometimes you can see a beautiful rainbow high in the sky without h ...

  2. March 01st, 2018 Week 9th Thursday

    Let bygones be bygones. 过去的就让它过去吧. What happened has happened, it cannot be undone, so just leave it ...

  3. 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path

    有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...

  4. Codechef March Cook-Off 2018. Maximum Tree Path

    目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...

  5. July 02nd. 2018, Week 27th. Monday

    Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...

  6. March 11th, 2018 Week 11th Sunday

    All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...

  7. March 10th, 2018 Week 10th Saturday

    All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...

  8. March 09th, 2018 Week 10th Friday

    All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...

  9. March 08th, 2018 Week 10th Thursday

    Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...

随机推荐

  1. Go基础系列:struct的导出和暴露问题

    struct的导出和暴露问题 关于struct的导出 struct的属性是否被导出,也遵循大小写的原则:首字母大写的被导出,首字母小写的不被导出. 所以: 如果struct名称首字母是小写的,这个st ...

  2. .net 模拟登陆 post https 请求跳转页面

    AllowAutoRedirect property is true, the Referer property is set automatically when the request is re ...

  3. HTML学习感悟

    HTML是一个超文本语言,原本并不打算做网站的我发现学习信息根本离不开web前端的掌握,因此需要对HTML进行一定程度的学习.对了,它可以说是网页的一个标志,打开任何网页我们看到的都是HTML的文本, ...

  4. JQuery官方学习资料(译):Attributes

    Attributes     元素的属性可以为你的应用程序包含有用的信息,重要的是能够获取和设置它. .attr()方法     .attr()方法是可获取和可设置的,在设置状态下,.attr()可以 ...

  5. 34.QT-制作串口助手(并动态检测在线串口,附带源码)

    qextserialport-1.2rc库下载链接: http://www.pudn.com/Download/item/id/2298532.html 1.添加源码到工程 将qextserialpo ...

  6. Python_简单三级菜单制作

    一:制作要求 1.三级菜单 2.可依次选择进入各子菜单 3.所需新知识点:字典,列表 *本文通过三种方法完成,第一种:只使用循环,第二种:使用列表,第三种:使用字典 二:FlowChart流程图 与上 ...

  7. JavaScript 延迟加载

    默认情况下,浏览器是同步加载 JavaScript 脚本,即渲染引擎遇到<script>标签就会停下来,等到执行完脚本,再继续向下渲染.如果是外部脚本,还必须加入脚本下载的时间. 如果脚本 ...

  8. js 时间戳转换为‘yyyy-MM-dd hh:mm’格式(es6语法)

    function formatDate(date,fmt) { if(/(y+)/.test(fmt)){ fmt = fmt.replace(RegExp.$1,(date.getFullYear( ...

  9. JS检测浏览器Adobe Reader插件

    Web应用中当我们希望向用户显示pdf文档时候,如果用户安装了Adobe Reader之类的pdf阅读器,就可以直接打开文档在浏览器中显示, 但是,当用户没有安装这类软件的时候,自然是打不开的,为了系 ...

  10. katalon之web文件上传

    参考:https://docs.katalon.com/katalon-studio/docs/webui-upload-file.html#example- 适用范围:tag=input, type ...