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 原型对 ...
随机推荐
- 34 个使用 Raspberry Pi 的酷创意
如果你手头有一个 Raspberry Pi(树莓派),你会拿它来做什么?或许以下 34 个如何使用 Raspberry Pi 的创意能够给你带来一些启发. Web 服务器 家庭自动化 BitTorre ...
- VS2013中设置大小写的快捷键
1.我们在定义头文件时,通常需要定义: #ifndef _MainMenu_H_#define _MainMenu_H_ your code... #endif 我们需要将头文件名设置为大写的: ...
- Interview-Increasing Sequence with Length 3.
Given an array, determine whether there are three elements A[i],A[j],A[k], such that A[i]<A[j]< ...
- 自己的一些 Demo,源码链接
1.指纹解锁(GitHub). 2.JS 与 OC 交互(GitHub). 3.模仿 HTML 下拉菜单(GitHub). 4.OC开发常用类目(GitHub).
- sql2008 计划自动创建数据库分区【转】
本文转自:http://jingyan.baidu.com/article/6b97984d9a26ec1ca3b0bf77.html sql2008 计划自动创建数据库分区 固定增量的数据,自动创建 ...
- 通过email分享
MFMailComposeViewController *mailC=[[MFMailComposeViewControlleralloc] init]; if ([MFMailComposeView ...
- unity3d android互调
unityPlayer = new AndroidJavaClass("com.xxx.xxx.MainActivity"); curActivity = unityPlayer. ...
- centos telnet --xinetd 服务
telnet由于是明文传输,所以安全起见最好不要用telnet服务.但是由于telnet是一个比较方便的远程工具,在windows上是自带 的不需要安装客户端即可使用.如果telnet设置的比较复杂, ...
- Jedis 操作
http://www.cnblogs.com/liuling/p/2014-4-19-04.html
- Android中ContentProvider的简单使用
1.新建继承ContentProvider的类 package com.wangzhu.demo; import android.content.ContentProvider; import and ...