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)的更多相关文章

  1. 五、Pandas玩转数据

    Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...

  2. CET4

    Directions: For this part, you are allowed 30 minutes to write a short essay on the challenges of st ...

  3. Java资源大全中文版(Awesome最新版)

    Awesome系列的Java资源整理.awesome-java 就是akullpp发起维护的Java资源列表,内容包括:构建工具.数据库.框架.模板.安全.代码分析.日志.第三方库.书籍.Java 站 ...

  4. LINUX+Vmware+SVN的配置和安装

    LINUX+Vmware+SVN的配置和安装 验证SVN安装了没有 svnserve --version 查看CentOS自带JDK是否已安装. ◆输入:yum list installed |gre ...

  5. Neither BindingResult nor plain target object for bean

    当你开发一个项目,如果你选择的是spring MVC 框架,而你在前台使用spring的标签时,那么你有可能出现在这个情况. javax.servlet.jsp.JspTagException: Ne ...

  6. SCI&EI 英文PAPER投稿经验【转】

    英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时 ...

  7. awesome-java

    Awesome Java A curated list of awesome Java frameworks, libraries and software. Awesome Java Ancient ...

  8. LINUX搭建SVN客户端和多个项目的权限分组管理

    搭建SVN服务,有效的管理代码,以下三步可以快速搞定.1.安装 #yum install subversion 判断是否安装成功 1 #subversion -v svnserve, version ...

  9. 软件工程资料 - UCSD 怎么教软件工程

    2012年,在上软件工程课的过程中,收集到这个博客,作为学习资料. 原网站 (http://www.arc-trooper.com)已经不存在,这是一个备份. ----------------- 以下 ...

随机推荐

  1. 《Linux及安全》期中总结&《Linux内核分析》期终总结

    [5216 原创作品转载请注明出处 <Linux内核分析>MOOC课程http://mooc.study.163.com/course/USTC-1000029000] WEEK NINE ...

  2. Karma+Jasmine实现自动化单元测试

    1.Karma介绍 Karma是Testacular的新名字,在2012年google开源了Testacular,2013年Testacular改名为Karma.Karma是一个让人感到非常神秘的名字 ...

  3. 【leedcode】 Median of Two Sorted Arrays

    https://leetcode.com/problems/median-of-two-sorted-arrays/ There are two sorted arrays nums1 and num ...

  4. 系统右键自定义功能-右键备份【C#】

    平时在某些公司发布网站的时候,都是手动备份文件,以免发布错误,做回滚使用.频繁的发布,在做备份的时候也会稍稍浪费点时间.当然在一些大的公司都会有一些自动发布系统,就不会出现这种问题了,对这种问题,我做 ...

  5. ipad互动教学

  6. C#写入日志信息到文件中

    为了在服务器上运行程序及时的跟踪出错的地方,可以在必要的地方加入写日志的程序. string folder = string.Format(@"D:\\{0}\\{1}", Dat ...

  7. 继续Django

    环境准备 1.    创建一个Django后,Django的目录: │ manage.py │ ├─Django_s1 │ settings.py │ urls.py │ wsgi.py │ __in ...

  8. maven编译报错 -source 1.5 中不支持 lambda 表达式

    在用maven编译项目是由于项目中用了jdk 1.8, 编译是报错  -source 1.5 中不支持 lambda 表达式,Google找到这篇解决方案,记录一下: 编译时报如下错误: [ERROR ...

  9. J2EE与JavaWeb的区别

    1.Java分类 Java分为JavaSE(Java标准版).J2EE(Java企业版)和JavaME(Java微型版): JavaSE(Java Standard Edition),一般用来开发桌面 ...

  10. KEEPALIVED 双机自动切换部署备忘

    1.配置文件的名字不要型错了.开始我将配置文件写成keeplive.conf,运行后也不报错,但无法看到VIP.日志里也看不到任何有价值信息.直到后来反复检查才发现可能配置文件名有问题,修正为keep ...