2020-04-25 05:00:08 +00:00
<!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 >
2020-06-24 07:10:07 +00:00
< p > So? You know I’ m addicted to those.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > It’ s an identity.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > I suppose so. Kinda like a brand.< / p >
< blockquote >
2020-06-24 07:10:07 +00:00
< p > I’ m not sure how I feel about that.< / p >
2020-04-25 05:00:08 +00:00
< / 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 >
2020-06-24 07:10:07 +00:00
< p > I’ m not sure how I feel about that.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > It’ s an identity.< / p >
2020-04-25 05:00:08 +00:00
< / 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 >
2020-06-24 07:10:07 +00:00
< p > It’ s not < strong > not< / strong > wrong. Besides, < code > .id< / code > ? I am not your id.< / p >
2020-04-25 05:00:08 +00:00
< / 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 >
2020-06-24 07:10:07 +00:00
< p > You’ re the one that’ s torn.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > I suppose so.< / p >
< blockquote >
< p > Why?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > It elevates it to the level of brand.< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > Yeah, I suppose that’ s why I’ m torn.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > But you’ ll keep it?< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > For now.< / p >
< / 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 >