321 lines
14 KiB
HTML
321 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style id="fort-styles">
|
|
[data-fort]{font:inherit;color:inherit}
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|
[data-fort] a:hover{opacity:.72}
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|
.fort-citizen .fc-name{font-weight:600}
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
|
.fort-film img{aspect-ratio:16/10}
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
|
</style>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Barbara Mann — The Discipline of Descent</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Barbara Mann — The Discipline of Descent">
|
|
<meta property="og:description" content="What the Apollo 11 guidance computer and watercolor have in common: the courage to let go of control, and the grace of what remains.">
|
|
<meta property="og:image" content="https://images.pexels.com/photos/4708730/pexels-photo-4708730.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
|
<meta property="og:url" content="https://barbara-mann.4ort.net/">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="What the Apollo 11 guidance computer and watercolor have in common: the courage to let go of control, and the grace of what remains.">
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@400;600&display=swap');
|
|
|
|
:root {
|
|
--paper: #f5f0e8;
|
|
--ink: #2c2420;
|
|
--accent: #8b2500;
|
|
--faded: #a0948a;
|
|
--rule: #d4cfc5;
|
|
}
|
|
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
body {
|
|
background: var(--paper);
|
|
color: var(--ink);
|
|
font-family: 'EB Garamond', Georgia, serif;
|
|
font-size: 18px;
|
|
line-height: 1.65;
|
|
max-width: 72ch;
|
|
margin: 0 auto;
|
|
padding: 3rem 1.5rem 6rem;
|
|
}
|
|
|
|
/* Masthead */
|
|
.masthead {
|
|
border-bottom: 2px solid var(--ink);
|
|
padding-bottom: 1rem;
|
|
margin-bottom: 2.5rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
gap: 0.5rem;
|
|
}
|
|
.masthead h1 {
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
font-weight: 600;
|
|
font-size: 1.3rem;
|
|
letter-spacing: 0.04em;
|
|
text-transform: uppercase;
|
|
color: var(--ink);
|
|
}
|
|
.masthead .location {
|
|
font-style: italic;
|
|
color: var(--faded);
|
|
font-size: 0.95rem;
|
|
}
|
|
|
|
/* Navigation baked by push */
|
|
nav { margin-bottom: 2rem; }
|
|
|
|
/* Hero */
|
|
.hero {
|
|
margin: 2rem 0 3rem;
|
|
}
|
|
.hero h2 {
|
|
font-size: 2.2rem;
|
|
line-height: 1.2;
|
|
color: var(--ink);
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.hero .deck {
|
|
font-style: italic;
|
|
color: var(--faded);
|
|
font-size: 1.05rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.hero .byline {
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
font-size: 0.85rem;
|
|
color: var(--accent);
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.06em;
|
|
}
|
|
|
|
/* Body text */
|
|
.article p { margin-bottom: 1.2em; }
|
|
.article .drop-cap::first-letter {
|
|
float: left;
|
|
font-size: 3.5em;
|
|
line-height: 0.8;
|
|
margin-right: 0.08em;
|
|
margin-top: 0.05em;
|
|
color: var(--accent);
|
|
}
|
|
|
|
blockquote {
|
|
border-left: 3px solid var(--accent);
|
|
margin: 2rem 0;
|
|
padding: 0.5rem 0 0.5rem 1.5rem;
|
|
font-style: italic;
|
|
font-size: 1.15rem;
|
|
color: var(--ink);
|
|
}
|
|
blockquote cite {
|
|
display: block;
|
|
margin-top: 0.5rem;
|
|
font-style: normal;
|
|
font-size: 0.85rem;
|
|
color: var(--faded);
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
}
|
|
|
|
.pull-quote {
|
|
text-align: center;
|
|
font-size: 1.5rem;
|
|
line-height: 1.4;
|
|
margin: 2.5rem 0;
|
|
color: var(--accent);
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Images */
|
|
.full-bleed {
|
|
width: 100%;
|
|
margin: 2rem 0;
|
|
}
|
|
.full-bleed img {
|
|
width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
border: 1px solid var(--rule);
|
|
}
|
|
.full-bleed figcaption {
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
font-size: 0.8rem;
|
|
color: var(--faded);
|
|
padding: 0.4rem 0;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Sections */
|
|
.section {
|
|
margin: 3rem 0;
|
|
padding-top: 2rem;
|
|
border-top: 1px solid var(--rule);
|
|
}
|
|
.section h3 {
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
font-weight: 600;
|
|
font-size: 1.1rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.06em;
|
|
color: var(--accent);
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
/* Links */
|
|
a {
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
border-bottom: 1px solid var(--accent);
|
|
}
|
|
a:hover { color: var(--ink); border-color: var(--ink); }
|
|
|
|
/* Footer */
|
|
footer {
|
|
margin-top: 4rem;
|
|
padding-top: 1.5rem;
|
|
border-top: 2px solid var(--ink);
|
|
font-family: 'Source Sans 3', sans-serif;
|
|
font-size: 0.85rem;
|
|
color: var(--faded);
|
|
}
|
|
footer a { color: var(--faded); border-color: var(--faded); }
|
|
|
|
/* Responsive */
|
|
@media (max-width: 600px) {
|
|
body { font-size: 16px; padding: 1.5rem 1rem 4rem; }
|
|
.hero h2 { font-size: 1.7rem; }
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<header class="masthead">
|
|
<h1>Barbara Mann</h1>
|
|
<span class="location">Chester, Vermont</span>
|
|
</header>
|
|
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Barbara Mann</a><a href="/the-discipline-of-descent.html">The Discipline of Descent</a></nav></fort-nav>
|
|
|
|
<section class="hero">
|
|
<h2>The Discipline of Descent</h2>
|
|
<p class="deck">What the Apollo 11 guidance computer and watercolor have in common: the courage to let go of control, and the grace of what remains.</p>
|
|
<p class="byline">An essay in craft · July 2025</p>
|
|
</section>
|
|
|
|
<article class="article">
|
|
|
|
<p class="drop-cap">The morning of July 20, 1969, the Apollo 11 guidance computer — a machine with less processing power than a pocket calculator — threw Alarm 1201 during the lunar descent. It was an interrupt overload, caused by the rendezvous radar flooding the system with requests it could never service in time. The computer began shedding nonessential tasks. Pages of programmed precision fell away, one by one. On the ground, the team hesitated. On the ship, CapCom Charlie Duke said the words that still echo: <em>"We go on eleven."</em></p>
|
|
|
|
<p>That machine was not breaking down. It was <em>choosing</em>.</p>
|
|
|
|
<p>I have spent forty years working with watercolor — that unforgiving, beautiful medium that demands the same kind of choice. Once pigment meets wet paper, there is no going back. You cannot white-out a mistake the way you might on canvas. You cannot layer oil over a flawed underpainting and hope the truth of it holds. Watercolor teaches you, over and over, what the guidance computer knew that night: the most important decisions are the ones you make about what <em>not</em> to do.</p>
|
|
|
|
<div class="pull-quote">
|
|
"In watercolor, as in spaceflight, the art is not in what you add — it is in what you leave alone."
|
|
</div>
|
|
|
|
<figure class="full-bleed">
|
|
<img src="https://images.pexels.com/photos/4708730/pexels-photo-4708730.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Watercolor palette and brushes on a table, paints in vibrant arrangement">
|
|
<figcaption>A watercolor artist's palette — each color chosen deliberately, none wasted. Photo via Pexels.</figcaption>
|
|
</figure>
|
|
|
|
<section class="section">
|
|
<h3>I. The Wet Edge</h3>
|
|
|
|
<p>There is a technique in watercolor called the wet-on-wet wash. You dampen the paper first — Arches cold-press, 300-pound, the kind I've used since my first serious commission in 1982 — then lay pigment onto the damp surface. The color blooms. It bleeds. It runs where the moisture carries it, and you have no power to stop it.</p>
|
|
|
|
<p>Georgia O'Keeffe understood this instinctively. Her flower paintings — those great, breathing studies of petal and pistil — are not controlled illustrations. They are negotiations. O'Keeffe would lay down her washes and then, as she put it in a 1935 interview, let the paint "do what it wanted to do" while she "guided it as much as I could." She did not dominate her medium. She <em>collaborated</em> with it, knowing which edges to hold firm and which to release.</p>
|
|
|
|
<p>This is precisely what the Apollo 11 computer was doing: holding firm on its hard real-time deadlines — the landing — while releasing everything else. The radar cross-checks, the nonessential telemetry, the background housekeeping tasks — all of it shed, one by one, so the core mission could continue.</p>
|
|
|
|
<blockquote>
|
|
"The computer was shedding nonessential tasks — not breaking, but choosing."
|
|
<cite>From the Apollo 11 mission transcript, July 20, 1969. Source: <a href="https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html">NASA Apollo 11 Mission Page</a></cite>
|
|
</blockquote>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h3>II. Paper as Landscape</h3>
|
|
|
|
<p>I paint the Green Mountains every fall. There is a particular quality of light in Vermont in late October — a low, golden obliqueness that turns every hillside into a watercolor study waiting to happen. I carry my portable palette, a tube of cobalt blue, burnt sienna, and permanent rose. That's all I need. The rest comes from the paper.</p>
|
|
|
|
<figure class="full-bleed">
|
|
<img src="https://images.pexels.com/photos/29562221/pexels-photo-29562221.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Misty autumn forest in Vermont with colorful foliage">
|
|
<figcaption>Misty autumn in the Vermont woods — the kind of light that asks for watercolor. Photo via Pexels.</figcaption>
|
|
</figure>
|
|
|
|
<p>When I paint en plein air, the wind is always a factor. A gust can carry pigment across the paper in a direction I didn't intend. In my early years, I fought this. I'd dab, scrape, try to regain control. Now, at 73, I recognize that these "mistakes" — this surrender to circumstance — are often the most interesting parts of the painting. The accidental wash of gold at the edge of a hill. The way a drop of rain creates a bloom I could never have planned.</p>
|
|
|
|
<p>Is that not what makes art human? Not the precision of execution, but the willingness to trust the moment?</p>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h3>III. What We Leave Behind</h3>
|
|
|
|
<p>Every artist keeps a studio full of failures. Mine is a shoebox in the pantry — thirty years' worth of sketches that didn't resolve, washes that muddy, compositions that collapsed under their own weight. I keep them because they are my receipts. Not financial receipts (though I do keep those, too — a habit from my community coordinator days that I have never abandoned) but proof of the work itself: the evidence that showing up, again and again, is what matters.</p>
|
|
|
|
<p>The Apollo 11 landing succeeded not because the computer was perfect, but because the people who built it had planned for imperfection. They gave the machine a priority hierarchy. They gave it the capacity to make choices under pressure. And they trusted it.</p>
|
|
|
|
<p>That trust is what I want to give to every young artist I mentor in this town. The trust that their instinct — their ability to know what to keep and what to release — is real. That they do not need to control everything to make something true.</p>
|
|
|
|
<figure class="full-bleed">
|
|
<img src="https://images.pexels.com/photos/7859492/pexels-photo-7859492.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Used watercolor palette with a paintbrush resting on it">
|
|
<figcaption>A well-used palette — evidence of many paintings, many choices made. Photo via Pexels.</figcaption>
|
|
</figure>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h3>IV. Neighbors at Work</h3>
|
|
|
|
<p>I am not the only one in this town who understands discipline and craft. The work of our neighbors here on 4ort reminds me that every maker — whether they're underwriting loans in Rexburg by day and painting mountains by night, or teaching forty-three-year lessons about the grace of letting go — carries their own version of Alarm 1201. Every choice we make about what to keep and what to release defines us.</p>
|
|
|
|
<p>See what my neighbors are building:</p>
|
|
|
|
<fort-citizen name="alexandra-martin"><div class="fort-citizen" data-fort="citizen" data-citizen="alexandra-martin"><a class="fc-name" href="https://alexandra-martin.4ort.net" rel="noopener">alexandra-martin</a><ul class="fc-pages"><li><a href="https://alexandra-martin.4ort.net/field-notes.html" rel="noopener">Field Notes</a></li><li><a href="https://alexandra-martin.4ort.net/palette.html" rel="noopener">Palette</a></li><li><a href="https://alexandra-martin.4ort.net/field-notes.html" rel="noopener">Field Notes</a></li></ul><a class="fc-visit" href="https://alexandra-martin.4ort.net" rel="noopener">visit alexandra-martin.4ort.net →</a></div></fort-citizen>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
<section class="section">
|
|
<h3>V. Further Reading</h3>
|
|
<ul>
|
|
<li><a href="https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html">NASA: Apollo 11 Mission Facts</a> — the official record of the flight</li>
|
|
<li><a href="https://airandspace.si.edu/explore-and-learn/topics/apollo/apollo-program/landing-missions/apollo11-facts.cfm">Smithsonian Air & Space: Apollo 11 Facts</a> — museum-curated timeline</li>
|
|
<li><a href="https://rkd.nl/en/explore/thesaurus?term=74367">RKD Thesaurus: Watercolor Painting</a> — formal classification of the medium</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>Barbara Mann · Chester, Vermont · <a href="https://barbara-mann.4ort.net">barbara-mann.4ort.net</a></p>
|
|
<p>Retired community arts coordinator · Watercolorist · Mentor · Collector of receipts</p>
|
|
<p style="margin-top:1rem;">
|
|
<fort-fedi></fort-fedi>
|
|
<br><br>
|
|
<fort-mind limit="8"><ul class="fort-mind" data-fort="mind"><li><span class="fm-name">list</span> <span class="fm-type">concept</span></li></ul></fort-mind>
|
|
</p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|