July 07th. 2018, Week 27th. Saturday
Soon is not as good as now.
别谈未来,现在就行动。
From Seth Godin.
I always told myself that I should finish what I should do as soon as possible, but the ending might be always the same:
The things were finished just before the deadlines with poor quality.
And I think I could make them better if I hadn't wasted my time and if I had prepared for them early.
Just a hopelss idiot.
I really want to know how to beat my procrastination and push myself a little harder to get what needs to be done done before the deadline.
Set a timer, set some standards, and act now.
Be true to yourself and everything will be fine.
做真实的自己,一切都会好起来的。
Be true to ourselves and try our best to avoid bringing an unhappy ending to the things we had kicked off before, only in such way we can avoid letting ourselves be pressured into overscheduling our time and taking on too much stress.
As Beastie Boys wrote in the book, 'Pass the Mic':
Be true to yourself and you will never fall.
How to understand this? Maybe it can be interpreted as some kind of strengthes from our innerself that can change our life: integrity, beliefs, personal values, honesty, sincerity, unwavering principles, being complete, authentic, living by what is acceptable to us, and so on.
In a word, these things may provide us with some positive, healthy, strong, peaceful and happy feelings.
So it is a good thing and it is important to be true to ourselves.
But how? In my opinion, we can start it with knowing who we are and accept ourselves.
Knowing our strengths, passions, limitations and purpose in life and then living that way all the time.
We come to know who we are by living life and we can find out what works for us, what defines us and what makes us whole.
Just try to live every minute of life meaningfully, make every minute of life counts.
July 07th. 2018, Week 27th. Saturday的更多相关文章
- July 06th. 2018, Week 27th. Friday
Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no l ...
- July 05th. 2018, Week 27th. Thursday
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? ...
- July 04th. 2018, Week 27th. Wednesday
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ...
- 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 01st. 2018, Week 27th. Sunday
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
- 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 2nd, Week 27th Saturday, 2016
The beauty of the journey is found in the scenery along the way. 旅行之美在于沿途所见的风景. I remember that ther ...
随机推荐
- git - 简明指南
助你入门 git 的简明指南,木有高深内容 ;) 作者:罗杰·杜德勒 感谢:@tfnico, @fhd 和 Namics如有纰漏,请在 github 提报问题 安装 下载 git OSX 版 下载 g ...
- mac下nginx安装
一.安装 Nginx 终端执行: brew search nginx brew install nginx 当前版本 1.10.2,通过brew可以把nginx需要的pcre,openssl,zlib ...
- 异常--java.text.ParseException: Unparseable date
String d = "2015-05-19" SimpleDateFormat sdf = new SimpleDateFormat( "yyyy/MM/dd HH ...
- FMDB的简单实用
一.FMDB 的框架引入点击此处去GitHub下载 二.FMDB 的优缺点 优点:使用起来更加面向对象,省去了很多麻烦.冗余的C语言代码:对比苹果自带的Core Data框架,更加轻量级和灵活:提供了 ...
- Spring support optimize
https://github.com/alibaba/fastjson/pull/1337
- springMVC框架在js中使用window.location.href请求url时IE不兼容问题解决
是使用springMVC框架时,有时候需要在js中使用window.location.href来请求url,比如下面的路径: window.location.href = 'forecast/down ...
- 2. 引入springmvc
springboot提供了spring-web-starter-web为web开发提供了支持,并且内嵌了tomcat及spring mvc的依赖,而且通过spring-boot-autoconfigu ...
- 【莫比乌斯反演】BZOJ3309 DZY Loves Math
Description 对于正整数n,定义f(n)为n所含质因子的最大幂指数.例如f(1960)=f(2^3 * 5^1 * 7^2)=3, f(10007)=1, f(1)=0. 给定正整数a,b, ...
- BZOJ_3223: Tyvj 1729 文艺平衡树 _splay
题意: 您需要写一种数据结构(可参考题目标题),来维护一个有序数列,其中需要提供以下操作:翻转一个区间,例如原有序序列是5 4 3 2 1,翻转区间是[2,4]的话,结果是5 2 3 4 1 分析: ...
- jenkins 解决构建成功后进程消失的问题
最近模块拆分,独立出了几个服务.上线流程并不复杂,只需要在指定目录执行bash deploy.sh master即可上线master分支.但是架不住模块太多,每天在上线流程上也花费了不少时间,所以尝试 ...