<?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.68.205.122</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.68.205.122"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.68.205.122"/>
		<updated>2026-06-27T10:21:20Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369299</id>
		<title>3064: Lungfish</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369299"/>
				<updated>2025-03-17T22:31:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3064&lt;br /&gt;
| date      = March 17, 2025&lt;br /&gt;
| title     = Lungfish&lt;br /&gt;
| image     = lungfish_2x.png&lt;br /&gt;
| imagesize = 317x403px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I know having so many base pairs makes rebasing complicated, but you're in Bilateria, so shouldn't you at LEAST be better at using git head?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a COPY OF COPY OF COPY OF COPY OF LUNGFISH - more information on lungfish if necessary, less information if not. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Lungfish}} (the class ''Dipnoi'') have the largest known {{w|genome}} among the {{w|vertebrate}}s (155 billion {{w|base pair}}s), and the third-largest known genome of all species. The comic relates this to a common issue when editing documents or coding, where the author accidentally makes changes to {{w|Fork (software development)|two separately created versions of documents}}, when they meant to only edit one, which can result in changes to both (or all) resulting documents functionally essential parts of the completed project, or at least present as developnent artefacts in the 'final' product. This may happen if documents are sent for review (or updating) to different editors, or at different times, and the changes from the earlier one(s) aren't properly integrated with the later one(s).  The comic posits that Lungfish has a habit of doing this with its own genome, making both genes essential and increasing the amount of base pairs.&lt;br /&gt;
&lt;br /&gt;
For anyone curious about the science, it's important to note that [https://www.science.org/content/article/odd-fish-has-30-times-much-dna-humans-new-record-animals this is absolutely not why lungfish have a large genome]; while some organisms do contain many copies of genes as a diversification strategy, this mostly occurs only in some plants and single-celled eukaryotes. Lungfish have roughly the same number of genes as a human (and likely slightly fewer), and the large size of the lungfish genome is likely due to poor transposon control causing their chromosomes to fill up with junk.&lt;br /&gt;
&lt;br /&gt;
The names of the &amp;quot;files&amp;quot; reference several things about computer files:&lt;br /&gt;
* Older versions of Windows, when copy-and-pasting a file within the same folder, would automatically append &amp;quot;Copy of&amp;quot; to the start of the filename, resulting in a file named &amp;quot;Copy of [Document]&amp;quot;. (This was previously referenced in the title text of [[1459: Documents]].) If ''that'' file was then copied, it would be likewise appended, thus producing &amp;quot;Copy of Copy of [Document]&amp;quot;. (Newer versions of Windows instead add &amp;quot;- Copy&amp;quot; to the end of the filename, which produces the same effect but keeps things in roughly the same order when sorted by name.) Google Docs automatically adds &amp;quot;Copy of ''x''&amp;quot; to documents when copied.&lt;br /&gt;
* Numbered labels in brackets can be produced by a couple different actions:&lt;br /&gt;
** If multiple files are highlighted and a Rename action is performed, all of the files will be given the same name with a numeric designator, starting with the one clicked on for the Rename action and then proceeding from the top of the list down as originally sorted. For example, if three files named &amp;quot;Alpha&amp;quot;, &amp;quot;Beta&amp;quot;, and &amp;quot;Gamma&amp;quot; are highlighted, and the user right-clicks on &amp;quot;Gamma&amp;quot; and renames it to &amp;quot;Alphabet&amp;quot;, then &amp;quot;Gamma&amp;quot; will be renamed to &amp;quot;Alphabet (1)&amp;quot;, followed by &amp;quot;Alphabet (2)&amp;quot; [formerly Alpha] and &amp;quot;Alphabet (3)&amp;quot; [formerly Beta].&lt;br /&gt;
** If a copied file is pasted multiple times in the same folder, it will also receive number labels in the same format.&lt;br /&gt;
* Some users will keep older drafts of a file in case of a need to revert back to an older version; this can be done with a number label (i.e. &amp;quot;v1&amp;quot;, &amp;quot;v2&amp;quot;, etc.) or a proper word (i.e. &amp;quot;draft&amp;quot;, &amp;quot;edited&amp;quot;, etc.) at the user's discretion. This can be useful if it's discovered an edit breaks something important, or in the event that a mistaken save action loses data, but it can also lead to file hoarding.&lt;br /&gt;
&lt;br /&gt;
The file names &amp;quot;Copy of Copy of Gene v3 (Newest) (2)&amp;quot; and &amp;quot;Copy of Copy of Gene v3 (Final) (2)&amp;quot; suggest a very poorly-organized filesystem - and a tendency to copy-paste unnecessarily - on the part of the lungfish, which certainly explains why it keeps editing multiple documents instead of a single one.&lt;br /&gt;
&lt;br /&gt;
The title text further compares the biology of lungfish to managing versions of files in a popular version control system called {{w|Git}}, which includes a facility called [https://www.geeksforgeeks.org/git-head/ &amp;quot;head&amp;quot;] that assists in keeping track of the latest available version of a particular project resource, across all updating and forking. Rebasing, in Git, is the act of moving changes from one file branch to another, which Cueball says is complicated due to the large amount of base pairs. {{w|Bilateria}} is a clade of animals characterized by embryonic bilateral symmetry, giving their bodies distinguishable &amp;quot;head&amp;quot; and &amp;quot;tail&amp;quot; ends. Since this applies to lungfish, Cueball says the lungfish should at least know how to use the &amp;quot;head&amp;quot; branch with Git.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball is standing on the end of a wooden dock looking down at the ocean. A lungfish is sticking its head out of the water close to the dock and looking at Cueball.]&lt;br /&gt;
:Lungfish: It turns out I've been editing both '''''Copy of Copy of Gene v3 (Newest) (2)''''' and '''''Copy of Copy of Gene v3 (Final) (2)''''' so now I can't delete either one.&lt;br /&gt;
:Cueball: You have '''''got''''' to stop doing this.&lt;br /&gt;
:Lungfish: It's fine, I'll just buy more storage.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Why lungfish have such enormous genomes&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Version Control]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369298</id>
		<title>3064: Lungfish</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369298"/>
				<updated>2025-03-17T22:30:21Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3064&lt;br /&gt;
| date      = March 17, 2025&lt;br /&gt;
| title     = Lungfish&lt;br /&gt;
| image     = lungfish_2x.png&lt;br /&gt;
| imagesize = 317x403px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I know having so many base pairs makes rebasing complicated, but you're in Bilateria, so shouldn't you at LEAST be better at using git head?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a COPY OF COPY OF COPY OF COPY OF LUNGFISH - more information on lungfish if necessary, less information if not. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Lungfish}} (the class ''Dipnoi'') have the largest known {{w|genome}} among the {{w|vertebrate}}s (155 billion {{w|base pair}}s), and the third-largest known genome of all species. The comic relates this to a common issue when editing documents or coding, where the author accidentally makes changes to {{w|Fork (software development)|two separately created versions of documents}}, when they meant to only edit one, which can result in changes to both (or all) resulting documents essential parts of the completed of a project. This may happen if documents are sent for review (or updating) to different editors, or at different times, and the changes from the earlier one(s) aren't properly integrated with the later one(s).  The comic posits that Lungfish has a habit of doing this with its own genome, making both genes essential and increasing the amount of base pairs.&lt;br /&gt;
&lt;br /&gt;
For anyone curious about the science, it's important to note that [https://www.science.org/content/article/odd-fish-has-30-times-much-dna-humans-new-record-animals this is absolutely not why lungfish have a large genome]; while some organisms do contain many copies of genes as a diversification strategy, this mostly occurs only in some plants and single-celled eukaryotes. Lungfish have roughly the same number of genes as a human (and likely slightly fewer), and the large size of the lungfish genome is likely due to poor transposon control causing their chromosomes to fill up with junk.&lt;br /&gt;
&lt;br /&gt;
The names of the &amp;quot;files&amp;quot; reference several things about computer files:&lt;br /&gt;
* Older versions of Windows, when copy-and-pasting a file within the same folder, would automatically append &amp;quot;Copy of&amp;quot; to the start of the filename, resulting in a file named &amp;quot;Copy of [Document]&amp;quot;. (This was previously referenced in the title text of [[1459: Documents]].) If ''that'' file was then copied, it would be likewise appended, thus producing &amp;quot;Copy of Copy of [Document]&amp;quot;. (Newer versions of Windows instead add &amp;quot;- Copy&amp;quot; to the end of the filename, which produces the same effect but keeps things in roughly the same order when sorted by name.) Google Docs automatically adds &amp;quot;Copy of ''x''&amp;quot; to documents when copied.&lt;br /&gt;
* Numbered labels in brackets can be produced by a couple different actions:&lt;br /&gt;
** If multiple files are highlighted and a Rename action is performed, all of the files will be given the same name with a numeric designator, starting with the one clicked on for the Rename action and then proceeding from the top of the list down as originally sorted. For example, if three files named &amp;quot;Alpha&amp;quot;, &amp;quot;Beta&amp;quot;, and &amp;quot;Gamma&amp;quot; are highlighted, and the user right-clicks on &amp;quot;Gamma&amp;quot; and renames it to &amp;quot;Alphabet&amp;quot;, then &amp;quot;Gamma&amp;quot; will be renamed to &amp;quot;Alphabet (1)&amp;quot;, followed by &amp;quot;Alphabet (2)&amp;quot; [formerly Alpha] and &amp;quot;Alphabet (3)&amp;quot; [formerly Beta].&lt;br /&gt;
** If a copied file is pasted multiple times in the same folder, it will also receive number labels in the same format.&lt;br /&gt;
* Some users will keep older drafts of a file in case of a need to revert back to an older version; this can be done with a number label (i.e. &amp;quot;v1&amp;quot;, &amp;quot;v2&amp;quot;, etc.) or a proper word (i.e. &amp;quot;draft&amp;quot;, &amp;quot;edited&amp;quot;, etc.) at the user's discretion. This can be useful if it's discovered an edit breaks something important, or in the event that a mistaken save action loses data, but it can also lead to file hoarding.&lt;br /&gt;
&lt;br /&gt;
The file names &amp;quot;Copy of Copy of Gene v3 (Newest) (2)&amp;quot; and &amp;quot;Copy of Copy of Gene v3 (Final) (2)&amp;quot; suggest a very poorly-organized filesystem - and a tendency to copy-paste unnecessarily - on the part of the lungfish, which certainly explains why it keeps editing multiple documents instead of a single one.&lt;br /&gt;
&lt;br /&gt;
The title text further compares the biology of lungfish to managing versions of files in a popular version control system called {{w|Git}}, which includes a facility called [https://www.geeksforgeeks.org/git-head/ &amp;quot;head&amp;quot;] that assists in keeping track of the latest available version of a particular project resource, across all updating and forking. Rebasing, in Git, is the act of moving changes from one file branch to another, which Cueball says is complicated due to the large amount of base pairs. {{w|Bilateria}} is a clade of animals characterized by embryonic bilateral symmetry, giving their bodies distinguishable &amp;quot;head&amp;quot; and &amp;quot;tail&amp;quot; ends. Since this applies to lungfish, Cueball says the lungfish should at least know how to use the &amp;quot;head&amp;quot; branch with Git.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball is standing on the end of a wooden dock looking down at the ocean. A lungfish is sticking its head out of the water close to the dock and looking at Cueball.]&lt;br /&gt;
:Lungfish: It turns out I've been editing both '''''Copy of Copy of Gene v3 (Newest) (2)''''' and '''''Copy of Copy of Gene v3 (Final) (2)''''' so now I can't delete either one.&lt;br /&gt;
:Cueball: You have '''''got''''' to stop doing this.&lt;br /&gt;
:Lungfish: It's fine, I'll just buy more storage.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Why lungfish have such enormous genomes&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Version Control]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=7:_Girl_sleeping_(Sketch_--_11th_grade_Spanish_class)&amp;diff=369139</id>
		<title>7: Girl sleeping (Sketch -- 11th grade Spanish class)</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=7:_Girl_sleeping_(Sketch_--_11th_grade_Spanish_class)&amp;diff=369139"/>
				<updated>2025-03-16T16:21:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Transcript */ a &amp;quot;facing&amp;quot; head is ambiguous, especially as to what the rest of the body is doing, and, the way the body is lain, technically her head is *turned* a bit to the right, respective to it. But I'm sure there's far more precise descriptions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 7&lt;br /&gt;
| date      = September 30, 2005&lt;br /&gt;
| title     = Girl sleeping (Sketch -- 11th grade Spanish class)&lt;br /&gt;
| before    = &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20070927001941/http://xkcd-drawings.livejournal.com/?skip=40#:~:text=8%3A34%20pm-,Girl%20sleeping,-I%20drew%20this Original title&amp;lt;/span&amp;gt;]: '''Girl sleeping'''&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
| image     = girl_sleeping_noline_(1).jpg&lt;br /&gt;
| titletext = I don't remember her name at all, but she fell asleep on the floor in front of me.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20070927001941/http://xkcd-drawings.livejournal.com/?skip=40#:~:text=8%3A34%20pm-,Girl%20sleeping,-I%20drew%20this Original caption&amp;lt;/span&amp;gt;]: I drew this in 11th-grade Spanish class. We were watching a movie and she was asleep on the floor in front of me.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{notice|Despite being categorised as comic #7, this was actually the first xkcd comic released by Randall. To learn more, read the [[LiveJournal|history of xkcd]].}}&lt;br /&gt;
This was the first comic originally posted to [[LiveJournal]]. The next one was [[4: Landscape (sketch)]]. It was among the [[:Category:First day on LiveJournal|first thirteen comics]] posted to LiveJournal within 12 minutes on September 30, 2005, on the first day of the xkcd LiveJournal account. &lt;br /&gt;
{{incomplete|Clarify the explanation of the original caption. Also, rephrase the explanation and explain the comic more.}}&lt;br /&gt;
This comic depicts a girl sleeping on the floor of Randall's 11th-grade Spanish class, presumably during a movie as shown in the [https://web.archive.org/web/20070927001941/http://xkcd-drawings.livejournal.com/?skip=40#:~:text=8%3A34%20pm-,Girl%20sleeping,-I%20drew%20this original caption]. The title text explains Randall didn't know her name, but she was sleeping on the floor, and he decided to draw her. The original caption mentions they were watching a movie at the time. The drawing would be used again in [[1506: xkcloud]] as one of the &amp;quot;[[1506: xkcloud/Pictures of other pages#Help! We lost the text|Help! We lost the text]]&amp;quot; images given by [[Randall Munroe|Randall]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Girl sleeping on her side, head to the left, facing away from view.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
This is the first comic drawn on [[:Category:Checkered paper|checkered paper]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Posted on LiveJournal| 01]]&lt;br /&gt;
[[Category:First day on LiveJournal| 01]]&lt;br /&gt;
[[Category:First day on xkcd.com]]&lt;br /&gt;
[[Category:Checkered paper]]&lt;br /&gt;
[[Category:Sketches]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3050:_Atom&amp;diff=369097</id>
		<title>3050: Atom</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3050:_Atom&amp;diff=369097"/>
				<updated>2025-03-15T22:53:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{distinguish|1490: Atoms}}&lt;br /&gt;
{{comic&lt;br /&gt;
| number    = 3050&lt;br /&gt;
| date      = February 12, 2025&lt;br /&gt;
| title     = Atom&lt;br /&gt;
| image     = atom_2x.png&lt;br /&gt;
| imagesize = 281x385px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = What's weirder is that muons turned out to be INCREDIBLY cute.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Atoms are small. Very, very small.{{Citation needed}} An individual atom [[1490: Atoms|generally]] cannot be seen with the naked eye nor discerned with human hands (of course larger structures ''made'' of many atoms can be seen just fine). To try and observe atoms better, the characters in the comic invented a so-called &amp;quot;quantum expander device&amp;quot; that can grow an individual atom large enough to handle with human fingers. Such a device would be a huge advance in modern physics (and possibly quite dangerous) if it existed, but unfortunately/fortunately it does not. &lt;br /&gt;
&lt;br /&gt;
This world-changing advancement in the very foundation of physics turns out to be undercut by the bizarre and repulsive way the expanded atoms behave to human sensibilities. Thus derives the humor: proposing that an individual atom, normally intangible, would actually turn out to have properties very similar of macroscopic objects, in particular slimy lifeforms that human bodies find &amp;quot;gross&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Cueball, holding the atom by the electron cloud, complains that the atom is &amp;quot;wet and wobbly.&amp;quot; Although electrons are often depicted as orbiting an atomic nucleus very similarly to how planets orbit the Sun, this is an extremely simplistic model of how the electrons are positioned. Students are often taught a succession of more complex models over several years of schooling. In reality, [[2100: Models of the Atom|current understanding of]] the behavior of electrons is ruled by quantum mechanics and {{w|Uncertainty_principle|Heisenberg’s Uncertainty Principle}}. An electron doesn't have a single exact location relative to the nucleus; rather, its location is probabilistic. It can be considered to be &amp;quot;smeared out&amp;quot;, with specific locations in space having higher or lower concentrations. This is often visualized to be similar to how a meteorological cloud can be dense or thin. It's often depicted by showing the shapes of the electron density patterns with varying intensities of color, or densely-packed dots vs. spread-out dots. This is sometimes referred to as the &amp;quot;electron cloud model&amp;quot;, though electrons aren't ''really'' composed of tiny droplets. A cloud in the sky [https://gpm.nasa.gov/resources/faq/what-are-clouds-made-are-they-more-likely-form-polluted-air-or-pristine-air contains water], and is often assumed to be wet, but could be anything from vapour to ice-crystals. The feel of wetness is also a lot more complicated than we might think. Everybody knows what something wet feels like, but there are no &amp;quot;wetness&amp;quot;-detecting cells in the skin. [https://issuu.com/university_of_southampton/docs/reaction_magazine_winter_2021/s/14454287 Apparently] the brain uses various clues like temperature and pressure, along with past experiences, to determine when something feels &amp;quot;wet&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Scientists generally wear latex gloves when touching certain subjects of study, certainly those that are expected to be damp, and perhaps [[Ponytail]] and [[Cueball]] should be doing that here.&lt;br /&gt;
&lt;br /&gt;
There are mathematical techniques known as &amp;quot;quantum expanders&amp;quot; which reveal more detail and better understanding about the statistical probabilities of the &amp;quot;quantum cloud&amp;quot;. For the purpose of the joke, the science team in the comic created a device that ''actually'' expands the atom to a scale that it can be held in one's hands and the electron cloud could be felt.&lt;br /&gt;
&lt;br /&gt;
The size of a mid-sized atom can be estimated as between 100 and 200 picometer ({{w|Atomic radii of the elements (data page)|full data table}}). Assuming an iron atom of ~150 pm size, to enlarge it up to a ~60-70 cm size as it is displayed in the comic, one would have to enlarge it by a factor of ca. 4 trillion. Doing the same enlargement with a ~2mm diameter peppercorn would enlarge that seed to a planet rivaling the Earth.&lt;br /&gt;
&lt;br /&gt;
The title text expands on this, claiming that muons, a type of subatomic particle, apparently are &amp;quot;cute&amp;quot; despite ordinarily being subatomic particles with a mean lifetime of 2.2 microseconds, [[3043: Muons|give or take]]. Muons might be considered cute because they're small — like electrons and tau particles, they are considered to be point phenomena at the quantum level with no practical physical size (at or below {{w|Planck units#Planck length|subatomic Planck-scale}}), although ''possibly'' that (and the time they last) changes as a function of the quantum expander being applied to them. It might possibly also reference a certain way of pronouncing &amp;quot;muon&amp;quot;, which starts with a &amp;quot;mew&amp;quot; sound, which in turn is associated with kittens (and {{w|Mew (Pokémon)|a fairly cute Pokémon}}).&lt;br /&gt;
&lt;br /&gt;
In reality/practice, touching oversized electrons might not be recommended - as that may result in electric discharges - or protons being &amp;quot;ripped&amp;quot; out of your body and falling on the oversized electron, while normal electrons are &amp;quot;ripped&amp;quot; out of your body and scattered elsewhere (assuming that the oversized electron has proportionately bigger attraction and repulsion compared to normal-sized particles, which is not clear from the comic). In other words - you could be disintegrated and electrocuted, and a giant explosion will occur. Oversized electrons may also behave like {{what if|140|piles of densely packed electrons}}. Oversizing a proton could also be dangerous for roughly same reasons - except this time, electrons wold fall on oversized proton, while normal protons would get scattered. Presumably, it's advisable to practice Quantum Expanding with neutrons instead, as it shouldn't react as violently to normal-sized particles.&lt;br /&gt;
&lt;br /&gt;
However, a free neutron decays with a mean lifetime of about 14 minutes, converting part of its mass to 0.78 MeV energy. If the neutron was scaled up to the mass of a tennis ball (rather than remain the same mass, only larger), it would weigh about 57 grams. If that means that the decay energy is scaled up by the same factor, it would release about 25 orders of magnitude more energy upon decay: 1kT TNT equivalent or half the force of the 2020 Beirut explosion.&lt;br /&gt;
&lt;br /&gt;
Upscaling muons or quarks to the size of watermelons may be utterly disastrous - even more so than packed&amp;lt;!--?--&amp;gt; electrons - as they may be the very foundation of the laws of physics; potentially, it may destroy the entire Universe. On top of that, upscaling quarks to the size of watermelons sounds like it could ruin color symmetry - as two quarks are now left without the third quark, and the big quark is now alone. That was explained in {{tvtropes|Fridge/HarryPotterAndTheMethodsOfRationality|HPtMoR chapter 119}} and a particularly munchkinish build of {{tvtropes|GameBreaker/TheWorldOfDarkness|World of Darkness}} vampire mad scientist. Possibly, such destructive capacity of oversized muons (despite their &amp;quot;cuteness&amp;quot;) may be part of the joke - as {{w|Mew (Pokémon)|a fairly cute Pokémon}} in question was a powerful &amp;quot;legendary Pokemon&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is holding in one hand, away from himself, an atom approximately the size of his head with shaky lines drawn around the atom. Ponytail has her hand near the atom and her other hand above her chin. Lines near the edge of the atom near her hand indicates the atom is wobbling. Hairy stands to the right of Ponytail.]&lt;br /&gt;
:Cueball: Ugh, the electron cloud is so weird and wobbly! I hate it!&lt;br /&gt;
:Ponytail: Why is it so wet? How can it even ''be'' wet?&lt;br /&gt;
:Hairy: I don't want to do physics anymore.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:When our lab was building the quantum expander device, we didn't expect our first discovery to be &amp;quot;atoms are really gross.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Comics sharing name|Atom02]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3063:_Planet_Definitions&amp;diff=369096</id>
		<title>Talk:3063: Planet Definitions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3063:_Planet_Definitions&amp;diff=369096"/>
				<updated>2025-03-15T22:52:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: &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;
The one currently posted has Pluto highlighted in the second box and not highlighted in the first box. Too hard to tell if it's trolling or a genuine mistake. :-D &lt;br /&gt;
&lt;br /&gt;
:Apparently a mistake since it's fixed now. [[User:HughNo|HughNo]] ([[User talk:HughNo|talk]]) 19:59, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
And the first one also has a moon hilighted instead I think?? [[Special:Contributions/162.158.126.5|162.158.126.5]] 15:59, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Was about to write the same. The coloring in the first two lines arund Pluto seem wrong (or mistankingly switched). --[[Special:Contributions/172.71.222.246|172.71.222.246]] 16:17, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
This, this is the hill I will die on. I was radicalised by this paper: [https://arxiv.org/abs/2110.15285 Moons Are Planets: &amp;quot;Scientific Usefulness Versus Cultural Teleology in the Taxonomy of Planetary Science&amp;quot;]&lt;br /&gt;
In short; planets are what planetary scientists study. Round things with the *good stuff*: atmospheres, oceans, volcanoes (of lava or water ice) (see diagram page 53).&lt;br /&gt;
Pluto, Titan, Ceres, Io and Europa are all in the sweet spot where you're not so small you're just a lump of rocks who happen to be stuck together into a lump, and not so large you're just a mostly undifferentiated mass of fusing hydrogen/helium plasma.&lt;br /&gt;
And it's consistent with our pre-20th Century understanding of what a planet is, whereas the IAU definition is trying to preserve 19th Century astrology. An amazing read and a strong recommend for anyone who cares about this subject. [[Special:Contributions/172.69.79.138|172.69.79.138]] 16:45, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does this sort of count as pi-related for pi day? [[User:TomtheBuilder|TomtheBuilder]] ([[User talk:TomtheBuilder|talk]]) 17:04, 14 March 2025 (UTC)&lt;br /&gt;
:he doesn't do themed comics anymore 😔 [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 17:12, 14 March 2025 (UTC)&lt;br /&gt;
:: Sure he does. [[2962]] and [[2969]] weren't too long ago. Seems like it, though. [[Special:Contributions/172.71.182.222|172.71.182.222]] 03:31, 15 March 2025 (UTC) &lt;br /&gt;
:::I don't understand either the &amp;quot;he doesn't do themes&amp;quot; bit, or the full nature of the reply, frankly. [[Special:Contributions/172.68.205.122|172.68.205.122]] 22:52, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I was somewhat disappointed to get to the end of the table without seeing either an astrology or Sailor Moon joke. -- [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 18:12, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it possible that Uranus is marked under &amp;quot;Empiricist&amp;quot; because of the &amp;quot;Randall has seen Uranus&amp;quot; joke? [[Special:Contributions/172.70.42.178|172.70.42.178]] 18:38, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;{{w|Classical planet|Classical Planets}}&amp;quot; should be 7, including the Sun and the Moon.&lt;br /&gt;
:The average distance of the orbit of the Moon around the Earth must be slightly farther away than the orbit of the Sun around the Earth, since the Moon lags behind the Sun a little more each day, but the orbits must cross or we would never have a solar eclipse :P [[User:SammyChips|SammyChips]] ([[User talk:SammyChips|talk]]) 19:41, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wouldn't the Regolithic one depend on the exact definitions of &amp;quot;dirt&amp;quot;, &amp;quot;ice&amp;quot;, and &amp;quot;covered&amp;quot;?  It seems that an argument could be made that the giant planets also count there but have a much thicker atmosphere on the outside, and disqualifying because of the atmosphere could exclude others like Earth depending on the exact threshold used. [[User:SammyChips|SammyChips]] ([[User talk:SammyChips|talk]]) 19:08, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has Randall not seen the sun before?&lt;br /&gt;
:I'm impressed that he has seen Uranus (unless that actually is a joke), especially if he saw it unaided (apparently it actually can be barely seen with the naked eye if the conditions are incredibly good). [[User:SammyChips|SammyChips]] ([[User talk:SammyChips|talk]]) 19:36, 14 March 2025 (UTC)&lt;br /&gt;
:Could the sun be classified as a &amp;quot;world&amp;quot;? --[[User:MothWaves|MothWaves]] ([[User talk:MothWaves|talk]]) 19:43, 14 March 2025 (UTC)&lt;br /&gt;
:I assumed he meant &amp;quot;seen directly with my eyes&amp;quot;, so that a photograph would not count, but looking through a telescope during an astronomy night at the local University would count.  And he hasn't looked *closely* at the Sun, because of the need for eye protection. [[User:JimJJewett|JimJJewett]] ([[User talk:JimJJewett|talk]]) 23:49, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Technically, spacecraft have landed on Mercury, Jupiter, and Saturn. Just not in a survivable manner. [[User:Redacted II|Redacted II]] ([[User talk:Redacted II|talk]]) 19:37, 14 March 2025 (UTC)&lt;br /&gt;
:Have we really not sent anything directly into the Sun yet? [[User:JimJJewett|JimJJewett]] ([[User talk:JimJJewett|talk]]) 23:51, 14 March 2025 (UTC)&lt;br /&gt;
::The most &amp;quot;into the Sun&amp;quot; we've done is [https://science.nasa.gov/mission/parker-solar-probe/ the Parker Solar Probe], and it hasn't attempted to 'land' there (apart from that being effectively impossible, even beyond the likes of Cassini's final fall &amp;quot;onto&amp;quot; Saturn). It's also ''very hard'' to even send things into the Sun, because the direct method would need you to send a craft from Earth backwards at the same speed as the Earth orbits forwards (or very close to that), otherwise all you can do is fall ''past'' it and loop back up again. [[Special:Contributions/162.158.74.94|162.158.74.94]] 01:00, 15 March 2025 (UTC)&lt;br /&gt;
:No one even knows if Jupiter and Saturn have a *land* to land on. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 14:54, 15 March 2025 (UTC)&lt;br /&gt;
::Sstill subject to further study, but the crushed and burnt (and probably unrecognisable) remains of the probes will be 'landed' (or floating on top of any layer that they're ultimately more buoyant than) down there, somewhere (unless they're totally ablated away, but there'll probably be ''some'' fragments of hi-tech metal frame, even if no circuit boards or metal foils survive)  Should there be a form of life in existence down in the depths of the gas-giant's mass, with any curiosity to them, I imagine they'll be wondering what this new variety of 'space rain' is, that's totally unlike the usual ex-asteroidal/cometish stuff that they must occasionally get punching down through from the inaccessible upper reaches above their native environment. [[Special:Contributions/162.158.74.68|162.158.74.68]] 19:59, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
It looks like the Pluto error in Traditionalist and Modernist images were fixed. I now see Pluto highlighted in traditionalist and Pluto unhighlighted in Modern. [[Special:Contributions/172.68.7.91|172.68.7.91]] 19:44, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
indeed, it seems fine now, i removed my earlier comment--[[Special:Contributions/162.158.233.116|162.158.233.116]] 23:06, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
//Jean-Luc Margot wrote a serious planet definition proposal// in 2024 as a starting point for community conversations and welcomes feedback. In 2019 I wrote a small article myself on planet and moon classes simply by size. //Mondklassen &amp;quot;wwwahnsinn&amp;quot;// (in German).&lt;br /&gt;
[[Special:Contributions/162.158.159.108|162.158.159.108]] 19:49, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm disputing that there has never been a formal definition of &amp;quot;planet&amp;quot; prior to 2006 - the ancient Greek definition of &amp;quot;wandering [relative to seemingly-fixed stars] points of light in the night sky&amp;quot; seems formal enough to me.  I marked it {{tl|actual citation needed}}. [[Special:Contributions/198.41.227.73|198.41.227.73]] 19:52, 14 March 2025‎ &lt;br /&gt;
: I've reworded the sentence to say &amp;quot;in modern times&amp;quot; so we aren't making unfounded and likely-incorrect claims about antiquity.  [[Special:Contributions/198.41.227.73|198.41.227.73]] 21:19, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone else strongly dislike the term '''natural satellite''' replacing ''moon''? Under the new nomenclature, only Earth's moon is 'the Moon'. All other moons are now merely natural satellites. Phobos, Deimos, Ganymede, are no longer considered moons. My biggest problem with the new definition is that planets themselves are natural satellites of stars. [[Special:Contributions/172.71.182.225|172.71.182.225]] 20:13, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
It seems likely that the Saturnian moon highlighted in the Maritime definition is Titan, since it has liquid seas and lakes on its surface. [[Special:Contributions/172.69.6.5|172.69.6.5]] 21:54, 14 March 2025 (UTC)&lt;br /&gt;
:I've noted in the Transcript that (despite apparently being ''identical'' pre-highlight drawings in all other ways, or at least very consistently reproduced), Saturn is given one moon ''most'' of the time, but two moons on occasion. Similarly, Uranus's moons (spread from upper-right to lower-left) do-or-do-not include the dot (in one case suffering a highlighting) moving across the face of the planet. From an analytical perspective, I'm wondering if Randall did indeed copypaste the 'normal' iillustration, but then have to manually add in &amp;quot;whoops, I forgot I need to highlight a further item thaat I haven't already drawn&amp;quot; into some of the established copies, touching up where necessary (and maybe where still not necessary too). ...But I'm not sure it matters what he did or did not do. It's just an observation about the result. [[Special:Contributions/172.69.79.190|172.69.79.190]] 23:03, 14 March 2025 (UTC)&lt;br /&gt;
:Yeah, Titan's present in all the diagrams, and a second moon of Saturn shows up when highlighting is necessary.  The bonus &amp;quot;Marine Biologist&amp;quot; planet is clearly Enceladus, but the bonus &amp;quot;Judgemental&amp;quot; planet doesn't line up with it: presumably it's one of Saturn's other moons.  Which one?  My wild guess is Iapetus.  [[Special:Contributions/172.68.150.27|172.68.150.27]] 01:48, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Great explanation, thank you, but was it really necessary to include a snide dig at Baby Boomers? Not a BB myself - I'm gen X, if we're using those facile labels - but surely we don't need to encourage intergenerational resentment and conflict. [[Special:Contributions/172.68.174.116|172.68.174.116]] 03:22, 15 March 2025 (UTC)&amp;lt;br/&amp;gt;&lt;br /&gt;
As a historian, I strongly disagree with the snide definition of tradition. (No, not a BB.) [[Special:Contributions/162.158.212.132|162.158.212.132]] 07:40, 15 March 2025 (UTC)&lt;br /&gt;
:That's a direct quote from a prior comic, that whoever wrote it in the first placce ysed, so I've rewritten it to perhaps ''not'' look quite so much like some editor's own grudge/snidiness (which it may or may not be, but not without Randall giving justifiable precedent to say it). Maybe can be tweaked further, but it might be a shame to lose the inter-comic referential humour that (regardless of tone) is staple for this site. [[Special:Contributions/162.158.74.109|162.158.74.109]] 12:25, 15 March 2025 (UTC)&lt;br /&gt;
::I wrote it. No snideness intended. I thought the connection was topical. Unfortunately, thanks to the &amp;quot;Okay boomer&amp;quot; phenomenon, any reference to the generation comes across as condescending. The &amp;quot;Tradition&amp;quot; strip was published in 2011, and the phrase rose to popularity in 2019. It, like [[36]], is just one of those things that is not standing the test of time. [[Special:Contributions/172.70.47.89|172.70.47.89]] 20:22, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe we're currently missing part of the joke in the mouseover text. Not only is Earth now a star because of human fusion, it's also no longer a planet, because, due to human satellites and spacecraft, it no longer clears its orbit.&lt;br /&gt;
[[Special:Contributions/198.41.227.42|198.41.227.42]] 06:20, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Isn't the usual singular of criteria criterion?  According to my dictionary, a criterium is a type of cycling race.--[[Special:Contributions/172.71.26.100|172.71.26.100]] 09:46, 15 March 2025 (UTC)&lt;br /&gt;
:Indeed. Maybe a thinko, though, rather. [[Special:Contributions/172.69.79.139|172.69.79.139]] 11:06, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I am curious why only one of the Galilean moons counts as pretty, and I wonder which one (either Ganymede or Callisto, given where its drawn). They are all pretty to me, I like how surprisingly distinct they look from one another.&lt;br /&gt;
[[User:Terdragontra|Terdragontra]] ([[User talk:Terdragontra|talk]]) 13:18, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re title text: With the launch of the JWST, Earth has no longer cleared its orbital neighborhood, right? [[Special:Contributions/172.70.176.57|172.70.176.57]] 14:27, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tend to go by an expansive definition myself, considering all dwarf planets &amp;quot;planets&amp;quot; in my eyes. But I'm not like, arguing with the IAU's definition, this is just how I prefer to think of them, because dwarf planets are really cool. [[Special:Contributions/172.70.126.140|172.70.126.140]] 19:35, 15 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Citations ==&lt;br /&gt;
&lt;br /&gt;
I added a bunch of Wikipedia citations. I went by the WP rule (citation needed) of linking the first non-parenthesized instance of a word/phrase. That does make for some awkward things, like lists with only some of the items linked, and the {{w|natural satellite|moon}} link in a mention under '''Simplistic''' rather than on the more relevant '''Lunar'''.&lt;br /&gt;
–[[User:P1h3r1e3d13|P&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;h&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;r&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;e&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;d&amp;lt;sub&amp;gt;13&amp;lt;/sub&amp;gt;]] ([[User talk:P1h3r1e3d13|talk]]) 22:34, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Round vs Spheroidal'''&lt;br /&gt;
According to the &amp;quot;simplistic&amp;quot; definition, the rings themselves (also round) are separate planets. If the simplistic definition had merely been &amp;quot;spheroidal&amp;quot; rather than &amp;quot;round&amp;quot;, they would not be. I'd love to see a version of the chart where Saturn is green, but the rings are white. [[Special:Contributions/172.71.99.166|172.71.99.166]] 23:36, 14 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Modern&amp;quot; vs &amp;quot;Current&amp;quot;'''. Does anyone feel frustrated when people confuse &amp;quot;modern&amp;quot;, &amp;quot;contemporary&amp;quot;, and &amp;quot;current&amp;quot;? &amp;quot;Modern&amp;quot; is post-1500, &amp;quot;contemporary&amp;quot; is the age someone lives in, and &amp;quot;current&amp;quot; is 'today'. Throughout 75 years of the modern era, Pluto 'was' considered a planet. Is anyone willing to shift non-canonical usage of &amp;quot;modern&amp;quot; to &amp;quot;current&amp;quot; in the article? [[Special:Contributions/172.71.95.28|172.71.95.28]] 15:59, 15 March 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2791:_Bookshelf_Sorting&amp;diff=368394</id>
		<title>2791: Bookshelf Sorting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2791:_Bookshelf_Sorting&amp;diff=368394"/>
				<updated>2025-03-08T18:22:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 368358 by 172.71.219.102 (talk) Not relevent to this comic.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2791&lt;br /&gt;
| date      = June 19, 2023&lt;br /&gt;
| title     = Bookshelf Sorting&lt;br /&gt;
| image     = bookshelf_sorting_2x.png&lt;br /&gt;
| imagesize = 425x255px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Of course, I sort all my bookshelves the normal way, alphabetically (by first sentence).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Some people like to sort their bookshelves by the visible color of the book's spine, for example by hue to create a rainbow effect. This is pleasing to the eye, but may be unhelpful when [https://www.youtube.com/watch?v=AYxmPHLU9oA trying to find a specific book]. Literary enthusiasts (AKA &amp;quot;Book People&amp;quot;) frequently dislike this system, because it emphasizes appearance at the expense of making books easy to find. On a philosophical level, treating books as decorations, rather than reading material, upsets many purists.  &amp;quot;Book people&amp;quot; are more likely to have a practical system for arranging their books, either by category, genre, title, author name, or some combination of those.  For a large library, a more rigorous organizational scheme such as the {{w|Dewey Decimal Classification}} might be used.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, [[Randall]] has found a ''much'' worse method of book organization - instead of sorting the books as discrete units, he has sorted their individual ''pages'' by number. This would require physically separating each book into its individual pages, and then organizing them into groups by page number. This effectively destroys every book, and requires anyone trying to read them to laboriously find each individual page (among many pages of the same number), and then replace it in the correct space after reading. Adding a new book would require individually placing potentially hundreds of pages. Where pages are not numbered, finding their place would be nearly impossible.&lt;br /&gt;
&lt;br /&gt;
From the picture, Randall's system appears to work by absolute physical page count, including the front and rear covers as 'pages'. All the front covers are on the left side, then the first internal leaf of each book (counted as the second page), then the second internal leaf, etc. This produces repeating patterns of taller and shorter loose-leaf pages, echoing the proportions of each cover, having gathered together a page of the same position in each different book. The back covers are mixed in to whatever group falls after the last internal leaf from the same book, and so are intermixed with pages from longer books. The left-most front cover matches the right-most back cover, the second front cover matches the 2nd-to-last back cover, etc. with the last of the front covers matching the first of the back covers. At the end, there are only the last pages of the longest book left, now all uniform in size, and its rear cover. &lt;br /&gt;
&lt;br /&gt;
The caption claims that &amp;quot;book people&amp;quot; get way angrier at this system, likely because it involves physically destroying books, rendering them almost unreadable. People with a strong affinity for books are often upset at volumes being treated with such disrespect. &lt;br /&gt;
&lt;br /&gt;
In the title text Randall claims he sorts his bookshelf alphabetically, but by the first '''sentence'''. He describes this as &amp;quot;the normal way&amp;quot;, even though the typical practice is to sort books either by title or author. Some books do have very well-known first lines, so sorting by first line could be used to demonstrate a level of literary sophistication on the part of the bookshelf owner, but could hardly be considered &amp;quot;normal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A bookshelf hanging on a wall is shown. It is covered almost from left to right but not with ordinary books. To the left there are 11 covers next to each other without any paper between them. They have different heights and shades of gray. After the last of these there follows many leaves of paper of differing heights similarly to that of the covers. The top of the papers thus form a wave shape with more than twenty peaks before they reach another cover. After that there follows similar patterns with paper in different height and then a cover in between more papers. But there is a much shorter distance between the first and second cover than before the first cover, after the initial 11 covers. The next two covers are close to the first, then there is a longer stretch of paper to the fourth, much less to the fifth, and then the next three covers comes very close. There is again quite long distance to the ninth and tenth cover, and here the number of different heights for the paper are clearly less than the previous paper stretches. Finally before the last and 11th cover all the paper, not much of it though, are of the same height, and just a bit lower than the final cover. The 11 covers at the start matches the 11 covers later and they comes in reverse order throughout the paper stretches as they are sorted to begin with, so the first and last cover matches, as does number 2 and the second last etc. There is a caption beneath the panel:]&lt;br /&gt;
:Book people hate seeing books sorted by colors, but it turns out they get ''way'' more angry if you sort the pages by number.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
Sorting by first line was, in fact, a common sorting method before books had titles, known as {{w|Incipit}}. In modern times, however, that method is wildly obsolete, as books are almost always identified by titles, few people memorize the opening lines of their books, and a film titled ''{{w|The Hobbit|In a hole in the ground there lived a hobbit}}'' would not receive any funding.{{Citation needed}} However, {{w|papal encyclicals}} are still named after their first words, and thus would be sorted after their first sentence. For example, the encyclical titled ''{{w|Quanta Cura}}'' begins with &amp;quot;''Quanta cura'' ac pastorali vigilantia Romani Pontifices Prædecessores Nostri, exsequentes [...]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In somewhat similar fashion, the 114 chapters of the {{w|Quran}} are roughly sorted by their length. American church hymnals list hymns by relatively meaningless numbers, but then index them by tune name, text title, first line and meter.&lt;br /&gt;
&lt;br /&gt;
Other pop culture references to sorting by first sentence occur in the Good Omens TV show season 2 episode 2, where the archangel Gabriel, while suffering from amnesia, reorganizes the books in the bookshop alphabetically by first sentence to pass the time.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Books]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=225:_Open_Source&amp;diff=368315</id>
		<title>225: Open Source</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=225:_Open_Source&amp;diff=368315"/>
				<updated>2025-03-08T00:57:42Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */ Because you can't link something that's already a link, reworded to allow side-by-side linking.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 225&lt;br /&gt;
| date      = February 19, 2007&lt;br /&gt;
| title     = Open Source&lt;br /&gt;
| image     = open source.png&lt;br /&gt;
| titletext = Later we'll dress up like Big Oil thugs and jump Ralph Nader.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Richard Stallman]], or ''rms'', after his handle, is an old-school hacker known for establishing the {{w|Free Software Foundation}} (FSF) and initiating the {{w|GNU Project}} in the early 1980s, which produced major portions of what would later be the {{w|Linux}} (or [https://itsfoss.com/gnu-linux-copypasta/ GNU/Linux]) operating system. In this capacity, he's also known for being one of the most ardent and outspoken proponents of {{w|open source software}}, often referred to by Stallman as {{w|free software}}. In fact, his advocacy is so emphatic and polemical that he has garnered active dislike from traditionalists who believe that software {{w|source code}} should be retained as a trade secret by its developer(s). Stallman has expressed that he did not even wish to be in a comic using the phrase '''Open Source''' (see the [[#Trivia|trivia section]]).&lt;br /&gt;
&lt;br /&gt;
While this dislike may not rise to the level of hiring {{w|ninja}} assassins to remove him from the world though that is historically inaccurate, it is strong. The joke of the comic, as it also turns out, is that the two [[Cueball]]s dressed up as ninjas were just out to have a fun time teasing Stallman, and they seemed to know that Stallman's paranoia about {{w|Microsoft}} makes him sleep with no fewer than two {{w|katana}} swords near his bed. This type of sword was one of the traditionally made Japanese swords that were used by the {{w|samurai}} of feudal Japan mainly as a sidearm. A ninja or more accurately a Shinobi no mono was basically special forces in feudal Japan. They specialized in espionage, sabotage, etc. they were a rough combination of MI6, CIA, and Navy SEAL in feudal japan. Although they did not specialize in assassinations, that is something that they could do. Although samurai could also be shinobi/ninjas if they chose to do that job, samurai is a social class while shinobi no mono/ninjas were a job, not a social class. So this makes sense in this comic with Stallman, the samurai, and the ninjas, the lackeys of the oppressing Microsoft (at least in his mind). It also turns out that they specifically choose targets for their raids who have reason to be paranoid of larger companies that might send someone after them, and thus sleep with weapons near their beds. Stallman has received a Katana due to this comic (see the [[#Trivia|trivia]] section).&lt;br /&gt;
&lt;br /&gt;
{{w|GPL}} refers to the 'GNU General Public License', which is a copyright license written by the FSF that covers much GNU software and plenty of other free software besides. It stipulates that software so copyrighted must always be provided along with full source code, and that everyone in possession of such software is free to use, study, modify, and redistribute it for any purpose whatsoever (including sale or resale), provided they give due credit to any other contributing developers and provide access to the complete source code and retain all copyright notices.&lt;br /&gt;
&lt;br /&gt;
Legally, this gives all users of such software exactly the same rights under copyright as the developer(s) and prevents any developers from ever taking away those rights from users, which is the defining feature of '{{w|Free software#Definition|free-as-in-libre}}' software. It also has the effect of making all software ''derived'' from GPL software thereby also GPL, even if 'derived' merely means 'borrowed a few lines of code from'. Some (e.g. Microsoft's {{w|Steve Ballmer}}) have therefore argued that this makes GPL software behave as a kind of {{w|viral license|'license virus'}}, which spreads GPL-guaranteed freedoms to any software used in close conjunction with GPL'd software during development, such that businesses should actively avoid adopting {{w|FOSS|free and open source software}}, so as not to jeopardize software developers' legal standing with regard to {{w|proprietary software|proprietary IP copyright}}s.&lt;br /&gt;
&lt;br /&gt;
During the attack, Richard Stallman begins to speak like he quotes an old play. For instance, the wording &amp;quot;For a GNU dawn!&amp;quot; is pronounced &amp;quot;For a g'new dawn!&amp;quot;, following the pronunciation of {{w|GNU}}, so it is a version of ''New Dawn'', a sentence used often in fiction. He even gets annoyed when it turns out that the ninjas just run away. He had clearly waited a long time to, even looking forward to, defending himself with his katanas.&lt;br /&gt;
&lt;br /&gt;
Because the two &amp;quot;ninjas&amp;quot; had so much fun pranking Stallman, they plan to do more of these raids, even mentioning two other possible future targets on their way out of the window:&lt;br /&gt;
&lt;br /&gt;
{{w|Eric S. Raymond}} is a famous {{w|Hacker (programmer subculture)|hacker}} who wrote ''{{w|The Cathedral and the Bazaar}}'' and has been something of an unofficial spokesperson for open source as a {{w|Open-source software development|software development methodology}}. The plan to prank Eric Raymond could be a bad one, since he is an experienced martial artist, swordsman, and firearm enthusiast. However, this seems to be the attraction of these two &amp;quot;ninjas,&amp;quot; as can be seen by what they seem to know about their other possible target:&lt;br /&gt;
&lt;br /&gt;
{{w|Linus Torvalds}} is the creator of {{w|Linux kernel|Linux}}, a free/open source operating system kernel inspired by the {{w|Unix}} kernel, which proved to be the final component that, combined with then pre-existing GNU system functions and {{w|userland}} components, produced the first fully free operating system, {{w|Linux|GNU/Linux}}. The plan to prank Torvalds would at first sound more boring as the mild-mannered {{w|Finland|Finn}}, while known to be strongly, abrasively opinionated, is otherwise mostly harmless. However, one of the ninjas seems to know otherwise, since it is rumored that Linus sleeps with {{w|nunchaku|nunchucks}} in the same way that Stallman sleeps with two katana swords. The ''nunchaku'' is a traditional Okinawan martial arts weapon consisting of two sticks connected at one end by a short chain or rope.&lt;br /&gt;
&lt;br /&gt;
A third possible target of this prank is mentioned in the title text. {{w|Ralph Nader}} is a famous consumer rights advocate, most famous for {{w|Ralph Nader presidential campaign, 2000|his controversial 2000 presidential run}}, and the 1965 book ''{{w|Unsafe at Any Speed}}''. Nader is an environmentalist and a member of the Green Party, and he supports clean energy, thus naturally being opposed to &amp;quot;Big Oil&amp;quot; companies.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The first panel has the second panel inside it. It also has a slightly light gray background color. Just above the inlaid second panel is Richard Stallman lying in his bed sleeping, the bottom part at the foot of the bed hidden behind the second panel below. Below his bed under his head lies a katana sword in its sheath, and another one hangs in its sheath behind the end of the bed. Two ninjas with swords and black cloths around their heads jump through the skylight, smashing it so glass scatters around them. Each of them is hanging one-handed from the same rope coming down from the skylight. The rope ends just above the inlaid frame below. The two ninjas shout at Richard Stallman, from four speech bubbles that have pointy ends to indicate how the two alternately speak. (These bubbles are white, not gray.)]&lt;br /&gt;
:Richard Stallman: ''Zzzz''&lt;br /&gt;
:Top Ninja: Richard Stallman! Your viral open source licenses have grown too powerful.&lt;br /&gt;
:Bottom Ninja: The GPL must be stopped.&lt;br /&gt;
:Top Ninja:  At the source.&lt;br /&gt;
:Bottom Ninja: You.&lt;br /&gt;
&lt;br /&gt;
:[In the second inlaid panel (with normal white background), Richard Stallman wakes up immediately, and while sitting up in bed, he pulls out both his katana swords from their sheaths, leaving the sheaths under and behind the bed. One hand is up in the air with the sword from behind the bed, and the other is still pointing down with the swords from below the bed. Lines indicate the fast movement of the swords. His three speech bubbles are like those of the ninjas, the last two even breaking the panel entering into the large first panel.]&lt;br /&gt;
:Katana swords: Shing! Shing!&lt;br /&gt;
:Richard Stallman: Hah! Microsoft lackeys! So it has come to this!&lt;br /&gt;
:Richard Stallman: A night of blood I've long awaited. But be this my death or yours, free software will carry on! For a GNU dawn! For freedom!&lt;br /&gt;
:Richard Stallman: ...Hey, where are you going?&lt;br /&gt;
&lt;br /&gt;
:[An outside scene at night with black sky. Richard Stallman's gray house can be seen with the broken white skylight on the roof. The ninjas are jumping out of a window at ground height while taking off their ninja cloth around their heads, holding them in their hand, thus revealing that they both look like Cueball. The first one is already on the grassy ground beneath the window, his sword pointing down and to the left; the other just jumps from the window pane, his sword pointing up and to the right. Again, they have speech bubbles like before. It is not possible to tell which of the two ninjas from before is first out the window.]&lt;br /&gt;
:Ninja in window: Man, you're right, that never gets old.&lt;br /&gt;
:Ninja on the grass: Let's do Eric S. Raymond next.&lt;br /&gt;
:Ninja in window: Or Linus Torvalds. I hear he sleeps with nunchucks.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The phrase &amp;quot;So it has come to this&amp;quot; is the title of [[1022: So It Has Come To This]].&lt;br /&gt;
*In [[1624: 2016]], [[Cueball]] smashes through the ceiling, also hanging on a rope, to wake a person in a bed. Not as a threat though, but still a very similar situation.&lt;br /&gt;
*In the title text of [[163: Donald Knuth]], [[Black Hat]] reveals that he broke into [[Donald Knuth]]'s house through the skylight as well.&lt;br /&gt;
*Because of this comic, Stallman has [http://blog.xkcd.com/2007/04/19/life-imitates-xkcd-part-ii-richard-stallman/ been given a katana] by fans of xkcd. &lt;br /&gt;
*At his [https://www.youtube.com/watch?v=AHp_Vh9TESU&amp;amp;t=1645 talk at JCCC3] (as well as in a note in ''[[xkcd: volume 0]]''), [[Randall]] mentioned that the comic he originally published had the assassins say &amp;quot;free software,&amp;quot; and Richard Stallman says &amp;quot;open source software&amp;quot;. He swapped the two terms after complaints that Richard Stallman was [https://www.gnu.org/philosophy/open-source-misses-the-point.html opposed to the phrase &amp;quot;open source&amp;quot;]. Even after this change, he got an e-mail from Stallman himself saying that he didn't even want to be portrayed in the same comic as the words &amp;quot;open source&amp;quot;. The full note from the [[xkcd: volume 0]] book is the following:&lt;br /&gt;
{{quote|Originally, I had the phrases &amp;quot;open source&amp;quot; and &amp;quot;free software&amp;quot; reversed here, but a flood of 1:00 AM letters told me Stallman notoriously hates the term &amp;quot;open source&amp;quot; and would never use it. The comic title was &amp;quot;Open Source&amp;quot; and I couldn't change that, so I just switched who said what and went back to sleep. Only one person wrote in post-change to complain about &amp;quot;Open Source&amp;quot; still being used in the title - Stallman himself}} &lt;br /&gt;
:*Stallman's well-known opposition to the term &amp;quot;open source&amp;quot; stems from the fact that &amp;quot;open source&amp;quot; refers specifically to a methodology for software development involving allowing customers to actively participate in development and testing of software products by giving them access to in-development source code and soliciting feedback; as such, the term was first adopted as a means to promote free software ideas to business interests. In contrast, Stallman and the FSF view free software as a political issue concerning the basic freedoms that should belong to all computer users, and thus 'open source' as an appeal to software businesses misses the point of getting individuals to think about their rights as users.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Richard Stallman]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Comics edited after their publication]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2791:_Bookshelf_Sorting&amp;diff=366768</id>
		<title>2791: Bookshelf Sorting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2791:_Bookshelf_Sorting&amp;diff=366768"/>
				<updated>2025-02-25T00:08:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Nothing to do with the Synonym Movies category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2791&lt;br /&gt;
| date      = June 19, 2023&lt;br /&gt;
| title     = Bookshelf Sorting&lt;br /&gt;
| image     = bookshelf_sorting_2x.png&lt;br /&gt;
| imagesize = 425x255px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Of course, I sort all my bookshelves the normal way, alphabetically (by first sentence).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Some people like to sort their bookshelves by the visible color of the book's spine, for example by hue to create a rainbow effect. This is pleasing to the eye, but may be unhelpful when [https://www.youtube.com/watch?v=AYxmPHLU9oA trying to find a specific book]. Literary enthusiasts (AKA &amp;quot;Book People&amp;quot;) frequently dislike this system, because it emphasizes appearance at the expense of making books easy to find. On a philosophical level, treating books as decorations, rather than reading material, upsets many purists.  &amp;quot;Book people&amp;quot; are more likely to have a practical system for arranging their books, either by category, genre, title, author name, or some combination of those.  For a large library, a more rigorous organizational scheme such as the {{w|Dewey Decimal Classification}} might be used.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, [[Randall]] has found a ''much'' worse method of book organization - instead of sorting the books as discrete units, he has sorted their individual ''pages'' by number. This would require physically separating each book into its individual pages, and then organizing them into groups by page number. This effectively destroys every book, and requires anyone trying to read them to laboriously find each individual page (among many pages of the same number), and then replace it in the correct space after reading. Adding a new book would require individually placing potentially hundreds of pages. Where pages are not numbered, finding their place would be nearly impossible.&lt;br /&gt;
&lt;br /&gt;
From the picture, Randall's system appears to work by absolute physical page count, including the front and rear covers as 'pages'. All the front covers are on the left side, then the first internal leaf of each book (counted as the second page), then the second internal leaf, etc. This produces repeating patterns of taller and shorter loose-leaf pages, echoing the proportions of each cover, having gathered together a page of the same position in each different book. The back covers are mixed in to whatever group falls after the last internal leaf from the same book, and so are intermixed with pages from longer books. The left-most front cover matches the right-most back cover, the second front cover matches the 2nd-to-last back cover, etc. with the last of the front covers matching the first of the back covers. At the end, there are only the last pages of the longest book left, now all uniform in size, and its rear cover. &lt;br /&gt;
&lt;br /&gt;
The caption claims that &amp;quot;book people&amp;quot; get way angrier at this system, likely because it involves physically destroying books, rendering them almost unreadable. People with a strong affinity for books are often upset at volumes being treated with such disrespect. &lt;br /&gt;
&lt;br /&gt;
In the title text Randall claims he sorts his bookshelf alphabetically, but by the first '''sentence'''. He describes this as &amp;quot;the normal way&amp;quot;, even though the typical practice is to sort books either by title or author. Some books do have very well-known first lines, so sorting by first line could be used to demonstrate a level of literary sophistication on the part of the bookshelf owner, but could hardly be considered &amp;quot;normal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A bookshelf hanging on a wall is shown. It is covered almost from left to right but not with ordinary books. To the left there are 11 covers next to each other without any paper between them. They have different heights and shades of gray. After the last of these there follows many leaves of paper of differing heights similarly to that of the covers. The top of the papers thus form a wave shape with more than twenty peaks before they reach another cover. After that there follows similar patterns with paper in different height and then a cover in between more papers. But there is a much shorter distance between the first and second cover than before the first cover, after the initial 11 covers. The next two covers are close to the first, then there is a longer stretch of paper to the fourth, much less to the fifth, and then the next three covers comes very close. There is again quite long distance to the ninth and tenth cover, and here the number of different heights for the paper are clearly less than the previous paper stretches. Finally before the last and 11th cover all the paper, not much of it though, are of the same height, and just a bit lower than the final cover. The 11 covers at the start matches the 11 covers later and they comes in reverse order throughout the paper stretches as they are sorted to begin with, so the first and last cover matches, as does number 2 and the second last etc. There is a caption beneath the panel:]&lt;br /&gt;
:Book people hate seeing books sorted by colors, but it turns out they get ''way'' more angry if you sort the pages by number.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
Sorting by first line was, in fact, a common sorting method before books had titles, known as {{w|Incipit}}. In modern times, however, that method is wildly obsolete, as books are almost always identified by titles, few people memorize the opening lines of their books, and a film titled ''{{w|The Hobbit|In a hole in the ground there lived a hobbit}}'' would not receive any funding.{{Citation needed}} However, {{w|papal encyclicals}} are still named after their first words, and thus would be sorted after their first sentence. For example, the encyclical titled ''{{w|Quanta Cura}}'' begins with &amp;quot;''Quanta cura'' ac pastorali vigilantia Romani Pontifices Prædecessores Nostri, exsequentes [...]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In somewhat similar fashion, the 114 chapters of the {{w|Quran}} are roughly sorted by their length. American church hymnals list hymns by relatively meaningless numbers, but then index them by tune name, text title, first line and meter.&lt;br /&gt;
&lt;br /&gt;
Other pop culture references to sorting by first sentence occur in the Good Omens TV show season 2 episode 2, where the archangel Gabriel, while suffering from amnesia, reorganizes the books in the bookshop alphabetically by first sentence to pass the time.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Books]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3054:_Scream_Cipher&amp;diff=366472</id>
		<title>Talk:3054: Scream Cipher</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3054:_Scream_Cipher&amp;diff=366472"/>
				<updated>2025-02-22T21:31:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: &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;
What's the American alphabet? [[Special:Contributions/172.68.64.213|172.68.64.213]] 01:16, 22 February 2025 (UTC)AnAussie&lt;br /&gt;
Anyone know a good free all-language OCR tool to help with the transcript? [[Special:Contributions/172.69.67.156|172.69.67.156]] 17:30, 21 February 2025 (UTC)&lt;br /&gt;
: Found one here: https://www.lexilogos.com/keyboard/diacritics.htm --mezimm [[Special:Contributions/172.68.2.70|172.68.2.70]] 17:52, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
The written cipher is very interesting, but where can I hear recordings of the spoken form? [[Special:Contributions/Rockymountain|Rockymountain]] 17:31, 21 February 2025 (UTC)&lt;br /&gt;
: [https://www.youtube.com/watch?v=eL4piuUn5nc Here ya go.] --mezimm [[Special:Contributions/172.68.35.117|172.68.35.117]] 17:54, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Are Cueball and Megan millenials? Who else would text greetings when they're standing right next to each other? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 17:38, 21 February 2025 (UTC)&lt;br /&gt;
:They could be texting other people. [[User:B_for_brain|B for brain]] ([[User_talk:B_for_brain|talk]]) ([https://www.youtube.com/@bforbrain youtube channel] [https://bforbrain.weebly.com/ wobsite (supposed to be a blag)]) 19:37, 21 February 2025 (UTC)&lt;br /&gt;
:Engineers and cyberfolk were text messaging their neighbors rather than talking long before it was &amp;lt;s&amp;gt;cool&amp;lt;/s&amp;gt; encouraged for social distancing or quarantine! It's always helpful to get a reminder not to do this. [[Special:Contributions/162.158.159.101|162.158.159.101]] 20:37, 21 February 2025 (UTC)&lt;br /&gt;
:They might not be diegetically in the same room. Comics can get weird with physical space. [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 20:34, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Likely a pun on &amp;quot;stream cipher&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Related reference: https://en.wikipedia.org/wiki/Scream_(cipher) [[Special:Contributions/172.68.26.229|172.68.26.229]] 17:46, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
A̦ÅÄ ẠÂÅȀ, A̓A̅ ȀÅÄĂA̱ ȦÁ ÂÁAĂĂA̦ A̮ÄÂÂA̦ A̓A̮ ȀÁ A̱A̓A̱ A ÀÁÂÃA̓ÅÂ ÅA̮ A̅A̰A̓Ã A̭AA̋Á A̓Â A̅A̰A̓Ã ÃA̅A̦ĂÁ! --mezimm [[Special:Contributions/172.68.3.112|172.68.3.112]] 17:50, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The Wikifunction [https://www.wikifunctions.org/view/en/Z22728 from Scream] returns &amp;quot;YOU KNOW, JA̅ WOULD BE NEALLY FUNNY JF WE DJD A VENSJON OF A̅HJS A̭AGE JN A̅HJS SA̅YLE!&amp;quot;. Hmmm... [[User:Mwarren|Mwarren]] ([[User talk:Mwarren|talk]]) 19:04, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The page you link to came into existence 7 minutes after I had posted this comment ;) I was doing it all manually, using [https://www.lexilogos.com/keyboard/diacritics.htm this page] and best-guess attempts to interpret what Randall's handwritten diacritics were meant to correspond to. --mezimm [[Special:Contributions/172.68.1.158|172.68.1.158]] 19:55, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: updated version: &amp;quot;A̦ÅÄ ẠÂÅȀ, ẢĀ ȀÅÄĂA̱ ȦÁ ȂÁAĂĂA̦ A̮ÄÂÂA̦ ẢA̮ ȀÁ A̱ẢA̱ A ÀÁȂÃẢÅÂ ÅA̮ ĀA̰ẢÃ A̯AA̋Á ẢÂ ĀA̰ẢÃ ÃĀA̦ĂÁ!&amp;quot; --mezimm [[Special:Contributions/172.68.3.67|172.68.3.67]] 20:01, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
On Wikifunctions, we implemented the two functions [https://www.wikifunctions.org/view/en/Z22725 to Scream Cipher] and [https://www.wikifunctions.org/view/en/Z22728 from Scream Cipher] --[[Special:Contributions/172.70.38.235|172.70.38.235]] 18:09, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It looks like the wikifunctions are using a different character for &amp;quot;D&amp;quot; than [https://scream-cipher.netlify.app/ the github project] linked in the explanation. Seems as though one's using U+0331 and the other's using 0332. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]|[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I've done&amp;lt;/font&amp;gt;]]) 20:32, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there a logic behind the choices of the letter? I guess A̧ is for C because of the French ç and Å is pronounced like O in some Nordic languages. Also, is it A̱, A̲ or A̲ ? (or something else). [[Special:Contributions/172.71.126.50|172.71.126.50]] 18:10, 21 February 2025 (UTC)&lt;br /&gt;
: Seems to be mostly visual similarity. Å has an actual O shape added to it. [[Special:Contributions/172.70.110.171|172.70.110.171]] 20:19, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I give it a week for people to make a translator to and from this cipher. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 18:20, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
- The Wikifunctions translations above were complete at least 11 minutes ''before'' your comment and well within the goal of one week :-) . [[User:Mwarren|Mwarren]] ([[User talk:Mwarren|talk]]) 19:04, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Numbers should be variations of h and/or g. [[User:Andyd273|Andyd273]] ([[User talk:Andyd273|talk]]) 18:32, 21 February 2025 (UTC)#&lt;br /&gt;
:H &amp;gt; g [[User:SqueakSquawk4|SqueakSquawk4]] ([[User talk:SqueakSquawk4|talk]]) 18:59, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Using ''sed'' you can encode with &amp;lt;code&amp;gt;sed 's/C/A̧/g;s/D/A̱/g;s/F/A̮/g;s/G/A̋/g;s/H/A̰/g;s/J/A̓/g;s/P/A̯/g;s/Q/A̤/g;s/X/A̽/g;s/Y/A̦/g;y/BEIKLMNORSTUVWZ/ȦÁẢẠĂǍÂÅȂÃĀÄÀȀȺ/'&amp;lt;/code&amp;gt; and decode with &amp;lt;code&amp;gt;sed 's/A̧/C/g;s/A̱/D/g;s/A̮/F/g;s/A̋/G/g;s/A̰/H/g;s/A̓/J/g;s/A̯/P/g;s/A̤/Q/g;s/A̽/X/g;s/A̦/Y/g;y/ȦÁẢẠĂǍÂÅȂÃĀÄÀȀȺ/BEIKLMNORSTUVWZ/'&amp;lt;/code&amp;gt;. [[Special:Contributions/162.158.159.102|162.158.159.102]] 18:41, 21 February 2025 (UTC)&lt;br /&gt;
: This is really neat. I suppose `tr` might work too. [[Special:Contributions/162.158.10.242|162.158.10.242]] 16:15, 22 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would be really funny if someone added an image of Bill Cipher screaming, with the tag &amp;quot;A screaming cipher&amp;quot;. It wouldn't reall fit but it'd be funny [[User:SqueakSquawk4|SqueakSquawk4]] ([[User talk:SqueakSquawk4|talk]]) 18:59, 21 February 2025 (UTC)&lt;br /&gt;
:[[File:Screamingcipher.png]] I did. [[User:B_for_brain|B for brain]] ([[User_talk:B_for_brain|talk]]) ([https://www.youtube.com/@bforbrain youtube channel] [https://bforbrain.weebly.com/ wobsite (supposed to be a blag)]) 19:57, 21 February 2025 (UTC) (EDIT: WOW, that thing is MASSIVE! Can someone please downscale it because I have no idea how. You have permission to edit my comment '''''only for that.''''') (DOUBLE EDIT: Nevermind, I did it.)&lt;br /&gt;
Someone started a GitHub repo with a web-based encoded/decoder already: https://github.com/Reginald-Gillespie/StreamCipher [[User:Dlech|Dlech]] ([[User talk:Dlech|talk]]) 19:35, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'd almost want to edit in my repo instead of the current one because mine is objectively better, but I'm new to this and not sure if that's appropriate or not =P (I don't even know if I am commenting correctly) [[User:WKoA|WKoA]] ([[User talk:WKoA|talk]]) 00:17, 22 February 2025 (UTC)&lt;br /&gt;
:Look to the likes of the [[1190: Time]] comic, where several different fanbase compilations may have been given. I would anticipate that you could do a decent job of editing &amp;quot;This thing here does...&amp;quot; into &amp;quot;Ways of experiencing it include this [existing one] and that [yours] [with room to add more, if they add up]. Or just mention your link here, let others decide if your claims of (better?) functionality stand up enough to prompt it to be put up alongside/ahead/instead of the other. I am at least intrigued as to how you did it differently.&lt;br /&gt;
:And you certainly had a bit of trouble with the signing. Just add &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to the end of Talk comments and it autoreplaces. No need to go back in and edit (I added the original timestamp back in, for you, just for future reference). Unless of course you forgot to do it the first time... ;) [[Special:Contributions/172.71.178.161|172.71.178.161]] 02:41, 22 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I know you can decode a substitution cipher by counting letters and replacing common ones like 'E' and then filling in the rest by inspection, but what kinds of automated approaches are there? [[Special:Contributions/162.158.159.105|162.158.159.105]] 20:14, 21 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''HEADS UP:''' I just changed A̲ (0332 COMBINING LOW LINE) to A̱ (0331 COMBINING MACRON BELOW) as encoding for &amp;quot;D&amp;quot; in the table and the transcript. Rationale: &amp;quot;T&amp;quot; is written with macron, so it's only logical to encode &amp;quot;D&amp;quot; likewise. A &amp;quot;low line&amp;quot; is longer than a macron, and looking at Randall's comic, the line below the &amp;quot;D&amp;quot; is definitely not longer than the one above &amp;quot;T&amp;quot;. It would also make no sense to encode &amp;quot;T&amp;quot; with a &amp;quot;combining low line&amp;quot; as well when a single, uncombined character exists. [[Special:Contributions/172.70.114.123|172.70.114.123]] 20:29, 21 February 2025 (UTC)&lt;br /&gt;
: These options should all be including as different writing styles! I think the longer line makes it clearer that A̲ represents D because the ink comes nearer to forming into a closed curve. [[Special:Contributions/172.68.54.68|172.68.54.68]] 15:55, 22 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I expect to win a Turing Award for my proof this cypher is computationally equivalent to https://en.wikipedia.org/wiki/Whitespace_(programming_language) [[Special:Contributions/172.71.158.19|172.71.158.19]] 02:57, 22 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
The page technically uses the incorrect characters for (at least) E, M, N, O, R, S, and T based on the title text shown on xkcd.com. The original title text uses two separate characters (ex. A + 0301 COMBINING ACUTE ACCENT for E), whereas the table uses the combined character (ex. 00C1 LATIN CAPITAL LETTER A WITH ACUTE for E). Alternatively, my browser is just doing something weird. Not necessarily worth updating, but something I noticed when implementing the cipher. [[User:Abus|Abus]] ([[User talk:Abus|talk]]) 06:22, 22 February 2025 (UTC)&lt;br /&gt;
: I think it's the browser. Firefox-&amp;gt;Page Source gives me A+COMBINING WHATEVER, but &amp;lt;code&amp;gt;w3m -dump_source https://xkcd.com/3054/ | zcat | grep 'img.*title='&amp;lt;/code&amp;gt; returns single characters. The title text here on explainxkcd was copied by ''TheusafBOT''. I trust ''TheusafBOT'' and ''w3m'' to be so basic and simple that they wouldn't try to do something 'clever' with the characters, whereas I tend to suspect the multi-MB-monster Firefox messed things up. I'm just guessing, though... could maybe someone test with yet another browser - e.g. Edge or Opera? [[Special:Contributions/162.158.159.107|162.158.159.107]] 11:52, 22 February 2025 (UTC)&lt;br /&gt;
:: Argh, no, turns out ''w3m'', and also ''wget'' all return A+COMBINING THINGY, but they got merged into the single chars by my ''xterm'' when I copied them to some 'identify unicode' web page. Looking at the raw file dumped by ''wget'' I see A+COMBINING XX - I think... So I think you are right with your observation! Randall uses A+COMBINING XX for the title text on XKCD (though I really doubt that was intentional), then ''TheusafBOT'' merged the characters when it copied the text to create this page. That said, I still think using the merged chars is cleaner. [[Special:Contributions/162.158.159.107|162.158.159.107]] 12:20, 22 February 2025 (UTC)&lt;br /&gt;
::: It may be worth noting the difference somewhere, even though the merged chars are cleaner. Someone copying the characters from this page to encipher text would technically be in violation of the &amp;quot;spec&amp;quot; since Randall used the two character version in the title text. If someone wished to decipher the title text from the original XKCD, this characters on this page would fail. [[User:Abus|Abus]] ([[User talk:Abus|talk]]) 18:56, 22 February 2025 (UTC)&lt;br /&gt;
: unsure how to indent a sourceblock, see below [[Special:Contributions/172.68.54.167|172.68.54.167]] 16:13, 22 February 2025 (UTC)&lt;br /&gt;
&amp;lt;source&amp;gt;$ curl -s https://m.xkcd.com | sed -ne 's/.*id=&amp;quot;altText&amp;quot;&amp;gt;\([^&amp;lt;]*\)&amp;lt;.*/\1/p' | iconv -f utf8 -t wchar_t | hexdump -C&lt;br /&gt;
00000000  41 00 00 00 41 00 00 00  41 00 00 00 41 00 00 00  |A...A...A...A...|&lt;br /&gt;
00000010  41 00 00 00 41 00 00 00  20 00 00 00 41 00 00 00  |A...A... ...A...|&lt;br /&gt;
00000020  20 00 00 00 41 00 00 00  03 03 00 00 41 00 00 00  | ...A.......A...|&lt;br /&gt;
00000030  27 03 00 00 41 00 00 00  41 00 00 00 11 03 00 00  |'...A...A.......|&lt;br /&gt;
00000040  41 00 00 00 26 03 00 00  20 00 00 00 41 00 00 00  |A...&amp;amp;... ...A...|&lt;br /&gt;
00000050  0c 03 00 00 41 00 00 00  0a 03 00 00 41 00 00 00  |....A.......A...|&lt;br /&gt;
00000060  02 03 00 00 41 00 00 00  03 03 00 00 41 00 00 00  |....A.......A...|&lt;br /&gt;
00000070  04 03 00 00 41 00 00 00  01 03 00 00 41 00 00 00  |....A.......A...|&lt;br /&gt;
00000080  11 03 00 00 20 00 00 00  41 00 00 00 41 00 00 00  |.... ...A...A...|&lt;br /&gt;
00000090  41 00 00 00 41 00 00 00  41 00 00 00 41 00 00 00  |A...A...A...A...|&lt;br /&gt;
000000a0  41 00 00 00 21 00 00 00  0a 00 00 00              |A...!.......|&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''TRIARESIS'''&lt;br /&gt;
Does anyone else view the triaresis as a missed opportunity? I'm thinking of Die Aerzte&amp;quot;. [https://en.wikipedia.org/wiki/Die_%C3%84rzte#Band_name]. Can someone insert the image of the band's logo? [[Special:Contributions/172.71.102.222|172.71.102.222]] 17:21, 22 February 2025 (UTC)&lt;br /&gt;
:I saw that, when following up on the actual A-diaresisand I quite like the idea that they {{tvtropes|HeavyMetalUmlaut|heavy metal umlauted}} an ''actual'' existing umlaut/diaeresis... If it weren't irrelevent to the comic (and skipped the bit at the top that actually translates the name), I might have relinked to that anchor point. But happily boosting the visibility of it here with a small reply⋯ [[Special:Contributions/172.68.205.122|172.68.205.122]] 21:31, 22 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yes, should encode all numbers, in binary, using 'g' and 'h' for 0 and 1.[[Special:Contributions/172.70.162.195|172.70.162.195]] 17:56, 22 February 2025 (UTC)&lt;br /&gt;
:Why g and h? I saw an early comment saying the same. Why those when letters are A? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:14, 22 February 2025 (UTC)&lt;br /&gt;
::I presume for the &amp;quot;AAAAAAAAAGH!&amp;quot; type thing... (Although, given that a number would then be something like GHHHGGH, as a separate word, I'm not sure it'll look &amp;quot;AAAAAAAGH&amp;quot;ish.&lt;br /&gt;
::And is it coded as MSF (42=101010), N-bit (e.g. =00101010), BCD per digit (4=0100 2=0010 =01000010) or some other form? Plenty of scope for interpretation.&lt;br /&gt;
::Also, might I suggest E and I (or I and E) for it, instead..?  IEIEIE EEIEIEIE EIEEEEIE! [[Special:Contributions/172.68.205.178|172.68.205.178]] 19:10, 22 February 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Scream_Cipher&amp;diff=366427</id>
		<title>Scream Cipher</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Scream_Cipher&amp;diff=366427"/>
				<updated>2025-02-22T18:11:31Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 366387 by 172.71.144.119 (talk) Wrong place, and I'm sure it's already mentioned in the right place...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[3054: Scream Cipher]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:book&amp;diff=365938</id>
		<title>Template:book</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:book&amp;diff=365938"/>
				<updated>2025-02-16T21:11:43Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Took cue from {{w|Help:Self link}} and made it a #Section Link so that: a) It works here, and b) It takes you straight to the Usage section that may be the most useful bit of this page... (Maybe reconsider hue of background, to work better with link-hue?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt; {{#if:{{{5|}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 1ST YOUTUBE CASE, TITLE PROVIDED               --&amp;gt; |data-sort-value=&amp;quot;{{formatnum:{{#if:{{{1|}}}|{{{1|}}}|0}}|R}}&amp;quot; style=&amp;quot;background-color: #ffc7c7;&amp;quot;{{!}}{{#if: {{{6|}}}|&amp;lt;!--&lt;br /&gt;
 - Video number                                 --&amp;gt;'''{{ordinal|{{{1|}}}}}''' video,&amp;lt;!--&lt;br /&gt;
 - Date YYYY-MM-DD                              --&amp;gt; on {{#time:Y&amp;amp;#8209;m&amp;amp;#8209;d|{{{2|}}}-{{{3|}}}-{{{4|}}}}}:&amp;lt;!--&lt;br /&gt;
 - Hyperlinked YouTube title because provided   --&amp;gt; &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;'''[https://www.youtube.com/watch?v={{#replace:{{#replace:{{#replace:{{#replace:{{#replace:{{{5|dQw4w9WgXcQ}}}|youtu.be/}}|youtube.com/watch?v=}}|www.}}|http://}}|https://}} {{{6|}}}]'''&amp;lt;/span&amp;gt;|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 2ND CASE, TITLE NOT PROVIDED&lt;br /&gt;
 - Start everything hyperlinked when no title   --&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://www.youtube.com/watch?v={{#replace:{{#replace:{{#replace:{{#replace:{{#replace:{{{5|dQw4w9WgXcQ}}}|youtu.be/}}|youtube.com/watch?v=}}|www.}}|http://}}|https://}}&amp;lt;!--&lt;br /&gt;
 - Video number                                 --&amp;gt; '''{{ordinal|{{{1|}}}}}''' video,&amp;lt;!--&lt;br /&gt;
 - Date YYYY-MM-DD                              --&amp;gt; on {{#time:Y&amp;amp;#8209;m&amp;amp;#8209;d|{{{2|}}}-{{{3|}}}-{{{4|}}}}}]&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 BOOKS           --&amp;gt; |data-sort-value=&amp;quot;{{#expr: 10000*{{formatnum:{{{1|0}}}|R}}+{{formatnum:{{{2|0}}}|R}} }}&amp;quot; style={{#switch:{{{1|}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 1st book        --&amp;gt;|1=&amp;quot;background-color:#9eff9e;&amp;quot;{{!}}''[[What If? (book)|What&amp;amp;nbsp;If?]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 2nd book        --&amp;gt;|2=&amp;quot;background-color:#ffff88;&amp;quot;{{!}}''[[What If? 2|What&amp;amp;nbsp;If?&amp;amp;nbsp;2]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 3rd book        --&amp;gt;|3=&amp;quot;background-color:#ffccee;&amp;quot;{{!}}Available '''[[What If? 10th Anniversary Edition|exclusively]]''' on ''[[What If? 10th Anniversary Edition|What&amp;amp;nbsp;If? 10th Anniversary Edition]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 4th book?       --&amp;gt;|4=&amp;quot;background-color:#bbffee;&amp;quot;{{!}}''[[What If? Future Edition|What&amp;amp;nbsp;If? Future Edition]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 ERROR           --&amp;gt;|#default= &amp;quot;background-color:#000000;&amp;quot;{{!}}&amp;lt;span style=&amp;quot;color:#FFFFFF; background:#FF0000&amp;quot;&amp;gt;'''[[Template:book#Usage|&amp;amp;nbsp;Template used incorrectly. Click here for instructions.&amp;amp;nbsp;]]'''&amp;lt;/span&amp;gt;'''}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 Chapter nr.     --&amp;gt;{{#if:{{{3|}}}|, with a different title}}, '''Chapter&amp;amp;nbsp;{{{2|unknown}}}{{#if:{{{3|}}}|&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; {{{3}}}}}'''}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 DOCUMENTATION&lt;br /&gt;
--&amp;gt;Used in [[What If? chapters|the ''what if?'' index]] for articles featured in one of the books and for YouTube videos. The title is only needed when different from the blog's.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
For articles featured in a book:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|WHICH-BOOK|CHAPTER-NUMBER|OPTIONAL-CHAPTER-TITLE}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and for YouTube videos:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|YT-NUMBER|YYYY|MM|DD|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''&amp;lt;nowiki&amp;gt;https://youtube.link (or video-ID)&amp;lt;/nowiki&amp;gt;'''''&amp;lt;/font&amp;gt;|VIDEO-TITLE}}&lt;br /&gt;
&lt;br /&gt;
==Examples book chapters==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|2|69}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|69}}&lt;br /&gt;
and&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|1|69|Lightning Stike}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|1|69|Lightning Stike}}&lt;br /&gt;
and&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book}}&lt;br /&gt;
&lt;br /&gt;
==Examples for a YouTube video==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2022'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''12'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''31'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''https://www.youtube.com/watch?v=2LSyNhb5Y'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''What if everyone pointed a laser at the moon?'''''&amp;lt;/font&amp;gt;}}&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|2022|12|31|https://www.youtube.com/watch?v=2LSyNhb5Y|What if everyone pointed a laser at the moon?}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;'''If you want, for a YouTube video you can also use the &amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;VIDEO-ID&amp;lt;/font&amp;gt; instead of the link.''' The link is usually enough. Here's how to get the '''&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;VIDEO-ID&amp;lt;/font&amp;gt;'''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open the YouTube video and look at the link. it will look something like this:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://www.youtube.com/watch?v=&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://youtu.be/&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://youtu.be/&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;?si=gdSF3nIlctPPFbd2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. The green part is the &amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''VIDEO-ID'''''&amp;lt;/font&amp;gt; you can use. Example&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2022'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''12'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''31'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2LSyNhb5Y'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''What if everyone pointed a laser at the moon?'''''&amp;lt;/font&amp;gt;}}&lt;br /&gt;
 &lt;br /&gt;
 '''Produces:'''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|2022|12|31|2LSyizrk8-0|What if everyone pointed a laser at the moon?}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;text‑align:center&amp;quot; | N&lt;br /&gt;
! Date&lt;br /&gt;
! Thumbnail&lt;br /&gt;
! Title&lt;br /&gt;
! Reader's question&lt;br /&gt;
! Randall's answer&lt;br /&gt;
! Book&lt;br /&gt;
! YouTube&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
| 2012‑07‑10 || [[File:Relativistic Baseball.png|100px]] || '''{{what if|1|Relativistic Baseball}}''' || ''&amp;quot;What would happen if you tried to hit a baseball pitched at 90% the speed of light?&amp;quot;'' || The result would be some kind of nuclear explosion, and possibly a ruling of &amp;quot;hit by pitch&amp;quot;. || {{book|1|9}} ||&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
| 2012‑07‑10&amp;lt;br&amp;gt;0w later || [[File:SAT Guessing.png|100px]] || '''{{what if|2|SAT Guessing}}''' || ''&amp;quot;What if everyone who took the SAT guessed on every multiple‑choice question? How many perfect scores would there be?&amp;quot;'' || No one would get a perfect score. No one would get a perfect score. No one would get a perfect score. No one would get a perfect score. No one would get a perfect scoNo one would get a perfect score. No one would get a perfect score. No one would get a perfect score. || {{book|2|69}} ||&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
| 2012‑07‑17&amp;lt;br&amp;gt;1w later || [[File:Yoda.png|100px]] || '''{{what if|3|Yoda}}''' || ''&amp;quot;How much Force power can Yoda output?&amp;quot;'' || First regular release. From here on standard release day was Tuesday. It's about 19.2 kilowatts, or 25 horsepower. || {{book|3|420!}} ||{{book|8|2032|9|22|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
| 2012‑07‑24&amp;lt;br&amp;gt;1w later || [[File:A Moles of Moles.png|100px]] || '''{{what if|4|A Mole of Moles}}''' || ''&amp;quot;What would happen if you were to gather a mole (unit of measurement) of moles (the small furry critter) in one place?&amp;quot;'' || As a mole is such a high number this would be tricky. They would condense into a pressurized sphere of meat that would freeze and occasionally explode from gases. || {{book|4|64}} || {{book|145|2019|4|2|https://youtu.be/dQw4w9WgXcQ|Jellyfish Power}}&lt;br /&gt;
|-&lt;br /&gt;
!5&lt;br /&gt;
| 2012‑07‑31&amp;lt;br&amp;gt;1w later || [[File:Robot Apocalypse.png|100px]] || '''{{what if|5|Robot Apocalypse}}''' || ''&amp;quot;What if there was a robot apocalypse? How long would humanity. What if there was a robot apocalypse? How long would humanity last?&amp;quot;'' || Humanity would survive if the robots cared about keeping themselves alive as well. If not, then we all die. || {{book|1|9|Jellyfish Power}}|| {{book|11|2023|12|31|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!6&lt;br /&gt;
| 2012‑08‑07&amp;lt;br&amp;gt;1w later || [[File:Glass Half Empty.png|100px]] || '''{{what if|6|Glass Half Empty}}''' || ''&amp;quot;What if a glass of water was, all of a sudden, literally half empty?&amp;quot;'' || As in a vacuum? Which half are you talking about? If the vacuum is on the bottom, it would explode, but if it's on the top, the air rushes in and it becomes normal water. || {{book|2|69|Jellyfish Power}} || {{book|3|2023|12|31|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!7&lt;br /&gt;
| 2012‑08‑14&amp;lt;br&amp;gt;1w later || [[File:Everybody Out.png|100px]] || '''{{what if|7|Everybody Out}}''' || ''&amp;quot;Is there enough energy to move the entire current human population off‑planet?&amp;quot;'' || No, at least not without starving to death quickly and leaving our pets, belongings No, at least not without No, at least not without starving to death quickly and leaving our pets, belongings, and everything else behind. || {{book|4|64|Jellyfish Power}} || {{book|3|2023|12|31|https://youtu.be/JqFSGkFPipM|abc}}&lt;br /&gt;
|-&lt;br /&gt;
!8&lt;br /&gt;
| 2012‑08‑21&amp;lt;br&amp;gt;1w later || [[File:Everybody Jump.png|100px]] || '''{{what if|8|Everybody Jump}}''' || ''&amp;quot;What would happen if everyone on earth stood as close to each other as they could and jumped, everyone landing on the ground at the same instant?&amp;quot;'' || Earth would be unaffected but the human race would probably be wiped out due to everyone trying to get home at the same time. ERROR MESSAGE EXPECTED. || {{book}} ||&lt;br /&gt;
|-&lt;br /&gt;
[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:book&amp;diff=365926</id>
		<title>Template:book</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:book&amp;diff=365926"/>
				<updated>2025-02-16T15:53:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Noting a discrepancy, I spent a couple of minutes trying to work out why it was so 'descrepenced', before it clicked. (i.e. the reason why I *couldn't* click! ;) Note more for editors, not sure if it needs to be made more obvious... (Or solved otherwise?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt; {{#if:{{{5|}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 1ST YOUTUBE CASE, TITLE PROVIDED               --&amp;gt; |data-sort-value=&amp;quot;{{formatnum:{{#if:{{{1|}}}|{{{1|}}}|0}}|R}}&amp;quot; style=&amp;quot;background-color: #ffc7c7;&amp;quot;{{!}}{{#if: {{{6|}}}|&amp;lt;!--&lt;br /&gt;
 - Video number                                 --&amp;gt;'''{{ordinal|{{{1|}}}}}''' video,&amp;lt;!--&lt;br /&gt;
 - Date YYYY-MM-DD                              --&amp;gt; on {{#time:Y&amp;amp;#8209;m&amp;amp;#8209;d|{{{2|}}}-{{{3|}}}-{{{4|}}}}}:&amp;lt;!--&lt;br /&gt;
 - Hyperlinked YouTube title because provided   --&amp;gt; &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;'''[https://www.youtube.com/watch?v={{#replace:{{#replace:{{#replace:{{#replace:{{#replace:{{{5|dQw4w9WgXcQ}}}|youtu.be/}}|youtube.com/watch?v=}}|www.}}|http://}}|https://}} {{{6|}}}]'''&amp;lt;/span&amp;gt;|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 2ND CASE, TITLE NOT PROVIDED&lt;br /&gt;
 - Start everything hyperlinked when no title   --&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://www.youtube.com/watch?v={{#replace:{{#replace:{{#replace:{{#replace:{{#replace:{{{5|dQw4w9WgXcQ}}}|youtu.be/}}|youtube.com/watch?v=}}|www.}}|http://}}|https://}}&amp;lt;!--&lt;br /&gt;
 - Video number                                 --&amp;gt; '''{{ordinal|{{{1|}}}}}''' video,&amp;lt;!--&lt;br /&gt;
 - Date YYYY-MM-DD                              --&amp;gt; on {{#time:Y&amp;amp;#8209;m&amp;amp;#8209;d|{{{2|}}}-{{{3|}}}-{{{4|}}}}}]&amp;lt;/span&amp;gt;}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 BOOKS           --&amp;gt; |data-sort-value=&amp;quot;{{#expr: 10000*{{formatnum:{{{1|0}}}|R}}+{{formatnum:{{{2|0}}}|R}} }}&amp;quot; style={{#switch:{{{1|}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 1st book        --&amp;gt;|1=&amp;quot;background-color:#9eff9e;&amp;quot;{{!}}''[[What If? (book)|What&amp;amp;nbsp;If?]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 2nd book        --&amp;gt;|2=&amp;quot;background-color:#ffff88;&amp;quot;{{!}}''[[What If? 2|What&amp;amp;nbsp;If?&amp;amp;nbsp;2]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 3rd book        --&amp;gt;|3=&amp;quot;background-color:#ffccee;&amp;quot;{{!}}Available '''[[What If? 10th Anniversary Edition|exclusively]]''' on ''[[What If? 10th Anniversary Edition|What&amp;amp;nbsp;If? 10th Anniversary Edition]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 4th book?       --&amp;gt;|4=&amp;quot;background-color:#bbffee;&amp;quot;{{!}}''[[What If? Future Edition|What&amp;amp;nbsp;If? Future Edition]]''&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 ERROR           --&amp;gt;|#default= &amp;quot;background-color:#000000;&amp;quot;{{!}}&amp;lt;span style=&amp;quot;color:#FFFFFF; background:#FF0000&amp;quot;&amp;gt;'''[[Template:book|&amp;amp;nbsp;Template used incorrectly. Click here for instructions.&amp;amp;nbsp;]]'''&amp;lt;/span&amp;gt;'''}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
 Chapter nr.     --&amp;gt;{{#if:{{{3|}}}|, with a different title}}, '''Chapter&amp;amp;nbsp;{{{2|unknown}}}{{#if:{{{3|}}}|&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; {{{3}}}}}'''}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 DOCUMENTATION&lt;br /&gt;
--&amp;gt;Used in [[What If? chapters|the ''what if?'' index]] for articles featured in one of the books and for YouTube videos. The title is only needed when different from the blog's.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
For articles featured in a book:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|WHICH-BOOK|CHAPTER-NUMBER|OPTIONAL-CHAPTER-TITLE}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and for YouTube videos:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|YT-NUMBER|YYYY|MM|DD|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''&amp;lt;nowiki&amp;gt;https://youtube.link (or video-ID)&amp;lt;/nowiki&amp;gt;'''''&amp;lt;/font&amp;gt;|VIDEO-TITLE}}&lt;br /&gt;
&lt;br /&gt;
==Examples book chapters==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|2|69}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|69}}&lt;br /&gt;
and&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|1|69|Lightning Stike}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|1|69|Lightning Stike}}&lt;br /&gt;
and&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book}}&lt;br /&gt;
&lt;br /&gt;
==Examples for a YouTube video==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2022'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''12'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''31'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''https://www.youtube.com/watch?v=2LSyNhb5Y'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''What if everyone pointed a laser at the moon?'''''&amp;lt;/font&amp;gt;}}&lt;br /&gt;
 &lt;br /&gt;
 '''''Produces:'''''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|2022|12|31|https://www.youtube.com/watch?v=2LSyNhb5Y|What if everyone pointed a laser at the moon?}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;'''If you want, for a YouTube video you can also use the &amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;VIDEO-ID&amp;lt;/font&amp;gt; instead of the link.''' The link is usually enough. Here's how to get the '''&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;VIDEO-ID&amp;lt;/font&amp;gt;'''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. Open the YouTube video and look at the link. it will look something like this:&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://www.youtube.com/watch?v=&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://youtu.be/&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;https://youtu.be/&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''3EI08o-IGYk'''''&amp;lt;/font&amp;gt;?si=gdSF3nIlctPPFbd2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. The green part is the &amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''VIDEO-ID'''''&amp;lt;/font&amp;gt; you can use. Example&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{book|&amp;lt;/nowiki&amp;gt;&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2022'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''12'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''31'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''2LSyNhb5Y'''''&amp;lt;/font&amp;gt;|&amp;lt;font color=&amp;quot;SeaGreen&amp;quot;&amp;gt;'''''What if everyone pointed a laser at the moon?'''''&amp;lt;/font&amp;gt;}}&lt;br /&gt;
 &lt;br /&gt;
 '''Produces:'''&lt;br /&gt;
 &lt;br /&gt;
 {{book|2|2022|12|31|2LSyizrk8-0|What if everyone pointed a laser at the moon?}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;text‑align:center&amp;quot; | N&lt;br /&gt;
! Date&lt;br /&gt;
! Thumbnail&lt;br /&gt;
! Title&lt;br /&gt;
! Reader's question&lt;br /&gt;
! Randall's answer&lt;br /&gt;
! Book&lt;br /&gt;
! YouTube&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
| 2012‑07‑10 || [[File:Relativistic Baseball.png|100px]] || '''{{what if|1|Relativistic Baseball}}''' || ''&amp;quot;What would happen if you tried to hit a baseball pitched at 90% the speed of light?&amp;quot;'' || The result would be some kind of nuclear explosion, and possibly a ruling of &amp;quot;hit by pitch&amp;quot;. || {{book|1|9}} ||&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
| 2012‑07‑10&amp;lt;br&amp;gt;0w later || [[File:SAT Guessing.png|100px]] || '''{{what if|2|SAT Guessing}}''' || ''&amp;quot;What if everyone who took the SAT guessed on every multiple‑choice question? How many perfect scores would there be?&amp;quot;'' || No one would get a perfect score. No one would get a perfect score. No one would get a perfect score. No one would get a perfect score. No one would get a perfect scoNo one would get a perfect score. No one would get a perfect score. No one would get a perfect score. || {{book|2|69}} ||&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
| 2012‑07‑17&amp;lt;br&amp;gt;1w later || [[File:Yoda.png|100px]] || '''{{what if|3|Yoda}}''' || ''&amp;quot;How much Force power can Yoda output?&amp;quot;'' || First regular release. From here on standard release day was Tuesday. It's about 19.2 kilowatts, or 25 horsepower. || {{book|3|420!}} ||{{book|8|2032|9|22|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
| 2012‑07‑24&amp;lt;br&amp;gt;1w later || [[File:A Moles of Moles.png|100px]] || '''{{what if|4|A Mole of Moles}}''' || ''&amp;quot;What would happen if you were to gather a mole (unit of measurement) of moles (the small furry critter) in one place?&amp;quot;'' || As a mole is such a high number this would be tricky. They would condense into a pressurized sphere of meat that would freeze and occasionally explode from gases. || {{book|4|64}} || {{book|145|2019|4|2|https://youtu.be/dQw4w9WgXcQ|Jellyfish Power}}&lt;br /&gt;
|-&lt;br /&gt;
!5&lt;br /&gt;
| 2012‑07‑31&amp;lt;br&amp;gt;1w later || [[File:Robot Apocalypse.png|100px]] || '''{{what if|5|Robot Apocalypse}}''' || ''&amp;quot;What if there was a robot apocalypse? How long would humanity. What if there was a robot apocalypse? How long would humanity last?&amp;quot;'' || Humanity would survive if the robots cared about keeping themselves alive as well. If not, then we all die. || {{book|1|9|Jellyfish Power}}|| {{book|11|2023|12|31|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!6&lt;br /&gt;
| 2012‑08‑07&amp;lt;br&amp;gt;1w later || [[File:Glass Half Empty.png|100px]] || '''{{what if|6|Glass Half Empty}}''' || ''&amp;quot;What if a glass of water was, all of a sudden, literally half empty?&amp;quot;'' || As in a vacuum? Which half are you talking about? If the vacuum is on the bottom, it would explode, but if it's on the top, the air rushes in and it becomes normal water. || {{book|2|69|Jellyfish Power}} || {{book|3|2023|12|31|JqFSGkFPipM}}&lt;br /&gt;
|-&lt;br /&gt;
!7&lt;br /&gt;
| 2012‑08‑14&amp;lt;br&amp;gt;1w later || [[File:Everybody Out.png|100px]] || '''{{what if|7|Everybody Out}}''' || ''&amp;quot;Is there enough energy to move the entire current human population off‑planet?&amp;quot;'' || No, at least not without starving to death quickly and leaving our pets, belongings No, at least not without No, at least not without starving to death quickly and leaving our pets, belongings, and everything else behind. || {{book|4|64|Jellyfish Power}} || {{book|3|2023|12|31|https://youtu.be/JqFSGkFPipM|abc}}&lt;br /&gt;
|-&lt;br /&gt;
!8&lt;br /&gt;
| 2012‑08‑21&amp;lt;br&amp;gt;1w later || [[File:Everybody Jump.png|100px]] || '''{{what if|8|Everybody Jump}}''' || ''&amp;quot;What would happen if everyone on earth stood as close to each other as they could and jumped, everyone landing on the ground at the same instant?&amp;quot;'' || Earth would be unaffected but the human race would probably be wiped out due to everyone trying to get home at the same time. ERROR EXPECTED: || {{book}}|| &amp;lt;!-- NB: Because &amp;quot;attempted links on a page to self&amp;quot; do not work, by default, this text is not the active link to Template:book that it would be elsewhere... --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3039:_Human_Altitude&amp;diff=362616</id>
		<title>Talk:3039: Human Altitude</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3039:_Human_Altitude&amp;diff=362616"/>
				<updated>2025-01-18T21:50:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: ...don't know how that happened. Must have stuttered with the fingers when transfering the script output...&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;
I splurged a few paragraphs to try to deal with each detail (and a few things not ''directly'' obvious, but related). However, it's a mess and here (UK) it's basically past my bedtime and I have an early(ish) start tomorrow so... I know that if I had spent another half hour on it, it would have been tighter (less florid?), and would be linking to Yuri Gagarin, Montgolfier, Hubble, man-capable chinese kites, the likes of George Cayley, etc. And I never actually ''mentioned'' the Title Text, though the last paragraph I put is sort of relevent so might just need an &amp;quot;In the title text, it says ..., and, as it happens, ...&amp;quot;. I shall leave it up to the editing-gods as to whether my sacrifice is acceptable or entirely in vain... Such is life! And so, goodnight. [[Special:Contributions/172.68.205.119|172.68.205.119]] 01:39, 18 January 2025 (UTC)&lt;br /&gt;
:I linked up a couple Wikipedia articles with [[Template:w]] and wish I could add all of those things, but alas: today’s the last day of the semester on a 3 day weekend here in the States and I’ve been sick all week. I’m going to be going now to work on my missing assignments and hopefully finish them, really wish that we can finish up the explanation as quick as we usually do! '''[[User:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:9pt;color:#A9C6CA&amp;quot;&amp;gt;42.book.addict&amp;lt;/span&amp;gt;]]&amp;lt;sup&amp;gt;[[User talk:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:6pt;color:#516874&amp;quot;&amp;gt;Talk to me!&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;''' 01:48, 18 January 2025 (UTC)&lt;br /&gt;
It seems strange how jagged this is and how low the lows are. Since roughly 1930 (certainly since 1940 at the very latest) someone, somewhere in the world has been flying in an airplane, at a minimum of probably 4.5km for the lowest person. And since like 1955 there's always at least someone over like 7km roughly, and since the jet age like 10km+. This isn't the kind of carelessness that xkcd is known for, unless I'm missing something.[[User:Kchinger|Kchinger]] ([[User talk:Kchinger|talk]]) 03:27, 18 January 2025 (UTC)kchinger&lt;br /&gt;
:The Apollo part of the graph implies an at least weekly, probably daily or finer resolution. Aviation unlikely reached 4.5 km above surface on a daily basis until transpacific high altitude airliners became a regularity well after WW2. Planes of the 1930s could achieve greater heights, but usually only attempted when moutains forced them to (so it was not height above ground) and high altitude Zeppelin bombers of WW1 did not fly on a daily basis, sometimes leaving week long gaps between campaigns. However, the pre-airplane lows are still wrong: Pole vaulting has been documented since ancient egypts for crossing of crevices, bodies of water, etc. giving a guaranteed minimum of 2-3 meters. Cliff jumping in the 10s of meters range is also likely to have occured daily somewhere on the globe long before the 20th century and I would not be surprised if some tyrannt created a phase of more than 100 m daily by intensive cliff throwing. (As with the ancient chineses kite observation flights, it might be interesting to extend this graph well into the past, at least up to Spartan postnatal parenthood planning.) [[Special:Contributions/172.70.250.194|172.70.250.194]] 16:06, 18 January 2025 (UTC)&lt;br /&gt;
::''Aviation unlikely reached 4.5 km above surface on a daily basis until transpacific high altitude airliners became a regularity well after WW2. Planes of the 1930s could achieve greater heights, but usually only attempted when moutains forced them to...'' The limit is the humans. Past 10k or 15k feet (~4.5km) they go loopy then pass out. Pressurized cabins are costly. Wiley Post flew past 17,000 ft (to 50kft!) in 1934 with a pot on his head, after two other suits split their seams. War forces high flight: the B-17 crews had oxygen bottles and electric heat suits; they did fly about every day but thin air was the least of their problems. B-25 was pressurized but not nice inside. The Constellation (the world's finest tri-motor) was one of the first shirtsleeve cabins, to  24,000 ft (7,300m), but was a very premium ride. The DC-2, DC-3, and DC-4 were unpressurized (a few test DC-4s tried it). Piston engine output tends to zero by 55k ft, even with supercharger. The real move to high altitude comes with turbojets (Comet is credited with first pressurized production passenger plane), Boeing 707, Caravelle, DC8, etc which often work better far above 20k feet. --[[User:PRR|PRR]] ([[User talk:PRR|talk]]) 20:09, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Apollo bits&amp;quot;, I actually have (fairly) precise data, but the question is whether the spiky bits resemble the reality at all. Here's a version with accurately positioned timestamps, but with the the altitude normalised. Launch is at bottom, time in lunar orbit is at top. To keep the data short I have removed the 'oscillation in orbit&amp;quot; of them all (except for 13, which ''just'' looped around and came straight back out again), and the track of the landers (as never really gets any ''further'' away, averaged over a lunar orbiter orbit) as these things aren't really isn't visible if overviewing the whole program. Blue=orbit-only, Green=orbit-with-landing, Magenta is 13's mission. All sat on a month-start scale (thicker lines are year-starts), for reference.&lt;br /&gt;
{{cot|Apollo.SVG}}&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;svg xmlns=&amp;quot;http://www.w3.org/2000/svg&amp;quot; viewBox=&amp;quot;25174 0 1499 500&amp;quot; &amp;gt;&lt;br /&gt;
 &amp;lt;g id=&amp;quot;monthlines&amp;quot;  opacity=&amp;quot;0.15&amp;quot; stroke=&amp;quot;black&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25204&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25204&amp;quot; y2=&amp;quot;500&amp;quot; stroke-width=&amp;quot;5&amp;quot; id=&amp;quot;1/Jan/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25235&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25235&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Feb/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25263&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25263&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Mar/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25294&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25294&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Apr/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25324&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25324&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/May/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25355&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25355&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jun/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25385&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25385&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jul/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25416&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25416&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Aug/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25447&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25447&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Sep/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25477&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25477&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Oct/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25508&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25508&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Nov/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25538&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25538&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Dec/1969&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25569&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25569&amp;quot; y2=&amp;quot;500&amp;quot; stroke-width=&amp;quot;5&amp;quot; id=&amp;quot;1/Jan/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25600&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25600&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Feb/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25628&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25628&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Mar/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25659&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25659&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Apr/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25689&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25689&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/May/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25720&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25720&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jun/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25750&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25750&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jul/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25781&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25781&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Aug/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25812&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25812&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Sep/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25842&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25842&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Oct/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25873&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25873&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Nov/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25903&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25903&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Dec/1970&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25934&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25934&amp;quot; y2=&amp;quot;500&amp;quot; stroke-width=&amp;quot;5&amp;quot; id=&amp;quot;1/Jan/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25965&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25965&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Feb/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;25993&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;25993&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Mar/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26024&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26024&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Apr/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26054&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26054&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/May/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26085&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26085&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jun/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26115&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26115&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jul/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26146&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26146&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Aug/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26177&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26177&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Sep/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26207&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26207&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Oct/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26238&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26238&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Nov/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26268&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26268&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Dec/1971&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26299&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26299&amp;quot; y2=&amp;quot;500&amp;quot; stroke-width=&amp;quot;5&amp;quot; id=&amp;quot;1/Jan/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26330&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26330&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Feb/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26359&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26359&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Mar/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26390&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26390&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Apr/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26420&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26420&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/May/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26451&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26451&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jun/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26481&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26481&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Jul/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26512&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26512&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Aug/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26543&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26543&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Sep/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26573&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26573&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Oct/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26604&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26604&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Nov/1972&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;line x1=&amp;quot;26634&amp;quot; y1=&amp;quot;0&amp;quot; x2=&amp;quot;26634&amp;quot; y2=&amp;quot;500&amp;quot;                  id=&amp;quot;1/Dec/1972&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/g&amp;gt;&lt;br /&gt;
 &amp;lt;g id=&amp;quot;missionLines&amp;quot; fill=&amp;quot;none&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25193.5354166667,490 L 25196.4162037037,10 25197.2571296296,10 25199.6609027778,490&amp;quot; stroke=&amp;quot;blue&amp;quot;    id=&amp;quot;Apollo 8 &amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25341.7006944444,490 L 25344.8645138889,10 25347.4344675926,10 25349.7030439815,490&amp;quot; stroke=&amp;quot;blue&amp;quot;    id=&amp;quot;Apollo 10&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25400.5638888889,490 L 25403.7234953704,10 25406.2053472222,10 25408.7017939815,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 11&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25521.6819444444,490 L 25525.1579050926,10 25528.8675462963,10 25531.8738888889,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 12&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25669.8006944444,490 L            25673.0145833333,10          25675.7553356481,490&amp;quot; stroke=&amp;quot;magenta&amp;quot; id=&amp;quot;Apollo 13&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 25964.8771064815,490 L 25968.2914583333,10 25971.0687962963,10 25973.8784722222,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 14&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 26140.5652777778,490 L 26143.837337963 ,10 26149.8907986111,10 26152.8651967593,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 15&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 26405.7458333333,490 L 26408.8489236111,10 26414.0941319444,10 26416.822974537 ,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 16&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 26640.23125     ,490 L 26643.8291087963,10 26649.9827430556,10 26652.829837963 ,490&amp;quot; stroke=&amp;quot;green&amp;quot;   id=&amp;quot;Apollo 17&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/g&amp;gt;&lt;br /&gt;
&amp;lt;/svg&amp;gt;&lt;br /&gt;
{{cob}} &lt;br /&gt;
If you want to see it, copy the text into a file, save/rename as a .svg and open it in any modern browser. (There are other ways of opening SVGs, but that's probably the easiest way for most of those who don't have a preference.)  ...to make it look more like the comic, I suggest you make the stroke-width for the missionLines group '''''huuuuuuge!!!!''''' ;) [[Special:Contributions/162.158.74.118|162.158.74.118]] 21:14, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Some of the text (both in the explanation and the &amp;quot;into snow or water&amp;quot; in the title text) seems to suggest a &amp;quot;who wasn't shortly killed&amp;quot; that isn't stated in the chart. [[Special:Contributions/172.69.246.150|172.69.246.150]] 05:55, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;into snow or water&amp;quot; is in the title text which is about surviving... --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:05, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder why the chart does not consider parachutes? They might have been available around the same time as balloons, maybe earlier? [[User:Captain Nemo|Captain Nemo]] ([[User talk:Captain Nemo|talk]]) 12:29, 18 January 2025 (UTC)&lt;br /&gt;
:A parachutist can onyl start as high as his ballon, so that would make no difference until paragliding became a sport (way too late). However, most highs are still utterly wrong due to the omission of high altitude balooning from the mid-19th century onwards: It seems that no true airplane has ever beaten older baloon records. AT ALL. In fact, among all the objects capable of aerodynamic flight, only the X-2, the X-15 and the Space Shuttle set new 'maximum manned altidude' records going beyond aerostats of their time. However, all three ascended in balistic, rocketpowered flight, only using the lift of their wings during return. So humanitys pinnacle has always been defined by people thrown of cliffs, people attached to kites, peoples in baloons or people on rockets. [[Special:Contributions/172.70.250.194|172.70.250.194]] 16:06, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
huh. no joke comic. [[user talk:lett‪herebedarklight|youtu.be/miLcaqq2Zpk]] 15:43, 18 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Yuan_Huangtou Yuan Huangtou] is a strong contender for the question in the title text. As a punishment he was sent to the sky on a big kite which was then let go. He came down 2.5 km away and survived. It seems entirely possible that he may have reached altitudes of several hundred meters. [[Special:Contributions/162.158.95.196|162.158.95.196]] 19:05, 18 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3036:_Chess_Zoo&amp;diff=362017</id>
		<title>3036: Chess Zoo</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3036:_Chess_Zoo&amp;diff=362017"/>
				<updated>2025-01-14T00:24:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3036&lt;br /&gt;
| date      = January 10, 2025&lt;br /&gt;
| title     = Chess Zoo&lt;br /&gt;
| before = [[#Explanation|↓ Skip to explanation ↓]]&lt;br /&gt;
| image     = chess_zoo_2x.png&lt;br /&gt;
| imagesize = 740x1221px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The zoo takes special care to keep kings separated from opposite-color pieces as part of their conservation program to prevent mating in captivity.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Need to move the image in the trivia inside the explanation in a smooth way. It's not trivial, it's useful for the explanation.}}&lt;br /&gt;
{{w|Zoo|Zoos}} are large encampments where various animals live in small enclosures. They're generally used as public exhibitions for amusement and education and as safe spaces for rescued and endangered animals. Many modern zoos deliberately allow different types of animals to mingle and interact, finding that it promotes enrichment and well-being. Naturally, in such cases, the zoo needs to be designed so that incompatible species (such as predators and prey) aren't allowed to interact, and good designs will allow animals space for rest and privacy when needed.&lt;br /&gt;
&lt;br /&gt;
[[Randall]] has here created a zoo for giant {{w|chess}} pieces, as if they were animals. He treats the different pieces as if they were different species and designs the enclosures to allow interactions between different species, but prevents the possibility of one piece capturing another (which is treated as analogous to one animal attacking another), as well as of escape. In the [[#Trivia|Trivia]] section a color version of the zoo shows where different types of pieces can move. The zoo is almost completely horizontally symmetrical from top to bottom  with black pieces on the top and white pieces on the bottom. The only place that isn't completely symmetrical is the entrances to the bishop enclosures. &lt;br /&gt;
&lt;br /&gt;
There are many subtle &amp;quot;jokes&amp;quot; in the image that play on how chess pieces move:&lt;br /&gt;
* Bishops can only move diagonally. Enclosures containing them do not have diagonal walls or corners which would allow them to slip out, and orthogonal portals into their enclosures are only one square wide and at least two squares long so that they can't get through. One bishop enclosure even has a portal open to the visiting people, letting it serve as a {{w|petting zoo}}. Opposing bishops can safely mingle as long as they are on opposite colors, since a bishop can never move to a square of the opposite color than the one on which it currently stands. This is enforced by these mingling enclosures only having two openings, each on opposite colored squares (i.e. an enclosure only has an opening for black pieces on white squares and one for white pieces on black squares).&lt;br /&gt;
* Knights move in an &amp;quot;L&amp;quot; shape (two squares along a rank or file, then one square in an orthogonal direction), leaping over other pieces and presumably walls. The walls of their enclosures have been designed to prevent escape by placing blocks where they would land if they leapt over the wall, or using double-thick walls. They can also be blocked by the same portals that block bishops, although they would need to be four blocks long instead of two.&lt;br /&gt;
* Rooks can only move along ranks and files. They have free roam of several enclosures, though diagonal walls are able to stop them, preventing them from accessing the center mingling bishops.&lt;br /&gt;
* Queens and kings can move along ranks and files as well as diagonally, so their enclosures must have the same precautions as would be required for both bishops and rooks.&lt;br /&gt;
* Pawns can only move forward (or diagonally forward when capturing), but upon reaching the final rank (the opponent's back rank), they are &amp;quot;promoted,&amp;quot; becoming a knight, bishop, rook, or queen. The pawns are in a double-walled enclosure with no doors to prevent escape after promotion. It is unclear what would happen to the pawns after they are promoted. Would they remain in the &amp;quot;pawn&amp;quot; enclosure or moved to their new enclosure according to their new piece type is unclear. Also unclear is how the pawns would be repopulated if all of them were to be promoted, leaving the pawn enclosure devoid of pawns. It appears that the pawns promoting is part of the zoo's attractions as mentioned in the Banner for the black pawns' enclosure that says: SHH! PAWNS PROMOTING.&lt;br /&gt;
* A special feature of the enclosure, mentioned in the caption, is that there is at least one room for every type of pieces where other pieces cannot enter (except the king is always in a room with the queens). This means that even though some of the pieces can mingle with some of the other pieces they can also always retreat to a room where the other pieces cannot disturb them. For instance the top and bottom room with rooks can not be entered by any other type of pieces. In the two rooms right above and below the middle room, the bishops of the same color have their personal room. And also the two rooms to the right where black and white bishops co-exist on different colors, cannot be entered by any other type. (This is of course needed, since else there could be captures). The pawns have their own rooms top and bottom right. The knights have a separate room from which they can jump out to the rooms with either rooks or king/queens, but no other piece can enter their personal space to the left. And the king and his queens can retreat top or bottom left where the knights cannot enter. No piece can encounter all the others (even of the same color) but all pieces can meet at least one other type of pieces, the pawns though only after promotion. But they could not meet a king. This is similar to real zoos where separate enclosures are designed to be accessible only to one species (for example, through an opening too small for one of the species to pass through), allowing animals control over their interactions. &lt;br /&gt;
&lt;br /&gt;
There are a couple of &amp;quot;interaction&amp;quot; areas that could have been built into the zoo design while preventing piece capture or escape but have not. There is no reason bishops and knights of the same color couldn't occupy the same enclosure, so long as there are adequate walls to prevent knights from escaping their enclosure. Additionally, it would be possible to allow visitor access to the white-bishop-on-black and black-bishop-on-white enclosure, as well as allow visitor access to the knight enclosures, however it is not apparent whether this is a priority of the zoo.&lt;br /&gt;
&lt;br /&gt;
Every visitor of the zoo is depicted as centered on a single square occupied only by themselves, just like a chess piece. This could perhaps imply an entire chess board &amp;quot;world&amp;quot;, where humans and chess pieces coexist as separate species, both aligned to the grid.&lt;br /&gt;
&lt;br /&gt;
The title text contains a pun on the word 'mating'. The phrase &amp;quot;mating in captivity&amp;quot; is typically used to refer to animals in zoos copulating, hopefully producing offspring. This is typically done for species that are endangered (in hopes of reintroducing them to the wild, and in the meantime maintaining a healthy population of their own), but in the relatively safe and nurturing environment of the zoo could become problematic if allowed to happen without a certain degree of planning. In a conservation program, much thought may be put to how to avoid inbreeding, overpopulation and social stresses amongst the animals (as well as the problems of feeding and housing all the offspring), and so males and females may be given limited and highly curated access to each other, strictly according to the identified breeding requirements.&lt;br /&gt;
&lt;br /&gt;
In the context of chess, &amp;quot;mating&amp;quot; means delivering an attack from which the opponent's king cannot escape, thereby winning the game. Unlike captive breeding programs, &amp;quot;mating&amp;quot; in in this sense, would presumably eliminate a piece (or an entire side), rather than creating additional animals, and therefore is undesirable. To prevent this from occurring, kings are not kept in the same enclosure as any piece of an opposing color. In fact, only opposing bishops on opposite colors are shown as unallied co-residents of an enclosure, in this zoo, thanks to their particular method of wall-free separation.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A large panel is shown. It contains what appear to be a chessboard, but it is much larger than the usual 8x8=64 chess board squares. But it is divided into squares that are alternatingly white or gray. In the part shown 29x43 = 1247 squares are visible. Although for the outer rows and columns only less than half of each square there can be seen, so only 27x41 = 1107 squares are fully shown. On the &amp;quot;board&amp;quot; there are many details. Above the panel there is a large caption with a caption giving an explanation:]&lt;br /&gt;
:&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Chess Zoo&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
:&amp;lt;big&amp;gt;Designed to give different types of pieces their own enclosures while letting them interact as much as possible without allowing captures&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Upon the board there has been drawn an enclosure by drawing black squares on the white/gray squares. These black squares are smaller than the underlying squares but centered on the middle of their square. The outer parts of this enclosure covers 25x39 = 975 squares. It is not an entire rectangle of the black squares, but the top, the right side and bottom is a full line of 25, 39 and 25 black squares. The left line is only a normal line for the top and bottom 6 squares. Then for the next 12 rows (top or bottom), the &amp;quot;solid&amp;quot; line is moved one step in (to the right) and only on every second row is here a black square on the outer line. Above this there is a gap of 5 squares without black squares on either of the two left most squares (and 7 rows in a row with no black squares on the outer most line). This created a section inside the enclosure connected directly to the outside, but this part is still closed off, with black squares forming walls on this inner section, that closes it off from the rest of the enclosure.]&lt;br /&gt;
&lt;br /&gt;
:[Inside this enclosure there are many other squares that have the black squares on top forming several rooms that are either closed of from other rooms or connected in some places. And on the white and gray squares that do not have black squares in top, there may bee drawn chess pieces or humans on them.]&lt;br /&gt;
&lt;br /&gt;
:[The top part of the image has enclosures for black chess pieces and the bottom for white ones. Smaller black squares form enclosures around the chess pieces while the characters are outside of them. In the middle of the image, to the right, there are black and white bishops next to each other on squares of opposite colors. Humans are only on the outside of the enclosure, mainly above (eight) and below (six) with only three to the right. The the left people can stand either outside normal (three), or inside one of the indentations (two). But they can also walk into the open part and there are nine inside like this.]&lt;br /&gt;
&lt;br /&gt;
:[Banner on top of smaller black squares on the top right, above an enclosure with a knight and four pawns:]&lt;br /&gt;
:Banner: ''Shh! Pawns promoting.''&lt;br /&gt;
&lt;br /&gt;
:[Jill near the center, standing in front of Blondie and pointing forward:]&lt;br /&gt;
:Jill: Look, mommy! Bishops!&lt;br /&gt;
&lt;br /&gt;
===Detailed description===&lt;br /&gt;
:[The humans outside the actual part of the enclosure are listed here, and the rooms they are looking into are also described:]&lt;br /&gt;
&lt;br /&gt;
:[Top row from the left: Over the fifth black square a boy with what appears to be a cap. Next to him Hairbun. Two squares over Cueball. They look into the blacks King and Queens only section. There are four queens in this room and the king. One of the Queens are on her way down a hall to a room below, with a fifth queen and a knight. Over black square 14 there is another Cueball next to Hairy looking into the black rook only section. There are three rooks, one of which is moving in a hall to the room below. Over black square 19 is White Hat and two squares on Danish next to Ponytail looking into the black pawns only section, the two women over the banner. One of the pawns has promoted into a knight four others are still on their way to promote. This room has double thickness walls with two black squares all the way around.]&lt;br /&gt;
&lt;br /&gt;
:[Down the right side from the top: To the right of black square 12 from the top another Cueball looking into the blacks bishops only section with three bishops, two on gray squares and one on a white square. To the right of black square 26 from the top another White Hat and another Hairy are looking into the white bishops only section with two bishops both on white squares. Above this room is a room with both white and black bishops, with the three white bishops on gray squares and the three black bishops on white squares.]&lt;br /&gt;
&lt;br /&gt;
:[Bottom row from the right: Under the fourth black square from the right another Cueball looking into the White pawns only section, there are three pawns, none of them has promoted, bu their is also no banner- This room also has double thickness walls. Under the tenth black square to the 13th are four people in a row, from the right, another White Hat, another Hairy, another Hair Bun and another Cueball. They look into the white rooks only section. There are four rooks, one of them on the way into a hall towards the room above. Under the 21st black square from the right Megan is looking into the white King and Queens only section. There are three Queens with the King. A fourth queen is in a room above, where she is together with a knight.] &lt;br /&gt;
&lt;br /&gt;
:[Up the left side from the bottom: The the left of black square three from the bottom another Hairy is looking into the white King and Queens only section. The seventh black square from the bottom it moved on space to the right. In the hole left there another Cueball is standing so he can see the passage where the white King and Queen can move into a room where also white knights can be, and there is one knight and one queen. To the left of outer wall 27 squares up, is Blondie, she is standing in the normal row left of the wall, but at a place where there is an indentation, so she is not next to the nearest black square. Se looks into the black knights only section with only one knight present. Four squares above her another Ponytail is standing in an indentation in the wall looking into the room where the black King and Queens can be together with the black knights, there is a queen and a knight. Four squares above this another Hairy is seen. He seems to have turned away from the wall walking to the left, so he is not looking into the black King and Queens only section behind him.]&lt;br /&gt;
&lt;br /&gt;
:[The opening into the enclosure from the left to the end: Three squares in at the bottom over a black square one higher than the nearest another Megan walks to the right, next to her another Cueball walks the same way, he is not directly over a black square. And one further left below in one if the indentations another Ponytail. They are all above the white knights only section, with only one knight present. Above the first of the two Cueball's at the top of the opening in an indentation is Knit Cap looking into the black knights only section. At the bottom four squares further in than Ponytail is a person standing in an indentation with very large hair looking into a room where both white knights and rooks can be together, one of each is present. One further square in but two above him is another Blondie and next to her Jill pointing at the room with white and black bishops together, as she calls out. This room is the one where they are on their own color square, three white on white and three  black on gray squares. Above them is the room where both black knight and black rooks can be together, with three knights and one rook. One square further in and one below them is another Cueball looking in to a section only accessible to white rooks next to the bishops room. There is one rook there. But below this part of the room it opens up and has both white rooks (3) and white bishops (5) with three bishops on white and two on gray squares. A similar room is above these last three persons with a black rook in the near part not accessible to bishops but then black rooks (1) and black bishops (3) can be together in the rest of that room. All bishops on gray squares.]&lt;br /&gt;
&lt;br /&gt;
:[In total there are 9 Cueballs, 5 Hairys, 3 White Hats, 3 Ponytails, 2 Megans, 2 Hairbuns, 2 Blondies, 1 Knit Cap, 1 Danish, 1 Jill, 1 kid with a cap, 1 man with lots of hair, for a total of 31 humans.]&lt;br /&gt;
&lt;br /&gt;
:[In total there are the following black pieces 1 king, 5 queens, 6 knights (one a promoted pawn), 5 rooks, 11 bishops and 4 pawns (together with the promoted knight). A total of 32 black pieces. There are the following white pieces: 1 king, 4 queens, 3 knights, 9 rooks, 13 bishops and 3 pawns for a total of 33 white pieces. 65 pieces in all. Similar number of each type of pieces as there are humans, 31, 32 and 33 for a total of 96 squares occupied by something that are &amp;quot;alive&amp;quot;.]&lt;br /&gt;
&lt;br /&gt;
===Visual-aspects-reliant representation of the comic===&lt;br /&gt;
:[Layout (H is a human; # is a smaller black square; chess pieces on the top half are black and below that white, unless otherwise noted):]&lt;br /&gt;
      HH H     HH   H HH    &lt;br /&gt;
  ######################### &lt;br /&gt;
  #         #     ######### &lt;br /&gt;
  #  Q  Q   # R   ##     ## &lt;br /&gt;
  #      K  #    R##P   P## &lt;br /&gt;
 H# #Q#    Q##### ## P   ## &lt;br /&gt;
  ### ###       #R##  P  ## &lt;br /&gt;
   ## ######    # ##   N ## &lt;br /&gt;
  ### # #####   # ######### &lt;br /&gt;
  H# Q  #  #### #  ######## &lt;br /&gt;
  ###  N#   #####     #   # &lt;br /&gt;
   #    #  R      B   #   # &lt;br /&gt;
  #######   ####     # B B#H&lt;br /&gt;
 H #    # N N##   B R#    # &lt;br /&gt;
  ### N #    ##      B# B # &lt;br /&gt;
   #    #    ## #  #  #   # &lt;br /&gt;
  ### # #N# ### ###B## #### &lt;br /&gt;
   ###########  #   B#   B# &lt;br /&gt;
    #H# # # # #R#    #    # &lt;br /&gt;
               ##B   #  B #  [White bishops]&lt;br /&gt;
      H     HH     B #  B #  [Black bishops]&lt;br /&gt;
    HH        H##  B # B  #  [Left bishop: white, right bishop: black]&lt;br /&gt;
    # #H# #H# # # B  # B B# &lt;br /&gt;
   ########### R#    #    # &lt;br /&gt;
  ### # # # ### ## #### ### &lt;br /&gt;
   #   N#    ## # #B   #  # &lt;br /&gt;
  ###   #    ##R    R  #B #H&lt;br /&gt;
   #    #    ##   R B #   #H&lt;br /&gt;
  #######  R####      # B # &lt;br /&gt;
   #    #          BB#    # &lt;br /&gt;
  ###QN # N ##### B  #    # &lt;br /&gt;
   #    #  #### #  ######## &lt;br /&gt;
  ### # #####   # ######### &lt;br /&gt;
  H## ######    # ##     ## &lt;br /&gt;
  ### ###       # ##P    ## &lt;br /&gt;
  # # #     #####R##     ## &lt;br /&gt;
  #      K Q#     ## P  P## &lt;br /&gt;
 H# Q       #  RR ##     ## &lt;br /&gt;
  #  Q      # R   ######### &lt;br /&gt;
  ######################### &lt;br /&gt;
      H       HHHH     H&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*User [[User:D5xtgr|D5xtgr]] made the [https://pasteboard.co/64VsBMA5af8l.png following depiction] of the board with colors showing which rooms the different pieces can enter by mixing colors.&lt;br /&gt;
**It was uploaded here with help, as D5xtgr could not at the time upload files:&lt;br /&gt;
[[File:3636 Chezz Zoo-with colors.png]]&lt;br /&gt;
*This is a version of xkcd 3036 &amp;quot;Chess Zoo&amp;quot; with partially-transparent coloured overlays illustrating the range of movement each piece has. Warm colours (red, brown, orange, yellow) are used for the black pieces, and cool colours (blue, teal , cyan, green) for the white pieces to show contrast. Because some regions are accessible to multiple pieces, these overlays overlap in places, producing colours that are combination or mixture of the originals.&lt;br /&gt;
**The text taken from the page where the original image was posted.&lt;br /&gt;
*Jake Ouellette made an [https://cadencecode.com/play/zooofchess interactive simulation of the chess zoo], which has several more jokes embedded in it.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Chess]]&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 White Hat]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring Blondie]]&lt;br /&gt;
[[Category:Comics featuring Jill]]&lt;br /&gt;
[[Category:Comics featuring Knit Cap]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3020:_Infinite_Armada_Chess&amp;diff=361738</id>
		<title>3020: Infinite Armada Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3020:_Infinite_Armada_Chess&amp;diff=361738"/>
				<updated>2025-01-11T20:34:13Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 361688 by 172.68.211.102 (talk) No reason.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3020&lt;br /&gt;
| date      = December 4, 2024&lt;br /&gt;
| title     = Infinite Armada Chess&lt;br /&gt;
| image     = infinite_armada_chess_2x.png&lt;br /&gt;
| imagesize = 282x497px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Stockfish 16 suggests the unconventional opening 1. RuntimeError: Out of bounds memory access&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{w|Chess}} is a board game played between two players on an 8x8 chessboard. In standard chess, each player has 8 pawns and 8 other pieces: 2 rooks, 2 knights, 2 bishops, a queen, and a king. {{w|Chess variants}} are chess games in which the rules, board sizes, and/or piece behaviors are altered. In the chess game presented here, a non-standard chessboard is used, which extends vertically past the original 1st and 8th ranks off the page to infinity in both directions. Each square beyond the 8 standard ranks is filled by an additional queen. The {{w|Queen (chess)|queen}} is the most powerful piece on the chessboard, having the powers of a {{w|Bishop (chess)|bishop}} and a {{w|Rook (chess)|rook}} combined. With an infinite armada of queens, each player will have more resources to call on. Sometimes having a bunch of queens [https://x.com/chesscom/status/1841540380363211164 doesn't go very well], however (here, try knight to d6).&lt;br /&gt;
&lt;br /&gt;
In the title text, {{w|Stockfish (Chess)|Stockfish}} is a {{w|chess engine}} designed to evaluate a chessboard and find the best move.  However, it is designed to handle finite boards, so it's likely that some problem will occur as it runs on an infinite one. Here that problem shows up as the game's move #1, &amp;quot;RuntimeError: Out of bounds memory access&amp;quot;. This error message is unique to the cross-browser {{w|WebAssembly}} implementations of {{w|WebGL}}, so there was probably not enough memory to {{w|Rendering (computer graphics)|render}} an infinite board in a {{w|web browser}} window.&lt;br /&gt;
&lt;br /&gt;
All but a finite number of pieces are stuck at every step, and thus there are only a finite number of possible moves, but the game is unbounded (each capture resets the draw clock) and each capture also increases the number of possible pieces which can move by opening up more space on the board. No finite amount of space is guaranteed to suffice to analyze the game — contrast with standard chess in which surprisingly little memory (given impossibly vast, but finite, amounts of time) is needed to play perfectly. Still, as in regular chess, a program which understood that only a finite number of pieces are accessible could play the same way programs play conventional chess.&lt;br /&gt;
&lt;br /&gt;
However, without specifically coding Stockfish to be aware of the logical certainty of the infinite number of queens being blocked, it is likely to still be checking ''every'' piece in turn, long after it has successfully prepared to establish (or perhaps [[2407: Depth and Breadth|actually explored]]) the relative strategical advantages of undertaking the twenty initial moves that White could make. Or, in the algorithm's worst case scenario, it has tried to start its movement-checking process at the 'rearmost rank', and has encountered the error before managing to establish (let alone assess) ''any'' valid opening moves. By easy induction, the human player should be able to establish an intrinsic understanding that everything behind two full ranks of undisturbed pieces (or beyond them, when applied to the opponent's position on the other side of the board) is unable to move, where no gaps exist to shuffle around in, but the code (if designed for finite, though perhaps arbitrary, boards) is unlikely to natively have the complexity to derive this computational detail from first principles, or even establish that it might hit a {{w|halting problem}} failure should it somehow avoid the issue of resources.&lt;br /&gt;
&lt;br /&gt;
This comic was published in the middle of the {{w|World Chess Championship 2024|2024 World Chess Championship}}, between the World Champion Ding Liren and the Challenger Gukesh Dommaraju.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A chess board in the starting position, except it extends further at the top and bottom, going beyond the panel. The extra squares are filled with queens of the sides' respective colors.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Infinite armada chess&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Chess]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3018:_Second_Stage&amp;diff=361737</id>
		<title>3018: Second Stage</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3018:_Second_Stage&amp;diff=361737"/>
				<updated>2025-01-11T20:33:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 361685 by 172.68.211.102 (talk) Nope.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3018&lt;br /&gt;
| date      = November 29, 2024&lt;br /&gt;
| title     = Second Stage&lt;br /&gt;
| image     = second_stage_2x.png&lt;br /&gt;
| imagesize = 740x272px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Hmm, they won't do in-flight delivery, so let's order a new first and second stage to our emergency landing site and then try to touch down on top of them to save time.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
In this comic, two people have lifted off in a {{w|Multistage rocket|staged launch vehicle}} without their second stage installed, an unlikely scenario in reality because rocket launches are thoroughly planned and checked. The lack of an entire stage would be glaringly obvious to anyone who is part of the project.{{Citation needed}} But it can be a problem in games such as {{w|Kerbal Space Program}}.&lt;br /&gt;
&lt;br /&gt;
Staging in rocketry refers of the segmentation of a launch vehicle into distinct, separable modules, each one with an independent {{w|Rocket engine}} (or engines) and {{w|Rocket propellant|fuel}} supply. This is practiced for two critical reasons: firstly, different engine designs work better at different altitudes, so you'd want to use one engine type deep in the atmosphere and a different engine once you get to space; and secondly, since you only need one of those engines (or sets of engines) at once, it'd be better to simply expend the first engine(s) and its fuel tank once you no longer need it. By getting rid of that useless mass, you can {{w|Tsiolkovsky rocket equation|go farther using the same amount of fuel}}. A launch vehicle that does not employ staging is called an {{w|Single-stage-to-orbit}} (SSTO), but none of them have been successful due to the technical challenges. There's a tradeoff between the greater effectiveness of different engines under different conditions, and the mass penalty of having to have multiple engines as well as extra hardware that can be separated.&lt;br /&gt;
&lt;br /&gt;
As Pilot 1 calls to fire the second stage, Pilot 2 is initially confused and asks if a second stage was needed. Pilot 1 confirms that there was supposed to be a second stage, and thought that it was the Pilot 2's responsibility to install and confirm there was a second stage. When both pilots realize there is no second stage, Pilot 2, naturally, thinks he can order one on {{w|Amazon (company)|Amazon}} with {{w|same-day delivery}} (though Amazon typically doesn't sell space ship stages — at least not with same-day delivery).{{citation needed}} He then has difficulty picking an address {{w|ZIP Code}} as they are likely traveling too high above the ground and too fast to be in a single postal area for long enough for the delivery to take place. The joke is likely poking fun at people who forget to pack certain items when going on road trips or vacation, and rely on Amazon to deliver replacements to them. There is also humor to be found in this rocket apparently being designed, built, and piloted by only a couple of people — in real life, the construction of a rocket, especially a manned one, generally involves thousands of people. Although {{w|test pilot}}s often have input in the development of many vehicles, and many were chosen for various space programs, generally they do not do the designing themselves. There are possibly some {{w|Wan Hu|notable}} {{w|Mike Hughes (daredevil)|exceptions}} to this — but with varying degrees of credibility, and almost certainly none that did any better than those voices in the comic.&lt;br /&gt;
&lt;br /&gt;
The comic also alludes to a not-so-distant future when space travel is a much more mundane endeavor. If companies such as {{w|SpaceX}} succeed in their mass-production and launch cadence goals, one could imagine a scenario where rocket parts become standardized and easily replaceable — similarly to how it is easy today to replace a car's tire or fill its fuel tank if you get stranded on a highway. This might create an ironic situation where the space ship being launched into orbit or into outer space that is missing its second stage would need another, even faster, space ship (with its own second stage) to deliver the second stage to the first ship. And what if the delivery ship forgot its secondary stage?&lt;br /&gt;
&lt;br /&gt;
In the title text, Pilot 2 concludes that in-flight delivery won't be possible but proposes to have a new first and second stage delivered to their emergency landing site, properly stacked, so they can simply land on top of them, attach, and immediately take off again. This is not too dissimilar to how SpaceX is proposing to rapidly turn around Starship launches atop its Booster stages; though not yet close to being proven possible and practical, a Starship would descend to be caught by a {{w|SpaceX Starbase#Launch site (Orbital Launch Pad A and B)|'Mechazilla'}} tower, ready to be relaunched from there atop an awaiting Booster stage that had also been recently 'delivered' (perhaps by itself having been recently caught, having returned from the same or another recent flight) with perhaps minimal additional preparation other than whatever refuelling is required.&lt;br /&gt;
&lt;br /&gt;
This is not the first time Randall discusses the idea of a mid-flight delivery. A {{what if|149|What If? explanation}} attempts to answer if it possible to have pizza delivered to you, by a bird, while flying on a commercial airliner.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
*The rocket, though apparently at least one segment short, appears to be substantially taller than the launch tower of the pad, which is a strangely incongruous detail. Unless the real rocket support is an angled back &amp;quot;hard spine&amp;quot; structure that has been rotated out of the way and down into the exhaust-flume/flame-trench quenching system. Since the voices are coming from what appears to be a separate module at the top of the rocket, it may be that the ''shell'' of the second stage is present, but not the engine and/or fuel.&lt;br /&gt;
&amp;lt;!--&amp;gt; FOR ANYONE WHO WANTS TO GIVE A SPECIFIC EXAMPLE OF ROCKET STAGING, HERE'S THE ROCKET EQUATION: v&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt; = v&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; + v&amp;lt;sub&amp;gt;e&amp;lt;/sub&amp;gt;log(m&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;/m&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt;); where v&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt; is final velocity, v&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; is initial velocity, v&amp;lt;sub&amp;gt;e&amp;lt;/sub&amp;gt; is exhaust velocity, m&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; is initial mass, and m&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt; is final mass. &amp;lt;!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[A multi-stage rocket, with a capsule on top, is lifting-off the ground from a launchpad, at least two rocket nozzles are visibly producing a flame, and the pad is surrounded with smoke and/or steam from the blast suppression system. A voice comes from the capsule at the top.]&lt;br /&gt;
:We have liftoff.&lt;br /&gt;
&lt;br /&gt;
:[The first stage separates from the rest of the rocket, part way through the roll-program. There are no obvious engines standing out from the 'second stage' (or extended payload trunk) lower shroud.]&lt;br /&gt;
:Main engine cutoff.&lt;br /&gt;
:Stage separation confirmed.&lt;br /&gt;
:We are go for second stage burn.&lt;br /&gt;
&lt;br /&gt;
:Second stage?&lt;br /&gt;
&lt;br /&gt;
:Yes.&lt;br /&gt;
:...What?&lt;br /&gt;
&lt;br /&gt;
:[The first stage and the rest of the rocket are drifting apart in apparent freefall. No rocket is firing and the background does not seem to indicate that this view is beyond the atmosphere.&amp;lt;!-- nor that it is, with any passage-through-air lines, but conspicuously not darkened background of even suborbital space --&amp;gt;]&lt;br /&gt;
:We were supposed to have a second stage?&lt;br /&gt;
&lt;br /&gt;
:...Yes!&lt;br /&gt;
&lt;br /&gt;
:Did '''''you''''' set up a second stage?&lt;br /&gt;
&lt;br /&gt;
:I thought '''''you''''' were handling staging!&lt;br /&gt;
&lt;br /&gt;
:Oh no.&lt;br /&gt;
&lt;br /&gt;
:[They continue to drift apart slowly.]&lt;br /&gt;
:Okay, don't panic.&lt;br /&gt;
:Lemme see if we can order a stage online for same-day delivery.&lt;br /&gt;
&lt;br /&gt;
:''Sigh''.&lt;br /&gt;
&lt;br /&gt;
:Hey, what zip code should I put? Ours keeps changing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Rockets]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3014:_Arizona_Chess&amp;diff=361736</id>
		<title>3014: Arizona Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3014:_Arizona_Chess&amp;diff=361736"/>
				<updated>2025-01-11T20:31:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 361678 by 172.68.211.102 (talk) What reason?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3014&lt;br /&gt;
| date      = November 20, 2024&lt;br /&gt;
| title     = Arizona Chess&lt;br /&gt;
| image     = arizona_chess_2x.png&lt;br /&gt;
| imagesize = 740x315px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Sometimes, you have to sacrifice pieces to gain the advantage. Sometimes, to advance ... you have to fall back.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[White Hat]] and [[Cueball]] are playing a timed game of tournament-style chess. At the start of the comic White Hat has the advantage because, as well as having one more pawn than Cueball, he has more time left to play his remaining moves — 6 minutes and 35 seconds, versus Cueball's 28 seconds, as shown on the {{w|chess clock}} display above them. This means that Cueball cannot afford to consider his moves as carefully as White Hat.&lt;br /&gt;
&lt;br /&gt;
However, Cueball has an unexpected advantage. The building is sited across the border of Arizona with another state (or possibly with the Navajo Nation, which DOES observe DST, see {{w|Time in Arizona}}), with White Hat on the Arizona side, and the game is being played at a very particular time of year, when (most of) the United States exits {{w|Daylight Saving Time}}, which happens at 2:00 AM on the morning of the first Sunday in November. When this happens, clocks in those other states 'gain' an hour (i.e. they show that an hour less has passed than previously). As Arizona doesn't observe Daylight Saving Time (DST), clocks there continue to progress time as normal.&lt;br /&gt;
&lt;br /&gt;
At this time, White Hat's time remains normal, but Cueball's time &amp;quot;falls back&amp;quot; one hour, giving him 60 additional minutes of play time. White Hat immediately protests, likely trying to communicate that this is not how chess clocks are meant to work. They are fancy timers, tracking how much time each player has used since the beginning of the match, and sometimes, depending on the rules of specific tournament, adding a specified increment of time every turn. They're not supposed to be based on local time, and changing the time remaining during play would certainly be a violation of the rules. Even clocks that do track local time are generally not so carefully calibrated that they would reliably switch times so close to a state line.&lt;br /&gt;
&lt;br /&gt;
Using the changing local time rather than a monotonically increasing time is generally considered a bug when implementing systems like a chess clock. Most engineering libraries provide both, but the local time is much more complex to implement, and not usually included in a device as simple as dedicated hardware for a chess clock. It could be interesting to find an example of a microcontroller used in a chess clock here.&lt;br /&gt;
&lt;br /&gt;
Cueball ignores these protests, and now seems confident of victory, since he has far more play time remaining. Daylight &amp;lt;em&amp;gt;Slaying&amp;lt;/em&amp;gt; Time is a pun on Daylight &amp;lt;em&amp;gt;Saving&amp;lt;/em&amp;gt; Time, but note that the comic takes place as the non-Arizona clock stops observing DST and joins the Arizona clock in Standard Time. A pun on Daylight Saving Time was also made in [[673: The Sun]].&lt;br /&gt;
     &lt;br /&gt;
The title text makes use of a pun. To &amp;quot;fall back&amp;quot; in a strategic sense means to withdraw from an attack, or even to retreat. This can be part of a valid strategy, as withdrawing from an engagement can consolidate your forces into a more defensible position or formation, allow you to press the attack elsewhere, at a more advantageous time and place, or draw enemy forces into an attack under circumstances that you control. [https://www.timeanddate.com/time/dst/spring-forward-fall-back.html &amp;quot;Spring forward, fall back&amp;quot;] is a mnemonic used for daylight saving time; we advance the clock forward when entering DST in the spring, and move it backward when leaving it in the fall (autumn).&lt;br /&gt;
&lt;br /&gt;
There are buildings in the US that are built across state lines (and county and city boundaries), and even some buildings that extend across international boundaries (these are known as {{w|line house}}s). The existence of these buildings can result in eccentric situations when laws and ordinances vary substantially between the locations. For example, a casino might be built on a state border where gambling is legal in one state but illegal in the other. In such a case, the gaming can only happen on one side of the building (the other side being reserved for other services and functions). It's not uncommon for businesses and tourist attractions to lean into the novelty of this by demarking the boundary inside the building and specifically encouraging things that are legal only on one side of the line. Such situations are likely the inspiration for this strip, but using such a line to manipulate a competition based on time zone is highly unlikely. &lt;br /&gt;
&lt;br /&gt;
Ongoing state-level efforts to end time changes could also increase the number of places where this situation could happen, as more DST/non-DST boundaries arise.&lt;br /&gt;
&lt;br /&gt;
The comic was published five days before the start of the {{w|World Chess Championship 2024}} in Singapore.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[White Hat and Cueball are sitting across from each other playing chess. The time, shown above them in white on a black screen, reads 6:35 for White Hat, and 0:28 for Cueball.]&lt;br /&gt;
:White Hat: It’s late, I’m up a pawn, and you’re out of time. It’s over.&lt;br /&gt;
:Cueball: Ah, you’re forgetting something.&lt;br /&gt;
&lt;br /&gt;
:[Cueball gestures with one hand above the chessboard. His time now reads 0:19.]&lt;br /&gt;
:Cueball: Did you know this building straddles the Arizona border?&lt;br /&gt;
:Cueball: It actually runs right through the table. You're on the Arizona side.&lt;br /&gt;
&lt;br /&gt;
:[Cueball raises his hand further to gesture at his time. It beeps and is now blank and white.]&lt;br /&gt;
:Cueball: This tournament started Saturday, November 2nd. Now it's almost 2AM on the 3rd.&lt;br /&gt;
:Cueball: And there's something you should know about Arizona.&lt;br /&gt;
:Chess clock: BEEP&lt;br /&gt;
&lt;br /&gt;
:[White Hat raises his head slightly to look at the timer. Cueball's time now reads 60:07. Cueball lowers his hand to make a move.]&lt;br /&gt;
:White Hat: '''''What?!''''' No! That's not how... '''''No!!''''' &lt;br /&gt;
:Cueball: Looks like it's daylight '''''slaying''''' time.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Chess]]&lt;br /&gt;
[[Category:Daylight saving time]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=994:_Advent_Calendar&amp;diff=361735</id>
		<title>994: Advent Calendar</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=994:_Advent_Calendar&amp;diff=361735"/>
				<updated>2025-01-11T20:30:48Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 361673 by 172.68.211.102 (talk) What with?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 994&lt;br /&gt;
| date      = December 23, 2011&lt;br /&gt;
| title     = Advent Calendar&lt;br /&gt;
| image     = advent_calendar.png&lt;br /&gt;
| titletext = I think you could get up to about 11:59:57 before you'd have trouble swallowing the chocolates fast enough. At that point, you'd need some kind of a liquify-and-chug apparatus to get up over the 11:59:59 barrier. Anyway, Merry Christmas!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
An {{w|Advent calendar}} is a special calendar used to count or celebrate the days in anticipation of Christmas. They come in a multitude of forms, from a simple paper calendar with flaps covering each of the days, to fabric pockets on a background scene, to painted wooden boxes with cubby holes for small items. Advent calendars typically take the form of a large rectangular card with &amp;quot;windows&amp;quot;, of which there are usually 24: one for each day of December leading up to and including Christmas Eve (December 24). Consecutive doors are opened every day leading up to Christmas, beginning on December 1. The calendar windows open to reveal an image, a poem, a portion of a story (such as the story of the Nativity of Jesus), or a small gift, such as a toy or a chocolate item.&lt;br /&gt;
&lt;br /&gt;
This comic, however, depicts an Advent calendar which has a chocolate every time they get halfway to Christmas. This is a joke because of {{w|Zeno's paradox}}, which said &amp;quot;Before a moving object can travel a certain distance, it must travel half that distance. Before it can travel half the distance it must travel 1/4 the distance, etc. This sequence goes on forever. Therefore, it seems that the original distance cannot be travelled, and motion is impossible.&amp;quot; This means that eating chocolates at diminishing intervals will make it so Christmas never happens.&lt;br /&gt;
&lt;br /&gt;
The title text says that when you get close to midnight, it gets physically impossible to eat the chocolates fast enough to keep up, but you could get to the one-second-away mark with a chocolate liquefier and feeder tube.&lt;br /&gt;
&lt;br /&gt;
Going from the second to the last of the visible time stamps it goes like this: At 11:57:11.25 PM there is still remaining 00:02:48.75 (2 minutes 48 seconds and 75 hundredth of a second.) Half of this time period will then progress before the next windows time stamp, that is 00:01:24.375 (1 minute and 24.375 s). This will then give the next time stamp by adding to the previous and we get: 11:58:35.625 PM. This has been rounded to 35.63 s in the comic. Similarly the time stamp for the next four windows, whose top are visible below, can be calculated starting from the fact that there is now only 00:01:24.375 left of the day.&lt;br /&gt;
&lt;br /&gt;
*13: 42.1875 s left, so the time stamp is: 11:59:17.8125&lt;br /&gt;
*14: 21.09375 s left, so the time stamp is: 11:59:39.90625&lt;br /&gt;
*15: 10.546875 s left, so the time stamp is: 11:59:49.453125&lt;br /&gt;
*16: 5.2734375 s left, so the time stamp is: 11:59:54,7265625&lt;br /&gt;
&lt;br /&gt;
It would take three more windows before crossing the 11:59:59 line with less than one second to go. At the 19th window there would only be 0.6591796875 seconds left of the day for a time-stamp of 11:59:59.3408203125. So that would be a window another line further down, even below the green window (no. 15) that is just visible at the button of the panel. And you would have to eat four chocolates in less than five seconds from window no. 16 to fulfill Randall's prediction.&lt;br /&gt;
&lt;br /&gt;
When reaching the 24th window there would be 0.0206 s left, so that is 6 chocolates in 0.638 s. That may be a good place to stop, but of course you could continue at least until reaching the {{w|Planck time}} of 5.39 x 10&amp;lt;sup&amp;gt;-44&amp;lt;/sup&amp;gt; s. That limit will not be reached before window 162, so there are still 138 chocolates left for those last two hundredths of a second.&lt;br /&gt;
&lt;br /&gt;
[[1153: Proof]] is also about Zeno, and [[1577: Advent]] is a very different longer running Advent calendar (but with only a finite number of windows).{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A portion of an advent calendar shows 12 windows where the date can be seen below. The top row is cut off so you cannot see the very top of the window At the bottom there are four more windows, but only the top part can be seen, and there is no decoration visible. All the other windows have a decoration, although, you cannot see the one on the second window as it is opened more than 90 degree. The first is also opened, but not more than you can see there is a decoration. The 3rd is also open. The rest is still closed.]&lt;br /&gt;
:[A green mistletoe on red, partially open.]&lt;br /&gt;
:December 23&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[A fully open window.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 12:00 AM&lt;br /&gt;
&lt;br /&gt;
:[A red and white Santa hat on green just opened.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; Noon&lt;br /&gt;
&lt;br /&gt;
:[Two crossed red and white candy canes on white. From here all windows are closed.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 6:00 PM&lt;br /&gt;
&lt;br /&gt;
:[A red Christmas ball on white.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 9:00 PM&lt;br /&gt;
&lt;br /&gt;
:[A white Christmas star on red.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 10:30 PM&lt;br /&gt;
&lt;br /&gt;
:[A red Christmas heart on gren.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:15 PM&lt;br /&gt;
&lt;br /&gt;
:[A red Santa sleigh on white.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:37:30 PM&lt;br /&gt;
&lt;br /&gt;
:[A red and white Christmas sock on green.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:48:45 PM&lt;br /&gt;
&lt;br /&gt;
:[A green Christmas tree on red.]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:54:22.5 PM&lt;br /&gt;
&lt;br /&gt;
:[A red and green Christmas wreath on white]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:57:11.25 PM&lt;br /&gt;
&lt;br /&gt;
:[A red and white Christmas gift on green]&lt;br /&gt;
:December 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 11:58:35.63 PM&lt;br /&gt;
&lt;br /&gt;
:[Below the top of four more windows where only the background colors can be seen red, white, green and then red again.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:'''Zeno's Advent Calendar'''&lt;br /&gt;
&lt;br /&gt;
{{Comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=195:_Map_of_the_Internet&amp;diff=361734</id>
		<title>195: Map of the Internet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=195:_Map_of_the_Internet&amp;diff=361734"/>
				<updated>2025-01-11T20:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 361670 by 172.68.211.102 (talk) No apparent reason.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 195&lt;br /&gt;
| date      = December 11, 2006&lt;br /&gt;
| title     = Map of the Internet&lt;br /&gt;
| image     = map of the internet.jpg&lt;br /&gt;
| titletext = For the IPv6 map just imagine the XP default desktop picture.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
On the map, all allocated {{w|IPv4}} address blocks (as of 2006) are shown using a fractal mapping. (The {{w|Hilbert curve}} is used: the pattern is demonstrated at the bottom of the image.) In February 2011, the final remaining IPv4 blocks were allocated to the {{w|Regional Internet registry|Regional Internet registries}}, and so today there would no longer be any green spaces outside of Class E addresses (above 240 through 255, excluding the Broadcast address of 255.255.255.255).&lt;br /&gt;
&lt;br /&gt;
In the early 1990s, corporations and governments could register an entire {{w|Classful network|class A}} segment (one 256th of the total space), but later it was divided into smaller parts because of a lack of space.&lt;br /&gt;
&lt;br /&gt;
This leads to the title text, which mentions {{w|IPv6}}. This protocol has so many addresses that only a [[865: Nanobots|swarm of nanobots]] could exhaust them. The default desktop picture in Windows XP is a green landscape, and the joke is that since barely any of the addresses are allocated yet, the IPv6 map would just be a green landscape. There are large ([https://observablehq.com/@vasturiano/hilbert-map-of-ipv6-address-space enough to be visible]) blocks of IPv6 space that have been allocated for special purposes and to RIRs. However, the amount of IPv6 space allocated to end users is only a tiny portion of that.&lt;br /&gt;
&lt;br /&gt;
Later, Randall actually drew some &amp;quot;real&amp;quot; maps of the Internet, or at least its online Communities (see [[256: Online Communities]] and [[802: Online Communities 2]]).&lt;br /&gt;
&lt;br /&gt;
A large number of updated Hilbert curve maps inspired by this comic have been created. Many also use data obtained by {{w|Ping_(networking_utility)|pinging}} IP addresses to see which addresses are accessible. Here are maps with images from [https://www.caida.org/archive/id-consumption/census-map/ 2003-2006], [https://iepg.org/2007-12-ietf70/3dheatmaps.pdf 2007] (which has a few different maps), [https://corte.si/geohilbert/index.html 2009] (showing country codes), [https://ant.isi.edu/address/index.html 2010], [https://census2012.sourceforge.net/hilbert.html 2012] (collected by the Carna Botnet), a [https://ant.isi.edu/address/census_2006_2014.html 2006-2014 animation], [https://blog.benjojo.co.uk/post/scan-ping-the-internet-hilbert-curve 2018], and [https://observablehq.com/@vasturiano/hilbert-map-of-ipv4-address-space 2023].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Map of the Internet The IPv4 Space, 2006 This chart shows the IP address space on a plane using a fractal mapping which preserves grouping--any consecutive string of IPs will translate to a single, compact, contiguous region on the map. Each of the 256 numbered blocks represents one  8 subnet (containing all IPs that start with that number).  The upper left section shows the blocks sold directly to corporations and goverments in the 1990's before the RIRs took over allocation.&lt;br /&gt;
:Diagram showing IP ownership:&lt;br /&gt;
:0: Local&lt;br /&gt;
:1-2: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:3: General Electric&lt;br /&gt;
:4: BB&amp;amp;N INC&lt;br /&gt;
:5: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:6: Army AISC&lt;br /&gt;
:7: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:8: BB&amp;amp;N INC&lt;br /&gt;
:9: IBM&lt;br /&gt;
:10: VPNs&lt;br /&gt;
:11: DoD Intel&lt;br /&gt;
:12: Bell Labs&lt;br /&gt;
:13: Xerox&lt;br /&gt;
:14: Public data nets&lt;br /&gt;
:15: HP&lt;br /&gt;
:16: DEC&lt;br /&gt;
:17: Apple&lt;br /&gt;
:18: MIT&lt;br /&gt;
:19: Ford&lt;br /&gt;
:20: CSC&lt;br /&gt;
:21: DDN-RYN&lt;br /&gt;
:22: DISA&lt;br /&gt;
:23: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:24: Cable TV&lt;br /&gt;
:25: UK MoD&lt;br /&gt;
:26: DISA&lt;br /&gt;
:27: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:28: DSI&lt;br /&gt;
:29-30: DISA&lt;br /&gt;
:31: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:32: NORSK&lt;br /&gt;
:33: DLA&lt;br /&gt;
:34: Halliburton&lt;br /&gt;
:35: Merit&lt;br /&gt;
:36-37: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:38: PSI&lt;br /&gt;
:39: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:40: Eli Lily&lt;br /&gt;
:41: ARINIC&lt;br /&gt;
:42: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:43: Japan INET&lt;br /&gt;
:44: HAM Radio&lt;br /&gt;
:45: INTEROP&lt;br /&gt;
:46: BB&amp;amp;N INC&lt;br /&gt;
:47: Bell North&lt;br /&gt;
:48: Prudential&lt;br /&gt;
:49-50: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:51: UK Social Security&lt;br /&gt;
:52: duPont&lt;br /&gt;
:55: Boeing&lt;br /&gt;
:56: USPS&lt;br /&gt;
:57: SITA&lt;br /&gt;
:58-61: Asia-Pacific&lt;br /&gt;
:62: Europe&lt;br /&gt;
:63-76: USA &amp;amp; Canada (contains: UUNET, Google, Digg, Slashdot, Ebay, Craigslist, XKCD,&amp;lt;!-- sic --&amp;gt; Flickr)&lt;br /&gt;
:77-79: Europe (unused)&lt;br /&gt;
:80-91: Europe&lt;br /&gt;
:92-95: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:96-99: North America&lt;br /&gt;
:100-120: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:121-125: Asia-Pacific&lt;br /&gt;
:126: Japan&lt;br /&gt;
:127: Loopback&lt;br /&gt;
:128-132: Various Registrars&lt;br /&gt;
:133: Japan&lt;br /&gt;
:134-172: Various Registrars&lt;br /&gt;
:173-189: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:188: Various&lt;br /&gt;
:189-190: Latin America &amp;amp; Caribbean&lt;br /&gt;
:191-192: Various (contains Private (RFC 1918))&lt;br /&gt;
:193-195: Europe&lt;br /&gt;
:196: Africa&lt;br /&gt;
:197: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:198: US &amp;amp; Various&lt;br /&gt;
:199: North America&lt;br /&gt;
:200-201: Latin America &amp;amp; Caribbean&lt;br /&gt;
:202-203: Asia-Pacific&lt;br /&gt;
:204-209: North America (contains Suicide Girls, BoingBoing)&lt;br /&gt;
:210-211: Asia-Pacific&lt;br /&gt;
:212-213: Europe&lt;br /&gt;
:214-215: U.S. Department of Defense&lt;br /&gt;
:216: North America (Contains Myspace, SomethingAwful)&lt;br /&gt;
:217: Europe&lt;br /&gt;
:218-222: Asia-Pacific&lt;br /&gt;
:223: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
:224-239: Multicast&lt;br /&gt;
:240-255: &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Unallocated&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Maps]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3032:_Skew-T_Log-P&amp;diff=360888</id>
		<title>3032: Skew-T Log-P</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3032:_Skew-T_Log-P&amp;diff=360888"/>
				<updated>2025-01-02T21:55:02Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Table with terms */ Bad pre-edit left in...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3032&lt;br /&gt;
| date      = January 1, 2025&lt;br /&gt;
| title     = Skew-T Log-P&lt;br /&gt;
| image     = skew_t_log_p_2x.png&lt;br /&gt;
| imagesize = 569x626px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The most important quantity for meteorologists is of course the product of latent pressure and temperostrophic enthalpy, though 'how nice the weather is' is a close second.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT CLEANING UP AFTER DAVE - This needs an explanation. Table not filled out. Also the title text was not mentioned at all. I added a very simple start to this, but nothing about what the product actually means, please expand... Do NOT delete this tag too soon.}}&lt;br /&gt;
A {{w|skew-T log-P diagram}} (the name comes from the temperature (T) lines being skewed at a 45-degree angle, and the pressure (P) lines being logarithmic in scale) are mostly used to plot {{w|atmospheric sounding}}s, which are usually made by sending a weather balloon up into the air.&lt;br /&gt;
&lt;br /&gt;
Because the diagrams have a lot of lines on them (isobars, isotherms, adiabats, and mixing ratios, and that's before plotting the actual measurements of temperature and dew point temperature), they can be hard to understand. The comic pretends to offer an explanation of one such diagram, but most of the explanations are blatantly incorrect or humorous in nature. The diagram appears to have measurements from two separate weather balloons, with solid lines for rising balloons and dashed ones for popped balloons falling back down, whereas two lines and various styles of lines in real diagrams generally mean different measurements from the same balloon (or other sensor platform) track. See details in the [[#Table with terms|table]] below. Many weather balloons do indeed pop, as they're designed to do this after reaching a certain height high in the atmosphere.&lt;br /&gt;
&lt;br /&gt;
In the title text it is stated that &amp;quot;The most important quantity for meteorologists is of course the product of latent pressure and temperostrophic enthalpy, though 'how nice the weather is' is a close second&amp;quot;. So it jokes by comparing a non-existent, complicated-sounding product (temperostrophic enthalpy is not actually a thing) with a simple sentence about how nice the weather is.&lt;br /&gt;
&lt;br /&gt;
[[File:Annotated_Skew_T_diagram.png|thumb|An actual Skew-T Log-P diagram, with several real annotations. The X-axis has temperature (blue diagonal lines in diagram) and the Y-axis has pressure in millibars.]]The true design of a Skew-T Log-P diagram is intended to best represent the nature of the weather in any given column of atmosphere. The pressure (vertical axis, with pressure being closely but not exactly inversely related to altitude) is shown as a logarithmic scale (i.e., Log-P) because it makes altitudes nearly evenly spaced. Plotting pressure proportionately (which must also be from top to bottom, to match its general relationship with altitude) would space features out in ways that would be hard to use and interpret, whereas the logarithmic scale is far more pragmatic. The temperature scale is deliberately tilted, rather than orthogonal, which (together with the logarithmic nature of the inverted pressure scale) allows the typical way that temperatures fall with altitude(≈as pressure falls) to trend roughly vertically, give or take the notable changes that are key to understanding the forecast. Other measurement lines, differently skewed and often also curving across the temperature/pressure skewed-log 'grid', represent various other idealistic relationships (where both T and P vary, keeping another measure constant) that are useful references to meteorologists.&lt;br /&gt;
&lt;br /&gt;
Upon this style of graph are plotted the ''actual'' measurements obtained by releasing a weather balloon or other sensor. As well as the variation of actual temperatures and pressures, other retrieved and calculated data is plotted, such as the {{w|dew point}}. The dew point, a function of the air's {{w|absolute humidity|water content}}, temperature, and pressure, is where condensation begins. By observing how the actual measurements and dew point line converge and cross, the development and nature of clouds can be tracked and pinned to specific cloud layers. Further details may also be included, such as wind-direction and wind-speed indications (often to the side of the plot) to give a visual cue about possible {{w|wind shear}} and/or to suggest which direction of adjacent weather-station readings may hold clues as to what changes may later blow in above the current site.&lt;br /&gt;
&lt;br /&gt;
==Table with terms==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item in comic&lt;br /&gt;
!Correct?&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Pressure latitude || No || {{w|Pressure altitude|Pressure ''altitude''}} is the height above a standard datum plane, a theoretical level where the pressure of the atmosphere is 1013.24 millibars (29.921 inHg). It's essentially an estimate of altitude calculated from atmospheric pressure.&lt;br /&gt;
|-&lt;br /&gt;
| Enthalpic pressure ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Entropic density ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Latent heat of cooling ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Isobars || Yes || Lines denoting equal (&amp;quot;{{wiktionary|iso-}}&amp;quot;) air pressure (&amp;quot;{{wiktionary|bar-|-bar}}&amp;quot;), probably most often recognized as the indicators of how ground-level pressures change (or not) across the horizontal area depicted on a weather ''map''. In this type of chart, which depicts data obtained from above a single point, it has the same meaning but is instead a pre-existing reference line across which the actual data is plotted, and does not itself indicate the nature of any wind.&lt;br /&gt;
|-&lt;br /&gt;
| Omnitrophic wind ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Isomers || No || Different forms of molecules with the same formula, with the atoms or functional groups arranged differently.  An example would be propanol, which has three isomers.  One of the most common isomers of propanol has its OH functional group in the middle, so is called isopropyl alcohol or isopropanol.&lt;br /&gt;
However, these are actually iso'''therm''' lines, representing equal temperature.&lt;br /&gt;
|-&lt;br /&gt;
| These lines are slightly different because Dave messed them up || No || Indicating isotherms (or, according to the comic, &amp;quot;isomers&amp;quot;), the suggestion is that slightly wrong lines were drawn by Dave&amp;lt;!-- not Steve? I am surprised!--&amp;gt; and had to be corrected.&lt;br /&gt;
The real reason for the not quite identical lines is that the measured temperature at a given pressure can be converted to or from the ''potential'' temperature that the same air would have if at a standard pressure (holding the same amount of heat energy). For practical reasons, both for composing and interpreting the eventual plot, each of the slightly differently skewed isotherms are given, usually in clearly differentiable styles of line.&lt;br /&gt;
|-&lt;br /&gt;
| Line of constant thermodynamics ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Uncomfortably moist adiabat || Wrongly placed, unusually qualified|| This labels a segment of isotherm, which is the exact 'opposite' of an adiabat.&lt;br /&gt;
An adiabat is a line along which temperature can change for a given mass, without changing the amount of energy. This is primarily made possible by changing the density (by a change in pressure) of the gas. There are typically two types of adiabat, marked for reference on the plot, &amp;quot;dry adiabat&amp;quot; (curves across the isotherms perpendicularly, to create a largely square but slightly curved grid with them), and &amp;quot;moist/saturated adiabat&amp;quot; (the latter's heat-maintaining profile is influenced greatly by the humidity content, and produces graphing lines vastly different from the equivalent &amp;quot;dry&amp;quot; versions). Randall has declared this (erroneous) type of adiabat to be &amp;quot;uncomfortably&amp;quot; moist, so presumably not totally saturated but also not subjectively 'pleasant'.&lt;br /&gt;
|-&lt;br /&gt;
| Oops, the balloon flew through a ghost || No ||  Ghosts do not exist.{{cn}} However, one of the purported effects of ghosts (such as in the film *The Sixth Sense*) is a transient/local lowering of temperature around and/or inside them. The line is interpreted as showing a local low temperature encountered at this pressure(/altitude).&lt;br /&gt;
This line, however, is probably the Dew Point line, indicating that (in passing through this layer of the atmosphere), a drier band of air has been encountered which would theoretically be cooled a lot more before the water-vapur oversaturates it and liquid water droplets form.&lt;br /&gt;
|-&lt;br /&gt;
| No birds up here :( || Yes* || This point is near the top of the diagram, with an air pressure of about 110 millibar - about 15 kilometers (50,000 feet) above sea level. This is well above the highest [https://peregrinefund.org/explore-raptors-species/vultures/ruppells-vulture flight height of any known bird species]. However, this information is irrelevant to the purpose of a skew-T log-P diagram.&lt;br /&gt;
|-&lt;br /&gt;
| Track of rising weather balloon ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Track of popped balloon falling back down ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Meteogenesis || No || The chart purports to show the path of two weather balloons crossing and labels the space between them with a new word. The root &amp;quot;meteo&amp;quot; means something high up (in this case, balloons) and &amp;quot;genesis&amp;quot; means creation. The implication is that a new balloon was created, though no third flight path is shown so it presumably did not fly separately or was not tracked.&lt;br /&gt;
In reality, one of the tracks (almost certainly the left one) is the track of the measured Dew Point. Where the line of the existing conditions cross this line is where the moisture will precipitate out and form clouds, a process that might well be called &amp;quot;{{wiktionary|meteor#English|meteo}}+{{wiktionary|genesis#English|genesis}}&amp;quot;, but {{w|Cloud physics|isn't}}.&lt;br /&gt;
|-&lt;br /&gt;
| Seems bad ||  || The path of the balloon loops around in the shape of a {{w|figure eight knot}}, which would indicate very chaotic conditions at that point.&lt;br /&gt;
|-&lt;br /&gt;
| Dew point || Wrongly represented. || The temperature at which water condenses out of the air, and therefore dew starts to form, given the amount of water vapor in the air.&lt;br /&gt;
It is shown here as an ''actual'' singular point, when it should be a line (typically the leftmost solid plotted line) representative of the temperature at which dew should form at any given pressure.&lt;br /&gt;
|-&lt;br /&gt;
| Humidor || No || In reality, is a {{w|Humidor|container}} that is used maintain a more controllable humidity within which to store smoking products.&lt;br /&gt;
In the graph, points at the line that is probably representing the dew point, which is represents the nature of the ''actual'' humidity encountered.&lt;br /&gt;
|-&lt;br /&gt;
| Heavyside layer || No || Probably a misspelling of &amp;quot;Heaviside,&amp;quot; the surname of the co-discoverer of what we now call the E region of the ionosphere. Co-discovered by {{w|Arthur E. Kennelly}} and {{w|Oliver Heaviside}}.&lt;br /&gt;
This reference also occurs in the musical {{w|Cats (musical)}} and {{w|T. S. Eliot}}'s {{w|Old Possum's Book of Practical Cats}}, where the Heaviside layer is the fictional &amp;quot;heaven&amp;quot; to which the cats aspire.&lt;br /&gt;
&lt;br /&gt;
In this diagram it is apparently labeling a heavily marked isotherm, or line of constant temperature. Most likely it indicates the 0°C line, this being importantly indicative of the freezing point of water.&lt;br /&gt;
|-&lt;br /&gt;
| These lines are tilted because the wind is blowing them || No || The wind is not actually a derivable featured of this diagram, which does not have data of either direction or strength of air movement.&lt;br /&gt;
These lines are actually dry adiabats (see above), possibly two sets due to a similar renormalized interpretation, as with the isotherms, at a given reference pressure.&lt;br /&gt;
|-&lt;br /&gt;
| Don't stand here or you might get hit by a balloon ||  || &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;
:How to interpret a skew-T log-P diagram&lt;br /&gt;
:[The comic shows a skew-T log-P diagram. On it are various labels, including isobars, comments, and other interpretations of the diagram.]&lt;br /&gt;
:[Left to the diagram is an upwards-pointing arrow with the label &amp;quot;Pressure Latitude&amp;quot;. Right to the diagram is a downwards-pointing arrow with the label &amp;quot;Entropic Density&amp;quot;. Below the diagram is a right-pointing arrow with the label &amp;quot;Enthalpic Pressure&amp;quot;.]&lt;br /&gt;
:[The remaining various labels are inside the diagram.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Even though this comic was released on New Year's Day 2025, it was not a [[:Category:New Year|New Year comic]]. &lt;br /&gt;
**Only second time this has happened since New Year comics became a regular thing from 2011.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Weather]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:J-beda&amp;diff=360790</id>
		<title>User:J-beda</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:J-beda&amp;diff=360790"/>
				<updated>2025-01-01T23:20:04Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360744 by Firestar233 (talk) Look at the page (and 'user') history... Nothing to save.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:HostnameNotCaroline&amp;diff=360789</id>
		<title>User talk:HostnameNotCaroline</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:HostnameNotCaroline&amp;diff=360789"/>
				<updated>2025-01-01T23:18:12Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360742 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 03:40, 15 December 2020 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=hairbun&amp;diff=360788</id>
		<title>hairbun</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=hairbun&amp;diff=360788"/>
				<updated>2025-01-01T23:17:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360741 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Hairbun]]&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Hatman31&amp;diff=360786</id>
		<title>User:Hatman31</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Hatman31&amp;diff=360786"/>
				<updated>2025-01-01T23:16:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360739 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&lt;br /&gt;
You’re welcome ^_^ (in advance)! [[User:42.book.addict|42.book.addict]] ([[User talk:42.book.addict|talk]]) 02:04, 5 March 2024 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Elektrizikekswerk&amp;diff=360783</id>
		<title>User:Elektrizikekswerk</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Elektrizikekswerk&amp;diff=360783"/>
				<updated>2025-01-01T23:14:04Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360736 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:DeeJaye6&amp;diff=360781</id>
		<title>User:DeeJaye6</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:DeeJaye6&amp;diff=360781"/>
				<updated>2025-01-01T23:12:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360733 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:David&amp;diff=360780</id>
		<title>Talk:David</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:David&amp;diff=360780"/>
				<updated>2025-01-01T23:12:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360732 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Cal3000000&amp;diff=360768</id>
		<title>User:Cal3000000</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Cal3000000&amp;diff=360768"/>
				<updated>2025-01-01T23:05:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360720 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&lt;br /&gt;
You’re welcome ^_^ (in advance)! [[User:42.book.addict|42.book.addict]] ([[User talk:42.book.addict|talk]]) 02:31, 5 March 2024 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:BunsenH&amp;diff=360767</id>
		<title>User:BunsenH</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:BunsenH&amp;diff=360767"/>
				<updated>2025-01-01T23:05:12Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360719 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Bobbob&amp;diff=360765</id>
		<title>User:Bobbob</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Bobbob&amp;diff=360765"/>
				<updated>2025-01-01T23:04:04Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360717 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&lt;br /&gt;
You’re welcome ^_^ (in advance)! [[User:42.book.addict|42.book.addict]] ([[User talk:42.book.addict|talk]]) 01:51, 5 March 2024 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:Bischoff&amp;diff=360764</id>
		<title>User talk:Bischoff</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:Bischoff&amp;diff=360764"/>
				<updated>2025-01-01T23:03:39Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360716 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:BarnZarn&amp;diff=360761</id>
		<title>User talk:BarnZarn</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:BarnZarn&amp;diff=360761"/>
				<updated>2025-01-01T23:02:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360713 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi! [[User:BlackHat|BlackHat]] ([[User talk:BlackHat|talk]]) 23:47, 31 October 2020 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:AzurusTheFirst&amp;diff=360755</id>
		<title>User:AzurusTheFirst</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:AzurusTheFirst&amp;diff=360755"/>
				<updated>2025-01-01T23:00:03Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360708 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Welcome}}&lt;br /&gt;
You’re welcome (in advance)! [[User:42.book.addict|42.book.addict]] ([[User talk:42.book.addict|talk]]) 01:47, 5 March 2024 (UTC)&lt;br /&gt;
[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Arcorann&amp;diff=360754</id>
		<title>User:Arcorann</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Arcorann&amp;diff=360754"/>
				<updated>2025-01-01T22:59:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360706 by Firestar233 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Pages to delete]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3029:_Sun_Avoidance&amp;diff=360504</id>
		<title>3029: Sun Avoidance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3029:_Sun_Avoidance&amp;diff=360504"/>
				<updated>2024-12-28T18:14:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Transcript */ Revert to what looks to be the best not-a-table Transcript state, suitable for linear reading by someone who needs to do so.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3029&lt;br /&gt;
| date      = December 25, 2024&lt;br /&gt;
| title     = Sun Avoidance&lt;br /&gt;
| image     = sun_avoidance_2x.png&lt;br /&gt;
| imagesize = 311x403px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = C'mon, ESA Solar Orbiter team, just give the Parker probe a LITTLE nudge at aphelion. Crash it into the sun. Fulfill the dream of Icarus. It is your destiny.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SANTA BOT FLYING TOO CLOSE TO THE SUN (SKILL ISSUE). Do NOT delete this tag too soon.}}&lt;br /&gt;
The comic humorously ranks space missions based on their ability to &amp;quot;avoid&amp;quot; the Sun, presenting it as a &amp;quot;Sun Avoidance Skill Leaderboard.&amp;quot; Most space missions remain relatively far from the Sun, with distances in the tens of millions of kilometers. However, the {{w|Parker Solar Probe}} is listed at the bottom of the leaderboard because it has come significantly closer to the Sun than any other spacecraft, at just 6.17 million kilometers. The joke lies in framing this incredible scientific achievement as a &amp;quot;failure&amp;quot; in avoiding the Sun.&lt;br /&gt;
&lt;br /&gt;
The missions listed include notable solar and planetary exploration spacecraft like {{w|Mariner 10}}, {{w|Helios 1}}, {{w|BepiColombo}}, {{w|MESSENGER}}, and {{w|Solar Orbiter}}. These missions, designed to study the Sun or its surroundings, are ranked by their closest approaches to the Sun. The comic highlights the vast difference between the Parker Solar Probe and all other missions, emphasizing its unprecedented proximity to the Sun as part of its mission to study the solar corona and solar wind.&lt;br /&gt;
&lt;br /&gt;
The inclusion of &amp;quot;All Other Expeditions in Human History&amp;quot; at the top of the leaderboard adds to the humor by lumping together all non-Sun-focused missions, which obviously maintain much greater distances from the Sun. The comic concludes with a sarcastic congratulation to the Parker Solar Probe for its &amp;quot;worst job avoiding the Sun,&amp;quot; humorously subverting the intention and achievement of the mission.&lt;br /&gt;
&lt;br /&gt;
The title text further expands on the joke by mockingly framing the Parker Solar Probe's proximity to the Sun as a skill-based failure. It suggests that its operators have demonstrated the &amp;quot;worst Sun avoidance skill&amp;quot; ever. This playful jab contrasts with the reality that the Parker Solar Probe's engineers and scientists intentionally designed the spacecraft to approach the Sun closer than ever before, enduring extreme heat and radiation to gather groundbreaking scientific data.&lt;br /&gt;
&lt;br /&gt;
The caption text references the Greek legend of {{w|Icarus}}, whose father crafted artificial wings so the two of them could fly out of the open-topped prison they were in.  Icarus, despite his father's warnings, flew too high which, according to the myth, got him appreciably closer to the Sun where it was much hotter, hot enough to destroy Icarus's wings, which caused him to plummet from a very high altitude to his death.  (As humanity has learned since then, the upper reaches of Earth's atmosphere are cold, not hot, and the distance from Earth's surface to the upper reaches of its atmosphere is only a tiny fraction of the total distance from the Earth to the Sun.)  The caption text urges the operators of another satellite to use their satellite to alter the Parker Solar Probe's orbit to send it into the Sun, which would by definition lower the Parker Solar Probe's distance from the Sun to zero.  Unfortunately, the Parker Solar Probe was only designed to get close to the Sun, not into it, and would be destroyed soon after entering the Sun if not before.  Being destroyed would prevent the Parker Solar Probe from transmitting any further data, terminating its mission. Its operators would probably object to this.{{cn}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Header:] Sun Avoidance Skill Leaderboard&lt;br /&gt;
&lt;br /&gt;
:[A table with three columns, all with underlined headers.]&lt;br /&gt;
:&amp;lt;u&amp;gt;Rank&amp;lt;/u&amp;gt;&lt;br /&gt;
:&amp;lt;u&amp;gt;Mission&amp;lt;/u&amp;gt;&lt;br /&gt;
:&amp;lt;u&amp;gt;Sun Nearest Miss&amp;lt;/u&amp;gt;&lt;br /&gt;
:[First 'row', 'Rank', is of extra height and over several lines, using vertical and horizontal ellipses between the two endpoints to indicate a range of ranks in the first column, the first visible digit of the larger number being cut off by the left frame edge:] 1. ⋮ … ⋮ 4303857.&lt;br /&gt;
:[Across both the 'Mission' and 'Sun Nearest Miss' columns, the first row has some text spread across two lines, within a framing pair of large square brackets to match the Rank range:] All other expeditions in human history&lt;br /&gt;
:[A simple row, with all three columns separately populated, the first columns Rank number is also cut off across the first visible digit.]&lt;br /&gt;
:4303858.&lt;br /&gt;
:Mariner-10&lt;br /&gt;
:69.0 million km&lt;br /&gt;
:[Another row, likewise.]&lt;br /&gt;
:4303859.&lt;br /&gt;
:Helios 1&lt;br /&gt;
:46.4 million km&lt;br /&gt;
:[Another row.]&lt;br /&gt;
:4303860.&lt;br /&gt;
:BepiColombo&lt;br /&gt;
:45.8 million km&lt;br /&gt;
:[Another row, with a yet more significant Ranking digit now partly visible due to non-proportional spacing, itself being cut off in the stead of the now fully visible next digit.]&lt;br /&gt;
:24303861.&lt;br /&gt;
:Messenger&lt;br /&gt;
:45.3 million km&lt;br /&gt;
:[Another row, back to the original pre-cutoff.]&lt;br /&gt;
:4303862.&lt;br /&gt;
:Solar Orbiter&lt;br /&gt;
:43.8 million km&lt;br /&gt;
:[Another row.]&lt;br /&gt;
:4303863.&lt;br /&gt;
:Helios 2&lt;br /&gt;
:43.3 million km&lt;br /&gt;
:[Final row.]&lt;br /&gt;
:4303864.&lt;br /&gt;
:Parker&lt;br /&gt;
:6.17 million km&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Congratulations to the Parker Solar Probe for setting a new record for &amp;quot;Worst Job Avoiding the Sun.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This comic was released on Christmas Day of 2024, but makes no reference to Christmas. &lt;br /&gt;
**This year marks the first time in xkcd's 20 year history (of releasing comics around Christmas), that there have been no [[:Category:Christmas|Christmas comics]] released during those days. &lt;br /&gt;
**Also all nine times before this year, when a release day fell on Christmas Day, that comic has always been about Christmas.&lt;br /&gt;
*If [[Randall]] found the accomplishments of the Parker Solar Probe more interesting than Christmas itself that might explain why this comic was released on Christmas Day instead. &lt;br /&gt;
**It is not the first space exploration accomplishment mentioned during Christmas, however, in the previous case [[2559: December 25th Launch]] from 2021, the comic was give seasonal spin. &amp;lt;!-- consider links, e.g. to James Webb Advent Calendar? NO not relevant as it was released on December 3rd. But I just added the 2559: December 25th Launch which was just such a case like this one. --Kynde--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Space probes]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2425:_mRNA_Vaccine&amp;diff=360042</id>
		<title>2425: mRNA Vaccine</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2425:_mRNA_Vaccine&amp;diff=360042"/>
				<updated>2024-12-21T14:05:17Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: Undo revision 360010 by 172.71.215.179 (talk) No. Excluded as a multi-panel comic.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2425&lt;br /&gt;
| date      = February 15, 2021&lt;br /&gt;
| before    = [[#Explanation|↓ Skip to explanation ↓]]&lt;br /&gt;
| title     = mRNA Vaccine&lt;br /&gt;
| image     = mrna_vaccine.png&lt;br /&gt;
| titletext = To ensure lasting immunity, doctors recommend destroying a second Death Star some time after the first.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is another in a [[:Category:COVID-19|series of comics]] related to the {{w|COVID-19 pandemic}}, specifically regarding the [[:Category:COVID-19 vaccine|COVID-19 vaccine]]. &lt;br /&gt;
&lt;br /&gt;
This one is another analogy to how {{w|mRNA vaccines}} work, by creating inactive fragments of the virus to prime the immune system to be prepared to stave off the real thing. This is done in response to Cueball's question to the person vaccinating him, &amp;quot;Why would my body attack something it made itself?&amp;quot;, using elements of the film ''{{w|Star Wars (film)|Star Wars: Episode IV}}'' as an analogy.&lt;br /&gt;
&lt;br /&gt;
The analogy starts in the second panel, where the Rebel Alliance has retrieved the {{w|Death Star}} plans, conveyed by {{w|Princess Leia}} to General [https://starwars.fandom.com/wiki/Jan_Dodonna Jan Dodonna] (in ''Star Wars'', via {{w|R2-D2}} and some adventures, but shown as a simple handoff here). The Death Star is a space station the size of a small moon that has the power to destroy planets. In the film, the plans are analyzed to find a weakness in the enemy Death Star and destroy it; however, in this panel, the &amp;quot;Death Star plans&amp;quot; are passed down a line of people until they are interpreted as a construction assignment and are used to build a Death Star. In the analogy, the mRNA in the vaccine corresponds to the plans for the Death Star, the spike proteins (inactive COVID-19 virus fragments) correspond to the benign Death Star itself, and the cellular processes that build spike proteins correspond to the builders of the benign Death Star.  Just as merely having the plans on hand led to the Death Star being built, the mere presence of the mRNA in the cellular environment leads to it being translated, producing the viral protein.  Amusingly, as the plans are handed off to the construction crew leader, he replies &amp;quot;Copy that,&amp;quot; which is normally just a slang term for &amp;quot;I understand&amp;quot; but here is also a pun that presages his actions.&lt;br /&gt;
&lt;br /&gt;
After Leia's Death Star has been built, it is positioned near a planet/moon. This Death Star is ''benign'': it only ''looks'' dangerous and isn't about to actually hurt anyone; the Death Star crew are Rebels, after all, and state that they don't have the laser wired up. The Rebels mobilize to destroy this benign Death Star because it looks like an enemy battle station, evidently not listening to the construction crew's transmissions. Analogously, immune cells cannot think{{Citation needed}} or directly communicate, basing their determination of friend from foe entirely on external chemical signatures. However, the Death Star operators are confused, because they believe Leia (a member of the Rebels) had ordered its construction. The Rebels initially attack the surface of the benign Death Star, without much effect; Leia orders the factories to continue developing torpedoes and ships as they run out, presumably putting an extra workload on the factory workers and tiring them out, or at least diverting resources away from other projects. In the analogy, the Rebels correspond to the immune system's {{w|B cells}} and {{w|T cells}}, which mobilize to attack the spike proteins (the benign Death Star) made as a result of the vaccine, but are often ineffective at first. The body keeps producing these immune cells, trying many variants (many ways of attacking the benign Death Star) in an attempt to find one that works well against the spike proteins. This results in Cueball experiencing {{w|side effects}} from the vaccine, including soreness and tiredness, and he lies down and rests.&lt;br /&gt;
&lt;br /&gt;
After much effort on the Rebels' part, they find a weakness in the benign Death Star, a &amp;quot;thermal exhaust port&amp;quot; vulnerable to &amp;quot;proton torpedoes&amp;quot; that can destroy the Death Star. Firing a proton torpedo down the exhaust port destroys a Death Star very rapidly, compared to the initial, ineffective frontal assault on the surface. After this benign Death Star is destroyed, Princess Leia allows the fleet to stand down. &lt;br /&gt;
&lt;br /&gt;
Up to this point, the entire thing seems like a comedy of errors, with huge expenditures being made for no apparent reason, due to a simple lack of communication.  But during this process, the Rebel Alliance has both built a huge fleet and figured out how to target the Death Star's weakness and destroy it. Later on, when a real, dangerous Death Star approaches the planet (with the apparent intent of destroying it), the Rebels immediately deploy their fleet, target the weakness, and destroy it almost immediately, much to the shock of the Imperial troops, who had believed they were on an invulnerable ship and are surprised by the Rebels' immediate response and overwhelmed by it.&lt;br /&gt;
&lt;br /&gt;
The analogy is that the immune system (the Rebel Alliance) figures out a way to attach to the spike proteins (attack the benign Death Star) made by the mRNA vaccine; the immune system's {{w|antibodies}} (Rebel planners) now &amp;quot;know&amp;quot; how to recognize and destroy things that have these spike proteins — including SARS-CoV-2 virus particles (real, dangerous Death Stars). Hence, when the vaccinated Cueball approaches White Hat, who is maskless, coughing, and presumably sick with COVID-19, Cueball's immune system is able to destroy dangerous SARS-CoV-2 virus particles because it knows about the virus's spike proteins. This is represented by Cueball not experiencing any suffering from COVID-19, and he goes on his way whistling merrily, perhaps to the tune of [https://www.youtube.com/watch?v=yixG8pfncOs The Throne Room/End Title] (from the ceremony celebrating the destruction of the Death Star).&lt;br /&gt;
&lt;br /&gt;
It's notable that Cueball continues to wear a mask after being vaccinated. This is in accordance with {{w|Centers for Disease Control and Prevention|CDC}} guidelines, which recommend continuing to wear a mask, practicing social distancing, etc. after getting the vaccine; doctors at CDC &amp;quot;don’t yet know whether getting a COVID-19 vaccine will prevent you from spreading the virus that causes COVID-19 to other people, even if you don’t get sick yourself.&amp;quot;[https://www.cdc.gov/coronavirus/2019-ncov/vaccines/faq.html] None of the vaccines available as of when the comic was posted are 100% effective at preventing infection, with the best ones about 94% effective at preventing symptomatic cases, but all vaccines that are approved or submitted for approval are completely (100.00%) effective at preventing death from COVID-19.&lt;br /&gt;
&lt;br /&gt;
The title text references the fact that the two COVID-19 vaccines authorized for use in the United States as of the date of publication (the {{w|Pfizer–BioNTech COVID-19 vaccine|Pfizer-BioNTech one}} and the {{w|Moderna COVID-19 vaccine|Moderna one}}) require [[2422: Vaccine Ordering|two doses of vaccine]] to be fully effective, as do many others in use worldwide (AstraZeneca, Gameleya Institute, Sinovac, etc.). The second dose strengthens the body's immune response to the spike proteins and causes it to &amp;quot;remember&amp;quot;, via antibodies, how to attack those proteins for a long time — hopefully years or even decades. Likewise, the Rebels in the movies destroy two Death Stars, the second one in ''Return of the Jedi''. Incidentally, that second Death Star was destroyed while it was apparently incomplete, much like the Death Star here was destroyed before it could destroy Cueball; however, in the film, the Emperor had deliberately left it with an incomplete outer structure to lure the Rebellion into attacking it, only for the Rebels to find that its superlaser was fully operational.&lt;br /&gt;
&lt;br /&gt;
Vaccination was also explained, xkcd-style, in [[2406: Viral Vector Immunity]]. &lt;br /&gt;
&lt;br /&gt;
References to the ''{{w|Star Wars}}'' franchise are a [[:Category:Star Wars|recurring theme]] on xkcd.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball seated in a doctor's office getting a dose of a COVID-19 vaccine. Both he and the doctor are wearing masks; the doctor is also wearing a scrub cap.]&lt;br /&gt;
:Doctor: The vaccine contains mRNA instructions for making the virus spike protein.&lt;br /&gt;
:Cueball: Weird, so the vaccine is just blueprints?&lt;br /&gt;
:Doctor: Yup! Your body reads the mRNA, makes the proteins, and then has an immune reaction to them.&lt;br /&gt;
:Cueball: Why would my body attack something it made itself?&lt;br /&gt;
:Doctor: Well...&lt;br /&gt;
&lt;br /&gt;
:[Princess Leia and General Dodonna in frame.]&lt;br /&gt;
:Leia: Here are the Death Star plans.&lt;br /&gt;
:Dodonna: Thank you, Princess.&lt;br /&gt;
&lt;br /&gt;
:[Dodonna, Ponytail, and White Hat in frame.]&lt;br /&gt;
:Dodonna: These blueprints are from Princess Leia.&lt;br /&gt;
:Ponytail: Ugh, she's always giving us projects.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail and Cueball in frame.]&lt;br /&gt;
:Ponytail: Here, take these blueprints to your construction crew.&lt;br /&gt;
:Cueball: Affirmative. What is it?&lt;br /&gt;
:Ponytail: No idea. Something the Princess wants.&lt;br /&gt;
:Cueball: Copy that.&lt;br /&gt;
&lt;br /&gt;
:Panel heading: Soon...&lt;br /&gt;
:[A view from outside of the Death Star.]&lt;br /&gt;
:Voice from Death Star: Hi, Commander? Construction crew B here.&lt;br /&gt;
&lt;br /&gt;
:[A view from inside the Death Star, with a planet visible through two adjacent windows. Cueball is standing at some kind of control/communications panel.]&lt;br /&gt;
:Cueball: We finished building the Princess's big metal orb thing.&lt;br /&gt;
&lt;br /&gt;
:[A view from outside the Death Star again, with the curve of the planet in the foreground.]&lt;br /&gt;
:Voice from Death Star: Do you know if she wants us to park it somewhere, or—&lt;br /&gt;
:Voices from the planet: '''''AAAAAA!!!'''''&lt;br /&gt;
&lt;br /&gt;
:[A view from the planet's surface with the Death Star in the sky. 3 Cueballs, a Megan-like character, and Ponytail are on the planet's surface.]&lt;br /&gt;
:Voice from Death Star: ...Is everything ok?&lt;br /&gt;
:Cueball 1: '''''AAAAAAA!'''''&lt;br /&gt;
:Cueball 2: ''Imperial battle station!!!''&lt;br /&gt;
:Ponytail &amp;amp; Cueball 3: ''AAAAAAAAAA''&lt;br /&gt;
:Offscreen voice: ''Red Alert Red Alert''&lt;br /&gt;
&lt;br /&gt;
:[Another view from the planet's surface. There is some type of military encampment surrounded by an open field, with trees and mountains in the background. People are running around on the field, which also contains several currently grounded craft and several flying craft streaming toward the Death Star.]&lt;br /&gt;
:Death Star voice: Hello?&lt;br /&gt;
:Generic field voices: ''Get the fighters in the air!''&lt;br /&gt;
:''Red Alert''&lt;br /&gt;
:''Blow it up! Blow it up!''&lt;br /&gt;
:''AAAAA''&lt;br /&gt;
:Generic tree voices: '''''AAAAAaa'''''&lt;br /&gt;
:Generic spacecraft voices: ''Kill it kill it kill it kill it kill it kill it''&lt;br /&gt;
&lt;br /&gt;
:[A zoomed-in view of the outside of the Death Star, which is accumulating light damage. Numerous spacecraft are shooting at it; various explosions occur on the Death Star's surface and in space nearby.]&lt;br /&gt;
:Death Star voice: Hello?&lt;br /&gt;
:Generic spacecraft voices: ''Shoot it! Shoot it! Shoot it!''&lt;br /&gt;
:That armor's too strong! We're not getting through!&lt;br /&gt;
:''Keep firing!''&lt;br /&gt;
&lt;br /&gt;
:[A view from inside the Death Star again with Cueball at the control panel and the planet in the background windows; various projectiles and explosions can be seen through the window.]&lt;br /&gt;
:Cueball: Can everybody please just chill? We don't even have the laser thing wired up. We—&lt;br /&gt;
:'''''BOOM'''''&lt;br /&gt;
:''Hey!!'' I ''said'', we...&lt;br /&gt;
&lt;br /&gt;
:[Ponytail enters from the left, and points to her left. Princess Leia points at her.]&lt;br /&gt;
:Ponytail: We can't get through! We're running out of proton torpedoes!&lt;br /&gt;
:Leia: Send every crew to build more torpedoes!&lt;br /&gt;
:Ponytail: There aren't enough ships to—&lt;br /&gt;
:Leia: ''Build more ships!!''&lt;br /&gt;
&lt;br /&gt;
:[Ponytail is standing still and Princess Leia is walking to the right with her fists raised.]&lt;br /&gt;
:Ponytail: That thing is just sitting there. Are you sure we—&lt;br /&gt;
:Leia: ''Keep building ships! Build ships forever! '''Destroy the orb!'''''&lt;br /&gt;
&lt;br /&gt;
:[A view of the Death Star in space and the curvature of the planet off to the side. An enormous torrent of (barely visible) ships is seen streaming from the planet's surface to the Death Star. The damage to the Death Star is slightly worse.]&lt;br /&gt;
:Generic ship voices: '''''aaaaAAAAAAAAaaaaa'''''&lt;br /&gt;
:Death Star voice: What is ''wrong'' with you people?&lt;br /&gt;
&lt;br /&gt;
:[Back in the real world, Cueball is standing with arms hunched and a cartoon helix above his head. Megan stands next to him.]&lt;br /&gt;
:Cueball: Definitely feeling a little sore.&lt;br /&gt;
:Megan: Yeah, they said you might have some side effects.&lt;br /&gt;
:Megan: You lie down—I'll get you some hot tea and a blanket.&lt;br /&gt;
&lt;br /&gt;
:[An outside view of the damaged Death Star with ships swarming it.]&lt;br /&gt;
:Generic voices: ''Die die die die! Die!''&lt;br /&gt;
&lt;br /&gt;
:[An inside view; Cueball appears injured, and the control panel is damaged with a fire on the ground nearby.]&lt;br /&gt;
:Cueball: I hate you all so much.&lt;br /&gt;
&lt;br /&gt;
:[The outside of the Death Star again.]&lt;br /&gt;
:Ship 1: What's that?!&lt;br /&gt;
:Ship 2: Looks like a thermal exhaust port.&lt;br /&gt;
:Ship 3: I'm going in!&lt;br /&gt;
&lt;br /&gt;
:[The outside of the Death Star.]&lt;br /&gt;
:''pew pew pew pew pew pew''&lt;br /&gt;
&lt;br /&gt;
:[Beat panel.]&lt;br /&gt;
&lt;br /&gt;
:[The Death Star explodes.]&lt;br /&gt;
&lt;br /&gt;
:[A disheveled Dodonna, Princess Leia, and Ponytail in frame.]&lt;br /&gt;
&lt;br /&gt;
:[The same frame.]&lt;br /&gt;
:Leia: Good work.&lt;br /&gt;
&lt;br /&gt;
:[In the real world, Cueball sits on top of a bed with a blanket draped over his lap. Megan stands next to the bed.]&lt;br /&gt;
:Cueball: I'm feeling better today.&lt;br /&gt;
:Megan: That's great!&lt;br /&gt;
&lt;br /&gt;
:Panel heading: A few months later...&lt;br /&gt;
:[Cueball and White Hat walking past each other. Cueball is wearing a face mask; White Hat isn't but coughs into his elbow.]&lt;br /&gt;
:White Hat: ''Cough cough''&lt;br /&gt;
&lt;br /&gt;
:[The real Death Star drifts toward the planet.]&lt;br /&gt;
:Death Star voice: We have reached the rebel system, Lord Vader.&lt;br /&gt;
&lt;br /&gt;
:[View from inside the real Death Star.]&lt;br /&gt;
:Vader: Now they shall witness the firepower of this fully armed and oper—&lt;br /&gt;
&lt;br /&gt;
:[Leia, Ponytail, and Cueball in frame.]&lt;br /&gt;
:Leia: '''''Thermal exhaust port!!'''''&lt;br /&gt;
:Ponytail: ''Aaa''&lt;br /&gt;
:Cueball: ''Aaa''&lt;br /&gt;
&lt;br /&gt;
:[An equally large torrent of ships stream from the planet to the real Death Star.]&lt;br /&gt;
:Death Star voice: What.&lt;br /&gt;
:Various ships: '''''aA AAAAAAA aaa aAAAAAAA aaa'''''&lt;br /&gt;
:'''''AAAAAA aaa aAAAAA'''''&lt;br /&gt;
&lt;br /&gt;
:[The Death Star explodes, leaving debris trailing away.]&lt;br /&gt;
&lt;br /&gt;
:[In the real world, White Hat and Cueball continue to walk past each other.]&lt;br /&gt;
:Cueball: ♫ ♫&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:COVID-19 vaccine]]&lt;br /&gt;
[[Category:Comics featuring face masks]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:Randall_Munroe&amp;diff=358428</id>
		<title>Talk:Randall Munroe</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:Randall_Munroe&amp;diff=358428"/>
				<updated>2024-12-02T15:39:36Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* A couple of UK radio 'appearances'... */ I knew I'd mentioned this sort of thing previously. Added. And removed irrelevent extra text nothing to do with this section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In comic 541 (TED Talk), Randall uses a Cueball character to refer to himself. How should this be included in the Wiki? Cited: http://xkcd.com/541/ [[User:AWiseGuy|AWiseGuy]] ([[User talk:AWiseGuy|talk]]) 21:50, 1 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hrm... I would suppose it would be something along the lines of this &amp;quot;In comic 541, Randall uses Cueball to refer to himeself.&amp;quot; (with all of the links and stuff). Which is pretty exactly much what you wrote. That's how I think it should be done.&amp;lt;br /&amp;gt;But where to place it? Seeing as we have very little content as is, just put it at the bottom in the &amp;quot;main&amp;quot; part, and over time it'll fall into place as more content is added, probably.&amp;lt;br /&amp;gt;That's my two [insert monetary value here]s.&amp;lt;br /&amp;gt;{{User:Grep/signature|04:10, 25 February 2014}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Randall needs a proper introduction here. This article should be much more serious — based on the English Wiki.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:25, 25 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think Randall would find no higher compliment than to have a wiki article about him full of &amp;quot;citation needed&amp;quot; tags :D --[[User:Alcatraz ii|Alcatraz ii]] ([[User talk:Alcatraz ii|talk]]) 02:05, 11 October 2014 (UTC)&lt;br /&gt;
== Complete? ==&lt;br /&gt;
&lt;br /&gt;
I'm not suggesting we're at that point right now, but what is the goal for this article to be deemed &amp;quot;complete?&amp;quot; as a bio of living person is rarely going to ever be &amp;quot;complete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This is the xkcd wiki, so I would argue that if there was going to be a thorough and complete Randall article anywhere, it would be here... so at very least it probably ought to be more thorough than his general wikipedia page... [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 15:24, 7 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Picture? ==&lt;br /&gt;
&lt;br /&gt;
Just wondering where Randall's picture went...  --[[Special:Contributions/173.245.54.63|173.245.54.63]] 15:33, 23 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quaker reference? ==&lt;br /&gt;
&lt;br /&gt;
There is no reference for Munroe being a Quaker except a footnote in a joke comic. Additionally, engineering is an, um, /unusual/ career for a parent who is a Quaker. This is likely an attempt from Munroe to generate a case of citogenesis (https://en.wikipedia.org/wiki/Wikipedia:List_of_citogenesis_incidents, https://en.wikipedia.org/wiki/Circular_reporting, https://xkcd.com/978/) as a small-scale Wikipedia prank. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 17:05, 9 May 2018 (UTC)&lt;br /&gt;
: It's true, and [https://slate.com/culture/2019/09/xkcd-randall-munroe-interview-how-to-book-wikipedia.html you got quoted in ''Slate!''] [[Special:Contributions/172.70.210.145|172.70.210.145]] 16:04, 24 July 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Our Savior ==&lt;br /&gt;
&lt;br /&gt;
At some point, someone changed the caption for the picture to say &amp;quot;Our Savior&amp;quot;.  Whoever you are, congratulations.  You got a chuckle out of me. [[Special:Contributions/172.69.90.67|172.69.90.67]] 15:56, 22 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wondering if we should add What if? 2 as upcoming ==&lt;br /&gt;
&lt;br /&gt;
The title says it all.--[[Special:Contributions/108.162.216.141|108.162.216.141]] 10:35, 7 September 2022 (UTC)&lt;br /&gt;
: Absolutely! How about in place of that nag trying to get us to expand [[1608: Hoverboard]]? [[Special:Contributions/172.69.34.94|172.69.34.94]] 03:58, 9 September 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A couple of UK radio 'appearances'... ==&lt;br /&gt;
&lt;br /&gt;
Might be worth a listing, on the proper page, but I leave it to someone else to work out how. Randall has featured in two (at least) BBC Radio 4 programmes (&amp;quot;programs&amp;quot;, if you wish), in the last few days:&lt;br /&gt;
* The Infinite Monkey Cage, a general science-explainer-with-comedy show, this episode being around the theme of how to use mathematics in interesting ways. A somewhat anarchic (loosely planned) stream of thoughts in the presence of an audience.&lt;br /&gt;
* The Museum Of Curiosity, a comedy-interview/conversation show with a science bent. This is a more introverted casual conversation (no audience, but cross-talk) following its general template of first asking each guest a little about themselves and then asking them each to present 'something' as a talking point.&lt;br /&gt;
In both formats, Randall is one of a small panel of guests (and a pair of hosts, interestingly), and only directly contributes to about a third of each half-hour episode, but ends up talking about some of his work (especially about a lot of soup) in both. He's not the most talkative, in either case, but he holds his own and imparts his own wisdom sufficiently well. I haven't thoroughly searched yet to see if there were/will be more broadcasts with him in other BBC radio (or TV?) shows, while he was obviously at the forefront of the guest-bookers' thoughts; the [https://www.bbc.co.uk/search?q=Randall+Monroe obvious search] seems to be too title-orientated to extract &amp;quot;...with guest&amp;quot; mentions.&lt;br /&gt;
&lt;br /&gt;
At least for the time being (and perhaps subject to some geographic browsing restrictions) the two episode links that might be useful (at least as a jumping-off point) are [https://www.bbc.co.uk/programmes/p0f1wc06 here] and [https://www.bbc.co.uk/programmes/m001jsdr here]. The former is also a published podcast, so should be freely found in that sphere of downloadables. And then there's the whole BBC Sounds platform, if you can and do access that. And the usual schedual of repeat broadcasts will happen, within the week. TIMC on Thursday (9/Mar/2023) 16:00GMT on R4, TMOC on Sunday (12/Mar) shortly after noon, ditto. (Further future readers might be lucky with somewhere like R4Extra having either series, if not precise episode, finding an archive slot at some handy but so far indeterminate point in their own near-futures.)&lt;br /&gt;
&lt;br /&gt;
...anyway, FYI, for anyone who finds this useful news, or a point of historic record. [[Special:Contributions/172.71.178.64|172.71.178.64]]&lt;br /&gt;
&lt;br /&gt;
Additional to the above: [https://www.bbc.co.uk/programmes/m0024054 Curious Cases] (prev. &amp;quot;...of Rutherford and Fry&amp;quot;, now Fry and Ó Briain) has Randall being one of the guest experts, providing some What If-ish advice starting from the basis of a question of how many lemons it would take to power a spaceship. [[Special:Contributions/172.68.205.122|172.68.205.122]] 15:39, 2 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What If adaptation ==&lt;br /&gt;
&lt;br /&gt;
What If books now have an official ongoing adaptation on Youtube, should it be added? Channel info says it's Neptune studios making it, not Randall personally, but without his approval it wouldn't have happened and it's still ''his''&lt;br /&gt;
&lt;br /&gt;
https://youtube.com/channel/UC6IxnFzHofFJ5X2PycSMsww&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/162.158.102.213|162.158.102.213]] 09:05, 27 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I understand why he doesn't edit here, but is he a reader? ==&lt;br /&gt;
&lt;br /&gt;
Has he ever said anything about whether or how often he looks at explanations here? [[Special:Contributions/162.158.186.179|162.158.186.179]] 07:48, 26 September 2024 (UTC)&lt;br /&gt;
:If he had implied it, someone would surely mention it. But, if I were him, I wouldn't just from principle.&lt;br /&gt;
:More certainly, though, he's changed some comics based upon Xwitter feedback about (apparent) errors, yet there are certainly equal errors noted here that he hasn't done anything about, which suggests no. (Or else they fall beneath his threshold to bother with.) [[Special:Contributions/172.70.91.94|172.70.91.94]] 13:41, 26 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Navbox ==&lt;br /&gt;
Randall himself is listed among &amp;quot;Friends of Randall&amp;quot;? [[Special:Contributions/172.70.163.99|172.70.163.99]] 02:28, 30 September 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3009:_Number_Shortage&amp;diff=357917</id>
		<title>3009: Number Shortage</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3009:_Number_Shortage&amp;diff=357917"/>
				<updated>2024-11-26T10:05:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3009&lt;br /&gt;
| date      = November 8, 2024&lt;br /&gt;
| title     = Number Shortage&lt;br /&gt;
| image     = number_shortage_2x.png&lt;br /&gt;
| imagesize = 284x269px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;10 minutes ago we were down to only 2 0s!&amp;quot; &amp;quot;How many do we have now?&amp;quot; &amp;quot;I ... don't know!!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT WITH 11 0S AND 100 1S. NO, WAIT... - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic presents a situation where the ability to use numbers is a limited resource. Even quantifying how many numbers are left uses up some of those numbers when stating the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In real life, being able to write or say digits is not a limited resource.{{cn}} However, the comic does parallel many {{w|Math Blaster Episode I: In Search of Spot|educational video games}} for young children where numbers and mathematical concepts are treated as living people or factory goods, in order to give some sort of story or context to the math-related activities. In addition, the plight faced by the shortage resembles the {{w|look-and-say sequence}} where trying to quantify the list changes it, requiring it to be quantified again (which changes it again, and so on).&lt;br /&gt;
&lt;br /&gt;
The comic conflates numbers with decimal digits. So when [[Blondie]] says &amp;quot;15 2s and 12 3s&amp;quot;, that uses up two 2s (one in &amp;quot;2s&amp;quot; and one in &amp;quot;12&amp;quot;) and one 3 (in &amp;quot;3s&amp;quot;). She adjusts the counts as she's speaking, so when she says &amp;quot;13 2s&amp;quot;, that uses up another 3, leaving only 10 3s as she's completing the sentence.&lt;br /&gt;
&lt;br /&gt;
In the title text, she uses the last two 0s when saying that they had two 0s left, so now they have no more 0s. But she can't use the number 0 to describe this situation because they're now out of them.&lt;br /&gt;
&lt;br /&gt;
Blondie could have taken a different approach by saying &amp;quot;14 2s and 11 3s&amp;quot;, which would be accurate once it has been said.&lt;br /&gt;
&lt;br /&gt;
Jokes with a similar theme been made about letters, such as shortages of vowels (and later consonants) in {{w|The Onion}}'s [https://web.archive.org/web/20020124120633/www.theonion.com/onion2816/vowels2816.html &amp;quot;Clinton Deploys Vowels to Bosnia&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
===Continuation===&lt;br /&gt;
&lt;br /&gt;
A continuation of the pattern would go:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;We have only 15 2s and 12 3s left.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 13 2s and 10 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 12 2s and 9 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 10 2s and 8 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 9 2s and 7 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 8 2s and 6 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 7 2s and 5 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 6 2s and 4 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 5 2s and 3 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 4 2s and 1 3.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait...&amp;quot;&lt;br /&gt;
* &amp;quot;How many more do we have?&amp;quot;&lt;br /&gt;
* &amp;quot;I...don't know...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
At that point, having used up the last 3 at the end of the previous line, Blondie would lack the necessary 3s to articulate that there are &amp;quot;3 2s and 0 3s.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Blondie is standing on the left, facing Cueball and Megan on the right.]&lt;br /&gt;
:Blondie: The Math Department number shortage is getting worse. We have only 15 2s and 12 3s left.&lt;br /&gt;
:Blondie: No, wait, 13 2s and 10 3s.&lt;br /&gt;
:Blondie: No, wait...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Blondie]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Comics with lowercase text]] &amp;lt;!-- The plural &amp;quot;s&amp;quot;es. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3014:_Arizona_Chess&amp;diff=357612</id>
		<title>Talk:3014: Arizona Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3014:_Arizona_Chess&amp;diff=357612"/>
				<updated>2024-11-22T17:35:56Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: &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;
I added a basic explanation, how did I do? [[Special:Contributions/172.70.115.129|172.70.115.129]] 14:56, 20 November 2024 (UTC)&lt;br /&gt;
:''pat pat'' Good job.  [[User:Fephisto|Fephisto]] ([[User talk:Fephisto|talk]]) 15:28, 20 November 2024 (UTC)&lt;br /&gt;
I guess chess timers work based on the IERS. [[Special:Contributions/172.71.223.126|172.71.223.126]] 15:32, 20 November 2024 (UTC)&lt;br /&gt;
: See &amp;quot;{{w|Chess_clock|chess clocks}} don't work that way&amp;quot; comment, below. If they did, they would almost certainly reference {{w|Coordinated_Universal_Time|Zulu time}}, which doesn't recognize daylight saving or other local time adjustments. This would go badly for Cueball. Moreover, White Hat could be forgiven for thinking that he had won the game when the clock went &amp;quot;beep&amp;quot; in the third panel, because beeping/flag falling in a chess clock &amp;lt;em&amp;gt;should&amp;lt;/em&amp;gt; signal end of match because Cueball's time had run out (the fourth panel asserts that Cueball's time did not, in fact, expire). A minor additional irregularity in what is already a seriously contrived situation. [[Special:Contributions/172.68.23.91|172.68.23.91]] 20:34, 20 November 2024 (UTC)&lt;br /&gt;
:: The &amp;quot;beep&amp;quot; is probably triggered by the clock falling back from DST rather than going to zero, since we can see in the 4th panel that there are more than 60 minutes left after the change.[[Special:Contributions/172.71.122.111|172.71.122.111]] 11:39, 21 November 2024 (UTC)&lt;br /&gt;
::: 'Zactly. But beeping for any reason other than flag-falling (time expired) would not be expected in a real-world (i.e., not an xkcd-world) chess clock. [[Special:Contributions/162.158.41.98|162.158.41.98]] 17:00, 21 November 2024 (UTC)&lt;br /&gt;
:'Real-world' chess clocks don't beep when the flag falls - so White Hat wouldn't think he had won the game when it beeps. [[Special:Contributions/172.68.205.150|172.68.205.150]] 12:04, 22 November 2024 (UTC)&lt;br /&gt;
:No, chess clocks don't work that way.  They are simple timers that do not refer to actual time of day in any way, any more than a stopwatch does.  Randall just made it work that way for the sake of the joke. {{unsigned ip|172.71.194.17|20:17, 20 November 2024}}&lt;br /&gt;
::Speaking from the experience of one in a sport where some are seeking to &amp;quot;improve&amp;quot; upon the use of a manual stopwatch/timer process with a computerised replacement (anything from a smartphone to a home-computer, often with a live online connection), I'm seeing several cases where time differences between equipment (e.g. GPS time vs. 'radio'/time-signal time) has caused confusion, never mind the possibility of random external events (...OS Update notifications, AV scans going active, etc) or other external interferences. In ways that would never happen to a dedicated timing device that's not even listening out for a national time-signal broadcast (which I know for certain can suffer from interference).&lt;br /&gt;
::Also, in case anybody is bothered, it's not really a &amp;quot;clock&amp;quot; if it doesn't have a bell (or bells), as per the German &amp;quot;Glocke&amp;quot;/French: &amp;quot;Cloche&amp;quot;. Although possibly a single-match &amp;quot;chess clock&amp;quot; could have such a bell for an audible alert, as well as other mechanical 'flag' indicators. But, often, what most people might call a clock is perhaps more just a &amp;quot;timepiece&amp;quot;. (Watches/stopwatches/timers/etc, is another matter of sub-distinction, which I try not to be too confusing, or even wrong, about.) [[Special:Contributions/172.69.194.226|172.69.194.226]] 00:53, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
If white hat had conserved 20 seconds through the course of the game, they would have won. Cueball must have been sweating if they were relying on this strategy. [[User:Radialsymmetry|Radialsymmetry]] ([[User talk:Radialsymmetry|talk]]) 15:35, 20 November 2024 (UTC)&lt;br /&gt;
:Cueball may have been deliberately letting the time run down on this move for quite a while, so that it would have greater effect when the change happened at almost the last second.[[Special:Contributions/172.70.85.126|172.70.85.126]] 12:21, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here's one building that might qualify (it appears to be a shed or outbuilding belonging to a house in Mesquite, Nevada): https://www.google.com/maps/@36.808703609641505,-114.05009436731552,55m&lt;br /&gt;
&amp;lt;br/&amp;gt;I believe that's the only one that straddles the Arizona border with a Pacific Time Zone state (California and Nevada), so (head-)canonically, that's where the comic is set. {{unsigned ip|172.69.6.190|17:15-26, 20 November 2024}}&lt;br /&gt;
: It could be in a temporary structure - a marquee or something.[[Special:Contributions/172.70.90.118|172.70.90.118]] 10:34, 21 November 2024 (UTC)&lt;br /&gt;
:This would also work on the Utah or New Mexico borders, since they fall back too. Or along the Navajo Nation border, which spans multiple states and observes DST in all of them. Though Cueball indicates he's not in Arizona. [[Special:Contributions/172.70.211.234|172.70.211.234]] 01:24, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is the neighbouring state {Utah or New Mexico} or {Nevada or California}? I'm not from the US so I'm not sure how your rules work. 172.69.6.190 above seems to think it's the latter but aren't they both on Mountain Time before the clocks change? {{unsigned|Mtcv|08:57, 21 November 2024}}&lt;br /&gt;
&lt;br /&gt;
One difference between the way parts of North America change time and the way parts of Europe do is that the various North American time zones fall back/jump forward at 2AM local time, while European time zones all change at the same instant (01:00 UTC/WET (02:00 CET, 03:00 EET). That means that the same &amp;quot;trick&amp;quot; could work by sitting on the line between any American time zones at the changeover, but not by sitting on the European lines. [[Special:Contributions/172.70.47.138|172.70.47.138]] 15:37, 20 November 2024 (UTC)&lt;br /&gt;
:In the US this would not work, since the time would be different over the time zone, and thus the chess clocks that are based on the actual time would run different before. In Arizona there are the situation that only the other state changes it's time. This would work for instance on the border to Nevada, where the two states have the same time in the summer as Nevada's timezone is one hour behind Arizona but then the same time during daylight saving time. Thus sitting in the border house on the Hoover dam it would be possible for the one on the west side to be in Nevada and the east side in Arizona. And when DTS stops, the one in Nevada would gain an hour, but not the one in Arizona. And before they would have had the same time. This would thus also work in Europe if one country did not use DTS and the other did along a time zone border. And this will only work when DTS ends. As it happens have only been in the US once, taking a course in Las Vegas. But on the one day off we took a road trip to Gran Canyon and passed Hoover Dam. And then we drove over a time zone line, the only time I have tried that... And then the time did not change due to the lack of DTS in Arizona... What a disappointment... :-) But the rest of the trip was great. Crazy places the dam and Gran Canyon. (As well as Las Vegas, living in a hotel on the Strip). Also just watched the TV series The Queens Gambit where chess timers are used extensively, and of course they do not work digitally. But I love one more of Randall's quibs against the stupidity of DTS. Can't wait till we stop with that stupidity. ;-) Great TV series by the way! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:42, 21 November 2024 (UTC)&lt;br /&gt;
:: I'd recommend reviewing what you just wrote. [[Special:Contributions/172.71.98.220|172.71.98.220]] 16:52, 21 November 2024 (UTC)&lt;br /&gt;
A related oddity occurs in the City of The Gold Coast, in Australia, which straddles the Queensland/New South Wales border. The border runs through a built up area, and as NSW has DST but Queensland does not, there are places that are, for one hour each year, in different years, despite being only a few metres apart. You can celebrate the New Year at a bar in Tweed Heads, then cross the road to a bar in Coolangatta, and celebrate the New Year all over again an hour later. I believe this is the only border in the world that runs through a built up area and has different timezones at New Year; New Year being in winter in the Northern Hemisphere means that such DST related anomolies are strictly a Southern Hemisphere phenomenon.  [[Special:Contributions/172.68.64.206|172.68.64.206]] 00:09, 21 November 2024 (UTC)&lt;br /&gt;
: &amp;quot;''I believe this is the only border in the world that runs through a built up area''&amp;quot; Definitely possible. I couldn't inagine the difficulties of setting a lunch date with a group and having to confirm the timezone as well as the time, every single time. In most locations with cross-border cities, the smaller one is permitted to observe the time zone of the larger one, allowing Gary Indiana to watch Chicago television on &amp;quot;local time&amp;quot;. Most of Mexico doesn't observe DST, except cities adjacent to US areas that do. [https://en.wikipedia.org/wiki/Time_in_Mexico#IANA_time_zone_database]. [[Special:Contributions/141.101.76.137|141.101.76.137]] 19:33, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:check these two [https://en.wikipedia.org/wiki/Baarle-Nassau Dutch] and [https://en.wikipedia.org/wiki/Baarle-Hertog Belgian] towns. --[[Special:Contributions/172.69.225.154|172.69.225.154]] 00:32, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: All time should be LST (Local Solar Time). Occupy those smartphones with tasks that are actually useful, and keep AI so busy that it can't spare a thought to world domination. &amp;amp;#x1F479; [[Special:Contributions/172.71.151.165|172.71.151.165]] 02:20, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Me again. Yep, I'm aware of Baarle. It's clear from context that the person who mentioned Gold Coast was referring to ''time observance borders'', rather than ''jurisdictional borders''. Baarle is not relevant in this case, as both Belgium and the Netherlands both observe the same time zone and DST rules. {{unsigned ip|172.71.102.53|14:54, 22 November 2024}}&lt;br /&gt;
&lt;br /&gt;
Should the comment about Hawaii be kept? It seems irrelevant. [[Special:Contributions/172.70.111.129|172.70.111.129]] 15:42, 20 November 2024 (UTC)&lt;br /&gt;
:removed [[user talk:lettherebedarklight|youtu.be/miLcaqq2Zpk]] 16:15, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Which songs would go well with this scene? His World comes to mind... [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 17:13, 20 November 2024 (UTC)&lt;br /&gt;
:''...con Lentitud Poderosa'' right as the crazy part starts. 100%. -[[User:Psychoticpotato|P?sych??otic?pot??at???o ]] ([[User talk:Psychoticpotato|talk]]) 02:03, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fun, incredibly niche point: the chess clock is not in the preferred location; from Black's perspective (hat guy), the clock is on the left, not the right. (6.4, https://www.scoutresources.org.uk/downloads/ideabase_chessrules.pdf ; not very authoritative URL, I know...) {{w|172.69.79.190|17:11, 21 November 2024}}&lt;br /&gt;
:According to the FIDE Laws of Chess (https://handbook.fide.com/chapter/E012023, Rule 6.5), placement of the chess clock is at the discretion of the arbiter, there isn't a 'preferred' location. [[Special:Contributions/172.68.205.179|172.68.205.179]] 12:10, 22 November 2024 (UTC)  &lt;br /&gt;
&lt;br /&gt;
anyone know what the chessboard would look like? [[Special:Contributions/172.71.194.94|172.71.194.94]] 17:25, 21 November 2024 (UTC)&lt;br /&gt;
:I might be going out on a limb here, but I'm guessing 32 black squares and 32 black squares next to each other, alternating across edges (but matching across corners) in an 8x8 grid... [[Special:Contributions/172.70.162.35|172.70.162.35]] 22:48, 21 November 2024 (UTC)&lt;br /&gt;
: ... but seriously, folks, there's no telling what the game position is from the cartoon. If one takes the drawing at face value (dangerous, given its low resolution and angle of presentation), then it is &amp;lt;em&amp;gt;White&amp;lt;/em&amp;gt;, not Black, who is up a piece (what piece cannot be determined). Inference that White Hat is Black is from the tallest pieces on the board (presumably the Kings) being Black on White Hat's side of the board, and White on Cueball's. Even that's chancy. The least risky guess is that both Queens are off the board. [[Special:Contributions/172.68.23.82|172.68.23.82]] 01:07, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added the reference to the '''Navajo Nation''', which arguably has four borders: Arizona, Utah, New Mexico, and an enclave with the Hopi Reservation. Arizona and the Hopi Reservation do not observe DST, while the other four entities do. See {{w|Time in Arizona}}. As such, people in the Navajo Nation can talk about their &amp;quot;Arizona Border&amp;quot;. [[Special:Contributions/172.71.102.27|172.71.102.27]] 16:42, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
This may also be related to Magnus Carlsen arriving late for a match in World Blitz 2022. Youtube recommended to me a video about the match just a few days ago, it's most likely trending again now due to the upcoming championship. [[Special:Contributions/172.70.216.72|172.70.216.72]] 17:12, 22 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3011:_Europa_Clipper&amp;diff=356715</id>
		<title>3011: Europa Clipper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3011:_Europa_Clipper&amp;diff=356715"/>
				<updated>2024-11-14T12:16:07Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.205.122: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3011&lt;br /&gt;
| date      = November 13, 2024&lt;br /&gt;
| title     = Europa Clipper&lt;br /&gt;
| image     = europa_clipper_2x.png&lt;br /&gt;
| imagesize = 333x356px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = They had BETTER make this a sample return mission.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a JOVIAN DESSERT - Please change this comment when editing this page. Please DO delete this tag too soon.}}&lt;br /&gt;
[[File:Animation of Europa Clipper trajectory around Jupiter.gif|thumb|right|The ''Europa Clipper's'' projected course around {{w|Jupiter}}, represented as the stationary &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; dot. In &amp;lt;span style=&amp;quot;color:gold;&amp;quot;&amp;gt;gold&amp;lt;/span&amp;gt; is Jupiter's moon {{w|Callisto (moon)|Callisto}}, in &amp;lt;span style=&amp;quot;color:cyan;&amp;quot;&amp;gt;cyan&amp;lt;/span&amp;gt; is the moon {{w|Europa (moon)|Europa}} &amp;amp;mdash; the primary target of the spacecraft's study &amp;amp;mdash; and in &amp;lt;span style=&amp;quot;color:#FF4500;&amp;quot;&amp;gt;orange-red&amp;lt;/span&amp;gt; is the innermost of Jupiter's four {{w|Galilean moons|&amp;quot;Galilean&amp;quot;}} moons, {{w|Io (moon)|Io}}. The spacecraft's track is shown in &amp;lt;span style=&amp;quot;color:magenta;&amp;quot;&amp;gt;magenta&amp;lt;/span&amp;gt;. Jupiter's largest moon {{w|Ganymede (moon)|Ganymede}} and its second largest moon {{w|Titan (moon)|Titan}} are not shown, but their gravitational pull affects the ''Clipper's'' trajectory.]]&lt;br /&gt;
&lt;br /&gt;
The ''{{w|Europa Clipper}}'' space probe was launched from the Kennedy Space Center in Florida, USA, on 14 October 2024. It is expected to arrive at Jupiter and begin exploration of Jupiter's moons, particularly {{w|Europa (moon)|Europa}}, in 2030.  &lt;br /&gt;
&lt;br /&gt;
Europa is an icy moon. Water ice covers its surface. Beneath the ice, there is expected to be liquid water, which may contain living microbes. To sample this liquid, its crust (water ice) would need to be broken.&lt;br /&gt;
&lt;br /&gt;
In the comic, the surface ice is likened to the caramel crust on the dessert ''{{w|crème brûlée}}''. To eat this dessert, the crust is broken with a spoon. The dessert was invented in France{{acn}}, which is, of course, part of Europe. Having conflated Europa with Europe, the makers of the probe expect to encounter crème brûlée, and have equipped it with a spoon for the purpose of collecting samples. No such spoon is present on the actual spacecraft{{cn}}, whose trajectory is designed to ''avoid'' contacting Europa so as to prevent {{w|Planetary protection|contamination of any life there}} by microorganisms on the spacecraft.&lt;br /&gt;
&lt;br /&gt;
The title text expands on the main joke by stating that the spacecraft &amp;quot;had BETTER&amp;quot; return samples of the dessert/water ocean to Earth, presumably because Randall is keen to taste the samples. (Although crème brûlée is often served with fruit, it is not mentioned whether Randall expects the sample to be served with {{w|Jupiter Icy Moons Explorer|Juice}}.) Desirable as this might be (for non-gustatory reasons, as the taste of Europa's water ocean would likely be a surprise to a person expecting a custardy flavor), it is impractical.&lt;br /&gt;
&lt;br /&gt;
This may also be a reference to the Cassini-Huygens lander, which, shortly after landing on the surface of Saturn's moon Titan, detected a surface that was [https://www.sciencenews.org/article/world-unveiled-cr%C3%A8me-br%C3%BBl%C3%A9e-titan described] as having a creme brulee consistency.&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 space probe with two rectangular solar panels, a circular dish of the front, and a massive spoon on the bottom, longer than the length of its solar panels]&lt;br /&gt;
&lt;br /&gt;
:[Below the panel:]&lt;br /&gt;
:Good news: NASA's '''''Europa Clipper''''' is en route to Europa and has successfully deployed its crème brûlée spoon.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
The Clipper spacecraft was at one point to be developed alongside a lander, which was later dropped from being part of the same (or very closely partnered) mission. The latest version of the {{w|Europa Lander}} proposal is far behind the Clipper in implementation, not yet even being guaranteed funding.&lt;br /&gt;
&lt;br /&gt;
Any actual sample return mission is currently far into the future of {{w|Ocean Worlds Exploration Program|the related plans for exploration}}, along with the possibility of digging deep enough into the ice to finally confirm or dismiss some of the more interesting theories about the world concerned.&lt;br /&gt;
&lt;br /&gt;
In Arthur C Clarke's novel '''2010''', the monolith aliens tell humanity ''&amp;quot;All these worlds are yours - except Europa. Attempt no landing there.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Space probes]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>172.68.205.122</name></author>	</entry>

	</feed>