2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2019-09-16-moving< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 2019-09-16-moving< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-09-16
title: Moving< / p >
< hr / >
< p > If I could find just the correct movement, joints in all the right places, each curving arc of my hands as fluid as could be, and just < em > make< / em > it, perhaps I could hold still.< / p >
<!-- more -->
< blockquote >
2020-06-24 07:10:07 +00:00
< p > In a frictionless vacuum, perhaps, but you don’ t live in one.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > There must be some equation to define it. Some mathematical perfection.< / p >
< blockquote >
2020-06-24 07:10:07 +00:00
< p > You know as well as I that those don’ t always map to reality, messy as it is.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > Great.< / p >
< h3 id = "new-content" > New content< / h3 >
< ul >
< li > < a href = "/23.html" > ally 23< / a > and < a href = "/24.html" > ally 24< / a > < / li >
< li > < a href = "/movement.html" > Movement< / a > < / li >
< / ul >
< h3 id = "updated-content" > Updated content< / h3 >
< ul >
2020-06-24 07:10:07 +00:00
< li > < a href = "/19.html" > ally 19< / a > — the ally and I swapped roles.< / li >
2020-04-25 05:00:08 +00:00
< / ul >
< / article >
< footer >
2020-06-24 07:10:07 +00:00
< p > Page generated on 2020-06-24< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 05:00:08 +00:00
< / body >
< / html >