Every saint has a past and every sinner has a future.

圣人皆有过去,罪人皆有未来。

If you were a sinner in the past, you still have the possibility to become a saint if you achieve some great things later.

However, if you were a saint in the past, or if you had some glorious moments in the past, once you had done some evil, you may find it is impossible for you to reverse your situation.

Because the public always hold a too high expectation of those saints, they can't stand even the slightest error made by those saints.

Once committing any mistake, those saints would be thrown out in disgrace, dismissed with ignomity.

In such cases, what should we do? And who can rescue us?

Maybe there is no need to make up for the past mistakes, just look forward, and walk forward, just follow our conscience and do what we think as right.

Today, I hope I can complete coding for the parsing of pcap files from the RS-16 Lidar.

Though the main-frame and some core functions are built on other's outcomes, to implement on the current platform and make it work smoothly is quite an challenging job.

If it can match up with the requirements, then all my efforts would be worthwhile.

Come on, the smartest coder.

Where is there dignity unless there is honesty?

若无诚实,何谈自尊?

From Marcus Tullius Cicero.

Honesty is always a virtue, but sometimes it has very limited positive effects on our life.

In some extremes, being honest and being frank even bring negative influences when we communicate with other people.

After all, not everyone of us is willing to listen honest words.

This is a result-oriented society, if the result is good, everything else matters little.

But sometimes, we must be aware of that some of the dignity come from our professional status, once we leave the position we may find the past respects are just illusions.

To disassociate identity from professional status, that is, to form some unique characteristics, maybe we should take pride in those things that can't be easily stripped away, such as virtue, integrity, honesty and generosity.

September 28th 2017 Week 39th Thursday的更多相关文章

  1. September 22nd 2016 Week 39th Thursday

    Things won are done, the soul of joy lies in the doing. 得到即是完结,快乐的精髓在于过程. Things won are done, thing ...

  2. September 30th 2017 Week 39th Saturday

    The simplest answer is often the correct one. 最简单的答案通常是最正确的答案. Simplest is always best. Sometimes yo ...

  3. September 29th 2017 Week 39th Friday

    Human life is ephemera, which makes it precious. 生命短暂,所以珍贵. Don't waste time on praying to the God. ...

  4. September 27th 2017 Week 39th Wednesday

    We both look up at the same stars, yet we see such different things. 我们仰望同一片星空,却看见了不同的事物. Looking up ...

  5. September 26th 2017 Week 39th Tuesday

    I have to protect the one thing I can't live without. 我必须为我一生挚爱遮风挡雨. A man is a success if he gets u ...

  6. September 25th 2017 Week 39th Monday

    No man is rich enough to buy back his own past. 没有人富有到可以赎回自己的过去. Those rich are not willing to buy b ...

  7. September 24th 2017 Week 39th Sunday

    To live is the rarest thing in the world. Most people exist. That is all. 生活是世间最罕见的事情:生存,却是世间最常见的事情: ...

  8. September 21st 2017 Week 38th Thursday

    What fire does not destroy, it hardens. 烈火摧毁不了的东西,只会变得更坚固. The true gold can stand the test of fire, ...

  9. September 14th 2017 Week 37th Thursday

    Don't let the past steal your present. 别让过去悄悄偷走了我们的当下. We take what we can get and make the best of ...

随机推荐

  1. dll(动态链接库)的编写

    很可能有人会困惑dll究竟是什么,又改如何编写dll呢?今天,我就记录下编写以及调用动态链接库的步骤吧. 1.启动visuanl 6.0,新建工程 dll,如上图 2.在Source File中新建一 ...

  2. Abp中SwaggerUI的接口说明文档配置

    项目中集成了swashbuckle,那么通过访问http://ip:port/swagger/ui/index,可以看到提供的接口列表.接口列表默认是没有提供接口说明信息的,但是swagger内部是集 ...

  3. ArchLinux - 安装指南

    Step 1 将镜像写入u盘 u盘从来不是唯一的选择,但多数人可能喜欢这么做. 我是在OS X上进行操作,如果你用的是windows,也许可以使用Image Writer for Windows或者U ...

  4. CentOS7安装后连不上网络无法使用yum

    更新日期:2018年5月31日 笔者今天在本地VMware中安装了CentOS7后,使用yum安装wget的时候发现不能下载,并有下图所示的提示: 于是,笔者就去问度娘,然后就找到了如下各种回复: 1 ...

  5. IDEA相关设置

    今天终于放弃了MyEclipse,在使用MyEclipse中的各种心酸就不多说,总结成一句话就是:珍爱生命,远离MyEclipse. 换到IDEA后,安装了IdeaVim插件,支持vim的操作,提高的 ...

  6. java基础题目日常思考(持续更新)

    public static void main(String[] args) { Integer a = 0; count(a); System.out.println(a); // 问题: a 输出 ...

  7. 百度Ueditor编辑器

    百度的Ueditor编辑器出于安全性考虑,用户在html模式下粘贴进去的html文档会自动被去除样式和转义.虽然安全的,但是非常不方便. 1. ueditor.config.js 做出如下修改即可: ...

  8. pycharm配置环境

  9. set集合去重机制

  10. HTML之列表

    列表有三种类型: 有序列表:列表项使用数字来标记 无序列表:列表项使用粗体圆点(典型的小黑圆圈)进行标记. 自定义列表:自定义列表以 <dl> 标签开始.每个自定义列表项以 <dt& ...