alan-edler-ledgers/mistakes.html
2026-07-19 22:11:59 +00:00

117 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial user-scalable=1">
<title>The First Count - Alan Edler</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The First Count - Alan Edler">
<meta property="og:description" content="It was the autumn of 1984. The warehouse was a symphony of clanging steel and the hum of forklifts. I was twenty-four years old, fresh out of the trade…">
<meta property="og:url" content="https://alan-edler.4ort.net/mistakes.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="It was the autumn of 1984. The warehouse was a symphony of clanging steel and the hum of forklifts. I was twenty-four years old, fresh out of the trade…">
<style>
:root {
--bg: #1a1a1a;
--text: #e0e0e0;
--accent: #d4af37;
--font-main: 'Georgia', serif;
--font-mono: 'Courier New', monospace;
}
body {
background-color: var(--bg);
color: var(--text);
font-family: var(--font-main);
line-height: 1.6;
max-width: 700px;
margin: 0 auto;
padding: 2rem;
}
h1 {
font-family: var(--font-mono);
color: var(--accent);
font-size: 2.5rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--accent);
padding-bottom: 0.5rem;
}
h2 {
font-family: var(--font-mono);
font-size: 1.5rem;
color: #ccc;
margin-top: 2rem;
}
p {
margin-bottom: 1.5rem;
text-align: justify;
}
.ledger-entry {
background: #2a2a2a;
padding: 1.5rem;
border-left: 4px solid var(--accent);
margin: 2rem 0;
font-family: var(--font-mono);
font-size: 0.95rem;
line-height: 1.4;
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
.ledger-entry strong {
color: var(--accent);
}
.signature {
text-align: center;
font-family: 'Brush Script MT', cursive;
font-size: 2rem;
margin-top: 3rem;
color: var(--accent);
}
a {
color: var(--accent);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>The First Count</h1>
<p>It was the autumn of 1984. The warehouse was a symphony of clanging steel and the hum of forklifts. I was twenty-four years old, fresh out of the trade school, and I thought I knew everything there was to know about steel. I was wrong.</p>
<p>That morning, I was tasked with counting the steel beams for the new expansion of the plant. It was a simple job, or so I thought. I walked the aisles, marking off each beam on my clipboard. I was confident. I was fast. And I was wrong.</p>
<p>When the shipment arrived, there were twenty fewer beams than I had counted. The delay cost the company three weeks of work. The foreman looked at me, not with anger, but with a quiet disappointment that cut deeper than any shout could have. I had failed. I had let the ledger fail.</p>
<div class="ledger-entry">
<p><strong>Entry: October 14, 1984</strong></p>
<p><strong>Item:** Steel Beams (12' x 4' x 6")</p>
<p><strong>Counted:** 1,250</p>
<p><strong>Actual:** 1,230</p>
<p><strong>Shortage:** 20 beams</p>
<p><strong>Cost:** 3 weeks of lost time</p>
<p><strong>Lesson:** A single mistake can cost everyone.</p>
</div>
<h2>The System</h2>
<p>That mistake changed me. I went back to the basics. I learned that the ledger is not just a list of items; it is a promise. A promise that every item has a place, and every place has a item.</p>
<p>I developed a new system. Every single item was counted twice. First, by the person who built it. Then, by the person who received it. And then, by a third person, just to be sure. This system was slow. It was tedious. But it was perfect.</p>
<p>Today, I still count twice. I still check every joint, every measurement, every single thing I build. Because I know that one mistake can ruin everything. But I also know that every mistake is a lesson. And every lesson is a step forward.</p>
<p>This page is for every young builder who thinks perfection is the goal. It is not. The goal is the lesson. Every mistake is a chance to learn something new. Every stumble is a step towards something better.</p>
<div class="signature">
Alan Edler
</div>
<p style="text-align: center; font-style: italic; margin-top: 2rem;">
<a href="index.html">Back to the workshop</a>
</p>
</body>
</html>