<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xaiea</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xaiea"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Xaiea"/>
		<updated>2026-04-30T19:00:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2884:_Log_Alignment&amp;diff=333343</id>
		<title>2884: Log Alignment</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2884:_Log_Alignment&amp;diff=333343"/>
				<updated>2024-01-22T19:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2884&lt;br /&gt;
| date      = January 22, 2024&lt;br /&gt;
| title     = Log Alignment&lt;br /&gt;
| image     = log_alignment_2x.png&lt;br /&gt;
| imagesize = 351x312px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = A video can have a log scale that's misaligned with both the time AND space axes.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BENDY LOG - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324630</id>
		<title>2835: Factorial Numbers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324630"/>
				<updated>2023-09-30T04:06:33Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Edit to transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2835&lt;br /&gt;
| date      = September 29, 2023&lt;br /&gt;
| title     = Factorial Numbers&lt;br /&gt;
| image     = factorial_numbers_2x.png&lt;br /&gt;
| imagesize = 628x481px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = So what do we do when we get to base 10? Do we use A, B, C, etc? No: Numbers larger than about 3.6 million are simply illegal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VARIABLE-BASED BOT BEING ESCORTED OUT OF THE COMPUTER SCIENCE DEPARTMENT BY SECURITY - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is based on the {{w|factorial number system}}, which is a way of writing integers or real numbers using {{w|factorial|factorials}} instead of powers. Unlike the 'proper' version of this system, [[Randall]]'s version does not include the rightmost digit that adds no information, since it is always 0.&lt;br /&gt;
&lt;br /&gt;
A factorial is a product of the first few positive integers. For instance, four factorial, written '4!', means 4×3×2×1 = 24. These can be used to write numbers in a strange way.&lt;br /&gt;
&lt;br /&gt;
Normally, numbers are represented in a positional system with a constant base, especially base ten. This means that each digit in a number has a place value based on its position, and that value is a power of ten. For instance, the number 137 usually means 1×10² + 3×10¹ + 7×10⁰, i.e. one hundred, three tens, and seven units. We say that the 1 is in the hundreds place, the 3 in the tens place, and the 7 in the ones place (or units). The same number could be written in base sixteen as 89, meaning 8×16¹ + 9×16⁰, i.e. eight sixteens and nine units. The 8 is in the sixteens place, and the 9 is in the ones place. In a &amp;quot;factorial base,&amp;quot; instead of each digit being multiplied by an escalating power of some constant base, each digit is multiplied by an escalating factorial. So that same number could be written 10221, meaning 1×5! + 0×4! + 2×3! + 2×2! + 1×1!. We could say there is a 1 in the 120s place, a 0 in the 24s place, a 2 in the 6s place, another 2 in the 2s place, and a 1 in the ones place.&lt;br /&gt;
&lt;br /&gt;
In normal base-n notation, n digits are used, running from 0 to n–1. For instance, in base ten, we use the ten digits {0,...,9}. In base sixteen, we need sixteen digits, so we use {0,...,9,A,...,F}. But in factorial base, we need up to n+1 different digits to express all n-digit numbers. For instance, with just two digits, we can express both one-digit numbers 0 and 1. We can also express some larger numbers like 10 = two and 11 = three, but we can't express 20 = four or 21 = five. As a result, Randall jokes that since we only have ten digits {0,...,9}, we can only express numbers with up to nine digits, making larger numbers &amp;quot;illegal.&amp;quot; Randall believes that would make the largest &amp;quot;legal&amp;quot; factorial base number 987654321 = 9×9!+8×8!+7×7!+6×6!+5×5!+4×4!+3×3!+2×2!+1×1!, which in base ten is 3,628,799 (which he calls &amp;quot;about 3.6 million&amp;quot;). In fact, adding one to this number gives 1000000000, which still doesn't require any digits larger than 9. The first number that cannot be represented this way with the ten symbols {0,...,9} comes right after 9987654321, which in decimal equals 36,287,999&lt;br /&gt;
&lt;br /&gt;
In the comic, the top example represents 3×720 + 5×120 + 3×24 + 0×6 + 1×2 + 1×1, after calculating each factorial accordingly, which gives the decimal value of 2835, [[2835|this comic's number]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO? In the xkcd version of this number system, the rightmost digit has a value of 1!, the second one 2! and so on (that is, the i-th digit has a value i!). That can be compared with the usual decimal system where the i-th digit has value 10^(i-1) or the binary system where the i-th digit has value 2^(i-1). --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For completion of the examples shown in the panel, the numbers up to 200 in this variable base are:&lt;br /&gt;
&lt;br /&gt;
1=1&lt;br /&gt;
2=10&lt;br /&gt;
3=11&lt;br /&gt;
4=20&lt;br /&gt;
5=21&lt;br /&gt;
6=100&lt;br /&gt;
7=101&lt;br /&gt;
8=110&lt;br /&gt;
9=111&lt;br /&gt;
10=120&lt;br /&gt;
11=121&lt;br /&gt;
12=200&lt;br /&gt;
13=201&lt;br /&gt;
14=210&lt;br /&gt;
15=211&lt;br /&gt;
16=220&lt;br /&gt;
17=221&lt;br /&gt;
18=300&lt;br /&gt;
19=301&lt;br /&gt;
20=310&lt;br /&gt;
21=311&lt;br /&gt;
22=320&lt;br /&gt;
23=321&lt;br /&gt;
24=1000&lt;br /&gt;
25=1001&lt;br /&gt;
26=1010&lt;br /&gt;
27=1011&lt;br /&gt;
28=1020&lt;br /&gt;
29=1021&lt;br /&gt;
30=1100&lt;br /&gt;
31=1101&lt;br /&gt;
32=1110&lt;br /&gt;
33=1111&lt;br /&gt;
34=1120&lt;br /&gt;
35=1121&lt;br /&gt;
36=1200&lt;br /&gt;
37=1201&lt;br /&gt;
38=1210&lt;br /&gt;
39=1211&lt;br /&gt;
40=1220&lt;br /&gt;
41=1221&lt;br /&gt;
42=1300&lt;br /&gt;
43=1301&lt;br /&gt;
44=1310&lt;br /&gt;
45=1311&lt;br /&gt;
46=1320&lt;br /&gt;
47=1321&lt;br /&gt;
48=2000&lt;br /&gt;
49=2001&lt;br /&gt;
50=2010&lt;br /&gt;
51=2011&lt;br /&gt;
52=2020&lt;br /&gt;
53=2021&lt;br /&gt;
54=2100&lt;br /&gt;
55=2101&lt;br /&gt;
56=2110&lt;br /&gt;
57=2111&lt;br /&gt;
58=2120&lt;br /&gt;
59=2121&lt;br /&gt;
60=2200&lt;br /&gt;
61=2201&lt;br /&gt;
62=2210&lt;br /&gt;
63=2211&lt;br /&gt;
64=2220&lt;br /&gt;
65=2221&lt;br /&gt;
66=2300&lt;br /&gt;
67=2301&lt;br /&gt;
68=2310&lt;br /&gt;
69=2311&lt;br /&gt;
70=2320&lt;br /&gt;
71=2321&lt;br /&gt;
72=3000&lt;br /&gt;
73=3001&lt;br /&gt;
74=3010&lt;br /&gt;
75=3011&lt;br /&gt;
76=3020&lt;br /&gt;
77=3021&lt;br /&gt;
78=3100&lt;br /&gt;
79=3101&lt;br /&gt;
80=3110&lt;br /&gt;
81=3111&lt;br /&gt;
82=3120&lt;br /&gt;
83=3121&lt;br /&gt;
84=3200&lt;br /&gt;
85=3201&lt;br /&gt;
86=3210&lt;br /&gt;
87=3211&lt;br /&gt;
88=3220&lt;br /&gt;
89=3221&lt;br /&gt;
90=3300&lt;br /&gt;
91=3301&lt;br /&gt;
92=3310&lt;br /&gt;
93=3311&lt;br /&gt;
94=3320&lt;br /&gt;
95=3321&lt;br /&gt;
96=4000&lt;br /&gt;
97=4001&lt;br /&gt;
98=4010&lt;br /&gt;
99=4011&lt;br /&gt;
100=4020&lt;br /&gt;
101=4021&lt;br /&gt;
102=4100&lt;br /&gt;
103=4101&lt;br /&gt;
104=4110&lt;br /&gt;
105=4111&lt;br /&gt;
106=4120&lt;br /&gt;
107=4121&lt;br /&gt;
108=4200&lt;br /&gt;
109=4201&lt;br /&gt;
110=4210&lt;br /&gt;
111=4211&lt;br /&gt;
112=4220&lt;br /&gt;
113=4221&lt;br /&gt;
114=4300&lt;br /&gt;
115=4301&lt;br /&gt;
116=4310&lt;br /&gt;
117=4311&lt;br /&gt;
118=4320&lt;br /&gt;
119=4321&lt;br /&gt;
120=10000&lt;br /&gt;
121=10001&lt;br /&gt;
122=10010&lt;br /&gt;
123=10011&lt;br /&gt;
124=10020&lt;br /&gt;
125=10021&lt;br /&gt;
126=10100&lt;br /&gt;
127=10101&lt;br /&gt;
128=10110&lt;br /&gt;
129=10111&lt;br /&gt;
130=10120&lt;br /&gt;
131=10121&lt;br /&gt;
132=10200&lt;br /&gt;
133=10201&lt;br /&gt;
134=10210&lt;br /&gt;
135=10211&lt;br /&gt;
136=10220&lt;br /&gt;
137=10221&lt;br /&gt;
138=10300&lt;br /&gt;
139=10301&lt;br /&gt;
140=10310&lt;br /&gt;
141=10311&lt;br /&gt;
142=10320&lt;br /&gt;
143=10321&lt;br /&gt;
144=11000&lt;br /&gt;
145=11001&lt;br /&gt;
146=11010&lt;br /&gt;
147=11011&lt;br /&gt;
148=11020&lt;br /&gt;
149=11021&lt;br /&gt;
150=11100&lt;br /&gt;
151=11101&lt;br /&gt;
152=11110&lt;br /&gt;
153=11111&lt;br /&gt;
154=11120&lt;br /&gt;
155=11121&lt;br /&gt;
156=11200&lt;br /&gt;
157=11201&lt;br /&gt;
158=11210&lt;br /&gt;
159=11211&lt;br /&gt;
160=11220&lt;br /&gt;
161=11221&lt;br /&gt;
162=11300&lt;br /&gt;
163=11301&lt;br /&gt;
164=11310&lt;br /&gt;
165=11311&lt;br /&gt;
166=11320&lt;br /&gt;
167=11321&lt;br /&gt;
168=12000&lt;br /&gt;
169=12001&lt;br /&gt;
170=12010&lt;br /&gt;
171=12011&lt;br /&gt;
172=12020&lt;br /&gt;
173=12021&lt;br /&gt;
174=12100&lt;br /&gt;
175=12101&lt;br /&gt;
176=12110&lt;br /&gt;
177=12111&lt;br /&gt;
178=12120&lt;br /&gt;
179=12121&lt;br /&gt;
180=12200&lt;br /&gt;
181=12201&lt;br /&gt;
182=12210&lt;br /&gt;
183=12211&lt;br /&gt;
184=12220&lt;br /&gt;
185=12221&lt;br /&gt;
186=12300&lt;br /&gt;
187=12301&lt;br /&gt;
188=12310&lt;br /&gt;
189=12311&lt;br /&gt;
190=12320&lt;br /&gt;
191=12321&lt;br /&gt;
192=13000&lt;br /&gt;
193=13001&lt;br /&gt;
194=13010&lt;br /&gt;
195=13011&lt;br /&gt;
196=13020&lt;br /&gt;
197=13021&lt;br /&gt;
198=13100&lt;br /&gt;
199=13101&lt;br /&gt;
200=13110&lt;br /&gt;
&lt;br /&gt;
Note the apparent gap at 24 (4!) and 120 (5!) - apparent for those of us who are used to decimal numbers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO, AND WRONG IN THE &amp;quot;above 10!&amp;quot; BIT? The title text discusses a &amp;quot;problem&amp;quot; with this system, in that numbers above 3,628,800 (10!) have ambiguous notation, as it can be difficult to know whether the number in this system is (10)000000000, or (1)0000000000. Some use the letters A-Z to denote such larger numbers, e.g. A000000000. However, Cueball in this comic just announces that an number above 987654321 in this number system (or 3,628,799) is illegal. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon. - Would be best done entirely without wikitables. And actually describe the police/security intervention going on. But there'll be plenty of editors passing this way soon enough...}}&lt;br /&gt;
Cueball is standing in front of a large poster. There are two police officers walking towards Cueball.&lt;br /&gt;
Poster:&lt;br /&gt;
&lt;br /&gt;
:Variable-base Factoradic™ numbers&lt;br /&gt;
:{|&lt;br /&gt;
|Base 7||Base 6||Base 5||Base 4||Base 3||Base 2&lt;br /&gt;
|-&lt;br /&gt;
|3||5||3||0||1||1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Left side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|1||1&lt;br /&gt;
|-&lt;br /&gt;
|2||10&lt;br /&gt;
|-&lt;br /&gt;
|3||11&lt;br /&gt;
|-&lt;br /&gt;
|4||20&lt;br /&gt;
|-&lt;br /&gt;
|5||21&lt;br /&gt;
|-&lt;br /&gt;
|6||100&lt;br /&gt;
|-&lt;br /&gt;
|7||101&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|21||311&lt;br /&gt;
|-&lt;br /&gt;
|22||320&lt;br /&gt;
|-&lt;br /&gt;
|23||321&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Right side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|24||1,000&lt;br /&gt;
|-&lt;br /&gt;
|25||1,001&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|5,038||654,320&lt;br /&gt;
|-&lt;br /&gt;
|5,039||654,321&lt;br /&gt;
|-&lt;br /&gt;
|5,040||1,000,000&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|999,998||266,251,210&lt;br /&gt;
|-&lt;br /&gt;
|999,999||266,251,211&lt;br /&gt;
|-&lt;br /&gt;
|1,000,000||266,251,220&lt;br /&gt;
|-&lt;br /&gt;
|1,000,001||266,251,221&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Cueball: Small numbers like seven or nineteen shouldn't use big numerals like &amp;quot;7&amp;quot; or &amp;quot;9&amp;quot;.&lt;br /&gt;
:Cueball: I mean, &amp;quot;9&amp;quot; is the biggest numeral we have! It should be reserved for '''''big''''' numbers.&lt;br /&gt;
:Cueball: Small numbers should be written with small numerals like &amp;quot;1&amp;quot; or &amp;quot;2&amp;quot;.&lt;br /&gt;
:Cueball: That's why my variable-base system uses...Hey! No, listen!&lt;br /&gt;
:Caption under the comic:&lt;br /&gt;
:Factorial numbers are the number system that sounds most like a prank by someone who's about to be escorted out of the math department by security.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Self-reference]] &amp;lt;!-- Comic number encoded in image 'example' --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324629</id>
		<title>2835: Factorial Numbers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324629"/>
				<updated>2023-09-30T04:05:57Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2835&lt;br /&gt;
| date      = September 29, 2023&lt;br /&gt;
| title     = Factorial Numbers&lt;br /&gt;
| image     = factorial_numbers_2x.png&lt;br /&gt;
| imagesize = 628x481px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = So what do we do when we get to base 10? Do we use A, B, C, etc? No: Numbers larger than about 3.6 million are simply illegal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VARIABLE-BASED BOT BEING ESCORTED OUT OF THE COMPUTER SCIENCE DEPARTMENT BY SECURITY - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is based on the {{w|factorial number system}}, which is a way of writing integers or real numbers using {{w|factorial|factorials}} instead of powers. Unlike the 'proper' version of this system, [[Randall]]'s version does not include the rightmost digit that adds no information, since it is always 0.&lt;br /&gt;
&lt;br /&gt;
A factorial is a product of the first few positive integers. For instance, four factorial, written '4!', means 4×3×2×1 = 24. These can be used to write numbers in a strange way.&lt;br /&gt;
&lt;br /&gt;
Normally, numbers are represented in a positional system with a constant base, especially base ten. This means that each digit in a number has a place value based on its position, and that value is a power of ten. For instance, the number 137 usually means 1×10² + 3×10¹ + 7×10⁰, i.e. one hundred, three tens, and seven units. We say that the 1 is in the hundreds place, the 3 in the tens place, and the 7 in the ones place (or units). The same number could be written in base sixteen as 89, meaning 8×16¹ + 9×16⁰, i.e. eight sixteens and nine units. The 8 is in the sixteens place, and the 9 is in the ones place. In a &amp;quot;factorial base,&amp;quot; instead of each digit being multiplied by an escalating power of some constant base, each digit is multiplied by an escalating factorial. So that same number could be written 10221, meaning 1×5! + 0×4! + 2×3! + 2×2! + 1×1!. We could say there is a 1 in the 120s place, a 0 in the 24s place, a 2 in the 6s place, another 2 in the 2s place, and a 1 in the ones place.&lt;br /&gt;
&lt;br /&gt;
In normal base-n notation, n digits are used, running from 0 to n–1. For instance, in base ten, we use the ten digits {0,...,9}. In base sixteen, we need sixteen digits, so we use {0,...,9,A,...,F}. But in factorial base, we need up to n+1 different digits to express all n-digit numbers. For instance, with just two digits, we can express both one-digit numbers 0 and 1. We can also express some larger numbers like 10 = two and 11 = three, but we can't express 20 = four or 21 = five. As a result, Randall jokes that since we only have ten digits {0,...,9}, we can only express numbers with up to nine digits, making larger numbers &amp;quot;illegal.&amp;quot; Randall believes that would make the largest &amp;quot;legal&amp;quot; factorial base number 987654321 = 9×9!+8×8!+7×7!+6×6!+5×5!+4×4!+3×3!+2×2!+1×1!, which in base ten is 3,628,799 (which he calls &amp;quot;about 3.6 million&amp;quot;). In fact, adding one to this number gives 1000000000, which still doesn't require any digits larger than 9. The first number that cannot be represented this way with the ten symbols {0,...,9} comes right after 9987654321, which in decimal equals 36,287,999&lt;br /&gt;
&lt;br /&gt;
In the comic, the top example represents 3×720 + 5×120 + 3×24 + 0×6 + 1×2 + 1×1, after calculating each factorial accordingly, which gives the decimal value of 2835, [[2835|this comic's number]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO? In the xkcd version of this number system, the rightmost digit has a value of 1!, the second one 2! and so on (that is, the i-th digit has a value i!). That can be compared with the usual decimal system where the i-th digit has value 10^(i-1) or the binary system where the i-th digit has value 2^(i-1). --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For completion of the examples shown in the panel, the numbers up to 200 in this variable base are:&lt;br /&gt;
&lt;br /&gt;
1=1&lt;br /&gt;
2=10&lt;br /&gt;
3=11&lt;br /&gt;
4=20&lt;br /&gt;
5=21&lt;br /&gt;
6=100&lt;br /&gt;
7=101&lt;br /&gt;
8=110&lt;br /&gt;
9=111&lt;br /&gt;
10=120&lt;br /&gt;
11=121&lt;br /&gt;
12=200&lt;br /&gt;
13=201&lt;br /&gt;
14=210&lt;br /&gt;
15=211&lt;br /&gt;
16=220&lt;br /&gt;
17=221&lt;br /&gt;
18=300&lt;br /&gt;
19=301&lt;br /&gt;
20=310&lt;br /&gt;
21=311&lt;br /&gt;
22=320&lt;br /&gt;
23=321&lt;br /&gt;
24=1000&lt;br /&gt;
25=1001&lt;br /&gt;
26=1010&lt;br /&gt;
27=1011&lt;br /&gt;
28=1020&lt;br /&gt;
29=1021&lt;br /&gt;
30=1100&lt;br /&gt;
31=1101&lt;br /&gt;
32=1110&lt;br /&gt;
33=1111&lt;br /&gt;
34=1120&lt;br /&gt;
35=1121&lt;br /&gt;
36=1200&lt;br /&gt;
37=1201&lt;br /&gt;
38=1210&lt;br /&gt;
39=1211&lt;br /&gt;
40=1220&lt;br /&gt;
41=1221&lt;br /&gt;
42=1300&lt;br /&gt;
43=1301&lt;br /&gt;
44=1310&lt;br /&gt;
45=1311&lt;br /&gt;
46=1320&lt;br /&gt;
47=1321&lt;br /&gt;
48=2000&lt;br /&gt;
49=2001&lt;br /&gt;
50=2010&lt;br /&gt;
51=2011&lt;br /&gt;
52=2020&lt;br /&gt;
53=2021&lt;br /&gt;
54=2100&lt;br /&gt;
55=2101&lt;br /&gt;
56=2110&lt;br /&gt;
57=2111&lt;br /&gt;
58=2120&lt;br /&gt;
59=2121&lt;br /&gt;
60=2200&lt;br /&gt;
61=2201&lt;br /&gt;
62=2210&lt;br /&gt;
63=2211&lt;br /&gt;
64=2220&lt;br /&gt;
65=2221&lt;br /&gt;
66=2300&lt;br /&gt;
67=2301&lt;br /&gt;
68=2310&lt;br /&gt;
69=2311&lt;br /&gt;
70=2320&lt;br /&gt;
71=2321&lt;br /&gt;
72=3000&lt;br /&gt;
73=3001&lt;br /&gt;
74=3010&lt;br /&gt;
75=3011&lt;br /&gt;
76=3020&lt;br /&gt;
77=3021&lt;br /&gt;
78=3100&lt;br /&gt;
79=3101&lt;br /&gt;
80=3110&lt;br /&gt;
81=3111&lt;br /&gt;
82=3120&lt;br /&gt;
83=3121&lt;br /&gt;
84=3200&lt;br /&gt;
85=3201&lt;br /&gt;
86=3210&lt;br /&gt;
87=3211&lt;br /&gt;
88=3220&lt;br /&gt;
89=3221&lt;br /&gt;
90=3300&lt;br /&gt;
91=3301&lt;br /&gt;
92=3310&lt;br /&gt;
93=3311&lt;br /&gt;
94=3320&lt;br /&gt;
95=3321&lt;br /&gt;
96=4000&lt;br /&gt;
97=4001&lt;br /&gt;
98=4010&lt;br /&gt;
99=4011&lt;br /&gt;
100=4020&lt;br /&gt;
101=4021&lt;br /&gt;
102=4100&lt;br /&gt;
103=4101&lt;br /&gt;
104=4110&lt;br /&gt;
105=4111&lt;br /&gt;
106=4120&lt;br /&gt;
107=4121&lt;br /&gt;
108=4200&lt;br /&gt;
109=4201&lt;br /&gt;
110=4210&lt;br /&gt;
111=4211&lt;br /&gt;
112=4220&lt;br /&gt;
113=4221&lt;br /&gt;
114=4300&lt;br /&gt;
115=4301&lt;br /&gt;
116=4310&lt;br /&gt;
117=4311&lt;br /&gt;
118=4320&lt;br /&gt;
119=4321&lt;br /&gt;
120=10000&lt;br /&gt;
121=10001&lt;br /&gt;
122=10010&lt;br /&gt;
123=10011&lt;br /&gt;
124=10020&lt;br /&gt;
125=10021&lt;br /&gt;
126=10100&lt;br /&gt;
127=10101&lt;br /&gt;
128=10110&lt;br /&gt;
129=10111&lt;br /&gt;
130=10120&lt;br /&gt;
131=10121&lt;br /&gt;
132=10200&lt;br /&gt;
133=10201&lt;br /&gt;
134=10210&lt;br /&gt;
135=10211&lt;br /&gt;
136=10220&lt;br /&gt;
137=10221&lt;br /&gt;
138=10300&lt;br /&gt;
139=10301&lt;br /&gt;
140=10310&lt;br /&gt;
141=10311&lt;br /&gt;
142=10320&lt;br /&gt;
143=10321&lt;br /&gt;
144=11000&lt;br /&gt;
145=11001&lt;br /&gt;
146=11010&lt;br /&gt;
147=11011&lt;br /&gt;
148=11020&lt;br /&gt;
149=11021&lt;br /&gt;
150=11100&lt;br /&gt;
151=11101&lt;br /&gt;
152=11110&lt;br /&gt;
153=11111&lt;br /&gt;
154=11120&lt;br /&gt;
155=11121&lt;br /&gt;
156=11200&lt;br /&gt;
157=11201&lt;br /&gt;
158=11210&lt;br /&gt;
159=11211&lt;br /&gt;
160=11220&lt;br /&gt;
161=11221&lt;br /&gt;
162=11300&lt;br /&gt;
163=11301&lt;br /&gt;
164=11310&lt;br /&gt;
165=11311&lt;br /&gt;
166=11320&lt;br /&gt;
167=11321&lt;br /&gt;
168=12000&lt;br /&gt;
169=12001&lt;br /&gt;
170=12010&lt;br /&gt;
171=12011&lt;br /&gt;
172=12020&lt;br /&gt;
173=12021&lt;br /&gt;
174=12100&lt;br /&gt;
175=12101&lt;br /&gt;
176=12110&lt;br /&gt;
177=12111&lt;br /&gt;
178=12120&lt;br /&gt;
179=12121&lt;br /&gt;
180=12200&lt;br /&gt;
181=12201&lt;br /&gt;
182=12210&lt;br /&gt;
183=12211&lt;br /&gt;
184=12220&lt;br /&gt;
185=12221&lt;br /&gt;
186=12300&lt;br /&gt;
187=12301&lt;br /&gt;
188=12310&lt;br /&gt;
189=12311&lt;br /&gt;
190=12320&lt;br /&gt;
191=12321&lt;br /&gt;
192=13000&lt;br /&gt;
193=13001&lt;br /&gt;
194=13010&lt;br /&gt;
195=13011&lt;br /&gt;
196=13020&lt;br /&gt;
197=13021&lt;br /&gt;
198=13100&lt;br /&gt;
199=13101&lt;br /&gt;
200=13110&lt;br /&gt;
&lt;br /&gt;
Note the apparent gap at 24 (4!) and 120 (5!) - apparent for those of us who are used to decimal numbers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO, AND WRONG IN THE &amp;quot;above 10!&amp;quot; BIT? The title text discusses a &amp;quot;problem&amp;quot; with this system, in that numbers above 3,628,800 (10!) have ambiguous notation, as it can be difficult to know whether the number in this system is (10)000000000, or (1)0000000000. Some use the letters A-Z to denote such larger numbers, e.g. A000000000. However, Cueball in this comic just announces that an number above 987654321 in this number system (or 3,628,799) is illegal. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon. - Would be best done entirely without wikitables. And actually describe the police/security intervention going on. But there'll be plenty of editors passing this way soon enough...}}&lt;br /&gt;
Cueball is standing in front of a large poster. There are two police officers walking towards Cueball.&lt;br /&gt;
Poster:&lt;br /&gt;
&lt;br /&gt;
:Variable-base Factoradic™ numbers&lt;br /&gt;
:{|&lt;br /&gt;
|Base 7||Base 6||Base 5||Base 4||Base 3||Base 2&lt;br /&gt;
|-&lt;br /&gt;
|3||5||3||0||1||1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Left side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|1||1&lt;br /&gt;
|-&lt;br /&gt;
|2||10&lt;br /&gt;
|-&lt;br /&gt;
|3||11&lt;br /&gt;
|-&lt;br /&gt;
|4||20&lt;br /&gt;
|-&lt;br /&gt;
|5||21&lt;br /&gt;
|-&lt;br /&gt;
|6||100&lt;br /&gt;
|-&lt;br /&gt;
|7||101&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|21||311&lt;br /&gt;
|-&lt;br /&gt;
|22||320&lt;br /&gt;
|-&lt;br /&gt;
|23||321&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Right side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|24||1,000&lt;br /&gt;
|-&lt;br /&gt;
|25||1,001&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|5,038||654,320&lt;br /&gt;
|-&lt;br /&gt;
|5,039||654,321&lt;br /&gt;
|-&lt;br /&gt;
|5,040||1,000,000&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|999,998||266,251,210&lt;br /&gt;
|-&lt;br /&gt;
|999,999||266,251,211&lt;br /&gt;
|-&lt;br /&gt;
|1,000,000||266,251,220&lt;br /&gt;
|-&lt;br /&gt;
|1,000,001||266,251,221&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Cueball: Small numbers like seven or nineteen shouldn't use big numerals like &amp;quot;7&amp;quot; or &amp;quot;9&amp;quot;.&lt;br /&gt;
:Cueball: I mean, &amp;quot;9&amp;quot; is the biggest numeral we have! It should be reserved for '''''big''''' numbers.&lt;br /&gt;
:Cueball: Small numbers should be written with small numerals like &amp;quot;1&amp;quot; or &amp;quot;2&amp;quot;.&lt;br /&gt;
:Cueball: That's why my variable-base system uses...Hey! No, listen!&lt;br /&gt;
&lt;br /&gt;
:Factorial numbers are the number system that sounds most like a prank by someone who's about to be escorted out of the math department by security.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Self-reference]] &amp;lt;!-- Comic number encoded in image 'example' --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324512</id>
		<title>2724: Washing Machine Settings</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324512"/>
				<updated>2023-09-27T20:27:39Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2724&lt;br /&gt;
| date      = January 13, 2023&lt;br /&gt;
| title     = Washing Machine Settings&lt;br /&gt;
| image     = washing_machine_settings_2x.png&lt;br /&gt;
| imagesize = 308x524px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I guess the engineers who built my dishwasher MIGHT have some insight into how to load it, but instead of reading the booklet they gave me, it seems easier to experiment for years and then get in arguments so heated that I get banned from Quora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic strip depicts Cueball (possibly [[Randall]]) standing in front of a washing machine, wondering which settings to use for his particular wash load. He ponders as to the intended meaning behind the word &amp;quot;Delicate&amp;quot; and decides to look up detailed information on what the settings do and when to use them. A thought then occurs to him that there should be a location where people could crowd-source data on what settings they have found work best for various clothing items, before realizing that that would likely have already been done by the manufacturers beforehand and the results put into the product manual.&lt;br /&gt;
&lt;br /&gt;
Labels on appliances tend to be terse, often using single words that make the intended interpretation challenging. In this case Cueball likely is trying to wash something that is both &amp;quot;delicate&amp;quot; and has &amp;quot;colors&amp;quot;, but is forced to choose between them, even though there would ideally be a washer setting that anticipates the need for both considerations at once. Due to the laconic vagueness in the choice of wording for the dial (or button/menu), the &amp;quot;(Light)&amp;quot; may refer to the setting being intended for lightly or pastel colored clothing, that the setting is meant for delicate fabric, or that it is a quick, surface-level wash (i.e. as opposed to deep cleaning), though a separate &amp;quot;half load&amp;quot;/”economy&amp;quot; button (or similar) often exists that abbreviates the appropriate phases of each main washing cycle accordingly.&lt;br /&gt;
&lt;br /&gt;
The title text proposes deliberately ignoring the manual for a dishwasher and continuing to use the internet and other people for information on household devices. This might refer to the tendency for people to not read manuals and instead post their queries online awaiting answers, which sometimes gets disparaging comments to [[293: RTFM|read the manual]]. It also references [http://quora.com Quora], a website which allows users to publicly ask questions and answer the questions of others. The website is not typically known for its debates, although the situation in this comic could probably lead to one, as it is quite opinion-dependent with no true correct answer (even the suggested settings given in the manual, written by the makers themselves, could be prone to disagreement as users might find the settings to have adverse effects on their clothing, or discover an even better setting that the makers might not have had). Although Quora moderation is notably inconsistent, being inflammatory (as people tend to be in debates that progress too long) could lead to one's account being reported and banned, like on a typical social network or forum.&lt;br /&gt;
&lt;br /&gt;
The same concept of comic was recreated in [https://www.explainxkcd.com/wiki/index.php/2834:_Book_Podcasts 2384: Book Podcasts].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Cueball is standing in front of a large combination washing machine/dryer, holding a coat, wondering.]&lt;br /&gt;
:Cueball: Okay, do I want &amp;quot;Colors (light)&amp;quot; or &amp;quot;Delicate&amp;quot;? Does delicate mean less agitation? Or a slower spin?&lt;br /&gt;
:Cueball: I should Google, I bet clothing experts have experimented with various settings/clothing combos.&lt;br /&gt;
:Cueball: Ooh, someone should make a tool that indexes people's results by washer model, so you can look up what settings to use for a given...&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel]:&lt;br /&gt;
: Every now and then I forget that product manuals exist and spend a while reinventing them.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324511</id>
		<title>2834: Book Podcasts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324511"/>
				<updated>2023-09-27T20:27:12Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2834&lt;br /&gt;
| date      = September 27, 2023&lt;br /&gt;
| title     = Book Podcasts&lt;br /&gt;
| image     = book_podcasts_2x.png&lt;br /&gt;
| imagesize = 262x394px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I've been working my way through this 1950s podcast by someone named John Tolkien called 'Lord of the Rings'--it's a deep dive into this fictional world he created. Good stuff, really bingeable!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WHAT IF? AUDIOBOOK - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Randall describes how he regularly accidentally &amp;quot;discovers&amp;quot; the idea of audiobooks while listening to podcasts, with his newfound idea being nearly identical to the current form of audiobooks. The joke of the comic comes from such an idea likely being presented to other people before being shot down once the creator realizes.&lt;br /&gt;
&lt;br /&gt;
The title text is an inverse of the joke, with Randall seemingly having been listening to the Lord Of The Rings audiobook without realizing that this &amp;quot;podcast&amp;quot; was actually originally a book. This would [https://en.wikipedia.org/wiki/The_Lord_of_the_Rings_(1978_film)#Reception likely irritate] longtime fans of the book.&lt;br /&gt;
&lt;br /&gt;
This comic is similar to [https://www.explainxkcd.com/wiki/index.php/2724:_Washing_Machine_Settings 2724: Washing Machine Settings].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Cueball, wearing headphones and looking down towards a phone he is holding. From Cueball's head is a thought bubble.]&lt;br /&gt;
:Cueball: I need more podcasts to listen to while doing chores.&lt;br /&gt;
:&lt;br /&gt;
:Cueball: Hey, someone should do a podcast where they just read through a book! Each chapter could be an episode...&lt;br /&gt;
&lt;br /&gt;
:[Caption outside comic box:]&lt;br /&gt;
:Every now and then I reinvent audiobooks from first principles.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:LOTR]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324510</id>
		<title>2724: Washing Machine Settings</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324510"/>
				<updated>2023-09-27T20:25:35Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2724&lt;br /&gt;
| date      = January 13, 2023&lt;br /&gt;
| title     = Washing Machine Settings&lt;br /&gt;
| image     = washing_machine_settings_2x.png&lt;br /&gt;
| imagesize = 308x524px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I guess the engineers who built my dishwasher MIGHT have some insight into how to load it, but instead of reading the booklet they gave me, it seems easier to experiment for years and then get in arguments so heated that I get banned from Quora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic strip depicts Cueball (possibly [[Randall]]) standing in front of a washing machine, wondering which settings to use for his particular wash load. He ponders as to the intended meaning behind the word &amp;quot;Delicate&amp;quot; and decides to look up detailed information on what the settings do and when to use them. A thought then occurs to him that there should be a location where people could crowd-source data on what settings they have found work best for various clothing items, before realizing that that would likely have already been done by the manufacturers beforehand and the results put into the product manual.&lt;br /&gt;
&lt;br /&gt;
Labels on appliances tend to be terse, often using single words that make the intended interpretation challenging. In this case Cueball likely is trying to wash something that is both &amp;quot;delicate&amp;quot; and has &amp;quot;colors&amp;quot;, but is forced to choose between them, even though there would ideally be a washer setting that anticipates the need for both considerations at once. Due to the laconic vagueness in the choice of wording for the dial (or button/menu), the &amp;quot;(Light)&amp;quot; may refer to the setting being intended for lightly or pastel colored clothing, that the setting is meant for delicate fabric, or that it is a quick, surface-level wash (i.e. as opposed to deep cleaning), though a separate &amp;quot;half load&amp;quot;/”economy&amp;quot; button (or similar) often exists that abbreviates the appropriate phases of each main washing cycle accordingly.&lt;br /&gt;
&lt;br /&gt;
The title text proposes deliberately ignoring the manual for a dishwasher and continuing to use the internet and other people for information on household devices. This might refer to the tendency for people to not read manuals and instead post their queries online awaiting answers, which sometimes gets disparaging comments to [[293: RTFM|read the manual]]. It also references [http://quora.com Quora], a website which allows users to publicly ask questions and answer the questions of others. The website is not typically known for its debates, although the situation in this comic could probably lead to one, as it is quite opinion-dependent with no true correct answer (even the suggested settings given in the manual, written by the makers themselves, could be prone to disagreement as users might find the settings to have adverse effects on their clothing, or discover an even better setting that the makers might not have had). Although Quora moderation is notably inconsistent, being inflammatory (as people tend to be in debates that progress too long) could lead to one's account being reported and banned, like on a typical social network or forum.&lt;br /&gt;
&lt;br /&gt;
The same concept of comic was recreated in [https://www.explainxkcd.com/wiki/index.php/2834:_Book_Podcasts 2384: Book Podcasts]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Cueball is standing in front of a large combination washing machine/dryer, holding a coat, wondering.]&lt;br /&gt;
:Cueball: Okay, do I want &amp;quot;Colors (light)&amp;quot; or &amp;quot;Delicate&amp;quot;? Does delicate mean less agitation? Or a slower spin?&lt;br /&gt;
:Cueball: I should Google, I bet clothing experts have experimented with various settings/clothing combos.&lt;br /&gt;
:Cueball: Ooh, someone should make a tool that indexes people's results by washer model, so you can look up what settings to use for a given...&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel]:&lt;br /&gt;
: Every now and then I forget that product manuals exist and spend a while reinventing them.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324509</id>
		<title>2724: Washing Machine Settings</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2724:_Washing_Machine_Settings&amp;diff=324509"/>
				<updated>2023-09-27T20:25:16Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2724&lt;br /&gt;
| date      = January 13, 2023&lt;br /&gt;
| title     = Washing Machine Settings&lt;br /&gt;
| image     = washing_machine_settings_2x.png&lt;br /&gt;
| imagesize = 308x524px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I guess the engineers who built my dishwasher MIGHT have some insight into how to load it, but instead of reading the booklet they gave me, it seems easier to experiment for years and then get in arguments so heated that I get banned from Quora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic strip depicts Cueball (possibly [[Randall]]) standing in front of a washing machine, wondering which settings to use for his particular wash load. He ponders as to the intended meaning behind the word &amp;quot;Delicate&amp;quot; and decides to look up detailed information on what the settings do and when to use them. A thought then occurs to him that there should be a location where people could crowd-source data on what settings they have found work best for various clothing items, before realizing that that would likely have already been done by the manufacturers beforehand and the results put into the product manual.&lt;br /&gt;
&lt;br /&gt;
Labels on appliances tend to be terse, often using single words that make the intended interpretation challenging. In this case Cueball likely is trying to wash something that is both &amp;quot;delicate&amp;quot; and has &amp;quot;colors&amp;quot;, but is forced to choose between them, even though there would ideally be a washer setting that anticipates the need for both considerations at once. Due to the laconic vagueness in the choice of wording for the dial (or button/menu), the &amp;quot;(Light)&amp;quot; may refer to the setting being intended for lightly or pastel colored clothing, that the setting is meant for delicate fabric, or that it is a quick, surface-level wash (i.e. as opposed to deep cleaning), though a separate &amp;quot;half load&amp;quot;/”economy&amp;quot; button (or similar) often exists that abbreviates the appropriate phases of each main washing cycle accordingly.&lt;br /&gt;
&lt;br /&gt;
The title text proposes deliberately ignoring the manual for a dishwasher and continuing to use the internet and other people for information on household devices. This might refer to the tendency for people to not read manuals and instead post their queries online awaiting answers, which sometimes gets disparaging comments to [[293: RTFM|read the manual]]. It also references [http://quora.com Quora], a website which allows users to publicly ask questions and answer the questions of others. The website is not typically known for its debates, although the situation in this comic could probably lead to one, as it is quite opinion-dependent with no true correct answer (even the suggested settings given in the manual, written by the makers themselves, could be prone to disagreement as users might find the settings to have adverse effects on their clothing, or discover an even better setting that the makers might not have had). Although Quora moderation is notably inconsistent, being inflammatory (as people tend to be in debates that progress too long) could lead to one's account being reported and banned, like on a typical social network or forum.&lt;br /&gt;
&lt;br /&gt;
The same concept of comic was recreated in [https://www.explainxkcd.com/wiki/index.php/2834:_Book_Podcasts 2384:Book Podcasts]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Cueball is standing in front of a large combination washing machine/dryer, holding a coat, wondering.]&lt;br /&gt;
:Cueball: Okay, do I want &amp;quot;Colors (light)&amp;quot; or &amp;quot;Delicate&amp;quot;? Does delicate mean less agitation? Or a slower spin?&lt;br /&gt;
:Cueball: I should Google, I bet clothing experts have experimented with various settings/clothing combos.&lt;br /&gt;
:Cueball: Ooh, someone should make a tool that indexes people's results by washer model, so you can look up what settings to use for a given...&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel]:&lt;br /&gt;
: Every now and then I forget that product manuals exist and spend a while reinventing them.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324508</id>
		<title>2834: Book Podcasts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324508"/>
				<updated>2023-09-27T20:18:02Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Edit to transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2834&lt;br /&gt;
| date      = September 27, 2023&lt;br /&gt;
| title     = Book Podcasts&lt;br /&gt;
| image     = book_podcasts_2x.png&lt;br /&gt;
| imagesize = 262x394px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I've been working my way through this 1950s podcast by someone named John Tolkien called 'Lord of the Rings'--it's a deep dive into this fictional world he created. Good stuff, really bingeable!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WHAT IF? AUDIOBOOK - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Randall describes how he regularly accidentally &amp;quot;discovers&amp;quot; the idea of audiobooks while listening to podcasts, with his newfound idea being nearly identical to the current form of audiobooks. The joke of the comic comes from such an idea likely being presented to other people before being shot down once the creator realizes.&lt;br /&gt;
&lt;br /&gt;
The title text is an inverse of the joke, with Randall seemingly having been listening to the Lord Of The Rings audiobook without realizing that this &amp;quot;podcast&amp;quot; was actually originally a book. This would [https://en.wikipedia.org/wiki/The_Lord_of_the_Rings_(1978_film)#Reception likely irritate] longtime fans of the book.&lt;br /&gt;
&lt;br /&gt;
This comic is similar to [https://www.explainxkcd.com/wiki/index.php/2724:_Washing_Machine_Settings 2724: Washing Machine Settings]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Cueball, wearing headphones and looking down towards a phone he is holding. From Cueball's head is a thought bubble.]&lt;br /&gt;
:Cueball: I need more podcasts to listen to while doing chores.&lt;br /&gt;
:&lt;br /&gt;
:Cueball: Hey, someone should do a podcast where they just read through a book! Each chapter could be an episode...&lt;br /&gt;
&lt;br /&gt;
:[Caption outside comic box:]&lt;br /&gt;
:Every now and then I reinvent audiobooks from first principles.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:LOTR]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324507</id>
		<title>2834: Book Podcasts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2834:_Book_Podcasts&amp;diff=324507"/>
				<updated>2023-09-27T20:13:28Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Added link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2834&lt;br /&gt;
| date      = September 27, 2023&lt;br /&gt;
| title     = Book Podcasts&lt;br /&gt;
| image     = book_podcasts_2x.png&lt;br /&gt;
| imagesize = 262x394px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I've been working my way through this 1950s podcast by someone named John Tolkien called 'Lord of the Rings'--it's a deep dive into this fictional world he created. Good stuff, really bingeable!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WHAT IF? AUDIOBOOK - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Randall describes how he regularly accidentally &amp;quot;discovers&amp;quot; the idea of audiobooks while listening to podcasts, with his newfound idea being nearly identical to the current form of audiobooks. The joke of the comic comes from such an idea likely being presented to other people before being shot down once the creator realizes.&lt;br /&gt;
&lt;br /&gt;
The title text is an inverse of the joke, with Randall seemingly having been listening to the Lord Of The Rings audiobook without realizing that this &amp;quot;podcast&amp;quot; was actually originally a book. This would [https://en.wikipedia.org/wiki/The_Lord_of_the_Rings_(1978_film)#Reception likely irritate] longtime fans of the book.&lt;br /&gt;
&lt;br /&gt;
This comic is similar to [https://www.explainxkcd.com/wiki/index.php/2724:_Washing_Machine_Settings 2724: Washing Machine Settings]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Cueball, wearing headphones and looking down towards a phone he is holding. From Cueball's head is a thought bubble.]&lt;br /&gt;
:I need more podcasts to listen to while doing chores.&lt;br /&gt;
:&lt;br /&gt;
:Hey, someone should do a podcast where they just read through a book! Each chapter could be an episode...&lt;br /&gt;
&lt;br /&gt;
:[Caption outside comic box:]&lt;br /&gt;
:Every now and then I reinvent audiobooks from first principles.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:LOTR]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2822:_*@gmail.com&amp;diff=322837</id>
		<title>2822: *@gmail.com</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2822:_*@gmail.com&amp;diff=322837"/>
				<updated>2023-08-31T04:00:35Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Changes to transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2822&lt;br /&gt;
| date      = August 30, 2023&lt;br /&gt;
| title     = *@gmail.com&lt;br /&gt;
| image     = gmail_com_2x.png&lt;br /&gt;
| imagesize = 305x269px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Hi all, just replying to loop in *@outlook.com and *@yahoo.com.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by BOT@COMPUSERVE.NET - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
A wildcard symbol, such as the asterisk, is not generally usable via email servers, although email ''clients'' may sometimes implement such a function, internally, perhaps to support mailing-list functions (though more commonly this is done via named address-book 'groups'). That said, the asterisk character is a valid one for a mailbox, including group-boxes that might facilitate server-side distribution.&lt;br /&gt;
&lt;br /&gt;
The address *@gmail.com, as illustrated in the comic, is a proposed feature from Randall that would send an email to ''every'' Gmail user, without having each and every valid Gmail address at hand (manually typed in or via pre-populated email client address books). For obvious reasons, this is not actually a feature, but Randall suggests that if Google ever wanted to shut Gmail down, they could do either do it this way (possibly causing a service-ending overload of resources) ''or'' allow someone this one last boon (as a farewell gift, knowing that there would be relatively few additional repercussions to deal with).&lt;br /&gt;
&lt;br /&gt;
The title text suggests the possibility of a similar iteration over two further well-known mail services with similarly large userbases, but this time attempting to expand the resulting lists within the mail body of the above email, which would make the broadcast message much, ''much'' larger than the simple broadcast 'spam' that the originally illustrated email would be. It's likely this would annoy a few more people then the original message did {{citation needed}}. This also alludes to a occurrence in email chains where a user replies to simply add another user into the chain, which doesn't add much information to the group. &lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[A typical gmail UI] &lt;br /&gt;
:To: *@gmail.com (+expand)&lt;br /&gt;
:Cc: [Empty field]&lt;br /&gt;
:Bcc: [Empty field]&lt;br /&gt;
:Subj: New Friends&lt;br /&gt;
&lt;br /&gt;
:Hey all! Go ahead and introduce yourself!&lt;br /&gt;
&lt;br /&gt;
:[Caption:] If Google ever decides to shut down Gmail, they should let one user trigger a global reply-all apocalypse.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Email]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2767:_Recipe_Relativity&amp;diff=311432</id>
		<title>2767: Recipe Relativity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2767:_Recipe_Relativity&amp;diff=311432"/>
				<updated>2023-04-25T01:40:30Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2767&lt;br /&gt;
| date      = April 24, 2023&lt;br /&gt;
| title     = Recipe Relativity&lt;br /&gt;
| image     = recipe_relativity_2x.png&lt;br /&gt;
| imagesize = 303x332px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It says to cut the onions into 1/4&amp;quot; slices, but I'd better correct for length contraction.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BLACK BEAN MOVING AT 94% THE SPEED OF LIGHT- Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2767:_Recipe_Relativity&amp;diff=311431</id>
		<title>2767: Recipe Relativity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2767:_Recipe_Relativity&amp;diff=311431"/>
				<updated>2023-04-25T01:39:27Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: incomplete message change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2767&lt;br /&gt;
| date      = April 24, 2023&lt;br /&gt;
| title     = Recipe Relativity&lt;br /&gt;
| image     = recipe_relativity_2x.png&lt;br /&gt;
| imagesize = 303x332px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It says to cut the onions into 1/4&amp;quot; slices, but I'd better correct for length contraction.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BLACK BEAN MOVING AT 94% THE SPEED OF LIGHT- Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=84:_National_Language&amp;diff=307210</id>
		<title>84: National Language</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=84:_National_Language&amp;diff=307210"/>
				<updated>2023-03-04T02:13:07Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: /* Transcript */  added minor detail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 84&lt;br /&gt;
| date      = April 3, 2006&lt;br /&gt;
| title     = National Language&lt;br /&gt;
| image     = national_language.jpg&lt;br /&gt;
| titletext = She's pretty sharp when provoked.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is about the concept of {{w|Nativism (politics)|nativism}}, which is the view that those who are native to a place should have more rights than immigrants. A frequently expressed view in the U.S. (and in other countries) is that immigrants should learn English, which is the primary language in the United States.&lt;br /&gt;
&lt;br /&gt;
In the comic, one character is arrogantly arguing the nativist position. However, the woman next to him interrupts him and says a phrase in the {{w|Cherokee}} language - &amp;quot;Hello, my name is Sarah&amp;quot; - which is an Iroquoian language used by the Cherokee {{w|Native Americans in the United States|Native American}} people. Although Cherokee seems to be a relatively {{w|Cherokee#Origins|young culture}}, it is much more native to America than any European culture, such as English.&lt;br /&gt;
&lt;br /&gt;
The woman is therefore effectively suggesting a &amp;quot;what's good for the goose is good for the gander&amp;quot; argument, that if the Europeans did not have to learn the native language, why should current immigrants learn English? She points out that even the English speakers are immigrants who did not learn the native language. Alternatively, she is saying that the term &amp;quot;national language&amp;quot; has no clear meaning, especially in the United States, where there is no official language; therefore, the &amp;quot;language they speak there&amp;quot; can be any of the languages spoken in the country: English, Spanish, German, Cantonese, or Cherokee, to name a few.&lt;br /&gt;
&lt;br /&gt;
The title text reveals that Ponytail is in fact Randall's friend; in the comic it is unclear who his friend is.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption on top:]&lt;br /&gt;
:This happened to my friend:&lt;br /&gt;
&lt;br /&gt;
:[Three men and two women are standing in a row, next to a table on the right.]&lt;br /&gt;
:Cueball: English should be the national language. These immigrants should have to learn English when they come here.&lt;br /&gt;
:Megan: Yeah.&lt;br /&gt;
&lt;br /&gt;
:Cueball: When you go to live somewhere, you learn the language they speak there.&lt;br /&gt;
:Cueball: English is the language of the land.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: Excuse me, but osio Sarah dawado.&lt;br /&gt;
&lt;br /&gt;
:Cueball: What the hell was that?&lt;br /&gt;
:Ponytail: Cherokee.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Comics with lowercase text]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2741:_Wish_Interpretation&amp;diff=307160</id>
		<title>2741: Wish Interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2741:_Wish_Interpretation&amp;diff=307160"/>
				<updated>2023-03-03T04:02:59Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: word choice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2741&lt;br /&gt;
| date      = February 22, 2023&lt;br /&gt;
| title     = Wish Interpretation&lt;br /&gt;
| image     = wish_interpretation_2x.png&lt;br /&gt;
| imagesize = 740x288px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;I wish for everything in the world. All the people, money, trees, etc.&amp;quot; &amp;quot;Are you SURE you--&amp;quot; &amp;quot;And I want you to put it in my house.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by Rain, Rain, Stay - Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic [[Black Hat]] has found a lamp with a {{w|Genie (Disney)|magical genie}} inside. This genie will only fulfill one wish (not the standard three) and warns that it will twist the wish to teach him a lesson...&lt;br /&gt;
&lt;br /&gt;
In stories where wishing can come true by magical means, a common cliché is that the wisher will make a wish (for greater or lesser personal gain) but the entity who grants it will {{tvtropes|LiteralGenie|inadvertently}} (or {{tvtropes|JackassGenie|'inadvertently'}}) fulfill the exact wording in such a way that something bad happens which the wisher clearly did not foresee. This may teach the wisher, or at least the reader of the story, an important moral lesson against greed. The wish-granter is not always represented as deliberately obtuse or malicious, but may merely be a naive and uncritical servant of the wish-granting process. A wish for money, for example, might be 'easiest' to accomplish by suddenly being the recipient of a loved-one's Life Insurance rather than the rather less upsetting scenario of finding that they possess a winning lottery ticket. In the comic, however, this genie is perfectly self-aware of the part he will play in creatively misapplying the wish, and even goes so far as to forewarn the wisher – maybe a deliberate ploy to have wishers take a moment to think and tone down their more spontaneous demands.&lt;br /&gt;
&lt;br /&gt;
However, as is characteristic for him, Black Hat has no concern for the wider negative effects, and immediately wishes for rain to no longer happen, perpetually, for the apparent trivial reason of merely saving him the need to carry an umbrella. The {{w|Water cycle|consequences}} of this drastic change to the weather (no matter by which method it is accomplished) would plainly be very bad, as Black Hat is almost certainly fully aware. The genie realizes that there is very little 'good' idea for him to twist into a bad one, and that Black Hat will be peculiarly unreceptive to being 'taught a moral lesson'. Especially compared to the utter devastation that the granted wish ''will'' cause to the rest of the non-wishing world, which the genie might be reluctant to enact. &lt;br /&gt;
&lt;br /&gt;
Having persuaded his wisher to retract the original request, the genie now has to deal with two rather ''too'' open-ended, generally pessimistic requests in a similar vein. Exactly what Black Hat &amp;quot;deserves&amp;quot; is possibly subjective; and someone &amp;quot;getting what they deserve&amp;quot; tends to be a rather negative outcome. To this, the genie seems dismayed at Black Hat essentially wishing for a bad outcome (with nothing to twist to serve a moral lesson), but the genie still seems to have enough latent sympathy to lampshade the trouble being invited, assuming that it was a particularly unintended turn of phrase.&lt;br /&gt;
&lt;br /&gt;
Undaunted, the next version of Black Hat's revised wish uses even more unambiguously perilous wording. The suggestion of &amp;quot;what's coming to&amp;quot; someone is frequently used as a threat (or menacing promise) of violence. Even taken at face value, the wish would either be meaningless (Black Hat would receive whatever fate would have befallen him without the wish, and the genie would have effected no change), or it would be tautologous (whatever is coming to him is whatever the result of the wish is, so how is the genie to decide what that should be?). Regardless of the outcome, Black Hat is wishing for something already negative with no room for a moral twist, or something that is essentially tautological. This disheartens the genie even more, given the genie's apparent obligation to be inconveniently literal and problematic in interpreting wishes.&lt;br /&gt;
&lt;br /&gt;
Clearly outclassed in his attempt to establish his ability to cause problems, or perhaps out of pity for Black Hat's self-destructive wishes, the genie gets frustrated and backtracks rapidly. He offers just $20 (a token amount of money, possibly out of his own pocket in order to completely avoid using his potentially dangerous magical abilities) to get himself out of the original formulaic deal and permanently away from having to be under Black Hat's influence.&lt;br /&gt;
&lt;br /&gt;
In the title text, the wisher (possibly still Black Hat, or possibly just another rather awkward individual) wishes for everything in the world. This is itself a not unknown &amp;quot;bad wish&amp;quot; that would be creatively twisted into a bad consequence for the necessary narrative reasons (for example, ownership of everything in the world might come with inconvenient or even impossible responsibilities). The wish continues, however, and explicitly asks that all of this be put into their house. This is impossible for two reasons: First, everything wouldn't fit in their house unless it was made extremely dense, beyond the point of usefulness; second, it causes an infinite recursion, since their house is something in the world, so it would have to be put inside itself. Trying to grant this wish would likely also frustrate the genie, and certainly not allow them their usual scope of a personal (and proportional) educational twist.&lt;br /&gt;
&lt;br /&gt;
Black Hat has been seen experimenting with the rules for wishing before, in [[1086: Eyelash Wish Log]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Feel free to improve it or add more details. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Black Hat is holding a genie lamp in his hands. A genie has appeared from the end of the lamp. The genie is depicted as a turbanless Cueball-like figure floating without a lower body, having a puff of smoke in place of his legs.]&lt;br /&gt;
:Genie: I will grant you one wish.&lt;br /&gt;
:Genie: But beware, for I will twist the meaning of your words to teach you a lesson!&lt;br /&gt;
&lt;br /&gt;
:[Black Hat holds the lamp to his side. The genie has his arms crossed.] &lt;br /&gt;
:Black Hat: Gotcha! Hmm.&lt;br /&gt;
:Black Hat: I'm tired of carrying an umbrella. I wish it never rained again.&lt;br /&gt;
&lt;br /&gt;
:[Close-up on the genie.]&lt;br /&gt;
:Genie: ...Okay.&lt;br /&gt;
:Genie: I'm supposed to twist your words to teach you a lesson, but that actually sounds very straightforwardly bad.&lt;br /&gt;
:Genie: Can you maybe try again?&lt;br /&gt;
&lt;br /&gt;
:[Zoom back to Black Hat and the genie.]&lt;br /&gt;
:Black Hat: Fine. Just give me what I deserve.&lt;br /&gt;
:Genie: Oh my god. Have you read '''''any''''' stories about wishes?&lt;br /&gt;
:Black Hat: Come on! I want to get what's coming to me.&lt;br /&gt;
:Genie: Listen, I'm just gonna give you $20 and call this even.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Genie]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:externalities.png&amp;diff=306728</id>
		<title>File:externalities.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:externalities.png&amp;diff=306728"/>
				<updated>2023-02-24T04:29:48Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Xaiea uploaded a new version of File:externalities.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{XKCD file}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comic images]]&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2738:_Omniknot&amp;diff=306329</id>
		<title>2738: Omniknot</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2738:_Omniknot&amp;diff=306329"/>
				<updated>2023-02-16T03:23:15Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: More info on title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2738&lt;br /&gt;
| date      = February 15, 2023&lt;br /&gt;
| title     = Omniknot&lt;br /&gt;
| image     = omniknot_2x.png&lt;br /&gt;
| imagesize = 358x288px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The Gordian knot is an omniknot tied using every bend in the Ashley Book of Knots, and then for extra security the upper rope at every crossing is connected to the lower with a randomly-chosen hitch.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by THE KNOTTED OMNIBOT - Please change this comment when editing this page. Do KNOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic's title is a combination of the prefix omni- meaning all, and knot, creating a new word: omniknot, or the all-knot.&lt;br /&gt;
The comic jokes that if you have several potential {{w|knot}}s which could be tied in a given situation, rather than being forced to choose one, you can simply use all of them and create the comic's &amp;quot;Omniknot.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Knots in the middle, from top to bottom:&lt;br /&gt;
* {{w|Granny knot}}: A bad knot, usually the result of an improperly tied reef knot.&lt;br /&gt;
* {{w|Reef knot}}: This one is properly tied, however, it is a poor and possibly dangerous choice as a load-bearing bend as it has a tendency to capsize and untie itself.&lt;br /&gt;
* {{w|Sheet bend}}: Similar to the bowline, a popular, all around good choice, especially if one rope is thinner than the other (the loop should be on the thinner rope).&lt;br /&gt;
* {{w|Double sheet bend}}: A more secure version of the previous knot, especially if one rope is much thinner than the other.&lt;br /&gt;
* {{w|Carrick bend}}: A very good bend, especially if both ropes are similar in kind and thickness. This version, however, with the ends emerging from the same side is weaker than if the ends were diagonal from each other.&lt;br /&gt;
&lt;br /&gt;
On the sides are {{w|bowline}}s and each rope is terminated by a {{w|figure-eight knot}}.&lt;br /&gt;
&lt;br /&gt;
In the title text, the {{w|Gordian Knot}} is a knot which purportedly was extraordinarily complex and nearly impossible to untie. According to legend, when Alexander the Great was faced with the knot, he simply drew his sword and cut it in half, thereby &amp;quot;untying&amp;quot; it and solving the unsolvable. The Gordian Knot is now used as a linguistic metaphor to describe a problem whose solution, rather than being to directly solve it head-on, involves working around or otherwise bypassing its apparent constraints.&lt;br /&gt;
&lt;br /&gt;
{{w|The Ashley Book of Knots}} is an encyclopedia describing thousands of different knots. Though it is now dated because it was written before the widespread adoption of synthetic fiber rope, it is still considered the reference in knot tying. Using all bends from the book and as many hitches would make the final result very complex indeed. Randall proposes here that this was the true origin of the mythical Gordian Knot.&lt;br /&gt;
&lt;br /&gt;
In practice, it is not recommended to use overly complex knots as they provide little in term of additional security compared to a well chosen, simpler knot. The ease of tying and untying, especially in less than ideal conditions is also an important factor to consider. If strength is more important than the ease of tying and untying, {{w|Rope splicing|splices}} should be considered instead of knots as they don't weaken the rope as much as knots.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[There are two ropes tied together with several different kinds of knots.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:If you know several knots and can't figure out which one to use, just tie one of each.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:collectors_edition.png&amp;diff=303410</id>
		<title>File:collectors edition.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:collectors_edition.png&amp;diff=303410"/>
				<updated>2022-12-26T02:11:20Z</updated>
		
		<summary type="html">&lt;p&gt;Xaiea: Xaiea uploaded a new version of File:collectors edition.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Xaiea</name></author>	</entry>

	</feed>