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. 启动和停止kafka 及kafka manager

    启动kafka: sh /app/pet_kafka_xxxx_cluster/bin/kafka-server-start.sh -daemon /app/pet_kafka_xxxx_cluste ...

  2. uefi+GPT分区安装ubuntu[zz]

    现状:1.预装win8的笔记本几乎都是uefi启动模式,配合GPT磁盘分区,于是遇到了“麻烦”不会装了,或者说按照老教程安装,结果失败了.而且有很多人在问怎么解决,其实网上就有嘛,关键词就是“uefi ...

  3. thinkphp AOP(面向切面编程)钩子和行为

    在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术.AOP是OOP的延续,是软件开发中的 ...

  4. js刷新小知识点

    data.code == '200' ? window.location.reload() : alert('拷贝失败,请重试') #如果状态码是200就刷新页面,如果不是就提示拷贝失败,请重试 页面 ...

  5. Navicat for SQL Server(SQLServer数据库管理)

    Navicat for SQL Server 是一套专为 Mircosoft SQL Server设计的强大数据库管理及开发工具.它可以用于 SQL Server 2000.2005 及 2008R2 ...

  6. Java常考面试题(四)

    序言 双十一那天去我女朋友那了,11.11到11.13 漏了两天的内容,今天中午刚回来的,赶紧补一下前两天漏下的博文,我相信,坚持下来,会有成长的,等到出去实习那一天,肯定会很有帮助,会感谢现在自己的 ...

  7. C#中计算时间差

    问题: startTime = DateTime.Now;            -----------slExecutedTime.Text = (DateTime.Now - startTime) ...

  8. hdu1542 Atlantis (线段树+扫描线+离散化)

    Atlantis Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total S ...

  9. mongoose查询不到数据表中的数据的问题

    在做分类管理的时候,在数据库中创建了一张category表,但使用下面这行代码始终查不到表里的数据,也没有任何报错. var Category = mongoose.model('Category', ...

  10. Android 编程下背景图片适配工具类

    package cn.sunzn.util; import android.content.Context; import android.graphics.Bitmap; import androi ...