100-days: Five
Title: Feel better now ? The rise and rise of the anxiety economy(焦虑经济)
rise and rise 一直上升
anxiety n.焦虑,忧虑; 切望,渴望; 令人焦虑的事; 挂念
In 1988 a TV writer(编剧) called Alex Carswell threw a pen at a photo of his mother after a stressful phone call with his boss. It gave him an idea. It was the "Age of Stress(充满压力的年代)" and so the perfect time for Carswell to launch his "stress ball(压力球)".
stressful adj.有压力的
launch v.发射;上市,推出 to launch a missile 发射导弹
If the 80s were the age of stress, this is the age of anxiety, with 30% of Britons(英国人) experiencing(经历) an anxiety disorder during their lifetime. This has created a market for domestic(家用的) anxiety cures that can be bought online, and fast.
disorder n.(身体)失调;疾病;异常 mental / eating disorder
domestic adj.家用的;国内的 domestic service 家政服务 domestic flight 国内航班
Consider the squishy(想想捏捏乐吧,口语化的举例方法). That repeated action led to fidget spinners(指尖陀螺) becoming one of the most populat items bought on Amazon(亚马逊) in 2017. They were not simply triangles of plastic; the were a stress-relief toy. They were the stars of a growing anxiety economy.
squishy n.捏捏乐 => 是 squash 的不正式说法
a glass of orange squash (n.) 一杯橙汁
fidget n.(由于坐立不安而出现的) 小动作
spinner n.旋转器 spin v.旋转
triangle n.三角形物
stress-relief adj.解压的 relief 痛苦的减轻
Alongside(与…一起) products designed purely as medical aids(医疗辅助工具), such as meditation apps, there is a thriving offshoot(一个蓬勃发展的衍生品) of lifestyle goods marketed(v.营销) through(+营销手段) their anxiety-relieving qualities. Product innovation oriented around anxiety spans nearly 30 different categories, including chocolate, yogurt and air fresheners(空气清新剂).
alongside A there is B 除了 A 还有 B
medical 医学的,医疗的
aids 辅助工具
meditation n.冥想
thriving adj.茁壮成长的;兴旺发达的 a thriving industry 一个繁荣的产业
offshoot n.分支,衍生品 off prep.离开,脱离 shoot n.幼芽
orient v.针对,围绕;以…为目标 be oriented around sth. / sb. 针对某事 / 某人
innovation n.改革,创新; 新观念; 新发明; 新设施;
span v.跨越,横跨
category n.类型,部门,种类,类别,类目; [逻,哲] 范畴; 体重等级
yogurt n.酸奶,酸乳
Is anxiety itself being commodified ?
commodify v.商品化 commodity n.
Dr Nihara Krause, founder of youth mental health charity Stem4, said, "The market seems saturated. There are a number of companies that are trading on fake news to promote(推销) a whole range of products that are meant to help with mental health problems but without any evidence base(事实依据) to them. Given(prep.考虑到…情况 + 名词/that从句) that we are dealing with a vulnerable population(指人的某个特殊群体) it is questionable how ethical producing these tools without evidence base and systematic review(系统性的评估) of efficacy is."
founder n.创始人; 建立者; 翻砂工; 蹄叶炎;
mental adj.内心的,精神的,思想的,心理的;智慧的,智[脑]力的;<口>精神病的,意志薄弱的,愚笨的 n.精神病患者
charity n.慈善(行为); 施舍,捐助; 慈善机关; 仁爱,宽容;
saturated adj. 湿透的;浸透的 completely wet 同义词 => soaked
trade on sth (为谋私利)利用
fake adj.假的,伪造的 n.赝品,假货
eg. The painting is a fake 这幅画是赝品
a whole range of sth 一系列的…
be meant to do sth 理因要做什么事
vulnerable adj.易受伤的;脆弱的
it is questionable weather… 什么值得怀疑
ethical adj.伦理的,道德的 ethical standard / appeal 道德标准 / 伦理诉求
efficacy n.疗效;功效 the efficacy of the treatment 某种疗法的疗效
100-days: Five的更多相关文章
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- height:100% 布局
常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...
- .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上
今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...
- xinetd cpu 100%
今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...
- EZchip将推全球首款100核64位ARM A-53芯片
EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03 来源:互联网 关键字: 将推 全球 64位 arm EZchip日前表示,将准备开发 ...
- Ural 1209. 1, 10, 100, 1000... 一道有趣的题
1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...
- Java程序设计之打印100~999的水仙花数
package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...
- jQuery中的100个技巧
1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...
- 设置height:100%无效的解决方法
设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...
- 1.2输出100以内的素数&输出前100个素数。
输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...
随机推荐
- 10款流行的Markdown编辑器,总有一款适合你
摘要:作为一个开源人,如果你不会使用Markdown语法,那你就OUT了!Markdown 是 2004 年由 John Gruberis 设计和开发的纯文本格式的语法,非常的简单实用. 作为一个开源 ...
- 机器学习进阶-案例实战-停车场车位识别-keras预测是否停车站有车
import numpy import os from keras import applications from keras.preprocessing.image import ImageDat ...
- BlockingQueue之DelayQueue的学习使用
DelayQueue 是一中阻塞队列,需要实现接口Delayed定义的方法.做下使用记录和心得吧, @Datapublic class DelayQueueExample implements Del ...
- python redis客户端使用lua脚本
有一个需求,为一个key设置一个field存储时间戳,每当有新数据,判断新数据时间戳是否大于之前的时间戳,如果是,更新时间戳,由于依赖中间执行结果,所以使用lua减少客户端和服务端通信次数. #!/u ...
- 2339 3.1.1 Agri-Net 最短网络
Description 农民约翰被选为他们镇的镇长!他其中一个竞选承诺就是在镇上建立起互联网,并连接到所有的农场.当然,他需要你的帮助. 约翰已经给他的农场安排了一条高速的网络线路,他想把这条线路共享 ...
- mysql 字符串数字转换
1 方法一:SELECT CAST('123' AS SIGNED); 2 方法二:SELECT CONVERT('123',SIGNED); 3 方法三:select '123'+1
- Nginx缓存配置以及nginx ngx_cache_purge模块的使用
web缓存位于内容源Web服务器和客户端之间,当用户访问一个URL时,Web缓存服务器会去后端Web源服务器取回要输出的内容,然后,当下一个请求到来时,如果访问的是相同的URL,Web缓存服务器直接输 ...
- 对于两个初始时设置为Sensor的刚体,不会触发preSolve和postSolve
Main.as package{ import Box2D.Common.Math.b2Vec2; import Box2D.Dynamics.b2Body; import Box2D.Dynamic ...
- linux 文件系统之superblock
为了实际测试这个pagecache和对裸盘操作的区别,我一不小心敲错命令,将一个磁盘的super_block给抹掉了,全是0, dd if =/dev/zero of=/dev/sda2 bs=409 ...
- 434. Number of Segments in a String
原题: 434. Number of Segments in a String 解题: 刚看到题目时,觉得可以通过统计空格个数,但想想有可能会有多个空格的情况 思路: 一:遍历字符,if条件碰到非空格 ...