March 05th, 2018 Week 10th Monday
Fortune favors the bold.
勇者天佑。
It has been increasingly apparent that courage is the main quality we need to start our own business, it can't make one rich being an ordinary employee.
Every day, every moment, millions of people dream of starting a business, but relatively few actually do it.
Incredibly, the most educated and brilliants are often the most fearful of taking the plunge.
Perhaps fear of failure is most acute in those who have never or rarely failed.
Why do so many of us think going into business is a great choice, but still refuse to become one of those entrepreneurs?
It could be the fear of losing our golden handcuffs, the cash and other benefits that come with employment.
After all, most of us believe in the old saying that a bird in hands is better than two in the bush.
We prefer a sure thing, even if the potential gain in the other option is much larger.
What a pity. But if we don't have the courage to start some new career, it may be the best choice to fulfill our responsibilities as perfect as we can.
Go after what you really love and find a way to make that work for you, and then you will be a happy person.
追求你真正热爱的,并能充分利用,你就是幸福的。
From Tom Petty.
But it is quite difficult for many people to find out what they really love and what can bring them satisficatons and stimulations.
Through their life, they just earn a living, which may be a tough thing as well.
Sometimes even though they know the answer, they don't dare to pursue those things because there are too many other things they must be responsible for.
In a word, wealth is the most important thing to all of us, we only have the courage to go after our dreams if we have enough wealth, otherwise we may have many worries behind.
It would be better if I can find more stimulation at my work.
Some people say it isn't hard to find positive stimulation if we look for it, no matter what our role and no matter where we work.
But I think that really matters a lot.
Maybe I should open my eyes to other possibilities.
March 05th, 2018 Week 10th Monday的更多相关文章
- March 09th, 2018 Week 10th Friday
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
- March 08th, 2018 Week 10th Thursday
Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...
- March 07th, 2018 Week 10th Wednesday
Better later than never. 亡羊补牢,时犹未晚. Time and again all of us are told to complete the tasks assigned ...
- March 06th, 2018 Week 10th Tuesday
Hope for the best, but prepare for the worst. 抱最好的愿望,做最坏的打算. To hope for the best and prepare for th ...
- March 04th, 2018 Week 10th Sunday
Tomorrow never comes. 我生待明日,万事成蹉跎. Most of my past failures can be chalked up to the bad habit of pr ...
- 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path
有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...
- Codechef March Cook-Off 2018. Maximum Tree Path
目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...
- March 10th, 2018 Week 10th Saturday
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
- July 05th. 2018, Week 27th. Thursday
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? ...
随机推荐
- ife2018 零基础学院 day 3
ife2018 零基础学院 第三天:让简历有点色彩 什么是CSS,CSS是如何工作的! 摘自CSS如何工作 什么是CSS CSS是一种用于向用户指定文档如何呈现的语言 - 它们如何被指定样式.布局等. ...
- devDependencies与dependencies (转载)
简单整理: 一.关键词解释 devDependencies用于本地环境开发 dependencies用户发布环境 devDependencies是只会在开发环境下依赖的模块,生产环境不会被打入包内.通 ...
- [nodejs] nodejs开发个人博客(六)数据分页
控制器路由定义 首页路由:http://localhost:8888/ 首页分页路由:http://localhost:8888/index/2 /** * 首页控制器 */ var router=e ...
- 15.QT-Valgrind内存分析
QT检测内存泄漏 在Linux Qt Creator里,有个Valgrind内存分析器,它用来检测应用程序是否发生内存泄漏 安装: sudo apt-get install valgrind 如何使 ...
- [leetcode]1007. 行相等的最少多米诺旋转
在一排多米诺骨牌中,A[i] 和 B[i] 分别代表第 i 个多米诺骨牌的上半部分和下半部分.(一个多米诺是两个从 1 到 6 的数字同列平铺形成的 —— 该平铺的每一半上都有一个数字.) 我们可以旋 ...
- js 数据类型具体分析
复习 点运算符 xxx.sss xxx是对象 sss是属性和方法.任何数据类型都是拥有属性和方法的.字符串 String var st=“hello world”.字符串的定义 ...
- PHP无限极分类原理
1.递归:程序调用自身的编程技巧称为递归 2.案例: /** * @param 递归 $[name] */ function deeploop(&$i=1){ echo $i; $i++; i ...
- windows生成当前目录树
tree /f > list.txt 需要以管理员运行cmd
- Spider-three
一.selenium from selenium import webdriver driver = webdriver.Chrome() # 创建一个chrome浏览器控制对象#driver = w ...
- apache配置-html碎片shtml格式
修改SSI 文件 conf–httpd.conf <Directory "D:/Android/Apache2.2/htdocs"> //修改文件目录 # # Pos ...