Samuel Johnson called it the vanity of human wishes, and Buddhists talk about the endless cycle of desire. Social psychologists say we get trapped on a hedonic treadmill. What they all mean is that we wish, plan and work for things that we think will make us happy, but when we finally get them, we aren't nearly as happy as we thought we'd be.

vanity:虚荣心,空虚,浮华    get trapped:被困,陷于    hedonic:快乐论,享乐的    treadmill:跑步机,蹋车,单调的工作

Summer makes this particularly vivid. All through the busy winter I longed and planned and saved for my current vacation. I daydreamed about peaceful summer days in this beautiful village by the Thames with nothing to do but write. Sure enough, the first walk down the towpath was sheer ecstasy -- but by the fifth, it was just another walk. The long English evenings hang heavy, and the damned book I'm writing comes along no more easily than it did in December.

vivid:生动的,鲜明的  daydream about:幻想,梦想  towpath:牵道  ecstasy:狂喜,入迷,忘形  hang heavy:过的漫长而无聊

This looks like yet another example of human irrationality. But the economist Arthur Robson has an interesting evolutionary explanation. Evolution faces what economists call a principal-agent problem. Evolution is the principal, trying to get organisms (its agents) to increase their fitness. But how can it get those dumb animals to act in accordance with this plan? (This anthropomorphic language is just a metaphor, of course -- a way of saying that the fitter organisms are more likely to survive and reproduce. Evolution doesn't have intentions.)

irrationality:不合理,无理性   anthropomorphic:类人的,拟人     metaphor:隐喻,暗喻

For simple organisms like slugs, evolution can build in exactly the right motivations (move toward food and away from light). But it is harder with a complicated, cognitive organism like us. We act by imagining many alternative futures and deciding among them. Our motivational system has to be designed so that we do this in a way that tends to improve our fitness.

Suppose I am facing a decision between two alternative futures. I can stay where I am or go on to the next valley where the river is a bit purer, the meadows a bit greener and the food a bit better. My motivational system ensures that when I imagine the objectively better future it looks really great, far better than all the other options -- I'll be so happy! So I pack up and move. From evolution's perspective that is all to the good: My fitness has increased.

meadow:草地    

But now suppose that I have actually already made the decision. I am in the next valley. It does me no additional good to continue admiring the river, savoring the green of the meadow and the taste of the fruit. I acted, I have gotten the benefit, and feeling happy now is, from evolution's perspective, just a superfluous luxury.

savor:尽情享受,品味    superfluous:多余的,奢侈的    

Wanting to be happy and imagining the happy future made me act in a way that really did make me better off; feeling happy now doesn't help. To keep increasing my fitness, I should now imagine the next potential source of happiness that will help me to make the next decision. (Doesn't that tree just over the next hill have even better fruit?)

It is as if every time we make a decision that actually makes us better off, evolution resets our happiness meter to zero. That prods us to decide to take the next action, which will make us even better off -- but no happier.
Of course, I care about what I want, not what evolution wants. But what do I want? Should I try to be better off objectively even if I don't feel any happier? After all, the Thames really is beautiful, the meadows are green, the food -- well, it's better in England than it used to be. And the book really is getting done.

Or would it be better to defy evolution, step off the treadmill of desire and ambition and just rest serenely at home in Buddhist contentment? At least we humans can derive a bit of happiness, however fleeting, from asking these questions, perhaps because the answers always seem to be just over the next hill.

prod:戳,刺     serenely:安祥地,宁静地    fleeting:短暂的,稍纵即逝的    

每日英语:Does Evolution Want Us To Be Unhappy?的更多相关文章

  1. 每日英语:Skull Shakes Up Human Family Tree

    A newly discovered 1.8 million-year-old skull offers evidence that humanity's early ancestors emerge ...

  2. 每日英语: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 ...

  3. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  4. 每日英语: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 ...

  5. 每日英语:A Whiff Of 'Welcome Home'

    Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...

  6. 每日英语:What To Expect To Wear When You're Expecting

    AT THE ACADEMY AWARDS earlier this month, Kerry Washington, the star of the ABC-TV series 'Scandal,' ...

  7. 每日英语:Success Outside the Dress Code

    Anyone who has felt like the odd duck of the group can take heart from new research from Harvard Bus ...

  8. 每日英语:Mistrust Between U.S., Malaysia Strains Probe

    Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...

  9. 每日英语:A New Way to Learn Chinese

    Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...

随机推荐

  1. 把Linux目录挂载到开发板、设置开发板从NFS启动、取消开发板从NFS启动

    声明:文中"PC虚拟机Linux"是指在PC上安装了虚拟机,然后在虚拟机中装的Linux. 关于NFS的详细介绍可参考:http://www.cnblogs.com/nufangr ...

  2. GIS+=地理信息+容器技术(4)——Docker执行

    -------------------------------------------------------------------------------------- Blog:    http ...

  3. 转:C#委托与事件

    委托与事件    Ganesh Nataraj最近写了一篇解释委托与事件的文章,在坊间流传较广,今天翻译成中文与大家共享,如有不妥之处,欢迎留言讨论.    C#中的委托类似于C或C++中的函数指针. ...

  4. 【安卓】给gallery内"控件"挂载事件,滑动后抬起手指时也触发事件(滑动时不应触发)的解决、!

    思路: 1.gallery内控件挂载事件(如:onClickListener)的方法类似listview,可直接在baseAdapter.getView内给控件挂载(详细方法百度). 2.貌似没问题, ...

  5. getpass模块

    # -*- coding: utf-8 -*- #python 27 #xiaodeng #getpass模块 import getpass ''' >>> help(getpass ...

  6. 如何在 Linux 下调试动态链接库

    大家都知道在 Linux 可以用 gdb 来调试应用程序,当然前提是用 gcc 编译程序时要加上 -g 参数.我这篇文章里将讨论一下用 gdb 来调试动态链接库的问题. 首先,假设我们准备这样的一个动 ...

  7. 提高PHP编码的一些技巧

    1.不要使用相对路径 例如 require_once('../../lib/some_class.php'); 该方法有很多缺点: 1)它首先查找指定的php包含路径, 然后查找当前目录 2)如果该脚 ...

  8. zabbix对数据盘磁盘容量进行监控

    示例将数据盘挂载到 /mnt目录 , 对 /mnt目录进程容量监控 item 添加对 /mnt 目录的监控项 tragger 添加触发项 这样完成对一个数据盘磁盘容量的监控

  9. PHP-多域名单点登陆方案

    1.只是二级域名不同(比如a.xx.com, b.xx.com) 利用cookie, 设置domain为".xx.com"即可 2.多个本域名都不相同(比如www.a.com, w ...

  10. MySQL-五种日志(查询日志、慢查询日志、更新日志、二进制日志、错误日志)、备份及主从复制配置

    开启查询日志: 配置文件my.cnf: log=/usr/local/mysql/var/log.log 开启慢查询: 配置文件my.cnf: log-slow-queries=/usr/local/ ...