33 lines
2.0 KiB
HTML
33 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Blurgh.</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 | Blurgh.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Still alive, promise. Still eating in for the most part, though I’ve had a few little excursions here and there. I’ve even been making some interesting stuff, but.. dunno, just fell out of posting. Maybe when I’m done, I’ll compile a few recipes and pictures of neat stuff. I’ve been feeling better for eating in, too, since I use so little oil, grease, and fat (makes me wonder if I have some sort of gall bladder problem c.c).</p>
|
|
<p>Work’s been going well enough. I’ve been doing a lot of scripting and such for the public machines. VB Script still sucks, but WMI and ADSI are alright. They’re certainly good ideas, if implemented a little awkwardly (it IS Microsoft, after all). I’m trying for a lateral shift of some sort, so that I’d be working under both R&D and Tech Support. I’d be doing all that I’m doing now, plus a little PHP maintenance, and I’d get a small raise. Got my resume all prepped for that.</p>
|
|
<p>Other than that.. uh.. dunno. I suck at this blogging thing, I guess</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2009-01-13 17:59:49</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>
|