Pretty Smart? Why We Equate Beauty With Truth
Pretty Smart? Why We Equate Beauty With Truth
With some regularity we hear about the latest beauty-pageant contestant who has responded to a softball of a question with an epic fail of a mistake, a bizarre opinion or an incoherent ramble. There's the Panamanian contestant who believed that Confucius invented
the philosophy of 'Confusion, ' the Miss Hawaii who described the U.S. only in terms of the 'rocky shores' and 'sandy beaches' of Hawaii, and the Miss South Carolina Teen USA who explained that Americans don't know enough geography because too many people
can't afford maps.
Ridiculous. But what's even more ridiculous is that our brains bias us toward believing such people -- just because they're good-looking.
The German poet Friedrich Schiller wrote, 'Physical beauty is the sign of an interior beauty, a spiritual and moral beauty.' His belief seems odd if you've ever seen a portrait of Schiller: His prominent schnozzola would have knocked him out of the 1788 edition
of People Magazine's 'Sexiest Man Alive.'
In the years since, research has shown that from an early age -- in both sexes and across numerous cultures -- attractive people are judged to be smarter, kinder, more honest and trustworthy. Obviously, our bias toward thinking that 'what is beautiful is good'
makes for some bad mating decisions.
In politics, we are also more likely to believe and vote for people who are attractive. Ditto for hiring them. And when it comes to ostensibly blind justice, numerous studies from the 1970s through '90s found that more-attractive individuals are less likely
to be convicted of crimes and, if convicted, receive shorter-than-average sentences for the crime.
Why should this be? Some have suggested that since it is pleasurable to meet someone attractive and someone good and honest, we unconsciously conflate the two. But this convergence of rewarding experiences seems dubious. After all, few of us intermix the pleasure
of, say, reading about the triumph of the abolitionist movement with the pleasure of taking a bubble bath and eating a box of Twinkies.
Instead, it seems that the brain confuses the metaphorical and the literal -- a fairly common sort of error, because brain regions often multitask. The same region, for instance, is involved in processing physical and emotional pain and in 'feeling' someone
else's pain. Another brain region is central to both gustatory disgust (responding to the taste of rotten food with reflexes that make you feel sick to your stomach) and moral disgust (responding to some appalling act by making you feel sick to your stomach).
Work by Takashi Tsukiura and Roberto Cabeza of Duke University shows something similar with looks: The medial orbitofrontal cortex of the brain is involved in rating both the beauty of a face and the goodness of a behavior, and the level of activity in that
region during one of those tasks predicts the level during the other. In other words, the brain does similar things when contemplating beautiful minds, hearts or cheekbones. And it assumes that cheekbones tell you something about minds and hearts.
It's a discouraging finding. But there's also some good news in this story: The brain can get confused in both directions. In other words, the same neural wiring that gives rise to 'What is beautiful is good' also generates 'What is good is beautiful.'
In studies by Sampo Paunonen of the University of Western Ontario, heterosexual subjects of both genders viewed pictures of people of the opposite sex, described as having varying degrees of intelligence, independence and honesty. Degrees of independence and
intelligence had no effect on their ratings of attractiveness. But people who were described as being more honest were rated as more likable, and the more likable, the more physically attractive.
It seems that things even out in the end. On the one hand, we're more likely to believe that the earth is flat just because a beauty queen says so. But on the other hand, people are more likely to see that the goodness of Mother Teresa or Gandhi is beautiful.
I don't know whether will i believe or not......recently,there are many things happened around me confirm it looks like ...true~ H.C
Pretty Smart? Why We Equate Beauty With Truth的更多相关文章
- Properties
java.util 类 Properties 因为 Properties 继承于 Hashtable,所以可对 Properties 对象应用 put 和 putAll 方法.但强烈反对使用这两个方法 ...
- java.util.Properties
1 Properties文件中分隔符及空格的处理 因为 Properties 继承于 Hashtable,所以可对 Properties 对象应用 put 和 putAll 方法.但强烈反对使用这两个 ...
- 关于Java的Properties类
Properties类 先来学习下Properties类吧. Properties 类表示了一个持久的属性集.Properties 可保存在流中或从流中加载.属性列表中每个键及其对应值都是一个字符串. ...
- Essay写作用对标点符号很重要!
很多留学生在essay写作中对于标点符号的正确使用可能不是太清楚,今天Meeloun小编给大家整理了一些关于标点符号的正确打开方式,希望可以帮到同学们! Colloquialism俗语: 如果要在写作 ...
- shelly - HYMN TO INTELLECTUAL BEAUTY
HYMN TO INTELLECTUAL BEAUTY III No voice from some sublimer world hath ever To sage or poet these r ...
- 英语阅读——The confusing pursuit of beauty
这篇文章是<新视野大学英语>第四册的第二单元的文章,很好的一篇议论文,读起来也很有意思. 1 If you're a man, at some point a woman will ask ...
- Smart Tag——DevExpress WPF初探
Smart Tag是一个设计时扩展,所有标准控件均自带这个功能,当然也包括 DevExpress WPF Controls .可以快速设置控件的值或者绑定最重要的属性.它还可以帮助你完成一些重复的工作 ...
- International Conference for Smart Health 2015 Call for Papers
Advancing Informatics for healthcare and healthcare applications has become an international researc ...
- Call for Papers International Conference for Smart Health (ICSH) 2014
Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...
随机推荐
- bug Spring Mvc中Jsp页面获取不到Controller中的变量
今天遇到了一个奇怪的问题: jsp代码如下: <h1>数据对比${name}</h1> 在controller里面,有赋值: @RequestMapping(value = & ...
- libmongoc关于\$pullAll和\$addToSet的一个使用问题记录
问题描述及测试结果 在使用mongodb时,对一个document中的数组成员进行更新的时候,可以使用$pull $push $pop $addToSet $pullAll和$each $positi ...
- js事件探秘
Javascript中的事件,可以和html交互. 事件流 IE&Opera:事件冒泡 其他浏览器: 事件捕获 事件冒泡:事件由最具体的元素(文档中嵌套层次最深的那个节点)接收,然后逐级向上传 ...
- javascript验证QQ号、邮箱和手机号码
//验证QQ号码5-11位 function isQQ(qq) { var filter = /^\s*[.0-9]{5,11}\s*$/; if (!filter.test(qq)) { retur ...
- ios实例开发精品源码文章推荐(8.28)
iOS源码:游戏引擎-推箱子游戏 <ignore_js_op> http://www.apkbus.com/android-106392-1-11.html iOS源码:进度条-Color ...
- Python多进程库multiprocessing中进程池Pool类的使用[转]
from:http://blog.csdn.net/jinping_shi/article/details/52433867 Python多进程库multiprocessing中进程池Pool类的使用 ...
- java中使用队列:java.util.Queue(转)
队列是一种特殊的线性表,是运算受到限制的一种线性表,只允许在表的一端进行插入,而在另一端进行删除元素的线性表.队尾(rear)是允许插入的一端.队头(front)是允许删除的一端.空队列是不含元素的空 ...
- springboot 项目中获取默认注入的序列化对象 ObjectMapper
在 springboot 项目中使用 @SpringBootApplication 会自动标记 @EnableAutoConfiguration 在接口中经常需要使用时间类型,Date ,如果想要格式 ...
- GraphQL,你准备好了么?
一个多月前,facebook 将其开源了一年多的 GraphQL 标记为 production ready ( http://graphql.org/blog/production-ready/ ), ...
- 大数高精度计算库gmp简介
1.编译安装,我用的ubuntu18.04 $sudo apt-get install m4 //默认没安装,gmp用这个 $tar -jvxf gmp-.tar.bz2 //解压 $cd gmp- ...