2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 1< / 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 | 1< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-08-19
weight: 29< / p >
< hr / >
< p > Is it weird for me to be streaming writing like this?< / p >
< blockquote >
2020-06-24 07:10:07 +00:00
< p > I don’ t know. Does it feel weird to you?< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > I guess. I feel like maybe it’ s weird to be writing for an audience (even if it’ s only theoretical). What sort of information can be gleaned from watching someone write in a word-processor? Method? Insight?< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > Entertainment?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > I don’ t know about that.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > Validation?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > That’ s more like it, I suppose. It’ s a way to prove to others that I actually sit down and write these things. That there’ s someone there.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > That there’ s someone behind a memoir? How novel.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > Well, yes. But that they take time, that they take energy. That it’ s a process and not a product.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > Is there some sense of validity that is lacking from simply publishing? Posting?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > I don’ t know.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > You set up analytics on this site. And on your writing site.< / p >
< / blockquote >
< p > I set up analytics on a lot of sites.< / p >
< blockquote >
< p > But these in particular. Do you need to see that others see you?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > I suppose I do. It’ s important to be recognized.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > Are you also doing this to get me to leave you alone about heavier topics?< / p >
< / blockquote >
< p > Yes.< / 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 >