joshua.seigler.net/index.html
Joshua Seigler a47c0d79d7 Updates
2025-06-17 09:39:53 -04:00

159 lines
5.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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=258560249b73" />
<link rel="preload" as="font" href="/fonts/inter/InterVariable.woff2" />
<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=cd61c39d895d"></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>Hello! - joshua.seigler.net</title>
<meta name="description" content="" />
<meta property="og:title" content="Hello!" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://joshua.seigler.net/" />
<meta name="twitter:title" content="Hello!" />
<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="/">
<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>Hello!</h1>
<div class="header-meta"></div>
</header>
<main data-pagefind-body>
<p>
Im Joshua Seigler, a software engineer since 2010 and a living being
since the 1980s. Ive watched technology advance from dial-up and
Geocities pages, to federated social media and decentralized autonomous
organizations.
</p>
<p>
I currently work for a risk analysis startup called
<a href="https://www.qipath.com/" target="_blank" rel="noopener"
>QI Path</a
>. My professional focus is on front-end development for web and mobile.
See <a href="/about">/about</a> for more detail.
</p>
<p>
I would love to connect:
<a href="mailto:joshua@seigler.net?subject=found+your+website"
>send me electronic mail</a
>
or <a href="/unoffice-hours">drop in my unoffice hours</a>.
</p>
<h2>Posts</h2>
<ul class="collection">
<li>
<a href="/posts/my-very-own-github-pages/"
>My Very Own GitHub Pages</a
>
<aside>June 15, 2025</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>
<p>Some dev tools I recommend.</p>
</li>
<li>
<a href="/posts/thinking-machines/">Thinking machines</a>
<aside>April 24, 2025</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>
<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>
<p>Why did I think I could figure everything out on my own?</p>
</li>
<li>
<a href="/posts/">More posts&hellip;</a>
</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>