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 ...
随机推荐
- 分布式缓存系统Memcached简介与以及在.net下的实践(转)
缘起: 在数据驱动的web开发中,经常要重复从数据库中取出相同的数据,这种重复极大的增加了数据库负载.缓存是解决这个问题的好办法.但是ASP.NET中的虽然已经可以实现对页面局部进行缓存,但还是不够灵 ...
- 说一下自己对于 Linux 哲学的理解
查阅了一些资料,官方的哲学思想貌似是: 一切皆文件 由众多单一目的的小程序,一个程序只实现一个功能,多个程序组合完成复杂任务 文本文件保存配置信息 尽量避免与用户交互 什么,你问我的理解?哲学思想?E ...
- [LeetCode 题解]: String to Interger (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. ...
- css flex cheat sheet
.container{ display: -webkit-flex/inline-flex; display: -moz-flex/inline-flex; display: -ms-flex/inl ...
- [Erlang04]为什么有了rpc还有net_kernel:connect/1?
问题描述: RPC(Remote Procedure Call)远程程序调用: 如果要给另一个节点发信息:可以简单写成: call(Msg,Node) -> {server,Node}!{sel ...
- sql字段操作
--删除第一位 substring(ftpMobile,2,len(ftpMobile)-1) --检查是否是数字 ISNUMERIC(ftpMobile) =0 含数字以外字符 ISNUMERIC ...
- C# 代码 获取桌面路径
Environment.GetFolderPath(Environment.SpecialFolder.MyComputer); // // 摘要: // 获取由指定枚举标识的系统特殊文件夹的路径. ...
- asp.net mvc项目创建WebApi简单例子
1.创建默认路由的映射. namespace RedisDemo.App_Start { public class WebApiConfig { public static void Register ...
- java数据库学习
//编写db类/* a加载驱动 驱动类要全路径 包名+类名 suround with try/catch * b设置参数url user pwd * c.连接数据库(import 'Connectio ...
- jQuery实现ie浏览器兼容placeholder效果
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...