1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Progymnasmata | Kris Yotam</title>
<link rel="stylesheet" href="c/site.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="mode-container">
<input type="radio" name="theme" id="theme-auto" checked>
<label for="theme-auto" class="auto" title="Auto theme"></label>
<input type="radio" name="theme" id="theme-light">
<label for="theme-light" class="light" title="Light theme"></label>
<input type="radio" name="theme" id="theme-dark">
<label for="theme-dark" class="dark" title="Dark theme"></label>
</div>
<div class="top-bar" role="navigation">
<a href="index.html" title="Main page"><img src="c/sigma.svg" alt="Main page"></a>
<a href="about.html" title="About"><img src="c/news.svg" alt="About"></a>
<a href="#" title="Code"><img src="c/code.svg" alt="Code"></a>
<a href="pics.html" title="Photography"><img src="c/camera.svg" alt="Photography"></a>
<a href="#" title="Pictures"><img src="c/picture.svg" alt="Pictures"></a>
<a href="vids.html" title="Videos"><img src="c/video.svg" alt="Videos"></a>
<a href="#" title="Donations"><img src="c/beer.svg" alt="Donations"></a>
<a href="#" title="Social"><img src="c/elephant.svg" alt="Social"></a>
</div>
<h1>Progymnasmata</h1>
<div class="keepws">(<span class="bold">around-here</span>
(<a href="blog.html">blog</a>) (<a href="essays.html">essays</a>) (<a href="papers.html">papers</a>) (<a href="notes.html">notes</a>) (<a href="reviews.html">reviews</a>) (<a href="fiction.html">fiction</a>) (<a href="diary.html">diary</a>) (<a href="news.html">news</a>) (<a href="progymnasmata.html">progymnasmata</a>) (<a href="verse.html">verse</a>) (<a href="prayers.html">prayers</a>) (<a href="ocs.html">ocs</a>))</div>
<div class="stats">
<span><em>14</em> entries</span>
<span><em>14</em> categories</span>
</div>
<div class="keepws">
(<span class="bold">2025</span>
(04-26 <a href="d/progymnasmata/in-defense-of-liberal-arts-education.html">In Defense of Liberal Arts Education</a> (confirmation))
(04-26 <a href="d/progymnasmata/in-praise-of-public-libraries.html">In Praise of Public Libraries</a> (encomium))
(04-26 <a href="d/progymnasmata/the-ancient-olive-grove-at-dawn.html">The Ancient Olive Grove at Dawn</a> (description))
(04-26 <a href="d/progymnasmata/galileo-addresses-the-inquisition.html">Galileo Addresses the Inquisition</a> (impersonation))
(04-26 <a href="d/progymnasmata/against-willful-ignorance.html">Against Willful Ignorance</a> (vituperation))
(04-26 <a href="d/progymnasmata/the-ant-and-the-grasshopper.html">The Ant and the Grasshopper</a> (fable))
(04-26 <a href="d/progymnasmata/against-betrayal-of-public-trust.html">Against Betrayal of Public Trust</a> (commonplace))
(04-26 <a href="d/progymnasmata/on-whether-one-should-marry.html">On Whether One Should Marry</a> (thesis))
(04-26 <a href="d/progymnasmata/proposal-for-a-universal-basic-income.html">Proposal for a Universal Basic Income</a> (introduction-of-a-law))
(04-26 <a href="d/progymnasmata/on-socrates-wisdom.html">On Socrates' Wisdom</a> (chreia))
(04-26 <a href="d/progymnasmata/solitude-and-community.html">Solitude and Community</a> (comparison))
(04-26 <a href="d/progymnasmata/on-the-value-of-patience.html">On the Value of Patience</a> (maxim))
(04-26 <a href="d/progymnasmata/the-journey-to-mount-olympus.html">The Journey to Mount Olympus</a> (narrative))
(04-26 <a href="d/progymnasmata/against-the-claim-that-wealth-brings-happiness.html">Against the Claim That Wealth Brings Happiness</a> (refutation))
</div>
</body>
</html>