Plate I · Introduction
Data
Telomeres
The protective caps at the ends of information strands — measuring how long data survives replication, degradation, and the slow entropy of time.
> begin_microscopy_session — OBJECTIVE · 400x · FLUORESCENCE
SCROLL TO DESCEND INTO THE SPECIMEN
Plate II · Stage 01
Replication
Every act of copying is an act of forgetting. As the replication fork advances down the strand, the polymerase cannot fully reproduce the terminal sequence — a few base-pairs are shed in each pass. In data, this is the silent attrition of migration: a header field dropped, an encoding drifted, a timestamp rounded.
Tap to read the technical notes
$ trace replication_fork
├─ lagging_strand : okazaki
│ └─ primer_removal [gap +12bp]
├─ leading_strand : continuous
│ └─ runoff_terminal [-8bp]
└─ net_shortening : 20 bp/pass
# end-replication problem :
# polymerase cannot re-prime
# the final terminal RNA primer,
# so each copy loses the hang.
Tap to return to illustration
- MECHANISMsemi-conservative
- LOSS / PASS~20 bp
- ANALOGformat migration
Plate III · Stage 02
Degradation
Between replications, the strand lives — and living things weather. Oxidative lesions appear in the sugar backbone; crosslinks harden what once was pliable. In archival systems this is bit-rot: the patient, non-catastrophic arrival of errors that sum, over decades, into unreadability.
Tap to read the technical notes
$ audit integrity --deep
├─ 8-oxo-guanine : 3 sites
├─ abasic_sites : 1 site
├─ inter-strand_xlink : 0
└─ repair_quotient : 0.72
# bit-rot profile :
# rate ≈ 1 error / TB / year
# non-uniform — clusters at
# magnetic domain boundaries.
Tap to return to illustration
- LESION TYPE8-oxo-guanine
- RATE1 / TB / yr
- REPAIRbase-excision
Plate IV · Stage 03
Shortening
Each replication clips the telomere a little shorter. The cell counts its own divisions in the length of its caps. Watch the strand below: six successive generations, each one trimmed. The final cap is no longer long enough to buffer against the next pass.
Tap to see the equation
$ model telomere_decay
L(n) = L0 · (1 - r)^n
where :
L0 = 1024 bp (initial)
r = 0.175 (per-pass loss)
n = generation
threshold :
L_crit = 140 bp
reach_crit(n) :
n = log(L_crit/L0) / log(1-r)
n ≈ 10.3 passes
Tap to see the curve
Plate V · Stage 04 · WARN
Critical Length
Below the critical threshold, the cap can no longer hide the strand's end. The machinery now reads the unprotected terminus as a double-strand break. Fusion events begin. In storage terms, the volume is no longer recoverable from its own metadata — the index has eaten its own tail.
Tap to see remediation
$ status volume_07
├─ telomere_length : 98 bp
├─ checksum_drift : +3.4 σ
├─ fusion_events : 2 flagged
└─ state : CRITICAL
! required action :
- quiesce writes on vol_07
- spawn mirror vol_07-m
- engage telomerase pass
- verify cap restoration
Tap to return to the diagram
- THRESHOLD< 140 bp
- STATEunrecoverable
- ACTIONimmediate mirror
Plate VI · Stage 05
Preservation
Before the critical zone arrives, the conscientious operator intervenes. Cold storage is the refrigerant that slows oxidation. Error-correcting codes are the repair enzymes that close abasic sites. Geographic replication is the cell line that remembers what the parent has forgotten.
Tap to see the policy
$ policy preservation.v3
tiers :
COLD ├─ LTO-9 offline
└─ 3-geo replication
WARM ├─ erasure-coded
└─ monthly scrub
HOT ├─ RS(10,4) + checksum
└─ nightly verify
rotation :
HOT → WARM : 30d
WARM → COLD : 365d
COLD : retire only with
cryptographic consent
Tap to see the stack
- TIERShot / warm / cold
- PARITYRS (10,4)
- HORIZON100 years
Plate VII · Stage 06 · Coda
Renewal
Telomerase re-extends what replication removed. A fresh cap is synthesized from an RNA template that knows the terminal sequence by heart. In the language of archival systems: a canonical migration is performed, checksums are re-signed, and the strand — the file, the record, the memory — is returned to full length. The clock does not stop, but it is wound again.
> session_complete — STRAND · RESTORED · 1024 BP
This plate was drawn in the microscopy lab at datatelomere.com. All illustrations generated on the client as single-weight SVG. No photography. No telemetry. Only the slow, counted shortening of strands.