(转载)The One Sign You Will Be Rich-(by Brian de Haaff Founder and CEO Aha! -- world's #1 product roadmap software)
When I was studying Philosophy at Berkeley, a friend told me that she could tell who was going to be rich and who was not. Fascinating, I thought. But when I asked how, she refused to answer and only said that I would figure it out. So after 20 years of thinking about it, I finally discovered the secret.
Have you thought about what foreshadows who will become truly rich? It’s remarkable how clear the one sign really is when you think about it.
“There are many types of rich — and I am talking about both external and internal rewards. Being rich is about having an abundance of what matters to you most.”
Money and happiness, although complex, are linked says economist Justin Wolfers. Obviously, there are many ways to measure wealth — whether it’s having a $250,000+ salary, volunteering the most time at the local animal shelter, or having the most playtime with your children. Whatever you value, you are rich if you have an abundance of it.
I have been thinking about this a lot as the CEO of a rapidly growing company. We are adding tons of great people to Aha! (product roadmap software for product managers) and I want the team to enjoy what they do and be rewarded.
So, here is what I believe predicts who will be rich.
The one sign you will be rich is that you work harder than everyone else.
Whether your riches are measured in friendships, fitness, talent, or money, those who have an abundance, get it by working harder to secure it.
There is often a backlash against working hard to secure wealth — some may call you a workaholic or a perfectionist. Some may despise your inability to set "work/life" boundaries. And others may still wonder when you will take a "real" vacation. But there is no other way to be great and fully rewarded.
“Don’t let the skeptics fool you, winners just work harder than others think is possible (or want to themselves).”
But it’s not a winner-take-all equation — we all want different kinds of wealth. But those who do work harder are rewarded proportionally and realize these additional benefits:
Mastery
Working harder than your peers brings the natural benefit of making you an expert in that field. Outliers author Malcolm Gladwell asserts that it takes 10,000 hours of practice to achieve mastery in a field. That’s almost 5 years of 40-hour weeks. I actually think it takes longer, much longer. Regardless, those who work harder, do get to mastery faster.
Insight
In the midst of big efforts you will start to recognize patterns that others don’t. Understanding a specific cause and effect is vital in business and personal relationships. Do you ever wonder why some people seem to always have deeper insights -- it's because they work harder to see the facts and what's possible.
Fresh
To be great means that you must continually improve. Hard work unlocks new efficiencies and strategies in your routines. Those extra hours of focus bring freshness to life as you work to be better at what you do.
Being rich is not for everyone — it requires a special motivation because true excellence is hard to obtain. It also requires a certain freedom — which, if you are reading this you likely have.
If you outwork the others around you, you will realize a depth and richness that most will never know. Regardless of whether you want to be the next under 40 year-old billionaire, or whether you want to create a lasting marriage that others dream of — it all starts with enduring effort.
So, my friend was right. It’s easy to tell who will be rich. It’s not those who sit back and wait for a big break. It’s those who are constantly moving towards what is most valuable to them and work harder than anyone else to get there.
Are you giving your max effort?
(转载)The One Sign You Will Be Rich-(by Brian de Haaff Founder and CEO Aha! -- world's #1 product roadmap software)的更多相关文章
- 五、Pandas玩转数据
Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...
- CET4
Directions: For this part, you are allowed 30 minutes to write a short essay on the challenges of st ...
- Java资源大全中文版(Awesome最新版)
Awesome系列的Java资源整理.awesome-java 就是akullpp发起维护的Java资源列表,内容包括:构建工具.数据库.框架.模板.安全.代码分析.日志.第三方库.书籍.Java 站 ...
- LINUX+Vmware+SVN的配置和安装
LINUX+Vmware+SVN的配置和安装 验证SVN安装了没有 svnserve --version 查看CentOS自带JDK是否已安装. ◆输入:yum list installed |gre ...
- Neither BindingResult nor plain target object for bean
当你开发一个项目,如果你选择的是spring MVC 框架,而你在前台使用spring的标签时,那么你有可能出现在这个情况. javax.servlet.jsp.JspTagException: Ne ...
- SCI&EI 英文PAPER投稿经验【转】
英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时 ...
- awesome-java
Awesome Java A curated list of awesome Java frameworks, libraries and software. Awesome Java Ancient ...
- LINUX搭建SVN客户端和多个项目的权限分组管理
搭建SVN服务,有效的管理代码,以下三步可以快速搞定.1.安装 #yum install subversion 判断是否安装成功 1 #subversion -v svnserve, version ...
- 软件工程资料 - UCSD 怎么教软件工程
2012年,在上软件工程课的过程中,收集到这个博客,作为学习资料. 原网站 (http://www.arc-trooper.com)已经不存在,这是一个备份. ----------------- 以下 ...
随机推荐
- [css 揭秘]-css coding tips
css 揭秘之css coding tips demo(1) html 代码: <body> <section> <div class="demo1" ...
- WordPress基础:固定链接的设置
安装wordpressp后的工作之一最好修改固定链接,原因就是wp默认的/?p=123形式不利于搜索引擎优化而且也不美观. URL结构参数说明:%year%:日志发表的年份,如2009%monthnu ...
- Git实用命令手册
下载代码 git clone <git地址> 用户配置 git config —-global user.name <name> git config —-global use ...
- WP8.1 模仿手机通讯记录的选择框
2016年11月6日 更新: 其实 这个有一个非常简单的方法.非常简单... ListView SelectionMode="Multiple" 这个一XAML 代码就可以解决了 ...
- SD卡读写一些函数
/SPI2 读写一个字节 //TxData:要写入的字节 //返回值:读取到的字节 u8 SPI2_ReadWriteByte(u8 TxData) { u16 retry=0; while((S ...
- Activityn 生命周期
前言 Activity 生命周期,虽然开发android 程序有几年了,但是很多基本东西还是经常遗忘模糊,在此笔记白纸黑字记录,下次记忆模糊的时候温故知新.网上一搜索一大把,但是多是一大堆各种日志搅来 ...
- windows API 创建临时文件
创建完临时文件后,即可用C\C++标准函数写入.读取,也可以用API.MFC方法来操作. TCHAR szPathName[MAX_PATH]; TCHAR szFileName[MAX_PATH]; ...
- Eclipse安装svn插件的几种方式
Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意) ...
- 一张图轻松搞懂javascript event对象的clientX,offsetX,screenX,pageX区别
总是会被javascript的event对象的clientX,offsetX,screenX,pageX 弄得头晕,于是决定做个图来区分一下(画得我手那个酸呀....) 先总结下区别: event.c ...
- Gulp自动添加版本号(转载)
本文转载自: gulp自动添加版本号