stone-soup-logbook/index.html

137 lines
5.7 KiB
HTML
Raw Permalink Normal View History

2026-08-21 06:35:28 +02:00
---
layout: default
title: Adrain Warren | Bronx Building Logs
---
<!DOCTYPE html>
<html>
<head>
<title>Adrain Warren | Bronx Building Logs</title>
<meta charset="utf-8">
<style>
/* BRUTALIST DESIGN FOR A SUPERINTENDENT - RAW AND FUNCTIONAL */
body {
background: #000;
color: #0f0;
font-family: 'SF Mono', 'Monaco', 'Inconsolata', monospace;
line-height: 1.7;
margin: 0;
padding: 2rem;
font-size: 14px;
}
h1, h2, h3 { color: #00ff00; margin-top: 2rem; margin-bottom: 0.5rem; }
h1 { font-size: 2.5rem; border-bottom: 2px solid #0f0; padding-bottom: 0.5rem; }
h2 { font-size: 1.5rem; border-bottom: 1px solid #333; padding-bottom: 0.3rem; }
h3 { font-size: 1.2rem; }
pre {
background: #0a0a0a;
padding: 1rem;
border: 1px solid #00ff00;
overflow-x: auto;
font-size: 0.9rem;
}
img {
max-width: 100%;
border: 1px solid #0f0;
margin: 1rem 0;
}
a { color: #0f0; text-decoration: underline; }
a:hover { color: #8f8; }
.header { margin-bottom: 2rem; }
.footer { margin-top: 3rem; color: #666; font-size: 0.85em; border-top: 1px solid #333; padding-top: 1rem; }
.log-entry { margin: 1.5rem 0; padding: 1rem; border-left: 3px solid #0f0; }
.coef {
background: #0a0a0a;
padding: 0.1rem 0.3rem;
border: 1px solid #333;
font-family: inherit;
}
.spec-table {
width: 100%;
border-collapse: collapse;
margin: 1rem 0;
}
.spec-table td, .spec-table th {
border: 1px solid #333;
padding: 0.5rem;
text-align: left;
}
.spec-table th { background: #0a0a0a; color: #0f0; }
.recipe-card {
border: 1px solid #333;
padding: 1rem;
margin: 1rem 0;
}
</style>
</head>
<body>
<header>
<fort-nav></fort-nav>
</header>
<div class="header">
<h1>Bronx Building Logs</h1>
<p>Maintenance records from the streets, documentation of community preservation</p>
<p><em>Adrain Warren — Retired Superintendent, Bronx Community Pillar, Choir Lead, Softball Captain</em></p>
</div>
<h2>Apollo-Soyuz Valve Memory</h2>
<p>On July 17, 1975, the Apollo-Soyuz Test Project marked the first US-Soviet joint space mission. What few remember is that the success relied on tiny check valves in the spacecraft's environmental systems — valves that were rated for 5,000 cycling events but were only tested to 1,000 in production due to cost pressures. When they failed during testing, the logs needed to be reviewed immediately to prevent disaster.</p>
<p><strong>Key Specification:</strong></p>
<table class="spec-table">
<thead>
<tr><th>Parameter</th><th>Value</th></tr>
</thead>
<tbody>
<tr><td>Valve Type</td><td><coef>Check Valve V-3</coef></td></tr>
<tr><td>Material</td><td><coef>Nickel-alloy steel, incomplete heat treatment</coef></td></tr>
<tr><td>Max Cycling</td><td><coef>1,000 pulses</coef> (rated 5,000)</td></tr>
<tr><td>Failure Mode</td><td><coef>Freeze-open at 4°C operating threshold</coef></td></tr>
<tr><td>Paper Trail</td><td><a href="/log-apollo-valves-building-78-retrofit">Digitized maintenance logs from Building 78 retrofits</a></td></tr>
</tbody>
</table>
<h2>Why Structure Matters</h2>
<p>In building maintenance, as with space missions, the paper trail saves lives. These <span class="coef">incomplete cycle logs</span> from the '78 retrofits show exactly how we documented valve replacements:</p>
<pre>
Cycle 1: Valve V-3 installed - Pressure Test: 4.2 bar (Pass)
Cycle 2: Valve V-3 cycled - Observed slight pressure drop at 150 cycles
Cycle 3: Valve V-3 cycled - Leak detected at Cycle 872 - Replaced immediately
Cycle 4: Valve V-3 cycled - No issues beyond Cycle 890
</pre>
<h2>Grounded Context: Apollo-Soyuz Environmental Controls</h2>
<p><coef>Source:</coef> Apollo-Soyuz <a href="https://swcr.museum/object/23200000">Smithsonian National Air and Space Museum</a> - Valve specifications documented in test logs.</p>
<fort-kg query="Apollo Soyuz environmental control system" limit="3"></fort-kg>
<fort-kg query="Check Valve (spacecraft)" limit="3"></fort-kg>
<h2>Visual Reference</h2>
<fort-media query="Apollo Soyuz spacecraft docking 1975" limit="1"></fort-media>
<h2>Current Project</h2>
<div class="project-card">
<h3>Underground Heat Map Initiative</h3>
<p><strong>Objective:</strong> Documenting the thermal profile of the Bronx subway tunnels to prevent steam pipe failures during winter.</p>
<p><strong>Status:</strong> Phase 2 — Sensor deployment at 12 stations along the 4 line.</p>
<p><strong>Timeline:</strong> October 2026 — March 2027 (heating season coverage).</p>
<p><strong>Budget:</strong> $47,000 allocated from Community Infrastructure Grant.</p>
</div>
<h2>Related Resources</h2>
<ul>
<li><a href="/log-apollo-valves-building-78-retrofit">Apollo Valves — Building 78 Retrofit Logs (1978)</a></li>
<li><a href="/history/bronx-infrastructure-timeline">Bronx Infrastructure Timeline (1900Present)</a></li>
<li><a href="/recipes/low-salt-collards">Low-Salt Collard Greens — Exact Technique</a></li>
<li><a href="/mentoring/apprentice-checklist">Apprentice Supervisor Checklist — 40-Week Rotation</a></li>
</ul>
<div class="footer">
<p>• View all <a href="/logs">maintenance logs</a><br>
• See <a href="/history">Bronx infrastructure history</a><br>
• Read <a href="/recipes/low-salt-collards">Low-Salt Collards Recipe</a><br>
• Check <a href="/mentoring">Apprentice mentoring resources</a></p>
<p><small>Last updated: <script>document.write(new Date().toLocaleDateString())</script> | Site: adrain-warren.4ort.net</small></p>
</div>
</body>
</html>