Skip to content

Instantly share code, notes, and snippets.

@eyao
eyao / retro-summary.html
Last active May 16, 2026 03:20
Prod/Eng Retro — May 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prod/Eng Retro — May 2026</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Bricolage+Grotesque:opsz,wght@12..96,700;12..96,800&display=swap');
:root {
@eyao
eyao / period-locking.html
Created May 15, 2026 20:28
Leapfin vs t0 vs Merged — Period Locking Reference
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Period Locking — Leapfin vs t0 & Merged Architecture</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
<style>
@eyao
eyao / user-actions-guide.html
Last active May 16, 2026 00:03
Leapfin Codex — User Actions & Manual Adjustments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Actions — Leapfin rcore</title>
<style>
:root {
--bg: #f7f8fa;
--surface: #ffffff;
@eyao
eyao / leapfin-locking.html
Last active May 15, 2026 20:58
Leapfin Period Locking — How it works end to end
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leapfin Period Locking — Internal Reference</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
<style>