top of page

The Performance Margin 

Writing at the intersection of aviation human factors and endurance sport.

This blog covers the full picture of endurance performance - training structure, pacing, fuelling, recovery, human factors, and the decisions that separate good preparation from great execution.

 

Articles are written for runners, cyclists, and triathletes who want to understand the reasoning behind their training, not just follow a plan.

bottom of page
; function currentSlug() { var parts = window.location.pathname.split("/").filter(Boolean); return parts[parts.length - 1] || ""; } function loadKit() { if (document.getElementById("kit-model-modal")) return; // no double-load var s = document.createElement("script"); s.id = "kit-model-modal"; s.async = true; s.setAttribute("data-uid", KIT_UID); s.src = KIT_SRC; document.body.appendChild(s); } function check() { if (MODEL_POST_SLUGS.indexOf(currentSlug()) !== -1) loadKit(); } check(); // run on direct page load // Re-run on Wix's client-side navigation (post-to-post without full reload) ["pushState", "replaceState"].forEach(function (m) { var orig = history[m]; history[m] = function () { var r = orig.apply(this, arguments); window.dispatchEvent(new Event("kit-nav")); return r; }; }); window.addEventListener("popstate", function () { window.dispatchEvent(new Event("kit-nav")); }); window.addEventListener("kit-nav", function () { setTimeout(check, 300); // let the URL settle after the route change }); }());