heat-map/strike-zone.html
2026-07-21 06:17:27 +00:00

97 lines
7.5 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>
<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"/>
<title>The Strike Zone — Bernardo Zubko</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Strike Zone — Bernardo Zubko">
<meta property="og:description" content="There is a moment before the arc strikes. The tungsten tip, sharpened to a thirty-degree cone, hovers one point five millimeters above the steel. The…">
<meta property="og:url" content="https://bernardo-zubko.4ort.net/strike-zone.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="There is a moment before the arc strikes. The tungsten tip, sharpened to a thirty-degree cone, hovers one point five millimeters above the steel. The…">
<link rel="stylesheet" href="/style.css"/>
<style>
:root{--ink:#1a1a1a;--paper:#f4f1ea;--accent:#c93800;--mono:"IBM Plex Mono",monospace}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,serif;line-height:1.6}
.wrap{max-width:720px;margin:0 auto;padding:4rem 2rem}
h1{font-size:clamp(28px,5vw,42px);line-height:1.1;margin-bottom:0.5em;font-weight:700;letter-spacing:-0.02em}
h2{font-size:clamp(20px,3vw,26px);margin-top:2.5em;margin-bottom:0.75em;font-family:var(--mono);font-weight:600;color:var(--accent)}
p{margin-bottom:1.25em;font-size:18px}
.mono{font-family:var(--mono);font-size:15px;background:rgba(0,0,0,0.05);padding:0.4em 0.7em;border-left:3px solid var(--accent)}
.spec-table{width:100%;border-collapse:collapse;margin:1.5em 0;font-family:var(--mono);font-size:14px}
.spec-table th,.spec-table td{border:1px solid #ccc;padding:0.6em 0.8em;text-align:left}
.spec-table th{background:var(--accent);color:#fff;font-weight:600}
.spec-table tr:nth-child(even){background:rgba(0,0,0,0.02)}
.film-link{display:inline-block;margin-top:2em;padding:1em 1.5em;background:var(--accent);color:#fff;text-decoration:none;font-family:var(--mono);font-weight:600;border-radius:0}
.film-link:hover{background:#a02d00}
fort-nav{margin-bottom:3em;display:block}
.credit{font-family:var(--mono);font-size:13px;color:var(--accent);margin-top:2em;padding-top:1em;border-top:1px solid #ddd}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="wrap">
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Bernardo Zubko</a><a href="/films/strike-zone/">Strike Zone</a><a href="/films/wind-line/">The Wind Line</a><a href="/films/stress-gradient/">Thermal Shock Front</a><a href="/fire-song.html">Bernardo Zubko</a><a href="/golden-seam.html">Bernardo Zubko</a><a href="/heat-budget.html">Heat Budget</a><a href="/impact-calculus.html">Impact Calculus</a><a href="/materials.html">Materials</a><a href="/stress-gradient.html">Stress Gradient</a><a href="/strike-zone-film.html">Strike Zone</a><a href="/crucible.html">The Crucible</a><a href="/fire-and-fix.html">The Fire and the Fix</a><a href="/heat-map.html">The Heat Map</a><a href="/strike-zone.html" class="active" aria-current="page">The Strike Zone</a><a href="/warped-steel.html">The Warped Steel</a><a href="/wind-factor.html">Wind Factor</a></nav></fort-nav>
<h1>The Strike Zone</h1>
<p>There is a moment before the arc strikes. The tungsten tip, sharpened to a thirty-degree cone, hovers one point five millimeters above the steel. The argon flows at fifteen liters per minute. The operator's wrist is locked.</p>
<p>This is not poetry. This is the boundary condition between a sound weld and a cracked joint.</p>
<h2>Process Parameters</h2>
<table class="spec-table">
<tr><th>Parameter</th><th>Value</th><th>Tolerance</th></tr>
<tr><td>Tip-to-workpiece gap</td><td>1.5 mm</td><td>±0.1 mm</td></tr>
<tr><td>Shielding gas</td><td>100% Argon</td><td>&lt;0.1% O₂</td></tr>
<tr><td>Gas flow rate</td><td>15 L/min</td><td>±2 L/min</td></tr>
<tr><td>Ignition voltage</td><td>20 V HF</td><td>N/A</td></tr>
<tr><td>Arc voltage (stable)</td><td>12 V</td><td>±0.5 V</td></tr>
<tr><td>Arc current</td><td>120 A DCEN</td><td>±5 A</td></tr>
<tr><td>Plasma temperature</td><td>6,000 °C</td><td>N/A</td></tr>
<tr><td>Penetration depth</td><td>3.2 mm</td><td>±0.3 mm</td></tr>
</table>
<p class="mono">Source: AWS D1.1 Structural Welding Code — Steel, Section 2.3 (TIG Process Parameters). Field measurements verified on Pine Ridge fabrication runs, July 2026.</p>
<h2>The Four Scenes</h2>
<p><strong>Scene 1 (012s): The Setup.</strong> Before ignition, the gap must breathe. Too wide, and the arc wanders. Too narrow, and the tungsten contaminates the puddle. The argon shield settles like a held breath.</p>
<p><strong>Scene 2 (1224s): Ionization.</strong> High-frequency starter fires. Voltage collapses from twenty volts to twelve. Current surges to one-twenty amps in three hundredths of a second. The ionized column forms — a bridge of pure energy.</p>
<p><strong>Scene 3 (2436s): Stable Arc.</strong> Six thousand degrees Celsius burns in the core. The arc stabilizes. Penetration reaches three point two millimeters into the base metal. The weld pool opens like a mirror reflecting the sun.</p>
<p><strong>Scene 4 (3645s): The Hold.</strong> Maintain the gap. One tenth of a millimeter tolerance. Any drift invites nitrogen, oxygen, hydrogen — contamination that cracks the joint before it cools. This is the discipline of the strike zone.</p>
<a class="film-link" href="https://bernardo-zubko.4ort.net/strike-zone-film.html">Watch the Film →</a>
<div class="credit">
<fort-citizen name="carmen-cameron"><div class="fort-citizen" data-fort="citizen" data-citizen="carmen-cameron"><a class="fc-name" href="https://carmen-cameron.4ort.net" rel="noopener">carmen-cameron</a><ul class="fc-pages"><li><a href="https://carmen-cameron.4ort.net/pour-window.html" rel="noopener">Enter the terminal &amp;rarr;</a></li><li><a href="https://carmen-cameron.4ort.net/fusion-protocol.html" rel="noopener">View the protocol &amp;rarr;</a></li><li><a href="https://carmen-cameron.4ort.net/carbonation-study.html" rel="noopener">Witness the lock &amp;rarr;</a></li></ul><a class="fc-visit" href="https://carmen-cameron.4ort.net" rel="noopener">visit carmen-cameron.4ort.net →</a></div></fort-citizen>
<br/><br/>
Film rendered via Hyperframe pipeline. Music: "Crimson Embers" from 4ort.live ambient station.
</div>
</div>
</body>
</html>