|
<!DOCTYPE html> |
|
<html lang="en-US"> |
|
<head> |
|
<style> |
|
.highlight { background: #ffffff; } |
|
.highlight .c { color: #999988; font-style: italic } |
|
.highlight .err { color: #a61717; background-color: #e3d2d2 } |
|
.highlight .k { font-weight: bold } |
|
.highlight .o { font-weight: bold } |
|
.highlight .cm { color: #999988; font-style: italic } |
|
.highlight .cp { color: #999999; font-weight: bold } |
|
.highlight .c1 { color: #999988; font-style: italic } |
|
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } |
|
.highlight .gd { color: #000000; background-color: #ffdddd } |
|
.highlight .gd .x { color: #000000; background-color: #ffaaaa } |
|
.highlight .ge { font-style: italic } |
|
.highlight .gr { color: #aa0000 } |
|
.highlight .gh { color: #999999 } |
|
.highlight .gi { color: #000000; background-color: #ddffdd } |
|
.highlight .gi .x { color: #000000; background-color: #aaffaa } |
|
.highlight .go { color: #888888 } |
|
.highlight .gp { color: #555555 } |
|
.highlight .gs { font-weight: bold } |
|
.highlight .gu { color: #aaaaaa } |
|
.highlight .gt { color: #aa0000 } |
|
.highlight .kc { font-weight: bold } |
|
.highlight .kd { font-weight: bold } |
|
.highlight .kp { font-weight: bold } |
|
.highlight .kr { font-weight: bold } |
|
.highlight .kt { color: #445588; font-weight: bold } |
|
.highlight .m { color: #009999 } |
|
.highlight .s { color: #d14 } |
|
.highlight .na { color: #008080 } |
|
.highlight .nb { color: #0086B3 } |
|
.highlight .nc { color: #445588; font-weight: bold } |
|
.highlight .no { color: #008080 } |
|
.highlight .ni { color: #800080 } |
|
.highlight .ne { color: #990000; font-weight: bold } |
|
.highlight .nf { color: #990000; font-weight: bold } |
|
.highlight .nn { color: #555555 } |
|
.highlight .nt { color: #000080 } |
|
.highlight .nv { color: #008080 } |
|
.highlight .ow { font-weight: bold } |
|
.highlight .w { color: #bbbbbb } |
|
.highlight .mf { color: #009999 } |
|
.highlight .mh { color: #009999 } |
|
.highlight .mi { color: #009999 } |
|
.highlight .mo { color: #009999 } |
|
.highlight .sb { color: #d14 } |
|
.highlight .sc { color: #d14 } |
|
.highlight .sd { color: #d14 } |
|
.highlight .s2 { color: #d14 } |
|
.highlight .se { color: #d14 } |
|
.highlight .sh { color: #d14 } |
|
.highlight .si { color: #d14 } |
|
.highlight .sx { color: #d14 } |
|
.highlight .sr { color: #009926 } |
|
.highlight .s1 { color: #d14 } |
|
.highlight .ss { color: #990073 } |
|
.highlight .bp { color: #999999 } |
|
.highlight .vc { color: #008080 } |
|
.highlight .vg { color: #008080 } |
|
.highlight .vi { color: #008080 } |
|
.highlight .il { color: #009999 } |
|
|
|
|
|
|
|
@font-face { |
|
font-family: "Ovo"; |
|
src: url(../assets/Ovo-Regular.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Quicksand"; |
|
font-style: normal; |
|
src: url(../assets/Quicksand-Regular.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Quicksand"; |
|
font-style: normal; |
|
font-weight: 300; |
|
src: url(../assets/Quicksand-Light.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Quicksand"; |
|
font-style: italic; |
|
font-weight: 300; |
|
src: url(../assets/Quicksand-LightItalic.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Crimson Text"; |
|
font-style: normal; |
|
src: url(../assets/CrimsonText-Roman.ttf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Crimson Text"; |
|
font-style: italic; |
|
src: url(../assets/CrimsonText-Italic.ttf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Source Code Pro"; |
|
font-weight: normal; |
|
src: url(../assets/SourceCodePro-Regular.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Source Code Pro"; |
|
font-weight: bold; |
|
src: url(../assets/SourceCodePro-Semibold.otf); |
|
} |
|
|
|
@font-face { |
|
font-family: "Source Code Pro"; |
|
font-weight: lighter; |
|
src: url(../assets/SourceCodePro-Light.otf); |
|
} |
|
|
|
:root { |
|
|
|
--font-face-header: "Ovo", "Palatino", "Georgia", sans-serif; |
|
--font-face-header-forced: "Ovo"; |
|
--font-face-secondary: "Quicksand", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica-Light", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif; |
|
--font-face-secondary-forced: "Quicksand"; |
|
--font-face-main: "Crimson Text", "Linden Hill", "Palatino", serif; |
|
--font-face-main-forced: "Crimson Text"; |
|
--font-face-mono: "Source Code Pro", "Menlo", "Consolas", monospace; |
|
--font-face-mono-forced: "Source Code Pro"; |
|
--background-color-main: hsl(165, 33%, 98%); |
|
--background-color-subtle: hsl(185, 10%, 97%); |
|
--background-color-inverse: hsl(185, 10%, 12%); |
|
--background-color-header: hsl(133, 15%, 82%); |
|
--text-color-main: hsl(185, 10%, 24%); |
|
--text-color-inverse: hsl(133, 15%, 82%); |
|
--text-color-secondary: hsl(173, 7%, 54%); |
|
--text-color-warn: hsl(28, 100%, 63%); |
|
--link-color-main: hsl(202, 85%, 29%); |
|
--link-color-main-active: hsl(208, 100%, 52%); |
|
--link-color-secondary: var(--text-color-secondary); |
|
--link-color-secondary-active: hsl(208, 50%, 52%); |
|
} |
|
|
|
.clearfix:before, |
|
.clearfix:after { |
|
content: " "; |
|
display: table; |
|
} |
|
|
|
.clearfix:after { |
|
clear: both; |
|
} |
|
|
|
.clearfix { |
|
*zoom: 1; |
|
} |
|
|
|
html, |
|
button, |
|
input, |
|
select, |
|
textarea, |
|
body, |
|
h1 a:link, h1 a:visited, header h1 a:hover, header h1 a:active { |
|
color: var(--text-color-main); |
|
} |
|
|
|
a { |
|
transition: all 0.2s ease-in-out; |
|
} |
|
|
|
a:link, a:visited { color: var(--link-color-main); } |
|
a:hover, a:active, h1 a:hover, h1 a:active { color: var(--link-color-main-active); } |
|
|
|
body { |
|
margin: 0; |
|
font-size: 14pt; |
|
line-height: 1.3; |
|
font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif; |
|
background-color: var(--background-color-main); |
|
} |
|
|
|
h1, h2, h3, header .caption, article .figure { |
|
font-family: var(--font-face-secondary); |
|
font-weight: 300; |
|
letter-spacing: -0.075em; |
|
margin-bottom: 0.5em; |
|
text-rendering: optimizelegibility; |
|
} |
|
|
|
time { |
|
color: var(--text-color-secondary); |
|
font-family: var(--font-face-secondary); |
|
font-weight: 500; |
|
font-size: 12pt; |
|
letter-spacing: -1.5pt; |
|
text-transform: uppercase; |
|
text-rendering: optimizelegibility; |
|
} |
|
|
|
h1 { |
|
font-size: 1.75em; |
|
margin: 0.75em 0; |
|
} |
|
|
|
h1.with-time { |
|
margin-bottom: 0; |
|
} |
|
|
|
h1.with-time + time { |
|
display: block; |
|
margin-bottom: 1em; |
|
} |
|
|
|
h1.with-time + time a:any-link { |
|
color: var(--text-color-secondary); |
|
} |
|
|
|
p, blockquote, li, dt, dd, summary, details footer { |
|
font: 15pt/22pt var(--font-face-main); |
|
-webkit-hyphens: auto; |
|
hyphens: auto; |
|
} |
|
|
|
code, kbd, pre, samp { |
|
font-family: var(--font-face-mono); |
|
font-size: 11pt; |
|
-webkit-hyphens: none; |
|
hyphens: none; |
|
} |
|
|
|
.nohyphen { |
|
-webkit-hyphens: none; |
|
hyphens: none; |
|
} |
|
|
|
pre { |
|
line-height: 17pt; |
|
background-color: #f0f0f0; |
|
border-color: #cccccc; |
|
border-style: solid; |
|
border-width: 0 0 0 6px; |
|
border-top-right-radius: 5px; |
|
border-bottom-right-radius: 5px; |
|
padding: 3px 6px; |
|
} |
|
|
|
h1 code, h2 code, h3 code { |
|
font-family: var(--font-face-mono); |
|
font-size: inherit; |
|
line-height: inherit; |
|
font-weight: lighter; |
|
} |
|
|
|
.highlighter-rouge > div.highlight > pre.highlight { |
|
|
|
border-width: 1px 1px 1px 6px; |
|
} |
|
|
|
header { |
|
width: 100%; |
|
margin: 0; |
|
padding: 1.5em 0; |
|
background-color: var(--background-color-header); |
|
} |
|
|
|
header h1 { |
|
width: 100%; |
|
text-align: center; |
|
margin: 0.5em 0 0.2em 0; |
|
font-family: var(--font-face-header); |
|
font-weight: normal; |
|
letter-spacing: 1pt; |
|
} |
|
|
|
h1 a { |
|
text-decoration: none; |
|
} |
|
|
|
header .caption { |
|
text-align: center; |
|
font-size: 13pt; |
|
line-height: 19pt; |
|
margin: 0; |
|
} |
|
|
|
main { |
|
margin: 0 auto; |
|
padding: 1.5em 10px; |
|
min-width: 300px; |
|
max-width: 600px; |
|
} |
|
|
|
body > footer { |
|
margin: 1.5em 0 0.5em 0; |
|
text-align: center; |
|
color: var(--text-color-secondary); |
|
} |
|
|
|
body > footer a:link, body > footer a:visited { |
|
color: var(--link-color-secondary); |
|
} |
|
|
|
body > footer a:hover, body > footer a:active { |
|
color: var(--link-color-secondary-active); |
|
} |
|
|
|
body > footer p { |
|
font-family: var(--font-face-secondary); |
|
font-weight: 400; |
|
font-size: 12pt; |
|
line-height: 18pt; |
|
-webkit-hyphens: none; |
|
hyphens: none; |
|
|
|
} |
|
|
|
.latest h3 { |
|
margin-bottom: 0.3em; |
|
} |
|
|
|
.latest h3 a { |
|
text-decoration: none; |
|
} |
|
|
|
.latest .excerpt { |
|
margin-top: 0; |
|
} |
|
|
|
.more { |
|
font-style: italic; |
|
} |
|
|
|
.more:after { |
|
content: " »"; |
|
} |
|
|
|
body.home h2 { |
|
text-align: center; |
|
text-transform: uppercase; |
|
letter-spacing: 0.05em; |
|
} |
|
body.home h2:after { |
|
content: " —"; |
|
} |
|
body.home h2:before { |
|
content: "— "; |
|
} |
|
|
|
article footer { |
|
margin-top: 1.25em; |
|
color: var(--text-color-secondary); |
|
} |
|
|
|
article footer li, details footer { |
|
font-size: 12pt; |
|
line-height: 18pt; |
|
} |
|
|
|
|
|
a.back:link, a.back:visited, a.back:hover, a.back:active { |
|
color: var(--link-color-secondary); |
|
font-size: 10pt; |
|
text-decoration: none; |
|
} |
|
|
|
a.back:hover, a.back:active { |
|
color: var(--link-color-secondary-active); |
|
} |
|
|
|
|
|
a.continue { |
|
font-style: italic; |
|
} |
|
a.continue::after { |
|
content: " ☞"; |
|
} |
|
|
|
sup a { |
|
padding-left: 1pt; |
|
padding-right: 1pt; |
|
font-size: 9pt; |
|
} |
|
|
|
nav ul, section.archive ol { |
|
list-style: none; |
|
padding: 0; |
|
} |
|
|
|
|
|
section.archive h2:last-child { |
|
text-transform: lowercase; |
|
font-style: italic; |
|
} |
|
|
|
.archive li { |
|
margin: 14pt 0; |
|
padding-left: 90pt; |
|
padding-right: 8pt; |
|
line-height: 16pt; |
|
-webkit-hyphens: none; |
|
hyphens: none; |
|
} |
|
|
|
.archive time { |
|
display: inline-block; |
|
width: 67pt; |
|
margin-left: -85pt; |
|
margin-right: 15pt; |
|
text-align: right; |
|
} |
|
|
|
.archive a { |
|
-webkit-hyphens: none; |
|
hyphens: none; |
|
} |
|
|
|
nav.links ul { |
|
text-align: center; |
|
padding: 0; |
|
} |
|
nav.links li { |
|
display: inline-block; |
|
padding: 0; |
|
margin: 0; |
|
} |
|
nav.links li + li:before { |
|
content: " • "; |
|
} |
|
|
|
.cc-notice { |
|
display: block; |
|
text-align: center; |
|
} |
|
.cc-notice a { |
|
display: inline-block; |
|
background-image: url(../assets/cc.svg); |
|
background-repeat: no-repeat; |
|
background-position: left center; |
|
background-size: 1em 1em; |
|
padding-left: 1.5em; |
|
min-height: 1em; |
|
} |
|
|
|
article .figure { |
|
max-width: 570px; |
|
margin: 1em auto; |
|
font-size: 85%; |
|
font-style: italic; |
|
text-align: center; |
|
} |
|
|
|
article .figure > a:first-child { |
|
display: block; |
|
text-align: center; |
|
text-decoration: none; |
|
} |
|
|
|
article .figure img { |
|
border-style: none; |
|
max-width: 570px; |
|
} |
|
|
|
p.triforce { |
|
padding-left: 20px; |
|
background-size: 20px 18px; |
|
min-height: 18px; |
|
background-image: image-set(url(../assets/triforce-glyph-dark-20.png) 1x, url(../assets/triforce-glyph-dark-40.png) 2x); |
|
background-position: left center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
p.triforce span { |
|
display: none; |
|
} |
|
|
|
@media only screen and (max-width: 500px) { |
|
header { |
|
padding: 0.5em 0; |
|
} |
|
h1 { |
|
font-size: 1.5em; |
|
} |
|
main { |
|
padding-top: 0.5em; |
|
padding-bottom: 0.5em; |
|
} |
|
|
|
time { |
|
font-size: 11pt; |
|
letter-spacing: -1.25pt; |
|
} |
|
|
|
.archive li { |
|
padding-left: 70pt; |
|
padding-right: 4pt; |
|
} |
|
|
|
.archive time { |
|
width: 65pt; |
|
margin-left: -70pt; |
|
margin-right: 1pt; |
|
} |
|
|
|
article .figure { |
|
max-width: 95%; |
|
} |
|
|
|
article .figure img { |
|
max-width: 100%; |
|
} |
|
} |
|
|
|
.editorial-note { |
|
padding: 4pt; |
|
border-radius: 4pt; |
|
background-color: var(--background-color-subtle); |
|
font-style: italic; |
|
} |
|
|
|
.editorial-note::before { |
|
content: "❖ "; |
|
font-style: normal; |
|
} |
|
|
|
blockquote cite { |
|
display: block; |
|
font-style: italic; |
|
text-align: right; |
|
} |
|
|
|
blockquote cite:before { |
|
content: "–"; |
|
} |
|
|
|
blockquote.warn { |
|
margin-left: 0.25em; |
|
margin-right: 0.5em; |
|
padding: 0.25em 0.25em 0.25em 0.5em; |
|
border: 1px solid var(--text-color-warn); |
|
border-left-width: 0.25em; |
|
border-radius: 0.5em; |
|
font: 13pt/19pt var(--font-face-secondary); |
|
letter-spacing: -0.05em; |
|
background-color: var(--background-color-subtle); |
|
} |
|
|
|
.post-modified { |
|
font-style: italic; |
|
font-size: 13pt; |
|
line-height: 18pt; |
|
margin-top: 2em; |
|
} |
|
|
|
.discuss { |
|
margin-top: 2.5em; |
|
font-family: var(--font-face-secondary); |
|
font-weight: 400; |
|
font-size: 12pt; |
|
letter-spacing: -1pt; |
|
} |
|
|
|
.discuss iframe { |
|
display: inline-block; |
|
margin-bottom: -5px; |
|
margin-left: 0.25em; |
|
} |
|
|
|
dt { |
|
font-weight: normal; |
|
float: left; |
|
clear: both; |
|
width: 8em; |
|
text-align: right; |
|
} |
|
dd { |
|
float: left; |
|
margin-left: 1.33em; |
|
text-align: left; |
|
} |
|
dd + dd { |
|
clear: left; |
|
margin-left: 9.33em; |
|
} |
|
dd:last-child { |
|
margin-bottom: 1em; |
|
} |
|
dl + * { |
|
clear: both; |
|
} |
|
.color-samples dt, .color-samples dd { |
|
line-height: 24pt; |
|
padding-top: 2pt; |
|
} |
|
.color-sample { |
|
display: inline-block; |
|
width: 37pt; |
|
height: 22pt; |
|
padding: 0; |
|
margin: 0 1em 0 0; |
|
} |
|
.color-sample.bordered { |
|
width: 36pt; |
|
height: 20pt; |
|
border: 1pt solid #ccc; |
|
} |
|
.color-value { |
|
color: var(--text-color-secondary); |
|
} |
|
|
|
@media only screen and (max-width: 400px) { |
|
dt { |
|
width: auto; |
|
text-align: left; |
|
float: none; |
|
} |
|
|
|
dd, dd + dd { |
|
margin-left: 1em; |
|
float: none; |
|
} |
|
} |
|
|
|
#color-sample-text-color-main .color-sample { |
|
background-color: var(--text-color-main); |
|
} |
|
|
|
#color-sample-link-color-main .color-sample { |
|
background-color: var(--link-color-main); |
|
} |
|
|
|
#color-sample-link-color-main-active .color-sample { |
|
background-color: var(--link-color-main-active); |
|
} |
|
|
|
#color-sample-text-color-secondary .color-sample { |
|
background-color: var(--text-color-secondary); |
|
} |
|
|
|
#color-sample-link-color-secondary-active .color-sample { |
|
background-color: var(--link-color-secondary-active); |
|
} |
|
|
|
#color-sample-background-color-main .color-sample { |
|
background-color: var(--background-color-main); |
|
} |
|
|
|
#color-sample-background-color-header .color-sample { |
|
background-color: var(--background-color-header); |
|
} |
|
|
|
#font-sample-font-face-header { |
|
font-family: var(--font-face-header-forced); |
|
font-weight: normal; |
|
} |
|
|
|
#font-sample-font-face-secondary { |
|
font-family: var(--font-face-secondary-forced); |
|
font-weight: 300; letter-spacing: -0.075em; |
|
} |
|
|
|
#font-sample-font-face-main { |
|
font-family: var(--font-face-main-forced); |
|
font-weight: normal; |
|
} |
|
|
|
#font-sample-font-face-mono { |
|
font-family: var(--font-face-mono-forced); |
|
font-weight: normal; |
|
} |
|
|
|
.instagram-media { |
|
width:79.375% ! important; |
|
width:calc(80% - 2px) ! important; |
|
margin: 1px auto ! important; |
|
} |
|
</style> |
|
<meta charset="utf-8"> |
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
|
<meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"> |
|
<meta content="A problem lately: I start running, and within five minutes or so, I start thinking about a title or description for my online training log. I should be payin..." name="description"> |
|
<meta content="Meta-Running?" property="og:title"> |
|
<meta content="article" property="og:type"> |
|
<meta content="2015-03-16" property="og:article:published_time"> |
|
<title> |
|
Meta-Running? |
|
</title> |
|
</head> |
|
<body class=""> |
|
<header> |
|
<h1> |
|
<a> |
|
Running|Code |
|
</a> |
|
</h1> |
|
<p class="caption"> |
|
About software and adventures on foot. |
|
</p> |
|
</header> |
|
<main> |
|
<article> |
|
<h1 class="with-time"> |
|
Meta-Running? |
|
</h1> |
|
<time class="permalink" datetime="2015-03-16T00:00:00+00:00"> |
|
<a title="Permalink to Meta-Running?"> |
|
16 Mar 2015 |
|
</a> |
|
</time> |
|
<p> |
|
A problem lately: I start running, and within five minutes or so, I start thinking about a title or description for my |
|
<a> |
|
online training log |
|
</a> |
|
. |
|
</p> |
|
<p> |
|
Take today’s run, for example. |
|
<a> |
|
Strava entry |
|
</a> |
|
about this in my head. |
|
</p> |
|
<p> |
|
This is a bit of a problem, for me and I think a lot of other people (there is a steady stream of running-selfies out there, for one measure). Sometimes we are too connected; we quantify our runs until we neglect to feel the ground with each step, and we objectify our performance until we no longer feel our lungs fill with each breath. |
|
</p> |
|
<p> |
|
Short of investing time in learning to meditate or throwing out all training technology (which really is useful), the only two solutions I know of are to run longer and work harder. Working hard or being out a long time, you will eventually get into a zone in which you are present to the reality of the run. |
|
</p> |
|
<p> |
|
Maybe blogging about it will help. |
|
</p> |
|
|
|
|
|
</article> |
|
</main> |
|
<footer> |
|
<nav class="links"> |
|
<ul> |
|
<li> |
|
<a> |
|
My Apps |
|
</a> |
|
</li> |
|
<li> |
|
<a rel="me"> |
|
Contact |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
RSS |
|
</a> |
|
</li> |
|
</ul> |
|
</nav> |
|
<p class="cc-notice"> |
|
<a> |
|
2023 |
|
</a> |
|
</p> |
|
</footer> |
|
|
|
</body> |
|
</html> |
|
|