THE ONE THING PEOPLE WILL MASSIVELY OVERPAY FOR (有一个东西人们是愿意出高价购买的)
THE ONE THING PEOPLE WILL MASSIVELY OVERPAY FOR
有一个东西人们是愿意出高价购买的
by GARY VAYNERCHUK
I don' t think Uber, Airbnb, and Instacart are anomalies in the way a lot of people tend to view them. I think they' re just a preview of what' s to come.
我不认为许多人会看待Uber, Airbnb, 和Instacart是异常现象. 我认为他们仅仅是即将到来事物的预演.
The biggest reason I got excited about Uber years ago, was because I realized that it wasn' t about transportation. This is about a company that sells me back time.
我对Uber多年以前感到兴奋最大的原因, 是我意识到它并不关乎运输, 而是关于一个公司把我的时间卖回给我.
When it comes to business, time is your number one asset. In order of magnitude, we as a society literally care about the health our loved ones, money, and then time. It' s number three on that list. And if you really think about it, it' s stunning to watch people' s behaviors around the things they most value.
谈及商业, 时间是首要资产. 我们作为一个社会,我们简直太关心所爱人的健康, 金钱, 以及时间. 这些按照顺序递增. 然而如果你真的开始思考, 人们围绕他们最有价值的事情所作的行为令人印象深刻.
I had literally boycotted LA for four years when I was starting VaynerMedia because I didn' t want to have to hassle with the time it took to rent a car and get around. It was just too much of an investment. I valued my time so much that I didn' t even consider visiting. I love time. Uber gave me that time back.
我曾经抵制过LA很多年, 在我创立VaynerMedia时. 因为我不想麻烦花时间去租车和出行. 作为投资这太多了. 我如此珍惜时间, 以至于根本没考虑出门. 我爱时间. Uber给回了我这些时间.
Time is everyone' s number one asset.
时间是每个人的第一资产.
We love time so much we don' t even think about it. Think about the last time your phone or your computer was a hundredth of a second slower than what you' re used to on WiFi and how much you cursed and got pissed off. That' s how much we like and crave time. It' s a huge theme that will play itself out and should be really understood by those of you who are looking for a place to play with new businesses.
我们如此爱时间但我们并没有思考它. 想想上次你的手机或电脑有那么百分之一秒的慢于你过去用WiFi时, 你有多诅咒多愤怒. 我们这么喜欢和渴望时间, 那些正在寻找新业务的人应该真的明白这本身就是一个巨大的主题.
Being able to buy and sell back time is what some of the most successful startups over the last 3 years have done. They capitalize on our craving to get back the time we have to spend on the things we don' t want to do. If you' re thinking in start-up mode, and looking for an inspirational seed as a starting point, I highly recommend thinking about time. People will massively overpay for it. And if you can figure out that trade off, you' re putting your business in a good position.
能够让用户付费卖回给用户时间, 这是许多最成功创业公司近3年所做的. 我们对换回我们被迫花费在我们不期望事情上时间的渴望, 被他们转化为资本. 如果你用创业模式思考, 并且在寻找一个有灵感的种子作为出发点, 我强烈建议考虑下时间. 人们会大量为其多付钱. 如果你能想出那个交易, 你的生意将会被置于有利地位.
THE ONE THING PEOPLE WILL MASSIVELY OVERPAY FOR (有一个东西人们是愿意出高价购买的)的更多相关文章
- NoSQL数据库笔谈(转)
NoSQL数据库笔谈 databases , appdir , node , paper颜开 , v0.2 , 2010.2 序 思想篇 CAP 最终一致性 变体 BASE 其他 I/O的五分钟法则 ...
- NoSQL数据库笔谈
NoSQL数据库笔谈 databases , appdir , node , paper颜开 , v0.2 , 2010.2 序 思想篇 CAP 最终一致性 变体 BASE 其他 I/O的五分钟法则 ...
- poj3040 发工资(贪心)
题目传送门 题目大意:给一个人发工资,给出不同数量不同面额,(大面额一定是小面额的倍数),问最多能发几天,(每天实发工资>=应发工资). 思路:首先,将大于等于c的面额的钱直接每个星期给奶牛一张 ...
- Amazon Redshift and Massively Parellel Processing
Today, Yelp held a tech talk in Columbia University about the data warehouse adopted by Yelp. Yelp u ...
- 【AI】Exponential Stochastic Cellular Automata for Massively Parallel Inference - 大规模并行推理的指数随机元胞自动机
[论文标题]Exponential Stochastic Cellular Automata for Massively Parallel Inference (19th-ICAIS,PMLR ...
- Massively parallel supercomputer
A novel massively parallel supercomputer of hundreds of teraOPS-scale includes node architectures ba ...
- 《Programming Massively Parallel Processors》Chapter5 习题解答
自己做的部分习题解答,因为时间关系,有些马虎,也不全面,欢迎探讨或指出错误 5.1 Consider the matrixaddition in Exercise 3.1. Can one use s ...
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- 微软要如何击败Salesforce?Office365、Azure、Dynamics365 全面布局AI | 双语
微软在上月宣布组建自己的 AI 研究小组.该小组汇集了超过 5000 名计算机科学家和工程师,加上微软内部研究部门,将共同挖掘 AI 技术. 与此同时,亚马逊,Facebook,Google,IBM ...
随机推荐
- Oracle数据库中实现mysql数据库中auto-increment功能
在Mysql数据库中,想要实现一条数据的自增一功能(即插入此数据时填写null即可,系统自动+1),可直接在所在列使用语句auto-increment. id int primary key auto ...
- C# is和as操作符
is和as操作符 is操作符:检查对象是否与给定类型兼容. 说明: 1.如果所提供的表达式非空,并且所提供的对象可以强制转换为所提供的类型而不会导致引发异常,则 is 表达式的计算结果将是 true, ...
- 线程中的wait() 与 锁的关系
我们先看一段代码: /** * 计算输出其他线程锁计算的数据 * */ public class ThreadA { public static void main(String[] args) th ...
- jquery validate.addMethod 正则表达式
$(document).ready(function () { /* 设置默认属性 */ $.validator.setDefaults( { submitHandler: function (for ...
- Java基础-布局
- 建立dblink
源地址:http://blog.itpub.net/24104981/viewspace-1116085/ create database link dblinkname connect to use ...
- Linux文件夹文件创建、删除
Linux删除文件夹命令 linux删除目录很简单,很多人还是习惯用rmdir,不过一旦目录非空,就陷入深深的苦恼之中,现在使用rm -rf命令即可.直接rm就可以了,不过要加两个参数-rf 即:rm ...
- C++学习20 虚基类详解
多继承时很容易产生命名冲突,即使我们很小心地将所有类中的成员变量和成员函数都命名为不同的名字,命名冲突依然有可能发生,比如非常经典的菱形继承层次.如下图所示: 类A派生出类B和类C,类D继承自类B和类 ...
- [ActionScript 3.0] AS3.0 调试出现安全沙箱冲突错误解决办法
提示 *** 安全沙箱冲突 ***到 http://api.map.baidu.com/telematics/v3/weather?location=%E6%88%90%E9%83%BD&ou ...
- [ActionScript 3.0] AS3 时间格式化方法
/** * 格式化时间,格式 00:00:00 * @param total 总时间(毫秒) */ function getFormatTime(total:uint):String { if (to ...