280 lines
9.7 KiB
HTML
280 lines
9.7 KiB
HTML
<!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=ddfb0107ac54" />
|
|
<style>
|
|
/* inter-latin-wght-normal */
|
|
@font-face {
|
|
font-family: "Inter Variable";
|
|
font-style: normal;
|
|
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=d86d3b7642f1"></script>
|
|
<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/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="/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>
|
|
<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" style="--totalTags: 11"></span>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section data-pagefind-body></section>
|
|
|
|
<ul class="collection">
|
|
<li>
|
|
<a href="/posts/ffmpeg-audio-cleanup/">FFmpeg audio cleanup</a>
|
|
<aside>June 26, 2025</aside>
|
|
<aside>
|
|
<span class="tags" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 5" href="/tags/technical"
|
|
>technical</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 10" href="/tags/ffmpeg"
|
|
>ffmpeg</a
|
|
>
|
|
</span>
|
|
</aside>
|
|
<p>
|
|
A script to apply dynamic compression and noise reduction to audio
|
|
files
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<a href="/posts/july-21-2025/">War</a>
|
|
<aside>June 21, 2025</aside>
|
|
<aside>
|
|
<span class="tags" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 6" href="/tags/zeitgeist"
|
|
>zeitgeist</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 4" href="/tags/faith">faith</a>
|
|
</span>
|
|
</aside>
|
|
<p>Lord, have mercy.</p>
|
|
</li>
|
|
<li>
|
|
<a href="/posts/my-very-own-github-pages/"
|
|
>My Very Own GitHub Pages</a
|
|
>
|
|
<aside>June 15, 2025</aside>
|
|
<aside>
|
|
<span class="tags" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 2" href="/tags/how-to"
|
|
>how to</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 5" href="/tags/technical"
|
|
>technical</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 9" 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/tools-of-the-trade/">Tools of the trade</a>
|
|
<aside>May 15, 2025</aside>
|
|
<aside>
|
|
<span class="tags" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 5" href="/tags/technical"
|
|
>technical</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 8" href="/tags/software"
|
|
>software</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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 6" href="/tags/zeitgeist"
|
|
>zeitgeist</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 7" href="/tags/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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 5" href="/tags/technical"
|
|
>technical</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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 4" href="/tags/faith">faith</a>
|
|
<a class="tag" style="--tagIndex: 0" href="/tags/ethos">ethos</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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 4" href="/tags/faith">faith</a>
|
|
<a class="tag" style="--tagIndex: 0" href="/tags/ethos">ethos</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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 3" href="/tags/communication"
|
|
>communication</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 2" 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" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 1" href="/tags/learning"
|
|
>learning</a
|
|
>
|
|
<a class="tag" style="--tagIndex: 2" 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>
|
|
<li>
|
|
<a href="/posts/authority-consents-blind-spot/"
|
|
>Authority - Consent's Blind Spot</a
|
|
>
|
|
<aside>July 02, 2020</aside>
|
|
<aside>
|
|
<span class="tags" style="--totalTags: 11"
|
|
><a class="tag" style="--tagIndex: 0" href="/tags/ethos">ethos</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>
|
|
© 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>
|
|
-
|
|
<a href="/webrings/">Webrings</a>
|
|
</footer>
|
|
<div id="effects"></div>
|
|
</body>
|
|
</html>
|