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的更多相关文章

  1. Attention:本博客暂停更新

    Attention:本博客暂停更新 2016年11月17日08:33:09 博主遗产 http://www.cnblogs.com/radiumlrb/p/6033107.html Dans cett ...

  2. HDU3466 Proud Merchants[背包DP 条件限制]

    Proud Merchants Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others) ...

  3. HDU 3466 Proud Merchants(01背包问题)

    题目链接: 传送门 Proud Merchants Time Limit: 1000MS     Memory Limit: 65536K Description Recently, iSea wen ...

  4. attention 机制

    参考:modeling visual attention via selective tuning attention问题定义: 具体地, 1) the need for region of inte ...

  5. (转)注意力机制(Attention Mechanism)在自然语言处理中的应用

    注意力机制(Attention Mechanism)在自然语言处理中的应用 本文转自:http://www.cnblogs.com/robert-dlut/p/5952032.html  近年来,深度 ...

  6. 论文笔记之:Deep Attention Recurrent Q-Network

    Deep Attention Recurrent Q-Network 5vision groups  摘要:本文将 DQN 引入了 Attention 机制,使得学习更具有方向性和指导性.(前段时间做 ...

  7. 注意力机制(Attention Mechanism)在自然语言处理中的应用

    注意力机制(Attention Mechanism)在自然语言处理中的应用 近年来,深度学习的研究越来越深入,在各个领域也都获得了不少突破性的进展.基于注意力(attention)机制的神经网络成为了 ...

  8. PowerVault TL4000 Tape Library 告警:“Media Attention”

      Dell PowerVault TL4000 磁带库机的指示灯告警,从Web管理平台登录后,在菜单"Library Status"下发现如下告警信息:  Library Sta ...

  9. paper 27 :图像/视觉显著性检测技术发展情况梳理(Saliency Detection、Visual Attention)

    1. 早期C. Koch与S. Ullman的研究工作. 他们提出了非常有影响力的生物启发模型. C. Koch and S. Ullman . Shifts in selective visual ...

随机推荐

  1. 130. Surrounded Regions 卧槽!我半梦半醒之间做出来的。

    打开这个题,做了一半躺下了. 结果,怎么都睡不着.一会一个想法,忍不住爬起来提交,要么错误,要么超时. 按照常规思路,依次对每个点检测是否是闭包,再替换,超时.计算量太大了. 还能怎么做呢?没思路,关 ...

  2. KMP算法next数组求解

    关于KMP算法,许多教材用的是递推式求解,虽然代码简洁,但是有些不好理解,这里我介绍一种迭代求next数组的方法 KMP算法关键部分就是滑动模式串,我们可以每次滑动一个单位,直到出现可能匹配的情况,此 ...

  3. 关于AB包的释放与 Resources.UnloadUnusedAssets的关系

    Resources.UnloadUnusedAssets 并不能释放AB包中东西,只能释放从AB包中加载出来的资源,也可以释放场景中的资源,其它不是从AB包加载来的资源. AB加载后,整个包都加载到内 ...

  4. C#可变参数params

    using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestPara ...

  5. Object-c @property与@synthesize的配对使用。

    功能:让编译器自动编写一个与数据成员同名的方法声明来省去读写方法的声明. 如: 1.在头文件中: @property int count; 等效于在头文件中声明2个方法: - (int)count; ...

  6. C# winform进度条 (异步)

    进度条页面: http://www.cnblogs.com/Deckard/archive/2009/06/24/1510451.html //============================ ...

  7. 26.如何使用python操作我们自己创建的docker image呢?

    因为逻辑复杂 我们建个文件来 python #是单行注释 '''是多行注释 或者””” 我们想使用python来操作docker 那么就要一个api https://github.com/docker ...

  8. bind,call,applay的区别

    方法调用模式: 当一个函数被保存为对象的一个方法时,如果调用表达式包含一个提取属性的动作,那么它就是被当做一个方法来调用,此时的this被绑定到这个对象. var a = 1 var obj1 = { ...

  9. 1.3.5、CDH 搭建Hadoop在安装之前(端口---Cloudera Search使用的端口)

    Cloudera Search使用的端口 在下表中,每个端口的“ 访问要求”列通常是“内部”或“外部”.在此上下文中,“内部”表示端口仅用于组件之间的通信; “外部”表示该端口可用于内部或外部通信. ...

  10. Java冒泡具体的原理,以及下标的变化

    原理:比较两个相邻的元素,将值大的元素交换至右端. 思路:依次比较相邻的两个数,将小数放在前面,大数放在后面.即在第一趟:首先比较第1个和第2个数,将小数放前,大数放后.然后比较第2个数和第3个数,将 ...