86 lines
3.3 KiB
HTML
86 lines
3.3 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Nothing of import.</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 | Nothing of import.</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p>I received a package today: Pharmako/dynamis came. Pharmako/gnosis is all that's left.
|
||
~
|
||
<h3 align="center">NIGREDO: A TURN OF DARKENING</h3>
|
||
<p align="center">~*~</p>
|
||
Start from where you are.
|
||
Saturnian verses, step zero.</p>
|
||
<p>Let's try to get this right from the beginning.</p>
|
||
<p><em>Fat chance.</em></p>
|
||
<p>Writing versus research, a metaphor there. Which do you do?</p>
|
||
<p><em>Some of both. That is surely the poison path. It's all about the dosage</em></p>
|
||
<p>The research is the lunar medicine: visionary exploration and dreaming dreams. But the lunar medicine needs a substrate, a sounding board--</p>
|
||
<p><em>maybe
|
||
a printing press, a green house, a micrometer,
|
||
a phenethylamine backbone, a classroom of students.</em></p>
|
||
<p>Something for the medicine to work upon: the substrate is the solar medicine.</p>
|
||
<p><em>a stack of books debating like a council of citizens
|
||
a council of citizens fermenting like a barrel of wine
|
||
a barrel of wine dreaming like a rack of dresses
|
||
a rack of dresses dangling like a toolbelt
|
||
a toolbelt smiling like a scalpel
|
||
a scalpel dropping like a line of hooks
|
||
a line of hooks disappearing like a revolution
|
||
a revolution breathing like a forest</p>
|
||
<p>like a palette of colors, or a waiting laboratory,
|
||
or maybe a kitchen, or just a pad of paper,</p>
|
||
<p>an equation condensing like a poem,
|
||
a poem listening like a guitar,
|
||
a guitar resonating like a stack of books.</em>
|
||
<em>¡Basta! señor.</em> As the man said. Enough.</p>
|
||
<p>It is clear that the poison path has to do with a certain excess. Hyperbole: what is the alternative to dying a thousand deaths?</p>
|
||
<p><em>Madness!</em</p>
|
||
<span class="control">Expand all</span>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2004-07-03 20:21:05</p>
|
||
</footer>
|
||
</main>
|
||
<script type="text/javascript">
|
||
document.querySelectorAll('li').forEach(el => {
|
||
if (el.querySelectorAll('li').length !== 0) {
|
||
el.classList.add('has-nested', 'closed');
|
||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||
}
|
||
});
|
||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||
el.classList.remove('has-nested', 'closed');
|
||
});
|
||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||
el.querySelector('.toggle').addEventListener('click', () => {
|
||
el.classList.toggle('closed');
|
||
});
|
||
});
|
||
let expanded = false;
|
||
document.querySelector('.control').addEventListener('click', (e) => {
|
||
expanded = !expanded;
|
||
if (expanded) {
|
||
e.target.innerText = 'Collapse all';
|
||
} else {
|
||
e.target.innerText = 'Expand all';
|
||
}
|
||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||
if (expanded) {
|
||
el.classList.remove('closed');
|
||
} else {
|
||
el.classList.add('closed')
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|