Files
kfitz-site/loss-shame-validation-and-work/index.html
Kathleen Fitzpatrick 582472fc0f add holding space
2025-01-31 15:13:09 -05:00

735 lines
25 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loss, Shame, Validation, and Work</title>
<meta name="description" content="The long-running and erratically updated blog of Kathleen Fitzpatrick.">
<link rel="alternate" href="feed/feed.xml" type="application/atom+xml" title="kfitz">
<script async="" src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
<link rel="webmention" href="https://webmention.io/kfitz.info/webmention">
<link rel="pingback" href="https://webmention.io/kfitz.info/xmlrpc">
<style>/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
* @author ocodia
*/
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #272822;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #8292a2;
}
.token.punctuation {
color: #f8f8f2;
}
.token.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}
.token.boolean,
.token.number {
color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
color: #e6db74;
}
.token.keyword {
color: #66d9ef;
}
.token.regex,
.token.important {
color: #fd971f;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
/*
* New diff- syntax
*/
pre[class*="language-diff-"] {
--eleventy-code-padding: 1.25em;
padding-left: var(--eleventy-code-padding);
padding-right: var(--eleventy-code-padding);
}
.token.deleted {
background-color: hsl(0, 51%, 37%);
color: inherit;
}
.token.inserted {
background-color: hsl(126, 31%, 39%);
color: inherit;
}
/* Make the + and - characters unselectable for copy/paste */
.token.prefix.unchanged,
.token.prefix.inserted,
.token.prefix.deleted {
-webkit-user-select: none;
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
padding-top: 2px;
padding-bottom: 2px;
}
.token.prefix.inserted,
.token.prefix.deleted {
width: var(--eleventy-code-padding);
background-color: rgba(0,0,0,.2);
}
/* Optional: full-width background color */
.token.inserted:not(.prefix),
.token.deleted:not(.prefix) {
display: block;
margin-left: calc(-1 * var(--eleventy-code-padding));
margin-right: calc(-1 * var(--eleventy-code-padding));
text-decoration: none; /* override del, ins, mark defaults */
color: inherit; /* override del, ins, mark defaults */
}
/* This is an arbitrary CSS string added to the bundle */
/* Defaults */
@font-face {
font-family: "Atkinson Hyperlegible";
src: url('/css/files/atkinson-hyperlegible-latin-400-normal.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: "Atkinson Hyperlegible";
font-weight: bold;
src: url('/css/files/atkinson-hyperlegible-latin-700-normal.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: "Atkinson Hyperlegible";
font-style: italic
src: url('/css/files/atkinson-hyperlegible-latin-400-italic.woff2') format('woff2');
font-display: swap;
}
:root {
--font-family: "Atkinson Hyperlegible", -apple-system, system-ui, sans-serif;
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
font-size: 18px;
}
/* Theme colors */
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #333;
--background-color: #fff;
--text-color: var(--color-gray-90);
--text-color-link: #d61d4a;
--text-color-link-active: #853439;
--text-color-link-visited: #e8325e;
--syntax-tab-size: 2;
}
@media (prefers-color-scheme: dark) {
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #dad8d8;
/* --text-color is assigned to --color-gray-_ above */
--text-color-link: #1493fb;
--text-color-link-active: #6969f7;
--text-color-link-visited: #a6a6f8;
--background-color: #15202b;
}
}
/* Global stylesheet */
* {
box-sizing: border-box;
}
@view-transition {
navigation: auto;
}
html,
body {
padding: 0;
margin: 0 auto;
font-family: var(--font-family);
color: var(--text-color);
background-color: var(--background-color);
}
html {
overflow-y: scroll;
}
body {
max-width: 40em;
}
/* https://www.a11yproject.com/posts/how-to-hide-content/ */
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
p:last-child {
margin-bottom: 0;
}
p {
line-height: 1.5;
}
li {
line-height: 1.5;
}
a[href] {
color: var(--text-color-link);
}
a[href]:visited {
color: var(--text-color-link-visited);
}
a[href]:hover,
a[href]:active {
color: var(--text-color-link-active);
}
main,
footer {
padding: 1rem;
}
main :first-child {
margin-top: 0;
}
header {
border-bottom: 1px dashed var(--color-gray-20);
}
header:after {
content: "";
display: table;
clear: both;
}
footer {
border-top: 1px dashed var(--color-gray-50);
}
.links-nextprev {
display: flex;
justify-content: space-between;
gap: .5em 1em;
list-style: "";
border-top: 1px dashed var(--color-gray-20);
padding: 1em 0;
}
.links-nextprev > * {
flex-grow: 1;
}
.links-nextprev-next {
text-align: right;
}
table {
margin: 1em 0;
}
table td,
table th {
padding-right: 1em;
}
pre,
code {
font-family: var(--font-family-monospace);
}
pre:not([class*="language-"]) {
margin: .5em 0;
line-height: 1.375; /* 22px /16 */
-moz-tab-size: var(--syntax-tab-size);
-o-tab-size: var(--syntax-tab-size);
tab-size: var(--syntax-tab-size);
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
overflow-x: auto;
}
code {
word-break: break-all;
}
/* Header */
header {
display: flex;
gap: 1em .5em;
flex-wrap: wrap;
align-items: center;
padding: 1em;
}
.home-link {
font-size: 1.5em; /* 16px /16 */
font-weight: 700;
margin-right: 2em;
}
.home-link:link:not(:hover) {
text-decoration: none;
}
/* Nav */
.nav {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.nav-item {
display: inline-block;
margin-right: 1em;
}
.nav-item a[href]:not(:hover) {
text-decoration: none;
}
.nav a[href][aria-current="page"] {
text-decoration: underline;
}
/* Posts list */
.postlist {
list-style: none;
padding: 0;
padding-left: 1.5rem;
}
.postlist-item {
display: flex;
flex-wrap: wrap;
align-items: baseline;
counter-increment: start-from -1;
margin-bottom: 1em;
}
.postlist-item:before {
display: inline-block;
pointer-events: none;
content: "" counter(start-from, decimal-leading-zero) ". ";
line-height: 100%;
text-align: right;
margin-left: -1.5rem;
}
.postlist-date,
.postlist-item:before {
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
}
.postlist-date {
word-spacing: -0.5px;
}
.postlist-link {
font-size: 1.1875em; /* 19px /16 */
font-weight: 700;
flex-basis: calc(100% - 1.5rem);
padding-left: .25em;
padding-right: .5em;
text-underline-position: from-font;
text-underline-offset: 0;
text-decoration-thickness: 1px;
}
.postlist-item-active .postlist-link {
font-weight: bold;
}
/* Archive list */
.archivelist {
padding: 0;
padding-left: 2.5rem;
}
.archivelist-item {
align-items: baseline;
margin-bottom: 1em;
}
.archivelist-item::marker {
text-align: right;
margin-left: -1.5rem;
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
}
.archivelist-date {
font-size: 0.8125em; /* 13px /16 */
color: var(--color-gray-90);
word-spacing: -0.5px;
}
.archivelist-link {
font-size: 1.1875em; /* 19px /16 */
font-weight: 700;
flex-basis: calc(100% - 1.5rem);
padding-left: .25em;
padding-right: .5em;
text-underline-position: from-font;
text-underline-offset: 0;
text-decoration-thickness: 1px;
}
.archivelist-item-active .archivelist-link {
font-weight: bold;
}
/* Tags */
.post-tag {
display: inline-flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
font-style: italic;
}
.postlist-item > .post-tag {
align-self: center;
}
/* Tags list */
.post-metadata {
display: inline-flex;
flex-wrap: wrap;
gap: .5em;
list-style: none;
border-top: 1px dashed var(--color-gray-20);
border-bottom: 1px dashed var(--color-gray-20);
padding: 3px 0px 3px 0px;
margin: 0;
font-size: .8em;
}
.post-metadata time {
margin-right: 1em;
}
/* Direct Links / Markdown Headers */
.header-anchor {
text-decoration: none;
font-style: normal;
font-size: 1em;
margin-left: .1em;
}
a[href].header-anchor,
a[href].header-anchor:visited {
color: transparent;
}
a[href].header-anchor:focus,
a[href].header-anchor:hover {
text-decoration: underline;
}
a[href].header-anchor:focus,
:hover > a[href].header-anchor {
color: #aaa;
}
h2 + .header-anchor {
font-size: 1.5em;
font-weight: bold;
}
h1 {
font-weight: bolder;
}
summary {
font-size: 1.5em;
font-weight: bold;
margin-bottom: .5em;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote {
display: block;
margin-left: 2em;
margin-right: 3em;
padding-left: 10px;
border-left: 10px solid var(--text-color-link);
}
hr.new {
border: none;
border-top: 1px dashed var(--color-gray-50);
}
/* Webmention Section */
.webmentions {
display:block;
text-align: left;
}
.webmentions__facepile {
display:flex;
align-items: center;
flex-wrap: wrap;
}
.webmentions__face {
width: 2rem;
height: 2rem;
border-radius: 50%;
object-fit: cover;
flex: none;
}
.webmentions__list {
list-style-type: none;
padding:0;
}
.webmentions__item {
margin-bottom: 2rem;
}
/* Single Webmention */
.webmention {
display:block;
}
.webmention__meta,
.webmention__author {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.webmention__meta {
margin-bottom:.5rem;
}
.webmention__author {
margin-right:.25rem;
}
.webmention__author__photo {
height: 3rem;
width: 3rem;
border-radius: 50%;
object-fit: cover;
margin-right:.5rem;
}
.webmention__pubdate {
font-style: italic;
}
/* Message Box */
.message-box {
--color-message-box: #ffc;
display: block;
background-color: var(--color-message-box);
color: var(--color-gray-90);
padding: 1em 0.625em; /* 16px 10px /16 */
}
.message-box ol {
margin-top: 0;
}
@media (prefers-color-scheme: dark) {
.message-box {
--color-message-box: #082840;
}
}</style>
</head>
<body>
<a href="#skip" class="visually-hidden">Skip to main content</a>
<header>
<a href="/" class="home-link">kfitz</a>
<nav>
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
<ul class="nav">
<li class="nav-item"><a href="/">Home</a></li>
<li class="nav-item"><a href="/blog/">Archive</a></li>
<li class="nav-item"><a href="/about/">About</a></li>
<li class="nav-item"><a href="/projects/">Projects</a></li>
<li class="nav-item"><a href="/presentations/">Presentations</a></li>
<li class="nav-item"><a href="/teaching/">Teaching</a></li>
<li class="nav-item"><a href="/feed/feed.xml">Feed</a></li>
</ul>
</nav>
</header>
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
<script src="/pagefind/pagefind-ui.js"></script>
<div id="search"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
});
</script>
<main id="skip">
<heading-anchors>
<h1 id="loss-shame-validation-and-work">Loss, Shame, Validation, and Work</h1>
<ul class="post-metadata">
<li><time datetime="2019-11-26">26 November 2019</time></li>
<li><a href="/tags/reflecting/" class="post-tag">reflecting</a></li>
</ul>
<p>This is likely to be a bit of a hike. Its one of those posts in which some precipitating event has sent me off on a bit of an introspective tail-spin, and sorting out whats going on in my head and my heart requires putting fingers to keyboard and letting some of the mess out. Its also the kind of post that has the potential to leave me feeling over-exposed once its published, but that I feel nonetheless compelled to get out there, precisely because that feeling of being exposed is often a sign that Ive tapped into something that many of us have in common and yet dont often talk about. So here goes.</p>
<center>* * *</center>
<p>I lost two friends from high school last week. Both were kind, caring, talented men, both deeply committed to family and community. Both gone suddenly and utterly unexpectedly.</p>
<p>I hadnt been in close contact with either of them for some time, though I kept up with them through Facebook. And of course it was Facebook that let me know they were gone, a means of communication simultaneously brutal and <a href="/anodyne/">anodyne</a>, both a gut-punch and a welcome space in which to share sudden grief. And there was something in the combination of the losses, coupled with the social networks collective outpouring and my own personal store of regret and shame — seriously, you name someone from high school and the first thing my brain will kick up will be some embarrassing or painful moment that I wish I could go back and undo — that dropped me in a spiral of weirdly retrospective sadness. I was at one and the same time feeling the loss of these two wonderful men, recognizing the pain that their families and closest friends must be feeling, and caught within an upwelling of all of my old high school trauma.</p>
<p>None of this news, this loss, was about me, of course, and my unconscious, reflexive move to make even the death of a friend — of two friends — somehow focus on <em>me</em> and <em>my</em> loss and <em>my</em> trauma brought me up short. It forced me to recognize the extent to which my high school years were characterized by my absolute conviction that no one else anywhere could possibly be going through anything that compared to what I was going through. That recognition deepened the sense of shame that had already resurfaced, making me wonder whether Ive ever grown up enough to get over the things that happened to me back then, whether Im in fact still the same insecure, needy, selfish mess that I was at 14 and everything else is just a veneer of professionalization.</p>
<p>And I sit here now questioning my own motives in putting together this post: is this just more self-absorption, more narcissism? Why do I need to write about this?</p>
<center>* * *</center>
<p>I listened to a guided meditation yesterday morning that focused on developing emotional intelligence, something that <em>boy howdy</em> could I use more of. Ive known for a few years now that Ive abstracted myself from my emotions to such an extent that Ill periodically find myself feeling — well, shitty, is all I can tell — and it can take me hours of being still and thinking “what kind of shitty is this? what just happened that precipitated the shitty?” until Im able to backtrack enough to know that that thing that person said in that meeting really hurt and Im angry and embarrassed and… phew, okay, Ive named it and now I feel a little better.</p>
<p>I totally identify, in other words, with <a href="https://www.buzzfeednews.com/article/annehelenpetersen/mister-rogers-beautiful-day-neighborhood-movie">Anne Helen Petersens description</a> of adulthood as being about “acquiring the skills to feel no feelings at all,” a purposeful movement into our heads and so far out of our hearts that we can, ideally, forget that they exist.</p>
<p>So, developing emotional intelligence; Im in. Anyhow, the teacher yesterday guided us through a process of remembering something difficult weve been experiencing lately, of feeling the sensations of that difficulty as they manifest in the body, and of attempting to name the emotion thats tied to those sensations. I sat with it for a bit and tried to come up with the right name. Sadness? Sure, but not exactly. Anxiety? Almost always, but not really in this case. Loneliness? Maybe.</p>
<p>And then after a pause the teacher gently listed a number of possible labels, the last of which was shame. Which made my breath catch. There it is.</p>
<p>The next part of the process was to reflect on what it is that emotion needs, what it is asking for. Anxiety, for instance, might be asking for reassurance. Loneliness might be asking for connection. I sat still, aware that the thought “do shame, please” was repeating in the back of my head. And at last, shame, he noted, might be asking for validation.</p>
<p>Asking for validation. It, as the kids used to say, me.</p>
<center>* * *</center>
<p>I suspect that Im not alone in this, both in a general human sense and among my academic colleagues. And its my sense of the commonality within that latter group that has in part driven me to write this post. I think a lot of us share the need for validation as a component of what drives our work. And so when my colleague Beronda Montgomery writes about the importance of working <a href="https://lazyslowdown.com/how-i-work-and-thrive-in-academia-from-affirmation-not-for-affirmation/">from affirmation, not for affirmation</a>, it feels to me utterly revolutionary: exactly correct, and miraculous if you can do it.</p>
<p>Because heres the thing: I am at the top of my game. I have the best job I could imagine, working with the best people I know. Im extraordinarily well-supported in getting to focus on exactly the kinds of work I want to be doing. I have a book out that is by all reasonable measures a success. Things are great. And yet I find myself prone to deep bouts of insecurity about that work, fretting over why the book wasnt reviewed in that publication and whether Im really doing anything that matters. And worse, waving off my accomplishments by repeatedly asking myself what Ive done lately.</p>
<p>That last… is unfortunately not a question Im alone in asking, at all. Ive been on something of a lecture-and-workshop circuit this fall, visiting a huge number of campuses and talking with them about ways of cultivating the kinds of generosity that can foster a deeper sense of community on-campus and deeper ties with the communities we ought to serve. These visits have been productive and energizing, but at least once during each of them, someone has asked what Im working on now that <em>Generous Thinking</em> is out. Or, where theyve done some research and found the post (to which I am not linking, but you can find it if you want) in which I described the project I thought — and some days still think — would be next on my agenda, they ask more directly about how its coming.</p>
<p>These are the kinds of question that I ought to hear as <em>you do great work and Im looking forward to more of it!</em>, but instead take in as <em>so, no new material, eh?</em></p>
<p>No, no new material. What have I done lately?</p>
<p>Ive been in meetings. Ive been building a new research center. Ive been attempting to find a way to ensure that an enormously successful and important digital project is able to thrive for years to come. Ive been learning how to develop and implement a business plan, how to work with heterogeneous teams, how to corral university bureaucracy in ways that support rather than hinder our goals. (Ill let you know if I manage to figure that one out.) Ive been running around the country talking about the last book, rather than turning my attention to the next one.</p>
<p>And if I let myself stop long enough to think about it, isnt that what I <em>ought</em> to be doing? I mean, the work of the book doesnt stop with the publication of the book, especially not in the case of <em>this particular book</em>; building a conversation that might transform the ways we in higher education work today requires getting out and participating in those conversations. So the book is a step in a larger, longer process, rather than an end in itself.</p>
<p>Except of course for the systems, both institutional and internal, that count accomplishment based on products rather than processes. Those systems are all about ends in themselves, urging us always to press forward to what were doing next, rather than lingering where we are, pursuing the now of things to greater fullness.</p>
<p>I increasingly think that many of us might be driven to internalize those systems and to embed ourselves within those institutions that want us to account for ourselves via products rather than processes precisely because of our need for validation. We often dont publish a book, in other words, because we have something were burning to say. We publish that book, rather, as a means of <em>demonstrating that we have had something to say</em>. Having said it, and having gotten external validation for having said it, we are required to move on as quickly as possible to the next thing. External validation demands it: you already said <em>that</em>; got anything else worth hearing?</p>
<p>Anyhow, its all got me wondering how much of my working life has been structured — by me; Ill own this — not just as a retreat from the heart into the safety of the head but also as a means of overcoming shame, as a means of demonstrating my value, most of all to myself.</p>
<center>* * *</center>
<p>So let me correct myself: its not only that this is a long post attempting to think my way out of an emotional tail-spin; this has been a career thus far spent trying to think my way out of a similar kind of tail-spin. To find validation through achievement. To forget about feelings and all the difficulty they can cause.</p>
<p>Those feelings dont go away. But the people you might connect with, the people you might work with, the people you might feel things for and share things with, do.</p>
<p>I had another friend from high school reach out to me over the weekend, a friend I havent talked to in years. He asked me to call him, and Ill admit I was terrified — afraid that I was about to hear more bad news, afraid that I was about to be pulled into some emotional something that I couldnt handle. What he wanted, however, was to offer me miles for a plane ticket home for one of the upcoming memorial services. As it turns out, Im already going to be there for other reasons, and was planning to attend the service, but I hope that Id have taken him up on that enormously generous offer otherwise. What could matter more than taking the time to reflect on the now of things, bringing the best of who we are today, and who we might become, into conversation with the best of who we once were, instead of burrowing into our still-lurking feelings of inadequacy and shame?</p>
<p>Its a way of being that Id like to bring to more areas of my life and my work in the year ahead: slowing down enough to recognize the importance of building connection and community, lingering in what Im doing rather than pressing forward to what I think I ought to have done, focusing less on products and the external validation they bring than on process and its internal rewards, and having the conversations that might help make more of what were all working toward possible.</p>
<ul class="links-nextprev"><li class="links-nextprev-prev">← Previous<br> <a href="/21-november-2019-0936/">Anodyne</a></li><li class="links-nextprev-next">Next →<br><a href="/30-november-2019-1846/">Bonilla-Silva, Racism without Racists</a></li>
</ul>
<hyvor-talk-comments website-id="9100" page-id="/loss-shame-validation-and-work/"></hyvor-talk-comments>
<div class="webmentions" id="webmentions">
<h3 id="webmentions-2">Webmentions</h3>
<p>No replies yet.</p>
</div>
</heading-anchors>
</main>
<footer>
<p><em>Built with <a href="https://www.11ty.dev/">Eleventy v3.0.0</a>. All content <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> if you're human.</em></p><p></p>
</footer>
<!-- This page `/loss-shame-validation-and-work/` was built on 2025-01-31T20:10:48.817Z -->
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
</body>
</html>