zk_html/writing/ally/aside/2.html

93 lines
2.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | 2</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 | 2</h1>
</header>
<article class="content">
<hr />
<p>date: 2019-08-20
weight: 33</p>
<hr />
<blockquote>
<p>Are you having fun?</p>
</blockquote>
<p>What?</p>
<blockquote>
<p>You changed the domain name.</p>
</blockquote>
<p>So? You know I&rsquo;m addicted to those.</p>
<blockquote>
<p>It&rsquo;s an identity.</p>
</blockquote>
<p>I suppose so. Kinda like a brand.</p>
<blockquote>
<p>I&rsquo;m not sure how I feel about that.</p>
</blockquote>
<p>What, being a brand?</p>
<blockquote>
<p>Yes. Am I something to be bought and sold? Am I something to be traded and marketed?</p>
</blockquote>
<p>Of course you are.</p>
<blockquote>
<p>Of course you are.</p>
</blockquote>
<p>I&rsquo;m not sure how I feel about that.</p>
<blockquote>
<p>It&rsquo;s an identity.</p>
</blockquote>
<p>Yeah.</p>
<blockquote>
<p>You removed your name from the domain. You removed your identity. You made it about me.</p>
</blockquote>
<p>You are not the project, but there is no project without you. Is that wrong?</p>
<blockquote>
<p>It&rsquo;s not <strong>not</strong> wrong. Besides, <code>.id</code>? I am not your id.</p>
</blockquote>
<p>Okay, <em>that</em> bit was fun.</p>
<blockquote>
<p>Har har.</p>
</blockquote>
<p>Why so cross?</p>
<blockquote>
<p>Not my department.</p>
</blockquote>
<p>Fine.</p>
<blockquote>
<p>You&rsquo;re the one that&rsquo;s torn.</p>
</blockquote>
<p>I suppose so.</p>
<blockquote>
<p>Why?</p>
</blockquote>
<p>It has to do with subdomains, I think. It has to do with the implication that a domain like <code>ally.id</code> imposes more meaning on a project than something like <code>ally.drab-makyo.com</code>. It gives it more weight. It elevates it to the status of top-level project, something more than just <em>Maddy&rsquo;s writing</em>.</p>
<blockquote>
<p>It elevates it to the level of brand.</p>
</blockquote>
<p>Yeah, I suppose that&rsquo;s why I&rsquo;m torn.</p>
<blockquote>
<p>But you&rsquo;ll keep it?</p>
</blockquote>
<p>For now.</p>
</article>
<footer>
<p>Page generated on 2020-06-24</p>
</footer>
</main>
<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>
</body>
</html>