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 原型对 ...
随机推荐
- 【F#】 WebSharper框架
WebSharper,它是一个基于F#构建的Web开发平台,使用F#构造从前到后的一整套内容.其中利用到F#中许多高级的开发特性,并可以将F#代码直接转化JavaScript,这样服务器端和客户端的通 ...
- c/c++常用代码--清空目录
#pragma once #include <io.h>#include <stdio.h>#include <string>#include <direct ...
- Regex.Match 方法
Regex.Match 方法 在输入字符串中搜索正则表达式的匹配项,并将精确结果作为单个 Match 对象返回. 重载列表 (1) 在指定的输入字符串中搜索 Regex 构造函数中指定的正则 ...
- Android Bluetooth Stream Non-blocking Communication Tutorial
This is a tutorial for Android to do non-blocking bluetooth socket communication. I am using 32feet ...
- firefox常用扩展、脚本
1.AutoPopup.uc.js:鼠标移到菜单和下拉箭头上自动弹出下拉菜单 2.moveButton.uc.js:移动或克隆按钮或菜单到火狐浏览器的任意位置 moveButton.uc.js使用说明 ...
- [错误]试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B)
错误原因: dll文件是在64位机下编译的,而服务器是32位机,所以无法调用 或者dll文件是在64位开发环境下下编译的,而现在的调用程序是的32位,所以无法调用 注意项目属性:
- 【锋利的JQuery-学习笔记】Tootip(提示框)
效果图: 1.当鼠标移动到超链接时,有提示框. 2..当鼠标移动到图片动画旋转 html: <div id="jnNotice"> <div id="j ...
- java基础知识回顾之---java String final类普通方法的应用之字符串数组排序
/* * 1,给定一个字符串数组.按照字典顺序进行从小到大的排序. * {"nba","abc","cba","zz", ...
- MessageBox.Show()如何换行
MessageBox.Show("你好!\n\r可以使用", "换行");
- Java Socket文件上传
客户端: import java.io.FileInputStream; import java.net.Socket; /** * Created by 290248126 on 14-5-11. ...