L116
7. You will discover surprising new ideas that are interesting and engaging
Reading introduced me to concepts like mindful eating, relaxation exercises, and the importance of loving yourself. If I didn't read, I wouldn't even be aware of these ideas, which have defined my entire coaching philosophy. If you don't read, you could be missing out on intriguing ideas that would likewise re-define your personal purpose or business philosophy.
8. You will eliminate boredom during down-time
Have you ever found yourself stuck in a waiting room, bored out of your mind, with nothing to read but gossip magazines? If so, you should know that it is wise to keep a book in your purse or car at all times, as you never know when you'll find yourself with some time to kill. Even if you just take a few minutes to read a chapter during your commute and lunch break every day, those minutes will quickly turn into hours if repeated consistently.
9. You will strengthen your patience muscles
We live in a society that expects instant gratification, which is anything but a blessing for most people's success in life, as there is nothing "quick" or "easy" about losing weight or starting a successful business. While it might be "easier" to watch a two-hour movie, it is far more beneficial to spend forty-eight hours reading a book. Opting for the book over the TV will strengthen your patience muscles over time, resulting in more success in business and life.
10. You will become an expert in your field
Don't you think reading academic journals, articles, and books by experts in your field might make you better at what you do? If you can't be bothered to learn more about your profession, then your lack of passion could be a sign that you're in the wrong field.
11. You will reduce stress and unwind into a good night's sleep
Exposing yourself to artificial light on your cellphone, TV or tablet reduces your body's production of melatonin, which can make it difficult to get a good night's sleep, if you do so late at night. You would be wise to cut off all electronics at least an hour before bed, and replace that with a good book, which is a much better sleep-friendly alternative.
12. You will change your life
I firmly believe that if it wasn't for books, I wouldn't have achieved an awful lot in my life; nor would I have the knowledge, imagination or creativity that I depend on as a writer, business owner, and coach. I hope these reasons to read more books encourage you to unlock your potential with the power of reading.
L116的更多相关文章
- system_call中断处理过程
张雨梅 原创作品转载请注明出处 <Linux内核分析>MOOC课程http://mooc.study.163.com/course/USTC-10000 1.给menuos添加命令 改 ...
- koa源码阅读[2]-koa-router
koa源码阅读[2]-koa-router 第三篇,有关koa生态中比较重要的一个中间件:koa-router 第一篇:koa源码阅读-0第二篇:koa源码阅读-1-koa与koa-compose k ...
- golang 中的定时器(timer),更巧妙的处理timeout
今天看到kite项目中的一段代码,发现挺有意思的. // generateToken returns a JWT token string. Please see the URL for detail ...
- 11-cmake语法-函数和宏的定义
cmake语法不仅仅可以适用于 CMakeLists.txt,也适用于 xxx.cmake 文档. 在 OpenCV 的 CMakeLists.txt 中,很多 ocv_XXX() 的函数,都是定义在 ...
- Edit the AlarmClock in AOSP with android-studio
1. git the AlarmClock source code on AOSP 2. select 'import project' by android-studio & we will ...
- C语言程序设计(十一) 指针和数组
第十一章 指针和数组 一旦给出数组的定义,编译系统就会为其在内存中分配固定的存储单元,相应的,数组的首地址也就确定了 C语言中的数组名有特殊的含义,它代表存放数组元素的连续存储空间的首地址 //L11 ...
- Scikit-Learn 源码研读 (第二期)基类的实现细节
目录 BaseEstimator `get_params` `set_params` ClassifierMixin RegressorMixin 检查传入的对象 检查样本数和权重系数 实现$R^2$ ...
- ORB-SLAM3 细读单目初始化过程(上)
作者:乔不思 来源:微信公众号|3D视觉工坊(系投稿) 3D视觉精品文章汇总:https://github.com/qxiaofan/awesome-3D-Vision-Papers/ 点击上方&qu ...
- [SPDK/NVMe存储技术分析]012 - 用户态ibv_post_send()源码分析
OFA定义了一组标准的Verbs,并提供了一个标准库libibvers.在用户态实现NVMe over RDMA的Host(i.e. Initiator)和Target, 少不了要跟OFA定义的Ver ...
随机推荐
- php mysqli扩展库之预处理操作
分享下php使用mysqli扩展库进行预处理操作的二个例子,有意研究mysqli用法的朋友,可以参考学习下,一定会有所帮助的. 例1.使用mysqli扩展库的预处理技术 mysqli stmt 向数据 ...
- root用户无法修改文件权限(lsattr/chattr: i 和 a 属性含义)
今天想在实验室分配的服务器上添加一个普通用户, 所以用root身份登录服务器后执行useradd命令,却提示无法读写 /etc/shadow文件; ls -l /etc/shadow发现什么权限都没有 ...
- cqlsh script
1.time类型 cqlsh> COPY my_keyspace.typetest from STDIN;Using 1 child processes Starting copy of my_ ...
- DP专题(不定期更新)
1.UVa 11584 Partitioning by Palindromes(字符串区间dp) 题意:给出一个字符串,划分为若干字串,保证每个字串都是回文串,同时划分数目最小. 思路:dp[i]表示 ...
- 使用jQuery方法做任务左右栏移动
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- 0801 RESTAPI设计,DRF 序列化
1.内容回顾 1.restframework serializer(序列化)的简单使用 QuereySet([obj,obj,obj]) --> JSON ...
- 20145231《Java程序设计》第四次实验报告
实验四 Android开发基础 实验内容 •安装Android Studio •运行安卓AVD模拟器 •使用Android运行出模拟手机并显示自己的学号 实验步骤 一.安装Android Studio ...
- 【转】linux驱动开发
转自:http://www.cnblogs.com/heat-man/articles/4174899.html 首先理一理驱动/内核/应用程序的一些概念,以前总没有具体的去关注过! 我们的pc直观来 ...
- C语言中static的使用方法【转】
本文转自:http://blog.csdn.net/renren900207/article/details/21609649 全局变量(外部变量)的说明之前再冠以static 就构成了静态的全局变量 ...
- Nginx的访问日志配置信息详解
Nginx的访问日志可以让我们知晓用户的地址,网站的那些部分最受欢迎,以及用户浏览时间等.Nginx会把每个用户的访问日志记录到指定的日志文件中. Nginx主要有两个参数来控制 log_format ...