second pass: name the real GPU mechanism (resource request schedules, init container gates startup, probes track runtime health), scope the network DR and reversibility claims to what config backup actually gives you, drop production-grade, and colour the education hash instead of the first letter
build-and-deploy / build (push) Failing after 10m52s

This commit is contained in:
2026-08-18 01:50:07 +10:00
parent c07f8433dc
commit 7cbc3629a6
6 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ const olderCount = experience.length - recent.length;
</div>
</dl>
<h3 class="about__sub mono"># education</h3>
<h3 class="about__sub mono"><span class="about__hash">#</span> education</h3>
<ul class="about__education">
{education.map((e) => <li>{e}</li>)}
</ul>
@@ -100,7 +100,7 @@ const olderCount = experience.length - recent.length;
font-size: var(--step--1);
letter-spacing: 0.02em;
}
.about__sub::first-letter {
.about__hash {
color: var(--accent);
}
.about__education {