93 lines
2.7 KiB
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’m addicted to those.</p>
|
|
<blockquote>
|
|
<p>It’s an identity.</p>
|
|
</blockquote>
|
|
<p>I suppose so. Kinda like a brand.</p>
|
|
<blockquote>
|
|
<p>I’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’m not sure how I feel about that.</p>
|
|
<blockquote>
|
|
<p>It’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’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’re the one that’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’s writing</em>.</p>
|
|
<blockquote>
|
|
<p>It elevates it to the level of brand.</p>
|
|
</blockquote>
|
|
<p>Yeah, I suppose that’s why I’m torn.</p>
|
|
<blockquote>
|
|
<p>But you’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>
|