June 19th 2017 Week 25th Monday
Everyone is dissatisfied with his own fortune.
人对自己的命运总是感到不满足。
We always want more, even when we have owned enough, or when we have been paid enough.
Actually, I think all these things, money, beauty, knowledge, life, offspring, are never enough.
Dissatisfication, or we can understand it as enterprise or ambition, is always playing an important role in the progress of individual and the whole society.
Once we are contented with the status quo, we may no longer have the abition that can motivate us to get to the next step and to reach higher and farther aims.
Uh, I feel very sleepy today, I even can't force myselft to concentrate my attention on my work.
Can you write down one line of codes, one line is enough?
Now I know why I always live a dog's life, but even a dog may have its days, if I keep on doing such things, surely I can't see my own days.
Then, please think about that am I qualified to complian about life?
One machine can do the work of fifty ordinary men.
No machine can do the work of one extraordinary man.
一台机器能干五十个普通人的活,但一个杰出的人的工作没有机器可以做。
From Elbert Hubbard.
When it comes to this topic, I remembered the recent dispute between Elon Mask and Mark Zuckerberg about the future of artificial intelligence.
Elon Musk is worried about that artificial intelligence could eventually destroy humanity, however, the founder of Facebook, Mark Zuckerbery, said that he is always optimistic about the future, adding that he believes that AI will bring far more benefits than downsides.
Their opinions represent two distinct groups, those saying AI's benefits will outweight its negatives and those saying it could ultimately destroy humanity.
Actually both sides can find enough arguments to support them, and if checking the details of those arguments, you will find all of them can make sense, and probably you can't convince yourself of either of them.
But I think whether it is good or evil depends on our human's choices, it is far away for the AI to develop into a completely autonomous stage.
And for the individual, whether its impacts are positive or negative hinges on whether we can keep pace with its developments.
Ok, just bring an end to today's disscussion, and we will spare some time to talk about this topic later, in some deep insight.
June 19th 2017 Week 25th Monday的更多相关文章
- June 18. 2018, Week 25th. Monday
Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...
- June 26th 2017 Week 26th Monday
I am a little tempted, but so afraid to look in your eyes. 我对你有一点动心,却如此害怕看你的眼睛. Now that you are tem ...
- June 24th 2017 Week 25th Saturday
Who is able to be egotistical needs to be strong too. 有本事任性的人,也要有本事坚强. What is egotistical? Is it th ...
- June 23rd 2017 Week 25th Friday
Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强. So in the same way we can get ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June 21st 2017 Week 25th Wednesday
Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...
- June 20th 2017 Week 25th Tuesday
Care and diligence bring luck. 谨慎和勤奋,带来好运气. In my opinion, care and diligence may just gurantee us a ...
- June 18th 2017 Week 25th Sunday
Life was like a box of chocolates, you never know what you're gonna get. 人生就像一盒巧克力,结果往往出人意料. Compare ...
- June 12th 2017 Week 24th Monday
All the splendor in the world is not worth a good friend. 人世间所有的荣华富贵都比不上有一个好朋友. It's great to have a ...
随机推荐
- Java代码在本地运行没有问题。上传到阿里云服务器后。出现了中文乱码解决
java -Dfile.encoding=UTF-8 -jar project.jar
- telnet 命令使用方法详解
参考自:这里 什么是telnet? 简单来说,可以把telnet当作一种通信协议.但对于入侵者来说,telnet只是一种远程登陆的工具.一旦入侵者与远程主机建立了telnet链接,入侵者便可以使用目标 ...
- 使用Myeclipse进行简单webservice开发的示例
(转) http://blog.csdn.net/changhenshui1990/article/details/70142371 前言:朋友们开始以下教程前,请先看第五大点的注意事项,以避免不必要 ...
- How to push master to QA branch in GIT
1. git branch -d QA2. git branch QA master3. git checkout QA4. git push origin QA(if push error, ...
- 在ASP.NET CORE中启用favicon.ico
在静态页面中添加网站标志只需在<head>标签中添加<link rel="shortcut icon" href="favicon.ico" ...
- Asp.net MVC5系列——第一个项目
转自http://www.cnblogs.com/wolf-sun/p/3888160.html 概述 在这一部分我们添加一个新的控制器HelloWorldController类,以便使用视图来向客户 ...
- forward和redirect请求方式
之前一直对forward和redirect有点疑问,现在练习一下加深点记忆,理解理解,forward是一次请求,在一个request范围内,而redirect是二次请求 实例: @Controller ...
- 超时重试(一)ajax
我们使用jquery的ajax,超时重试可以采用两种方式,一种是配置ajax的timeout的参数,另一种就是以setTimeout定时器的方式实现: 1)timeout参数配置方式 var xhr ...
- vsphere client 使用本地磁盘cd/vd1创建虚拟机 operating system not fond,解决办法
出现operating system not fond 后,狂敲enter键,然后就可以了.别问我为什么,我也是偶然在砸键盘的瞬间发现的
- TCP客户端 服务端详细代码
本文章转自http://www.myexception.cn/program/1912019.html TCP网络编程中connect().listen()和accept()三者之间的关系 基于 TC ...