This commit is contained in:
Joshua Seigler 2025-06-21 19:16:44 -04:00
parent cf786bc18e
commit 2375a6e271
364 changed files with 1 additions and 2931 deletions

View file

@ -1,203 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>How to - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="How to" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/how%20to/"
/>
<meta name="twitter:title" content="How to" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/how to/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>How to</h1>
<div class="header-meta">
<span class="tags"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection">
<li>
<a href="/posts/my-very-own-github-pages/"
>My Very Own GitHub Pages</a
>
<aside>June 15, 2025</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 3" href="/tags/how-to"
>how to</a
>
<a class="tag" style="--tagIndex: 9" href="/tags/technical"
>technical</a
>
<a class="tag" style="--tagIndex: 11" href="/tags/selfhosting"
>selfhosting</a
>
</span>
</aside>
<p>
How to self-host Forgejo and automatically serve your web build
branches with SSL.
</p>
</li>
<li>
<a href="/posts/needs-based-communication/"
>Needs-based communication</a
>
<aside>May 26, 2021</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 4" href="/tags/communication"
>communication</a
>
<a class="tag" style="--tagIndex: 3" href="/tags/how-to"
>how to</a
>
</span>
</aside>
<p>How to connect with others through shared human needs.</p>
</li>
<li>
<a href="/posts/the-trivium-a-tool-for-learning-anything/"
>The Trivium: A Tool for Learning Anything</a
>
<aside>April 03, 2021</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 2" href="/tags/learning"
>learning</a
>
<a class="tag" style="--tagIndex: 3" href="/tags/how-to"
>how to</a
>
</span>
</aside>
<p>
An ancient methodology for learning, which formed the basis of
classical education in the Middle Ages and Rennaisance.
</p>
</li>
</ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,139 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts tagged #hype - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts tagged #hype" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://joshua.seigler.net/tags/hype/" />
<meta name="twitter:title" content="Posts tagged #hype" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/hype/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts tagged #hype</h1>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection"></ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,142 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts tagged #opinions - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts tagged #opinions" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/opinions/"
/>
<meta name="twitter:title" content="Posts tagged #opinions" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/opinions/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts tagged #opinions</h1>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection"></ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,311 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://joshua.seigler.net/tags/posts/" />
<meta name="twitter:title" content="Posts" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/posts/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="nav-active" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts</h1>
<div class="header-meta">
<span class="tags"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection">
<li>
<a href="/posts/my-very-own-github-pages/"
>My Very Own GitHub Pages</a
>
<aside>June 15, 2025</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 3" href="/posts/tag/how-to"
>how to</a
>
<a class="tag" style="--tagIndex: 9" href="/posts/tag/technical"
>technical</a
>
<a
class="tag"
style="--tagIndex: 11"
href="/posts/tag/selfhosting"
>selfhosting</a
>
</span>
</aside>
<p>
How to self-host Forgejo and automatically serve your web build
branches with SSL.
</p>
</li>
<li>
<a href="/posts/tools-of-the-trade/">Tools of the trade</a>
<aside>May 15, 2025</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 9" href="/posts/tag/technical"
>technical</a
>
<a class="tag" style="--tagIndex: 10" href="/posts/tag/software"
>software</a
>
<a class="tag" style="--tagIndex: 0" href="/posts/tag/opinions"
>opinions</a
>
</span>
</aside>
<p>Some dev tools I recommend.</p>
</li>
<li>
<a href="/posts/thinking-machines/">Thinking machines</a>
<aside>April 24, 2025</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 0" href="/posts/tag/opinions"
>opinions</a
>
<a class="tag" style="--tagIndex: 7" href="/posts/tag/trends"
>trends</a
>
<a class="tag" style="--tagIndex: 8" href="/posts/tag/ai">ai</a>
</span>
</aside>
<p>The computers will start thinking, and people will stop.</p>
</li>
<li>
<a href="/posts/site-design-updated/">Site design updated</a>
<aside>June 05, 2024</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 6" href="/posts/tag/this-site"
>this site</a
>
</span>
</aside>
<p>New look, simpler tech.</p>
</li>
<li>
<a href="/posts/finally-a-coherent-worldview/"
>Finally, a Coherent Worldview</a
>
<aside>July 14, 2023</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 5" href="/posts/tag/faith"
>faith</a
>
<a class="tag" style="--tagIndex: 1" href="/posts/tag/worldview"
>worldview</a
>
</span>
</aside>
<p>Why did I think I could figure everything out on my own?</p>
</li>
<li>
<a href="/posts/embracing-mysticism/">Embracing Mysticism</a>
<aside>October 16, 2021</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 0" href="/posts/tag/opinions"
>opinions</a
>
<a class="tag" style="--tagIndex: 5" href="/posts/tag/faith"
>faith</a
>
<a class="tag" style="--tagIndex: 1" href="/posts/tag/worldview"
>worldview</a
>
</span>
</aside>
<p>
Society is moving from a materialistic era into a mystical one. I
describe my attempt to gain mystical proficiency.
</p>
</li>
<li>
<a href="/posts/needs-based-communication/"
>Needs-based communication</a
>
<aside>May 26, 2021</aside>
<aside>
<span class="tags"
><a
class="tag"
style="--tagIndex: 4"
href="/posts/tag/communication"
>communication</a
>
<a class="tag" style="--tagIndex: 3" href="/posts/tag/how-to"
>how to</a
>
</span>
</aside>
<p>How to connect with others through shared human needs.</p>
</li>
<li>
<a href="/posts/the-trivium-a-tool-for-learning-anything/"
>The Trivium: A Tool for Learning Anything</a
>
<aside>April 03, 2021</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 2" href="/posts/tag/learning"
>learning</a
>
<a class="tag" style="--tagIndex: 3" href="/posts/tag/how-to"
>how to</a
>
</span>
</aside>
<p>
An ancient methodology for learning, which formed the basis of
classical education in the Middle Ages and Rennaisance.
</p>
</li>
<li>
<a href="/posts/authority-consents-blind-spot/"
>Authority - Consent&#39;s Blind Spot</a
>
<aside>July 02, 2020</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 0" href="/posts/tag/opinions"
>opinions</a
>
<a class="tag" style="--tagIndex: 1" href="/posts/tag/worldview"
>worldview</a
>
</span>
</aside>
<p>
Authority is the idea that certain people are justified in violating
consent. This belief allows people to force others to do what they
want with a clear conscience.
</p>
</li>
</ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,209 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Recipes - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Recipes" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/recipes/"
/>
<meta name="twitter:title" content="Recipes" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/recipes/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="nav-active" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Recipes</h1>
<div class="header-meta">
<span class="tags"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection">
<li>
<a href="/recipes/amish-egg-noodles/">Amish Egg Noodles</a>
<aside>June 13, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>Easy chicken-noodle style dish with egg noodles and butter</p>
</li>
<li>
<a href="/recipes/perfect-homemade-brownies/"
>Perfect Homemade Brownies</a
>
<aside>May 20, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>Decadent brownies made from scratch</p>
</li>
<li>
<a href="/recipes/pasta-rosatella/">Pasta Rosatella</a>
<aside>May 20, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>Cheap, rich, and easy pasta</p>
</li>
<li>
<a href="/recipes/creamy-chicken-orzo/">Creamy Chicken Orzo</a>
<aside>May 20, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>Rich and comforting chicken and pasta dish</p>
</li>
<li>
<a href="/recipes/spanish-style-rice/">Spanish Style Rice</a>
<aside>May 05, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>One-pan restaurant style spanish rice</p>
</li>
<li>
<a href="/recipes/luther-salad/">Luther Salad</a>
<aside>May 05, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>Simple italian pasta salad</p>
</li>
<li>
<a href="/recipes/corn-casserole/">Corn Casserole</a>
<aside>April 24, 2025</aside>
<aside>
<span class="tags"></span>
</aside>
<p>An easy sweet cornbread casserole with a vegan variation</p>
</li>
<li>
<a href="/recipes/sloppy-joes/">Sloppy Joes</a>
<aside>June 07, 2024</aside>
<aside>
<span class="tags"></span>
</aside>
<p>A summertime favorite, great over hot dogs</p>
</li>
</ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,155 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>This site - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="This site" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/this%20site/"
/>
<meta name="twitter:title" content="This site" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/this site/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>This site</h1>
<div class="header-meta">
<span class="tags"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection">
<li>
<a href="/posts/site-design-updated/">Site design updated</a>
<aside>June 05, 2024</aside>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex: 6" href="/tags/this-site"
>this site</a
>
</span>
</aside>
<p>New look, simpler tech.</p>
</li>
</ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,142 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts tagged #this site - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts tagged #this site" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/this-site/"
/>
<meta name="twitter:title" content="Posts tagged #this site" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/this-site/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts tagged #this site</h1>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection"></ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,352 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Timeline - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Timeline" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/timeline/"
/>
<meta name="twitter:title" content="Timeline" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/timeline/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Timeline</h1>
<div class="header-meta">
<span class="tags"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection">
<li>
<a href="false"
>Senior Frontend Developer @ [QI Path](https://www.qipath.com/)</a
>
<aside>
<span class="tags"></span>
</aside>
<p>
QI Path is a startup offering a risk analysis platform. This
platform helps decision makers in a variety of industries accurately
assess risk, so they can make decisions with an awareness of hidden
vulnerabilities and minimize quality and safety issues. This role
also re-connects me with a college friend!
</p>
</li>
<li>
<a href="false"
>Founding software engineer @
[Capabuild](https://www.capabuild.app/)</a
>
<aside>
<span class="tags"></span>
</aside>
<p>
Capabuild is a web and mobile platform for disaster recovery
companies. This role was an unexpectedly great fit for some
technologies I used in side projects: THREE.js and SVG. Here I
worked with other experienced engineers building new things and
continuously balancing speed and sustainability. Startup life is
exciting! Priorities can change quickly, and in this role I could
see every day how my work and execution could help our customers,
and ultimately make the business a success. In this role I learned
to accept and also pay down tech debt, and experienced the value of
investing time into a good development environment.
</p>
</li>
<li>
<a href="false"
>Senior software engineer @ [Prenda](https://www.prenda.com/)</a
>
<aside>
<span class="tags"></span>
</aside>
<p>
This role was at the intersection of many interests, including
learning, communication, and decentralized solutions. Here I learned
to own, plan, and solve larger and less-well-defined tasks. Prenda
has an excellent and intentional culture that fosters humility and
recognizes others' humanity.
</p>
</li>
<li>
<a href="false"
>Senior software engineer @ [HubSpot](https://www.hubspot.com/)</a
>
<aside>
<span class="tags"></span>
</aside>
<p>
Back in the corporate world, using my experience to develop React
projects in an agile environment. I began building my mentoring and
team management abilities, as well as sharpening my JavaScript and
React skills.
</p>
</li>
<li>
<a href="false"
>Software developer @ [Dash Core Group](https://www.dash.org/dcg/)
</a>
<aside>
<span class="tags"></span>
</aside>
<p>
After some successful freelance work, I became a full time
contractor, working remotely. I was fortunate to sometimes travel to
interesting places to represent Dash or to meet up worldwide with
other developers. My focus here was on web development, React Native
app development, and JavaScript API testing and documentation.
</p>
</li>
<li>
<a href="false"
>Application engineer @ [XPO Logistics](https://www.xpo.com/)
</a>
<aside>
<span class="tags"></span>
</aside>
<p>
Microsoft environment, Agile methodology. This fully front-end
focused role highlighted the value of investing in myself and
building a skillset focused around my strengths and interests.
Outside of work, I began deeply researching cryptocurrencies and
economics and using open source web development tools for personal
projects.
</p>
</li>
<li>
<a href="false"
>Junior software engineer @ [Oakleaf / Waste
Management](https://www.wm.com/)
</a>
<aside>
<span class="tags"></span>
</aside>
<p>
This Microsoft based company was a good first step into corporate
development. I was exposed to a variety of development roles, and
began building a personal specialization in front-end development.
Also, shortly after moving for this job, I met my wife!
</p>
</li>
<li>
<a href="false">Exploring</a>
<aside>
<span class="tags"></span>
</aside>
<p>
This includes about a year of small-business home computer repair,
as well as some valuable time improving my communication skills at a
satellite TV tech support center.
</p>
</li>
<li>
<a href="false">Part time teacher / E-learning Technician</a>
<aside>
<span class="tags"></span>
</aside>
<p>
After a couple semesters as a part time math instructor at my old
community college, I switched to a role supporting instructors with
remote learning, software assistance, and classroom technology. This
is also when my love of board games really exploded. Local friends
had an extensive game collection and we used to play until late at
night.
</p>
</li>
<li>
<a href="false"
>[RPI](https://www.rpi.edu/) - Bachelors in Math &amp; Computer
Science
</a>
<aside>
<span class="tags"></span>
</aside>
<p>
My first time living away from home. Aside from the education, I
connected with a lot of people who have remained important in my
life.
</p>
</li>
<li>
<a href="false"
>[PVCC](https://www.pvcc.edu/) - Associates in science
</a>
<aside>
<span class="tags"></span>
</aside>
<p>
Highlights include a public speaking class and an excellent Java
programming class, my introduction to object-oriented programming. I
have such fond memories of the teachers here and their dedicated
enthusiasm.
</p>
</li>
<li>
<a href="false">First community college course</a>
<aside>
<span class="tags"></span>
</aside>
<p>
"Calculus with Analytic Geometry I". I showed my teacher a Newton's
method root-finder program I made for my TI-83 calculator, and at
the end of class she surprised me by having me demonstrate it to the
class. When I asked why she hadn't given me any warning, she asked,
"Would that have made you less nervous?"
</p>
</li>
<li>
<a href="false">Homeschooled</a>
<aside>
<span class="tags"></span>
</aside>
<p>
Reading, field trips, spelling bees. Developing interest in math,
art, and computers. As long as I stayed ahead of the baseline public
school standards, I could explore whatever interested me. What a
great beginning. Big thanks to my parents for nurturing my appetite
for learning. Thanks also to my brothers for teaching me patience
and conflict resolution!
</p>
</li>
<li>
<a href="false">Hello World</a>
<aside>
<span class="tags"></span>
</aside>
<p></p>
</li>
<li>
<a href="/about/">About</a>
<aside>
<span class="tags"
><a class="tag" style="--tagIndex:" href="/posts/tag/pages"
>pages</a
>
</span>
</aside>
<p></p>
</li>
</ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,139 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts tagged #trends - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts tagged #trends" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://joshua.seigler.net/tags/trends/" />
<meta name="twitter:title" content="Posts tagged #trends" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/trends/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts tagged #trends</h1>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection"></ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>

View file

@ -1,142 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
<style>
/* inter-latin-wght-normal */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-normal.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
} /* inter-latin-wght-italic */
@font-face {
font-family: "Inter Variable";
font-style: italic;
font-display: swap;
font-weight: 100 900;
src: url(/fonts/inter-latin-wght-italic.woff2)
format("woff2-variations");
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Posts tagged #worldview - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Posts tagged #worldview" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/tags/worldview/"
/>
<meta name="twitter:title" content="Posts tagged #worldview" />
<meta name="twitter:description" content="" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
</head>
<body data-font="english" data-path="/tags/worldview/">
<script>
const savedTheme = localStorage.getItem("theme");
if (savedTheme != null) {
document.body.setAttribute("data-theme", savedTheme);
}
</script>
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Posts tagged #worldview</h1>
<div class="header-meta">
<span class="tags" style="--totalTags: 10"></span>
</div>
</header>
<main>
<section data-pagefind-body></section>
<ul class="collection"></ul>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/feed.xml">RSS</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>