how to be an efficient man
"This Monday I was invited to do a presentation on this Friday, and today is Friday. I am going to share something with you all, but unfortunatily it is not well prepared since I was so busy this week..."
Have you facing the same situations before? I guess most of you are the same as me. How to deal with such situations? How to make ourselves more effieient? This is the topic of today's session. I am gona sharing some thoughs.
Life is short in someone's mind while it's very long for others, how to blance work and life is an art, and I think most important thing is to be a friend of time instead of controlling the time. There are several ways to achieve that, which is proven in my life.
Firstly, plan for your target. As the saying goes:"no directions without an target", so please make a planning for 3 years, 5 years, 10 years or the whole life. Maybe you have an ambition, or you just want to live peacefully. But no matter which kind of life you want, a target is necessay. Take a notebook, write down what have you had till now, what do you want in the future and what's the actions. For example, I want to be CTO of a technology company after 10 years, and now I am only a project manager of Hengtian. Many skills should be mastered such as project management skills, architect design abilities, collaborate with team members and leadship for a department, and so on. You can have your own goals in any fashion.
Senondly, read a lof of books, no matter what you read. Reading is one way to build our knowledge systems, besides this, there are two more ways, experiment and survey. But these two ways have limitations. Experiment is limited to our historical experiences, some mistakes might be made in some special period, such as long ago people believed that world is flat but acctually it's not correct, and now we know the earth is ellipse; survey is limited to environments, we cannot get information from 1000 years ago since we cannot go back to that dynasty to watch what happened aound ourselves. But we can image that through readings. There are a lot of historical documents/ evidences in libraries.
Thirdly, keep active thinking. Thinking can help us judge what is right and what is wrong. Try your best to avoid logistical errors. Sometimes we complaint the work is too hard, the life is not fair. Stop this kinds of thinkings or hints, since this can drive ourselves into hell.
Finally, practise as more as possible. There is a theory about time called 10000 hours theory. That's to say, you must practise more than 10000 hours if you want to be professional in one area. Daily achievement can make big progress. So keep in mind, practice, practice and practice, important things repeated three times.
As explained above, if we want to be an efficient man, please make friends with time. Fllow your heart and follow your mind.
That's all, thank you and any questions are welcome!
how to be an efficient man的更多相关文章
- 论文阅读(Lukas Neuman——【ICDAR2015】Efficient Scene Text Localization and Recognition with Local Character Refinement)
Lukas Neuman--[ICDAR2015]Efficient Scene Text Localization and Recognition with Local Character Refi ...
- Notes on 'Efficient Graph-Based Image Segmentation'
Notes on Efficient Graph-Based Image Segmentation 算法的目标 按照一种确定的标准, 将图片分割成细粒度的语义区域, 即Super pixel. 算法步 ...
- Web Pages - Efficient Paging Without The WebGrid
Web Pages - Efficient Paging Without The WebGrid If you want to display your data over a number of p ...
- HDU 5513 Efficient Tree
HDU 5513 Efficient Tree 题意 给一个\(N \times M(N \le 800, M \le 7)\)矩形. 已知每个点\((i-1, j)\)和\((i,j-1)\)连边的 ...
- 论文笔记之:Fully Convolutional Attention Localization Networks: Efficient Attention Localization for Fine-Grained Recognition
Fully Convolutional Attention Localization Networks: Efficient Attention Localization for Fine-Grain ...
- 【Deep Learning学习笔记】Efficient Estimation of Word Representations in Vector Space_google2013
标题:Efficient Estimation of Word Representations in Vector Space 作者:Tomas Mikolov 发表于:ICLR 2013 主要内容: ...
- Zore copy(翻译《Efficient data transfer through zero copy》)
原文:https://www.ibm.com/developerworks/library/j-zerocopy/ <Efficient data transfer through zero c ...
- cs231n spring 2017 lecture15 Efficient Methods and Hardware for Deep Learning 听课笔记
1. 深度学习面临的问题: 1)模型越来越大,很难在移动端部署,也很难网络更新. 2)训练时间越来越长,限制了研究人员的产量. 3)耗能太多,硬件成本昂贵. 解决的方法:联合设计算法和硬件. 计算硬件 ...
- [论文阅读] MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications (MobileNet)
论文地址:MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications 本文提出的模型叫Mobi ...
- 泡泡一分钟: Deep-LK for Efficient Adaptive Object Tracking
Deep-LK for Efficient Adaptive Object Tracking "链接:https://pan.baidu.com/s/1Hn-CVgiR7WV0jvaYBv5 ...
随机推荐
- pig(数据流语言和编译器)学习https://www.w3cschool.cn/apache_pig/apache_pig_execution.html
当我们配置了hadoop集群执行的时候 可以通过命令ls进行查看 存储语法 STORE Relation_name INTO ' required_directory_path ' [USING fu ...
- 网站页面多出&65279出现空白行的原因及解决方法
模板文件生成html文件之后会在body开头处加入一个可见的控制符,导致页面头部会出现一个空白行.原因是页面的编码是UTF-8 + BOM. 这种编码方式一般会在windows操 ...
- [教学] Log.d 日志调试查看(所有平台)
Firemonkey 提供了一个跨平台的日志显示函数 Log.d,当 App 越来越大 Debug 编译越来越慢时,可以利用它在 Release 模式来除错,下列说明如何在各平台查看. 小技巧:可以在 ...
- Java Integer为代表的包装类
Java种的Integer是int的包装类型 1. Integer 是int的包装类型,数据类型是类,初值为null 2. 初始化时 int i = 1; Integer i = new Intege ...
- uwsgi启动报错WARNING: Can't find section "uwsgi" in INI configuration file autotestsite_uwsgi.ini
提示配置文件头部找不到 [uwsgi] 解决: 在最上方加上[uwsgi],有时候明明有标识,但是还是提示,那就再加一个
- $.ajax()所有参数详解
原文:https://www.cnblogs.com/everest33Tong/p/6159700.html [一]$.ajax()所有参数详解 url: 要求为String类型的参数,(默认为当前 ...
- selenium+jenkins+maven+testNG搭建持续集成环境
为了简明起见,分几大部分,很基础的细节就不详述了 一·安装jenkins 二·创建一个maven项目的job 2.1 填上SVN的Repository URL 2.2 由于是在本地执行maven ...
- WebApi与Mvc的区别
ASP.NET Mvc是基于ASP.NET管道设计的框架,但是Mvc应用程序只能在iis中运行,而WebApi框架既可以寄宿在IIs上也可以在Self-Host上进行处理. Mvc和webapi都有相 ...
- c# mvc 第三方定时 FluentScheduler
开头无关内容,可略过: 最近工作和生活都忙的不可开交了. 工作和生活上都不太顺利,5月底出了车祸回家养伤.6月忙着今年的大事. 给自己鼓鼓励吧 最近重拾nodejs和python,也给自己动力,继续学 ...
- OCP认证052考试,新加的考试题还有答案整理-23题
23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All databas ...