2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 04< / 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 | 04< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-08-18
weight: 25< / p >
< hr / >
< p > Growing up, I had a real problem with lying.< / p >
< blockquote >
< p > There were reasons.< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > That doesn’ t mean it wasn’ t a problem. That doesn’ t make it right.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > It shifts more into the gray area.< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > Let’ s talk about dad later. Life began at high school, remember? We can talk about the kid who grew up to be born freshman year some other time.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > The problem with lying is often the problem of secrets. The only secret that can be kept is when only one person knows it, and even then it’ s not guaranteed.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > Yes.< / p >
< blockquote >
< p > And you got found out.< / p >
< / blockquote >
< p > Yes.< / p >
< blockquote >
< p > And it cost you.< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > Yes. It cost me friends. It cost me sanity. It made me jerk away from the path I’ d started down. Made me jerk out of focus again.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:10:07 +00:00
< p > Let’ s talk about TIASAP.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > < a class = "pulse" href = "/self-harm" > Yes< / a > .< / 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 >