summaryrefslogtreecommitdiff
path: root/demo/a.html
blob: f39d56074cd386e793e3768ba508b16b1983b170 (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang=en>
	<head>
		<link href='data:image/gif;base64,
R0lGODlhEAAQAPEAAAD/AP+tAACt//+t/yH5BAAAAAAALAAAAAAQABAAAAIwjI+pq+MPHYp0
zCGyzvK4vXXGB3KWh2UAoIkBKaztOaalC4O4rdNvBbkAXYyi8VAAADs=' rel=icon>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>appreciated</title>
		<style>
			/* https://www.w3.org/Style/Examples/007/units.en.html
			https://www.w3.org/wiki/Common_HTML_entities_used_for_typography
			https://systemfontstack.com/
			http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
			http://iosfonts.com/
			https://learn.microsoft.com/en-us/typography/fonts/windows_10_font_list
			https://www.toptal.com/designers/htmlarrows/math/
			https://www.awayback.com/index.php/2010/02/03/revised-font-stack/ */
			p {
				text-indent: 1.5em;
			}
			tt, pre {
				font-family: OCR B, Go Mono, Courier 10 Pitch, Inconsolata, Cascadia Mono, DejaVu Sans Mono, Consolas, Lucida Console, Lucida Typewriter, Menlo, Monaco, monospace;
				white-space: pre-wrap;
			}
			ul, p {
				/* There is some off-chance that a user has a Garamond installed.
				In a case without Garamond, Baskerville fits, and comes with Apple's OSs.
				Alternatively, Century Schoolbook may be available.
				If not that, Palatino is commonly available.
				Should none of those be available, DejaVu Serif may be. */
				font-family: Garamond, Adobe Garamond Pro, Baskerville, Century Schoolbook, New Century Schoolbook, C059, Palatino Linotype, Palatino, P052, DejaVu Serif, serif;
				margin-top: 0;
				margin-bottom: 0;
				font-size: 1.6vw;
				font-variant-numeric: oldstyle-nums;
			}
			a {
				text-decoration-color: #00BEBE;
				font-variant-numeric: normal;
			}
			a:link {
				/* Futura works well here.
				Lucida in one form or another is often available.
				American Typewriter is a personal favorite, common to MacOS and iOS.
				Trebuchet MS is common to both Apple and Microsoft.
				Helvetica in one form or another is common, and is okay in this context.
				The DejaVu fonts are often installed when none of the above are.
				If it ain't got any of those, it's surely got Georgia! */
				font-family: Futura, Futura Std, Lucida Sans Unicode, Lucida Grande, Go, Luxi Sans, American Typewriter, Trebuchet MS, Helvetica Neue, Nimbus Sans L, Arial, DejaVu Sans, Georgia, sans-serif;
				font-size: 90%;
				color: #000000;
			}
			a:visited {
				color: #000000;
			}
			ul {
				padding-left: 0em;
			}
			#first, #quote {
				text-indent: 0;
			}
			#quote {
				width: 85%;
				margin-left: 7.5%;
				font-size: 1.55vw;
			}
			#nested {
				font-size: 1em;
				padding-left: 1em;
			}
			::-webkit-scrollbar {
			  width: 1em;
			}
			::-webkit-scrollbar-track {
			  background: #fffff0;
			}
			::-webkit-scrollbar-thumb {
			  background: #000020;
			}
			body {
				background-color: #fffbf0;
				margin: 0;
			}
			div {
				padding-left: 1%;
				padding-right: 1%;
				width: 52%;
				margin-left: 24%;
				background-color: #fffaf0;
				text-rendering: optimizeLegibility;
				line-height: 2.3vw;
				/* line-by-line text justification without hyphenation is difficult to read.
				Automatic hyphenation requires JavaScript, and manual hyphenation,
				though I did attempt it partially, is not an activity I wish to spend my time doing.
				To remedy this, I wrote a program to automatically hyphenate HTML!
				Now to provide it with some hyphenation patterns ... Done! */
				text-align: justify;
			}
			h1, h2 {
				font-style: italic;
				font-weight: normal;
				letter-spacing: 0.05em;
				font-family: Garamond, Georgia, Palatino Linotype, Palatino, P052, serif;
			}
			h1 {
				text-align: center;
				padding-top: 1em;
				margin-top: 0;
				margin-bottom: 0.5em;
				font-size: 2.5vw;
			}
			h2 {
				margin-top: 0;
				margin-bottom: 0;
				font-size: 1.8vw;
			}
			/* Abbreviations, such as `GTK3', should be put in small caps, with titling figures. */
			abbr {
				font-variant-caps: all-small-caps;
				font-variant-numeric: normal;
			}
		</style>
	</head>
	<body>
	<div>
		<h1>appreciated</h1>
		<h2>An Introduction.</h2>
		<p id=first>A discussion of a variety of works that this author appreciates follows.
		They are presented here with the hope that they spark some
		interest in a prospective reader. This document is written with the expectation
		that a reader has some experience and interest in software development.</p>
		<br>
		<a name=cat-v><h2>cat-v.org</h2></a>
		<p id="first"><a href="http://cat-v.org">cat-v.org</a> introduced me to the potential beauty of a well-written program.
		Much of my study of programming and otherwise arts is now dedicated to the pursuit of that beauty.</p>
		<p>The first of multiple sections of the site, I found <a href="https://harmful.cat-v.org/software/">harmful.cat-v.org's software section</a>.
		I initially found it curious that staples such as <i>bash</i> or <i><abbr>PDF</abbr></i>
		may be considered bad or wrong. Near the bottom of the index page, it is written:
		&ldquo;At the moment a detailed rationale is not provided for most of this, so figuring out why some things are considered more or less harmful than others is left as an exercise for the reader. Here is a hint: <i>complexity</i> is the bane of all software, <i>simplicity</i> is the most important quality.&rdquo; Deciding to take upon myself this curious challenge, I slowly became
		educated upon what it means for a set of software to be, in a vague and aesthetic
		sense, <i>good</i>. Supplied in tandem with regular exploration of software that
		caught momentary fancy, the text available provided me some guidance.</p>
		<p>A later discovered section of the site, <a href="http://quotes.cat-v.org/">quotes.cat-v.org</a>, provided me with philosophical
		food for thought. Those that have impacted me, the person, have been re-sourced from
		their origin, then written below.</p>
		<ul>
			<li>&ldquo;It is, in fact, nothing short of a miracle that the modern methods of instruction have not yet entirely strangled the holy curiosity of inquiry; for this delicate little plant, aside from stimulation, stands mainly in need of freedom; without this it goes to wreck and ruin without fail. It is a very grave mistake to think that the enjoyment of seeing and searching can be promoted by means of coercion and a sense of duty. To the contrary, I believe that it would be possible to rob even a healthy beast of prey of its voraciousness, if it were possible, with the aid of a whip, to force the beast to devour continuously, even when not hungry, especially if the food, handed out under such coercion, were to be selected accordingly.&rdquo;<br>
			&mdash; Albert Einstein, translated by Paul Arthur Schilpp, <a href="https://ia801902.us.archive.org/6/items/albert-einstein-philosopher-scientist/albert-einstein-philosopher-scientist_text.pdf"><i>Albert Einstein Philosopher&mdash;Scientist</i></a>, <abbr>PDF</abbr> page 33 and <abbr>PDF</abbr> page 35</li>
			<li>&ldquo;What a misfortune it is that we should thus be compelled to let our boys' schooling interfere with their education!&rdquo;<br>
			&mdash; Grant Allen, <a href="https://www.gutenberg.org/files/18788/18788-h/18788-h.htm#XV"><i>Post-Prandial Philosophy</i>, chapter XV</a></li>
			<li>&ldquo;there is nothing as boring as the truth&rdquo; &hellip; &ldquo;an intellectual is a man who says a simple thing in a difficult way; an artist is a man who says a difficult thing in a simple way.&rdquo;<br>
			&mdash; Charles Bukowski, <a href="https://archive.org/details/notesofdirtyoldm00buko/page/207/mode/1up?view=theater"><i>Notes of a Dirty Old Man</i>, page 207</a></li>
			<li>&ldquo;la inspiraci&oacute;n existe, pero tiene que encontrarte trabajando&rdquo;<br><i>inspiration exists, but it has to encounter you at work</i><br>&mdash; Pablo Picasso, published in Tom&aacute;s R. Villasante's <a href="https://www.google.com/books/edition/_/BQy8AAAAIAAJ?hl=en&gbpv=1&bsq=%22la%20inspiraci%C3%B3n%22"><i>Las ciudades hablan: identidades y movimientos sociales en seis metr&oacute;polis latinoamericanas</i>, página 264</a></li>
			<li>&ldquo;I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are <i>obviously</i> no deficiencies and the other way is to make it so complicated that there are no <i>obvious</i> deficiencies.&rdquo; &hellip; &ldquo;At first I hoped that such a technically unsound project would collapse but I soon realized it was doomed to success. Almost anything in software can be implemented, sold, and even used given enough determination. There is nothing a mere scientist can say that will stand against the flood of a hundred million dollars. But there is one quality that cannot be purchased in this way &ndash; and that is reliability. The price of reliability is the pursuit of the utmost simplicity. It is a price which the very rich find most hard to pay.&rdquo;<br>
			&mdash; C. A. R. Hoare, <a href="https://www.cs.fsu.edu/~engelen/courses/COP4610/hoare.pdf"><i>The 1980 ACM Turing Award Lecture</i></a>, <abbr>PDF</abbr> pages 7 and 8</li>
			<li>&ldquo;Fools ignore complexity. Pragmatists suffer it. Some can avoid it. Geniuses remove it.&rdquo;<br>
			&mdash; Alan Perlis, <a href="https://web.archive.org/20230127130734/http://pu.inf.uni-tuebingen.de/users/klaeren/epigrams.html"><i>Epigrams on Programming</i></a>, epigram 58</li>
			<li>&ldquo;One of the surest tests is the way in which a poet borrows. Immature poets imitate; mature poets steal; bad poets deface what they take, and good poets make it into something better, or at least something different. The good poet welds his theft into a whole of feeling which is unique, utterly different than that from which it is torn; the bad poet throws it into something which has no cohesion. A good poet will usually borrow from authors remote in time, or alien in language, or diverse in interest.&rdquo;<br>
			&mdash; T.S. Eliot, <a href="https://archive.org/25/items/sacredwoodessays00elio/sacredwoodessays00elio.pdf"><i>The Sacred Wood: Essays on Poetry and Criticism</i></a>, <abbr>PDF</abbr> page 138</li>
			<li>&ldquo;The first principle is that you must not fool yourself &ndash; and you are the easiest person to fool. So you have to be very careful about that. After you've not fooled yourself, it's easy not to fool other scientists. You just have to be honest in a conventional way after that.&rdquo;<br>&mdash; Richard Feynman, <a href="https://calteches.library.caltech.edu/51/2/CargoCult.htm">1974 Caltech commencement address</a></li>
			<li>&ldquo;When you're young, you look at television and think, There's a conspiracy. The networks have conspired to dumb us down. But when you get a little older, you realize that's not true. The networks are in business to give people exactly what they want. That's a far more depressing thought. Conspiracy is optimistic! You can shoot the bastards! We can have a revolution! But the networks are really in business to give people what they want. It's the truth.&rdquo;<br>
			&mdash; Steve Jobs, <a href="https://www.wired.com/1996/02/jobs-2/">1996 february Wired Magazine interview</a></li>
			<li>&ldquo;some people never go crazy.<br>
			what truly horrible lives<br>
			they must lead.&rdquo;<br>
			&mdash; Charles Bukowski, <a href="https://archive.org/0/items/Bukowskicollection/Burning%20in%20Water%20%20Drowning%20in%20Flame.pdf"><i>Burning in Water, Drowning in Flame</i></a>, <abbr>PDF</abbr> page 192</li>
		</ul>
		<br>
		<a name="litcave"><h2>litcave.rudi.ir</h2></a>
		<p id="first">I discovered this site some months previous to discovering cat-v.org. Perhaps I had found it when searching for vi implementations, for there was a time during which I searched for text editors for the sake of exploratory enjoyment. In any case, the software developed by this site's owner, Ali Gholami Rudi, continually amazes me.</p>
		<p>Foremost, <a href="http://litcave.rudi.ir/neatroff.pdf">his implementation</a> and <a href="https://repo.or.cz/troff.git">partial port</a> of <a href="https://troff.org">Joseph Ossana and Brian Kernighan's troff</a> is excellent. I use it for most documents that need be more glorious than a <abbr>UTF</abbr>-8 text file. This typesetting system enables me to create beautiful documents, and its usage continually sparks my interest in font design and data presentation. On a technical level:</p>
		<ul>
			<li>Full <abbr>UTF</abbr>-8 unicode input support.</li>
			<li>24-bit <abbr>RGB</abbr> color applicable to any text. See pages 5 and 7 of <a href="http://litcave.rudi.ir/neatroff.pdf">Neatroff Introduction</a> for usage and otherwise details.</li>
			<li>In addition to PostScript fonts, TrueType and OpenType fonts may be used. Wholesome support for <a href="https://en.wikipedia.org/wiki/List_of_typographic_features">OpenType features</a> is implemented and accessible. For usage, see pages 2 and 8 of <a href="http://litcave.rudi.ir/neatroff.pdf">Neatroff Introduction</a>.</li>
			<li>Space shrinking, that which allows for more readable documents when used appropriately. See <abbr>PDF</abbr> pages 5 through 6 of <a href="https://heirloom.sourceforge.net/doctools/just.pdf">Justification in Heirloom Troff</a> for visual examples, and pages 4 and 11 of <a href="http://litcave.rudi.ir/neatroff.pdf">Neatroff Introduction</a> for usage.</li>
			<li>PostScript metadata, title and author and links and bookmarks in particular, may be set. In addition, images formatted as PostScript or <abbr>PDF</abbr> may be embedded, depending on which of the two is the intended output format. See page 6 of <a href="http://litcave.rudi.ir/neatroff.pdf">Neatroff Introduction</a> and <a href="https://repo.or.cz/neatroff_make.git/blob/HEAD:/tmac/tmac.post">the set of PostScript-specific macros</a> for usage.</li>
			<li>Paragraph-at-once adjustment, that which may be used along with space shrinking to improve the readability of a document. So as to understand what that means in practice, see <abbr>PDF</abbr> pages 7 through 9 of <a href="https://heirloom.sourceforge.net/doctools/just.pdf">Justification in Heirloom Troff</a>, and page 7 of <a href="http://litcave.rudi.ir/neatroff.pdf">Neatroff Introduction</a> for usage.</li>
			<li>Right-to-left text support, with Farsi in particular being the author's language of interest. The author supplies <a href="https://litcave.rudi.ir/neatfarsi.pdf">a demonstrational document that I yearn to learn to read</a>.</li>
		</ul>
		<p id=first>Each of the features above are useful in practice, with <a href="https://kaa.neocities.org/PDF/chem-2-9.pdf">an article of my school work</a> serving as a real example of a document benefitting from the above features applicable to the Latin alphabet.</p>
		<p><a href="https://litcave.rudi.ir/neatcc.pdf">His C compiler suite</a>, featuring <a href="https://repo.or.cz/neatas.git">an assember</a>, <a href="https://github.com/aligrudi/neatld">linker</a>, <a href="https://repo.or.cz/neatlibc.git">standard libraries</a>, and <a href="https://repo.or.cz/neatcc.git">a compiler</a>, for Linux operating systems running on either <abbr>ARM</abbr> or x86 architecture, is both small and largely standard-compliant. Admittedly, too much of the world's code is designed around <abbr>GNU</abbr>'s compiler suite for this compiler suite to act a drop-in replacement in a majority of C projects, however it is in and of itself very usable.</p>
		<p>Ali Gholami Rudi uses Linux, and does not use Xorg. Restricting himself from conventional graphics support, he develops tools that make his predicament more pleasant. He maintains <a href="https://repo.or.cz/fbpdf.git">a program that wraps around existing document viewing programs</a> so as to view <abbr>PDF</abbr> and <abbr>EPUB</abbr> documents within the Linux framebuffer. He regularly develops <a href="https://repo.or.cz/fbpad.git">a terminal emulator</a> that allows for the usage of TrueType fonts in the Linux framebuffer. He's come to use vi, and so he maintains <a href="https://repo.or.cz/neatvi.git">his own vi implementation</a>, that which is small, <a href="https://riptutorial.com/posix"><abbr>POSIX</abbr></a> portable, and designed for <abbr>UTF</abbr>-8. His admirable efforts often have useful and interesting results.</p>
		<br>
		<a name=alpinelinux><h2>alpinelinux.org</h2></a>
		<p id="first">Intrinsically, Linux is a problematic and error-prone hodgepodge of conflicting designs, even if driven by good intentions. Linux comes to mind not for being a clean or ingenious Unix clone, but instead for being a popular and messy operating system backed by large corporations.</p>
		<p>Disdain aside, there are examples of good design among the mess, and <a href="https://alpinelinux.org">Alpine Linux</a> is one such example. Importantly, <a href="https://www.gnu.org/software/"><abbr>GNU</abbr>'s software</a> is largely averted, with dependence falling upon their library only for the surprisingly portable <a href="https://www.gnu.org/software/binutils/">binutils</a> and <a href="https://gcc.gnu.org/"><abbr>GCC</abbr></a>, those which a compilation environment is often comprised of, even if <abbr>POSIX</abbr> need be <a href="https://www.delorie.com/djgpp/doc/eli-m17n99.html#History">brought along with it</a>. The C standard library used is musl, that which is <a href="https://wiki.musl-libc.org/compatibility.html">standards-compliant</a>, <a href="http://www.etalabs.net/compare_libcs.html">small</a>, and otherwise <a href="https://musl.libc.org/">strives for correctness</a>, even when that pursuit leads to <a href="https://wiki.musl-libc.org/functional-differences-from-glibc.html">incompatibilities with <abbr>GNU</abbr>'s libc</a>. The usual Unix-borne utilities are provided by <a href="https://busybox.net/">busybox</a>. Though busybox's code is less than glamorous &ndash; <a href="https://vid.puffyan.us/watch?v=MkJkyMuBm3g">see the ending minutes of this presentation given by its previous maintainer</a> &ndash; it is small and mature, and certainly more usable than the usual selection, <a href="https://www.gnu.org/software/coreutils/"><abbr>GNU</abbr>'s coreutils</a>. Alpine Linux's <a href="https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/">installation images</a> are generally less than 200 MiB in binary size, allowing for <abbr>RAM</abbr> booting to be a sane default. The software packages available in <a href="https://pkgs.alpinelinux.org/packages">the repositories</a> are numerous, and the package management software is expedient. Though <a href="https://wiki.alpinelinux.org/wiki/Main_Page">the distribution-specific documentation</a> does have some rough edges, it is extensive.</p>
		<p>There are multiple Linux distributions that try to do better than <abbr>GNU</abbr>'s libc and coreutils, however Alpine is the only one I've noticed to put each of Linux's many pieces together so that the system works well in practice. In particular, Alpine Linux is the only Linux distribution that does not use glibc that I've been able to wrangle into running <a href="https://www.x.org/wiki">Xorg</a>. The mess of <a href="https://kisscommunity.bvnf.space/"><abbr>KISS</abbr> Linux's many split repositories and sparse documentation</a> causes more woes than required of a minimally bootstrapped operating system. <a href="https://github.com/oasislinux/oasis">Oasis Linux</a> is amazingly ambitious, particuarly for preferring <a href="https://sr.ht/~mcf/cproc/">cproc</a> over <abbr>GCC</abbr> or <a href="https://clang.llvm.org/">clang</a>, yet too underbaked to feel useful. <a href="http://tinycorelinux.net">TinyCore Linux</a> boots to <abbr>RAM</abbr>, and its modern incarnations boast smaller size than any other Linux distribution. Unfortunately, a lack of good documentation averts me from its use, despite having tinkered with it for many hours. The gap between toy and ready product may be bridged by good documentation. A move away from glibc would be ideal, however secondary to the documentation issue. As a side note: I imagine glibc is one of the greatest causes of increase in binary size from release to release, for it is <a href="https://vid.puffyan.us/watch?v=Nbv9L-WIu0s">famously inflationary</a>. What was once 11 MiB &ndash; <a href="http://tinycorelinux.net/3.x/archive/3.0/tinycore_3.0.iso">TinyCore Linux 3.0</a> &ndash; is now 21 MiB &ndash; <a href="http://tinycorelinux.net/13.x/x86/archive/13.0/TinyCore-13.0.iso">TinyCore Linux 13.0</a>.</p>
		<p>Linux is messy, and improvement is extra messy, which has done well to feed <a href="https://www.debian.org/">Debian</a> and <a href="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux">Red Hat</a>'s popularity; Debian and Red Hat are mature, and rarely change, and so the same quirks mastered years ago continually apply, for better and worse. Though there are many distributions that try to do better, and occasionally do achieve betterment, a majority of such distributions are generally too malleable or obscure to be reliable. Alpine Linux appears to be the only Linux distribution in any position to upset the frequency of use of <abbr>GNU</abbr>'s C standard libraries and system utilities in actual practice, being both well-documented and mature.</p>
		<br>
		<a name=bellard><h2>bellard.org</h2></a>
		<p id="first">I found Fabrice Bellard's web site during the year 2021. I was amazed by how much could be accomplished by someone both dedicated and creative.</p>
		<p>Fabrice Bellard started what has become <i>the</i> media encoding software, <a href="https://ffmpeg.org/">ffmpeg</a>. A subset of ffmpeg, <a href="https://trac.ffmpeg.org/wiki/Using%20libav*">libavcodec</a>, has become a core part of many pieces of software, with there being <a href="https://en.wikipedia.org/wiki/Libavcodec#Applications_using_libavcodec">a long list of such software, maintained by wikipedia contributors</a>. On a personal level, ffmpeg has served as software for recording video, recording audio, the otherwise encoding of images and video and audio, and in particular for encoding animations from images. If not for it, I doubt the current existence of a suitable replacement.</p>
		<p>Fabrice Bellard also started <i>the</i> Linux emulation software, <a href="https://www.qemu.org/"><abbr>QEMU</abbr></a>. <abbr>QEMU</abbr> paired with <a href="https://www.linux-kvm.org/page/Main_Page"><abbr>KVM</abbr></a> is a go-to when needing to emulate an operating system with native-ish performance. People who tinker use it quite a bit, and I imagine there are some businesses whose infrastructure depends upon <abbr>QEMU</abbr>.</p>
		<p>An entrant into <a href="https://www.ioccc.org">The International Obfuscated C Code Contest</a> built upon, <a href="https://repo.or.cz/tinycc.git">tinycc</a> has become a mature <a href="https://en.wikipedia.org/wiki/C99"><abbr>C99</abbr></a> compiler. It is <a href="https://bellard.org/tcc#speed">about an order of magnitude faster than <abbr>GCC</abbr></a>, and produces reasonably optimal code. C code can be either compiled or <i>interpreted</i>, with the interpreter functionality being baked well enough to be actually useful during development. When using either Windows AME, Alpine Linux, or OpenBSD, this is my first choice of C compiler.</p>
		<p>Some lesser known however extremely impressive examples of his programming prowess are listed at the index of his site. Some particularly eye-catching ones include</p>
			<ul>
				<li><a href="https://bellard.org/jslinux/">hardware emulators</a> that allow running Linux or Windows in-browser via javascript,</li>
				<li><a href="https://bellard.org/nncp/">an experimental lossless compression model</a> built around neural networks,</li>
				<li><a href="https://bellard.org/pi/pi2700e9/">having computed what was at a time the largest amount of digits of PI ever</a>, on consumer hardware,</li>
				<li><a href="https://www.ioccc.org/2018/bellard/hint.html">in some way that befuddled even the <abbr>IOCCC</abbr> judges</a>, <a href="https://bellard.org/ioccc_lena/">a program to inflate Lena from itself</a>, and</li>
				<li><a href="https://bellard.org/TinyGL/">a useful software-only subset of OpenGL</a>.</li>
			</ul>
		<br>
		<a name=other><h2>other.stanleylieber.com</h2></a>
		<p id="first">I found <a href="http://other.stanleylieber.com">other.stanleylieber.com</a> after traversing web sites regarding 9front, the foremost being cat-v.org and <a href="http://9front.org">9front.org</a>. I first encountered it during the year 2022. This site encourages the best kind of doom scrolling. Image after image, chances are good that one of every few images strikes interest. That sort of consistent quality buys trust, and that trust may be spent in continued viewer attention. It's a sort of magic that I'd like to capture.</p>
		<br>
		<a name=openbsd><h2>openbsd.org</h2></a>
		<p id="first">Having mentioned above that Linux is a mess, it feels suitable to now explain a Unix derivative that is not. <a href="https://www.openbsd.org">OpenBSD</a> split from <a href="http://netbsd.org/">NetBSD</a> 1.0 in 1995, which in turn was based upon <a href="https://www.tuhs.org/cgi-bin/utree.pl?file=4.4BSD">4.4BSD-Lite</a>, which in turn was based upon twenty-odd years of development upon a <a href="https://www.tuhs.org/cgi-bin/utree.pl?file=V6">Unix Version 6</a> installation <a href="http://www.groklaw.net/article.php?story=20050505095249230">performed at University of California, Berkeley</a>. In the time between 1995 and now, OpenBSD has become an operating system that is stable, secure, and excellently documented. The manuals are concise without erring on being terse, the system defaults are sane and secure, and things do not break often.</p>
		<p>Glittering generalities presented, some real examples may provide some validity to the claims given. Each program purpose-written for the distribution has a man page written in a consistent style, featuring English that is appropriately formal, a unique feature among Unix clones. Linux in particular often features man pages that are <a href="https://linux.die.net/man/1/gcc">too long to grok and poorly written</a> &ndash; commonly those written for <abbr>GNU</abbr>'s software &ndash; or too little more than a list of options &ndash; most notably <a href="https://linux.die.net/man/1/busybox">busybox</a>. On OpenBSD, for those external programs that may be included in an installation by way of <a href="https://www.openbsd.org/faq/faq4.html#FilesNeeded">file sets</a>, packages served by <a href="https://www.openbsd.org/faq/faq15.html">the repositories</a>, or <a href="https://www.ports.to/">the ports tree</a>, all documentation is included, that much being the best that can be reasonably expected. The programmer's documentation &ndash; so as to be explicit, <a href="https://man.openbsd.org/strtol.3">this is one such page</a> &ndash; is sincerely better written than any other set I've encountered.</p>
		<p>Options that don't make sense to be enabled by default are not enabled by default. Audio recording is disabled, video recording is disabled, and daemons installed are not suddenly marked to run at boot. This last point may feel obvious, however I distinctly remember Debian Linux exhibiting the opposite behavior. There was a time during which a younger and less aware version of myself had apache starting upon each boot of my laptop <abbr>PC</abbr>.</p>
		<p>Never has OpenBSD presented me with an issue that feels arbitrary. Installation makes sense, post-installation makes sense, with wifi setup being <a href="https://man.openbsd.org/rtwn">particularly well documented</a>, and regular usage makes sense. These are vague qualities that describe general feelings, with those general feelings being my focus. There is a sense of <i>comfort</i> that eludes any Linux distribution I've used. It's a boring comfort, a stable comfort, a good one.</p>
		<p><abbr>POSIX</abbr> conformance completes this operating system. It is not <a href="http://www.minix3.org/">a forgotten toy</a>, or <a href="https://git.sr.ht/~vdupras/duskos">a promising dream</a>, but a real and maintained product, compatible with real programs. A list of some that I value follows.</p>
		<ul>
			<li><a href="https://repo.or.cz/tinycc.git">tinycc</a> is available in the repositories. On the occasions during which tinycc is not suitable, the compiler included with the <a href="https://www.openbsd.org/faq/faq4.html#FilesNeeded">comp file set</a>, clang, works well, if much slower.</li>
			<li><a href="https://9fans.github.io/plan9port/">plan9port</a> is available in the repositories. <a href="https://9fans.github.io/plan9port/man/man1/sam.html">sam</a>, <a href="https://9fans.github.io/plan9port/man/man1/acme.html">acme</a>, and <a href="https://9fans.github.io/plan9port/man/man1/9term.html">9term</a> are the main attractions. I recommend explicitly setting a bitmap font that suits your preference.
			<a href="https://kaa.run.place/go.tgz">A personally performed conversion of Go Regular</a> is usually my first choice.
			There are <a href="https://plan9.io/wiki/plan9/fonts/index.html">a variety of fonts</a> downloadable from <a href="http://git.9front.org/plan9front/plan9front/7f8246fd97a12477f9dd21c68a3d81b4c4b46852/lib/font/bit/f.html">9front's git repository</a>, with the most simple method of download being <a href="http://git.9front.org/git/plan9front/plan9front/27a63ae22975171efbee5549d100f416ccb4066a/snap.tar.gz">a current snapshot of the git repository</a>.
			 Of 9front's conversions, I prefer <a href="http://git.9front.org/plan9front/plan9front/7f8246fd97a12477f9dd21c68a3d81b4c4b46852/lib/font/bit/dejavusans/unicode.14.font/f.html">DejaVu Sans</a>. Alternatively, <a href="http://plan9.stanleylieber.com/src/">sl's various conversions</a>, or <a href="https://kaa.run.place/c059.tgz">the conversion I performed of URW's C059</a> may be suitable. P.S.: Conversion of a scalable font may be performed on Unix using <a href="https://9fans.github.io/plan9port/man/man4/fontsrv.html">plan9port's fontsrv</a>, using either <a href="http://pmikkelsen.com/plan9/fonts">the method described here</a> or <a href="Program/r.txt">judicious use of plan9port's 9p</a>. Also on Unix, <a href="https://ftrv.se/21">Sigrid's ttfs</a> gives <a href="https://kaa.neocities.org/Image/ttfs.png">perfect results</a>. Alternatively, conversion may be performed by means of <a href="https://tcp80.org/11-ttf2subf-new-release.html">ttf2subf</a>, <a href="https://drawterm.9front.org/">DRAWTERM</a>, and a networked 9front installation. That last requirement may be fulfilled by <a href="https://9p.sdf.org/">an account with <abbr>SDF</abbr>'s public 9front</a>, <a href="https://ftrv.se/5">OpenBSD's vmd</a> – see also <a href="http://wiki.9front.org/cpu-setup">wiki.9front.org</a> and <a href="https://armeye.github.io/posts/p9obsd.html">armeye.github.io</a>, or an installation of 9front on real hardware, the last of which may be difficult to satisfy as a result of lacking hardware support.</li>
			<li><a href="https://curl.se/">cURL</a> is, of course, available in the repositories.</li>
			<li><a href="http://www.mutt.org/">mutt</a>, the mail client, is available in the repositories.</li>
			<li><a href="https://www.netsurf-browser.org/">NetSurf</a>, a web browser that balances current web site compatibility and resource usage well, is in the repositories. A practical majority of the <abbr>HTML</abbr> and <abbr>CSS</abbr> in use today are implemented.</li>
			<li><a href="https://mupdf.com/">m&mu;<abbr>PDF</abbr></a> and <a href="https://ghostscript.com/">GhostScript</a>, both of which are particularly useful for document consumption and preparation, are available in the repositories. The practical use of typesetting systems, such as the aforementioned neatroff, and the now mentioned <a href="http://kertex.kergis.com/en/index.html">KerTeX</a> and <a href="https://plain-xetex.neocities.org/">XeTeX</a>, depend upon these two programs, or close equivalents. Allow me to indulge in a tangent: using either of these requires digital typefaces. For these purposes exactly, the developers of m&mu;<abbr>PDF</abbr> and Ghostscript, known as <a href="https://artifex.com/">Artifex</a>, have worked with <a href="https://en.wikipedia.org/wiki/URW_Type_Foundry">URW</a> to produce <a href="https://github.com/ArtifexSoftware/urw-base35-fonts">a public release of professionally produced digital clones of popular typefaces</a>. These are suitable for documents and user interfaces alike, serving an important role in freely distributed operating systems particularly. They have been <a href="https://raw.githubusercontent.com/ArtifexSoftware/urw-base35-fonts/master/fonts/LICENSE">specially licensed to be embedded in any PostScript or <abbr>PDF</abbr> file</a>. Peter Deutsch of Artifex <a href="https://tug.org/fonts/deutsch-urw.txt">described the transaction</a> as a donation of commodity items for the sake of brand appreciation. They are available in several formats – some descriptions may be found at <a href="http://fonts.github.io/typographic-collaboration/">fonts.github.io's appendix</a> and <a href="https://xml.web.cern.ch/XML/lgc2/xetexmain.pdf">The XeTeX Companion</a>, and some of the OpenType iterations provide supplemental glyphs as <a href="https://en.wikipedia.org/wiki/List_of_typographic_features">OpenType features</a>.
			There's a lot more out there than these thirty five, and here are some pleasant avenues from which to find more.
			<ul id="nested">
				<li><a href="https://tug.org/FontCatalogue/">The LATeX Font Catalogue</a> features a long list of well-categorized typefaces, in a mix of PostScript and OpenType formats. Each shown here is distributed freely, and several contain vast character sets designed for typesetting first and foremost.</li>
				<li><a href="https://www.x.org/releases/individual/font/font-bh-ttf-1.0.4.tar.xz">The Luxi fonts</a> were designed and released by <a href="https://bigelowandholmes.typepad.com/bigelow-holmes/history/">Bigelow and Holmes</a>, of Lucida fame, some twenty-odd years ago. The serif typeface included is described as “a modification of Lucida &hellip; fitted to the same widths as Times Roman and with modified serifs but keeping the x-height of Lucida”. See PDF page 3 of <a href="www.tug.org/TUGboat/tb37-2/tb116bigelow-lucidamath.pdf">A short history of the Lucida Math fonts</a>, one of B&H's multiple good reads to be found on TUGboat. The sans-serif typeface included inherits some of Lucida's grace. Much later, in late 2016, Bigelow and Holmes freely released <a href="https://go.dev/blog/go-fonts">the Go fonts</a>, those which contain an extensive set of pan-European glyphs, Greek and Cyrillic included. Here's a description of the rationale behind these typefaces, <a href="https://www.computerhistory.org/collections/catalog/102738267">excerpted from an interview with Chuck Bigelow</a>: ‘the most recent thing we did – which is not called Lucida – for engineers at Google who developed a programming language called Go. And one of them, Rob Pike, worked at Bell Labs. And we had licensed Lucida to Bell Labs for a programming language [sic] called Plan 9, which is obscure, but kind of in its cult way, well known. And then they did the Go language. Just last year, they said, “Look, we have this language. We distributed it for free. It’s open source software. Anybody can exchange it for any reason, and copy it, and can even go in and change it.” And we’d never allowed that before because we didn’t want people artistically to mess up our designs. And we defended that even when the big companies like Microsoft and Apple wanted to manipulate stuff without our permission. We had to say, “No, you have to have our permission. We’ll work with you, but you can’t do it on your own.” But, with Rob Pike there was just something about the proposal that we liked. He said, “You know, what do you think? What about it?” We said, “Okay, we can do it.” And we’d done some free fonts, but they weren’t open [the Luxi fonts]. And we took those. And we adjusted them to the Go format in TrueType because the Go language, they’d developed TrueType rasterizing tools and graphical tools [see <a href="https://pkg.go.dev/golang.org/x/image/font">golang.org/x/image/font</a>]. And we settled with Go that we would do not just the Roman types, or the Latin-based types, but we would add in Greek, and Cyrillic, and a bunch of symbols and graphic characters that Microsoft had defined. So, instead of a font of two hundred and fifty characters, we had like six hundred and sixty characters. And we did it in a tremendous hurry, always in a hurry. … Whether the type will become vastly used, I don’t know. But anybody can use it for web fonts or anything. …  Early on, we observed that popular typefaces often had non-Latin versions. Times Roman was the first because customers in other countries would ask for Times Roman, but for Greek or for Cyrillic. And Helvetica, when it became popular, had the same question. So, we thought we’d reverse that. Let’s design Greek and Cyrillic before people want it because, if it was a mark of success for a typeface incrementally, what if we designed them? Maybe it will help them be a success now.’ For user interface purposes, these typefaces have spoiled this author.</li>
				<li><a href="https://fonts.google.com/">Google Fonts</a>, <a href="https://typetype.org/freefonts/">truetype.org</a>, <a href="https://fontlibrary.org/en/guidebook/supported_licenses">fontlibrary.org</a>, <a href="https://usemodify.com/">Use & Modify</a>, <a href="https://packages.debian.org/stable/fonts">Debian's package repositories</a>, and <a href="https://fontain.org/about">fontain.org</a> feature aggregations of open-source fonts, those which any person is permitted to both utilize and change. <a href="https://fontlibrary.org/en/font/coelacanth">Coelacanth</a> and <a href="https://fontlibrary.org/en/font/eb-garamond">EB Garamond</a> are head-turners, both of which have been developed using <a href="https://fontforge.org/en-US/">FontForge</a>. As a partially relevant bonus, some <a href="https://fontlibrary.org/en/guidebook/font_design">design tips</a> and <a href="https://fontlibrary.org/en/guidebook/book_recommendations">book recommendations</a> are offered to aspiring fontographers by fontlibrary.org.</li>
				<li><a href="https://www.theleagueofmoveabletype.com/">The League of Movable Type</a>, <a href="http://osp.kitchen/foundry/">Open Source Publishing</a>, <a href="https://indestructibletype.com/Home.html">indestructible type*</a>, <a href="https://velvetyne.fr">Velvetyne Type Foundry</a>, <a href="https://www.collletttivo.it">Collletttivo</a>, and <a href="https://arkandis.tuxfamily.org/index.html">Arkandis</a> are each digital type foundries that solely design open-source fonts.</li>
				<li>I am personally fond of <a href="https://dbmiller.org/type/rwgaramond.html">RW Garamond</a>, a collaboratively developed typeface &ndash; see <a href="https://web.archive.org/web/20161031051637/http://garamond.org/urw/">garamond.org</a> and <a href="https://www.ctan.org/pkg/garamondx">ctan.org</a> for the lineage – reminiscent of the typographic style of centuries past. It has small caps and old-style figures. Being derived from Garamond No. 8, as distributed at <a href="https://github.com/ArtifexSoftware/ghostpdl/tree/master/pcl/urwfonts">ghostpdl/pcl/urwfonts</a>, it is licensed as according to the terms of the <a href="https://raw.githubusercontent.com/ArtifexSoftware/ghostpdl/master/pcl/LICENSE">Affero Free Public License, without exception</a>. The licensing is discussed further on <a href="https://en.wikipedia.org/wiki/Garamond#URW++_Garamond_No._8">the associated Wikipedia page</a>, and described in full <a href="https://web.archive.org/web/20100107165113/http://www.artifex.com/downloads/doc/Public.htm">at Artifex's web site</a>.</li>
				<li><a href="https://www.gnu.org/software/freefont/">FreeFont</a> is a continuation of URW's Nimbus Serif, Nimbus Sans, and Nimbus Mono, each re-named FreeSerif, FreeSans, and FreeMono respectively. A vast character set is supplied. These derivatives are <a href="https://www.gnu.org/software/freefont/license.html">licensed under version of the <abbr>GNU</abbr> Public License</a>, though with an exception so as to permit embedding each typeface in a <abbr>PDF</abbr>.</li>
				<li><a href="https://www.fontshare.com/">Fontshare</a> features fonts designed by the Indian Type foundry, with all being <a href="https://www.fontshare.com/licenses/itf-ffl">free for commercial use</a>. In a similar vein, the professional digital type foundry Paratype was commissioned by the Russian Federation to produce publically-distributed Latin and Cyrillic typefaces, with <a href="https://company.paratype.com/pt-sans-pt-serif">PT Serif and PT Sans</a> having resulted. Adobe publically released <a href="https://github.com/adobe-fonts/source-serif">Source Serif</a>, <a href="https://github.com/adobe-fonts/source-sans">Source Sans</a>, and <a href="https://github.com/adobe-fonts/source-code-pro">Source Code Pro</a>. Source Serif in particular is available in a variety of <a href="https://blog.adobe.com/en/publish/2021/03/04/source-serif-gets-optical-sizes">optical sizes</a>.</li>
				<li><a href="https://www.cooperhewitt.org/about/">The Cooper Hewitt museum</a> professionally commissioned <a href="https://www.cooperhewitt.org/open-source-at-cooper-hewitt/cooper-hewitt-the-typeface-by-chester-jenkins/">a sans-serif typeface by the same name</a>, that which has been publically released in source form.
				<li><a href="https://en.wikipedia.org/wiki/Open-source_Unicode_typefaces">Wikipedia's page dedicated to Open-Source Unicode typefaces</a> and <a href="https://software.sil.org/fonts/">SIL International's font listing</a> are each useful for choosing a typeface with support for a wide variety of languages. <a href="https://dejavu-fonts.github.io">DejaVu</a> is my go-to when such a typeface is needed.</li>
				<li><a href="http://tulrich.com/fonts/">Thatcher Ulrich's Tuffy</a> is a rare example of a truly public domain typeface.</li>
				<li><a href="https://www.edwardtufte.com/tufte/">Edward Tufte</a>, an accomplished author, has collaboratively produced <a href="https://edwardtufte.github.io/et-book/">&ldquo;a Bembo-like font for the computer&rdquo;</a>, that which is explicitly designed with publication usage in mind.</li>
				<li><a href="https://www.glukfonts.pl/info.php">glukfonts</a> and <a href="https://www.exljbris.com/eula.html">exljbris</a> each offer some free typefaces, with downloading being a singular click, rather than a game of hoop jumping. <a href="https://typodermicfonts.com/downloads/">Typodermic</a> offers some portions of typefaces &ndash; including the often seen and seldom used <a href="https://en.wikipedia.org/wiki/Ray_Larabie#/media/File:Grand_Theft_Auto_logo_series.svg">Pricedown</a>.</li>
				<li><a href="http://web.archive.org/web/20221003220503/https://brill.com/page/290?language=en">The Brill Typeface</a> is seriffed, contains roughly 6000 pan-European glyphs, and is free for non-commercial use.</li>
				<li><a href="http://fonts.jp/hanazono/">Hanazono Mincho</a> is a mono-spaced and seriffed typeface, with its claim to fame being its whopping 100-thousand-plus character set.</li>
				<li><a href="https://kurinto.com/">Kurinto</a> is a collection of several unicode typefaces, presented in a user-accessible manner.</li>
				<li><a href="https://web.archive.org/web/20101122142710/http://code2000.net/code2000_page.htm">Code2000</a>, a shareware typeface once hosted on a now defunct web site, supports a wide variety of scripts, by means of roughly 50000 glyphs. The similarly licensed <a href="https://evertype.com/emono/">Everson Mono</a> aims to compete with Courier in general use, including roughly 9000 glyphs.</li>
				<li>A revival of an almost forgotten typeface may found in <a href="https://iginomarini.com/fell/the-revival-fonts/">Igino Marini's rendition of The Fell Types</a>.</li>
				<li><a href="https://en.wikipedia.org/wiki/Bitstream_Inc."</a>Bitsteam</a>'s <a href="https://en.wikipedia.org/wiki/Bitstream_Charter">Charter</a> and <a href="https://en.wikipedia.org/wiki/Courier_(typeface)#Courier_10_Pitch_BT_and_Courier_Code">Courier 10 Pitch</a> may now be found in TrueType format at <a href="http://rolandstroud.com/Fonts-1.html">the web site of Roland Stroud</a>, writer and physician. Alternatively, Bitstream's Charter and Courier may be found <a href="https://www.x.org/releases/individual/font/font-bitstream-type1-1.0.4.tar.xz">in Type 1 format, distributed with Xorg</a>. Bitstream's extensive <a href="https://en.wikipedia.org/wiki/Bitstream_Cyberbit">Cyberbit</a>, released freely for non-commerical use, may be found at <a href="https://web.archive.org/web/20040117055154/http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP">an archive of a now long offline NetScape FTP server</a>.</li>
				<li><a href="https://fontmeme.com/fonts/free-fonts-collection/">FontMeme</a>, <a href="https://fontesk.com/license/free-for-commercial-use,ofl-gpl/">Fontesk</a>, <a href="https://www.dafont.com/top.php?page=2&l[]=10&l[]=1">dafont</a>, <a href="https://www.fontspace.com/new/fonts">FontSpace</a>, and <a href="https://www.1001fonts.com/free-for-commercial-use-fonts.html">1001fonts</a> each feature lists of fonts free for commercial use. It's a very mixed bag.</li>
			</ul>
			<li><a href="https://surf.suckless.org/">surf</a>, a web browser that acts as a minimal wrapper around the ginormous <a href="https://webkit.org/">WebKit</a>, is available in the repositories.</li>
			<li><a href="https://www.mozilla.org/">Firefox</a>: it works, so long as there's a gigabyte or so of memory to spare. The builds of Firefox distributed in the repositories are intentionally restricted to accessing <tt>~/Downloads</tt>, and feature the Unix functionality of <abbr>CTRL</abbr> + A, <abbr>CTRL</abbr> + E, <abbr>CTRL</abbr> + W, and <abbr>CTRL</abbr> + U in text input contexts. This program is just about necessary for bank and school interactions, and for the popular methods of social interaction over an internet connection. Even Advent of Code needs OAuth, which means third-party cookies and JavaScript. Privacy-first Firefox configurations <a href="https://github.com/arkenfox/user.js">do exist</a>, but aren't practical for a majority of the use cases in which Firefox or a near equivalent is needed – gmail.com, outlook.com, discord.com, youruniversity.edu, yourbank.com and so on. The best that can be done with Firefox is generally to use <a href="https://start.duckduckgo.com/">DuckDuckGo</a> -
or <a href="https://www.mojeek.com/">Mojeek</a> if you're brave – and to install <a href="https://ublockorigin.com/">UBlockOrigin</a> to curve the web's visual harrassment. P.S.: The JavaScript-disabling option provided by UBlockOrigin is particularly useful to selectively enable for web sites that have a paywall. Paywalls are often enforced using JavaScript, in which case this feature disables the JavaScript that does the paywalling. Some of the frequenters of <a href="https://www.oftc.net">irc.oftc.net</a>'s <tt>#cat-v</tt> well describe the sentiment I share. <pre>
irc.otfc.net, #cat-v: 2023 June 28
11:40:44 invoked → i don't feel shame in using firefox, it's mostly resignation mixed with disgust
11:43:39 sigrid → it's not really about shame, I use firefox too</pre></li>
			<li><a href="https://ffmpeg.org/">ffmpeg</a>, the media conversion and recording and playback utility, is available in the repositories.</li>
			<li><a href="https://imagemagick.org/index.php">ImageMagick</a>, the image conversion, transformation, and filtration utility, is available in the repositories.</li>
			<li><a href="https://git-scm.com/">git</a>, of course, is available in the repositories.</li>
			<li><a href="https://unix4lyfe.org/darkhttpd/">darkhttpd</a>, a suitable <abbr>HTTP</abbr> server for local file transfer, is available in the repositories.</li>
			<li><a href="https://drawterm.9front.org/">DRAWTERM</a>, an excellent program for graphical login to a 9front system, is available in the repositories.</li>
			<li><a href="http://litcave.rudi.ir/neatroff.pdf">neatroff</a>, though unavailable in the repositories, compiles and runs without hassle.</li>
			<li><a href="https://mtpaint.sourceforge.net/">mtPaint</a>, a program suitable for digital drawing and animation, is available in the repositories.</li>
			<li><a href="https://man.openbsd.org/pkg_locate">pkg_locate</a>, analagous to <a href="https://wiki.debian.org/apt-file">Debian's apt-file</a>, greatly simplifies searching for correct header files for source code compilation.</li>
			<li><a href="http://www.eterna.com.au/ircii/">ircII</a>, <a href="https://en.wikipedia.org/wiki/IrcII">the most mature maintained <abbr>IRC</abbr> client</a>, is included in the repositories. So as to understand the myriad of commands specific to <abbr>IRC</abbr>, the information accessible through this program's /help command is the best-written documentation I've found. This <abbr>IRC</abbr> client is not only capable of <abbr>DCC</abbr> file transfer, it features the original implementation. Should the <abbr>DCC</abbr> file transfer give you trouble, as it has done for me, attempt using <a href="https://irssi.org/">irssi</a>, that which is both capable of <abbr>DCC</abbr> file transfer and available in the repositories.</li>
			<li><a href="https://openxcom.org/">OpenXcom</a>, a source port of <a href="https://en.wikipedia.org/wiki/X-COM:_UFO_Defense">X-COM: UFO Defense</a>, is available in the repositories. A clean copy of the game data may be found in <a href="https://www.gog.com/en/game/xcom_ufo_defense">the gog.com release</a>, and then extracted via <a href="https://constexpr.org/innoextract/">innoextract</a>, the latter of which is additionally available in the repositories. This being my first and only extended venture into a strategy game, I thoroughly enjoy it. Some well-produced coverage of this game <a href="https://vid.puffyan.us/watch?v=gBu77h2FSCM">may be found here</a>.</li>
			<li><a href="https://st.suckless.org/">st</a>, a reasonable terminal emulator, compiles without hassle. There are no &ldquo;Gotcha!&rdquo; moments to be had here; the same <tt>config.h</tt> and patches that work on Linux work in this context too. Using a graphical terminal emulator requires a good monospaced typeface. Raph Levien's <a href="https://levien.com/type/myfonts/inconsolata.html">Inconsolata</a> is popular for good reason. <a href="https://go.dev/blog/go-fonts">Go Mono</a> is another personal favorite. Mark Simonson, a professional type designer with an impressive career, freely released <a href="https://www.marksimonson.com/fonts/view/anonymous-pro">Anonymous Pro</a>. Adrian Frutiger's <abbr>OCR</abbr>-B is <a href="https://en.wikipedia.org/wiki/OCR-B">a long-held standard</a> in fixed-width text, and <a href="https://tsukurimashou.osdn.jp/ocr.php.en">this free adaptation</a> by multiple authors works well in a terminal. Maybe less immediately attractive but undeniably universally legible is Courier, with its regularly available descendants being the purely commercial iterations distributed with Windows and MacOS, <a href="https://www.x.org/releases/individual/font/font-ibm-type1-1.0.4.tar.xz"><abbr>IBM</abbr>'s official digitization of the original</a> – this one doesn't feel right, <a href="https://www.gnu.org/software/freefont/">FreeMono</a> – reasonable, <a href="https://quoteunquoteapps.com/courierprime/">Courier Prime</a>, and <a href="https://www.x.org/releases/individual/font/font-bitstream-type1-1.0.4.tar.xz">Bitstream's freely distributed Type1 iteration</a> – this one's just right. <a href="https://typodermicfonts.com/downloads/">Typodermic's fonts free for commerical use</a> include <a href="https://typodermicfonts.com/nk57-monospace/">NK57 Monospace</a>, that which comes in a variety of weights and widths. Microsoft's <a href="https://github.com/microsoft/cascadia-code">Cascadia Code</a> is another suitable choice, and those with access to Windows Vista or later – or maybe to <a href="https://aur.archlinux.org/packages/ttf-vista-fonts">a copy of PowerPoint</a>, or simply <a href="https://www.fontshop.com/families/consolas">FontShop</a> – may use Consolas, which is great. Fans of bitmap fonts may be pleased by <a href="https://int10h.org/oldschool-pc-fonts/fontlist/?1#top">The Ultimate Oldschool <abbr>PC</abbr> Font Pack</a>, that which is composed of bitmap fonts extracted from a wide variety of decades-old personal computer firmware. Some particular stand-outs for 1920 by 1080 pixel displays include <a href="https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_ps-55_re"><abbr>IBM</abbr> PS/55 re.</a> and <a href="https://int10h.org/oldschool-pc-fonts/fontlist/font?cordata_ppc-400">Cordata PPC-400</a>. <a href="https://www.cambus.net/spleen-monospaced-bitmap-fonts/">Spleen</a> 8x16, <a href="https://kaa.run.place/spleen-8x16.tgz">converted</a> by means of <a href="http://plan9.stanleylieber.com/fonts/">bdf2subf</a>, has come to be my fixed-width replacement for Pellucida Mono – see <a href="https://www.tug.org/TUGboat/tb26-3/tb84beet.pdf">TUGboat, Volume 26, No. 3</a>, and <a href="https://tug.org/TUGboat/tb39-3/tb123bigelow-lucida.pdf">TUGboat, Volume 39, No. 3</a>, and <a href="https://github.com/9fans/plan9port/tree/master/font/pelm"><tt>$PLAN9/font/pelm</tt></a> – when using acme. <a href="http://viznut.fi/unscii/">unscii</a> contains even more characters. <a href="https://www.inp.nsk.su/~bolkhov/files/fonts/univga">univga</a> is an oldie and a goodie. <a href="https://www.x.org/releases/individual/font/font-misc-misc-1.1.3.tar.xz">XOrg's misc 10x20</a> is workable. <a href="https://tobiasjung.name/profont/index.php?fs=18&pf=on">ProFont OTB</a> has grown on me.</li>
			<li><a href="https://www.victornils.net/tetris/">vitetris</a>, an implementation of <a href="https://en.wikipedia.org/wiki/Tetris">Alexey Pajitnov's Tetris</a> that will run in a usual terminal emulator, is available in the repositories.</li>
			<li><a href="https://www.gnu.org/software/gtypist/">gtypist</a>, a sincerely beneficial ncurses typing tutor, is available in the reposories.
			<li><a href="https://www.fluidsynth.org/">FluidSynth</a>, a utility for rendering <abbr>MIDI</abbr> data to <abbr><abbr>PC</abbr>M</abbr> audio, is available in the repositories. So as to use this software, you will need at least one soundfont. Many complete options are listed on <a href="https://github.com/FluidSynth/fluidsynth/wiki/SoundFont">the FluidSynth wiki</a>, <a href="https://musescore.org/en/handbook/3/soundfonts-and-sfz-files#list">the MuseScore handbook</a>, and <a href="http://www.synthfont.com/links_to_soundfonts.html">synthfont.com</a>.</li>
			<li><a href="https://sox.sourceforge.net/">sox</a>, that which is particularly useful for mixing audio, is available in the repositories.</li>
			<li><a href="https://lmms.io/"><abbr>LMMS</abbr></a>, a graphical program designed for music production, is available in the repositories.</a>
			<li><a href="https://fontforge.org/en-US/">FontForge</a> and <a href="https://www.lcdf.org/type/">the LCDF Typetools</a> each facilitate inspection and creation of digital typefaces. They're both available in the repositories.</li>
			<li><a href="https://lldb.llvm.org/">lldb</a> and <a href="https://www.sourceware.org/gdb/">gdb</a> each may fill the essential role of a debugger. lldb comes with the distribution's comp file set, and gdb is in the repositories.</li>
		</ul>
		<p>The programs that come with the distribution and are developed by the distributors are mature. <a href="https://www.gnu.org/fun/jokes/ed-msg.html"><tt>ed</tt></a> and <a href="https://man.openbsd.org/ksh"><tt>sh</tt></a> are each designed for human use, as opposed to busybox's maimed <tt>ed</tt> implementation, or <a href="https://en.wikipedia.org/wiki/Almquist_shell#Dash">Debian's Almquist Shell</a>. The <tt>vi</tt> implementation handles <abbr>UTF</abbr>-8 unicode, while also not taking 20 or more MiB of binary space. This is not the norm on modern Unix; usually, either the very large <a href="https://www.vim.org/">Vim</a> or the Unicode-mangling <a href="http://k.japko.eu/busybox-vi-tutorial.html"><tt>busybox vi</tt></a> are used. For those who crave <tt>emacs</tt>, <a href="https://man.openbsd.org/mg">there is an original micro emacs implementation</a> included with the distribution. So as to prevent carpal tunnel caused by repeated use of <abbr>CTRL</abbr> on an <abbr>ANSI</abbr> or <abbr>ISO PC</abbr> keyboard, I recommend remapping <abbr>CAPS LOCK</abbr> to the left <abbr>CTRL</abbr> key, <a href="https://www.openbsd.org/faq/faq7.html">as documented here</a>. For those who have content to host, <a href="https://man.openbsd.org/httpd">OpenBSD has its own <abbr>HTTP</abbr> server</a>, and <a href="https://www.libressl.org/">its own <abbr>SSL</abbr> implementation to match it</a>. OpenBSD has <a href="https://sndio.org/">its own sound system</a>, <a href="https://web.archive.org/https://mandoc.bsd.lv/">its own man page programs</a>,  <a href="https://www.openbsd.org/faq/faq16.html">its own kernel-resident virtual machine software</a>, and most famously, <a href="https://www.openssh.com/">its own <abbr>SSH</abbr> implementation</a>. Not only do these implementations mark past creative effort, for their development is ongoing. Recent releases are announced first by <a href="https://marc.info/?l=openbsd-announce">mailing list</a>, which are then often re-announced <a href="http://www.undeadly.org/cgi?action=front">on the web</a>. Development is consistently constant.</p>
		<p>There was a single feature that cemented my decision to stick with OpenBSD. Aside from Xorg's installation being largely automatic, the touchpad driver <i>worked</i>. When using Debian, the default touchpad driver was &hellip; awful. I found a singular alternative driver, that which worked about as awfully. Despite haggling with xinput, it never felt good to use. Months after the fact, I found some magic words which work to better the behavior of one of those drivers, Synapics: <tt>synclient AccelFactor=0</tt>, and for those who like tap-to-click, <tt>synclient TapButton1=1</tt>. I suffered the same issues on Alpine Linux, and have now confirmed similar behavior on CRUX Linux. And yet, upon installing OpenBSD and then starting Xorg, and then moving the mouse, it felt good! There was no choppiness; the movement was smooth. Though there was some mouse acceleration I did not like, that was simple enough to disable via xinput, after which the touchpad behavior has been perfect, far better than anything I've found before or since.</p>
		<p>OpenBSD provides my best preferred digital work environments, both on laptop and desktop hardware. For many months, a 12-or-so year-old laptop &ndash; <a href="https://gadgetaz.com/Laptop/Toshiba_Satellite_L755D-S5218--4332">of this make and model</a> &ndash; dual booting between Alpine Linux and OpenBSD by means of <a href="https://www.gnu.org/software/grub/"><abbr>GRUB</abbr></a> has performed gracefully &ndash; they really don't make laptop keyboards the way they used to! On a desktop <abbr>PC</abbr>, a dual boot between <a href="https://kaa.neocities.org/survival">Windows AME</a> and OpenBSD by means of <a href="http://www.rodsbooks.com/refind/">rEFInd</a> serves well.</p>
		<br>
		<a name="Envisioning"><h2>Envisioning Information</h2></a>
		<p id="first">I found this book after having read about its author, Edward Tufte, <a href="http://fqa.9front.org/fqa8.html#8.2.7">in the 9front documentation</a>. Having come to love 9front's text editors &ndash; <a href="http://sam.cat-v.org/">sam</a> and <a href="http://acme.cat-v.org/">acme</a>, I felt inclined to read some of the inspirational work. Understanding that sam and acme's designs were products of the 1990s, I was drawn towards <a href="https://www.edwardtufte.com/tufte/books_ei"><i>Envisioning Information</i></a>, the work that Edward Tufte published in 1990. I obtained a digital copy, transferred it to a 2013 iPad, and over the course of some weeks, read.</p>
		<p>What I found within the pages continually earned my attention, and then earned my earnest thought. A majority of the pages feature examples of either excellent or poor data presentation, along with discussion and analysis of the given examples. A purely textual excerpt that particularly struck me follows.</p>
		<br>
		<p id="quote">What about confusing clutter? Information overload? Doesn't data have to be &ldquo;boiled down&rdquo; and &ldquo;simplified&rdquo;? These common questions miss the point, for the quantity of detail is an issue completely separate from the difficulty of reading. <i>Clutter and confusion are failures of design, not attributes of information.</i> Often the less complex and less subtle the line, the more ambiguous and less interesting is the reading. Stripping the detail out of data is a style based on personal preference and fashion, considerations utterly indifferent to substantive content. &hellip; So much for the conventional, facile, and false equation: simpleness of data and design = clarity of reading. Simpleness is another aesthetic preference, not an information display strategy, not a guide to clarity. What we seek instead is a rich texture of data, a comparative context, an understanding of complexity revealed with an economy of means. &hellip; But, finally, the deepest reason for displays that portray complexity and intricacy is that the worlds we seek to understand are complex and intricate.<br>
		&mdash; Edward Tufte, <a href="https://archive.org/details/envisioninginfor00tuft/page/51/mode/1up?view=theater"><i>Envisioning Information</i>, page 51</a></p>
		<br>
		<p>After reading and thoroughly enjoying this book, I found myself trying an essay of his, titled <a href="https://www.edwardtufte.com/tufte/books_pp"><i>The Cognitive Style of Powerpoint: Pitching Out Corrupts Within</i></a>. I found myself enamored in a way similar to my recent experience with <i>Envisioning Information</i>, though focused on a new topic upon which I was also uneducated. It is here that I came to understand the value of real paragraphs. A trifecta of excerpts follows.</p>
		<br>
		<p id="quote">In the reports, <i>every single text-slide uses bullet-outlines</i> with 4 to 6 levels of hierarchy. Then another multi-level list, another bureaucracy of bullets, <i>starts afresh</i> for a new slide. How is it that each elaborate architecture of thought always fits <i>exactly</i> on one slide? The rigid slide-by-slide hierarchies, indifferent to content, slice and dice the evidence into arbitrary compartments, producing an anti-narrative with choppy continuity. Medieval in its preoccupation with hierarchical distinctions, the PowerPoint format signals every bullet's status in 4 or 5 different simultaneous ways: by the order in sequence, extent of indent, size of bullet, style of bullet, and size of type associated with various bullets. This is a lot of insecure format for a simple engineering problem. The format reflects a common conceptual error in analytic design: information architectures mimic the hierarchical structure of large bureaucracies pitching the information. Conway's Law again. In their report, the Columbia Accident Investigation Board found that the distinctive cognitive style of PowerPoint reinforced the hierarchical filtering and biases of the <abbr>NASA</abbr> bureaucracy during the crucial period when the Columbia was damaged but still functioning &hellip; At the same time, lower-level <abbr>NASA</abbr> engineers were writing about the possible dangers to the Columbia in several hundred emails, with the Boeing reports in PP format sometimes attached. The text of about 90% of these emails simply used sentences sequentially ordered into <i>paragraphs</i>; 10% used bullet lists with 2 or 3 levels. These engineers were able to reason about the issues without employing the baroque hierarchical outlines of the original PP pitches. Good for them.<br>
		&mdash; Edward Tufte, <a href="https://www.edwardtufte.com/tufte/books_pp"><i>The Cognitive Style of Powerpoint: Pitching Out Corrupts Within, 2nd Edition</i></a>, page 12
		<br>
		<br>
		Gerstner's blunt action shutting down the projector suggests that there are better tools for doing business analysis than reading aloud from bullet lists: &ldquo;<i>Let's just talk about your business.</i>&rdquo; Indeed, Gerstner later asked <abbr>IBM</abbr> executives to write out their business strategies in longhand using the presentation methodology of <i>sentences</i>, with subjects and predicates, nouns and verbs, which then combine sequentially to form <i>paragraphs</i>, an analytic tool demonstratively better than slideware bullet lists. &ldquo;<i>Let's just talk about your business</i>&rdquo; indicates a thoughtful exchange of information, a mutual interplay between speaker and audience, rather than a pitch made by a power pointer pointing to bullets. PowerPoint is <i>presenter-oriented, not content-oriented, not audience-oriented</i>. PP advertising is not about content quality, but rather presenter therapy: &ldquo;A cure for the presentation jitters.&rdquo; &ldquo;Get yourself organized.&rdquo; &ldquo;Use the AutoContent Wizard to figure out what you want to say.&rdquo;<br>
		&mdash; Edward Tufte, <a href="https://www.edwardtufte.com/tufte/books_pp"><i>The Cognitive Style of Powerpoint: Pitching Out Corrupts Within, 2nd Edition</i></a>, page 4
		<br>
		<br>
		At a talk, paper handouts of a technical report effectively show text, data graphics, images. Printed materials bring information transfer rates in presentations up to that of everyday material in newspaper sports and financial pages, books, and internet news sites. An excellent paper size for presentation handouts is A3, 30 by 42 cm or about 11 by 17 inches, folded in half to make 4 pages. That one piece of paper, the 4-pager, can show images with 1,200 dpi resolution, up to 60,000 characters of words and numbers, detailed tables worthy of the sports pages, or 1,000 sparkline statistical graphics showing 500,000 numbers. <i>That one piece of paper shows the content-equivalent of 50 to 250 typical PP slides</i>.<br>
		&mdash; Edward Tufte, <a href="https://www.edwardtufte.com/tufte/books_pp"><i>The Cognitive Style of Powerpoint: Pitching Out Corrupts Within, 2nd Edition</i></a>, page 30</p>
		<br>
		<p>It is through these paragraphs and others that I came to realize the inappropriacy of deeply heirarchical lists, that realization having prompted me to rewrite this page of appreciations. For the sake of comparison, <a href="https://kaa.neocities.org/Previous/appreciated.html">a copy of the previous iteration, last touched 2023 march 31</a>, is kept.</p>
		<br>
		<a name=Advent><h2>Advent of Code</h2></a>
		<p id=first>Advent of Code has taught me how to use a struct, why and when data structures should be <a href="https://man.openbsd.org/calloc.3">calloc</a>'d instead of dumped on the stack, how to use <a href="https://man.openbsd.org/free.3">free</a>, what “<a href="https://r.nf/r/adventofcode/comments/1389362/2022_day_12_route_finding_using_cellular_automata/">Dijkstra's Algorithm</a>” is, and a lot of little details in-between. Participating has closed the gap between theory and practice, and for that I am very thankful. <a href="https://files.catbox.moe/uxd989.mp4">Linked here is a video snippet</a> of an eventual solution after three hours of attempt.</p>
		<br>
		<a name=miscellany><h2>miscellany</h2></a>
		<ul>
			<li>Ken Thompson participated in <a href="https://vid.puffyan.us/watch?v=EY6q5dv_B-o">a captivating interview</a> by <a href="http://genius.cat-v.org/brian-kernighan/">Brian Kernighan</a>.</li>
			<li><a href="http://herpolhode.com/rob/">Rob Pike</a> irregularly updates <a href="https://commandcenter.blogspot.com/">his blog</a>. <a href="https://swtch.com/~rsc/">Russ Cox</a> regularly updates <a href="https://research.swtch.com/">his series of articles</a>, and occasionally shares <a href="https://vid.puffyan.us/watch?v=pESDfDGXdzg">videos of what expert programming looks like</a>. Both he and <a href="https://vid.puffyan.us/watch?v=qT2Efjein68">David Given</a> can be downright mesmerizing to watch while displaying their prowess and explaining their logic.</li>
			<li><a href="http://genius.cat-v.org/doug-mcilroy/">Doug McIlroy</a> conceptualized Unix pipes. He recently gave <a href="https://vid.puffyan.us/watch?v=l03CF9_078I">some fascinating context to Unix's upbringing</a>, featuring an executive with poor vision and a helicopter.</li>
			<li>Some time ago, <a href="http://herpolhode.com/rob/">Rob Pike</a> gave <a href="https://www.vid.puffyan.us/watch?v=5kj5ApnhPAE">a concise overview on where modern computer languages fail</a>. More recently, he gave <a href="https://vid.puffyan.us/watch?v=rFejpH_tAHM">a talk on his most recent solution, Google's Go programming language</a>. In a single sentence: a healthy blend of simplicity, concurrency, stability, garbage collection, <abbr>UTF</abbr>-8, networked dependency management, and high-level libraries, and good tools surrounding. For more than a sentence, see <a href="https://vid.puffyan.us/watch?v=YXV7sa4oM4I&listen=false">his most recent overview</a> on where Go fills a niche.</li>
			<li>&ldquo;Dijkstra said that computing was about controlling complexity. And we have failed miserably.&rdquo;<br>
			&mdash; Joe Armstrong, <a href="https://vid.puffyan.us/lKXe3HUG2l4?t=2620"><i>The Mess We're In</i>, 43 minutes and 40 seconds</a></li>
			<li><a href="https://vid.puffyan.us/channel/UCmEmX_jw_pRp5UbAdzkZq-g">Posy</a> consistently produces artistically and informationally captivating audio-visual spectacles.</li>
			<li><a href="https://st.tokhmi.xyz/">SimplyTranslate</a> is Google Translate with an interface that feels good to use.</li>
			<li><a href="https://2ton.com.au/">2 Ton Digital</a> has produced <a href="https://2ton.com.au/videos/tvs_part1/">a video</a> showcasing the benefits that may be gained from effortful assembly programming in a world full of high-level languages.</li>
			<li><a href="http://dict.org/bin/Dict">dict.org</a> features an aggregation of several free dictionaries, that which is very responsive and without any advertisements. I have written <a href="https://kaa.neocities.org/Program/dict.txt">a script</a> to search for a word via either stdin or a command line argument, using the dedicated <a href="https://www.rfc-editor.org/rfc/rfc2229">DICT protocol</a>.</li>
			<li><a href="https://somafm.com">SomaFM</a> features internet radio without advertisements. <a href="https://somafm.com/illstreet/">Illinois Street Lounge</a> is my go-to.</li>
			<li><a href="https://ngmi.work/home">ngmi.work</a> has a real sense of style.</li>
			<li><a href="https://2bit.neocities.org/">2bit.neocities.org</a> takes an artistic limitation to its limits.</li>
			<li>Reading <a href="https://typographica.org/typography-books/the-elements-of-typographic-style-4th-edition/">The Elements of Typographic Style</a> by Robert Bringhurst has provided me with a wholesome introduction to good typography.</li>
			<li><a href="https://en.wikipedia.org/wiki/Brief_Answers_to_the_Big_Questions">Brief Answers to the Big Questions</a> by Stephen Hawking is a wonderful method of getting the mind to wondering.</li>
			<li><a href="https://en.uncyclopedia.co/wiki/Theo_de_Raadt">Uncyclopedia</a> is an encyclopedia with a sense of humor.</li>
			<li><a href="https://www.devuan.org/">Devuan</a> is Debian without <a href="https://suckless.org/sucks/systemd/">systemd</a>.
			<li><a href="https://copy.sh/v86/">copy.sh/v86</a> is a full <abbr>PC</abbr> hardware emulator that runs in web browsers that support Web Assembly.</li>
			<li><a href="https://veir.neocities.org/angelD">veir.neocities.org</a> features wonderfully elaborate works of graphical art.</li>
			<li><a href="http://fqa.9front.org/fqa0.html">fqa.9front.org</a> is the only documentation I've encountered with a good sense of humor. Thanks, sl.</li>
			<li><a href="https://tilde.institute">tilde.institute</a> provides free accounts to a network-connected OpenBSD installation. Along with this, <a href="https://git.tilde.institute/kaa">git</a> and dedicated sub-domain <a href="https://wiki.tilde.institute/w/bchs">capable of serving <abbr>HTML</abbr> and running <abbr>CGI</abbr></a> is provided.</li>
			<li>The progress of an in-development role-playing game with excellent music may be found at <a href="https://murumart.neocities.org/g/gregrpg/greggame">murumart.neocites.org</a>.</li>
			<li>&ldquo;It's a little ridiculous to have to trick myself into believing in my own work, and even more ridiculous that I can be tricked so simply, like a child enraptured at a magic act. But creative output of any kind depends upon a steady stream of tiny self-delusions &ndash; guardrails to keep yourself from veering into a pit of self-doubt and despair.&rdquo;<br>
			&mdash; R. E. Hawley, <a href="https://www.nytimes.com/2022/02/01/magazine/garamond.html"><i>Write It in Garamond</i></a></li>
			<li>&ldquo;If you aren't sure which way to do something, do it both ways and see which works better.&rdquo;<br>&mdash; John Carmack, <a href="https://games.slashdot.org/comments.pl?sid=25551&cid=2775698">2002 january 2 slashdot.org post</a></li>
			<li>&ldquo;DON'T TRY&rdquo;<br>&mdash; Charles Bukowski, <a href="https://bukowski.net/dont-try.php">his grave</a></li>
			<li>&ldquo;Matisse does a drawing, then he recopies it. He recopies it five times, ten times, each time with cleaner lines. He is persuaded that the last one, the most spare, is the best, the purest, the definitive one; and yet, it's usually the first. When it comes to drawing, nothing is better than the first sketch.&rdquo;<br>&mdash; Pablo Picasso, translated by Brassa&iuml;, <a href="https://archive.org/details/conversationswit00bras/page/66/mode/1up?view=theater"><i>Conversations with Picasso</i>, page 66</a><br><a href="https://en.wikipedia.org/wiki/Second-system_effect">Second system syndrome</a> applies to more than computing alone.</li>
			<li>&ldquo;The primary issue with racism is that it Stops. People. From. Thinking. &hellip; people turn off their brains, when they choose to be racist &hellip; it's something that a lot of us are guity of at some point in our lives or another. Anybody who's ever laughed at a racist joke is guity of it. I can't say I'm not guity of having turned off my brain at points in my life, and I can't say
that I haven't made a silly snicker at a racist joke, whether it's about my race or somebody else's at some point in life, and most people watching this video that are honest with themselves probably &hellip;
you probably didn't go through twenty, or forty, or sixty years alive and never hear a racist joke and laugh, or snicker at one point.
&hellip; The racist is going to look at the three people that <i>do</i> fit the stereotype and say, &lsquo;see, I'm right!&rsquo; And that's where this is really f***ing stupid and really f***ing dumb.
&hellip; The issue here is that people decide to just turn off their brain. And here's the real shameful s*** when it comes to turning off your brain. Here's the part that really f***in' sucks, is that you start to project that out into the world, is that you believe yourself. So now you're believing your own bulls***; and by the way, one of the most dangerous things you can do in the world is to Believe. Your Own. Bulls***. The most dangerous s*** that you can do is believe the crap that comes out of your mouth is correct. You should say the stuff that you say, but then I want you to think about it. I want you to think, really hard, about
whether what you actually said, is true. Before you just believe it just because you said it. You're gonna say a lot of stuff that's not true.&rdquo;<br>Louis Rossman, <a href="https://vid.puffyan.us/watch?v=gJNigLJA9Fg">A word on racism(and why it's bulls***)</a><br>When one stops believing their own BS, one can stop believing anyone else's too.</li>
			<li>&ldquo;Success is dangerous. One begins to copy oneself and to copy oneself is more dangerous than to copy others.&rdquo;<br>&mdash; According to <a href="https://en.wikiquote.org/wiki/Pablo_Picasso">wikiquote.org</a>, stated by Pablo Picasso in "<i>The Artist, Vol. 93</i> (1978) p. 5"</li>
			<li>&ldquo;I can't come back, I don't know how it works &hellip; Goodbye, folks!&rdquo;<br>&mdash;Oz in <a href="https://archive.org/details/the-wizard-of-oz-1080p"><i>The Wizard of Oz</i> 1939 film</a>, 1 hour 35 minutes 16 seconds</li>
			<li>Alice: &ldquo;Oh no no no &hellip; thank you, but&ndash;but I just wanted to ask you which way I ought to go.&rdquo;<br>Cheshire Cat: &ldquo;Well, that depends, on <i>where</i>, you want to get to&hellip;?&rdquo;<br>Alice: &ldquo;Well, it really doesn't matter. As long as I c&mdash;&rdquo;<br>Cheshire Cat: &ldquo;Then, it <i>really doesn't matter</i>, which way, you go!&rdquo;<br>&mdash; <a href="https://archive.org/details/AliceInWonderland1951"><i>Alice in Wonderland</i> 1951 film</a>, 39 minutes 41 seconds</li>
			<li>&ldquo;At the same time that Thompson and Ritchie were on their blackboard, sketching out a file system, I was sketching out how to do data processing on this blackboard by connecting together cascades of processes and looking for a kind of prefix notation language for connecting processes together, and failing because it's very easy to say "cat into grep into &hellip;", or "who into cat into grep", and so on; it's very easy to say that, and it was clear from the start that that was something you'd like to say. But there are all these side parameters that these commands have; they don't just have input and output arguments, but they have the options, and syntactically it was not clear how to stick the options into this chain of things written in prefix notation, cat of grep of who [i.e. cat(grep(who &hellip;))]. Syntactic blinders: didn't see how to do it. So I had these very pretty programs written on the blackboard in a language that wasn't strong enough to cope with reality. So we didn't actually do it. And over a period from 1970 to 1972, I'd from time to time say, "How about making something like this?", and I'd put up another proposal, another proposal, another proposal. And one day I came up with a syntax for the shell that went along with the piping, and Ken said, "I'm going to do it!" He was tired of hearing all this stuff, and that was &ndash; you've read about it several times, I'm sure &ndash; that was absolutely a fabulous day the next day. He said, "I'm going to do it." He didn't do exactly what I had proposed for the pipe system call; he invented a slightly better one that finally got changed once more to what we have today. He did use my clumsy syntax. He put pipes into Unix, he put this notation [Here McIlroy pointed to the board, where he had written f >g> c] into shell, all in one night. The next morning, we had this&mdash;people came in, and we had&mdash;oh, and he also changed a lot of&mdash;most of the programs up to that time couldn't take standard input, because there wasn't the real need. So they all had file arguments; grep had a file argument, and cat had a file argument, and Thompson saw that that wasn't going to fit with this scheme of things and he went in and changed all those programs in the same night. I don't know how &hellip; And the next morning we had this orgy of one-liners.&rdquo;<br>Doug McIlroy, <a href="http://web.archive.org/web/20230317134313/https://www.princeton.edu/~hos/Mahoney/expotape.htm">The Unix Oral History Project</a></li>
			<li>&ldquo;Intelligence is positively correlated with being nice to others.&rdquo;<br>&mdash; Salvatore Sanfilippo, <a href="http://invece.org">a personal site of his</a></li>
			<li>&ldquo;I think modern art's almost total pre-occupation with subjectivism has led to anarchy and sterility in the arts. The notion that reality exists only in the artist's mind, and that the thing which simpler souls had for so long believed to be reality is only an illusion, was initially an invigorating force, but it eventually led to a lot of highly original, very personal and extremely uninteresting work. In Cocteau's film <i>Orphe&eacute;</i>, the poet asks what he should do. 'Astonish me,' he is told. Very little of modern art does that &ndash; certainly not in the sense that a great work of art can make you wonder how its creation was accomplished by a mere mortal.&rdquo;<br>&mdash; Stanley Kubrick, <a href="http://visual-memory.co.uk/amk/doc/interview.aco.html">1980 interview with Michel Ciment regarding <i>A Clockwork Orange</i></a></li>
			<li>&ldquo;At first glance opera would seem to make impossible demands on the credulity of the spectator.
It presents us with human beings caught up in dramatic situations, who sing to each other instead of speaking.
The reasonable question is (and it was asked most pointedly throughout the history of opera by literary men):
how can an art form based on so unnatural a proceeding be convincing?
The question ignores what must always remain the fundamental aspiration of art:
not to copy nature but to heighten our awareness of it.
True enough, people in real life do not sing to each other.
Neither do they converse in blank verse, as Shakespeare's characters do; nor live in rooms of which one wall is conveniently missing so that the audience may look in.
All the arts employ conventions that are accepted both by the artist and his audience.
The conventions of opera are more in evidence than those in poetry, painting, drama, or film, but they are not different in kind.
Once we have accepted the fact that the carpet can fly, how simple to believe that it is also capable of carrying the prince's luggage.&rdquo;<br>— Joseph Machlis, The Enjoyment of Music Fourth Edition, pages 160 through 161</li>
			<li>&ldquo;In anything at all, perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away, when a body has been stripped down to its nakedness.&rdquo;<br>&mdash; Antoine de Saint-Exup&eacute;ry, <a href="https://archive.org/details/windsandstars00sain/page/46/mode/1up?view=theater"><i>Wind, Sand and Stars</i>, page 46</a></li>
			<li>&ldquo;At all costs I wanted to avoid whatever is shapeless, irregular, accidental; even in subject matter, I wanted to confine myself within a given frame; I have tried for a concrete, finite presence. A true revelation, it seems to be, will only emerge from stubborn concentration on a single problem. I have nothing in common with experimentalists, adventurers, with those who travel in strange regions. The surest, and the quickest, way for us to arouse the sense of wonder is to stare, unafraid, at a single object. Suddenly &ndash; miraculously &ndash; it will look like something we have never seen before.&rdquo;<br>&mdash; Cesare Pavese, translated by William Arrowsmith; D.S. Carne-Ross, <a href="https://archive.org/details/dialogueswithleu00pave/page/n8/mode/1up?q=adventurers&view=theater"><i>Dialogues with Leuc&#x00f3;</i>, Foreword</a>
			<li>&ldquo;Why did not any of the children in the first group think of this faster method
 of going across the room?
 It is simple. They looked at what they were given to use for materials and, they
  are like all of us, they wanted to use everything.
 But they did not need everything. They could do better with less, in a different way.&rdquo;<br>&mdash; Frederik Pohl, The Gold at the Starbow's End, <a href="https://archive.org/details/goldatstarbowsen0000pohl/page/29/mode/1up?view=theater&q=faster">page 29</a>
			<li>&ldquo;Attention is the reader's gift to you. That gift is precious. And finite.&rdquo; &hellip; &ldquo;Once a reader revokes the gift of attention, you don't have a reader anymore. Then you become a writer only in the narrowest sense of the word. Yes, you put words on some pages. But if your reader has disappeared, what was the point? How is your writing more valuable than a random string of characters? Like the proverbial tree falling in the woods, no one's there to notice the difference. Unfortunately, many professional writers adopt a high-risk model of reader attention. Instead of treating reader attention as a precious commodity, they treat it as an unlimited resource. "I'll take as much attention as I need, and if I want more, I'll take that too." Writing as if you have unlimited reader attention is presumptuous, because readers are not doing you a personal favor.&rdquo; &hellip; &ldquo;I'll even go one better: I believe that most readers are looking for reasons to stop reading. Not because they're malicious or aloof. They're just being rational. Readers have other demands on their time. Why would they pay more attention than they must? Readers are always looking for the exit.&rdquo;<br>&mdash; Matthew Butterick, <a href="https://practicaltypography.com/why-does-typography-matter.html"><i>Practical Typography</i>, why does typography matter?</a></li>
			<li>&ldquo;The input problem is technically the least interesting but perhaps emotionally the most important of the problems of converting a system to an international character set.&rdquo;<br>&mdash; Rob Pike; Ken Thompson, <a href="https://plan9.io/sys/doc/utf.pdf"><i>Hello World or &Kappa;&alpha;&lambda;&eta;&mu;&#941;&rho;&alpha;&#32;&kappa;&#972;&sigma;&mu;&epsiv; or &#12371;&#12435;&#12395;&#12385;&#12399;&#32;&#19990;&#30028;</i></a></li>
			<li>&ldquo;The function of a kerning table is to achieve what perfect sidebearings cannot. A thorough check of the kerning table therefore involves checking all feasible permutations of characters: 1213141516 &hellip; qwqeqrqtqyquqiqoqpq … (a(s(d(f(g(h(j(k(l … )a)s)d)f)g &hellip; -1-2-3-4-5 &hellip; TqTwTeTrTtTyTuTiToTp &hellip; and so on. This will take several hours for a standard <abbr>ISO</abbr> font. For a full pan-European font, it will take several days.&rdquo;<br>&mdash; Robert Bringhurst, <a href="https://www.amazon.com/Elements-Typographic-Style-Version-3-0/dp/B008LZLYR4">The Elements of Typographic Style Version 3.0</a>, page 203</li>
			<li>&ldquo;Data structures in computer science needn't  be homogeneous, and algorithms can involve many different kinds of steps. Sometimes that is a weakness of computer scientists, because we don't try as hard as we should to find uniformity; but sometimes it is a strength because we can deal fluently with concepts that are inherently  non-uniform.&rdquo;<br>&mdash; Donald Knuth, <a href="https://www.jstor.org/stable/2322871"><i>Algorithmic Thinking and Mathematical Thinking</i></a>, <abbr>PDF</abbr> page 13</li>
			<li>&ldquo;<abbr>UTF</abbr>-8 was designed, in front of my eyes, on a placemat in a New Jersey diner one night in September or so 1992.&rdquo;<br>&mdash; Rob Pike, <a href="http://doc.cat-v.org/bell_labs/utf-8_history"><i><abbr>UTF</abbr>-8 History</i></a></li>
			<li>&ldquo;Now I have come to the crossroads in <i>my</i> life. I always knew what the right path was. Without exception, I knew. But I never took it. You know why? It was too. Damned. Hard.&rdquo;<br>&mdash; The Colonel, exceptionally played by Al Pacino, 1992 film <i>Scent of a Woman</i>, <a href="https://vid.puffyan.us/watch?v=Jd10x8LiuBc">The Decision</a></li>
			<li>&ldquo;I can make myself happy, then I should be able to do the same for somebody else.&rdquo;<br>&mdash; Slick Rick in <a href="https://web.archive.org/web/20111219225750/https://insomniacmagazine.com/2010/02/hip-hop-icon-classic-interview-with-slick-rick/">2010 february 7 interview with Insomniac Magazine</a></li>
			<li>&ldquo;I'm tired of using vi.&rdquo;<br>&mdash; Bill Joy, <a href="http://xahlee.info/comp/interview_with_bill_joy.html">1984 august interview with Unix Review magazine</a></li>
			<li>&ldquo;I'm pretty sure the concept of a hidden file was an unintended consequence. It was certainly a mistake. How many bugs and wasted CPU cycles and instances of human frustration (not to mention bad design) have resulted from that one small shortcut about 40 years ago? Keep that in mind next time you want to cut a corner in your code.&rdquo;<br>&mdash; Rob Pike, <a href="https://web.archive.org/web/20170903224737/https://plus.google.com/101960720994009339267/posts/R58WgWwN9jp">2012 february 8 plus.google.com post</a></li>
			<li>&ldquo;Boring damned people. All over the earth. Propogating more boring damned people. What a horror show. The earth swarmed with them.&rdquo;<br>&mdash; Charles Bukowski, <a href="https://archive.org/details/pulp0000buko/page/181/mode/1up?view=theater"><i>Pulp</i>, page 181</a></li>
			<li>&ldquo;Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say.&rdquo;<br>&mdash; Edward Snowden, <a href="https://r.nf/r/IAmA/comments/36ru89/just_days_left_to_kill_mass_surveillance_under/crglgh2/">2015 may 21 reddit comment</a></li>
			<li>&ldquo;"Of course I cannot understand it," he said. "If your heads were stuffed with straw, like mine, you would probably all live in the beautiful places, and then Kansas would have no people at all. It is fortunate for Kansas that you have brains."&rdquo;<br>&mdash; Scarecrow in Lyman Frank Baum's <a href="https://gutenberg.org/cache/epub/55/pg55-images.html#chap04"><i>The Wonderful Wizard of Oz</i>, Chapter IV</a><!-- Also available at http://www.huzheng.org/bookstore/TheWonderfulWizardOfOz.pdf --></li>
			<li>&ldquo;"I was hired to work on MULTICS. &hellip; Bell Labs quit the project when it decided that it wasn't gonna satisfy their needs, and then, I was almost like out of a job. And no real thing to do so I just did what I wanted to do from then on. Games and operating systems &hellip; I did some positional astronomy, some audio &hellip; absolutely anything that I wanted to do. &hellip; That got us into the PDP-7, into really running it. Then on the PDP-7 we wrote the first version of Unix. &hellip; We bought a PDP-11, to &hellip; the excuse was text processing, but the real reason, was, to, you know, to play more, to play.&rdquo;<br>&mdash; Ken Thompson, <a href="https://vid.puffyan.us/watch?v=wqI7MrtxPnk">Oral History of Ken Thompson</a></li>
			<li>&ldquo;And remember, my sentimental friend&hellip;that a heart is not judged by how much <i>you</i> love, but by how much you are loved by others.&rdquo;<br>&mdash; Oz in <a href="https://archive.org/details/the-wizard-of-oz-1080p"> <i>The Wizard of Oz</i> 1939 film</a>, 1 hour 31 minutes 58 seconds</li>
			<li>&ldquo;Free software that people value adds wealth to the world.&rdquo;<br>&mdash; John Carmack, <a href="http://www.bradcook.net/games/articles/2009/02/johncarmack/">2009 februrary interview with Brad Cook</a></li>
			<li>&ldquo;Even from the outside, a truly beautiful book cannot be a novelty. It must settle for mere perfection instead.&rdquo;<br>Jan Tschichold, The Form of the Book, <abbr>PDF</abbr> page 27</li>
			<li>&ldquo;It took about two hours in all – 10 minutes to do the sketch and the rest to render it. On my Mac, I could have done the whole thing in a couple of minutes – and with no mistakes. But it would have been much less satisfying when I was finished. And I'd be tempted to fiddle with it endlessly. &hellip; The digital world has its place. You can do amazing things in it (like publishing a blog post). But don't spend all your time there. It's not the real world.&rdquo;<br>&mdash; Mark Simonson, <a href="https://www.marksimonson.com/notebook/view/1979">1979</a></li>
			<li>&ldquo;Standards, even though they are supposed to be standard, are subject to change.&rdquo;<br>&mdash; Charles Bigelow; Kris Holmes, <a href="http://cajun.cs.nott.ac.uk/compsci/epo/papers/volume6/issue3/bigelow.pdf">The design of a Unicode font</a>, <abbr>PDF</abbr> page 13</li>
			<li>&ldquo;If somebody said what advice would I give to a&hellip; a young person &ndash; they always ask that funny kind of a question. And&hellip; and I think one of the things that&hellip; is&hellip; that I would&hellip; that would sort of come first to me is this idea of, don't just believe that because something is trendy, that it's good. I'd probably go the other extreme where if&hellip; if something&hellip; if I find too many people adopting a certain idea I'd probably think it's wrong or if, you know, if&hellip; if my work had become too popular I probably would think I had to change. This is, of course, ridiculous but&hellip; but I see the&hellip; I see the&hellip; the other side of it too&hellip; too often where people will&hellip; will do something against their own gut instincts because they think the community wants them to do it that way, so people will&hellip; will work on a certain&hellip; a certain subject even though they aren't terribly interested in it because they think that they'll get more prestige by working on it. I think you get more prestige by doing good science than by doing popular science because&hellip; because if&hellip; if you go with&hellip; with what you really think is&hellip; is important then it's a higher chance that it really is important in the long run and it's the long run which&hellip; which has the most benefit to the world.&rdquo;<br>&mdash; Donald Knuth, <a href="https://vid.puffyan.us/watch?v=75Ju0eM5T2c&list=PLVV0r6CmEsFzeNLngr1JqyQki3wdoGrCn&index=92">a section of an interview featuring his advice to young people</a></li>
			<li>&ldquo;The time has come!&rdquo;<br>&mdash; Walrus in <a href="https://archive.org/details/AliceInWonderland1951"><i>Alice in Wonderland</i> 1951 film</a>, 19 minutes 54 seconds</li>
		</ul>
	</div>
	</body>
</html>