[转] How Bill Gates read books
Bill Gates is one of the most famous figures in the business world. He is one of the richest men in the world, a philanthropist, an investor, and the co-founder of Microsoft, which became the world’s largest software company for personal computers. What is more interesting to note is that Gates is an avid reader.
Everyone wants to be rich and successful like Bill Gates. And one of the most important key habits that we all can learn from him is his relentlessness in learning and reading. Gates developed his voracious passion for reading since a very young age. When he was a fifth grader, he read almost everything from novels to science fiction, and he even read the encyclopedias. And because Gates was so obsessed with reading, his parents had to set a “no reading policy” at the dinner table.
Even up to this day, Bill Gates continues to read. And recently, he reveals that he reads at least 50 non-fiction books a year. He also says that he prefers to read non-fiction books because they explain how the world works and he simply loves science and reference books.
Most people will have the questions: “how did he manage to read so many books a year?” And “how does he read?”
This is exactly what you are going to discover in this article. Below are some of the tips that Bill Gates shared during an interview.
Take Notes in Margins
According to Gates, in order to get the most out of the book while you are reading, you must take notes in margins. This is what most people will never do when they read. For most people, they will just pick a book, sit comfortably and start the reading. Even when a remarkable idea hit them while reading, they choose to continue with their reading. And after the reading, there’s a high chance that they have forgotten about the ideas.
Never let this happen to you. Bill Gates says that he reads and stops occasionally to write down ideas that he finds interesting. You must do the same. When you write down something, you reinforce the ideas in your mind. This way, you will remember better. And more importantly, you can truly focus on getting the most out of the book than just simply read for the sake of reading it.
Don’t Start What You Can’t Finish
Another important principle shared by Bill Gates is that you should not start what you can’t finish. He simply chooses to avoid reading any book that he can’t see through an end.
This principle may be a little difficult to grasp, but when you keep starting but are not finishing, it leaves out a lot of misunderstanding key points and gaps from the books. Plus, reading is a habit. And when you keep on starting reading a new book without finishing it, this will develop in your character and will show in your real life.
So choose to finish what you start. If you can’t see that you can finish a book, choose not to read it.
Read Physical Books than eBooks
Gates says that he will make the switch from reading printed books to digital books and he also says, “But when I’m just sitting there at night reading, often the paper magazine or the book, I’m used to that.”
Of course, you can choose to read a physical book or an eBook, the content is the same, but when it comes to the comfort of reading, physical books will win. This is because your eyes strain and you will feel tired if you stare at the screen for a long time.
Therefore, find what works best for you. For instance, when you are commuting or waiting, you can read a digital book from your tablet or your phone. And when you are free, you can choose to read physical books. Make the reading process enjoyable so that you will want to do more of it.
Block an Hour to Read
Finally, Gates shares that if you really want to read a lot and get the most from reading, you must block at least an hour each day devoted to reading. He says, “This is not the kind of thing you can do five minutes here, 10 minutes there. Magazine articles or short YouTube videos fit into those little slots.”
Time-blocking is one of the most powerful productivity techniques that anyone can leverage to get things done. And Gates has been using this technique to read as much and learn as much from books. If you are serious about reading and making it part of your life, this is what you must do too.
Commit at least an hour of uninterrupted time for reading. And when you are reading, do not get distracted or do other things. Concentrate on the reading, taking notes and pondering about what you have read.
Bill Gates also says that reading is not just about going through the words, when you put in attention into thinking and relating what you have read with your life, the value of the book increases significantly. And this is how you can get the most out of reading a book.
These are the four tips that the billionaire, Bill Gates shares on how you can get the most out of a book and at the same time, Gates also says that rather than reading passively, you must transform your reading into an active habit.
For most people, reading is an enjoyable activity and an act to learn more, but it can be much more if you are willing to make the process becomes an intellectual exercise to strengthen your mental muscles. And when you do, you will be able to develop your ability to think creatively, and to learn actively. Reading then will become your way of life that will transform and change your life for the better.
[转] How Bill Gates read books的更多相关文章
- content is king – Bill Gates (1/3/1996) 内容为王 - 比尔盖茨
以下中文版本由谷歌翻译 内容为王 - 比尔盖茨(1/3/1996) 内容是我期望在互联网上赚取大部分真钱的地方,就像在广播中一样. 半个世纪前开始的电视革命催生了许多行业,包括制造电视机,但长期的赢家 ...
- Bill Gates说..
世界不会在意你的自尊,人们看的只是你的成就.在你没有成就以前,切勿过分强调自尊.
- [听课笔记]Professor Michael Cusumano's New Book:" Strategy Rules: Five Timeless Lessons from Bill Gates, Andy Grove, and Steve Jobs"
1. Look Forward, Reason Back Extrapolate, interpret, then tie vision to concrete actions2. Make Big ...
- 【转载】 Bill Gates和Elon Musk推荐,人工智能必读的三本书 -《终极算法》,《超级智能》和《终极发明》
原文地址: https://blog.csdn.net/ztf312/article/details/80761917 ---------------------------------------- ...
- xor和gates的专杀脚本
前段时间的一次样本,需要给出专杀,应急中遇到的是linux中比较常见的两个家族gates和xor. 首先是xor的专杀脚本,xor样本查杀的时候需要注意的是样本的主进程和子进程相互保护(详见之前的xo ...
- sentence patterns
第四部分 推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...
- The Art of Computer Programming
<计算机程序设计艺术>即<The Art of Computer Programming>是计算机领域里颠峰级的里程碑,加上国外人士对它的推崇,所以提起它的大名简直就象法律书籍 ...
- 最佳vim技巧
最佳vim技巧----------------------------------------# 信息来源----------------------------------------www.vim ...
- windows命令提示符
基本命令: d: cd wenjian cd.. dir -------------- ---- ------ ------ ------ ---- 维基:dos DOS,是磁盘操作系统(英文:Dis ...
随机推荐
- Java之二分查找算法
算法说明:取中间位置的值与待查字比较.如果比待查字更大,则去列表的前半部分查找,如果比待查字小,则去列表的后半部分查找,直到找到这个待查字,或者返回没有找到这个待查字.其中给定的列表是从大到小排列的有 ...
- 汇编笔记-DOSBox安装和使用(转载)
我自己安装使用在Windwos10下面. [DOSBox简介] 1. 官方网址:http://www.dosbox.com/. 2. debug功能在win7之后系统已经不自带了,即64位系统是不能直 ...
- HTML与CSS的一些知识(三)
CSS: 1.三大样式:行内(内嵌).内部(内联).外部(外联):基本都知道. 2.三大特性: a.继承性:父级样式会被子级继承(!important不会被继承,<a></a> ...
- SPOJ COT Count on a tree(树上主席树 + LCA 求点第k小)题解
题意:n个点的树,每个点有权值,问你u~v路径第k小的点的权值是? 思路: 树上主席树就是每个点建一棵权值线段树,具体看JQ博客,LCA用倍增logn求出,具体原理看这里 树上主席树我每个点的存的是点 ...
- Win10下JDK下载与环境变量配置
一.JDK下载 1.JDK下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.ht ...
- Groovy 语法学习
一.配置 Groovy 环境: 下载 Groovy(Groovy 依赖 Java,所以需要 JDK 环境):http://www.groovy-lang.org/download.html 配置环境变 ...
- useBean
Part.java package part; public class Part { String pName;//零件名字 String pColor;//零件颜色 int pQuantity;/ ...
- structure streaming笔记
基于micro-batch, spark2.3之后, 支持continues processing 基于spark SQL 如同在静态table上运行标准批查询一样表现流计算, spark 通过在一个 ...
- php日志
// 全局通用日志工具 function setlog($param = [],$result = [],$name='',$filename = 'm.log',$path = '/tmp/bear ...
- android ----- 分享的连接在手机上打开App
首先做成HTML的页面,页面内容格式如下: <a href="[scheme]://[host]/[path]?[query]">启动应用程序</a> 这一 ...