<?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=Squishmallow+fan</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=Squishmallow+fan"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Squishmallow_fan"/>
		<updated>2026-04-13T06:56:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2293:_RIP_John_Conway&amp;diff=350829</id>
		<title>2293: RIP John Conway</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2293:_RIP_John_Conway&amp;diff=350829"/>
				<updated>2024-09-20T02:03:03Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2293&lt;br /&gt;
| date      = April 13, 2020&lt;br /&gt;
| title     = RIP John Conway&lt;br /&gt;
| image     = rip_john_conway.gif&lt;br /&gt;
| titletext = 1937-2020&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[http://conwaylife.com/wiki/Conway John Conway], an English mathematician, passed away of [[:Category:COVID-19|COVID-19]] on April 11, 2020. ({{w|John Horton Conway|alternative link}}) Two days later, [[Randall]] created this [[:Category:Tribute|memorial comic]]. It is the 6th memorial comic, but it is the first released in almost 5 years, since [[1560: Bubblegum]].&lt;br /&gt;
&lt;br /&gt;
One of Conway's most famous creations was the {{w|cellular automaton}} known as {{w|Conway's Game of Life}}. A cellular automaton is a machine composed of cells, each of which can be in a different state. Every generation, each cell in the automaton may transition to a new state depending on a set of rules. (Conway's work in mathematics was vast and various, but he is perhaps best known in the field for discovering the {{w|surreal numbers}}, which inspired [[Donald Knuth]] to write a novel which may have been referenced back in [[505: A Bunch of Rocks]].)&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life was first popularized to the general public in the form of a game, Life Genesis, bundled into some distributions of Windows 3.1, an operating system from the early-90s that Randall most likely used in his preteen years.&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life is a 2-state automaton (i.e., every cell can be &amp;quot;alive&amp;quot; or &amp;quot;dead&amp;quot;) that is implemented on a two-dimensional grid of cells using the {{w|Moore neighborhood}} - this means that each cell can only be influenced by the eight cells directly surrounding it, both orthogonally and diagonally. The transition rules that Conway used are as follows:&lt;br /&gt;
&lt;br /&gt;
* If an &amp;quot;alive&amp;quot; cell has no live neighbors, or only one live neighbor, it becomes &amp;quot;dead&amp;quot;. (This simulates death by isolation).&lt;br /&gt;
* If an &amp;quot;alive&amp;quot; cell has four or more live neighbors, it becomes &amp;quot;dead&amp;quot;. (This simulates death by overcrowding).&lt;br /&gt;
* If a &amp;quot;dead&amp;quot; cell has exactly three live neighbors, it becomes &amp;quot;alive&amp;quot;. (This simulates birth).&lt;br /&gt;
&lt;br /&gt;
Despite the simplicity of these three rules, Conway showed that patterns of amazing complexity can nonetheless develop out of simple cell arrangements. Some patterns do not evolve at all (&amp;quot;still lifes&amp;quot;), some enter a cyclic, repeating state (&amp;quot;oscillators&amp;quot;), and some reproduce their own pattern displaced by an offset, resulting in patterns that can move across the grid under their own power (&amp;quot;gliders&amp;quot; and &amp;quot;spaceships&amp;quot;). This last category is of particular interest, as it allows the Game of Life to transmit information from one location to another, allowing for rich, dynamic behavior and even for the creation of computational machines within the automaton itself.&lt;br /&gt;
&lt;br /&gt;
This comic begins with the shape of a stick figure as the starting cell configuration of the Game of Life. The black cells are &amp;quot;alive&amp;quot; and the white cells are &amp;quot;dead&amp;quot;. This configuration then evolves via Conway's rules, disintegrating into nothingness except for a five-cell pattern known as a &amp;quot;glider&amp;quot;, which ascends up and to the right. This visually suggests an eternal &amp;quot;soul&amp;quot; breaking away as the corporeal body disintegrates. The glider is perhaps the most iconic pattern of the Game of Life, and is often used symbolically to represent the phenomenon of emergence. &lt;br /&gt;
&lt;br /&gt;
Here the topology of the grid on which the cells evolve is not known, the cellular automaton can be run on many topologies, for example you can choose to make cells reappear from the opposite side once they reach an edge (similarly to the behaviour of the well known Pacman). Here once the glider reaches the top right, we know for sure that the actual grid is bigger (since the glider leaves the frame while continuing its pattern), and we are only seeing part of the full grid.&lt;br /&gt;
&lt;br /&gt;
The initial state presented in the comic does actually evolve in that manner, as can be verified by entering the pattern into a cellular automaton simulator such as [http://golly.sourceforge.net/ Golly] or web services such as [https://bitstorm.org/gameoflife/ this one] or [http://catagolue.hatsya.com/object/xkcd_48jsj8gzwe9e/b3s23 that one]. It seems that no one else have created this pattern before. At least, despite discussion in the comments, no one has found anything to show that this is not Randall's own discovery of this pattern. &lt;br /&gt;
&lt;br /&gt;
The title text simply states Conway's birth and death year: 1937-2020.&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life was previously mentioned in [[696: Strip Games]]. Cellular automata was also referenced in [[505: A Bunch of Rocks]].&lt;br /&gt;
&lt;br /&gt;
This comic is the 18th comic in a row (not counting the [[2288: Collector's Edition|April Fools' comic]]) in a [[:Category:COVID-19|series of comics]] related to the {{w|COVID-19 pandemic}}. Although this comic is, of course, mainly a tribute to John Conway, the fact that he died of COVID-19 in the middle of this long series of coronavirus-related comics by Randall is relevant.&lt;br /&gt;
&lt;br /&gt;
==Table of generations==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Generation&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 0.jpg|thumb]]||Starting state (or &amp;quot;zeroth generation&amp;quot;).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 1.jpg|thumb]]||First generation. Note that this image is not aligned with the previous one: the position of all cells has shifted downward by one cell. All further generations are aligned the same as this one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 2.jpg|thumb]]||Second generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 3.jpg|thumb]]||Third generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 4.jpg|thumb]]||Fourth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 5.jpg|thumb]]||Fifth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 6.jpg|thumb]]||Sixth generation. The first appearance of the {{w|Glider (Conway's Life)|glider}}, a well-known formation in Conway's Game of Life.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 7.jpg|thumb]]||Seventh generation. The glider takes on its other shape.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 8.jpg|thumb]]||Eighth generation. The glider returns to its first shape, pointing right instead of up.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 9.jpg|thumb]]||Ninth generation. The glider's second shape again, pointing right instead of up.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 10.jpg|thumb]]||Tenth generation. The glider is now in its original form, but one cell higher and one cell to the right.  It will continue to progress, cycling through these four states every four generations.  The remains of the chaos down below will take two more generations to disappear completely.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A pixelated image of a stick figure using 21 pixels, could be a pixel Cueball, which waves with one hand up while holding the other hand down. The head consist of 7 pixels, the top row of three having two pixels beneath the two outer pixels, thus having two empty pixels beneath the central pixel. The neck and torso is a typical cross made from six pixels. The two legs are two pixels each shifted left and right of the cross. The arm to the left that waves is two pixels one down and the next back up to the level of the cross central beam. The arm to the right has the first pixel similarly but the second pixel continues one further step down. After less than one second it turns out that the image is animated, with the pixels changing according to the rules of Conway's Game of Life. The figure splits into three groups, two of which dissipates in a similar way at the bottom of the panel. The other becomes a 'glider' and moves off to the top-right corner of the image and out of the frame. The animation then repeats.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;XKCD RIP John Conway&amp;quot; has been cited on [http://conwaylife.com/wiki/Pure_glider_generator LifeWiki]&lt;br /&gt;
* &amp;quot;XKCD RIP John Conway&amp;quot; is now available on [http://catagolue.hatsya.com/object/xkcd_48jsj8gzwe9e/b3s23 Catagolue] &amp;lt;!-- Catagolue is down at the moment in some places --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Issues with some clients==&lt;br /&gt;
&lt;br /&gt;
Some clients of the site crashed on this xkcd, most notably the Samsung Smart TV client.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Tribute]]&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:195:_Map_of_the_Internet&amp;diff=348089</id>
		<title>Talk:195: Map of the Internet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:195:_Map_of_the_Internet&amp;diff=348089"/>
				<updated>2024-08-04T20:59:27Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If one ip address was a square of area 100 by 100 ft, this entire map would be 1241 miles across, for a total area of 1.541 million square miles. That's about 41% the area of the United States, the size of a medium-to-large country. The ipv6 map would be half the size of the galaxy. [[User:MegaMutant453|MegaMutant453]] ([[User talk:MegaMutant453|talk]]) 04:56, 12 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why am I in various registrars?[[Special:Contributions/141.101.104.186|141.101.104.186]]&lt;br /&gt;
: Simply because one of those various registrars is your interwebz provider. [[User:Sobsz|Sobsz]] ([[User talk:Sobsz|talk]]) 19:55, 21 November 2015 (UTC)&lt;br /&gt;
:: and im in 173, not in various registrars [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 20:59, 4 August 2024 (UTC)&lt;br /&gt;
I'd like to see an updated version, 10 years later.  I think all the green would be gone. [[User:Microbe|Microbe]]&lt;br /&gt;
&lt;br /&gt;
He forgot the 172.16-172.31 private block.  Way late, I know but I only just noticed. [[Special:Contributions/172.68.253.203|172.68.253.203]] 01:51, 7 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since the table is for the first octet only, it's not possible to show the 172.16-172.31 block.  Drawing a table big enough is left to you as an exercise.   However, he shows Class E addresses (240-255) as &amp;quot;unallocated&amp;quot;, which is a bit misleading because routers are required by [https://tools.ietf.org/html/rfc1812#section-5.3.7 RFC 1812] to discard packets with these addresses, which are reserved for &amp;quot;future use&amp;quot;. [[Special:Contributions/172.68.142.89|172.68.142.89]] 18:21, 15 June 2018 (UTC)&lt;br /&gt;
:However, 10.0.0.0/8 is a full class A subnet that is on the same footing as 172.16.0.0/12 and 192.168.0.0/16, yet is labeled &amp;quot;VPNs&amp;quot; in this comic. [[Special:Contributions/172.68.59.144|172.68.59.144]] 21:35, 28 April 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
i'm sure ip 1.2.3.4 exists somewhere [[User:An user who has no account yet|An user who has no account yet]] ([[User talk:An user who has no account yet|talk]]) 07:39, 6 September 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2696:_Precision_vs_Accuracy&amp;diff=345493</id>
		<title>Talk:2696: Precision vs Accuracy</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2696:_Precision_vs_Accuracy&amp;diff=345493"/>
				<updated>2024-07-03T19:03:16Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &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;
87.532% of all statistics are just made up. [[Special:Contributions/172.70.178.220|172.70.178.220]] 11:10, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is 'Barack Obama is 6'1&amp;quot;' and 'Barack Obama has 4 legs' medium precision? It seems to give exact value, so high precision. [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 11:44, 9 November 2022 (UTC)&lt;br /&gt;
: OK, I get it. 6'1&amp;quot; means something between 6'0.50&amp;quot; and 6'1.49&amp;quot;. For height it's OK, but when counting legs, it seems like a stretch. [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 12:30, 9 November 2022 (UTC)&lt;br /&gt;
:: The four legs are probably considered to be only medium precise, not because of the number but because of the imprecise term &amp;quot;leg&amp;quot;. While humans can walk on all four extremities, thereby using them as legs, the upper two are commonly referred to as arms. [[User:Bischoff|Bischoff]] ([[User talk:Bischoff|talk]]) 14:54, 9 November 2022 (UTC)&lt;br /&gt;
:: (ECed by Bischoff) Plus a person's height (excluding differences to footwear and perhaps hairstyle) varies by an inch or so over the course of a day, as the spine compresses whilst mostly upright (would depend a bit upon your daily activities, but &amp;quot;an inch&amp;quot; or 2-3cm is the typical quoted value, with all the questions about precision ''as well as'' accuracy). Within an inch of such a foot-and-inch value is basically between slightly over a percentage point of drift across a continuum of ultimately non-integer values.&lt;br /&gt;
:: The number of legs is ''generally'' a whole number (perhaps lower-limb amputees could claim &amp;quot;half a leg&amp;quot;, but is that for above the knee or below or... that's beyond my wish to define, I would leave it up to the individual amputee to finesse to their own liking) and assigning decimals, even .000(recurring), would be ''over-''precise. A definite plain figure (however inaccurate) being the happy and acceptable medium between that and the vague imprecision (never mind inaccuracy) of the kind in the cell below. [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
:::The medium is because it says most, and not all! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:08, 10 November 2022 (UTC)&lt;br /&gt;
::::It says &amp;quot;most cats&amp;quot;, indeed, but the above was about Obama, singular. Though I think it's covered anyway... [[Special:Contributions/172.70.85.25|172.70.85.25]] 09:44, 10 November 2022 (UTC)&lt;br /&gt;
:::::All the statements about 'Barack Obama' ought to be medium precision at best, because there could be more than one Barack Obama, and it doesn't give any further contextualisation to identify, for example 'the Barack Obama who was president of the United States of America'. [[Special:Contributions/141.101.107.157|141.101.107.157]] 09:29, 11 November 2022 (UTC)&lt;br /&gt;
: Compare with 6'1&amp;quot;1/50 or 4.0000 legs, both of which would imply a higher degree of certainty.--[[Special:Contributions/162.158.126.204|162.158.126.204]] 08:58, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone should add an explanation of the difference between precision and accuracy. [[User:Nutster|Nutster]] ([[User talk:Nutster|talk]]) 13:13, 9 November 2022 (UTC)&lt;br /&gt;
:Tried it myself. Maybe made it too compact, but I often go on too long so I tried made it as brief and snappy as I felt I could. Over to other editors to rewrite or replace. [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
::That there is confusion over this was a bit of a surprise to me, about 20 years ago, when I worked (as I did for many years) in the outdoor pursuits trade. GPS units would give a 12-character grid reference (1m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;), but couldn't be relied upon to that level. I would tell people they're more precise than they are accurate, until it became apparent that they were waiting for me to complete the joke they thought I'd begun, as I was so clearly contradicting myself, what with the two words meaning identical things.&lt;br /&gt;
::Having gone on to explain the difference between the words, the neat brevity I'd sought was lost. &lt;br /&gt;
::Obviously they can be used sort of interchangeably in casual conversation, but I thought the difference was well enough known that, when talking about a navigational instrument, it would be obvious what was meant.&lt;br /&gt;
::Nope. [[User:Yorkshire Pudding|Yorkshire Pudding]] ([[User talk:Yorkshire Pudding|talk]]) 20:18, 9 November 2022 (UTC)&lt;br /&gt;
:::I deal with OS Grid References a lot, in a similar context, and a number of people who give 10-digits or more (2x5, for 1m res) from devices that typically don't ever settle down to less than 3m, and provably can be tens of metres off if there happens to be a small tree or shrub nearby.&lt;br /&gt;
:::(In fact, the other day I was geohashing myself, and my device was insisting I was in a totally different bit of the open field, 50m or so, no matter how much I sat it down at the provably correct point and wandered away so that even ''I'' wasn't obscuring its view of the sky. But it was good enough for me, which was all I do it for, so after giving it 5 minutes I counted it as done.)&lt;br /&gt;
:::And, in yet another activity, the publicised information for an event included a 12ish-DP reference for the starting area (vaguer than that), but just the ''postcode'' for the HQ (a very definite building that you could bullseye on a map), in a rural area where it covered half the valley! [[Special:Contributions/172.70.86.12|172.70.86.12]] 22:19, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
How is 17.082 palindromic? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:54, 9 November 2022 (UTC)&lt;br /&gt;
:My error, I meant an anagram! (Was going for &amp;quot;anagramic&amp;quot;, and my brain clearly rebelled.) [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
High Precision High accuracy, Randall Munroe misses when Obama was president.  Low precision Medium-rare accuracy, so do we, Randall, so do we. {{unsigned ip|172.70.130.154 }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is so annoying that the US uses . and , to mean the opposite of what most European countries (including Denmark where I live). So when I read this it states that Obama was president less than 3 days (70 hours) but it more than 70000 feet tall. :-) Of course I now the difference but I have to think about it more than if everyone used the same standard. Also height should use SI units as everyone should ;-) (weight given in number of cats is the new SI unit as far as I know, but don't use inches and feet ;-D ) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:17, 10 November 2022 (UTC)&lt;br /&gt;
:Well, as a UKian, I was happy enough. Tell you what, though, let's develop a [[927: Standards|new and mutually-acceptable standard notation]]... ;) [[Special:Contributions/172.70.85.25|172.70.85.25]] 09:44, 10 November 2022 (UTC)&lt;br /&gt;
::Good idea. Lets meet on [[2562|11/12/22]] to discuss the details. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:41, 10 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think Randall missed an opportunity to clarify how high precision can make something inaccurate.  He could have said that Obama is 6’ 1.02173” tall, which would clearly be very precise, and also clearly inaccurate, simply because of the excessive precision. [[User:John|John]] ([[User talk:John|talk]]) 15:22, 10 November 2022 (UTC)&lt;br /&gt;
:Saying 6'1.0278 would have been more in theme, there. And it would be not really more inaccurate (might even be closer to the truth...) but would convey a false precision.&lt;br /&gt;
:Interstingly, when Andrew Waugh measured Mount Everest (before it was so named) he got a diffraction-adjusted figure of 29,000 feet, but decided to announced that it was 29,002 so that it didn't just like a rough figure rounded to the nearest hundred or even thousand feet. This made him the first person to put two feet on the top of Everest!&lt;br /&gt;
:(...The actual error was not bad, given his measurements had to be made from hundreds of miles away. Current official measurements with on-the-spot modern GPS say 29,031.7 feet (for the snow-peak, which is all that Waugh could mention), after 170ish years of (by some estimates, but contested) about a foot of extra height per decade through the continuing techtonic raising of the Himalaya. And any unknown differences in snow-depth. Certainly it was within tens of feet, i.e. a dozen or so metres. With a bit of an error-bar, but not really that big when you consider it...)&lt;br /&gt;
: So, arguably, that case was a deliberately false accuracy to help convey the true precision. [[Special:Contributions/172.70.90.3|172.70.90.3]] 16:15, 10 November 2022 (UTC)&lt;br /&gt;
:I don't get your point? Unless you just made up everything after the decimal point: How would it be less acurate? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 09:37, 11 November 2022 (UTC)&lt;br /&gt;
::The only thing I can imagine is, that these kinds of numbers happen due to conversions. E.g. 6ft1in would be 185.42cm (according to the first calculator I found), but it is unlikely that 6ft1in was as precise as a cm-value with 2 digits after the decimal point would be. And in the other direction 185cm (which would be the usual precision of a height in m or cm - while 186cm could still be correct as it would be 6ft1in in the &amp;quot;usual precision&amp;quot;) would calculate as 6ft and 0.83in --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 10:18, 11 November 2022 (UTC)&lt;br /&gt;
::If Obama's height is provided with this much precision, you can assume that the numbers are made up. 0.0278 inches are - in real measure units ;-) - 0.07mm. That's the diameter of a strain of hair. Nobody's height gets measured to that kind of precision. [[User:Kimmerin|Kimmerin]] ([[User talk:Kimmerin|talk]]) 08:10, 17 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure the current explanation's claim that 'being too precise usually decreases accuracy' is, er, accurate (or perhaps it's just imprecise). It might be reasonable to claim that increasing precision tends to decrease accuracy relative to the level of precision, but not so much in absolute terms, or even necessarily relative to the size of the thing being measured.[[Special:Contributions/141.101.107.156|141.101.107.156]] 09:38, 11 November 2022 (UTC)&lt;br /&gt;
:I think it's badly phrased. The assumed accuracy can be degraded and disadvantageous.&lt;br /&gt;
:For example, to use someone's figures from just above, looking for an individual with a height of 185.42cm might seem to rule out the one that you find is 185.57cm tall, though they are indeed the one initially measured/estimated at 6'1&amp;quot; and would definitely be within an inch or so in this latest attempt to match them.&lt;br /&gt;
:An old phrase that I grew up with is &amp;quot;don't try to be accurate over inaccurate details&amp;quot;  (courtesy of a chemistry teacher, where we frequently used mmol-like measurements in analyses like titrations). The number of articles that say &amp;quot;the probe flew past the asteroid at a distance of about 20 miles (32.187 kilometres) ...&amp;quot;, where clearly the accuracy is misleading, especially if the conversion ends up being back-converted by someone else with no idea (&amp;quot;...which is 20.0000746 miles&amp;quot;), and may have come from an ''original'' figure actually deliberately pegged at 35km (21.748 miles!), within a few metres or less.&lt;br /&gt;
:Really, you should be taking the level of precision/accuracy inherent in the initial values, preserving the awkward fractions throughout the intermediate steps ''and'' converting the inherent ranges by the same process then clearly presenting the final figure to no more exactitude than the initial smudge of &amp;quot;all actual values that would be given by this type of input value&amp;quot;, and maybe less. The write-up might be then be realistically &amp;quot;...of around 21¾ miles (35km)&amp;quot;, if using a better primary source, or &amp;quot;20 miles (~30km)&amp;quot; in a case of the detail already being likely lost by intermediate chinese-whispers.&lt;br /&gt;
:But this is what confuses people. And how even those that are not confused can confuse others... [[Special:Contributions/172.70.86.10|172.70.86.10]] 12:16, 11 November 2022 (UTC)&lt;br /&gt;
::It gets even better when different units also use different 0s. So for a persons height we can assume that as 0ft0in and 0cm is the same, 185cm is one order of magnitude more precise than 6ft1in, as it is 3 significant digits vs 2 at the same height. However a persons body temperature in 38°C with 2 significant digits and 311K with 3 is the same level of precision and only .15°C (Or .15K) apart, while 100°F (37.77...°C) is also very close but a bit more precise. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:10, 11 November 2022 (UTC)&lt;br /&gt;
:::One of many reasons that Celsius and Fahrenheit are not considered as true units - their connection to kelvins is affine, not linear. [[Special:Contributions/172.71.142.75|172.71.142.75]] 05:49, 13 November 2022 (UTC)&lt;br /&gt;
::::Acknowledging that Celsius degrees equal Kelvin degrees, which remains a useful equivalence, even though degrees Celsius does not equal degrees Kelvin. (Ditto with Fahrenheit and Rankine.)&lt;br /&gt;
::::...and I'm partial to Delisle, anyway. ;) [[Special:Contributions/172.70.162.134|172.70.162.134]] 11:28, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was expecting maybe a reference to Schrödinger's President when I first read the comic - but later realized that this could have been misconstrued as a threat. Oops!&lt;br /&gt;
&lt;br /&gt;
As far as I recall, isn't the transcript supposed to avoid tables? I understand blind people with text reading programs use the transcripts to follow this comic, and thus it should avoid visual elements wherever possible? [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:49, 12 November 2022 (UTC)&lt;br /&gt;
:Generally, yes, though some useful additional description went in before I might have 'flattened' the description again, and there are ther extant table-transcripts&lt;br /&gt;
:Best practice would be to not rely on screen-readers to say nice informative things about tabulation and instead say it all explicitly (like they can't be relied on parsing MathML stuff), but there's good manual description and bad, too. [[Special:Contributions/172.70.85.25|172.70.85.25]] 13:13, 12 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
In the fewer-legs-than-your-cat category, any interest in adding a link to the &amp;quot;How many legs does a dog have if you call the tail a leg?&amp;quot; riddle often attributed to Lincoln? The best link I found is https://quoteinvestigator.com/2015/11/15/legs/ which makes it clear the riddle was already in circulation by 1825, well before Lincoln's usage. [[Special:Contributions/108.162.246.163|108.162.246.163]] 05:30, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If you only look at the squares that mention cats, the resulting shape resembles a basic glider from Conway's Game of Life. I don't know how much this has to do with the comic but it feels like the sort of nerd shit that is worth mentioning. [[Special:Contributions/108.162.221.60|108.162.221.60]] 13:03, 12 October 2023 (UTC)&lt;br /&gt;
:I came to this page to mention the fact only to find that I already did. [[Special:Contributions/141.101.104.79|141.101.104.79]] 13:07, 21 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
most obamas have hundreds of legs in their cat [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 21:48, 10 February 2024 (UTC)&lt;br /&gt;
:'''INSANELY LOW PRECISION'''/'''UNFATHOMABLY LOW ACCURACY''' [[User:Psychoticpotato|Psychoticpotato]] ([[User talk:Psychoticpotato|talk]]) 21:40, 13 May 2024 (UTC)&lt;br /&gt;
:: cat leg is hundreds of obama [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 19:03, 3 July 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:100:_Family_Circus&amp;diff=343153</id>
		<title>Talk:100: Family Circus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:100:_Family_Circus&amp;diff=343153"/>
				<updated>2024-05-28T15:09:27Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is it more than Pointless   (&amp;lt;&amp;lt;&amp;lt; No full stop either, just to be consistent) [[Special:Contributions/108.162.249.205|108.162.249.205]] 13:42, 21 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
In the real Family Circus, isn't it Billy who leaves those paths? [[Special:Contributions/173.245.50.174|173.245.50.174]] 04:28, 8 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
One of the defining features of OCD is the compulsion to keep track of things, ''e.g.'' which hand touched something, how many steps someone has taken... Tracking and memorizing one's own movements as depicted with the dotted line is a lesser-known but relatively common compulsion in OCD. Not sure whether that's part of the joke or not, though. [[Special:Contributions/172.71.134.157|172.71.134.157]] 14:28, 18 September 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
i thought the path was ants [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 15:09, 28 May 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1627:_Woosh&amp;diff=340247</id>
		<title>Talk:1627: Woosh</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1627:_Woosh&amp;diff=340247"/>
				<updated>2024-04-20T20:57:33Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Looking for a joke that isn't there sounds a lot like [http://xkcd.com/559 xkcd.com/559]. [[Special:Contributions/162.158.2.140|162.158.2.140]] 05:43, 8 January 2016 (UTC)&lt;br /&gt;
::Woooosh! [[Special:Contributions/108.162.245.181|108.162.245.181]] 05:48, 8 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Woosh {{{unsigned ip|108.162.245.131}}&lt;br /&gt;
&lt;br /&gt;
::::::'''Woof''' ''(Guess my bot still needs some work)'' [[Special:Contributions/162.158.153.131|162.158.153.131]] 08:41, 8 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::::: woof (i just gave up on it when it said woof. maybe woofbots are the next generation)&lt;br /&gt;
&lt;br /&gt;
If it was a joke video that was never meant to be real to begin with and the commenter didn't realize this, then woosh would actually make sense [[User:Figvh|Figvh]] ([[User talk:Figvh|talk]])&lt;br /&gt;
&lt;br /&gt;
:Woosh[[Special:Contributions/173.245.56.65|173.245.56.65]] 10:32, 8 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Probably in reaction to a video [https://www.youtube.com/watch?v=XEI-iDxfj0M] that gained notoriety this week and raised a big discussion whether is was spontaneous or enacted.&lt;br /&gt;
[[User:Duartix|Duartix]] ([[User talk:Duartix|talk]]) 11:16, 8 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
* You mean [https://www.youtube.com/watch?v=2pxkboPjn8c]? -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 00:53, 10 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Of course bots that auto-reply to comments can have problems of their own. Let Reddit's [http://i0.kym-cdn.com/photos/images/original/000/925/182/df3.png lolpenisbot] be a cautionary tale.[[Special:Contributions/162.158.152.203|162.158.152.203]] 21:26, 8 January 2016 (UTC)&lt;br /&gt;
:Woosh [[Special:Contributions/141.101.98.38|141.101.98.38]] 17:52, 9 January 2016 (UTC)&lt;br /&gt;
::Woosh [[Special:Contributions/141.101.98.38|141.101.98.38]] 17:52, 9 January 2016 (UTC)&lt;br /&gt;
:::Woosh [[Special:Contributions/141.101.98.38|141.101.98.38]] 17:52, 9 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
This comic seems to promote the same behaviour that he criticizes in [https://xkcd.com/481/ xkcd.com/481], [https://xkcd.com/810/ xkcd.com/810], [https://xkcd.com/1258/ xkcd.com/1258], and i'm sure others. I've seen a great deal of 'wooshing' in the past couple days, hopefully this disservice to the internet doesn't last.--[[Special:Contributions/162.158.152.131|162.158.152.131]] 11:12, 9 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Woosh [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 21:29, 9 January 2016 (UTC)&lt;br /&gt;
:: Are you for real?[[Special:Contributions/199.27.133.41|199.27.133.41]] 23:31, 10 January 2016 (UTC)&lt;br /&gt;
::: I'm taking a screenshot so I can remember this moment forever. [[Special:Contributions/108.162.238.76|108.162.238.76]] 05:10, 15 January 2016 (UTC)&lt;br /&gt;
:::: Comment of the year [[explain_xkcd:Community_portal/Miscellaneous#Help_with_Creating_a_User_Page|Trogdor147]] ([[explain_xkcd:Community_portal/Miscellaneous#Help_with_Creating_a_User_Page|talk]]) 01:39, 27 June 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
https://www.reddit.com/r/xkcdwooshbot/ It now exists. Might we add this as a note on the article? [[User:Wolf9400|Wolf9400]]&lt;br /&gt;
:Maybe in a trivia section? -Pennpenn [[Special:Contributions/108.162.250.162|108.162.250.162]] 00:22, 14 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wait, isn't this exactly the reason why explainxkcd.com exists? To look for non-existent hidden jokes in xkcd. [[Special:Contributions/108.162.214.149|108.162.214.149]] 10:44, 20 January 2016 (UTC)&lt;br /&gt;
:Comment of the year.[[Special:Contributions/108.162.216.34|108.162.216.34]] 20:00, 28 November 2019 (UTC)&lt;br /&gt;
: Woosh [[Special:Contributions/162.158.62.119|162.158.62.119]] 16:37, 14 July 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think I've found something even more amazing that &amp;quot;woosh&amp;quot; that can confuse people WAY more. Ever heard of {{w|0x10c|0x10c?}} Try typing that on a social network like Candid and see what happens. People get so confused. xD --[[User:JayRulesXKCD|'''JayRules''XKCD'''  ]]&amp;lt;sup&amp;gt;[[User talk:JayRulesXKCD|what's up?]]&amp;lt;/sup&amp;gt; 17:15, 10 February 2017 (UTC)&lt;br /&gt;
:0x10c[[Special:Contributions/108.162.242.21|108.162.242.21]] 14:28, 1 November 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:696:_Strip_Games&amp;diff=340244</id>
		<title>Talk:696: Strip Games</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:696:_Strip_Games&amp;diff=340244"/>
				<updated>2024-04-20T19:23:21Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Um, Chess by mail:&amp;lt;br&amp;gt;&lt;br /&gt;
My next move is Kf8 and this is my picture without pants.&amp;lt;br&amp;gt;&lt;br /&gt;
[[Special:Contributions/108.162.254.161|108.162.254.161]] 08:37, 21 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Strip Conway's Game of Life:&amp;lt;br&amp;gt;&lt;br /&gt;
If three spaceships come out of that structure, you get my shirt. [[Special:Contributions/199.27.128.71|199.27.128.71]] 03:52, 5 July 2014 (UTC)&lt;br /&gt;
: it would probably be more like &amp;quot;if that 16x16 soup evolves a traffic light i will take off my jacket&amp;quot; or something. conways game of life fans probably wouldnt play it as a strip game, they would just put on lots of jackets so that whoever creep even decided to play strip conways game of life would get confused and leave. [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 19:23, 20 April 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rule 34 means progress!&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!game!!base!!strip!!category&lt;br /&gt;
|-&lt;br /&gt;
|poohsticks||40,500||167||rare&lt;br /&gt;
|-&lt;br /&gt;
|podracing||101,000||87||rare&lt;br /&gt;
|-&lt;br /&gt;
|iterated prisoner's dilemma||67,000||605||rare&lt;br /&gt;
|-&lt;br /&gt;
|chess by mail||11,000||180||frequent&lt;br /&gt;
|-&lt;br /&gt;
|Conway's Game of Life||226,000||113||rare&lt;br /&gt;
|}&lt;br /&gt;
[[Special:Contributions/108.162.254.37|108.162.254.37]] 18:01, 6 February 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The 1-dimensional celular automata rule 34 {{unsigned ip|141.101.99.117}}&lt;br /&gt;
&lt;br /&gt;
All the &amp;quot;nonexistents&amp;quot; now are frequent except for chess by mail, which is rare. {{unsigned ip|173.245.50.140}}&lt;br /&gt;
&lt;br /&gt;
Did he do this because the comic number started with 69? [[User:Reedman72|Reedman72]] ([[User talk:Reedman72|talk]]) 08:01, 11 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Or perhaps even &amp;quot;69&amp;quot; from ''both'' sides? --- 29 January 2016 {{unsigned ip|108.162.245.181}}&lt;br /&gt;
&lt;br /&gt;
Shall We Play A Strip Game? [[Special:Contributions/141.101.77.94|Joshua]] 08:11, 27 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not sure about any of the others but, while cricket may not be easy for players to 'strip' to (more for padding/helmet/box reasons, and maybe the complexities of working out how it works in a team game), streaking in cricket is a thing. (Perhaps it helps that it's typically a warm, dry weather sport, hot sun, ''plenty'' of time to drink alcohol in the stands, and then ''if'' you find the opportunity to wander near the pitch with the idea of a less-than-fully-clad 'invasion' and there's nobody currently there to stop you, well...) Was going to add something like [https://www.cricketcountry.com/articles/20-instances-of-streaker-invasions-in-cricket-part-i-517971 this link to the article, but it's terribly written (and patronisingly so) and in an ad-avalanched page that I don't care to casually encourage anyone to visit. It's there if you want it, but I couldn't put this caveat in the main explanation. Instead I linked to the wikipage of a random example individual I found (who seems not to regret her initial streaking 'fame') as a representative of the genre. [[Special:Contributions/172.70.86.22|172.70.86.22]] 12:47, 12 February 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Squishmallow_fan&amp;diff=340243</id>
		<title>User:Squishmallow fan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Squishmallow_fan&amp;diff=340243"/>
				<updated>2024-04-20T19:10:18Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;also known as tommyaweosme on the conwaylife.com forums&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:Squishmallow_fan&amp;diff=335255</id>
		<title>User talk:Squishmallow fan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:Squishmallow_fan&amp;diff=335255"/>
				<updated>2024-02-18T23:17:07Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: added userpage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello i have lost interest in this wiki and gained interest in [http://conwaylife.com/ this].&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1264:_Slideshow&amp;diff=334840</id>
		<title>1264: Slideshow</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1264:_Slideshow&amp;diff=334840"/>
				<updated>2024-02-11T23:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: you need the descriptions you need the descriptions you need the descriptions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1264&lt;br /&gt;
| date      = September 13, 2013&lt;br /&gt;
| title     = Slideshow&lt;br /&gt;
| image     = slideshow.gif&lt;br /&gt;
| titletext = Points to anyone who hacks the Flickr devs' computers to make their text editors do this when you click on anything.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
It is very common for websites to feature a gallery of images – a website for a school, for example, might feature pictures of the students and teachers. Some websites display images in the form of a slideshow like this comic, with slow zoom and pan effects and fades between the images. This effect has been dubbed the {{w|Ken Burns effect}} after documentary filmmaker {{w|Ken Burns}} who popularized the effect. In many cases, the slideshow is a fixed element, and can't be controlled by the user. This prevents the user from navigating through the images at their own pace or viewing any one image for an extended period, and can be distracting. [[Randall]] expresses frustration at this.&lt;br /&gt;
&lt;br /&gt;
The title text suggests points will be awarded to whoever can add that annoying effect to the text editors of the developers of {{w|Flickr}}, a photo-hosting website, so they can be subjected to the same thing to which they are subjecting Randall. This may be a response to recent changes to Flickr's website that includes such slideshows as one option; that said, Flickr has always allowed users to browse galleries in a normal grid layout and with user-controlled photo-by-photo full-window layout.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Dear website operators,&lt;br /&gt;
:[This strip is in the form of an animated gif. The panels transition with a Ken Burns-like fade-and-pan.]&lt;br /&gt;
:[Cueball's whole body on the left side of the panel, looking slightly right of the camera.]&lt;br /&gt;
:Cueball: I will ''never''...&lt;br /&gt;
:[Cueball's body down to the ends of his arms is shown on the right side of the panel, looking slightly left of the camera.]&lt;br /&gt;
:Cueball: ...want to browse a series of images...&lt;br /&gt;
:[Cueball is shown standing in the middle of the panel, with his left hand up a little bit.&lt;br /&gt;
:Cueball: ...like this.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2834:_Book_Podcasts&amp;diff=334817</id>
		<title>Talk:2834: Book Podcasts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2834:_Book_Podcasts&amp;diff=334817"/>
				<updated>2024-02-11T14:28:19Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This one is the most get-out-of-my-mind I have ever experienced with xkcd. And I had quite a few of these :-)&lt;br /&gt;
I recently had this very same thought, and eventually I managed to find a way to get audiobooks and podcasts just mixed up in the very same app and very same environment. And it's been an absolute joy switching around between them. Drastically increased my book-reading.&lt;br /&gt;
I have been telling everyone who wants to hear about it. &amp;lt;br&amp;gt;&lt;br /&gt;
Anyone curious to do the same I greatly recommend using PodcastAddict and its integrated &amp;quot;virtual podcasts&amp;quot; feature. &lt;br /&gt;
That one allows you to create a &amp;quot;podcast&amp;quot; from a selected folder with audiofiles. &amp;lt;br&amp;gt;&lt;br /&gt;
Combine this with Audiobookstore.com or any other place where you can actually download books you purchase, and you can have the same set-up.&lt;br /&gt;
See image for result: https://imgur.com/a/Jp0vgY3&amp;lt;br&amp;gt;&lt;br /&gt;
Not affiliated with any of the services mentioned. Just a big fan of Podcast Addict and Xavier's work :-) [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:28, 27 September 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
You know, someone should distribute transcripts of these podcasts, so you can read them at your own time... [[Special:Contributions/108.162.221.81|108.162.221.81]] 10:58, 28 September 2023 (UTC)&lt;br /&gt;
:Distribute? Sounds very labour-intensive, compared to downloading. Get a building, let people come into the building and take whatever bundles of podcast printouts they want, from what you have. Either buy them outright (to cover costs) or just borrow them, no more tgan a few at a time, and bring them back for someone else to borrow later. [[Special:Contributions/172.70.85.22|172.70.85.22]] 12:06, 28 September 2023 (UTC)&lt;br /&gt;
::I like it, but what if you can't make it to the building&amp;amp;mdash;like, god forbid, if another virus breaks out? I think it'd be nice if the Internet Archive guys could set up an online version of this idea, lending out digital scans of the printouts. Surely no one would take issue with that? &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; 23:38, 28 September 2023 (UTC)&lt;br /&gt;
:::what if i downloaded the scans of the prints of the downloads of the transcripts? then i would be able to share books with my friends for '''''free!''''' [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 14:28, 11 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
This might be a reference to Re:Dracula, an actual podcast that is the book dracula. They have different voice actors for all of the characters, and they release each part exactly 130 years after it was set (Mina Murray's journal entry from September 28th 1893 would be released today).&lt;br /&gt;
&lt;br /&gt;
The difference between podcasts and audiobooks is like a TV series versus a movie. Podcasts are one installment at a time (often once a week), you download an entire audiobook and listen to it at your own rate. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:23, 28 September 2023 (UTC)&lt;br /&gt;
: {{w|Binge-watching}} is a thing. (As is the more traditional splitting of a (pre-audio) book into a string of {{w|Serial (literature)|installments}}.) The lines are very blurred. [[Special:Contributions/172.70.90.132|172.70.90.132]] 17:01, 28 September 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2696:_Precision_vs_Accuracy&amp;diff=334798</id>
		<title>Talk:2696: Precision vs Accuracy</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2696:_Precision_vs_Accuracy&amp;diff=334798"/>
				<updated>2024-02-10T21:48:49Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &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;
87.532% of all statistics are just made up. [[Special:Contributions/172.70.178.220|172.70.178.220]] 11:10, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is 'Barack Obama is 6'1&amp;quot;' and 'Barack Obama has 4 legs' medium precision? It seems to give exact value, so high precision. [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 11:44, 9 November 2022 (UTC)&lt;br /&gt;
: OK, I get it. 6'1&amp;quot; means something between 6'0.50&amp;quot; and 6'1.49&amp;quot;. For height it's OK, but when counting legs, it seems like a stretch. [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 12:30, 9 November 2022 (UTC)&lt;br /&gt;
:: The four legs are probably considered to be only medium precise, not because of the number but because of the imprecise term &amp;quot;leg&amp;quot;. While humans can walk on all four extremities, thereby using them as legs, the upper two are commonly referred to as arms. [[User:Bischoff|Bischoff]] ([[User talk:Bischoff|talk]]) 14:54, 9 November 2022 (UTC)&lt;br /&gt;
:: (ECed by Bischoff) Plus a person's height (excluding differences to footwear and perhaps hairstyle) varies by an inch or so over the course of a day, as the spine compresses whilst mostly upright (would depend a bit upon your daily activities, but &amp;quot;an inch&amp;quot; or 2-3cm is the typical quoted value, with all the questions about precision ''as well as'' accuracy). Within an inch of such a foot-and-inch value is basically between slightly over a percentage point of drift across a continuum of ultimately non-integer values.&lt;br /&gt;
:: The number of legs is ''generally'' a whole number (perhaps lower-limb amputees could claim &amp;quot;half a leg&amp;quot;, but is that for above the knee or below or... that's beyond my wish to define, I would leave it up to the individual amputee to finesse to their own liking) and assigning decimals, even .000(recurring), would be ''over-''precise. A definite plain figure (however inaccurate) being the happy and acceptable medium between that and the vague imprecision (never mind inaccuracy) of the kind in the cell below. [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
:::The medium is because it says most, and not all! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:08, 10 November 2022 (UTC)&lt;br /&gt;
::::It says &amp;quot;most cats&amp;quot;, indeed, but the above was about Obama, singular. Though I think it's covered anyway... [[Special:Contributions/172.70.85.25|172.70.85.25]] 09:44, 10 November 2022 (UTC)&lt;br /&gt;
:::::All the statements about 'Barack Obama' ought to be medium precision at best, because there could be more than one Barack Obama, and it doesn't give any further contextualisation to identify, for example 'the Barack Obama who was president of the United States of America'. [[Special:Contributions/141.101.107.157|141.101.107.157]] 09:29, 11 November 2022 (UTC)&lt;br /&gt;
: Compare with 6'1&amp;quot;1/50 or 4.0000 legs, both of which would imply a higher degree of certainty.--[[Special:Contributions/162.158.126.204|162.158.126.204]] 08:58, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone should add an explanation of the difference between precision and accuracy. [[User:Nutster|Nutster]] ([[User talk:Nutster|talk]]) 13:13, 9 November 2022 (UTC)&lt;br /&gt;
:Tried it myself. Maybe made it too compact, but I often go on too long so I tried made it as brief and snappy as I felt I could. Over to other editors to rewrite or replace. [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
::That there is confusion over this was a bit of a surprise to me, about 20 years ago, when I worked (as I did for many years) in the outdoor pursuits trade. GPS units would give a 12-character grid reference (1m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;), but couldn't be relied upon to that level. I would tell people they're more precise than they are accurate, until it became apparent that they were waiting for me to complete the joke they thought I'd begun, as I was so clearly contradicting myself, what with the two words meaning identical things.&lt;br /&gt;
::Having gone on to explain the difference between the words, the neat brevity I'd sought was lost. &lt;br /&gt;
::Obviously they can be used sort of interchangeably in casual conversation, but I thought the difference was well enough known that, when talking about a navigational instrument, it would be obvious what was meant.&lt;br /&gt;
::Nope. [[User:Yorkshire Pudding|Yorkshire Pudding]] ([[User talk:Yorkshire Pudding|talk]]) 20:18, 9 November 2022 (UTC)&lt;br /&gt;
:::I deal with OS Grid References a lot, in a similar context, and a number of people who give 10-digits or more (2x5, for 1m res) from devices that typically don't ever settle down to less than 3m, and provably can be tens of metres off if there happens to be a small tree or shrub nearby.&lt;br /&gt;
:::(In fact, the other day I was geohashing myself, and my device was insisting I was in a totally different bit of the open field, 50m or so, no matter how much I sat it down at the provably correct point and wandered away so that even ''I'' wasn't obscuring its view of the sky. But it was good enough for me, which was all I do it for, so after giving it 5 minutes I counted it as done.)&lt;br /&gt;
:::And, in yet another activity, the publicised information for an event included a 12ish-DP reference for the starting area (vaguer than that), but just the ''postcode'' for the HQ (a very definite building that you could bullseye on a map), in a rural area where it covered half the valley! [[Special:Contributions/172.70.86.12|172.70.86.12]] 22:19, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
How is 17.082 palindromic? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:54, 9 November 2022 (UTC)&lt;br /&gt;
:My error, I meant an anagram! (Was going for &amp;quot;anagramic&amp;quot;, and my brain clearly rebelled.) [[Special:Contributions/172.71.178.137|172.71.178.137]] 15:00, 9 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
High Precision High accuracy, Randall Munroe misses when Obama was president.  Low precision Medium-rare accuracy, so do we, Randall, so do we. {{unsigned ip|172.70.130.154 }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is so annoying that the US uses . and , to mean the opposite of what most European countries (including Denmark where I live). So when I read this it states that Obama was president less than 3 days (70 hours) but it more than 70000 feet tall. :-) Of course I now the difference but I have to think about it more than if everyone used the same standard. Also height should use SI units as everyone should ;-) (weight given in number of cats is the new SI unit as far as I know, but don't use inches and feet ;-D ) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:17, 10 November 2022 (UTC)&lt;br /&gt;
:Well, as a UKian, I was happy enough. Tell you what, though, let's develop a [[927: Standards|new and mutually-acceptable standard notation]]... ;) [[Special:Contributions/172.70.85.25|172.70.85.25]] 09:44, 10 November 2022 (UTC)&lt;br /&gt;
::Good idea. Lets meet on [[2562|11/12/22]] to discuss the details. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:41, 10 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think Randall missed an opportunity to clarify how high precision can make something inaccurate.  He could have said that Obama is 6’ 1.02173” tall, which would clearly be very precise, and also clearly inaccurate, simply because of the excessive precision. [[User:John|John]] ([[User talk:John|talk]]) 15:22, 10 November 2022 (UTC)&lt;br /&gt;
:Saying 6'1.0278 would have been more in theme, there. And it would be not really more inaccurate (might even be closer to the truth...) but would convey a false precision.&lt;br /&gt;
:Interstingly, when Andrew Waugh measured Mount Everest (before it was so named) he got a diffraction-adjusted figure of 29,000 feet, but decided to announced that it was 29,002 so that it didn't just like a rough figure rounded to the nearest hundred or even thousand feet. This made him the first person to put two feet on the top of Everest!&lt;br /&gt;
:(...The actual error was not bad, given his measurements had to be made from hundreds of miles away. Current official measurements with on-the-spot modern GPS say 29,031.7 feet (for the snow-peak, which is all that Waugh could mention), after 170ish years of (by some estimates, but contested) about a foot of extra height per decade through the continuing techtonic raising of the Himalaya. And any unknown differences in snow-depth. Certainly it was within tens of feet, i.e. a dozen or so metres. With a bit of an error-bar, but not really that big when you consider it...)&lt;br /&gt;
: So, arguably, that case was a deliberately false accuracy to help convey the true precision. [[Special:Contributions/172.70.90.3|172.70.90.3]] 16:15, 10 November 2022 (UTC)&lt;br /&gt;
:I don't get your point? Unless you just made up everything after the decimal point: How would it be less acurate? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 09:37, 11 November 2022 (UTC)&lt;br /&gt;
::The only thing I can imagine is, that these kinds of numbers happen due to conversions. E.g. 6ft1in would be 185.42cm (according to the first calculator I found), but it is unlikely that 6ft1in was as precise as a cm-value with 2 digits after the decimal point would be. And in the other direction 185cm (which would be the usual precision of a height in m or cm - while 186cm could still be correct as it would be 6ft1in in the &amp;quot;usual precision&amp;quot;) would calculate as 6ft and 0.83in --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 10:18, 11 November 2022 (UTC)&lt;br /&gt;
::If Obama's height is provided with this much precision, you can assume that the numbers are made up. 0.0278 inches are - in real measure units ;-) - 0.07mm. That's the diameter of a strain of hair. Nobody's height gets measured to that kind of precision. [[User:Kimmerin|Kimmerin]] ([[User talk:Kimmerin|talk]]) 08:10, 17 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure the current explanation's claim that 'being too precise usually decreases accuracy' is, er, accurate (or perhaps it's just imprecise). It might be reasonable to claim that increasing precision tends to decrease accuracy relative to the level of precision, but not so much in absolute terms, or even necessarily relative to the size of the thing being measured.[[Special:Contributions/141.101.107.156|141.101.107.156]] 09:38, 11 November 2022 (UTC)&lt;br /&gt;
:I think it's badly phrased. The assumed accuracy can be degraded and disadvantageous.&lt;br /&gt;
:For example, to use someone's figures from just above, looking for an individual with a height of 185.42cm might seem to rule out the one that you find is 185.57cm tall, though they are indeed the one initially measured/estimated at 6'1&amp;quot; and would definitely be within an inch or so in this latest attempt to match them.&lt;br /&gt;
:An old phrase that I grew up with is &amp;quot;don't try to be accurate over inaccurate details&amp;quot;  (courtesy of a chemistry teacher, where we frequently used mmol-like measurements in analyses like titrations). The number of articles that say &amp;quot;the probe flew past the asteroid at a distance of about 20 miles (32.187 kilometres) ...&amp;quot;, where clearly the accuracy is misleading, especially if the conversion ends up being back-converted by someone else with no idea (&amp;quot;...which is 20.0000746 miles&amp;quot;), and may have come from an ''original'' figure actually deliberately pegged at 35km (21.748 miles!), within a few metres or less.&lt;br /&gt;
:Really, you should be taking the level of precision/accuracy inherent in the initial values, preserving the awkward fractions throughout the intermediate steps ''and'' converting the inherent ranges by the same process then clearly presenting the final figure to no more exactitude than the initial smudge of &amp;quot;all actual values that would be given by this type of input value&amp;quot;, and maybe less. The write-up might be then be realistically &amp;quot;...of around 21¾ miles (35km)&amp;quot;, if using a better primary source, or &amp;quot;20 miles (~30km)&amp;quot; in a case of the detail already being likely lost by intermediate chinese-whispers.&lt;br /&gt;
:But this is what confuses people. And how even those that are not confused can confuse others... [[Special:Contributions/172.70.86.10|172.70.86.10]] 12:16, 11 November 2022 (UTC)&lt;br /&gt;
::It gets even better when different units also use different 0s. So for a persons height we can assume that as 0ft0in and 0cm is the same, 185cm is one order of magnitude more precise than 6ft1in, as it is 3 significant digits vs 2 at the same height. However a persons body temperature in 38°C with 2 significant digits and 311K with 3 is the same level of precision and only .15°C (Or .15K) apart, while 100°F (37.77...°C) is also very close but a bit more precise. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:10, 11 November 2022 (UTC)&lt;br /&gt;
:::One of many reasons that Celsius and Fahrenheit are not considered as true units - their connection to kelvins is affine, not linear. [[Special:Contributions/172.71.142.75|172.71.142.75]] 05:49, 13 November 2022 (UTC)&lt;br /&gt;
::::Acknowledging that Celsius degrees equal Kelvin degrees, which remains a useful equivalence, even though degrees Celsius does not equal degrees Kelvin. (Ditto with Fahrenheit and Rankine.)&lt;br /&gt;
::::...and I'm partial to Delisle, anyway. ;) [[Special:Contributions/172.70.162.134|172.70.162.134]] 11:28, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was expecting maybe a reference to Schrödinger's President when I first read the comic - but later realized that this could have been misconstrued as a threat. Oops!&lt;br /&gt;
&lt;br /&gt;
As far as I recall, isn't the transcript supposed to avoid tables? I understand blind people with text reading programs use the transcripts to follow this comic, and thus it should avoid visual elements wherever possible? [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:49, 12 November 2022 (UTC)&lt;br /&gt;
:Generally, yes, though some useful additional description went in before I might have 'flattened' the description again, and there are ther extant table-transcripts&lt;br /&gt;
:Best practice would be to not rely on screen-readers to say nice informative things about tabulation and instead say it all explicitly (like they can't be relied on parsing MathML stuff), but there's good manual description and bad, too. [[Special:Contributions/172.70.85.25|172.70.85.25]] 13:13, 12 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
In the fewer-legs-than-your-cat category, any interest in adding a link to the &amp;quot;How many legs does a dog have if you call the tail a leg?&amp;quot; riddle often attributed to Lincoln? The best link I found is https://quoteinvestigator.com/2015/11/15/legs/ which makes it clear the riddle was already in circulation by 1825, well before Lincoln's usage. [[Special:Contributions/108.162.246.163|108.162.246.163]] 05:30, 13 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If you only look at the squares that mention cats, the resulting shape resembles a basic glider from Conway's Game of Life. I don't know how much this has to do with the comic but it feels like the sort of nerd shit that is worth mentioning. [[Special:Contributions/108.162.221.60|108.162.221.60]] 13:03, 12 October 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
most obamas have hundreds of legs in their cat [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 21:48, 10 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2220:_Imagine_Going_Back_in_Time&amp;diff=334757</id>
		<title>Talk:2220: Imagine Going Back in Time</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2220:_Imagine_Going_Back_in_Time&amp;diff=334757"/>
				<updated>2024-02-10T02:23:31Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I wonder if Randall had a particular &amp;quot;frog pokemon&amp;quot; in mind? Croagunk, Toxicroak, Froakie, Frogadier, Greninja...? [[Special:Contributions/172.69.44.150|172.69.44.150]] 19:58, 25 October 2019 (UTC)&lt;br /&gt;
:Hint: First, Pokemon Go didn't finished deploying generation 5 pokemons yet. Second, Trump is totally toxic. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
::The Poliwhirl family dates from Generation 1 and is the &amp;quot;original&amp;quot; frog pokémon. --[[Special:Contributions/162.158.122.36|162.158.122.36]] 23:59, 25 October 2019 (UTC)&lt;br /&gt;
:::Yes so fur sure the frog Pokémon Politoed from gen 2, since the Poliwag is tadpoles. I agree that Toxicroach or Croagunk would fit better with Trump in Randall's view, but it is a reelect Trump fan, so he would most likely use a green frog that is not &amp;quot;ugly&amp;quot;. Have added this to the description with link to page with picture. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)&lt;br /&gt;
::::Agree that Politoed is the most likely, but contrary to what the page says currently, croagunk and toxicroak have been in the game for a few months now. (I just had a bunch of croagunk in my area and evolved a toxicroak, which is why I had them in mind when I made my previous comment.)[[Special:Contributions/172.69.44.150|172.69.44.150]] 20:13, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and I suppose Marla Maples is the first lady!&amp;quot; [[Special:Contributions/172.68.38.88|172.68.38.88]] 20:04, 25 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I know that Randall, and by extension Cueball, are not enthusiastic about the idea of dealing with a player who goes by &amp;quot;Reelect Trump 2020&amp;quot;, but what does it mean that there is a frog Pokemon in the gym alongside? In other words, is Cueball's annoyance just that there is a Trump-promoting player in the game or is there more to it than that? --[[Special:Contributions/172.69.90.46|172.69.90.46]] 20:16, 25 October 2019 (UTC)&lt;br /&gt;
:I see that at least you made the connection to the original &amp;quot;Back to the Future&amp;quot; when Marty meets Doc in 1955 and tells him that Ronald Reagan is President. [[User:RAGBRAIvet|RAGBRAIvet]] ([[User talk:RAGBRAIvet|talk]]) 06:04, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Definitely the Trump-promoting, as Toxicroak wouldn't be that hard pokemon to remove, with max CP 2488. Wait, &amp;quot;next to mine&amp;quot;? Ok, so he plays same team as Cueball and Cueball CANT remove it due to that. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
::And it is not a toxic pokémon when it is a fan of Trump that put it in! See above. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The frog Pokemon is likely a reference to Pepe the Frog, which is a meme popular with Trump supporters--[[Special:Contributions/172.68.90.112|172.68.90.112]] 20:52, 25 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Trump was quite sufficiently (in)famous by 1999. Remember that he divorced his most famous wife, Ivana, in 1991. His various business and romantic &amp;lt;s&amp;gt;failures&amp;lt;/s&amp;gt; ventures were regular tabloid fodder throughout the 90s. If you think a 1999 person would have never heard of Trump, you're obviously &amp;lt;s&amp;gt;too young to be using the internet&amp;lt;/s&amp;gt; younger than I am. I think the main joke in this comic is that Cueball goes back expecting his younger self to go, &amp;quot;wait, re-elect WHO??&amp;quot;, but his younger self doesn't even bat an eyelash at that part. [[Special:Contributions/173.245.52.175|173.245.52.175]] 21:03, 25 October 2019 (UTC)&lt;br /&gt;
:Famous, yes. Expected to became president, no. And young Cueball might be too young to care about tabloids and celebrities. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
:Nobody - not even Randall - is suggesting ANYBODY didn't know who Trump was in 1999. He's been quite famous for decades. The surprise here is that he's president, not who he is. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:29, 26 October 2019 (UTC)&lt;br /&gt;
:He was famous enough to be a recognizable cameo in ''Home Alone 2'' with no explanation (and ''Home Alone 2'' was basically ''the'' holiday movie at the time, since no one liked ''Home Alone 3''), but that fame was nothing compared to how famous he'd become later--[[Special:Contributions/162.158.122.36|162.158.122.36]] 15:07, 27 October 2019 (UTC)&lt;br /&gt;
::There is a ''Home Alone 3''? oO [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 14:05, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has no one considered that we have been &amp;quot;dumbed down&amp;quot; to the point that so-called adults playing Pokemon and so-called adults voting for Trump are inextricably linked and are symptoms of the same malaise - a general inability to think for ourselves and a deep susceptibility to marketing, advertising and following the herd[[Special:Contributions/108.162.241.148|108.162.241.148]] 03:05, 26 October 2019 (UTC)&lt;br /&gt;
:Yes, but nobody important. [[Special:Contributions/172.69.34.98|172.69.34.98]] 03:11, 26 October 2019 (UTC)&lt;br /&gt;
::Adults playing Pokemon just means they’re happy doing what makes them happy, why should someone be ashamed of it? [[Special:Contributions/162.158.166.141|162.158.166.141]] 10:35, 26 October 2019 (UTC)&lt;br /&gt;
:::Yes, I play Pokémon Go, I'm in my forties, and most of the other players I play with are adults although here it has had a revive with the kids in school again. I get a lot of fresh air and more exercise than I got before starting to play 2,5 year ago. And with Randall's obsession with Pokémon and his knowledge about the games mechanics he most likely plays it himself. There are millions of adults playing every day as it is one of the most downloaded apps in app store. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)  &lt;br /&gt;
:::If *children* are mocking you for being childish, you *should* probably sit down and think about it for a moment. The thought seems to have struck Randall, too. --[[Special:Contributions/162.158.90.66|162.158.90.66]] 21:58, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just as I remember reading in a 1969 textbook that Ronald Regan was going to someday be elected President if (then current) political trends that became the “southern strategy” weren’t addressed, I also remember reading at least one op-Ed piece in the late 1990’s that if the political parties didn’t clean house and get rid of undue influence from big donors that someday Donald Trump would become President.  There were people worried about Trump in 1999.[[Special:Contributions/162.158.62.129|162.158.62.129]] 04:13, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't help but wonder if the wording of the title text is meant to invoke another shocking reveal when considering what &amp;quot;trendy adults&amp;quot; really are into these days.--[[User:Henke37|Henke37]] ([[User talk:Henke37|talk]]) 15:30, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the width of this comic? It's too wide, and it breaks out of the standard xkcd.com layout a little bit. --[[User:NeatNit|NeatNit]] ([[User talk:NeatNit|talk]]) 16:31, 27 October 2019 (UTC)&lt;br /&gt;
:I noticed this, too. Has this happened before? -- [[User:Dtgriscom|Dtgriscom]] ([[User talk:Dtgriscom|talk]]) 14:47, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
20 years ago, I was a whiny little shit and would have probably ranted that I'm to cool for Pokemon, instead of just admitting that it looks interesting and would have wanted a gameboy to play it myself. [[Special:Contributions/172.69.55.22|172.69.55.22]] 10:10, 28 October 2019 (UTC)&lt;br /&gt;
 &lt;br /&gt;
I am not sure which I find more disturbing.  Randall's apparent unthinking Trump Derangement Syndrome (I would have imagined him too intelligent to fall for mere politics) or the fact that Explain XKCD seems to have been invaded by Goldman Sachs advertising.  If you are going to use an ad rotator, could you at least set it to display DIFFERENT adverts on the same page?  I don't need to see the same advert 3 times. [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 12:55, 28 October 2019 (UTC)&lt;br /&gt;
:In all fairness, I must point out that it is ''Cueball'' giving an kneejerk anti-Trump reaction in this comic, not Randall himself. While Randall does often project his own views through the characters of his comic, we cannot say for certain that that is the case here. In the past he has often created characters with incorrect or strawman positions in order to make a point or to satirize them. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 13:46, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hmm, It seems to me that today's Cueball's (TP) dismay with the past's Cueball's (PC) reaction isn't about Trump, it's about calling him old and questioning his continued Pokemon-ing. This seems more in line with my impression of his priorities in life. With the two of them together, they could easily lose track of the 2nd half of the original odd statement and go off on the &amp;quot;what are you saying about me?&amp;quot; tangent - which makes the &amp;quot;I didn't come here to be mocked!&amp;quot; make a little more narrative sense. PC doesn't show any interesting in the Trump aspect, merely the idea of TP's still playing and being 20 years older, seems to be worth his consideration.  I don't see it as changing the future sort of thing, don't you have to kill your grandfather or something to do that? [[User:Afbach|Afbach]] ([[User talk:Afbach|talk]])&lt;br /&gt;
&lt;br /&gt;
I had the feeling that old Cueball dies/disappears, because young one decides not to do childish things at age 40, altering the future. [[Special:Contributions/172.68.226.16|172.68.226.16]] 10:19, 30 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do you all think we should add the Multiple Cueballs tag to this comic? Because...um...yeah. --[[User:Account|Account]] ([[User talk:Account|talk]]) 19:35, 11 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{Talk:2220: Imagine Going Back in Time/Ads}}&lt;br /&gt;
&lt;br /&gt;
i used to think that pokemon was a rip-off of digimon, and it went back in time 10 years to use the idea before digimon. this is wrong{{cn}}   [[User:Squishmallow fan|Squishmallow]] [https://en.wikipedia.org/wiki/Fan_(machine) fan] ([[User talk:Squishmallow fan|talk]]) 02:22, 10 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2220:_Imagine_Going_Back_in_Time&amp;diff=334756</id>
		<title>Talk:2220: Imagine Going Back in Time</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2220:_Imagine_Going_Back_in_Time&amp;diff=334756"/>
				<updated>2024-02-10T02:22:38Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I wonder if Randall had a particular &amp;quot;frog pokemon&amp;quot; in mind? Croagunk, Toxicroak, Froakie, Frogadier, Greninja...? [[Special:Contributions/172.69.44.150|172.69.44.150]] 19:58, 25 October 2019 (UTC)&lt;br /&gt;
:Hint: First, Pokemon Go didn't finished deploying generation 5 pokemons yet. Second, Trump is totally toxic. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
::The Poliwhirl family dates from Generation 1 and is the &amp;quot;original&amp;quot; frog pokémon. --[[Special:Contributions/162.158.122.36|162.158.122.36]] 23:59, 25 October 2019 (UTC)&lt;br /&gt;
:::Yes so fur sure the frog Pokémon Politoed from gen 2, since the Poliwag is tadpoles. I agree that Toxicroach or Croagunk would fit better with Trump in Randall's view, but it is a reelect Trump fan, so he would most likely use a green frog that is not &amp;quot;ugly&amp;quot;. Have added this to the description with link to page with picture. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)&lt;br /&gt;
::::Agree that Politoed is the most likely, but contrary to what the page says currently, croagunk and toxicroak have been in the game for a few months now. (I just had a bunch of croagunk in my area and evolved a toxicroak, which is why I had them in mind when I made my previous comment.)[[Special:Contributions/172.69.44.150|172.69.44.150]] 20:13, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and I suppose Marla Maples is the first lady!&amp;quot; [[Special:Contributions/172.68.38.88|172.68.38.88]] 20:04, 25 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I know that Randall, and by extension Cueball, are not enthusiastic about the idea of dealing with a player who goes by &amp;quot;Reelect Trump 2020&amp;quot;, but what does it mean that there is a frog Pokemon in the gym alongside? In other words, is Cueball's annoyance just that there is a Trump-promoting player in the game or is there more to it than that? --[[Special:Contributions/172.69.90.46|172.69.90.46]] 20:16, 25 October 2019 (UTC)&lt;br /&gt;
:I see that at least you made the connection to the original &amp;quot;Back to the Future&amp;quot; when Marty meets Doc in 1955 and tells him that Ronald Reagan is President. [[User:RAGBRAIvet|RAGBRAIvet]] ([[User talk:RAGBRAIvet|talk]]) 06:04, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Definitely the Trump-promoting, as Toxicroak wouldn't be that hard pokemon to remove, with max CP 2488. Wait, &amp;quot;next to mine&amp;quot;? Ok, so he plays same team as Cueball and Cueball CANT remove it due to that. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
::And it is not a toxic pokémon when it is a fan of Trump that put it in! See above. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The frog Pokemon is likely a reference to Pepe the Frog, which is a meme popular with Trump supporters--[[Special:Contributions/172.68.90.112|172.68.90.112]] 20:52, 25 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Trump was quite sufficiently (in)famous by 1999. Remember that he divorced his most famous wife, Ivana, in 1991. His various business and romantic &amp;lt;s&amp;gt;failures&amp;lt;/s&amp;gt; ventures were regular tabloid fodder throughout the 90s. If you think a 1999 person would have never heard of Trump, you're obviously &amp;lt;s&amp;gt;too young to be using the internet&amp;lt;/s&amp;gt; younger than I am. I think the main joke in this comic is that Cueball goes back expecting his younger self to go, &amp;quot;wait, re-elect WHO??&amp;quot;, but his younger self doesn't even bat an eyelash at that part. [[Special:Contributions/173.245.52.175|173.245.52.175]] 21:03, 25 October 2019 (UTC)&lt;br /&gt;
:Famous, yes. Expected to became president, no. And young Cueball might be too young to care about tabloids and celebrities. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:17, 25 October 2019 (UTC)&lt;br /&gt;
:Nobody - not even Randall - is suggesting ANYBODY didn't know who Trump was in 1999. He's been quite famous for decades. The surprise here is that he's president, not who he is. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:29, 26 October 2019 (UTC)&lt;br /&gt;
:He was famous enough to be a recognizable cameo in ''Home Alone 2'' with no explanation (and ''Home Alone 2'' was basically ''the'' holiday movie at the time, since no one liked ''Home Alone 3''), but that fame was nothing compared to how famous he'd become later--[[Special:Contributions/162.158.122.36|162.158.122.36]] 15:07, 27 October 2019 (UTC)&lt;br /&gt;
::There is a ''Home Alone 3''? oO [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 14:05, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has no one considered that we have been &amp;quot;dumbed down&amp;quot; to the point that so-called adults playing Pokemon and so-called adults voting for Trump are inextricably linked and are symptoms of the same malaise - a general inability to think for ourselves and a deep susceptibility to marketing, advertising and following the herd[[Special:Contributions/108.162.241.148|108.162.241.148]] 03:05, 26 October 2019 (UTC)&lt;br /&gt;
:Yes, but nobody important. [[Special:Contributions/172.69.34.98|172.69.34.98]] 03:11, 26 October 2019 (UTC)&lt;br /&gt;
::Adults playing Pokemon just means they’re happy doing what makes them happy, why should someone be ashamed of it? [[Special:Contributions/162.158.166.141|162.158.166.141]] 10:35, 26 October 2019 (UTC)&lt;br /&gt;
:::Yes, I play Pokémon Go, I'm in my forties, and most of the other players I play with are adults although here it has had a revive with the kids in school again. I get a lot of fresh air and more exercise than I got before starting to play 2,5 year ago. And with Randall's obsession with Pokémon and his knowledge about the games mechanics he most likely plays it himself. There are millions of adults playing every day as it is one of the most downloaded apps in app store. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:08, 26 October 2019 (UTC)  &lt;br /&gt;
:::If *children* are mocking you for being childish, you *should* probably sit down and think about it for a moment. The thought seems to have struck Randall, too. --[[Special:Contributions/162.158.90.66|162.158.90.66]] 21:58, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just as I remember reading in a 1969 textbook that Ronald Regan was going to someday be elected President if (then current) political trends that became the “southern strategy” weren’t addressed, I also remember reading at least one op-Ed piece in the late 1990’s that if the political parties didn’t clean house and get rid of undue influence from big donors that someday Donald Trump would become President.  There were people worried about Trump in 1999.[[Special:Contributions/162.158.62.129|162.158.62.129]] 04:13, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't help but wonder if the wording of the title text is meant to invoke another shocking reveal when considering what &amp;quot;trendy adults&amp;quot; really are into these days.--[[User:Henke37|Henke37]] ([[User talk:Henke37|talk]]) 15:30, 26 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the width of this comic? It's too wide, and it breaks out of the standard xkcd.com layout a little bit. --[[User:NeatNit|NeatNit]] ([[User talk:NeatNit|talk]]) 16:31, 27 October 2019 (UTC)&lt;br /&gt;
:I noticed this, too. Has this happened before? -- [[User:Dtgriscom|Dtgriscom]] ([[User talk:Dtgriscom|talk]]) 14:47, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
20 years ago, I was a whiny little shit and would have probably ranted that I'm to cool for Pokemon, instead of just admitting that it looks interesting and would have wanted a gameboy to play it myself. [[Special:Contributions/172.69.55.22|172.69.55.22]] 10:10, 28 October 2019 (UTC)&lt;br /&gt;
 &lt;br /&gt;
I am not sure which I find more disturbing.  Randall's apparent unthinking Trump Derangement Syndrome (I would have imagined him too intelligent to fall for mere politics) or the fact that Explain XKCD seems to have been invaded by Goldman Sachs advertising.  If you are going to use an ad rotator, could you at least set it to display DIFFERENT adverts on the same page?  I don't need to see the same advert 3 times. [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 12:55, 28 October 2019 (UTC)&lt;br /&gt;
:In all fairness, I must point out that it is ''Cueball'' giving an kneejerk anti-Trump reaction in this comic, not Randall himself. While Randall does often project his own views through the characters of his comic, we cannot say for certain that that is the case here. In the past he has often created characters with incorrect or strawman positions in order to make a point or to satirize them. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 13:46, 28 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hmm, It seems to me that today's Cueball's (TP) dismay with the past's Cueball's (PC) reaction isn't about Trump, it's about calling him old and questioning his continued Pokemon-ing. This seems more in line with my impression of his priorities in life. With the two of them together, they could easily lose track of the 2nd half of the original odd statement and go off on the &amp;quot;what are you saying about me?&amp;quot; tangent - which makes the &amp;quot;I didn't come here to be mocked!&amp;quot; make a little more narrative sense. PC doesn't show any interesting in the Trump aspect, merely the idea of TP's still playing and being 20 years older, seems to be worth his consideration.  I don't see it as changing the future sort of thing, don't you have to kill your grandfather or something to do that? [[User:Afbach|Afbach]] ([[User talk:Afbach|talk]])&lt;br /&gt;
&lt;br /&gt;
I had the feeling that old Cueball dies/disappears, because young one decides not to do childish things at age 40, altering the future. [[Special:Contributions/172.68.226.16|172.68.226.16]] 10:19, 30 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do you all think we should add the Multiple Cueballs tag to this comic? Because...um...yeah. --[[User:Account|Account]] ([[User talk:Account|talk]]) 19:35, 11 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{Talk:2220: Imagine Going Back in Time/Ads}}&lt;br /&gt;
&lt;br /&gt;
i used to think that pokemon was a rip-off of digimon, and it went back in time 10 years to use the idea before digimon. this is wrong{{cn}}   [[User:Squishmallow]] [https://en.wikipedia.org/wiki/Fan_(machine) fan] ([[User talk:Squishmallow fan|talk]]) 02:22, 10 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1179:_ISO_8601&amp;diff=334754</id>
		<title>Talk:1179: ISO 8601</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1179:_ISO_8601&amp;diff=334754"/>
				<updated>2024-02-10T02:03:09Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apparently there are some mistakes in the Roman numerals in the comic, the year MMXII is 2012. Also LVII/CCLXV = 57/265, whereas February 27th is the 58th day of the year (which has 365 days). --[[User:Ulm|ulm]] ([[User talk:Ulm|talk]]) 07:55, 27 February 2013 (UTC)&lt;br /&gt;
:Just guessing, but could this have something to do with the divergence of various Roman calendars, e.g. Julian vs. Gregorian? [[Special:Contributions/98.122.166.235|98.122.166.235]] 13:55, 27 February 2013 (UTC)&lt;br /&gt;
:Another error: Obviously 1330300800 is intended to be Unix time, but it corresponds to 2012-02-27 00:00:00 UTC. --[[User:Ulm|ulm]] ([[User talk:Ulm|talk]]) 08:10, 27 February 2013 (UTC)&lt;br /&gt;
:The day part &amp;quot;57&amp;quot; is not wrong: Since Feb 27 is the 58th day of the year, at the beginning of that day, 57 days have gone by since the year started. (At the end of the day, 58 days have gone by) Since we associate days with their beginning (like we do with e.g. hours and minutes), 57 is the correct number (or else Dec 31 would be 2013+365/365 = 2014, and therefore in the wrong year) -- [[User:Xorg|Xorg]] ([[User talk:Xorg|talk]]) 13:53, 27 February 2013 (UTC)&lt;br /&gt;
::The day part is ambiguous. It could be as Xorg suggests, the fraction of the year past at the start of the day. On the other hand it could be interpreted as &amp;quot;day 57 or 365,&amp;quot; as with pieces in a shipment or page numbers. In the latter case it should be 58/265. But then, that (ambiguity) is the point, isn't it? [[User:Jqavins|Jqavins]] ([[User talk:Jqavins|talk]]) 17:40, 27 February 2013 (UTC)&lt;br /&gt;
::Meanwhile the comic was replaced, with CCLXV corrected to CCCLXV. --[[User:Ulm|ulm]] ([[User talk:Ulm|talk]]) Prima vigilia, XVI Kal. Mar. MMDCCLXVI&lt;br /&gt;
::I was just about to publish my theory of how &amp;quot;2012&amp;quot; in the Roman numerals in just the same vein might be intended to indeed represent the year we denote &amp;quot;2013&amp;quot;, but by counting only the finished years. This would also connect with the confusion over {{w|year zero}}, another thing that ISO 8601 tried to straighten out. (They placed it before year 1.) Everything fit so well. Then there was an edit conflict, following Randalls correction to &amp;quot;2013&amp;quot;. I guess you can't always be right. –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 23:03, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Can anyone explain 01237 (last interpretation before the cat)? Thanks [[Special:Contributions/68.230.38.154|68.230.38.154]] 08:04, 27 February 2013 (UTC)&lt;br /&gt;
:The small numbers above and below the larger ones show which digit is used where. For example, the 2nd and 5th digit is a 0, the 3rd digit is a 1 etc.  [[Special:Contributions/82.115.151.1|82.115.151.1]] 08:15, 27 February 2013 (UTC)&lt;br /&gt;
:01237 are the digits used in the date, and the numbers above and below them reflect the order in which they are written; 0 is the second and fifth digit, 1 is the third digit, 2 is the first, sixth and seventh digit, 3 is the fourth digit, and 7 is the eighth digit: 20130227 [[User:Bdemirci|Bdemirci]] ([[User talk:Bdemirci|talk]]) 08:15, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone can explain me what means: ((3+3)×(111+1)-1)×3/3-1/3&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;? {{unsigned|95.23.147.48}}&lt;br /&gt;
:Read the comic explanation. '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 10:58, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Many of these format mirror how the dates are spoken in languages. For example, Americans will say &amp;quot;February 27, 2013&amp;quot; and write &amp;quot;2/27/2013&amp;quot;, whereas the French will say &amp;quot;27 février 2013&amp;quot; and write &amp;quot;27-02-2013&amp;quot;. As a scientist, I was encouraged to write &amp;quot;27 II 2013&amp;quot; (which is apparently standard in Hungary, according to the explanation above) in my lab notebook to avoid ambiguity. --[[User:Prooffreader|Prooffreader]] ([[User talk:Prooffreader|talk]]) 13:16, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
A strange thing is that he forgot the form mostly used in Europe: 27.01.2013. --[[User:DaB.|DaB.]] ([[User talk:DaB.|talk]]) 12:44, 27 February 2013 (UTC)&lt;br /&gt;
:: That form is mostly used in Germany. Belgium and France use 27/01/2013 more, Netherlands use 27-01-2013. No idea what the UK prefers although I could imagine 01.27.2013.[[Special:Contributions/62.159.14.62|62.159.14.62]] 12:58, 27 February 2013 (UTC)&lt;br /&gt;
::: The UK prefers 27/02/2013 --[[User:H|H]] ([[User talk:H|talk]]) 13:20, 27 February 2013 (UTC)&lt;br /&gt;
::: That form (27.02.2013) is also common in all of Scandinavia. --[[User:Buggz|Buggz]] ([[User talk:Buggz|talk]]) 14:15, 27 February 2013 (UTC)&lt;br /&gt;
::::It's also widely used in Poland, alongside with 27 II 2013, mentioned above, and also in the comic (though we use space as separator in this format, rather than dot) [[Special:Contributions/162.158.88.206|162.158.88.206]] 23:05, 10 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The image text has a subtle twist as  &amp;quot;12/01/04&amp;quot; offers no contextual clues to it meaning at all, can be read three different ways : &amp;quot;December 1st 2004&amp;quot;, &amp;quot;January 12, 2004&amp;quot; or &amp;quot;January 4th, 2012&amp;quot;  (as opposed to, for example, &amp;quot;01/15/98&amp;quot; which could only be interrupted as &amp;quot;January 15th, 1998&amp;quot;) [[User:JamesCurran|JamesCurran]] ([[User talk:JamesCurran|talk]]) 14:29, 27 February 2013 (UTC)&lt;br /&gt;
: Technically speaking, it could also be interpreted as April 1st 2012 or April 12th 2001, though that would be the least likely interpretation. I personally like spelling out 3 letters of the month and using an apostrophe before the year, such as 27 Feb '13. --[[User:Joehammer79|Joehammer79]] ([[User talk:Joehammer79|talk]]) 15:07, 27 February 2013 (UTC)&lt;br /&gt;
:: And of course December, 4th 2001 Sebastian --[[Special:Contributions/178.26.118.249|178.26.118.249]] 19:54, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there any way to convert the time-stamp placed on these comments to the YYYY-MM-DD format?  --16:17, 27 February 2013 (UTC)&lt;br /&gt;
: If you're logged in, you can set your [[Special:Preferences#mw-prefsection-datetime|date and time preferences]].  I doubt it will affect the timestamps on this page, though, since those appear to be saved as plain text.  --[[User:Aaron of Mpls|Aaron of Mpls]] ([[User talk:Aaron of Mpls|talk]]) 23:01, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I feel like the cat thing is a reference to something, but I'm not sure what... is it something?  A quick google image search pulls up nothing. --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 17:26, 27 February 2013 (UTC)&lt;br /&gt;
: Seems to me that Randall missed an opportunity: Why a cat? Why not a '''bob'''cat? It still could be some other reference that I'm missing too.&lt;br /&gt;
:: Black cats are considered unlucky.  I don't see any reference beyond that. [[User:Mattflaschen|Mattflaschen]] ([[User talk:Mattflaschen|talk]]) 17:59, 27 February 2013 (UTC)&lt;br /&gt;
::: It's taking the last two digits from 2013 and emphasizing triskaidekaphobia. Doing a web image search on &amp;quot;Cat 13&amp;quot; will pull up similar artwork of hissing black cats combined with the number 13, including both flyers for Friday 13th drink specials at bars, and combat airplane noseart. Apparently combining the unlucky &amp;quot;13&amp;quot; with an unlucky black cat emphasized that they were bad luck for the enemy. [[User:Columbus Admission|Columbus Admission]] ([[User talk:Columbus Admission|talk]]) 19:20, 27 February 2013 (UTC) &lt;br /&gt;
:::: &amp;quot;You're a Kitty!&amp;quot; http://www.explainxkcd.com/wiki/index.php?title=231&lt;br /&gt;
::::: The cat's &amp;quot;Hissss&amp;quot; could be a reference to timestamp formats in PHP web programming, where the desired date format is generally followed by &amp;quot;H:i:s&amp;quot;, the standard 24-hour time format. That would explain the specifically lowercase &amp;quot;i&amp;quot; in the cat's hiss.[[Special:Contributions/208.87.234.180|208.87.234.180]] 13:28, 22 March 2013 (UTC)&lt;br /&gt;
:: It might be a reference to Industrial Workers of the World; IWW frequently used a hissing black cat as a symbol, especially in reference to sabotage and so-called &amp;quot;wildcat strikes,&amp;quot; and the illustration used resembles the one seen here [https://upload.wikimedia.org/wikipedia/commons/b/b1/Anarchist_black_cat.svg] [[Special:Contributions/172.70.214.151|172.70.214.151]] 22:08, 1 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Cool, this is my birthday. [[User:Mattflaschen|Mattflaschen]] ([[User talk:Mattflaschen|talk]]) 17:59, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;However the list then starts listing formats ranging from uncommon to absurd, such as writing the date partly in Roman numerals [...] &amp;quot; - &lt;br /&gt;
My math teacher uses a very similar format (in reverse order, d/m/yy, with m being in Roman numerals, because this is Germany (see above)), so I wouldn't call it absurd. She is the only person I know who uses it though. [[Special:Contributions/87.189.150.212|87.189.150.212]] 19:36, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The image and explanation needs to be updated for the corrections.  I could do the explanation part, but I have no idea how to do the image part.  And one without the other would be confusing for the readers, so I'll leave that to wiki-magic. [[Special:Contributions/76.106.251.87|76.106.251.87]] 21:09, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I updated the image as well as the explanation (and transcript). There is still the error on the Unix timestamp though (will this comic be fixed a third time?...). - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 21:57, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sweden uses the ISO 8601 format. (If only food producers could understand this as well..)&lt;br /&gt;
[[Special:Contributions/46.59.16.141|46.59.16.141]] 21:42, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
- What can we learn from this? - I've learned that no matter the system we use today to communicate with others, it's probably seems silly for someone else. It's great to document what we do and propose it as an option to others, but it will be next to impossible to force them to adopt. When someone will develop a time reference that makes sense to everyone, it will be adopted all over the world without much effort. - e-inspired [[Special:Contributions/24.51.197.187|24.51.197.187]] 19:07, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Perhaps the cat (because of the vagueness of the system) was referring to not the 27th of February 2013. but instead referring to the 13th of February in 1327 which would make it Friday the 13th. {{unsigned|66.35.1.98}}&lt;br /&gt;
&lt;br /&gt;
Just so you know, Explainxkcd wiki uses the ISO certified date standard for its &amp;quot;All Comics&amp;quot; page. '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 01:57, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Personally I've always preferred to use Year-Month-Day my personal stuff. I like it because the format is written the way we write any other number: Most significant to left, least significant to right. I didn't know this was a standardized method and I've always wondered why it wasn't used. Nice to know it is![[Special:Contributions/172.191.224.64|172.191.224.64]] 04:09, 28 February 2013 (UTC)ExternalMonologue&lt;br /&gt;
&lt;br /&gt;
Personally, I like yyyy-mm-dd because it sorts correctly.  I really hate running into a list of dates sorted by month name, or worse, day of the week.  I suspect this was part of why ISO chose this format.  I've never been able to remember the american vs european ordering...  My only other options is: February 27, 2013.  [[User:Divad27182|Divad27182]] ([[User talk:Divad27182|talk]]) 12:11, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I'm not sure what standard the Canadian Military officially uses, but as soldiers we were all taught to use a &amp;quot;7 Feb 2013&amp;quot; format when writing dates.  Seems the most clear and concise to me. {{unsigned|24.85.225.143}}&lt;br /&gt;
&lt;br /&gt;
:: Most of the dates I've seen used by the Canadian Military have been of that format but have only used 2-digit years - e.g. 27 Feb 13 (they didn't learn from Y2K!) {{unsigned|64.140.113.219}}&lt;br /&gt;
&lt;br /&gt;
- What can we learn from this? - I've learned that keeping our time relative to earth rotation is outdated, we keep having to add seconds here and there just to keep time. And as an engineer don't get me started on complexity of mktime function. I personally think of time as oscillation of a flawed crystal in my circuits that I constantly need to keep accounting for through endless calibrations, and keep wishing that better time references would be cheaper (to me good is never good enough) - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 15:05, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ha ha E-inspired you should read the &amp;quot;falsehoods programmers believe about times&amp;quot; http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time-wisdom [[Special:Contributions/75.103.23.206|75.103.23.206]] 20:14, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Dude, you've just made my DAY! I forgot the last time I've laughed as hard. Why didn't I know about this site before? - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 20:43, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the date of this comic written as &amp;quot;February 27, 2013&amp;quot; and not &amp;quot;2013-02-27&amp;quot;? [[Special:Contributions/93.73.186.104|93.73.186.104]] 08:46, 14 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The hover hint says &amp;quot;ISO 8601 was published on 06/05/88 and most recently amended on 12/01/04.&amp;quot; which must be a joke - because it is impossible to know whether these days are 6 May 1988 and 12 January 2004 or 5 June 1988 and 1 December 2004. Why make a comic about ISO 8601 then use ambiguous dates in the hint? {{unsigned ip|141.101.98.95}}&lt;br /&gt;
:I had always assumed that the title text was poking fun at ISO for not complying with their own standard.  Looking at the ISO website today, I'm disappointed to find that this is, in fact, not the case.  Perhaps three years ago it was.  [[User:Zeusfaber|Zeusfaber]] ([[User talk:Zeusfaber|talk]]) 17:07, 9 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Amateurs, you don't put periods in format with roman month number. So it's 27 II 2012 [[Special:Contributions/141.101.89.209|141.101.89.209]] 12:48, 20 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The chief advantage of the American system is that placing the year last makes it easy to simply drop the year in casual conversation, given how slowly years change.  While it might technically follow just as logically to have the day precede the month, in practice the sequence means less for the first two numbers.  The 31 days or fewer between month changes are relatively frequent, while the 365.25 days between year changes can easily go &amp;quot;out of sight, out of mind&amp;quot; except when approaching a transition.  In either case, placing the nigh-irrelevant year number first in the text string causes the reader to pay attention to that number first, and have to &amp;quot;skip ahead&amp;quot; to discover the month and day, when in truth the day is the most salient datapoint. [[Special:Contributions/173.245.54.52|173.245.54.52]] 20:58, 29 October 2015 (UTC)&lt;br /&gt;
: Hmm... The comic's point is about '''writing''' dates as '''numbers'''... [[Special:Contributions/162.158.180.215|162.158.180.215]] 09:47, 13 November 2015 (UTC)&lt;br /&gt;
: Don't write &amp;quot;America&amp;quot; when you mean &amp;quot;USA&amp;quot;. In most of America (and most of the rest of the world) the traditional order is D/M/Y, which makes it even simpler to drop more significant parts in casual conversation. E.g. &amp;quot;it's the 27th of February 2013&amp;quot; becomes &amp;quot;it's the 27th of February&amp;quot; when the year is known and just &amp;quot;it's the 27th&amp;quot; when also the month is known. In my country we traditionally had D/M/Y but we are approaching ISO inch by inch. Personally I've used ISO and four digit year since around 1997. https://en.wikipedia.org/wiki/Date_format_by_country /David A [[Special:Contributions/141.101.80.33|141.101.80.33]] 22:01, 23 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Source for the claim about the Swedish date format. I have never seen it, we have been using the ISO-format since before it was defined (I started school 1980 and learned to write dates in the first year or two), not even in old books, movies or similar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Re: [https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;amp;oldid=223421 undoing to a 'working' version] of the penultimate format... Undid version isn't perfect (superscripts and subscripts still prior/next characters from nominally-scripted main digits, rather than above and below), but this one doesn't work at all here. Looks like (describing, in leiu of reliable rendering)... Zero, One, Two-with-small-two-as-cap Three Seven (lower-script Three One Four, in-line) Five Six Seven Eight.  ...essentially, just one off-size number is conceivably placed where it might be, and even that isn't on the right 'parent' character.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ruby&amp;gt;&amp;lt;rb&amp;gt;0&amp;lt;/rb&amp;gt;&amp;lt;rt&amp;gt;1&amp;lt;/rt&amp;gt;&amp;lt;/ruby&amp;gt;&amp;lt;ruby&amp;gt;&amp;lt;rb&amp;gt;2&amp;lt;/rb&amp;gt;&amp;lt;rt&amp;gt;3&amp;lt;/rt&amp;gt;&amp;lt;/ruby&amp;gt; (displays correctly on one computer, fails on another)&lt;br /&gt;
&lt;br /&gt;
This clearly is not rendering properly, but not sure how without extensive fiddling that'll ''probably'' break things on the browser that currently thinks this reversion renders correctly. Perhaps yet ''another'' method of text-mangling is needed in this case? [[Special:Contributions/141.101.99.32|141.101.99.32]]&lt;br /&gt;
&lt;br /&gt;
Usually I’m pretty apathetic about America moving to any global standard (I ''like'' imperial units, they’re a lot more usefully sized), but I really want it to switch to YYYY/MM/DD just to mess with people on the internet (Europeans mostly, from what I can tell) who absolutely insist that DD/MM/YYYY is the only format that “normal” people use. Plus then the yearless format would stay the same — both would be MM/DD. [[User:Intara|Intara]] ([[User talk:Intara|talk]]) 03:41, 14 February 2023 (UTC)&lt;br /&gt;
:As a 'European' (well, for ''part'' of my life, being in the UK) and being active in Y2K mitigation across a US-owned corporation.  I normally default to DD/Mmm/YYYY, to make it abundantly clear to people what I mean, but will go with YYYYMMDD (with optional hhmm[ss[.dd]]] appended) for computerised instances where I've got no pre-existing preference (e.g. days-since-Epoch or ISO format) already there or in the pipeline. The detection and conversion of the intended format is usually easy enough, for both human and electronic recipients (if suitably clued up, in both cases, e.g. knowing the English names for months and thus their unique abbrvs). And if someone converts DD/Mmm/YYYY to Mmm/DD/YYYY then I won't quibble too much, as they're sufficiently disambiguating their (odd) preference as well! [[Special:Contributions/172.70.230.114|172.70.230.114]] 14:12, 14 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
They didn't mention Julian Day. It uses just one real number. [[Special:Contributions/172.69.134.70|172.69.134.70]] 00:20, 3 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
We Germans still use DD.MM.YY most of the time, although our law requires us to use YYYY-MM-DD. I am really angry at Microsoft, because since Windows 10 the default german format is DD-MM-YYYY, which is ''simply wrong'', no matter from which perspective. --[[Special:Contributions/162.158.94.197|162.158.94.197]] 05:12, 29 September 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
i think all of the alternatives are ok [[User:Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 2024.10958904109&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:630:_Time_Travel&amp;diff=334753</id>
		<title>Talk:630: Time Travel</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:630:_Time_Travel&amp;diff=334753"/>
				<updated>2024-02-10T01:56:46Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dear Future Husband...better toast it right. [[User:Elvenivle|Elvenivle]] ([[User talk:Elvenivle|talk]])&lt;br /&gt;
&lt;br /&gt;
I believe Cueball is in fact eating a bagel. --[[User:Alexbuzzbee|Alexbuzzbee]] ([[User talk:Alexbuzzbee|talk]]) 04:16, 21 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Likely&amp;quot; the year of her birth? Cueball disclosed it as &amp;quot;technically true&amp;quot;! [[User:SilverTheTerribleMathematician|SilverTheTerribleMathematician]] ([[User talk:SilverTheTerribleMathematician|talk]]) 16:39, 6 December 2022 (UTC)&lt;br /&gt;
:Only that she travelled from then, not that she was born then. Marty McFly travelled from 1985, but was clearly born in the '60s, so the year he might say he came from (similarly technically true, whether telling people in 1955, 2015, 1885 or just in 1986, a year after he started going to eras and returning from them) isn't necessarily and indication of his birth-year. Assuming he even ''has'' a birth-year in any given timeline...&lt;br /&gt;
:We can be (time-machines aside) sure that she was born no later than then (...or then plus ''nine months'', perhaps?). With time-machines, all bets are off! [[Special:Contributions/172.70.86.61|172.70.86.61]] 19:19, 6 December 2022 (UTC)&lt;br /&gt;
:i have traveled from 20:20, 20 February 2020. [[User:Squishmallow fan|the worst time traveller]] ([[User talk:Squishmallow fan|talk]]) 01:47, 10 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:PS, SilverTTM... Welcome to the &amp;lt;s&amp;gt;Future&amp;lt;/s&amp;gt; ''Wiki''. Just because I think you were ''mis''pedantic this particular time, from your other edits I can see you're the kind of person to appreciate the place. I'm no official greeter, or anything, but greetings anyway. I don't know if you've been interacting ''just'' as an IP, before today, but it looks like you might fit in just fine anyway. [[Special:Contributions/172.70.86.12|172.70.86.12]] 19:28, 6 December 2022 (UTC) (same as the above IP, whether or not this looks the same)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1732:_Earth_Temperature_Timeline&amp;diff=334752</id>
		<title>Talk:1732: Earth Temperature Timeline</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1732:_Earth_Temperature_Timeline&amp;diff=334752"/>
				<updated>2024-02-10T01:51:35Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: oops accidentally messed up custom signature (its ok i fixed it)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
{{notice|As this is a controversial topic, there may be several {{rw|climate_change|denialist}} trolls lurking below. Beware of feeding them.|image=Troll.png}}&lt;br /&gt;
&lt;br /&gt;
Well, never mind then. Oh well. -- [[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 1:02, 12 September 2016&lt;br /&gt;
:I acknowledge that the picture is WAY too long, so I added a &amp;quot;skip to explanation&amp;quot; bar, to speed things up. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 17:32, 12 September 2016 (UTC)&lt;br /&gt;
::Thank you [[User:Run, you clever boy|Run, you clever boy]] ([[User talk:Run, you clever boy|talk]])&lt;br /&gt;
&lt;br /&gt;
Is it just me or does the picture not render all the way down in full resolution on firefox? I found it worked on Chrome and explorer... And Wauw, just after I had created the new [[:Category:Climate change]]... Was also just watched a [https://www.youtube.com/watch?v=LxEGHW6Lbu8 QandA program] yesterday where [[1644: Stargazing|Brian Cox]] tried to convince some Australian politician about global warming, but the other one just cried conspiracy... Will take some time to make this one complete I guess? Great ;-)  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:53, 12 September 2016 (UTC)&lt;br /&gt;
:That's the thing with this kind of stuff. It takes a LONG time to make it just right. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 19:08, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Please delete the ridiculous trivia&lt;br /&gt;
*The colors used to represent temperature vary from blue (the perceived hue of a black body at 20000K) to pale red (perceived at 2200K). &lt;br /&gt;
[[Special:Contributions/108.162.221.139|108.162.221.139]] 19:44, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Of course you can pretty much ignore the part of the diagram that is in dotted line, you can't rely on that data. [[Special:Contributions/108.162.246.119|108.162.246.119]] 20:40, 12 September 2016 (UTC)&lt;br /&gt;
:Note that even if we ignore the extrapolated future, the warming in the past century is already a vastly more abrupt climate shift than anything that happened in the preceding 219 centuries. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:15, 12 September 2016 (UTC)&lt;br /&gt;
::Actually we don't know what the shifts were on that scale in the past. The dotted line before modern measurement is a very limited estimate. We have no idea what the year to year changes were in the past, at best we can work out an average. I am reminded of a house mouse(life span of about 1 year) looking at the leaves fall from the tress and saying &amp;quot;Surely this is the end of the world&amp;quot;. [[Special:Contributions/108.162.246.119|108.162.246.119]] 14:44, 13 September 2016 (UTC)&lt;br /&gt;
:::Randall explicitly addresses your specious complaint at 15900 BCE. Year-to-year fluctuations are not the same as the current century-long surge. Either show scientific evidence or go away, Mr Troll from Seattle Cloudflare. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 16:11, 13 September 2016 (UTC)&lt;br /&gt;
::::I should have known better to enter into a religious debate on the internet. [[Special:Contributions/108.162.246.119|108.162.246.119]] 00:17, 14 September 2016 (UTC)&lt;br /&gt;
:::::No it is not that which is the problem, but that you try to disqualify the data without even bothering to look through them. Aa mentioned Randall tries to let us know that such a high fluctuation as we have in these last 100 years would not be hidden in the old data. As mentioned by Fankie this is explained between 16000 and 15500 BCE... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:30, 14 September 2016 (UTC)&lt;br /&gt;
::::::I refuse to debate a matter of faith with you. Note that 15500-16000 is 500 years, perhaps when we have 500 years of accurate temperature measurements we will know more. [[Special:Contributions/108.162.246.119|108.162.246.119]] 03:54, 15 September 2016 (UTC)&lt;br /&gt;
:::::::I'm not surprised that you can't even read a chart. 16000-15500 BCE is where the explanation is placed on the chart. The fluctuations he shows that would not register are small fluctuations over a decade or two. A fluctuation of a century would &amp;quot;unlikely&amp;quot; be smoothed out. The examples are even drawn to scale... 3rd grade level stuff here. [[Special:Contributions/108.162.221.145|108.162.221.145]] 17:28, 16 September 2016 (UTC)&lt;br /&gt;
:::::::Why even bring your faith into this? [[Special:Contributions/108.162.212.92|108.162.212.92]] 16:29, 15 September 2016 (UTC)&lt;br /&gt;
:::::::I call Troll. Talking about the significance of where the subchart/Legend/footnote lies? Like what years it's next to actually has any significance? Either he's too dim to actually look, or he's trolling. The standard recommendation is &amp;quot;Don't feed the trolls&amp;quot;. :) - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:55, 16 September 2016 (UTC) I finally signed up! This comment is mine. (Heh, seems I was right, looks like the troll stopped after I called him out) :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
::::[[User:Frankie|Frankie]], funny how the nonaveraged plots [and even the averaged plot] [[#wikimedia|linked]] to below invalidates Randall's plot, &amp;quot;Hence the comparison is not comparing like with like and is scientifically invalid.&amp;quot;  The temperature rate between 1859 (coincident with America's discovery of petroleum and the Carrington Event) and today does not exceed that within the past 2,000, 20,000, or 100,000s of years.  The present surge (the tip of the &amp;quot;hockey stick&amp;quot;) concerns not 100 years but almost 40 years (36 years in Randall's plot) which does not successfully meet the three fluctuation disclaimers.  As mentioned in the Wikimedia discussion the temperature resolution is about 300 years; therefore it should take another 150 years to see whether this slope corrects itself. [[User:Lysdexia|Lysdexia]] ([[User talk:Lysdexia|talk]]) 13:04, 5 January 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Have you read the referenced papers? Well you fit well with the people he refers to between the two lines at the top. ;-) We are heading for troublesome times :-( [[164: Playing Devil's Advocate to Win]]... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:22, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
*the use unqualified of the words &amp;quot;still many people&amp;quot; is exactly the kind of weasely nonsense that this comic is designed to refute. there are &amp;quot;still many people&amp;quot; who claim the earth is flat, that they have been abducted by aliens, or that the MMR jab made their children autistic. those people are deluded or insincere. the difference with deniers of climate change is that there are in their ranks scientists who are clear-sighted but who have decided that funding at any price is better than none. this site should be better than that. --[[Special:Contributions/141.101.98.84|141.101.98.84]]&lt;br /&gt;
::You're absolutely right, the ranks of climate deniers do indeed include a few scientists willing to sell their voices to the highest bidder (e.g. http://www.polluterwatch.com/heartland-institute ). But is that what you meant to say? - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 11:50, 13 September 2016 (UTC)&lt;br /&gt;
:::that the wording be changed to reflect that. --[[Special:Contributions/141.101.98.84|141.101.98.84]] 11:59, 13 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
For a large post like this, it's a wonder that we can all keep up and edit something like this all at once. Wow. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 11:56, 13 September 2016 (UTC)&lt;br /&gt;
:Also, anyone else notice that this was a top trending post on Facebook last night? I don't know if I could call it a milestone but it's still pretty cool. And '''WE''' edited it! :D --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 12:06, 13 September 2016 (UTC)&lt;br /&gt;
::Very interesting, so it was explain xkcd and not xkcd that where the top trending post? Could you post a link to where you found this out? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:15, 13 September 2016 (UTC)&lt;br /&gt;
:::I can see you are right from the fact that Randall has chosen to postpone his next comic in order to keep this one on the front page for all the new visitors as has now been noted in the explanation and in the trivia section. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:30, 14 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe someone should add the fact that the transcript may be a reference to oxidation?[[User:Transuranium|Transuranium]] ([[User talk:Transuranium|talk]]) 19:21, 13 September 2016 (UTC)Transuranium&lt;br /&gt;
:I think you mean the &amp;quot;title text&amp;quot; not the transcript? And that you refer to the recent comic [[1693: Oxidation]] which is indeed referened in the title text, then that has been written at the bottom of the main explanation and has been there already since the 12th edit less than 1½ hour after the comic came out... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 13 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is nobody else having a problem seeing the comic? Both here and on XKCD I get an &amp;quot;Image not found&amp;quot; icon, a blue question mark. I thought maybe this was an interactive comic that doesn't work on my iPad (like that garden thing, though that did nothing on my computer either). If I tap it on XKCD nothing happens, here it leads to the picture's Wiki page - also with the question mark - which says it's a PNG, which I know this iPad can show. It's 11pm EST, maybe night maintenance on XKCD? Or the file got renamed without updating the sites? - NiceGuy1 [[Special:Contributions/162.158.126.227|162.158.126.227]] 03:12, 14 September 2016 (UTC) I finally signed up! This comment is mine. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:I had trouble seeing it on my own PC using Firefox but not the other browsers I have. See my early comment above. I guess the file is too big for your iPad as it is a very huge file. I tried to download it but it failed. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:07, 14 September 2016 (UTC)&lt;br /&gt;
::It's weird that I got what is clearly an &amp;quot;Image not found&amp;quot; icon, though. Maybe my 1st Gen iPad's Safari saw the file, decided &amp;quot;No way I'm loading that!&amp;quot;(or &amp;quot;that size can't be right&amp;quot;, LOL!) and chose to show the error icon instead. When I force the issue, by going directly to the image URL listed on XKCD, the first time Safari crashed rather than load the image (but it crashes on a regular basis, so that didn't deter me), the second time it crashed, the third time it actually loaded, and I was able to see it. After seeing mentions here of spelling errors (though I have to disagree on &amp;quot;Pokemon&amp;quot;, generally only people connected to the show bother with the accent. Like how I'm the only one who spells Hallowe'en correctly, with the apostrophe), I thought maybe the comic was taken down to correct it, but guess not. LOL! - NiceGuy1 [[Special:Contributions/108.162.218.239|108.162.218.239]] 20:54, 14 September 2016 (UTC) So's this! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I feel that the missing bottom axis is a usability problem, so I fixed it. [http://info.org.il/data/earth_temperature_timeline_bottom_axis.png See it here.]  [[User:Hananc|Hananc]] ([[User talk:Hananc|talk]]) 10:42, 14 September 2016 (UTC)&lt;br /&gt;
:Nice but I'm sure it was on purpose to indicate that time continues down,as well as a possible even worse temperature change. As shown in the previous global warming comic [[1379]] Earth has been 8 degree hotter than now... And apart from the last small segment (albeit a very important one) you either remember that white is normal and bluer is colder redder is warmer or else you cannot use the chart in between the top and bottom, and since this is the longest xkcd comic so far it would be a shame. :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:07, 14 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Okay, now that I've managed to SEE the damn thing, I have a question. There's no mention of why this is using &amp;quot;BCE&amp;quot; and &amp;quot;CE&amp;quot; instead of the standard &amp;quot;BC&amp;quot; and &amp;quot;AD&amp;quot;, never mind what these stand for (thinking and thinking about it, my guess is &amp;quot;Before Christ Era&amp;quot; and &amp;quot;Christ Era&amp;quot;). This is the kind of thing that should be mentioned on ExplainXKCD, LOL! Fun fact: when I searched this page for &amp;quot;BCE&amp;quot;, to confirm it wasn't explained, I got &amp;quot;Over 100 matches&amp;quot;. :) Anyway, I figure maybe those are currently accepted scientific terminology, especially since &amp;quot;AD&amp;quot; is Latin, unlike &amp;quot;BC&amp;quot;, but the average person still uses BC and AD. In fact, I think this is the first time I've ever seen BCE and CE (unless it's been on XKCD before and I just dismissed it as a typo or something. This time there are WAY too many for it to be a mistake every time, including here in the explanation!) - NiceGuy1[[Special:Contributions/108.162.218.239|108.162.218.239]] 21:20, 14 September 2016 (UTC) I finally signed up! This comment is mine. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:It's &amp;quot;Before Common Era&amp;quot; and &amp;quot;Common Era&amp;quot;, an alternative to BC/AD. Pretty common alternative, though I don't know why off-hand - probably to remove the religious connotations of &amp;quot;Christ&amp;quot; and &amp;quot;Year of our Lord&amp;quot;. --[[Special:Contributions/108.162.215.236|108.162.215.236]] 23:23, 14 September 2016 (UTC)&lt;br /&gt;
::Because they're the standards in the scientific community.  The guy above assumed his way is standard, but that's inaccurate. [[Special:Contributions/108.162.212.92|108.162.212.92]] 00:26, 15 September 2016 (UTC)&lt;br /&gt;
:::I assume nothing. My statements are completely accurate. I OBSERVE it is the standard, the only standard anybody (else) seems to use. BC/AD is the &amp;quot;standard&amp;quot; because it is standard practice to use it. For good reason, since I would estimate just about everybody knows what it means, while I am sure I am in the majority in having never heard BCE/CE. It is also not &amp;quot;my&amp;quot; way, I made no choice here, it is the established convention, it is the way accepted and adopted by society. While I would normally be more inclined towards terminology devoid of religion (as seems to be the point here, now that someone kindly clarified these acronyms for me), I feel this would be a losing fight, one it would be foolish to attempt, the classic terminology is too ingrained in society. Sorry. - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:44, 16 September 2016 (UTC) Also mine! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:: For the convenience of archeologists working in the Middle East. [[User:Wwoods|Wwoods]] ([[User talk:Wwoods|talk]]) 01:16, 15 September 2016 (UTC)&lt;br /&gt;
::Thank you! Yes, it sounds to me like the point would be to remove the religious aspect. Personally, I don't really mind the religious terminology, I just see it as historical, keeping a record of where the names and numbering came from. - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:44, 16 September 2016 (UTC) Also mine! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:::Well, &amp;quot;it is the established convention&amp;quot; isn't quite correct either.. checking Wikipedia suggests to me that it's a large argument, and that people that aren't Christian or Muslim (i.e. just under half of all people) really never used the AD/BC notation in the first place. BCE/CE appears to have originated in Jewish European communities some point before the 1700s. [[Special:Contributions/172.70.100.192|172.70.100.192]] 20:12, 5 April 2023 (UTC)&lt;br /&gt;
What this comic doesn't show is what kind of changes occurred in the previous interglacial period as opposed to the current one.  Since the current one is not yet over there could still be a stage of an interglacial with rapid temperature rise which we are only now reaching, but has happened in previous interglacial periods.&lt;br /&gt;
[[Special:Contributions/108.162.219.54|108.162.219.54]] 02:32, 15 September 2016 (UTC)&lt;br /&gt;
:Check out this 400k year comparison of temperature variations from two ice core projects in Antarctica, Lake Vostok and EPICA.  &amp;lt;span id=wikimedia&amp;gt;https://commons.wikimedia.org/wiki/File:Ice_Age_Temperature.png&amp;lt;/span&amp;gt; (Note that Randall's timeline matches up pretty well with the last 20k years on the far right of the graph)  [[Special:Contributions/162.158.69.98|162.158.69.98]] 13:23, 16 September 2016 (UTC) &lt;br /&gt;
&lt;br /&gt;
I think this would be first time where I see global thermonuclear war described as &amp;quot;best case scenario&amp;quot;. There was and still is lot of discussion about how much is current warming caused by humans, but that's not important. Important question is &amp;quot;can we stop it?&amp;quot; and the answer is &amp;quot;not without literally billions of dead&amp;quot; (and even that might not suffice). Any money currently used for most plans to reduce CO2 (which usually fails to reduce CO2, not speaking about global warming, but succeed in their main goal, which is moving the money into pockets of their proponents) would be better spent on ADAPTING to the change. Only plans for reducing CO2 actually worth doing are the ones related to stopping burning fossil fuels, because we will soon need fossil fuels to make food (and other stuff) from. Oh, and also stop burning FOOD. So we should replace fossil fuel power plants with only viable alternative - NUCLEAR. So called renewable power sources like solar are good addition, but doesn't scale to the amount of power and stability we need. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 14:12, 15 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
So disappointing to see that Randall Hitler Munroe subscribes to the obviously false &amp;quot;global warming&amp;quot; religion.  He should know better. [[Special:Contributions/172.68.55.83|172.68.55.83]] 00:11, 16 September 2016 (UTC)&lt;br /&gt;
: Troll troll trolly trolly troll troll troll [[Special:Contributions/162.158.214.217|162.158.214.217]] 03:07, 16 September 2016 (UTC)&lt;br /&gt;
: https://www.explainxkcd.com/wiki/index.php/261:_Regarding_Mussolini {{unsigned ip|141.101.98.126}}&lt;br /&gt;
&lt;br /&gt;
I understand the concept behind this comic, but why doesn't the graph include atmospheric CO2, sulfur aerosols, and solar 10.7cm radio flux for comparison?  Also, for the person who suggested we look at previous interglacial periods, I may be wrong, but I believe a lot of that data comes from ice cores, that would make it hard to look at time periods before the present ice sheets existed.  IIRC, there were periods not too long ago (geologically speaking) where Antarctica was covered in lakes, tundra, and sparse forests instead of ice sheets.[[Special:Contributions/172.68.65.127|172.68.65.127]] 05:08, 16 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The jump of 0.5 degrees from 2000 to 2016 has been shown to be false.  It exists because &amp;quot;scientists&amp;quot; went back and changed (or &amp;quot;seasonally adjusted&amp;quot;) their data to fit their preconceived conclusions.  Just look at Al Gore's 'Inconvenient [Non]Truth', pretty much every doomsday scenario has not occurred.  I expect better of XKCD.[[Special:Contributions/173.245.48.77|173.245.48.77]] 20:58, 15 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would be very nice if they wouldn't spread climate change misinformation.&lt;br /&gt;
22,000 year Time line [20,000 BC to 2000 AD]&lt;br /&gt;
versus&lt;br /&gt;
2.5 to 3 billion years of Evolution&lt;br /&gt;
on a 4 Billion year old Planet&lt;br /&gt;
&lt;br /&gt;
22,000 / 2,500,000,000 = 0.0000088&lt;br /&gt;
Using 0.00088 % of Evolutionary History do decide what the weather is supposed to look like.&lt;br /&gt;
Now an atmospheric history lesson&lt;br /&gt;
-&lt;br /&gt;
Cambrian&lt;br /&gt;
Oxygen 12.5% - Carbon Dioxide 0.45% - Average Temp. 21 °C - sea level 30 - 90 meters&lt;br /&gt;
-&lt;br /&gt;
Ordovician&lt;br /&gt;
Oxygen 13.5% - Carbon Dioxide 0.42% - Average Temp. 16 °C - sea level 180 - 220 - 140 meters&lt;br /&gt;
-&lt;br /&gt;
Silurian&lt;br /&gt;
Oxygen 14% - Carbon Dioxide 0.45% - Average Temp. 17 °C - sea level 180 meters&lt;br /&gt;
-&lt;br /&gt;
Devonian&lt;br /&gt;
Oxygen 15% - Carbon Dioxide 0.22% - Average Temp. 20 °C - sea level 189 - 120 meters&lt;br /&gt;
-&lt;br /&gt;
Carboniferous&lt;br /&gt;
Oxygen 32.5% - Carbon Dioxide 0.08% - Average Temp. 14 °C - sea level 120 - 0 - 80 meters&lt;br /&gt;
-&lt;br /&gt;
Permian&lt;br /&gt;
Oxygen 23% - Carbon Dioxide 0.09% - Average Temp. 16 °C - sea level 60 - 0 - -20 meters&lt;br /&gt;
-&lt;br /&gt;
Triassic&lt;br /&gt;
Oxygen 16% - Carbon Dioxide 0.1750% - Average Temp. 17 °C - sea level 0 meters&lt;br /&gt;
-&lt;br /&gt;
Jurassic&lt;br /&gt;
Oxygen 26% - Carbon Dioxide 0.1950% - Average Temp. 16.5 °C&lt;br /&gt;
-&lt;br /&gt;
Cretaceous&lt;br /&gt;
Oxygen 30% - Carbon Dioxide 0.17% - Average Temp. 18 °C&lt;br /&gt;
-&lt;br /&gt;
Paleogene&lt;br /&gt;
Oxygen 26% - Carbon Dioxide 0.05% - Average Temp. 18 °C&lt;br /&gt;
-&lt;br /&gt;
Neogene&lt;br /&gt;
Oxygen 21.5% - Carbon Dioxide 0.028% - Average Temp. 14 °C&lt;br /&gt;
-&lt;br /&gt;
Current&lt;br /&gt;
Oxygen 20.9% - Carbon Dioxide 0.039% - Average Temp. 15 °C&lt;br /&gt;
&lt;br /&gt;
As you can see an atmosphere when healthy should have&lt;br /&gt;
Oxygen 25 - 32%&lt;br /&gt;
Carbon dioxide 0.1 - 0.15%&lt;br /&gt;
Average Temperature 14 - 18 °C&lt;br /&gt;
Sea level 60 - 180 meters&lt;br /&gt;
and there should be no polar ice caps&lt;br /&gt;
&lt;br /&gt;
our sea level is at extinction levels&lt;br /&gt;
our carbon dioxide is almost too low for plants to survive&lt;br /&gt;
and our oxygen level is almost suffocatingly low&lt;br /&gt;
&lt;br /&gt;
Less Carbon Dioxide means less Plants&lt;br /&gt;
Less plants means less Oxygen&lt;br /&gt;
Less Oxygen means less Life[[Special:Contributions/108.162.246.112|108.162.246.112]] 07:24, 17 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think the point of comics is that while there were changes in temperature before, they were never this rapid. Although I wouldn't be sure about THAT either ... granted, the previous rapid changes were accompanied with mass extinction ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 15:16, 17 September 2016 (UTC)&lt;br /&gt;
::Yeah, the long sample intervals and best fit curves from pre-industrial temperature estimates tend to smooth out any rapid changes that may have occurred over the time period (Think of an ECG/EKG that took a single instantaneuos microvolt sample once every 15 minutes of your life from birth to death, the resulting deflection graph would not look like anything like a normal heart rhythm, but it could be interpreted as the average electrical activity of your heart over the course of a lifetime).  It's true that the rapid climate shifts we are able see in geological records usually coincide with things like supervolcano eruptions and asteroid impacts.  But those shifts are usually to the negative end from the nuclear winter effect.  Idea for reversing global warming without affecting CO2 emissions, just send a couple of hypervelocity rods or a gravity-tractored asteroid into a dormant supervolcano caldera every few years and... instant winter. [[Special:Contributions/173.245.51.75|173.245.51.75]] 02:38, 18 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Very interesting and important work.&lt;br /&gt;
&lt;br /&gt;
Actually.... Solomon and Jesus are not historical figures. Outside the Old and the New Testament, there is no archaeological or other evidence for their existence. I suppose, Jesus has played a significant role in history. So, you may be justified to add an entry saying something like &amp;quot;Date that religious traditions hold as the date of birth of Jesus.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then, if you mention, say, Shakespeare, then you should also mention the estimated composition of the Bible, an event with more important historical influences.&lt;br /&gt;
&lt;br /&gt;
Roman empire was continued for more than thousand years (Eastern Roman Empire, today reffered as Byzantium).&lt;br /&gt;
&lt;br /&gt;
Current scholarly wisdom is that the Homeric epics, (the Iliad and the Odussey) were composed at the second half of the 8th century, perhaps around 720 BCE.&lt;br /&gt;
[[User:Konstantas|Konstantas]] ([[User talk:Konstantas|talk]]) 05:14, 19 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Except that no historical evidence has ever contradicted the Bible, and many archaeological discoveries were predicted by it.&lt;br /&gt;
:According to proper scientific analysis, it is the most accurate historical document(s) in existence. [[Special:Contributions/172.70.51.173|172.70.51.173]] 02:19, 11 August 2021 (UTC) Darryl&lt;br /&gt;
&lt;br /&gt;
I wonder if it is getting to be a good time to make a followup, showing the further warming over the last several years and the rightward movement of the 'if we...' paths.  21-Feb-2020&lt;br /&gt;
&lt;br /&gt;
~5000 BCE is &amp;lt;s&amp;gt;higher&amp;lt;/s&amp;gt; slightly lower then now [[User:Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 01:47, 10 February &amp;lt;s&amp;gt;2011&amp;lt;/s&amp;gt; 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Actual best-case scenario == &amp;lt;!-- please keep this header so it can be linked from off-site discussions --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [http://imgur.com/a/H4prq actual best-case scenario] is far better than Randall's depiction; please see. However, the URLs below in that linked Imgur gallery's first caption were rendered unclickable, probably for spam protection measures, so I reproduce them here:&lt;br /&gt;
:;Actual &amp;quot;best-case scenario assuming immediate massive action to limit emissions&amp;quot;&lt;br /&gt;
:From https://www.theguardian.com/environment/2013/apr/17/why-cant-we-give-up-fossil-fuels  &lt;br /&gt;
:What will it take to get to this scenario? https://www.solveforx.com/explorations/foghorn/ with http://freenights.txu.com/ and http://co2-chemistry.eu/ for ocean carbonate-sourced plastic composite structural lumber allowing reforestation.&lt;br /&gt;
[[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 15:02, 22 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: First, the Guardian is a newspaper, not a science journal. Second, that article is from 2013, before the latest upsurge. Third, even ignoring those things, the article doesn't say what you claim it does. The single most optimistic sentence I see is ''&amp;quot;If we are lucky, the impact of burning all that oil, coal and gas could turn out to be at the less severe end of the plausible spectrum.&amp;quot;'' The rest of the article is quite pessimistic, such as ''&amp;quot;it is overwhelmingly likely that we would shoot well past 2C and towards 3C or even 4C of warming.&amp;quot;''&lt;br /&gt;
: Please post exact quotes where your links talk about a better scenario. Please do not post URLs and expect us to figure out what you mean. You are making the claim, the burden of proof is on you. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 17:13, 5 October 2016 (UTC)&lt;br /&gt;
::How do you expect me to quote from [http://imgur.com/a/H4prq the graphs]? I can't upload images, maybe I need more edits. Please ask any questions you like. [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 06:14, 1 November 2016 (UTC)&lt;br /&gt;
::: please explain how the Guardian graph you posted on imgur has to do with better scenarios. The title: &amp;quot;Cuts required for 50% chance of not exceeding 2°C&amp;quot;. The footer: &amp;quot;CO2 emissions since 1850 (red); exponential growth (blue); cuts to hit climate target (dashed).&amp;quot; It says that in order to '''possibly''' reach the &amp;quot;optimistic&amp;quot; +2° scenario (Randall's 2nd line, not the 1st one), we would need to cut anthropogenic CO2 to about 1/10th our current level, which is ridiculously unlikely to happen. The other graphs you posted are just hypothetical extrapolations about energy production that, even if they're trustworthy (which I doubt) don't reference any climate scenarios at all, much less ones better than the timeline. Until you can post a cogent explanation, I will assume you are trolling and undo your edits. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 17:19, 2 November 2016 (UTC)&lt;br /&gt;
:::: If you extrapolate [http://i.imgur.com/G6OSyYE.jpg] to 2023-4, renewables dominate, right? Wind has been in competitive equilibrium with coal since 1995, and solar hit grid parity early this year and is expected to continue falling in price about as fast at least until 2035. Is there any reason to believe fossil fuels won't be abandoned by 2030? [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 02:01, 3 November 2016 (UTC)&lt;br /&gt;
::::: Exactly zero words in your explanation discuss how the linked graphs show the existence of a better scenario than the ones listed in the timeline. Your very first graph, from the Guardian, explicitly says '''50% chance of not exceeding 2°C''', which is Randall's middle scenario. That means '''it supports exactly what Randall is saying.''' It says absolutely nothing about a scenario better than the &amp;quot;best case&amp;quot; timeline. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:06, 3 November 2016 (UTC)&lt;br /&gt;
::::: Do you understand the words that I am saying? The words that I have been saying from the start of this conversation? I don't f***ing care about pie in the sky energy projects. '''Even if your energy claims are correct, they don't say a single d**n thing about beating the +1.2°C curve.'''. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:13, 3 November 2016 (UTC)&lt;br /&gt;
:::::: I apologize. I confused the +1° mark with +2°. The labels are so far above at the top. You are correct. I will forgo uploading the graphs as we are now in agreement. [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 22:23, 3 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Joanne Nova ==&lt;br /&gt;
&lt;br /&gt;
* http://www.skepticalscience.com/How-Jo-Nova-doesnt-get-past-climate-change.html&lt;br /&gt;
* http://blog.hotwhopper.com/2014/03/almost-everything-we-know-about-fake.html&lt;br /&gt;
* http://skeptico.blogs.com/skeptico/2009/02/global-warming-denial.html&lt;br /&gt;
* http://www.desmogblog.com/joanne-nova-climate-skeptics-handbook&lt;br /&gt;
* http://rationalwiki.org/wiki/Joanne_Nova&lt;br /&gt;
* http://itsnotnova.wordpress.com/&lt;br /&gt;
- [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 23:41, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Interesting Ways to Look at it. ==&lt;br /&gt;
&lt;br /&gt;
Hey, I had a great time scrolling down and watching the earth heat up :).[[Special:Contributions/108.162.245.115|108.162.245.115]] 19:47, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
ICYMI, [https://www.cato.org/ Cato] provides an [http://www.cgd.ucar.edu/cas/wigley/magicc/ IPCC MAGICC] [http://www.cgd.ucar.edu/cas/wigley/magicc/UserMan5.3.v2.pdf climate model] simulator for [https://www.cato.org/blog/current-wisdom-we-calculate-you-decide-handy-dandy-carbon-tax-temperature-savings-calculator anyone to examine]. FWIW, I side with {{w|Bjorn Lomborg}}, who famously champions a [http://www.lomborg.com/ middle way] in climate science for the sake of [https://www.washingtonpost.com/news/in-theory/wp/2016/09/19/when-it-comes-to-climate-change-lets-get-our-priorities-straight/ downtrodden peoples around the world]. Should we reconsider this [http://www.explainxkcd.com/wiki/index.php/1732:_Earth_Temperature_Timeline#Explanation explanation] in this light? [[User:Run, you clever boy|Run, you clever boy]] ([[User talk:Run, you clever boy|talk]])&lt;br /&gt;
&lt;br /&gt;
== Fact checking the chart on Stack Exchange ==&lt;br /&gt;
&lt;br /&gt;
I posted a question on Earth Sciences Stack Exchange about how the {{w|Younger Dryas}} fits into this comic: http://earthscience.stackexchange.com/q/9103/6973&lt;br /&gt;
&lt;br /&gt;
There was also an existing question about the chart's general accuracy: http://earthscience.stackexchange.com/q/8746/6973&lt;br /&gt;
&lt;br /&gt;
--[[User:Aaron Rotenberg|Aaron Rotenberg]] ([[User talk:Aaron Rotenberg|talk]]) 02:53, 14 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translation of the Morse code message ==&lt;br /&gt;
&lt;br /&gt;
The translation of the explanation in &amp;quot;Telegraph&amp;quot;, written in Morse code, is: &amp;quot;Now, the mother of Samuel Morse always sent the lad out on a horse.&amp;quot; [[User:Agusbou2015|Agusbou2015]] ([[User talk:Agusbou2015|talk]]) 15:56, 28 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Sad comics&amp;quot; ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...So after the election of a climate change denier later in the year of this comic's release, several sad comics have been posted. Some of the reason could be that Randall no longer believes that even his worst fears (as expressed by the current path at the bottom) will hold up, when USA gets a president, who will on purpose act in a way that scientist claims will make the temperature rise even more. See more here.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I've mentioned this on the talk page for [[2137: Text Entry]], but I'll reiterate it here: this observation is not factual, not relevant to the explanation, and does not belong in the description of this comic. If you read it in context, you will see that it is also a non-sequitur, clumsily inserted after one or two factual sentences - it does not follow from anything prior in the discussion. It is poorly expressed and the point being made is unclear in any case.&lt;br /&gt;
&lt;br /&gt;
While the user doing this may well have honest intentions, they are simply defacing articles with their own anti-Trump projections and spamming a link to their own, misleadingly-titled page ([[Sad comics]]) which has no clear meaning or explanatory value. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 16:38, 26 April 2019 (UTC)&lt;br /&gt;
:I have removed the offending paragraph. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 21:20, 26 May 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
The industrial revolution and its consequences have been a disaster for the human race, and this graph shows it.[[Special:Contributions/172.68.50.19|172.68.50.19]]&lt;br /&gt;
:I agree that it has probably been a disaster (certainly a gamechanger) for the ecosystems, causing changes and challenges that are so much different to what everything else woupd have experienced without such a heavy hand of humans upon the planet. But for &amp;quot;the human race&amp;quot;,vI wonder if there'd be so many billions of us if industrial (and post-malthusian) developments had never arisen. By a simplistic numbers game, we are (currently) ranking higher than it seems likely a more nature-tuned alternative 20th/21st-Century would have looked like.&lt;br /&gt;
:A higher population doesn't guarantee &amp;quot;success&amp;quot;, I know, and only hindsight will say for sure whether unprecedented growth leads to unprecedented decline in the same 'scoring' value (indicating that it isn't the best score to use long-term), but some would say this. (Not me, I'm just philosophising here.)&lt;br /&gt;
:Beyond this, if only by entering the Industrial Age do we have the ability to foresee and forestall some asteroid impact..? Perhaps then the (somewhat damaged) ecosystem actually lives on 'better' (subjectively) from our flawed attempt to industrially improve the planet, to our own ends, the rediscovery of ecoprinciples and then the successful aversion of another planet-killing asteroid (or at least the development of &amp;quot;arks&amp;quot; to let the current biodiversity to ride out the problem, here or elsewhere). Unless you have the view that the post-now changes (like the post-dinosaur/etc changes) are themselves higher scoring on the nature-scale. (But then if an unaverted asteroid is equal to a prior one, then is our polluion of the world equal to when earlier organisms started to fill the atmosphere with deadly oxygen and convert the world to an entirely different phase of life?)&lt;br /&gt;
:What can definitely be said is that we're doing ''something'', but expect some people (who aren't actually full-on deniers) to suggest that it isn't really a bad thing. Which it probably is, of course. Or at least not the ''best'' thing, and there's probably better outcomes than the one we're tumbling into, by whatever measure. [[Special:Contributions/172.70.86.31|172.70.86.31]] 09:03, 1 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1732:_Earth_Temperature_Timeline&amp;diff=334751</id>
		<title>Talk:1732: Earth Temperature Timeline</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1732:_Earth_Temperature_Timeline&amp;diff=334751"/>
				<updated>2024-02-10T01:50:04Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
{{notice|As this is a controversial topic, there may be several {{rw|climate_change|denialist}} trolls lurking below. Beware of feeding them.|image=Troll.png}}&lt;br /&gt;
&lt;br /&gt;
Well, never mind then. Oh well. -- [[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 1:02, 12 September 2016&lt;br /&gt;
:I acknowledge that the picture is WAY too long, so I added a &amp;quot;skip to explanation&amp;quot; bar, to speed things up. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 17:32, 12 September 2016 (UTC)&lt;br /&gt;
::Thank you [[User:Run, you clever boy|Run, you clever boy]] ([[User talk:Run, you clever boy|talk]])&lt;br /&gt;
&lt;br /&gt;
Is it just me or does the picture not render all the way down in full resolution on firefox? I found it worked on Chrome and explorer... And Wauw, just after I had created the new [[:Category:Climate change]]... Was also just watched a [https://www.youtube.com/watch?v=LxEGHW6Lbu8 QandA program] yesterday where [[1644: Stargazing|Brian Cox]] tried to convince some Australian politician about global warming, but the other one just cried conspiracy... Will take some time to make this one complete I guess? Great ;-)  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:53, 12 September 2016 (UTC)&lt;br /&gt;
:That's the thing with this kind of stuff. It takes a LONG time to make it just right. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 19:08, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Please delete the ridiculous trivia&lt;br /&gt;
*The colors used to represent temperature vary from blue (the perceived hue of a black body at 20000K) to pale red (perceived at 2200K). &lt;br /&gt;
[[Special:Contributions/108.162.221.139|108.162.221.139]] 19:44, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Of course you can pretty much ignore the part of the diagram that is in dotted line, you can't rely on that data. [[Special:Contributions/108.162.246.119|108.162.246.119]] 20:40, 12 September 2016 (UTC)&lt;br /&gt;
:Note that even if we ignore the extrapolated future, the warming in the past century is already a vastly more abrupt climate shift than anything that happened in the preceding 219 centuries. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:15, 12 September 2016 (UTC)&lt;br /&gt;
::Actually we don't know what the shifts were on that scale in the past. The dotted line before modern measurement is a very limited estimate. We have no idea what the year to year changes were in the past, at best we can work out an average. I am reminded of a house mouse(life span of about 1 year) looking at the leaves fall from the tress and saying &amp;quot;Surely this is the end of the world&amp;quot;. [[Special:Contributions/108.162.246.119|108.162.246.119]] 14:44, 13 September 2016 (UTC)&lt;br /&gt;
:::Randall explicitly addresses your specious complaint at 15900 BCE. Year-to-year fluctuations are not the same as the current century-long surge. Either show scientific evidence or go away, Mr Troll from Seattle Cloudflare. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 16:11, 13 September 2016 (UTC)&lt;br /&gt;
::::I should have known better to enter into a religious debate on the internet. [[Special:Contributions/108.162.246.119|108.162.246.119]] 00:17, 14 September 2016 (UTC)&lt;br /&gt;
:::::No it is not that which is the problem, but that you try to disqualify the data without even bothering to look through them. Aa mentioned Randall tries to let us know that such a high fluctuation as we have in these last 100 years would not be hidden in the old data. As mentioned by Fankie this is explained between 16000 and 15500 BCE... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:30, 14 September 2016 (UTC)&lt;br /&gt;
::::::I refuse to debate a matter of faith with you. Note that 15500-16000 is 500 years, perhaps when we have 500 years of accurate temperature measurements we will know more. [[Special:Contributions/108.162.246.119|108.162.246.119]] 03:54, 15 September 2016 (UTC)&lt;br /&gt;
:::::::I'm not surprised that you can't even read a chart. 16000-15500 BCE is where the explanation is placed on the chart. The fluctuations he shows that would not register are small fluctuations over a decade or two. A fluctuation of a century would &amp;quot;unlikely&amp;quot; be smoothed out. The examples are even drawn to scale... 3rd grade level stuff here. [[Special:Contributions/108.162.221.145|108.162.221.145]] 17:28, 16 September 2016 (UTC)&lt;br /&gt;
:::::::Why even bring your faith into this? [[Special:Contributions/108.162.212.92|108.162.212.92]] 16:29, 15 September 2016 (UTC)&lt;br /&gt;
:::::::I call Troll. Talking about the significance of where the subchart/Legend/footnote lies? Like what years it's next to actually has any significance? Either he's too dim to actually look, or he's trolling. The standard recommendation is &amp;quot;Don't feed the trolls&amp;quot;. :) - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:55, 16 September 2016 (UTC) I finally signed up! This comment is mine. (Heh, seems I was right, looks like the troll stopped after I called him out) :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
::::[[User:Frankie|Frankie]], funny how the nonaveraged plots [and even the averaged plot] [[#wikimedia|linked]] to below invalidates Randall's plot, &amp;quot;Hence the comparison is not comparing like with like and is scientifically invalid.&amp;quot;  The temperature rate between 1859 (coincident with America's discovery of petroleum and the Carrington Event) and today does not exceed that within the past 2,000, 20,000, or 100,000s of years.  The present surge (the tip of the &amp;quot;hockey stick&amp;quot;) concerns not 100 years but almost 40 years (36 years in Randall's plot) which does not successfully meet the three fluctuation disclaimers.  As mentioned in the Wikimedia discussion the temperature resolution is about 300 years; therefore it should take another 150 years to see whether this slope corrects itself. [[User:Lysdexia|Lysdexia]] ([[User talk:Lysdexia|talk]]) 13:04, 5 January 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Have you read the referenced papers? Well you fit well with the people he refers to between the two lines at the top. ;-) We are heading for troublesome times :-( [[164: Playing Devil's Advocate to Win]]... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:22, 12 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
*the use unqualified of the words &amp;quot;still many people&amp;quot; is exactly the kind of weasely nonsense that this comic is designed to refute. there are &amp;quot;still many people&amp;quot; who claim the earth is flat, that they have been abducted by aliens, or that the MMR jab made their children autistic. those people are deluded or insincere. the difference with deniers of climate change is that there are in their ranks scientists who are clear-sighted but who have decided that funding at any price is better than none. this site should be better than that. --[[Special:Contributions/141.101.98.84|141.101.98.84]]&lt;br /&gt;
::You're absolutely right, the ranks of climate deniers do indeed include a few scientists willing to sell their voices to the highest bidder (e.g. http://www.polluterwatch.com/heartland-institute ). But is that what you meant to say? - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 11:50, 13 September 2016 (UTC)&lt;br /&gt;
:::that the wording be changed to reflect that. --[[Special:Contributions/141.101.98.84|141.101.98.84]] 11:59, 13 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
For a large post like this, it's a wonder that we can all keep up and edit something like this all at once. Wow. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 11:56, 13 September 2016 (UTC)&lt;br /&gt;
:Also, anyone else notice that this was a top trending post on Facebook last night? I don't know if I could call it a milestone but it's still pretty cool. And '''WE''' edited it! :D --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 12:06, 13 September 2016 (UTC)&lt;br /&gt;
::Very interesting, so it was explain xkcd and not xkcd that where the top trending post? Could you post a link to where you found this out? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:15, 13 September 2016 (UTC)&lt;br /&gt;
:::I can see you are right from the fact that Randall has chosen to postpone his next comic in order to keep this one on the front page for all the new visitors as has now been noted in the explanation and in the trivia section. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:30, 14 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe someone should add the fact that the transcript may be a reference to oxidation?[[User:Transuranium|Transuranium]] ([[User talk:Transuranium|talk]]) 19:21, 13 September 2016 (UTC)Transuranium&lt;br /&gt;
:I think you mean the &amp;quot;title text&amp;quot; not the transcript? And that you refer to the recent comic [[1693: Oxidation]] which is indeed referened in the title text, then that has been written at the bottom of the main explanation and has been there already since the 12th edit less than 1½ hour after the comic came out... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 13 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is nobody else having a problem seeing the comic? Both here and on XKCD I get an &amp;quot;Image not found&amp;quot; icon, a blue question mark. I thought maybe this was an interactive comic that doesn't work on my iPad (like that garden thing, though that did nothing on my computer either). If I tap it on XKCD nothing happens, here it leads to the picture's Wiki page - also with the question mark - which says it's a PNG, which I know this iPad can show. It's 11pm EST, maybe night maintenance on XKCD? Or the file got renamed without updating the sites? - NiceGuy1 [[Special:Contributions/162.158.126.227|162.158.126.227]] 03:12, 14 September 2016 (UTC) I finally signed up! This comment is mine. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:I had trouble seeing it on my own PC using Firefox but not the other browsers I have. See my early comment above. I guess the file is too big for your iPad as it is a very huge file. I tried to download it but it failed. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:07, 14 September 2016 (UTC)&lt;br /&gt;
::It's weird that I got what is clearly an &amp;quot;Image not found&amp;quot; icon, though. Maybe my 1st Gen iPad's Safari saw the file, decided &amp;quot;No way I'm loading that!&amp;quot;(or &amp;quot;that size can't be right&amp;quot;, LOL!) and chose to show the error icon instead. When I force the issue, by going directly to the image URL listed on XKCD, the first time Safari crashed rather than load the image (but it crashes on a regular basis, so that didn't deter me), the second time it crashed, the third time it actually loaded, and I was able to see it. After seeing mentions here of spelling errors (though I have to disagree on &amp;quot;Pokemon&amp;quot;, generally only people connected to the show bother with the accent. Like how I'm the only one who spells Hallowe'en correctly, with the apostrophe), I thought maybe the comic was taken down to correct it, but guess not. LOL! - NiceGuy1 [[Special:Contributions/108.162.218.239|108.162.218.239]] 20:54, 14 September 2016 (UTC) So's this! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I feel that the missing bottom axis is a usability problem, so I fixed it. [http://info.org.il/data/earth_temperature_timeline_bottom_axis.png See it here.]  [[User:Hananc|Hananc]] ([[User talk:Hananc|talk]]) 10:42, 14 September 2016 (UTC)&lt;br /&gt;
:Nice but I'm sure it was on purpose to indicate that time continues down,as well as a possible even worse temperature change. As shown in the previous global warming comic [[1379]] Earth has been 8 degree hotter than now... And apart from the last small segment (albeit a very important one) you either remember that white is normal and bluer is colder redder is warmer or else you cannot use the chart in between the top and bottom, and since this is the longest xkcd comic so far it would be a shame. :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:07, 14 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Okay, now that I've managed to SEE the damn thing, I have a question. There's no mention of why this is using &amp;quot;BCE&amp;quot; and &amp;quot;CE&amp;quot; instead of the standard &amp;quot;BC&amp;quot; and &amp;quot;AD&amp;quot;, never mind what these stand for (thinking and thinking about it, my guess is &amp;quot;Before Christ Era&amp;quot; and &amp;quot;Christ Era&amp;quot;). This is the kind of thing that should be mentioned on ExplainXKCD, LOL! Fun fact: when I searched this page for &amp;quot;BCE&amp;quot;, to confirm it wasn't explained, I got &amp;quot;Over 100 matches&amp;quot;. :) Anyway, I figure maybe those are currently accepted scientific terminology, especially since &amp;quot;AD&amp;quot; is Latin, unlike &amp;quot;BC&amp;quot;, but the average person still uses BC and AD. In fact, I think this is the first time I've ever seen BCE and CE (unless it's been on XKCD before and I just dismissed it as a typo or something. This time there are WAY too many for it to be a mistake every time, including here in the explanation!) - NiceGuy1[[Special:Contributions/108.162.218.239|108.162.218.239]] 21:20, 14 September 2016 (UTC) I finally signed up! This comment is mine. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:It's &amp;quot;Before Common Era&amp;quot; and &amp;quot;Common Era&amp;quot;, an alternative to BC/AD. Pretty common alternative, though I don't know why off-hand - probably to remove the religious connotations of &amp;quot;Christ&amp;quot; and &amp;quot;Year of our Lord&amp;quot;. --[[Special:Contributions/108.162.215.236|108.162.215.236]] 23:23, 14 September 2016 (UTC)&lt;br /&gt;
::Because they're the standards in the scientific community.  The guy above assumed his way is standard, but that's inaccurate. [[Special:Contributions/108.162.212.92|108.162.212.92]] 00:26, 15 September 2016 (UTC)&lt;br /&gt;
:::I assume nothing. My statements are completely accurate. I OBSERVE it is the standard, the only standard anybody (else) seems to use. BC/AD is the &amp;quot;standard&amp;quot; because it is standard practice to use it. For good reason, since I would estimate just about everybody knows what it means, while I am sure I am in the majority in having never heard BCE/CE. It is also not &amp;quot;my&amp;quot; way, I made no choice here, it is the established convention, it is the way accepted and adopted by society. While I would normally be more inclined towards terminology devoid of religion (as seems to be the point here, now that someone kindly clarified these acronyms for me), I feel this would be a losing fight, one it would be foolish to attempt, the classic terminology is too ingrained in society. Sorry. - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:44, 16 September 2016 (UTC) Also mine! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:: For the convenience of archeologists working in the Middle East. [[User:Wwoods|Wwoods]] ([[User talk:Wwoods|talk]]) 01:16, 15 September 2016 (UTC)&lt;br /&gt;
::Thank you! Yes, it sounds to me like the point would be to remove the religious aspect. Personally, I don't really mind the religious terminology, I just see it as historical, keeping a record of where the names and numbering came from. - NiceGuy1 [[Special:Contributions/108.162.218.118|108.162.218.118]] 02:44, 16 September 2016 (UTC) Also mine! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:03, 9 June 2017 (UTC)&lt;br /&gt;
:::Well, &amp;quot;it is the established convention&amp;quot; isn't quite correct either.. checking Wikipedia suggests to me that it's a large argument, and that people that aren't Christian or Muslim (i.e. just under half of all people) really never used the AD/BC notation in the first place. BCE/CE appears to have originated in Jewish European communities some point before the 1700s. [[Special:Contributions/172.70.100.192|172.70.100.192]] 20:12, 5 April 2023 (UTC)&lt;br /&gt;
What this comic doesn't show is what kind of changes occurred in the previous interglacial period as opposed to the current one.  Since the current one is not yet over there could still be a stage of an interglacial with rapid temperature rise which we are only now reaching, but has happened in previous interglacial periods.&lt;br /&gt;
[[Special:Contributions/108.162.219.54|108.162.219.54]] 02:32, 15 September 2016 (UTC)&lt;br /&gt;
:Check out this 400k year comparison of temperature variations from two ice core projects in Antarctica, Lake Vostok and EPICA.  &amp;lt;span id=wikimedia&amp;gt;https://commons.wikimedia.org/wiki/File:Ice_Age_Temperature.png&amp;lt;/span&amp;gt; (Note that Randall's timeline matches up pretty well with the last 20k years on the far right of the graph)  [[Special:Contributions/162.158.69.98|162.158.69.98]] 13:23, 16 September 2016 (UTC) &lt;br /&gt;
&lt;br /&gt;
I think this would be first time where I see global thermonuclear war described as &amp;quot;best case scenario&amp;quot;. There was and still is lot of discussion about how much is current warming caused by humans, but that's not important. Important question is &amp;quot;can we stop it?&amp;quot; and the answer is &amp;quot;not without literally billions of dead&amp;quot; (and even that might not suffice). Any money currently used for most plans to reduce CO2 (which usually fails to reduce CO2, not speaking about global warming, but succeed in their main goal, which is moving the money into pockets of their proponents) would be better spent on ADAPTING to the change. Only plans for reducing CO2 actually worth doing are the ones related to stopping burning fossil fuels, because we will soon need fossil fuels to make food (and other stuff) from. Oh, and also stop burning FOOD. So we should replace fossil fuel power plants with only viable alternative - NUCLEAR. So called renewable power sources like solar are good addition, but doesn't scale to the amount of power and stability we need. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 14:12, 15 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
So disappointing to see that Randall Hitler Munroe subscribes to the obviously false &amp;quot;global warming&amp;quot; religion.  He should know better. [[Special:Contributions/172.68.55.83|172.68.55.83]] 00:11, 16 September 2016 (UTC)&lt;br /&gt;
: Troll troll trolly trolly troll troll troll [[Special:Contributions/162.158.214.217|162.158.214.217]] 03:07, 16 September 2016 (UTC)&lt;br /&gt;
: https://www.explainxkcd.com/wiki/index.php/261:_Regarding_Mussolini {{unsigned ip|141.101.98.126}}&lt;br /&gt;
&lt;br /&gt;
I understand the concept behind this comic, but why doesn't the graph include atmospheric CO2, sulfur aerosols, and solar 10.7cm radio flux for comparison?  Also, for the person who suggested we look at previous interglacial periods, I may be wrong, but I believe a lot of that data comes from ice cores, that would make it hard to look at time periods before the present ice sheets existed.  IIRC, there were periods not too long ago (geologically speaking) where Antarctica was covered in lakes, tundra, and sparse forests instead of ice sheets.[[Special:Contributions/172.68.65.127|172.68.65.127]] 05:08, 16 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The jump of 0.5 degrees from 2000 to 2016 has been shown to be false.  It exists because &amp;quot;scientists&amp;quot; went back and changed (or &amp;quot;seasonally adjusted&amp;quot;) their data to fit their preconceived conclusions.  Just look at Al Gore's 'Inconvenient [Non]Truth', pretty much every doomsday scenario has not occurred.  I expect better of XKCD.[[Special:Contributions/173.245.48.77|173.245.48.77]] 20:58, 15 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would be very nice if they wouldn't spread climate change misinformation.&lt;br /&gt;
22,000 year Time line [20,000 BC to 2000 AD]&lt;br /&gt;
versus&lt;br /&gt;
2.5 to 3 billion years of Evolution&lt;br /&gt;
on a 4 Billion year old Planet&lt;br /&gt;
&lt;br /&gt;
22,000 / 2,500,000,000 = 0.0000088&lt;br /&gt;
Using 0.00088 % of Evolutionary History do decide what the weather is supposed to look like.&lt;br /&gt;
Now an atmospheric history lesson&lt;br /&gt;
-&lt;br /&gt;
Cambrian&lt;br /&gt;
Oxygen 12.5% - Carbon Dioxide 0.45% - Average Temp. 21 °C - sea level 30 - 90 meters&lt;br /&gt;
-&lt;br /&gt;
Ordovician&lt;br /&gt;
Oxygen 13.5% - Carbon Dioxide 0.42% - Average Temp. 16 °C - sea level 180 - 220 - 140 meters&lt;br /&gt;
-&lt;br /&gt;
Silurian&lt;br /&gt;
Oxygen 14% - Carbon Dioxide 0.45% - Average Temp. 17 °C - sea level 180 meters&lt;br /&gt;
-&lt;br /&gt;
Devonian&lt;br /&gt;
Oxygen 15% - Carbon Dioxide 0.22% - Average Temp. 20 °C - sea level 189 - 120 meters&lt;br /&gt;
-&lt;br /&gt;
Carboniferous&lt;br /&gt;
Oxygen 32.5% - Carbon Dioxide 0.08% - Average Temp. 14 °C - sea level 120 - 0 - 80 meters&lt;br /&gt;
-&lt;br /&gt;
Permian&lt;br /&gt;
Oxygen 23% - Carbon Dioxide 0.09% - Average Temp. 16 °C - sea level 60 - 0 - -20 meters&lt;br /&gt;
-&lt;br /&gt;
Triassic&lt;br /&gt;
Oxygen 16% - Carbon Dioxide 0.1750% - Average Temp. 17 °C - sea level 0 meters&lt;br /&gt;
-&lt;br /&gt;
Jurassic&lt;br /&gt;
Oxygen 26% - Carbon Dioxide 0.1950% - Average Temp. 16.5 °C&lt;br /&gt;
-&lt;br /&gt;
Cretaceous&lt;br /&gt;
Oxygen 30% - Carbon Dioxide 0.17% - Average Temp. 18 °C&lt;br /&gt;
-&lt;br /&gt;
Paleogene&lt;br /&gt;
Oxygen 26% - Carbon Dioxide 0.05% - Average Temp. 18 °C&lt;br /&gt;
-&lt;br /&gt;
Neogene&lt;br /&gt;
Oxygen 21.5% - Carbon Dioxide 0.028% - Average Temp. 14 °C&lt;br /&gt;
-&lt;br /&gt;
Current&lt;br /&gt;
Oxygen 20.9% - Carbon Dioxide 0.039% - Average Temp. 15 °C&lt;br /&gt;
&lt;br /&gt;
As you can see an atmosphere when healthy should have&lt;br /&gt;
Oxygen 25 - 32%&lt;br /&gt;
Carbon dioxide 0.1 - 0.15%&lt;br /&gt;
Average Temperature 14 - 18 °C&lt;br /&gt;
Sea level 60 - 180 meters&lt;br /&gt;
and there should be no polar ice caps&lt;br /&gt;
&lt;br /&gt;
our sea level is at extinction levels&lt;br /&gt;
our carbon dioxide is almost too low for plants to survive&lt;br /&gt;
and our oxygen level is almost suffocatingly low&lt;br /&gt;
&lt;br /&gt;
Less Carbon Dioxide means less Plants&lt;br /&gt;
Less plants means less Oxygen&lt;br /&gt;
Less Oxygen means less Life[[Special:Contributions/108.162.246.112|108.162.246.112]] 07:24, 17 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think the point of comics is that while there were changes in temperature before, they were never this rapid. Although I wouldn't be sure about THAT either ... granted, the previous rapid changes were accompanied with mass extinction ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 15:16, 17 September 2016 (UTC)&lt;br /&gt;
::Yeah, the long sample intervals and best fit curves from pre-industrial temperature estimates tend to smooth out any rapid changes that may have occurred over the time period (Think of an ECG/EKG that took a single instantaneuos microvolt sample once every 15 minutes of your life from birth to death, the resulting deflection graph would not look like anything like a normal heart rhythm, but it could be interpreted as the average electrical activity of your heart over the course of a lifetime).  It's true that the rapid climate shifts we are able see in geological records usually coincide with things like supervolcano eruptions and asteroid impacts.  But those shifts are usually to the negative end from the nuclear winter effect.  Idea for reversing global warming without affecting CO2 emissions, just send a couple of hypervelocity rods or a gravity-tractored asteroid into a dormant supervolcano caldera every few years and... instant winter. [[Special:Contributions/173.245.51.75|173.245.51.75]] 02:38, 18 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Very interesting and important work.&lt;br /&gt;
&lt;br /&gt;
Actually.... Solomon and Jesus are not historical figures. Outside the Old and the New Testament, there is no archaeological or other evidence for their existence. I suppose, Jesus has played a significant role in history. So, you may be justified to add an entry saying something like &amp;quot;Date that religious traditions hold as the date of birth of Jesus.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then, if you mention, say, Shakespeare, then you should also mention the estimated composition of the Bible, an event with more important historical influences.&lt;br /&gt;
&lt;br /&gt;
Roman empire was continued for more than thousand years (Eastern Roman Empire, today reffered as Byzantium).&lt;br /&gt;
&lt;br /&gt;
Current scholarly wisdom is that the Homeric epics, (the Iliad and the Odussey) were composed at the second half of the 8th century, perhaps around 720 BCE.&lt;br /&gt;
[[User:Konstantas|Konstantas]] ([[User talk:Konstantas|talk]]) 05:14, 19 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Except that no historical evidence has ever contradicted the Bible, and many archaeological discoveries were predicted by it.&lt;br /&gt;
:According to proper scientific analysis, it is the most accurate historical document(s) in existence. [[Special:Contributions/172.70.51.173|172.70.51.173]] 02:19, 11 August 2021 (UTC) Darryl&lt;br /&gt;
&lt;br /&gt;
I wonder if it is getting to be a good time to make a followup, showing the further warming over the last several years and the rightward movement of the 'if we...' paths.  21-Feb-2020&lt;br /&gt;
&lt;br /&gt;
~5000 BCE is &amp;lt;s&amp;gt;higher&amp;lt;/s&amp;gt; slightly lower then now ([[User talk:Squishmallow fan|talk]]) 01:47, 10 February &amp;lt;s&amp;gt;2011&amp;lt;/s&amp;gt; 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Actual best-case scenario == &amp;lt;!-- please keep this header so it can be linked from off-site discussions --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [http://imgur.com/a/H4prq actual best-case scenario] is far better than Randall's depiction; please see. However, the URLs below in that linked Imgur gallery's first caption were rendered unclickable, probably for spam protection measures, so I reproduce them here:&lt;br /&gt;
:;Actual &amp;quot;best-case scenario assuming immediate massive action to limit emissions&amp;quot;&lt;br /&gt;
:From https://www.theguardian.com/environment/2013/apr/17/why-cant-we-give-up-fossil-fuels  &lt;br /&gt;
:What will it take to get to this scenario? https://www.solveforx.com/explorations/foghorn/ with http://freenights.txu.com/ and http://co2-chemistry.eu/ for ocean carbonate-sourced plastic composite structural lumber allowing reforestation.&lt;br /&gt;
[[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 15:02, 22 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: First, the Guardian is a newspaper, not a science journal. Second, that article is from 2013, before the latest upsurge. Third, even ignoring those things, the article doesn't say what you claim it does. The single most optimistic sentence I see is ''&amp;quot;If we are lucky, the impact of burning all that oil, coal and gas could turn out to be at the less severe end of the plausible spectrum.&amp;quot;'' The rest of the article is quite pessimistic, such as ''&amp;quot;it is overwhelmingly likely that we would shoot well past 2C and towards 3C or even 4C of warming.&amp;quot;''&lt;br /&gt;
: Please post exact quotes where your links talk about a better scenario. Please do not post URLs and expect us to figure out what you mean. You are making the claim, the burden of proof is on you. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 17:13, 5 October 2016 (UTC)&lt;br /&gt;
::How do you expect me to quote from [http://imgur.com/a/H4prq the graphs]? I can't upload images, maybe I need more edits. Please ask any questions you like. [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 06:14, 1 November 2016 (UTC)&lt;br /&gt;
::: please explain how the Guardian graph you posted on imgur has to do with better scenarios. The title: &amp;quot;Cuts required for 50% chance of not exceeding 2°C&amp;quot;. The footer: &amp;quot;CO2 emissions since 1850 (red); exponential growth (blue); cuts to hit climate target (dashed).&amp;quot; It says that in order to '''possibly''' reach the &amp;quot;optimistic&amp;quot; +2° scenario (Randall's 2nd line, not the 1st one), we would need to cut anthropogenic CO2 to about 1/10th our current level, which is ridiculously unlikely to happen. The other graphs you posted are just hypothetical extrapolations about energy production that, even if they're trustworthy (which I doubt) don't reference any climate scenarios at all, much less ones better than the timeline. Until you can post a cogent explanation, I will assume you are trolling and undo your edits. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 17:19, 2 November 2016 (UTC)&lt;br /&gt;
:::: If you extrapolate [http://i.imgur.com/G6OSyYE.jpg] to 2023-4, renewables dominate, right? Wind has been in competitive equilibrium with coal since 1995, and solar hit grid parity early this year and is expected to continue falling in price about as fast at least until 2035. Is there any reason to believe fossil fuels won't be abandoned by 2030? [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 02:01, 3 November 2016 (UTC)&lt;br /&gt;
::::: Exactly zero words in your explanation discuss how the linked graphs show the existence of a better scenario than the ones listed in the timeline. Your very first graph, from the Guardian, explicitly says '''50% chance of not exceeding 2°C''', which is Randall's middle scenario. That means '''it supports exactly what Randall is saying.''' It says absolutely nothing about a scenario better than the &amp;quot;best case&amp;quot; timeline. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:06, 3 November 2016 (UTC)&lt;br /&gt;
::::: Do you understand the words that I am saying? The words that I have been saying from the start of this conversation? I don't f***ing care about pie in the sky energy projects. '''Even if your energy claims are correct, they don't say a single d**n thing about beating the +1.2°C curve.'''. - [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 21:13, 3 November 2016 (UTC)&lt;br /&gt;
:::::: I apologize. I confused the +1° mark with +2°. The labels are so far above at the top. You are correct. I will forgo uploading the graphs as we are now in agreement. [[User:JSalsman|JSalsman]] ([[User talk:JSalsman|talk]]) 22:23, 3 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Joanne Nova ==&lt;br /&gt;
&lt;br /&gt;
* http://www.skepticalscience.com/How-Jo-Nova-doesnt-get-past-climate-change.html&lt;br /&gt;
* http://blog.hotwhopper.com/2014/03/almost-everything-we-know-about-fake.html&lt;br /&gt;
* http://skeptico.blogs.com/skeptico/2009/02/global-warming-denial.html&lt;br /&gt;
* http://www.desmogblog.com/joanne-nova-climate-skeptics-handbook&lt;br /&gt;
* http://rationalwiki.org/wiki/Joanne_Nova&lt;br /&gt;
* http://itsnotnova.wordpress.com/&lt;br /&gt;
- [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 23:41, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Interesting Ways to Look at it. ==&lt;br /&gt;
&lt;br /&gt;
Hey, I had a great time scrolling down and watching the earth heat up :).[[Special:Contributions/108.162.245.115|108.162.245.115]] 19:47, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
ICYMI, [https://www.cato.org/ Cato] provides an [http://www.cgd.ucar.edu/cas/wigley/magicc/ IPCC MAGICC] [http://www.cgd.ucar.edu/cas/wigley/magicc/UserMan5.3.v2.pdf climate model] simulator for [https://www.cato.org/blog/current-wisdom-we-calculate-you-decide-handy-dandy-carbon-tax-temperature-savings-calculator anyone to examine]. FWIW, I side with {{w|Bjorn Lomborg}}, who famously champions a [http://www.lomborg.com/ middle way] in climate science for the sake of [https://www.washingtonpost.com/news/in-theory/wp/2016/09/19/when-it-comes-to-climate-change-lets-get-our-priorities-straight/ downtrodden peoples around the world]. Should we reconsider this [http://www.explainxkcd.com/wiki/index.php/1732:_Earth_Temperature_Timeline#Explanation explanation] in this light? [[User:Run, you clever boy|Run, you clever boy]] ([[User talk:Run, you clever boy|talk]])&lt;br /&gt;
&lt;br /&gt;
== Fact checking the chart on Stack Exchange ==&lt;br /&gt;
&lt;br /&gt;
I posted a question on Earth Sciences Stack Exchange about how the {{w|Younger Dryas}} fits into this comic: http://earthscience.stackexchange.com/q/9103/6973&lt;br /&gt;
&lt;br /&gt;
There was also an existing question about the chart's general accuracy: http://earthscience.stackexchange.com/q/8746/6973&lt;br /&gt;
&lt;br /&gt;
--[[User:Aaron Rotenberg|Aaron Rotenberg]] ([[User talk:Aaron Rotenberg|talk]]) 02:53, 14 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translation of the Morse code message ==&lt;br /&gt;
&lt;br /&gt;
The translation of the explanation in &amp;quot;Telegraph&amp;quot;, written in Morse code, is: &amp;quot;Now, the mother of Samuel Morse always sent the lad out on a horse.&amp;quot; [[User:Agusbou2015|Agusbou2015]] ([[User talk:Agusbou2015|talk]]) 15:56, 28 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Sad comics&amp;quot; ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...So after the election of a climate change denier later in the year of this comic's release, several sad comics have been posted. Some of the reason could be that Randall no longer believes that even his worst fears (as expressed by the current path at the bottom) will hold up, when USA gets a president, who will on purpose act in a way that scientist claims will make the temperature rise even more. See more here.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I've mentioned this on the talk page for [[2137: Text Entry]], but I'll reiterate it here: this observation is not factual, not relevant to the explanation, and does not belong in the description of this comic. If you read it in context, you will see that it is also a non-sequitur, clumsily inserted after one or two factual sentences - it does not follow from anything prior in the discussion. It is poorly expressed and the point being made is unclear in any case.&lt;br /&gt;
&lt;br /&gt;
While the user doing this may well have honest intentions, they are simply defacing articles with their own anti-Trump projections and spamming a link to their own, misleadingly-titled page ([[Sad comics]]) which has no clear meaning or explanatory value. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 16:38, 26 April 2019 (UTC)&lt;br /&gt;
:I have removed the offending paragraph. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 21:20, 26 May 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
The industrial revolution and its consequences have been a disaster for the human race, and this graph shows it.[[Special:Contributions/172.68.50.19|172.68.50.19]]&lt;br /&gt;
:I agree that it has probably been a disaster (certainly a gamechanger) for the ecosystems, causing changes and challenges that are so much different to what everything else woupd have experienced without such a heavy hand of humans upon the planet. But for &amp;quot;the human race&amp;quot;,vI wonder if there'd be so many billions of us if industrial (and post-malthusian) developments had never arisen. By a simplistic numbers game, we are (currently) ranking higher than it seems likely a more nature-tuned alternative 20th/21st-Century would have looked like.&lt;br /&gt;
:A higher population doesn't guarantee &amp;quot;success&amp;quot;, I know, and only hindsight will say for sure whether unprecedented growth leads to unprecedented decline in the same 'scoring' value (indicating that it isn't the best score to use long-term), but some would say this. (Not me, I'm just philosophising here.)&lt;br /&gt;
:Beyond this, if only by entering the Industrial Age do we have the ability to foresee and forestall some asteroid impact..? Perhaps then the (somewhat damaged) ecosystem actually lives on 'better' (subjectively) from our flawed attempt to industrially improve the planet, to our own ends, the rediscovery of ecoprinciples and then the successful aversion of another planet-killing asteroid (or at least the development of &amp;quot;arks&amp;quot; to let the current biodiversity to ride out the problem, here or elsewhere). Unless you have the view that the post-now changes (like the post-dinosaur/etc changes) are themselves higher scoring on the nature-scale. (But then if an unaverted asteroid is equal to a prior one, then is our polluion of the world equal to when earlier organisms started to fill the atmosphere with deadly oxygen and convert the world to an entirely different phase of life?)&lt;br /&gt;
:What can definitely be said is that we're doing ''something'', but expect some people (who aren't actually full-on deniers) to suggest that it isn't really a bad thing. Which it probably is, of course. Or at least not the ''best'' thing, and there's probably better outcomes than the one we're tumbling into, by whatever measure. [[Special:Contributions/172.70.86.31|172.70.86.31]] 09:03, 1 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2497:_Logic_Gates&amp;diff=334750</id>
		<title>Talk:2497: Logic Gates</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2497:_Logic_Gates&amp;diff=334750"/>
				<updated>2024-02-10T01:47:23Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: sorry i forgot my signature&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;
As someone has just Transcripted basically almost all the fine detail I had planned to entable in the Explanation, I shall not now create repetition. Though I had a little more description to the NORXONDOR GOGONAX, in particular, to reference bidirectional (antiparallel) diode pairings (e.g. an LED assembly that glows a different hue depending upon the applied current bias) as probable inspiration, and that latched Flip-Flops surely inspired some part of the Frankensteinian gate-types, too. [[Special:Contributions/141.101.99.119|141.101.99.119]] 00:08, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Also, surprised there was no direct &amp;quot;GONDOR&amp;quot; reference. Or maybe that's because it was ''too'' obvious?) [[Special:Contributions/141.101.99.211|141.101.99.211]] 00:12, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I was also missing a &amp;quot;GONDOR&amp;quot; reference, and all the X's also made me think XEHANORT. [[Special:Contributions/172.70.126.174|172.70.126.174]] 03:49, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Never mind GONDOR, surely &amp;quot;The black GATES of MORDOR&amp;quot; should feature heavily? 11:45, 6 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
...So, who's ready to draw up some truth tables? [[Special:Contributions/172.70.126.211|172.70.126.211]] 01:22, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't get the lines in the bitwise-operation example to align properly; the first one is indented a tad.  Can someone please fix that? Thanks... [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 04:11, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The symbol for norx gate (1-input OR, two outputs) I'd read as a noninverting buffer to increase another gate's usable fan-out. Xand gort resembles the symbol for an [[wikipedia:Operational amplifier|op-amp]]. Given the subtraction that an op-amp does, the xand gort's truth table probably resembles that of the [[wikipedia:Material conditional|&amp;quot;implies&amp;quot; operator]]. [[User:Tepples|Tepples]] ([[User talk:Tepples|talk]]) 04:23, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
the &amp;quot;NORG XORT&amp;quot; is not equivalent to an XOR, as the symbol is round on the right. --[[Special:Contributions/141.101.69.186|141.101.69.186]] 06:39, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Right, &amp;quot;NORG XORT&amp;quot; would be a XNAND with inverted inputs, though I don't know what the logic table from a XAND or XNAND gate would look like. If De Morgan applies to XAND/XOR the same way as with AND/OR, would a &amp;quot;NORG XORT&amp;quot; then be equivalent to a XOR ? [[Special:Contributions/162.158.129.43|162.158.129.43]] 15:12, 3 August 2021 (UTC)&lt;br /&gt;
:: I think it is specifically a hybrid between XOR and NAND.  The left edge is curved like OR, and the right edge curved like AND.  I did spend some time thinking about XAND, though.  One of my ideas was a &amp;gt;2-input AND that is only true if exactly 2 inputs are true.  I wonder what qubit gates are like.  [[Special:Contributions/108.162.219.174|108.162.219.174]] 16:16, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Logic Gates&lt;br /&gt;
It seems to me that their ought to be 16 possible logic gates.  Although some would ignore one or both inputs.  [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 07:18, 3 August 2021 (UTC)&lt;br /&gt;
:Yes. The 74181 4-bit arithmetic logic chip implements all 16 possible binary logic operations. See https://en.m.wikipedia.org/wiki/74181 [[Special:Contributions/162.158.94.253|162.158.94.253]] 07:34, 3 August 2021 (UTC)&lt;br /&gt;
:: It doesn't say the names of the various gates.  On my list I made up a few, like &amp;quot;Only B&amp;quot; that only returns true if B is true and A isn't.  Are their real names for this? [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 18:57, 3 August 2021 (UTC)&lt;br /&gt;
::: I could suggest &amp;quot;Unless&amp;quot; (as in 'B unless A', or maybe to counterpart 'A unless B' with standard order of operands, 'A disallows B'). Though the partially composite construct '!A &amp;amp;&amp;amp; B' would be easier to grasp by those already handling logic statements, I think. [[Special:Contributions/141.101.76.78|141.101.76.78]] 19:24, 3 August 2021 (UTC)&lt;br /&gt;
::: https://en.wikipedia.org/wiki/Truth_function#Table_of_binary_truth_functions --[[Special:Contributions/162.158.126.135|162.158.126.135]] 23:02, 3 August 2021 (UTC)&lt;br /&gt;
:::: So '''&amp;quot;Only B&amp;quot;''' is called '''&amp;quot;Converse nonimplication&amp;quot;'''?!  Maybe I'm the ''only'' logical person. [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 06:30, 4 August 2021 (UTC)&lt;br /&gt;
:As Randall drew gates with two outputs, these would have 256 (16^2) possible functions [[Special:Contributions/162.158.94.252|162.158.94.252]] 15:15, 3 August 2021 (UTC)&lt;br /&gt;
:: That couldn't logically be anything but two logic gates sharing the same input. [[User:Algr|Algr]] ([[User talk:Algr|talk]])&lt;br /&gt;
:When both inputs to the norxondor gorgonax are 0, the output is '''2.''' [[Special:Contributions/172.70.110.45|172.70.110.45]] 21:27, 18 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
there should be a category of comics where it starts out like a normal list and gets weirder and weirder like [[2070:_Trig_Identities|Trig Identities]] [[Special:Contributions/172.70.34.164|172.70.34.164]] 18:53, 3 August 2021 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
What, no IMPLIES gate? I actually used this once to implement a NOT operation in a database see search. [[User:Joem5636|Joem5636]] ([[User talk:Joem5636|talk]]) 11:00, 4 August 2021 (UTC)&lt;br /&gt;
: Yeah, neither IMPLY nor NIMPLY, the only asymmetric gates where the inputs can't be arbitrarily swapped. IMPLY: 0,0-&amp;gt;1; 0,1-&amp;gt;1; 1,0-&amp;gt;0, 1,1-&amp;gt;1; NIMPLY 0,0-&amp;gt;0; 0,1-&amp;gt;0; 1,0-&amp;gt;1, 1,1-&amp;gt;0  [[Special:Contributions/162.158.91.2|162.158.91.2]] 15:25, 16 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It appears to me that the new gate names are just taken from the letters of the original gate names: NAND, NOR, XOR,and GATE. They're just stuck together in ways that tickled the creator's fancy. OK, tha's already been noted. [[Special:Contributions/172.70.130.108|172.70.130.108]] 11:11, 4 August 2021 (UTC) [[Special:Contributions/108.162.216.239|108.162.216.239]] 11:13, 4 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unlike professional devs, I don't have a multiocular O key on my keyboard, so I verbosely write out __norxondor_gorgonax_bitwise everywhere in my code when writing kernel modules :-/ [[Special:Contributions/172.70.110.44|172.70.110.44]] 22:57, 4 August 2021 (UTC)&lt;br /&gt;
:You need a [http://www.catb.org/~esr/jargon/html/S/space-cadet-keyboard.html better keyboard]. :-) [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 23:35, 4 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it just me, or did the first four gates sound Seussy to someone else? &amp;quot;AND gate, OR gate, NOT gate, NOR gate.&amp;quot; [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 04:10, 5 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
there should be a category of comics that start out with obvious/known things and get weirder and weirder like this. the only other one i can think off the top of my head is [[2070:_Trig_Identities|2070: Trig Identities]] though [[Special:Contributions/172.68.65.221|172.68.65.221]] 01:39, 13 August 2021 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
NORG might be a reference to the boss of the same name in Final Fantasy 8&lt;br /&gt;
--[[Special:Contributions/162.158.89.10|162.158.89.10]] 10:22, 21 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
i think i understood the gates [https://docs.google.com/document/d/17YKoFXpkBlgRnb1HpX-DisYaFdnrS0YubSMkldKNR_0/edit?usp=sharing pretty well] [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 01:47, 10 February 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== “Stream Norxondor Gorgonax music”? ==&lt;br /&gt;
&lt;br /&gt;
Predates comic.&lt;br /&gt;
https://m.soundcloud.com/d3x&lt;br /&gt;
Stream Norxondor Gorgonax music&lt;br /&gt;
&lt;br /&gt;
: i don't think it predates the comic, soundcloud allows users to change their displayed name freely; only the profile name (i.e. d3x here) is fixed. --[[Special:Contributions/162.158.91.80|162.158.91.80]] 17:10, 19 November 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=258:_Conspiracy_Theories&amp;diff=334729</id>
		<title>258: Conspiracy Theories</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=258:_Conspiracy_Theories&amp;diff=334729"/>
				<updated>2024-02-09T20:28:00Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: /* Transcript */ you cant forget the ripple lines! :D&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 258&lt;br /&gt;
| date      = May 7, 2007&lt;br /&gt;
| title     = Conspiracy Theories&lt;br /&gt;
| image     = conspiracy theories.png&lt;br /&gt;
| titletext = There are a lot of graduate-educated young-earth creationists.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
===Conspiracy theories===&lt;br /&gt;
A {{rw|conspiracy_theory|conspiracy theory}} purports to explain a social, political, or economic event as being caused or covered up by a covert group or organization. A typical example is the {{rw|Moon_landing_hoax|Moon landing conspiracy}}, which asserts that no human has ever reached the Moon.&lt;br /&gt;
&lt;br /&gt;
Once a conspiracy theory starts, it often grows stronger. This is due to a &amp;quot;{{rw|Morton's_fork|Morton's fork}}&amp;quot;, a situation where no matter what is observed, the same conclusion is reached:&lt;br /&gt;
*Facts agreeing with the theory are, of course, evidence for the theory.&lt;br /&gt;
*Facts disagreeing with the theory are considered part of the cover-up. This suggests that there is, in fact, a cover-up in the first place. Therefore, contradictions to the theory are also treated as evidence for the theory.&lt;br /&gt;
&lt;br /&gt;
In the case of the Moon landing, conspiracy theorists assume videos of men walking on the Moon to be faked by Hollywood studios. The existence of the assumed fake videos &amp;quot;proves&amp;quot; the cover-up. Also, the absence of filming crew or anything else needed for faking a video is considered further proof of how carefully the cover-up was planned.&lt;br /&gt;
&lt;br /&gt;
No matter what happens next, it will be taken as evidence for the conspiracy theory. As one person put it: &amp;quot;To a conspiracy theorist, there are only two kinds of evidence: evidence that proves their theory correct, and evidence that proves the conspiracy ''goes deeper than they ever imagined''.&amp;quot; In reality, the more elaborate the cover-up, the less realistic it is. There would be many more details to expose, and many more people involved, each of whom could spill the secrets with a lower chance of being identified.&lt;br /&gt;
&lt;br /&gt;
People promoting these theories belong to a small minority, but they gain attention from many people — often without much knowledge on that specific matter. People who have actual knowledge about a given subject just get frustrated by this, because it seems like smart or educated people should reject conspiracy theories for lack of proof. If a conspiracy theory does have proof, it is really science or investigative journalism.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Young Earth creationism}}, which claims that the Earth is only thousands of years old, instead of the billions of years evolutionary scientists suggest. Believers in this theory generally either ignore evidence for the Earth's age, claim it to be inaccurate or misinterpreted, or claim that it is all part of how the Earth was created. The &amp;quot;conspiracy theory&amp;quot; connection arises when they claim that scientists, for some reason, collectively refuse to consider (what they consider to be) evidence of a young Earth.&lt;br /&gt;
&lt;br /&gt;
===Conversation===&lt;br /&gt;
In the comic, [[Hairy]] starts pointing out perceived &amp;quot;errors&amp;quot; in the {{rw|9/11|&amp;quot;official&amp;quot; 9/11 story}}, obviously starting to describe the {{w|9/11 conspiracy theory}}. [[Cueball]] immediately cuts him off, and delivers a speech about conspiracy theories being a {{w|glitch}} in reasoning that anyone can experience.&lt;br /&gt;
&lt;br /&gt;
The overall message of the comic, which the title text elaborates upon, is to challenge the assumption that conspiracy theorists are stupid. On the whole, Cueball considers Hairy smart, and is heartbroken to see his friend waste his potential on this. He believes that Hairy, and other conspiracy theorists, have reasoned themselves into their position to some extent, but the reassurance from their belief now stops them from realizing that their initial reasoning was faulty. The comic asserts that ''anyone'' can fall into this pattern of thinking, no matter how reasonable or educated they are. The title text gives a point of evidence for this, that many Young Earth creationists are college-educated, and therefore cannot be written off as stupid in general.&lt;br /&gt;
&lt;br /&gt;
Cueball acknowledges that he has been unable to get through to conspiracy theorists in the past, so he tries to get Hairy to see the light by talking about these experiences. He raises the {{rw|Logical_fallacy|logical fallacies}} involved in conspiracy theories in general, and compares Hairy's behavior to other conspiracy theories that he believes Hairy wouldn't have fallen for: {{rw|Young_Earth_creationism|Young Earth creationism}}, {{w|Moon landing conspiracy|the Moon landing}}, and {{rw|perpetual_motion|Perpetual motion}} machines. This is an effort to open Hairy up to the idea that he has, in fact, fallen for a conspiracy theory. When Cueball acknowledges his past debate partners as smart people who were misled by fictions anyway, he is trying to give some counter-reassurance so that Hairy isn't too embarrassed to admit he was wrong.&lt;br /&gt;
&lt;br /&gt;
However, Hairy suddenly claims that humans never landed on the Moon, revealing that he does believe a theory that Cueball assumed was beneath him. Thus, we don't find out whether Cueball's approach would have worked otherwise. The two are left at an impasse where each thinks their beliefs should be obvious to the other; it is as if they are living in different realities. Cueball is so frustrated that he just walks away with no further comment.&lt;br /&gt;
&lt;br /&gt;
===Bug reporting===&lt;br /&gt;
In the last panel, Cueball asks {{rw|God}} to fix the error that allows otherwise reasonable beings to believe conspiracy theories. This follows from Cueball calling this behavior a glitch. This is a not-so-subtle joke as religious belief tends to be connected to certain conspiracy theories (such as Young Earth Creationism, as mentioned in the strip). The joke, then, is that Cueball believes in (and converses with) God, but instead of following religious conspiracy theories, uses the relationship for {{w|debugging}}. &lt;br /&gt;
&lt;br /&gt;
A {{w|bug report}} is a description of some error, or &amp;quot;{{w|Bug (engineering)|bug}}&amp;quot;, that occurred when using a computer program, to inform the developer of a problem that needs to be fixed. The comic draws a comparison between prayer and developer feedback. Filing a &amp;quot;bug report&amp;quot; to God should be unnecessary, as God is generally understood by believers to be omniscient. Thus, God must already be aware of the problem, and allow it to exist for explicable reasons of &amp;quot;God's will.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Hairy: The official story of 9-11 is full of holes. Take the—&lt;br /&gt;
:Cueball: Please, stop, because seeing this happen to you breaks my heart.&lt;br /&gt;
&lt;br /&gt;
:Cueball: Conspiracy theories represent a known glitch in human reasoning. The theories are of course occasionally true, but their truth is completely uncorrelated with the believer's certainty. For some reason, sometimes when people think they've uncovered a lie, they raise confirmation bias to an art form. They cut context away from facts and arguments and assemble them into reassuring litanies. And over and over I've argued helplessly with smart people consumed by theories they were sure were irrefutable, theories that in the end proved complete fictions.&lt;br /&gt;
:Cueball: Young-Earth Creationists, the Moon Landing people, the Perpetual Motion subculture — can't you see you're falling into the same pattern?&lt;br /&gt;
&lt;br /&gt;
:Hairy: You don't seriously believe we landed on the moon, do you?&lt;br /&gt;
&lt;br /&gt;
:[Cueball walks away, frustrated, with ripple lines behind him.]&lt;br /&gt;
&lt;br /&gt;
:[Cueball kneels down with folded hands, praying:]&lt;br /&gt;
:Cueball: Dear God.&lt;br /&gt;
:[Booming from the sky:]&lt;br /&gt;
:God: '''YES, MY CHILD?'''&lt;br /&gt;
:Cueball: I would like to file a bug report.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Religion]]&lt;br /&gt;
[[Category:Conspiracy theory]]&lt;br /&gt;
[[Category:9/11]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=427:_Bad_Timing&amp;diff=334635</id>
		<title>427: Bad Timing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=427:_Bad_Timing&amp;diff=334635"/>
				<updated>2024-02-09T14:54:13Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: added lakes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 427&lt;br /&gt;
| date      = May 23, 2008&lt;br /&gt;
| title     = Bad Timing&lt;br /&gt;
| image     = bad_timing.png&lt;br /&gt;
| titletext = Protip: Even without the red spiders, never have that conversation halfway through a balloon ride.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]] breaks up with [[Megan]] in the middle of a {{w|hot air balloon}} ride. Then {{w|Non sequitur (literary device)|the red spiders attack}}. &lt;br /&gt;
&lt;br /&gt;
The red spiders are among the earliest xkcd [[characters]], first appearing in [[8: Red spiders]].&lt;br /&gt;
&lt;br /&gt;
As the protip in the title text states, a break-up conversation while you are stranded in an inaccessible location is very poor manners. Also, the suggestion may be interpreted that breaking up in a hot air balloon is a very dangerous way to do it; the reaction may result in one or both parties falling out of the basket, or at least make the remainder of the flight very awkward.&lt;br /&gt;
&lt;br /&gt;
This was the first comic to give a ''protip'' in the title text, but several have followed, as can be seen in the [[:Category:Protip|protip category]].&lt;br /&gt;
&lt;br /&gt;
The full series of [[:Category:Red Spiders|Red Spiders]] comics:&lt;br /&gt;
*[[8: Red Spiders]], the first one.&lt;br /&gt;
*[[43: Red Spiders 2]], in which the spiders begin building.&lt;br /&gt;
*[[47: Counter-Red Spiders]], in which the humans begin a counter-offensive.&lt;br /&gt;
*[[126: Red Spiders Cometh]], in which the spiders attack a city.&lt;br /&gt;
*[[427: Bad Timing]], this one.&lt;br /&gt;
*[[442: xkcd Loves the Discovery Channel]], in which it appears briefly in the 14th panel crawling over a cube.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan, flying in a hot air balloon that takes up most of the panel.]&lt;br /&gt;
:Cueball: I like you. I'm just not feeling the relationship.&lt;br /&gt;
&lt;br /&gt;
:[The hot air balloon is now further away, and a rough sketch of the ground below with lakes is shown.]&lt;br /&gt;
:Cueball: I'm sorry.&lt;br /&gt;
&lt;br /&gt;
:[Only the basket of the hot air balloon is shown, with the rest being cut off by the edge of the panel.]&lt;br /&gt;
:Cueball: It's just bad timing. Me with my classes, you with your work, the spiders...&lt;br /&gt;
:Megan: The what?&lt;br /&gt;
&lt;br /&gt;
:[Red Spiders crowd onto the balloon, causing it to begin to fall. Cueball and Megan look panicked.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Red Spiders]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Protip]]&lt;br /&gt;
[[Category:Animals]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2871:_Definitely&amp;diff=334634</id>
		<title>Talk:2871: Definitely</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2871:_Definitely&amp;diff=334634"/>
				<updated>2024-02-09T14:32:57Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Regrettably for someone who has mild dyslexia, and with it in All Caps, I have difficulty seeing the subtleties of the spellings. [[User:RIIW - Ponder it|RIIW - Ponder it]] ([[User talk:RIIW - Ponder it|talk]]) 09:08, 23 December 2023 (UTC)&lt;br /&gt;
:Seems intentional; it would be less funny if the typos were more obvious?   &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 13:40, 23 December 2023 (UTC) &lt;br /&gt;
&lt;br /&gt;
I have defiantly left this typo as-is, on purpose, before.   &lt;br /&gt;
[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 13:40, 23 December 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I buffed up the Explanation (basically replaced it, the editor-suggestions for 'other not-wrong-honest spellings' didn't fit. Maybe I should transplant that down here as a game for us all to play 'aside' from any Explain). Some phrasing or language I can see being ripe for going under the scalpel/wrecking-ball of the next editor to arrive here, but I think it's a decent framework that covers most of the points. Just the one thing I nearly added, but left off, was actually going into the various Word-Meaning pairs. I can imagine why some of the Meanings are used (seem to have a sense that aligns with the letter-jumble that makes the Word wrong), but not enough to do a full table about it (as an obvious attempt at over-analysis). But if anyone else has a yen to do so then... Just remember that I thought of it first. ;) [[Special:Contributions/141.101.99.59|141.101.99.59]] 16:14, 23 December 2023 (UTC)&lt;br /&gt;
: You beat me to it. I was unable to ascertain any way to link clues in the misspellings to the meanings assigned to them, and I think that the meanings were haphazardly, even absurdly, assigned. [[Special:Contributions/162.158.186.248|162.158.186.248]] 16:28, 23 December 2023 (UTC)&lt;br /&gt;
Not sure whether or not this merits a table, but I think the apparent reference to the 2008 film &amp;quot;Definitely, Maybe&amp;quot; is worth mentioning, at least. (I probably put it in an awkward spot, though.)[[Special:Contributions/172.70.174.134|172.70.174.134]] 17:55, 23 December 2023 (UTC)&lt;br /&gt;
:Definitely. ... Maybe?   &lt;br /&gt;
:No, definitely. Please do.   &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 17:21, 25 December 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
All options definotly accounted for. [[Special:Contributions/172.70.211.187|172.70.211.187]] 18:36, 23 December 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall misspelled leopard in the title text. [[Special:Contributions/162.158.202.7|162.158.202.7]] 23:23, 23 December 2023 (UTC)&lt;br /&gt;
:I'm in the cat right now, but when I get home I'll shove the car off my leopard &amp;amp; see about getting a correction   &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 17:19, 25 December 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Diffinatley [[User:TenGolf MathHacker|TenGolf MathHacker]] ([[User talk:TenGolf MathHacker|talk]]) 17:47, 5 January 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
a coin will defineatly land on heads [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 14:32, 9 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=47:_Counter-Red_Spiders&amp;diff=334603</id>
		<title>47: Counter-Red Spiders</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=47:_Counter-Red_Spiders&amp;diff=334603"/>
				<updated>2024-02-09T02:13:55Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: /* Transcript */ eleven. there is eleven&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 47&lt;br /&gt;
| date      = January 9, 2006&lt;br /&gt;
| title     = Counter-Red Spiders&lt;br /&gt;
| before    = &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20060529063441/http://xkcd-drawings.livejournal.com/#:~:text=Drawing%3A%20Counter%2DRed%20Spiders LiveJournal title&amp;lt;/span&amp;gt;]: '''Drawing: Counter-Red Spiders'''&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
| image     = counter-red-spiders.jpg&lt;br /&gt;
| titletext = I hope we can stop them&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20060529063441/http://xkcd-drawings.livejournal.com/#:~:text=Drawing%3A%20Counter%2DRed%20Spiders LiveJournal caption&amp;lt;/span&amp;gt;]: [http://www.xkcd.com/red_spiders_small.jpg They] must be [http://www.xkcd.com/red_spiders_2.jpg stopped].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This was the forty-forth comic originally posted to [[LiveJournal]]. The previous one was [[46: Secrets]], and the next one was [[48: Found]]. It was among the [[:Category:Posted on LiveJournal after xkcd.com|last eleven comics]] posted both on LiveJournal and on [https://xkcd.com xkcd.com] after the new site was launched. This comic was published on the same day across both sites, but not all of them shared the same posting day.&lt;br /&gt;
&lt;br /&gt;
In previous comics, red spiders are seen navigating similar landscapes. Here, humanoid stick figures are standing on top of each other to reach some place above the top of the comic, in a similar manner to how the red spiders navigate, in order to engage in a {{w|counter-offensive}} against the red spiders. These stick figures must be extremely light, or gravity must be really weak there, because it is extremely unlikely or even impossible to have a stack of humans that tall.&lt;br /&gt;
&lt;br /&gt;
The title text indicates that [[Randall Munroe|Randall]] hopes the counter-offensive is able to prevent the red spiders' attack. However, the invasion in [[126: Red Spiders Cometh|Red Spiders Cometh]] suggests that it may have been unsuccessful. In the original caption, he provides two links to the images of the previous comics. The links are now defunct, so here's the caption with the archived versions of the links: &amp;quot;[https://web.archive.org/web/20060529063826/http://www.xkcd.com/red_spiders_small.jpg They] must be [https://web.archive.org/web/20060529063826/http://www.xkcd.com/red_spiders_2.jpg stopped].&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The full series of [[:Category:Red Spiders|Red Spiders]] comics:&lt;br /&gt;
*[[8: Red Spiders]], the first one.&lt;br /&gt;
*[[43: Red Spiders 2]], in which the spiders begin building.&lt;br /&gt;
*[[47: Counter-Red Spiders]], this one.&lt;br /&gt;
*[[126: Red Spiders Cometh]], in which the spiders attack a city.&lt;br /&gt;
*[[427: Bad Timing]], in which, in a style more typical to xkcd, the spiders attack a couple in the middle of a serious relationship discussion in a hot-air balloon.&lt;br /&gt;
*[[442: xkcd Loves the Discovery Channel]], in which it appears briefly in the 14th panel crawling over a cube.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A stack of stick figures, standing on each others shoulders, 11 stick figures shown in the comic, extends from the bottom of the frame to the top. Cuboids hang in the air.]&lt;br /&gt;
:The counter-red-spider offensive begins...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Posted on LiveJournal| 44]]&lt;br /&gt;
[[Category:Posted on LiveJournal after xkcd.com]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Red Spiders]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=333:_Getting_Out_of_Hand&amp;diff=334599</id>
		<title>333: Getting Out of Hand</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=333:_Getting_Out_of_Hand&amp;diff=334599"/>
				<updated>2024-02-09T01:47:34Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: /* Transcript */ &amp;quot;a couple&amp;quot; is too vague.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 333&lt;br /&gt;
| date      = October 24, 2007&lt;br /&gt;
| title     = Getting Out of Hand&lt;br /&gt;
| image     = getting out of hand.png&lt;br /&gt;
| titletext = Wikipedia's role as brain-extension, while a little troubling, is also really cool.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Given how {{w|Wikipedia}} has an ever-expanding variety of topics, the grand majority of them in great detail, there is a possibility (even a temptation) of relying on Wikipedia to learn from every topic that leaves you confused... even {{w|foreplay}}. ('Bedtime' and 'us time' are not necessarily 'computer time'.)&lt;br /&gt;
&lt;br /&gt;
This comic may also be a reference to how people can get addicted to reading Wikipedia pages, because there are many interesting links on each page that people haven't read yet, and there are links on that page that they click on, etc.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that many rely on Wikipedia instead of remembering/learning stuff. Reliance on Wikipedia was later directly addressed as the subject of [[903: Extended Mind]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan and Cueball are in a bed at night, and Cueball reaches out from under the covers to do a Wikipedia search about Foreplay.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Sex]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1679:_Substitutions_3&amp;diff=334598</id>
		<title>1679: Substitutions 3</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1679:_Substitutions_3&amp;diff=334598"/>
				<updated>2024-02-09T01:45:48Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: updated because of the new year&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1679&lt;br /&gt;
| date      = May 11, 2016&lt;br /&gt;
| title     = Substitutions 3&lt;br /&gt;
| image     = substitutions_3.png&lt;br /&gt;
| titletext = BREAKING: Channing Tatum and his friends explore haunted city&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the third comic in the [[:Category:Substitution series|Substitution series]] where [[Randall]] has suggested substitutions that will make reading the news more fun. This time it will be even '''more''' fun! But there have been several [[:Category:Substitutions|comics using substitutions]] both before and after these ones.&lt;br /&gt;
&lt;br /&gt;
The series as of 2023:&lt;br /&gt;
*[[1288: Substitutions]] &lt;br /&gt;
*[[1625: Substitutions 2]]&lt;br /&gt;
*[[1679: Substitutions 3]]&lt;br /&gt;
&lt;br /&gt;
The title text in original form would be &amp;quot;Scientists explore ancient city&amp;quot;, which most would consider a fairly bland headline. Two days before this comic came out, there was [http://www.independent.co.uk/news/world/americas/forgotten-mayan-city-discovered-in-central-america-by-15-year-old-a7021291.html news] that a potential ancient Mayan city had been found by a 15 year old boy through satellite imagery, which may be what Randall was referencing. The Mayan city has now been proven nonexistent. Imagining Channing Tatum and his &amp;quot;friends&amp;quot;, and pretending that the city is haunted, provides a much more dramatic setting mirroring many episodes (and later films) of ''Scooby Doo'' featuring a gang of friends (Mysteries, Inc.).&lt;br /&gt;
&lt;br /&gt;
===Table of Substitutions===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;border-collapse: collapse;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Original word/phrase !! Meaning !! Substitution !! New meaning&lt;br /&gt;
|-&lt;br /&gt;
| Gaffe || A social mistake, faux pas || Magic spell || A form of sorcery&lt;br /&gt;
|-&lt;br /&gt;
| Ancient || Very old || Haunted || Occupied by ghosts, spirits, etc., spooky&lt;br /&gt;
|-&lt;br /&gt;
| Star-studded || Featuring a lot of popular celebrities || Blood-soaked || Full of blood, or a place where a lot of violent deaths occurred&lt;br /&gt;
|-&lt;br /&gt;
| Remains to be seen || Unknown as of yet, speculative || Will never be known || Can never be determined, final statement indicating we've given up trying to understand, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Silver bullet || Perfect solution || Way to kill werewolves || In {{w|werewolf}} folklore, a {{w|silver bullet}} was usually the only way to actually kill a werewolf.  The phrase &amp;quot;silver bullet&amp;quot; is usually used to mean something like &amp;quot;perfect solution&amp;quot; &amp;amp;mdash; this substitution suggests the more literal meaning of the phrase.&lt;br /&gt;
|-&lt;br /&gt;
| Subway system || A network of underground tunnels for commuter trains || Tunnels I found || A more personal and colloquial way to refer to underground tunnels, as though they had just been discovered for the first time.&lt;br /&gt;
|-&lt;br /&gt;
| Surprising || Unexpected || Surprising (but not to me) || The speaker/writer claims that everyone else is surprised by something, but they had anticipated it all along.&lt;br /&gt;
|-&lt;br /&gt;
| War of words || Public arguments, smear campaigns, etc. || Interplanetary war || A major conflict involving the civilizations of multiple planets (as seen in e.g. ''War of the Worlds''). ({{w|Anchorman: The Legend of Ron Burgundy|&amp;quot;Well, that escalated quickly.&amp;quot;}})&lt;br /&gt;
|-&lt;br /&gt;
| Tension || Anxiety, conflict between people or groups || Sexual tension || Situation in which two or more people attempt to avoid acknowledging being sexually attracted to each other.&lt;br /&gt;
|-&lt;br /&gt;
| Cautiously optimistic || A guarded statement of optimism about a situation || Delusional || Firmly believing something in spite of clear evidence to the contrary&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Doctor Who}} || Popular sci-fi TV series about time travel || {{w|The Big Bang Theory}} || A different TV comedy series about scientifically-gifted and socially awkward friends.&lt;br /&gt;
|-&lt;br /&gt;
| Win votes || To make a politician more popular and more likely to win an election || Find {{w|Pokémon}} || To collect virtual creatures in a popular video game series&lt;br /&gt;
|-&lt;br /&gt;
| Behind the headlines || Usually, to go into greater depth on a news story || Beyond the grave || To communicate with (or experience) life after death&lt;br /&gt;
|-&lt;br /&gt;
| Email / {{w|Facebook}} post / {{w|Twitter|Tweet}} || All are forms of electronic communication. The last two are forms of social networking. || Poem || An artistic form of writing that usually involves rhyming and meter.&lt;br /&gt;
|-&lt;br /&gt;
| Facebook CEO || At time of writing, {{w|Mark Zuckerberg}} || This guy || Any generic person. Sometimes used in a derogatory fashion, or to refer to one's self.&lt;br /&gt;
|-&lt;br /&gt;
| Latest || The most recent in a series || Final || The last entry in a series (as in, there won't be any more).&lt;br /&gt;
|-&lt;br /&gt;
| Disrupt || Interrupt, temporarily hinder || Destroy || Make completely inoperable, remove all trace of, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Meeting || A gathering of people to discuss a topic, as in business || Ménage à trois || One or more sex acts performed among three people.&lt;br /&gt;
|-&lt;br /&gt;
| Scientists || A group of people considered authorities in various scientific realms of study || {{w|Channing Tatum}} and his friends || A famous actor and a group of people closely associated with him. The name was likely chosen at random.&lt;br /&gt;
|-&lt;br /&gt;
| You won't believe || A catchphrase used in &amp;quot;click-bait&amp;quot; headlines to attract attention and traffic || I'm really sad about || A different catchphrase expressing disappointment in the topic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Real life examples===&lt;br /&gt;
*Remains to be seen ➜ Will never be known&lt;br /&gt;
**[http://english.cri.cn/12394/2016/04/30/4203s926079.htm Japan's Sincerity in Improving Bilateral Ties Will Never Be Known]&lt;br /&gt;
*Cautiously optimistic ➜ Delusional&lt;br /&gt;
**[http://jewishvoiceny.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=14455:london-jews-cautiously-optimistic-about-first-ever-muslim-mayor&amp;amp;catid=106:international&amp;amp;Itemid=289 London Jews Delusional About First-Ever Muslim Mayor]&lt;br /&gt;
*Silver Bullet ➜ Way to Kill Werewolves&lt;br /&gt;
**[http://moneymorning.com/2016/05/10/why-no-silver-bullet-will-ever-kill-crude-oil/ Why no Way to Kill Werewolves will Kill Crude Oil]&lt;br /&gt;
* Tension ➜ Sexual Tension; Meeting ➜ Ménage à Trois&lt;br /&gt;
**[http://townhall.com/tipsheet/cortneyobrien/2016/05/09/2016-race-roundup-tension-between-trumpryan-ahead-of-thursday-meeting-n2160407 Sexual Tension Between Trump-Ryan Ahead of Thursday Ménage à Trois]&lt;br /&gt;
*Gaffe ➜ Magic Spell&lt;br /&gt;
**[http://www.theguardian.com/politics/blog/2016/may/11/david-cameron-corruption-remark-gaffe Was David Cameron's corruption remark really a magic spell?]&lt;br /&gt;
*Ancient ➜ Haunted&lt;br /&gt;
**[http://gizmodo.com/teen-discovers-lost-maya-city-using-ancient-star-maps-1775735999 Teen Discovers Lost Maya City Using Haunted Star Maps]&lt;br /&gt;
*Star-Studded ➜ Blood-Soaked&lt;br /&gt;
**[http://ewn.co.za/2016/05/11/Woody-Allen-tops-bill-at-star-studded-Cannes-festival Woody Allen tops bill at blood-soaked Cannes Festival]&lt;br /&gt;
*Subway system ➜ Tunnels I found&lt;br /&gt;
**[http://pix11.com/2016/05/09/dhs-releasing-harmless-gas-in-nyc-subway-system-to-test-bioterror-airflow/ DHS releasing harmless gas in NYC tunnels I found to prepare for possible attack]&lt;br /&gt;
*Surprising ➜ Surprising (but not to me)&lt;br /&gt;
**[http://www.npr.org/sections/thesalt/2016/05/11/476198119/a-surprising-japanese-presence-in-central-ohio A Surprising (But Not to Me) Japanese Presence In Central Ohio]&lt;br /&gt;
*War of Words ➜ Interplanetary War&lt;br /&gt;
**[http://www.thehindu.com/news/cities/Coimbatore/road-caves-in-leading-to-war-of-words-between-aiadmk-and-dmk/article8577830.ece Road caves in leading to interplanetary war between AIADMK and DMK]&lt;br /&gt;
*Tension ➜ Sexual Tension&lt;br /&gt;
**[http://allafrica.com/stories/201605111244.html Uganda: Use Swearing-in to Ease Sexual Tension]&lt;br /&gt;
*Doctor Who ➜ The Big Bang Theory&lt;br /&gt;
**[http://www.themarysue.com/doctor-who-trans-identity/ On The Big Bang Theory and My Struggle With My Trans Identity]&lt;br /&gt;
*Win votes ➜ Find Pokémon&lt;br /&gt;
**[http://www.heraldscotland.com/news/14479510.Jeremy_Corbyn_must_urgently_develop_strategy_to_win_votes__warns_failed_leadership_candidate_Yvette_Cooper/ Labour's Jeremy Corbyn must urgently develop strategy to find Pokémon, warns failed leadership candidate Yvette Cooper]&lt;br /&gt;
*Behind the headlines ➜ Beyond the grave&lt;br /&gt;
**[http://www.theyeshivaworld.com/news/headlines-breaking-stories/411443/behind-the-headlines-the-erev-pesach-story-we-all-should-be-talking-about.html Beyond the Grave: The Erev Pesach Story We All Should Be Talking About]&lt;br /&gt;
*Email / Facebook Post / Tweet ➜ Poem&lt;br /&gt;
**[http://www.cbsnews.com/news/wtae-anchor-and-reporter-wendy-bell-apologizes-for-facebook-post-that-could-be-viewed-as-racist/ TV anchor admits poem about fatal shooting &amp;quot;could be viewed as racist&amp;quot;]&lt;br /&gt;
*Facebook CEO ➜ This guy&lt;br /&gt;
**[http://hotair.com/archives/2016/05/10/senator-thune-demands-answers-from-facebook-about-news-bias/ Senator Thune demands answers from this guy about news bias]&lt;br /&gt;
*Latest ➜ Final&lt;br /&gt;
**[http://www.engadget.com/2016/05/11/garmin-forerunner-735xt-running-watch/ Garmin's final running watch tracks your suffering]&lt;br /&gt;
*Disrupt ➜ Destroy&lt;br /&gt;
**[https://news.fastcompany.com/amazon-thinks-it-can-disrupt-youtube-4006719 Amazon thinks it can destroy YouTube]&lt;br /&gt;
*Scientists ➜ Channing Tatum and his friends&lt;br /&gt;
**[http://www.futurity.org/memory-acetylcholine-ptsd-1159862-2/ Channing Tatum and his friends test a way to erase scary memories]&lt;br /&gt;
*You won't believe ➜ I'm really sad about&lt;br /&gt;
**[http://www.komando.com/happening-now/357958/iphone-7-rumor-you-wont-believe-what-it-looks-like iPhone 7 rumor: I'm really sad about what it looks like]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption above the panel:]&lt;br /&gt;
:Even More&lt;br /&gt;
:&amp;lt;big&amp;gt;'''Substitutions'''&amp;lt;/big&amp;gt;&lt;br /&gt;
:That make reading the news more fun&lt;br /&gt;
&lt;br /&gt;
:[A table of words/sentences on the left that change in to those on the left. Between each set of words there is an arrow pointing from right.]&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Gaffe&lt;br /&gt;
|  ➜&lt;br /&gt;
| Magic spell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Ancient&lt;br /&gt;
|  ➜&lt;br /&gt;
| Haunted&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Star-Studded&lt;br /&gt;
|  ➜&lt;br /&gt;
| Blood-soaked&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Remains to be seen&lt;br /&gt;
|  ➜&lt;br /&gt;
| Will never be known&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Silver bullet&lt;br /&gt;
|  ➜&lt;br /&gt;
| Way to kill werewolves&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Subway system&lt;br /&gt;
|  ➜&lt;br /&gt;
| Tunnels I found&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Surprising&lt;br /&gt;
|  ➜&lt;br /&gt;
| Surprising (but not to me)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | War of words&lt;br /&gt;
|  ➜&lt;br /&gt;
| Interplanetary war&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Tension&lt;br /&gt;
|  ➜&lt;br /&gt;
| Sexual tension&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Cautiously optimistic&lt;br /&gt;
|  ➜&lt;br /&gt;
| Delusional&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Doctor Who&lt;br /&gt;
|  ➜&lt;br /&gt;
| The Big Bang Theory&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Win votes&lt;br /&gt;
|  ➜&lt;br /&gt;
| Find Pokémon&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Behind the headlines&lt;br /&gt;
|  ➜&lt;br /&gt;
| Beyond the grave&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Email \&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Facebook Post &lt;br /&gt;
|  ➜&lt;br /&gt;
| Poem&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Tweet /&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Facebook CEO&lt;br /&gt;
|  ➜&lt;br /&gt;
| This guy&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Latest&lt;br /&gt;
|  ➜&lt;br /&gt;
| Final&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Disrupt&lt;br /&gt;
|  ➜&lt;br /&gt;
| Destroy&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Meeting&lt;br /&gt;
|  ➜&lt;br /&gt;
| Ménage à trois&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Scientists&lt;br /&gt;
|  ➜&lt;br /&gt;
| Channing Tatum&amp;lt;br&amp;gt; and his friends&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | You won't believe&lt;br /&gt;
|  ➜&lt;br /&gt;
| I'm really sad about&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Substitution series]]&lt;br /&gt;
[[Category:Comics sharing name|Substitutions]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!--Channing Tatum--&amp;gt;&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Pokémon]]&lt;br /&gt;
[[Category:Doctor Who]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1625:_Substitutions_2&amp;diff=334597</id>
		<title>1625: Substitutions 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1625:_Substitutions_2&amp;diff=334597"/>
				<updated>2024-02-09T01:38:53Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &amp;quot;suddenly&amp;quot; and &amp;quot;successfully&amp;quot; also are both adverbs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1625&lt;br /&gt;
| date      = January 4, 2016&lt;br /&gt;
| title     = Substitutions 2&lt;br /&gt;
| image     = substitutions_2.png&lt;br /&gt;
| titletext = Within a few minutes, our roads will be full of uncontrollably-swerving cars and our skies full of Amazon delivery dogs.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the second comic in the [[:Category:Substitution series|Substitution series]] where [[Randall]] has suggested substitutions that will make reading the news more fun. But there have been several [[:Category:Substitutions|comics using substitutions]] both before and after these ones.&lt;br /&gt;
&lt;br /&gt;
The series as of 2016:&lt;br /&gt;
*[[1288: Substitutions]] &lt;br /&gt;
*[[1625: Substitutions 2]]&lt;br /&gt;
*[[1679: Substitutions 3]]&lt;br /&gt;
&lt;br /&gt;
In this table, [[Randall]] suggests substituting several common phrases in generic news with similar or related phrases that mean something different for comical effect. Some of the replacements are {{w|synonyms}}, some are {{w|antonyms}}, and some are plain different concepts; and, even though they would (most of the time) make a grammatically correct sentence, the resulting idea would, however, often sound absurd or bizarre.&lt;br /&gt;
&lt;br /&gt;
Some of the examples might, also, mock the fact that many news contradict the actual facts or obvious results of a situation. For example, &amp;quot;[influential person] vows to do good to the world&amp;quot; would be replaced with a more usual fact &amp;quot;[influential person] probably won't do good to the world&amp;quot; - see [[#Example of sentences|example]] below with North Korean leader.&lt;br /&gt;
&lt;br /&gt;
The title text is an example of how the closing sentence of a given article or report might sound after using the substitutions in the comic.&lt;br /&gt;
:Before substitutions: Within a few '''years''', our roads will be full of '''self-driving''' cars and our skies full of Amazon delivery '''drones'''.&lt;br /&gt;
:After substitutions: Within a few '''minutes''', our roads will be full of '''uncontrollably-swerving''' cars and our skies full of Amazon delivery '''dogs'''.&lt;br /&gt;
The flying dogs could be a reference to [[1614: Kites]]. Was the first of two in a row where Amazon is mentioned in the title text (next [[1626: Judgment Day]]).&lt;br /&gt;
&lt;br /&gt;
===Table of substitutions===&lt;br /&gt;
*In this table the difference between the original and the substituted word (and the change to the sentences) will be explained.&lt;br /&gt;
**[[#Example of sentences|Example of sentences]] are given below.&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Original&lt;br /&gt;
! Substitution&lt;br /&gt;
! Explanation &lt;br /&gt;
|-&lt;br /&gt;
| {{w|Debate}}&lt;br /&gt;
| [https://en.wiktionary.org/wiki/dance-off Dance-off]&lt;br /&gt;
| A 'debate' is often used between political candidates, to give the voters a chance to decide who they will vote for. One of the candidates &amp;lt;!-- ''Airbenders'' (*note correct spelling*, if this was intentional and needs restoring)--&amp;gt; is often called the winner of such a debate by some degree or other of consensus. Randall is indicating that they could just as well have performed a 'dance-off' where they would dance until one of them danced better than the other, as adjudged by the viewing crowd or a panel of judges. Such a dance-off is often seen in [http://gameshows.wikia.com/wiki/Family_Dance_Off TV-shows] or [http://www.imdb.com/title/tt3024964/combined films] etc.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Autonomous car|Self driving}}&lt;br /&gt;
| Uncontrollably [https://en.wiktionary.org/wiki/swerving swerving]&lt;br /&gt;
| 'Self driving' cars were also mentioned in [[1623: 2016 Conversation Guide]], just two comics before this one where it was stated that they would come surprisingly soon (within a few minutes according to the substitutions suggested here). Self-driving cars were still in their adolescence when this comic was written, and Randall pokes fun with the mental image of self-driving cars running completely out of control and swerving dangerously out of their lanes. Self-driving cars is a [[:Category:Self-driving cars|recurring topic]] on xkcd.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Poll}}&lt;br /&gt;
| {{w|Psychic reading}}&lt;br /&gt;
| A 'poll', especially regarding political issues, refers to {{w|opinion poll|opinion}} or {{w|exit poll|exit}} polls. These tend to ask a carefully selected sample (for either balance or an intended ''inbalance'', depending on the poll's neutrality) their opinions in order to extrapolate the global consensus, e.g. the future result of an {{w|election}}. This substitution is Randall's way of saying that they could just as well have used a {{w|psychic}} person to predict the result. A true psychic (if that they are) would reveal an accurate result, whilst a false one (skilled at 'cold reading' an audience) would likely wish to provide the answer that pleases those asking the question (the actual purpose of some polls), or else attempt to provide their actual 'best guess' as to future outcomes in order to improve their own legend.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Candidate}}&lt;br /&gt;
| {{w|Airbender}}&lt;br /&gt;
| A 'candidate' usually refers to a political person who represents a certain political party in an election. He would then be that party's candidate, for instance for a presidential election. 'Airbender' refers to the show {{w|Avatar: The Last Airbender}}, where there are waterbenders, earthbenders, firebenders and airbenders.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Unmanned aerial vehicle|Drone}}&lt;br /&gt;
| {{w|Dog}}&lt;br /&gt;
| Drones can be many things, for instance a {{w|Drone (bee)|male bee}}, but as used in the title text it refers to unmanned aerial vehicles. {{w|Amazon.com|Amazon}} is about to use small drones to deliver parcels, and Randall has referred to these before (see [[1523: Microdrones]]). However, until just before the recent trend of becoming popularised as a 'toy' or professional camera platform, the term became closely associated with ''military'' drones that have been used to observe (and, more recently, fire upon) enemy forces without risking any military personnel.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vows}} to&lt;br /&gt;
| [https://en.wiktionary.org/wiki/probably Probably] won't&lt;br /&gt;
| Vowing to do something means that you really promise to do this. But when politicians vow something, for instance, it seems to often end up becoming a forgotten promise. Hence the antonym substitution which means the opposite. From ''really will'' to ''probably won't''.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fugitive#Terminology|At large}} (or {{w|At-large}})&lt;br /&gt;
| Very [https://en.wiktionary.org/wiki/large large]&lt;br /&gt;
| A criminal that is on the run is said to be at large (no hyphen). At-large (with hyphen) is a political designation for members of a governing body who are elected or appointed to represent the whole membership of the body, rather than a subset of that membership. Neither of these have anything to do with the physical size or &amp;quot;largeness&amp;quot; of the subject.&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.wiktionary.org/wiki/successfully Successfully]&lt;br /&gt;
| [https://en.wiktionary.org/wiki/suddenly Suddenly]&lt;br /&gt;
| The two words have nothing much to do with each other except that they both begin with ''su'' and they are both adverbs.&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.wiktionary.org/wiki/expand Expands]&lt;br /&gt;
| [https://en.wiktionary.org/wiki/physical Physically] expands&lt;br /&gt;
| 'Expands' often refers to a physical expansion, or inflation. But it is also possible to expand on an explanation, as is done for this comic. So that would become: This explanation is being physically expanded beyond all measures. It is worth noting that, if iterated, this substitution would result in an infinite string of of &amp;quot;physically&amp;quot;s prior to any &amp;quot;expand.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|First degree|First }} /{{w|second degree|second }} /{{w|third degree|third-degree}}&lt;br /&gt;
| [http://da.urbandictionary.com/define.php?term=Friggin Friggin'] awful&lt;br /&gt;
| First, second and third-degree can be used in many context. It is common to think about {{w|Burn|burns}}, which can {{w|Burn#Signs_and_symptoms|range from first to fourth degree}}, where higher is worse. Also {{w|murder}} charges can range in from first to third degree in for instance the US. Here first degree murder is the worst. But it can be used for other things, like an {{w|undergraduate degree}} or {{w|postgraduate education}} for first and second degree respectively. But the substitution fits best with murder or burn, as Friggin(g) is a &amp;quot;softer&amp;quot; swear word than for instance other more commonly used four letter words. It often replaces ''fuck''. Its original meaning was a coarse word for female masturbation (see [https://en.wiktionary.org/wiki/frigging#English frigging]).&lt;br /&gt;
|-&lt;br /&gt;
| An [https://en.wiktionary.org/wiki/unknown unknown] number&lt;br /&gt;
| Like {{w|100 (number)|hundreds}}&lt;br /&gt;
| In the news, an unknown number mostly means 'probably not zero.'  It is often used in phrases like &amp;quot;an unknown number of assailants broke into a house in Munroe Heights,&amp;quot; or &amp;quot;an unknown number of people are missing&amp;quot; after a calamity of some sort. &amp;quot;Like hundreds&amp;quot; does give a different flavor.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Front-runner |Front runner}}&lt;br /&gt;
| {{w|Blade Runner}}&lt;br /&gt;
| In American politics, a 'front-runner' is a leader in an electoral race. It can also mean the front-runner in athletic events (the namesake of the political concept). Here it is generally clear who the front-runner is, whilst the political front-runner is sometimes less clear or a more subjective viewpoint. A 'blade runner' is a person who retires (kills) rogue cyborgs in the movie Blade Runner, where {{w|Harrison Ford}} plays the lead Blade Runner.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Globe|Global}}&lt;br /&gt;
| {{w|Spherical}}&lt;br /&gt;
| Global comes from globe, but means so much more today. It is often used in contexts such as {{w|global warming}} or {{w|World war|global warfare}}. But since a globe is spherical, this substitution makes more sense than most, although talking about ''the effect of spherical warming'' would probably not get {{w|Greenpeace}} into action. Might be confusing if an actual physical object affecting Earth were described as being sphere-like, rather than as occuring around the globe. &lt;br /&gt;
|- &lt;br /&gt;
| {{w|Years}}&lt;br /&gt;
| {{w|Minute|Minutes}}&lt;br /&gt;
| It will often make a sentence lose its meaning when changing the units drastically from years to minutes (there are 525600 minutes in the usual 365 days present in a year). For instance it would be unusual that a prisoner convicted for murder would get 20 minutes in jail, rather than 20 years.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Minute|Minutes}}&lt;br /&gt;
| {{w|Years}}&lt;br /&gt;
| Same as above but reversed. For instance a car might make a trip around a race track in just 7 years! One lesson at school lasted 45 years.&lt;br /&gt;
|-&lt;br /&gt;
| No {{w|Indication| indication}}&lt;br /&gt;
| Lots of {{w|Sign (disambiguation)|signs}}&lt;br /&gt;
| Scientifically, the fact that there is 'no indication' that a theorem is correct does not positively prove the theorem wrong, it merely does not support it (assuming there are no actual counter-indications, which is often the case with the more esoteric ideas). This is often seized upon by those trying to promote a pseudoscience, in that their chosen idea &amp;quot;has not been proven to be wrong&amp;quot; (and yet, conversely, &amp;quot;it's just a theory&amp;quot; is incorrectly used to refute something that has valid scientific backing). Moreover, hearsay and bad experimental practices are often cited as 'proof'. A crackpot idea may thus be unsupported by valid science (there is 'no indication' of its truth) and yet its supporters insist upon there being 'lots of signs' that it is true, selectively using only ambiguous results that (to them, at least) lend credence to it being a fact. The substitution of 'no indication' with 'lots of signs' thus automatically converts the expected conservative and cautious stance on some disputed issue or other into the weasel-words phrasing that the issue's supporters may start using in their own propaganda.&lt;br /&gt;
|-&lt;br /&gt;
| [https://en.wiktionary.org/wiki/urge Urged]{{w|Self-control|restraint}} by&lt;br /&gt;
| {{w|Alcohol intoxication|Drunkenly}} [https://en.wiktionary.org/wiki/egg_on egged on]&lt;br /&gt;
| If someone urges someone else to restrain themselves, then they are trying to make them exercise self-control, and discourage them from starting or continuing a possibly foolish act. In this substitution we have the exact opposite, as to egg someone on to do something is actively encourage an act to happen, or continue.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Horsepower}}&lt;br /&gt;
| {{w|Ton|Tons}} of {{w|horsemeat}}&lt;br /&gt;
| Cars power is measured in horsepower (hp), a typical family car having like hundred hp, being derived from the nominal amount of power that a suitably-harnessed horse could have provided. In cars, this has nothing to do with horse meat, of any quantity, but here a mechanical (or electrical) engine is envisaged as a literally horse-powered device.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Example of sentences===&lt;br /&gt;
*Here follows some real examples with links to the news/text:&lt;br /&gt;
**Words from the list, and the replacement words are highlighted with '''bold''' font.&lt;br /&gt;
**All words are included at least once, and the list is sort of sorted after the order the words appear in the comic, but most sentences have more than one word from the list, on purpose!&lt;br /&gt;
&lt;br /&gt;
*[http://observer.com/2015/12/fifth-republican-debate-where-each-candidate-excelled-and-faltered/ Original sentence]: Fifth Republican '''debate''': where each '''candidate''' excelled and faltered&lt;br /&gt;
:Modified sentence: Fifth Republican '''dance-off''': where each '''airbender''' excelled and faltered&lt;br /&gt;
&lt;br /&gt;
*[http://www.motorauthority.com/news/1101667_1000-horsepower-self-driving-electric-faraday-future-concept-leaked Original sentence]: 1,000-'''Horsepower''' '''Self-Driving''' Electric Faraday Future Concept Leaked?&lt;br /&gt;
:Modified sentence: 1,000-'''Tons of Horsemeat''' '''Uncontrollably Swerving''' Electric Faraday Future Concept Leaked?&lt;br /&gt;
&lt;br /&gt;
*[http://www.breitbart.com/big-government/2015/12/18/poll-donald-trump-remains-clear-gop-frontrunner-cnn-debate/ Original sentence]: A new Morning Consult '''poll''' shows real estate mogul Donald Trump remains on top as the GOP '''frontrunner''' following Tuesday’s '''debate'''.&lt;br /&gt;
:Modified sentence: A new Morning Consult '''psychic reading''' shows real estate mogul Donald Trump remains on top as the GOP '''blade runner''' following Tuesday’s '''dance-off'''.&lt;br /&gt;
&lt;br /&gt;
*[http://www.japantimes.co.jp/news/2016/01/01/asia-pacific/new-years-address-north-koreas-kim-vows-raise-living-standards/#.VouQZvnhBlZ Original sentence]: North Korea’s Kim '''vows to''' raise living standards&lt;br /&gt;
:Modified sentence: North Korea’s Kim '''probably won't''' raise living standards&lt;br /&gt;
&lt;br /&gt;
*[http://www.dailymail.co.uk/news/article-3180163/Murderers-rapists-1-153-criminals-large-recalled-prison-30-years.html Original sentence]: Murderers and rapists among 1,153 criminals still '''at large''' after being recalled to prison over the last 30 '''years'''&lt;br /&gt;
:Modified sentence: Murderers and rapists among 1,153 criminals still '''very large''' after being recalled to prison over the last 30 '''minutes'''&lt;br /&gt;
&lt;br /&gt;
*[http://www.dawn.com/news/1169341 Original sentence]:  Pakistan '''successfully''' tests first indigenous armed '''drone'''&lt;br /&gt;
:Modified sentence:  Pakistan '''suddenly''' tests first indigenous armed '''dog'''&lt;br /&gt;
&lt;br /&gt;
*[http://www.wsj.com/articles/obama-expands-gun-controls-in-executive-moves-1452012973 Original sentence]:  Obama '''Expands''' Gun Controls in Executive Moves&lt;br /&gt;
:Modified sentence: Obama '''Physically Expands''' Gun Controls in Executive Moves&lt;br /&gt;
&lt;br /&gt;
*[http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3578054/ Original sentence]: There was '''no indication''' of '''first degree''' familial relationships in the analyzed dataset.&lt;br /&gt;
:Modified sentence: There was '''lots of signs''' of '''friggin' awful''' familial relationships in the analyzed dataset&lt;br /&gt;
*[http://www.thehindu.com/thehindu/2003/06/22/stories/2003062202101200.htm Original sentence]:  …rescue crews continued to collect bodies and interview survivors, including '''an unknown number''' of wounded languishing in homes and hospitals with '''third degree''' burns&lt;br /&gt;
:Modified sentence: …rescue crews continued to collect bodies and interview survivors, including '''like hundreds''' of wounded languishing in homes and hospitals with '''friggin' awful''' burns&lt;br /&gt;
&lt;br /&gt;
*[http://edition.cnn.com/2015/12/09/politics/azealia-banks-donald-trump-idiot/ Original sentence]: The Republican presidential '''front-runner''' faces a '''global''' firestorm&lt;br /&gt;
:Modified sentence: The Republican presidential '''blade runner''' faces a '''spherical''' firestorm&lt;br /&gt;
&lt;br /&gt;
*[http://www.reuters.com/article/us-georgia-ossetia-obama-idUSWBT00953020080808 Original sentence]: U.S. presidential '''candidate''' Barack Obama on Friday '''urged restraint by''' both Russia and Georgia in the conflict over the breakaway region of South Ossetia in Georgia.&lt;br /&gt;
:Modified sentence: U.S. presidential '''airbender''' Barack Obama on Friday '''drunkenly egged on''' both Russia and Georgia in the conflict over the breakaway region of South Ossetia in Georgia.&lt;br /&gt;
&lt;br /&gt;
*[http://phors.locost7.info/phors06.htm Original sentence]: Video: 52-'''Horsepower''' Citroen AX Laps Nurburgring In Under 10 '''Minutes'''&lt;br /&gt;
:Modified sentence: Video: 52-'''Tons of horsemeat''' Citroen AX Laps Nurburgring In Under 10 '''Years'''&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption above the panel:]&lt;br /&gt;
:More &lt;br /&gt;
:'''Substitutions'''&lt;br /&gt;
:That make reading the news more fun&lt;br /&gt;
&lt;br /&gt;
:[A table of words/sentences on the left that change in to those on the left. Between each set of words there is a gray arrow pointing from right.]&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Debate&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Dance-off&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Self driving&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Uncontrollably swerving&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Poll&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Psychic reading&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Candidate&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Airbender&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Drone&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Dog&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Vows to&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Probably won't&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | At large&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Very large&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Successfully&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Suddenly&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Expands&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Physically expands&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | First/second/third-degree&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Friggin' awful&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | An unknown number&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Like hundreds&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Front runner&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Blade runner&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Global&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Spherical&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Years&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Minutes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Minutes&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Years&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | No indication&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Lots of signs&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Urged restraint by&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Drunkenly egged on&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Horsepower&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;➜&amp;lt;/font&amp;gt;&lt;br /&gt;
| Tons of horsemeat&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Substitution series]]&lt;br /&gt;
[[Category:Comics sharing name|Substitutions]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Self-driving cars]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2497:_Logic_Gates&amp;diff=334594</id>
		<title>Talk:2497: Logic Gates</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2497:_Logic_Gates&amp;diff=334594"/>
				<updated>2024-02-08T23:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &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;
As someone has just Transcripted basically almost all the fine detail I had planned to entable in the Explanation, I shall not now create repetition. Though I had a little more description to the NORXONDOR GOGONAX, in particular, to reference bidirectional (antiparallel) diode pairings (e.g. an LED assembly that glows a different hue depending upon the applied current bias) as probable inspiration, and that latched Flip-Flops surely inspired some part of the Frankensteinian gate-types, too. [[Special:Contributions/141.101.99.119|141.101.99.119]] 00:08, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Also, surprised there was no direct &amp;quot;GONDOR&amp;quot; reference. Or maybe that's because it was ''too'' obvious?) [[Special:Contributions/141.101.99.211|141.101.99.211]] 00:12, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I was also missing a &amp;quot;GONDOR&amp;quot; reference, and all the X's also made me think XEHANORT. [[Special:Contributions/172.70.126.174|172.70.126.174]] 03:49, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Never mind GONDOR, surely &amp;quot;The black GATES of MORDOR&amp;quot; should feature heavily? 11:45, 6 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
...So, who's ready to draw up some truth tables? [[Special:Contributions/172.70.126.211|172.70.126.211]] 01:22, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't get the lines in the bitwise-operation example to align properly; the first one is indented a tad.  Can someone please fix that? Thanks... [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 04:11, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The symbol for norx gate (1-input OR, two outputs) I'd read as a noninverting buffer to increase another gate's usable fan-out. Xand gort resembles the symbol for an [[wikipedia:Operational amplifier|op-amp]]. Given the subtraction that an op-amp does, the xand gort's truth table probably resembles that of the [[wikipedia:Material conditional|&amp;quot;implies&amp;quot; operator]]. [[User:Tepples|Tepples]] ([[User talk:Tepples|talk]]) 04:23, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
the &amp;quot;NORG XORT&amp;quot; is not equivalent to an XOR, as the symbol is round on the right. --[[Special:Contributions/141.101.69.186|141.101.69.186]] 06:39, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Right, &amp;quot;NORG XORT&amp;quot; would be a XNAND with inverted inputs, though I don't know what the logic table from a XAND or XNAND gate would look like. If De Morgan applies to XAND/XOR the same way as with AND/OR, would a &amp;quot;NORG XORT&amp;quot; then be equivalent to a XOR ? [[Special:Contributions/162.158.129.43|162.158.129.43]] 15:12, 3 August 2021 (UTC)&lt;br /&gt;
:: I think it is specifically a hybrid between XOR and NAND.  The left edge is curved like OR, and the right edge curved like AND.  I did spend some time thinking about XAND, though.  One of my ideas was a &amp;gt;2-input AND that is only true if exactly 2 inputs are true.  I wonder what qubit gates are like.  [[Special:Contributions/108.162.219.174|108.162.219.174]] 16:16, 3 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Logic Gates&lt;br /&gt;
It seems to me that their ought to be 16 possible logic gates.  Although some would ignore one or both inputs.  [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 07:18, 3 August 2021 (UTC)&lt;br /&gt;
:Yes. The 74181 4-bit arithmetic logic chip implements all 16 possible binary logic operations. See https://en.m.wikipedia.org/wiki/74181 [[Special:Contributions/162.158.94.253|162.158.94.253]] 07:34, 3 August 2021 (UTC)&lt;br /&gt;
:: It doesn't say the names of the various gates.  On my list I made up a few, like &amp;quot;Only B&amp;quot; that only returns true if B is true and A isn't.  Are their real names for this? [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 18:57, 3 August 2021 (UTC)&lt;br /&gt;
::: I could suggest &amp;quot;Unless&amp;quot; (as in 'B unless A', or maybe to counterpart 'A unless B' with standard order of operands, 'A disallows B'). Though the partially composite construct '!A &amp;amp;&amp;amp; B' would be easier to grasp by those already handling logic statements, I think. [[Special:Contributions/141.101.76.78|141.101.76.78]] 19:24, 3 August 2021 (UTC)&lt;br /&gt;
::: https://en.wikipedia.org/wiki/Truth_function#Table_of_binary_truth_functions --[[Special:Contributions/162.158.126.135|162.158.126.135]] 23:02, 3 August 2021 (UTC)&lt;br /&gt;
:::: So '''&amp;quot;Only B&amp;quot;''' is called '''&amp;quot;Converse nonimplication&amp;quot;'''?!  Maybe I'm the ''only'' logical person. [[User:Algr|Algr]] ([[User talk:Algr|talk]]) 06:30, 4 August 2021 (UTC)&lt;br /&gt;
:As Randall drew gates with two outputs, these would have 256 (16^2) possible functions [[Special:Contributions/162.158.94.252|162.158.94.252]] 15:15, 3 August 2021 (UTC)&lt;br /&gt;
:: That couldn't logically be anything but two logic gates sharing the same input. [[User:Algr|Algr]] ([[User talk:Algr|talk]])&lt;br /&gt;
:When both inputs to the norxondor gorgonax are 0, the output is '''2.''' [[Special:Contributions/172.70.110.45|172.70.110.45]] 21:27, 18 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
there should be a category of comics where it starts out like a normal list and gets weirder and weirder like [[2070:_Trig_Identities|Trig Identities]] [[Special:Contributions/172.70.34.164|172.70.34.164]] 18:53, 3 August 2021 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
What, no IMPLIES gate? I actually used this once to implement a NOT operation in a database see search. [[User:Joem5636|Joem5636]] ([[User talk:Joem5636|talk]]) 11:00, 4 August 2021 (UTC)&lt;br /&gt;
: Yeah, neither IMPLY nor NIMPLY, the only asymmetric gates where the inputs can't be arbitrarily swapped. IMPLY: 0,0-&amp;gt;1; 0,1-&amp;gt;1; 1,0-&amp;gt;0, 1,1-&amp;gt;1; NIMPLY 0,0-&amp;gt;0; 0,1-&amp;gt;0; 1,0-&amp;gt;1, 1,1-&amp;gt;0  [[Special:Contributions/162.158.91.2|162.158.91.2]] 15:25, 16 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It appears to me that the new gate names are just taken from the letters of the original gate names: NAND, NOR, XOR,and GATE. They're just stuck together in ways that tickled the creator's fancy. OK, tha's already been noted. [[Special:Contributions/172.70.130.108|172.70.130.108]] 11:11, 4 August 2021 (UTC) [[Special:Contributions/108.162.216.239|108.162.216.239]] 11:13, 4 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unlike professional devs, I don't have a multiocular O key on my keyboard, so I verbosely write out __norxondor_gorgonax_bitwise everywhere in my code when writing kernel modules :-/ [[Special:Contributions/172.70.110.44|172.70.110.44]] 22:57, 4 August 2021 (UTC)&lt;br /&gt;
:You need a [http://www.catb.org/~esr/jargon/html/S/space-cadet-keyboard.html better keyboard]. :-) [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 23:35, 4 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it just me, or did the first four gates sound Seussy to someone else? &amp;quot;AND gate, OR gate, NOT gate, NOR gate.&amp;quot; [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 04:10, 5 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
there should be a category of comics that start out with obvious/known things and get weirder and weirder like this. the only other one i can think off the top of my head is [[2070:_Trig_Identities|2070: Trig Identities]] though [[Special:Contributions/172.68.65.221|172.68.65.221]] 01:39, 13 August 2021 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
NORG might be a reference to the boss of the same name in Final Fantasy 8&lt;br /&gt;
--[[Special:Contributions/162.158.89.10|162.158.89.10]] 10:22, 21 August 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
i think i understood the gates [https://docs.google.com/document/d/17YKoFXpkBlgRnb1HpX-DisYaFdnrS0YubSMkldKNR_0/edit?usp=sharing pretty well]&lt;br /&gt;
&lt;br /&gt;
== “Stream Norxondor Gorgonax music”? ==&lt;br /&gt;
&lt;br /&gt;
Predates comic.&lt;br /&gt;
https://m.soundcloud.com/d3x&lt;br /&gt;
Stream Norxondor Gorgonax music&lt;br /&gt;
&lt;br /&gt;
: i don't think it predates the comic, soundcloud allows users to change their displayed name freely; only the profile name (i.e. d3x here) is fixed. --[[Special:Contributions/162.158.91.80|162.158.91.80]] 17:10, 19 November 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=236:_Collecting_Double-Takes&amp;diff=334592</id>
		<title>236: Collecting Double-Takes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=236:_Collecting_Double-Takes&amp;diff=334592"/>
				<updated>2024-02-08T22:46:36Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: improved transcript, added category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    =236&lt;br /&gt;
| date      =March 16, 2007&lt;br /&gt;
| title     =Collecting Double Takes&lt;br /&gt;
| image     =collecting_double_takes.png&lt;br /&gt;
| titletext =Fun Game: find a combination of two items that most freaks out the cashier. Winner: pregnancy test and single coat hanger.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
There's a fairly well-founded meme that singles looking for other singles can make connections with others in the fresh produce sections of a supermarket. From a single lady's point of view, men who are buying such goods are more likely to be unattached, due to the traditionally skewed gender politics of who shops for what in a couple, and at the same time, the man is exhibiting good habits in not merely stocking up on ready-meals or subsisting on takeaways while living the bachelor life.&lt;br /&gt;
&lt;br /&gt;
By standing in a produce aisle with a tube of {{w|K-Y Jelly}} (which is most commonly used as a sexual lubricant) in his hand and considering what produce to buy (between bananas, apples, oranges, zucchinis, and doubtless much more off-screen), [[Cueball]] is allowing other people to believe that he either has plans to have sex with any connection he might manage to take home with him, or also he plans to use the chosen produce item to pleasure himself, probably sexually.&lt;br /&gt;
&lt;br /&gt;
Cueball is probably not actually planning on doing either,{{Citation needed}} but he loves to see the look on people's faces; hence, he's collecting double-takes.&lt;br /&gt;
&lt;br /&gt;
In the title text, he says he likes to play a game of &amp;quot;freak out the cashier using two items.&amp;quot; Wire coat hangers have been used to perform {{w|Unsafe abortion | do-it-yourself abortions}}, many times with disastrous effects, such as internal hemorrhaging and the death of the woman. The combination of a pregnancy test and a coat hanger will be concerning to any cashier, regardless of their opinion on abortion, for this reason; it will be doubly concerning for a pro-life cashier.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is standing in the middle of the produce aisle in a supermarket, holding a tube of K-Y Jelly in one hand, the other on his chin. The signs read &amp;quot;Bananas&amp;quot; &amp;quot;Apples&amp;quot; &amp;quot;Oranges&amp;quot; and &amp;quot;Zucchini&amp;quot; from left to right. Megan and a Cueball-like friend are also in the same aisle.]&lt;br /&gt;
:MY HOBBY: Standing in the supermarket's produce section holding a tube of K-Y Jelly, looking contemplative.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Sex]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=5:_Blown_apart&amp;diff=334591</id>
		<title>5: Blown apart</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=5:_Blown_apart&amp;diff=334591"/>
				<updated>2024-02-08T22:27:45Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: did no one else notice this?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 5&lt;br /&gt;
| date      = January 1, 2006&lt;br /&gt;
| title     = Blown apart&lt;br /&gt;
| image     = blownapart_color.jpg&lt;br /&gt;
| titletext = Blown into prime factors&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a mathematical and technical joke involving prime numbers and primary colors. In the comic, a black-colored ''70'' sees a package, but it turns out to be a {{w|letter bomb}} that explodes when opened. The result is pieces of the number scattered about: a red-colored ''7'', a green-colored ''5'', and a blue-colored ''2''.&lt;br /&gt;
&lt;br /&gt;
The title text explains the logic for splitting 70 into 7, 5, and 2; as with many of the earlier comics, the title text explains the joke rather than adding to it. 7*5*2 is a {{w|prime factorization}} of the number 70. {{w|Prime number|Prime numbers}} are numbers that cannot be divided by any number other than itself and 1. Factors of a number are numbers that can be multiplied together to produce that number (e.g., 2&amp;amp;times;5&amp;amp;times;7 = 70). 70 has other factors, including 1, 10, 14, 35, and 70, but 2, 5, and 7 are the only factors that are prime. All other factors of 70 can be formed by choosing zero, two, or three of the prime factors and multiplying them together.&lt;br /&gt;
&lt;br /&gt;
An implication of this comic is that prime numbers would be immune to explosions, as they are already their smallest parts. Although not explicitly called out, the colors of the numbers also seem to have been blown apart. Red, green, and blue are the primary colors in the {{w|additive color}} model. These colors mixed in pairs produce cyan, magenta, and yellow, which are primary colors in the {{w|subtractive color}} model. The removal of all additive primary colors, or conversely, the combination of all subtractive primary colors, produces black, which is the color of the original 70. The comic is somewhat misleading in that red, green, and blue do not compose black in either color model, but the difference between the two models is not widely understood (most still view the additive primaries as red, yellow, and blue).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A black number 70 sees a red package with the appearance of a Christmas present. This small panel is partly overlaid on the next larger panel, which is shifted down.]&lt;br /&gt;
:'''70'''&lt;br /&gt;
:70: hey, a package!&lt;br /&gt;
&lt;br /&gt;
:[The package explodes in a cloud of brown smoke. This panel is both behind the first in the top left corner, and below the last panel, which has been laid on top of that corner.]&lt;br /&gt;
:'''BOOM'''&lt;br /&gt;
&lt;br /&gt;
:[There are a red 7, a green 5, and a blue 2 lying near a scorched mark on the floor.]&lt;br /&gt;
:'''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;7&amp;lt;/font&amp;gt;'''&lt;br /&gt;
::'''&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;5&amp;lt;/font&amp;gt;'''&lt;br /&gt;
:'''&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;2&amp;lt;/font&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* This comic and [[12: Poisson]] were posted for the first time on the [[:Category:First day on xkcd.com|first day of xkcd.com]]. Both of these comics were exclusively published on [https://xkcd.com xkcd.com] and were never shared on [[LiveJournal]].&lt;br /&gt;
* This comic was [[:Category:Sunday comics|released on a Sunday]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:First day on xkcd.com]]&lt;br /&gt;
[[Category:Checkered paper]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Number theory]]&lt;br /&gt;
[[Category:Comics with lowercase text]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2886:_Fast_Radio_Bursts&amp;diff=334590</id>
		<title>2886: Fast Radio Bursts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2886:_Fast_Radio_Bursts&amp;diff=334590"/>
				<updated>2024-02-08T21:38:43Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: helped the transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2886&lt;br /&gt;
| date      = January 26, 2024&lt;br /&gt;
| title     = Fast Radio Bursts&lt;br /&gt;
| image     = fast_radio_bursts_2x.png&lt;br /&gt;
| imagesize = 469x524px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Dr Petroff has also shown that the Higgs boson signal was actually sparks from someone microwaving grapes, the EHT black hole photo was a frozen bagel someone left in too long, and the LIGO detection was just someone slamming the microwave door too hard.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is giving a presentation, stating the different sources of {{w|fast radio burst}}s, which are short high-energy signals which have been detected by astronomers, but whose sources are not known. His team is pretty sure that most of these bursts are energetic stellar objects in space - that is, astronomical phenomena.&lt;br /&gt;
&lt;br /&gt;
He then says that some of them are caused by {{w|microwave oven}}s, citing Dr. Emily Petroff's work on identifying the apparent source of &amp;quot;{{w|Peryton (astronomy)|peryton}}s&amp;quot; at the {{w|Parkes Observatory}}.&amp;lt;ref&amp;gt;E.Petroff et al. (2015). &amp;quot;[https://academic.oup.com/mnras/article/451/4/3933/1119649?login=false Identifying the source of perytons at the Parkes radio telescope]&amp;quot;. ''Monthly Notices of the Royal Astronomical Society'', '''451'''(4):3933–3940.&amp;lt;/ref&amp;gt; These are signals similar to fast radio bursts, but which originate on Earth and not in space; initial hypotheses included atmospheric effects related to {{w|lightning}} and passing aircraft, but they were eventually identified as a much closer range signal from microwaves escaping as the oven door was opened inside the observatory.&lt;br /&gt;
&lt;br /&gt;
After that, he explores two further options, combining attributes of the previous two:&lt;br /&gt;
&lt;br /&gt;
* Energetic stellar-sized microwave ovens floating in space; this is unlikely since microwave ovens typically are not stellar-sized and all known microwave ovens originate on Earth rather than in space. (There is [https://global.chinadaily.com.cn/a/202106/30/WS60dbaca4a310efa1bd65ebc9.html a microwave oven] installed in the Chinese Tiangong space station, but it appears that the ISS [https://www.bbc.co.uk/news/world-51235555 is less well equipped] than that. Neither facility is ever likely to have room for 'stellar-sized' equipment of any kind.)&lt;br /&gt;
* An energetic stellar-sized object in the observatory break room would be surprising, as we have yet to see a break room large enough to contain a stellar-sized object. Although unlikely, he says he sends a grad student there to double-check. Presumably, the student is being sent rather than Cueball himself both because it is unlikely to give useful data, and because if there is indeed energetic stellar plasma in the break room, the million-degree temperatures would probably kill anyone who enters it, and grad students are disposable when compared to researchers.&lt;br /&gt;
&lt;br /&gt;
Note that, as well as the ''universe-''sized {{w|Cosmic microwave background}} radiation, there are various microwave-bright {{w|Pulsar}}s and other strong microwave signals [https://www.space.com/40840-nanodiamonds-mysterious-cosmic-microwave-light.html originating from actual stars], but no reason to believe that they are deliberately purposed/engineered as any actual oven, despite [https://science.nasa.gov/missions/hubble/hubble-sees-a-stellar-furnace/ misleading language] sometimes employed by those in the field.&lt;br /&gt;
&lt;br /&gt;
The title text references several other discoveries, with Dr. Petroff suggesting explanations based on microwave ovens for each of them, as was the case with her discovery:&lt;br /&gt;
&lt;br /&gt;
* The apparent detection of the {{w|Higgs boson}} at the Large Hadron Collider was actually someone [https://www.youtube.com/watch?v=wCrtk-pyP0I microwaving grapes], which generates plasma&lt;br /&gt;
* The [https://science.nasa.gov/resource/first-image-of-a-black-hole/ image of a black hole] captured by the Event Horizon Telescope was a burning bagel (a notably ring-shaped bread product)&lt;br /&gt;
* {{w|LIGO}} (the Laser Interferometer Gravitational-Wave Observatory) did not detect gravitational waves, but was instead disturbed by someone slamming the microwave door too hard&lt;br /&gt;
&lt;br /&gt;
In each case, these are highly improbable - for instance, LIGO used a complex suspension system, and two sites (one in Louisiana and one in Washington State) comparing signals, to rule out such interference.&lt;br /&gt;
&lt;br /&gt;
See [[2289: Scenario 4]] for a similar situation.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Cueball standing behind a lectern, with a poster hung from the ceiling behind him, raising his hand]&lt;br /&gt;
&lt;br /&gt;
: Potential sources of fast radio bursts:&lt;br /&gt;
:(1) Energetic stellar-sized astrophysical objects floating in space&lt;br /&gt;
:Cueball: We're pretty sure this is what most of them are.&lt;br /&gt;
&lt;br /&gt;
:[Close-up on Cueball, not raising hand.]&lt;br /&gt;
&lt;br /&gt;
:(2) Microwave ovens in the observatory break room&lt;br /&gt;
:Cueball: This was some of them, oops. (Petroff et. al., 2015)&lt;br /&gt;
&lt;br /&gt;
:(3) Energetic steller-sized microwave ovens floating in space&lt;br /&gt;
:Cueball: We think this one is unlikely.&lt;br /&gt;
&lt;br /&gt;
: [Zoom out back to perspective of first panel.]&lt;br /&gt;
&lt;br /&gt;
:(4) Energetic stellar-sized astrophysical objects in the observatory break room&lt;br /&gt;
:Cueball: This is almost certainly not it, though we're sending a grad student to double-check.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Space]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=899:_Number_Line&amp;diff=334391</id>
		<title>899: Number Line</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=899:_Number_Line&amp;diff=334391"/>
				<updated>2024-02-07T00:01:27Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 899&lt;br /&gt;
| date      = May 16, 2011&lt;br /&gt;
| title     = Number Line&lt;br /&gt;
| image     = number line.png&lt;br /&gt;
| titletext = The Wikipedia page List of Numbers opens with &amp;quot;This list is incomplete; you can help by expanding it.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Explanation ==&lt;br /&gt;
&lt;br /&gt;
Once again, [[Randall]] seems to be just messing around, this time with a number line.&lt;br /&gt;
&lt;br /&gt;
*'''Negative numbers''' have the same magnitude as positive numbers but can only be used to represent the removal of that same magnitude (hence the term &amp;quot;difference&amp;quot; being used for subtraction). Negative numbers may be called imitator numbers in the comic because of their similarities to positive numbers.&lt;br /&gt;
&lt;br /&gt;
*'''0.&amp;lt;span style=&amp;quot;text-decoration: overline;&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;'''.... is {{w|0.999...|equal to 1}} because if you subtract any number from one, however small, you will get a number that is less than 0.&amp;lt;span style=&amp;quot;text-decoration: overline;&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;. 1 &amp;amp;minus; '''0.0000000372''' is 1 bit less than the {{w|IEEE_floating_point|IEEE 754 32-bit floating-point representation}} of 1.&lt;br /&gt;
&lt;br /&gt;
*The '''{{w|golden ratio}}''' or '''ϕ''' (phi) is the number &amp;lt;math&amp;gt;\tfrac{1+\sqrt{5}}{2}&amp;lt;/math&amp;gt;, about 1.61803. It has many interesting mathematical properties, mostly relating to geometry, and has occasional appearances in nature, such as spirals formed by the seeds in sunflowers. It is also subject to many less credible claims, such as the belief that phi appears in {{w|Parthenon}} (a well-disputed claim) or that rectangles proportioned after phi are more aesthetically pleasing. The speaker seems to drive off his listeners as soon as he brings it up; the golden ratio is infamous for being brought up by know-it-alls, which Randall has mocked in other comics.&lt;br /&gt;
&lt;br /&gt;
* The approximate range from 2.1 to 2.3 is marked as '''The Forbidden Region'''. Why Randall marked this range as forbidden is really anyone's guess; it seems to be an entirely arbitrary designation.&lt;br /&gt;
&lt;br /&gt;
*'''{{w|e (mathematical constant)|e}}''' (Euler's number) is 2.71828... and '''π''' (pi) is 3.14159265...&lt;br /&gt;
&lt;br /&gt;
*'''2.9299372''' is probably a {{w|President's Day}} reference. It is the average of e and π just as the American Presidents' Day is always observed on the 3rd Monday of February (between {{w|George Washington}} and {{w|Abraham Lincoln}}'s birthdays). Washington and Lincoln were the 1st and 16th Presidents of the USA, respectively. Each has a celebrated place in American history.&lt;br /&gt;
&lt;br /&gt;
*'''{{w|Gird}}''', '''ᛟ''' is a purely fictional number. (The glyph that Randall uses seems to resemble an older shape of the digit 4, such as seen on [http://www.bl.uk/learning/images/mappinghist/large2296.html archaic maps].). Canon and orthodox could mean &amp;quot;accepted as the offical story&amp;quot; and &amp;quot;most science-based followers&amp;quot;, but they could also reference to organised religions. Gird could be a reference to any or all of:&lt;br /&gt;
**[http://strangehorizons.com/fiction/the-secret-number/ Bleem] - a fictional integer between 3 and 4&lt;br /&gt;
**iCarly's [http://icarly.wikia.com/wiki/Derf Derf] - a fictional integer between 5 and 6&lt;br /&gt;
**George Carlin's [http://www.urbandictionary.com/define.php?term=bleen Bleen] - a fictional integer between 6 and 7&lt;br /&gt;
**[https://scp-wiki.wikidot.com/scp-033 SCP-033] - a fictional &amp;quot;missed number&amp;quot; that causes mathematical systems to break down when it is introduced to them (manifesting as the physical destruction of the objects the mathematical formuli are contained in, such as paper and computers)&lt;br /&gt;
**Saturday Morning Breakfast Cereal's [http://www.smbc-comics.com/index.php?id=3913 Sorf] - a fictional integer between 2 and 3 &amp;lt;!--This is incorrect as the SMBC comic is predated by this xkcd--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Site of Battle of 4.108''' is another map joke, implying that 4.108 is an actual location, where an eponymous battle was previously fought. It may be a reference (or homage) to the {{w|Battle of Wolf 359}}, a famous military conflict in the fictional universe of Star Trek. 4.108 was also referenced in [[2861: X Value]], though with an added 3 in the ten-thousandths place.&lt;br /&gt;
&lt;br /&gt;
*An '''Unexplored''' region obscures the line approximately ranging all values from 4.5 to 6.7. In the days when the Earth was still being mapped out, territories that had yet to be properly explored and charted were labelled in a similar manner. The placement of the '''Unexplored''' region on the number line indicates that all numbers in that range, including the integers 5 and 6, are completely unknown. This is, of course, patently ridiculous,{{cn}} and the humor seems to derive solely from how nonsensical and unbelievable it is. Correspondingly, the digits 5 and 6 cannot be found in the comic.&lt;br /&gt;
&lt;br /&gt;
*It is often the case in the media that &amp;quot;It has been 7 years...&amp;quot; or &amp;quot;In the last 7 years...&amp;quot; etc. It is made to seem like a believable statistic but cannot always be true. Alternatively, it is intended as an absurd joke that the number 7 is just &amp;quot;not to be believed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*'''8''' is not the largest even {{w|prime number}}, nor is it a prime at all. The largest (and only) even prime is 2. A joke intended for those who clearly know that the claim is false.&lt;br /&gt;
&lt;br /&gt;
*The last entry seems to be a reference to certain fields of {{w|pure mathematics}}, which focus less on performing calculations with numbers and more on understanding structures that may be described using logic. It finishes off the tone of the comic that seems to be shaping the number line terms of what is commonly useful to certain areas of applied mathematics, rather than a complete, accurate version of the number line.&lt;br /&gt;
&lt;br /&gt;
The title text is a literalism joke; at the time the comic was published, all Wikipedia articles with incomplete lists began with the message template &amp;quot;This list is incomplete; you can help by expanding it.&amp;quot; In the case of the {{w|List of numbers}} page, one could infer the absurd notion that Wikipedia wanted to have the list include every number from negative infinity to infinity. But because all Wikipedia articles are necessarily finite, such a list would always be incomplete, no matter how much it was expanded. It may also be referencing his previous statements about Wikipedia being the home of compulsive list-makers, who make the most astonishingly complete lists imaginable.&lt;br /&gt;
&lt;br /&gt;
As of 2022, Wikipedia's List of numbers page, as well as all pages including lists that cannot ever reach a state of completion, are headed by the message template &amp;quot;This is a dynamic list and may never be able to satisfy particular standards for completeness. You can help by adding missing items with reliable sources.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Transcript ==&lt;br /&gt;
:[Number line ranging from &amp;amp;minus;1 to 10.]&lt;br /&gt;
:[Arrow pointing left, towards negative numbers] Negative &amp;quot;imitator&amp;quot; numbers (do not use)&lt;br /&gt;
:[Line right before the number one] 0.99... (actually 0.0000000372 less than 1)&lt;br /&gt;
:[Line at the golden ratio.] Φ  Parthenon; sunflowers; golden ratio; wait, come back, I have facts!&lt;br /&gt;
:[Line at a region between two and 2.2] forbidden region&lt;br /&gt;
:[Line at Euler's number.] e&lt;br /&gt;
:[Line a bit before 3] 2.9299372 (e and pi, observed)&lt;br /&gt;
:[Line at π.] π&lt;br /&gt;
:[Line at 3.5 with ᛟ as the numeral] Gird – accepted as canon by orthodox mathematicians &lt;br /&gt;
:[Line a bit after 4.] site of battle of 4.108&lt;br /&gt;
:[Blob between 4.5 and 6.5 labeled unexplored.]&lt;br /&gt;
:[Line at seven.] Number indicating a factoid is made up (&amp;quot;every 7 years...&amp;quot;, &amp;quot;science says there are 7...&amp;quot;, etc)&lt;br /&gt;
:[Line at eight.] Largest even prime&lt;br /&gt;
:[Line at 8.75.] If you encounter a number higher than this, you're not doing real math&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
&lt;br /&gt;
* As for the &amp;quot;Gird&amp;quot; between 3 and 4, one might argue that the arithmetic square root of 11 may have some &amp;quot;integer&amp;quot; properties, because there exists an integer-to-integer (citation needed) function f(x) such that f(f(x))=11x. (details needed)&lt;br /&gt;
* The &amp;quot;unexplored&amp;quot; area is actually famous for some numbers such as &amp;quot;Twice Euler's constant&amp;quot; (also known as Tau, approximately 6.283185).&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:368:_Bass&amp;diff=334384</id>
		<title>Talk:368: Bass</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:368:_Bass&amp;diff=334384"/>
				<updated>2024-02-06T22:41:58Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Okay, I have to ask this, and this as good a place as any. Am I the only one who reads Black Hat (and Danish) with an affected English accent? Anonymous 21:04, 3 December 2013 (UTC) {{unsigned ip|173.245.54.91}}&lt;br /&gt;
:Talk to someone in Scotland, and then some Australian, South African and finally compare Texas with LA and NY, or the London suburbs. English is still not easy, especially for non native speakers. But Black Hat and Danish are quite sure talking at some American English slangs. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:25, 3 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Firstly, is this destructive resonance thing actually possible for car speakers? (note: don't worry, I'm not going to try this myself, just wondering)... secondly, I hadn't thought about accents before. I'm English but all the characters have my own internal voice... maybe I should put some effort in and give them all different accents (wouldn't know which accents but the aforementioned affected-english for Black Hat doesn't work in my head, as good as that suggestion was). [[User:Squirreltape|Squirreltape]] ([[User talk:Squirreltape|talk]]) 14:38, 14 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This is more of a theoretical scenario I guess. Fatal resonances usually builds up on a naturally repeating signal. Most music isn't that repetitive, but maybe the bass line is, which carries some momentum. If the loudspeaker elements are pushed close to their max, adding to their energy might be enough, but this energy doesn't get time to build up so it can't really be called resonance IMO. [[User:Todor|Todor]] ([[User talk:Todor|talk]]) 19:11, 5 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Would this actually work though? I'm wondering what the phase-shift would have to be for the resonance to blow out the speakers, or could you just play a song with inverse sound waves in order to cancel them out?[[Special:Contributions/162.158.202.196|162.158.202.196]] 17:16, 24 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe I should clarify: I am American and, in my part at least, British accents are considered &amp;quot;snooty&amp;quot; and &amp;quot;superior&amp;quot;, a trope Black Hat would gladly take advantage of, as would Danish, for they do consider themselves vastly superior the &amp;quot;commoners&amp;quot; and &amp;quot;plebs&amp;quot; around them (why else would they be so casually sadistic?) YMMV on the stereotypes, but that is the one I am familiar with and the one I assume they use. That said I, personally, do not think the British themselves are &amp;quot;snooty&amp;quot;, but am guilty of affecting such an accent when feeling snootily sarcastic. Anonymous 08:02, 26 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I didnt have an accent in my head for these stick figures, but now i have them talking like the people from &amp;quot;i love lucy,&amp;quot; with black sounding like fred mertz.{{unsigned ip|173.245.54.167}}&lt;br /&gt;
&lt;br /&gt;
Okej, he says to throw the switch labelled &amp;quot;Macarina&amp;quot;, but it doesn't say that that's actually what it does.  This is Black Hat we're talking about.  I wouldn't trust his labeling if I were you.[[Special:Contributions/108.162.221.9|108.162.221.9]] 00:59, 8 June 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
How would the machine work against the loud girlfriend/elliptical dish?  It seems to me that creating a phase-shifted replica of her moans would be pretty much impossible.  If it were, what would the resonance do, blow out the girlfriend's lungs?  How would that feel to her?  --[[Special:Contributions/199.27.128.85|199.27.128.85]] 21:37, 5 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Possibly for destroying the elliptical dish. The problem this machine would not resonate with the elliptical but the GF as you stated. Maybe he just uses it to play annoying songs at them. {{unsigned|Flewk}}&lt;br /&gt;
&lt;br /&gt;
:It would also have to be positioned perfectly in the elliptical dish' focal point to even work reflecting sounds back to her. [[User:Todor|Todor]] ([[User talk:Todor|talk]]) 19:11, 5 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can’t help but wonder, why is Cueball so willingly helping Black Hat to accomplish his diabolical scheme?  And then he follows up by commenting on how horrifying Black Hat’s actions are.  So is it just because he’s so annoyed by the car speakers, or is Black Hat somehow coercing him into doing his bidding?&lt;br /&gt;
[[Special:Contributions/162.158.106.246|162.158.106.246]] 20:41, 28 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
i dont understand how this works and its scaring me a lot. can someone please explain what all this stuff in the comic means? i dont want my speakers to break. [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 22:41, 6 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1559:_Driving&amp;diff=334304</id>
		<title>Talk:1559: Driving</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1559:_Driving&amp;diff=334304"/>
				<updated>2024-02-05T22:03:06Z</updated>
		
		<summary type="html">&lt;p&gt;Squishmallow fan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;They're probably in California, seeing as that's the only place self-driving cars are actually on the road. [[User:Wmss|Wmss]] ([[User talk:Wmss|talk]]) 09:46, 3 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
If there are self-driving cars, what about self-filling cars? So these cars are able to make long distances without the driver's interaction. Maybe he is sleeping. [[User:GeorgDerReisende|GeorgDerReisende]] ([[User talk:GeorgDerReisende|talk]]) 10:47, 3 August 2015 (UTC)&lt;br /&gt;
: Yeah, for some reason that does not exist yet -- the self-driving car on the other hand DOES exit and I can see them driving down my street every day [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 01:07, 4 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::People have no problem entrust the self-driving cars with their lives, but did you saw how much the petrol costs? Too risky. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:26, 4 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should've used hitchBOT instead of a rock. [[Special:Contributions/108.162.216.82|108.162.216.82]] 12:46, 3 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could this have been a semi-tribute? Showing how some malicious people will abuse technology that is programmed to be too trusting? [[Special:Contributions/108.162.216.138|108.162.216.138]] 20:56, 3 August 2015 (UTC)&lt;br /&gt;
: Could you explain with an example [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 01:07, 4 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree with the part of the explanation that claims that the comic must take place in the continental US.  The title text doesn't specify &amp;quot;exactly two&amp;quot; border crossings; it merely implies that there is more than one.  That could be anywhere in mainland (or attached-to-the-mainland-by-bridge) North America, north of the Darien Gap, except for most of Canada (from most of the population centers of Ontario, Google Maps wants to route through Michigan, for a total of three border crossings). [[Special:Contributions/108.162.221.149|108.162.221.149]] 14:18, 3 August 2015 (UTC)&lt;br /&gt;
:Correct.  It &amp;quot;implies&amp;quot; more than one, but doesn't require it.  Only that there be at least one.  So they could be in Canada.  Essentially anywhere on the continent (or an island connected by bridge to the mainland (e.g., Florida Keys)) north of the Darien Gap but outside Alaska. - Equinox [[Special:Contributions/108.162.238.172|108.162.238.172]] 23:15, 3 August 2015 (UTC)&lt;br /&gt;
::I disagree. Randall makes comic in the mainland US and if there is no indication we are outside it is safe to assume they are in the mainland US. And the title text clearly indicated more than one border crossing. You are making it way to complicated. I have corrected accordingly.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:02, 4 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
It is likely that the car's owner can locate it via the Internet, via an app and location logic provided by the car's manufacturer.  E.g., OnStar. {{unsigned ip|108.162.216.157}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;At the time of the release of this comic there were no places where these cars could be used privately.&amp;quot; That is not true, as there are no restrictions on vehicle use on private property. --[[Special:Contributions/108.162.212.7|108.162.212.7]] 16:35, 3 August 2015 (UTC)&lt;br /&gt;
: You are correct, and I have fixed that -- the true statement is that they are not for sale to private individuals [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 01:03, 4 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The only US state that both borders Canada and permits self-driving cards is Michigan. Assuming that the logic in self-driving cars prevents them from driving on streets where they are not legal, the conversation would have to take place in that state (but then again, wouldn't the car know that it is not allowed to drive in Alaska?) [[Special:Contributions/162.158.92.64|162.158.92.64]] 19:38, 3 August 2015 (UTC)&lt;br /&gt;
:Maybe it's exactly a matter of what knowledge the car has.  It ''could'' be linked up to something proprietry, or possibly a Cortana information-engine, to control a virtual &amp;quot;GPS fence&amp;quot;, based on current legal and possibly licence-based limits.  I'll bet it can be reprogrammed to ignore/extend such limits, though.  (Which is why I'm dubious about the idea of 'hard limiting' flying drones from entering restricted airspace.  A little hardware/software/firmware hacking should be simple enough for anyone who needs to get around such limits.)&lt;br /&gt;
:I can also imagine the following conversation: &amp;quot;How far does your car's self-driving system let you go on automatic?&amp;quot;  &amp;quot;I'll ask her...&amp;quot;(/Alaska...) [[Special:Contributions/141.101.98.188|141.101.98.188]] 00:33, 4 August 2015 (UTC)&lt;br /&gt;
:Yes the car would know that it was not permitted to drive in Alaska, however that would not prevent it from setting of with that destination in mind assuming that the person would take over control and entering manual driving in places where automatic were not permitted. [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 01:03, 4 August 2015 (UTC)&lt;br /&gt;
::In that case, the &amp;quot;border&amp;quot; in the title text could be a state border... [[User:Sabik|Sabik]] ([[User talk:Sabik|talk]]) 06:13, 4 August 2015 (UTC)&lt;br /&gt;
:::But you are still assuming this is the present. If this comic is set in the future they could be anywhere in the US and drive all the way through the country, then through Canada and finally to the destination in Alaska. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:02, 4 August 2015 (UTC)&lt;br /&gt;
::::I think you mean North Montana, hasn't been called Canada in years [[Special:Contributions/162.158.255.156|162.158.255.156]] 16:59, 4 August 2015 (UTC)&lt;br /&gt;
:::::We always used to call Anchorage &amp;quot;North Seattle.&amp;quot;  Also, once we casually said &amp;quot;good morning&amp;quot; to a stranger on the street in Inverness (Scotland) and got the instant response &amp;quot;Vancouver!&amp;quot;  We said &amp;quot;No, Seattle.&amp;quot;  The response to that was &amp;quot;Oh, same thing.&amp;quot;  [[User:Taibhse|Taibhse]] ([[User talk:Taibhse|talk]]) 10:49, 5 August 2015 (UTC)&lt;br /&gt;
:There's no reason to assume that the same laws apply in XKCD world, where velociraptors spontaneously attack people who use GOTO. There is also no direct indication that the self-driving car was being operated legally. I feel that trying to pin down the location of this comic is overthinking the matter. [[Special:Contributions/108.162.238.155|108.162.238.155]] 22:37, 5 August 2015 (UTC)&lt;br /&gt;
:I agree -- we're wasting valuable time that should be spent arguing that Black Hat is not in fact carrying a sand bag, but rather a large rock!&lt;br /&gt;
Many years ago, a major oil company approached an auto research company to come up with both a means to describe as well as coordinates in that system of every fuel filling location on every vehicle.  The thought at the time was that the company was seeking to create an automated filling station that could eliminate both the attendant and self-serve.  It is only a matter of time. {{unsigned ip|173.245.54.5}}&lt;br /&gt;
&lt;br /&gt;
I can't believe no one is raising the really important question about self-filling cars and/or automatic filling stations: would they be legal on the New Jersey Turnpike? [[Special:Contributions/162.158.255.52|162.158.255.52]] 17:55, 28 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
It should be noted that this comic refers to a driverless car, which is very different from a self-driving car. In short, having a self-driving car means you can set the steering to keep you in your lane, the cruise control to keep you at a safe following distance, maybe even to observe red lights. It can’t make turns or really much of anything without *some* driver interaction. Driverless cars function as the comic describes; the driver enters a destination and the car goes there. It is illegal to test driverless cars on the roads of any state except Michigan. [[Special:Contributions/162.158.62.243|162.158.62.243]] 22:28, 22 February 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
i thought black hat was holding a pile of hay, not a rock. [[User:Squishmallow fan|Squishmallow fan]] ([[User talk:Squishmallow fan|talk]]) 22:03, 5 February 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Squishmallow fan</name></author>	</entry>

	</feed>