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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2140:_Reinvent_the_Wheel&amp;diff=181949</id>
		<title>2140: Reinvent the Wheel</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2140:_Reinvent_the_Wheel&amp;diff=181949"/>
				<updated>2019-10-30T03:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2140&lt;br /&gt;
| date      = April 22, 2019&lt;br /&gt;
| title     = Reinvent the Wheel&lt;br /&gt;
| image     = reinvent_the_wheel.png&lt;br /&gt;
| titletext = Right now it's a bicycle wheel, so we've had to move to lighter vehicles, but the reduced overhead is worth it. There was one week when a wheel of cheese got dangerously close to the first page, though.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&amp;quot;{{w|Reinventing the wheel}}&amp;quot; is an idiom/metaphor that refers to duplicate effort to recreate something that has already been created or perfected previously without adding any value in the process. The phrase relates to the idea that the round {{w|wheel}} was invented a long time ago and there is no way to make it better, as a circle is the most optimal shape. While the phrase includes the word &amp;quot;wheel&amp;quot;, it isn't typically directly associated with the wheel but instead uses the word &amp;quot;wheel&amp;quot; because of the easily understandable meaning - a simple object with no improvements that can be made. That being said, we have actually reinvented the wheel at one point in time - a {{w|tire}} is a modern improvement to the wheel, which reduces bumps and shocks that people in the car would feel from uneven road surfaces. &lt;br /&gt;
&lt;br /&gt;
In this comic, [[Beret Guy]] works for an automotive company (or this is his [[:Category:Beret Guy's Business|own company]]), and he is explaining to Ponytail their decision to not reinvent the wheel for the automobiles that they produce, using the phrase in a literal sense instead of figuratively.  Instead of determining for themselves what wheel to use, they want to use whichever wheel is presumably considered the &amp;quot;best&amp;quot; wheel by the world, using a daily Google image search for &amp;quot;wheel&amp;quot; to determine the highest ranked wheel, and then using that wheel on the vehicles they produce that day. In reality, this would be a very bad way of choosing the wheels of the automobiles Beret Guy's company produces. In addition to being extremely inefficient, as they might have to change the wheels they use every day, it may also result in copyrights and lawsuits against his company.&lt;br /&gt;
&lt;br /&gt;
The point of the comic is to make fun of programmers who take the idea that you should never reinvent the wheel too seriously. When these people have a problem, they may Google to find a solution to that problem, and when they find a piece of online code, they use it in their own code, even if it wasn't initially designed to handle the task for which it is being used and thus may have unintended side effects or other issues.&lt;br /&gt;
&lt;br /&gt;
Another way that programmers may go too far in avoiding reinventing the wheel is in using external dependencies.  It can be valuable to use external libraries, especially for applications where certain tasks have strange edge cases that a 'reinvention' is likely to miss or require lots of development effort to correctly implement (like [https://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time time]).  However, using someone else's code means taking on the risk of security vulnerabilities, and when the library is updated on live installations, the user also takes on the risk that the library might become unavailable or otherwise break.  In this case, Beret Guy's company updates their wheel &amp;quot;library&amp;quot; on a daily basis from Google's image search.  Google is unlikely to shut down a core search product, but they might change the API that Beret Guy's company uses (unless he's just going to their website himself), and they have been known to shut down projects that people like, such as [https://www.google.com/reader/about/ Google Reader].  On the day this comic was released, Randall changed the [[Design_of_xkcd.com#Header_text|Header text]] of xkcd, adding a [[Design_of_xkcd.com#2019-04-23|reference to Google Reader]].&lt;br /&gt;
&lt;br /&gt;
The popular programming language Python manages external dependencies with packages called &amp;quot;wheels&amp;quot; which are &amp;quot;published to the cheese shop&amp;quot;, which may or may not be an intended reference. &lt;br /&gt;
&lt;br /&gt;
In any event, Beret Guy is in effect reinventing the wheel by doing a new search for wheels on Google Images every day. If the wheel he finds on Google Images on a given day is suitable for his company's needs, the company would likely be better off using the same wheel on succeeding days (unless circumstances change which make that unfeasible), compared to trying to doing a new search for wheels every day.&lt;br /&gt;
&lt;br /&gt;
The title text indicates that Beret Guy is currently using bicycle wheels for his vehicles, requiring his vehicles to be lighter as bicycle wheels cannot carry a lot of weight.  He says this &amp;quot;reduce[s] overhead&amp;quot;, which is both literally true, that his vehicle weighs less, and refers to the usual figurative desire of reducing overhead costs of development by using external libraries. Finally, the narrator (supposedly Beret Guy) explains that at one point a wheel of cheese was near the top of the Google images search. If it had reached the top, it would have been disastrous as a wheel of cheese is completely unsuited for use as a vehicle's wheel.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
On the day the comic was released a bicycle wheel came up first when searching for &amp;quot;wheel&amp;quot;, see image in the [[#Trivia|Trivia]] section below.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Beret Guy is talking to Ponytail.]&lt;br /&gt;
:Beret Guy: We don't want to reinvent the wheel, so every day we Google image search &amp;quot;wheel&amp;quot;, and whatever object comes up, that's what we attach to our vehicles.&lt;br /&gt;
:Beret Guy: Sure, external dependencies carry risks, but so far they've all been pretty good wheels.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*On the day this comic came out a Google search on Wheel would in some cases have a bicycle wheel at the top:&lt;br /&gt;
:[[File:2140_Reinvent_the_Wheel_Google_Search_Wheel.png|400px]]&lt;br /&gt;
*The JavaScript development community has had several security and reliability incidents caused by over-dependence on automated package updates.  In 2016, a JavaScript developer [https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/ un-published several libraries] (including one &amp;quot;library&amp;quot; which was just an eleven-line function for padding strings, which was nevertheless included in thousands of projects and downloaded millions of times a month) from the npm package repository.  This broke projects that depended on them and, until npm un-un-published his packages (with new maintainers), also opened the possibility that a bad actor could register malicious projects under those names and hijack all of their dependents.  In July 2018, an attacker gained access to the npm account of an ESLint maintainer and [https://eslint.org/blog/2018/07/postmortem-for-malicious-package-publishes published malicious versions of their packages], and in September 2018, the event-stream library was taken over by a malicious maintainer who [https://www.theregister.co.uk/2018/11/26/npm_repo_bitcoin_stealer/ added code to look for and steal bitcoins from the users who installed it].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Beret Guy's Business]]&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177638</id>
		<title>2185: Cumulonimbus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177638"/>
				<updated>2019-08-07T09:23:10Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2185&lt;br /&gt;
| date      = August 5, 2019&lt;br /&gt;
| title     = Cumulonimbus&lt;br /&gt;
| image     = cumulonimbus.png&lt;br /&gt;
| titletext = The rarest of all clouds is the altocumulenticulostratonimbulocirruslenticulomammanoctilucent cloud, caused by an interaction between warm moist air, cool dry air, cold slippery air, cursed air, and a cloud of nanobots.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a CUMULONIMBOCUNIMBULONIMBUS CLOUD. Please mention here why this explanation isn't complete: Cold slippery air from title text not mentioned yet! Translating the cloud names from Latin would give more information and possibly intended entertainment. Maybe someone who can do better than translate.google.com could do it? Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic follows the naming of clouds. As with other lists (like in [[2022: Sports Champions]]), it starts off as normal but then gets more unusual until it is unrealistic. &lt;br /&gt;
&lt;br /&gt;
;Cumulus&lt;br /&gt;
: The first panel shows a {{w|cumulus cloud}}, Latin for &amp;quot;heap cloud&amp;quot;. These are common clouds and are relatively small. Cumulus clouds form when warm (and thus rising) moist air condenses when it hits the {{w|dew point}}, the temperature at which relative humidity hits 100%. Cumulus clouds with sharp, defined borders are still growing. When they stop growing (because the rising moist air is exhausted), they get fuzzy and fluffy, and eventually dissolve.&lt;br /&gt;
;Cumulo&amp;lt;wbr&amp;gt;nimbus&lt;br /&gt;
: The second panel shows a {{w|cumulonimbus cloud}}, Latin for &amp;quot;heaping thundercloud&amp;quot;, with the upper part about the same size as the lower part. Though somewhat like the cumulus cloud, it is more prone to causing rain and lightning. Cumulonimbus clouds, like cumulus clouds, grow vertically because of their moist warm air, but they have enough energy to  reach the top of the {{w|troposphere}}, giving them the distinctive anvil shape shown in the comic and their tendency to produce nasty weather.&lt;br /&gt;
;Cumulo&amp;lt;wbr&amp;gt;nimbulo&amp;lt;wbr&amp;gt;nimbus&lt;br /&gt;
: The third panel shows an even bigger cloud and names it cumulonimbulonimbus (Latin for &amp;quot;heaping thundery thundercloud&amp;quot;). Here the scientific fact ends and the humor begins. The cloud has the upper part about twice as large as the lower part. The humor here comes from building up an even bigger name by adding another &amp;quot;nimbus&amp;quot; element for the cloud as its size increases, suggesting that its growth as compared to the second cloud shown has made it even more &amp;quot;thundery&amp;quot;.&lt;br /&gt;
;Cumulo&amp;lt;wbr&amp;gt;nimbulo&amp;lt;wbr&amp;gt;nimbulo&amp;lt;wbr&amp;gt;cumulo&amp;lt;wbr&amp;gt;nimbus&lt;br /&gt;
: The fourth panel shows an absurdly large cloud with three major layers and gives it the name cumulonimbulonimbulocumulonimbus (Latin for &amp;quot;heaping thundery thundering heaping thundercloud&amp;quot;). This is a combination of the third an the second cloud name in this comic, and indeed the fourth cloud looks a lot like the second one emerging out of the top of the third. This cloud may look like a [[220: Philosophy|super soaker]], ready to spray water on everyone.&lt;br /&gt;
;Alto&amp;lt;wbr&amp;gt;cumu&amp;lt;wbr&amp;gt;lenticulo&amp;lt;wbr&amp;gt;strato&amp;lt;wbr&amp;gt;nimbulo&amp;lt;wbr&amp;gt;cirrus&amp;lt;wbr&amp;gt;lenticulo&amp;lt;wbr&amp;gt;mamma&amp;lt;wbr&amp;gt;noctilucent&lt;br /&gt;
: The title text continues this list by naming a new cloud that is also supposedly the rarest. It requires {{w|Curse|cursed air}} and {{w|nanobots}} to make, which is impossible since neither of those exist.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
:The name of this cloud can be explained with:&lt;br /&gt;
:altocumulus: &amp;quot;heap up high.&amp;quot;&lt;br /&gt;
:lenticularis = lens-shaped&lt;br /&gt;
:stratus = layered&lt;br /&gt;
:nimbus = dark cloud&lt;br /&gt;
:cirrus = &amp;quot;curling lock of hair&amp;quot;&lt;br /&gt;
:mammatus = breast-like (some thunderstorm clouds form breast-like extrusions, which signify sinking air)&lt;br /&gt;
:noctilucent = &amp;quot;bright at night&amp;quot; (a cloud-like structure formed from ice crystals, often formed after volcano eruptions and other cataclysmic events and illuminated by a just-set sun)&lt;br /&gt;
&lt;br /&gt;
The {{w|International Cloud Atlas}} defines the cloud types that are recognized by the WMO, the {{w|World Meteorological Organization}}. It was first published in 1896. Similarly, {{w|IUPAC}} publishes a manual that allows chemists to name chemical compounds in a consistent manner. The Altocumulenticulostratonimbulocirruslenticulomammanoctilucent may thus be a pun on IUPAC, which (theoretically) offers a unique name for each possible strand of DNA and other complex molecules. Therefore, Randall might have seen a unique cloud that has never been observed before, but yet, thanks to IUPAC-like cloud naming rules, he came up with a &amp;quot;valid&amp;quot; name for his observation.&lt;br /&gt;
&lt;br /&gt;
The title text also mentions a common joke in weather communities, making fun of the common trope that thunderstorms form when &amp;quot;warm moist air&amp;quot;, meets &amp;quot;cold dry air&amp;quot;, which is an extreme oversimplification. An example of this trope is [https://youtu.be/WMtAaETOVSY?t=448 here].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Drawing of a small cloud with with a label beneath:]&lt;br /&gt;
:Cumulus&lt;br /&gt;
&lt;br /&gt;
:[Drawing of a medium sized tall hourglass shaped cloud with a label beneath:]&lt;br /&gt;
:Cumulonimbus&lt;br /&gt;
&lt;br /&gt;
:[Drawing of a large cloud, larger at the top than at the bottom, with a label beneath:]&lt;br /&gt;
:Cumulonimbulonimbus&lt;br /&gt;
&lt;br /&gt;
:[Drawing of a huge and very complicated cloud in three layers, with a label beneath:]&lt;br /&gt;
:Cumulonimbulonimbulocumulonimbus&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*On xkcd, this comic replaced a preceding &amp;quot;disappearing comic&amp;quot;, which temporarily was assigned the sequence number 2185, as it followed the Friday comic [[2184: Unpopular Opinions]] already on Sunday. But that was just to prevent the trouble a not numbered comic was having on the xkcd site. It was designed to disappear completely and leave no trace in xkcd's history or archives when this comic was released. The original comic does also no longer appear in explain xkcd's comic navigation either, and is hence linked here: [[Disappearing Sunday Update]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]] &amp;lt;!-- Nanobots in title text --&amp;gt;&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177543</id>
		<title>2185: Cumulonimbus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177543"/>
				<updated>2019-08-05T23:15:48Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2185&lt;br /&gt;
| date      = August 5, 2019&lt;br /&gt;
| title     = Cumulonimbus&lt;br /&gt;
| image     = cumulonimbus.png&lt;br /&gt;
| titletext = The rarest of all clouds is the altocumulenticulostratonimbulocirruslenticulomammanoctilucent cloud, caused by an interaction between warm moist air, cool dry air, cold slippery air, cursed air, and a cloud of nanobots.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a CUMULONIMBOCUNIMBULONIMBUS CLOUD. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- I suspect that translating the cloud names from Latin would give more information and possibly intended entertainment. -- Maybe someone who can do better than translate.google.com could do it?[[Special:Contributions/162.158.238.166|162.158.238.166]] 20:10, 5 August 2019 (UTC) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This comic follows the naming of clouds. As with other lists (like in [[2022: Sports Champions]]), it starts off as normal but then gets more unusual until it is unrealistic. &lt;br /&gt;
&lt;br /&gt;
;Cumulus&lt;br /&gt;
: The first panel shows a {{w|cumulus}} These are your typical clouds, and are relatively small. Cumulus clouds form when warm (and thus rising), moist air condenses when it hits the {{w|dew point}}, the temperature at which relative humidity hits 100%. Cumulus clouds with sharp, defined borders are still growing. When they get fuzzy and floofy, they stop growing and dissolve.&lt;br /&gt;
;Cumulonimbus&lt;br /&gt;
: The second panel shows a {{w|cumulonimbus}}. This cloud can be described as anvil shaped, and they both cause local rain showers and thunderstorms. Cumulonimbus clouds begin at the altitude where dew point occurs, and growth abruptly stops at the {{w|tropopause}}. The tropopause is defined as the lowest altitude at which the vertical temperature gradient is less than 2 degrees celsius per kilometer. (At altitudes that are relevant to us mere mortals, temperature decreases at a rate of 8.5 to 11.5 °C per kilometer of altitude, depending on humidity.)&lt;br /&gt;
;Cumulonimbulonimbus&lt;br /&gt;
: The third panel shows an even bigger cloud and names it cumulonimbulonimbus. The humor here comes from building up an even bigger name (combining cumulonimbus + an additional &amp;quot;nimbus&amp;quot;) for the cloud as its size increases.&lt;br /&gt;
;Cumulonimbulonimbulocumulonimbus&lt;br /&gt;
: The fourth panel shows an absurdly large cloud and gives it the name cumulonimbulonimbulocumulonimbus. This cloud may look like a soaker.&lt;br /&gt;
;Altocumulenticulostratonimbulocirruslenticulomammanoctilucent&lt;br /&gt;
: The title text continues this list by naming a new cloud that is also supposedly the rarest. It requires {{w|Curse|cursed air}} and {{w|nanobots}} to make, which is impossible since neither of those exist.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
:The name of this cloud can be explained with:&lt;br /&gt;
:altus = high&lt;br /&gt;
:cumulus = growing&lt;br /&gt;
:lenticularis = lens-shaped&lt;br /&gt;
:stratus = layered&lt;br /&gt;
:nimbus = dark cloud&lt;br /&gt;
:cirrus = &amp;quot;curling lock of hair&amp;quot;&lt;br /&gt;
:mammatus = breast-like (some thunderstorm clouds form breast-like extrusions, which signify falling winds)&lt;br /&gt;
:noctus = night, nightly (has no reference to clouds at all)&lt;br /&gt;
:lucent = bright, luminous (no reference to actual clouds)&lt;br /&gt;
&lt;br /&gt;
==Disappearing Comic==&lt;br /&gt;
&lt;br /&gt;
This comic replaced the following 'disappearing' comic, sharing the same sequence number. The original comic does not appear in explainxkcd's comic navigation and hence is linked here: [[2185:_Disappearing_Sunday_Update]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Drawing of a small cloud with title &amp;quot;Cumulus&amp;quot;]&lt;br /&gt;
:[Drawing of a medium sized tall cloud with title &amp;quot;Cumulonimbus&amp;quot;]&lt;br /&gt;
:[Drawing of a large cloud with title &amp;quot;Cumulonimbulonimbus&amp;quot;]&lt;br /&gt;
:[Drawing of a huge and very complicated cloud with title &amp;quot;Cumulonimbulonimbulocumulonimbus&amp;quot;]&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177542</id>
		<title>2185: Cumulonimbus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2185:_Cumulonimbus&amp;diff=177542"/>
				<updated>2019-08-05T23:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2185&lt;br /&gt;
| date      = August 5, 2019&lt;br /&gt;
| title     = Cumulonimbus&lt;br /&gt;
| image     = cumulonimbus.png&lt;br /&gt;
| titletext = The rarest of all clouds is the altocumulenticulostratonimbulocirruslenticulomammanoctilucent cloud, caused by an interaction between warm moist air, cool dry air, cold slippery air, cursed air, and a cloud of nanobots.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a CUMULONIMBOCUNIMBULONIMBUS CLOUD. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- I suspect that translating the cloud names from Latin would give more information and possibly intended entertainment. -- Maybe someone who can do better than translate.google.com could do it?[[Special:Contributions/162.158.238.166|162.158.238.166]] 20:10, 5 August 2019 (UTC) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This comic follows the naming of clouds. As with other lists (like in [[2022: Sports Champions]]), it starts off as normal but then gets more unusual until it is unrealistic. &lt;br /&gt;
&lt;br /&gt;
;Cumulus&lt;br /&gt;
: The first panel shows a {{w|cumulus}} These are your typical clouds, and are relatively small. Cumulus clouds form when warm (and thus rising), moist air condenses when it hits the {{w|dew point}}, the temperature at which relative humidity hits 100%. Cumulus clouds with sharp, defined borders are still growing. When they get fuzzy and floofy, they stop growing and dissolve.&lt;br /&gt;
;Cumulonimbus&lt;br /&gt;
: The second panel shows a {{w|cumulonimbus}}. This cloud can be described as anvil shaped, and they both cause local rain showers and thunderstorms. Cumulonimbus clouds begin at the altitude where dew point occurs, and growth abruptly stops at the {{w|tropopause}}. The tropopause is defined as the lowest altitude at which the vertical temperature gradient is less than 2 degrees celsius per kilometer. (At altitudes that are relevant to us mere mortals, temperature decreases at a rate of 8.5 to 11.5 °C per kilometer of altitude, depending on humidity.)&lt;br /&gt;
;Cumulonimbulonimbus&lt;br /&gt;
: The third panel shows an even bigger cloud and names it cumulonimbulonimbus. The humor here comes from building up an even bigger name (combining cumulonimbus + an additional &amp;quot;nimbus&amp;quot;) for the cloud as its size increases.&lt;br /&gt;
;Cumulonimbulonimbulocumulonimbus&lt;br /&gt;
: The fourth panel shows an absurdly large cloud and gives it the name cumulonimbulonimbulocumulonimbus. This cloud may look like a soaker.&lt;br /&gt;
;Altocumulenticulostratonimbulocirruslenticulomammanoctilucent&lt;br /&gt;
: The title text continues this list by naming a new cloud that is also supposedly the rarest. It requires {{w|Curse|cursed air}} and {{w|nanobots}} to make, which is impossible since neither of those exist.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
==Disappearing Comic==&lt;br /&gt;
&lt;br /&gt;
This comic replaced the following 'disappearing' comic, sharing the same sequence number. The original comic does not appear in explainxkcd's comic navigation and hence is linked here: [[2185:_Disappearing_Sunday_Update]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Drawing of a small cloud with title &amp;quot;Cumulus&amp;quot;]&lt;br /&gt;
:[Drawing of a medium sized tall cloud with title &amp;quot;Cumulonimbus&amp;quot;]&lt;br /&gt;
:[Drawing of a large cloud with title &amp;quot;Cumulonimbulonimbus&amp;quot;]&lt;br /&gt;
:[Drawing of a huge and very complicated cloud with title &amp;quot;Cumulonimbulonimbulocumulonimbus&amp;quot;]&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1916:_Temperature_Preferences&amp;diff=147954</id>
		<title>1916: Temperature Preferences</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1916:_Temperature_Preferences&amp;diff=147954"/>
				<updated>2017-11-16T05:39:13Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1916&lt;br /&gt;
| date      = November 15, 2017&lt;br /&gt;
| title     = Temperature Preferences&lt;br /&gt;
| image     = temperature_preferences.png&lt;br /&gt;
| titletext = There's a supposed Mark Twain quote, &amp;quot;The coldest winter I ever spent was a summer in San Francisco.&amp;quot; It isn't really by Mark Twain, but I don't know who said it—I just know they've never been to McMurdo Station.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Fill in the table using data from [http://weatherbase.com weatherbase.com] (Randall's source!). Do NOT delete this tag too soon.}}&lt;br /&gt;
This is a chart of major (and not-so-major) populated areas showing seasonal temperature patterns. The chart is a guide to where one might like to live depending on how much summer heat and winter cold they enjoy. There are four focused zones:&lt;br /&gt;
&lt;br /&gt;
* Hate both cold and heat (eg. Quito, Addis Ababa)--Neither summers nor winters are too extreme; Typical in higher elevations tropical regions&lt;br /&gt;
* Hate cold but love heat (eg. Rio, Bangkok, Manila)--Very hot in the summer; typically tropical regions&lt;br /&gt;
* Hate heat but love cold (eg. Moscow, Oslo)--Very cold in the winter; typically high latitudes&lt;br /&gt;
* Love both heat and cold (eg. Seoul, Beijing)--Both summers and winters are extreme&lt;br /&gt;
&lt;br /&gt;
The summer heat axis is determined by {{w|humidex}}, a system that combines heat and humidity to generate an estimate of perceived &amp;quot;summer discomfort&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Average low in coldest month (°C)&lt;br /&gt;
! Average high in hottest month (°C)&lt;br /&gt;
! Hottest monthly average dew point (°C)&lt;br /&gt;
! Humidex&lt;br /&gt;
! Latitude&lt;br /&gt;
! Elevation (m)&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Abakan}} || Russia || Asia || -22 || 26 || 13 || 28.8 || 53° 43′ N || 248&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Addis Ababa}} || Ethiopia || Africa || 10 || 22 || 11 || 23.8 || 9° 1′ N || 2355&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Altay City|Altay}} || China || Asia || -22 || 27 || 8 || 27.4 || 47° 52′ N || 887&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Athens}} || Greece || Europe || 7 || 31.8 || 14 || 35.2 || 37° 59′ N || 70&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Atlanta}} || United States || North America || 1.3 || 31.7 || 20.1 || 39.4 || 33° 45′ N || 225&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Baghdad}} || Iraq || Asia || 3 || 43 || 8 || 43.4 || 33° 20′ N || 34&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bangkok}} || Thailand || Asia || 21 || 34 || 24 || 45.3 || 13° 45′ N || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Barcelona}} || Spain || Europe || 4.4 || 28 || 18 || 34 || 41° 23′ N || 12&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Beijing}} || China || Asia || -8 || 30 || 20 || 37.6 || 39° 55′ N || 43.5&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Berlin}} || Germany || Europe || -3 || 22 || 11 || 23.8 || 53° 31′ N || 34&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Blagoveshchensk}} || Russia || Asia || -26.2 || 27.3 || 16 || 31.9 || 50° 15′ N || 133&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bogotá}} || Colombia || South America || 6 || 19 || 10 || 20.3 || 4° 42′ N || 2640&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Boston}} || United States || North America || -5.4 || 27.6 || 16.3 || 32.4 || 42° 21′ N || 43&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Brisbane}} || Australia || Oceania || 9 || 28 || 18 || 34 || 27° 28′ S || 28&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Budapest}} || Hungary || Europe || -3 || 26 || 12 || 28.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Buenos Aires}} || Argentina || South America || 7.4 || 30.4 || 16 || 35 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cairo}} || Egypt || Africa || 9 || 33 || 18 || 39 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Calgary}} || Canada || North America || -13.2 || 23.2 || 7 || 23.2 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cape Town}} || South Africa || Africa || 8 || 25 || 15 || 29 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Casper, Wyoming|Casper}} || United States || North America || -10.3 || 31.2 || 6.8 || 31.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chengdu}} || China || Asia || 2 || 28 || 22 || 37.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dallas}} || United States || North America || 3  || 36 || 19.4  || 43.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Da Qaidam}} || China || Asia || -23 || 22 || -6 || 18.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dar es Salaam}} || Tanzania || Africa || 19 || 31 || 23 || 41.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Washington, D.C.|DC}} || United States || North America || -1.9 || 31.3 || 19.1 || 38.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Delhi}} || India || Asia || 7.8 || 39.8 || 24 || 51.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dhaka}} || Bangladesh || Asia || 12.7 || 33.7 || 25 || 46 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dubai}} || United Arab Emirates || Asia || 14 || 39 || 23 || 49.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dublin}} || Ireland || Europe || 2.3 || 19.5 || 11 || 21.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Duluth}} || United States || North America || -16.1 || 23.4 || 13.3 || 26.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Edinburgh}} || United Kingdom || Europe || 1.1 || 19.2 || 10 || 20.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|El Paso}} || United States || North America || -0.3 || 35.6 || 12.8 || 38.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fairbanks}} || United States || North America || -27.2 || 22.6 || 9.8 || 23.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fargo, North Dakota|Fargo}} || United States || North America || -17.7 || 28.1 || 15.1 || 32.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Flagstaff, Arizona|Flagstaff}} || United States || North America || -7.3 || 30.9 || 8.2 || 31.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Geneva}} || Switzerland || Europe || -1.3 || 26.5 || 12 || 28.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guangzhou}} || China || Asia || 10 || 32 || 25 || 44.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hailar District|Hailar}} || China || Asia || -32 || 25 || 13 || 27.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Halifax, Nova Scotia|Halifax}} || Canada || North America || -10 || 22 || 13 || 24.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ho Chi Minh City}} || Vietnam || Asia || 22 || 33 || 23 || 43.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hong Kong}} || China || Asia || 14 || 31 || 24 || 42.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Honolulu}} || United States || North America || 18.9 || 31.1 || 20.1 || 38.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Houston}} || United States || North America || 6.2 || 34.7 || 22.7 || 44.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Irkutsk}} || Russia || Asia || -22 || 24.8 || 12 || 27.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Istanbul}} || Turkey || Europe* || 2 || 27 || 16 || 31.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jakarta}} || Indonesia || Asia || 23 || 31 || 23 || 41.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jerusalem}} || Israel || Asia || 6.4 || 29.4 || 15 || 33.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jinzhou}} || China || Asia || -12 || 27 || 20 || 34.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kabul}} || Afghanistan || Asia || -5 || 31 || 8 || 31.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kansas City}} || United States || North America || -6.9 || 31.3 || 19.6 || 38.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Karachi}} || Pakistan || Asia || 12 || 33 || 25 || 45.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kiev}} || Ukraine || Europe || -9 || 23 || 12 || 25.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kinshasa}} || Democratic&amp;lt;br&amp;gt; Republic of Congo || Africa || 20 || 30 || 21 || 38.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lagos}} || Nigeria || Africa || 23 || 30 || 23 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lahore}} || Pakistan || Asia ||  8|| 38 || 24 || 40.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|London}} || United Kingdom || Europe || 1 || 22.9 || 12 || 49.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Los Angeles}} || United States || North America || 13 || 22 || 16.2 || 25.2 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lubbock}} || United States || North America || -3.6 || 33.8 || 15.9 || 26.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Madrid}} || Spain || Europe || 2.6 || 31.2 || 11 || 38.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Manila}} || Philippines || Asia || 21 || 33 || 23 || 33 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|McMurdo Station|McMurdo}} ||  || Antarctica || -31 || -1 || -8 || 43.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Melbourne}} || Australia || Oceania ||  ||  ||  || -4.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mexico City}} || Mexico || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Miami}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Minneapolis}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Moscow}} || Russia || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mumbai}} || India || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nairobi}} || Kenya || Africa ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Needles, California|Needles}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Omaha}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Oslo}} || Norway || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ottawa}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Paris}} || France || Europe || 2.7 || 25.2 || 12 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Perth}} || Australia || Oceania ||  ||  ||  || 27.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Portland, Oregon|Portland}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pyongyang}} || North Korea || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Qiqihar}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Quito}} || Ecuador || South America || 9 || 20 || 9 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Raleigh}} || United States || North America || 50 || 70.7 ||  || 20.8 || 35° 47′ N || 119&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Regina, Saskatchewan|Regina}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Reykjavik}} || Iceland || Europe || -2 || 12 || 7 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Richmond, Virginia|Richmond}} || United States || North America ||  ||  ||  || 12 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rio de Janeiro|Rio}} || Brazil || South America || 16.9 || 32.9 || 21 || 48 || 22° 49′ S || 6&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Riyadh}} || Saudi Arabia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rome}} || Italy || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sabha, Libya|Sabha}} || Libya || Africa ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|St. Louis|Saint Louis}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Salt Lake City}} || United States || North America || -5.8 || 33.7 || 7.7 || 38 || 40° 47′ N || 1286&lt;br /&gt;
|-&lt;br /&gt;
| {{w|San Francisco}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Santa Fe, New Mexico|Santa Fe}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Santiago}} || Chile || South America || 2.5 || 29.4 ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sao Paulo}} || Brazil || South America || 12 || 28 || 18 || 39 || 23° 37′ S || 802&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sapporo}} || Japan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Seoul}} || South Korea || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Shanghai}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Shenyang}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Singapore}} || Singapore || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sioux Falls}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|St Petersburg}} || Russia || Europe||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Stockholm}} || Sweden || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sydney}} || Australia || Oceania ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tashkent}} || Uzbekistan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tehran}} || Iran || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Thunder Bay}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tokyo}} || Japan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tongliao}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Toronto}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Turpan}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ulaanbaatar}} || Mongolia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Urumqi}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vancouver}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vladivostok}} || Russia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Volgograd}} || Russia || Europe||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wellington}} || New Zealand || Oceania ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wuhan}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Xi'an}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yellowknife}} || Canada || North America || -29.5 || 21.3 || 7 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yumen City|Yumen}} || China || Asia ||  ||  ||  || 21.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
*Istanbul spans both Europe and Asia but its city center is located in Europe.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A chart labeled:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Where to live&amp;lt;/big&amp;gt;&lt;br /&gt;
:based on your temperature preferences&lt;br /&gt;
:[In gray, the data source is mentioned below:]&lt;br /&gt;
:Climate data from [http://weatherbase.com weatherbase.com]&lt;br /&gt;
&lt;br /&gt;
:[A chart with two lines with single arrows. Each arrow is labeled:]&lt;br /&gt;
:Y axis bottom: Cold winters&lt;br /&gt;
:X axis right: Hot/humid summers (measured via Humidex, which combines heat and dew point)&lt;br /&gt;
&lt;br /&gt;
:[Near each of the corners of the chart there is a gray blob, labeled:]&lt;br /&gt;
:Top left: If you hate cold and heat&lt;br /&gt;
:Top right: If you hate cold and love heat&lt;br /&gt;
:Bottom left: If you love cold and hate heat&lt;br /&gt;
:Bottom right: If you love cold and heat&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the top left blob [hate cold and heat] (in reading order):]&lt;br /&gt;
:Mexico City&lt;br /&gt;
:Quito&lt;br /&gt;
:Addis Ababa&lt;br /&gt;
:Bogotá&lt;br /&gt;
:San Francisco&lt;br /&gt;
:Wellington&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the top right blob [hate cold and love heat] (in reading order):]&lt;br /&gt;
:Bangkok&lt;br /&gt;
:Ho Chi Minh City&lt;br /&gt;
:Manila&lt;br /&gt;
:Singapore&lt;br /&gt;
:Mumbai&lt;br /&gt;
:Jakarta&lt;br /&gt;
:Dar Es Salaam&lt;br /&gt;
:Honolulu&lt;br /&gt;
:Lagos&lt;br /&gt;
:Rio [de Janeiro]&lt;br /&gt;
:Dhaka&lt;br /&gt;
:Kinhasa&lt;br /&gt;
:Miami&lt;br /&gt;
:Karachi&lt;br /&gt;
:Dubai&lt;br /&gt;
:Cairo&lt;br /&gt;
:Hong Kong&lt;br /&gt;
:Delhi&lt;br /&gt;
:Riyadh&lt;br /&gt;
:Guangzhou&lt;br /&gt;
:Lahore&lt;br /&gt;
:Sabha&lt;br /&gt;
:Houston&lt;br /&gt;
:Needles&lt;br /&gt;
:El Paso&lt;br /&gt;
:Baghdad&lt;br /&gt;
:Dallas&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the bottom left blob [love cold and hate heat] (in reading order):]&lt;br /&gt;
:Reykjavik (with arrow pointing left)&lt;br /&gt;
:Berlin&lt;br /&gt;
:Stockholm&lt;br /&gt;
:Oslo&lt;br /&gt;
:Calgary&lt;br /&gt;
:Halifax&lt;br /&gt;
:Daqaidam&lt;br /&gt;
:Kiev&lt;br /&gt;
:Casper&lt;br /&gt;
:Yumen&lt;br /&gt;
:St Petersburg&lt;br /&gt;
:Volgograd&lt;br /&gt;
:Moscow&lt;br /&gt;
:Ottawa&lt;br /&gt;
:Vladivostok&lt;br /&gt;
:Thunder Bay&lt;br /&gt;
:Duluth&lt;br /&gt;
:Urumqi&lt;br /&gt;
:Altay&lt;br /&gt;
:Regina&lt;br /&gt;
:Irkutsk&lt;br /&gt;
:Abakan&lt;br /&gt;
:Ulaanbaatar&lt;br /&gt;
:Blagoveshchensk (also on bottom right blob)&lt;br /&gt;
:Fairbanks&lt;br /&gt;
:McMurdo (with arrow pointing down-left)&lt;br /&gt;
:Yellowknife (with arrow pointing down)&lt;br /&gt;
:Hailar&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the bottom right blob [love cold and heat] (in reading order):]&lt;br /&gt;
:[Washington] DC&lt;br /&gt;
:Shanghai&lt;br /&gt;
:Tehran&lt;br /&gt;
:Saint Louis&lt;br /&gt;
:New York&lt;br /&gt;
:Xi'An&lt;br /&gt;
:Salt Lake City&lt;br /&gt;
:Kansas City&lt;br /&gt;
:Beijing&lt;br /&gt;
:Seoul&lt;br /&gt;
:Sapporo&lt;br /&gt;
:Pyongyang&lt;br /&gt;
:Sioux Falls&lt;br /&gt;
:Turpan&lt;br /&gt;
:Jinzhou&lt;br /&gt;
:Minneapolis&lt;br /&gt;
:Shenyang&lt;br /&gt;
:Fargo&lt;br /&gt;
:Tongliao&lt;br /&gt;
:Qiqihar&lt;br /&gt;
:Blagoveshchensk (also on bottom left blob)&lt;br /&gt;
&lt;br /&gt;
:[The following city names do not intersect with any blob (in reading order):]&lt;br /&gt;
:Nairobi&lt;br /&gt;
:São Paulo&lt;br /&gt;
:Brisbane&lt;br /&gt;
:Los Angeles&lt;br /&gt;
:Perth&lt;br /&gt;
:Cape Town&lt;br /&gt;
:Sydney&lt;br /&gt;
:Athens&lt;br /&gt;
:Santiago&lt;br /&gt;
:Barcelona&lt;br /&gt;
:Melbourne&lt;br /&gt;
:Rome&lt;br /&gt;
:Buenos Aires&lt;br /&gt;
:Jerusalem&lt;br /&gt;
:Atlanta&lt;br /&gt;
:Raleigh&lt;br /&gt;
:Madrid&lt;br /&gt;
:Chengdu&lt;br /&gt;
:Tokyo&lt;br /&gt;
:Dublin&lt;br /&gt;
:Portland&lt;br /&gt;
:Richmond&lt;br /&gt;
:London&lt;br /&gt;
:Istanbul&lt;br /&gt;
:Edinburgh&lt;br /&gt;
:Vancouver&lt;br /&gt;
:Paris&lt;br /&gt;
:Flagstaff&lt;br /&gt;
:Santa Fe&lt;br /&gt;
:Tashkent&lt;br /&gt;
:Wuhan&lt;br /&gt;
:Geneva&lt;br /&gt;
:Lubbock&lt;br /&gt;
:Boston&lt;br /&gt;
:Budapest&lt;br /&gt;
:Kabul&lt;br /&gt;
:Toronto&lt;br /&gt;
:Omaha&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scatter plots]]&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1916:_Temperature_Preferences&amp;diff=147953</id>
		<title>1916: Temperature Preferences</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1916:_Temperature_Preferences&amp;diff=147953"/>
				<updated>2017-11-16T05:37:05Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1916&lt;br /&gt;
| date      = November 15, 2017&lt;br /&gt;
| title     = Temperature Preferences&lt;br /&gt;
| image     = temperature_preferences.png&lt;br /&gt;
| titletext = There's a supposed Mark Twain quote, &amp;quot;The coldest winter I ever spent was a summer in San Francisco.&amp;quot; It isn't really by Mark Twain, but I don't know who said it—I just know they've never been to McMurdo Station.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Fill in the table using data from [http://weatherbase.com weatherbase.com] (Randall's source!). Do NOT delete this tag too soon.}}&lt;br /&gt;
This is a chart of major (and not-so-major) populated areas showing seasonal temperature patterns. The chart is a guide to where one might like to live depending on how much summer heat and winter cold they enjoy. There are four focused zones:&lt;br /&gt;
&lt;br /&gt;
* Hate both cold and heat (eg. Quito, Addis Ababa)--Neither summers nor winters are too extreme&lt;br /&gt;
* Hate cold but love heat (eg. Rio, Bangkok, Manila)--Very hot in the summer; typically tropical regions&lt;br /&gt;
* Hate heat but love cold (eg. Moscow, Oslo)--Very cold in the winter; typically high latitudes&lt;br /&gt;
* Love both heat and cold (eg. Seoul, Beijing)--Both summers and winters are extreme&lt;br /&gt;
&lt;br /&gt;
The summer heat axis is determined by {{w|humidex}}, a system that combines heat and humidity to generate an estimate of perceived &amp;quot;summer discomfort&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! City&lt;br /&gt;
! Country&lt;br /&gt;
! Continent&lt;br /&gt;
! Average low in coldest month (°C)&lt;br /&gt;
! Average high in hottest month (°C)&lt;br /&gt;
! Hottest monthly average dew point (°C)&lt;br /&gt;
! Humidex&lt;br /&gt;
! Latitude&lt;br /&gt;
! Elevation (m)&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Abakan}} || Russia || Asia || -22 || 26 || 13 || 28.8 || 53° 43′ N || 248&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Addis Ababa}} || Ethiopia || Africa || 10 || 22 || 11 || 23.8 || 9° 1′ N || 2355&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Altay City|Altay}} || China || Asia || -22 || 27 || 8 || 27.4 || 47° 52′ N || 887&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Athens}} || Greece || Europe || 7 || 31.8 || 14 || 35.2 || 37° 59′ N || 70&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Atlanta}} || United States || North America || 1.3 || 31.7 || 20.1 || 39.4 || 33° 45′ N || 225&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Baghdad}} || Iraq || Asia || 3 || 43 || 8 || 43.4 || 33° 20′ N || 34&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bangkok}} || Thailand || Asia || 21 || 34 || 24 || 45.3 || 13° 45′ N || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Barcelona}} || Spain || Europe || 4.4 || 28 || 18 || 34 || 41° 23′ N || 12&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Beijing}} || China || Asia || -8 || 30 || 20 || 37.6 || 39° 55′ N || 43.5&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Berlin}} || Germany || Europe || -3 || 22 || 11 || 23.8 || 53° 31′ N || 34&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Blagoveshchensk}} || Russia || Asia || -26.2 || 27.3 || 16 || 31.9 || 50° 15′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bogotá}} || Colombia || South America || 6 || 19 || 10 || 20.3 || 4° 42′ N || 2640&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Boston}} || United States || North America || -5.4 || 27.6 || 16.3 || 32.4 || 42° 21′ N || 43&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Brisbane}} || Australia || Oceania || 9 || 28 || 18 || 34 || 27° 28′ S || 28&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Budapest}} || Hungary || Europe || -3 || 26 || 12 || 28.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Buenos Aires}} || Argentina || South America || 7.4 || 30.4 || 16 || 35 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cairo}} || Egypt || Africa || 9 || 33 || 18 || 39 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Calgary}} || Canada || North America || -13.2 || 23.2 || 7 || 23.2 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cape Town}} || South Africa || Africa || 8 || 25 || 15 || 29 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Casper, Wyoming|Casper}} || United States || North America || -10.3 || 31.2 || 6.8 || 31.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chengdu}} || China || Asia || 2 || 28 || 22 || 37.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dallas}} || United States || North America || 3  || 36 || 19.4  || 43.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Da Qaidam}} || China || Asia || -23 || 22 || -6 || 18.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dar es Salaam}} || Tanzania || Africa || 19 || 31 || 23 || 41.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Washington, D.C.|DC}} || United States || North America || -1.9 || 31.3 || 19.1 || 38.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Delhi}} || India || Asia || 7.8 || 39.8 || 24 || 51.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dhaka}} || Bangladesh || Asia || 12.7 || 33.7 || 25 || 46 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dubai}} || United Arab Emirates || Asia || 14 || 39 || 23 || 49.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dublin}} || Ireland || Europe || 2.3 || 19.5 || 11 || 21.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Duluth}} || United States || North America || -16.1 || 23.4 || 13.3 || 26.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Edinburgh}} || United Kingdom || Europe || 1.1 || 19.2 || 10 || 20.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|El Paso}} || United States || North America || -0.3 || 35.6 || 12.8 || 38.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fairbanks}} || United States || North America || -27.2 || 22.6 || 9.8 || 23.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fargo, North Dakota|Fargo}} || United States || North America || -17.7 || 28.1 || 15.1 || 32.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Flagstaff, Arizona|Flagstaff}} || United States || North America || -7.3 || 30.9 || 8.2 || 31.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Geneva}} || Switzerland || Europe || -1.3 || 26.5 || 12 || 28.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guangzhou}} || China || Asia || 10 || 32 || 25 || 44.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hailar District|Hailar}} || China || Asia || -32 || 25 || 13 || 27.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Halifax, Nova Scotia|Halifax}} || Canada || North America || -10 || 22 || 13 || 24.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ho Chi Minh City}} || Vietnam || Asia || 22 || 33 || 23 || 43.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hong Kong}} || China || Asia || 14 || 31 || 24 || 42.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Honolulu}} || United States || North America || 18.9 || 31.1 || 20.1 || 38.8 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Houston}} || United States || North America || 6.2 || 34.7 || 22.7 || 44.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Irkutsk}} || Russia || Asia || -22 || 24.8 || 12 || 27.1 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Istanbul}} || Turkey || Europe* || 2 || 27 || 16 || 31.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jakarta}} || Indonesia || Asia || 23 || 31 || 23 || 41.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jerusalem}} || Israel || Asia || 6.4 || 29.4 || 15 || 33.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jinzhou}} || China || Asia || -12 || 27 || 20 || 34.6 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kabul}} || Afghanistan || Asia || -5 || 31 || 8 || 31.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kansas City}} || United States || North America || -6.9 || 31.3 || 19.6 || 38.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Karachi}} || Pakistan || Asia || 12 || 33 || 25 || 45.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kiev}} || Ukraine || Europe || -9 || 23 || 12 || 25.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kinshasa}} || Democratic&amp;lt;br&amp;gt; Republic of Congo || Africa || 20 || 30 || 21 || 38.4 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lagos}} || Nigeria || Africa || 23 || 30 || 23 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lahore}} || Pakistan || Asia ||  8|| 38 || 24 || 40.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|London}} || United Kingdom || Europe || 1 || 22.9 || 12 || 49.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Los Angeles}} || United States || North America || 13 || 22 || 16.2 || 25.2 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lubbock}} || United States || North America || -3.6 || 33.8 || 15.9 || 26.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Madrid}} || Spain || Europe || 2.6 || 31.2 || 11 || 38.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Manila}} || Philippines || Asia || 21 || 33 || 23 || 33 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|McMurdo Station|McMurdo}} ||  || Antarctica || -31 || -1 || -8 || 43.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Melbourne}} || Australia || Oceania ||  ||  ||  || -4.7 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mexico City}} || Mexico || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Miami}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Minneapolis}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Moscow}} || Russia || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mumbai}} || India || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nairobi}} || Kenya || Africa ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Needles, California|Needles}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Omaha}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Oslo}} || Norway || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ottawa}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Paris}} || France || Europe || 2.7 || 25.2 || 12 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Perth}} || Australia || Oceania ||  ||  ||  || 27.5 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Portland, Oregon|Portland}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pyongyang}} || North Korea || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Qiqihar}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Quito}} || Ecuador || South America || 9 || 20 || 9 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Raleigh}} || United States || North America || 50 || 70.7 ||  || 20.8 || 35° 47′ N || 119&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Regina, Saskatchewan|Regina}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Reykjavik}} || Iceland || Europe || -2 || 12 || 7 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Richmond, Virginia|Richmond}} || United States || North America ||  ||  ||  || 12 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rio de Janeiro|Rio}} || Brazil || South America || 16.9 || 32.9 || 21 || 48 || 22° 49′ S || 6&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Riyadh}} || Saudi Arabia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rome}} || Italy || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sabha, Libya|Sabha}} || Libya || Africa ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|St. Louis|Saint Louis}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Salt Lake City}} || United States || North America || -5.8 || 33.7 || 7.7 || 38 || 40° 47′ N || 1286&lt;br /&gt;
|-&lt;br /&gt;
| {{w|San Francisco}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Santa Fe, New Mexico|Santa Fe}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Santiago}} || Chile || South America || 2.5 || 29.4 ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sao Paulo}} || Brazil || South America || 12 || 28 || 18 || 39 || 23° 37′ S || 802&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sapporo}} || Japan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Seoul}} || South Korea || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Shanghai}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Shenyang}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Singapore}} || Singapore || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sioux Falls}} || United States || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|St Petersburg}} || Russia || Europe||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Stockholm}} || Sweden || Europe ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sydney}} || Australia || Oceania ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tashkent}} || Uzbekistan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tehran}} || Iran || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Thunder Bay}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tokyo}} || Japan || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tongliao}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Toronto}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Turpan}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ulaanbaatar}} || Mongolia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Urumqi}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vancouver}} || Canada || North America ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vladivostok}} || Russia || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Volgograd}} || Russia || Europe||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wellington}} || New Zealand || Oceania ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wuhan}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Xi'an}} || China || Asia ||  ||  ||  ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yellowknife}} || Canada || North America || -29.5 || 21.3 || 7 ||  || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yumen City|Yumen}} || China || Asia ||  ||  ||  || 21.3 || ° ′ N || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
*Istanbul spans both Europe and Asia but its city center is located in Europe.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A chart labeled:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Where to live&amp;lt;/big&amp;gt;&lt;br /&gt;
:based on your temperature preferences&lt;br /&gt;
:[In gray, the data source is mentioned below:]&lt;br /&gt;
:Climate data from [http://weatherbase.com weatherbase.com]&lt;br /&gt;
&lt;br /&gt;
:[A chart with two lines with single arrows. Each arrow is labeled:]&lt;br /&gt;
:Y axis bottom: Cold winters&lt;br /&gt;
:X axis right: Hot/humid summers (measured via Humidex, which combines heat and dew point)&lt;br /&gt;
&lt;br /&gt;
:[Near each of the corners of the chart there is a gray blob, labeled:]&lt;br /&gt;
:Top left: If you hate cold and heat&lt;br /&gt;
:Top right: If you hate cold and love heat&lt;br /&gt;
:Bottom left: If you love cold and hate heat&lt;br /&gt;
:Bottom right: If you love cold and heat&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the top left blob [hate cold and heat] (in reading order):]&lt;br /&gt;
:Mexico City&lt;br /&gt;
:Quito&lt;br /&gt;
:Addis Ababa&lt;br /&gt;
:Bogotá&lt;br /&gt;
:San Francisco&lt;br /&gt;
:Wellington&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the top right blob [hate cold and love heat] (in reading order):]&lt;br /&gt;
:Bangkok&lt;br /&gt;
:Ho Chi Minh City&lt;br /&gt;
:Manila&lt;br /&gt;
:Singapore&lt;br /&gt;
:Mumbai&lt;br /&gt;
:Jakarta&lt;br /&gt;
:Dar Es Salaam&lt;br /&gt;
:Honolulu&lt;br /&gt;
:Lagos&lt;br /&gt;
:Rio [de Janeiro]&lt;br /&gt;
:Dhaka&lt;br /&gt;
:Kinhasa&lt;br /&gt;
:Miami&lt;br /&gt;
:Karachi&lt;br /&gt;
:Dubai&lt;br /&gt;
:Cairo&lt;br /&gt;
:Hong Kong&lt;br /&gt;
:Delhi&lt;br /&gt;
:Riyadh&lt;br /&gt;
:Guangzhou&lt;br /&gt;
:Lahore&lt;br /&gt;
:Sabha&lt;br /&gt;
:Houston&lt;br /&gt;
:Needles&lt;br /&gt;
:El Paso&lt;br /&gt;
:Baghdad&lt;br /&gt;
:Dallas&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the bottom left blob [love cold and hate heat] (in reading order):]&lt;br /&gt;
:Reykjavik (with arrow pointing left)&lt;br /&gt;
:Berlin&lt;br /&gt;
:Stockholm&lt;br /&gt;
:Oslo&lt;br /&gt;
:Calgary&lt;br /&gt;
:Halifax&lt;br /&gt;
:Daqaidam&lt;br /&gt;
:Kiev&lt;br /&gt;
:Casper&lt;br /&gt;
:Yumen&lt;br /&gt;
:St Petersburg&lt;br /&gt;
:Volgograd&lt;br /&gt;
:Moscow&lt;br /&gt;
:Ottawa&lt;br /&gt;
:Vladivostok&lt;br /&gt;
:Thunder Bay&lt;br /&gt;
:Duluth&lt;br /&gt;
:Urumqi&lt;br /&gt;
:Altay&lt;br /&gt;
:Regina&lt;br /&gt;
:Irkutsk&lt;br /&gt;
:Abakan&lt;br /&gt;
:Ulaanbaatar&lt;br /&gt;
:Blagoveshchensk (also on bottom right blob)&lt;br /&gt;
:Fairbanks&lt;br /&gt;
:McMurdo (with arrow pointing down-left)&lt;br /&gt;
:Yellowknife (with arrow pointing down)&lt;br /&gt;
:Hailar&lt;br /&gt;
&lt;br /&gt;
:[The following city names intersect with the bottom right blob [love cold and heat] (in reading order):]&lt;br /&gt;
:[Washington] DC&lt;br /&gt;
:Shanghai&lt;br /&gt;
:Tehran&lt;br /&gt;
:Saint Louis&lt;br /&gt;
:New York&lt;br /&gt;
:Xi'An&lt;br /&gt;
:Salt Lake City&lt;br /&gt;
:Kansas City&lt;br /&gt;
:Beijing&lt;br /&gt;
:Seoul&lt;br /&gt;
:Sapporo&lt;br /&gt;
:Pyongyang&lt;br /&gt;
:Sioux Falls&lt;br /&gt;
:Turpan&lt;br /&gt;
:Jinzhou&lt;br /&gt;
:Minneapolis&lt;br /&gt;
:Shenyang&lt;br /&gt;
:Fargo&lt;br /&gt;
:Tongliao&lt;br /&gt;
:Qiqihar&lt;br /&gt;
:Blagoveshchensk (also on bottom left blob)&lt;br /&gt;
&lt;br /&gt;
:[The following city names do not intersect with any blob (in reading order):]&lt;br /&gt;
:Nairobi&lt;br /&gt;
:São Paulo&lt;br /&gt;
:Brisbane&lt;br /&gt;
:Los Angeles&lt;br /&gt;
:Perth&lt;br /&gt;
:Cape Town&lt;br /&gt;
:Sydney&lt;br /&gt;
:Athens&lt;br /&gt;
:Santiago&lt;br /&gt;
:Barcelona&lt;br /&gt;
:Melbourne&lt;br /&gt;
:Rome&lt;br /&gt;
:Buenos Aires&lt;br /&gt;
:Jerusalem&lt;br /&gt;
:Atlanta&lt;br /&gt;
:Raleigh&lt;br /&gt;
:Madrid&lt;br /&gt;
:Chengdu&lt;br /&gt;
:Tokyo&lt;br /&gt;
:Dublin&lt;br /&gt;
:Portland&lt;br /&gt;
:Richmond&lt;br /&gt;
:London&lt;br /&gt;
:Istanbul&lt;br /&gt;
:Edinburgh&lt;br /&gt;
:Vancouver&lt;br /&gt;
:Paris&lt;br /&gt;
:Flagstaff&lt;br /&gt;
:Santa Fe&lt;br /&gt;
:Tashkent&lt;br /&gt;
:Wuhan&lt;br /&gt;
:Geneva&lt;br /&gt;
:Lubbock&lt;br /&gt;
:Boston&lt;br /&gt;
:Budapest&lt;br /&gt;
:Kabul&lt;br /&gt;
:Toronto&lt;br /&gt;
:Omaha&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scatter plots]]&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1911:_Defensive_Profile&amp;diff=147411</id>
		<title>1911: Defensive Profile</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1911:_Defensive_Profile&amp;diff=147411"/>
				<updated>2017-11-05T19:34:04Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: More on NO DRAMA ZONE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1911&lt;br /&gt;
| date      = November 3, 2017&lt;br /&gt;
| title     = Defensive Profile&lt;br /&gt;
| image     = defensive_profile.png&lt;br /&gt;
| titletext = NO DRAMA ZONE -&amp;gt; If I've made you sad, you'd better not tell me, because I am TERRIFIED of that situation and have NO IDEA how to handle it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Change the order of the paragraphs. Also please add an explanation of what a Twitter &amp;quot;bio&amp;quot; is if you can, since I can't think of a good one. And please add links to the mentioned comics.}}&lt;br /&gt;
&lt;br /&gt;
This comic demonstrates a theoretical feature which provides more honest interpretations of social media profiles. We see a profile for a person who says they have &amp;quot;no filters&amp;quot; and has no qualms about offending or upsetting anybody with their seemingly radical views. But the &amp;quot;translation&amp;quot; of the description reveals that it is a vastly insecure person who seems to have the problem of saying the wrong thing every time and so their profile description is a way for them to justify their statements. &lt;br /&gt;
&lt;br /&gt;
The title text continues, with the detached, passive-agressive &amp;quot;NO DRAMA ZONE&amp;quot; discouraging any offended replys to the person's statements because they simply have no idea how to emotionally handle hurting someone's feelings. So while stating indifference over offending or angering other people, this person furthermore asks to be spared of any reaction which might cause negative feeling in themselves. &lt;br /&gt;
&lt;br /&gt;
Randall previously demonstrated another theoretical feature to address passive-aggressive behavior in [[1085: ContextBot]].&lt;br /&gt;
&lt;br /&gt;
This comic not only illustrates such a feature, but implies that the &amp;quot;translated&amp;quot; thoughts are what's actually going on behind posts of these types on social media, as if Randall can actually read those people's minds somehow. If this implication is the intent of the comic, then Randall thinks that people who have &amp;quot;no filter&amp;quot; are actually insecure and that people who want &amp;quot;NO DRAMA&amp;quot; are actually afraid of upset comments. Alternatively, Randall hates people who post such things in their profiles, and therefore wants to belittle them in this comic as actually being insecure, rather than being as confident as their aggressive behavior implies. This explanation is corroborated by notable news near the comic's publishing time (see below).&lt;br /&gt;
&lt;br /&gt;
The title of this comic is &amp;quot;Defensive Profile&amp;quot;. &amp;quot;Defensive&amp;quot; is the opposite of &amp;quot;offensive&amp;quot;, which is a word that might be used to describe the contents of profiles which display such a warning as in the comic. However, the feature reveals the warnings to actually be defenses against behaviors that deeply bother the profile owner. The profile is thus proved to actually be &amp;quot;defensive&amp;quot; instead of &amp;quot;offensive&amp;quot;, at least regarding the warning text.&lt;br /&gt;
&lt;br /&gt;
The comic's feature may be based on the context menu option of the Google Chrome web browser to have a foreign language webpage translated to the user's selected native language. However, in Google Chrome, the user may only translate the entire page, while in this comic the user may also select some text and have only the selected part translated. Also, Google Chrome uses Google Translate for translation by default, which cannot read minds like in the comic.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The style of the profile showcased in the comic resembles the profiles of the popular social media website Twitter, which while the user is logged in, shows the user's own profile on the left side of the page in a similar style to the comic, with their picture on the left side of their name, their Twitter handle under their name (which explains the extra line of text under the name) and their &amp;quot;bio&amp;quot; right below those.&lt;br /&gt;
&lt;br /&gt;
One notable news item regarding Twitter, near the comic's publishing time, is that a rogue employee of the Twitter company, on the last day of his job, banned the personal Twitter profile of U.S. President Donald Trump (it was undone 11 minutes later). While Donald Trump never wrote something similar to what the comic portrays on his Twitter profile, he is known to post &amp;quot;politically incorrect&amp;quot; statements there. Randall is known to have supported the opposing candidate before he was elected, having made a comic just to promote her, and particularly sad comics following his election. These events may have inspired the comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A profile on an unknown social media site is displayed. The profile picture is a close-up image of Megan. The profile reads:] &lt;br /&gt;
:I speak my mind and don't care who I offend. No filter.&lt;br /&gt;
&lt;br /&gt;
:[In the next panel, the text is highlighted, and a context menu has appeared. There is a mouse pointer on the option &amp;quot;View translation&amp;quot;.]&lt;br /&gt;
:Copy&lt;br /&gt;
:Select all&lt;br /&gt;
:View translation [selected]&lt;br /&gt;
:Print&lt;br /&gt;
&lt;br /&gt;
:[In the last panel, the profile text is updated:] &lt;br /&gt;
:I don't understand why people keep getting mad at me and I'm using this pep talk to convince myself that's okay.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Social networking]]&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1837:_Rental_Car&amp;diff=139932</id>
		<title>1837: Rental Car</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1837:_Rental_Car&amp;diff=139932"/>
				<updated>2017-05-16T18:10:51Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: Cleand up stats.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1837&lt;br /&gt;
| date      = May 15, 2017&lt;br /&gt;
| title     = Rental Car&lt;br /&gt;
| image     = rental_car.png&lt;br /&gt;
| titletext = Technically, both cars are haunted, but the murder ghosts can't stand listening to the broken GPS for more than a few minutes.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Work in progress}}&lt;br /&gt;
&lt;br /&gt;
In this comic the couple [[Megan]] and [[Cueball]] want to rent a car. The [[:Category:Multiple Cueballs|Cueball-like guy]] from the {{w|car rental}} agency tells them they only have two vehicles available:&lt;br /&gt;
* One car that puts its occupants into mortal danger, so much so that it is called ''The Murder Car''. The danger, however, is abstract – the car is haunted by a {{w|ghost}}, and actual death befalls only &amp;quot;maybe one in six&amp;quot;. (That is the equivalent of a round of {{w|Russian Roulette}}.) This is the fatality rate for drivers (in this case, Megan), while the rate for passengers is not mentioned.&lt;br /&gt;
* The other car, a regular {{w|Sedan (automobile)|sedan}}, has a defective {{w|GPS}} that incessantly gives instructions to go specifically to {{w|Seattle}}, regardless of the driver's intention to go there. And it cannot be turned off.&lt;br /&gt;
&lt;br /&gt;
Megan believes she can ignore this and accepts the least lethal car. The comic suggests that driving with a GPS that tries to guide you to a different destination than that which you wish to visit – so it is always recalculating and asking you to do U-turns – is incredibly annoying. So annoying that given the choice between the persistent low-level annoyance of the GPS on one hand, and the (&amp;quot;low&amp;quot;) probability of being murdered on the other, most people will choose the latter option. After all, they might survive murderous ghosts but they feel they will not survive long having to listen to the broken GPS.&lt;br /&gt;
&lt;br /&gt;
According to the title text, the murderous ghosts haunt both cars, but as soon as the car starts driving and the GPS begins to drone on, even the ghost cannot stand listening to the broken GPS and stops possessing it. It is possible that the title text is implying that the ghosts are actually responsible for the defective GPS, and by doing this, draw people into the only non-defective car available, the murder car.&lt;br /&gt;
&lt;br /&gt;
Apart from the joke about GPS, there is also a joke on the horrible cars one might get at a car rental service...&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*With an estimated 1.25 million vehicular deaths globally in 2013[http://www.who.int/gho/road_safety/mortality/traffic_deaths_number/en/] and approx. 1,187 million vehicles on the road in the same year [https://www.statista.com/statistics/281134/number-of-vehicles-in-use-worldwide/], the number of fatalities per vehicle comes to be around 0.1% or about 1 in 950. Tnis number includes trucks and commecial vehicles.&lt;br /&gt;
* As of 2014, there were 253 million cars on the road in the US [http://www.latimes.com/business/autos/la-fi-hy-ihs-automotive-average-age-car-20140609-story.html] and only 32,675 deaths [https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/812246], giving a rate of fatalities per car of slightly over 0.01%, or 1 in 7,700)&lt;br /&gt;
* The car lethality risk is lower in the US by a factor of 8, compared to the worldwide vehicular lethality risk.&lt;br /&gt;
&lt;br /&gt;
*The global number of haunted cars is not available, but believed to be at least five in number. [http://www.autoblog.com/2014/10/31/five-cursed-haunted-cars/]&lt;br /&gt;
&lt;br /&gt;
*Similarly, while the number of faulty car GPS devices is not available, Garmin recalled 1.3 million Nuvi GPS units in 2011. [http://www.huffingtonpost.com/2010/08/26/garmin-gps-recall-nuvi_n_695967.html] These recalls were not for bad directions, but for fire hazards.&lt;br /&gt;
&lt;br /&gt;
*There are records of several {{w|Death by GPS | deaths resulting from following faulty GPS directions or maps}}, particularly while traveling in unfamiliar or difficult terrain. [http://www.newser.com/story/214008/woman-killed-after-gps-takes-her-to-wrong-street.html] [http://www.npr.org/2011/07/26/137646147/the-gps-a-fatally-misleading-travel-companion] [https://arstechnica.com/cars/2016/05/death-by-gps/]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A Cueball-like guy standing behind a desk looking at a computer screen services Megan and Cueball on the other side of the desk.]&lt;br /&gt;
:Guy: We have two rental cars left.&lt;br /&gt;
:Guy: One is the murder car. But don't let the name scare you!&lt;br /&gt;
:Guy: It's definitely haunted. But most drivers don't get murdered.&lt;br /&gt;
:Guy: Maybe one in six.&lt;br /&gt;
&lt;br /&gt;
:[The guy lifts his hand and looks at Megan and Cueball.]&lt;br /&gt;
:Guy: The other is a regular sedan.&lt;br /&gt;
:Guy: But it has a GPS that's stuck trying to navigate to Seattle.&lt;br /&gt;
:Megan: ...I can ignore it, right? That's fine.&lt;br /&gt;
&lt;br /&gt;
:[In a frame-less panel Megan and Cueball drive in the sedan.]&lt;br /&gt;
:GPS: Turn left&lt;br /&gt;
:GPS: Recalculating&lt;br /&gt;
:GPS: Make a U-Turn&lt;br /&gt;
:GPS: Recalculating&lt;br /&gt;
:GPS: Turn right&lt;br /&gt;
:GPS: Make a U-Turn&lt;br /&gt;
:GPS: Recalculating&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball walk back into the agency with the guy behind his desk. Megan holds out the car keys in one hand.]&lt;br /&gt;
:Guy: Back already?&lt;br /&gt;
:Megan: We'll take the murder car.&lt;br /&gt;
:Guy: Popular choice.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1822:_Existential_Bug_Reports&amp;diff=138612</id>
		<title>Talk:1822: Existential Bug Reports</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1822:_Existential_Bug_Reports&amp;diff=138612"/>
				<updated>2017-04-11T16:35:52Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: enlarge Earth's orbit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
Could the crisis be tied to the fact that SUPPORT for the hardware is now broken, so the issue itself and the workaround may not get successfully submitted, recorded, seen, or addressed? --BigMal // [[Special:Contributions/162.158.75.52|162.158.75.52]] 14:54, 10 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
It may (or may not) be worthy of note that this mirrors 2016 Libertarian  candidate Gary Johnson's workaround for global warming.  When asked about it he said, &amp;quot;Should we take the long-term view when it comes to global warming? I think that we should. And the long-term view is that in billions of years, the sun is going to actually grow and encompass the Earth, right.&amp;quot;&lt;br /&gt;
--[[Special:Contributions/162.158.69.243|162.158.69.243]] 17:22, 10 April 2017 (UTC)&lt;br /&gt;
:That was also the first thought I had reading this comics, though I couldn't remember the name of the candidate ^^'. This seems to me a caricature of this &amp;quot;workaround&amp;quot;. --[[Special:Contributions/162.158.6.88|162.158.6.88]] 08:10, 11 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
There are workarounds for Earth being devoured by the sun. [https://qntm.org/moving Here's a few]. Five and seven seem somewhat plausible. Also, we could leave the planet. A worse problem is the heat death of the universe. [[User:DanielLC|DanielLC]] ([[User talk:DanielLC|talk]]) 19:08, 10 April 2017 (UTC)&lt;br /&gt;
:Put the link in the explanation, thanks. The time scale for the {{w|Heat death of the universe|heath death}} is so much longer than the lifetime of the sun, even as a White dwarf, that the suns entire lifetime compared to the time scale of the heath death is twice as small as the suns lifetime compared to the timescale of the {{w|Inflation (cosmology)|inflation period }} of the universe... So lets start by worrying about the oceans leaving in 1.1 billion years as the Sun gets too hot... ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:34, 10 April 2017 (UTC)&lt;br /&gt;
: Thanks for these infos and link. I asked Randall a year ago in 'What if', ''What would be the best way to enlarge Earth's orbit around the Sun in order to fight the effects of climate change?'' Now I got an answer from you guys. Thanks.--[[Special:Contributions/162.158.150.4|162.158.150.4]] 16:35, 11 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's okay, I have a super soaker. &amp;lt;span style=&amp;quot;background:#0064de;font-size:12px;padding:4px 12px;border-radius:8px;&amp;quot;&amp;gt;[[User talk:AgentMuffin|&amp;lt;span style=&amp;quot;color:#f0faff;&amp;quot;&amp;gt;~AgentMuffin&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&lt;br /&gt;
:The last panel of [[220: Philosophy]] is even used on {{w|xkcd|Wikipedia's xkcd article}} ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:34, 10 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Alternative workaround for the Sun issue: stop waiting ==&lt;br /&gt;
Reading the title text, I couldn't help myself from thinking &amp;quot;Workaround: stop waiting&amp;quot;. This is reference to Ivan Kmínek's story &amp;quot;Živý jste byl lepší, pane&amp;quot; (You were better alive, sir) which revolves around the central theme of a computer ready to initiate nuclear inferno and just waiting for the order to do so. It has some basic AI and develops it further while talking with its - or his - operator. Being childishly curious and unaware of all the consequences, one day he just decides himself, without the order being issued, to stop waiting ... Sorry for the spoiler, however I doubt anyone outside Czechoslovakia would have any opportunity to read this short story (and not many Czechs know Kmínek anyways), which is a pity, because the way it is written I consider it a masterpiece that would perfectly fit, and shine in the better half or third, between some Ray Bradbury's collected stories (while everyone knows Bradbury, right?) --[[Special:Contributions/172.68.215.102|172.68.215.102]] 07:49, 11 April 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1775:_Things_You_Learn&amp;diff=132829</id>
		<title>1775: Things You Learn</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1775:_Things_You_Learn&amp;diff=132829"/>
				<updated>2016-12-22T12:32:26Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.150.4: Correcting mid-speach to mid-speech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1775&lt;br /&gt;
| date      = December 21, 2016&lt;br /&gt;
| title     = Things You Learn&lt;br /&gt;
| image     = things_you_learn.png&lt;br /&gt;
| titletext = Guess who has two thumbs and spent the night in an ER after trying to rescue a kitten that ran under his car at a stoplight and climbed up into the engine compartment? And, thanks to antibiotics, will continue having two thumbs? THIS GUY. (P.S. kitten is safe!)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Title text, fill table.}}&lt;br /&gt;
This graph shows various items of information plotted by two criteria: a horizontal &amp;quot;How Bad Is It If You Don't Know [THING]&amp;quot; axis and a vertical &amp;quot;How Easy It Is To Grow Up Without Learning [THING]&amp;quot; axis. Specifically, the vertical axis measures roughly how often you will run into problems if you are ignorant of the knowledge listed on the plot point. The horizontal axis measures how serious those problems are if they happen at all.&lt;br /&gt;
&lt;br /&gt;
The title text describes an encounter Randall had the night before writing this comic where a cat climbed into the engine compartment of his car. (This comic was posted several hours late, possibly due to this very encounter.) It probably serves as an explanation for the seemingly out of place point on the graph about how serious cat bites are. The &amp;quot;two thumbs&amp;quot; is a reference to a well known type of jokes among English speakers. One of the most frequent forms is one person interrupting another mid-speech and asking &amp;quot;what has two thumbs and doesn't give a f*ck? THIS GUY!&amp;quot;, before pointing to themselves with their thumbs. The idea is that you only direct the attention to your thumbs so that they can point back to you, though mentioning the thumbs was not actually required except as a topic change. Randall plays on an invertion of this joke as he might not have been able to make it at all without the intervention of the ER people. So here the &amp;quot;who has two thumbs&amp;quot;, is not a deceiving distraction out of a boring conversation, and the thumbs are actually the focus of the phrase.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Ignorance is Bad !! Ignorance is Easy !! Information !! Comments&lt;br /&gt;
|-&lt;br /&gt;
| not bad || (very, very) easy || 100 digits of {{w|pi}} || Most people don't know more than a few digits of pi, and don't need to.&lt;br /&gt;
|-&lt;br /&gt;
| not bad || (very) easy || Lyrics to &amp;quot;{{w|We Didn't Start the Fire}}&amp;quot; || &amp;quot;We Didn't Start the Fire&amp;quot; is a 1989 hit song by Billy Joel. Its lyrics include brief, rapid-fire allusions to more than 100 headline events between 1949, the year of Joel's birth, and 1989. While the chorus is memorable, the verses of the song are just a list of people, events and random things from popular culture. The average person is somewhat more likely to know the lyrics to Billy Joel's 1989 hit song than 100 digits of pi, but not knowing them doesn't really have any serious consequences. &lt;br /&gt;
|-&lt;br /&gt;
| (very) bad || (very) easy || That cat bites are really serious and if bitten you need to wash the bite and call a doctor immediately || Most people assume that a cat bite is just a minor injury. In fact, it carries a fairly high risk of infection, which can be dangerous if not treated (by cleaning the bite to reduce the risk, and having a doctor examine the bite victim and apply additional treatments such as antibiotics if needed). At the same time, cat bites are quite rare, as cats default to their claws rather than their teeth when they need to attack something.&lt;br /&gt;
|-&lt;br /&gt;
| (very) bad || (very) easy || The red flags for an abusive relationship || It is fairly easy for someone to fall into a pattern of accepting abuse (particularly if the abuser is skilled at emotional manipulation) without realizing it, and the consequences can be mentally and physically devastating.&lt;br /&gt;
|-&lt;br /&gt;
| (very, very) bad || easy || The {{w|Stroke#Signs_and_symptoms|signs of a stroke}} || The symptoms of a {{w|stroke}} are somewhat variable, including facial drooping, arm weakness and slurred speech, depending on what areas of the brain are affected, and can be mistaken for other conditions. Identifying a stroke quickly and seeking treatment can make the difference between life and death, or between full recovery and permanent impairment.&lt;br /&gt;
|-&lt;br /&gt;
| bad || easy || Cough into your elbow, not your hand || Covering a cough with the inside of your elbow helps prevent spreading airborne germs and is generally recommended by medical organisations. Coughing into your hand deposits them onto your hand, where they are much more likely to be spread to another person (via handshake, food preparation, shared objects, etc)&lt;br /&gt;
|-&lt;br /&gt;
| not (too) bad || hard || How to ride a bike || Most children, especially in the United States{{Citation needed}}, learn to ride a bike at a fairly young age. While this is a useful skill to know for both entertainment and transportation, it would generally not be terrible to not learn this skill.&lt;br /&gt;
|-&lt;br /&gt;
| not bad (at all) || hard || How to escape movie {{w|quicksand}} || Quicksand in movies is a common trope, and while its physics often differ from real quicksand, escaping from it is commonly done using similar methods (eg, not struggling, which increases the quicksand's viscosity). Knowing how to escape from quicksand is important if you sink into it, which is a situation most people are very unlikely to encounter.&lt;br /&gt;
|-&lt;br /&gt;
| not bad (at all) || (very) hard || Lyrics to &amp;quot;{{w|The Twelve Days of Christmas (song)|12 Days of Christmas}}&amp;quot; || Hearing the same Christmas songs over and over each year makes it hard not to learn the lyrics over time. However, the consequences of not doing so are minimal; at most, ignorance of popular culture may leave your friends [[1769|a bit surprised and dismayed]].&lt;br /&gt;
|-&lt;br /&gt;
| not bad (at all) || (very, very) hard || {{w|Theme music|TV theme songs}} || Most children in developed countries grow up watching at least some television. Many of these television shows play the same theme song before the show starts, and many of these have catchy lyrics. Therefore, by repetition, most children will learn at least one of these growing up, and often many.&lt;br /&gt;
|-&lt;br /&gt;
| bad || hard || That you have to empty the dryer lint trap || A {{w|clothes dryer}} resembles a washing machine, it uses hot air to heat the clothes so that the water evaporates more quickly.&lt;br /&gt;
&lt;br /&gt;
The dryer's air exhaust and air filter are getting gradually covered with lint (= a kind of dust composed mainly of fiber) and must be cleaned regularly. Failing to remove the lint can cause the dryer to stop working effectively, introduce lint back onto your clothes, or (in extreme cases) start a fire.&lt;br /&gt;
|-&lt;br /&gt;
| (very) bad || (very) hard || {{w|Stop, drop and roll}} || This is a technique to extinguish a fire on one's own clothing, and is frequently taught to children for safety. Not knowing it (or forgetting it in a panic when the situation arises) can result in severe burns that could have been avoided by following the recommendation.&lt;br /&gt;
|-&lt;br /&gt;
| (very) bad || (very) hard || That you have to pay taxes || Most residents of most countries are legally obligated to pay taxes to their government. Penalties for not doing so often include large fines, and possibly prison sentences. Fortunately, it is something that children hear about quite a bit so it is very difficult to grow up without learning that it must be done.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Rankings==&lt;br /&gt;
&lt;br /&gt;
100% not bad: not bad at all . . . 100%&amp;gt;not-badness≥50%: not bad . . . 50%&amp;gt;not-badness≥0%: not too bad&lt;br /&gt;
&lt;br /&gt;
100% very bad: very, very bad . . . 100%&amp;gt;very badness≥50%: very bad . . . 50%&amp;gt;very badness&amp;gt;0%: bad&lt;br /&gt;
&lt;br /&gt;
100% hard: very, very hard . . . 100%&amp;gt;hardness≥50%: very hard . . . 50%&amp;gt;hardness&amp;gt;0%: hard&lt;br /&gt;
&lt;br /&gt;
100% easy: very, very easy . . . 100%&amp;gt;easiness≥50%: very easy . . . 50%&amp;gt;easiness≥0%: easy&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[A simple x and y graph, with the X labeled &amp;quot;how bad it is if you don't know {thing}&amp;quot;, and you labeled &amp;quot;how easy it is to grow up without learning {thing}] &lt;br /&gt;
&lt;br /&gt;
Points on graph from top to bottom on the left side of the x axis:&lt;br /&gt;
&lt;br /&gt;
&amp;gt; 100 digits of pi&lt;br /&gt;
&amp;gt; Lyrics to ''We Didn't Start the Fire''&lt;br /&gt;
&amp;gt; How to ride a bike&lt;br /&gt;
&amp;gt; How to escape movie quicksand&lt;br /&gt;
&amp;gt; Lyrics to ''12 Days of Christmas''&lt;br /&gt;
&amp;gt; TV theme songs&lt;br /&gt;
&lt;br /&gt;
Points on graph from top to bottom on the right side of the y axis:&lt;br /&gt;
&lt;br /&gt;
&amp;gt; That cat bites are really serious and if bitten you should wash the bite and call a doctor immediately&lt;br /&gt;
&amp;gt; Red flags for an abusive relationship&lt;br /&gt;
&amp;gt; Signs for a stroke&lt;br /&gt;
&amp;gt; Cough into your elbow, not your hand&lt;br /&gt;
&amp;gt; That you have to empty the dryer lint trap&lt;br /&gt;
&amp;gt; Stop, drop, and roll&lt;br /&gt;
&amp;gt; That you have to pay taxes&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.150.4</name></author>	</entry>

	</feed>