Skip to main content

标  题: Re: 现在在国内创业是找死

Make a Donation发信人: overlap (过火地), 信区: Military
标  题: Re: 现在在国内创业是找死
发信站: BBS 未名空间站 (Fri Jul 22 16:39:59 2016, 美东)


其实没多少人有真正的天才,但屌丝们到处乱试各种可能性,结果是很多人想象不到
的潜在的需求被挖掘出来。如同你举的这个例子。象国内的斗鱼直播,国外的老帮菜们
根本没法理解,在90后00后里面有多大的市场和火爆程度。

现在是万众创业好时机,就是因为技术突破,可以挖掘各种潜在的需求,这种挖掘都
是浅矿,大家都是乱闯,技术壁垒低。一旦成功,可以通过资本的迅速的投入完善平台
,固化需求,增加受众粘度,然后建立起行业壁垒。

就好像QQ,微信,开始也是渣,技术没有多出众,但用户习惯了,水平再跟上,后来
者就很难进入,不管你的技术多好平台多好。

这就象微软一样,当用户的粘度建立起来以后,后来怎么失败,别人都打不垮它。

一个行业有这样的弯道超车的机会是很难的,所以中国现在大家一哄而上搞创业,幸
存下来的企业有机会能象微软一样成为霸主。那些创业失败的,到创业成功的企业工作
也没吃任何亏。欧洲和日本在这方面慢一步,现在被中国美国远远的甩在后面。这种变
化,国外的这些打了一辈子工的人是没办法理解的。

【 在 Medevac (Zod) 的大作中提到: 】
: 你OUT了,美国只是个别的明星红,现在国内是万众红,只要有手机,只要直播软件,
: 有自己的特色,唱歌,睡觉,吃饭。。。只有你想不到的,谁都可以成为网红。
: 直播打游戏我是从JUSTIN TV那个年代过来的,到现在TWITCH TV一桶江湖,会不知道早
: 有了?但是这边的量级跟国内差远了,主播收个2000刀的gift都能激动的上头条。国内
: 的土豪随便扔个几十万已经都炸不起一点水花来了。
: 今年年初几大平台抢主播的大战,千万,甚至上亿的合同漫天抛,哪是美国这边能比
的?
: 谈到商业直播,国内的很多活动都用映客等APP直播了,手机一开就可以看,很普遍。
: 美国这边可能是我孤陋寡闻,没啥印象有手机APP直播。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...