<?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=172.70.214.183</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=172.70.214.183"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.70.214.183"/>
		<updated>2026-04-15T02:29:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2687:_Division_Notation&amp;diff=297160</id>
		<title>2687: Division Notation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2687:_Division_Notation&amp;diff=297160"/>
				<updated>2022-10-20T10:56:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ not my fault&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2687&lt;br /&gt;
| date      = October 19, 2022&lt;br /&gt;
| title     = Division Notation&lt;br /&gt;
| image     = division_notation_new_2x.png&lt;br /&gt;
| imagesize = 235x310px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Science tip: Scientists hardly ever use the two-dot division sign, and when they do it often doesn't even mean division, but they still get REALLY mad when you repurpose it to write stuff like SALE! ALL SHOES 30÷ OFF!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a GROUP OF SCHOOLCHILDREN DIVIDED AMONGST THEMSELVES. Do NOT delete this tazg too soon.}}&lt;br /&gt;
 &lt;br /&gt;
This comic pokes fun at some of the ways to write the {{w|Division (mathematics)|division}} operation in math. In this comic, [[Randall]] has used A as the dividend (the number being divided) and B as the divisor (the number that A is divided by). Division is the fourth simplest arithmetic operation in mathematics, after addition, subtraction, and multiplication.[https://plato.stanford.edu/entries/principia-mathematica/#PartIVRelaArit]&lt;br /&gt;
&lt;br /&gt;
The first two of the seven notations shown are the {{w|division sign}} (÷) and the {{w|long division}} notation used for {{w|short division}} and {{w|long division}} in beginning arithmetic. (Note: division typography is only used in some countries, and there are [https://en.wikipedia.org/wiki/Long_division#Notation_in_non-English-speaking_countries different notations in the non-English speaking world]). These methods of division are often used by school children because the ÷ sign is what most people use when first learning division, and the short division format is usually the first algorithm learned for dividing arbitrary dividends, typically starting with the easier abbreviated short division form.&lt;br /&gt;
&lt;br /&gt;
The expression on the third line, A/B, is the way division is usually written in software code. The four simple arithmetic operations in programming usually are +, -, *, /. This one was missing in the first version of the comic. This is most commonly seen in regular mathematics as it somewhat saves space, and is easy to type with the slash key. Additionally, it uses standard {{w|ASCII}} characters instead of sophisticated notation.&lt;br /&gt;
&lt;br /&gt;
The expression on the forth line, &amp;lt;sup&amp;gt;a&amp;lt;/sup&amp;gt;/&amp;lt;sub&amp;gt;b&amp;lt;/sub&amp;gt;, is how division is usually written when typography costs are not in question, in fraction notation. The Unicode character sets provide some specific fractions such as ⅓ as well as some superscript and subscript characters, so someone familiar with it might use it to write fractions such as ²²⁄₇.&lt;br /&gt;
&lt;br /&gt;
The fifth notation is the way division is written in science: the dividend on the top of the expression over the divisor on the bottom under a horizontal line. This is how a {{w|Fraction|fraction}} would be written. It has the advantage of clearly separating the numerator and denominator when they are longer expressions, such as polynomials, without needing to add parentheses. This format is mostly used in written and professionally typeset math, as it can't be typed without something like {{w|MathML}}, {{w|LaTeX}} or HTML tables.&lt;br /&gt;
&lt;br /&gt;
The sixth notation uses a negative exponent. The exponent -1 is equivalent to {{w|Multiplicative inverse|reciprocation}}. It can be used to keep the entire expression on one line. Note that ab&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; is equal to &amp;lt;sup&amp;gt;a&amp;lt;/sup&amp;gt;/&amp;lt;sub&amp;gt;b&amp;lt;/sub&amp;gt;. This format is often used to express physical units.&lt;br /&gt;
&lt;br /&gt;
The final form of notation declares a function. The writer defines a new function, F, that takes in the parameters A and B, before listing out the function's definition (trailing off in increasingly smaller text). Randall warns the reader they should escape while they still can, because both the function itself and the math environment as a whole are going to get relatively tedious. Integer division can be defined in terms of multiplicative inequalities and the remainder, or modulo ('%' in Python), operator. This situation is likely to occur in many sorts of algebra, where one might have to define what &amp;quot;division&amp;quot; means for two elements of a mathematical object such as a group, ring, or magma. One example would be an object G, such that, for two elements A and B of G, &amp;quot;A divided by B&amp;quot; is defined as an element C such that CB=A, or alternatively as an element C such that BC=A. These definitions will differ if multiplication in G is not commutative. Furthermore, if such a C is not unique, the function F(A,B) will need to include a method to select a unique value for &amp;quot;A divided by B&amp;quot; for each A and B. Thus, the F(A,B) in the comic might not even refer to a uniquely defined operation, but simply to the property of a function F(A,B) that is a valid division operation on G, given some definition of division. You were warned.&lt;br /&gt;
&lt;br /&gt;
The title text recommends distinguishing ÷ from %.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:&amp;lt;u&amp;gt;Division notation&amp;lt;/u&amp;gt;&lt;br /&gt;
:A÷B &lt;br /&gt;
:B(Ā Schoolchild.&lt;br /&gt;
:A/B Software engineer.&lt;br /&gt;
:&amp;lt;sup&amp;gt;A&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;B&amp;lt;/sub&amp;gt; Normal person or Unicode enthusiast.&lt;br /&gt;
:A over B Scientist.&lt;br /&gt;
:AB&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; Fancy scientist.&lt;br /&gt;
:F(A, B) such that F(G)= (text getting smaller) Oh no, run&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Science tip]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=269:_TCMP&amp;diff=296995</id>
		<title>269: TCMP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=269:_TCMP&amp;diff=296995"/>
				<updated>2022-10-19T01:53:24Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 269&lt;br /&gt;
| date      = May 28, 2007&lt;br /&gt;
| title     = TCMP&lt;br /&gt;
| image     = tcmp.png&lt;br /&gt;
| titletext = A big obstacle in experimenting with the mind's dream-simulation-engine is holding onto the details as you wake up. With TCMP you can bring back any information you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] trained himself to type while asleep, so he could communicate from inside his dreams. He calls this ''Trans-Consciousness Messaging Protocol'', or '''TCMP'''. He succeeds in using this system to send a message from inside his dream, but his friends, [[Megan]] and another Cueball, are disappointed when that first message is a {{w|troll (Internet)|trollish}} &amp;quot;F1rst p0st!!&amp;quot;, in this case, &amp;quot;trans-reality trolling&amp;quot;, instead of something constructive.&lt;br /&gt;
&lt;br /&gt;
Firstposting, or [https://www.urbandictionary.com/define.php?term=thread%20sniping thread sniping], is the practice of posting short messages to brag to others that you found and saw this content first. This practice was far more common at the time this comic was written, when high-traffic and poorly-moderated social media sites tended to display comments in increasing chronological order by default; as such, the oldest comments would be most prominently displayed at the top, while the newest comments would be buried at the bottom. These days, while low-traffic and closely-monitored forums still use this approach, social media sites instead tend to sort comments by rating, so that the most appreciated comments are given the most prominence and trollish comments like the cliche &amp;quot;F1rst p0st!!&amp;quot; are buried. See also [[1019: First Post]] and [[1258: First]] and regarding trolling [[493: Actuarial]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Bell &amp;amp; Watson&amp;quot; refers to {{w|Alexander Graham Bell}} and his assistant {{w|Thomas A. Watson}}. Bell is traditionally credited with inventing the {{w|telephone}}, because he was awarded the patent for it, although {{w|Elisha Gray and Alexander Bell telephone controversy|that is still controversial}}. His first phone call was to Watson in another part of their lab.&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;TCMP&amp;quot; is likely to be a portmanteau of TCP ({{w|Transmission Control Protocol}}) and ICMP ({{w|Internet Control Message Protocol}}), which are actual protocols used in computer networking.&lt;br /&gt;
&lt;br /&gt;
The title text explains how this protocol, if real, would be of great value in dream research, since you then would not have to worry about forgetting the dreams after waking up like as in [[430: Every Damn Morning]]. You can relay the dreams as you experience them.&lt;br /&gt;
&lt;br /&gt;
A possible downside is that in order for this to work, the dream has to be {{w|Lucid dream|lucid}}, where the dreamer is aware that they are dreaming. This type of dream is very fascinating to [[Randall]], as mentioned in the title text of [[203: Hallucinations]]. Because this method could not be used to study regular dreams, some possibilities for studying dreams would be limited.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball stands with a keyboard next to a bed. The keyboard is connected with a wire to a computer on a desk to the right. He talks to Megan and a Cueball-like friend.]&lt;br /&gt;
:Cueball: Hey, help me test the Trans-Consciousness Messaging Protocol.&lt;br /&gt;
:Friend: What's that?&lt;br /&gt;
:Cueball: I've been training myself to keep my fingers moving slightly as I fall asleep. So I can type from inside dreams.&lt;br /&gt;
&lt;br /&gt;
:[In a frameless panel, Cueball sits with the keyboard on the bed.]&lt;br /&gt;
:Cueball: I'm going to sleep now. My computer will relay my messages to you as I explore the dream world.&lt;br /&gt;
&lt;br /&gt;
:[Cueball stands with the keyboard in a forest with tall trees. The leaves are not visible; they are above the top of the drawing. At the top, there is a frame with text:]&lt;br /&gt;
:In the dream:&lt;br /&gt;
:Cueball (thinking): So strange to think none of this is real. &lt;br /&gt;
:Cueball (thinking): And yet I have this lifeline to the internet back home.&lt;br /&gt;
&lt;br /&gt;
:[Cueball places the keyboard on a stone, bends down, and types.]&lt;br /&gt;
:Cueball (thinking): A chance to speak from one reality to another. &lt;br /&gt;
:Cueball (thinking): I feel like Bell &amp;amp; Watson. I get to write the inaugural TCMP message. &lt;br /&gt;
:Cueball (thinking): Let's see...&lt;br /&gt;
:Keyboard: *Type type type*&lt;br /&gt;
&lt;br /&gt;
:[Megan is at the computer, and the Cueball-like friend behind her looks at his message from the dream. At the top, there is a frame with text:]&lt;br /&gt;
:Outside:&lt;br /&gt;
:Megan: &amp;quot;F1RST P0ST!!&amp;quot;?&lt;br /&gt;
:Friend: Great. He's jumped straight to trans-reality trolling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Dreams]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=269:_TCMP&amp;diff=296994</id>
		<title>269: TCMP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=269:_TCMP&amp;diff=296994"/>
				<updated>2022-10-19T01:52:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 269&lt;br /&gt;
| date      = May 28, 2007&lt;br /&gt;
| title     = TCMP&lt;br /&gt;
| image     = tcmp.png&lt;br /&gt;
| titletext = A big obstacle in experimenting with the mind's dream-simulation-engine is holding onto the details as you wake up. With TCMP you can bring back any information you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] trained himself to type while asleep, so he could communicate from inside his dreams. He calls this ''Trans-Consciousness Messaging Protocol'', or '''TCMP'''. He succeeds in using this system to send a message from inside his dream, but his friends, [[Megan]] and another Cueball, are disappointed when that first message is a {{w|troll (Internet)|trollish}} &amp;quot;F1rst p0st!!&amp;quot;, in this case, &amp;quot;trans-reality trolling&amp;quot;, instead of something constructive.&lt;br /&gt;
&lt;br /&gt;
Firstposting, or [https://www.urbandictionary.com/define.php?term=thread%20sniping thread sniping], is the practice of posting short messages to brag to others that you found and saw this content first. This practice was far more common at the time this comic was written, when high-traffic and poorly-moderated social media sites tended to display comments in increasing chronological order by default; as such, the oldest comments would be most prominently displayed at the top, while the newest comments would be buried at the bottom. These days, while low-traffic and closely-monitored forums still use this approach, social media sites instead tend to sort comments by rating, so that the most appreciated comments are given the most prominence and trollish comments like the cliche &amp;quot;F1rst p0st!!&amp;quot; are buried. See also [[1019: First Post]] and [[1258: First]] and regarding trolling [[493: Actuarial]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Bell &amp;amp; Watson&amp;quot; refers to {{w|Alexander Graham Bell}} and his assistant {{w|Thomas A. Watson}}. Bell is traditionally credited with inventing the {{w|telephone}}, because he was awarded the patent for it, although {{w|Elisha Gray and Alexander Bell telephone controversy|that is still controversial}}. His first phone call was to Watson in another part of their lab.&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;TCMP&amp;quot; is likely to be a portmanteau of TCP ({{w|Transmission Control Protocol}}) and ICMP ({{w|Internet Control Message Protocol}}), which are actual protocols used in computer networking.&lt;br /&gt;
&lt;br /&gt;
The title text explains how this protocol, if real, would be of great value in dream research, since you then would not have to worry about forgetting the dreams after waking up like as in [[430: Every Damn Morning]]. You can relay the dreams as you experience them.&lt;br /&gt;
&lt;br /&gt;
A possible downside is that in order for this to work, the dream has to be {{w|Lucid dream|lucid}}, where the dreamer is aware that they are dreaming. This type of dream is very fascinating to [[Randall]], as mentioned in the title text of [[203: Hallucinations]]. Because this method could not be used to study regular dreams, some possibilities for studying dreams would be limited.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball stands with a keyboard next to a bed. The keyboard is connected with a wire to a computer on a desk to the right. He talks to Megan and a Cueball-like friend.]&lt;br /&gt;
:Cueball: Hey, help me test the Trans-Consciousness Messaging Protocol.&lt;br /&gt;
:Friend: What's that?&lt;br /&gt;
:Cueball: I've been training myself to keep my fingers moving slightly as I fall asleep. So I can type from inside dreams.&lt;br /&gt;
&lt;br /&gt;
:[Cueball sits with the keyboard on the bed.]&lt;br /&gt;
:Cueball: I'm going to sleep now. My computer will relay my messages to you as I explore the dream world.&lt;br /&gt;
&lt;br /&gt;
:[Cueball stand with the keyboard in a forest with tall trees. The leaves are not visible; they are above the top of the drawing. At the top, there is a frame with text:]&lt;br /&gt;
:In the dream:&lt;br /&gt;
:Cueball (thinking): So strange to think none of this is real. &lt;br /&gt;
:Cueball (thinking): And yet I have this lifeline to the internet back home.&lt;br /&gt;
&lt;br /&gt;
:[Cueball places the keyboard on a stone, bends down, and types.]&lt;br /&gt;
:Cueball (thinking): A chance to speak from one reality to another. &lt;br /&gt;
:Cueball (thinking): I feel like Bell &amp;amp; Watson. I get to write the inaugural TCMP message. &lt;br /&gt;
:Cueball (thinking): Let's see...&lt;br /&gt;
:Keyboard: *Type type type*&lt;br /&gt;
&lt;br /&gt;
:[Megan is at the computer, and the Cueball-like friend behind her looks at his message from the dream. At the top, there is a frame with text:]&lt;br /&gt;
:Outside:&lt;br /&gt;
:Megan: &amp;quot;F1RST P0ST!!&amp;quot;?&lt;br /&gt;
:Friend: Great. He's jumped straight to trans-reality trolling.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Dreams]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=263:_Certainty&amp;diff=296993</id>
		<title>263: Certainty</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=263:_Certainty&amp;diff=296993"/>
				<updated>2022-10-19T01:50:11Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */ ce&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 263&lt;br /&gt;
| date      = May 18, 2007&lt;br /&gt;
| title     = Certainty&lt;br /&gt;
| image     = certainty.png&lt;br /&gt;
| titletext = a(b+c)=(ab)+(ac). Politicize that, bitches.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Megan]] and [[Cueball]] are teachers in this comic, talking about their students and the political discussions with them. They outline that it's not possible to find the real truth. But then Cueball, interrupted by a harrumph of the mathematics teacher [[Miss Lenhart]], states that Mathematics is an exception (because math can actually be ''proved'', conclusively). [[Randall]] likes mathematics because mathematical political discussions are not possible.&lt;br /&gt;
&lt;br /&gt;
The title text shows a simple valid mathematical equation, the {{w|distributive property}}, and Randall is daring one to politicize it. Though this happened years after the comic was published, [http://www.dailykos.com/story/2013/01/11/1178129/-Schools-spreading-socialism-by-teaching-the-distributive-property| people have in fact politicized the distributive property], claiming that teaching it promoted socialism.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A door seen from a hallway, with &amp;quot;Teachers' Lounge&amp;quot; on the glass. Next to the door is a sign reading &amp;quot;Award.&amp;quot; Inside are two teachers talking.]&lt;br /&gt;
:Megan: My students drew me into another political argument.&lt;br /&gt;
:Cueball: Eh; it happens.&lt;br /&gt;
:Megan: Lately, political debates bother me. They just show how good smart people are at rationalizing.&lt;br /&gt;
:[The two teachers, Megan and Cueball, continue talking. Megan has her arms raised. Miss Lenhart is seen reading a book on a sofa.]&lt;br /&gt;
:Megan: The world is so complicated - the more I learn, the less clear anything gets. There are too many ideas and arguments to pick and choose from. How can I trust myself to know the truth about anything? &lt;br /&gt;
:Megan: And if everything I know is so shaky, what on Earth am I doing teaching?&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball continue talking. Cueball has his hand raised. Miss Lenhart has looked up from her book.]&lt;br /&gt;
:Cueball: I guess you just do your best. No one can impart perfect universal truths to their students.&lt;br /&gt;
:Miss Lenhart: *ahem*&lt;br /&gt;
:Cueball: ...Except math teachers.&lt;br /&gt;
:Miss Lenhart: Thank you.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Miss Lenhart]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=263:_Certainty&amp;diff=296992</id>
		<title>263: Certainty</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=263:_Certainty&amp;diff=296992"/>
				<updated>2022-10-19T01:49:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */ improve&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 263&lt;br /&gt;
| date      = May 18, 2007&lt;br /&gt;
| title     = Certainty&lt;br /&gt;
| image     = certainty.png&lt;br /&gt;
| titletext = a(b+c)=(ab)+(ac). Politicize that, bitches.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Megan]] and [[Cueball]] are teachers in this comic, talking about their students and the political discussions with them. They outline that it's not possible to find the real truth. But then Cueball, interrupted by a harrumph of the mathematics teacher [[Miss Lenhart]], states that Mathematics is an exception (because math can actually be ''proved'', conclusively). [[Randall]] likes mathematics because mathematical political discussions are not possible.&lt;br /&gt;
&lt;br /&gt;
The title text shows a simple valid mathematical equation, the {{w|distributive property}}, and Randall is daring one to politicize it. Though this happened years after the comic was published, [http://www.dailykos.com/story/2013/01/11/1178129/-Schools-spreading-socialism-by-teaching-the-distributive-property| people have in fact politicized the distributive property], claiming that teaching it promoted socialism.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A door seen from a hallway, with &amp;quot;Teachers' Lounge&amp;quot; on the glass, next to the door is a sign reading &amp;quot;Award.&amp;quot; Inside are two teachers talking.]&lt;br /&gt;
:Megan: My students drew me into another political argument.&lt;br /&gt;
:Cueball: Eh; it happens.&lt;br /&gt;
:Megan: Lately, political debates bother me. They just show how good smart people are at rationalizing.&lt;br /&gt;
:[The two teachers, Megan and Cueball, continue talking. Megan has her arms raised. Miss Lenhart is seen reading a book on a sofa.]&lt;br /&gt;
:Megan: The world is so complicated - the more I learn, the less clear anything gets. There are too many ideas and arguments to pick and choose from. How can I trust myself to know the truth about anything? &lt;br /&gt;
:Megan: And if everything I know is so shaky, what on Earth am I doing teaching?&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball continue talking. Cueball has his hand raised. Miss Lenhart has looked up from her book.]&lt;br /&gt;
:Cueball: I guess you just do your best. No one can impart perfect universal truths to their students.&lt;br /&gt;
:Miss Lenhart: *ahem*&lt;br /&gt;
:Cueball: ...Except math teachers.&lt;br /&gt;
:Miss Lenhart: Thank you.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Miss Lenhart]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1176:_Those_Not_Present&amp;diff=296167</id>
		<title>1176: Those Not Present</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1176:_Those_Not_Present&amp;diff=296167"/>
				<updated>2022-10-06T23:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1176&lt;br /&gt;
| date      = February 20, 2013&lt;br /&gt;
| title     = Those Not Present&lt;br /&gt;
| image     = those not present.png&lt;br /&gt;
| titletext = 'Yeah, that squid's a total asshole.' [scoot scoot]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]] (likely representing [[Randall]]), has decided to leave conversations deemed toxic, by scooting a little bit away any time somebody badmouths someone not present. In each panel, he scoots progressively further away until he reaches an area with [[Megan]], [[Hairy]], and [[Beret Guy]], discussing {{w|giant squids}}. He decides to join them, as this conversation is far more interesting to him than one criticizing people behind their backs.&lt;br /&gt;
&lt;br /&gt;
The title text jokes that the second group, is, in fact, dissing the giant squid rather than discussing how cool it is. As the squid is not present{{Citation needed}}, Cueball scoots back.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Every time someone says something negative about a person who's not in the room, I scoot my chair back a few inches.&lt;br /&gt;
:[Cueball, Ponytail and two other people are sitting at a table drinking.]&lt;br /&gt;
:Person: ''He's'' not so bad, but his ''friends''...&lt;br /&gt;
:[Cueball scoots away from table.]&lt;br /&gt;
:''Scoot scoot''&lt;br /&gt;
&lt;br /&gt;
:Ponytail: His band is never gonna take off if...&lt;br /&gt;
:[Cueball scoots further away.]&lt;br /&gt;
:''Scoot scoot''&lt;br /&gt;
&lt;br /&gt;
:[Megan, Beret Guy, and Hairy come into view.]&lt;br /&gt;
:Off-screen: Yeah, his sister is even ''weirder''.&lt;br /&gt;
:Off-screen: Did you see she had...&lt;br /&gt;
:''Scoot scoot''&lt;br /&gt;
:Beret Guy: ...and there's a video, but it's blurry...&lt;br /&gt;
&lt;br /&gt;
:[Cueball turns around and leans his arm on his chair.]&lt;br /&gt;
:Cueball: What're you talking about?&lt;br /&gt;
:Hairy: Giant squid!&lt;br /&gt;
:Cueball: Mind if I join you?&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*In the first panel, the word &amp;quot;friends&amp;quot; was originally misspelled as &amp;quot;frends&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&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:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295891</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295891"/>
				<updated>2022-10-02T21:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ improve reference to other stuff in blog post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an IMAGINARY PATH-STRING STRANGULATION VICTIM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but he does so in a unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run, along with other measurements such as heart rate, blood oxygenation level, blood pressure, and mood. This is to encourage users to be more physically active.  However, Cueball has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Cueball has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Cueball has looped through his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability,] along with their support of self-quantification for sustainability when shopping for automobiles, used goods, and food. This may be particularly notable because of tech industry discussions between employees and executives about cost-benefit analyses comparing sharply increased profits and productivity from work-from-home to the value of coastal region commercial office space holdings and leases, relative to [https://www.epa.gov/climateleadership/scope-3-inventory-guidance scope 3 emissions].[https://www.latimes.com/business/technology/story/2021-04-28/google-is-saving-1-billion-per-year-as-a-result-of-employees-working-from-home][https://www.wsj.com/articles/companies-cutting-office-space-predict-long-term-savings-11625493601][https://www.bloomberg.com/news/articles/2021-07-15/google-googl-wants-employees-to-return-to-office-despite-productivity-gains][https://www.reuters.com/world/the-great-reboot/pay-cut-google-employees-who-work-home-could-lose-money-2021-08-10/][https://www.forbes.com/sites/jackkelly/2022/01/14/google-spends-billions-on-buying-office-buildings-is-this-a-sign-of-the-post-pandemic-pushback-against-remote-work/][https://www.computerworld.com/article/3659891/google-others-adding-office-space-in-anticipation-of-the-great-return.html]&lt;br /&gt;
&lt;br /&gt;
An &amp;quot;imaginary thread&amp;quot; connecting a person to where they came from (as portrayed in this comic, distinct from a mystical {{w|silver cord}} or {{w|red thread of fate}}) has been attested[https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/][https://www.reddit.com/r/xkcd/comments/xs50yr/xkcd_2679_quantified_self/iqjcmbv/?context=3] by some experiencing OCD conditions (see also [[245: Floor Tiles]], [[100: Family Circus]])&lt;br /&gt;
&lt;br /&gt;
The title text mentions several things that would make the red path longer: passing (one way) through a tube (water slide) or tunnel (subway or car wash), riding on a ferris wheel, or entering a building through one door and exiting another, in all cases the imaginary string would be &amp;quot;captured&amp;quot; and make the total distance longer.&lt;br /&gt;
&amp;lt;!-- commented out older, longer OCD-related section&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.{{cn}}[https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/][https://www.reddit.com/r/xkcd/comments/xs50yr/xkcd_2679_quantified_self/iqjcmbv/?context=3]&lt;br /&gt;
	 &lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&lt;br /&gt;
-- end of commented-out section --&amp;gt;&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295890</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295890"/>
				<updated>2022-10-02T21:20:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ explain other self-quantification in blog post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an IMAGINARY PATH-STRING STRANGULATION VICTIM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but he does so in a unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run, along with other measurements such as heart rate, blood oxygenation level, blood pressure, and mood. This is to encourage users to be more physically active.  However, Cueball has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Cueball has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Cueball has looped through his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability,] along with other forms of self-quantification when shopping for automobiles, used goods, and food. This may be particularly notable because of tech industry discussions between employees and executives about cost-benefit analyses comparing sharply increased profits and productivity from work-from-home to the value of coastal region commercial office space holdings and leases, relative to [https://www.epa.gov/climateleadership/scope-3-inventory-guidance scope 3 emissions].[https://www.latimes.com/business/technology/story/2021-04-28/google-is-saving-1-billion-per-year-as-a-result-of-employees-working-from-home][https://www.wsj.com/articles/companies-cutting-office-space-predict-long-term-savings-11625493601][https://www.bloomberg.com/news/articles/2021-07-15/google-googl-wants-employees-to-return-to-office-despite-productivity-gains][https://www.reuters.com/world/the-great-reboot/pay-cut-google-employees-who-work-home-could-lose-money-2021-08-10/][https://www.forbes.com/sites/jackkelly/2022/01/14/google-spends-billions-on-buying-office-buildings-is-this-a-sign-of-the-post-pandemic-pushback-against-remote-work/][https://www.computerworld.com/article/3659891/google-others-adding-office-space-in-anticipation-of-the-great-return.html]&lt;br /&gt;
&lt;br /&gt;
An &amp;quot;imaginary thread&amp;quot; connecting a person to where they came from (as portrayed in this comic, distinct from a mystical {{w|silver cord}} or {{w|red thread of fate}}) has been attested[https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/][https://www.reddit.com/r/xkcd/comments/xs50yr/xkcd_2679_quantified_self/iqjcmbv/?context=3] by some experiencing OCD conditions (see also [[245: Floor Tiles]], [[100: Family Circus]])&lt;br /&gt;
&lt;br /&gt;
The title text mentions several things that would make the red path longer: passing (one way) through a tube (water slide) or tunnel (subway or car wash), riding on a ferris wheel, or entering a building through one door and exiting another, in all cases the imaginary string would be &amp;quot;captured&amp;quot; and make the total distance longer.&lt;br /&gt;
&amp;lt;!-- commented out older, longer OCD-related section&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.{{cn}}[https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/][https://www.reddit.com/r/xkcd/comments/xs50yr/xkcd_2679_quantified_self/iqjcmbv/?context=3]&lt;br /&gt;
	 &lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&lt;br /&gt;
-- end of commented-out section --&amp;gt;&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2679:_Quantified_Self&amp;diff=295808</id>
		<title>Talk:2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2679:_Quantified_Self&amp;diff=295808"/>
				<updated>2022-10-01T09:39:09Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: indent per convention&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could also be a call back to the Billy Path comics run in Family Circus.  I don't have time today to add that research though. [[Special:Contributions/172.70.214.59|172.70.214.59]] 16:00, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here is an explanation of what it is about&lt;br /&gt;
https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/ {{unsigned|Florian F|18:11, 30 September 2022‎}}&lt;br /&gt;
:I was going to guess sorting Google Maps Directions by sustainability announced this past Wednesday. https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ [[Special:Contributions/172.69.134.17|172.69.134.17]] 18:53, 30 September 2022 (UTC)&lt;br /&gt;
::How is this comic about optimizing for sustainability?&lt;br /&gt;
:::It is about optimizing a particular attribute of maps directions. Sustainability is the most recent such attribute announced (two days prior to the comic) by a top-3 commerical maps directions provider. [[Special:Contributions/172.70.214.183|172.70.214.183]] 06:04, 1 October 2022 (UTC)&lt;br /&gt;
:::: Google optimizes paths for distance and time for a long time already.  The announcement is about optimizing for fuel efficiency instead.  The comic clearly speaks about measuring distance but not about fuel consumption.&lt;br /&gt;
:::: The comic also insists on the topological features of constructions, namely whether there is a hole.  This has nothing to do with fuel efficiency.  And how does pulling a string taut measure fuel efficiency?  I don't understand.&lt;br /&gt;
:::: The newspapers are full of events that happened 3 days ago.  What makes Google's announcement more relevant to the comic than other news? [[User:Florian F|Florian F]] ([[User talk:Florian F|talk]]) 09:29, 1 October 2022 (UTC)&lt;br /&gt;
::::: Are you saying your OCD interpretation is more likely? Do you have any sources compatible with {{w|WP:RSP}}? How do those sources compare to an annual software release announcement by a top-10 tech company? [[Special:Contributions/162.158.166.125|162.158.166.125]] 09:34, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think you're way off. I don't see any hint that it's about OCD. If it's similar to the condition you referenced, it's just a coincidence. The whole thing needs to be started from scratch. [[Special:Contributions/108.162.221.105|108.162.221.105]] 20:41, 30 September 2022 (UTC)&lt;br /&gt;
::That is why this site exists.  To explain things you don't see.  I don't think many people are familiar with this compulsion about an imaginary string retracing your path in space, but when you are, it is spot on. [[User:Florian F|Florian F]] ([[User talk:Florian F|talk]]) 23:09, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GOOMHR! - Although for me it was the opposite aim. I've had periods of time when I wouldn't even like (if I noticed, I wasn't like OCD or anything[1]!!!) to make a return journey that meant I even crossed the road at a different point and thus passed under a different telegraph wire between a different set of adjacent poles, on the presumption that if I were to 'retract my path' then it would be irrevocably looped around at least one telegraph poles. (But normal lamp-posts were Ok... the path-'string' could just pass over and around the top and continue to retract. And it could pass above/below anything movable like cars, people, etc.) My ideal would be to be topologically contracted to zero length. Nut I wasn't actually obsessed by it, just... sometimes noticed when I was forced to do something that would cause such 'problems' and might deliberately ensure that any such loop was fully reversed (in strict reverse order to any such transit adding them in) ''if at all possible''. Of course, once it was spoilt by one end of the journey being held by a loop, the rest didn't matter so much. [[Special:Contributions/162.158.34.71|162.158.34.71]] 18:21, 30 September 2022 (UTC)&lt;br /&gt;
:''[1] Not even CDO, which is like OCD but ordered alphabetically!''&lt;br /&gt;
:: I definitely am also someone who always played it your way, the reverse XKCD. My cats play it straight though, running into the house, through, and out a different entrance repeatedly one day, then the other way the day after. [[Special:Contributions/172.68.210.45|172.68.210.45]] 19:35, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
; Red string of Fate &lt;br /&gt;
The drawing looks like the red thread connecting people in chinese mythology.&lt;br /&gt;
-[[Special:Contributions/162.158.91.188|162.158.91.188]] 18:21, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What happens to the string if you crawl under a car which then drives off?[[Special:Contributions/172.70.134.141|172.70.134.141]] 20:05, 30 September 2022 (UTC)&lt;br /&gt;
:You probably would only count objects that were stationary after you passed them.[[User:Anonymouscript|Anonymouscript]] ([[User talk:Anonymouscript|talk]]) 21:10, 30 September 2022 (UTC)&lt;br /&gt;
::If it can conceivably move over your 'thread', then it isn't a 'tangling loop'. You have to allow for any degree of mysterious topological optimisation that can magically unhook itself from anything that can be unhooked from, no matter {{w|Alexander horned sphere|how much work it has to do to do so}}, and if that has to include choosing just the right time (with perfect prescience, where necessary!) to allow it to untangle wherever/whenever possible. [[Special:Contributions/162.158.34.205|162.158.34.205]] 21:25, 30 September 2022 (UTC)&lt;br /&gt;
:::That doesn't make sense, taken to the extreme, since all things will turn to dust eventually.[[Special:Contributions/162.158.107.42|162.158.107.42]] 21:47, 30 September 2022 (UTC)&lt;br /&gt;
::::Within the period of your concern (e.g. per daily routine), I would presume. That gantry over the road will be (partially, perhaps in stages) dissasembled for maintenance at some point, if not outright taken down, allowing an arbitrarily future-sensitive thread to not be caught up in it any more. Tachyonic thread-behaviour could happily unwrap around the time ''before'' the gantry (or bridges, or arch) were built, and as for the house... Before completion or after the next F5 tornado, the 4D constraints are far less (a line snagged permanently in a 4D 'passage' suggests something a bit more interesting, given a closed door doesn't 'snag' in 3D, only the use of two different doorways, with or without actual doors). But limiting it to a daily assesment bookends the whole 4D construct with a virtual lintel over (and under, in the ''t''-dimension) any potential gap for thread-movement that might be considered a way to be optimising to minimal necessary set of straight-line distances... Well, unless you learn the gantry was only assembled that morning, or that it had sufficient Ship Of Theseus-style repairs during the day, or a truck hit it by the end of the day... then it still acts as a looped-snagger&lt;br /&gt;
::::The car is trivial, in comparison, as we ''know'' it drives away in the posited scenario (and within the duration of the scenario). Even if our mental thread-pull does not allow us to tug it under the firmly ground-planted tyres, by reducing to periods of instaniousness as the 'trapped' thread is then rolled over (and even more tightly trapped, without violating the 'through solid matter' issue) you reach a point where it is now rolled ''off'' of (no longer underneath the car at all) so you can consider it untrapped. Unlike any thread that was threaded in through the driver's side door but out again through the passenger-side one, which traps loops completely (except for convertables, of course, or if Black Hat subsequently does a more width-wise [[562: Parking|version of the &amp;quot;cut'n'shut&amp;quot;, with or without the &amp;quot;shut&amp;quot; bit]].&lt;br /&gt;
::::But that's just my interpretation. Thread-line obsessions probably come in various flavours and twists (can a thread-line knot about itself? And, insofar as the car example, is it basically forced to stay 'loose' but looped under the car as it drives, at least until enough of the car's wheels lose contact with the ground due to excessive speed over a humped bridge or even speedbump?) and I can't speak for all of them, but my reasonable (FCVO 'reasonable') assessment suggests that there are get outs ''and'' constraints that might be more universal than not. [[Special:Contributions/172.70.91.48|172.70.91.48]] 01:47, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{cot|When it was all about the OCD}}&lt;br /&gt;
This is about a type of OCD where some people feel like they have an imaginary string connecting them to where they come from. As they move around, that string gets entangled and they feel the urge to untangle it. When they enter a car, they feel the need to exit the car from the same door, or else the string will be trapped as forever passing through the car. When they enter a building, they feel they need to exit using the same doorway(s), to avoid entangling the string in the building.&lt;br /&gt;
&lt;br /&gt;
Some cases, like turning around a lamp post are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
There may not be an official clinical name for this variety of OCD, but one suggested one is the &amp;quot;imaginary path-string&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Randall treats this OCD like a new measure to add to one's quantified self. The quantified self normally refers to the collection of measurements about your activity, like the number of steps you walk in a day, or monitoring your weight, blood pressure or calories intake. Here, Cueball measures his OCD, i.e. how long this imaginary string has become at the end of the day, after mentally untangling the string as much as possible with valid changes, like moving it around objects, but never through solid matter.&lt;br /&gt;
&lt;br /&gt;
Unlike most people with this OCD, who feel the urge to minimize it, Randall/Cueball takes the opposite stance and actually prefers to maximize the (optimally minimal) length of that imaginary string.&lt;br /&gt;
&lt;br /&gt;
The alt text tells about all the things that become useful adjuncts to this way of thinking and measuring, such as passing (one way) through any tube, tunnel or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible. All of these situations are dreaded by the people with the more traditional version of OCD. &lt;br /&gt;
{{cob}}&lt;br /&gt;
...because someone [https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;amp;diff=295745&amp;amp;oldid=295744 ''just deleted it''], and didn't even appear to attempt to replace it with anything useful themselves. (It did need a lot of editing, but not sure it is totally inapplicable, given the demonstrated familiarity with the basic concept by Randall's target audience...) [[Special:Contributions/162.158.34.205|162.158.34.205]] 21:25, 30 September 2022 (UTC)&lt;br /&gt;
::I also had a preoccupation with this sort of thing, for a while as a child. My magic thread was a remnant of the umbilical cord, with one end permanently anchored in the hospital where I was born. I had little or no knowledge of the fundamental nature of matter and just thought of it as a rubber band that was too small to see or feel. Like in the comic and other comments here, it could magically stretch as much as needed and would un-stretch when possible. I did not consider changing behaviour (e.g. choosing an exit to leave a building) because I had no desire for it to be longer or shorter, and it was clearly far too late to make a significant difference. I did spend quite some time thinking of all the places the thread must have gotten caught (as in the comic) and estimating its total length. (I did not consider airports, or my estimate would have been far longer). [[User:Mrob27|Mrob27]] ([[User talk:Mrob27|talk]]) 06:17, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Comics with color, red-line subset&lt;br /&gt;
As [[:Category:Comics with color]] doesn't have a currently extant Talk-page to it, mentioning it here (although not sure if this one counts, as much, for my suggestion). Many CwC examples are basically &amp;quot;monochrome with added red&amp;quot; ([[2639: Periodic Table Changes|'corrections' to periodic tables]], e.g.) that are distinct from &amp;quot;having lines of various colours&amp;quot; (like [[657: Movie Narrative Charts|multidata plottings]]), which are in turn distinctive from [[2598: Graphic Designers|floodfilled]] or [[1024: Error Code|brushstroked]] multihue images. A simple(ish) algorithm could autoclassify all images with any non-greyscale pixels in them, but (from a human perspective, which is [[1530: Keyboard Mash|definitely my kind of perspective]]!) I think that we could sub-split CwC candidates into something like &amp;quot;(Monochrome) Comics with added red lines&amp;quot;, and the rest. Doubtless some are going to be edge-cases (is this one technically a red-line one? Probably, but it's not really the same as a 'correction/annotation' red-lined comic), but such subcategorisation might still be broadly useful. - Just a wild idea, that you could perhaps safely ignore. [[Special:Contributions/172.70.90.117|172.70.90.117]] 02:25, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Are there any ''reliable'' sources for the OCD interpretation, or merely a collection of anecdotes? If the former, please spell out and wikilink OCD. [[Special:Contributions/172.71.158.119|172.71.158.119]] 07:24, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have some questions about the Google Maps Directions sustainability and related Google features; please see:&lt;br /&gt;
* https://itep.org/the-impact-of-work-from-home-on-commercial-property-values-and-the-property-tax-in-u-s-cities/&lt;br /&gt;
* https://www.theguardian.com/commentisfree/2022/may/08/working-from-home-commercial-office-space-booming&lt;br /&gt;
* https://www.latimes.com/business/story/2021-08-12/office-rentals-shrink-as-tenant-employees-work-from-home&lt;br /&gt;
* https://www.computerworld.com/article/3659891/google-others-adding-office-space-in-anticipation-of-the-great-return.html&lt;br /&gt;
* https://www.forbes.com/sites/jackkelly/2022/01/14/google-spends-billions-on-buying-office-buildings-is-this-a-sign-of-the-post-pandemic-pushback-against-remote-work/&lt;br /&gt;
* https://www.wsj.com/articles/companies-cutting-office-space-predict-long-term-savings-11625493601&lt;br /&gt;
Firstly, has Google published a cost-benefit analysis comparing the sharply increased profits and productivity from work-from-home to the value of coastal region commercial office space holdings and leases? [[Special:Contributions/172.70.214.59|172.70.214.59]] 08:49, 1 October 2022 (UTC)&lt;br /&gt;
:Added, except I TLDRed on those six links lol. [[Special:Contributions/162.158.166.185|162.158.166.185]] 08:57, 1 October 2022 (UTC)&lt;br /&gt;
::This looks totally irrelevant to me. [[User:Florian F|Florian F]] ([[User talk:Florian F|talk]]) 09:29, 1 October 2022 (UTC)&lt;br /&gt;
:Did you miss these three?&lt;br /&gt;
:* https://www.latimes.com/business/technology/story/2021-04-28/google-is-saving-1-billion-per-year-as-a-result-of-employees-working-from-home &lt;br /&gt;
:* https://www.bloomberg.com/news/articles/2021-07-15/google-googl-wants-employees-to-return-to-office-despite-productivity-gains&lt;br /&gt;
:* https://www.reuters.com/world/the-great-reboot/pay-cut-google-employees-who-work-home-could-lose-money-2021-08-10/&lt;br /&gt;
:? [[Special:Contributions/162.158.166.125|162.158.166.125]] 09:31, 1 October 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295786</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295786"/>
				<updated>2022-10-01T06:09:50Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ copyedit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an IMAGINARY PATH-STRING STRANGULATION VICTIM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] (presumably a representation of [[Randall]] in this comic) is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but as is usual for Randall, he does so in his very unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run.  This is to encourage users to be more physically active.  However, Randall has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Randall has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Randall has looped around his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability.]&lt;br /&gt;
&lt;br /&gt;
The title text mentions concepts useful adjuncts for such measurements and evaluations, such as passing (one way) through any tube, tunnel, ferris wheel, car wash, or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible.&lt;br /&gt;
&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.&lt;br /&gt;
(See for instance [https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/])&lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295785</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295785"/>
				<updated>2022-10-01T06:06:57Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: article agreement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an IMAGINARY PATH-STRING STRANGULATION VICTIM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] (presumably a representation of [[Randall]] in this comic) is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but as is usual for Randall, he does so in his very unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run.  This is to encourage users to be more physically active.  However, Randall has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Randall has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Randall has looped around his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability.]&lt;br /&gt;
&lt;br /&gt;
The title text mentions all the things that become useful adjuncts to this way of thinking and measuring, such as passing (one way) through any tube, tunnel or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible.&lt;br /&gt;
&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.&lt;br /&gt;
(See for instance [https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/])&lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295784</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295784"/>
				<updated>2022-10-01T06:06:15Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ tighten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a IMAGINARY PATH-STRING STRANGULATION VICTIM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] (presumably a representation of [[Randall]] in this comic) is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but as is usual for Randall, he does so in his very unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run.  This is to encourage users to be more physically active.  However, Randall has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Randall has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Randall has looped around his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability.]&lt;br /&gt;
&lt;br /&gt;
The title text mentions all the things that become useful adjuncts to this way of thinking and measuring, such as passing (one way) through any tube, tunnel or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible.&lt;br /&gt;
&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.&lt;br /&gt;
(See for instance [https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/])&lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2679:_Quantified_Self&amp;diff=295783</id>
		<title>Talk:2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2679:_Quantified_Self&amp;diff=295783"/>
				<updated>2022-10-01T06:04:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This could also be a call back to the Billy Path comics run in Family Circus.  I don't have time today to add that research though. [[Special:Contributions/172.70.214.59|172.70.214.59]] 16:00, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here is an explanation of what it is about&lt;br /&gt;
https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/ {{unsigned|Florian F|18:11, 30 September 2022‎}}&lt;br /&gt;
:I was going to guess sorting Google Maps Directions by sustainability announced this past Wednesday. https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ [[Special:Contributions/172.69.134.17|172.69.134.17]] 18:53, 30 September 2022 (UTC)&lt;br /&gt;
::How is this comic about optimizing for sustainability?&lt;br /&gt;
:::It is about optimizing a particular attribute of maps directions. Sustainability is the most recent such attribute announced two days prior to the comic by a top-3 commerical maps directions provider. [[Special:Contributions/172.70.214.183|172.70.214.183]] 06:04, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think you're way off. I don't see any hint that it's about OCD. If it's similar to the condition you referenced, it's just a coincidence. The whole thing needs to be started from scratch. [[Special:Contributions/108.162.221.105|108.162.221.105]] 20:41, 30 September 2022 (UTC)&lt;br /&gt;
:That is why this site exists.  To explain things you don't see.  I don't think many people are familiar with this compulsion about an imaginary string retracing your path in space, but when you are, it is spot on. [[User:Florian F|Florian F]] ([[User talk:Florian F|talk]]) 23:09, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GOOMHR! - Although for me it was the opposite aim. I've had periods of time when I wouldn't even like (if I noticed, I wasn't like OCD or anything[1]!!!) to make a return journey that meant I even crossed the road at a different point and thus passed under a different telegraph wire between a different set of adjacent poles, on the presumption that if I were to 'retract my path' then it would be irrevocably looped around at least one telegraph poles. (But normal lamp-posts were Ok... the path-'string' could just pass over and around the top and continue to retract. And it could pass above/below anything movable like cars, people, etc.) My ideal would be to be topologically contracted to zero length. Nut I wasn't actually obsessed by it, just... sometimes noticed when I was forced to do something that would cause such 'problems' and might deliberately ensure that any such loop was fully reversed (in strict reverse order to any such transit adding them in) ''if at all possible''. Of course, once it was spoilt by one end of the journey being held by a loop, the rest didn't matter so much. [[Special:Contributions/162.158.34.71|162.158.34.71]] 18:21, 30 September 2022 (UTC)&lt;br /&gt;
:''[1] Not even CDO, which is like OCD but ordered alphabetically!''&lt;br /&gt;
:: I definitely am also someone who always played it your way, the reverse XKCD. My cats play it straight though, running into the house, through, and out a different entrance repeatedly one day, then the other way the day after. [[Special:Contributions/172.68.210.45|172.68.210.45]] 19:35, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
; Red string of Fate &lt;br /&gt;
The drawing looks like the red thread connecting people in chinese mythology.&lt;br /&gt;
-[[Special:Contributions/162.158.91.188|162.158.91.188]] 18:21, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What happens to the string if you crawl under a car which then drives off?[[Special:Contributions/172.70.134.141|172.70.134.141]] 20:05, 30 September 2022 (UTC)&lt;br /&gt;
:You probably would only count objects that were stationary after you passed them.[[User:Anonymouscript|Anonymouscript]] ([[User talk:Anonymouscript|talk]]) 21:10, 30 September 2022 (UTC)&lt;br /&gt;
::If it can conceivably move over your 'thread', then it isn't a 'tangling loop'. You have to allow for any degree of mysterious topological optimisation that can magically unhook itself from anything that can be unhooked from, no matter {{w|Alexander horned sphere|how much work it has to do to do so}}, and if that has to include choosing just the right time (with perfect prescience, where necessary!) to allow it to untangle wherever/whenever possible. [[Special:Contributions/162.158.34.205|162.158.34.205]] 21:25, 30 September 2022 (UTC)&lt;br /&gt;
:::That doesn't make sense, taken to the extreme, since all things will turn to dust eventually.[[Special:Contributions/162.158.107.42|162.158.107.42]] 21:47, 30 September 2022 (UTC)&lt;br /&gt;
::::Within the period of your concern (e.g. per daily routine), I would presume. That gantry over the road will be (partially, perhaps in stages) dissasembled for maintenance at some point, if not outright taken down, allowing an arbitrarily future-sensitive thread to not be caught up in it any more. Tachyonic thread-behaviour could happily unwrap around the time ''before'' the gantry (or bridges, or arch) were built, and as for the house... Before completion or after the next F5 tornado, the 4D constraints are far less (a line snagged permanently in a 4D 'passage' suggests something a bit more interesting, given a closed door doesn't 'snag' in 3D, only the use of two different doorways, with or without actual doors). But limiting it to a daily assesment bookends the whole 4D construct with a virtual lintel over (and under, in the ''t''-dimension) any potential gap for thread-movement that might be considered a way to be optimising to minimal necessary set of straight-line distances... Well, unless you learn the gantry was only assembled that morning, or that it had sufficient Ship Of Theseus-style repairs during the day, or a truck hit it by the end of the day... then it still acts as a looped-snagger&lt;br /&gt;
::::The car is trivial, in comparison, as we ''know'' it drives away in the posited scenario (and within the duration of the scenario). Even if our mental thread-pull does not allow us to tug it under the firmly ground-planted tyres, by reducing to periods of instaniousness as the 'trapped' thread is then rolled over (and even more tightly trapped, without violating the 'through solid matter' issue) you reach a point where it is now rolled ''off'' of (no longer underneath the car at all) so you can consider it untrapped. Unlike any thread that was threaded in through the driver's side door but out again through the passenger-side one, which traps loops completely (except for convertables, of course, or if Black Hat subsequently does a more width-wise [[562: Parking|version of the &amp;quot;cut'n'shut&amp;quot;, with or without the &amp;quot;shut&amp;quot; bit]].&lt;br /&gt;
::::But that's just my interpretation. Thread-line obsessions probably come in various flavours and twists (can a thread-line knot about itself? And, insofar as the car example, is it basically forced to stay 'loose' but looped under the car as it drives, at least until enough of the car's wheels lose contact with the ground due to excessive speed over a humped bridge or even speedbump?) and I can't speak for all of them, but my reasonable (FCVO 'reasonable') assessment suggests that there are get outs ''and'' constraints that might be more universal than not. [[Special:Contributions/172.70.91.48|172.70.91.48]] 01:47, 1 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{cot|When it was all about the OCD}}&lt;br /&gt;
This is about a type of OCD where some people feel like they have an imaginary string connecting them to where they come from. As they move around, that string gets entangled and they feel the urge to untangle it. When they enter a car, they feel the need to exit the car from the same door, or else the string will be trapped as forever passing through the car. When they enter a building, they feel they need to exit using the same doorway(s), to avoid entangling the string in the building.&lt;br /&gt;
&lt;br /&gt;
Some cases, like turning around a lamp post are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
There may not be an official clinical name for this variety of OCD, but one suggested one is the &amp;quot;imaginary path-string&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Randall treats this OCD like a new measure to add to one's quantified self. The quantified self normally refers to the collection of measurements about your activity, like the number of steps you walk in a day, or monitoring your weight, blood pressure or calories intake. Here, Cueball measures his OCD, i.e. how long this imaginary string has become at the end of the day, after mentally untangling the string as much as possible with valid changes, like moving it around objects, but never through solid matter.&lt;br /&gt;
&lt;br /&gt;
Unlike most people with this OCD, who feel the urge to minimize it, Randall/Cueball takes the opposite stance and actually prefers to maximize the (optimally minimal) length of that imaginary string.&lt;br /&gt;
&lt;br /&gt;
The alt text tells about all the things that become useful adjuncts to this way of thinking and measuring, such as passing (one way) through any tube, tunnel or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible. All of these situations are dreaded by the people with the more traditional version of OCD. &lt;br /&gt;
{{cob}}&lt;br /&gt;
...because someone [https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;amp;diff=295745&amp;amp;oldid=295744 ''just deleted it''], and didn't even appear to attempt to replace it with anything useful themselves. (It did need a lot of editing, but not sure it is totally inapplicable, given the demonstrated familiarity with the basic concept by Randall's target audience...) [[Special:Contributions/162.158.34.205|162.158.34.205]] 21:25, 30 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Comics with color, red-line subset&lt;br /&gt;
As [[:Category:Comics with color]] doesn't have a currently extant Talk-page to it, mentioning it here (although not sure if this one counts, as much, for my suggestion). Many CwC examples are basically &amp;quot;monochrome with added red&amp;quot; ([[2639: Periodic Table Changes|'corrections' to periodic tables]], e.g.) that are distinct from &amp;quot;having lines of various colours&amp;quot; (like [[657: Movie Narrative Charts|multidata plottings]]), which are in turn distinctive from [[2598: Graphic Designers|floodfilled]] or [[1024: Error Code|brushstroked]] multihue images. A simple(ish) algorithm could autoclassify all images with any non-greyscale pixels in them, but (from a human perspective, which is [[1530: Keyboard Mash|definitely my kind of perspective]]!) I think that we could sub-split CwC candidates into something like &amp;quot;(Monochrome) Comics with added red lines&amp;quot;, and the rest. Doubtless some are going to be edge-cases (is this one technically a red-line one? Probably, but it's not really the same as a 'correction/annotation' red-lined comic), but such subcategorisation might still be broadly useful. - Just a wild idea, that you could perhaps safely ignore. [[Special:Contributions/172.70.90.117|172.70.90.117]] 02:25, 1 October 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295782</id>
		<title>2679: Quantified Self</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2679:_Quantified_Self&amp;diff=295782"/>
				<updated>2022-10-01T06:00:18Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* OCD interpretation */ ce&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2679&lt;br /&gt;
| date      = September 30, 2022&lt;br /&gt;
| title     = Quantified Self&lt;br /&gt;
| image     = quantified_self_2x.png&lt;br /&gt;
| imagesize = 386x328px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's made me way more excited about ferris wheels, subways, car washes, waterslides, and store entrances that have double doors with a divider in the middle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PERSON STRANGLED TO DEATH WITH IMAGINARY PATH-STRING - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] (presumably a representation of [[Randall]] in this comic) is talking about how he embraces the {{w|quantified self}}, a popular philosophy promoting monitoring yourself with devices and data in the hope to help your well-being. He claims to apply this philosophy to his life, but as is usual for Randall, he does so in his very unique and absurdly humorous way, with help from a smart watch or handheld mobile device.&lt;br /&gt;
&lt;br /&gt;
Typically, fitness apps and wearable devices will track the number of steps that users take and distances walked or run.  This is to encourage users to be more physically active.  However, Randall has chosen to track a modified version of this metric, in which his path is post-processed by contracting it. Ordinarily, people begin and end their days in bed; in this case, it can get 'caught' where Randall has passed through topological tunnels. (See [[2658: Coffee Cup Holes]] and [[2625: Field Topology]] for details.) In the comic strip, we see that, over the course of his week, Randall has looped around his house twice (which could itself conceal any number of activities, so long as he left through his front door and returned through his back door) and crossed under two highway overpasses, a highway sign, and apparently the St. Louis {{w|Gateway Arch}} before almost returning home.&lt;br /&gt;
&lt;br /&gt;
This comic appeared two days after [https://blog.google/products/search/new-ways-to-make-more-sustainable-choices/ Google's announcement that Maps Directions will be sortable by sustainability.]&lt;br /&gt;
&lt;br /&gt;
The title text mentions all the things that become useful adjuncts to this way of thinking and measuring, such as passing (one way) through any tube, tunnel or frame made of solid material that could thus capture the imaginary string and help to keep its ultimate distance as lengthy as possible.&lt;br /&gt;
&lt;br /&gt;
===OCD interpretation===&lt;br /&gt;
&lt;br /&gt;
The quantity Randall measures can be recognized as a specific type of OCD where people feel like they have an imaginary string connecting them to where they come from.&lt;br /&gt;
(See for instance [https://www.reddit.com/r/OCD/comments/1ve309/invisible_thread_attached_to_my_back_am_i_the/])&lt;br /&gt;
As they move around, that string gets entangled and they feel the urge to untangle it.  When they enter a car, they feel the need to exit the car from the same door, to avoid that the string gets trapped by forever passing through the car.  When they enter a building, they feel they need to exit using the same staircases and doorway(s), to avoid entangling the string in the building. Some situations, like turning around a lamp post, are OK because you can imagine removing the loop over the top of the lamp post, such that it is not really entangled.&lt;br /&gt;
&lt;br /&gt;
Randall tries a new approach to deal with this OCD by integrating it in his quantified self.  He defines precisely how to measure the length of the imaginary string, reduced to its minimum, and chooses this as a quantity to monitor. Unlike most people with this OCD, who feel the urge to minimize the length, Randall takes the opposite stance trying to maximize the (optimally minimal) length of the string.&lt;br /&gt;
&lt;br /&gt;
This could be thought as a therapy.  By defining as a target to achieve a given length every day, he creates a drive to embrace situations that entangle the string.  This drive opposes the natural compulsion to avoid them and hopefully cancels it.  The joke of the title text is that Randall now becomes overly interested in all the things that are disturbing for people with the OCD.  The monitoring has just reversed his obsession.&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;
:[A red path links two red Cueballs. It start from the left Cueball, does two loops through a small house, under a first road bridge, under a gantry sign, under a second road bridge, under the Gateway Arch, and to a second red Cueball on the right. That Cueball is looking at a smart watch or a mobile device.]&lt;br /&gt;
&lt;br /&gt;
:Red Cueball's watch or mobile device: Good job! You hit your weekly goal for &amp;quot;total length of your path through space if you minimize its length by pulling it taut, maneuvering it around solid objects but not through them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm into the quantified self, but only for really arbitrary quantities.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2676:_Historical_Dates&amp;diff=295436</id>
		<title>Talk:2676: Historical Dates</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2676:_Historical_Dates&amp;diff=295436"/>
				<updated>2022-09-24T12:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Better link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Source for the Excel/Lotus 123 relation with Dec 30th, 1899: https://social.msdn.microsoft.com/Forums/office/en-US/f1eef5fe-ef5e-4ab6-9d92-0998d3fa6e14/what-is-story-behind-december-30-1899-as-base-date?forum=accessdev&lt;br /&gt;
[[User:Victor|Victor]] ([[User talk:Victor|talk]]) 08:14, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I feel this one. My birthday happens to be within 24 hours of [[1179: ISO 8601|1970-01-01]], so I keep getting caught off guard for a moment whenever I see my birthday showing up in one of these contexts. -- [[User:KarMann|KarMann]] ([[User talk:KarMann|talk]]) 08:35, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
We're going to need the date stamp format for 1890 ticker tape for this one. Anyone? [[Special:Contributions/172.70.214.183|172.70.214.183]] 11:59, 24 September 2022 (UTC)&lt;br /&gt;
:MM/DD/YY, with leading zeros omitted, and no I don't know why, but I suggest Google Books Ngrams might have a clue as to when that abomination started. [[Special:Contributions/172.69.22.61|172.69.22.61]] 12:03, 24 September 2022 (UTC)&lt;br /&gt;
::Not necessarily with pairs of the slash '/' _ . . _ . but also hyphens '-' _ . . . . _ and periods '.' . _ . _ . _ were used as delimiters in MM?DD?YY, which if I remember right dates to the 1500s when accounting ledgers were invented. [[Special:Contributions/172.70.207.8|172.70.207.8]] 12:10, 24 September 2022 (UTC)&lt;br /&gt;
:::That would be [https://www.jstor.org/stable/40697544 1299]. But I'm not sure how this is going to help us explain the comic, unless you perhaps are suggesting we enumerate date representation clusters somehow? [[Special:Contributions/172.69.22.61|172.69.22.61]] 12:32, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just putting January 2, 2006 here: https://stackoverflow.com/questions/20530327/origin-of-mon-jan-2-150405-mst-2006-in-golang [[Special:Contributions/172.69.22.161|172.69.22.161]] 12:28, 24 September 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2676:_Historical_Dates&amp;diff=295424</id>
		<title>Talk:2676: Historical Dates</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2676:_Historical_Dates&amp;diff=295424"/>
				<updated>2022-09-24T11:59:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Uhoh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Source for the Excel/Lotus 123 relation with Dec 30th, 1899: https://social.msdn.microsoft.com/Forums/office/en-US/f1eef5fe-ef5e-4ab6-9d92-0998d3fa6e14/what-is-story-behind-december-30-1899-as-base-date?forum=accessdev&lt;br /&gt;
[[User:Victor|Victor]] ([[User talk:Victor|talk]]) 08:14, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I feel this one. My birthday happens to be within 24 hours of [[1179: ISO 8601|1970-01-01]], so I keep getting caught off guard for a moment whenever I see my birthday showing up in one of these contexts. -- [[User:KarMann|KarMann]] ([[User talk:KarMann|talk]]) 08:35, 24 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
We're going to need the date stamp format for 1890 ticker tape for this one. Anyone? [[Special:Contributions/172.70.214.183|172.70.214.183]] 11:59, 24 September 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2675:_Pilot_Priority_List&amp;diff=295362</id>
		<title>2675: Pilot Priority List</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2675:_Pilot_Priority_List&amp;diff=295362"/>
				<updated>2022-09-24T01:58:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2675&lt;br /&gt;
| date      = September 21, 2022&lt;br /&gt;
| title     = Pilot Priority List&lt;br /&gt;
| image     = pilot_priority_list_2x.png&lt;br /&gt;
| imagesize = 369x548px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = CELEBRATE: Serve passengers tiered cakes shaped like the airspace class diagram&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by using an ELUCIDATE, EXPLICATE, ANNOTATE, DEMONSTRATE, AND ILLUSTRATE CHECKLIST. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The [https://elevate-aviation.com/blog/pilots-priority-checklist &amp;quot;ANC&amp;quot; Pilot Priority Checklist] is a list of three guidelines, sorted by priority, that pilots should follow to prevent them from being distracted. Failing to follow it might make the plane crash or suffer other problems. As a {{w|mnemonic}} device, all the activities end in ''-ate''.&lt;br /&gt;
&lt;br /&gt;
# '''Aviate''' means &amp;quot;Keeping the plane in control&amp;quot;. If the pilot fails to do this the plane might crash. That is why this should be the highest priority for the pilot.&lt;br /&gt;
# '''Navigate''' means &amp;quot;Knowing where you are and where you're going&amp;quot;. Failing to follow this might make the plane go into restricted airspace, for example, or make the journey take too long, or cause the flight to crash into terrain obscured by clouds.&lt;br /&gt;
# '''Communicate''' means talking with air traffic control (ATC) and your company's people through the radio. In the standard list, this is the lowest priority because talking through the radio might distract the pilot from other more important or urgent tasks, and purely corporate communications are to be avoided during critical flight phases.&lt;br /&gt;
&lt;br /&gt;
By deferring all activities until the prior need is deemed satisfied, the immediate dangers of flight into terrain ({{w|United Airlines Flight 173|UFIT}} and {{w|Controlled flight into terrain|CFIT}}) are proportionately reduced (insofar as any pilot's {{w|Loss of control (aeronautics)|current circumstances}} allow) and yet leave time to  be able to coordinate properly with any {{w|Separation (aeronautics)|other hazards}}.&lt;br /&gt;
&lt;br /&gt;
[[Randall]] humorously &amp;quot;extends&amp;quot; this standard list with other ''-ate'' checklist items that pilots could do if they're not too busy aviating, navigating and communicating. These extra tasks go from somewhat hilarious to physically impossible or dangerous, see the [[#Table of extended priority items|table]] below for explanations. These actions {{w|Sterile flight deck rule|should generally not be taken}}, as they could distract the pilot and prevent them from reaching the cabin in case of an emergency, or simply vaporize everyone inside — including the plane itself.&lt;br /&gt;
&lt;br /&gt;
The title text adds another ''-ate'' item to the checklist with Celebrate. It refers to airspace with stricter entry requirements overhead of large airports. In the US, the {{w|Airspace_class_(United_States)|airspace class}} over, for instance an airport, starts with a small circle over the airport and then becomes wider in one or two steps at higher altitudes. When depicted graphically, this looks like an {{w|File:Airspace classes (United States).png|inverted tiered cake}}, as opposed to a [https://3brothersbakery.com/product/wedding-white-chandelier-tier/ regular tiered cake]. Randall suggests that after having congratulated yourself for flying a plane, you could then celebrate by serving the passengers cakes in this inverted shape. It would, however, be unsuitable for a plane to serve cakes that are smaller at the bottom than at the top because of turbulence.&lt;br /&gt;
&lt;br /&gt;
===Table of extended priority items===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Checklist item&lt;br /&gt;
! Description&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Decorate || Make the cockpit fancy || {{w|Interior design}} of aircraft cockpits is usually starkly utilitarian and could conceivably benefit from enhancements if they aren't distracting.&lt;br /&gt;
|-&lt;br /&gt;
| Accelerate || See how fast you can go || While pilots are often keenly interested in the extents of their aircraft flight capabilities, maximum speed is inefficient in jet aircraft, and probably best explored during testing rather than passenger flights.&lt;br /&gt;
|-&lt;br /&gt;
| Roller skate || Zoom down the aisle || Passengers would probably not appreciate this,{{cn}} although fellow crew members might be amused.  Or possibly the other way around.&lt;br /&gt;
|-&lt;br /&gt;
| Exfoliate || Scrub away dead skin || {{w|Emery board}}s and {{w|pumice}} are used to prevent flaking and the development of {{w|callus}}es but dermatologists caution exfoliation is very often unnecessary and can have unwanted consequences.&lt;br /&gt;
|-&lt;br /&gt;
| Sublimate || Turn directly into a vapor || To the contrary, one of the most important duties of aircraft pilots is to prevent passengers and crew from vaporizing.[citation: rules 1 and 2 are nearly impossible to do when in gaseous form and yes we do need a citation for this citation]&lt;br /&gt;
|-&lt;br /&gt;
| Pollinate || Fly low to stir up pollen || Low-flying helicopters can assist in plant {{w|pollination}},[https://www.sciencedirect.com/science/article/abs/pii/S037842901931175X] and are offered as a [http://www.flyingmair.com/ag-services/corn-pollination/ commercial service by helicopter pilots.]&lt;br /&gt;
|-&lt;br /&gt;
| Congratulate || You're doing a good job flying a plane! || Self-esteem is an important component of mental health, and affirmations can help build it.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| Celebrate (title text) || Serve passengers tiered cakes shaped like the airspace class diagram || See discussion of the title text above.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A list with ten numbered points are shown. Above the list is a large header. Below this is a divided line with a section header written in a smaller than standard font. The three first numbered points are below this. Then follows another divided line with section header written in smaller font and below this the next seven numbered points. All ten points have two lines of text. A line with a normal sized font and below each of these a description in a smaller light gray font.]&lt;br /&gt;
::&amp;lt;big&amp;gt;Pilot Priority List&amp;lt;/big&amp;gt;&lt;br /&gt;
:-----------&amp;lt;small&amp;gt;Standard section&amp;lt;/small&amp;gt;-----------&lt;br /&gt;
:1. Aviate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Maintain control of the aircraft&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:2. Navigate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Figure out where you're going&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:3. Communicate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Stay in touch with ATC and others&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:-----------&amp;lt;small&amp;gt;Extended section&amp;lt;/small&amp;gt;-----------&lt;br /&gt;
:4. Decorate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Make the cockpit fancy&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:5. Accelerate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;See how fast you can go&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:6. Roller skate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Zoom down the aisle&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:7. Exfoliate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Scrub away dead skin&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:8. Sublimate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Turn directly to a vapor&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:9. Pollinate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Fly low to stir up pollen&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:10. Congratulate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;You're doing a good job flying a plane!&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Aviation]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2675:_Pilot_Priority_List&amp;diff=295266</id>
		<title>2675: Pilot Priority List</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2675:_Pilot_Priority_List&amp;diff=295266"/>
				<updated>2022-09-22T16:39:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ nothing about planes vs helicopters in comics, and this is awkward&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2675&lt;br /&gt;
| date      = September 21, 2022&lt;br /&gt;
| title     = Pilot Priority List&lt;br /&gt;
| image     = pilot_priority_list_2x.png&lt;br /&gt;
| imagesize = 369x548px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = CELEBRATE: Serve passengers tiered cakes shaped like the airspace class diagram&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an ELUCIDATE, EXPLICATE, ANNOTATE, DEMONSTRATE, AND ILLUSTRATE CHECKLIST. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The [https://elevate-aviation.com/blog/pilots-priority-checklist &amp;quot;ANC&amp;quot; Pilot Priority Checklist] is a list of three guidelines, sorted by priority, that pilots should follow to prevent them from being distracted. Failing to follow it might make the plane crash or suffer other problems. As a {{w|mnemonic}} device, all the activities end in ''-ate''.&lt;br /&gt;
&lt;br /&gt;
# '''Aviate''' means &amp;quot;Keeping the plane in control&amp;quot;. If the pilot fails to do this the plane might crash. That is why this should be the highest priority for the pilot.&lt;br /&gt;
# '''Navigate''' means &amp;quot;Knowing where you are and where you're going&amp;quot;. Failing to follow this might make the plane go into restricted airspace, for example, or make the journey take too long, or cause the flight to crash into terrain obscured by clouds.&lt;br /&gt;
# '''Communicate''' means talking with air traffic control (ATC) and your company's people through the radio. In the standard list, this is the lowest priority because talking through the radio might distract the pilot from other more important or urgent tasks, and purely corporate communications are to be avoided during critical flight phases.&lt;br /&gt;
&lt;br /&gt;
By deferring all activities until the prior need is deemed satisfied, the immediate dangers of {{w|United Airlines Flight 173|UFIT}} and {{w|Controlled flight into terrain|CFIT}} are proportionately reduced (insofar as any pilot's {{w|Loss of control (aeronautics)|current circumstances}} allow) and yet leave time to  be able to coordinate properly with any {{w|Separation (aeronautics)|other hazards}}.&lt;br /&gt;
&lt;br /&gt;
[[Randall]] humorously &amp;quot;extends&amp;quot; this standard list with other ''-ate'' checklist items that pilots could do if they're not too busy aviating, navigating and communicating. These extra tasks go from somewhat hilarious to physically impossible or dangerous, see the [[#Table of extended priority items|table]] below for explanations. These actions {{w|Sterile flight deck rule|should generally not be taken}}, as they could distract the pilot and prevent them from reaching the cabin in case of an emergency, or simply vaporize everyone inside — including the plane itself.&lt;br /&gt;
&lt;br /&gt;
The title text adds another ''-ate'' to the check list with Celebrate. It refers to airspace with stricter entry requirements overhead of large airports. In the US, the {{w|Airspace_class_(United_States)|airspace class}} over, for instance an airport, starts with a small circle over the airport and then becomes wider in one or two steps at higher altitudes. When depicted graphically, this looks like an {{w|File:Airspace classes (United States).png|inverted tiered cake}}, as opposed to a [https://3brothersbakery.com/product/wedding-white-chandelier-tier/ regular tiered cake]. Randall suggests that after having congratulated yourself for flying a plane, you could then celebrate by serving the passengers cakes in this inverted shape. It would, however, be unsuitable for a plane to serve cakes that are smaller at the bottom than at the top because of turbulence.&lt;br /&gt;
&lt;br /&gt;
===Table of extended priority items===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Checklist item&lt;br /&gt;
! Description&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Decorate || Make the cockpit fancy || {{w|Interior design}} of aircraft cockpits is usually starkly utilitarian and could conceivably benefit from enhancements if they aren't distracting.&lt;br /&gt;
|-&lt;br /&gt;
| Accelerate || See how fast you can go || While pilots are often keenly interested in the extents of their aircraft flight capabilities, maximum speed is inefficient in jet aircraft, and probably best explored in modern flight simulators than passenger flights.&lt;br /&gt;
|-&lt;br /&gt;
| Roller skate || Zoom down the aisle || Passengers would probably not appreciate this,{{cn}} although fellow crew members might be amused.&lt;br /&gt;
|-&lt;br /&gt;
| Exfoliate || Scrub away dead skin || {{w|Emery board}}s and {{w|pumice}} are used to prevent flaking and the development of {{w|callus}}es but dermatologists caution exfoliation is very often unnecessary and can have unwanted consequences.&lt;br /&gt;
|-&lt;br /&gt;
| Sublimate || Turn directly into a vapor || To the contrary, one of the most important duties of aircraft pilots is to prevent passengers and crew from vaporizing.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| Pollinate || Fly low to stir up pollen || Low-flying helicopters can assist in plant {{w|pollination}},[https://www.sciencedirect.com/science/article/abs/pii/S037842901931175X] and are offered as a [http://www.flyingmair.com/ag-services/corn-pollination/ commercial service by helicopter pilots.]&lt;br /&gt;
|-&lt;br /&gt;
| Congratulate || You're doing a good job flying a plane! || Self-esteem is an important component of mental health, and encouragement can help build it.&lt;br /&gt;
|-&lt;br /&gt;
| Celebrate (title text) || Serve passengers tiered cakes shaped like the airspace class diagram || See discussion of the title text above.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A list with ten numbered points are shown. Above the list is a large header. Below this is a divided line with a section header written in a smaller than standard font. The three first numbered points are below this. Then follows another divided line with section header written in smaller font and below this the next seven numbered points. All ten points have two lines of text. A line with a normal sized font and below each of these a description in a smaller light gray font.]&lt;br /&gt;
::&amp;lt;big&amp;gt;Pilot Priority List&amp;lt;/big&amp;gt;&lt;br /&gt;
:-----------&amp;lt;small&amp;gt;Standard section&amp;lt;/small&amp;gt;-----------&lt;br /&gt;
:1. Aviate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Maintain control of the aircraft&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:2. Navigate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Figure out where you're going&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:3. Communicate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Stay in touch with ATC and others&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:-----------&amp;lt;small&amp;gt;Extended section&amp;lt;/small&amp;gt;-----------&lt;br /&gt;
:4. Decorate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Make the cockpit fancy&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:5. Accelerate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;See how fast you can go&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:6. Roller skate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Zoom down the aisle&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:7. Exfoliate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Scrub away dead skin&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:8. Sublimate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Turn directly to a vapor&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:9. Pollinate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Fly low to stir up pollen&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
:10. Congratulate&lt;br /&gt;
::&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;You're doing a good job flying a plane!&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2674:_Everyday_Carry&amp;diff=295104</id>
		<title>2674: Everyday Carry</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2674:_Everyday_Carry&amp;diff=295104"/>
				<updated>2022-09-20T07:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ ce&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2674&lt;br /&gt;
| date      = September 19, 2022&lt;br /&gt;
| title     = Everyday Carry&lt;br /&gt;
| image     = everyday_carry_2x.png&lt;br /&gt;
| imagesize = 370x310px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Someday I just know I'm going to encounter a problem that requires 500 flashlights and 700 knives with weird holes in them, and on that day I won't be caught unprepared.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FLASHLIGHT WITH WEIRD HOLES IN IT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
{{w|Everyday carry}} (EDC) is a subculture on the Internet of emergency preparedness, and is a list of things that should be &amp;quot;every day carried&amp;quot; with someone at all times. Cueball seems to have gone through many such lists of every day carry items and purchased ''all'' of the items.&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;
:[Caption under the panel:]&lt;br /&gt;
:It was hard work collecting all the everyday carry products on the Internet, but now I'm finally ready for anything.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2674:_Everyday_Carry&amp;diff=295103</id>
		<title>2674: Everyday Carry</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2674:_Everyday_Carry&amp;diff=295103"/>
				<updated>2022-09-20T07:30:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ start?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2674&lt;br /&gt;
| date      = September 19, 2022&lt;br /&gt;
| title     = Everyday Carry&lt;br /&gt;
| image     = everyday_carry_2x.png&lt;br /&gt;
| imagesize = 370x310px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Someday I just know I'm going to encounter a problem that requires 500 flashlights and 700 knives with weird holes in them, and on that day I won't be caught unprepared.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FLASHLIGHT WITH WEIRD HOLES IN IT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
{{w|Everyday carry}} is a subculture on the Internet of emergency preparedness, and is a list of things that should be &amp;quot;every day carried&amp;quot; with someone at all times. Cueball seems to have gone through many such lists of every day carry items and purchased ''all'' of the items.&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;
:[Caption under the panel:]&lt;br /&gt;
:It was hard work collecting all the everyday carry products on the Internet, but now I'm finally ready for anything.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294977</id>
		<title>2673: Cursed mRNA Cocktail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294977"/>
				<updated>2022-09-17T01:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ minor term&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2673&lt;br /&gt;
| date      = September 16, 2022&lt;br /&gt;
| title     = Cursed mRNA Cocktail&lt;br /&gt;
| image     = cursed_mrna_cocktail_2x.png&lt;br /&gt;
| imagesize = 331x513px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Serve one each to guests whose last cursed cocktail was more than 2 months ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VACCINE DRINKER. Do NOT drink the mRNA Cocktail. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Approximately two dozenth in [[:Category:Comics featuring cursed items|the &amp;quot;cursed&amp;quot; series]], this comic describes a process to approximate the molecular composition of certain {{w|mRNA}}-based vaccines in drinkable form. It contains the variety and relative concentrations of the simple molecular constituents found within the injectable mixture. i.e. mostly water, some sugar, lipids (and an amino acid &amp;quot;or&amp;quot; biological and genetic material.)&lt;br /&gt;
&lt;br /&gt;
Like much of what we eat or drink, the stomach and intestines will neutralise much of the complexity of either the vaccines or this ersatz replica of them, reducing them to simpler proteins of some slight nutritional value. For the vaccine to work, it has been designed to be injected into the body e.g. {{w|intramuscular}}ly to bypass the hostile environment of the human digestive system. While there are similar vaccines administered as a nasal spray, the fragility of mRNA in the human digestive system has curtailed the search for ingestible analogs. [[Randall]]'s replacement mixture '''might provoke generally unwise physiological reactions.''' This is funny because while very few people would find such a mixture palatable, it is likely nontoxic,{{cn}} and contains moisture, protein, and calories, all important if elementary nutritional components. Because it doesn't contain a complete spectrum of essential amino acids, vitamins, and minerals, you can't live on it alone.&lt;br /&gt;
&lt;br /&gt;
The title text suggests the mixture can be served as a &amp;quot;booster&amp;quot; to a prior dose or serving after an initial treatment. There is much study of vaccine efficacy relative to the timing of subsequent doses. Too little time between makes the new dose not necessarily cause the immune system to react in the way that it should; however most pairs of distinct vaccines work well if delivered on the same day.{{Actual citation needed}} The comic recommends not redosing within two months of the last attempt.&lt;br /&gt;
&lt;br /&gt;
The instruction to serve in {{w|shot glasses}} is a play on the actual vaccines being given as a {{w|Injection (medicine)|shot}} (U.K.: {{wiktionary|jab#Noun|jab}}; Scotland: {{wiktionary|jag#Noun|jag}}).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:Ever wondered what it would be like to drink the new COVID booster?&lt;br /&gt;
:This recipe approximately recreates the taste and nutritional profile!&lt;br /&gt;
:''(Note: does not protect against COVID.)''&lt;br /&gt;
&lt;br /&gt;
:[The following two testimonies are displayed in spiky bubbles.]&lt;br /&gt;
:&amp;quot;...What? Eww.&amp;quot; -CDC spokesperson&lt;br /&gt;
:&amp;quot;Please stop.&amp;quot; -Dr. Anthony Fauci&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Ingredients&amp;lt;/u&amp;gt;&lt;br /&gt;
:2 cups water&lt;br /&gt;
:3 tbsp mayonnaise&lt;br /&gt;
:¼ tsp MSG or nutritional yeast&lt;br /&gt;
:1 tbsp sugar&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Directions&amp;lt;/u&amp;gt;&lt;br /&gt;
:Pour 1 cup of water into a blender. Add the mayonnaise and MSG. Blend until smooth.&lt;br /&gt;
:Pour the other cup of water into a glass. Add the sugar and 1 tsp of the mixture from the blender. Stir well.&lt;br /&gt;
:Serve in shot glasses.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Comics featuring cursed items]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294970</id>
		<title>2673: Cursed mRNA Cocktail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294970"/>
				<updated>2022-09-16T22:46:53Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ extraneous&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2673&lt;br /&gt;
| date      = September 16, 2022&lt;br /&gt;
| title     = Cursed mRNA Cocktail&lt;br /&gt;
| image     = cursed_mrna_cocktail_2x.png&lt;br /&gt;
| imagesize = 331x513px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Serve one each to guests whose last cursed cocktail was more than 2 months ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VACCINE DRINKER. Do NOT drink the mRNA Cocktail. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Approximately two dozenth in [[:Category:Comics featuring cursed items|the &amp;quot;cursed&amp;quot; series]], this comic describes a process to approximate the molecular composition of certain {{w|mRNA}}-based vaccines in drinkable form. It contains the variety and relative concentrations of the simple molecular constituents found within the injectable mixture. i.e. mostly water, some sugar, lipids (and an amino acid &amp;quot;or&amp;quot; biological and genetic material.)&lt;br /&gt;
&lt;br /&gt;
Like much of what we eat or drink, the stomach and intestines will neutralise much of the complexity of either the vaccines or this ersatz replica of them, reducing them to simpler proteins of some slight nutritional value. For the vaccine to work, it has been designed to be injected into the body e.g. {{w|intramuscular}}ly to bypass the hostile environment of the human digestive system. While there are similar vaccines administered as a nasal spray, the fragility of mRNA in the human digestive system has curtailed the search for ingestible analogs. [[Randall]]'s replacement mixture '''might provoke generally unwise physiological reactions.''' This is funny because while very few people would find such a mixture palatable, it is likely nontoxic,{{cn}} and contains moisture, protein, and calories, all important if elementary nutritional components.&lt;br /&gt;
&lt;br /&gt;
The title text suggests the mixture can be served as a &amp;quot;booster&amp;quot; to a prior dose or serving after an initial treatment. There is much study of vaccine efficacy relative to times of dosages. Too little time between makes the new dose not necessarily cause the immune system to react in the way that it should; however most pairs of vaccines work well if delivered on the same day.{{Actual citation needed}} The comic recommends not redosing within two months of the last attempt.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:Ever wondered what it would be like to drink the new COVID booster?&lt;br /&gt;
:This recipe approximately recreates the taste and nutritional profile!&lt;br /&gt;
:''(Note: does not protect against COVID.)''&lt;br /&gt;
&lt;br /&gt;
:[The following two testimonies are displayed in spiky bubbles.]&lt;br /&gt;
:&amp;quot;...What? Eww.&amp;quot; -CDC spokesperson&lt;br /&gt;
:&amp;quot;Please stop.&amp;quot; -Dr. Anthony Fauci&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Ingredients&amp;lt;/u&amp;gt;&lt;br /&gt;
:2 cups water&lt;br /&gt;
:3 tbsp mayonnaise&lt;br /&gt;
:¼ tsp MSG or nutritional yeast&lt;br /&gt;
:1 tbsp sugar&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Directions&amp;lt;/u&amp;gt;&lt;br /&gt;
:Pour 1 cup of water into a blender. Add the mayonnaise and MSG. Blend until smooth.&lt;br /&gt;
:Pour the other cup of water into a glass. Add the sugar and 1 tsp of the mixture from the blender. Stir well.&lt;br /&gt;
:Serve in shot glasses.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Comics featuring cursed items]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294969</id>
		<title>2673: Cursed mRNA Cocktail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294969"/>
				<updated>2022-09-16T22:43:25Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ pluralization consistency&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2673&lt;br /&gt;
| date      = September 16, 2022&lt;br /&gt;
| title     = Cursed mRNA Cocktail&lt;br /&gt;
| image     = cursed_mrna_cocktail_2x.png&lt;br /&gt;
| imagesize = 331x513px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Serve one each to guests whose last cursed cocktail was more than 2 months ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VACCINE DRINKER. Do NOT drink the mRNA Cocktail. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Approximately two dozenth in [[:Category:Comics featuring cursed items|the &amp;quot;cursed&amp;quot; series]], this comic describes a process to approximate the molecular composition of certain {{w|mRNA}}-based vaccines in drinkable form. It contains the variety and relative concentrations of the simple molecular constituents found within the injectable mixture. i.e. mostly water, some sugar, lipids (and an amino acid &amp;quot;or&amp;quot; biological and genetic material.)&lt;br /&gt;
&lt;br /&gt;
Like much of what we eat or drink, the stomach and intestines will neutralise much of the complexity of either the vaccines or this ersatz replica of them, reducing them to simpler proteins of some slight nutritional value. For the vaccine to work, it has been designed to be injected into the body e.g. {{w|intramuscular}}ly to bypass the hostile environment of the human digestive system. However, while there are similar vaccines administered as a nasal spray, the fragility of mRNA in the human digestive system has curtailed the search for ingestible analogs. [[Randall]]'s replacement mixture '''might provoke generally unwise physiological reactions.''' This is funny because while very few people would find such a mixture palatable, it is likely nontoxic,{{cn}} and contains moisture, protein, and calories, all important if elementary nutritional components.&lt;br /&gt;
&lt;br /&gt;
The title text suggests the mixture can be served as a &amp;quot;booster&amp;quot; to a prior dose or serving after an initial treatment. There is much study of vaccine efficacy relative to times of dosages. Too little time between makes the new dose not necessarily cause the immune system to react in the way that it should; however most pairs of vaccines work well if delivered on the same day.{{Actual citation needed}} The comic recommends not redosing within two months of the last attempt.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:Ever wondered what it would be like to drink the new COVID booster?&lt;br /&gt;
:This recipe approximately recreates the taste and nutritional profile!&lt;br /&gt;
:''(Note: does not protect against COVID.)''&lt;br /&gt;
&lt;br /&gt;
:[The following two testimonies are displayed in spiky bubbles.]&lt;br /&gt;
:&amp;quot;...What? Eww.&amp;quot; -CDC spokesperson&lt;br /&gt;
:&amp;quot;Please stop.&amp;quot; -Dr. Anthony Fauci&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Ingredients&amp;lt;/u&amp;gt;&lt;br /&gt;
:2 cups water&lt;br /&gt;
:3 tbsp mayonnaise&lt;br /&gt;
:¼ tsp MSG or nutritional yeast&lt;br /&gt;
:1 tbsp sugar&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Directions&amp;lt;/u&amp;gt;&lt;br /&gt;
:Pour 1 cup of water into a blender. Add the mayonnaise and MSG. Blend until smooth.&lt;br /&gt;
:Pour the other cup of water into a glass. Add the sugar and 1 tsp of the mixture from the blender. Stir well.&lt;br /&gt;
:Serve in shot glasses.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Comics featuring cursed items]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294968</id>
		<title>2673: Cursed mRNA Cocktail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2673:_Cursed_mRNA_Cocktail&amp;diff=294968"/>
				<updated>2022-09-16T22:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ link first use&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2673&lt;br /&gt;
| date      = September 16, 2022&lt;br /&gt;
| title     = Cursed mRNA Cocktail&lt;br /&gt;
| image     = cursed_mrna_cocktail_2x.png&lt;br /&gt;
| imagesize = 331x513px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Serve one each to guests whose last cursed cocktail was more than 2 months ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VACCINE DRINKER. Do NOT drink the mRNA Cocktail. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Approximately two dozenth in [[:Category:Comics featuring cursed items|the &amp;quot;cursed&amp;quot; series]], this comic describes a process to approximate the molecular composition of certain {{w|mRNA}}-based vaccines in drinkable form. It contains the variety and relative concentrations of the simple molecular constituents found within the injectable mixture. i.e. mostly water, some sugar, lipids (and an amino acid &amp;quot;or&amp;quot; biological and genetic material.)&lt;br /&gt;
&lt;br /&gt;
Like much of what we eat or drink, the stomach and intestines will neutralise much of the complexity of either the vaccines or this ersatz replica of them, reducing it to simpler proteins of some slight nutritional value. For the vaccine to work, it has been designed to be injected into the body e.g. {{w|intramuscular}}ly to bypass the hostile environment of the human digestive system. However, while there are similar vaccines administered as a nasal spray, the fragility of mRNA in the human digestive system has curtailed the search for ingestible analogs. [[Randall]]'s replacement mixture '''might provoke generally unwise physiological reactions.''' This is funny because while very few people would find such a mixture palatable, it is likely nontoxic,{{cn}} and contains moisture, protein, and calories, all important if elementary nutritional components.&lt;br /&gt;
&lt;br /&gt;
The title text suggests the mixture can be served as a &amp;quot;booster&amp;quot; to a prior dose or serving after an initial treatment. There is much study of vaccine efficacy relative to times of dosages. Too little time between makes the new dose not necessarily cause the immune system to react in the way that it should; however most pairs of vaccines work well if delivered on the same day.{{Actual citation needed}} The comic recommends not redosing within two months of the last attempt.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:Ever wondered what it would be like to drink the new COVID booster?&lt;br /&gt;
:This recipe approximately recreates the taste and nutritional profile!&lt;br /&gt;
:''(Note: does not protect against COVID.)''&lt;br /&gt;
&lt;br /&gt;
:[The following two testimonies are displayed in spiky bubbles.]&lt;br /&gt;
:&amp;quot;...What? Eww.&amp;quot; -CDC spokesperson&lt;br /&gt;
:&amp;quot;Please stop.&amp;quot; -Dr. Anthony Fauci&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Ingredients&amp;lt;/u&amp;gt;&lt;br /&gt;
:2 cups water&lt;br /&gt;
:3 tbsp mayonnaise&lt;br /&gt;
:¼ tsp MSG or nutritional yeast&lt;br /&gt;
:1 tbsp sugar&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;u&amp;gt;Directions&amp;lt;/u&amp;gt;&lt;br /&gt;
:Pour 1 cup of water into a blender. Add the mayonnaise and MSG. Blend until smooth.&lt;br /&gt;
:Pour the other cup of water into a glass. Add the sugar and 1 tsp of the mixture from the blender. Stir well.&lt;br /&gt;
:Serve in shot glasses.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Comics featuring cursed items]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=294689</id>
		<title>2671: Rotation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=294689"/>
				<updated>2022-09-12T20:46:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ brief&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2671&lt;br /&gt;
| date      = September 12, 2022&lt;br /&gt;
| title     = Rotation&lt;br /&gt;
| image     = rotation.png&lt;br /&gt;
| titletext = It's okay, we can just feed the one-pixel image into an AI upscaler and recover the original image, or at least one that's just as cool.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AI upscaler - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Another of Randall's [[:Category:Tips|Tips]], this tip claims that rotating a phone and taking a screenshot too many times will cause an image to disappear into nothingness, and warns the user against doing so.&lt;br /&gt;
&lt;br /&gt;
This comic references a phone's &amp;quot;auto-rotation&amp;quot; feature, which will automatically rotate an image to the fit the current phone's orientation.&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;
[A phone in portrait orientation shows an image. It is then rotated, showing the image smaller with bars in landscape orientation, then the next phone is in portrait showing the entire screen of the previous rotated sideways, shrinking it every time. The labels show the decreasing size of the original image as it goes through successive rotations.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;9 rotations: original image is smaller than a pixel.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;25 rotations: original image is smaller than an atom.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;101 rotations: original image is smaller than the Planck length, at which the concept of distance may break down.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Bottom caption: &amp;quot;Phone tip: don't rotate and screenshot an image too many times or it will become lost in the quantum foam of the universe.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Smartphones]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=294688</id>
		<title>2671: Rotation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=294688"/>
				<updated>2022-09-12T20:43:29Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */ cats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2671&lt;br /&gt;
| date      = September 12, 2022&lt;br /&gt;
| title     = Rotation&lt;br /&gt;
| image     = rotation.png&lt;br /&gt;
| titletext = It's okay, we can just feed the one-pixel image into an AI upscaler and recover the original image, or at least one that's just as cool.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AI upscaler - 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;
[A phone in portrait orientation shows an image. It is then rotated, showing the image smaller with bars in landscape orientation, then the next phone is in portrait showing the entire screen of the previous rotated sideways, shrinking it every time. The labels show the decreasing size of the original image as it goes through successive rotations.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;9 rotations: original image is smaller than a pixel.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;25 rotations: original image is smaller than an atom.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;101 rotations: original image is smaller than the Planck length, at which the concept of distance may break down.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Bottom caption: &amp;quot;Phone tip: don't rotate and screenshot an image too many times or it will become lost in the quantum foam of the universe.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Smartphones]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2665:_America_Songs&amp;diff=294622</id>
		<title>Talk:2665: America Songs</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2665:_America_Songs&amp;diff=294622"/>
				<updated>2022-09-11T10:27:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many of these rely on &amp;quot;ia&amp;quot;/&amp;quot;ie&amp;quot;/&amp;quot;io&amp;quot; serving as the 3rd and 4th syllables, so every song would be sung like &amp;quot;God Bless &amp;lt;s&amp;gt;Olimpiya&amp;lt;/s&amp;gt; Algeriya&amp;quot;. Virginia Beach appears to be the only one to escape this.--[[User:Magtei|Magtei]] ([[User talk:Magtei|talk]]) 19:39, 29 August 2022 (UTC)&lt;br /&gt;
:As a Washingtonian, I pronounce Olympia without the diphthong (so four syllables; the “a” being distinct). It’s probably a dialect thing, and some pronunciations are more common than others, but as long as one fairly-common pronunciation scans, I think it’s fine. [User:Szeth Pancakes|Szeth Pancakes] ([[User talk:Szeth Pancakes|talk]]) 03:37, 30 August 2022 (UTC)&lt;br /&gt;
::Alright, bad example. Skipping it is unheard of in areas further south. Do you (or a large part of the US) fully pronounce most dipthongs, [https://www.howmanysyllables.com/syllables/syria Syria with three syllables], etc.?--[[User:Magtei|Magtei]] ([[User talk:Magtei|talk]]) 07:02, 30 August 2022 (UTC)&lt;br /&gt;
:::I can't speak for the rest of the US, but in the case of places I usually pronounce the extra syllable. Virginia is the one exception I can think of right now. [[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 21:08, 30 August 2022 (UTC)&lt;br /&gt;
:There are also some locations with three-syllable names, such as Detroit Lakes or Fergus Falls (both located northwest of St. Cloud, Minnesota) which, although not listed by Randall, will also work and not use the noted syllables. [[User:RAGBRAIvet|RAGBRAIvet]] ([[User talk:RAGBRAIvet|talk]]) 02:35, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This phrase, &amp;quot;scans to&amp;quot;, has me confused.  Can the explanation address what this is supposed to mean?&lt;br /&gt;
--anon 16:23, 29 August 2022&lt;br /&gt;
:You betcha [[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 20:38, 29 August 2022 (UTC)&lt;br /&gt;
::What does scanning mean in relation to sung verse? Just syllables and their stress pattern, or is their more? [[Special:Contributions/172.69.34.28|172.69.34.28]] 23:11, 29 August 2022 (UTC)&lt;br /&gt;
:::I'm not familiar with the term, but I assume it's related to scansion. If I'm right, it's probably just syllables and stress pattern. [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 06:52, 30 August 2022 (UTC)&lt;br /&gt;
::::- There was a young man from Japan&lt;br /&gt;
::::- Whose limericks never would scan.&lt;br /&gt;
::::- And when they asked why,&lt;br /&gt;
::::- He said &amp;quot;I do try!&lt;br /&gt;
::::- But when I get to the last line I try to fit in as many words as I can.&amp;quot;&lt;br /&gt;
::::...though – and this is me talking, not the famous limerick – after making sure your poetry rhymes (if you want it to; and/or assonate, consonate, etc) and scans (some words are tricky, as mentioned, according to dialect/accent/etc) you also need to check the meter (does it obviously flow and split in patterns like the iambic one where &amp;quot;da-DUM da-DUM-da DUM-da DUM-da-DUM&amp;quot; might be how it works with word-boundries).&lt;br /&gt;
::::You might be wise to avoid words like &amp;quot;vehicle&amp;quot; with theoretically, two to four syllables and all kinds of stress-patterns and vowel-sounds (c.f. stereotypical Deep South, north British, Aussie, etc), at least as an early (establishing) element. Maybe you can set up its far more knowable rhyme/scan/metering partner first and rely upon the reader adopting the intended variation (give or take the relatively opposing strengths of writer/reader accents, etc) after being given the prior clue.&lt;br /&gt;
::::I would personally say the scan(sion) is mostly the simple syllable count, and may need some writing tricks (&amp;quot;learned&amp;quot; as in &amp;quot;I learned something&amp;quot; and &amp;quot;learn'ed&amp;quot; as in &amp;quot;a very learned person&amp;quot;) to convey well during sight-reading or initial internalised read-through.&lt;br /&gt;
::::On that, I personally have some problems reading &amp;quot;-ya&amp;quot; syllables as singular (depending upon what the preceding symbol is, I would consider it a &amp;quot;-ee-ah&amp;quot;/&amp;quot;-ee-uh&amp;quot; (or mid-point) with a cut-down &amp;quot;-ee-&amp;quot;), while I have no problem with the &amp;quot;-lm&amp;quot; dipthong/whatever (c.f. Northern Irish tends to clearly enunciate as &amp;quot;fill-um&amp;quot; for 'film', whilst I might almost consider it a syllable/beat of its own). But I suspect the right voice (internal or external) could convince me of any of those examples as given, eventually... ;) [[Special:Contributions/162.158.159.105|162.158.159.105]] 13:46, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Aussie here: we tend to say (and sing) &amp;quot;Australia&amp;quot; with three syllables. For example, see the [https://www.pmc.gov.au/resource-centre/government/australian-national-anthem-scores Australian national anthem]. Occasionally two syllables: Straya mate!! But saying it with four syllables is perhaps an American thing. [[Special:Contributions/162.158.2.207|162.158.2.207]] 21:19, 29 August 2022 (UTC)&lt;br /&gt;
:Interesting! It probably is a dialect thing. As an American, I've always pronounced it with four. [[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 21:23, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
In the comic, Saskatchewan is spelled as Sasketchewan. Might be fixed later?&lt;br /&gt;
&lt;br /&gt;
Just putting this here: https://www.quora.com/A-lot-of-place-names-in-the-USA-have-four-syllables-Minnesota-Chattanooga-Albuquerque-Tallahassee-Talladega-Massachusetts-Massapequa-Mississippi-Cincinnati-Sacramento-Indiana-Alabama-Oklahoma-etc-Is-there-a (with the understanding that &amp;quot;scanning&amp;quot; doesn't necessarily mean only the number of syllables, e.g. Al-BUH-ker-key has the wrong stress pattern.)[[Special:Contributions/172.70.210.49|172.70.210.49]] 21:51, 29 August 2022 (UTC)&lt;br /&gt;
:Hot dog, jumping frog, Albuquerque! [[Special:Contributions/172.69.79.211|172.69.79.211]] 22:03, 29 August 2022 (UTC)&lt;br /&gt;
::''AlBUquerque, AlBUquerque, God shed his grace on theee...!'' [[Special:Contributions/172.70.207.8|172.70.207.8]] 22:46, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone know how to craft a Wikidata query for all the place names with four syllables following the .'.. stress pattern? We should probably say how many there are. [[Special:Contributions/172.70.214.183|172.70.214.183]] 23:15, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Jurassic park, Jurassic park, how lovely are thy branches… [[User:Fabian42|Fabian42]] ([[User talk:Fabian42|talk]]) 23:31, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The pronunciation of Vidalia, Georgia, is &amp;quot;vi-DAIL-ya&amp;quot; -- three syllables, not four.  It doesn't actually scan like &amp;quot;America&amp;quot;.  Seems like the comic is assuming the pronunciation is &amp;quot;vee-DAHL-ee-ah&amp;quot;, which would scan.ing&lt;br /&gt;
:And the age old question of whether an optional schwa constitutes a syllable rears its head. [[Special:Contributions/172.69.134.161|172.69.134.161]] 05:14, 30 August 2022 (UTC)&lt;br /&gt;
::I came to say a similar thing about Montpelier.  In Vermont, at least, it has three syllables. [[User:CeramicMug|CeramicMug]] ([[User talk:CeramicMug|talk]]) 10:42, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I simply wish to note the similarity to &amp;quot;Thighs&amp;quot; (#321), which is one of my favorite xkcd comics and one that I find comes to mind surprisingly often.&lt;br /&gt;
&lt;br /&gt;
For changing the tune of a song but not the lyrics (or the lyrics in entirety but not the tune), see the title text to 788: The Carriage [[Special:Contributions/172.70.131.126|172.70.131.126]] 11:24, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Shirley [surely] there must be some overlap between XKCD and &amp;quot;Weird Al&amp;quot; Yankovic fans, but no one has yet mentioned that Randall missed the &amp;quot;American Idiot&amp;quot;/&amp;quot;Canadian Idiot&amp;quot; overlap, mentioning the former but not the latter? '''--BigMal''' // [[Special:Contributions/172.70.114.87|172.70.114.87]] 14:12, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Needs a better explanation of &amp;quot;scans&amp;quot; (short for Scansion). Something something ''Syllables'', something something ''stress pattern'', something something ''rhythm''. I'd write it myself, but no one wants a 30 page thesis on the topic. PS to those complaining certain locations usually use a three syllable pronunciation... poetic license frequently stretches (usually middle or penultimate) syllables to cover two beats, even without changing vowel length (although it's more common to do so). At least, in English; some other languages are not as flexible in this regard. --- [[Special:Contributions/172.70.214.79|172.70.214.79]] 16:15, 30 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should it be noted that one of the implicitly suggested songs, &amp;quot;America&amp;quot;, from West Side Story, replaced with &amp;quot;LaGuardia&amp;quot;, was in fact done in the Saturday Night Live sketch &amp;quot;Airport Sushi&amp;quot; in 2020? [[Special:Contributions/172.69.70.41|172.69.70.41]] 22:32, 30 August 2022 (UTC)&lt;br /&gt;
: Omission would clearly be a travesty, but do you have a YouTube link? [[Special:Contributions/172.70.210.243|172.70.210.243]] 02:57, 31 August 2022 (UTC)&lt;br /&gt;
::[https://www.youtube.com/watch?v=6d7Vk_qaiB8 &amp;quot;Your wish is my command, Kemosabi.&amp;quot;] 2m30s. [[Special:Contributions/172.70.206.213|172.70.206.213]] 04:36, 31 August 2022 (UTC)&lt;br /&gt;
:::I was going to !vote against inclusion until the David Byrne wrap-up. [[Special:Contributions/172.70.210.243|172.70.210.243]] 04:54, 31 August 2022 (UTC)&lt;br /&gt;
:::The closed captioning is very inaccurate in that video, but exposes information about the pre-pandemic closed captioning cost benefit analyses. [[Special:Contributions/172.70.206.95|172.70.206.95]] 05:13, 31 August 2022 (UTC)&lt;br /&gt;
::::WHAT? lol, I fukn love this site. [[Special:Contributions/172.69.33.25|172.69.33.25]] 05:33, 31 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hmmm... It says above that &amp;quot;Antarctican Idiot&amp;quot; scans with &amp;quot;American Idiot&amp;quot;, but &amp;quot;Ant-arc't-&amp;quot; and &amp;quot;Am-er-&amp;quot; are disjointed, if both &amp;quot;-ic-an&amp;quot; endings are the same. Or is it &amp;quot;-tic-&amp;quot; against &amp;quot;-ic-&amp;quot; (and possibly &amp;quot;An-tar'c-&amp;quot; vs &amp;quot;Am-er-&amp;quot;)? Still voices funny, and with the former needing much more tongue-teeth complexity, in direct replacement. It's certainly hard to speak as a direct replacement, I'll try to get someone to speak them to me later, to get the proper listener experience, but right now I have my doubts that it's entirely valid.  (Possibly less of a problem, but not removing all the issues, if you ellide the first 'c' from your voicing. This seems to be a thing. But &amp;quot;Arctic&amp;quot; is a solidly c-pronouncing word, so &amp;quot;Antarctic&amp;quot; should also be.) [[Special:Contributions/172.70.91.80|172.70.91.80]] 14:01, 31 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I like to be in Gondwanaland&lt;br /&gt;
&lt;br /&gt;
Okay by me in Gondwanaland&lt;br /&gt;
&lt;br /&gt;
Everything free in Gondwanaland&lt;br /&gt;
&lt;br /&gt;
For a small fee in Gondwanaland!&lt;br /&gt;
[[Special:Contributions/172.70.90.223|172.70.90.223]] 22:39, 1 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Oh Middle Earth! Our home and native land! [[Special:Contributions/172.70.85.163|172.70.85.163]] 11:53, 2 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was ABOUT to point out how Canada doesn't scan with America, but Canadian scans with American, but I see someone already noted that. :) I sing Dennis Leary - Asshole at karaoke sometimes, and he uses &amp;quot;American&amp;quot; a couple of times - &amp;quot;the way our American hearts beat&amp;quot; - and as a Canadian I like to swap in Canadian. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 05:06, 3 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I propose accepting &amp;quot;mar-AH-la-go&amp;quot; as scanning, simply so people can write cool parody songs. [[User:These Are Not The Comments You Are Looking For|These Are Not The Comments You Are Looking For]] ([[User talk:These Are Not The Comments You Are Looking For|talk]]) 05:00, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here are some more:&lt;br /&gt;
* Afghanistan, Turkmenistan, Uzbekistan, Tajikistan&lt;br /&gt;
* Liberia, Nigeria, Bolivia, Siberia, Somalia, Albania, Bulgaria, Colombia, Cambodia, Armenia, Australia, Dominica, Estonia, Mongolia, Romania, Slovenia, Slovakia, South Africa&lt;br /&gt;
* El Salvador&lt;br /&gt;
* the Alamo, the Netherlands, the Gambia&lt;br /&gt;
-[[User:Adrgru|Adrgru]] ([[User talk:Adrgru|talk]]) 03:59, 11 September 2022 (UTC)&lt;br /&gt;
: Truly excellent finds, all, except nobody I know says the Gambia, it's just Gambia. Are they wrong? [[Special:Contributions/172.70.214.183|172.70.214.183]] 10:27, 11 September 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2665:_America_Songs&amp;diff=294621</id>
		<title>2665: America Songs</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2665:_America_Songs&amp;diff=294621"/>
				<updated>2022-09-11T10:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ other examples from talk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2665&lt;br /&gt;
| date      = August 29, 2022&lt;br /&gt;
| title     = America Songs&lt;br /&gt;
| image     = america_songs.png&lt;br /&gt;
| titletext = Juraaaassic Park, Juraaaassic Park, God shed his grace on theeeee&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a JURASSIC PARK SONGWRITER. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Many songs, particularly those written by Americans, contain the word &amp;quot;America.&amp;quot; Randall has listed 5 such songs: &amp;quot;{{w|America the Beautiful}}&amp;quot;, &amp;quot;{{w|God Bless America}}&amp;quot;, Neil Diamond's &amp;quot;{{w|America (Neil Diamond song)|America}}&amp;quot;, &amp;quot;{{w|America (West Side Story song)|America}}&amp;quot; from the Broadway musical ''{{w|West Side Story}}'', the Guess Who's &amp;quot;{{w|American Woman}}&amp;quot; and Green Day's &amp;quot;{{w|American Idiot (song)|American Idiot}}&amp;quot;. These songs usually either praise the United States for its perceived virtues or mock it for its perceived flaws. Regardless of the content of the song, one could likely sing such songs replacing each usage of the word &amp;quot;America&amp;quot; or &amp;quot;American&amp;quot; with another four-syllable word or phrase with emphasis on the second syllable, without disrupting the {{w|cadence}} or meter of the song. Words and phrases like this are said to &amp;quot;{{w|Scansion|scan}}&amp;quot; with the word &amp;quot;America,&amp;quot; which means to conform to that metrical pattern.&lt;br /&gt;
&lt;br /&gt;
The comic provides a list of such names, most of which are locations. While some share virtues or flaws with the United States, most would fit into songs about the United States poorly, and only some are prominent enough to justify a song praising or mocking them. So the substitution is humorous for most of the examples. Other examples include Afghanistan, Turkmenistan, Uzbekistan, Tajikistan, Liberia, Nigeria, Bolivia, Siberia, Somalia, Albania, Bulgaria, Colombia, Cambodia, Armenia, Australia, Dominica, Estonia, Mongolia, Romania, Slovenia, Slovakia, South Africa, El Salvador, the Alamo, and the Netherlands.&lt;br /&gt;
&lt;br /&gt;
Note that inhabitants of some real-world locations mentioned in this comic do not pronounce their names in a way that scans with &amp;quot;America&amp;quot;. Also note that the adjective form of many of the places listed either does not exist or does not fit the same rhythmic structure as &amp;quot;American&amp;quot;. (For instance, while &amp;quot;Antarctican Idiot&amp;quot; scans with &amp;quot;American Idiot&amp;quot;, &amp;quot;St. Petersburgian Idiot&amp;quot; does not; meanwhile, &amp;quot;Canada&amp;quot; does not scan with &amp;quot;America&amp;quot;, but &amp;quot;Canadian&amp;quot; does scan with &amp;quot;American&amp;quot; and was in fact used as such in Weird Al's parody, &amp;quot;{{w|Canadian Idiot}}&amp;quot;.) In these cases, it would be necessary to use the noun form of the name to preserve the song's meter.&lt;br /&gt;
&lt;br /&gt;
The title text provides an example: substituting &amp;quot;{{w|Jurassic Park}}&amp;quot; for &amp;quot;America&amp;quot; in the song &amp;quot;{{w|America the Beautiful}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
A similar comparison in &amp;quot;scanning&amp;quot; was made in [[1412: Teenage Mutant Ninja Turtles]].&lt;br /&gt;
&lt;br /&gt;
===Table of places/things===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Name || Description&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Map&lt;br /&gt;
|-&lt;br /&gt;
| Sasketchewan || Spelled incorrectly, should be ''{{w|Saskatchewan}}''. A province in Canada, whose capital is {{w|Regina, Saskatchewan|Regina}} and largest city is {{w|Saskatoon}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ontario}} || The largest Canadian province by population and 2nd largest by total area. Includes the capital of Canada, {{w|Ottawa}}, and its largest city, {{w|Toronto}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Olympia, Washington|Olympia}} || Capital of the state of {{w|Washington}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yosemite}} || National park in the state of {{w|California}}. Pronounced &amp;quot;yoh-SEM-ih-tee&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Los Angeles}} || Largest city in the state of California, and 2nd largest city in the United States.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lake Michigan}} || One of the five {{w|Great Lakes}} in the United States. Borders the states of {{w|Wisconsin}}, {{w|Illinois}}, {{w|Indiana}}, and {{w|Michigan}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Peoria, Illinois|Peoria}} || The county seat of Peoria County, Illinois, and the largest city on the Illinois River. The oldest permanent European settlement in Illinois, according to the Illinois State Archaeological Survey.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Columbia, Missouri|Columbia}} (MO) || Fourth largest city in the state of {{w|Missouri}}. One of {{w|Columbia#United_States|many cities}} in the US named after {{w|Columbia (personification)|Columbia}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Montpelier, Vermont|Montpelier}} || The capital of the state of {{w|Vermont}}, which is a three syllable word pronounced mont-PEEL-yur and thus is erroneously on this list.{{cn}} However, the demonym &amp;quot;Montpelierite&amp;quot; is in fact four syllables so it can be used for the &amp;quot;American&amp;quot; songs.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Schenectady, New York|Schenectady}} || City in Schenectady County, {{w|New York}}. In the 19th century, nationally influential companies and industries developed in Schenectady, including {{w|General Electric}} and American Locomotive Company (ALCO).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Centralia, Pennsylvania|Centralia}} || Near-ghost town in central {{w|Pennsylvania}} due to a {{w|Centralia mine fire|long running mine fire}} burning beneath the town.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Annapolis, Maryland|Annapolis}} || Capital city of the state of {{w|Maryland}} and home to the {{w|United States Naval Academy}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Columbia, South Carolina|Columbia}} (SC) || Capital of the state of {{w|South Carolina}}. One of {{w|Columbia#United_States|many cities}} in the US named after {{w|Columbia (personification)|Columbia}}.&lt;br /&gt;
|- &lt;br /&gt;
| {{w|Vidalia, Georgia|Vidalia}} || City in the state of {{w|Georgia}}, known for their {{w|Vidalia onion}}s. Vidalia may not actually scan to &amp;quot;America&amp;quot;, as it is pronounced &amp;quot;vy-DALE-yuh&amp;quot;, not &amp;quot;vy-DALE-ee-ah&amp;quot; or &amp;quot;vee-DAHL-ee-ah&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Acadia National Park|Acadia}} || National park in the state of {{w|Maine}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Connecticut}} || US State, whose capital is {{w|Hartford, Connecticut|Hartford}} and largest city is {{w|Bridgeport, Connecticut|Bridgeport}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|LaGuardia Airport|LaGuardia}} || One of the three major airports in {{w|New York City}} metropolitan area, named after former mayor {{w|Fiorello La Guardia}}. Described in 2014 by then-Vice President Joe Biden as being like a &amp;quot;third-world country.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Virginia Beach}} || Most populous city in the state of {{w|Virginia}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|The Villages, Florida|The Villages}} || An unincorporated senior living community in the state of {{w|Florida}}. Notable for its local newspaper, ''{{w|The Villages Daily Sun}}'', which was the only top 25 American newspaper (by circulation) to show growth in 2022.[https://pressgazette.co.uk/us-newspaper-circulations-2022/]&lt;br /&gt;
|-&lt;br /&gt;
| {{w|St. Petersburg, Florida|St. Petersburg}} || The fifth largest city in the state of Florida. Part of the {{w|Tampa Bay area|Tampa Bay metropolitan area}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Miami Beach, Florida|Miami Beach}} || A coastal resort city in Miami-Dade County, Florida, across the bay from the city of {{w|Miami}}.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Below the map&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Algeria}} || A country in North Africa. The largest and the 9th most populated country on the continent of Africa. Bordered to the northeast by Tunisia; to the east by Libya; to the southeast by Niger; to the southwest by Mali, Mauritania, and Western Sahara; to the west by Morocco; and to the north by the Mediterranean Sea. &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Armenia}} || A landlocked country located in the Armenian Highlands of Western Asia. It is a part of the Caucasus region.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Monrovia}} || The capital city of the West African country of {{w|Liberia}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Brasília|Brasilia}} || The federal capital of the country of {{w|Brazil}} and Brazil's 3rd populous city. Actually spelled ''Brasília''. &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Australia}} || A country which comprises the mainland of the continent of Australia. The world's sixth largest country by area.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Valencia}} || The 3rd most populous city in the country of {{w|Spain}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Byzantium}} || An ancient Greek city and capital of the {{w|Byzantine Empire}}. Its name was changed to New Rome in 324, Constantinople in 330, and finally Istanbul in 1930.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Assyria}} || An major ancient Mesopotamian civilization which existed as a city-state and then a territorial state and eventually an empire. The Assyrian Empire fell to the Babylonians and Medes in the late 7th century BC.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Beringia}} || A prehistoric land mass and region in the {{w|Bering Sea}} region. It is the most popular site of the hypothesized &amp;quot;land bridge&amp;quot; that early humans used to migrate to the Americas.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Antarctica}} || The earth's southernmost and least-populated continent, mostly covered by ice.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sokovia}} || A fictional country in the Marvel Cinematic Universe. Described to be in eastern Europe between Slovakia and the Czech Republic. Its capital city is destroyed during a battle between Ultron and the Avengers in the film ''{{w|Avengers: Age of Ultron}}'', leading to the ratification of the Sokovia Accords.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Andromeda}} || Several things: a {{w|Andromeda (constellation)|constellation in space}}, a {{w|Andromeda Galaxy|galaxy}} within that constellation, or the {{w|Andromeda (mythology)|Greek mythological character}} whom the constellation and galaxy are named after.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lothlórien|Lothlorien}} || A realm of the elves in {{w|Middle-earth}} in the {{w|Tolkien's legendarium|works of J. R. R. Tolkien}}. Ruled by Galadriel and Celeborn. Actually spelled ''Lothlórien'' in the books.&lt;br /&gt;
|-&lt;br /&gt;
| ''{{w|Subnautica}}'' || Not a place, but an open-world survival action-adventure video game developed and published by Unknown Worlds Entertainment released in 2018.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|metaverse|The Metaverse}} || The online world of {{w|virtual reality}}.  (To substitute into ''American Idiot'', the singer could use &amp;quot;don't wanna be a Metaverse Idiot&amp;quot; or &amp;quot;The Metaverse idiot&amp;quot;.)&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Econo Lodge|EconoLodge}} || Actually spelled ''Econo Lodge'', though their wordmark doesn't help. An economy motel chain in the US and Canada. &lt;br /&gt;
|-&lt;br /&gt;
| Jurassic Park (title text) || Jurassic Park is the titular theme park of cloned dinosaurs in the ''{{w|Jurassic Park}}'' franchise of books, films, and other media. Inevitably, the dinosaurs escape and attack humans.&lt;br /&gt;
|}&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;
:[A header is written above a map of the US mainland:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Places whose names scan to &amp;quot;America,&amp;quot; so they can be substituted into songs such as:&amp;lt;/big&amp;gt;&lt;br /&gt;
:''America the Beautiful''&lt;br /&gt;
:''God Bless America''&lt;br /&gt;
:Neil Diamond – ''America''&lt;br /&gt;
:West Side Story – ''America''&lt;br /&gt;
:The Guess Who – ''American Woman''&lt;br /&gt;
:Green Day – ''American Idiot''&lt;br /&gt;
:[Above the map, towards the left:]&lt;br /&gt;
:Sasketchewan&lt;br /&gt;
:[Towards the right:]&lt;br /&gt;
:Ontario&lt;br /&gt;
:[A number of places are marked on the map. From top to bottom, left to right:]&lt;br /&gt;
:Olympia&lt;br /&gt;
:Yosemite&lt;br /&gt;
:Los Angeles&lt;br /&gt;
&lt;br /&gt;
:Lake Michigan&lt;br /&gt;
:Peoria&lt;br /&gt;
:Columbia (in Missouri)&lt;br /&gt;
&lt;br /&gt;
:Acadia&lt;br /&gt;
:Montpelier&lt;br /&gt;
:Schenectady&lt;br /&gt;
:Connecticut&lt;br /&gt;
:LaGuardia&lt;br /&gt;
:Centralia&lt;br /&gt;
:Annapolis&lt;br /&gt;
:Virginia Beach&lt;br /&gt;
:Columbia (in South Carolina)&lt;br /&gt;
:Vidalia&lt;br /&gt;
:The Villages&lt;br /&gt;
:St. Petersburg&lt;br /&gt;
:Miami Beach&lt;br /&gt;
:[Below the map, in columns:]&lt;br /&gt;
:Australia&lt;br /&gt;
:Armenia&lt;br /&gt;
:Monrovia&lt;br /&gt;
:Brasilia&lt;br /&gt;
:Australia&lt;br /&gt;
:Valencia&lt;br /&gt;
&lt;br /&gt;
:Byzantium&lt;br /&gt;
:Assyria&lt;br /&gt;
:Beringia&lt;br /&gt;
:Antarctica&lt;br /&gt;
&lt;br /&gt;
:Sokovia&lt;br /&gt;
:Andromenda&lt;br /&gt;
&lt;br /&gt;
:Lothlorien&lt;br /&gt;
:Subnautica&lt;br /&gt;
&lt;br /&gt;
:The Metaverse&lt;br /&gt;
:EconoLodge&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Substitutions]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2669:_Things_You_Should_Not_Do&amp;diff=294455</id>
		<title>2669: Things You Should Not Do</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2669:_Things_You_Should_Not_Do&amp;diff=294455"/>
				<updated>2022-09-08T02:03:31Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Table */ start&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2669&lt;br /&gt;
| date      = September 7, 2022&lt;br /&gt;
| title     = Things You Should Not Do&lt;br /&gt;
| image     = things_you_should_not_do.png&lt;br /&gt;
| titletext = Now I'm tempted to start telling people that I secretly don't actually know how to do any physics calculations, and so all the answers in What If are based on me actually trying to do the thing and then reporting what happened, but phrased as if it's hypothetical.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SUNSCREEN BALL - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic references various questions submitted to the what if? blog. This comic has a list of things not to do, an extension of a previous list.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Number !! Entry !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Existing list&lt;br /&gt;
|-&lt;br /&gt;
|156,812&lt;br /&gt;
|Eat Tide Pods&lt;br /&gt;
|{{w|Consumption of Tide Pods|Tide Pod}}s are a brand of laundry detergent sold in small packets (&amp;quot;pods&amp;quot;) of water-soluble gel. Many children have tried to eat them, thinking them to be candy, and have had to go to the hospital to treat poisoning. In 2017 and 2018, a satirical &amp;quot;challenge&amp;quot; originated around eating Tide Pods.&lt;br /&gt;
|-&lt;br /&gt;
|156,813&lt;br /&gt;
|Walk on stilts in a thunderstorm&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,814&lt;br /&gt;
|Set off fireworks at a gas station&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,815&lt;br /&gt;
|Feed your cat treats that are the exact shape and texture of a human hand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | New!&lt;br /&gt;
|-&lt;br /&gt;
|156,816&lt;br /&gt;
|Lean over a geyser vent and try to look down into it&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,817&lt;br /&gt;
|Fly a hot-air balloon over a firing range&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,818&lt;br /&gt;
|Peel away the earth's crust&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,819&lt;br /&gt;
|Try to pain the Sahara Desert by hand&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,820&lt;br /&gt;
|Remove someone's bones without asking&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,821&lt;br /&gt;
|Spend 100% of your government's budget on mobile game in-app purchases&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,822&lt;br /&gt;
|Fill a lava lamp with actual lava&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,823&lt;br /&gt;
|Drink the blood of someone with a viral hemorraghic (''sic'') fever&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,824&lt;br /&gt;
|Eat meat from rabid animals&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,825&lt;br /&gt;
|Perform your own laser eye surgery&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,826&lt;br /&gt;
|Tell California poultry regulators that your farm is selling Pokemon eggs&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,827&lt;br /&gt;
|Funnel the entire flow of Niagara Falls into the open window of a physics lab&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,828&lt;br /&gt;
|Pump ammonia into your abdomen&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|156,829&lt;br /&gt;
|Suspend yourself inside a 10-meter ball of sunscreen and fall into the Sun&lt;br /&gt;
|&lt;br /&gt;
|}&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;
:[Caption:]&lt;br /&gt;
:Updates to my &amp;quot;Things You Should Not Do&amp;quot; list, based on what I learned writing ''What If? 2''&lt;br /&gt;
:(out 9/13, xkcd.com/whatif2)&lt;br /&gt;
&lt;br /&gt;
:[The rest of the text appears in a box.]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;big&amp;gt;Things You Should Not Do&amp;lt;/big&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
:(part 3647 of ????)&lt;br /&gt;
&lt;br /&gt;
:[A numbered list, the first four items in a lighter grey]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,812 Eat Tide pods&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,813 Walk on stilts in a thunderstorm&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,814 Set off fireworks at a gas station&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,815 Feed your cat treats that are the exact shape and texture of a human hand&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[A horizontal divider with the text &amp;quot;New!&amp;quot; in the middle in black. The remaining items on the list are also in black.]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,816 Lean over a geyser vent and try to look down into it&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,817 Fly a hot air balloon over a firing range&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,818 Peel away the Earth's crust&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,819 Try to paint the Sahara Desert by hand&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,820 Remove someone's bones without asking&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,821 Spend 100% of your governments budget on mobile game in-app purchases&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,822 Fill a lava lamp with actual lava&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,823 Drink the blood of someone with a viral hemorraghic fever&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,824 Eat meat from rabid animals&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,825 Perform your own laser eye surgery&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,826 Tell California poultry regulators that your farm is selling Pokemon eggs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,827 Funnel the entire flow of Niagara Falls into the open window of a physics lab&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,828 Pump ammonia into your abdomen&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#156,829 Suspend yourself inside a 10-meter ball of sunscreen and fall into the sun&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Book promotion]]&lt;br /&gt;
[[Category:Comics featuring Randall Munroe]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Pokémon]]&lt;br /&gt;
[[Category:Cats]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294403</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294403"/>
				<updated>2022-09-07T17:38:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ trim obvious speculation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a MISQUOTED ASTRONAUT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land people on the Moon and begin to set up infrastructure for a permanent crewed presence. People first landed on the Moon in 1969 as part of the {{w|Apollo program}}. They have not been back since 1972.&lt;br /&gt;
&lt;br /&gt;
When {{w|Neil Armstrong}} became the first person to walk on the Moon, he famously said, &amp;quot;That's one small step for man; one giant leap for mankind.&amp;quot; However, he was intending to say, &amp;quot;That's one small step for '''''a''''' man; one giant leap for mankind [emphasis added].&amp;quot; [https://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg The audio recording] omits the word &amp;quot;a&amp;quot;, making the sentence confusing, as &amp;quot;man&amp;quot; and &amp;quot;mankind&amp;quot; have the same meaning when referring to all people. That it was apparently elided by Armstrong in the excitement, changing the meaning of the historical phrase, is controversial and thus humorous. Subsequently, Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that explanation.[https://www.hq.nasa.gov/office/pao/History/alsj/a11/a11.step.html][http://itre.cis.upenn.edu/~myl/languagelog/archives/003645.html] Armstrong later said he hoped, &amp;quot;history would grant me leeway for dropping the syllable and understand that it was certainly intended, even if it was not said,&amp;quot; and, on p.126 of the June 1982 edition of ''Omni,'' &amp;quot;the 'a' is implied, so I'm happy if they just put it in parentheses.&amp;quot; The {{w|schwa}} indefinite article &amp;quot;a&amp;quot; is optional in certain contexts of most dialects of American English.[https://linguapress.com/grammar/article-in-english.htm]&lt;br /&gt;
&lt;br /&gt;
[[Randall]] suggests that the first Artemis astronaut to set foot on the Moon has a duty to utter an even more confusing quote, saying the sentence, &amp;quot;This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the moon,&amp;quot; aloud as they step onto the Moon. That would be confusingly self-referential, as if they were alluding to something from the past. The phrasing would also be confusing to a person hearing it quoted, as it would sound more like a statement about the quote than the actual quote itself. This is very unlikely, and funny merely as a recommendation; if it actually happened, it might be both hilarious and scandalous. While the comic's lunar lander has similarities to the {{w|Starship HLS|current plans}} for the Artemis lander,[https://www.nasa.gov/press-release/as-artemis-moves-forward-nasa-picks-spacex-to-land-next-americans-on-moon] it is a generic drawing, perhaps in homage to classic space science fiction, with the exit portal at an unlikely position near the base of the {{w|SpaceX Starship}} lander.[https://www.teslarati.com/spacex-starship-moon-elevator-nasa-prototype/]&lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut could say being the first (rather than 13th) human on the Moon is a great honor. People hearing this quote in the future could assume that Artemis was the first crewed mission to the Moon. It could feed into contemporary conspiracy theories that the Apollo landings were faked, furthering the confusion.&lt;br /&gt;
&lt;br /&gt;
This comic coincides with the canceled launch of {{w|Artemis 1}}, an uncrewed test mission which will serve as the start of the Artemis program. The mission was intended to launch on 29 August 2022, and later on 3 September 2022, but was repeatedly postponed due to a series of technical problems and will now take place no earlier than 19 September 2022. In [[893: 65 Years]], Randall made a graph showing the number of living people who had been on the moon, and estimated the day when zero would be alive. (Very depressing). At that time 9 of the 12 were still alive. Upon this comic's release, only four are still among the living.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A vertical rocket is standing on four deployed legs on the surface of the Moon. The surface is depicted with characteristic craters and rocks with a slightly curved horizon. The rocket is standing in the left part of the panel. A short ladder leads down from a hatch in the lower part of the rocket body. An astronaut has stepped down from a ladder onto the Moon's surface, and is speaking:]&lt;br /&gt;
&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the Moon.&lt;br /&gt;
&lt;br /&gt;
:[Caption beneath the panel:]&lt;br /&gt;
:Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294402</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294402"/>
				<updated>2022-09-07T17:37:31Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ each is related to specific paragraphs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a MISQUOTED ASTRONAUT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land people on the Moon and begin to set up infrastructure for a permanent crewed presence. People first landed on the Moon in 1969 as part of the {{w|Apollo program}}. They have not been back since 1972.&lt;br /&gt;
&lt;br /&gt;
When {{w|Neil Armstrong}} became the first person to walk on the Moon, he famously said, &amp;quot;That's one small step for man; one giant leap for mankind.&amp;quot; However, he was intending to say, &amp;quot;That's one small step for '''''a''''' man; one giant leap for mankind [emphasis added].&amp;quot; [https://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg The audio recording] omits the word &amp;quot;a&amp;quot;, making the sentence confusing, as &amp;quot;man&amp;quot; and &amp;quot;mankind&amp;quot; have the same meaning when referring to all people. That it was apparently elided by Armstrong in the excitement, changing the meaning of the historical phrase, is controversial and thus humorous. Subsequently, Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that explanation.[https://www.hq.nasa.gov/office/pao/History/alsj/a11/a11.step.html][http://itre.cis.upenn.edu/~myl/languagelog/archives/003645.html] Armstrong later said he hoped, &amp;quot;history would grant me leeway for dropping the syllable and understand that it was certainly intended, even if it was not said,&amp;quot; and, on p.126 of the June 1982 edition of ''Omni,'' &amp;quot;the 'a' is implied, so I'm happy if they just put it in parentheses.&amp;quot; The {{w|schwa}} indefinite article &amp;quot;a&amp;quot; is optional in certain contexts of most dialects of American English.[https://linguapress.com/grammar/article-in-english.htm]&lt;br /&gt;
&lt;br /&gt;
[[Randall]] suggests that the first Artemis astronaut to set foot on the Moon has a duty to utter an even more confusing quote, saying the sentence, &amp;quot;This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the moon,&amp;quot; aloud as they step onto the Moon. That would be confusingly self-referential, as if they were alluding to something from the past. The phrasing would also be confusing to a person hearing it quoted, as it would sound more like a statement about the quote than the actual quote itself. This is very unlikely, and funny merely as a recommendation; if it actually happened, it might be both hilarious and scandalous. While the comic's lunar lander has similarities to the {{w|Starship HLS|current plans}} for the Artemis lander,[https://www.nasa.gov/press-release/as-artemis-moves-forward-nasa-picks-spacex-to-land-next-americans-on-moon] it is a generic drawing, perhaps in homage to classic space science fiction, with the exit portal at an unlikely position near the base of the {{w|SpaceX Starship}} lander.[https://www.teslarati.com/spacex-starship-moon-elevator-nasa-prototype/]&lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut could say being the first (rather than 13th) human on the Moon is a great honor. People hearing this quote in the future could assume that Artemis was the first crewed mission to the Moon. It could feed into contemporary conspiracy theories that the Apollo landings were faked, furthering the confusion.&lt;br /&gt;
&lt;br /&gt;
This comic coincides with the canceled launch of {{w|Artemis 1}}, an uncrewed test mission which will serve as the start of the Artemis program. The mission was intended to launch on 29 August 2022, and later on 3 September 2022, but was repeatedly postponed due to a series of technical problems and will now take place no earlier than 19 September 2022. In [[893: 65 Years]], Randall made a graph showing the number of living people who had been on the moon, and estimated the day when zero would be alive. (Very depressing). At that time 9 of the 12 were still alive. Upon this comic's release, only four are still among the living. But, with the Artemis project, it may not reach zero as soon.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A vertical rocket is standing on four deployed legs on the surface of the Moon. The surface is depicted with characteristic craters and rocks with a slightly curved horizon. The rocket is standing in the left part of the panel. A short ladder leads down from a hatch in the lower part of the rocket body. An astronaut has stepped down from a ladder onto the Moon's surface, and is speaking:]&lt;br /&gt;
&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the Moon.&lt;br /&gt;
&lt;br /&gt;
:[Caption beneath the panel:]&lt;br /&gt;
:Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294302</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294302"/>
				<updated>2022-09-06T04:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: This doesn't feel like trivia to me. If you are the author of the text I partially reverted and copied to talk, could you please comment there?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a COLLABORATIVE EFFORT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land people on the Moon and begin to set up infrastructure for a permanent crewed presence. People first landed on the Moon in 1969 as part of the {{w|Apollo program}}. They have not been back since 1972.&lt;br /&gt;
&lt;br /&gt;
When {{w|Neil Armstrong}} became the first person to walk on the Moon, he famously said, &amp;quot;That's one small step for man, one giant leap for mankind.&amp;quot; However, he was intending to say, &amp;quot;That's one small step for '''''a''''' man, [but] one giant leap for mankind [emphasis added].&amp;quot; [https://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg The audio recording] omits the word &amp;quot;a&amp;quot;, making the sentence confusing, as &amp;quot;man&amp;quot; and &amp;quot;mankind&amp;quot; have the same meaning when referring to all people. The {{w|schwa}} indefinite article &amp;quot;a&amp;quot; is optional in certain contexts of most dialects of American English.[https://linguapress.com/grammar/article-in-english.htm] That it was apparently elided by Armstrong in the excitement, changing the meaning of the historical phrase, is controversial and thus humorous. Subsequently, Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that explanation.[https://www.hq.nasa.gov/office/pao/History/alsj/a11/a11.step.html][http://itre.cis.upenn.edu/~myl/languagelog/archives/003645.html] Armstrong later said he, &amp;quot;would hope that history would grant me leeway for dropping the syllable and understand that it was certainly intended, even if it was not said,&amp;quot; and, on p.126 of the June 1982 edition of ''Omni,'' &amp;quot;the 'a' is implied, so I'm happy if they just put it in parentheses.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Randall]] suggests that the first Artemis astronaut to set foot on the Moon has a duty to utter an even more confusing quote, saying the sentence, &amp;quot;This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the moon,&amp;quot; aloud as they step onto the Moon. When quoted by later historians, that would be confusingly self-referential, as if they were alluding to something from the past. This is very unlikely, and funny merely as a recommendation. If it actually happened, it might be both hilarious and scandalous. While the comic's spacecraft has similarities to the {{w|Starship HLS|current plans}} for the Artemis lander,[https://www.nasa.gov/press-release/as-artemis-moves-forward-nasa-picks-spacex-to-land-next-americans-on-moon] it's a generic drawing, perhaps in homage to classic space science fiction, with the exit portal at an unlikely position near the base of the {{w|SpaceX Starship}} lander.[https://www.teslarati.com/spacex-starship-moon-elevator-nasa-prototype/]&lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut could say being the first (rather than 13th) person on the Moon is a great honor. People hearing this quote in the future could assume that Artemis was the first crewed mission to the Moon. It could feed into contemporary conspiracy theories that the Apollo landings were faked, furthering the confusion. &lt;br /&gt;
&lt;br /&gt;
This comic coincides with the canceled launch of {{w|Artemis 1}}, an uncrewed test mission which will serve as the start of the Artemis program. The mission was intended to launch on 29 August 2022, and later on 3 September 2022, but was repeatedly postponed due to a series of technical problems and will now take place no earlier than late September 2022.&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;
:[The surface of the Moon, with typical craters and rocks across a landscape with a subtle but visibly curved horizon. In the foreground, a vertical rocket standing on four deployed legs. A short ladder, or set of steps, leads down from a hatch in the lower part of the rocket body. The figure of an astronaut is shown having just now stepped forward onto the Moon's surface.]&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the Moon.&lt;br /&gt;
&lt;br /&gt;
:Caption: Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2668:_Artemis_Quote&amp;diff=294301</id>
		<title>Talk:2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2668:_Artemis_Quote&amp;diff=294301"/>
				<updated>2022-09-06T04:20:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Move deleted passage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first quote is self-referential (and confuses people, when quoted). The second plays unto the myth that the moon landing was staged. It is nice to be able to choose words, which are cited. A great opportunity to confuse people. --[[Special:Contributions/172.68.110.143|172.68.110.143]] 21:09, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
To those of you wondering [https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;amp;diff=294177&amp;amp;oldid=294176 why, &amp;quot;&amp;lt;tt&amp;gt;mankind&amp;quot; ,[emphasis&amp;lt;/tt&amp;gt;,&amp;quot; currently appears in the wikitext,] I would direct you to [[explain xkcd talk:Editor FAQ#Punctuation inside quotes and parentheses]]. I am discouraged by such pettiness. [[Special:Contributions/172.70.214.59|172.70.214.59]] 21:26, 5 September 2022 (UTC)&lt;br /&gt;
:Waitwhat? ...Quote-Space-Comma-OpenBracket..? Good job it isn't like that now, or I'd be rewriting it. (Probably put the &amp;lt;tt&amp;gt;[emphasis added]&amp;lt;/tt&amp;gt; within the quotes, for starters, before worrying about the other punctuation.) [[Special:Contributions/172.70.162.77|172.70.162.77]] 23:02, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Perhaps the first Artemis astronaut to set foot on the moon will prefer to come with her own idea of what to say. [[Special:Contributions/172.71.142.75|172.71.142.75]] 21:55, 5 September 2022 (UTC)&lt;br /&gt;
:I'm hoping for interpretive dance. [[Special:Contributions/172.70.214.59|172.70.214.59]] 22:31, 5 September 2022 (UTC)&lt;br /&gt;
::I hope they do a couple cartwheels before saying anything. [[Special:Contributions/172.70.206.163|172.70.206.163]] 03:09, 6 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The quote in the title text is factually true, adding to the confusion it would cause, as it does not actually claim that the Artemis astronaut is the first human to set foot on the Moon, only that it is a great honor to be the first. [[User:Bugstomper|Bugstomper]] ([[User talk:Bugstomper|talk]]) 22:34, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
It is not [https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;amp;diff=prev&amp;amp;oldid=294204 feeding trolls] to acknowledge that these &amp;lt;s&amp;gt;trolls&amp;lt;/s&amp;gt; people exist (and are exactly the kind of people Randall [[690: Semicontrolled Demolition|likes to bait]]. But I won't 'unedit' that. (Someone else can either restore it or get rid of the silly compromise of being commented out with a confusingly 'inline' text-comment. Only by checking the precise version dif would it even make much sense.) [[Special:Contributions/172.71.178.141|172.71.178.141]] 22:57, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I interpreted the second (alt text) option as being intended to cause a similar mis-hearing (or suspected mis-hearing) debate as was the case with the original man/a man quote. The word &amp;quot;human&amp;quot; could possibly be mis-heard as &amp;quot;woman&amp;quot; over a poor-quality audio transmission, leading to a debate about which was intended. (According to the comic, the intended word would in fact be &amp;quot;human&amp;quot;, but if the person was female most listeners would likely assume that it is supposed to be &amp;quot;woman&amp;quot; as most people are aware that humans have been on the moon before but probably unsure of whether or not a woman has ever been on the moon.)&lt;br /&gt;
&lt;br /&gt;
Questions: Has a woman ever been to the moon, and is NASA planning to choose a woman for the new mission? It wouldn't surprise me if they were planning to send a woman this time around for PC points. [[Special:Contributions/172.70.91.128|172.70.91.128]] 23:13, 5 September 2022 (UTC)&lt;br /&gt;
:Yes, I believe Artemis has announced that they intend to let a woman of color be the 13th on the Moon, but I'm not up to date on the official press releases. [[Special:Contributions/172.70.211.126|172.70.211.126]] 23:20, 5 September 2022 (UTC)&lt;br /&gt;
::I'm Hoping it will be an African-American woman chosen specifically as commander for identity purposes, who says &amp;quot;It's Great to be Black on the Moon!&amp;quot; [Obref Netflix _Space Force_][[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 23:23, 5 September 2022 (UTC)&lt;br /&gt;
:[Written before two other replies, above, appeared... One maybe answering an issue I raise below about the 'twofer'...] One of the main 'selling points' has been that the {{w|Artemis 3|first landing mission}} would definitely include a female crewmember, and a 'person of colour'. I've never been quite clear that this is to be the two identities of the two crew or if the intention is that there'll be one person fulfilling them both as a &amp;quot;twofer&amp;quot;. So those worrying about (or applauding!) &amp;quot;PC points&amp;quot; are already happy to have their fears(/hopes) confirmed.&lt;br /&gt;
:As a side note, I find the &amp;quot;PoC&amp;quot; term a horrible phrase, in my mind, but I'm British and I know that whatever problems we have with what terminology to use (BAME, etc) are quite different from the US. And there are near-universally undeniably worse terms to use. And &amp;quot;of colour&amp;quot; (or &amp;quot;color&amp;quot;, in Leftpondian) doesn't seem to mean much except not being pure-Saxon. Apparently Meghan, Duchess of Sussex (neé Markle) is mixed-race (some even say &amp;quot;black&amp;quot;) but I wouldn't have known (and, now knowing, am not at all bothered by the fact) given that tanning salons output a steady stream of darker-skinned anglo-saxon or even celtic-heritage locals.&lt;br /&gt;
:Anyway, there'll be complaints by the anti-PC brigade regardless, not that I mind them being upset. So long as they have good individuals (no Iron Sky 'just send a model', purely as a vanity passenger) they should be able to pick and choose which of various suitable candidates works well in the grand scheme of things.&lt;br /&gt;
: (And I don't agree with the &amp;quot;human/woman confusion thing&amp;quot;, seems far too clumsy. Even as deliberately awkward phrasing.) [[Special:Contributions/172.71.178.141|172.71.178.141]] 23:46, 5 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't understand &amp;lt;tt&amp;gt;because e.g., conflating &amp;quot;a&amp;quot; man with &amp;quot;mankind&amp;quot; is potentially self-contradictory&amp;lt;/tt&amp;gt;. There's no conflation in &amp;quot;a man is an individual, but mankind is a group&amp;quot;, and the issue is surely more that so seen in &amp;quot;man is an individual, but mankind is a group&amp;quot; where &amp;quot;man&amp;quot;==&amp;quot;mankind&amp;quot; in this respect so that the logic ends up as (A==B)&amp;amp;(A!=B) by trivial analysis... Whatever, I just don't think that explains what is 'wrong'. [[Special:Contributions/172.71.178.141|172.71.178.141]] 23:46, 5 September 2022 (UTC)&lt;br /&gt;
:Addressed in subsequent edits to the Explanation. [[Special:Contributions/172.69.33.231|172.69.33.231]] 03:04, 6 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the astronaut removed his boot before saying &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot; He/she would technically be correct. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 23:28, 5 September 2022 (UTC)&lt;br /&gt;
: It's a terrible idea to place an unclothed foot on {{w|lunar regolith}}, not only because of the vacuum and temperature, but it's like a layer of somewhat coarsely ground glass reasonably likely to cause puncture or laceration even from the diminished weight of any adult. [[Special:Contributions/172.70.206.213|172.70.206.213]] 23:44, 5 September 2022 (UTC)&lt;br /&gt;
:: I forget where, but I've seen a 'hard'/speculative SF treatment of future Moon tourism options that includes a run out of one handy airlock and almost immediately into another whilst suited and ''singly-''booted (an extremely tight ligature on the other lower leg, for the necessary duration) for those wishing to make their 'ultimate footprint' in the regolith. With a bit of practice beforehand, there is probably a (comparatively) safe hop-step gait that doesn't cause much more damage than the briefly decompressive coldness betwixt the portals connecting to the safer internal environment of the moonbase this all happens at. Still a 'thrill' activity, with inherent risks both in the execution and afterwards. [[Special:Contributions/172.70.85.33|172.70.85.33]] 23:58, 5 September 2022 (UTC)&lt;br /&gt;
:::I have no doubt that someone will leave their actual footprints on the Moon someday, but I hope they use crutches and some way to get their foot back into their pressure suit ASAP. [[Special:Contributions/172.70.210.49|172.70.210.49]] 02:34, 6 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone ''really'' likes to remove &amp;quot;redundant&amp;quot; words, in edits, amongst other minor adjustments (described similarly laconically) that I'm not sure are truly justified. I bet if I put some of them back (just the ones that I felt served a purpose, and I can imagine the original authors thought so too) they'd just be removed again. And no easy way to argue the toss, so I'll spare you the arguments and put up with the potential travesties. But I get the feeling that there's a particularly opinionated editor out there, active at this very moment, who is more pleased with themself than they rightfully have reason to be. There are valid rhetorical uses for emphasis, you know, and your 'perfection' might not be so universally agreeable despite your sniping. [[Special:Contributions/172.70.85.33|172.70.85.33]] 00:24, 6 September 2022 (UTC)&lt;br /&gt;
:Is there a Unicode glyph for saying wiki editors need to calm down? [[Special:Contributions/172.70.207.8|172.70.207.8]] 00:32, 6 September 2022 (UTC)&lt;br /&gt;
::There must be one for &amp;quot;copyedit&amp;quot;. Which seems to just mean that an edit is being made, without any proper comment. [[Special:Contributions/172.70.85.33|172.70.85.33]] 00:47, 6 September 2022 (UTC)&lt;br /&gt;
::: ⛚✎ [[Special:Contributions/172.70.210.49|172.70.210.49]] 01:03, 6 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just deleted this, because it doesn't make sense to me:&lt;br /&gt;
:''This joke could be taken in one of two ways: one, that it is a violation of the {{w|cooperative principle}} which states that what people say usually is of relevance to the current situation - in this scenario implying that the Artemis astronaut is the first person on the Moon when in fact they were simply discussing the topic in a disconnected bubble the same way one might make such a comment on Earth; alternatively it could simply be to mislead people into thinking Artemis was the first crewed mission to the Moon.''&lt;br /&gt;
Perhaps the author can go into more detail here on how this is a better explanation than the text it replaced, please? [[Special:Contributions/172.70.214.183|172.70.214.183]] 04:20, 6 September 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294299</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294299"/>
				<updated>2022-09-06T04:15:56Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Partial revert: the additions I'm deleting don't make sense to me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a COLLABORATIVE EFFORT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land people on the Moon and begin to set up infrastructure for a permanent crewed presence. People first landed on the Moon in 1969 as part of the {{w|Apollo program}}. They have not been back since 1972.&lt;br /&gt;
&lt;br /&gt;
When {{w|Neil Armstrong}} became the first person to walk on the Moon, he famously said, &amp;quot;That's one small step for man, one giant leap for mankind.&amp;quot; However, he was intending to say, &amp;quot;That's one small step for '''''a''''' man, [but] one giant leap for mankind [emphasis added].&amp;quot; [https://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg The audio recording] omits the word &amp;quot;a&amp;quot;, making the sentence confusing, as &amp;quot;man&amp;quot; and &amp;quot;mankind&amp;quot; have the same meaning when referring to all people. The {{w|schwa}} indefinite article &amp;quot;a&amp;quot; is optional in certain contexts of most dialects of American English.[https://linguapress.com/grammar/article-in-english.htm] That it was apparently elided by Armstrong in the excitement, changing the meaning of the historical phrase, is controversial and thus humorous. Subsequently, Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that explanation.[https://www.hq.nasa.gov/office/pao/History/alsj/a11/a11.step.html][http://itre.cis.upenn.edu/~myl/languagelog/archives/003645.html] Armstrong later said he, &amp;quot;would hope that history would grant me leeway for dropping the syllable and understand that it was certainly intended, even if it was not said,&amp;quot; and, on p.126 of the June 1982 edition of ''Omni,'' &amp;quot;the 'a' is implied, so I'm happy if they just put it in parentheses.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Randall]] suggests that the first Artemis astronaut to set foot on the Moon has a duty to utter an even more confusing quote, saying the sentence, &amp;quot;This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the moon,&amp;quot; aloud as they step onto the Moon. When quoted by later historians, that would be confusingly self-referential, as if they were alluding to something from the past. This is very unlikely, and funny merely as a recommendation. If it actually happened, it might be both hilarious and scandalous. While the comic's spacecraft has similarities to the {{w|Starship HLS|current plans}} for the Artemis lander,[https://www.nasa.gov/press-release/as-artemis-moves-forward-nasa-picks-spacex-to-land-next-americans-on-moon] it's a generic drawing, perhaps in homage to classic space science fiction, with the exit portal at an unlikely position near the base of the {{w|SpaceX Starship}} lander.[https://www.teslarati.com/spacex-starship-moon-elevator-nasa-prototype/]&lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut could say being the first (rather than 13th) person on the Moon is a great honor. People hearing this quote in the future could assume that Artemis was the first crewed mission to the Moon. It could feed into contemporary conspiracy theories that the Apollo landings were faked, furthering the confusion. &lt;br /&gt;
&lt;br /&gt;
This comic coincides with the canceled launch of {{w|Artemis 1}}, an uncrewed test mission which will serve as the start of the Artemis program. The mission was intended to launch on 29 August 2022, and later on 3 September 2022, but was repeatedly postponed due to a series of technical problems and will now take place no earlier than late September 2022.&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;
:[The surface of the Moon, with typical craters and rocks across a landscape with a subtle but visibly curved horizon. In the foreground, a vertical rocket standing on four deployed legs. A short ladder, or set of steps, leads down from a hatch in the lower part of the rocket body. The figure of an astronaut is shown having just now stepped forward onto the Moon's surface.]&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the Moon.&lt;br /&gt;
&lt;br /&gt;
:Caption: Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294290</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294290"/>
				<updated>2022-09-06T03:31:51Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ sufficient as the wikilink is confusingly tied up with CS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a COLLABORATIVE EFFORT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land people on the Moon and begin to set up infrastructure for a permanent crewed presence. People first landed on the Moon in 1969 as part of the {{w|Apollo program}}. They have not been back since 1972.&lt;br /&gt;
&lt;br /&gt;
When {{w|Neil Armstrong}} became the first person to walk on the Moon, he famously said, &amp;quot;That's one small step for man, one giant leap for mankind.&amp;quot; However, he was intending to say, &amp;quot;That's one small step for '''''a''''' man, [but] one giant leap for mankind [emphasis added].&amp;quot; [https://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg The audio recording] omits the word &amp;quot;a&amp;quot;, making the sentence confusing, as &amp;quot;man&amp;quot; and &amp;quot;mankind&amp;quot; have the same meaning when referring to all people. The {{w|schwa}} indefinite article &amp;quot;a&amp;quot; is optional in certain contexts of most dialects of American English.[https://linguapress.com/grammar/article-in-english.htm] That it was apparently elided by Armstrong in the excitement, changing the meaning of the historical phrase, is controversial and thus humorous. Subsequently, Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that explanation.[https://www.hq.nasa.gov/office/pao/History/alsj/a11/a11.step.html][http://itre.cis.upenn.edu/~myl/languagelog/archives/003645.html] Armstrong later said he, &amp;quot;would hope that history would grant me leeway for dropping the syllable and understand that it was certainly intended, even if it was not said,&amp;quot; and, on p.126 of the June 1982 edition of ''Omni,'' &amp;quot;the 'a' is implied, so I'm happy if they just put it in parentheses.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Randall]] suggests that the first Artemis astronaut to set foot on the Moon has a duty to utter an even more confusing quote, saying the sentence, &amp;quot;This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the moon,&amp;quot; aloud as they step onto the Moon. When quoted by later historians, that would be confusingly self-referential, as if they were alluding to something from the past. This is very unlikely, and funny merely as a recommendation. If it actually happened, it might be both hilarious and scandalous. While the comic's spacecraft has similarities to the {{w|Starship HLS|current plans}} for the Artemis lander,[https://www.nasa.gov/press-release/as-artemis-moves-forward-nasa-picks-spacex-to-land-next-americans-on-moon] it's a generic drawing, perhaps in homage to classic space science fiction, with the exit portal at an unlikely position near the base of the {{w|SpaceX Starship}} lander.&lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut would say being the first (rather than 13th) person on the Moon is a great honor. People hearing this quote in the future could assume that Artemis was the first crewed mission to the Moon. It could feed into contemporary conspiracy theories that the Apollo landings were faked, furthering the confusion. &lt;br /&gt;
&lt;br /&gt;
This comic coincides with the canceled launch of {{w|Artemis 1}}, an uncrewed test mission which will serve as the start of the Artemis program. The mission was intended to launch on 29 August 2022, and later on 3 September 2022, but was repeatedly postponed due to a series of technical problems and will now take place no earlier than late September 2022.&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;
:[The surface of the Moon, with typical craters and rocks across a landscape with a subtle but visibly curved horizon. In the foreground, a vertical rocket standing on four deployed legs. A short ladder, or set of steps, leads down from a hatch in the lower part of the rocket body. The figure of an astronaut is shown having just now stepped forward onto the Moon's surface.]&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes — the first words spoken by an Artemis astronaut on the Moon.&lt;br /&gt;
&lt;br /&gt;
:Caption: Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294204</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294204"/>
				<updated>2022-09-05T22:46:37Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ comment out conspiracy theories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a WOMAN INHERITS THE EARTH. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land humans on the moon and begin to set up infrastructure for a permanent human presence. Humans first landed on the moon in 1969 as part of the Apollo program. They have not been back since 1972.  &lt;br /&gt;
&lt;br /&gt;
When the first human to walk on the moon, {{w|Neil Armstrong}}, took the first step there, he was intending to say, &amp;quot;That's one small step for '''a''' man, but a giant leap for mankind&amp;quot; [emphasis added]. The audio recording omits the first instance of the word &amp;quot;a&amp;quot;, making the sentence confusing. This recording was broadcast worldwide at the time and has become a famous historical quote. However, that the {{w|schwa}} grammatical article, &amp;quot;a&amp;quot;, optional in certain contexts of most dialects of American English,{{Actual citation needed}} was apparently elided by Armstrong in the excitement, modifying the semantic meaning of the historical phrase, is controversial and therefore funny. Subsequently Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that excuse.&lt;br /&gt;
&lt;br /&gt;
Randall proposes that the first Artemis astronaut should create an even more confusing quote by proposing a sentence that actually appears to be a mere reference to whatever it is they have said. Speaking as if they are alluding to something from the past, it would add contextual confusion to any attempt to directly quote or replay the words from then on. &lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut would claim to be the first (rather than 13th) human on the moon. People hearing this quote in the future could assume that Artemis was the first manned mission to the Moon. &amp;lt;!-- Between those who think that the Apollo landings were entirely faked (hence none of the Apollo crews actully reached the Moon) and those people who believe there are non-humans hiding among us (thus the astronauts who reached the Moon were 'shape-changing lizard people) it would stoke various popular conspiracy theories.  -- it's disrespectful to feed such trolls --&amp;gt; It may also have been intended as a phrase Armstrong could have previously used with less chance of flubbing, but seems inappropriately self-aggrandizing for the mild-mannered astronaut and makes no sense to be declaimed by Artemis's pioneering moonwalker.&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;
:[The surface of the moon, with craters and rocks, and a rocket with a ladder attached and an astronaut stepping onto the moon's surface.]&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes -- the first words spoken by an Artemis astronaut on the moon.&lt;br /&gt;
&lt;br /&gt;
:Caption: Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294203</id>
		<title>2668: Artemis Quote</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2668:_Artemis_Quote&amp;diff=294203"/>
				<updated>2022-09-05T22:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ dissonance is not necessarily self-contradiction (a length can be both short and long), paragraph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2668&lt;br /&gt;
| date      = September 5, 2022&lt;br /&gt;
| title     = Artemis Quote&lt;br /&gt;
| image     = artemis_quote.png&lt;br /&gt;
| titletext = Another option: &amp;quot;It is an honor to be the first human to set foot on the moon.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|created by a WOMAN INHERITS THE EARTH. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The {{w|Artemis program}} is a series of planned space missions that will land humans on the moon and begin to set up infrastructure for a permanent human presence. Humans first landed on the moon in 1969 as part of the Apollo program. They have not been back since 1972.  &lt;br /&gt;
&lt;br /&gt;
When the first human to walk on the moon, {{w|Neil Armstrong}}, took the first step there, he was intending to say, &amp;quot;That's one small step for '''a''' man, but a giant leap for mankind&amp;quot; [emphasis added]. The audio recording omits the first instance of the word &amp;quot;a&amp;quot;, making the sentence confusing. This recording was broadcast worldwide at the time and has become a famous historical quote. However, that the {{w|schwa}} grammatical article, &amp;quot;a&amp;quot;, optional in certain contexts of most dialects of American English,{{Actual citation needed}} was apparently elided by Armstrong in the excitement, modifying the semantic meaning of the historical phrase, is controversial and therefore funny. Subsequently Armstrong and others have blamed insufficiently tuned {{w|voice activity detection}} hardware circuitry intended to save power in radio voice transmission, but NASA engineers, third-party historians and their hired experts have never been able to corroborate that excuse.&lt;br /&gt;
&lt;br /&gt;
Randall proposes that the first Artemis astronaut should create an even more confusing quote by proposing a sentence that actually appears to be a mere reference to whatever it is they have said. Speaking as if they are alluding to something from the past, it would add contextual confusion to any attempt to directly quote or replay the words from then on. &lt;br /&gt;
&lt;br /&gt;
The title text suggests an alternate phrase by which the Artemis astronaut would claim to be the first (rather than 13th) human on the moon. People hearing this quote in the future could assume that Artemis was the first manned mission to the Moon. Between those who think that the Apollo landings were entirely faked (hence none of the Apollo crews actully reached the Moon) and those people who believe there are non-humans hiding among us (thus the astronauts who reached the Moon were 'shape-changing lizard people) it would stoke various popular conspiracy theories. It may also have been intended as a phrase Armstrong could have previously used with less chance of flubbing, but seems inappropriately self-aggrandizing for the mild-mannered astronaut and makes no sense to be declaimed by Artemis's pioneering moonwalker.&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;
:[The surface of the moon, with craters and rocks, and a rocket with a ladder attached and an astronaut stepping onto the moon's surface.]&lt;br /&gt;
:Astronaut: This is one of my favorite historical quotes -- the first words spoken by an Artemis astronaut on the moon.&lt;br /&gt;
&lt;br /&gt;
:Caption: Neil Armstrong's &amp;quot;man&amp;quot;/&amp;quot;a man&amp;quot; quote created a lot of historical confusion, and I think it's our duty to expand on that legacy with Artemis.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2664:_Cloud_Swirls&amp;diff=293788</id>
		<title>Talk:2664: Cloud Swirls</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2664:_Cloud_Swirls&amp;diff=293788"/>
				<updated>2022-08-31T00:43:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
3-D video games? HUH??[[Special:Contributions/172.70.131.126|172.70.131.126]] 09:33, 27 August 2022 (UTC)&lt;br /&gt;
:It's not how I would have started the Explanation, but I think it'll quickly be rewritten enough that this element is downplayed/subsumed in some more generalised attempt to explain everything from QFD to the CBR. As I'm only just reading this now, just before I have to wander off to do something else, I shall have to defer my own dabbling edits until later, by which time it will have been matured (or at least remixed) into a more thorough text, so no point me worrying upon how to improve the necessary but rarely inviolable initial attempt to Explain. [[Special:Contributions/172.70.85.5|172.70.85.5]] 11:51, 27 August 2022 (UTC)&lt;br /&gt;
:: Maybe in some combination with the {{w|Observer effect (physics)}}, it's an attempt to get at the simulation hypothesis maybe? &lt;br /&gt;
::I absolutely do not get whatever it is that the title text is saying, so I'm sitting this one out. [[Special:Contributions/172.70.214.189|172.70.214.189]] 14:56, 27 August 2022 (UTC)&lt;br /&gt;
:::I'd interpret it as them studying fluid dynamics in hope of discovering a way to create the coolest possible cloud. --[[Special:Contributions/172.68.50.207|172.68.50.207]] 15:07, 27 August 2022 (UTC)&lt;br /&gt;
::::Aye. Given we can't see the 'best clouds' here (because the chances are low that we can) and we can't go and see the absolute best clouds (due to limitations on visiting every likely place out there), by intensely studying the phenomenon that in part dictates how all clouds look one might create (or visually predict the look of) the superior type through rigorous simulation/emulation/etc. [[Special:Contributions/172.70.162.155|172.70.162.155]] 15:53, 27 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
''Much more computing power could be saved by skimping on the chemistry of the quattuordecillions of atoms in the oceans than the clouds in the sky ... but skimping on oceanic chemistry would make biogenesis much less feasible. However, Earth has life.''&lt;br /&gt;
  &lt;br /&gt;
Wait, what if this is the solution to the Fermi paradox? /jk [[User:Xkcdjerry|Xkcdjerry]] ([[User talk:Xkcdjerry|talk]]) 02:49, 28 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Of course, most people do not think that the Universe is a simulation...&amp;quot; feels like a ''genuine'' [citation needed] to me. I can't say with confidence that it's the prevailing theory, but it's been gaining so much traction in this day and age that it feels weird to claim with confidence that the majority of people don't think it.&lt;br /&gt;
:Agree. On the other hand, I don't think the Universe simulation cheats to save computing resources. With the scale it works in, it must be massively parallel system which isn't able to reallocate resources from one area to other. Also, if whoever programmed the simulation would be willing to cheat, they would start with not designing the physical laws so complicated. Or alternatively, they would cheat big, changing our memories to make everything seem to work correctly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:44, 28 August 2022 (UTC)&lt;br /&gt;
::Yes. If the universe were like The Matrix—i.e., its main goal were to house beings possessing minds—then simulating only the input to each being’s senses would be the most economical.&lt;br /&gt;
:::However, the amount of computation to identify beings and what information constitutes their input might be so hard as to be analogous to the {{w|halting problem}}, or technically undecidable (but subject to likely useful heuristics, depending on the purpose of any such simulation.) This gets into {{w|Compatibilism#Non-naturalism|non-naturalist compatibilism}} on the free will question, but it's not clear whether such a discussion would add anything directly to an explanation of the comic, but is worth considering. Maybe in the &amp;quot;Further considerations&amp;quot; block. [[Special:Contributions/172.69.34.28|172.69.34.28]] 20:29, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one who feels like the Explanation is lacking its customary explanatoriousness? I propose a table in the form of {{w|Pascal's wager}}, which when projected on the {{w|Mandelbrot set}}, looks like clouds. [[Special:Contributions/162.158.166.173|162.158.166.173]] 03:12, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think this is an accurate description or explanation of the title text, so I am moving it here:&lt;br /&gt;
: &amp;quot;The response is, more or less, that the second person wants to see “the coolest clouds”. If one devised a system to determine what would qualify as the coolest clouds (an entirely subjective thing), then one could rank planets on how cool their clouds were. Since only one planet would have the best clouds and there is a great number of planets, it is statistically unlikely that Earth - or any of the other planets in our system - will be the winner. Thus, in order to see the coolest clouds, one must either travel to another system or learn fluid dynamics to simulate them. Compared to the vast distances a ship must travel to reach even the nearest star, even rockets seem slow, and it would take a long time to get even a fraction of the way there. Because of this, the latter is chosen.&amp;quot; &lt;br /&gt;
[[Special:Contributions/162.158.166.173|162.158.166.173]] 03:59, 29 August 2022 (UTC)&lt;br /&gt;
::I was surprised to see that removed. It looked ''exactly'' like the explanation for the TT, to me. The alternative seems to lack so much of the implied rationale. But maybe the simulation of this site provided to my brain is different from the simulation of this site provided to yours (assuming you exist, and you aren't a confounding factor included 8n my whole simulation of what I might or might not be experiencing).... [[Special:Contributions/172.70.91.78|172.70.91.78]]&lt;br /&gt;
:::It assumes that different atmospheric compositions could produce cooler clouds, which is tautological given the subjectivity of the criterion, but questionable from the perspective of mean opinions over a wide population such as the readership. The current two sentence explanation of the title text sidesteps that issue, and is much easier and faster to read. [[Special:Contributions/172.70.214.183|172.70.214.183]] 20:54, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was reminded by this strip of the fact that THIS planet, the only planet in our solar system where the natural satellite has the correct relationship with the sun to occasionally block it out in an extremely cool way (with the 'diamond ring' corona effect), is also the only planet (so far as we know) where such , solar eclipses can be APPRECIATED...&lt;br /&gt;
&lt;br /&gt;
[[User:MarquisOfCarrabass|MarquisOfCarrabass]] ([[User talk:MarquisOfCarrabass|talk]]) 06:23, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is the WORST explainxkcd &amp;quot;Explanation&amp;quot; I have ever seen. There is absolutely NOTHING in the comic that has ANYTHING to do with 3D videogames and any such ideas come COMPLETELY from out of the blue. SHEESH! [[Special:Contributions/172.70.130.171|172.70.130.171]] 10:40, 29 August 2022 (UTC)&lt;br /&gt;
:Agreed. The comic is about planets and clouds, there is nothing about simulations or rendering at all. The last panel is a hint at anthropomorphizing (if that's a word) the universe for humour, as if it just creates neat clouds for fun. [[Special:Contributions/172.70.91.128|172.70.91.128]] 07:18, 30 August 2022 (UTC)&lt;br /&gt;
:: Getting fluid dynamics right being a lot of work is absolutely a reference to simulation, and I don't see how such in the context of observations of our reality can escape entailing the simulation hypothesis. [[Special:Contributions/172.70.214.183|172.70.214.183]] 00:43, 31 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
As for the &amp;quot;Further consideration&amp;quot; section, it's a whole big pile of . . . something . . . that belongs somewhere else but not here. [[Special:Contributions/172.70.131.170|172.70.131.170]] 10:46, 29 August 2022 (UTC)&lt;br /&gt;
:Click the Expand link, pay the consequences :D [[Special:Contributions/172.70.206.213|172.70.206.213]] 23:48, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there a difference between ascribing motivations to the Universe and positing the purpose of a constructed simulation of our reality? [[Special:Contributions/172.70.211.146|172.70.211.146]] 23:37, 29 August 2022 (UTC)&lt;br /&gt;
: Neither are falsifiable hypotheses, to begin with. [[Special:Contributions/172.70.206.213|172.70.206.213]] 23:45, 29 August 2022 (UTC)&lt;br /&gt;
: Yes; there is a difference. The first says nothing about where the motivations come from and the second is specific about it. If the Universe has motivations they could come from any number of unknown sources . . . . [[Special:Contributions/172.70.178.107|172.70.178.107]] 10:43, 30 August 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2659:_Unreliable_Connection&amp;diff=293727</id>
		<title>2659: Unreliable Connection</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2659:_Unreliable_Connection&amp;diff=293727"/>
				<updated>2022-08-30T00:51:57Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ copyedit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2659&lt;br /&gt;
| date      = August 15, 2022&lt;br /&gt;
| title     = Unreliable Connection&lt;br /&gt;
| image     = unreliable_connection.png&lt;br /&gt;
| titletext = NEGATIVE REVIEWS MENTION: Unreliable internet. POSITIVE REVIEWS MENTION: Unreliable internet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by ROUND TRIP LATENCY BACKOFF. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In today's world, the Internet, pervasive mobile technology and the COVID pandemic have all caused an implicit expectation for many people to be available all hours of the day, whether for work or social communications, even when on vacation. In this comic, [[Randall]] addresses the issue with a deliberately suboptimal internet device that drops Internet connectivity intermittently and at unpredictable intervals, thereby causing activities that require a constant, uninterrupted connection to be unusable. The device appears to be an internet {{w|modem}} connected to an automated version of a {{w|Galton board}} or {{w|Jin Akiyama}}'s mathematical {{w|pachinko}} machine[https://arxiv.org/pdf/1601.05706.pdf] with a series of twelve switches at the bottom to be pressed by falling balls, eleven of which are linked to a the label &amp;quot;on&amp;quot; and one linked to a second label &amp;quot;off,&amp;quot; both such sets of switches apparently controlling the connection. This solves the social problem of demands for the likes of {{w|synchronous conferencing|synchronous teleconferencing}}, by causing {{w|Asynchronous communication|asynchronous}} methods of communication to be relatively more reliable and efficient for personal use. &lt;br /&gt;
&lt;br /&gt;
This is funny because such a device could likely much more easily be implemented in the {{w|firmware}} of the internet or WiFi modem or {{w|Router (computing)|router}}s. (See [[1785: Wifi]] for an explanation of firmware.) It's not clear whether the switches merely interrupt the connection momentarily or control power to the modem, which would involve a much longer booting sequence. The &amp;quot;unreliable&amp;quot; connection provides an excuse to be unavailable for work or social calls, and thus free to enjoy one's vacation. However the device also allows the user to have a fast internet connection most of the time, enabling them to use it for leisure purposes, such as downloading movies for entertainment, or to connect with others on one's own terms. It thus retains most of the benefit of a good connection.&lt;br /&gt;
&lt;br /&gt;
The probability of a ball hitting the &amp;quot;off&amp;quot; switch is 165/2048, or about 8% (assuming the machine is ordinary[https://drops.dagstuhl.de/opus/volltexte/2018/8817/pdf/LIPIcs-FUN-2018-26.pdf]) because it's in the ninth position. We don't know the frequency with which new balls are dropped, so we can't estimate the frequency at which the device is likely to trigger {{w|Session Initiation Protocol}}, {{w|Transmission Control Protocol}}, or similar {{w|Timeout (computing)|timeout}} conditions that would likely close synchronous {{w|VOIP}}, video conferencing, and e.g. {{w|VRChat}} connections. Even if such connections were to survive the induced service interruptions, the {{w|application layer}} call or teleconference quality would suffer during them. The device may cause interruptions rarely enough that the connection is usable for casual purposes, but the user can still reasonably claim that it's unreliable to get out of online obligations.&lt;br /&gt;
&lt;br /&gt;
The title text reflects on today's increasingly always-connected world, where emphasis may be changing from finding rare vacation spots that have reliable internet, to now finding somewhere worthwhile to go that still doesn't have it. It could also be a comment on the mild paradox that a nominally unreliable internet connection has advantages for those whose communication schedule, volume, or style preferences make synchronous teleconferencing less practical, desirable, or both. The reviews for the new vacation spot indicate that disconnections are found to be both desirable and undesirable, possibly even by the same person.&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 twelve switches under an automated Galton board or pachinko machine, eleven of which are linked to a large item marked &amp;quot;on&amp;quot; but the ninth of which is linked to one marked &amp;quot;off&amp;quot;, apparently controlling the operation of a modem connected to a gigabit data-cable and also connected onwards to a WiFi router. There is a supply of balls in a hopper above the board, with the triangular configuration of pins directing the balls chaotically to one or other of the switches, as shown by a single released ball and a motion path partially showing how it had rebounded from around half-way down until after hitting and rebounding away off a bottom-layer &amp;quot;on&amp;quot; switch.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel]:&lt;br /&gt;
:My new vacation spot has very fast internet that turns off randomly every now and then, just so you can tell people you'll be staying somewhere without a reliable connection.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Social interactions]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2661:_Age_Milestone_Privileges&amp;diff=293726</id>
		<title>2661: Age Milestone Privileges</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2661:_Age_Milestone_Privileges&amp;diff=293726"/>
				<updated>2022-08-30T00:50:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ unnecessary to explain&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2661&lt;br /&gt;
| date      = August 19, 2022&lt;br /&gt;
| title     = Age Milestone Privileges&lt;br /&gt;
| image     = age_milestone_privileges.png&lt;br /&gt;
| titletext = If you reach 122, you get complete unrevertible editorial control over Jeanne Calment's Wikipedia article.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BABY GOD-EMPRESS MAKING THE PRESIDENT'S LETTER R-RATED - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This is a list of &amp;quot;age milestones&amp;quot; in the United States. As usual for Randall, he has added many fictional entries to supplement some real life ones. The real milestones are the ages at which Americans are generally allowed to do certain things for the first time. These are a mix of legal restrictions (such as the age for driving and voting), rules from private companies (such as movie theaters and car rental companies) and medical guidance (like the shingles vaccine). &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Age || Privilege || Real? || Description&lt;br /&gt;
|-&lt;br /&gt;
| 16 || Drive || Yes || Legal driving age in the US is set by the individual states, but the general rule is that Americans are allowed to begin driving on public roads at age 16. There are various levels of restrictions on this privilege, however. In Randall's state of {{w|Driver's licenses in the United States#Licenses for adults and minors; GDL laws|Massachusetts, and in 8 other states}}, 16 is the minimum age to apply for a learner's permit. {{w|Driver's licenses in the United States#/media/File:Restricted license age requirements by US state.svg|In most of the country, 16 years is the minimum age for a restricted driver's license.}}&lt;br /&gt;
|-&lt;br /&gt;
| 17 || Attend R-Rated movies alone || Yes || In the US, the Motion Picture Association assigns {{w|Motion_Picture_Association_film_rating_system|ratings}} to movies based on whether they consider the film's content to be suitable for children. In this classification, &amp;quot;R&amp;quot; stands for &amp;quot;restricted&amp;quot;, and the guidance from the MPAA is that no one under the age of 17 should be allowed to see it if not accompanied by a parent or legal guardian. It should be noted that this guidance does not have force of law, but is sufficiently accepted that nearly all US theaters adopt it as a policy.&lt;br /&gt;
|-&lt;br /&gt;
| 18 || Vote || Yes || The Twenty-sixth Amendment to the United States Constitution prevents a minimum age of voting from being set above eighteen, meaning that eighteen-year-olds are old enough to legally vote anywhere in the country. Some states allow 17-year-olds to vote in primaries if they will turn 18 before the general election, but Randall's state of Massachusetts is not one of them.&lt;br /&gt;
|-&lt;br /&gt;
| 21 || Buy alcohol || Yes || While individual states have official power over the drinking age, the {{w|National Minimum Drinking Age Act}} restricts federal funding from states that do not enforce a drinking age of 21 years.  This has resulted in a ''de facto'' national drinking age of 21 in the US, which is higher than most countries. It should be noted that some states allow minors to drink alcohol under certain circumstances, but no state allows anyone under 21 to buy alcohol. &lt;br /&gt;
|-&lt;br /&gt;
| 25 || Rent a car || Generally || Car rental companies set their own age restrictions on renting cars. The industry standard in the US is to charge a higher rate for drivers under the age of 25. Thus, there was not a &amp;quot;prohibition&amp;quot; per se, but 25 is a milestone for &amp;quot;regular&amp;quot; rates and fees on car rentals.&lt;br /&gt;
|-&lt;br /&gt;
| 30 || Run for Senate || Almost || This entry is slightly incorrect: According to {{w|Article_One_of_the_United_States_Constitution#Clause 3: Qualifications of senators|Article 1, Section 3, Clause 3 of the U.S. Constitution}}, one must be at least 30 years old in order to ''become'' Senator, not ''run'' for Senate. For example, Joe Biden was 29 years old when he was first elected to Senate but turned 30 before being sworn in.&lt;br /&gt;
|-&lt;br /&gt;
| 32 || Rent a Senator's car || No || This is the first joke entry in the table. For one thing, most Senators do not rent out their cars, which they probably need to use regularly themselves because they have jobs{{Citation needed}} to commute to, and it would be a security hazard to allow random strangers access to their vehicle.&lt;br /&gt;
&lt;br /&gt;
This could also be a reference to the Ambassador, a now defunct car brand.&lt;br /&gt;
|-&lt;br /&gt;
| 35 || Run for president || Almost || In the United States, according to {{w|Article Two of the United States Constitution#Clause 5: Qualifications for office|Article 2, Section 1, Clause 5 of the U.S. Constitution}}, a person must be at least 35 years old to be eligible to hold the Office of President. Similar to the age 30 entry, this is slightly incorrect. However, unlike the Senate case, this technicality has not been relevant for anyone elected as United States president—at least not yet (as of 2022).&lt;br /&gt;
|-&lt;br /&gt;
| 40 || Rent a flying car || No || A 25-year-old might be able to rent a non-flying car today, but not a flying car, because the technology is not mature enough to the point where they're available to rent. The joke is that by the time a 25-year-old reader becomes 40, the technology will exist and they'll be able to rent a flying car. Unlike the earlier lines, the limitation has nothing to do with their age, just technological development.&lt;br /&gt;
Alternatively, even once flying cars are developed, their usage will be more restricted. For example, young people are perceived to be more reckless and/or otherwise dangerous.&lt;br /&gt;
&lt;br /&gt;
This whole issue may be virtually negated if the newly developed flying cars are introduced only as ''self-''flying cars (an off-shoot of self-driving technology but devoid of many of the dangers of navigating roads, i.e. person-controlled vehicles, pedestrians and other ground-based hazards), in which case the age (or even presence) of the renter may be very much more irrelevant than the nature of any route/destination the guidance computer is tasked to fulfill. The question would then be how much a potential passenger would trust pure electronics to avoid all the actual dangers for what is essentially a flying taxi, compared to a human controller who may be fallible but presumably at least has their own fully developed common sense and a degree of self-preservation as well as any requisite training.&lt;br /&gt;
|-&lt;br /&gt;
| 45 || Learn about the God-Empress || No || Obviously, the God-Empress does not actually exist because this comic is visible to people under 45 years old.{{Citation needed}} According to [[1413]], she will be public knowledge by 2040 anyway.&lt;br /&gt;
|-&lt;br /&gt;
| 50 || Join AARP || Yes || Full {{w|AARP}} (formerly called the American Association of Retired Persons) membership is available to anyone age 50 and over. Officially, there are no age restrictions to membership, but members under the age of 50 do not have access to full benefits.&lt;br /&gt;
|-&lt;br /&gt;
| 50 || Get a shingles vaccine || Recommendation || At the time of the comic, the [https://www.cdc.gov/vaccines/vpd/shingles/public/shingrix/index.html CDC recommended] that adults 50 years and older get the shingles vaccine called Shingrix (this line was not in the original version of the comic, corrected later)&lt;br /&gt;
|-&lt;br /&gt;
| 52 || Click to skip captchas || No || Older people might have more difficulty understanding [[:Category:CAPTCHA|captchas]]. Also, they could be more inconvenienced because some older people move more slowly, so it would take them longer to move the mouse, and people would care more about older people anyway. However, this would be impractical to implement because if the computer knew the person's age, it would know that the user is a person, not a bot, so there would be no point in a captcha anyway.&lt;br /&gt;
|-&lt;br /&gt;
| 55 || Vote for God-Empress || No || It appears that a person must have knowledge of the existence of the God-Empress for ten years before they are sufficiently qualified to elect a new one. Since the God-Empress is (presumably) in power for life, it is likely that most people would have to wait much longer than ten years.&lt;br /&gt;
|-&lt;br /&gt;
| 62 || $80 national parks lifetime pass || Yes || The US National Parks Service has a [https://www.nps.gov/planyourvisit/passes.htm lifetime membership pass] for Americans ages 62 and over, which allows access to national parks and other areas managed by the NPS.&lt;br /&gt;
|-&lt;br /&gt;
| 65 || Eligible for Medicare || Yes || {{w|Medicare (United States)|Medicare}} is a US government-run health insurance for older people, and indeed begins eligibility at age 65 for the general public.&lt;br /&gt;
|-&lt;br /&gt;
| 67 || Collect Social Security || Yes || {{w|Social Security (United States)|Social Security}} is a system of benefits for retired individuals, disabled persons and widows/widowers. U.S. individuals may collect reduced Social Security benefits starting at age 62, and they can collect increased Social Security benefits if they wait until age 70. 67 is considered &amp;quot;Full Retirement Age.&amp;quot; There is some debate about whether one would be better off waiting or taking it right away, but for most people Full Retirement Age (67) is at least close to optimal.&lt;br /&gt;
|-&lt;br /&gt;
| 68 || See &amp;quot;Skip ads&amp;quot; button on live TV|| No || Some DVRs and streaming applications have a feature to skip over commercial breaks in recorded programs, but this could not be available in live TV, since it would require jumping forward in time. Time travel is currently impossible.{{citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
| 70 || Run for God-Empress || No || The name suggests that this would also only be available to women.&lt;br /&gt;
|-&lt;br /&gt;
| 75 || Ride any animal in a national park || No || The National Parks Service probably could institute this relatively safely because most people over 75 would not be able to run fast enough to outrun/catch up to an animal and mount it{{Citation needed}} and would not have the rebellious/risk-taking/adventurous streak that would incline them to try.{{Citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
| 80 || Eligible for Megacare || No || This is based on becoming eligible for Medicare at age 65.&lt;br /&gt;
|-&lt;br /&gt;
| 85 || Click to toggle whether an ad is positive or negative about the product || No || In line with previous milestones regarding advertisements, this implies the ability to control reality and change the mood of the ad one is watching as it is running. Obviously, this is impossible, but could potentially be pulled off by adding an option to change the ad to another ad about the same product, but with the opposite viewpoint of the product. Ignoring the issue that ads that are just negative about a specific target don't tend to be commissioned. Except perhaps in certain areas of political campaigning. Furthermore, the wording appears to imply the new ad is the same as the one you were watching previously, ie. same actors, rather than a different ad about the same product.&lt;br /&gt;
|-&lt;br /&gt;
| 90 || Click to make any movie R-rated || No || It is unclear whether this would actually make the movie less appropriate or change the Motion Picture Association's rating to be erroneous. Also, what if the rating was previously NC-17?&lt;br /&gt;
|-&lt;br /&gt;
| 100 || Get a letter from the president || No || In the US (which other milestones, such as running for president starting at age 35, indicate is the country being referred to), you can instead get [https://www.today.com/series/today-celebrates/celebrate-today-ask-al-roker-wish-your-loved-ones-happy-t69606 congratulated] by the weatherman ({{w|Al Roker}}) on the {{w|Today (American TV program)|Today Show}}. However, the United Kingdom is much closer. People there can [https://www.royal.uk/anniversary-messages-0 apply to receive a card] (formerly a telegram, later a TeleMessage) from the Queen on their 100th birthday. &lt;br /&gt;
|-&lt;br /&gt;
| 102 || (35+67) Collect a presidential pension || No || The idea behind this joke is that it is the minimum age of presidency plus the minimal age to collect Social Security. There are several reasons why this must be a joke. Two are that Social Security begins 67 years after the person was born, not 67 years after the person's job started, and that the United States government would not bother to set up such a system because the vast majority of people, including former presidents, do not live to 102 years old. In fact, as of 2022, no former United States president has ever lived to 102 years old.  The current oldest former U.S. President is Jimmy Carter at 97.  Good luck Jimmy, only 5 more years!&lt;br /&gt;
|-&lt;br /&gt;
| 105 || Get a birthday card from the God-Empress || No || Being a God-Empress would be more important than being the leader of a single country. This would make the God-Empress's time more valuable, so she only has to send a birthday card to the few people who reach the age of 105. Contrariwise, the God-Empress is presumptively all-powerful and furthermore capable of delegation of ministerial tasks such as card transmission, so the utilitarian fact that the scarcity of 105-year-old people reduces workload is not a plausible justification.&lt;br /&gt;
|-&lt;br /&gt;
| 111 || Leave your own birthday party early by putting on a magic ring || No || This is a reference to the Lord of the Rings where Bilbo leaves his eleventy-first birthday party (the Bilbo Baggins Farewell Birthday Party) invisibly by using The One Ring.&lt;br /&gt;
|-&lt;br /&gt;
| 118 || Vote 100 times || No || Presumably a joke meaning the person can now cast 100 votes, for each election issue that a younger person can only vote for once, giving their opinion a vastly increased personal weight (or subtlety, if they vote more across the board than merely grant 100 votes to the same outcome), although it may not greatly change the result unless sufficient voters exist (of a like mind) to disproportionately swing the result towards the result desired more by these elder voters than their one-vote juniors.&lt;br /&gt;
It is the 100th anniversary of their having (potentially) first voted, and as such is a century milestone. But if there were exactly one election at the same time each year, the first vote on or after their birthday would actually be the 101st vote the person has been eligible to cast in their lifetime. If the sole election of each year were held at a different time of each year, someone who voted in every election might vote for the 100th time at either age 116, 117, or 118. However this milestone would happen earlier because there are often multiple elections per year, e.g., primaries, general elections and possibly runoffs. There may also be several reasons why the person may not have been given the opportunity to vote every year since they were 18, e.g. prior to the {{w|Nineteenth Amendment to the United States Constitution|women's suffrage}} being officially ratified barely 100 years ago, but most importantly that the mandated minimum voting age was 21 until {{w|Twenty-sixth Amendment to the United States Constitution|much more recently}}.&lt;br /&gt;
|-&lt;br /&gt;
| 120 || Collect the pensions of all elected officials || No || It is very unlikely that any government would award the pensions of all elected officials to anyone because they have reached the age of 120 years.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| 125 || Drink alcohol in an R-rated movie while getting a shingles vaccine from the president || No || This entry references four earlier milestones (attending an R-rated movie, drinking alcohol, becoming President, and getting the shingles vaccine) whose corresponding ages (17, 21, 35, and 50) sum to 123. While not exactly 125, this may have contributed to the inspiration or age selection of this milestone. &lt;br /&gt;
|-&lt;br /&gt;
| 128 || Age rolls over, become a baby again || No{{Citation needed}} || {{w|Integer overflow}} happens in computers when there are not enough bits (binary digits) to store the result of a calculation, and typically happens in computers at a given power of two, such as 128. An unsigned 7-bit number can hold the values 0 to 127 (127 being 2&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt; - 1) and an attempt to go beyond 127 will overflow, also called rollover, back to zero. 7-bit numbers are not common native values in today's computers. For the more usual integers of one byte (8 bits), while a signed byte would roll over after 127, it would typically rollover to -128 rather than to zero, whereas an unsigned byte would rollover to zero but not until after 255. &amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
A signed 8-bit number uses the first bit to allow the value from the remaining seven to be negative, the value 128 would become either -128 or -0, depending upon implementation. In its most practical form, a signed 8-bit number can hold values from -128 to 127 and when calculating 127+1 (the binary value 01111111 changing to 10000000) the value is -128 due to the {{w|Two's Complement}} method of having the sign-bit represent the most negative value possible, which is generally a more utilitarian method than the 'simpler' method of using it to indicate the positivity/negativity of the value. Either way, though, this means you could have a weird experience of your next phase of life, as your age now is interpreted as successive negative values if the incrementing algorithm and the interpreting algorithm are not thinking about the raw bits in the same way, or at least flagging up the overflow as having happened. &lt;br /&gt;
&lt;br /&gt;
However, maybe the system uses just 7 bits (the 8th bit often used to be reserved for parity, or other flagging purposes, and otherwise stripped/ignored) if it has never before needed an eighth bit and this had once seemed like a sufficient form of data-packing with no expectation that this limit would be reached. Computers using such systems would have a Y2K-analogous bug once someone actually reached 128 years old, where anomalous processing might indicate the person to be a baby (or fail in other ways). But that would not have happened yet. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The title text mentions {{w|Jeanne Calment}}, who holds the record for the oldest person ever (there are biblical references to older people, such as {{w|Methuselah}}, who supposedly lived to 969, but their ages haven't been verified). She reportedly was age 122 when she died in 1997. There's some controversy whether Calment actually claimed her mother's records, including birth certificate, as her own. &amp;quot;Editing wars&amp;quot; have been fought over her Wikipedia page. Randall claims that if you match her age you get sole editorial control over that article. However, if anyone managed to exceed her achieved age, presumably they would get their own page (albeit that they should not be encouraged to {{w|Wikipedia:Editing Your Own Page|edit it}} themselves) and hers would cease to be as interesting -  although that might depend on what use is made of the unparalleled editorial control now granted.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Age Milestones&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
and associated privileges&lt;br /&gt;
&lt;br /&gt;
16&amp;amp;nbsp; Drive&amp;lt;br&amp;gt;&lt;br /&gt;
17&amp;amp;nbsp; Attend R-rated movies alone&amp;lt;br&amp;gt;&lt;br /&gt;
18&amp;amp;nbsp; Vote&amp;lt;br&amp;gt;&lt;br /&gt;
21&amp;amp;nbsp; Buy alcohol&amp;lt;br&amp;gt;&lt;br /&gt;
25&amp;amp;nbsp; Rent a car&amp;lt;br&amp;gt;&lt;br /&gt;
32&amp;amp;nbsp; Run for senate&amp;lt;br&amp;gt;&lt;br /&gt;
35&amp;amp;nbsp; Run for president&amp;lt;br&amp;gt;&lt;br /&gt;
40&amp;amp;nbsp; Rent a flying car&amp;lt;br&amp;gt;&lt;br /&gt;
45&amp;amp;nbsp; Learn about the God-Empress&amp;lt;br&amp;gt;&lt;br /&gt;
50&amp;amp;nbsp; Join AARP&amp;lt;br&amp;gt;&lt;br /&gt;
50&amp;amp;nbsp; Get a shingles vaccine&amp;lt;br&amp;gt;&lt;br /&gt;
52&amp;amp;nbsp; Click to skip captchas&amp;lt;br&amp;gt;&lt;br /&gt;
55&amp;amp;nbsp; Vote for God-Empress&amp;lt;br&amp;gt;&lt;br /&gt;
62&amp;amp;nbsp; $80 National parks lifetime pass&amp;lt;br&amp;gt;&lt;br /&gt;
65&amp;amp;nbsp; Eligible for Medicare&amp;lt;br&amp;gt;&lt;br /&gt;
67&amp;amp;nbsp; Collect Social Security&amp;lt;br&amp;gt;&lt;br /&gt;
68&amp;amp;nbsp; See &amp;quot;Skip Ads&amp;quot; button on live TV&amp;lt;br&amp;gt;&lt;br /&gt;
70&amp;amp;nbsp; Run for God-Empress&amp;lt;br&amp;gt;&lt;br /&gt;
75&amp;amp;nbsp; Ride any animal in a national park&amp;lt;br&amp;gt;&lt;br /&gt;
80&amp;amp;nbsp; Eligible for MegaCare&amp;lt;br&amp;gt;&lt;br /&gt;
85&amp;amp;nbsp; Click to toggle whether any ad is positive or negative about the product&amp;lt;br&amp;gt;&lt;br /&gt;
90&amp;amp;nbsp; Click to make any movie R-rated&amp;lt;br&amp;gt;&lt;br /&gt;
100&amp;amp;nbsp; Get a letter from the president&amp;lt;br&amp;gt;&lt;br /&gt;
102&amp;amp;nbsp; (35+67) Collect a presidential pension&amp;lt;br&amp;gt;&lt;br /&gt;
105&amp;amp;nbsp; Get a birthday card from the God-Empress&amp;lt;br&amp;gt;&lt;br /&gt;
111&amp;amp;nbsp; Leave your own birthday party early by putting on a magic ring&amp;lt;br&amp;gt;&lt;br /&gt;
118&amp;amp;nbsp; Vote 100 times&amp;lt;br&amp;gt;&lt;br /&gt;
120&amp;amp;nbsp; Collect the pensions of all elected officials&amp;lt;br&amp;gt;&lt;br /&gt;
125&amp;amp;nbsp; Drink alcohol in an R-rated movie while getting a shingles vaccine from the president&amp;lt;br&amp;gt;&lt;br /&gt;
128&amp;amp;nbsp; Age rolls over, become a baby again&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:CAPTCHA]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!-- Jeanne Calment --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2664:_Cloud_Swirls&amp;diff=293718</id>
		<title>2664: Cloud Swirls</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2664:_Cloud_Swirls&amp;diff=293718"/>
				<updated>2022-08-30T00:16:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Explanation */ possessive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2664&lt;br /&gt;
| date      = August 26, 2022&lt;br /&gt;
| title     = Cloud Swirls&lt;br /&gt;
| image     = cloud_swirls.png&lt;br /&gt;
| titletext = 'Why did you get into fluid dynamics?' 'Well, SOME planet has to have the coolest clouds, odds are it's not ours, and rockets are slow.'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a UNIVERSE WITH NOTHING BETTER TO DO EXCEPT MAKE CLOUDS - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There are planets.[https://en.wikipedia.org/wiki/Exoplanet] A lot of them, even.[https://en.wikipedia.org/wiki/Lists_of_exoplanets] Like our planet, for instance.[https://phl.upr.edu/projects/earth-similarity-index-esi] &lt;br /&gt;
&lt;br /&gt;
In 3D software, depictions are often rendered at a lower quality when the viewer's perspective is far away from them, to save on computational work for aspects the user can't clearly discern. This idea is built upon here, conceivably to suggest how {{w|Simulation hypothesis|simulations of universes}} might seem different than base reality to observers within them.&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Cueball]] and [[Megan]] theorize that complicated cloud formations occur naturally on other planets in other solar systems. On planets with no observers to look at the clouds closely, our universe, or the simulation thereof, might not afford to render a visual depiction of the atmosphere in higher quality. Meteorologists and physicists on Earth might notice that such exoplanet atmospheres do not obey formal {{w|Navier-Stokes}} {{w|fluid dynamics}}, but instead reflect low-quality corner-cutting of such calculations. The foregoing would make sense if the Universe is actually simulated by a computer (a 43% probability[https://www.youtube.com/watch?v=HA5YuwvJkpQ&amp;amp;t=20m]) and the being(s) who are running the physics simulator, or have coded our universe, wanted to speed things up. &lt;br /&gt;
&lt;br /&gt;
{{cot|Further considerations}}&lt;br /&gt;
However:&lt;br /&gt;
&lt;br /&gt;
* Much more computing power could be saved by skimping on the chemistry of the quattuordecillions of atoms in the oceans than the clouds in the sky (especially considering that it would not be necessary to simulate every individual atom and molecule in the sky (for the purpose of making realistic clouds with fluid dynamics); the computer program could instead divide all of the gas particles (e.g., dinitrogen, dioxygen, water vapor, argon, and carbon dioxide) into small chunks, simulate how each chunk would move, and update the chunk boundaries every so often), but skimping on oceanic chemistry would make biogenesis much less feasible. However, Earth has life.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
* It would be difficult to judge when &amp;quot;no one is looking closely&amp;quot;. There are many organisms that have some degree of at least rudimentary sight but would have no idea (and in fact no way to conceptualize) whether the computer simulating the Universe is skimping on the cloud-rendering calculations or not. It would be difficult to make some foolproof intelligent-sight-detecting code that would render the clouds with much greater precision once a planet had life that would notice if the clouds were following lazy fluid dynamics.&lt;br /&gt;
** For one thing, this would not only depend on a species's intelligence but also on its knowledge of physics; e.g., humans did not develop the Navier-Stokes equations right after evolving large enough brains to conceive and understand them. Even coding a computer program to detect sight-having life would be difficult, at least for a computer program only looking at the positions and velocities of atoms, electrons, and photons; for example, a blue photon hitting a retinal molecule in a cone cell, causing it to change shape, which triggers a signal transduction cascade that sends a nervous signal to the optical cortex somewhat resembles an ultraviolet photon hitting a DNA strand, leading to the creation of a thymine dimer whose detection by DNA-repairing enzymes triggers a signal transduction cascade that increases the production of melanin, but only one counts as sight.&lt;br /&gt;
** Furthermore, assuming that the computer simulates each part of the Universe in a manner that is is about synchronized according to most celestial bodies, when the computer simulating the Universe simulates a planet, it does not know whether a civilization on a planet a dozen or two light-years away that has advanced enough to have telescopes capable of detailed views of the clouds of planets light-years away will point any telescopes at that planet dozens of light-years later.&lt;br /&gt;
***Even if the advanced civilization on another planet does not have such powerful telescopes yet, even a low-resolution (in terms of that planet's entire solar system being one pixel) spectrometer would be enough to reveal that something is up with the fluid dynamics simulations on that planet. Observers light-years away could deduce how much condensed water vapor there is in the atmosphere by calculating the atmosphere's absorbance in a wavelength where condensed water has a low but detectable absorptivity and everything else in that planet's atmosphere either has a negligible absorptivity or can be compensated for, and then one can deduce how compact the clouds are from that and the absorbance of a wavelength where condensed water has a high absorptivity and everything else in that planet's atmosphere either has a negligible absorptivity or can be compensated for. (Actually, in order to calculate the amount and compactlygroupedness of condensed water in the atmosphere from the raw numbers/direct measurements, the scientists would have to know not only the absoprtivity of condensed water suspended in air as clouds but also characteristics of the planet such as its radius and the thickness of its atmosphere. There are also other complicated factors, such as that some of the aerosolized water in clouds is in the form of solid ice, not liquid water. However, the scientists would still notice if the raw numbers from the more rudimentary observational equipment suddenly changed the second they switched on a more powerful telescope, so the following point still stands.) If the computer simulating the Universe did not switch to the more precise simulation of the planet's atmosphere in time for the scientists to only see spectrographs of the planet's atmosphere rendered with precise calculations, then if the scientists later developed a more powerful telescope, like the one described earlier, and then pointed it at the planet, either they would see poorly-rendered clouds and know that the Universe is simulated by a computer that skimps on the fluid dynamics calculations for the atmospheres of certain planets, or the measurements from transit spectrography would suddenly change, so the scientists would know that something weird was going on—although probably not exactly what. This is important because it is more feasible for a society to develop low-resolution transit spectrography quickly enough to catch the computer simulating the Universe off-guard than it would be for a society to develop the technology required for a telescope advanced enough to look at the clouds of a planet in another solar system with high enough resolution to determine whether the atmosphere is simulated by a computer that is skimping on the fluid dynamics calculations quickly enough to catch the computer simulating the Universe off-guard. However, either could conceivably catch the computer simulating the Universe off-guard because it would be difficult for a computer to deduce whether a planet has life and how technologically advanced the life of any planet that has life is when the only raw data for the computer to work with are the positions and velocities of atoms, electrons, and photons.&lt;br /&gt;
&lt;br /&gt;
* If atmospheric physics suddenly changed upon the evolution of a species capable of distinguishing whether the atmosphere is simulated by a computer program that is skimping on the fluid dynamics calculations, that would likely cause sudden changes in the climate, and the resulting heat waves, droughts, freezes, famines, floods, storms, and/or other (formerly) extreme weather would likely drive that species extinct (considering that it had just evolved, so it would have a small population and therefore be especially susceptible to natural disasters) because it would not have evolved to survive in such conditions. Such disasters and climate changes) would not have to directly kill all members of the species in order to drive it extinct; they could instead diminish the size of the gene pool by killing most of the members or divide the once-larger population into smaller, genetically isolated populations (e.g., by causing the creation of uncrossably swollen rivers dividing what used to be a single genetically-interconnected range into several smaller populations), either of which would cause an unsustainable level of inbreeding that would eventually lead to extinction. However, our species was not driven extinct shortly after it first developed.{{Citation needed}}&lt;br /&gt;
{{cob}}&lt;br /&gt;
&lt;br /&gt;
Of course, most people do not think that the Universe is a simulation,{{Actual citation needed}} but society does not know that it isn't a simulation with absolute certainty. There is a direct relationship between the question of the {{w|simulation hypothesis}} in {{w|metaphysics}} and {{w|Pascal's wager}} in {{w|theism}}, ''i.e.,'' whether God(s) exist(s), with weighty implications regarding {{w|free will}} and {{w|determinism}}, such as which raise the question of {{w|Compatibilism#Non-naturalism|non-naturalist compatibilism}}.&lt;br /&gt;
&lt;br /&gt;
Megan proposes an additional theory that the universe is intended to make cool swirly clouds, and that the presence of life to observe these clouds is a bothersome coincidence. This goes against the theory that the Universe must not care about making cool swirly clouds since it wants to skimp on their fluid dynamics calculations. Even among followers of the simulation hypothesis, ascribing sentiment, emotion, or motivations to the entire universe is usually considered to be in jest, because of the dissimilarities between sentient beings and cosmologically distant sets of galaxies.{{citation needed}} This jest forms the basis of the comic's humor.&lt;br /&gt;
&lt;br /&gt;
The title text includes a dialogue with one person asking another why they got into fluid dynamics. The answer implies that the motivation was to simulate the clouds of planetary atmospheres unreachable by today's rocket technology.&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 and Megan looking out at a landscape of clouds]&lt;br /&gt;
:Cueball: It's weird to think there are countless planets with air and stuff but no life.&lt;br /&gt;
:Cueball: Billions of years of clouds making cool shapes with no one to look at them.&lt;br /&gt;
&lt;br /&gt;
:[Just Cueball and Megan standing next to each other]&lt;br /&gt;
:Megan: Yeah, it seems like a waste. The universe getting the complex fluid dynamics right for every momentary swirl of cloud.&lt;br /&gt;
:Megan: Just a ''huge'' amount of work.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan walk away to the right]&lt;br /&gt;
:Cueball: Maybe atmospheres have smooth laminar flow until someone looks closely.&lt;br /&gt;
:Megan: Or maybe the universe just  ''likes''  making swirly clouds, and is annoyed that we're watching.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Weather]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Astronomy]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2665:_America_Songs&amp;diff=293703</id>
		<title>Talk:2665: America Songs</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2665:_America_Songs&amp;diff=293703"/>
				<updated>2022-08-29T23:15:45Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Suggestion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many of these rely on &amp;quot;ia&amp;quot;/&amp;quot;ie&amp;quot;/&amp;quot;io&amp;quot; serving as the 3rd and 4th syllables, so every song would be sung like &amp;quot;God Bless Olimpiya&amp;quot;. Virginia Beach appears to be the only one to escape this.--[[User:Magtei|Magtei]] ([[User talk:Magtei|talk]]) 19:39, 29 August 2022 (UTC)in M&lt;br /&gt;
:There are also some locations with three-syllable names, such as Detroit Lakes or Fergus Falls (both located northwest of St. Cloud, Minnesota) which, although not listed by Randall, will also work and not use the noted syllables. [[Special:Contributions/172.70.54.245|172.70.54.245]] 21:19, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This phrase, &amp;quot;scans to&amp;quot;, has me confused.  Can the explanation address what this is supposed to mean?&lt;br /&gt;
--anon 16:23, 29 August 2022&lt;br /&gt;
:You betcha [[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 20:38, 29 August 2022 (UTC)&lt;br /&gt;
::What does scanning mean in relation to sung verse? Just syllables and their stress pattern, or is their more? [[Special:Contributions/172.69.34.28|172.69.34.28]] 23:11, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Aussie here: we tend to say (and sing) &amp;quot;Australia&amp;quot; with three syllables. For example, see the [https://www.pmc.gov.au/resource-centre/government/australian-national-anthem-scores Australian national anthem]. Occasionally two syllables: Straya mate!! But saying it with four syllables is perhaps an American thing. [[Special:Contributions/162.158.2.207|162.158.2.207]] 21:19, 29 August 2022 (UTC)&lt;br /&gt;
:Interesting! It probably is a dialect thing. As an American, I've always pronounced it with four. [[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 21:23, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
In the comic, Saskatchewan is spelled as Sasketchewan. Might be fixed later?&lt;br /&gt;
&lt;br /&gt;
Just putting this here: https://www.quora.com/A-lot-of-place-names-in-the-USA-have-four-syllables-Minnesota-Chattanooga-Albuquerque-Tallahassee-Talladega-Massachusetts-Massapequa-Mississippi-Cincinnati-Sacramento-Indiana-Alabama-Oklahoma-etc-Is-there-a (with the understanding that &amp;quot;scanning&amp;quot; doesn't necessarily mean only the number of syllables, e.g. Al-BUH-ker-key has the wrong stress pattern.)[[Special:Contributions/172.70.210.49|172.70.210.49]] 21:51, 29 August 2022 (UTC)&lt;br /&gt;
:Hot dog, jumping frog, Albuquerque! [[Special:Contributions/172.69.79.211|172.69.79.211]] 22:03, 29 August 2022 (UTC)&lt;br /&gt;
::''AlBUquerque, AlBUquerque, God shed his grace on theee...!'' [[Special:Contributions/172.70.207.8|172.70.207.8]] 22:46, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone know how to craft a Wikidata query for all the place names with four syllables following the .'.. stress pattern? We should probably say how many there are. [[Special:Contributions/172.70.214.183|172.70.214.183]] 23:15, 29 August 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2664:_Cloud_Swirls&amp;diff=293671</id>
		<title>Talk:2664: Cloud Swirls</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2664:_Cloud_Swirls&amp;diff=293671"/>
				<updated>2022-08-29T20:54:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
3-D video games? HUH??[[Special:Contributions/172.70.131.126|172.70.131.126]] 09:33, 27 August 2022 (UTC)&lt;br /&gt;
:It's not how I would have started the Explanation, but I think it'll quickly be rewritten enough that this element is downplayed/subsumed in some more generalised attempt to explain everything from QFD to the CBR. As I'm only just reading this now, just before I have to wander off to do something else, I shall have to defer my own dabbling edits until later, by which time it will have been matured (or at least remixed) into a more thorough text, so no point me worrying upon how to improve the necessary but rarely inviolable initial attempt to Explain. [[Special:Contributions/172.70.85.5|172.70.85.5]] 11:51, 27 August 2022 (UTC)&lt;br /&gt;
:: Maybe in some combination with the {{w|Observer effect (physics)}}, it's an attempt to get at the simulation hypothesis maybe? &lt;br /&gt;
::I absolutely do not get whatever it is that the title text is saying, so I'm sitting this one out. [[Special:Contributions/172.70.214.189|172.70.214.189]] 14:56, 27 August 2022 (UTC)&lt;br /&gt;
:::I'd interpret it as them studying fluid dynamics in hope of discovering a way to create the coolest possible cloud. --[[Special:Contributions/172.68.50.207|172.68.50.207]] 15:07, 27 August 2022 (UTC)&lt;br /&gt;
::::Aye. Given we can't see the 'best clouds' here (because the chances are low that we can) and we can't go and see the absolute best clouds (due to limitations on visiting every likely place out there), by intensely studying the phenomenon that in part dictates how all clouds look one might create (or visually predict the look of) the superior type through rigorous simulation/emulation/etc. [[Special:Contributions/172.70.162.155|172.70.162.155]] 15:53, 27 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
''Much more computing power could be saved by skimping on the chemistry of the quattuordecillions of atoms in the oceans than the clouds in the sky ... but skimping on oceanic chemistry would make biogenesis much less feasible. However, Earth has life.''&lt;br /&gt;
  &lt;br /&gt;
Wait, what if this is the solution to the Fermi paradox? /jk [[User:Xkcdjerry|Xkcdjerry]] ([[User talk:Xkcdjerry|talk]]) 02:49, 28 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Of course, most people do not think that the Universe is a simulation...&amp;quot; feels like a ''genuine'' [citation needed] to me. I can't say with confidence that it's the prevailing theory, but it's been gaining so much traction in this day and age that it feels weird to claim with confidence that the majority of people don't think it.&lt;br /&gt;
:Agree. On the other hand, I don't think the Universe simulation cheats to save computing resources. With the scale it works in, it must be massively parallel system which isn't able to reallocate resources from one area to other. Also, if whoever programmed the simulation would be willing to cheat, they would start with not designing the physical laws so complicated. Or alternatively, they would cheat big, changing our memories to make everything seem to work correctly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:44, 28 August 2022 (UTC)&lt;br /&gt;
::Yes. If the universe were like The Matrix—i.e., its main goal were to house beings possessing minds—then simulating only the input to each being’s senses would be the most economical.&lt;br /&gt;
:::However, the amount of computation to identify beings and what information constitutes their input might be so hard as to be analogous to the {{w|halting problem}}, or technically undecidable (but subject to likely useful heuristics, depending on the purpose of any such simulation.) This gets into {{w|Compatibilism#Non-naturalism|non-naturalist compatibilism}} on the free will question, but it's not clear whether such a discussion would add anything directly to an explanation of the comic, but is worth considering. Maybe in the &amp;quot;Further considerations&amp;quot; block. [[Special:Contributions/172.69.34.28|172.69.34.28]] 20:29, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one who feels like the Explanation is lacking its customary explanatoriousness? I propose a table in the form of {{w|Pascal's wager}}, which when projected on the {{w|Mandelbrot set}}, looks like clouds. [[Special:Contributions/162.158.166.173|162.158.166.173]] 03:12, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think this is an accurate description or explanation of the title text, so I am moving it here:&lt;br /&gt;
: &amp;quot;The response is, more or less, that the second person wants to see “the coolest clouds”. If one devised a system to determine what would qualify as the coolest clouds (an entirely subjective thing), then one could rank planets on how cool their clouds were. Since only one planet would have the best clouds and there is a great number of planets, it is statistically unlikely that Earth - or any of the other planets in our system - will be the winner. Thus, in order to see the coolest clouds, one must either travel to another system or learn fluid dynamics to simulate them. Compared to the vast distances a ship must travel to reach even the nearest star, even rockets seem slow, and it would take a long time to get even a fraction of the way there. Because of this, the latter is chosen.&amp;quot; &lt;br /&gt;
[[Special:Contributions/162.158.166.173|162.158.166.173]] 03:59, 29 August 2022 (UTC)&lt;br /&gt;
::I was surprised to see that removed. It looked ''exactly'' like the explanation for the TT, to me. The alternative seems to lack so much of the implied rationale. But maybe the simulation of this site provided to my brain is different from the simulation of this site provided to yours (assuming you exist, and you aren't a confounding factor included 8n my whole simulation of what I might or might not be experiencing).... [[Special:Contributions/172.70.91.78|172.70.91.78]]&lt;br /&gt;
:::It assumes that different atmospheric compositions could produce cooler clouds, which is tautological given the subjectivity of the criterion, but questionable from the perspective of mean options over a wide population such as the readership. The current two sentence explanation of the title text sidesteps that issue, and is much easier and faster to read. [[Special:Contributions/172.70.214.183|172.70.214.183]] 20:54, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was reminded by this strip of the fact that THIS planet, the only planet in our solar system where the natural satellite has the correct relationship with the sun to occasionally block it out in an extremely cool way (with the 'diamond ring' corona effect), is also the only planet (so far as we know) where such , solar eclipses can be APPRECIATED...&lt;br /&gt;
&lt;br /&gt;
[[User:MarquisOfCarrabass|MarquisOfCarrabass]] ([[User talk:MarquisOfCarrabass|talk]]) 06:23, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is the WORST explainxkcd &amp;quot;Explanation&amp;quot; I have ever seen. There is absolutely NOTHING in the comic that has ANYTHING to do with 3D videogames and any such ideas come COMPLETELY from out of the blue. SHEESH! [[Special:Contributions/172.70.130.171|172.70.130.171]] 10:40, 29 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
As for the &amp;quot;Further consideration&amp;quot; section, it's a whole big pile of . . . something . . . that belongs somewhere else but not here. [[Special:Contributions/172.70.131.170|172.70.131.170]] 10:46, 29 August 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2663:_Tetherball_Configurations&amp;diff=293456</id>
		<title>2663: Tetherball Configurations</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2663:_Tetherball_Configurations&amp;diff=293456"/>
				<updated>2022-08-25T07:53:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.214.183: /* Transcript */ cat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2663&lt;br /&gt;
| date      = August 24, 2022&lt;br /&gt;
| title     = Tetherball Configurations&lt;br /&gt;
| image     = tetherball_configurations.png&lt;br /&gt;
| titletext = Ground-pole-ball-pole can be fun if you shake the first pole to get the second one whipping around dangerously, but the ball at the joint gets torn apart pretty fast.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a GROUND-POLE-BALL-BALL-POLE-ROPE-POLE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Tetherball is a game for two players with the objective to wind a rope completely around a pole. The rope is attached to the pole in one end and to a ball in the other end. The players try to wind the rope in opposite directions and do so by hitting the ball at the rope's loose end with their hands or with padels. Randall has the usual configuration last with five stars, preceded by several humorously inane configurations with fewer stars:&lt;br /&gt;
&lt;br /&gt;
'''Ground-rope-ball''' receives only one star because there is no way to keep &amp;quot;score&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''Ground-pole-ball''' receives only one star because there is no way for anything to happen. The pole is fixed in place, and the ball is fixed in place at the top. [[Ponytail]] can be seen hitting the pole, but this will only make it vibrate and achieve no lasting effect.&lt;br /&gt;
&lt;br /&gt;
'''Ground-rope-pole-ball''' is slightly better than the previous configurations and therefore receives two stars instead of one. The players have some way to keep score by seeing which way the rope is wound around the pole, but a player who is behind can reset the score by pushing the rope-windings off of the rope. Also, twirling the rope in order to rack up point-windings would be awkward—and possibly even dangerous to the other player, depending on how long the pole is. Lastly, the ball serves no purpose in this case.&lt;br /&gt;
&lt;br /&gt;
'''Ground-pole-rope-ball''' is the best and therefore receives five stars. Players can accumulate point-windings by hitting the ball past the other player, and gravity and the pole's height prevent the player who is behind from unscrupulously resetting the score. This is the configuration that is used in real life.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&amp;quot;Tetherball configuration playability ratings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ground-rope-ball&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ground–pole–ball&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ground–rope-pole-ball&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Ground-pole-rope–ball&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&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:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Sport]]&lt;/div&gt;</summary>
		<author><name>172.70.214.183</name></author>	</entry>

	</feed>