webbed-site/html/natalie-info.html

64 lines
3.0 KiB
HTML
Raw Normal View History

<html>
<head>
<title>Natalie information</title>
<style>
$[cat style.css]
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
$[include html/header.html]
<main>
<section>
2024-08-19 12:21:37 -07:00
<h1>what is a "natalie?"</h1>
<span>I am <a href='/html/natalie-sightings.html'>natalie</a>. obviously.</span>
<p>
words are not a thing I am good at. this is exacerbaited when the words are about myself.
despite this, I shall attempt a suitable description of myself.
</p>
<br>
ideally, I am to be referred to as an "it" or a "she". the former is preferred to some degree.<br>
timezone I am in: $[date "+%Z (UTC%z)"].<br>
age: $[echo $(( $(date +%s) - $(date -d "2007-04-01" +%s) ))] seconds. that is $[echo "scale=8; ($(date +%s) - $(date -d '2007-04-01' +%s)) / (365.25*24*3600)" | bc] [earth] years.<br>
I am kind of a college student. it is complicated. I will be a college student with less complications by fall of 2025.<br>
I like systems. particularly ones that have reasonably consistent behavior based on a set of rules. this is omnipresent in my interests.
<br>
list of interests: <ul>
<li>technical computer things, so long as they do not involve javascript</li>
<li>infrastrusture, particularly pertaining to trains</li>
<li>languistics, especially conlangs</li>
<li>key making and lock picking</li>
<li>math</li>
</ul>
things that I enjoy: <ul>
<li>friends</li>
<li>going on long walks</li>
<li>utilizing public transportation</li>
<li>train tracks</li>
</ul>
things I find displeasing: <ul>
<li>grease or oil on my skin</li>
<li>non friend people</li>
<li>ultraviolet radiation</li>
<li>busywork</li>
</ul>
</section>
<section>
2024-08-19 12:21:37 -07:00
<h2>somewhat irregular natalie facts</h2>
<ul>
2024-08-19 12:21:37 -07:00
<li>I own 12 thinkpads, all of which were manufactured prior to 2014</li>
<li>the number of people that can effectively use my computer is, to my knowledge, 1</li>
<li>I can replace the screen on my first generation iphone se a1662 in 70 seconds</li>
</ul>
</section>
<section>
2024-08-19 12:21:37 -07:00
<h2>contact information</h2>
<a href='/html/discord.html'>Discord: _natalieeee_</a>
email: natalie at natalieee.net
xmpp: nat@natalieee.net
</section>
</main>
$[include html/footer.html]
</body>
</html>