Full of luck, health and cheer. We wish you a Happy Chinese New Year!

春节快乐,万事如意!

From Shanbay.

Today is the Chinese New Year of 2018.

Wish every of us a Happy New Year.

We will open a new book today, we will forget all our worries today.

A new year always comes with new expectations, new opportunities and new challenges.

I wish I can produce some wonderful outcomes both in my life and my career this year to make those related with me happier.

True merit, like a river, the deeper it is, the less noise it makes.

静水流深,能者无言。

How to be a smart coder? Or at least a qualified embedded software engineer?

Maybe I must improve my ability of concentration so that I can focus for long stretches at a time and tune out distractions.

If I can pay more attention to things that are crucial to my life and focus on those most important information and filter out the rest, I think my life would get much easier than now.

And, though it is said that the smarter a person is, the more he is inclined to stay up inot the wee hours of the morning, I really expect I can get rid of such bad habits, like going to bed too late and lacking of sleep.

Besides, I hope I can be flexible and able to thrive in different settings, because as an intelligent coder, I must show that I have the ability of doing my job well regardless of the complications and restrictions placed on my work.

Some researchers said that intelligence depends on being able to change your own behaviours in order to cope more effectively with your environment or make changes to the environment you are in.

Now that I have little influences on my environment now, I should sit down and stop talking empty vaunt, then try my best to consolidate my skills and broaden my knowlegge so as to make my outcomes more persuasive.

Don't be too eager to show off what I am capable of if there are not enough convincable results.

February 16th, 2018 Week 7th Friday的更多相关文章

  1. February 17th, 2018 Week 7th Saturday

    The happiest part of a man's life is what he passes lying awake in bed in the morning. 人生一大乐事莫过去早上醒来 ...

  2. February 15th, 2018 Week 7th Thursday

    Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...

  3. February 14th, 2018 Week 7th Wednesday

    Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...

  4. February 13th, 2018 Week 7th Tuesday

    You are your greatest asset. 你就是你自己最大的资本. For most of us, there are few things that we can count on ...

  5. February 12th, 2018 Week 7th Monday

    One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...

  6. February 11th, 2018 Week 7th Sunday

    Grasp all, lose all. 欲尽得,必尽失. Not to be greedy and not to try to get everything. Our time, energy an ...

  7. codechef February Challenge 2018 简要题解

    比赛链接:https://www.codechef.com/FEB18,题面和提交记录是公开的,这里就不再贴了 Chef And His Characters 模拟题 Chef And The Pat ...

  8. February 28th, 2018 Week 9th Wednesday

    Knowledge makes humble, ignorance makes proud. 博学使人谦逊,无知使人骄傲. Humility is not equal with being passi ...

  9. February 27th, 2018 Week 9th Tuesday

    Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...

随机推荐

  1. Squid实现正向代理及访问控制--技术流ken

    Squid及正向代理简介 Squid cache(简称为Squid)是一个流行的自由软件,它符合GNU通用公共许可证.Squid作为网页服务器的前置cache服务器,可以代理用户向web服务器请求数据 ...

  2. TensorFlow.js入门(一)一维向量的学习

    TensorFlow的介绍   TensorFlow是谷歌基于DistBelief进行研发的第二代人工智能学习系统,其命名来源于本身的运行原理.Tensor(张量)意味着N维数组,Flow(流)意味着 ...

  3. vue-element-admin项目install出现的问题

    1.需要安装nodejs和git 2. 配置淘宝镜像源(经常是因为墙的原因下载缓慢或者出错) npm config set registry https://registry.npm.taobao.o ...

  4. 使用浏览器自定义协议启动本地程序(.EXE文件)

    比如,自定义协议名称为 myapp,要启动的本地程序为 myapp.exe. 1)首先向注册表添加如下内容: Windows Registry Editor Version 5.00 [HKEY_CL ...

  5. Java高并发--AQS

    Java高并发--AQS 主要是学习慕课网实战视频<Java并发编程入门与高并发面试>的笔记 AQS是AbstractQueuedSynchronizer的简称,直译过来是抽象队列同步器. ...

  6. Verification and validation

    Verification Verification is the process to make sure the product satisfies the conditions imposed a ...

  7. Lucene的简单用法

    1.创建索引 package com.DingYu.Test; import java.io.File; import java.io.FileInputStream; import java.io. ...

  8. 二进制安装 kubernetes 1.12(二) - 安装docker, 部署Flannel网络

    在 node 节点上安装 docker 参考 https://www.cnblogs.com/klvchen/p/8468855.html Flannel 工作原理: 部署Flannel网络 在 ma ...

  9. cf1132E. Knapsack(搜索)

    题意 题目链接 Sol 看了status里面最短的代码..感觉自己真是菜的一批..直接爆搜居然可以过?..但是现在还没终测所以可能会fst.. #include<bits/stdc++.h> ...

  10. 【20190223】HTTP-知识点整理:HTTPS

    HTTPS:添加了加密及认证机制的HTTP HTTPS 并非是应用层的一种新协议.只是 HTTP 通信接口部分用SSL(Secure Socket Layer)和 TLS(Transport Laye ...