每日英语:Missing at Mobile World Congress: Innovation
The hottest showcase for new technology at this year's Mobile World Congress wasn't in the event's cavernous exhibition halls. It was actually about two miles away, at an affiliated show for startups and venture capitalists.
showcase:展示,作品欣赏 cavernous:洞穴状的,空洞的 affiliated:附属的,联营的
In a makeshift array of stages, geodesic tents and seats made from beer crates, organizers of the spinoff gathering titled Four Years From Now, or 4YFN, played host to an array of mobile-related startups with products like GPS for motorcycle helmets, and an application for Google Inc.'s computer-enabled glasses that lets users buy things with a nod of the head.
spinoff:续集,副产品
'This is where the real innovation happens,' said Christopher Pommerening, co-founder of venture-capital firm Active Venture Partners, as a rock band blared on a nearby stage. 'Over there, innovation means having a phone that is a millimeter smaller than last year's.'
Innovation has been hard to come by in Barcelona this year. At over one million square feet, Mobile World Congress is the mobile industry's biggest yearly conference. But this year's show offered another cascade of glass-slab devices that varied in size and, maybe, color.
cascade:串联,级联
That stagnation reflects a broader shift in the mobile business, as the smartphone revolution nears the end of its first wave, with penetration beginning to plateau in developed countries. New advances are coming increasingly from pure tech companies developing new Web- and location-enabled services, or even tiny makers of apps and gadgets far away from the main action.
stagnation:停滞,萧条 penetration:渗透,突破 plateau:达到平衡,稳定 gadget:小配件
'Device innovation is maturing, and by definition slowing,' said Rick Clemmer, chief executive of chip maker NXP Semiconductors NV.
To be sure, this year's confab highlighted the growing number of mainstream companies selling nonphone gadgets that connect to the Internet, from cars that run apps to wearable devices that track your daily activity. But the advances on display were largely incremental.
confab:交谈,会议
Sony Corp. and Huawei Technologies Co. launched 'smart bands' similar to existing connected bracelets from companies like Fitbit. Samsung Electronics Co.'s new versions of its Gear smartwatch were notable mainly because the Korean company decided to forgo Google's dominant mobile operating system, Android.
forgo:放弃,停止
Some of the boldest new smartphone bets this year came from companies trying to make existing technology less expensive to boost sales in the developing world. Nokia Corp. this week introduced a new line of phones starting at around $120. Mozilla made waves with plans for a $25 smartphone. The innovation there isn't in the device, but in the context--expanding the reach of the Web.
'If we look at the perception of consumers, they are feeling innovation on devices has been slowing down in the last couple of years,' said Eric Xu, one of three rotating chief executives at Huawei, one of the world's largest smartphone makers. 'They don't feel strongly that there has been compelling innovation in devices.'
The slowing pace of change comes as the relationship between telecom firms and technology giants is becoming increasingly tense. Carriers chafe at paying to roll out expensive broadband networks, only for tech firms like Google and Apple Inc. to gobble up most of the value through mobile advertising and app revenue.
gobble up: 狼吞虎咽
At the same time, carriers know that pure tech companies, with their apps and services, help lure subscribers. This year, they invited Facebook Inc. CEO Mark Zuckerberg to give a keynote address on Monday night. Many like Telefónica SA have set up their own incubators to help nurture startups that they hope could turn into the next Facebook.
subscribers:订阅者,捐款人
'The next innovation might not be the size and shape of the smartphone but what you do with it,' said Anne Bouverot, director general of the GSMA, which represents mobile operators and runs the conference.
The sister 4YFN event is another effort by the telecom world to reach out to the tech community--to bring it into the tent, albeit a tent partway across town. Organizers created it less than a year ago, as the startup scene became an increasingly important part of the ecosystem around the yearly conference.
albeit:虽然,即使
The new event generated some buzz. Jan Koum, founder of messaging service WhatsApp Inc., which Facebook agreed last week to buy for $19 billion, stopped by for a panel on Tuesday. On Wednesday evening, Intel Corp. was among the companies wooing startups as part of a cocktail-hour discussion dubbed 'Wearable Wednesday,' dedicated to gadgets and apps that you wear.
'They call it 'Four Years From Now,' but it should be called 'Two Years From Now,'' said Miron Perel, an Israeli entrepreneur who was there to promote his startup. 'Some of the companies here are going to change the world.'
每日英语:Missing at Mobile World Congress: Innovation的更多相关文章
- 每日英语:A New Recipe for Innovation That Feeds the Whole Organization
The world is a fast and dangerous place. To survive a company must innovate. Many organizations look ...
- 每日英语:These Gadgets Aim To Put Some Teeth Into The Internet Of Things
What the world needs now is a Web-enabled toothbrush. That part is clear to several oral-hygiene com ...
- 每日英语:China's Bigger Innovation Problem
Last month's Third Plenum meeting of Chinese leaders seemed to signal Beijing's intention to experim ...
- 每日英语:5 Things to Know About Missing Malaysia Airlines Flight and Air Safety
Malaysia Airlines Flight MH370, with 239 people aboard, lost contact early Saturday with the airline ...
- 每日英语:Rethinking How We Watch TV
To understand how much television could soon change, it helps to visit an Intel Corp. division here ...
- 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus
Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:Mistrust Between U.S., Malaysia Strains Probe
Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...
- 每日英语:Don't Call Us Bossy
[Confident girls are often called the other B-word, and it can keep them from reaching their full po ...
随机推荐
- ios中文件下载(带缓存)
使用asiHttPRequst框架 封装下载类 #import <Foundation/Foundation.h> #define FILESDOWNLOADCOMPLETE @" ...
- web安全之渗透测试
本次渗透测试使用工具列表如下: 漏洞扫描器 (主机/Web) 绿盟RAS漏洞扫描器 商用 端口扫描器 NMAP 开源 网络抓包 Fiddler 开源 暴力破解工具 Hydra 开源 数据库注入工具 S ...
- MATLAB 的unique函数——数组矩阵的唯一值
MATLAB 的unique函数——求数组矩阵的唯一值 相关MathWork文档见此:unique数组中的唯一值 1.C = unique(A) 返回与 A 中相同的数据,但是不包含重复项.C 已按照 ...
- 【LeetCode】199. Binary Tree Right Side View
Binary Tree Right Side View Given a binary tree, imagine yourself standing on the right side of it, ...
- 蛋疼的经历--wireshark不能启动的问题
事情是这样子的,最近新入职,安装了wireshark,,,在急需要其观察数据包结构,,,,写代码时,,,,卡了,,,我的天!!! 刚开始是提示说,找不到动态链接库api-ms-win-crt-runt ...
- C链表的简单案例
此案例只是简单的使用链表 链表的特点: 1.不需要提前知道要存入数据的长度 2.最后结点为NULL 3.头结点指向下一个结点的结构体指针 #include <stdio.h> #inclu ...
- mysql使用GROUP BY分组实现取前N条记录的方法
MySQL中GROUP BY分组取前N条记录实现 mysql分组,取记录 GROUP BY之后如何取每组的前两位下面我来讲述mysql中GROUP BY分组取前N条记录实现方法. 这是测试表(也不知道 ...
- 豆瓣上9分以上的IT书籍-编程语言篇
我当要学习某些技术时,第一时间就是去找相关的书籍.而豆瓣读书是我主要的参考依据,主要是它的评分基本比较靠谱,对于技术书籍,一般来说评分在8分以上就是不错的书籍了,而达到9分就可以列入"必读& ...
- HDU - 4511 小明系列故事――女友的考验(AC自己主动机+DP)
Description 最终放寒假了,小明要和女朋友一起去看电影.这天,女朋友想给小明一个考验,在小明正准备出发的时候.女朋友告诉他.她在电影院等他,小明过来的路线必须满足给定的规则: 1.如果小明 ...
- Mac OS X各版本号的历史费用和升级关系
Mac OS X各版本号的历史费用和升级关系 OS X 10.6 Snow Leopard 早在2009年10月,Mac OS X10.6雪豹是通过光盘发送.并在英国推出时.费用£25 OS X ...