zk_html/writing/ally/about.html

34 lines
2.5 KiB
HTML
Raw Normal View History

2020-04-25 05:00:08 +00:00
<!doctype html>
<html>
<head>
<title>Zk | about</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 | about</h1>
</header>
<article class="content">
2020-06-24 07:10:07 +00:00
<h2 id="-">&mdash;</h2>
2020-04-25 05:00:08 +00:00
<p><em class="ally-font">ally</em> is an ergodic, arborescent, semiautobiographical work about identity, mental health, spirituality, and the mutability of the past. A lot of the information contained within is real, some of it isnt. Each page is structured as a conversation between myself and my ally, a mirror reflection of myself.</p>
<p><em class="ally-font">ally.id</em> and the <a href="/book.html">book</a> explore different facets of my life — some true, some embellished, some wholly fictitious — in a non-linear, ergodic fashion, using color, page-layout, and mixed-media to create a book more experience than memoir.</p>
2020-06-24 07:10:07 +00:00
<p>The idea was originally cribbed from Dale Pendell&rsquo;s wonderful <em>Pharmako/*</em> trilogy back in my late teens, but has since taken on a life of its own. Other inspirations are Mark Z. Danielewski&rsquo;s <em><span style="color: blue">House</span> of Leaves</em> and J. J. Abrams and Doug Dorst&rsquo;s <em>S</em> for both their ergodic elements and the underlying autobiographical elements. On the hypertextual side, projects such as the old <a href="http://fray.com/index-old.shtml">Fray</a> (notably the story <a href="https://fray.com/drugs/worm/">The Worm Within</a>) and <a href="https://nobodyhere.com">Nobody Here</a>. Bonus points to <a href="http://www.ouverture-facile.com/">Ouverture Facile</a> and the ilk for getting me thinking about online projects, even if this one isn&rsquo;t so riddly yet.</p>
<p>If you&rsquo;d like to read more of my stuff, I have a <a href="https://writing.drab-makyo.com">writing page</a> (which even includes <a href="https://writing.drab-makyo.com/blog/">a plain old blog</a>) and a <a href="https://makyo.ink">writing portfolio</a>.</p>
2020-04-25 05:00:08 +00:00
</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>