When you’re nearly 40 and unmarried, and you realize you’re going to be okay
A few weeks ago my best friend’s nine-year-old daughter and I were playing.
Our play consists of her sometimes weaving pink ribbons through my hair or me helping her assemble an imaginary set for a show she’s intent on producing (she’s creative, this one).
That day, after I affixed one of the many glittery crowns she owned on her head, she asked, Are you ever going to have children, Felicia?
I admired her moxie, the way in which she’s able to navigate terrain that one could consider a minefield.
Adults exercise politeness and discretion in a way that can sometimes be numbing, and it was such an odd relief to hear a child ask something so plainly–just because I’m the only woman she knows who doesn’t have a child of her own.
My best friend and I exchanged a look, and I replied, No, C. I don’t plan on having children. She appeared pensive, and after a few moments she nodded her head, said, okay, and we continued on with our play.
weave vt. 编织;编排;使迂回前进
ribbon n. 带;缎带;(勋章等的)绶带;带状物;勋表
imaginary adj. 虚构的,假想的;想像的;虚数的
intent on 专心致志于
affix vt. 粘上;署名;将罪责加之于
glittery adj. 闪烁的,闪光的
crown n. 王冠;花冠;王权;顶点
moxie n. 精力;勇气
terrain n. [地理] 地形,地势;领域;地带
minefield n. 布雷区;充满隐伏危险的事物
discretion n. 自由裁量权;谨慎;判断力;判定;考虑周到
numbing adj. 使麻木的;使失去感觉的
odd adj. 奇数的;古怪的;剩余的;临时的;零散的
relief n. 救济;减轻,解除;安慰;浮雕
plainly adv. 明白地;坦率地;平坦地;朴素地
pensive adj. 沉思的,忧郁的;悲伤的,哀愁的
I did love, once. Yet it was love that was easily altered, one that had slowly come apart at the seams.
But for a time we lived a terrific photograph, and spoke of glinting diamonds, me swanning about in a white dress and children winding around my calves.
This life, while part of a defined plan I had for myself, felt distant, foreign–an uninhabited country for which I needed a visa and complicated paperwork for entry.
I never took to the idea of being owned by someone else; I never considered changing my name.
I never imagined myself in a white dress (I prefer blue), and I’ve never truly felt the maternal ache and tug as many of my dear friends who are mothers, describe.
Back then I viewed marriage as less of a partnership and more of a prison, but I imagine that had much to do with the man in my life.
Back then I slept on top sheets rather than between them, and I was forever poised for flight.
Back then I didn’t want children because I was certain I wouldn’t be any good at it considering my history.
altered 改变了的;蚀变的
come apart at the seams 分裂;崩溃,失败;衰落
terrific 极好的;极其的,非常的;可怕的
glint 使闪光;使发光
calves小牛;小腿;腓;呆子
uninhabited 无人居住的,杳无人迹的
maternal 母亲的;母性的;母系的;母体遗传的
ache 疼痛
tug 拖船;拖曳;苦干
top sheet上层床单
poised 泰然自若的,镇定的;平衡的,均衡的;摆好姿势不动的,静止的
After a couple of years of playing house, this great love and I experienced a drift and while he went on to marry and have a family of his own, I never once thought I’d missed out on my chance, rather, I was relieved.
I treasure my solitude, my freedom. I didn’t want to be harvested. Back then I had so much work ahead of me, work on my self, my character, that I knew I wouldn’t be much good to anyone else.
I knew I had to make myself whole and complete before I gave even a sliver of myself to someone else.
treasure 珍爱;珍藏
solitude 孤独;隐居;荒僻的地方
When you’re nearly 40 and unmarried, and you realize you’re going to be okay的更多相关文章
- Projected Coordinate Systems
Coordinate Systems Projected Coordinate Systems This is an archive of a previous version of the ArcG ...
- 【Python】理想论坛帖子读取爬虫1.04版
1.01-1.03版本都有多线程争抢DB的问题,线程数一多问题就严重了. 这个版本把各线程要添加数据的SQL放到数组里,等最后一次性完成,这样就好些了.但乱码问题和未全部完成即退出现象还在,而且速度上 ...
- 40个Java多线程问题总结
前言 Java多线程分类中写了21篇多线程的文章,21篇文章的内容很多,个人认为,学习,内容越多.越杂的知识,越需要进行深刻的总结,这样才能记忆深刻,将知识变成自己的.这篇文章主要是对多线程的问题进行 ...
- (转)倾力总结40条常见的移动端Web页面问题解决方案
原文链接:戳这里 1.安卓浏览器看背景图片,有些设备会模糊. 用同等比例的图片在PC机上很清楚,但是手机上很模糊,原因是什么呢? 经过研究,是devicePixelRatio作怪,因为手机分辨率太 ...
- C#开发微信门户及应用(40)--使用微信JSAPI实现微信支付功能
在我前面的几篇博客,有介绍了微信支付.微信红包.企业付款等各种和支付相关的操作,不过上面都是基于微信普通API的封装,本篇随笔继续微信支付这一主题,继续介绍基于微信网页JSAPI的方式发起的微信支付功 ...
- SQL Server查询第31到40条数据
大致分为两种情况:ID连续和ID不连续. 1.ID连续的情况: 2.ID不连续的情况: (1).两次对表查询,效率较低. ID from A) (2).外层查询没有对表A进行查询,效率提高. ID f ...
- 【转】40条常见的移动端Web页面问题解决方案
1.安卓浏览器看背景图片,有些设备会模糊 2.图片加载 3.假如手机网站不用兼容IE浏览器,一般我们会使用zep ...
- C语言 基础练习40题
一.题目 1.输入2个整数,求两数的平方和并输出. 2. 输入一个圆半径(r)当r>=0时,计算并输出圆的面积和周长,否则,输出提示信息. 3.函数y=f(x)可表示为: 4.编写一个程序,从4 ...
- 40 个让你的网站更加友好的 jQuery 插件
一个插件的基本功能是执行一个含有元素集合的函数数组.每个方法和jQuery核心组成一个插件,如.fadeOut()或.addClass().一个jQuery插件是一个基本的可以扩充jQuery 原型对 ...
随机推荐
- Msys+Mingw在手 妙用在心!
1 缘起 平时在一些c++群面,看见很多大学十分努力的学习c++/MFC ,看见在编程语言百花争芳的时候,C/C++还是很有很有魅力.估计很多初学者使用都是window下的visual stdio 开 ...
- Linq to XML 之XElement的Descendants方法的新发现
C#操作XML的方法有很多,但个人认为最方便的莫过于Linq to XML了,特别是XElement的Descendants方法是我最常用的一个方法. 这个方法可以根据节点名(Name)找到当前调用的 ...
- android实现可拖动按钮
功能:在Android中实现可拖动按钮,同时实现按钮的点击功能 相关问题: 按钮拖动的界限限定. 按钮单击和拖动之间的冲突. 在界面未显示之前,获得View的高/宽. 问题描述: 如果不为按钮的拖动范 ...
- git check 分支代码
1.git clone xxx.git; 2.git branch -r //查看分支 3.git checkout origin/分支名字 -b 本地新建分支名字 //从远程分支名字 down代码 ...
- iOS - 指定视图的圆角个数-b
平常设置视图的圆角最普遍的就是设置四个角的,方法也就是一句代码解决: view.layer.cornerRadius = 10; 四个圆角 但有时需求会是指定某个,或者特定哪几个角设置圆角,所以我们需 ...
- easyui toolbar 可以放在datagrid底下
html: <div class="easyui-tabs" style="height: 250px;" tools="#t_rank&quo ...
- webview加载本地html
//webView.loadUrl("file:///android_asset/index.html"); 加载assets目录中含有的index.html webView.l ...
- 【POJ】【2151】Check the difficulty of problems
概率DP kuangbin总结中的第8题 一开始题目看错导致想转移方程想错了……想成f[i][j]表示前 i 个队伍中最多的做出来 j 道题的概率……sigh 看了下题解……其实是对于每个队伍 i 单 ...
- Matlab中@与函数调用
function m f=@(x) x^2; y(f,3); function y(f,x) disp(num2str(f(x))); end end 函数调用另一个函数的时候,把另一个函数名作为参数 ...
- Java Servlet Filter(转)
做web开发的人对于Filter应该不会陌生,一直在很简单的使用,但是一直没有系统的总结一下,随着年纪的慢慢长大,喜欢总结一些事情,下面说说我对Filter的理解,官方给出的Filter的定义是在请求 ...