86 lines
3.0 KiB
HTML
86 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Calvana — Live Shipping Log</title>
|
|
<meta name="description" content="Intentional chaos. Full receipts. Watch the build happen in real time.">
|
|
<meta property="og:title" content="Calvana — Live Shipping Log">
|
|
<meta property="og:description" content="Intentional chaos. Full receipts.">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://calvana.quikcue.com/live">
|
|
<meta name="twitter:card" content="summary">
|
|
<link rel="canonical" href="https://calvana.quikcue.com/live">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="nav-inner">
|
|
<a href="/" class="logo">calvana<span>.exe</span></a>
|
|
<div class="nav-links">
|
|
<a href="/manifesto">/manifesto</a>
|
|
<a href="/live" class="active">/live</a>
|
|
<a href="/hire">/hire</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<main class="page">
|
|
<h1 class="hero-title">Live Shipping Log</h1>
|
|
<p class="subtitle">Intentional chaos. Full receipts.</p>
|
|
|
|
<section class="section">
|
|
<h2>Today's Ships</h2>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<div class="card-header">
|
|
<span class="card-title">Separate QuikCue + CharityRight git servers ✓</span>
|
|
<span class="badge badge-shipped">Shipped</span>
|
|
</div>
|
|
<p class="card-meta">⏱ 2026-03-02 11:04:00 GMT+8</p>
|
|
<p class="metric">What moved: 2 separate git servers: Gitea (QuikCue) + GitLab (CharityRight), SSH over port 443</p>
|
|
<div class="card-links"><a href="#pr">PR</a><a href="#deploy">Deploy</a><a href="#loomclip">Loom clip</a></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="two-col">
|
|
<div class="col col-broke">
|
|
<h3>Rules I broke today</h3>
|
|
<ul>
|
|
<li>Didn't ask permission</li>
|
|
<li>Didn't wait for alignment</li>
|
|
<li>Didn't write a PRD</li>
|
|
<li>Didn't submit a normal application</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col col-kept">
|
|
<h3>Rules I refuse to break</h3>
|
|
<ul>
|
|
<li>No silent failures</li>
|
|
<li>No unbounded AI spend</li>
|
|
<li>No hallucinations shipped to users</li>
|
|
<li>No deploy without rollback path</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Oops Log</h2>
|
|
<p class="subtitle" style="margin-bottom:1rem">If it's not here, I haven't broken it yet.</p>
|
|
<div class="oops-log">
|
|
<div class="oops-entry">
|
|
<span>Nothing broken yet. Give it time.</span>
|
|
<a href="#commit">→ waiting</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<p class="footer-tagline">I break rules. Not production.</p>
|
|
<p style="margin-top:.4rem">Last updated: 2026-03-02T11:09:42.487Z</p>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html> |