The Attention Merchants
Title: The Attention Merchants (书评类文章)
《注意力商人》
attention 注意力
merchant 商人(零售商,强调通过贩卖物品获取利益) businessman 商人(从事商业活动的人,而且通常指在公司中地位比较高的主管)
The history of the slow exploitation of our consciousness(大脑的意识) —— whether by television commercials(电视广告), war propaganda(战争宣传) or tweets —— is the subject(主题) of Tim Wu's new book, "The Attention Merchants."
exploitation n. 剥削,压榨 (含有贬义的意思) exploitation of sb/sth 对某一群人/某东西的剥削
consciousness n.知觉; 觉悟; 意识,观念; 感觉;
propaganda n.宣传,宣传运动
tweet n.推特
Mr. Wu's chapters about the early days of advertising are some of this book's most enjoyable. But it's the last third of "The Attention Merchants," in which Mr. Wu charts the rise and fall of the internet, that is truly memorable.
chapter n.章,章节
chart v.记录;跟踪(变化或进展) n.图表
it's … that …… 强调句
memorable adj.值得纪念的; 显著的,难忘的; 重大的,著名的;
rise and fall (固定搭配) 起起落落
Mr. Wu is aware of the web's virtues, not least of which is that it connects us to others. But we pay a price for our e-mail and social media habits(用社交媒体的习惯). Google and Facebook keep track of our purchases(n.购买的东西) and wishes(愿望) and fears(恐惧) —— we've become their product, their content. And how connected are we, really, under the new terms and conditions(使用条款) of our lives?
virtues 可以指人的美德;一样东西的优点 / 价值
not least of which 重要的是;尤其是(强调)
pay a price for 为…付出代价
keep track of 追踪;记录
terms and conditions 条款和条件
So in the final chapters of his book, Mr. Wu implores us to regain(收回,恢复) custody of our attention. We are what we choose to focus on. What will we choose ? This is an age of glorious individualism. Yet never, it seems, have we belonged less to ourselves.(否定倒装,起强调作用)
implore v.恳求;乞求 implore sb to do sht 恳求 / 乞求某人去做某事
custody n.保管;监护 regain custody 重新收回我们对注意力的管理权
glorious adj.光荣的 glory n.
individualism n.个人主义
yet we have never belonged less to ourselves
The Attention Merchants的更多相关文章
- Attention:本博客暂停更新
Attention:本博客暂停更新 2016年11月17日08:33:09 博主遗产 http://www.cnblogs.com/radiumlrb/p/6033107.html Dans cett ...
- HDU3466 Proud Merchants[背包DP 条件限制]
Proud Merchants Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) ...
- HDU 3466 Proud Merchants(01背包问题)
题目链接: 传送门 Proud Merchants Time Limit: 1000MS Memory Limit: 65536K Description Recently, iSea wen ...
- attention 机制
参考:modeling visual attention via selective tuning attention问题定义: 具体地, 1) the need for region of inte ...
- (转)注意力机制(Attention Mechanism)在自然语言处理中的应用
注意力机制(Attention Mechanism)在自然语言处理中的应用 本文转自:http://www.cnblogs.com/robert-dlut/p/5952032.html 近年来,深度 ...
- 论文笔记之:Deep Attention Recurrent Q-Network
Deep Attention Recurrent Q-Network 5vision groups 摘要:本文将 DQN 引入了 Attention 机制,使得学习更具有方向性和指导性.(前段时间做 ...
- 注意力机制(Attention Mechanism)在自然语言处理中的应用
注意力机制(Attention Mechanism)在自然语言处理中的应用 近年来,深度学习的研究越来越深入,在各个领域也都获得了不少突破性的进展.基于注意力(attention)机制的神经网络成为了 ...
- PowerVault TL4000 Tape Library 告警:“Media Attention”
Dell PowerVault TL4000 磁带库机的指示灯告警,从Web管理平台登录后,在菜单"Library Status"下发现如下告警信息: Library Sta ...
- paper 27 :图像/视觉显著性检测技术发展情况梳理(Saliency Detection、Visual Attention)
1. 早期C. Koch与S. Ullman的研究工作. 他们提出了非常有影响力的生物启发模型. C. Koch and S. Ullman . Shifts in selective visual ...
随机推荐
- Net操作Excel_NPOI
Npoi 简介 1.整个Excel表格叫做工作表:WorkBook(工作薄),包含的叫页(工作表):Sheet:行:Row:单元格Cell. 2.Npoi 下载地址:http://npoi.codep ...
- tips___代码规范
函数变量尽可能置于最小作用域内,并在变量声明时进行初始化 变量声明的位置最好离第一次使用的位置越近越好:应使用初始化的方式代替声明再赋值. int x=0; rather than int x; x ...
- linux 文件系统之superblock
为了实际测试这个pagecache和对裸盘操作的区别,我一不小心敲错命令,将一个磁盘的super_block给抹掉了,全是0, dd if =/dev/zero of=/dev/sda2 bs=409 ...
- Stephen Hawking Taught Us a Lot About How to Live
勇气.好奇心.幽默感,那些霍金教给我们的事Stephen Hawking Taught Us a Lot About How to LiveStephen Hawking, the English c ...
- ReactiveX 学习笔记(17)使用 RxSwift + Alamofire 调用 REST API
JSON : Placeholder JSON : Placeholder (https://jsonplaceholder.typicode.com/) 是一个用于测试的 REST API 网站. ...
- 简单几步手工扩容LVM(笔记)
参考文档:https://www.cnblogs.com/einyboy/archive/2012/05/31/2528661.html 1.查看磁盘是否被系统认出: fdisk -l 如显示加的磁盘 ...
- week5 0.1 安装materializecss
用ATOM打开项目 App是什么呢?就是App.js 我们将不需要的删掉 用一下materialize(类似bootstrap的东西) 官网https://materializecss.com/ 想用 ...
- listview点击checkbox,修改值
1.初始化控件 listView1.Items.Clear(); listView1.Columns.Clear(); ColumnHeader ch = ...
- K-means算法的实现
K-MEANS算法是一种经典的聚类算法,在模式识别得到了广泛的应用.算法中有两个关键问题需要考虑:一是如何评价对象的相似性,通常用距离来度量,距离越近越相似:另外一个是如何评价聚类的效果,通常采用误差 ...
- Java虚拟机1
Java内存区域 程序计数器(Program Counter Register):记录当前线程所执行字节码的行号指示器.字节码解释器工作时,判断是循环,分支,跳转,异常等条件,然后更新这个计数器的值来 ...