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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;diff=378274</id>
		<title>1179: ISO 8601</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;diff=378274"/>
				<updated>2025-05-21T11:28:03Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: There were *multiple* damaging text-changes in https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;amp;curid=8160&amp;amp;diff=378258&amp;amp;oldid=377718 - and note how it even broke the page framing structure. Needs a complete redo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1179&lt;br /&gt;
| date      = February 27, 2013&lt;br /&gt;
| title     = ISO 8601&lt;br /&gt;
| image     = iso_8601.png&lt;br /&gt;
| titletext = ISO 8601 was published on 06/05/88 and most recently amended on 12/01/04.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|A table is not needed here, use a list instead. See how at [[explain xkcd:Editor FAQ#table]].}}&lt;br /&gt;
When abbreviating the date into numerical form, {{w|Date format by country|various areas of the world}} tend to list the year, month, and day in different orders (as well as with different delimiting symbols), which can cause confusion particularly when the day value is 12 or lower allowing it to be easily interpreted as the month and vice versa. As a {{w|public service announcement}}, this comic states that there is in fact one international standard for writing numeric dates, set by the {{w|International Organization for Standardization}} in its {{w|ISO 8601}} standard: YYYY-MM-DD.&lt;br /&gt;
&lt;br /&gt;
The comic then proceeds to list several discouraged ways of writing out the date of the comic's publication, as they do not match the standard. It begins with several commonly used ones in countries around the world but then begins to list increasingly uncommon ways, ranging from strange (Roman numerals) to quirky (binary, Unix time) to essentially impossible (painting the numbers onto a black cat).&lt;br /&gt;
&lt;br /&gt;
The title text provides a perfect example of the kind of ambiguity that can arise when non-standard formats are used. The ISO standard was in fact published on 1988-06-05 and amended on 2004-12-01. This is mentioned in the title text in MM/DD/YY format; however, there is no way to naturally figure this out, particularly with the second date.&lt;br /&gt;
&lt;br /&gt;
With the year truncated to two digits and all three numbers at 12 or lower, the date referring to December 1, 2004 (the digits pairs 12, 01 and 04) has a number of misinterpretations. Usually 12&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; Jan '04 (if written as US-style but read as European, or vice-versa) but with ISO-influenced &amp;quot;YY MM DD&amp;quot; ordering as one side or other of the misunderstanding it can easily become the 12&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; day of April 2001, the 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; day of December 2001 and the 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of January 2012. It takes two such communication errors to 'become' the 1&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt; day of April 2012. &lt;br /&gt;
&lt;br /&gt;
Date formats were again the subject in [[1340: Unique Date]] and [[2562: Formatting Meeting]].&lt;br /&gt;
&lt;br /&gt;
The other mentioned formats are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Date !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/2013&lt;br /&gt;
| MM/DD/YYYY, used mostly in the [https://www.trustedtranslations.com/blog/how-are-dates-written-in-different-countries United States, Belize, and Micronesia].&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/13&lt;br /&gt;
| MM/DD/YY, same as above but with the year shortened to two digits.&lt;br /&gt;
|-&lt;br /&gt;
| 27/02/2013&lt;br /&gt;
| DD/MM/YYYY, used variously in South America, Canada ({{w|Date_and_time_notation_in_Canada|officially uses ISO 8601}}), Australia, New Zealand, and much of Europe.&lt;br /&gt;
|-&lt;br /&gt;
| 27/02/13&lt;br /&gt;
| DD/MM/YY, same as above but with the year shortened to two digits.&lt;br /&gt;
|-&lt;br /&gt;
| 20130227&lt;br /&gt;
| YYYYMMDD, same as ISO 8601 without delimiting punctuation. Allowed by the standard. Technically not ambiguous but is hard to read as a date at first glance.&lt;br /&gt;
|-&lt;br /&gt;
| 2013.02.27&lt;br /&gt;
| YYYY.MM.DD, used in Japan, South Korea, and Hungary. Same as ISO 8601 except with different punctuation.&lt;br /&gt;
|-&lt;br /&gt;
| 27.02.13&lt;br /&gt;
| DD.MM.YY, used in Germany, Russia, and others.&lt;br /&gt;
|-&lt;br /&gt;
| 27-02-13&lt;br /&gt;
| DD-MM-YY, used in Denmark, Netherlands, Indonesia, India, Bangladesh, and others.&lt;br /&gt;
|-&lt;br /&gt;
| 27.2.13&lt;br /&gt;
| D.M.YY. It is common in several areas to abbreviate the month or day to a single digit and drop the leading zero when possible.&lt;br /&gt;
|-&lt;br /&gt;
| 2013. II. 27.&lt;br /&gt;
| YYYY. MM. DD., with month as {{w|Roman numerals}}, used in Hungary. In this format, February and November are prone to be confused with each other: &amp;quot;II&amp;quot; vs. &amp;quot;11&amp;quot;.&amp;lt;br/&amp;gt;Similar formats with the opposite ordering (27. II. 2013) existed historically in various European countries like France, Germany, and Italy. &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;sup&amp;gt;27&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;-13&lt;br /&gt;
| &amp;lt;sup&amp;gt;D&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;-YY, traditional format in Denmark, Norway, and Sweden&lt;br /&gt;
|-&lt;br /&gt;
| 2013.158904109&lt;br /&gt;
| Year and decimal fraction of year. 0.158904109 is a decimal approximation of 58/365, with February 27 being the 58th day of the year. This format may be easier to read for computers/programs in some contexts, but is difficult for humans to interpret.&lt;br /&gt;
|-&lt;br /&gt;
| MMXIII-II-XXVII&lt;br /&gt;
| The ISO 8601 standard but written in Roman numerals. Never used as a traditional standard anywhere as it is hard to read, parse, and interpret for no benefit.&lt;br /&gt;
|-&lt;br /&gt;
| MMXIII &amp;lt;sup&amp;gt;LVII&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;CCCLXV&amp;lt;/sub&amp;gt;&lt;br /&gt;
| Year followed by its partial fraction 57/365, all in Roman numerals. Equally useless as the above. As a note, apparently this 'standard' is different from the decimal fraction two rows above, as the decimal fraction notation uses the ''end'' of the day (first day of the year is 1/365 while the last is 365/365), while this uses the ''beginning'' (first day is 0/365 and last is 364/365).&lt;br /&gt;
|-&lt;br /&gt;
| 1330300800&lt;br /&gt;
| {{w|Unix time|UNIX Timestamp}}, a standard method of storing absolute time in many computer systems and defined as the number of seconds since 00:00:00 on 1970-01-01 (UTC). The Unix time listed here appears to mistakenly be for '''2012'''-02-27, which is also mentioned by [[Randall]] in the original transcript. The Unix Timestamp for 2013-02-27 would be 1361923200.&lt;br /&gt;
|-&lt;br /&gt;
| ((3+3)×(111+1)-1)×3/3-1/3&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| A useless format where the numbers 2013, 2, and 27 written as needlessly long arithmetic expressions using just the digits 1 and 3. For additional confusion, the values are delimited by slashes, enabling confusion with the fraction bar. (If evaluated literally, the entire expression evaluates to 670.963, or 671 minus one twenty-seventh.)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;27&amp;lt;/span&amp;gt;2013&lt;br /&gt;
| A nearly impossible to read date &amp;quot;format&amp;quot; that can be considered a parody &amp;quot;compromise&amp;quot; between different formats: rather than argue about the order in which the year, month, and day should be, they are simply all written on top of each other. As a &amp;quot;bonus&amp;quot;, there is also no arguing over which separator character to use.&lt;br /&gt;
|-&lt;br /&gt;
| 10/11011/1101&lt;br /&gt;
| The US mm/dd/yy format in {{w|Binary number|binary}}, corresponding to 2/27/13. Never used for obvious reasons.&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/20/13&lt;br /&gt;
| MM/DD/CC/YY, where CC stands for century. This format is never used. Note that while months and days count starting from 1, centuries and years in this format count from 0 for extra confusion. But the CC value is widely used on many operating systems to distinguish between the 20th and 21st century, represented by the values &amp;quot;19&amp;quot; and &amp;quot;20&amp;quot; because 1950 belongs to the 20th century.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;table style=&amp;quot;display: inline-table; line-height: 0.6em; align: middle; text-size-adjust: none;&amp;quot;&amp;gt;&amp;lt;tr style=&amp;quot;font-size:7pt; text-align: center&amp;quot;&amp;gt;&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr style=&amp;quot;text-align: center&amp;quot;&amp;gt;&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr style=&amp;quot;font-size:7pt; text-align: center&amp;quot;&amp;gt;&amp;lt;td&amp;gt;5&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;67&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;8&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
| An obfuscated format where the small numbers indicate the positions where the respective large digits should be placed. In this reading, 0 is used at positions 2 and 5, 1 is used on position 3, etc. Coincidentally or not, positions 1 to 4 (the year) being all placed above their digits and 5 to 8 (month and day) below; the result being 20130227&lt;br /&gt;
|-&lt;br /&gt;
| [A hissing black cat with &amp;quot;2-27-13&amp;quot; painted on it]&lt;br /&gt;
| In Western cultures, black cats and the number 13 are associated with bad luck. The cat might also just be angry that someone covered them in paint. Or maybe this is really the correct way.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Public Service Announcement:&lt;br /&gt;
&lt;br /&gt;
:Our different ways of writing dates as numbers can lead to online confusion. That's why in 1988 ISO set a global standard numeric date format. This is '''''the''''' correct way to write numeric dates:&lt;br /&gt;
&lt;br /&gt;
::2013-02-27&lt;br /&gt;
&lt;br /&gt;
:The following formats are therefore discouraged:&lt;br /&gt;
:*02/27/2013&lt;br /&gt;
:*02/27/13&lt;br /&gt;
:*27/02/2013&lt;br /&gt;
:*27/02/13&lt;br /&gt;
:*20130227&lt;br /&gt;
:*2013.02.27&lt;br /&gt;
:*27.02.13&lt;br /&gt;
:*27-02-13&lt;br /&gt;
:*27.2.13&lt;br /&gt;
:*2013. II. 27.&lt;br /&gt;
:*&amp;lt;sup&amp;gt;27&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;-13&lt;br /&gt;
:*2013.158904109&lt;br /&gt;
:*MMXIII-II-XXVII&lt;br /&gt;
:*MMXIII &amp;lt;sup&amp;gt;LVII&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;CCCLXV&amp;lt;/sub&amp;gt;&lt;br /&gt;
:*1330300800&lt;br /&gt;
:*((3+3)×(111+1)-1)×3/3-1/3&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
:*&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;27&amp;lt;/span&amp;gt;2013 [the numbers 2013, 02, and 27 written overlapping each other]&lt;br /&gt;
:*10/11011/1101&lt;br /&gt;
:*02/27/20/13&lt;br /&gt;
:*&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;0&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;1&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;2&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;67&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;37&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;8&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
:*[A black cat with 2-27-13 scrawled across their body in dripping white paint.]&lt;br /&gt;
:**Cat: ''Hissss''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Binary]]&lt;br /&gt;
[[Category:Public service announcement]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3042:_T._Rex_Evolution&amp;diff=363608</id>
		<title>3042: T. Rex Evolution</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3042:_T._Rex_Evolution&amp;diff=363608"/>
				<updated>2025-01-27T09:25:48Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3042&lt;br /&gt;
| date      = January 24, 2025&lt;br /&gt;
| title     = T. Rex Evolution&lt;br /&gt;
| image     = t_rex_evolution_2x.png&lt;br /&gt;
| imagesize = 418x378px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Unfortunately, body size and bite force continue to increase.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT WITH NEGATIVE LIMBS, CURRENTLY LIVING IN LOCH NESS - fact-check the graph's &amp;quot;early&amp;quot; claim and flesh things out a bit. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The small and seemingly useless forelimbs of ''{{w|Tyrannosaurus rex}}'' have often been used as a source of humor in works of fiction that feature dinosaurs. [[Randall]] claims that the ancestors of ''T. Rex'' had (relatively) longer and therefore more useful forelimbs, and hypothesizes that - had non-avian dinosaurs not suffered an {{w|Cretaceous–Paleogene extinction event|extinction event}} - this trend of &amp;quot;reduced limbs&amp;quot; would continue until present-day descendants of ''T. Rex'' were limbless creatures not unlike a giant snake.&lt;br /&gt;
&lt;br /&gt;
Evolutionary theory indicates that different selection pressures cause the development or loss of characteristics, as those characteristics which enable better survival to continuation of the species are emphasised and those which don't (such as wasting nutrients on growing unnecessary limbs) are not.&lt;br /&gt;
&lt;br /&gt;
In reality, while animals have evolved to lose the use of the limbs of their predecessors - such as the hind legs of a whale - the development of these vestigial limbs would not apply to other limbs. A T. rex would continue to have substantial need for its hind legs, which it used for running and chasing prey, and would have no reason to lose legs unless environmental factors favored a limbless lifestyle. This has happened multiple times in the Order Squamata, the lizards and snakes, where limbless body plans have evolved convergently over and over such as in blind worms as compared to true snakes. However these circumstances that encourage such lifestyles were not likely to happen to the large predatorial Tyrannosaurus. With that said Tyrannosaurus would likely, eventually, have either grown arms to reasonable size, or lost its arms altogether, if it had never gone extinct.&lt;br /&gt;
&lt;br /&gt;
The title text claims that as ''T. Rex'' was also larger than its ancestors, the same trend in growth would continue such that the hypothetical limbless present-day descendant would be even larger than the [https://what-if.xkcd.com/78/ famously elephant-sized] ''T. Rex''. In reality animals do not linearly grow in size and a modern Tyrannosaurus would not necessarily be dramatically larger, and could easily have gotten somewhat smaller even with the same body plans and lifestyle.&lt;br /&gt;
&lt;br /&gt;
This comic may be tangentially related to the fact that birds are dinosaurs that survived the KT extinction, which is a recurring theme on xkcd.&lt;br /&gt;
&lt;br /&gt;
Extrapolation was first the subject of a comic in [[605: Extrapolating]] and has since become a [[:Category:Extrapolation|recurrent topic]] on xkcd.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A graph is shown. The Y-axis is labelled and has two labeled ticks at the top and halfway up from the X-axis:]&lt;br /&gt;
:Limbs&lt;br /&gt;
:4&lt;br /&gt;
:2&lt;br /&gt;
&lt;br /&gt;
:[The X-axis is not labelled but represents time and it has ticks every 10 million years, from 180 million years ago until present time. Every fifth tick is a bit larger and has a label beneath it. Except the one at the present time. Below the last tick is an arrow pointing to that tick with a label. There is another arrow that points to about 65 million years ago and this also has a label:]&lt;br /&gt;
:150 million years ago&lt;br /&gt;
:100 MYA&lt;br /&gt;
:50 MYA&lt;br /&gt;
:Now&lt;br /&gt;
:Extinction&lt;br /&gt;
&lt;br /&gt;
:[The graph shows three animals positioned from the top left, to the middle to the bottom right of the graph.]&lt;br /&gt;
:[The first animal is a regular dinosaur walking on its hind legs, with fairly long front legs. It is positioned at 4 limbs and 150 million years ago. A label is written above and right of it:]&lt;br /&gt;
:4 normal limbs&lt;br /&gt;
&lt;br /&gt;
:[An arrow goes along the diagonal of the chart down and right and points to the second animal, a Tyrannosaur Rex, which is located in the middle of the chart next to 2 limbs and, just left of the &amp;quot;extinction&amp;quot; arrow. Larger than the first and with almost no front legs. A label is written above and right of it:]&lt;br /&gt;
:Barely more than 2&lt;br /&gt;
&lt;br /&gt;
:[A dashed arrow with a label in the middle continues along the diagonal of the chart to the last animal: A leg-less &amp;quot;dinosaur&amp;quot; with a big open mouth. The animal lies on its belly but with the head part and the tail lifted from the ground.  A label is written above it.]&lt;br /&gt;
:?&lt;br /&gt;
:???&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:If T. Rex hadn't gone extinct&lt;br /&gt;
:(Linear extrapolation)&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Timelines]]&lt;br /&gt;
[[Category:Extrapolation]]&lt;br /&gt;
[[Category:Dinosaurs]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3034:_Features_of_Adulthood&amp;diff=361232</id>
		<title>3034: Features of Adulthood</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3034:_Features_of_Adulthood&amp;diff=361232"/>
				<updated>2025-01-07T13:32:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: Added percentages for &amp;quot;adhesives&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3034&lt;br /&gt;
| date      = January 6, 2025&lt;br /&gt;
| title     = Features of Adulthood&lt;br /&gt;
| image     = features_of_adulthood_2x.png&lt;br /&gt;
| imagesize = 704x620px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I don't dig pit traps and cover them with sticks and a thin layer of leaves nearly as much as I expected; I find a chance to do it barely once a month.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete| Unexpectedly created by an adult BOT digging pit traps - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
 &lt;br /&gt;
This comic is a graph comparing  the (mostly) common ideas of adulthood from a young person's perspective with the sad reality of it. The features that are most expected but don't actually come up (quicksand, grappling hooks, crocodiles, and twins switching place) are common tropes in fiction. At the opposite end, some very mundane activities are common but we don't expect them to be important when we're young: deciding what to eat, dealing with weird noises and smells.&lt;br /&gt;
&lt;br /&gt;
It is clear that many of the things that were imagined more likely than they turned out to be are ''direct'' references to fictional scenarios on film or TV, especially with a number of action movie tropes, throughout the 'lower-right triangle'. In contrast, the complimentary 'upper-left triangle' has situations that mostly (though not entirely!) seem to not be portrayed in many fictional depictions.&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Event&lt;br /&gt;
! Expected frequency in adulthood&lt;br /&gt;
! Actual frequency in adulthood&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| {{tvtropes|FormalFullArrayOfCutlery|Which fork you're supposed to use for what}}&lt;br /&gt;
| 0%&lt;br /&gt;
| 0%&lt;br /&gt;
| Different types of {{w|forks}} are used to eat different courses of a meal. Usually, cutlery is arranged in a way that makes it easier to understand which is needed. Learning which fork to use may be a lesson in an {{w|etiquette school}} class.&lt;br /&gt;
|-&lt;br /&gt;
| {{tvtropes|CartoonBomb|Lit fuses}}&lt;br /&gt;
| 40%&lt;br /&gt;
| 0%&lt;br /&gt;
| Explosives with visible lit fuses are commonly seen in movies and TV shows. In reality, explosives are more likely to be remotely detonated or have an {{w|time bomb|unlit}} or concealed fuse (e.g. {{w|grenade}}s). Also, most people don't generally have to deal with explosives anyway.&lt;br /&gt;
|-&lt;br /&gt;
| {{tvtropes|PalatePropping|Shoving a stick}} in a {{w|crocodile}}'s mouth to wedge it open&lt;br /&gt;
| 80%&lt;br /&gt;
| 0%&lt;br /&gt;
| Placing a vertical stick in a crocodile’s mouth is a popular TV trope to prevent the crocodile from {{w|Crocodile attack|bitting down}} (usually on the stick placer).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Quicksand}}&lt;br /&gt;
| 100%&lt;br /&gt;
| 0%&lt;br /&gt;
| Quicksand is {{tvtropes|QuicksandSucks|common in adventure fiction}}, but it's quite rare in real life, and an average person is highly unlikely to encounter quicksand in day to day life.&lt;br /&gt;
|- &lt;br /&gt;
| {{w|Car chase}}s&lt;br /&gt;
| 35%&lt;br /&gt;
| 5%&lt;br /&gt;
| Car chases are frequently seen in movies and TV shows involving police, including real-life police shows, but unless you're a police officer or criminal trying to evade them, you'll probably never be involved in one. One actual car chase that attracted widespread attention was {{w|O.J.Simpson}}'s white Ford Bronco, which was shown on TV after he was identified as the prime suspect in his wife's murder.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Grappling hook}}s&lt;br /&gt;
| 100%&lt;br /&gt;
| 5%&lt;br /&gt;
| A grappling hook is a metal piece that is attached to a rope. If the person is going up a cliff, the “hook” would be thrown or shot at the top of the cliff and would either snag something, or more commonly, would wrap around something like a tree then hook onto itself, thus securing a way up the cliff.&lt;br /&gt;
|-&lt;br /&gt;
| People offering free drugs&lt;br /&gt;
| 30%&lt;br /&gt;
| 10%&lt;br /&gt;
| Typically refers to illicit drugs. The expectation is that a drug pusher will offer you free samples to get you addicted, then start charging expensive prices.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Parachute}}s&lt;br /&gt;
| 80%&lt;br /&gt;
| 10%&lt;br /&gt;
| A large piece of fabric that is tied to you in order to slow a {{w|Parachuting|very high fall}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Barrels}}&lt;br /&gt;
| 95%&lt;br /&gt;
| 10%&lt;br /&gt;
| Wooden or {{w|Drum (container)|metal}} storage implements, frequently used as concealment, improvised weapons and (sometimes explosive) obstacles in popular media.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Middle name}}s&lt;br /&gt;
| 15%&lt;br /&gt;
| 20%&lt;br /&gt;
| A second (or occasionally also third or more) {{w|given name}}, common in some traditions. Sometimes used specifically to honor someone (perhaps the same first name of a grandparent or loved one, occasionally such a person's surname). It can be used as further identification, if one has a common first and last name. In some families, the first name may be traditionally shared with the appropriate parent (and the grandparent, their parent) and reference by the middle name(s), alone, may be more useful to distinguish the person being addressed from within a family situation. In later life, a person may drop the use of middle names (or, conversely, adopt ''only'' them as the name they are known by) and the unwieldy complete set of names becomes less common, as they may be considered unprofessional and unnecessary.&lt;br /&gt;
Authors and politicians may most obviously buck this trend, as they have to develop an identity far beyond their immediate personal and professional circles, and perhaps need to be more unambiguously individual and free of confusion from others of similar named as &amp;quot;Firstname Surname&amp;quot;, but this might also just reflect that the practice of more formally complete names is a tradition that is being dropped from those of [[Randall]] (Patrick) Munroe's generation, leaving only the generations before (most represented, in the public eye, by elder statesmen and well-read writers) still using them in the way they always did.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Food fight}}s&lt;br /&gt;
| 50%&lt;br /&gt;
| 20%&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{tvtropes|TwinSwitch|Twins switching places}}&lt;br /&gt;
| 90%&lt;br /&gt;
| 20%&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{tvtropes|PoptheTires|Flat}} {{w|tire}}s&lt;br /&gt;
| 10%&lt;br /&gt;
| 25%&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Briefcase}}s&lt;br /&gt;
| 70%&lt;br /&gt;
| 25%&lt;br /&gt;
| Frequently used to carry documents and other small office equipment. Often portrayed as {{tvtropes|BriefcaseFullOfMoney|a means to carry a large amount of cash}} or {{tvtropes|BriefcaseBlaster|conceal a firearm}}. The popularity of briefcases has been declining after the 1980s so it's possible that Randall observed grown-ups using briefcases when he was a kid and assumed he would too, only for them to go out of fashion.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Martial arts}}&lt;br /&gt;
| 95%&lt;br /&gt;
| 25%&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Water damage}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Backpack}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Backpacks of various sizes are a versatile means to carry items. They are almost as popular in real life as in fiction, though the contents may be somewhat different.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|My academic record}}s&lt;br /&gt;
| 95%&lt;br /&gt;
| 30%&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Adhesive}}s&lt;br /&gt;
| 15%&lt;br /&gt;
| 50%&lt;br /&gt;
| Adhesives such as {{w|glue}}, {{w|adhesive tape|tape}} and {{w|epoxy resin}} are used to bond items together, typically for use in arts and crafts. They also have widespread industrial applications.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Board game}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Board games are sometimes used as minigames in video games. The {{w|Mario Party}} franchise is a video game adaptation of the board game formula.&lt;br /&gt;
|-&lt;br /&gt;
| Tying {{w|knot}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| There are many knots to tie, each with distinct purposes. May also refer to &amp;quot;tying the knot&amp;quot;, an expression for {{w|marriage}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cable management}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Laser}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Dangerous driving situations&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pizza}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Often thought of as takeout or delivery food. A favorite of {{w|Spider-Man}} and the {{w|Teenage Mutant Ninja Turtles}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Star Wars}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Cool toys&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Weather forecast}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Batteries}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Power tools}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Video game}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Often thought of as a childish pastime, adults frequently play video games.&lt;br /&gt;
|-&lt;br /&gt;
| Figuring out what to have for dinner&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Heating, ventilation and air conditioning|HVAC}} issues&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cooking}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Secret {{w|password}}s&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Laundry&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tax}}es&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| One of two inevitable things in life, {{w|Death and taxes (idiom)|the other being death}}{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| Customer service&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Shopping&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Unexplained smells or noises&lt;br /&gt;
| &lt;br /&gt;
| 100%&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Pocket radio communicators&lt;br /&gt;
| &lt;br /&gt;
| 100%&lt;br /&gt;
| Examples include {{w|cell phone}}s, {{w|pager}}s and {{w|walkie-talkie}}s&lt;br /&gt;
|-&lt;br /&gt;
| Bills&lt;br /&gt;
| &lt;br /&gt;
| 100%&lt;br /&gt;
| Most households have to contend with electricity, water and telecommunication service bills&lt;br /&gt;
|-&lt;br /&gt;
| Digging {{w|pit trap}}s (title text)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Inside the Star Destroyer in [[1608: Hoverboard]] we see [https://www.explainxkcd.com/wiki/images/f/fd/1608_1055x1090y_Trap_covered_with_leaves_and_flying_Ponytail_at_bottom_of_hull.png Cueball cover a pit trap with leaves], so this is something Randall actually thinks about sometimes!&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;
:[Shown is a scatter plot, with arrowed labels on the axes:]&lt;br /&gt;
:Y axis label: How often it comes up in my adult life&lt;br /&gt;
:X axis label: How often I expected it to come up in my adult life&lt;br /&gt;
&lt;br /&gt;
:[First row, comes up very often, from least to most expected:]&lt;br /&gt;
:Unexplained smells or noises, customer service, pocket radio communicators, bills, shopping&lt;br /&gt;
:Figuring out what to have for dinner, HVAC issues, secret passwords, laundry, cooking, taxes&lt;br /&gt;
:Weather forecasts, batteries, video games, power tools&lt;br /&gt;
:Cable management, dangerous driving situations, pizza, Star Wars, lasers, cool toys&lt;br /&gt;
:Adhesives, board games, tying knots&lt;br /&gt;
:Water damage, backpacks, my academic record&lt;br /&gt;
:Flat tires, briefcases, martial arts&lt;br /&gt;
:Middle names, people offering free drugs, food fights, parachutes, twins switching places, barrels&lt;br /&gt;
:[Last row, comes up very rarely, from least to most expected:]&lt;br /&gt;
:Which fork you're supposed to use for what, car chases, lit fuses, shoving a stick in a crocodile's mouth to wedge it open, grappling hooks, quicksand&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scatter plots]]&lt;br /&gt;
[[Category:Food]]&lt;br /&gt;
[[Category:Weather]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Board games]]&lt;br /&gt;
[[Category:Animals]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3032:_Skew-T_Log-P&amp;diff=360845</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=360845"/>
				<updated>2025-01-02T15:33:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ Dave&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 CHATGPT FOR SOME REASON - This needs an explanation. Do NOT delete this tag too soon.}}&lt;br /&gt;
The comic is a funny take on 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). These diagrams 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 dewpoint temperature), they can be hard to understand if you haven't learned how to. The comic pretends to offer an explanation of how to interpret one such diagram (which may appear to have measurements from two separate weather balloons, one with two solid black lines for its measurements and the other with two dashed black lines, whereas the two lines and various styles of line generally mean different measurements from the same balloon-track), but most of the explanations are blatantly incorrect or humorous in nature.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | style=&amp;quot;background:#E6C3C3;&amp;quot;&lt;br /&gt;
!Item in comic&lt;br /&gt;
!Correct?&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Pressure latitude ||  || &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 recognised as the indicators of how ground-level pressures change (or not) across the horizontal area depicted on a weather ''map''. Tightly packed isobars would indicate stronger winds, which (away from the tropics) would generally be either clockwise or anti-clockwise around the centre of the dominant isobar feature, depending upon whether that's a high pressure or a low pressure and (away from the tropics) which hemisphere. &lt;br /&gt;
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.  One of the most common isomers of propanol has its OH functional group in the middle, so is called isopropyl alcohol or isopropanol.&amp;lt;br /&amp;gt;&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 || Not really || 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 ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Oops, the balloon flew through a ghost ||  || &lt;br /&gt;
|-&lt;br /&gt;
| These lines are slightly different because Dave messed them up ||  || &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 above sea level). This is well above the highest 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 ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Seems bad ||  || &lt;br /&gt;
|-&lt;br /&gt;
| Dew point || Real but misrepresented. || The temperature at which water condenses out of the air, and therefore dew starts to form, given the level 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) representive of which temperature '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 ||  || 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 Arthur E. Kennelly and Oliver Heaviside.&lt;br /&gt;
In this diagram it is apparently labeling a heavily marked isothermz 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 ||  || &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;
[[File:Annotated_Skew_T_diagram.png|thumb|An actual Skew-T Log-P diagram, with several real annotations.]]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 directly inversely synonymous to altitude) is shown as a logarithmic scale (i.e. Log-P) due to the more practical separation of values. As height increases, relevent changes in the atmosphere also generally become more spaced out. A linear scale would create a 'busy' area at a lower plot and an effectively featureless upper stretch. The temperature scale is deliberately tilted, rather than orthagonal, which (together with the logarithmic nature of the inverted pressure scale) allows the typical way that temperatures fall with altitude(≈inversely against pressure) 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 (e.g.) releasing a weather balloon. As well as the variation of actual temperatures and pressures, other retrieved data is plotted, such the {{w|dew point}}. The dew point is a function of how the humidity of the air interacts with any given temperature and pressure to produce condensation. 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;
==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 labels are inside the diagram.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
This comic is the first comic of 2025, having been posted on New Year's Day 2025.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Weather]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3022:_Making_Tea&amp;diff=358955</id>
		<title>3022: Making Tea</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3022:_Making_Tea&amp;diff=358955"/>
				<updated>2024-12-10T09:31:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Methods mentioned */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3022&lt;br /&gt;
| date      = December 9, 2024&lt;br /&gt;
| title     = Making Tea&lt;br /&gt;
| image     = making_tea_2x.png&lt;br /&gt;
| imagesize = 690x291px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = No, of course we don't microwave the mug WITH the teabag in it. We microwave the teabag separately.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Microwaved by a TEA-MAKING AUTOMATON - Do NOT delete this tag too soon.}}&lt;br /&gt;
Tea is exceptionally popular in the United Kingdom (although [https://www.bbc.co.uk/news/articles/c4gpll9l535o decreasingly so]). Virtually every home has an electric kettle as a standard appliance, if not a normal one and a cooker hob, with teapots and other related crockery being found in many cupboards, or even on a shelf in full display. In contrast, tea is less commonplace in the United States of America (Randall's native country) and owning separate devices for tea-making is probably far less common than having coffee-makers of various kinds. As a result, when Americans need a cup of boiled water — for tea or otherwise — it is considered normal to put the water in a microwave oven.&lt;br /&gt;
&lt;br /&gt;
British people are stereotyped as taking genuine offense to microwaved water, believing it to be an objectively incorrect way to make tea. Randall mocks this stereotype through exaggeration, saying British people would be less offended by the theft of the {{w|Crown Jewels of the United Kingdom}} than they would be by a cup of microwaved water.&lt;br /&gt;
&lt;br /&gt;
===Methods mentioned===&lt;br /&gt;
;Making it in a kettle&lt;br /&gt;
:Perhaps an intentional misnomer. Water may be ''boiled'' in a kettle, but the tea itself is made in a separate {{w|teapot}}, with loose or bagged tea-leaves, ready for pouring into any number of {{w|teacup}}s, {{w|mug}}s or {{w|vacuum flask|thermos flask}} as required. Alternatively, the water is poured directly from the kettle onto a teabag in a mug or cup — either with a teabag already waiting in it (typical for &amp;quot;{{w|Builder's tea}}&amp;quot;, where it may remain for a long while, ''perhaps''  until being fished out by a spoon just before drinking) or into which the teabag will now be dipped (at the personal discretion of the recipient, to taste, thus fine-tuning the time it infuses).&lt;br /&gt;
&lt;br /&gt;
;Boiling water in a pot, steeping in a mug&lt;br /&gt;
:As above, boiling water from the ''kettle'' can be poured straight into an individual mug. However, boiling the water in a pot (or more commonly in the UK, a 'pan') on the stove is considered inferior to the kettle.&lt;br /&gt;
&lt;br /&gt;
;Making it in a chalice and ampulla stolen from the Crown Jewels&lt;br /&gt;
:The most un-British thing about this is the use of incorrect tea-ware. The precious stone chalice and gold ampulla are also doubtful as being of suitable materials for British tea-making (as opposed to using cast iron, stainless steel, silver-plate, robust ceramics and/or fine china, for various stages of the process) and there'd definitely be some complaints that it does not taste like a proper cuppa. As a secondary consideration, some Brits would consider it a crime against the nation's own heritage. Though many may have considered it, and occasionally {{w|Thomas Blood#Theft of the Crown Jewels|attempted it}}, it would not be taken kindly by many others. And to do so to make tea would be just {{wiktionary|not cricket}}. &lt;br /&gt;
&lt;br /&gt;
;Microwaving a mug&lt;br /&gt;
:Apparently common in the US, possibly because the standard US home power supply (~120V) is less convenient to power an electric kettle such as the British might use (with ~230V). The microwaving method of heating water is widely mistrusted in the UK, with warnings about generating superheated water that explodes in your face the moment it is disturbed. In general, one doesn't put 'just water' in a microwave; the closest analogue would be something like soup (from a can but now in a microwave-safe bowl), and keeping an eye on it/applying a loose lid to prevent it sputtering and overboiling.&lt;br /&gt;
:The title text continues with this theme, by reassuring us that the microwaved mug doesn't have a teabag in it (analogous to the 'boiling tea-kettle' version, together with new uncertainty about sudden nucleation of the water). Instead, it is separately microwaved. As tealeaves (and bag) should normally be dry and receive little to no heating from its own stint in the microwave, the wrongheadedness this invokes does little to dissuade the skeptic's doubts about how utterly perverse this colonial variation on tea-making has become.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A line chart is shown. Above the chart are, from top to bottom, a heading, a subheading, and an arrow pointing right with a label above. On the line there are four labeled tick marks, with the labels written beneath the line. A small curved line is going from each label to below their tick. The first two ticks are close together on the far left side of the graph, the third is approximately in the center, and the fourth is on the far right side of the graph.] &lt;br /&gt;
:&amp;lt;big&amp;gt;Ways of Making Tea&amp;lt;/big&amp;gt;&lt;br /&gt;
:By how angry British people get when Americans do them&lt;br /&gt;
:More angry&lt;br /&gt;
&lt;br /&gt;
:Making it in a kettle&lt;br /&gt;
:Boiling water in a pot, steeping in a mug&lt;br /&gt;
:Making it in a chalice and ampulla stolen from the Crown Jewels&lt;br /&gt;
:Microwaving a mug&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Food]]&lt;br /&gt;
[[Category:Rankings]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2633:_Astronomer_Hotline&amp;diff=357960</id>
		<title>Talk:2633: Astronomer Hotline</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2633:_Astronomer_Hotline&amp;diff=357960"/>
				<updated>2024-11-27T14:46:55Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Someone really needs to check on the bot. This is the second day in a row where I have had to begin the article! [[User:SqueakSquawk4|SqueakSquawk4]] ([[User talk:SqueakSquawk4|talk]]) 13:06, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The fact that this is the Astronomer Helpline seems like commentary on the frequency with which astronomers are asked about mysterious objects, and/or the fact that astronomers (who tend to spend a lot of time looking at the sky) rarely report seeing unidentified objects. It could also be noted that calling fireflies a UFO would technically be accurate, as they are objects which are flying that the observers apparently could not readily identify. [[Special:Contributions/172.71.82.121|172.71.82.121]] 13:36, 15 June 2022 (UTC)&lt;br /&gt;
:There is about 2000 species of fireflies. OF COURSE I can't identify which one it is, considering it's so dark I only see the light. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 18:22, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Title text probably referes to [https://en.wikipedia.org/wiki/Periodical_cicadas Periodical cicadas] that appears every 17 years.&lt;br /&gt;
[[Special:Contributions/172.71.98.99|172.71.98.99]] 13:58, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
As someone from a country without fireflies, is &amp;quot;Ground Stars&amp;quot; a normal word for fireflies or a joke? (similar to how planets are &amp;quot;wandering stars&amp;quot;, so to an astronomer everything is a star, similar to [[2017: Stargazing 2]]) [[User:Sqek|Sqek]] ([[User talk:Sqek|talk]]) 14:17, 15 June 2022 (UTC)&lt;br /&gt;
:A joke. [[Special:Contributions/172.70.115.4|172.70.115.4]] 14:54, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The second last paragraph is extremely confusing. Someone should fix it. [[Special:Contributions/162.158.203.38|162.158.203.38]] 15:17, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have removed the paragraph referenced in the above comment; it was confusing, and seemed focused on explaining the reasons for cicadas having prime-numbered year cycles.  While this is interesting, it is not relevant to understanding any of the jokes, especially since two helpful links to periodical cicadas and Brood X were already included earlier in the article.  Parties interested in learning cicada facts may follow those links; to explain the joke, it is enough to acknowledge that periodical cicadas are a thing, not explore the ecology or evolution of such a trait.  If I overstepped, feel free to reinstate with a clearer explanation. [[User:Dextrous Fred|Dextrous Fred]] ([[User talk:Dextrous Fred|talk]]) 16:16, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone else think that the 'Weird Bug Helpline' may be a play on more conventional helplines, and weird computer bugs that only appear 'every 17 years' when a user presents with an odd edge case that wasn't anticipated? [[Special:Contributions/162.158.159.43|162.158.159.43]] 09:16, 17 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;I just got a message from the Odd Perfect Number hotline!&lt;br /&gt;
I was trying to explain to someone today that the question of whether there are any {{w|odd number|odd}} {{w|perfect number}}s is an open problem, so I asked {{w|Google Assistant}} and was informed that https://arxiv.org/abs/2101.07176 proves that there aren't! [[Special:Contributions/162.158.166.235|162.158.166.235]] 21:15, 15 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Cosmic Ray Phenomena&lt;br /&gt;
When I started reading the comic, I was sure it's referring to [https://en.wikipedia.org/wiki/Cosmic_ray_visual_phenomena cosmic ray phenomena]. Reading further it made less sense, though I feel it should be mentioned in this explanation. {{unsigned ip|172.68.221.5}}&lt;br /&gt;
:I do not agree. This is something happening to astronauts in space. Not to a guy calling an astronomy hot-line. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:35, 16 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Trivia US UFO helpline&lt;br /&gt;
AFAIK you can only report UFOs to the ''Airborne Object Identification and Management Synchronization Group'' (AOIMSG) if you're in the military. They really want to have sensor data, too. But with a smartphone, you can get apps to identify astronomical objects or airplanes by pointing your phone at them. metabunk.org does a lot of UFO identification. --[[Special:Contributions/162.158.203.76|162.158.203.76]] 11:07, 16 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;other xkcd related?&lt;br /&gt;
https://xkcd.com/1391/ - people forgetting that the sun is visible during day&lt;br /&gt;
https://xkcd.com/1493/ - the bug hotline might have been built on the bug tracker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Could this comic be referring to the Supernova Early Warning System?&lt;br /&gt;
Is this comic possibly a reference to the Supernova Early Warning System(SNEWS) or some other similar astronomy organisation? SNEWS is basically an astronomer hotline(or rather mailing list). If astronomers detect what they think is a supernova, they let astronomers(amateur and professional) around the world know about the event, so that they can try to point their telescopes at the supernova quickly enough to observe it/ work out what it is/ study it. I always thought of this as an astronomer hotline: If you see some strange lights in the night sky, you can call upon every astronomer in the world to point their telescopes at it and work out what it is. --[[Special:Contributions/172.68.210.47|172.68.210.47]] 08:20, 17 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Probably the opposite: [http://ugg.weishi.qq.com/news/77onSOAvi1TdiOB4K/ A man in China called the police saying that he was being followed by a drone in the dark. It turns out that it was a star.] [[User:ConscriptGlossary|ConscriptGlossary]] ([[User talk:ConscriptGlossary|talk]]) 12:56, 27 November 2024 (UTC)&lt;br /&gt;
:A common problem. Military units have fired anti-aircraft guns at Venus, and some people apparently can't even [http://news.bbc.co.uk/1/hi/wales/7489457.stm recognise the Moon for what it is]. [[Special:Contributions/172.69.194.79|172.69.194.79]] 14:46, 27 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3011:_Europa_Clipper&amp;diff=356821</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=356821"/>
				<updated>2024-11-14T18:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ Taking the vague name-stuff into Trivia, and streamlining what's left.&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;
&lt;br /&gt;
{{incomplete|Created by a JOVIAN DESSERT. Please consider deleting this tag too soon, but refrain from doing so.}}&lt;br /&gt;
&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}} is not shown, but its gravitational pull affects the ''Clipper's'' trajectory. A mission goal is to achieve a 6:1 {{w|orbital resonance}} with Europa by September 2034.[https://www.researchgate.net/profile/Martin-Ozimek/publication/383115312_AAS_24-433_Europa_Clipper_Mission_Analysis_Pump_Down_Trajectory_Design/links/66bcd845311cbb094938dbd6/AAS-24-433-Europa-Clipper-Mission-Analysis-Pump-Down-Trajectory-Design.pdf] ]]&lt;br /&gt;
&lt;br /&gt;
The ''{{w|Europa Clipper}}'' space probe was launched from the {{w|Kennedy Space Center}} in Florida on October 14, 2024. It is expected to arrive at Jupiter and begin exploration of Jupiter's moons, particularly {{w|Europa (moon)|Europa}}, in April of 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 might contain some basic forms of life.[https://europa.nasa.gov/why-europa/ingredients-for-life/] To sample this liquid, its crust (water ice) would need to be breached.&lt;br /&gt;
&lt;br /&gt;
Europa's icy surface is being compared to the caramelized crust on the popular dessert {{w|crème brûlée}}, perhaps similar to how {{w|Cassini-Huygens}} probe, after landing on the surface of Saturn's moon Titan in January of 2005, found that its surface had what was then subsequently described as [https://www.sciencenews.org/article/world-unveiled-cr%C3%A8me-br%C3%BBl%C3%A9e-titan a &amp;quot;crème brûlée&amp;quot; consistency]. The hard surface of the caramel cream dessert is traditionally cracked open with a spoon, and so Randall implies that this equipment [https://europa.nasa.gov/mission/about/ will be used] by the ''Europa Clipper''.&lt;br /&gt;
&lt;br /&gt;
In truth, no such spoon is present on the probe, and the ice-layer would be far too thick to be so easily penetrated by the illustrated size of cutlery. More than that, its course is explicitly designed to avoid contact with Europa (though it will fly through sparse material ejected into space from it) so as to prevent {{w|Planetary protection|contamination by microorganisms from Earth}}. The successful deployment of ''any'' instrument is considered a cause for celebration, however, as deployable instruments on spacecraft have often failed to correctly extend, unfurl or undock, and the craft is equipped with a magnetometer that will be used at the end of a 8.5 meter boom as part of its closer studies.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; justify-content: center; align-items: center; margin: 1em 0;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;text-align: center; margin: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
    [[File:Europa_-_Perijove_45_(cropped).png|200px|alt=Europa]]&lt;br /&gt;
    &amp;lt;div&amp;gt;Europa&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;text-align: center; margin: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
    [[File:2014_0531_Crème_brûlée_Doi_Mae_Salong_(cropped).jpg|200px|alt=Crème brûlée]]&lt;br /&gt;
    &amp;lt;div&amp;gt;Crème brûlée&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;text-align: center; margin: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
    [[File:Europa_Clipper_spacecraft_model.png|200px|alt=The Europa Clipper spacecraft]]&lt;br /&gt;
    &amp;lt;div&amp;gt;The ''Europa Clipper'' spacecraft&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The title text expands on the joke by stating that the spacecraft &amp;quot;had BETTER&amp;quot; return samples of Europa to Earth. However, the ''Europa Clipper'' is not a {{w|sample-return mission}}.&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 very large spoon extending beneath, longer than the span of both 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;'' Contrary to the suggestion of the comic, no landing or any other physical interaction beyond observation of the surface of Europa is planned.&lt;br /&gt;
&lt;br /&gt;
In {{w|Greek mythology}}, {{w|Europa (consort of Zeus)|Europa}} was said to be a {{w|Phoenician}} princess who {{w|Zeus}}, the king of the gods, abducted after transforming himself into a bull. The name of the continent Europe derives from a north-western province of ancient Greece that may have been associated with this legend. Jupiter's moon was {{w|Europa (consort of Zeus)#Moon of Jupiter|named after her}} in relatively recent times. With the caramel cream dessert believed to have been [https://archive.org/details/lagastronomieaug00sabb/page/272/mode/2up invented in Europe], this might be small part of the reasoning that [[Randall]] used to suggests that the spacecraft might encounter crème brûlée, and require a spoon.&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.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:110:_Clark_Gable&amp;diff=352912</id>
		<title>Talk:110: Clark Gable</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:110:_Clark_Gable&amp;diff=352912"/>
				<updated>2024-10-15T07:42:04Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: Reply to BabylonAS re realistically drawn subjects.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Rikthoff|Rikthoff]] ([[User talk:Rikthoff|talk]]) The issue date is definately off, as the file doesn't have an issue date. Can anyone fix?&lt;br /&gt;
&lt;br /&gt;
- Listed as 2006-06-02 as per https://xkcd.com/archive/   [[Special:Contributions/172.68.141.28|172.68.141.28]] 09:18, 2 July 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Gable did not have Tourette’s syndrome&lt;br /&gt;
:It's a joke ._. [[User:Beanie|Beanie]] ([[User talk:Beanie|talk]]) 14:21, 9 December 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
This might be the only xkcd comic with realistically drawn human characters (in contrast to stick figures or the [[Barrel Boy]]). —&amp;amp;nbsp;[[User:BabylonAS|BabylonAS]] ([[User talk:BabylonAS|talk]]) 13:14, 25 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:But see https://xkcd.com/56/&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2897:_Light_Leap_Years&amp;diff=335626</id>
		<title>2897: Light Leap Years</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2897:_Light_Leap_Years&amp;diff=335626"/>
				<updated>2024-02-24T01:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ I was editing this with consequential information, and (hopeful) improvements to phrasing, to find it was exited out. Made a few more changes to let it stand, again, as a perhaps useful technical aside.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2897&lt;br /&gt;
| date      = February 21, 2024&lt;br /&gt;
| title     = Light Leap Years&lt;br /&gt;
| image     = light_leap_years_2x.png&lt;br /&gt;
| imagesize = 288x389px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = When Pope Gregory XIII briefly shortened the light-year in 1582, it led to navigational chaos and the loss of several Papal starships.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by A FLEET OF PAPAL STARSHIPS FROM ANNO DOMINI MDLXXXII - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The comic features [[Cueball]] and [[Ponytail]] updating astronomical distances in a database. The caption imagines a world in which {{w|leap year}}s, which add an extra day making the year 366 days long instead of 365, purportedly extend light-years by 0.27% due to the additional day (366/365 = 1.0027397...). This adjustment ostensibly shortens the distance to celestial bodies like Alpha Centauri by a corresponding percentage – a relatively small amount, but one that corresponds to approximately 730 times the average Earth-sun distance. The comic was released about a week before the leap day of 2024, a leap year.&lt;br /&gt;
&lt;br /&gt;
The joke hinges on the fluidity of the term &amp;quot;year&amp;quot; throughout history, with the {{w|Gregorian calendar}}'s leap year system—adding a day every four years to align the calendar year with the astronomical year—being the current standard. A {{w|light year}}, defined in astronomy as the distance light travels in a vacuum over a Julian year (365.25 days), remains constant at 9,460,730,472,580.8 km, unaffected by the Gregorian calendar's leap years. However, the comic amusingly suggests that leap years lengthen light years, necessitating database updates for astronomical distances.&lt;br /&gt;
&lt;br /&gt;
The title text imaginatively claims {{w|Pope Gregory XIII}}, who introduced the Gregorian calendar in 1582, inadvertently affected the length of the light-year, leading to &amp;quot;navigational chaos&amp;quot; and the loss of fictional &amp;quot;Papal starships.&amp;quot; This satirizes the significant historical impact of calendar reforms on navigation and measurement, despite the anachronism, as the light-year wasn't defined until 1838, and the concept of a finite speed of light emerged in 1676 with {{w|Rømer's determination of the speed of light}}. Navigational chaos ''has'' been a cause of shipwrecks, notably the {{w|Scilly naval disaster of 1707}} in which 4 ships were lost and over 1,400 sailors died.&lt;br /&gt;
&lt;br /&gt;
The comic implies the distance to Proxima Centauri varies slightly between leap years and non-leap years, according to the leap year calculation. In reality, astronomers wouldn’t be bothered by this change: they use the {{w|parsec}} for interstellar distances, a unit based on angular measurements unrelated to Earth's calendar.&lt;br /&gt;
&lt;br /&gt;
This is the second comic in the last 10 about how differing interpretations of standard units could have absurd real-world implications, the other being [[2888]].&lt;br /&gt;
&lt;br /&gt;
===Discussion of the use of light year values in the comic===&lt;br /&gt;
The values given for Proxima Centauri's distance from the Sun, 4.2377 light-leap-years and 4.2493 light-nonleap-years, are consistent with a distance of 4.2464 actual light-years as described by the {{w|International Astronomical Union}}, which is only minutely different from 4.2465 light-years, the value given by {{w|Gaia catalogues|Gaia Data Release 3}} in 2020. Though tiny on an interstellar scale, the difference between 4.2377 and 4.2493 light-years, 0.0116 light years, equals 109.7 billion km (68.2 billion miles), about 730 times the average distance between the Earth and the sun (150 million km or 93 million miles).&lt;br /&gt;
&lt;br /&gt;
Ironically, this kind of change would not actually bother astronomers in the slightest. Astronomical distances on scales larger than the solar system are universally (or rather, globally: we do not know how things are done in other parts of the universe) measured with the {{w|parsec}} (&amp;quot;''pc''&amp;quot;, or useful multiples such as ''kpc'', ''Mpc'', or ''Gpc''). One of those is approximately 3.24 light years, so has a [[2205: Types of Approximation|similar astronomical magnitude]], but is founded upon common interpretations of distance and angle instea of time. (Both partly rely upon baselines measure that are complimentary aspects of Earth's orbit, i.e. its periodicity and radius, which theoretically make for a globally agreeable system; but highly unlikely to match whatever equivalent any non-terran scientists would independently develop.)  While light-years, and {{w|Light-year#Related units|related units}}, are common in publications intended for non-astrophisicists and for the benefit of laypersons, they are generally considered as secondary usefulness to parsecs within the actual fields of astronomy and astrophysics research. As such, it is highly likely that the clearly exacting database that Cueball and Ponytail are in the process of modifying is not even keyed to any light-units, making leap-/non-leap-light-years already an automatic conversion that the system may pander for without such a direct interaction.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting at a desk with a laptop on it and leaning to the back of his office chair, while having his other hand on the laptop. He is looking at Ponytail standing behind him. The text from the laptop screen is shown above it, indicated with a zigzag line.]&lt;br /&gt;
:Cueball: It took until February, but I finally got all the distances updated!&lt;br /&gt;
:Ponytail: I really wish we didn't have to do this.&lt;br /&gt;
:[Laptop screen:]&lt;br /&gt;
:&amp;lt;u&amp;gt;Proxima Centauri&amp;lt;/u&amp;gt;&lt;br /&gt;
:Distance: [in red, crossed out] &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&amp;lt;s&amp;gt;4.2493 ly&amp;lt;/s&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:[in green] &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;4.2377 ly&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Astronomers hate leap years because they make light-years 0.27% longer.&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 with color]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Time]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2199:_Cryptic_Wifi_Networks&amp;diff=330804</id>
		<title>2199: Cryptic Wifi Networks</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2199:_Cryptic_Wifi_Networks&amp;diff=330804"/>
				<updated>2023-12-14T19:54:50Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2199&lt;br /&gt;
| date      = September 6, 2019&lt;br /&gt;
| title     = Cryptic Wifi Networks&lt;br /&gt;
| image     = cryptic_wifi_networks.png&lt;br /&gt;
| titletext = They actually showed up on the first scan by the first WiFi-capable device.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
In the comic, [[Knit Cap]] is on top of a high mountain in a remote location (second comic in a row with knit cap). Mobile devices frequently launch a popup telling users to choose a network to connect to. Knit Cap sees a WiFi network name listed on a handheld device, perhaps a cell phone. The WiFi network seems to be a Business that uses Toshiba. This is something you would expect in a city, but certainly not on a mountain top, hence the joke, that what produced these WiFi networks are unknown, but seems to be distributed randomly over the face of the Earth, disregarding nearness to technology. &lt;br /&gt;
&lt;br /&gt;
Cryptic {{w|Wi-Fi}} (or WiFi) network names, called {{w|Service set (802.11 network)|Service Set Identifiers}} (SSIDs) are part of the joke about not knowing where the corresponding {{w|wireless router}} is located, suggesting they are unexplained phenomena instead of wireless radio devices. Some of the earliest WiFi devices like printers and {{w|internet}} routers advertised cryptic SSIDs, as do many of them today. In 1998, {{w|Lucent}} introduced the [https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan-IEEE.html WaveLAN IEEE], the first {{w|integrated circuit}} chip set supporting the {{w|IEEE 802.11}} wireless {{w|LAN}} protocol, spinning off {{w|Agere Systems}} to produce them in 2000. WiFi followed mid-1990s short-range wireless networks like {{w|Bluetooth}} and radio internet protocols like the 1980s {{w|KA9Q}}, with roots going back to the earliest {{w|ticker tape}} digital telegraphy systems from the mid-1850s. [https://techtalk.gfi.com/the-31-funniest-ssids-ive-ever-seen/ Humorous SSID names] are not uncommon.&lt;br /&gt;
&lt;br /&gt;
The SSID displayed is '''Toshiba-U2187-OfficeLink-Net46UHZ''' which is 33 characters long, unfortunately one character more than allowed. {{w|Toshiba}} is a multinational electronics conglomerate manufacturing many products including untold multitudes of different kinds of printers over the years. Such devices often have embedded {{w|wireless access point|wireless access points}} including the manufacturer name in the SSID. Many network names contain words like Net, Office or Link. The code might indicate a model U2187 device from Toshiba named (or having an interface program named) OfficeLink, which has a sub-model number or operates on a wireless network designated 46UHZ. That &amp;quot;Hz&amp;quot; is an abbreviation for {{w|Hertz}} suggests that designation may or may not have something to do with the frequency on which the transmitting device operates. 48 microhertz corresponds to a period of 4.1 per day, or a radio wavelength 41 times as far as the Earth is from the Sun. Or U2187 could be the {{w|Unicode}} character [https://www.fileformat.info/info/unicode/char/2187/index.htm code for the Roman numeral 50,000 spelled &amp;quot;ↇ&amp;quot;] or a serial number for a user or a utility pole. We don't know whether the SSID is connected to a network of more than one or is just one device. The padlock icon indicates that a password is required to communicate. The &amp;quot;join other network&amp;quot; option allows for manually typing SSIDs to attempt to connect with networks which are not configured to display their SSIDs.&lt;br /&gt;
&lt;br /&gt;
While the most likely explanation in an office environment might be a printer plugged in somewhere nearby, other possibilities include a [https://www.youtube.com/watch?v=AJKjnZe4B-M  marsupial delivery drone,] television, cryptocurrency mining rig, speaker, pacemaker, alarm system, [https://twitter.com/Theteamatx/status/1162762591677997056 offshore flying wind turbine,] fashion accessory, autonomous antimissile defense system node, hobby project, surveillance device, {{w|Loon LLC|balloon}}, distributed denial of service attack platform malware-infested coffee pot, {{w|Starlink (satellite constellation)|satellite}}, vending machine, [https://x.company/projects/foghorn seawater dialysis station,] telecommunication facility, {{w|Facebook Aquila|solar-powered drone}}, distributed exoskeleton, [https://www.youtube.com/watch?v=tSx_UywxF6o visiting interstellar] [https://www.youtube.com/watch?v=H2f0Wd3zNj0 colony(?) ship,] power-to-gas pipeline valve, [http://www.geekculture.com/joyoftech/joyarchives/2340.html ransomware worm nest,] or anything else in the Wifi {{w|Internet of Things}}. Sometimes, the {{w|ionosphere}} reflects radio waves, vastly increasing the distance that they can travel to and from remote locations, but this {{w|skywave}} propagation normally affects frequencies below 30 MHz, and never above 300 MHz, so they couldn't be the cause of receiving far away Wifi signals, which are 900 MHz and above.&lt;br /&gt;
&lt;br /&gt;
Network names can be used to track the geographic locations of mobile devices, for example in the {{w|Wi-Fi positioning system}}. Google {{w|street view}} equipment records locations of networks to assist with {{w|geolocation}}. Location information can be searched in tools like [https://wigle.net/ Wigle] or [https://openwifimap.net/ OpenWifiMap]. The {{w|Institute of Electrical and Electronics Engineers}} (IEEE) committee number for WiFi is 802.11, which is composed of sub-committees like {{w|IEEE 802.11ad|802.11ad}}, designing the 60 GHz Multiple Gigabit Wireless System (MGWS) and {{w|IEEE 802.11ay|802.11ay}} working on {{w|MIMO|multiple input, multiple output}} (MIMO) bandwidth enhancements. This [https://www.toshibatec.com/cnt/products_overseas/printer2/mobile_printer/b-fp3d/ portable Toshiba printer] supports the &amp;quot;802.11 a/b/g/n&amp;quot; WiFi protocols. The {{w|List of router firmware projects|software which produces SSID listings}} is administered by {{w|List of wireless community networks by region|network communities}} and depends on {{w|Wireless mesh network|mesh configurations}}. (Please see also [[1785: Wifi]].) Alternatives include [https://news.ycombinator.com/item?id=20861948 bluetooth mesh networks] and other {{w|wireless ad hoc network|''ad hoc'' networks}} to provide internet connectivity services.&lt;br /&gt;
&lt;br /&gt;
The title text indicates that the first WiFi networking client interface displayed unexpected SSIDs. If true, this could potentially rule out all of the alternative explanations other than an alien visitation, a software bug, rogue industrial espionage, time travel, trans-multiverse or trans-dimensional communication, hardware misconfiguration, the {{w|simulation hypothesis}}, or the supernatural. (It is worth noting that cryptic-sounding WiFi networks generated by a time-traveling alien entity as a trap was used as a plot device in the 2013 ''{{w|Doctor Who}}'' episode &amp;quot;{{w|The Bells of Saint John}}&amp;quot;. Doctor Who is a [[:Category:Doctor_Who|recurring theme]] on xkcd.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- The ''Tech Trivia'' caption is reminiscent of many of the comics in the [[:Category:Tips|Tips category]], and it seems like it could just as well have been named ''Tech Tip''. But since tip is not part of the wording, this comic cannot be added to the category. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Knit Cap (who has a backpack) is checking a phone at the highest mountain in a mountainous landscape, with 5 snow covered mountain peaks behind, and a smaller peak connected to and just below that one. There seems to be no snow on those two peaks. Above is a view of the phone's screen as indicated with a zigzag line from the phone's screen to the frame with text. There is also a wifi icon at the top left and a padlock icon at the end of the second line of text. The bottom line is a gray font.]&lt;br /&gt;
:Phone: Available WiFi Networks&lt;br /&gt;
:Phone: Toshiba-U2187-OfficeLink-Net46UHZ&lt;br /&gt;
:Phone: &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt; Join other network  &amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Tech Trivia: No one actually knows what devices produce those cryptic WiFi networks. They just appear at random across the Earth's surface.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Knit Cap]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2197:_Game_Show&amp;diff=330803</id>
		<title>2197: Game Show</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2197:_Game_Show&amp;diff=330803"/>
				<updated>2023-12-14T19:50:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2197&lt;br /&gt;
| date      = September 2, 2019&lt;br /&gt;
| title     = Game Show&lt;br /&gt;
| image     = game_show.png&lt;br /&gt;
| titletext = Eventually they agreed to &amp;quot;an auto-retracting dog leash with one end clipped to your house, so you can press the button on the handle and water-ski home.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Many shows have situations where the participants are asked hypothetical questions. A common hypothetical question asked to ascertain what someone considers most important to them is the one item they would take to a deserted island – to make the best of a boring situation.&lt;br /&gt;
&lt;br /&gt;
[[Black Hat]] is on such a game show, and he does his best to undermine the intent of the question. Instead of answering with a favorite item – such as his favorite album or book – he lists various things (see [[#List of Black Hat's items|below]]), which he doesn't own and apparently expects the show's producers to provide him, starting with somewhat reasonable means of escape (e.g., a plane) to increasingly absurd items that appear to be chosen solely based on how difficult they would be to actually provide (e.g., the entire Atlantic Ocean). The items appear to follow Black Hat's stream of consciousness, starting with a boat, then a plane, then a distinctive lost plane, the bones of the pilot of that plane, the internal structure (similar to bones) of the famed landmark Statue of Liberty, etc.&lt;br /&gt;
&lt;br /&gt;
The title text reveals that the game show has ultimately acquiesced to one of Black Hat's wishes in a way: the dog leash mentioned would allow him to water-ski home, though such a dog leash is implausible (for example, a dog leash from San Francisco to Hawaii would be over 2000 miles long).&lt;br /&gt;
&lt;br /&gt;
===List of Black Hat's items===&lt;br /&gt;
* A '''boat''', so he could sail home.&lt;br /&gt;
* A '''plane''', so he could fly home.&lt;br /&gt;
* '''{{w|Amelia Earhart|Amelia Earhart's}} plane'''. Moving from reasonable methods of escape to more absurd items, Black Hat requests a plane that is currently lost and may never be discovered. Amelia Earhart was a female U.S. aviator who went missing in the Pacific Ocean in 1937 on an attempt to circumnavigate earth. The search for her crash site has gone on sporadically since she disappeared, and there's still keen interest in finding her -- and coming up with interesting new ideas to guess where she crashed. This answer is a funny continuation of Black Hat's 2nd answer, a '''plane'''. Black Hat doesn't just want any plane, he wants a plane that was famous for going down in a unknown spot in the ocean. If the producers of the show were to provide Black Hat with the plane they would have to first surmount an unsolved problem (i.e., where is Amelia Earhart's plane). It also raises the question of why Black Hat needs two different planes, given that any altruistic use of them is unlikely.&lt;br /&gt;
* '''{{w|Amelia Earhart|Amelia Earhart's}} skeleton'''. Moving on from her plane, and being somewhat macabre in the process, Black Hat suggests Amelia Earhart's bones. Similar to her plane this would require the producers to find something that currently is not located. Also, given the biodegradability of bones there is perhaps a higher likelihood that the bones simply do not exist anymore, making the request potentially impossible.&lt;br /&gt;
* '''The internal structure of the {{w|Statue of Liberty}}''' was built by Gustave Eiffel, best known for his work on the Eiffel Tower. This is a continuation of the skeleton answer, as it is the internal support of the statue, similar to the function of human bones. It might also be a reference to the film {{w|Planet of the Apes (1968 film)|''Planet of the Apes''}}, in which the remnants of the Statue of Liberty serve as a famous piece of scenery. This does not require the search that Amelia Earhart's plane (or bones) would require, but might be equally difficult given the status of the statue as a national symbol and given that the statue is on an island in full view of many people who might object to interference. This is in addition to the logistical difficulties of transporting the internal structure of a large statue, and even extracting it whilst possibly not intending to disturb the now unsupported 'skin'.&lt;br /&gt;
* '''The {{w|Crown Jewels of the United Kingdom}}''' are a continuation of the theme of national symbols. The Crown Jewels are ceremonial objects owned by the kings and queens of the UK. The items are kept under heavy guard and are valued at about $4 billion. Their acquisition would be nearly impossible{{Citation needed}}; however, if they were acquired, it would result in an international hunt, which may help Black Hat escape the island.&lt;br /&gt;
* '''The entire television audience for the show''', so it wouldn't be deserted anymore — and potentially to punish them for being entertained at the mean idea of having contestants be deserted on an island. If this is a popular channel/show, this could potentially be millions of people, all of whom have at least been exposed to the idea of making the most of a boring and potentially life-threatening situation. Then at least it would no longer be a deserted island, but of course it would be even more difficult to survive. This seems to follow from the previous point in that it is something that would trigger a massive search (in this case, due to not only a large group of people but a ''specific'' large group of people suddenly going missing).&lt;br /&gt;
* '''The {{w|Greenland ice sheet}}''' is the body of ice covering the island of {{w|Greenland}}. As the second largest ice sheet on Earth, it could cause catastrophic environmental damage, ignoring the sheer magnitude of the task, which would be well beyond the capabilities of any television show{{Citation needed}} and probably beyond the capabilities of an international effort. This one seems to follow from the previous point in that it is a massive undertaking to get the 'request' to Black Hat's island.&lt;br /&gt;
* '''Earth's {{w|north magnetic pole}}''' is the point on earth toward which all compasses point because of magnetohydrodynamic ('[[1851: Magnetohydrodynamics|magic]]') forces in the earth's mantle. If all compasses were to suddenly point to his location, many scientists would investigate, they would converge on his deserted island, and Black Hat would be rescued. Moving the pole would be more difficult than moving the ice sheet, but it continues Black Hat's stream of consciousness in that it is a major geological feature of the planet.&lt;br /&gt;
* '''The {{w|Atlantic Ocean}}''' is another major geological feature. Moving it would be orders of magnitude more difficult than moving the Greenland ice sheet, and would cause abrupt and extreme changes to the planet's ecosystem.{{Citation needed}} It is unclear how Black Hat would like the ocean delivered. If he wants it to remain an ocean separate from the Pacific, it would require a container of incredible size; if he simply wants the water, it would create a Sisyphean task unless the entire Atlantic Ocean was walled off from all other sources of water.  Additionally, the Atlantic Ocean is far too salty to be drinkable, so it's not clear what use he could get out of it (and if he has — or requests — some kind of desalination equipment, it would work just as well on Pacific water). This continues Black Hat's stream of consciousness in that it is yet another major geological feature of the planet.&lt;br /&gt;
* '''A retractable {{w|leash}} (title text)''', to water-ski home. This would not work under normal circumstances, as the leash would have to be impossibly long.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball, Black Hat, and Megan are game show contestants standing behind lecterns with Hairy standing in front of them as the game show host. Black Hat, standing in the middle of the three, is holding a finger up while speaking.]&lt;br /&gt;
&lt;br /&gt;
:Black Hat: A boat. A plane. Amelia Earhart's plane. Amelia Earhart's ''skeleton''. The Statue of Liberty's internal support frame. The Crown Jewels. This show's entire television audience. The Greenland ice sheet. Earth's north magnetic pole.&lt;br /&gt;
:Black Hat: Am I in the Pacific Ocean? If so, the Atlantic Ocean.&lt;br /&gt;
&lt;br /&gt;
:Hairy: Uhh.&lt;br /&gt;
:Hairy: Our producers are going to need some time on this one.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:The game show realized that they should have added some restrictions to their &amp;quot;take any item to a deserted island&amp;quot; challenge, but it was too late.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Amelia Earhart]]&lt;br /&gt;
[[Category:Games]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2656:_Scientific_Field_Prefixes&amp;diff=330776</id>
		<title>Talk:2656: Scientific Field Prefixes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2656:_Scientific_Field_Prefixes&amp;diff=330776"/>
				<updated>2023-12-14T14:46:16Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Computational theology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I think Mr. Monroe made up these numbers rather than researching them [[Special:Contributions/172.71.22.105|172.71.22.105]] 17:07, 9 August 2022 (UTC) anon, a mouse.&lt;br /&gt;
:Given how easy it is to look them up, I think this is unlikely. I haven't checked all of them, but each of the eight or so that I '''have''' checked were correct. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 19:14, 9 August 2022 (UTC)&lt;br /&gt;
:Checked it out of curiosity: [https://scholar.google.com/scholar?q=%22computational+dentistry%22 The data's correct], however, [https://scholar.google.com/scholar?q=%22theoretical+dentistry%22 the searches must be done with quotes]&lt;br /&gt;
&lt;br /&gt;
Interestingly enough, the last time I was at a dentist, I ask them if they had seen any research work on how to do dentistry in zero-g, like if you got a toothache halfway to Mars.&lt;br /&gt;
[[Special:Contributions/162.158.107.56|162.158.107.56]] 01:58, 9 August 2022 (UTC) BCS&lt;br /&gt;
:Comment on comment: there should have been work done on dental procedures aboard orbiting stations, and also on e.g. Antarctic bases. [[Special:Contributions/162.158.134.25|162.158.134.25]] 04:39, 9 August 2022 (UTC) Pär Leijonhufvud&lt;br /&gt;
::That's &amp;quot;Space Dentistry&amp;quot;. Or, in the other case, something that surely should involve the term &amp;quot;Polar Molar&amp;quot; somewhere in the paper abstract! :-p&lt;br /&gt;
::'Astro-' is &amp;quot;of the stars&amp;quot;, or of the things that are more in their vicinity than not. If it isn't dentristrying (or massaging) the stars themselves, it'd be learning how to apply the parent field to  astrozoological subjects (assuming xenodentristry and xenomassage aren't the best terms for the otherwise xenobiological clientelle). [[Special:Contributions/172.70.91.128|172.70.91.128]] 11:55, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those who say that there's no such thing as High-Energy Theology should be taken with a pinch of salt. Or even a {{w|Lot's wife|Lot}}! [[Special:Contributions/172.70.91.80|172.70.91.80]] 02:05, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm a little concerned with Theoretical Theology.   How much more theoritical can base theology be?  [[Special:Contributions/108.162.250.198|108.162.250.198]] 02:22, 9 August 2022 (UTC) Beechmere&lt;br /&gt;
&lt;br /&gt;
'Theoretical theology' is a tautology. So the first word is redundant.&lt;br /&gt;
[[User:MarquisOfCarrabass|MarquisOfCarrabass]] ([[User talk:MarquisOfCarrabass|talk]]) 06:47, 9 August 2022 (UTC)&lt;br /&gt;
:Theoretical theology returns 1.6 million results, so the comic is wrong, and high energy theology is wrong as well,  searching on these three terms results in 602,000 results, not 0.  I think perhaps Scholar.google.com has detected your skepticism, and is returning incorrect results for you, in accordance with the Copenhagen interpretation of Quantum Theology, in which God only exists for those who are not atheists.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 13:29, 9 August 2022 (UTC)&lt;br /&gt;
::&amp;quot;high energy theology&amp;quot; in quotes returns zero. &amp;quot;theoretical theology&amp;quot; actually returns 726 results, as in the comic. Searching without quotes is a double-edged sword: On one hand it would get results in which the terms are mentioned in separate sentences, and thus aren't relevant to the (non-existant{{Citation needed}}) scientific field called &amp;quot;high energy theology&amp;quot;. On the other it would get results about fields similar to what one would imagine these combinations would describe. For example there's only one result for &amp;quot;marine dentistry&amp;quot;, but there's several articles on dentistry on sea mammals, which would use both &amp;quot;marine&amp;quot; and &amp;quot;dentistry&amp;quot; in the same article. In any case, Randall used quotes in his search and his numbers look correct to me. [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my back&amp;lt;/font&amp;gt;]])  14:19, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'd love to conduct research on Marine Massage! How do I find the link? (Purposes.)&lt;br /&gt;
:We need another dimension for Theoretical Marine Massave [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 04:03, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately the &amp;quot;Marine dentistry&amp;quot; one appear to be a false positive: it contains the test string &amp;quot;...Marine, Dentistry...&amp;quot; in a list of possible fields where AR technology could be useful (Novakova, N.G., 2019. Innovation potential of augmented technologies in industrial context. Industry 4.0, 4(1), pp.24-28). &lt;br /&gt;
Also the &amp;quot;high-energy psychology&amp;quot; one was similarly a dud: student newspaper with a help wanted ad for a &amp;quot;high energy psychology student&amp;quot; (https://core.ac.uk/download/pdf/217247671.pdf). The lack of manual curation of Scholar sometimes gives you these finds. Thirdly, Randall definitely searched with quote marks: https://scholar.google.com/scholar?hl=en&amp;amp;as_sdt=0%2C5&amp;amp;q=marine+dentistry yields over 100 k results while https://scholar.google.com/scholar?hl=en&amp;amp;as_sdt=0%252C5&amp;amp;q=%22marine+dentistry%22 only yields one, with at least one of the former being papers on marine mammal dentistry (I have for practical porpoises no interest in dentistry, but I *want* to read https://onlinelibrary.wiley.com/doi/abs/10.1002/9781119545804.ch11). In summary: by searching for the exact phrase Randall eliminated a large number of false positives, but also missed a large number of interesting papers. [[Special:Contributions/162.158.134.157|162.158.134.157]] 04:32, 9 August 2022 (UTC) Pär Leijonhufvud&lt;br /&gt;
&lt;br /&gt;
honestly I'm mostly worried about computational theology [[Special:Contributions/172.71.6.65|172.71.6.65]] 04:40, 9 August 2022 (UTC)&lt;br /&gt;
: It's a fairly common subject in science fiction. Fredric Brown's short story &amp;quot;Answer&amp;quot;, for example. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 04:46, 9 August 2022 (UTC)&lt;br /&gt;
::Could have sworn that was Asimov's _The Last Answer_[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 13:35, 9 August 2022 (UTC)&lt;br /&gt;
:::I think you're thinking of Asimov's &amp;quot;The Last Question&amp;quot;, about Multivac and its descendants. His &amp;quot;The Last Answer&amp;quot; is a different story, and doesn't involve a computer. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 19:24, 9 August 2022 (UTC)&lt;br /&gt;
: Isn't that better known as {{w|numerology}}? [[Special:Contributions/172.70.85.221|172.70.85.221]] 08:49, 9 August 2022 (UTC)&lt;br /&gt;
:Of course, you meant to write &amp;quot;The Nine Billion Names of God&amp;quot; by Arthur C. Clarke. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 11:35, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wouldn't be surprised if there was some research into use of synchrotron radiation in treating cancers in the jaw. Doesn't that count as &amp;quot;high energy&amp;quot;? [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 04:46, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
'High Energy Theology' sounds like an area of study extremely NOT conducive to the long-term survival of the human race. See this quote from the PRINCIPIA DISCORDIA:&lt;br /&gt;
&lt;br /&gt;
'Mal-2 was once asked by one of his Disciples if he often prayed to Eris. He replied with these words: &amp;quot;No, we Erisians seldom pray, it is much too dangerous. Charles Fort has listed many factual incidences of ignorant people confronted with, say, a drought, and then praying fervently -- and then getting the entire village wiped out in a torrential flood.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
We got ourselves into enough trouble when we split the atom. Gods only know what would result if we ever manage to split the thaum.&lt;br /&gt;
&lt;br /&gt;
[[User:MarquisOfCarrabass|MarquisOfCarrabass]] ([[User talk:MarquisOfCarrabass|talk]]) 06:58, 9 August 2022 (UTC)&lt;br /&gt;
: Isn't that what happened to Soddom and Gemorrah?  Genesis 19.  Certainly enough energy to transmute Lot's wife into a pillar of salt. External to scripture, there's a recent theory about the image on the Shroud of Turin as well that is based in high energy physics.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 13:35, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the &amp;quot;explanation&amp;quot; someone nitpicking the search method (and mixing up the &amp;quot;former&amp;quot; and &amp;quot;latter&amp;quot; order of unquoted vs. quoted), rather than an explanation of the joke? [[User:Conster|Conster]] ([[User talk:Conster|talk]]) 08:13, 9 August 2022 (UTC)&lt;br /&gt;
:Because sadly after ParL did their nitpicking, nobody else felt qualified to actually explain the joke [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my back&amp;lt;/font&amp;gt;]])  10:09, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I worked on giving actually competent editors a base to modify, but then someone else had already made an explanation. Here's my attempt:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Within each branch of science, like physics, chemistry or biology, there are different scientific fields. Some of the prefixes, like theoretical, quantum or astro-, are used across multiple branches of science. For example {{w|Quantum mechanics|quantum physics}} is about the physical properties of nature at the scale of atoms and subatomic particles, while {{w|Quantum chemistry}} is about the application of quantum mechanics to chemical systems.&lt;br /&gt;
&lt;br /&gt;
Randall combines a bunch of different [https://tvtropes.org/pmwiki/pmwiki.php/Main/TitleDrop Scientific Field Prefixes] with another bunch of scientific branches, creating combinations that form several real fields of science, but also nonsense ones. To get a grasp on whether that scientific field is real and/or well-known, he searches for the combinations on {{w|Google Scholar}}, a web search engine that indexes the contents of scholarly literature across an array of publishing formats and disciplines, counting the number of results for each combination. Some term combinations are common, and can thus be assumed to be real scientific fields, while others are uncommon, suggesting that those fields are not well known. Four combinations are not found even once, suggesting that they are &amp;quot;potential research opportunities&amp;quot;, as the title text says.&lt;br /&gt;
&lt;br /&gt;
There are problems with Randall's method though:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Maybe some of this may be useful, I don't know [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my back&amp;lt;/font&amp;gt;]])  11:21, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:''Ah, that was me. Apologies. And you ECed the following attempt to post into here, so hete it is repasted. ;) Still applies. Your contribution also clearly appreciated...''&lt;br /&gt;
:I hated it so much, I rewrote it (&amp;quot;/* Explanation */ Nixing the downer 'explanation'. Perhaps some points can be extracted from it, even as my attempt is improved or (in turn) overwritten with something better.&amp;quot;). Was going to suggest a table of prefixes/suffixes to describe each, but someone added the (sortable) tables in for the full forms (caused me much edit-conflict pain, hope I didn't cause someone else ECs in return) so maybe that's overkill. But &amp;quot;what exactly is 'Astro-Dentistry'?&amp;quot;, etc, might be a useful addition in there, if it doesn't make the table(s) hard to read... [[Special:Contributions/172.70.162.155|172.70.162.155]] 11:28, 9 August 2022 (UTC)&lt;br /&gt;
::''Postscript to above'': Yes, your explanation does things that I was going to do if I hadn't had my first attempt to nix/rewrite hit the table-adding. i.e. go into the major-suffix/minor-prefix sets, or even whole-term where it exists, and spell out and wikilink accordingly. I would be honoured to see your blocked text integrated into mine (or satisfied with yours going there again with barely a smidgen of mine still remaining). Up to you/the others, though, as I'm not wanting to add further ECs to the rush... ;) [[Special:Contributions/172.70.85.13|172.70.85.13]] 11:35, 9 August 2022 (UTC)&lt;br /&gt;
::I like that idea, maybe as an additional table? I can imagine it would take up a whole screen so maybe putting it at the end of the page could help so those that don't need it don't have to scroll over it. I don't feel capable enough to make such a big table (especially with 48 explanations) but I do support that idea. [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my back&amp;lt;/font&amp;gt;]])  11:36, 9 August 2022 (UTC)&lt;br /&gt;
:::I have added all three tables now. Both with plain numbers, for explanation and the one in the transcript (which should not be sort-able and not include massage!) Feel free to fill out the table. I have put it in a new section so editing that section or the explanation section does not edit conflict! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:52, 9 August 2022 (UTC)&lt;br /&gt;
:It feels like the current explanation is rather burying the core of the joke, which is about research students deliberately selecting topics in the most obscure sub-fields they can find (which are probably unstudied for a reason), more for the fact that it gives them more opportunity to produce something novel than to add something useful to the body of knowledge. [[Special:Contributions/172.70.85.221|172.70.85.221]] 08:15, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
High energy magic is definitely a legitimate scientific subject, see for example https://wiki.lspace.org/High_Energy_Magic_Building&lt;br /&gt;
--[[Special:Contributions/172.71.114.7|172.71.114.7]] 13:28, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Worth noting is that all these prefixes are those found commonly on physics and chemistry! Would you find &amp;quot;cosmetic physics&amp;quot;, &amp;quot;veterinary physics&amp;quot;, &amp;quot;paediatric physics&amp;quot; and so on... which are probably as common in medical field as &amp;quot;high-energy&amp;quot; or &amp;quot;quantum&amp;quot; might be in physics/chemistry. [[Special:Contributions/162.158.146.41|162.158.146.41]] 15:47, 9 August 2022 (UTC)&lt;br /&gt;
:Interestingly enough, &amp;quot;pediatric physics&amp;quot; gets hits. So does &amp;quot;pediatric theology&amp;quot;. --[[User:Comsmomf|Comsmomf]] ([[User talk:Comsmomf|talk]]) 12:49, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Considering some of the pseudoscientific woo that my late mother-in-law believed in, and the shelves of books of &amp;quot;healing energy&amp;quot; babble she had, I'm not in the least surprised that there are hits on &amp;quot;quantum massage&amp;quot;. Quantum ''anything'' is going to pop up eventually. There were books about homeopathic colour, and about magic trampolining. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 15:57, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;theoretical linguistics&amp;quot;: 64,100&lt;br /&gt;
*&amp;quot;quantum linguistics&amp;quot;: 148&lt;br /&gt;
*&amp;quot;high-energy linguistics&amp;quot;: None&lt;br /&gt;
*&amp;quot;computational linguistics&amp;quot;: 887,000&lt;br /&gt;
*&amp;quot;marine linguistics&amp;quot;: 3 (two french-language results and a paper on the &amp;quot;development of the maritime mentality&amp;quot;)&lt;br /&gt;
*&amp;quot;astrolinguistics&amp;quot;: 70 (most seem to focus on designing a way to communicate with aliens)&lt;br /&gt;
--[[Special:Contributions/172.69.33.175|172.69.33.175]] 23:47, 9 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall missed some even more interesting prefixes here. Such as: &amp;quot;forensic&amp;quot;, &amp;quot;structural&amp;quot;,&lt;br /&gt;
&amp;quot;poststructural&amp;quot;, &amp;quot;civil&amp;quot;, &amp;quot;Biblical&amp;quot;, &amp;quot;feminist&amp;quot;, &amp;quot;postcolonial&amp;quot;, &amp;quot;pediatric&amp;quot;.&lt;br /&gt;
Open research areas include &amp;quot;forensic massage&amp;quot;, &amp;quot;poststructural engineering&amp;quot;, &amp;quot;Biblical dentistry&amp;quot;, &amp;quot;postcolonial physics&amp;quot;.--[[User:Comsmomf|Comsmomf]] ([[User talk:Comsmomf|talk]]) 12:46, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Expansion plans&lt;br /&gt;
Given that multipie editors have reported differing results, one ''or more'' people need to double-check them on Scholar, Books Ngrams, and Trends for both web and news, and combine it all into a database that users can click through to some Pandas and plotting code on Colab for analysis and visualization. Maybe if I have time later. I'm thinking of using, e.g., a CSV embedded in a Colab notebook, but it would be great if those services don't require any API keys so everyone can generate and examine the results from their respective locales. &lt;br /&gt;
&lt;br /&gt;
Also, is there a way we can work the {{w|simulation hypothesis}} into high-energy theology? I'm on the fence about that last one. [[Special:Contributions/172.70.214.105|172.70.214.105]] 21:05, 9 August 2022 (UTC)&lt;br /&gt;
:Why Colab and not Pyodide? [[Special:Contributions/172.69.33.83|172.69.33.83]] 00:57, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Doesn't fall the Higgs under High-Energy Theology, &amp;quot;The God Particle&amp;quot; and such? :-) (Not even trying to list all pop physic books with &amp;quot;God&amp;quot; in the title, for increased sales...) [[Special:Contributions/198.41.242.115|198.41.242.115]] 07:01, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Three of the theology ones (in parenthesis) are covered by the first sentence of the Nicene Creed, as well as a couple other possible combinations [in brackets]: &amp;quot;We believe in one God, the Father Almighty (high-energy theology), Maker of heaven (astrotheology) and earth [geotheology], and of all things visible [phototheology] and invisible (theoretical theology).&amp;quot; [[Special:Contributions/172.71.22.109|172.71.22.109]] 17:42, 10 August 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Computational theology  ==&lt;br /&gt;
&lt;br /&gt;
I can't be the only person here who is both a theology nerd and a computer nerd, and thus thinks that computational theology sounds quite interesting. For example, can an omnipotent, omniscient, eternal, infinite, transcendent God solve the halting problem for arbitrary programs? [[Special:Contributions/172.68.174.142|172.68.174.142]] 04:54, 14 December 2023 (UTC)&lt;br /&gt;
:And, if so, could He then ''create'' a specific program to defy that ability? Very much of the nature of the {{w|Omnipotence paradox}}, of course. [[Special:Contributions/172.69.194.79|172.69.194.79]] 14:46, 14 December 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2377:_xkcd_Phone_12&amp;diff=330708</id>
		<title>2377: xkcd Phone 12</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2377:_xkcd_Phone_12&amp;diff=330708"/>
				<updated>2023-12-13T15:52:50Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ To make it clear that it's not comparing to the shotglass (as that statement was moved into a previously less ambiguous comparison)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2377&lt;br /&gt;
| date      = October 26, 2020&lt;br /&gt;
| title     = xkcd Phone 12&lt;br /&gt;
| image     = xkcd_phone_12.png&lt;br /&gt;
| titletext = New phone OS features: Infinite customization (home screen icons no longer snap to grid), dark mode (disables screen), screaming mode (self-explanatory), and coherent ultracapacitor-pumped emission (please let us know what this setting does; we've been afraid to try it).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the &amp;quot;12th&amp;quot; (actually the 8th) in the ongoing [[:Category:xkcd Phones|xkcd Phone]] series in which Randall explains his new joke phone designs with many strange and useless features. It is also a reference to the recently released {{w|iPhone 12}}. However, there have only been 8 comics released, with the previous two being [[2000: xkcd Phone 2000]] and [[1889: xkcd Phone 6]].&lt;br /&gt;
&lt;br /&gt;
The note about the xkcd Phone 12 and the xkcd Phone 12 Max (only for people named Max) is a joke about the different models of iPhone 12: iPhone 12, iPhone 12 Mini, iPhone 12 Pro and iPhone 12 Pro Max. The xkcd Phone 12 Max would be expected to have a larger screen, but it seems that this phone is also only for people with the name Max. If the phones are respectively placed, Max's (Maxes'?) phone is the smaller of the two models.&lt;br /&gt;
&lt;br /&gt;
The tagline '&amp;quot;The only phone you'll ever own&amp;quot;' could be interpreted as something of a threat, which is believable given some of the purported features. It is similar to the phrase ''&amp;quot;The last suit you'll ever wear&amp;quot;'', describing the black suits worn by the ''Men in Black'' in the movie of the same name. The slogan has the &amp;quot;registered trademark&amp;quot; symbol, which appears to itself be trademarked, which is highly unlikely.&lt;br /&gt;
&lt;br /&gt;
Multiple features are labelled on the phone that are common when advertising other products, but highly unusual in mobile phones, for comedic effect.&lt;br /&gt;
&lt;br /&gt;
; Full drivetrain warranty&lt;br /&gt;
&lt;br /&gt;
: A common warranty feature for automobiles — see {{w|drivetrain}}. As a side note, the phone here would be cheaping out on the warranty if it were a car; a &amp;quot;drivetrain&amp;quot; warranty covers almost everything ''except'' the engine; only if it were a &amp;quot;{{w|powertrain}}&amp;quot; warranty would it cover the engine. A phone typically has none of these things, although this one seemingly does.&lt;br /&gt;
&lt;br /&gt;
; Coated for easy swallowing&lt;br /&gt;
&lt;br /&gt;
: A common feature on solid medicines meant to be taken orally. Phones do not belong in the set of edible objects, much less orally taken medicines{{Citation needed}}. Since some parents of young children let them teethe on their phones, this would be an undesirable feature. Since these coatings tend to be lubricants, it's also possible this &amp;quot;feature&amp;quot; makes the phone harder to hold. There may be a pun here, based on the larger smartphones being practically the same as the more {{w|Tablet_computer|minimal portable computers}}.&lt;br /&gt;
&lt;br /&gt;
; Surgical-grade apps&lt;br /&gt;
&lt;br /&gt;
: &amp;quot;Surgical-grade steel&amp;quot; is sometime used as a selling point indicating quality materials. This feature suggests that the apps themselves are made from high-quality material, although this is absurd because an app is (as the name suggests) a software application, not any physical object that could be reasonably defined as 'surgical grade' or not. Note that both hardware and software can be certified for {{w|Safety-critical_system|safety-critical applications}}.&lt;br /&gt;
&lt;br /&gt;
; Built-in 600 lb magnet for magnet fishing&lt;br /&gt;
&lt;br /&gt;
: {{w|Magnet fishing}} is an activity for searching for objects that can be pulled in by a strong magnet. A 600-pound magnet can lift a 600-pound (272 kg) object (at Earth's surface). This would tend to make the phone stick to any iron or steel objects (such as refrigerators) and be impossible to remove with human strength, and only the strongest humans could pick up the phone even if it were properly insulated. It would also be impossible to separate two phones without destroying one of them if the interlocking feature were used. This feature would also erase any credit cards the owner puts in the vicinity of the phone, meaning this phone could not be put in one's pocket with a wallet. There is also a possibility that this is a reference to Apple’s {{w|MagSafe}} accessory.&lt;br /&gt;
&lt;br /&gt;
; Oral-B partnership&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; hold phone against teeth to ultrasonically remove plaque&lt;br /&gt;
&lt;br /&gt;
: This is a reference to {{w|ultrasonic toothbrush}}es. {{w|Oral-B}} does not produce any ultrasonic toothbrushes but does produce ''{{w|sonic toothbrush}}es.'' There is a logical connection between electric toothbrushes and smartphones, namely they are both electronic and both vibrate; however, most phones cannot perform dentistry autonomously{{Citation needed}}.&lt;br /&gt;
&lt;br /&gt;
; 40 mL emergency water supply&lt;br /&gt;
&lt;br /&gt;
: 40 milliliters are equal to 40 cubic centimeters. For comparison, an average shot glass holds about 44 milliliters of liquid, and the iPhone 11 Pro Max's volume is just shy of 100 cubic centimeters; if the Phone 12 Max is similarly sized to its iPhone counterpart, then the water supply would take up over 40% of its total volume. In this day and age, many phones are water-resistant to some degree; nevertheless, shipping a phone with an interior consisting of a 3:2 ratio of electronics-to-water will surely lead to many short-circuited, inoperable phones.&amp;lt;br/&amp;gt;Furthermore, {{w|survival kit}}s often come with pouches that can hold several liters of water, in case of emergency. Because people typically take their phones with them everywhere they go, storing a survival kit inside the phone would be a life-saving feature. Unfortunately, 40cc of water is not enough to stave off thirst for a meaningful amount of time, extinguish a flame much larger than a candle's, or deal with most other situations which would constitute an emergency. Unless you are suitably proficient at {{w|Katara_(Avatar:_The_Last_Airbender)#Waterbending|waterbending}}, this feature is useless for its intended function.&lt;br /&gt;
&lt;br /&gt;
; Security feature&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; unmarked side buttons&lt;br /&gt;
&lt;br /&gt;
: Some vendors (particularly car dealers) try to explain away questionable User Interface decisions as &amp;quot;Security Features&amp;quot;. Technically, if everyone (including the owner) has difficulty using it, it is secure... Here, no buttons are visible which could indicate they are, in fact, simply a touch sensitive surface, which would certainly be difficult to use as users would have to guess the area they should touch to use these &amp;quot;buttons&amp;quot;; the question of what security benefit this would bring exactly is also unanswered. This might be a reference to a feature present in iPhone 12s where one can double-tap on the back to do a set action, which some websites have called a &amp;quot;[https://metro.co.uk/2020/10/28/how-to-find-the-secret-button-on-the-iphone-12-13493472/ secret button]&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
; 3,000,000-volt arc allows wireless charging from a range of up to 36 inches&lt;br /&gt;
&lt;br /&gt;
: {{w|Inductive charging|Induction charging}} is a method that a number of modern phones advertise, allowing power to (inefficiently but 'conveniently') transfer into a device from a mains charging station or another device's battery without the need for plugging in cables. It transfers energy between safely tuned coils, that do not touch, though typically the case of one device must remain placed directly upon the other for the optimal transfer of charge between them. An electric arc can also be used to transfer electrical energy through the air through a lightning-like discharge. While arcs can transfer large amounts of energy quickly, the plasma generated would be very dangerous and damaging to the phone, charger, and immediate vicinity. The {{w|electrical breakdown}} voltage of air is approximately 3 kV / mm, which would allow a 3 MV potential to jump a distance of 100 cm (40 inches). 36 inches (91 cm), however, is within reach of a simple extension cord. {{w|Electrical_injury#Lethality|Shocks of 11,000 volts are usually lethal}}, so 3,000,000 volts of electricity (possibly from a complete {{w|Tesla coil}} assemblage) would require considerable protection.&lt;br /&gt;
&lt;br /&gt;
; 99.9% BPA- and hands- free&lt;br /&gt;
&lt;br /&gt;
: {{w|Bisphenol A}} (or BPA) is a compound that is used in making plastics. BPA has been found to exhibit hormone-like properties, so there is a movement to produce BPA-free plastics using alternative bisphenols. {{w|Hands-free}} describes using the device &amp;quot;without hands&amp;quot;, e.g. using voice commands. This is important when using a device while driving. These are 2 unrelated ideas, which use the suffix &amp;quot;free&amp;quot; in different meanings (&amp;quot;BPA-free&amp;quot; means &amp;quot;containing no BPA&amp;quot;, while &amp;quot;hands-free&amp;quot; means &amp;quot;your hands need not be used&amp;quot;). The construction &amp;quot;NOUN- and NOUN-ADJ&amp;quot; is normally only used with the meaning of &amp;quot;ADJ&amp;quot; repeated for both nouns, implying that this phone &amp;quot;contains no hands&amp;quot; (or possibly &amp;quot;your BPA is left free&amp;quot;). The &amp;quot;percentage free&amp;quot; description is also a standard form of advertising {{w|weasel word}}s, as remarked by Randall in [[641: Free]]. A food might be described as &amp;quot;90% fat-free&amp;quot; with the heavy implication that it has a tenth of the usual fat content, but likely really means &amp;quot;10% of the product is pure fat&amp;quot; (typically by weight or maybe pre-cooked volume) compared with perhaps 15% in the typical non-'fat-free' recipe. 0.1% of BPA is not an insignificant quantity given its possible effects, and is likely to be a higher leachable content if it is all concentrated in external trimmings. It is unclear what a tenth of a percent of a hand needs to do, to operate the device, but it does also mean that it is not as completely hands-free as implied. Or else it ''also'' implies that up to 0.1% of the phone contains ingredients sourced from human hands.  At best, this could be skin cells from the workers (although phone assembly lines ''should'' be kept meticulously clean, to prevent damage to delicate components), or at worst, some workers could be losing hands into the assembly line due to poor safety practices.&lt;br /&gt;
&lt;br /&gt;
; Extended release charge cable&lt;br /&gt;
&lt;br /&gt;
: Electronics manufacturers support standards to reduce time to fully recharge, e.g. Qualcomm {{w|Quick Charge}} standard. This is a reference to {{w|Modified-release dosage|&amp;quot;extended release&amp;quot; medication}}. It's unclear what purpose would be served by charging a phone slower than normal.&lt;br /&gt;
&lt;br /&gt;
; Closed timelike curves&lt;br /&gt;
&lt;br /&gt;
: This label is applied to the curved corner of the phone. Randall may be making a visual joke by referring to the corner of the phone by a relativistic concept. {{w|Closed timelike curves}} is a world line in spacetime that is &amp;quot;closed&amp;quot;, in that an object following that world line will return to its starting point in spacetime, which implies that the object would be able to go back in time. It could also be a reference to the [https://www.bloomberg.com/news/articles/2020-04-13/apple-plans-ipad-like-design-for-next-iphone-smaller-homepod|''Bloomberg'' leaks] that predicted the sharper corners of the iPhone 12, the phone model this is designed on.&lt;br /&gt;
&lt;br /&gt;
; Fits in standard shipping container&lt;br /&gt;
&lt;br /&gt;
: An {{w|intermodal shipping container}} is large enough to fit automobiles, raising the question of just how big this xkcd phone is.  Other standard &amp;quot;containers&amp;quot; used for shipping items might be things like the FedEx, UPS, and USPS boxes, which often come in various sizes (small, medium, large) as well as their shipping envelopes, all of which could easily hold just about any phone that's out there.&lt;br /&gt;
&lt;br /&gt;
; Interlocking, stackable&lt;br /&gt;
&lt;br /&gt;
: A quality of, among other things, LEGO bricks. Probably a bad idea to use this feature, given how close the phone is to critical mass.  There are electronic boards designed for interlocking and stacking, such as {{w|Arduino}} and {{w|Raspberry Pi}} computers, which can have other boards attached to them (shields, hats) to add functionality, however it's unclear what advantage there would be to stacking multiple identical phones together.&lt;br /&gt;
&lt;br /&gt;
; Nintendo partnership&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; GameBoy Printer compatibility&lt;br /&gt;
&lt;br /&gt;
: The {{w|Game Boy Printer}} was a thermal paper printer originally paired with the {{w|Game Boy Camera}}. This device was released in 1998 and discontinued in 2003, so this partnership would be obsolete.&lt;br /&gt;
&lt;br /&gt;
; Sustain pedal&lt;br /&gt;
&lt;br /&gt;
: A {{w|sustain pedal}} is commonly associated with a digital keyboard or piano; it lets the note continue sounding when the key is released. It's unclear what purpose it would serve in a phone, although it might be used for the screaming mode in the title text. &lt;br /&gt;
&lt;br /&gt;
; CDC partnership&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; when in an indoor space with too many people, phone begins playing &amp;quot;We Like To Party! (The Vengabus)&amp;quot; at slowly increasing volume until everyone leaves&lt;br /&gt;
&lt;br /&gt;
: An allusion to the COVID-19 pandemic. CDC stands for Centers for Disease Control and Prevention, the United States public health institute. In [[2284: Sabotage]], Randall &amp;quot;promised&amp;quot; to bring an annoying karaoke song to a party to hopefully discourage people from attending, but this phone will apparently do so automatically. &amp;quot;{{w|We Like to Party! (Vengaboys song)|We Like To Party! (The Vengabus)}}&amp;quot; is a 1998 Eurodance/techno hit by the Vengaboys, and is perhaps most familiar to Americans from a series of {{w|Six Flags}} ads.&lt;br /&gt;
&lt;br /&gt;
; Sacrificial anode&lt;br /&gt;
&lt;br /&gt;
: Useful if something metal will be in a wet environment for a long time. Commonly used on bridges and boats, but it may be a 'feature' of this phone because of its built-in water reservoir. The {{w|sacrificial anode}} is made of a material with higher redox potential (typically zinc) and will corrode faster than the (more valuable) metal object it's attached to. It's unclear if the phone HAS a sacrificial anode or IS a sacrificial anode.&lt;br /&gt;
&lt;br /&gt;
; Tactical helium reserve&lt;br /&gt;
&lt;br /&gt;
: Since 1925, the United States has had a {{w|National Helium Reserve|strategic helium reserve}}. Helium is very rare on earth and has important scientific and military uses, so it’s important to have a supply in case supplies disappear. But here we have a tactical helium reserve, which suggests it's smaller and focused on shorter-term goals. Compare {{w|strategic bombing}} focused on destroying entire cities or countries and {{w|tactical bombing}} aimed at destroying individual targets or military units. Helium also has the property of being lighter than air, so if this reserve is large enough, the phone could float away if let go. However, this is unlikely, as the phone boasts other, heavy components such as large magnets, a water reserve, and a critical mass of fissile material. &lt;br /&gt;
&lt;br /&gt;
; 50% below critical mass (2x safety factor)&lt;br /&gt;
&lt;br /&gt;
: Indicates the phone contains fissile material. This &amp;quot;2x safety factor&amp;quot; means that if you put 2 phones next to each other or put one phone next to a {{w|neutron reflector}}, you would have a {{w|criticality accident}}, which may explain why you would not own another phone after this one. A phone with this much fissile material would pose a radiation hazard. The &amp;quot;2x safety factor&amp;quot; claim may be related to physicist {{w|Richard Feynman|Richard Feynman's}} famous criticism of NASA in the {{w|Rogers Commission}} report on the space shuttle Challenger disaster. Feynman found that when he confronted NASA engineers with a part worn one third of the way through, which was not supposed to be worn through at all, the engineers claimed that this demonstrated a 3x safety factor rather than a failure of the part. This could mean that using the phone is harmful for some other reason (social media addiction?) but the xkcd phone has half as many users as it would need to cause a problem in this way.&lt;br /&gt;
&lt;br /&gt;
; Shake for factory reset&lt;br /&gt;
&lt;br /&gt;
: A {{w|factory reset}} is often possible on electronic devices and is usually accomplished either by pressing a button that is often well-protected against accidental contact, for an extended period or closing an electrical bridge. This one works like an {{w|Etch A Sketch|Etch-a-Sketch}}, which would not be preferred, as [http://www.ahajokes.com/com045.html slight disturbances] could easily cause massive losses of data. In the other hand, given that it weighs at least 600 lbs, it will probably not be shaking due to a user intentionally trying to delete their data.&lt;br /&gt;
&lt;br /&gt;
; Norton MacAfee protection&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; if you're ever attacked by John MacAfee, Peter Norton will come out of retirement to defend you&lt;br /&gt;
&lt;br /&gt;
: {{w|Norton (software)|Norton}} and {{w|McAfee}} (note spelling) are competing software security companies, founded by {{w|Peter Norton}} and {{w|John McAfee}} respectively (though neither has any involvement with their name-sake companies anymore). This &amp;quot;protection&amp;quot; combines the two of them and claims that Norton (the person) will defend you if McAfee (the person) attacks you. May have been inspired by [https://www.nytimes.com/2020/10/06/business/mcafee-arrested-tax-evasion.html John McAfee's recent arrest] which brought attention to the allegation that he had hired a hit man to kill his neighbor in Belize in 2012.&lt;br /&gt;
&lt;br /&gt;
The title text mentions xkcd phone OS updates, including:&lt;br /&gt;
&lt;br /&gt;
; Infinite customization (home screen icons no longer snap to grid)&lt;br /&gt;
&lt;br /&gt;
: iOS 14 offers new features such as widgets on the home screen and changing of app icons, allowing for customization on a level not seen before on the platform. Here though, the &amp;quot;customization&amp;quot; hinges on a technicality, specifically of permutations: On a phone with, say, one million pixels, the number of ways one can place 20 icons is P(1000000,20)=9.998x10^119, an absolutely enormous number, but most people would not call two home screens where the only difference is that one icon is one pixel over a different configuration. Plus, not being able to snap the icons to a grid would be incredibly unsatisfying, as it would make it very difficult to get icons lined up with each other.&lt;br /&gt;
&lt;br /&gt;
; Dark mode (disables screen)&lt;br /&gt;
&lt;br /&gt;
: Dark mode is a popular feature on websites/apps with light backgrounds like Twitter and Reddit, changing the background to a dark color to help late-night users sleep better. Disabling the screen would not be a pleasant surprise when a user goes to turn on beloved dark mode. May be impossible to turn off if the screen is no longer touch sensitive when darkened unless the unmarked buttons can be used to disable it. Also, a possible reason to want to use the shake-activated factory reset.&lt;br /&gt;
&lt;br /&gt;
; Screaming mode (self-explanatory)&lt;br /&gt;
&lt;br /&gt;
: The phone screams. Reference to the screaming-while-falling [[1363: xkcd Phone|xkcd Phone]].&lt;br /&gt;
&lt;br /&gt;
; Coherent ultracapacitor-pumped emission (please let us know what this setting does; we've been afraid to try it)&lt;br /&gt;
&lt;br /&gt;
: This mysterious feature has a terrifying name, with even the developers refusing to test it out. This option would probably be very easy to accidentally tap, given the style of every xkcd Phone ever. Possibly activated with one of the unlabeled buttons making it even more dangerous. Coherent Emission is associated with lasers, and a {{w|Helium-neon laser|common type of laser}} uses helium and neon to generate the beam, which could justify the helium reserve. {{w|Ultracapacitor}}s store a large amount of energy than can be discharged very quickly. The feature described is then probably some sort of very high-power pulse laser. Raises the question of [[Beret Guy|who]] designs the phone if the people marketing it don't know what it does, or what purpose [[Black Hat|someone]] may use it for.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The comic shows two smartphones: one taller and wider than the other. ]&lt;br /&gt;
&lt;br /&gt;
:[Labels to the left of the larger smartphone:]&lt;br /&gt;
* Full drivetrain warranty&lt;br /&gt;
* Coated for easy swallowing&lt;br /&gt;
* Surgical-grade apps&lt;br /&gt;
* Built-in 600 lb magnet for magnet fishing&lt;br /&gt;
* Oral-B partnership: hold phone against teeth to ultrasonically remove plaque&lt;br /&gt;
* 40 mL emergency water supply&lt;br /&gt;
* Security feature: unmarked side buttons&lt;br /&gt;
* 3,000,000-volt arc allows wireless charging from a range of up to 36 inches&lt;br /&gt;
* 99.9% BPA- and hands- free&lt;br /&gt;
* Extended release charge cable&lt;br /&gt;
* Closed timelike curves&lt;br /&gt;
&lt;br /&gt;
:[Labels to the right of the larger smartphone:]&lt;br /&gt;
* Fits in standard shipping container&lt;br /&gt;
* Interlocking, stackable&lt;br /&gt;
&lt;br /&gt;
:[Labels to the right of the smaller smartphone:]&lt;br /&gt;
* Nintendo partnership: GameBoy Printer compatibility&lt;br /&gt;
* Sustain Pedal&lt;br /&gt;
* CDC partnership: when in an indoor space with too many people, phone begins playing &amp;quot;We Like To Party! (The Vengabus)&amp;quot; at slowly increasing volume until everyone leaves&lt;br /&gt;
* Sacrificial anode&lt;br /&gt;
* Tactical helium reserve&lt;br /&gt;
* 50% below critical mass (2x safety factor)&lt;br /&gt;
* Shake for factory reset&lt;br /&gt;
* Norton MacAfee protection: if you're ever attacked by John MacAfee, Peter Norton will come out of retirement to defend you&lt;br /&gt;
&lt;br /&gt;
:[Text below the phone:]&lt;br /&gt;
:&amp;lt;big&amp;gt;The xkcd Phone 12* and 12 Max**&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*Standard&amp;lt;/nowiki&amp;gt; **For people named Max&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;The only phone you'll ever own&amp;quot;®™&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:xkcd Phones]]&lt;br /&gt;
[[Category:Comics sharing name|xkcd Phones]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!-- Norton and McAfee --&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=782:_Desecration&amp;diff=330201</id>
		<title>782: Desecration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=782:_Desecration&amp;diff=330201"/>
				<updated>2023-12-05T06:08:45Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ Expand and move.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 782&lt;br /&gt;
| date      = August 20, 2010&lt;br /&gt;
| title     = Desecration &lt;br /&gt;
| image     = desecration.png&lt;br /&gt;
| titletext = It gets worse! You know that wizened old monk with the gypsy wife whose voodoo shop we smash up every day after school?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Megan]] and [[Rob]] are horrified to discover that the bones they had dug up and turned into puppets were actually buried over an ancient Indian or presumably {{w|Native Americans in the United States|Native American}} burial ground. The joke is that they weren't concerned about repercussions from the Indian bones themselves, but since they were OVER an Indian burial ground that they're just as haunted or cursed, as houses built on such grounds usually are in Hollywood tropes and other fiction. They didn't consider it {{w|Desecration|desecrating}} something holy, as per the title, until they discovered this fact. The humor comes from the fact that &amp;quot;digging up Indian bones&amp;quot; obviously makes it already an Indian Burial Ground itself, but apparently it didn't occur to Megan until after she and Rob knowingly desecrated a site at which Indians had been buried that they discovered that it was over another Indian Burial Ground, which is a common site of mystery and negative supernatural occurrences in horror films, etc. Such stories usually involve a building built on top of (over) the burial ground becoming haunted, which is why Megan uses the phrase above.&lt;br /&gt;
&lt;br /&gt;
A common {{w|TV Tropes|trope}} in horror fiction is that anyone defiling an ancient {{tvtropes|IndianBurialGround|Indian burial ground}} will have a horrible curse cast upon them. Another common trope is having a {{tvtropes|GypsyCurse|curse cast upon oneself by a gypsy}} or voodoo woman, or a wizened wizard or monk as mentioned in the title text.&lt;br /&gt;
&lt;br /&gt;
The puppets mentioned might be a reference to {{w|voodoo doll}}s (which a true voodoo shop wouldn't dabble in, despite the name), or {{w|kachina}} (of native american tradition). The pair seem to have been equally ignorant about all such things, however, so could have avoided or invoked almost any puppet-related practices.&lt;br /&gt;
&lt;br /&gt;
Megan and Rob seem to be unknowingly, and stupidly, angering every supernatural being and force in their entire town, thus setting themselves up for at least a dozen potential horror plots at the same time.&lt;br /&gt;
&lt;br /&gt;
A common complaint about many horror stories is that the protagonists are flat out stupid in order to make the plot and horror work. This comic deliberately targets and makes fun of this, mocking the obliviousness that many stock horror characters show as to getting themselves into trouble with supernatural forces.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is running towards Rob.]&lt;br /&gt;
:Megan: ''Rob! Rob!''&lt;br /&gt;
:Rob: You look terrified! What's wrong?&lt;br /&gt;
:Megan: We've made a huge mistake!&lt;br /&gt;
&lt;br /&gt;
:[In a frame-less panel Megan holds her hands up in an explaining gesture in front of Rob.]&lt;br /&gt;
:Megan: Remember last week when we dug up all those Indian bones and made puppets out of them?&lt;br /&gt;
:Rob: Sure...&lt;br /&gt;
&lt;br /&gt;
:[Megan is throwing her arms out to the sides while Rob holds both hands to his mouth.]&lt;br /&gt;
:Megan: It turns out they were buried over an ''ancient Indian burial ground!''&lt;br /&gt;
:Rob: ''Oh my God!''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Rob]]&lt;br /&gt;
[[Category:Comics with cursed items]] &amp;lt;!-- Bones, by description only. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2184:_Unpopular_Opinions&amp;diff=330200</id>
		<title>Talk:2184: Unpopular Opinions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2184:_Unpopular_Opinions&amp;diff=330200"/>
				<updated>2023-12-05T05:45:15Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: As did I (both book and film, for different reasons), but this needs signing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I wonder if it has to be below 50% with critic score, audience score, or both? [[User:Andyd273|Andyd273]] ([[User talk:Andyd273|talk]]) 17:36, 2 August 2019 (UTC)&lt;br /&gt;
:Genisys has an Audience Score of 53%, so I think it has to be critic score (Tomatometer). [[Special:Contributions/108.162.241.124|108.162.241.124]] 21:42, 2 August 2019 (UTC)&lt;br /&gt;
::Critics and audiences are really two distinct groups.  So to be &amp;quot;apples to apples&amp;quot;, I'd think it would have to be a movie with an Audience score below 50.  Disagreeing with something critics hated isn't that rare among the general audience.  [[Special:Contributions/162.158.106.18|162.158.106.18]] 04:46, 3 August 2019 (UTC)&lt;br /&gt;
::The whole idea of the challenge doesn't make sense if the movie is &amp;quot;only&amp;quot; hated by a handful of random critics. As Randall points out, it is easier to hate a movie that everyone loves, so that is also true for critics. [[Special:Contributions/172.69.55.46|172.69.55.46]] 18:41, 3 August 2019 (UTC)&lt;br /&gt;
::I have to agree that basing it on the critic reviews only doesn't make much sense. I can find dozens of movies I like that are rated rotten by the critics, but nearly all of them got good audience reviews (Bright, Constentine, Super Troopers, K-Pax, Aqua Teen Hunger Force, etc). I can only find one that I like that that scores under 50% with both groups, Southland Tales, and even I'll admit it has many flaws. I suspect Randal Monroe was looking at movies that were rated &amp;quot;Rotten&amp;quot; by both groups (green icon and &amp;lt;60%), vs &amp;quot;fresh&amp;quot; (red icon &amp;gt; 60%). But the rules were already a bit too lengthy to spell it out explicitly. [[user]][[User:Whereisspike|Whereisspike]] ([[User talk:Whereisspike|talk]]) 21:42, 4 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
[https://www.rottentomatoes.com/browse/dvd-streaming-all?minTomato=0&amp;amp;maxTomato=49&amp;amp;services=amazon;hbo_go;itunes;netflix_iw;vudu;amazon_prime;fandango_now&amp;amp;genres=1;2;4;5;6;8;9;10;11;13;18;14&amp;amp;sortBy=tomato Movies] on DVD or streaming, tomatometer 49% down to 0%. &lt;br /&gt;
&lt;br /&gt;
Plenty of Twilight fans will raise their hands - it is rated 49% --[[User:Thomcat|Thomcat]] ([[User talk:Thomcat|talk]]) 18:09, 2 August 2019 (UTC)&lt;br /&gt;
:Well, I'm around the typical age of (original) Twilight fans, and none of the movies in the saga came in my adult life. (But they're all below 50%)[[Special:Contributions/162.158.103.147|162.158.103.147]] 18:27, 2 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I mean, Shaft got a 30% on the Tomatometer and a 94 on the audience score, and I loved it. [[Special:Contributions/108.162.241.22|108.162.241.22]] 18:57, 2 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do Waterworld, in spite of the fact that it only ticks two of the boxes, count? I really liked that one.&lt;br /&gt;
:I also liked Waterworld (44%, 1997) and The Postman (9%, 1995) (both with Kevin Kostner, and sort of the same story). Assuming the definition of adult is 18, they both qualify for the adult part, but not the after 2000 part.  I also loved Star Wars Episode I, but sure enough, it's above 50% on Rotten Tomatoes. [[User:WhiteDragon|WhiteDragon]] ([[User talk:WhiteDragon|talk]]) 17:28, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:If it didn't come out while you were an adult, then it doesn't count. [[User:N0lqu|-boB]] ([[User talk:N0lqu|talk]]) 20:16, 2 August 2019 (UTC)&lt;br /&gt;
:My immediate search was also for Water World. Would it also not count when you didn't watch it until after 2000? [[Special:Contributions/172.69.55.46|172.69.55.46]] 18:35, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I don't watch enough movies (or know Rotten Tomatoes well enough) to participate in this particular challenge, but it seems like every time I enjoy a video game, it turns out to have a sizeable and vocal hatedom. I seriously can't relate to the caption here. [[Special:Contributions/162.158.107.165|162.158.107.165]] 20:25, 2 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Batman v. Superman is probably a good answer for a fair number of people-it has a reasonable number of fans (including myself) who liked it, despite its very poor rating (28%) [[User:SirEpp|SirEpp]] ([[User talk:SirEpp|talk]]) 21:05, 2 August 2019 (UTC)&lt;br /&gt;
: I went to that movie for finding the plausible reason why Batman who only fights criminal and Superman being too unreal for ever being angry for no reason might have a fight which each other. Got less than I expected, in this aspect. But Valerian and the City of a Thousand Planets, Thor: Ragnarok and Iron Sky are objectively superb films the critics hated. Perhaps with the exception of the relationship between Valerian and Laureline, perhaps, though.[[User:Gunterkoenigsmann|Gunterkoenigsmann]] ([[User talk:Gunterkoenigsmann|talk]]) 17:37, 3 August 2019 (UTC) &lt;br /&gt;
&lt;br /&gt;
Not a movie, per se, but I thought season 8 of Game of Thrones was fantastic. [[Special:Contributions/162.158.214.88|162.158.214.88]] 22:23, 2 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Critically panned films that I like include: Crimes of Grindelwald, Passengers, and Warcraft.  Critically acclaimed films that I do not like: Avatar and Life of Pi. [[Special:Contributions/173.245.48.213|173.245.48.213]] 22:47, 2 August 2019 (UTC)&lt;br /&gt;
:Oooh, ''Passengers'' is a good one, I'm stealing that. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 01:16, 3 August 2019 (UTC)&lt;br /&gt;
:I second Crimes of Grindelwald (37 RT), and add Valerian and the City of a Thousand Planets (48 RT), which I also enjoyed and actually recommend to people. Now these movies aren't &amp;quot;classics&amp;quot; or &amp;quot;great movies&amp;quot;, they aren't perfect, but they are effective entertainment, and ''not'' because they &amp;quot;are so bad their good&amp;quot;. Grindelwald has many effective scenes and acting, and Valerian is a very effective effort at making a movie out of a comic book that ''feels like a comic book''-- a fact I appreciated. Of course 48 RT is also just under the 50 RT threshold.[[User:Careysub|Careysub]] ([[User talk:Careysub|talk]])&lt;br /&gt;
:It's almost like you totally misunderstood the point of the comic. [[User:A74xhx|A74xhx]] ([[User talk:A74xhx|talk]]) 09:00, 5 August 2019 (UTC)&lt;br /&gt;
::How so? [[Special:Contributions/172.69.69.16|172.69.69.16]] 21:00, 6 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not under 50%, but I'm shocked that &amp;quot;The Secret Life of Walter Smitty&amp;quot; has only 51%... National Treasure has only 46%... I like this game, it is a test in optimism.&lt;br /&gt;
:&amp;quot;The Secret Life of Walter '''Mitty'''&amp;quot; deserves a low rating, particularly when compared to the original with Danny Kaye. [[Special:Contributions/162.158.107.73|162.158.107.73]] 05:31, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Frankly it would be easier to list the movies I like that aren't below 50% on rotten tomatoes. [[User:CJB42|CJB42]] ([[User talk:CJB42|talk]]) 00:23, 3 August 2019 (UTC)s&lt;br /&gt;
&lt;br /&gt;
My experience with rotten tomatoes ratings in particular is that they have no clue and I find their ratings useless.  The challenge from Randall in this comic is a case in point: the first movie I though to check, “Another Gay Movie” gets a 40% on the tomatometer yet is one of my favorites.  Same thing with all the “Eating Out” movies: good comedies that I enjoy, yet Tomatometer scores of 16%, 44%, and 17% for the first three. (And why is “Eating Out 2: Sloppy Seconds” so much higher ranked than 1 or 3?  It’s not that different...)&lt;br /&gt;
I think the criteria that Randal assumes (but doesn’t mention) is that the movie has to be a box office hit that appeals to mainstream audiences.[[Special:Contributions/162.158.107.73|162.158.107.73]] 03:55, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't see why Suicide Squad got trashed. It was light, colourful, had an engaging story, and well made. [[Special:Contributions/172.68.253.209|172.68.253.209]] 04:04, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sucker Punch. There, I said it. [[Special:Contributions/141.101.99.77|141.101.99.77]] 07:36, 3 August 2019 (UTC)&lt;br /&gt;
:I definitely came to this discussion thinking of this movie. It's properly interesting, but it's also easy to see why critics and half the audience hate it. [[Special:Contributions/162.158.34.64|162.158.34.64]] 10:03, 12 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
There's a certain type of movie that 'h8ers' will auto-trash before they even come out (especially &amp;quot;Gender-switched version of a classic&amp;quot;, like that ''Ghostbusters'', and &amp;quot;Strong female type&amp;quot;, like ''Wonder Woman'' - as easy examples of those that some people love to hate, regardless of actual merit). So I recon there'd be good mileage in keeping an eye on (for example) the double-whammy that is the upcoming Female Thor movie. If it doesn't ''actually'' turn out to be so bad that you personally don't like it, I predict that it'll be pre-release troll-sniped down below 50% in &amp;quot;popular&amp;quot; opinion and even if they're not at all right about their guess there'll be a window of opportunity before any counter-viewpoint from actual viewers ups the score again. [[Special:Contributions/141.101.107.66|141.101.107.66]] 10:21, 3 August 2019 (UTC)&lt;br /&gt;
:No one hated Wonder Woman. It has 93%, and is arguably the best live action superhero movie that DC has released so far. Ghostbusters was a money grabbing remake that brought nothing new. It COULD have been great with almost no effort, by getting someone to write an original script that built on the things that came before that everyone loves, instead of trying to replace it with an inferior version. The only one to blame is the Hollywood studios that would rather throw money at something that already exists instead of taking a risk on an unknown. Then they add insult to injury and tell everyone that the reason they failed isn't because they made bad decisions, but because ''people don't like seeing women in leading roles'', which is not true in any form. No real people care if the lead is male or female. They care about a good story, good acting, and having a good time watching a movie they paid their money for. [[User:Andyd273|Andyd273]] ([[User talk:Andyd273|talk]]) 17:09, 5 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
What the heck are all these Jim Carrey and Ben Stiller movies doing at sub-50%? I didn't know people supposedly hated Night at the Museum that much.  [[Special:Contributions/172.68.189.67|172.68.189.67]] 17:13, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks to the link I found two: Pirates of the Caribbean: At Worlds End and Fantastic Four: Rise of the Silver Surfer. I don't consider them like super-good, but I like them. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 00:09, 4 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks to the link I found four: Hancock, Knowing, The Lovely Bones, The Book of Eli.[[Special:Contributions/162.158.150.28|162.158.150.28]] 11:06, 4 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Immediately: Venom (29%)  I like to pretend I like it for the &amp;quot;so bad it's good&amp;quot;, but here in anonymous interwebzland, I can admit I just enjoyed it (despite expecting to hate it for the retcon). Does it matter that the RT audience score is 81%? I often find that my enjoyment of a movie is inversely proportional to how much critics didn't, and it seems I'm not alone.[[User:Daemonik|Daemonik]] ([[User talk:Daemonik|talk]]) 09:43, 5 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the point here is that people feel more comfortable disliking something than liking it. It isn't that we don't all have movies that we like that other people hated, it's that many of us are afraid to say it. Also, t's not a movie, but I honestly enjoyed that one episode of ''Stranger Things''. [[User:Probably not Douglas Hofstadter|Probably not Douglas Hofstadter]] ([[User talk:Probably not Douglas Hofstadter|talk]]) 04:20, 6 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I admit a weakness for the Roland Emmerich movies (&amp;quot;The Day After Tomorrow&amp;quot; and &amp;quot;2012&amp;quot;). OK the science behind the events is pretty rubbish, but they are decent action movies nonetheless with a few enjoyable twists (like the USA having to beg Mexico to let them emigrate south in TDAT).&lt;br /&gt;
&lt;br /&gt;
I'm shocked no one else has mentioned Jupiter Ascending yet; there was a decent amount of silliness in that movie, but I genuinely found it super compelling, and it deserves better than a 27%. --[[Special:Contributions/172.68.65.90|172.68.65.90]] 16:13, 7 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
300 got very mediocre reviews (52% on Metacritic), but I'ts absolutely one of my all-time favourite action movies. --[[Special:Contributions/172.69.55.46|172.69.55.46]] 16:04, 8 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Geostorm. Didn't even need the link for that. [[User:Conster|Conster]] ([[User talk:Conster|talk]]) 21:57, 8 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Like another user said, Roland Emmerich movies like TDAT and 2012 are ones I'll always be a sucker for. Also, The Book of Eli (2010) is actually a great movie IMO despite having a 48% on RT. I always put that as a classic. Meet the Fockers (2004) is funny, too. &lt;br /&gt;
&lt;br /&gt;
Side note: Armageddon is a pre-2000 movie (1998), but I think most would agree that it's a classic apocalyptic movie.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/162.158.74.33|162.158.74.33]] 14:48, 10 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, a reminder that the original Purge movie has a 39% on RT. [[Special:Contributions/162.158.74.33|162.158.74.33]] 15:00, 10 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
How, by all that is holy, does The Human Centipede get a 49% Tomatometer rating? Give me a win for Mr Popper's Penguins, though. [[User:Observer of the Absurd|Observer of the Absurd]] ([[User talk:Observer of the Absurd|talk]]) 18:48, 14 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Dragonball Evolution. If the Dragonball anime and Manga didn't exist, this would be a pretty okay and fun movie. Some parts of it were surprizing and the characters are fun. They just aren't the people from the manga, but rather just losely based on them, just like Frozen is losely based on the snow queen.[[Special:Contributions/162.158.92.70|162.158.92.70]] 17:50, 19 March 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We Built this City&amp;quot; (Starship) is an excellent song (yes I know it's supposed to be a movie and I'm breaking the rules, but I do that a lot, in case you haven't noticed). Anyone who disagrees is WOTI and leaves me no choice but to vehemently argue. [[User:Danish|Danish]] ([[User talk:Danish|talk]]) 17:49, 13 January 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Mission Impossible 2. The only bad thing is the romance. so... yeah, i'd give it a solid 70-80%. Defined the rest of the series in terms of action. [[User:Icil34|Icil34]] ([[User talk:Icil34|talk]]) 05:37, 10 February 2021 (UTC)Icil34&lt;br /&gt;
&lt;br /&gt;
== Post-2000? ==&lt;br /&gt;
&lt;br /&gt;
Anyone have an idea why &amp;quot;post-2000&amp;quot; is a criteria? [[User:Stevage|Stevage]] ([[User talk:Stevage|talk]]) 23:58, 2 August 2019 (UTC)&lt;br /&gt;
:Maybe because Rotten Tomatoes was launched close to the end of the 1990s, so post-2000 movies are the only ones that have been reviewed as they came out? Or perhaps it's to limit the scope of &amp;quot;movies that came out in your adult life&amp;quot;, since adult life could go back a long way for some people. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 01:16, 3 August 2019 (UTC)&lt;br /&gt;
:I don't know for certain, but I feel incredibly confident that it's the timing of Rotten Tomatoes, that older movies that came out before the site existed won't be thoroughly / properly covered. Like if you look closely you'll see the 40% rating on this movie comes from only 1 vote. I suspect Randall feels that as of 2000, there was enough activity on the site to provide sufficient coverage. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:40, 3 August 2019 (UTC)&lt;br /&gt;
:Pre-2000 films, being prior to RT, have the 'benefit' &amp;lt;!-- Though I suppose it's what you look for. I always wanted a &amp;quot;Oscars of the Ten/Twenty/Thirty/... Years Ago&amp;quot; thing that redid the award with (today's version of) historical hindsight that would end up giving a running commentary of the merits/otherwise perceived at various points in time... Anyway, not that anyone will read this comment, I'm sure. --&amp;gt; of studied hindsight. Anybody who bothers to review [https://www.rottentomatoes.com/m/1003722_casino_royale the ''original'' Casino Royale], which would be my choice for this if I were allowed, just has far too much baggage to be thinking the same as with something just being appreciated in the context as a new-release. Including me, probably, across the many years since I first saw that film and fell in love with it, despite the obvious and total car-crash of its Development Hell! [[Special:Contributions/141.101.107.66|141.101.107.66]] 10:21, 3 August 2019 (UTC)&lt;br /&gt;
:And there's a lot of selection bias in who reviews movies from pre-2000 as anyone who reviews a movie probably only went to that movies page and wrote a review, because they either really like the movie, or really really really hate it.[[User:Whereisspike|Whereisspike]] ([[User talk:Whereisspike|talk]]) 21:56, 4 August 2019 (UTC)&lt;br /&gt;
:It's stated in the explanation: it is so that most respondents would choose a movie that they have seen in their adult life and avoid the &amp;quot;childhood nostalgia&amp;quot; bias where you have fond memories of a movie watched as a kid but that you wouldn't enjoy watching as an adult.&lt;br /&gt;
&lt;br /&gt;
I KNOW that there are many, many movies I can apply to this challenge - I often find myself enjoying unpopular movies. Plus, critics suck, they seem to always forget that this is ENTERTAINMENT. A clever movie that is dull as dirt and makes you fall asleep should NOT receive high praise, it fails at the primary function - but I can't think of them in the moment. About a week ago on Facebook I had a memory, a list of facts about Eurotrip, where the article called it a flop, while I loved it, so probably that one. This comic triggered my first ever visit to Rotten Tomatoes, who lists Eurotrip as I think 46%, but much higher for Audience score, so I THINK it counts? What bumps me is that it seems like &amp;quot;Audience Score&amp;quot; would be popular opinion, making Eurotrip actually a Popular movie, which seems like then it wouldn't apply here. ???? [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:40, 3 August 2019 (UTC)&lt;br /&gt;
:Got one! I love The League Of Extraordinary Gentlemen, and Rotten Tomatoes scores it a 17% Tomatometer, 44% Audience score. Dunno why, I found it so cool, so enjoyable! I often wish there was a sequel or even a series. :)[[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:24, 20 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hypothesis: People generally give more positive then negative reviews, and positive reviews also cause more people to watch. The number of watching for something bad is therefor lower, while a good movie is watched so often there is always a critic.&lt;br /&gt;
[[Special:Contributions/172.69.55.190|172.69.55.190]] 10:19, 3 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
What the hell is wrong with people who don't like Ghost Rider or Daredevil? — [[User:Kazvorpal|Kazvorpal]] ([[User talk:Kazvorpal|talk]]) 19:03, 4 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
My favorite bad movies Wild Wild West, The One, Returner, Equilibrium, The Warrior's Way [[User:Houligan|Houligan]] ([[User talk:Houligan|talk]]) 15:59, 5 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I liked 50 First Dates. But for my really controversial opinion, I'm gonna say not only was Armageddon a terrific movie, but it got enough of the science right to earn our suspension of disbelief :D&lt;br /&gt;
--[[Special:Contributions/172.68.142.245|172.68.142.245]] 21:59, 5 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is [[653: So Bad It's Worse]] related enough to be mentioned in the explaination or trivia? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 12:16, 6 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just came here to say, &amp;quot;Pandorum&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
How to talk to girls at parties (2018) - [[Special:Contributions/172.68.46.113|172.68.46.113]] 20:49, 7 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Guilty Pleasure: ''The Sorcerer's Apprentice'' - [[User:Acrisius|Acrisius]] ([[User talk:Acrisius|talk]]) 06:54, 12 August 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Think of a video-game based movie you actually like. It probably fits this. 2001's Lara Croft: Tomb Raider and 2005's Doom have 47% and 34% audience rating, respectively, and I loved both of those (despite the fact that they had basically nothing to do with the games). A few game-based movies have over 50% audience rating, but even then, only 2-3 ever got above 50% with the critics. Heck, even the Pokemon movies got horrible critic ratings (the second movie came out in 2000, so you'd have to start with the third to adhere to that 'post-2000' rule)...&lt;br /&gt;
&lt;br /&gt;
==My big, late comment==&lt;br /&gt;
&lt;br /&gt;
So my three are &lt;br /&gt;
:''50 First Dates'' (I'm a sucker for hopeless romantic-type stuff and the gross out comedy didn't go too far to cancel it out), &lt;br /&gt;
:''Bruce Almighty'', because Morgan Freeman killed it as God, and &lt;br /&gt;
:''Book of Eli'', because that twist is awesome on the successive watch, and even on the first if you figure it out early&lt;br /&gt;
&lt;br /&gt;
However, I take issue with a STRICT limitation of &amp;quot;post-2000&amp;quot;, and I would just say if you're going to choose one pre-2000, it has to be a personal favorite, like personal top-50 or so movie, and for me, those would be &lt;br /&gt;
:''Hook'', because Robin Williams and Dustin Hoffman did their duty to the script and deserve at least 50% on the tomato meter, no matter what balls the other characters or plot dropped, &lt;br /&gt;
:''Robin Hood: Men in Tights'', because the cast, characters, gags, and anachronisms are essentially timeless; from Broomhilda breaking the concrete when the horse dodged her; to Blinkin... idunno, everything Blinkin; to Achoo's added attitude and flavor; and all the character's breaking of the fourth wall... goodness... the critics missed this one&lt;br /&gt;
:''Boondock Saints'' - not for everyone, but dang, it's just a really interesting and slightly morbid romp of a story about vigilantes rising up against organized crime, mixing humor in with seriousness in just the right amounts and just about perfect pacing&lt;br /&gt;
&lt;br /&gt;
Ok, so I also think there are a few that really don't deserve the low rating they got, even if they weren't the best or my &amp;quot;favorites&amp;quot; - my rubric for adding them here was if I thought they deserved at least 30% more on the tomato meter. If they're just a teeny bit low (like 10%) then that's too close to personal taste for me to add as an argument, so... &lt;br /&gt;
:I Think ''Crimes of Grindelwald'' should have gotten more like a 70%, mostly for the world building they continued from the first movie&lt;br /&gt;
:I really liked ''Jumper'' (just not QUITE enough to stick my neck out for the real list above) - really great concept that wasn't ruined by sub-par acting, even if it wasn't exactly enhanced - should have been more like 50%&lt;br /&gt;
:''The Day The Earth Stood Still'' - again, not the best movie in existence, but got a bad rap - just above 50% seems more appropriate to me&lt;br /&gt;
:''After Earth'' - far from either of the Smith's best works, but more deserving than 11% for the world and effects&lt;br /&gt;
:''Planes'' - maybe the sequel was too much, and of course it's largely a cash grab and targeted at kids, but it was a decent story and the characters were executed well above a 25% rating - I'd say it should even be just barely fresh, so 60%&lt;br /&gt;
:''Chappie'' - I think it was just really interesting, despite the stretches technologically speaking, giving a window (sort of) into a culture not well represented in the U.S. - basically I think it should be just barely fresh as well&lt;br /&gt;
&lt;br /&gt;
And finally what I'm really glad nobody spoke up about are a few of my pet peeves - movies that deserved a low score and got it, but every once in a while I hear people saying they enjoyed it. I'm just glad nobody prior to this seems to have mentioned: Semi Pro and any of the Transformers travesties. I just wanted to take a moment and thank you all for that. -- [[User:Brettpeirce|Brettpeirce]] ([[User talk:Brettpeirce|talk]]) 20:28, 12 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
So personally, I'm trying to figure out if I can even make a list of all qualifying movies. Would make the game easier if we could have that, but I can't even figure out how to search Rotten Tomatoes for movies beyond what's currently out in theatres. Any advice or relevant links, anyone?&lt;br /&gt;
[[Special:Contributions/108.162.246.83|108.162.246.83]] 02:43, 9 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I loved the 2001 version of Planet of the Apes. Both the First In, Last Out and the &amp;quot;ape D.C.&amp;quot; ending were atypical and unexpected. I think the reason that people hated this movie was for the same reason that they hated &amp;quot;The murder of Roger Ackroyd&amp;quot; by Agatha Christie. But both this movie and that novel were amazing because they &amp;quot;broke the rules.&amp;quot; [[Special:Contributions/108.162.212.89|108.162.212.89]] 20:35, 17 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
From looking at the [https://www.rottentomatoes.com/browse/dvd-streaming-all?minTomato=0&amp;amp;maxTomato=49&amp;amp;services=amazon;hbo_go;itunes;netflix_iw;vudu;amazon_prime;fandango_now&amp;amp;genres=1;2;4;5;6;8;9;10;11;13;18;14&amp;amp;sortBy=release%7CRotten link] in the explanation, I can name Fantastic Beasts: The Crimes of Grindelwald, Jurassic World: Fallen Kingdom, and the entire Divergent trilogy as examples. Eagerly awaiting sequels to all of them. (And yes, a little bitter that Ascendant got canceled, though I've long since accepted that. Allegiant could have had a worse ending.) [[User:NealCruco|NealCruco]] ([[User talk:NealCruco|talk]]) 04:10, 5 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I like something that everyone else hates. Pokemon Sword &amp;amp; Shield.&lt;br /&gt;
&lt;br /&gt;
==IMDb Search with all categories, 'cause Rotten Tomatoes is dumb==&lt;br /&gt;
Little late to the game, but My go to, and sorted better, IMDb, https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_special,documentary,short,video&amp;amp;release_date=2000-01-01,&amp;amp;user_rating=1.0,5.0&amp;amp;view=simple&amp;amp;sort=user_rating,desc&amp;amp;count=250&lt;br /&gt;
&lt;br /&gt;
Mine would be Vanilla Sky. [[Special:Contributions/108.162.241.9|108.162.241.9]] 14:42, 3 May 2022 (UTC)Nafedalbi&lt;br /&gt;
&lt;br /&gt;
Although it came out when I was 11, I recently became an adult and watched it again.  I love After Earth!  It got 11% on Rotten Tomatoes and came out in 2011.  Jaden and Will Smith did not deserve the Razzie Awards &amp;quot;Worst Actor&amp;quot; (Jaden), &amp;quot;Worst Supporting Actor&amp;quot; (Will), and &amp;quot;Worst Acting Pair&amp;quot;.  -Dawson-&lt;br /&gt;
&lt;br /&gt;
Very surprised nobody mentioned The Last Witch Hunter. It's got ratings of 18/44, and it's a totally fun urban fantasy, with Vin Diesel playing a character he imported from D&amp;amp;D. It's kinda confusing but also likeable and actually not bad IMO. [[Special:Contributions/172.68.62.16|172.68.62.16]] 07:57, 24 October 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I liked Mortal Engines {{unsigned ip|172.71.146.37|23:49, 4 December 2023}}&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1932:_The_True_Meaning_of_Christmas&amp;diff=330119</id>
		<title>1932: The True Meaning of Christmas</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1932:_The_True_Meaning_of_Christmas&amp;diff=330119"/>
				<updated>2023-12-04T19:22:56Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: Undo revision 330094 by 162.158.166.125 (talk) Not punctuated properly. And not funny enough.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1932&lt;br /&gt;
| date      = December 22, 2017&lt;br /&gt;
| title     = The True Meaning of Christmas&lt;br /&gt;
| image     = the_true_meaning_of_christmas.png&lt;br /&gt;
| titletext = They all made fun of Autometalogolex, but someday there will be a problem with Christmas that can only be solved if Santa somehow gets a serious headache, and then they'll see.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This is the first of two [[:Category:Christmas|Christmas comics]] in a row. It is making fun of the common trope in popular media that the {{tvtropes|TrueMeaningOfChristmas|true meaning of Christmas}} is about family, friends, and sharing the Christmas Spirit. It subverts the trope by suggesting that once the stories of the &amp;quot;True Meaning of Christmas&amp;quot; become sufficiently common, the real true meaning becomes to spread those stories. Thus the search for the &amp;quot;True Meaning of Christmas&amp;quot; is itself the meaning of Christmas, in a sort of &amp;quot;the journey is the reward&amp;quot; discovery.&lt;br /&gt;
&lt;br /&gt;
In the last panel and title text, &amp;quot;Autometalogolex&amp;quot; is a {{w|neologism}} of Randall's, which can be broken down to its various prefixes and the root:&lt;br /&gt;
:&amp;quot;Auto-&amp;quot; - Greek meaning &amp;quot;self.&amp;quot;&lt;br /&gt;
:&amp;quot;Meta-&amp;quot; - Greek meaning &amp;quot;after,&amp;quot; &amp;quot;beyond,&amp;quot; or &amp;quot;in reference to.&amp;quot;&lt;br /&gt;
:&amp;quot;Logo-&amp;quot; - Greek meaning &amp;quot;word&amp;quot; or &amp;quot;speech.&amp;quot;&lt;br /&gt;
:&amp;quot;Lex&amp;quot; - &amp;quot;lexis&amp;quot; is another Greek word meaning &amp;quot;word&amp;quot;; but in this case it is more likely to be a shortening of &amp;quot;lexicon&amp;quot; (another word for dictionary), or perhaps a reference to the process of &amp;quot;lexing&amp;quot; (lexical analysis), part of the process of computer analysis of text.&lt;br /&gt;
Thus, &amp;quot;Autometalogolex&amp;quot; would literally mean &amp;quot;A word that refers to itself in the dictionary,&amp;quot; or more precisely &amp;quot;the act of looking up the definition of autometalogolex&amp;quot;, which leads to a recursion, as all ''meaning of Christmas'' stories do. Recursion and self-reference is a [[:Category:Self-reference|recurring theme]] in xkcd.&lt;br /&gt;
&lt;br /&gt;
The term Autometalogolex might also refer to autological words, words that refer to a property of the word itself. (&amp;quot;noun&amp;quot; is a noun, &amp;quot;pentasyllabic&amp;quot; is pentasyllabic [has 5 syllables]). &amp;quot;Autometalogolex&amp;quot; is a 'meta' version of the looking up (lex) of an autological word.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] finally states that Autometalogolex is his least favorite of {{w|Santa Claus's reindeer}}. This is not among the commonly quoted list of names: ''Dasher'', ''Dancer'', ''Prancer'', ''Vixen'', ''Comet'', ''Cupid'', ''Donder'', and ''Blitzen''.{{Citation needed}} As the title text reveals this ninth reindeer could be a reference to {{w|Rudolph the Red-Nosed Reindeer}}, who was not accepted by the others until Santa had problems and asked it to lead the other reindeer pulling the sleigh. The title text may also imply the only effective outcome of Autometalogolex (or the newly defined Christmas) is giving headaches, as with many self-referential concepts. As headaches generally are bad, Autometalogolex is not accepted, but - as in a typical Christmas story, here driven into the absurd realm - Santa needed a headache, and Autometalogolex was there to save the day.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is talking to a guy wearing a Santa hat.]&lt;br /&gt;
:Cueball: You’re looking festive.&lt;br /&gt;
:Santa Hat: I love Christmas!&lt;br /&gt;
:Cueball: Really? Doesn’t seem like your kind of thing.&lt;br /&gt;
:Santa Hat: It’s our most meta holiday!&lt;br /&gt;
&lt;br /&gt;
:[Same setting.]&lt;br /&gt;
:Cueball: How so?&lt;br /&gt;
:Santa Hat: All our Christmas stories now are about discovering the “true meaning of Christmas.”&lt;br /&gt;
&lt;br /&gt;
:[The same setting in a frame-less panel where Santa Hat shrugs.]&lt;br /&gt;
:Cueball: Huh, yeah. And then sharing it with others.&lt;br /&gt;
:Santa Hat: At some point, that quest itself ''became'' the true meaning.&lt;br /&gt;
&lt;br /&gt;
:[Same setting with Santa Hat holding a hand to his chin.]&lt;br /&gt;
:Cueball: Like a word whose definition is “the act of looking up the definition of this word.”&lt;br /&gt;
:Santa Hat: “Autometalogolex”?&lt;br /&gt;
:Cueball: My least favorite of Santa’s reindeer.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*At the time this comic was released the expression ''Autometalogolex'' did not exist. But only a few hours later at {{w|Urban Dictionary}} this phrase got its first entries: [https://www.urbandictionary.com/define.php?term=Autometalogolex Urbandictionary Autometalogolex].&lt;br /&gt;
*It appears that HopJacker Brewer makes a beer named ''Autometalogolex'', presumably named after this comic.  There are [https://untappd.com/b/hopjacker-brewery-autometalogolex/2550579/photos multiple] [http://www.rutlandcamra.org.uk/2018/02/27/empingham-cricket-club-beer-festival-beer-list/ references] to it online, though it doesn't appear on [http://hopjacker.co.uk/beers/ HopJacker's own webpage], so it is possible that this beer doesn't exist and folks are just trolling beer drinkers to get them to autometalogolex.&lt;br /&gt;
*Some believe that the Santa Hat character is actually [[Black Hat]], owing to the Santa hat in question being black (the character's behavior, and [[Cueball]]'s comment that Santa Hat doesn't seem to be the type to enjoy Christmas match Black Hat's personality perfectly). However, the Santa hat may actually be meant to be red but rendered as black because the comic is in black-and-white (although it's worth nothing that in [[361: Christmas Back Home]] and [[838: Incident]], Christmas clothing was shown as red, not black). Santa Hat's identity is therefore unclear. But that was of course [[:Category:Comics with color|Comics with color]] which is not the norm in xkcd, which is why there is a category for those. In black and white comics it makes no sense to discuss that a black Santa hat must be black.&lt;br /&gt;
**But already in the next comic where the &amp;quot;real&amp;quot; Santa is described his red Santa Hat is drawn black, thus proving that it is not a black hat because it is black in the comic.&lt;br /&gt;
**Since there are many comics with [[:Category:Multiple Cueballs|Multiple Cueballs]], it could just as well be Cueball with a Santa Hat and another guy asking him about it.&lt;br /&gt;
**As there is no way to decide, then the best description of this comic is that Cueball is talking to a guy with a Santa Hat.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Self-reference]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=694:_Retro_Virus&amp;diff=330079</id>
		<title>694: Retro Virus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=694:_Retro_Virus&amp;diff=330079"/>
				<updated>2023-12-03T13:23:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.194.79: /* Explanation */ It depends upon when the 'trojan' changes to the DNA/(t/m)RNA get activated, from the point of initial insertion until it degrades/is degraded by other mix'n'match or copying errors...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 694&lt;br /&gt;
| date      = January 27, 2010&lt;br /&gt;
| title     = Retro Virus&lt;br /&gt;
| image     = retro_virus.png&lt;br /&gt;
| titletext = He says this is the year of Linux on the desktop! The world of Windows will fade any moment now!&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic uses the word &amp;quot;retro&amp;quot; as a reference to {{w|Retro|retro style}} and &amp;quot;virus&amp;quot; as a reference to {{w|Computer virus|computer viruses}}. This {{w|portmanteau}} is also a double entendre for a {{w|retrovirus}}, which is a type of actual biological virus which injects its genetic code into a cell and may wait several cell generations before triggering and multiplying.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] finds himself needing to clean a virus off his {{w|Microsoft Windows|Windows}} machine. Unfortunately, the {{w|Windows Registry|registry}} editor (regedit), a key tool in manipulating Windows, is affected. A coworker comes over and mentions that it has been a while since he has worried about cleaning viruses in the {{w|Windows API#Versions|Win32 API}}.&lt;br /&gt;
&lt;br /&gt;
Cueball responds that {{w|Windows XP}} operating system is still the most popular (which it [http://marketshare.hitslink.com/operating-system-market-share.aspx?qprid=11&amp;amp;qpcustomb=0&amp;amp;qpsp=2009&amp;amp;qpnp=4&amp;amp;qptimeframe=Y was] in 2010, and remained until mid-2012), but is drowned out by another coworker ([[Ponytail]]) who exclaims that it is as if they are back in 2003. Back then, {{w|Windows XP}} machines were the standard in many places, and were far more often targeted by viruses than other systems, e.g. {{w|Linux}}, {{w|Mac OS X}}, etc.&lt;br /&gt;
&lt;br /&gt;
In the final panel, Cueball's coworkers continue to make fun of him by referencing things that were important back in 2003 like {{w|Howard Dean}}, {{w|Friendster}} or {{w|Kazaa}}. Such things have since fallen largely out of prominence.&lt;br /&gt;
&lt;br /&gt;
The title text is a reference to the {{w|Desktop Linux#Year of Desktop Linux|year of Linux on the desktop}}, which is an expectation that in an upcoming year, Linux will make a large breakthrough and be widely adopted by businesses and personal users. The expectation has been around since about 2000, however, and has not exactly happened (although non-desktop devices running {{w|Android (operating system)|Android}}, a Linux-based OS, are now very common). If it were to happen, the large market share enjoyed by Windows OSes would fade away.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is using a computer.]&lt;br /&gt;
:Cueball: Argh, this is frustrating.&lt;br /&gt;
:Friend (off-panel): What?&lt;br /&gt;
&lt;br /&gt;
:Cueball: This Windows box has a virus and I can't get RegEdit to-&lt;br /&gt;
:Friend (off-panel): Haha, cleaning viruses? Man, what a blast from the past!&lt;br /&gt;
&lt;br /&gt;
:Friend: Check it out! Dude's cleaning Win32 viruses! Remember that?&lt;br /&gt;
:Ponytail (off-panel): It's like we're back in 2003!&lt;br /&gt;
:Cueball (small): Hey, XP's still the most-&lt;br /&gt;
&lt;br /&gt;
:Friend: Did you get the virus from Kazaa?&lt;br /&gt;
:Ponytail (with laptop): Guess what I just read on Howard Dean's Friendster!?&lt;br /&gt;
:Cueball (head in hands): Guys...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Puns]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>172.69.194.79</name></author>	</entry>

	</feed>