2023-11-05 16:15:11 +00:00
<!doctype html>
< html >
< head >
< title > Zk | index< / title >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
< 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 | index< / h1 >
< / header >
< article class = "content" >
2023-11-05 17:20:11 +00:00
< h1 id = "naming-day" > Naming (Day?)< / h1 >
< p > On names, changing them, and JD leaving< / p >
< p > Points to consider:< / p >
< ul >
< li > Initials< / li >
< li > The meaning of ‘ Madison’ < / li >
< li > Jesse as first dog< / li >
< li > Keeping Scott - why, why not< / li >
< li > Clary and that baggage< / li >
< li > Author names (keeping MJSC as a pseudonym)< / li >
< li > Plurality< / li >
< li > Being weird< / li >
< li > Meaning of the name as a whole< / li >
< li > Coming up with names as a writer, all that time on behindthename< / li >
< li > JD story:< ul >
< li > Do I start from marriage? From dating? From his mother’ s death?< / li >
< li > I should try to keep it from just being a bitch session.< / li >
< li > But also bring up Jujube losing Zephyr and him.< / li >
2023-11-05 21:25:10 +00:00
< li > Discussions in the past about him leaving< / li >
2023-11-05 17:20:11 +00:00
< / ul >
< / li >
2023-11-05 21:25:10 +00:00
< / ul >
< p > What text?< / p >
< ul >
< li > Could do some Jeff VanderMeer texts? Like, there’ s Ghost Bird in Southern Reach, and there’ s the strange bird, and there’ s Borne who was named almost deliberately… < / li >
< li > Texts with weird names (esp in ‘ normal’ contexts) that just treat them as normal.< / li >
2023-11-05 17:20:11 +00:00
< / ul >
2023-11-05 16:15:11 +00:00
< / article >
< footer >
< p > Page generated on 2023-11-05< / 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 >