每日英语:Is It Possible To Reason About Having A Child?
How can you decide whether to have a child? It's a complex and profound question -- a philosophical question. But it's not a question traditional philosophers thought about much. In fact, the index of the 1967 'Encyclopedia of Philosophy' had only four references to children at all -- though there were hundreds of references to angels. You could read our deepest thinkers and conclude that humans reproduced through asexual cloning.
profound:深厚的,意义深远的 asexual cloning:无性繁殖
Recently, though, the distinguished philosopher L.A. Paul (who usually works on abstruse problems in the metaphysics of causation) wrote a fascinating paper, forthcoming in the journal Res Philosophica. Prof. Paul argues that there is no rational way to decide to have children -- or not to have them.
abstruse:深奥的,难懂的 metaphysic:形而上学,玄学 causation:原因,因果关系
How do we make a rational decision? The classic answer is that we imagine the outcomes of different courses of action. Then we consider both the value and the probability of each outcome. Finally, we choose the option with the highest 'utilities,' as the economists say. Does the glow of a baby's smile outweigh all those sleepless nights?
It's not just economists. You can find the same picture in the advice columns of Vogue and Parenting. Today, we assume that we can decide whether to have children based on what we think the experience of having a child will be like.
But Prof. Paul thinks there's a catch. The trouble is that, notoriously, there is no way to really know what having a child is like until you actually have one. You might get hints from watching other people's children. But that overwhelming feeling of love for this one particular baby just isn't something you can understand beforehand. You may not even like other kids much and yet discover that you love your own child more than anything. Of course, you also can't really understand the crushing responsibility beforehand, either. So, Prof. Paul says, you just can't make the decision rationally.
notoriously:众所周知地,声名狼藉地 beforehand:提前的,事先 rationally:理性地,按道理地
I think the problem may be even worse. Rational decision-making assumes there is a single person with the same values before and after the decision. If I'm trying to decide whether to buy peaches or pears, I can safely assume that if I prefer peaches now, the same 'I' will prefer them after my purchase. But what if making the decision turns me into a different person with different values?
Part of what makes having a child such a morally transformative experience is the fact that my child's well-being can genuinely be more important to me than my own. It may sound melodramatic to say that I would give my life for my children, but, of course, that's exactly what every parent does all the time, in ways both large and small.
morally:道德上,确实地 genuinely:真诚地,诚实地 melodramatic:夸张地,戏剧似的
Once I commit myself to a child, I'm literally not the same person I was before. My ego has expanded to include another person even though -- especially though -- that person is utterly helpless and unable to reciprocate.
literally:逐字地,简直 utterly:完全地,绝对地 reciprocate:互换,报答
The person I am before I have children has to make a decision for the person I will be afterward. If I have kids, chances are that my future self will care more about them than just about anything else, even her own happiness, and she'll be unable to imagine life without them. But, of course, if I don't have kids, my future self will also be a different person, with different interests and values. Deciding whether to have children isn't just a matter of deciding what you want. It means deciding who you're going to be.
L.A. Paul, by the way, is, like me, both a philosopher and a mother -- a combination that's still surprisingly rare. There are more and more of us, though, so maybe the 2067 Encyclopedia of Philosophy will have more to say on the subject of children. Or maybe even philosopher-mothers will decide it's easier to stick to thinking about angels.
每日英语:Is It Possible To Reason About Having A Child?的更多相关文章
- 每日英语: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 ...
- 每日英语: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 ...
- 每日英语: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 ...
- 每日英语:A Whiff Of 'Welcome Home'
Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...
- 每日英语: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,' ...
- 每日英语: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 ...
- 每日英语:Mistrust Between U.S., Malaysia Strains Probe
Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...
- 每日英语:A New Way to Learn Chinese
Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...
- 每日英语:How To Survive The Windows XPiration Date
The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...
- 每日英语:The Right Way to Network
With startup-themed conferences, hackathons, meet-ups and cocktail hours regularly taking place, ent ...
随机推荐
- sso单点登录系统原理与实现
sso单点登录 1.认识并理解sso及其应用,并能根据其实现原理自行实现sso 没有使用sso单点登录的系统用户再访问同一个系统的不同模块都必须的登录 使用sso单点登录,用户只需要登录一次,并且可以 ...
- 解析 神奇的 Object.defineProperty
这个方法了不起啊..vue.js和avalon.js 都是通过它实现双向绑定的..而且Object.observe也被草案发起人撤回了..所以defineProperty更有必要了解一下了几行代码看他 ...
- Spark1.0.0 生态圈一览
Spark生态圈,也就是BDAS(伯克利数据分析栈),是伯克利APMLab实验室精心打造的,力图在算法(Algorithms).机器(Machines).人(People)之间通过大规模集 ...
- js 数组循环删除元素或对象
1.根据不同条件,删除数组中的元素或对象 for(var i=0,flag=true,len=attrList.length;i<len;flag ? i++ : i){ if(attrList ...
- EXCEPTION-TOMCAT
CreateTime--2016年10月24日16:22:12Author:Marydon声明:异常类文章主要是记录了我遇到的异常信息及解决方案,解决方案大部分都是百度解决的,(这里只是针对我遇到 ...
- eclipse Java代码折叠工具
eclipse Java代码折叠工具 CreateTime--2018年5月17日15点09分 Author:Marydon 1.问题描述 eclipse自带的代码折叠工具,无法折叠try{}ca ...
- 【Linux】gvim封装至gvi命令
方法1:使用脚本 #!/bin/bash - #============================================================================ ...
- webservice系统学习笔记2-使用jdk的命令生成本地代码
使用jdk自带的命令wsimport生成远程服务的本地代码 C:\Documents and Settings\Administrator>wsimport -d E:\mhWorkspace\ ...
- 各种HTTPS站点的SSL证书 ,扩展SSL证书,密钥交换和身份验证机制汇总
各种HTTPS站点的SSL证书 ,扩展SSL证书,密钥交换和身份验证机制汇总 一份常见的 HTTPS 站点使用的证书和数据加密技术列表,便于需要时比较参考,将持续加入新的 HTTP 站点,这里给出的信 ...
- navicat for mysql怎么注册?navicat11全系列破解教程(附注册码)
来自脚本之家 http://www.jb51.net/softjc/473494.html