July 03rd 2017 Week 27th Monday
Even if you are on the right track, you will get run over if you just sit there.
即使你处于正确的轨道上,但如果你只是坐在原地,也会被别人碾过去。
From Will Rogers.
I remember I have maken some comments about this topic before, but I couldn't recall the exact date.
That doesn't matter, things always change, so I think maybe I have some new thoughts as to the topic.
Notice, change is the only thing that doesn't change in this world.
That means, if you can't make any progress, you have actually been left behind by your peers.
Never count on the case that others may stop their paces to wait for you.
They will keep moving, even if they are willing to wait for your to catch up with their pace, things, are still changing.
Maybe you can't see the short-term consequences just because they are too trivial, or too minor to grip your attention, however, over a certain period of time, like half a year, or one year, the difference will be obvious, sometimes may be so huge that you will never catch up on.
Then, you will feel regretful for your inaction in the past, just like the status I am current in.
Now we know we must keep moving forward, even the least step will accumlate in big difference.
Hard work may not guarantee a good result, but it will be better than never.
Some news about auto pilot:
One of the most famous tech-giants, Tesla, said it is tentatively scheduled to unveil its planned semi-truck in late October, which was about one month later than its CEO, Elon Musk, had earlier estimated.
It was reported by some media that the electric semi-truck could have a range of 200 to 300 miles on a single charge.
Tesla planned to develop out a long-haul, electric semi-truck that could drive itself and move in platoons that followed a lead vehicle.
Maybe that is a limited self-driving. And I think the biggest obstacle for electric vehciles may be the battery.
Once there are some breakthroughs in the battery technology, then we can bring an end to the traditional fueled vehciles.
July 03rd 2017 Week 27th Monday的更多相关文章
- July 03rd. 2018, Week 27th. Tuesday
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...
- 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 ...
- July 31st 2017 Week 31st Monday
Elegance is the only beauty that never fades. 优雅是唯一不会褪色的美. Even the most beautiful apperace would be ...
- July 24th 2017 Week 30th Monday
The only limit to our realization of tomorrow will be our doubts of today. 实现明天理想的唯一障碍就是今天的疑虑. When ...
- July 17th 2017 Week 29th Monday
A heart is a heavy burden. 心,可是很重的. Follow your heart, but always take your brain with you. Easy to ...
- July 10th 2017 Week 28th Monday
I get that look a lot, but I never let it get to me. 我常常受到异样的目光,但我从不把它们放在眼里. I don't feel good these ...
- July 08th 2017 Week 27th Saturday
You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...
- July 07th 2017 Week 27th Friday
Learn wisdom by the follies of others. 要从别人的愚行中学到智慧. How to become smart or what characters should a ...
- July 06th 2017 Week 27th Thursday
Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...
随机推荐
- android 用命令行打包生成 apk
android 用 ant 进行 build. android sdk 下面的 tools/ant 下面的 build.xml 就是 build 的整个过程. 其中的 build 参数可在 ant.p ...
- clearfix的用法
如果有一个DIV作为外部容器,内部的DIV如果设置了float样式,则外部的容器DIV因为内部没有 clear,导致不能被撑开.看下面的例子:Div布局如下:Css代码如下:.out{border:1 ...
- oracle系统包——dbms_alert用法
oracle内部提供的在数据库内部和应用程序间通信的方式有以下几种:1.警报,就是DBMS_ALERT包提供的功能:2.管道,由DBMS_PIPE提供:3.高级队列,这个就很复杂,当然提供的功能也是很 ...
- PostgreSQL Entity Framework 自动迁移
1.依次添加NuGet包 EntityFramework.Npgsql.EntityFramework6.Npgsql,会自动生成一些配置文件,不过缺少数据库驱动的配置节点: <system.d ...
- shell脚本检测监控mysql的CPU占用率
网站访问量大的时候mysql的压力就比较大,当mysql的CPU利用率超过300%的时候就不能提供服务了,近乎卡死状态,这时候最好的方法 就是重启mysql服务.由于这种事具有不可预见性,我们不知道什 ...
- 测试域名ping延迟脚本
#!/bin/bash if [ $# -lt 1 ]thenecho "Usage:avg file1"exit 1fiecho "================== ...
- maven(04)--一个简单的项目
简单介绍 一个maven项目,使用hibernate框架,实现向mysql数据库中添加和获取操作,其他操作也是类似 如果你没有hibernate,那么也不要紧,这里主要介绍如何在一个maven项目中引 ...
- C中的私有成员
skynet_context声明在.h里 但定义在.c里面 外部使用的时候无法用ctx->handle获取私有成员,会提示解引用类型错误 必须用.h里函数获取ctx里属性.
- JS里的居民们7-对象和数组转换
编码 学习通用的数据用不同的数据结构进行存储,以及相互的转换 对象转为数组: var scoreObject = { "Tony": { "Math": 95, ...
- 新项目放到jenkins步骤
1配置playbook.xml,src和dest需要和运维确认 2项目内config 文件夹下index文件内,build对象内assetsPublicPath属性是否需要更改. playbo ...