September 28th 2017 Week 39th Thursday
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的更多相关文章
- September 22nd 2016 Week 39th Thursday
Things won are done, the soul of joy lies in the doing. 得到即是完结,快乐的精髓在于过程. Things won are done, thing ...
- September 30th 2017 Week 39th Saturday
The simplest answer is often the correct one. 最简单的答案通常是最正确的答案. Simplest is always best. Sometimes yo ...
- September 29th 2017 Week 39th Friday
Human life is ephemera, which makes it precious. 生命短暂,所以珍贵. Don't waste time on praying to the God. ...
- September 27th 2017 Week 39th Wednesday
We both look up at the same stars, yet we see such different things. 我们仰望同一片星空,却看见了不同的事物. Looking up ...
- 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 ...
- 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 ...
- September 24th 2017 Week 39th Sunday
To live is the rarest thing in the world. Most people exist. That is all. 生活是世间最罕见的事情:生存,却是世间最常见的事情: ...
- September 21st 2017 Week 38th Thursday
What fire does not destroy, it hardens. 烈火摧毁不了的东西,只会变得更坚固. The true gold can stand the test of fire, ...
- 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 ...
随机推荐
- 关于around_filter 的调用
def call_filter(chain, index) return (performed? || perform_action_without_filters) if index >= ...
- Linux下常用的3种软件安装方式
一:Linux源码安装 1.解压源码包文件 源码包通常会使用tar工具归档然后使用gunzip或bzip2进行压缩,后缀格式会分别为.tar.gz与.tar.bz2,分别的解压方式: ...
- mysql 用存储过程和函数分别模拟序列
在其他大部分DBMS里都有序列的概念,即Sequence或Generator. 而mysql里没有,但有时真的很有用.下面分别用存储过程和函数来模拟序列,并用程序模拟并发场景来测试原子性和完整性,是否 ...
- sql多行合并成一行用逗号隔开,多表联合查询中子查询取名可重复
简单版的 SELECT a.CreateBy,Name =stuff((select ','+Name FROM SG_Client WHERE CreateBy = a.CreateBy for x ...
- SQL查询几种的区别。
最近看了几篇SQL查询的文章做一下总结哦,大概简记如下: SQL查询的实质是,是指从数据库中取得数据的子集,可以先取列子集,然后再取符合条件的行子集. 1.单表查询: SELECT [Name] ,[ ...
- hdu 1885
Key Task Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su ...
- 使用dom4j处理xml操作xml数据
使用dom4j处理xml操作xml数据 示例代码: public class TestDom4j { public static void main(String[] args) { String x ...
- python之协程gevent模块
Gevent官网文档地址:http://www.gevent.org/contents.html 进程.线程.协程区分 我们通常所说的协程Coroutine其实是corporate routine的缩 ...
- HTML之列表
列表有三种类型: 有序列表:列表项使用数字来标记 无序列表:列表项使用粗体圆点(典型的小黑圆圈)进行标记. 自定义列表:自定义列表以 <dl> 标签开始.每个自定义列表项以 <dt& ...
- 解决:在php配置文件路径下,添加php.ini之后,测试页面无法显示
安装完php之后,通常情况下,会在网站目录下创建一个.php的文件,来查看php安装过程中的参数配置,脚本的内容很简单: <? phpinfo(); ?> 通常情况下,如果能顺利安装下来不 ...