【oneday_onepage】——Growth Is A Bitch
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的更多相关文章
- 【oneday_onepage】——Microsoft to acquire Nokia's mobile phone business
Nokia will focus on network infrastructure, mapping and locations services and technology developmen ...
- 【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 ...
- 【oneday_onepage】—— 日常用语
what do you do for living? 一般用在问对方的工作.如果直接说“what is your job?”会显得有点生硬了. i was wondering if you can t ...
- 【oneday_onepage】——美国主食吃什么
Cocktail 鸡尾酒 It is quite usual to drink cocktails before lunch and dinner in America and somewhat le ...
- 【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 ...
- 【oneday_onepage】—— 美国人的仪容整洁与个人卫生
There used to be an old joke in America that people should take a bath once a week, whether they nee ...
- 【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 ...
- 【oneday_onepage】——Tastes differ!
You know Ian and Felton can be really boring sometimes. They're always arguing, like. like children. ...
- 【oneday_onepage】——The Secret Of Steve<2>
Sales + Customers = Nothing Broken is the formula for corporate cyanide. Most big companies that die ...
随机推荐
- 如何在"Visual Studio Code"中使用" Git" 进行版本控制
如何在"Visual Studio Code"中使用" Git" 进行版本控制 本来认为此类教程,肯定是满网飞了.今天首次使用VS Code的Git功能,翻遍了 ...
- extjs4学习-01-准备工作
想学习这个,在这里做个笔记. 创建了svn管理,路径http://ip:端口/repos/doc_jnfwz/liuzhenming/extjs4/extjs4 eclipse 中安装插件,支持在js ...
- RAID简介[zz]
RAID 0 是指磁盘分段(Disk Striping)技术其实现方法为将数据分段,同时写到多个磁盘上.其优点是磁盘可以实现并行的输入和输出,提高磁盘读写速度,但是这种技术无容错性能:RAID 1是指 ...
- 使用git上传项目到码云
一.git安装 1.首先在官方网站下载git工具,或者根据以下链接进行下载:http://download.csdn.net/detail/qq_27501889/9788879(此链接版本为git- ...
- svn提交遇到冲突解决方法
冲突:如果提交时候发现冲突了先不急着提交,否则会产生冲突文件. 解决步骤: 1.将本地文件先复制一份 2.svn revert(恢复到没修改前版本) -> svn update(更新当前最新版本 ...
- javaweb可部署目录结构
webApp //项目名称 -META-INF --MANIFEST.MF -WEB-INF --classes //编译class文件 --lib //依赖jar --web.xml -ind ...
- Android 3.0开始引入fragments(碎片、片段)类
Fragment要点 Fragment作为Activity界面的一部分组成出现. 可以在一个Activity中同时出现多个Fragment,并且,一个Fragment亦可在多个Activity中使用. ...
- jstypeof方法判断undefined类型
有关js判断undefined类型,使用typeof方法,typeof 返回的是字符串,其中就有一个是undefined. js判断undefined类型if (reValue== undefined ...
- HTML5学习笔记(七):CSS盒子模型
在CSS中,盒子模型有W3C标准盒子模型和IE盒子模型两种,这里所谈的是基于W3C标准的盒子模型. 所有HTML元素都可以看作盒子,即所有HTML标签都支持盒子模型的属性,在CSS中,"bo ...
- 非常详尽的 Shiro 架构解析
Shiro是什么? Apache Shiro是一个强大而灵活的开源安全框架,它干净利落地处理身份认证,授权,企业会话管理和加密. Apache Shiro的首要目标是易于使用和理解.安全有时候是很复杂 ...