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 ...
随机推荐
- JUnit快速入门
一.一个简单的Junit测试流程: 1.在项目中导入junit-4.7.jar包, 方法:右击项目,选择Build Path->Configure Build Path->Librarie ...
- PHP如何判断对象为空的方法分享
1.网上很多方法分享说用empty()方法判断对象是否为空.empty()的方法介绍:格式:bool empty ( mixed var )功能:检查一个变量是否为空返回值:若变量不存在则返回 TRU ...
- git 学习之基础知识
在前面的一个帖子中我们知道了不同的版本控制系统的不同,在这个帖子中我们会大致的了解到它们是管理各个版本的,这对我们学习 git 是很有帮助的. 对于集中式的版本控制系统来说每次的更新主要记录内容的具体 ...
- window server 搭建git服务器
Git服务器Gogs简易安装-Windows环境 1.下载git for windows 1 https://github.com/git-for-windows/git/releases/dow ...
- SQL Cookbook—插入、更新与删除
涉及到的问题–1.从一个表向另外的表中复制行–2.复制表定义(包含表记录)–3.一次向多个表中插入记录–4.–5.当相应行存在时更新–6.用其他表中的值更新–7.删除违反参照完整性的记录 –1.从一个 ...
- MySQL使用内置函数来进行模糊搜索(locate()等)
常用的一共有4个方法,如下: 1. 使用locate()方法 1.1.普通用法: SELECT `column` from `table` where locate('keyword', `condi ...
- springboot使用Freemarker继承
最近需要用到Freemarker的继承.但是发现没有关于springboot配置Freemarker的继承的.所以趁现在有时间写个博客. 1. Freemarker继承介绍 Freemarker 通过 ...
- 定时器setTimeout()和setInterval()使用心得整理
JavaScript提供定时执行代码的功能,叫做定时器(timer),主要由setTimeout()和setInterval()这两个函数来完成. 一.setTimeout() setTimeout函 ...
- .net iis excel导出问题
碰到几个问题的解决方法 1.当我远程服务器时才可以导出excel!!关闭了远程就不行... 解决:运行mmc -32组件服务 ->DCOM Config->Microsoft Excel ...
- java 的数据库操作--JDBC
一.java与数据库的交互 1.jdbc:java data base connectivity,java数据库连接.java的JDBC操作主要通过操作两个类进行连接操作:Connection 和 S ...