Companies are worth a multiple of their earnings and that multiple is directly related to earnings growth rates. When you are growing rapidly, you are worth more.

But living forever and growing forever have something in common. You can't do it.

I was talking to the CEO of one of our portfolio companies that has grown at close to 100% per year for the past five or six years yesterday. And we lamented about the law of large numbers. Growing at 100% a year when your top line is in the billions is a lot harder than growing at 100% a year when your top line is $25mm.

Of course, you can come up with new lines of business, new hit products, or make acquisitions to keep on the growth treadmill. But recognize that is what you are on. You can and will become a slave to it.

Startups and their rich uncle pennybags (VCs) are particular slaves to this drug. We build and finance companies that are designed to grow and grow and grow. That's how we create wealth, jobs, and impact. It's a fantastic ride that I cannot get off. But these rides do slow down and even end sometimes. And that's a bitch.

增长就是个贱人。

一个公司的价值体现在他的直接盈利和其发展姿态上面。如果你发展的够快,公司的价值就越高。

但是就像得永生一样,永远增长是不可能的一件事。

昨天我和我们投资公司的一个CEO聊了关于他们公司每年增长达到百分之一百,一直持续五六年。在聊天的过程中,我不禁感慨,在数十亿的基础上增长百分之百远远比在25美分的基础上增长百分之百要困难的多。(在公司不断的壮大的情况下,一直增长百分之百是一件相当困难的事情。)

当然,你可以提出新的业务线,新的具有冲击力的产品,或者通过一些收购行为推动公司的发展。  但是你必须认识到一旦陷入公司增长的节奏,你就会成为他的傀儡。

我们创建并投资的就是那些能不断增长的公司。这就是我们怎么创造价值,工作和影响力的方式。这就像一个奇怪的旅程,让我不想下车。但是总有一天会慢下来,甚至会结束。这就是令人讨厌的地方。

【oneday_onepage】——Growth Is A Bitch的更多相关文章

  1. 【oneday_onepage】——Microsoft to acquire Nokia's mobile phone business

    Nokia will focus on network infrastructure, mapping and locations services and technology developmen ...

  2. 【oneday_onepage】——China's Internet users grow to 591 million

    July 17, 2013, 6:29 AM — China's Internet populace grew to 591 million by the end of June, as more n ...

  3. 【oneday_onepage】—— 日常用语

    what do you do for living? 一般用在问对方的工作.如果直接说“what is your job?”会显得有点生硬了. i was wondering if you can t ...

  4. 【oneday_onepage】——美国主食吃什么

    Cocktail 鸡尾酒 It is quite usual to drink cocktails before lunch and dinner in America and somewhat le ...

  5. 【oneday_onepage】——Ten Changes To Make A Difference In Your Life

    When you want to change something in your life, it can feel overwhelming. Whether it’s losing 50lbs ...

  6. 【oneday_onepage】—— 美国人的仪容整洁与个人卫生

    There used to be an old joke in America that people should take a bath once a week, whether they nee ...

  7. 【oneday_onepage】——Microsoft adds a wing, more closets to the homes of SharePoint Online tenants

    To prevent SharePoint Online customers from feeling boxed in, Microsoft wants to improve the way the ...

  8. 【oneday_onepage】——Tastes differ!

    You know Ian and Felton can be really boring sometimes. They're always arguing, like. like children. ...

  9. 【oneday_onepage】——The Secret Of Steve<2>

    Sales + Customers = Nothing Broken is the formula for corporate cyanide. Most big companies that die ...

随机推荐

  1. U8客开插件-一、标准单据标准按钮执行前验证操作

    今天要做的就是在标准的单据的标准按钮之前进行验证操作,如果验证通过执行保存,如果不通过给予提示不进行保存. 下面拿销售出库单的保存按钮进行举例: 第一步:在程序中 ctrl+Shift  点击保存之后 ...

  2. U811.1接口EAI系列之六--物料上传--VB语言

    1. 业务系统同步U811.1存货档案通用方法. 2.具体代码处理如下: 作者:王春天 2013-11-06 地址:http://www.cnblogs.com/spring_wang/p/34098 ...

  3. Vue(五):Vue模板语法

    1.{{...}}(双大括号) 文本插值 <div id="app"> <p>{{ message }}</p> </div> 2. ...

  4. [MeetCoder] Count Pairs

    Count Pairs Description You are given n circles centered on Y-aixs. The ith circle’s center is at po ...

  5. NSString和NSMutablestring,copy和strong(转载)

    1.http://www.cocoachina.com/ios/20150512/11805.html 2.http://blog.csdn.net/winzlee/article/details/5 ...

  6. Filberder教程

    http://www.cnblogs.com/TankXiao/archive/2012/02/06/2337728.html

  7. 使用ScriptEngineManager解析json

    使用ScriptEngineManager能够解析比較复杂的json串,应用比較方便,可是效率不敢说,由于这种方法相当于执行了一次js.会占资源, 代码例如以下: try { String mdski ...

  8. CCImage

    #ifndef __CC_IMAGE_H__ #define __CC_IMAGE_H__ //派生于CCObject #include "cocoa/CCObject.h" // ...

  9. SSH登录详解

    1.什么是SSH登录 SSH是一种网络协议,用于计算机之间的加密登录. 相比传统的账户密码登录,SSH提供了一种更便捷安全的登录方式. 2.SSH登录流程 登录操作如下 ssh user@host S ...

  10. linux c编程操作数据库(sqlite3应用)

     首先pThread 不是linux系统默认库,连接的时候需要使用库libpthread.a. 加入-lpthread参数.另外会有lopen什么找不到的情况.加入-ldl 指定目录.Project_ ...