August 11th 2017 Week 32nd Friday
I can't give you the world, but I can give you my world.
我不能给你全世界,但是我的世界我可以全部给你。
Maybe I can't give you all what I have, I always try to keep some in my hand.
Besides you, there are many others I have to take care of.
If I can become stronger and more powerful, then I can give you more.
Maybe I am too selfish, too narrow-minded.
According to a report published recently, there are more and more university graduates choosing to venture into business after their graduation.
And education and retail industries attracted the most college entrepreneurs.
Is that a good sign? Not necessarily.
Maybe it shows that the economic situation isn't very good, and fails to provide enough satisfying jobs.
But some graduates have been successful after starting their own businesses.
For most of us, the gap between our hopes and the reality lies in the lack of courage.
Just think of the tragedy of teaching children not to doubt.
教一个孩子别去质疑,想想这是多么可悲的事情。
From Clarence Darrow.
I orginally guessed that Mr. Darrow might be an educationist, because many quotes from him were about adolescent education, like this one we quoted above and the following one:
The first half of our lives is ruined by our parents and the second half by our children.
But after I read another famous quotation from him, I changed my idea, and the quote goes as following:
You can only protect your liberties in this world by protecting the other man's freedom, you can only be free if I am free.
Maybe he was a lawyer or politician.
And the searching results proved that he was an American lawyer, a leading member of the American Civil Liberty Union.
As a lawyer, he defended many high-profile clients in some famous trials of the early 20th century, and some his influential cases were about teenagers.
So, it is no strange that he always made some comments about juvenile educations.
Back to today's topic, no one is born to know everything.
Almost all of our knowledge about the world stems from learning and exercises throughout our life.
For a child, there are innumerable wonders and doubts in his mind, these things stimulate him to learn, to research, to find.
If we restrain their curiosity and doubts, they would have been obedient but ignorant and lack of courage.
That is exactly not the scene we want to see.
August 11th 2017 Week 32nd Friday的更多相关文章
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
- August 07th 2017 Week 32nd Monday
Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...
- August 06th 2017 Week 32nd Sunday
No words are necessary between two loving hearts. 两颗相爱的心之间不需要言语. No, I don't think so. Words may be ...
- August 11th 2016, Week 33rd Thursday
A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...
- August 6th, 2016, Week 32nd, Saturday
It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...
- August 5th, 2016, Week 32nd, Friday
Life is made up of small pleasures. 生活由各种细小的幸福构成. Don't expect too much. I am not qualified to get m ...
随机推荐
- C 标准库 - string.h之memmove使用
memmove Move block of memory Copies the values of num bytes from the location pointed by source to t ...
- 第六章、Linux 的文件权限与目录配置
第六章.Linux 的文件权限与目录配置 1. 使用者与群组 2. Linux文件权限概念 2.1 Linux文件属性 2.2 如何改变文件属性与权限: chgrp, chown, chmod 2.3 ...
- Mozilla新特性只支持https网站,再次推动SSL证书普及
Mozilla的官方博客2015.4.30正式宣布了淘汰HTTP的方案. 其中包括:设定一个日期,所有的新特性将只提供给HTTPS网站:HTTP网站将逐步被禁止访问浏览器功能,尤其是那些与用户安全和隐 ...
- 第二章:第2章PHP基础语法
一. 基本的PHP语法如下: 1.PHP脚本可以放在文档中的任何位置,PHP脚本以<?php开始,以?>结束 <?php //PHP代码 ?> 2.php文件的默认文件扩展 ...
- Tomcat源码分析——Session管理分析(下)
前言 在<TOMCAT源码分析——SESSION管理分析(上)>一文中我介绍了Session.Session管理器,还以StandardManager为例介绍了Session管理器的初始化 ...
- var、let、const的区别,以及作用范围。
在es5中一般经常使用的变量有两个级别,一个是用var声明的全局级别的变量,另外一个是函数级别是用var生命在函数内的.本文中将详细讲解我对es6中的const和let的区别. let的使用以及作用范 ...
- nohup磁盘打满问题排查与解决
使用nohup ... & 命令启动服务器后,磁盘满了,服务宕了,然后一步一步排查是哪个文件过大,最终定位到是nohup.out文件过大,占了40G, df -lh #磁盘容量命令 du -s ...
- 五、standalone运行模式
在上文中我们知道spark的集群主要有三种运行模式standalone.yarn.mesos,其中常被使用的是standalone和yarn,本文了解一下什么是standalone运行模式,它的运行流 ...
- 二、hdfs单节点安装
一.准备环境 在配置hdfs之前,我们需要先安装好hadoop的配置,本文主要讲述hdfs单节点的安装配置. hadoop的单节点安装配置请参考:https://www.cnblogs.com/lay ...
- Cookie写入之path的坑
问题 我在/page/index/index.html中向浏览器添加了一个useid的cookie(这里没有指定path), 然后试着从/page/demo/demo.html中取值,发现无法取到, ...