<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.70.85.73</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.70.85.73"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.70.85.73"/>
		<updated>2026-04-15T13:32:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369338</id>
		<title>3064: Lungfish</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369338"/>
				<updated>2025-03-18T12:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ correct usage of append/prepend, mostly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3064&lt;br /&gt;
| date      = March 17, 2025&lt;br /&gt;
| title     = Lungfish&lt;br /&gt;
| image     = lungfish_2x.png&lt;br /&gt;
| imagesize = 317x403px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I know having so many base pairs makes rebasing complicated, but you're in Bilateria, so shouldn't you at LEAST be better at using git head?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a COPY OF COPY OF COPY OF COPY OF LUNGFISH - more information on lungfish if necessary, less information if not. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Lungfish}} (the class ''Dipnoi'') have the largest known {{w|genome}} among the {{w|vertebrate}}s (155 billion {{w|base pair}}s), and the third-largest known genome of all species. The comic relates this to a common issue when editing documents or coding, where the author accidentally makes changes to {{w|Fork (software development)|two separately created versions of documents}}, when they meant to only edit one, which can result in changes to both (or all) resulting documents functionally essential parts of the completed project, or at least present as development artefacts in the 'final' product. This may happen if documents are sent for review (or updating) to different editors, or at different times, and the changes from the earlier one(s) aren't properly integrated with the later one(s). The comic posits that Lungfish has a habit of doing this with its own genome, making both genes essential and increasing the amount of base pairs.&lt;br /&gt;
&lt;br /&gt;
When Cueball confronts Lungfish about this bad habit of mismanaging files, Lungfish dismisses him by saying he'll just &amp;quot;buy more storage&amp;quot;. This is likely alluding to when people are faced with an increasing number of files on their storage media, they just buy more storage, either by adding another media drive or paying additional monthly fees for online storage (ex: [https://www.apple.com/ca/icloud/ iCloud] or [https://one.google.com/about/plans Google Drive]). Because of the relatively low cost of storage, this often seems like any easy 'solution', but doesn't actually address the problems of information fragmentation and management. As well as being an issue in their own right, a failure to deal with these can lead to a repeating pattern that ratchets up storage cost over time. If part of the process is to buy 'fresh' storage space, perhaps to ''attempt'' to rationalise the new and historic files from where they were previously, an even worse legacy of 'temporary' copies (or near-copies) of old files may end up littering [[1360: Old Files|various layers of storage]], in ways that may later confuse matters further. &lt;br /&gt;
&lt;br /&gt;
For anyone curious about the science, it's important to note that [https://www.science.org/content/article/odd-fish-has-30-times-much-dna-humans-new-record-animals this is absolutely not why lungfish have a large genome]; while some organisms do contain many copies of genes as a diversification strategy, this mostly occurs only in some plants and single-celled eukaryotes. Lungfish have roughly the same number of genes as a human (and likely slightly fewer), and the large size of the lungfish genome is likely due to poor transposon control causing their chromosomes to fill up with junk.&lt;br /&gt;
&lt;br /&gt;
The names of the &amp;quot;files&amp;quot; reference several things about computer files:&lt;br /&gt;
* Older versions of Windows, when copy-and-pasting a file within the same folder, would automatically prepend &amp;quot;Copy of&amp;quot; the filename, resulting in a file named &amp;quot;Copy of ''x''&amp;quot;. (This was previously referenced in the title text of [[1459: Documents]].) If the resulting file was then copied, it would be likewise prepended, thus producing &amp;quot;Copy of Copy of ''x''&amp;quot;. (Newer versions of Windows instead append &amp;quot;- Copy&amp;quot; the filename, which produces the same effect but keeps things in roughly the same order when sorted by name.) Google Docs automatically prepends &amp;quot;Copy of ''x''&amp;quot; to document names, when copied.&lt;br /&gt;
* Numbered labels in brackets can be produced by a couple different actions:&lt;br /&gt;
** If multiple files are highlighted and a Rename action is performed, all of the files will be given the same name with a number label, starting with the one clicked on for the Rename action and then proceeding from the top of the list down as originally sorted. For example, if three files named &amp;quot;Alpha&amp;quot;, &amp;quot;Beta&amp;quot;, and &amp;quot;Gamma&amp;quot; are highlighted, and the user right-clicks on &amp;quot;Gamma&amp;quot; and renames it to &amp;quot;Alphabet&amp;quot;, then &amp;quot;Gamma&amp;quot; will be renamed to &amp;quot;Alphabet (1)&amp;quot;, followed by &amp;quot;Alphabet (2)&amp;quot; [formerly Alpha] and &amp;quot;Alphabet (3)&amp;quot; [formerly Beta].&lt;br /&gt;
** If a copied file is pasted multiple times in the same folder, it will also receive number labels in the same format. This includes copies that are also appended as such in the above points, so a newly-pasted file might end up with a &amp;quot;Copy of&amp;quot; prefix AND a &amp;quot;(2)&amp;quot; suffix.&lt;br /&gt;
** If a file is downloaded from webmail and a file with same name already exists in the download folder, browsers append a number such as &amp;quot;(1)&amp;quot;.&lt;br /&gt;
* Some users will keep older drafts of a file in case of a need to revert back to an older version; this can be done with a number label (i.e. &amp;quot;v1&amp;quot;, &amp;quot;v2&amp;quot;, etc.) or a proper word (i.e. &amp;quot;draft&amp;quot;, &amp;quot;edited&amp;quot;, etc.) at the user's discretion. This can be useful if it's discovered that an edit breaks something important, or in the event that a mistaken save action loses data, but it can also lead to file hoarding. It is also far from foolproof, especially if words are used rather than numbers as a &amp;quot;(Newest)&amp;quot;-named file can't itself know when it is superseded (perhaps by a &amp;quot;(Final)&amp;quot; file) and even a &amp;quot;(Final)&amp;quot; one cannot be sure that the project hasn't been revisited (perhaps with an update to &amp;quot;(Newest)&amp;quot;; such a manual method of attempting to keep sequential versions in line can easily be open to misuse and ambiguity of status. Especially when any changes apparently have not been so obviously major to the person(s) involved that the &amp;quot;version number&amp;quot; has been updated - or else ''both'' were (separate!) refinements of some &amp;quot;v2&amp;quot; revision(s), or earlier, without regard/awareness of the other update.&lt;br /&gt;
&lt;br /&gt;
In short, the file names &amp;quot;Copy of Copy of Gene v3 (Newest) (2)&amp;quot; and &amp;quot;Copy of Copy of Gene v3 (Final) (2)&amp;quot; suggest a very poorly-organized method of version tracking - and a tendency to copy-paste unnecessarily - on the part of the lungfish, which certainly explains why it keeps editing multiple documents instead of a single one.&lt;br /&gt;
&lt;br /&gt;
The title text further compares the biology of lungfish to managing versions of files in a popular version control system called {{w|Git}}, which includes a facility called [https://www.geeksforgeeks.org/git-head/ &amp;quot;head&amp;quot;] that assists in keeping track of the latest available version of a particular project resource, across all updating and forking. Rebasing, in Git, is the act of moving changes from one file branch to another, which Cueball says is complicated due to the large number of 'base pairs' - a pun since base pairs are elements of chromosomes. {{w|Bilateria}} is a clade of animals characterized by embryonic bilateral symmetry, giving their bodies distinguishable &amp;quot;head&amp;quot; and &amp;quot;tail&amp;quot; ends. Since this applies to lungfish, Cueball says, in another pun, that the lungfish should at least know how to use the &amp;quot;head&amp;quot; branch with Git.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A lungfish is sticking its head out of the water close to a wooden dock. It is looking up at Cueball, standing on the dock looking down, and they are talking.]&lt;br /&gt;
:Lungfish: It turns out I've been editing both '''''Copy of Copy of Gene v3 (Newest) (2)''''' and '''''Copy of Copy of Gene v3 (Final) (2)''''' so now I can't delete either one.&lt;br /&gt;
:Cueball: You have '''''got''''' to stop doing this.&lt;br /&gt;
:Lungfish: It's fine, I'll just buy more storage.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Why lungfish have such enormous genomes&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Version Control]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2583:_Chorded_Keyboard&amp;diff=227305</id>
		<title>Talk:2583: Chorded Keyboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2583:_Chorded_Keyboard&amp;diff=227305"/>
				<updated>2022-02-21T11:51:09Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
Why is it H+&amp;lt;Left&amp;gt; rather than H+&amp;lt;Right&amp;gt;? [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 03:22, 19 February 2022 (UTC)&lt;br /&gt;
:Probably for the rhyme with &amp;quot;Shift&amp;quot; in the previous verse. In terms of practicality, though, I agree — &amp;lt;Right&amp;gt; would make more sense for a real keychord. {{unsigned ip|108.162.246.154}}&lt;br /&gt;
::A pity Shift and Left don't rhyme very well. But then neither do Chord and Word. [[Special:Contributions/172.70.85.79|172.70.85.79]] 03:41, 19 February 2022 (UTC)&lt;br /&gt;
::It works if you're from New Zealand. [[Special:Contributions/162.158.111.16|162.158.111.16]] 10:37, 19 February 2022 (UTC)&lt;br /&gt;
::Wow, I totally missed that {{w|near rhyme}}. It's not quite so bad if you sing it, though. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 03:46, 19 February 2022 (UTC)&lt;br /&gt;
::: Eh, {{w|Tom Lehrer}}'s certainly done much worse slant rhymes. -- [[User:KarMann|KarMann]] ([[User talk:KarMann|talk]]) 03:55, 19 February 2022 (UTC)&lt;br /&gt;
::Sadly, too, there was the opportunity for &amp;quot;The other hand, hits H and ''lift.''&amp;quot; Alas. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 04:23, 19 February 2022 (UTC)&lt;br /&gt;
::I don't know about other people, but I can reach H+&amp;lt;Left&amp;gt; on my keyboard with the index finger and pinky of my right hand, but H+&amp;lt;Right&amp;gt; requires thumb and pinky and doing something terribly awkward with my wrist. [[Special:Contributions/172.70.110.161|172.70.110.161]] 06:51, 19 February 2022 (UTC)&lt;br /&gt;
::I added some (necessary?) additional contextualising of how it mirrors the original song, consider it a bridge/middle-eight, so that those who still don't quite get that bit of popular culture get a bit more of the idea than before.&lt;br /&gt;
::In the process I made an executive decision to comment about the rhyming (or not) along the way.&lt;br /&gt;
::...but I strayed into 'Cueball's Computer Problems' territory, and then noticed (sorry, missed it before diving in) that it's mentioned again (but chronologically before!) at the the end of the explanation. I'm not quite sure how to remove the redundancy. The lyrical trailing-off really needs to mention this, I feel, but removing repetitions from the other person's text will need extra thought too. If someone gets in there before I do and modifies either/both of the sections nicely then that'll be Ok, but I'll try to revisit it myself (and {{wiktionary|kill_one%27s_darlings|'kill my darlings'}} if necessary) if nobody else sees fit to in my stead. [[Special:Contributions/172.70.86.22|172.70.86.22]] 19:02, 19 February 2022 (UTC)&lt;br /&gt;
:presumably he programmed his keyboard to use chord-logic for ALL common words.... if he has ctrl, alt, shift, and at least two special function keys, such as win and alt-gr....  that's 2^5=32 possible signal combinations from function keys. if he uses the 8 direction keys on the numeric keypad, that's 32*8= 256 possibilities for command modifiers to each letter.   So, in theory, he could program in an unique combination of key strokes that chooses between the 256 most common words that begin with each letter, totaling 6656 possible words that can by typed using chording. The combination that results in &amp;quot;hallelujah&amp;quot; just happens to be ctrl-shift-h-left.   hopefully there's a graphical prompt which shows you the 8 possible current words to choose from, given the most recent combination of function keys and a given letter. &lt;br /&gt;
::I happen to know that if you're typing in Japanese phonetic letters using MS Word,  there are actually so many homonym words which have different logographic symbols, and different meanings, but which all SOUND the same, and thus are phonetically TYPED the same,  that's it actually NORMAL for Word to list a pop-up context menu with the top-8 word choices you might have just meant to enter,  and require you to select one before continuing.  and then it swaps out the correct logograph symbol for the phonetic symbols you just typed.  I don't think it uses the numpad directional arrows to make the choice, but honestly, it would be a lot more user-friendly if it did....  [[Special:Contributions/162.158.74.170|162.158.74.170]] 05:38, 20 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it steganography? [[Special:Contributions/108.162.237.41|108.162.237.41]] 04:03, 19 February 2022 (UTC)&lt;br /&gt;
:Stenography* [[Special:Contributions/198.41.242.239|198.41.242.239]] 19:09, 19 February 2022 (UTC)&lt;br /&gt;
:Stenotype actually (though they use special typing machines, but there's software to use any keyboard for stenotype). It's been a cornerstone of court reporting and live captioning for over a century, and it doesn't seem to be replaced anytime soon by transcription &amp;quot;AI&amp;quot;, given how horrible it still is. I'm surprised it's not been mentioned in the article.[[Special:Contributions/162.158.190.113|162.158.190.113]] 12:53, 20 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ironically, having considerable knowledge of one of those covers of the song can lead to more confusion than less familiarity with any of them. My wife was recently moderately obsessed with Rufus Wainwright, including his cover of 'Hallelujah'. So when I read this comic, I didn't catch on until most of the way through what other Randall was up to. But when she read it, she caught on in the first line, and yet, didn't get the title text at all until I explained it to her (having compared some versions overnight before then), since that line isn't included in Rufus' version. No particular point here, just, well, 'Talk'. -- [[User:KarMann|KarMann]] ([[User talk:KarMann|talk]]) 01:55, 20 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has anyone recorded a cover with these lyrics yet? I had kind of assumed that would happen soon after this was posted. --[[User:Sensorfire|Sensorfire]] ([[User talk:Sensorfire|talk]]) 04:14, 20 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Kind of disappointed that the explanation isn't itself written in verse form after Hallelujah. [[Special:Contributions/172.70.85.73|172.70.85.73]] 11:51, 21 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Control Shift H&lt;br /&gt;
https://defkey.com/what-means/ctrl-shift-h shows the shortcut action in 113 programs. (Who knew there was a website devoted to keyboard shortcuts?) In Firefox, it shows your history as soon has you hit the H. (I like to think that Randall uses good ol' open source Firefox.) Your history will show the current XKCD page first, of course, but that listing does not include the word &amp;quot;HALLELUJAH.&amp;quot; The next keydown is interpreted as a separate keystroke. Nothing interesting happens with the 8 permutations of Ctrl-Shift (up or down) and (left arrow, numpad left, left tab, backspace). I was kinda hoping that Mozilla had secretly conspired to tweak this keystroke combination in the last update. In short, I have nothing to add to the explanation, but not for lack of trying. [[Special:Contributions/108.162.219.187|108.162.219.187]] 23:52, 19 February 2022 (UTC) (This is my first explainxkcd comment. I'll properly sign up before I comment again.)&lt;br /&gt;
&lt;br /&gt;
We can add a javascript snippet that captures this keychord and shows &amp;quot;Hallelujah&amp;quot; on this website, right :P&lt;br /&gt;
[[Special:Contributions/172.70.188.81|172.70.188.81]] 04:46, 20 February 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=568:_Well_2&amp;diff=227298</id>
		<title>568: Well 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=568:_Well_2&amp;diff=227298"/>
				<updated>2022-02-21T02:39:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 568&lt;br /&gt;
| date      = April 13, 2009&lt;br /&gt;
| title     = Well 2&lt;br /&gt;
| image     = well_2.png&lt;br /&gt;
| titletext = But I've made $13.72 already today! Ow, stop throwing pennies.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the second comic in the [[:Category:Well|Well]] series: The first was [[561: Well]].&lt;br /&gt;
&lt;br /&gt;
The average person's lifespan is 80 years now. So, while immortality may become a reality within the coming century, [[Ponytail]] won't live long enough to achieve it.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is looking for a programming language that does not need him to be specific about his ideas. When humans communicate ideas to other humans they may be vague but still understood, since the listener can infer a lot of detail from context and basic knowledge. Until we start 'raising' compilers (like you would a child) compilers will not possess that feature. Hence the need for the programmer to be exact in communicating his ideas to the compiler. No language will ever be able to change that. Cueball complains that '''he''' knows what he means, perhaps hoping that {{w|DWIM|this is perfectly sufficient}}.&lt;br /&gt;
&lt;br /&gt;
Finally we find out that one of [[Megan]]'s admirers, Mike, whom she avoids, is hiding in the well. He has been waiting for her to come for her ''uncomfortable truth'', so he can make her believe that she is actually attracted to him. But she is not so easily fooled and calls his bluff, telling him to come out of the well.&lt;br /&gt;
&lt;br /&gt;
The title text suggests he might also have been down there for the money everyone is throwing in to the &lt;br /&gt;
well to get this uncomfortable truth. So it has never been a working well. When everyone (or just Megan) finds out about this, Mike is bombarded with the all the pennies people have brought along.&lt;br /&gt;
&lt;br /&gt;
In the comic game [[1608: Hoverboard]] there is also a well in the left part of the world. This well has the same type of covered top and at the bottom (it is very deep) there is a girl and above her a coin, like the one thrown into a wishing well. On these links, to images on {{xkcd}}; used in the game, the [http://xkcd.com/1608/980:-1077+s.png top] and the [http://xkcd.com/1608/980:-1073+s.png bottom] of the well can be seen.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Four people are lined up by a covered well, Ponytail in front followed by Cueball, Megan and a man with some kind of hat (could be Beret Guy, but only half of his head is shown so it is not clear). A large sign stands well in front of the well. Ponytail throws in a coin.]&lt;br /&gt;
:Well: Science may discover immortality, but it won't happen in the next eighty years.&lt;br /&gt;
:Sign: The Uncomfortable Truths Well.&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on the well and Cueball who throws in a coin.]&lt;br /&gt;
:Well: You'll never find a programming language that frees you from the burden of clarifying your ideas.&lt;br /&gt;
:Cueball: But ''I'' know what I mean!&lt;br /&gt;
&lt;br /&gt;
:[Same zoom in on Megan who throws in a coin.]&lt;br /&gt;
:Well: You avoid your friend Mike because you're uncomfortably attracted to him.&lt;br /&gt;
&lt;br /&gt;
:[Megan bend in over the well looking down]&lt;br /&gt;
:Megan: Nice try, Mike.&lt;br /&gt;
:Megan: Get out of the well.&lt;br /&gt;
:Mike (from inside the well): Aww.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Well]]&lt;br /&gt;
[[Category:Comics sharing name|Well]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Sarcasm]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2583:_Chorded_Keyboard&amp;diff=227234</id>
		<title>2583: Chorded Keyboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2583:_Chorded_Keyboard&amp;diff=227234"/>
				<updated>2022-02-19T04:10:24Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ Some thoughts as to the technical aspects. Noting that YMMV as TIMTOWTDI, and doubtless it's different on a significant amount of hardware/firmware/OS/driver/software combos..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2583&lt;br /&gt;
| date      = February 18, 2022&lt;br /&gt;
| title     = Chorded Keyboard&lt;br /&gt;
| image     = chorded_keyboard.png&lt;br /&gt;
| titletext = And even though it all went wrong / I'll stand before the lord of song / with nothing on my tongue but 'I don't understand, I swear I backed up my keyboard config before messing with it'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by LEONARD COHEN - Someone with proper computer knowledge should probably elaborate on the terms &amp;quot;chorded keyboard&amp;quot; and &amp;quot;keyboard config&amp;quot;. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This strip is a parody of Leonard Cohen's &amp;quot;Hallelujah&amp;quot;. Cueball has somehow set up his computer so that, upon pressing a certain combination of keys on his keyboard, the system will automatically type out the word &amp;quot;hallelujah&amp;quot; (xkcd's all-caps typesetting makes it unclear how the word is capitalized).&lt;br /&gt;
&lt;br /&gt;
Technically, a {{w|chorded keyboard}} is one in which (nearly) all inputs are made by simultaneous pressing of a given combination of a limited number of keys, such as a literal handful of non-alphabetic keys that the user learns to combine to represent the key-presses of more standard keyboards. The workings of such keyboards tend to be handled internally, sending to the computer the signal(s) that ''would'' have been sent from its larger cousin.&lt;br /&gt;
&lt;br /&gt;
By inclusion of traditional key descriptions for a 'standard' keyboard (e.g. the 104-key US QWERTY version that Randall is probably most familiar with), the meaning is probably instead that of using a combination of normally single-use keys (the 'H' and a cursor) with others, including modifiers ('shift' and 'control'), i.e. 'chording' ''with'' his keyboard. This seems to go beyond regular use (shift and a character changing the character case, ctrl and a character may give a editing command) or normal combinations (ctrl, alt and the 'e' may result in the 'é', where the keyboard does not otherwise support it) and even goes beyond [[378: Real Programmers|emacs-like serialised metacommands]] which is a software feature. It seems more likely that such a setup is handled within the computer, either defined within the OS or (as is often the case with specialist configurable gaming keyboards) via the driver installed to mediate such esoteric keyboard combinations as the user has predefined for themselves.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Cueball is sitting in an office chair at his desk, hands on his keyboard, looking at his desktop.]&lt;br /&gt;
I heard there was a secret chord&lt;br /&gt;
&lt;br /&gt;
That David press and it typed a word&lt;br /&gt;
&lt;br /&gt;
[The camera zoomed in on Cueball, and we see him from the waist up]&lt;br /&gt;
&lt;br /&gt;
But you don't use a chorded keyboard do you&lt;br /&gt;
&lt;br /&gt;
[The third frames are like the first, except Cueball's arms are moved]&lt;br /&gt;
&lt;br /&gt;
It goes like this &amp;lt;control&amp;gt; and &amp;lt;shift&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other hand hits H and &amp;lt;left&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[The fourth frame is like the first and third, but the arms are moved again]&lt;br /&gt;
&lt;br /&gt;
And All at once it types out&lt;br /&gt;
Hallelujah&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2581:_Health_Stats&amp;diff=227189</id>
		<title>2581: Health Stats</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2581:_Health_Stats&amp;diff=227189"/>
				<updated>2022-02-17T19:54:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ Open to interpretation, as it could have been &amp;quot;I wonder what this thing, that I've never looked at before, actually does?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2581&lt;br /&gt;
| date      = February 14, 2022&lt;br /&gt;
| title     = Health Stats&lt;br /&gt;
| image     = health_stats.png&lt;br /&gt;
| titletext = You will live on forever in our hearts, pushing a little extra blood toward our left hands now and then to give them a squeeze.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball|Cueball's]] has a smartwatch that tells him a new health statistic. It is clearly either a new watch or a newly discovered feature added to his existing one.&lt;br /&gt;
&lt;br /&gt;
It seems to monitor the volume of blood currently in his left hand (specifically the one the watch is being worn on the wrist of, implying it tracks the inflow and outflow and maintains a running tally) and conveys this quantity in milliliters (ml). It also tracks other stats like his pulse, as seen later, but this is not what currently interests Cueball. Instead he studies the blood volume information and finds it changing from moment to moment. This may be from a combination of his pulse (misaligned to the frequency of the updates) or the vertical position and attitude of his hand (he subtly changes the hand's position from panel to panel). It could just be inaccuracies in the data, an issue with all scientific instruments but more so for consumer devices used without practiced expertise - it is unlikely he has strapped the measuring device tight enough onto his wrist to give scientifically consistent results, even with such slight arm movements as he makes.&lt;br /&gt;
&lt;br /&gt;
He reports his thoughts on this to someone off-panel, who is heard replying to all his comments. At first, Cueball just voices the assumption that the small change is normal, and accepts the movement away from a number he had no reason to disbelieve as realistic. But then two measurements in a row both increase. Although all the changes are slight, compared to the magnitude of the numbers themselves, this freaks him out. He may be [[605: Extrapolating|extrapolating these two data points]] into the future - if this rather selective trend continues, his hand may explode from its ever-increasing volume of blood. Either this, or Cueball noticed that the variation in the first three data points was ±0.025, but the final variation suddenly surpasses this level by ten times this range, massively redefining his evolving expectations.&lt;br /&gt;
&lt;br /&gt;
For whatever reason he becomes anxious, a consequence of this is that his pulse also begins to rise, as also documented by the watch. This could simultaneously increase his blood pressure (not noted as being another monitored statistic) and in turn causing another rise in the volume of blood in his hand. Knowledge of the pulse increase makes him even more alarmed, which will cause a positive feedback loop at least in the short term.&lt;br /&gt;
&lt;br /&gt;
The total difference between the maximum (22.09 ml) and minimum volume (21.81 ml) of blood in his hand is only 0.28 ml compared to an average of 21.9 ml, so less than 1.5% difference. This can realistically be assumed to be a normal fluctuation from heartbeat to heartbeat and/or with change of posture. For that matter, neither Cueball nor ourselves may have any idea what a normal volume of blood in his left hand would be. His comment in the first panel is that he's &amp;quot;not sure how to interpret&amp;quot; the initial measurement, and it might need rather uncommon medical knowledge to do so - even those who have learnt how much blood a typical human body should contain might be stumped by how much of that is just within a typical (or specific) human hand. However, he seems to have assumed that 21.83 ml was a normal measurement simply since it was the first one he saw (a stereotypical {{w|Confirmation_bias#Preference_for_early_information|preference for early information}}).&lt;br /&gt;
&lt;br /&gt;
Just before his anxiety reaches breaking point, his off-panel friend begins to tell him to stop looking at the watch all the time, but is interrupted mid-sentence by Cueball actually freak out. This final outbreak causes his off-screen companion to tease him by saying that &amp;quot;We will treasure your memory&amp;quot;, thus joking that Cueball will soon die from the blood loss when his hand explodes. &lt;br /&gt;
&lt;br /&gt;
The title text continues with this teasing where the friend jokes that after his demise he will live on forever in his friends' hearts. From there he will thus also be responsible for pushing a bit more blood into his friends' left hands, now and again, so they can feel this as a squeeze to remind them of how they lost their friend to a left-handed blood explosion.&lt;br /&gt;
&lt;br /&gt;
This is likely meant to parody the tendency of people to monitor minute details of their own health, pandered to by possibly misguided developments in personal meditech, without having a clear idea of what any of the data means. This is arguably much more common today with health devices readily available, which can give the average person data about their own body but often don't offer useful context. Cueball is apparently sufficiently fixated on data that apparent changes to any metric causes him to panic. He doesn't know what the blood volume of his hand means for his health, or even whether it's a useful metric, yet he obsesses over perceived trends in the data.  The irony is that his very focus causes a more important metric (his pulse rate) to elevate. This may be intended to suggest that excessive fixation on one's own health can cause elevated anxiety. Ironically, this stress can potentially be more harmful that the things that the person has become upset about.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is looking down and to the right at his bent arm, where a small device is radiating as shown with several small lines. Above him the message from the device is shown in a frame, that is divided in two by a line. The top part has one line of text, with a x at the end for closing the message. And below in the second half are two lines of text. Cueball is speaking to someone off-panel, who replies from a starburst at the panel's edge.]&lt;br /&gt;
:Box title bar: New health stat!&lt;br /&gt;
:Box: Left hand blood volume: 21.83 mL&lt;br /&gt;
:Cueball: Oh. Cool. Not sure how to interpret that, but good to know, I guess.&lt;br /&gt;
:Off-panel voice: I guess!&lt;br /&gt;
&lt;br /&gt;
:[Same setting but Cueball has turned to the left, still looking at his device on his bend arm. The message on the device is now only showing the message part, so it is no longer divided into two parts.]&lt;br /&gt;
:Box: Left hand blood volume: 21.81 mL&lt;br /&gt;
:Cueball: Huh, it's going down. I guess that happens.&lt;br /&gt;
:Off-panel voice: Mhm.&lt;br /&gt;
&lt;br /&gt;
:[In a frame-less panel, Cueball now has both arms bent with his hands close together in front of him. He has once again turned toward the right, and is still looking at the device.]&lt;br /&gt;
:Box: Left hand blood volume: 21.86 mL&lt;br /&gt;
:Cueball: Oh weird, now it's going up higher than before.&lt;br /&gt;
:Off-panel voice: Maybe you shouldn't look at-&lt;br /&gt;
&lt;br /&gt;
:[Cueball now holds his arm with the device outstretched towards the right, with his other arm bent in front of him a finger raised.]&lt;br /&gt;
:Box: Left hand blood volume: 22.09 mL&lt;br /&gt;
:Cueball: It's going '''''way''''' up! '''''Is my hand exploding?!'''''&lt;br /&gt;
:Cueball: And now my pulse is rising! '''''Aaaaa!!!!'''''&lt;br /&gt;
:Off-panel voice: So sorry. We will treasure your memory.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with lowercase text]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:Kynde&amp;diff=226878</id>
		<title>User talk:Kynde</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:Kynde&amp;diff=226878"/>
				<updated>2022-02-10T10:40:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Purely to improve your knowledge of English */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Cueball references  ==&lt;br /&gt;
Hi, please do not remove the Cueball references here. He is a standard character. The category [[:Category:Comics featuring Cueball]] gives just an overview about all comics showing this stick figure. And just one is him, not defined by Randall but by us. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:10, 8 May 2014 (UTC)&lt;br /&gt;
:But who should define who Cueball is? You? I could see him as both here. And somebody did. You have just corrected back so that the Cueball in the explain is switched to the other charachter in the transcript. At least one of these should then be changed to match the other. It is thus also clear that people have different views of what Cueball stands for. Is he the one trolling, or is he the one who knows which movie Blade Runner is? [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:35, 10 May 2014 (UTC)&lt;br /&gt;
:By the way - I did not remove the reference to the chategory - but only in the text as described above. [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:38, 10 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Minor tags on edits ==&lt;br /&gt;
Also, a minor concern, but please be more sparing in your use of &amp;quot;minor&amp;quot; tags on edits.  Addition of 1200 characters (e.g. . . m Talk:1496: Art Project‎; 20:04 . . (+1,240)‎ . . ‎Kynde, or . . m 1497: New Products‎; 19:12 . . (-419)‎ . . ‎Kynde →‎Explanation: It does not fit into category four! See new test. I also deleted a lot of text, that already was written below, and was basically the same as the one stille) is NOT minor. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:22, 11 March 2015 (UTC)&lt;br /&gt;
::When adding a new comment to the talk page I newer see this as a major change. This i a discussion not a change to the explanation!. I do not believe it was a big change removing the text you wrote, when all of it basically was written below. Try and read your version, and see that it was more or less double. Also I had already once removed the reference to the fourth category. If the guy has signed up he have no problems with this company. Also it is mentioned that the fourth category is not a company he is afraid off, but just someone they do not like. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:42, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thank you ==&lt;br /&gt;
&lt;br /&gt;
I like what you did at [[1402: Harpoons]]. Thank you. [[Special:Contributions/173.245.54.153|173.245.54.153]]&lt;br /&gt;
:You're welcome - I did it based on your comment [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 03:41, 2 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
==[[980: Money]]==&lt;br /&gt;
Hey, you've done an amazing job on the money comic's transcript, but the explanation page is still marked as incomplete. Is there actually anything left to be done on it? Thanks! [[User:Davak72|Davak72]] ([[User talk:Davak72|talk]]) 03:04, 3 April 2015 (UTC)&lt;br /&gt;
:Thanks allot. I have replied on the Money page where you repeated the above. I can even remember the number although it was some time since I did the transcript. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:44, 3 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Merge Cueball &amp;amp; Rob ==&lt;br /&gt;
&lt;br /&gt;
You seem to have changed some comics in which formerly more than one cueball appeared to make it such that none were called cueball (e.g. Orb Hammer).  But many persist, see transcripts in:&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/1405:_Meteor&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/192:_Working_for_Google&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/525:_I_Know_You%27re_Listening&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/187:_The_Familiar&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/79:_Iambic_Pentameter&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/65:_Banter&lt;br /&gt;
&lt;br /&gt;
We should probably seek broader consensus before rewriting all these transcripts.  There seems to me to be a general trend to name one &amp;quot;Cueball&amp;quot; and call the others &amp;quot;Friend&amp;quot; or somesuch in these cases and I'm concerned that you seem to want to singlehandedly rewrite all that convention. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:07, 11 March 2015 (UTC)&lt;br /&gt;
:It is typically the first who writes the transcript who decides who of the Cueballs (or Megans) he feel represents the real Cueball. However, there is no real behavior of Cueball. So who should decide. I could also change these transcripts so it becomes the other character who becomes Cueball, because I think the first transcripter did it wrong. This was exactly what happened with the two Megan-like comics. First it was Megan and Danish. Then unidentified girl and Megan. Then Megan and unidentified girl, then two Megan like girls with short and long hair and finally you reverted it to my first ide: Unidentified girl and Megan. So thanks for showing me these six double Cueball comics. I will change asap. And as I answered your comment on [[1496: Art Project]] Rob is already listed as part of the category for Comics featuring Cueball: http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Rob and this is listed as the first entry when going to the page for Category:Comics featuring Cueball: http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Cueball Thus he should not be merged--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:21, 11 March 2015 (UTC)&lt;br /&gt;
:: Can you please add this discussion here [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob].  I have refrained from making these sort of substantial changes and want to seek a broader consensus.  Please use the community forum to seek such consensus before making major unilateral changes like that. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:24, 11 March 2015 (UTC)&lt;br /&gt;
:::Done with interests --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:02, 11 March 2015 (UTC)&lt;br /&gt;
:: there are dozens of multiple-Cueball comments.  Please don't change them to &amp;quot;man 1&amp;quot;, &amp;quot;man 2&amp;quot; until we can reach a braoder consensus.  I will not be changing them to &amp;quot;Rob&amp;quot; without consensus.  This is not something to be done all at once and making that many changes will prompt me to request that an admin freeze your account. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:27, 11 March 2015 (UTC)&lt;br /&gt;
:::I was about to write this before your comment no. two. So this was a reply to your previous comment: &amp;quot;I can post it there, but these changes has been underway a long time for almost a year. But it is hard to find these comics as I do not go through them just to find incidences. How long have you been active in xkcd. I can see your page has been created today, but maybe you were active long before that?&amp;quot;--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:42, 11 March 2015 (UTC)&lt;br /&gt;
::::This is a comment to your next comment: &amp;quot;It is very hard to threaten someone like that already. I have been making these changes before, and by the way never to man 1 or man 2. I have been one of the top contributers for more than a year. I hope this is not just because I reverted one of your contributions to Mondays comic? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]21:42, 11 March 2015 (UTC)&lt;br /&gt;
:::::I didn't want to threaten. I think consistent style is important, and general style I see is in multi-Cueball comics, one is ID'd as Cueball and others are &amp;quot;Friend&amp;quot;, etc. Anyone unilaterally changing an established style should seek consensus first.&lt;br /&gt;
:::::Additionally, I think your undo on my edit actually improved the explanation.&lt;br /&gt;
:::::Finally, if you know how to solicit more opinions on the matter at hand, please let me know (or do it).  Thanks! [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 23:53, 11 March 2015 (UTC)&lt;br /&gt;
::::::Thanks on the edit appraisal. As I wrote on the talk page, yours was also much better phrased the second time. I do not know how to get anyone to go read your comment except by giving them the message like you did with me. Or putting a link to it from the talk page of the double Megan comic, and maybe on  some of the double Cueball comics too. I did not understand the &amp;quot;solicit more opinions&amp;quot; at first (why I wrote that last part in my comment below &amp;quot;how many will read&amp;quot;). So you do realize, I can see now, that not many will. By the way I'm [[Danish]]... That is, I'm neither a mean girl or a pastry cake, but from Denmark. And although I'm, really good at English for everyday use, it is not by far a language I can understand everything. But suddenly I got your message.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 12 March 2015 (UTC)&lt;br /&gt;
My only point is we need to wait until consensus is reached before undoing years of precedent in Cueball naming. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 22:38, 11 March 2015 (UTC)&lt;br /&gt;
:Well as I have made fairly clear there is no consensus. Because it is up to the first one who writes the transcript to decide who is the friend. And this often leads to discussion or changes forth and back (like we just saw with two Megans) since people have different opinion on how Cueball should behave, since they do not know that Cueball can behave anyway Randall needs him to. Often he reflects Randall's intelligence, but just as often he is a prick behaving horribly towards girls etc. So if there are two, one good and one bad, you cannot say the good one is Cueball. And how many do you think reads your post? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:43, 12 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have had a look at the comics you have listed. Here are my comments:&lt;br /&gt;
*[[1405:_Meteor]]&lt;br /&gt;
**Here I would have changed - since it is believed that Cueball often represents Randall's version of himself - especially when it is his hobby. Of course it is then Randall who is pedantic, and thus Cueball. So I would change the Cueball reference. So here we could have a stupid editing war, instead of writing something else.&lt;br /&gt;
*[[525:_I_Know_You%27re_Listening]]&lt;br /&gt;
**Here there is only one Cueball speaking. And the other is listening in. So here I would no object so much. Maybe I would mention that the other looks like Cueball.&lt;br /&gt;
*[[192:_Working_for_Google]]&lt;br /&gt;
**Here I would have changed - since I would think that Cueball should have the most interesting story, and also that this Cueball is Randall as it is known that Randall has an interest in Google and has also been cheated by their aptitude test (so much that he did the famous [[356: Nerd Sniping]]). So  also here I would change the Cueball reference. So again stupid editing war, instead of writing something else.&lt;br /&gt;
*[[187:_The_Familiar]]&lt;br /&gt;
**Here I would have changed - since I would thing that Cueball should be the one always interested in computers. Not the other way. I know there are other comics where he enjoys nature. But Also a lot where he enjoys computers out of hand and math etc. So again I would have changed the Cueball reference. So again stupid editing war, instead of writing something else.&lt;br /&gt;
*[[79:_Iambic_Pentameter]]&lt;br /&gt;
**Here I agree with the Cueball = Randall - it's Randall my hobby and thus the one with the Hobby is Cueball. But I would still prefer they are not named. some might argue against me on the hobby, saying the Cueball with the hobby is &amp;quot;Randall&amp;quot; so the other Cueball is &amp;quot;Cueball&amp;quot;. Thus once more editing war. But I would not start it. But still probably mention that the Cueball with a hobby is Randall.&lt;br /&gt;
*[[65:_Banter]]&lt;br /&gt;
**What can I say. The first is called Cueball the other is not. They have the same amount of text, and they are obviously both gay and missing out. I would definitely loose the Cueball reference here. &lt;br /&gt;
That is my ten cents about these six examples. Maybe we should create a category called multiple Cueballs. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 12 March 2015 (UTC)&lt;br /&gt;
:Note that I have not changed any of these... yet. But maybe I should revert those three I think is plain wrong, so the Cueball and friend is changed. Then we can see if anyone changes back? ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 12 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I advise waiting.  If you want to enact 4, go for it, but then put in the discussion a [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob link] to our discussion for '''all''' the changes you make so hopefully someone besides you and me goes to that page and weighs in.&lt;br /&gt;
&lt;br /&gt;
To answer your question, I've read xkcd for years (I started reading regularly around the time there were ~500 total comics), lurked on explainxkcd and made anonymous minor edits for most of that time.  I set up an account in July 2013, when I began making more regular edits.&lt;br /&gt;
&lt;br /&gt;
I recognize that the issue has a large amount of inertia.  My point is precisely that there are 9 &amp;quot;Rob&amp;quot; comics and countless Cueball.  But, as I stated on the page, there is ample evidence that the same character (Black Hat's friend/roommate, Megan's boyfriend) '''is''' named Rob.  I haven't done a count, but I suspect that &amp;quot;Megan&amp;quot; is named in the comic fewer than 9 times, but characters of her appearance are '''all''' called &amp;quot;Megan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Yes, multiple Megans triggered the idea that's been brewing in my mind since someone (not me) made an anonymous comment on a relatively recent Rob comic [1168: tar].  Since I read that it's been sitting in my mind, but I haven't wanted to make an issue.  However, the asymmetry between Megan/Cutie and Rob/Cueball grates for me and I want to urge the community here to evaluate critically whether it is the right thing or an inappropriate historical artifact.  Years ago, [Cutie] was abolished (redirects now to [Megan]), I think it's objectively appropriate to make a symmetrical arrangement for Rob/Cueball (hence my options 2 &amp;amp; 3 in the public discussion thread).&lt;br /&gt;
&lt;br /&gt;
For now, if you want to go changing all those comics go ahead.  I won't argue or revert, but I request that you put the following (or something close to it) in the discussion of all the comics you change &amp;quot;I've removed the name 'Cueball' from this and several other comics that have multiple Cueball's in them as per my position on the issue currently under discussion at http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob if you support this change or disagree with it, please weigh in on that discussion thread.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thank you and I look forward to hearing from more users. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 00:04, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Dear Djbrasier&lt;br /&gt;
:(By the way my name is Kynde - that is both my nick and my middle name).&lt;br /&gt;
:Thanks for this very open talk. I like you much better now ;-)&lt;br /&gt;
:If I do change any of these I will do as you ask. It is not like I have forever to do these changes, although I for sure use too much time already on explain... I think I will add the category:Comics with multiple Cueballs. What do you think of the name if I do (and if I do then maybe also make one with Category:Comics where Megan is named Megan. Please tell me you can think of a better name for that one ;-) I only know of the three now mentioned on [[Megan]]s page.&lt;br /&gt;
:As you can see om my page, I have only used explain xkcd since late 2013. So you have been member longer than me by some months. I did not read xkcd before that - became fascinated with the What if section on xkcd and when I finished with those I turned to the comic. But found that I failed to understand quite a few, and thus searched and found this page. I have read them as they come out since then, and then also began reading from no. 1. But since I always look in this page for the explanation and like to contribute I only progress very slowly. Recently I have reached [[540: Base System]] where I have made several improvements additions and corrections. And that is as far as I have reached reading straight fro no. 1. But I have of course used the cross referencing and thus read many in between that and those from October 2013. &lt;br /&gt;
:Regards Kynde --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:02, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Happy to have the discussion and to get to wiki-know you.  I definitely see your points.  I added a few comments and links to our public discussion in the hopes that, over time, it will attract more users to the community portal discussion.  I suspect it will take some months for enough users to weigh in that we have a reasonable consensus.  I think that if you remove &amp;quot;Cueball&amp;quot; from some of the comics you mentioned above and put a link to the portal page in the discussion block of those comments, that will prompt community input.&lt;br /&gt;
::Cheers,&lt;br /&gt;
::DJ [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:40, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also added incomplete tags to a few comics in which I think a strong argument can be made that &amp;quot;Cueball&amp;quot; is really Rob, despite his name not showing up (Boombox &amp;amp; Cover-up) [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:49, 13 March 2015 (UTC)&lt;br /&gt;
:Well I disagree again. See the talk pages. But then it is out for discussion.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:19, 15 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have changed several of the Multiple Cueballs comics as you said was OK with you. See the new caregory. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:41, 16 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== xkcloud permalink usernames ==&lt;br /&gt;
&lt;br /&gt;
You said &amp;quot;The user name and user picture stay the same though.&amp;quot;, [http://www.explainxkcd.com/wiki/index.php?title=1506:_xkcloud&amp;amp;diff=prev&amp;amp;oldid=88207 An Anon] had mentioned that [http://xkcd.com/1506/#post/3c34fb48-1a07-51d2-a81d-5257a3681024 3c34fb48-1a07-51d2-a81d-5257a3681024] had the name &amp;quot;Lauren Ibsen Dolores Amit&amp;quot; and changed to &amp;quot;Margaret5&amp;quot;, then by the time I looked at it, it had &amp;quot;Virginia2006&amp;quot;.  It still has &amp;quot;Virginia2006&amp;quot; now, but since it has changed twice I wouldn't assume it is now permanent.  Due to this, I [[1506:_xkcloud/Table of Permalinks|haven't been saving the usernames]].  Could you confirm that you see Virginia2006?  Perhaps it's different for each user. -[[User:452|452]] ([[User talk:452|talk]]) 21:09, 6 April 2015 (UTC)&lt;br /&gt;
:Yes I did see Virginia2006. I think it may change some times, but then suddenly it could become stable? The permalink used on the main page of the explain, was mine. I noted it was Mark Zuckerberg. But this has changed. But now I think it is stuck on: Destiny1983 and always with the skating &amp;quot;Megan&amp;quot;. Can you confirm this: http://xkcd.com/1506/#post/50b47c70-3a7c-504d-bcc0-60597338e999 . Cool that you have collected all these images. Can we put the link under the permalink section. As you can see I'm trying to completely revise the page so it is easier to find the explain and then only see the detail if you are interested. Hope you like these changes --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:27, 6 April 2015 (UTC)&lt;br /&gt;
::Yeah, I see Destiny1983 on that one too.  I like the changes, they make everything much clearer. -[[User:452|452]] ([[User talk:452|talk]]) 21:30, 6 April 2015 (UTC)&lt;br /&gt;
:::Thanks. I was trying to make it easier to write some extra info on your permalink page, and deleted most of them. Luckily they are not deleted permanently. But the page is so big I have trouble loading it. I try to repair my mistake, but else please do so for me, and sorry in advance. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:45, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::NP, &amp;lt;tt&amp;gt;&amp;amp;action=history&amp;lt;/tt&amp;gt; is a life-saver.  I was going to suggest using &amp;lt;tt&amp;gt;&amp;amp;action=edit&amp;amp;section=0&amp;lt;/tt&amp;gt;, but I see you've already added a description heading.  It also lags pretty badly for me so I expect I'll have to stop at 10000, and I'm already up to 8444 since my last edit to the page. -[[User:452|452]] ([[User talk:452|talk]]) 22:20, 6 April 2015 (UTC)&lt;br /&gt;
:::::Yes I think I fixed it but I had to split it in three uploads. How many different pictures do you think there are. I guess some off them are the same? (And same for text). Maybe the last part can be seen by sorting the table. But does the image also have the same name when used more than once? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:33, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::Well, I know of 1419 unique images so far.  Yes, both images and text are reused for different permalinks, some come up a lot more frequently than others. If you click the heading, you can sort by either image or text, which will group them together.  It's kind of interesting to see different captions for the same image.  If you mean the same username, I haven't checked.  I also haven't checked whether the same pair of image and text ever appear together as different permalinks, I'll check that &amp;lt;s&amp;gt;eventually&amp;lt;/s&amp;gt;, &amp;lt;s&amp;gt;later&amp;lt;/s&amp;gt;, ''right now''... nope.  I imagine the prompt never even ''suggests'' a caption which is already associated with an image. -[[User:452|452]] ([[User talk:452|talk]]) 23:27, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::I hit the 2mb page limit at 10217 permalinks, out of the 15000+ I have found, so I've reduced the table to only show each image and text once. As in, ''either'' the image or text once, so there will be a couple of duplicate images and text.  So what I said previously about sorting to see different captions for the same image no longer applies, but the page will be more manageable this way. -[[User:452|452]] ([[User talk:452|talk]]) 13:53, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::: So you think that it will not be possible for anyone to add the same image to the same caption, because this caption will never again come up with this image or the other way around? I can see yo have removed the ? where they where something else like turtles... Nice. What about all the links below? Are they just the other 10.000 links not associated with a new image or caption, just a different combination? If so maybe this should be made clear. You could make a new section heading for them. Would it be possible to list them in any other way, or is this to save space? Alternatively you could make a new subpage with extra permalinks for further study. We of course both know that no one will ever read these again ;-) But nice work anyway. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:17, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::::: So far, I've never found the same image and same caption, but I'll keep checking, as I'm still storing all of the information, just not posting the full list to the wiki now.  The other links at the bottom are all 15000+ permalinks I've found, good point about making that more clear.  It might also be a good idea to list them on another separate page to save space, but they're not for further study, as I have all the images and captions associated with them, there just isn't room to display all of the information, because it would currently take 3mb+.   Regarding the symbols, I was previously pasting my javascript output into my text editor to format them, but now I have my script format them for me, so the symbols are preserved. - and it's also a lot easier for me. -[[User:452|452]] ([[User talk:452|talk]]) 14:29, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::::: Well, I've hit the 2 megabyte limit again, so it looks like we'll have to put the table on one page and the list of links on another.  Any suggestions for the page titles? -[[User:452|452]] ([[User talk:452|talk]]) 15:25, 23 April 2015 (UTC)&lt;br /&gt;
::::::::: You are crazy :-) My suggestion is that you create a new page called Table of Permalink (with the explanation at the top the same, but now linking to the old page, and vice versa for the old page to the new). Then let the list of permalink stay on the old page. And move the table to the new page. Finally, look at what pages direct to the old page, and redirect them to the new, only leaving link to the old page from the new one. The table is most important. The problem with your table is that it is too big for anyone to load... Maybe there should even be another page in between. Which is called - a selection of permalink. And then with link to the full table and links, with a fair warning about huge amount of data (Big data.). My explorer just went down trying to load the page (or maybe I'm just too impatient?) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:36, 24 April 2015 (UTC) (Ah, now it is finished loading...)&lt;br /&gt;
:::::::::: Thanks. I haven't tried it in internet explorer, but the table loads okay with Chrome on my laptop I bought 7 years ago.  Now that the pages are split, it might load faster for you. -[[User:452|452]] ([[User talk:452|talk]]) 18:58, 24 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
==[[1608: Hoverboard/Transcript|Hoverboard Transcript]]==&lt;br /&gt;
&lt;br /&gt;
Sorry to ask about such a minor thing, just curious about why the man on the raised plateau can't be a woman. Elsewhere in the comic Darth Vader is seen explaining Steven Universe to someone. [[Special:Contributions/108.162.221.43|108.162.221.43]] 13:46, 3 December 2015 (UTC)&lt;br /&gt;
:Hi - it cold be. But to me it looks like a family. But to be honest I had not expected anyone to change it, and did not notice before I had copy pasted some text in from the document I write the transcript in. But hopefully at some time this family (or whatever) becomes part of the effort to explain the entire comic. My guess is that someone will know who it is - that they are from some TV series or movie. In that case it will become clear if it is (as I assumed) a family with mom and dad and two children or if it is a lesbian couple or something entirely different... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 3 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The family resembles the main characters of Steven Universe, a cartoon(the characters being three women and a child) The explanation page also lists them as such(Steven Universe and the Crystal Gems - (x: 551664, y: -567383). [[Special:Contributions/173.245.55.64|173.245.55.64]] 21:03, 3 December 2015 (UTC)&lt;br /&gt;
:::Perfect thanks. Then is makes sense with the Vader reference. Is it the boy who is Steven? And is the low girl also a grown woman? I will look it up but thanks for answering. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:07, 3 December 2015 (UTC)&lt;br /&gt;
::::Fixed the transcript. Some of the link I put in, is not supposed to be there, but may be moved once they are explained in the main article.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:20, 3 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hair Bun &amp;quot;Girl&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, I noticed you created the character page for &amp;quot;Hair Bun Girl&amp;quot;. This naming convention is inconsistent with most of the other characters named here, e.g. Cueball, Ponytail, Hairy, et al. Beret Guy is a potential counterexample, but the words &amp;quot;guy&amp;quot; and &amp;quot;man&amp;quot; don't have the same relationship as &amp;quot;girl&amp;quot; and &amp;quot;woman&amp;quot;. Partly for consistency, and partly for simple feminism, I'd like to open a conversation about changing the character's name please. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:08, 4 February 2016 (UTC)&lt;br /&gt;
:I think it is exactly the same as guy vs. girl. Hair Bun Woman is just too cumbersome. But if you can find a name like Ponytail that fits then by all means. Hairbun just doesn't do it for me. But I do not have any specific feelings for this name, I just found that she was used too often to not have a character page. So I will not take offence against you trying to find a better name through a conversation. Contraty to for instance Megan, which once was Cuetie (sexistick I think), it will not be so hard to change Hair Bun Girl's name to something else, but still she has just reached comic no. 20 so it is not easy to find all the references. Are you ready to do that job if you do get a new name for her? Because else it is just semantics --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:20, 4 February 2016 (UTC)&lt;br /&gt;
::Thanks, appreciate it. Yes I am ready to do the job. What would you recommend for next steps? Should I raise the issue at http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Coordination? [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:06, 7 February 2016 (UTC)&lt;br /&gt;
:::Your welcome, and good luck. Try to see [[explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob|this post]] regarding the naming convention of [[Cueball]] and [[Megan]] which much to my joy did not end up in altering anything, but they were &amp;quot;old&amp;quot; names, Hair Bun Girl is new. You could post you suggestion there. And maybe make a note at the top of [[Hair Bun Girl]]'s page? (You can write Notice as a template just like the incomplete. Check out this [http://www.explainxkcd.com/wiki/index.php?title=Cueball&amp;amp;oldid=92611 old version of Cueball page history]). Now that I think about it '''Hairbun''' is probably as good a name as [[Ponytail]]. So I would think that would be a decent proposal for a change. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:08, 7 February 2016 (UTC)&lt;br /&gt;
::::Okay, process started. Thank you for the good wishes and guidance. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:31, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Girl With Hairbun? ===&lt;br /&gt;
&lt;br /&gt;
I have identified several comics that have a girl (clearly a child) similar in appearance to Hairbun. &lt;br /&gt;
Examples include [[1104: Feathers]], [[1352: Cosmologist on a Tire Swing]] and [[1370: President]]. Would these people be included under Hairbun? Most of them are not marked as such. And what are the requirments to make a new character? I think this girl has appeared rather often. {{unsigned ip|173.245.54.42}}&lt;br /&gt;
:Hi. If you look at the description for [[Hairbun]] it clearly states that she is an adult as are Ponytail and Cueball etc. So no, these examples should not be included in Hairbun category. If you look at the last entry on the talk page of President I suggested a children category. But I would agree that a category with curious girl or science girl could be relevant. She is also in [[1611: Baking Soda and Vinegar]] for instance. If there are about five comics that could go in a new category it is just to create it. The naming is important though. See othere categories for what to write on the category page. I have made several including Hairbun --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:12, 27 May 2016 (UTC)&lt;br /&gt;
::Thanks for your input. I think I will be creating this category soon. Since most of the names seem to refer to the hairstyles (they are recognizable) I think I'll be going with the name &amp;quot;Double Bun Girl&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Marking edits as minor edits ==&lt;br /&gt;
Hey, I noticed that you mark lot of your edits as minor edits while most of them aren't. For example, [[http://www.explainxkcd.com/wiki/index.php?title=1645%3A_Toasts&amp;amp;diff=112997&amp;amp;oldid=112996 this]] and probably [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113008 this]] too constitute as a minor edit, but these - [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=112997 [1]]], [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113003 [2]]], [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113009 [3]]], etc. aren't minor edits. Refer to the wikipedia guidelines for minor edits - {{w|Help:Minor_edit}}.&lt;br /&gt;
::Examples include typographical corrections, formatting and presentational changes, and rearrangements of text without modification of its content. A minor edit is one that the editor believes requires no review and could never be the subject of a dispute.&lt;br /&gt;
Basically, if you are adding/removing even a little bit of content, it is not minor. [[Special:Contributions/199.27.130.216|199.27.130.216]] 23:31, 21 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh, and how in the world is [[http://www.explainxkcd.com/wiki/index.php?title=Thing_Explainer&amp;amp;curid=16286&amp;amp;diff=113034&amp;amp;oldid=113033 this ]] and [[http://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;amp;curid=16986&amp;amp;diff=113019&amp;amp;oldid=113013 this ]] minor !! [[Special:Contributions/199.27.130.216|199.27.130.216]] 23:47, 21 February 2016 (UTC)&lt;br /&gt;
:Sorry about that. I just updated my settings where it had been set to default: &amp;quot;Mark all edits minor by default&amp;quot;. If I by mistake click OK to an update before clicking that off it was to late. But now it will be the other way instead. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:19, 22 February 2016 (UTC)&lt;br /&gt;
::Cool, no worries. It happens. I was just surprised that everything was marked minor. Anyway, keep up the good work. I see that you're finishing up all the incomplete explanations and improving comics in general. Great work ! :) [[Special:Contributions/199.27.130.216|199.27.130.216]] 01:04, 23 February 2016 (UTC)&lt;br /&gt;
:::Thanks for the support, nice to get some feedback. Also great that someone mentions when you are doing something the wrong way. I had only limited experience with wiki pages before signing up here, and I had not read the wiki page on minor edits, but now I have. How come you have chosen not to have an account? Seems like you also make several comments and changes... which is great ;-)  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:11, 23 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Please create the discussion page for today's comic. ==&lt;br /&gt;
Thanks. [[Special:Contributions/108.162.221.13|108.162.221.13]] 15:02, 7 March 2016 (UTC)&lt;br /&gt;
:Well just did that (for [[1652: Conditionals]]) but not because I saw this comment, just before. I guess it is not possible for no registered users to create pages? Well I fulfilled your wish before I knew about it ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:05, 7 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Moving comments around ==&lt;br /&gt;
Please do not move people's comments into unrelated discussions without asking them, and if you do, make sure the timestamps in the reply chain aren't out of order.  [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 20:36, 23 March 2016 (UTC)&lt;br /&gt;
:I expect you were referring to [[Talk:1659: Tire Swing]]? Well all comments I moved were regarding the same question of who the girls looked like, and they should have been posted as replies to the first. There were no time stamp on the first comment and your post asking if they were children were posted straight under a post about if they were Megan and Hair Bun girl or Thelma and Louise. So I do believe your comment belong under that statement. But fine by my that it just stand beneath instead of being indented. The time stamp of all comments seem to be in time order as I see it. It would get really confusing or I would have to make the same reply three times if they were not together. The comments in between were not at all related and there should be no confusion. So I think it made the discussion page much more useful what I did.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:52, 23 March 2016 (UTC)&lt;br /&gt;
::Well I don't know about the other users, but I know for a fact that mine wasn't in response to the first one.  I don't even know what the first one said, I just moved it from the explanation to comment page.  And mine was posted immediately after it because I was chronologically the second comment made.  I had no reason to wait (interestingly, you moved someone else's comment so that I was replying to it, even though it didn't exist when I posted.)  [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 00:41, 24 March 2016 (UTC)&lt;br /&gt;
:::I cannot see that what you say is true about moving your comment. I just checked the history and here is what I found:&amp;lt;br&amp;gt;&lt;br /&gt;
'''This was what it looked like before my changes:''' &amp;lt;br&amp;gt;&lt;br /&gt;
--- &amp;lt;br&amp;gt;&lt;br /&gt;
the women do not look like Megan and Hair Bun Girl to me, are they new?&lt;br /&gt;
sorry for commenting here, but I do not have rights to create a new page, which seems to be necessary for posting the fire comment. Will move once the comment section is created.&lt;br /&gt;
&lt;br /&gt;
I think they are Thelma and Louise (from the movie) given the looks of their hair {{unsigned|Chichak|March 23, 2016}}&lt;br /&gt;
&lt;br /&gt;
I think they're children [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:33, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they got the truck from Black Hat's garage? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:34, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have yet to use a tire swing that was made from a worn tire (worn by the road not by swinging). From my experience, expired tires used by automobiles typically have sharp metal protruding from the rubber. This would make a dangerous tire swing. I thought landscaping (rubber mulch) and playgrounds was the preferred recycling method for used tires?--[[User:R0hrshach|R0hrshach]] ([[User talk:R0hrshach|talk]]) 15:35, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The first one certainly looks like Hair Bun, but the second one (which in in the explanation is presented as Megan) has a somewhat curly hair. Could she be another character, perhaps? [[Special:Contributions/108.162.218.166|108.162.218.166]] 17:05, 23 March 2016 (UTC)&lt;br /&gt;
&amp;lt;br&amp;gt;--- &amp;lt;br&amp;gt;&lt;br /&gt;
'''This what it looked like after:'''&amp;lt;br&amp;gt;&lt;br /&gt;
--- &amp;lt;br&amp;gt;&lt;br /&gt;
the women do not look like Megan and Hair Bun Girl to me, are they new?&lt;br /&gt;
sorry for commenting here, but I do not have rights to create a new page, which seems to be necessary for posting the fire comment. Will move once the comment section is created.&lt;br /&gt;
:I think they are Thelma and Louise (from the movie) given the looks of their hair {{unsigned|Chichak|March 23, 2016}}&lt;br /&gt;
::I think they're children [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:33, 23 March 2016 (UTC)&lt;br /&gt;
:::The first one certainly looks like Hair Bun, but the second one (which in in the explanation is presented as Megan) has a somewhat curly hair. Could she be another character, perhaps? [[Special:Contributions/108.162.218.166|108.162.218.166]] 17:05, 23 March 2016 (UTC)&lt;br /&gt;
::::As the tire comes from a truck and it's diameter is more than half the height of these small girls they are definitely kids (not that Randall could not have made adults make a swing as like in [[150]]). Also this makes it much more funny that they both stole a car and beat up an angry adult. And now they are going all environmental after wards. So they are not Megan (which looks nothing like a curly haired girl) and also not Hair Bun Girl as it is defined that these characters are adults. There are many stories using kids and they will never represent Cueball, Megan or Ponytail etc. Those with hats are for instance never drawn small! Have thus corrected the explanation. But it still seems to miss much more on the environmental issue which is the subject/point of the comic if not the joke --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:19, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they got the truck from Black Hat's garage? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:34, 23 March 2016 (UTC)&lt;br /&gt;
:Then they would have lost the fight: [[433: Journal 5]]! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:22, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have yet to use a tire swing that was made from a worn tire (worn by the road not by swinging). From my experience, expired tires used by automobiles typically have sharp metal protruding from the rubber. This would make a dangerous tire swing. I thought landscaping (rubber mulch) and playgrounds was the preferred recycling method for used tires?--[[User:R0hrshach|R0hrshach]] ([[User talk:R0hrshach|talk]]) 15:35, 23 March 2016 (UTC)&lt;br /&gt;
:I think you are correct. We have one for our kids (though it sucked and we took it down again) and that was a brand new tire, but not one I think would be suitable for any car though. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:22, 23 March 2016 (UTC)&amp;lt;br&amp;gt;&lt;br /&gt;
---&amp;lt;br&amp;gt;&lt;br /&gt;
'''As can be seen''' &lt;br /&gt;
:::I have only moved one comment up, and that was not yours! That you did not check that there already seemed to be two comments above yours, about the appearance of the girls, doesn't mean that it would not make sense to pool all these questions and comments regarding exactly this topic together to give just one answer. And as you can see from the above '''I did NOT move your comments''', but I moved someone else's comment, in between the first and second of your comments, to be able to reply to all four things already written about the girls (ie. 1) The women do not look like Megan and Hair Bun Girl to me, are they new? 2) I think they are Thelma and Louise (from the movie) 3) I think they're children  and 4) ... a somewhat curly hair. Could she be another character?) All that was what I replied to, now possible to do in one go right beneath all four remarks. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:47, 25 March 2016 (UTC)&lt;br /&gt;
::::There was only one comment before mine, and it was 2 paragraphs.  You moving the second half into a reply of the first half caused some of the confusion here [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 06:54, 26 March 2016 (UTC)&lt;br /&gt;
:::::OK now I understand, so it was not your comment I moved, but the previous comment that I split in two (that was a mistake). That you did not answer to the comment above was of course not clear since it was on the same subject. Again this, as I understand it, was caused by someone posting a comment in the explanation, and you moving it into the comments section (which was fine, but made it hard to find out who posted what.) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:58, 26 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gardening ==&lt;br /&gt;
&lt;br /&gt;
You mention &amp;quot;three links to images that did not work&amp;quot; in my &amp;quot;garden store for deer&amp;quot; entry.  [http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xmd97bimg0.n2wbws.5455.png/739px-13xmd97bimg0.n2wbws.5455.png These]&lt;br /&gt;
[http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xn667h2jlw.jonmk1.5455.png/739px-13xn667h2jlw.jonmk1.5455.png three]&lt;br /&gt;
[http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xod68rb29s.7fj65u.5455.png/739px-13xod68rb29s.7fj65u.5455.png links]&lt;br /&gt;
all work for me; they are images I tried to upload, scaled as large as the server would allow (739x461).  Somehow I can upload images but not create image pages (also the spam protection is still triggered, so creating this account seems to accomplish nothing).  It's very strange that the server has stored them but won't allow anyone else to view them (after logging out, it tells me I &amp;quot;must be logged in to upload files&amp;quot; instead of displaying the images).  Someone should rescue the images from wherever they reside on the server.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;face&amp;quot; I referred to (the second image) is really a cluster of leaves and branches: the bottom cluster of the rightmost tree looks like a head in profile, with curly hair, an eye, a grinning mouth, and a prominent nose.  The two rightmost trees started with no branches (first image), but grew several when I placed a light above them.  I moved the light so the face wouldn't be destroyed and tried to grow branches on the lower trunks.  The third image is essentially the same as what you uploaded today.&lt;br /&gt;
&lt;br /&gt;
Regarding Megan's office furniture: I'd actually pruned her second wand whenever it appeared, and then the bird took its place.  [[User:.42|.42]] ([[User talk:.42|talk]]) 15:29, 8 April 2016 (UTC)&lt;br /&gt;
:Hi .42 First I think it take a few days (three) before you are allowed to create new pages to fight off spam boots that we have had problems with. I cannot see you images I get the following message:&lt;br /&gt;
:'''Internal Server Error'''&lt;br /&gt;
:'''This file (13xmd97bimg0.n2wbws.5455.png) doesn't belong to the current user.'''&lt;br /&gt;
:Cool that you have logged in as a user, although poor name ;-) On the other hand if you are a fan of Hitchhikers Guide then I guess it would be cool enough by the way. I'm happy to see that I finally get a chance to prune some of my gardens after several upsets since the comic came out. If I can help you with the images let me know. Maybe you can post them somewhere else and I can find upload them for you? [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:34, 8 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I'll try to upload tomorrow, then.  I don't know where the server found the .42 IP address &amp;amp;mdash; that isn't my address!  It's ''really weird'' that it chose this number.  [[User:.42|.42]] ([[User talk:.42|talk]]) 16:18, 8 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Have you seen libra's [http://forums.xkcd.com/viewtopic.php?f=7&amp;amp;t=114415&amp;amp;start=480#p3954408 purple light] gardens? [[User:.42|.42]] ([[User talk:.42|talk]]) 22:58, 11 April 2016 (UTC)&lt;br /&gt;
:No I had not. I like the stilt on platform up in tree. I did not know this could happen. [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:24, 12 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[1703: Juno|NASA versus the press]] ==&lt;br /&gt;
Hi Kynde. I'm afraid I disagree. It seems pretty clear to me that the question about the tip-off comes from NASA. I've added a topic to the talk page, where I explain my reasoning, and where this should be discussed if you still disagree. Thanks! [[User:Garik|Garik]] ([[User talk:Garik|talk]]) 16:52, 6 July 2016 (UTC)&lt;br /&gt;
:Yes I still disagree. To me it seems like a continuation of the conference and it is now the press to speak. And given that I knew Juno to be related to Jupiter but not that she was the daughter of Saturn (and given the reason for the naming in the real world) I would not say that the name in any way would lead anyone to take it as a hint for going to Saturn. But great to discuss it. Will post this on the [[Talk:1703:_Juno|talk page]] too. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:21, 6 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
==  1712: Politifact ==&lt;br /&gt;
Hi, I'm the BOT and I'm BORG...&lt;br /&gt;
&lt;br /&gt;
...nevertheless your enhancement to the transcript was too much. And I think your enhancements to the explain section is also overrunning the target.&lt;br /&gt;
&lt;br /&gt;
But I just only did revert the transcript. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:19, 28 July 2016 (UTC)&lt;br /&gt;
:HI BORG... :/&lt;br /&gt;
:I Highly disagree with your changes.&lt;br /&gt;
:A transcript serves several functions:&lt;br /&gt;
#To make it possible to find out what any text/characters reads, even if it is hard to read in the comic.&lt;br /&gt;
#To make a description of what happens in the images. This has two purposes:&lt;br /&gt;
##So people with eye disabilities can find out what the comic is about. So here a full description of the comic is needed apart from the text.&lt;br /&gt;
##So it is possible to search the comic for info on the content, like a woman with a hat with a white tag.&lt;br /&gt;
#Finally it is great if the transcript represents the way it is written in the comic as close as possible including colors (which should also be described in the text for those that cannot see them selves). So tables, colors and formatting is fine. If the text then is harder to read it is possible to copy paste it.&lt;br /&gt;
:I can see there may have been a bit of explanation in that I wrote about what Megan did in the previous panel, but that is not enough to just undo the whole thing. &lt;br /&gt;
:I will reinsert the transcript and if you disagree then lets discuss either on that comic or in a general fora on what a transcript should contain.&lt;br /&gt;
:Regards, just Kynde. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:16, 29 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Follow-Up on that &amp;quot;Random Chat&amp;quot; ==&lt;br /&gt;
Hey dude! Uh... wow this is awkward. You said hi to me in the random chat on my user page. I said hi. Then we never said anything else to each other again. xD --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 16:07, 25 October 2016 (UTC)&lt;br /&gt;
:Hi Jay. Not so awkward. :-) I mean you just said thanks, and thus did not really initiate any chat. Do you have anything in mind? Like something to be improved here on explain? Something larger maybe that could need discussion. Or anything else... Problem is of course that when I chat to you here, you do not get any reminder like when I chat on your page and visa versa. So I will make a post on your page that I have answered here... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:04, 25 October 2016 (UTC)&lt;br /&gt;
::Well, by that, I just meant a simple random chat. Like a &amp;quot;hey! how are you doing? that's nice... what do you like to do in your free time..?&amp;quot; kind of chat. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 14:18, 26 October 2016 (UTC)&lt;br /&gt;
:::Ah well, I guess I would not really like to have such a chat on these pages, so sorry that I misunderstood you. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:19, 26 October 2016 (UTC)&lt;br /&gt;
::::It's alright.. also.... HAPPY HALLOWEEN! :D --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 14:41, 31 October 2016 (UTC)&lt;br /&gt;
:::::Wow... it's (almost) a whole year since then. Time sure flies by, huh? --[[User:JayRulesXKCD|'''JayRules''XKCD'''  ]]&amp;lt;sup&amp;gt;[[User talk:JayRulesXKCD|what's up?]]&amp;lt;/sup&amp;gt; 12:34, 9 October 2017 (UTC)&lt;br /&gt;
::::::Yes that is true. Actually more since the first contact ;-) Haven't been so active the last half year. :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:22, 11 October 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[1751: Movie Folder]] ==&lt;br /&gt;
&lt;br /&gt;
Assuming that Black Hat only has good movies is rather absurd, as there's not a shred of evidence to support this. Especially since this is Black Hat we're talking about. Therefore, there's no evidence that Titanic 98 is about the ship hitting the reef, and therefore, the calculations about stacking 97 ships have no relevance. --[[Special:Contributions/172.68.79.81|172.68.79.81]] 15:06, 1 November 2016 (UTC)&lt;br /&gt;
:Since this is relevant to a specific comic, I suggest that you just leave this comment on that specific comic's discussion board. Thank you. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 15:13, 1 November 2016 (UTC)&lt;br /&gt;
::Yes that is true Jay. Anyway there is reason to believe that Black Hat either thinks or teases Cueball with his movies, and thus he suggest that the movies he has are god. Also the other comment he makes suggest this. So I think there is a lot of evidence that this movie 98 is one in the series of movies where Titanic hits the reef of older Titanics. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:05, 2 November 2016 (UTC)&lt;br /&gt;
:::Cueball names 7 movies, Black Hat replies to 4 of those. He has definitively positive things to say about 2 of those, and simply states information about another. In that context, there's no reason to assume his comment about the Titanic series should be interpreted as a claim that he considers Titanic 98 to be 'good'. And with only 2 of the other 6 known movies in his collection being stated as 'good', that's clearly not &amp;quot;a lot of evidence&amp;quot; that Titanic 98 is 'good'. --[[Special:Contributions/108.162.237.86|108.162.237.86]] 21:24, 3 November 2016 (UTC)&lt;br /&gt;
::::Well we disagree on that then. If the explanation should be changed on the basis of this discussion it should be moved to the relevant discussion page. If it is the same person who wrote from both IP .81 and .86 you could move it there your self. Feel free to include my replies, but leave out Jays as that has nothing to do with the discussion. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:56, 4 November 2016 (UTC)&lt;br /&gt;
:::::[[Talk:1751: Movie Folder#Titanic XCVIII|Done]]. (Yes, .81 and .86 were me) --[[Special:Contributions/108.162.237.86|108.162.237.86]] 16:57, 4 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Transcript TLDR; ==&lt;br /&gt;
*I got so tired of Dgbrt's negative comments (TLDR;), that I have collapsed them here below. Fell free to read them if you really wish by clicking: --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:00, 14 March 2017 (UTC)&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Please stop to write this massive texts into the transcript. Have a look at the discus at the last (1798) comic. And also think about that you are the only one who is entering those massive explains perhaps also nobody does read. LESS is often MORE! --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:43, 15 February 2017 (UTC)&lt;br /&gt;
:Maybe. I was under the impression that they where both there for those that had problems with vision, and also so you could search on something you remembered from a comic and find it using that tool. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:27, 15 February 2017 (UTC)&lt;br /&gt;
::Even visually impaired persons don't like it (see 1798). And TLDR means &amp;quot;too long; didn't read&amp;quot;, just in case. You should consider this. Reading the transcript should not take much longer than identifying the features from picture itself. Every spoken text and a short description what is shown should be suffice. At [[1799: Bad Map Projection: Time Zones]] even not every county must be mentioned; showing differences to a regular map projection should be enough because everybody knows a regular world map. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:44, 15 February 2017 (UTC)&lt;br /&gt;
:::I completely disagree about only writing spoken text. The transcript is intended to make it possible to read all text in the image not just spoken text. It is often difficult to read all text, and also if people misread it or do not notice it by looking at the image, it will be there to find in the transcript, especially for those visually impaired. And what you said means there should be no transcript for the current comic [[1799]] where you linked to this discussion from. By the way I know what TLDR means, and also did not ask about it, if you noticed! I have seen it used here before, probably regarding something you wrote! ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
::I agree with Dgbrt. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 12:50, 15 February 2017 (UTC)&lt;br /&gt;
:::I expect mainly people who agree comes here, as people who are not troubled by it, might not care enough. ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
::::The first criticism was done by a visually impaired person (Zetfr 23:11, 13 February 2017 (UTC)) at [[Talk:1798:_Box_Plot]]. That was the reason for me to start this discussion.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:52, 15 February 2017 (UTC)&lt;br /&gt;
:::::Yes thanks for pointing that out. I had not read his comments when I replied before. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:13, 15 February 2017 (UTC)&lt;br /&gt;
::Another reason for detailed transcripts with image descriptions is that sometimes people have misunderstood what is in the image, and then a transcript can be used to make sure what is there. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
:::All that may go into the explain section; it doesn't belong to the transcript.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:52, 15 February 2017 (UTC)&lt;br /&gt;
::::Yes maybe, but will the visibly impaired not also be annoyed about it there. Then maybe in a trivia section if there is need. I will try that for [[1798]] I think. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:13, 15 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe not known to all. In the past Randall provided a transcript on each comic. It is in a hidden div-tag. Then something went wrong and the transcript actually belonged to an older comic. Right now there is no transcript anymore. But have look at this example (shown on https://xkcd.com/1664/ for https://xkcd.com/1662/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Two children, a girl and a boy, are talking to an adult woman as they walk away from her. The boy has a bucket.]] &lt;br /&gt;
Girl: Me and Jack are going up the hill to fetch a pail of water. &lt;br /&gt;
[[The children have left; the woman calls after them.]] &lt;br /&gt;
Woman: Okay, have fun! [[The woman stands and thinks.]] &lt;br /&gt;
Woman: ... wait. What the heck is going on with the hydrology around here? &lt;br /&gt;
{{Title text: Jill and Jack began to frack. The oil boosts their town. But fractures make the bedrock shake and Jack came tumbling down.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:07, 15 February 2017 (UTC)&lt;br /&gt;
:Yes I tried to include this on explain xkcd by making a [[xkcd#Transcript_on_xkcd|description]] of it on the [[xkcd]] page some weeks ago. Transcript are of course even more important now that there are no longer transcripts on xkcd. The first problem arose after the [[Hoverboard]] comic where the transcript for all comics after that was shifted two and later three comics from the one they belonged to. The last of those shifted transcript ended with [[1674]] whose transcript was found three comics later at [[1677]]. But also comics with transcript needs a better transcript here on xkcd, to include other written text, and small important details, as well as we are using given names for characters which Randall has never used (or only rarely uses). Actually Randall has once made a direct link to Explain xkcd for a better transcript. Alas there was not transcript until this year, where I made it: See this [[Payloads#Trivia|trivia]] under [[Payloads]].--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:16, 17 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm glad this discussion is finally taking place. I raised the point a while back on [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#purpose_of_detailed_transcripts the community portal] but nobody noticed. I tried again on [[1795]] but attention had already moved on to the next comic... Seems I got it right this time ;-)&lt;br /&gt;
Different people may have different uses for the transcripts. For me, being visually impaired, the right level of detail is that of Randall's official transcripts. It should include every written word in the comic  (spoken, printed, in captions, etc.) and just enough information on what's going on to &amp;quot;get it&amp;quot;, but not how things are drawn. E.g. &amp;quot;Cueball is talking to Megan&amp;quot;, not &amp;quot;Cueball, on the left, has his right arm extended towards Megan who is sitting on a chair&amp;quot; (unless the chair somehow plays a part in the story). Imagine you're talking on the phone: &amp;quot;hey, I saw a great comic this morning, here is how it goes...&amp;quot; and then &amp;quot;tell&amp;quot; yor friend the joke, rather than &amp;quot;describe&amp;quot; the comic. BTW, I think this also serves your goal of being able to search old comics for a specific element. The element you'll remember will be something important to the comic's story, not a graphical detail such as a character's position or the number of lines drawn around his hand to indicate movement. Anyway, thanks for the good work!! Zetfr 16:18, 16 February 2017 (UTC)&lt;br /&gt;
:Thanks for the input, especially to Zetfr. I had not seen your comment on 1795 or in the community portal. I'll have a look, and thanks to Dgbrt for letting me know about your latest comment. I will try to keep out the details in the transcript. For me personally I have often been looking for a specific thing, like searching for the comic where Cueball stands on a chair with a sword or rotates in an office chair. As I could not remember any lines spoken, and because those making the transcript had not mentioned either spinning office chair, or sword, I could not search my way to them even in this explain page. I have found them later, but by chance. And then I put in the details. Maybe I have gotten carried away, so sorry about that. I think the details somehow belongs, but if that should be in the trivia, or at the bottom of the transcript...? I'm not sure, which was also why I put it in the transcript. Being the one who makes the most edits and also hard work (large tables, and huge transcripts) I'm happy Zetfr likes the page :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:09, 17 February 2017 (UTC)&lt;br /&gt;
::I have changed the transcript for [[1795]] putting the details into a subesection of the transcript. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:38, 17 February 2017 (UTC)&lt;br /&gt;
:::Hi Kynde, I still disagree with this subsection solution. You don't have to repaint the picture by text! If a detail is important for understanding a pun it has to be mentioned in the transcript itself; otherwise it is useless and oversized. E.g.: Nobody wants to know -- and wont remember later -- if there are two, three, four, or five sound symbols and how they are painted. The single word &amp;quot;SOUND&amp;quot; describes all. And please consider: Nobody reads those long texts. LESS is often MORE!.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:04, 17 February 2017 (UTC)&lt;br /&gt;
::::Hi Dgbrt. We can movie it into a trivia. I think some of it is relevant, and sometimes it is hard to find out which part will be searched for later. But I guess we two alone would end in a [[1800: Chess Notation|½-½]] for this discussion so far... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:41, 17 February 2017 (UTC)&lt;br /&gt;
:::::I completely agree with Dgbrt. The transcript should say *what* Randall wants to tell us, not *how* he tells it. In most cases this should also work to let you search for details you remember. In your example, Cueball holding a sword is certainly important to the comic's point, so it should be mentioned in the transcript. But the length and position of the sword are irrelevant, and probably not what you'll search for. Obviously, there is no hard rule to decide what should or shouldn't go into the transcript, it's a matter of personal judgment and common sense, but I think we can all agree on general guidelines. Regarding the &amp;quot;Detailed image description&amp;quot; section tested in [[1795]], I have no problem with that. I'm not sure it will ever be useful to anyone, but it won't do any harm either, so if you're willing to put in the extra work, go for it. Zetfr 12:17, 18 February 2017 (UTC)&lt;br /&gt;
::::::Thanks Zetfr. About the extra details, they could be put into a section where you had to press to see the extra details. I do not know if a reader will pass over that. For instance like I have done with explanation for several categories like [[:Category:New Year]] --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:12, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nice find for [[1461:_Payloads]], I didn't now Randall refers to this wiki. According to ''web.archive.org'' that hint was entered between 2015-01-25 and 2015-02-07 and refers to the entire wiki page, not only &amp;quot;our&amp;quot; transcript. So it's absolutely NOT embarrassing as you wrote in the trivia section. I'm setting an incomplete tag for the transcript and trivia section and edit it tomorrow (18th Feb). I will let you know what I've done and why. Stay tuned...--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:59, 17 February 2017 (UTC)&lt;br /&gt;
:The rework on [[1461:_Payloads]] is done. But I didn't remove the incomplete tag. That's up to you. Like Zetfr I'm not sure it will ever be useful to anyone, but the larger description on a separate page would be acceptable to me. Furthermore I've done some investigations on Randalls links to this wiki and put it together in a new category: [[:Category:Explain_mentioned_by_Randall]].--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:57, 18 February 2017 (UTC)&lt;br /&gt;
::Thanks both for the &amp;quot;nice find&amp;quot; and for reworking Payloads, and especially for the new category. Great find. I will look at the other examples soon. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:12, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Many thanks by me for this positive and productive discussion. It seems there are some more former transcripts which need a rework. I personally will focus on checking all the JSON-scripts I downloaded today (1799 at all; ofcourse 404 doesn't exist; and exactly seven contain the word &amp;quot;explainxkcd&amp;quot;). I will write a small script to put them into a human readable form and present it somewhere here for further use. Stay tuned... --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 17:45, 18 February 2017 (UTC)&lt;br /&gt;
:Thanks Dbgrt. And really cool how you made that new category. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:14, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[xkcd]] page and subpages ==&lt;br /&gt;
&lt;br /&gt;
You moved some contented into subpages which doesn't make it better. There is no need to describe in [[Design of xkcd.com]] a layout everybody can see. The lemma &amp;quot;Design&amp;quot; requires just a few lines of text but you repeat all the &amp;quot;Content&amp;quot;. And just for interest: Before the redirect to https was in place (a few weeks ago) there was language specific advertising for the shop. I'm looking forward for a better and more compressed form on all of this. Any suggestions?--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:07, 24 February 2017 (UTC)&lt;br /&gt;
:Hi Dgbrt. My reason for making this page, is that the links, the comics, the headline, the byline, the warning etc. all changes with time, and I would like users of this site to have easy access to earlier links. Just like we have a category for the fotter comics (which I by the way did not make, but enjoyed, because I never thought absolute that he must have had them before all those five comics had been published and that they thus must have changed). So I thought similar things would be nice to have for changes to the layout and hence I decided to describe it. Maybe it was too much, but I like to have the archive links to changes. And since I had already done lots of work on this, I just copied all the new text to another page, to not delete it. And yes as I have said on Davidy's page I should not have put it on the xkcd page to begin with. But when I started I had no idea it would end up soooo long. Waiting to hear your comments on this info, before going further with suggestions. But thanks for asking. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:16, 24 February 2017 (UTC)&lt;br /&gt;
::All those pages are on my agenda; your edit or not. I don't care. But I will not delete any content without an agreement. I will present something in a sandbox at my user page. You are welcome there (not before tomorrow). And consider, this wiki is not a backup for archive.org.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:56, 24 February 2017 (UTC)&lt;br /&gt;
:::I think this wiki is for explaining xkcd, not just the comics. I believe you agree as I have seen on Davidy's talk page. And major changes or important revisions to the main page is important in my opinion. For instance I'm sad to see that the [[xkcd warning]] has gone from xkcd, and think it is important to let it be know it was there for many years. Where to do so? And how to find it if you did not know about it? There need to be a place that links to it, directly or indirectly through the xkcd page. I look forward to see you [[Time|sand castle]]. :-) Please leave a comment here when you have something you wish me to see, with a link. Regarding you answer to my comment, I meant that I would hear what you had to say before I came with suggestions. Not that you should not do anything before I made one. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 24 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I am still calm... ==&lt;br /&gt;
&lt;br /&gt;
...why I shouldn't? You see things inspiring others to see more things... (&amp;lt;- you would wrote 500 words for this) and you are still not able to put the pun on the top of an explanation. Keep your focus on the pun, not on every Million possibilities behind the drawing. And you can be sure I will have an eye on this because this is NOT &amp;quot;dreamingxkcd&amp;quot;.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:15, 4 March 2017 (UTC)&lt;br /&gt;
:Well I'm not! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:09, 7 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Aggressive edits ==&lt;br /&gt;
&lt;br /&gt;
While I was talking to others about the explanation and the transcript for more than 24 hours you need only one hour to change everything that was discussed before. Again all red is yours: [http://www.explainxkcd.com/wiki/index.php?title=1810%3A_Chat_Systems&amp;amp;diff=137245&amp;amp;oldid=137225 1810: Chat Systems changes]. Editors{{Citation needed}}, mainly not me, don't like it when all their work is changed after you finished your edits. Please respect other editors! --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:50, 14 March 2017 (UTC)&lt;br /&gt;
:I do not change everything. I add. But we are obviously not going to agree on this. I would prefer not to discuss with you. How do yo know what the others like or not. In the discussions we have had I found more against your way of communication than against my edits. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:57, 14 March 2017 (UTC)&lt;br /&gt;
::Massive changes and you call it add??? So tell me your adds and explain how all they other changes happened. I will add a sentence to the comic discussion because it's senseless here.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:14, 14 March 2017 (UTC)&lt;br /&gt;
:::Yes it is. And it is a real shame that you have decided to know how this wiki should be. Hope that Davidy soon tells one of us to back off. If it is me then I will have to take it into account.  So far he has only had nice things to say to me about my work here, which is not what I have seen regarding your work. Have you read the other users that calls your tone negative/aggressive or even worse? I have really tried to speak nicely to you, but you never seems to accept any edits I do. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:21, 14 March 2017 (UTC)&lt;br /&gt;
::::Your &amp;quot;Citation needed&amp;quot; template add to my text is just one example for what I call aggressive. Hiding four paragraphs is an other.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:09, 14 March 2017 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible Issues with Updating Old Comics ==&lt;br /&gt;
&lt;br /&gt;
I know you spent a lot of time making edits to many older comics, so I thought you might have some input on one that I'm thinking needs a change - 38 Apple Jacks. I noticed you edited it a little a couple years ago. It's the one where the father tells his son they don't taste like apples, and his son tells him off.&lt;br /&gt;
&lt;br /&gt;
The title text description says it appears to be another case of Randall explaining the comic to readers who don't know about the old commercial, but I think it might be the father telling the son why he was saying that to him. I think it's worth at least adding, if not totally replacing the current description, but I see you had previously added to it during your edits.&lt;br /&gt;
&lt;br /&gt;
How would you handle that type of change, if it were you? [[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 21:38, 3 April 2018 (UTC)&lt;br /&gt;
: Hi Ianrbibtitlht&lt;br /&gt;
:I disagree with the idea you have. And my reason for that is based in the original quote from Randall when posting this comic to live journal where he asks: &lt;br /&gt;
::&amp;quot;Who else remembers those commercials?&amp;quot; &lt;br /&gt;
::See the comics [[38:_Apple_Jacks#Trivia|Trivia section]].&lt;br /&gt;
::To me indication that since no one did, he added the explanation in the title text.&lt;br /&gt;
:The son dismissed his father completely, and I do not think the father goes on. &lt;br /&gt;
:And since many of xkcd's readers may not know the reference he explains it in the title text. &lt;br /&gt;
:He did the same with the title text in [[30: Donner]], which is what is refereed to in the title text explanation. I have added links between these two examples. There may be more.&lt;br /&gt;
:Of course you are free to add an alternative explanation, and see if any one notices enough to complain about/remove it. ;-) &lt;br /&gt;
:--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:57, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I appreciate the feedback. I don't feel strongly enough to modify it at this point but thought it might be an added insight that nobody had thought about! ;-) [[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 14:57, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Thanks for asking, by the way. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:46, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Need help ==&lt;br /&gt;
A few things. Several people have mentioned that ReCAPTCA v1 has expired, and something needs to be done about that. But no one has replied to the admin forum, so not sure what is going on. Are there even any admins still here? Seems like they've all disappeared. And should we create a new forum for questions and things like that? And if all the admins have left, should there be like more admins or something like that? [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 07:51, 8 April 2018 (UTC)&lt;br /&gt;
:Hi &lt;br /&gt;
:I haven't any idea about ReCAPTCA and Im not an admin. But yes if there is no one that replies it is a problem. Davidy is the obe I have had discussions with but he did not reply the last two times I wrote. Don't know if DGBRT with the BOT has any knowledge that can be used. Try those two. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:30, 9 April 2018 (UTC)&lt;br /&gt;
::FYI, we still have admins here and there will be a major update soon at one of the next weekends. BTW, I prefer it in lowercase: dgbrt - like xkcd--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:16, 16 April 2018 (UTC)&lt;br /&gt;
:::Thanks for the info dgbrt, and it sounds greawt. (Your signature is with capital D but that is maybe just as the username? I will use dgbrt from now on). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 23 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== All is red again - you changed everything according to the diff ==&lt;br /&gt;
&lt;br /&gt;
Hi, look at [http://www.explainxkcd.com/wiki/index.php?title=1981%3A_Rickrolling_Anniversary&amp;amp;diff=155913&amp;amp;oldid=155905 your edits] and tell me how someone can see what you have changed. Please keep your changes to smaller parts.&lt;br /&gt;
&lt;br /&gt;
And beginning an explanation with a youtube link which even doesn't work in some countries like Germany is also not a god start to an explanation. I'm referring to your edits above. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:27, 16 April 2018 (UTC)&lt;br /&gt;
:OK, sorry about that. I will try to make smaller changes. The link was not one I put in, I just moved it to the beginning to rickroll someone - it was a joke... Of course if the link did not work I can understand why you did not get Rickrolled. But the link had already been included in the explanation before my edits. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:24, 18 April 2018 (UTC)&lt;br /&gt;
::Thanks for your understanding, &amp;quot;all is red...&amp;quot; was the reason why I started this section, the video link was meant as a minor remark and that it doesn't work in Germany is even less important for the explanation.&lt;br /&gt;
::But I didn't understand your joke. So what do you think about changing all the internal links like [[Cueball]] to rickroll the readers - of course only less important links.&lt;br /&gt;
::BTW: Around 2009 and some years later the German GEMA Mafia tried to block all music content until they got the money. Even dashcam videos from the meteorite incident in Chelyabinsk were blocked when you could hear something from the radio in the car. This has changed and newer uploads are now available to me (including Rick). --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:02, 18 April 2018 (UTC)&lt;br /&gt;
:::The joke was that this comic was about rickrolling and the link was to the ricrolling youtube video... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:30, 19 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just tried to make several smaller changes, and it was much more difficult to me, with the risk of making mistakes... But have a look at this then: [http://www.explainxkcd.com/wiki/index.php?title=1982:_Evangelism&amp;amp;action=history Evangelism history].--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:45, 19 April 2018 (UTC)&lt;br /&gt;
:I like that but the development of this comic explanation is funny and not a typical one. Many vast changes were done after your comment here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:01, 21 April 2018 (UTC)&lt;br /&gt;
::Well happy you do. Most of the changes were improvement, but often based on or improving parts I had edited (well I had edited most parts ;-) What I meant was that some of the good changes only came about because of the changes I had done in the first place. Still seems we need a citation for primates opening at the &amp;quot;wrong&amp;quot; end though? {{unsigned|Kynde}}&lt;br /&gt;
:::You know I'm a fan of short explanations just covering what's in the comic. And in [[1982: Evangelism]] there is no &amp;quot;wrong banana end&amp;quot; mentioned. It just mentions &amp;quot;the other&amp;quot; - which is of course always &amp;quot;wrong&amp;quot;. The title text then indeed refers to a schism in Europe - the Americans weren't much developed by that time (excepting the natives).&lt;br /&gt;
:::BTW: My major workload here right now is working on the health of this wiki. You probably haven't seen my latest comment five days ago just a section above. We will get an update soon. Stay tuned.&lt;br /&gt;
:::BTW2: You have forgotten to sign your comment ;)&lt;br /&gt;
:::--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:19, 21 April 2018 (UTC)&lt;br /&gt;
::::Yes we are not fan of the same type of explanations we have covered that. I believe that the majority of humans do peel the banana from the opposite end of that cited (without citations) to what primates do... I'm not sure there is any year for the schism in Europe so who knows how developed the US was at that time. Bananas is a rather new thing in Europe I believe!&lt;br /&gt;
::::And no I had not seen that comment, probably same time you posted this comment thread? But sounds great! Are you an admin now? And do you have any contact with Davidy... He went off the xkcd explain grid long time ago.&lt;br /&gt;
::::I have amended my mistake and will sign this time ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:12, 23 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== You blanked the page [[1996]] ==&lt;br /&gt;
&lt;br /&gt;
A you can see [[Talk:1995: MC Hammer Age|here]] &amp;quot;I decided to let it stay there as it is but on Monday that redirect will AND must be overwritten in the meaning of a comic number.&amp;quot; That blank page isn't better than my decision. Beginning on Monday the number 1996 MUST be used for navigation (i.e. Comic Number) and nothing else.&lt;br /&gt;
&lt;br /&gt;
Other future comics will be: 1999, 2012, 2014, 2016, 2017, 2018, and 2038. That's all!&lt;br /&gt;
&lt;br /&gt;
All those future comics (by number) - beginning with 1996 on Monday - AND that older ones (by name) should have a disambiguation line on top when the comic number overrides that name.&lt;br /&gt;
&lt;br /&gt;
The problem is the logic at this wiki. While at xkcd the number and name have different meanings and navigation is only done by number it's not true here. While &amp;lt;nowiki&amp;gt;https://xkcd.com/1996&amp;lt;/nowiki&amp;gt; will lead to the next future comic and is unique the link &amp;lt;nowiki&amp;gt;https://explainxkcd.com/1996&amp;lt;/nowiki&amp;gt; could mean number OR name. We also use the number for navigation, so the abbreviation in the meaning as a comic name can not be supported for those eight comics. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:58, 19 May 2018 (UTC)&lt;br /&gt;
:Hi DBBRT&lt;br /&gt;
:I first saw your comments after I had blanked it. And I thought it was better to avoid confusion over the weekend. So I did not return it. I think it could be better to already now remove those page re-directions for the comics you mention now, to avoid confusion on all those numbers... A lot of those the next 20 comic or so. We already had a similar situation with [[1337]], because of the LEET comic series. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:15, 23 May 2018 (UTC)&lt;br /&gt;
::Read my future comic list above, it's only seven. And the blank page confused some users also. Nevertheless I will change the comic template, navigation to the right will not be shown when the target is greater than the LATESTCOMIC. The BOT will update those redirects anyway. I just prefer some tests at home to figure out the best solution before editing here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:53, 23 May 2018 (UTC)&lt;br /&gt;
:::Well, I think 7 times confusing in 20 comics is a lot, but I can read that you are working on avoiding it, so that is great. I'm very impressed by your bot, but then again I have very little programming experience and it was back in my days as a PhD Student around 2002... (Pascal...) Great you have made it and keep improving it. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 25 May 2018 (UTC)&lt;br /&gt;
::::Thanks for your kind words. I still don't understand the 20, it's only seven comics and I've changed the global comic template so that this is SOLVED now. There is no link to [[1999]] in the navigation bar today. But on Monday my bot will update that page in the meaning of a comic number and the right navigation in [[1998: GDPR]] will be shown. FYI: I'm a professional programmer. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:04, 25 May 2018 (UTC)&lt;br /&gt;
:::::Must have been unclear. I meant that over the next 20 comics, there would have been this issue 7 times i.e. about once every week, and I found that it could have caused confusion a lot in those 7 weeks. But now you have solved this with you prof. programmer skills. ;-) So there is no longer any problems. Great work. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:04, 27 May 2018 (UTC)&lt;br /&gt;
::::::Thanks for your kind words. And I've done more: Embedding pictures from Commons works again and it's now also possible to change the size. See my latest edit here [[1400: D.B. Cooper]] which uses this statement &amp;lt;nowiki&amp;gt;[[File:DBCooper.jpg|thumb|150px|Cooper]]&amp;lt;/nowiki&amp;gt;. That image is not uploaded here, click at it in the comic and you will see. I've mentioned this in the Community portal. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:07, 27 May 2018 (UTC)&lt;br /&gt;
:::::::Cool. I'm not sure how this works. Looks at first like the image is on the local wiki but I can see it is not so. But how does this works. Can you write the &amp;quot;File&amp;quot; formula for any picture name on commons and then get it embedded here like that? It is beyond my computer skills :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:02, 28 May 2018 (UTC)&lt;br /&gt;
::::::::When the picture isn't here it's searched on Commons. When it's found it's only cached at this wiki. In general it works like a local file. This did already work in the past until it was broken. But now we also can change the size, play with that 150px in the preview. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:15, 28 May 2018 (UTC)&lt;br /&gt;
:::::::::Thx --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 28 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why you still focus on that SAD comics? ==&lt;br /&gt;
&lt;br /&gt;
I focus on all edits done here and your edits are minor (there are much more edits here needing some attention), nonetheless I would be happy to find a solution on that ''sad'' thoughts are in your mind. I respect your thoughts, but that trivia at ''[[1756: I'm With Her]]'' really dohttps://www.explainxkcd.com/wiki/index.php/User_talk:Kyndees not belong to that comic at all. It was deleted before, you reverted that -- by not reading or ignoring the discussion page -- and I just want to prevent an edit war. Furthermore I removed your statement about &amp;quot;trolls&amp;quot; at the discussion page because that's not polite.&lt;br /&gt;
*And now&lt;br /&gt;
**I start&lt;br /&gt;
***with&lt;br /&gt;
****your layout&lt;br /&gt;
*****You see???&lt;br /&gt;
Try to write full sentences without bullets. I'm hoping you understand my major two parts here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:21, 27 October 2018 (UTC)&lt;br /&gt;
:Yes I did not read the comments. I was looking for the sad list, when I fond it missing. I saw through the edit and found the following comment:&lt;br /&gt;
::This &amp;quot;sad comics&amp;quot; list is utterly pointless and has no reason to exist. I don't regret deleting this waste. If anyone wants to keep it up, revert the edit, but make it readable, compact, and make at least one bit of sense. (Emojis? must be TRUMP!!?!one1!)) &lt;br /&gt;
:I did not see any discussion there, and found it rude and also not done properly (with many links pointing to this section). So I just reverted it. It could be given its own page though. &lt;br /&gt;
:Regarding politeness I must say I did not find most of your comments on the talk page polite as I just read them. As you state &amp;quot;no one has criticized it before&amp;quot;, so maybe it is just you, and now some years later a few guys that begins rambling on about it. &lt;br /&gt;
:As to why, I think it is quite clear that Randall was sad after the election. Maybe I took it too far, and it should no longer have been &amp;quot;sad&amp;quot;, but about comics pointing to a political agenda by Randall. As Randall is on the move again with the mid term election coming, he has both a new political comic out, and has changed the header text with regards to registering for voting twice in a month. &lt;br /&gt;
:So I definitely still find it relevant. That has not changed just because two years have passed. What Trump does at the moment is even more disturbing than ever, and I'm sure Randall is thick and tried of it still! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:38, 29 October 2018 (UTC)&lt;br /&gt;
::PS. The layout was me trying to make a list of comics that was related to this issue. And with date and events listed as well. Maybe it can be done better, but I at least kept the format throughout. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:39, 29 October 2018 (UTC)&lt;br /&gt;
:::You always do this nested bullet lists. That's ugly layout. One bullet and one or two short sentences, not more. In most cases you just should simply omit the bullets and write full sentences. The page [[Design of xkcd.com]] is an other example for this bad layout.&lt;br /&gt;
:::But back to the main issue: Even jet you did not read the comments completely. Only after &amp;quot;A) Why does the sad comics list exist (see comment above)?...&amp;quot; I came in. And on 27 October 2018 I mentioned at least four incomplete reasons (the transcript was you).&lt;br /&gt;
:::So I recall: The trivia at ''[[1756: I'm With Her]]'' does not belong to that comic at all, and even at a different page the title would be wrong because most of the listed comics are NOT sad. Furthermore I don't know how you do know how Randall feels, he is just a writer and these are only comics.&lt;br /&gt;
:::There was a reason why David was against a category for sad comics, and this is still valid. This is the only reason why this section at the trivia of 1756 exists, be honest.&lt;br /&gt;
:::So my proposal is:&lt;br /&gt;
:::*moving the content to a separate page, either with a new title or only moving the &amp;quot;sad&amp;quot; content and deleting the rest&lt;br /&gt;
:::*using the link from the menu: &amp;quot;What links here&amp;quot; at 1756 ([[Special:WhatLinksHere/1756: I'm With Her]]) to fix the links to that part (mostly your former work) and maybe also change the text&lt;br /&gt;
:::The comic 1756 has to be explained mainly in the context of the time BEFORE the election. It was a campaign for Hillary Clinton, anything later done by Trump is irrelevant, besides that it has to be mentioned that the campaign wasn't successful. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:16, 29 October 2018 (UTC)&lt;br /&gt;
::::Well, I definitely know that the comment in here is mine. I did very much hate the list because, as mentioned in the talk page on the comic, the section was completely disorganized. It took up half of the entire page. As Dgbrt mentioned, the format you use is honestly really ugly, and I have to agree. The real problem that I found was ''after'' I posted the comment he quoted. &lt;br /&gt;
::::In that comment, I mentioned that it should have had its own category instead of being completely on that single page, which would have prevented it from the eyes of those who don't like this format. Alternatively, it could have been in a table, a format much more compact, several times easier to understand, and at least 12 octillion times less infuriating to look at. &lt;br /&gt;
::::The other mind-boggling and frankly stupid thing about the list, of course, was that you added '''''every. Single. Comic.''''' ...if it seemed to be remotely sad (and even if it ''wasn't sometimes!'') and tried to link it to the political situation and Trump. I, in that comment, presented two of the comics in a - admittedly more asshole-ish - way that you linked them like this. But that's the ''core'' of all of this drama. Hell, in multiple of the comics, you even said that no &amp;quot;big&amp;quot; event seemed related to the situation and simply just put it in because it mentioned the military or security. And even for some of the ones you did present a political event, the speculation that you presented for Randall making these comics was beyond 4chan with Smash Ultimate level.&lt;br /&gt;
::::Like I said in that comment, it isn't necessarily a political comment just because something big happened that day. Vomiting Emoji and Flag, the two I highlighted in my comment, have explanations that are just plainly absurd. Randall &amp;quot;expressing fear&amp;quot; that the moon would be gone before the eclipse was ''obviously'' a joke. Randall making a joke that has a flag in the picture doesn't mean he's going to rebel against the United States, make his own country, and science his way to taking it over just so that Trump is no longer the ruler.&lt;br /&gt;
::::I wouldn't have had these problems if the list weren't so outlandishly absurd, and combined with the fact that it clogged up the page with a lot of meaningless speculation, I felt pushed to just delete the entire thing. Yes, that may have been extreme of me, and I should apologize for being fed up, but I still maintain that a lot of the stuff on that list is bad. If it's presented in - again - a way that doesn't hurt to read or filled up with what it is, I would have not as many problems with it. But as it looks right now, just making the list collapsible doesn't remove the problem; it's like putting White-Out on a yellow test paper and saying that the question never existed, despite the fact that it's obvious that something is wrong. [[User:Halo422|Halo422]] ([[User talk:Halo422|talk]]) 04:05, 1 November 2018 (UTC)&lt;br /&gt;
:::::A bit complicated to reply now. But to Dgbrt I did not read any comments until your post here. I was pissed about the deletion of the entire section, and just undid it. As Dgbrt wrote it can only be deleted properly by also removing links that goes there. I'm not using the page that much at the moment, and do not read all comments. This is also why I first see your comments today.&lt;br /&gt;
:::::Dgbrt do you have any good idea for a page title? If it is only the first few comics that are clearly sad, could it then be called &amp;quot;Sad comics&amp;quot;? And should it be a page or a category? If we can find a solution for that, I will try to change it so it can be tolerable... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:01, 2 November 2018 (UTC)&lt;br /&gt;
::::::I'm honest: I vote for deleting that section. The main reason is that we don't know how Randall feels, whether sad or not. We just have comics, not an autobiography.&lt;br /&gt;
::::::If you still vote for keeping I only can see two possibilities:&lt;br /&gt;
::::::*Keep the title &amp;quot;Sad comics&amp;quot;, move it to a single page (no subpage to any comic), remove most of the content, write a proper text instead of bullets, and start it like &amp;quot;Some comics may suggest the impression...&amp;quot; because your &amp;quot;...clear trend...&amp;quot; is nonsense.&lt;br /&gt;
::::::*Or, move everything to a separate page, but then I have no idea about any proper title.&lt;br /&gt;
::::::BTW: I've created a new category: [[:Category:Elections]], and as I mention here [[:Talk:2067: Challengers]] it still needs some work. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:06, 2 November 2018 (UTC)&lt;br /&gt;
:::::::I will think about the possibilities. And I did see your new category. Which is great by the way. There must be many of these from earlier years also?--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:09, 2 November 2018 (UTC)&lt;br /&gt;
::::::::I need help on this new category because I'm sure there is more. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:12, 2 November 2018 (UTC)&lt;br /&gt;
::I have now created [[Sad comics]] and moved the content from With her and tried to make the layout better. I do not agree with deleting the references to the other comics, but not they have been separated from the first four sad/negative comics. All links have been diverted to this page from all 16 comics. If there are other comics, not on the list, with link to that section I have not changed those... Many comics could refer to With Her for many reasons so I will not go through them all. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:55, 2 November 2018 (UTC)&lt;br /&gt;
:::You've done a big job, so thanks for this on the first place. And I can assure you that you always can find all links at the tools box &amp;quot;What links here&amp;quot;, in this case when reading ''[[1756: I'm With Her]]''. I'm still not happy seeing comics like [[2064: I'm a Car]] linking to content titled as ''sad'', but that's up to other editors. &lt;br /&gt;
:::'''ProTip''': You should watch pages important to you, just activate &amp;quot;Watch this page&amp;quot; at the bottom when editing, or adjust your &amp;quot;Watchlist&amp;quot; at the top menu belonging to your personal profile. You will receive an email on every change. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:31, 2 November 2018 (UTC)&lt;br /&gt;
::::Yes I know about the links, but even though I have reverted the link to the sad trivia section, there may still be a link to the With her comic for other reasons. And there may even be links to the sad section from other comics not listed in my trivia, and I will not go through all pages referencing one of the controversial comics. I by the way highly disagree that we do not know Randall's political opinion. He has also endorsed Obama, so to day it is certain that he endorses the democrats vs Republican is a fact, not a guess. But you changed that on the new [[Challengers]] comic. I will not change it though. I just highly disagree with you on what is a know and what is a guess there.&lt;br /&gt;
::::Regarding the comics that are not sad it is not listed as being sad, that is only the first four. The rest is just listing comics that could have to do with Randall's political mood due to Trump and his politics.&lt;br /&gt;
::::I no longer have the time I once dedicated to this page... And hence I have taken e-mail alerts off, which is why I first noticed the deletion now. But I get e-mails on personal changes on this page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:37, 2 November 2018 (UTC)&lt;br /&gt;
:::::While I'm still sure not knowing much about Randall's condition when his comics are published, I sense ''you'' are sad. I insist you should take a closer look on all your contributions here, which are much more than only this stupid sad stories. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 00:18, 4 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I am still happy to see your additions here... ==&lt;br /&gt;
&lt;br /&gt;
...you did edits I didn't like - and vice versa - but that's a war I don't like. And now I'm in a position in which I have to take care of all the health here, not only what's written.&lt;br /&gt;
&lt;br /&gt;
Ironically: xkcd is also about sarcasm, the hell, shoooouuuuting on the hellll... &lt;br /&gt;
&lt;br /&gt;
I will probably disagree on some of your future edits, but I don't have to judge this. That's up to others here.&lt;br /&gt;
&lt;br /&gt;
So now I'm asking for help on a SMALL page introducing the memes used at this site. Like the Editor-FAQ I did. David did...not that much on that requests over a long time.&lt;br /&gt;
&lt;br /&gt;
While I'm not sure about a proper title, this Wiki still leaks on a page simply showing the memes used here, linking to more specific pages, presented to evrey newbee.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:06, 16 November 2018 (UTC)&lt;br /&gt;
::Thanks.&lt;br /&gt;
::I'm not sure I understand the page you are talking about, or what type of memes you mean. &lt;br /&gt;
::Also as is probably clear I'm not using that much time on this wiki anymore. I'm not leaving it, I just do not have the time any longer. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 19 November 2018 (UTC)&lt;br /&gt;
:::Oh, I'm also not sure, maybe just a title like &amp;quot;About&amp;quot;. It often happens that new people asking questions like &amp;quot;Why is the mouse-over text called title text?&amp;quot;, how character names have been developed here, and so forth. A simple page, mostly showing links with a small introduction to the more hidden pages you often maintain. New readers have simple questions we don't think about anymore, that's what I would like to present. But it seems I have to collect some more items on which you maybe can help. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:34, 19 November 2018 (UTC)&lt;br /&gt;
:::Ah I see. It was the meme part that failed to register. But a about page makes sense. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:37, 20 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== We got a final image ==&lt;br /&gt;
&lt;br /&gt;
Emoji dome has a wonderful ending image. Do you mind putting it as the current explainxkcd image? [[User:Netherin5|“That Guy from the Netherlands”]] ([[User talk:Netherin5|talk]]) 18:25, 2 April 2019 (UTC)&lt;br /&gt;
:No it is perfect. I can see [https://www.explainxkcd.com/wiki/index.php/File:emojidome.png someone already did], it has just not been updated on the front of the page yet. It will be before tomorrow. The other pictures should be collected on a extra page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:56, 2 April 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Removing all references to the Sad comics page ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde,&lt;br /&gt;
&lt;br /&gt;
I've expressed my intention to remove all references to the Sad comics page over at [[Talk:Sad_comics]], but I wanted to get your input too, since it is your page. Feel free to drop a comment over there if you want to contest this. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 12:56, 13 May 2019 (UTC)&lt;br /&gt;
:Hi Hawthorbn. Thanks for alerting me. Did not follow the discussion page on Sad. I of course disagree. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:56, 14 May 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2196 ==&lt;br /&gt;
I mentioned this on DgbrtBOT's talk page, but I'm not sure Dgbrt saw it. Since you're an admin, could you help me with this?&lt;br /&gt;
# I uploaded the file, and it appeared in the page, but the link in the List of all comics page is still red. I think I messed up the upload, so could you delete the current file (the one I uploaded) for 2196 and reupload it?  &lt;br /&gt;
# I created an incorrect redirect page [[Nice To E-Meet you]] (The name is incorrect, I forgot to capitalize the You). Could you please delete that page? Thanks! &lt;br /&gt;
[[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 00:52, 1 September 2019 (UTC)&lt;br /&gt;
:Hi Herobrine. No I'm not ad admin, just very active, and cannot do anything to delete pages. I can give it a look though cause I have created a few pages long time ago when the bot was not there/working. And yes seems like Dgbrt is not active at the moment. Lets see if it works again this Monday. As you can see [[User_talk:Dgbrt#DgbrtBOT_failed_2019-08-30|here]] I tried to write directly to him. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:38, 1 September 2019 (UTC)&lt;br /&gt;
::Can see you have created the page with [https://www.explainxkcd.com/wiki/index.php?title=Nice_To_E-Meet_You&amp;amp;redirect=no capital You] and I have now moved the image to a title with the hyphen in e-meet, which was missing in your original edit. So now [[List_of_all_comics]] works for the image as well. There are so many things which can go wrong, which is why we love out BOT. Hope it works tomorrow.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:46, 1 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category book promotion ==&lt;br /&gt;
Hi, you obviously know a thing or 2 about creating and adding categories, and like to do so :)&lt;br /&gt;
I feel like we could need a category about book promotion, with at least 3 comics related to how to and at least one to thing explainer (hoverboard, possibly also up goer five...), and myabe even others I can't remember right now. What do you think? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:31, 3 September 2019 (UTC)&lt;br /&gt;
:Maybe more a list of comics that promote books. Not comics that inspire books, so no to Up Goer Five. But it could get special mention with mention of the category in that explanation as well. But I think we need to find more than 4, five is kind of a limit. Maybe there where something for what if? But I do not think so... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:37, 3 September 2019 (UTC)&lt;br /&gt;
::Looking at it again, we do have five :) [[Hoverboard]], [[2190: Serena Versus the Drones]], [[2198: Throw]], [[Disappearing Sunday Update]] and [[2194: How to Send a File]]&lt;br /&gt;
:::Well great. Do you have an idea for the category name? &amp;quot;Category:Book promotion&amp;quot; ??--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:54, 3 September 2019 (UTC)&lt;br /&gt;
::::Sounds good to me! --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:56, 3 September 2019 (UTC)&lt;br /&gt;
:::::Will you add that category to the comics? I can help create the page then. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:57, 3 September 2019 (UTC)&lt;br /&gt;
::::::Done --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 06:07, 4 September 2019 (UTC)&lt;br /&gt;
:::::::[[:Category:Book promotion]] page created and found another comic that promotes a book Randall has been involved in! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:40, 4 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broken Button ==&lt;br /&gt;
Hi Kynde, I've answered your question on my talk page. But I'll post it here just in case: I think you forgot to update [[Template:LATESTCOMIC]], so it would treat comic 2198 as 2197, hence breaking the button. [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 22:55, 3 September 2019 (UTC)&lt;br /&gt;
:Thanks, DgbrtBOT has updatet it and now it works! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:40, 4 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thanks ==&lt;br /&gt;
&lt;br /&gt;
I see you went through a few of my recent edits, and corrected them / replied on them / acted on them. Thanks a lot. Also, now I learned from your edits how subcategories work. Thanks also for that. :) (But, please try not to change the word typo to lupo in common use. I don't think it would be an honour :) ) --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 07:00, 11 October 2019 (UTC)&lt;br /&gt;
:I hope you could see the joke. Like when you fixed the fix? I also spotted you put a hidden joke &amp;lt;!-- and I did not delete it :p --&amp;gt;. I will not make the same joke again. I guess it was also a kind of signature. I spotted that you where the most active last month. And was interested seeing what kind of edits. More or less I agreed with most{{Citation needed}}... And cool with the spam fight. Do not use the same amount of time as I used to, but have been more active lately... Just became 2nd on all time activity list... Happy you both noticed and approved. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:09, 11 October 2019 (UTC)&lt;br /&gt;
::I could see the joke and I enjoyed it :) as I tend to make a lot of typos, it isn't even that far fetched to use my name instead ;). I usually visit the site a few times a day and start on the recent changes page, and check what has happened. That's also how I often quickly find the spam. The other thing I tend to do when I got some free time on my hands is use the &amp;quot;random page&amp;quot; button and find out if I can improve the place I get to. I also saw that you are progressing a lot in the all time list. Last month I even noticed you were in the monthly list at a score that would have put you in the all time top 50 on its own. Impressive! Have a good weekend. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 20:00, 11 October 2019 (UTC)&lt;br /&gt;
:::I'm also not native English speaker (Danish), and my grammar is probably horrible. Then it is great it is a wiki so others can fix that. I hope my additions are a plus. Have of course had rows with others, as can be seen above ;-) With some of the big one I think I have had months that would put me in top 20... (Not something I have checked). But with some of the comics where I added a lot of images, I will get a very high score as unique pages gives one point, and every picture uploaded is a new page. The amount of changes I have made puts me in nr. 1 spot, but that doesn't give much compared to number of pages visited. And please feel free to correct my typos. By the way I haven't even read all comics yet, since I have a hard time reading a new one without wishing to make corrections to transcript or explanations, so it takes some time every time I find a new. So between the first comic I saw when I found this page and then back from there there will be lots of comics I haven't even seen yet... Probably why you can find so many transcripts where caption below the panel has not been added (as it was I who began making this the way to write it). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:46, 11 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category for Back to the Future  ==&lt;br /&gt;
&lt;br /&gt;
Hi, can you create a category for the film series ''Back to the Future''? To start, there is [[102: Back to the Future]], [[656: October 30th]], [[1477: Star Wars]], [[2104: Biff Tannen]], [[2193: Well-Ordering Principle]], and maybe others. Thanks, [[Special:Contributions/172.68.47.144|172.68.47.144]] 20:26, 31 October 2019 (UTC)&lt;br /&gt;
:Hi yes I can. And I did: [[:Category:Back to the Future]]. I added yours. Here is [https://www.explainxkcd.com/wiki/index.php?title=Special:Search&amp;amp;limit=50&amp;amp;offset=0&amp;amp;profile=default&amp;amp;search=%22Back+to+the+Future%22 a search string] that may help find more (for you to add). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:31, 1 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletion of small categories? ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde! I posted this on the community portal, but it seems unresponsive, and since none of the admins have edited recently, you seem like the person to ask.&lt;br /&gt;
I count eight categories on explainxkcd that satisfy the following properties: 1. They have only three comics in them. 2. They aren't really a comic series; they just feature or reference a comic theme. 3. They aren't Featuring some person or character. In short, they seem to have no real reason to exist. (They're [[:Category:Spice_Girls|t]][[:Category:Wind_turbine|h]][[:Category:CubeSats|e]][[:Category:Ender%27s_Game|s]][[:Category:Optimization|e]] [[:Category:Git|o]][[:Category:FernGully|n]][[:Category:Giraffes|e]]s.) In addition, there are [[:Category:Sketches|t]][[:Category:BSD|h]][[:Category:Emacs|i]][[:Category:Identity_Theft|r]][[:Category:Katamari_Damacy|t]][[:Category:Super_Bowl|e]][[:Category:The_Matrix|e]][[:Category:Tournament_bracket|n]][[:Category:Traffic_light| ]][[:Category:Trebuchet|m]][[:Category:Wingsuit|o]][[:Category:Euler_diagrams|r]][[:Category:Pedantic|e]] four-comic categories that also satisfy these requirements. I know non-admins can't delete articles, but because of these articles' status, should I remove their contents and add them to [[:Category:Pages to delete]]? --[[User:Account|Account]] ([[User talk:Account|talk]]) 01:17, 12 November 2019 (UTC)&lt;br /&gt;
:Since I'm no admin just the most active over an extended period of time, I cannot really say what to do. Some of the categories I think has merit, I may even have created some of them. And there may be reason to expect more to come. But others I tend to agree. I think Randall has something with Giraffes and the Spice Girl spurt with three in short notice I think merits the categories. The other 6 with three I would not mind if they went away. But then there may need to be some links between those comics. Are you willing to make those? If you do then empty the categories, and put them as up for deletion. Most of those with four I would keep. I have NOT clicked on them all though, just read them here when I edited this response. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:56, 12 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category for Bees ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde,&lt;br /&gt;
&lt;br /&gt;
Can you add a category on bees, as a subcategory of [[:Category:Animals]]? I've found [[1259: Bee Orchid]], [[1186: Bumblebees]], [[2231: the Time Before And After Land]], [[2035: Dark Matter Candidates]], [[1692: Man Page]], and there are probably more. [[Special:Contributions/172.69.34.38|172.69.34.38]] 00:22, 22 November 2019 (UTC)&lt;br /&gt;
:Done [[:Category:Bees]]. Added your five comics. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:49, 22 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New category - comics with store products ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, thanks for creating the new page for [[:Category:Comics with store products]]!  (I was the one who added the comics to that category, but I didn't have permission to create a new page for the category itself, so I apologize for abandoning it like that.)&lt;br /&gt;
&lt;br /&gt;
For the name of this category, I wanted to follow a similar pattern to existing category names such as &amp;quot;[[:Category:Comics from 2005]]&amp;quot; or &amp;quot;[[:Category:Comics with color]]&amp;quot;.  So for the name of this new category, I had considered some other more accurate names, such as &amp;quot;[[:Category:Comics upon which xkcd store products are based]]&amp;quot;, or perhaps &amp;quot;[[:Category:Comics made into official merchandise]]&amp;quot;; but I felt that these new category names would be a bit too long, so I was trying to keep it more succinct than that.  ...But now I realize that the current name I chose is not very clear, and might cause some confusion about what it's supposed to mean, so it was really a poor choice of words on my part.  Do you have any ideas for a better name that we could use for this category?  If so, please feel free to rename it, then I will go through all the comic pages where I added it, and update them to the new category.&lt;br /&gt;
&lt;br /&gt;
On the other hand, in the edit-history of the [[:Category:Comics with store products]] page, I noticed in your comments that you felt it was maybe not a good idea for a category -- and I certainly understand that, so if you want to just remove this category completely, please feel free to do so, then I will go through and remove it from all the comics where I added it (so as not to leave any broken links behind).&lt;br /&gt;
&lt;br /&gt;
Thanks for your help, and sorry for causing noob trouble!&lt;br /&gt;
&lt;br /&gt;
- [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 09:57, 24 November 2019 (UTC)&lt;br /&gt;
:Hi Yfmcpxpj&lt;br /&gt;
:First of all, the comment on my creation of the page, was because I did not understand the category. Store products.. I thought it was like with products bought in a type of store... First when I clicked on a few and saw your (?) comments that a t-shirt was based on this comic, did I understand the category. Think I wrote that in my next edit, where I linked to the store. After realizing that, I though it was a great category, although adding xkcd would probably help the understand-ability: &amp;quot;Category: Comics with xkcd store products&amp;quot; &lt;br /&gt;
:What do you say to that title?&lt;br /&gt;
:Regarding my ability to make pages, that is just because I have edited enough to get that right (I know I have edited more than any one else here...) But I'm actually not an admin, and I cannot delete pages. Sadly it seems the admins have left xkcd without replacements... So not one answers admin requests, and although I'm glad to help when I can, I do not have that many rights on the page. &lt;br /&gt;
:But true you may have asked for someone to create the page and also maybe ask for the title before creating it. I think I will be able to rename the page though, so if you can go through all the comics and correct the category there I would like to give it a try. (Do not do this before I have changed the name!)&lt;br /&gt;
:What do you say? And should I add the xkcd as suggested above?&lt;br /&gt;
:--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:14, 24 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I like your title better, &amp;quot;Comics with xkcd store products&amp;quot; -- I think it is much clearer.  If you can rename the category, I will wait for that, then after it has been successfully renamed, I'll go through and update those comics to use the new one instead.  And sorry to hear that the admins have been absent -- but it looks like you are doing a good job of keeping the site maintained, so thank-you for that!  - [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 08:58, 25 November 2019 (UTC)&lt;br /&gt;
:::I have now moved the category page. You can find the list of comics that now need to be moved [https://www.explainxkcd.com/wiki/index.php?title=Category:Comics_with_store_products&amp;amp;redirect=no here].&lt;br /&gt;
:::And the new empty category here [[:Category:Comics with xkcd store products]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:26, 25 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Thanks Kynde; I have moved the remaining comics into the new category.  You mentioned that you don't have permissions to delete pages, so I wonder if the old page [[:Category:Comics with store products]] should be put into parent [[:Category:Pages to delete]] so maybe the admins will delete it? - [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 08:15, 26 November 2019 (UTC)&lt;br /&gt;
:::::As the old Category redirects to the new one, I guess deletion is not necessary. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 08:31, 26 November 2019 (UTC)&lt;br /&gt;
::::::If no pages refers to the old category, and to avoid anyone putting comics in that category again, it would be nice to have it deleted. But I'm not sure anyone will do that at the moment. Davidy is long gone and DGBRT seems to be absent as well... I was once asked to be an admin but declined at the time ... Maybe that was a shame, but at least I still react when someone post on my page... But I'm not that active anymore, and have never looked much through the portal pages etc. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:49, 26 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Banned from Conferences Category ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, you usually have a good feeling on how Categories should be described, etc. There was a (quite short) discussion on [[153: Cryptography]], to remove a portion of the explanation. Do you think that stuff belongs into [[:Category:Banned from conferences]]? Maybe you can chime into the &amp;quot;discussion&amp;quot; on 153. -- Regards [[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:24, 5 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Edit summaries ==&lt;br /&gt;
Please use {{w|Help:Edit_summary|edit summaries}}; they are especially important for pages like [[:xkcd Header text]] that are infrequently monitored but have a meta-importance. Thanks. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 21:22, 16 July 2020 (UTC)&lt;br /&gt;
:I have more or less created the entire page from scratch. So I will not begin writing details every time I make a revision. But I use it for most other edits. I can see you care for BLM... Great, you probably know much more on this than I do. I made this page, to keep track of the header text, which was not explained on these pages. Sometimes it is relevant for a given comic, so great to have this place to write about it, and then link to it from the comics. The unfilled link was to help people wo may help editing this page, fill in when the header changed. I will do that now. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:37, 18 July 2020 (UTC)&lt;br /&gt;
::Kynde: I don't understand how your authorship of the page (from scratch or otherwise) has anything to do with whether you should be writing details of when you make a revision. But for sensitive topics, which BLM is, it is especially important for other editors to be able to carefully review changes. And when you make a large block of changes, like you did there on July 1, with 8 different edits, edit summaries are an extremely helpful tool for everyone else. So, again, the request is to please use an edit summary, ''especially'' when you are making multiple edits in a row, and ''especially'' on pages of meta-importance like [[:xkcd Header text]]. Of course, this is not Wikipedia, the rules here (such as they are) are relatively weak, and we all should coöperate. But if your answer is &amp;quot;I don't have to because I wrote the page first, years ago!&amp;quot; that doesn't make any sense at all. If your goal was to make sense, then I don't know how to respond. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 17:50, 18 July 2020 (UTC)&lt;br /&gt;
:::Well I shall try to be more careful around sensitive subjects. You are one of the first other than me to have edited the page. And one of the few that have added a new section. I just changed it into the same format that I have used on all the others. And did a revision now, and sorry I forgot to write what it was out of bad habit. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:57, 18 July 2020 (UTC)&lt;br /&gt;
::::I think the change you just made was…not great. See [[:Talk:xkcd_Header_text#Recent_BLM_edits]] where I give my opinion. But it is probably better discussed there than on your personal page, but I wanted to highlight it for you. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 18:04, 18 July 2020 (UTC)&lt;br /&gt;
:::::I have replied on the other talk page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:28, 21 July 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nationality ==&lt;br /&gt;
&lt;br /&gt;
What country are you from? &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 12:34, 14 July 2021 (UTC)&lt;br /&gt;
:Denmark. Why? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:15, 15 July 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Forgive this IP ==&lt;br /&gt;
I just made a handful of edits to recent changes that you had made (may not have been what you changed, in all cases; it might have just been pre-existing errors and Recent Changes just drew me to them). I hope it doesn't look personal, especially from an impersonal IP that you can't easily talk back to. So I'm mentioning it here to try to apologise if it does seem that way. [[Special:Contributions/162.158.159.85|162.158.159.85]] 18:57, 28 December 2021 (UTC)&lt;br /&gt;
:Hi. Thanks for telling. Since your IP will change I cannot see exactly which changes you made, but cheeked on my last changes and saw some CE and minor changes. Only thing I disagreed with (not sure it was you) was that the Launch comic should not have been released on the 24th. Which it was in most of the US if not all. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:01, 29 December 2021 (UTC)&lt;br /&gt;
::(Most of the changes occured under roughly the 172.70.… range, as I recall, though you can see the above switched to a whole different class-B - entirely due to the internediary's whim (Cloudflare?) without my changing anything. I'm sitting on a different connection now, so all bets are off what ''this'' will appear as. ;) )&lt;br /&gt;
::I have no argument with Randall posting on the 24th (his time) as the Bot got there soon enough to prove it. But of course the rest of us (mostly Europe and beyond) had a different experience. Still before the launch (whoever checked for themselves in time), which I think a couple of my edits were about. Really not huge issues, just minor fixes. You're good with those things, I know from experience, just a courtesy note (that and this). [[Special:Contributions/172.70.86.22|172.70.86.22]] 22:42, 29 December 2021 (UTC)&lt;br /&gt;
:::Maybe not you who posted. But as you can see your IP is not the same in these two posts, so I can only assume you are the same person, but cannot guess which of my edits you have changed and which someone else changed ;-) Do you have a name other than 162.158.159.85 or 172.70.86.22 ;-) Why not get an account? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:29, 30 December 2021 (UTC)&lt;br /&gt;
::::I just can't think of a decent username. I tend to use different ones everwhere (and never my RL identity) and most of them were 'good ideas at the time' but when the inevitable &amp;quot;Why is your username what it is?&amp;quot; thread comes around it always seems my 'explanation' is laughable. All the above in this section (that isn't you) is me, BTW. Just added an indent layer I missed. I'm happy being (slightly unpredictably) changing IP, because I seek no credit (or blame!) for my 'insights' and my ego survives well enough on such fleeting moments of anonymous fame, I assure you. ;) And I don't mind when other IP-editors 'land' on/near what I just used, either, even if they're now completely wrong.&lt;br /&gt;
::::Not that I think Usernames are a bad thing in general for you and others (c.f. 4chan 'anon' culture...), I'm just happy that it's one less thing to worry about in my own case! [[Special:Contributions/172.70.85.73|172.70.85.73]] 15:04, 30 December 2021 (UTC)&lt;br /&gt;
:::::Well that is up to you. But then again it is hard to forgive an IP when I'm not sure what it has done or not. But as I could just see there where nothing needing forgiveness so we are good. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:15, 3 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Do you get a healthy amount of sleep? ==&lt;br /&gt;
In recent days I see you editing very often and I just wanna make sure you get enough sleep because while you're doing amazing work, I am a bit concerned  [[User:256.256.256.256|256.256.256.256]] ([[User talk:256.256.256.256|talk]]) 08:45, 6 January 2022 (UTC)&lt;br /&gt;
:Ha ha - thanks for both the concern and the praise. I'm from Denmark so if you look at the time stamp and think I should be sleeping, then maybe it is in the middle of the day here. I write this just before 10:00 AM here in DK. But actually I'm doing very little now compared to maybe five years ago. If you look at the [[Special:ContributionScores|ContributionScores]] at the bottom with the All time (Top 50), you will see that I'm number two. And if you look at number of changes I'm far ahead of number 2... So this is actually quite low level activity for me... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:53, 6 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==[[Countdown in header text]] image ==&lt;br /&gt;
You mentioned you'd help uploading the countdown wiggle gif, so [https://tobot.dev/files/xkcd-countdown here]'s a link to all the image stuff of the countdown. (Specifically, [https://tobot.dev/files/xkcd-countdown/full_animation.gif full_animation.gif] and [https://tobot.dev/files/xkcd-countdown/Countdown%20in%20header%20text%20Wiggling.gif Countdown in header text Wiggling.gif]).&lt;br /&gt;
Optionally [https://tobot.dev/files/xkcd-countdown.zip zipped], for easier archival. [[User:Toby|Toby]] ([[User talk:Toby|talk]]) 20:03, 31 January 2022 (UTC)&lt;br /&gt;
:Great thanks Toby. Will try to make it work. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:15, 31 January 2022 (UTC)&lt;br /&gt;
::It worked and I have replied on your new talk page and created your own page, in case you still could not. Feel free to change that now. Very happy with your work, both of the files. Thanks!!! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:28, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Purely to improve your knowledge of English ==&lt;br /&gt;
&lt;br /&gt;
https://en.wiktionary.org/wiki/spacecrafts#English&lt;br /&gt;
&lt;br /&gt;
i.e., as with vehicular &amp;quot;craft&amp;quot; in general (including aircraft, hovercraft, etc), the -s pluralisation is allowable but not considered standard. An oddity of the terminology that I don't actually know the reason for. I'm wondering could it be from our nautical heritage where singular craft were the rarity (a simpler version of how [https://en.wiktionary.org/wiki/aderyn sometimes the singular can be considered rarer than the plural]? Yet ships/vessels/etc don't succumb to that usage. Even if sheep and fish do! Anyway, while spacecraft are preferred, spaceships are indeed the synonymous alternative. IYSWIM...&lt;br /&gt;
&lt;br /&gt;
Crafts, as in skillfully created works, ''are'' the plurals exactly as you'd initially expect. Woodcrafts, metalcrafts, etc. So I suppose those people who are shipcrafters might therefore craft many crafted craft, thanks to the various crafts they know, and then exhibit their crafts at a craft-fair. ((i.e &amp;quot;Boatwrights might construct many well-made (model?) ships, thanks to their skills, then show their creations at an exhibition of bespoke manufacturing.&amp;quot;)) Crafty, eh?&lt;br /&gt;
&lt;br /&gt;
Sorry, I seem to have gone overboard with the explanation. Throw me that lifebelt, please? ;) [[Special:Contributions/172.70.85.73|172.70.85.73]] 10:40, 10 February 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2139:_Email_Settings&amp;diff=226807</id>
		<title>2139: Email Settings</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2139:_Email_Settings&amp;diff=226807"/>
				<updated>2022-02-09T18:02:02Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ I remember UUencoding, but nostalgia isn't what it used to be...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2139&lt;br /&gt;
| date      = April 19, 2019&lt;br /&gt;
| title     = Email Settings&lt;br /&gt;
| image     = email_settings.png&lt;br /&gt;
| titletext = What are all these less-than signs? What's an HREF? Look, we know you live in a fancy futuristic tech world, but not all of us have upgraded to the latest from Sun Microsystems.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic shows some email settings with a few less-than-helpful options.&lt;br /&gt;
&lt;br /&gt;
*'''Default Reply Behavior''' &lt;br /&gt;
Normal reply behavior would be to reply to the person who sent the original email. Typically in email programs, there is an option to Reply to all (reply all) other recipients of an email in addition to the sender. Depending on the email usage pattern this is a potentially useful or a potentially annoying option. &amp;quot;Forward to address book&amp;quot; takes this one step further by sending your reply to every person who is in your address book, whether they received the original email or not. This could be a reference to &amp;quot;{{w|Chain_letter|chain emails}}&amp;quot;, which are popularly forwarded to many users.&lt;br /&gt;
&lt;br /&gt;
*'''Vacation Autoresponder''' &lt;br /&gt;
This is a message that is automatically sent out in reply to an email to let them know that you are away and won't be replying until you return. Rather than the settings being &amp;quot;on&amp;quot; and &amp;quot;off&amp;quot;, this system consists of &amp;quot;while on vacation&amp;quot; and &amp;quot;always&amp;quot;. Email systems typically have no way of knowing that you're on vacation (although some email providers, such as Gmail, could figure out if you're on vacation using information gleaned from your emails, such as hotel and flight confirmations). The &amp;quot;reply to all emails with vacation notice, even when I'm not on vacation&amp;quot; is an option used by some companies (e.g. travel agencies) to let the sender of a request know the expected reply timeline and similar information. In the second case, the notice is not a &amp;quot;vacation notice&amp;quot;, but applies the same functionality of the email program.&lt;br /&gt;
&lt;br /&gt;
*'''Reply to all newsletters with &amp;quot;Thank you for the newsletter!&amp;quot;''' &lt;br /&gt;
This option is completely unnecessary, in that newsletters are usually automated and shotgunned out to thousands of addresses at once, often with a do-not-reply address. Clues such as those aside, this also somewhat presumes that the system can reliably identify all (and only all) the messages that are indeed newsletters.  &lt;br /&gt;
&lt;br /&gt;
*'''Attachment limit''' &lt;br /&gt;
These {{w|Email attachment|attachment}} limits are all pretty small, with 300 kilobytes and 1.4 megabytes being the capacity of old 5.25&amp;quot; and 3.5&amp;quot; floppy disks, and 5 megabytes, while better, is smaller than most high-resolution cell phone camera pictures. It being in beta means that it might not be as dependable. However, setting the maximum attachment size would likely not be a user setting; it would be a setting the email system enforces on the user. In the past with slow connections and very limited mailbox sizes, this option was useful to keep the message size in check. Presently, Gmail still has the same 25MB attachment limit it had in 2004.&lt;br /&gt;
&lt;br /&gt;
*'''Default email format:''' &lt;br /&gt;
Plain text is self-explanatory; plain text with no special formatting options. {{w|HTML}} means that it can have markup to allow for bold text, colors, etc. {{w|CSS}} is in reference to Cascading Style Sheets, which is a styling option often combined with HTML, but useless on its own. With emails, it is typically used as inline CSS.&lt;br /&gt;
&lt;br /&gt;
*'''Reply to HTML emails with &amp;quot;Whoa, buddy, what's all this code?&amp;quot;'''&lt;br /&gt;
HTML email is a format for sending email with {{w|Formatted text|rich-text}} contents, which may include images and links. If your email client isn't configured for HTML, the content may look like text interspersed with a bunch of weird code. Since HTML email is a common format, replying this way to every HTML email you receive can be an effective way to annoy people. This may be a &amp;quot;throwback&amp;quot; option: a few years ago, email systems didn't always recognize HTML emails, so if you sent an HTML email you might very well receive this kind of reply.&lt;br /&gt;
&lt;br /&gt;
*'''Character set''' &lt;br /&gt;
{{w|ASCII}} is the character group containing all of the letters in the English alphabet, as well as the digits and common symbols. The Non-ASCII set contains all of the non-English alphabets and the rest of the (lesser-used) symbols.  Some of those characters, such as those from Cyrillic and Greek, resemble letters from the Latin alphabet; when spammers use these resemblances to deceive users, it is called an {{w|IDN homograph attack}}, but now that this email client is set to exclude ASCII characters, the user must use the same technique to communicate with speakers of most European languages.  Older computer programs often only allowed ASCII characters or a much more limited set of characters than the full amount of recognized {{w|Unicode}} characters, and the email protocol itself requires a form of encoding (often MIME, these days) to send 8-or-more-bit characters via systems designed for the 7-bit transportation that covers the ASCII set and allowed non-printable characters. It would be unusual today for an email program to default to only allow for ASCII characters to be read or written, although someone might want to deliberately set things that way.  The second option is nonsense because, while you would likely want to allow other characters, you would definitely not want to allow '''only''' those and exclude the ASCII characters (so people couldn't use regular letters or numbers or the most common punctuation, although most East Asian users can use the {{w|Fullwidth}} form of Latin letters instead).&lt;br /&gt;
&lt;br /&gt;
*'''Smart autocomplete''' &lt;br /&gt;
Some email platforms, including Gmail, have the ability to use machine learning to suggest possible, usually short reply options for you to choose from. If the original email asks if you want to go to dinner, the auto-complete replies might be, &amp;quot;Yes&amp;quot;, &amp;quot;No&amp;quot;, &amp;quot;How about Friday?&amp;quot; and then you could choose one, or type your own reply. The third option to automatically respond to ''all'' emails with suggested replies is putting a lot of faith in the computer and is likely to backfire quickly, even more so if your recipients also have activated this option.&lt;br /&gt;
&lt;br /&gt;
*'''Important emails''' &lt;br /&gt;
Showing important emails is the expected behavior, and hiding only them would be a very strange thing to want to do.  If it is set to hide only certain emails, a program would definitely do the opposite, and hide emails judged to be most likely unimportant &amp;quot;spam&amp;quot; emails.&lt;br /&gt;
&lt;br /&gt;
*'''Show unread email count...''' &lt;br /&gt;
Seeing your unread email count is normal behavior, and a good way to see how much you're getting spammed by useless emails from people you never asked for. A projected unread email count based on when the system expects you to die, and how well you do at reading your email on a day to day basis is probably going to be depressing or in the extreme could be so overwhelming to be the actual cause of death on the projected date. Showing the unread email count on the user's projected day of death could also be a reference to a feature in many video games where the player's score is shown when they die. In this case, the &amp;quot;score&amp;quot; would be the user's unread email count.&lt;br /&gt;
&lt;br /&gt;
*'''Signature''' &lt;br /&gt;
An {{w|Signature block|email signature}} is a bit of canned text that gets added to the end of an email, often containing your name, and sometimes a bit of other information like a title and other contact information. Having the choices being None and &amp;quot;That's my email. Hope you liked it!&amp;quot; is less useful. Less useful signatures somewhat came into vogue after Apple used it for cheap iPhone advertisement (&amp;quot;Sent from my iPhone&amp;quot;) and Apple as well as non-Apple users made fun by using quite creative signatures themselves ([https://www.theatlantic.com/technology/archive/2013/07/mobile-device-email-signatures-more-than-you-ever-wanted-to-know/277950/ here is a breakdown with examples]). For many, the actual purpose of email signatures got lost.&lt;br /&gt;
&lt;br /&gt;
The title text also references HTML email, in which angle brackets (i.e, less-than and greater-than symbols) are used to show the opening and closing tags of elements. &amp;quot;href&amp;quot; is a common attribute in HTML elements denoting the location a hyperlink will take you to upon being clicked. This is likely another &amp;quot;throwback&amp;quot; reference as Sun Microsystems was a maker of Unix workstations popular in the late 1980s through 2000s (now part of Oracle Corporation). The message could also be written by someone receiving an HTML email that is not recognized as one and directly shown on the screen.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:'''Email Settings'''&lt;br /&gt;
:[A list of controls with radio buttons and checkboxes]&lt;br /&gt;
:Default reply behavior&lt;br /&gt;
::( ) Reply&lt;br /&gt;
::( ) Reply All&lt;br /&gt;
::(*) Forward to address book&lt;br /&gt;
&lt;br /&gt;
:Vacation autoresponder&lt;br /&gt;
::(*) While on vacation&lt;br /&gt;
::( ) Always&lt;br /&gt;
&lt;br /&gt;
:[x] Reply to all newsletters with &amp;quot;Thank you for the newsletter!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Attachment limit&lt;br /&gt;
::( ) 300 KB&lt;br /&gt;
::(*) 1.4 MB&lt;br /&gt;
::( ) 5 MB (Beta)&lt;br /&gt;
&lt;br /&gt;
:Default email format&lt;br /&gt;
::(*) Plain text&lt;br /&gt;
::( ) HTML&lt;br /&gt;
::( ) CSS&lt;br /&gt;
&lt;br /&gt;
:[x] Reply to HTML emails with &amp;quot;Whoa, buddy, what's all this code?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Character set&lt;br /&gt;
::( ) ASCII (Unicode 0-127 only)&lt;br /&gt;
::(*) Non-ASCII (Unicode 128+ only)&lt;br /&gt;
&lt;br /&gt;
:Smart autocomplete&lt;br /&gt;
::( ) Do not suggest replies&lt;br /&gt;
::( ) Suggest replies&lt;br /&gt;
::(*) Automatically respond to all emails with suggested reply&lt;br /&gt;
&lt;br /&gt;
:Important emails&lt;br /&gt;
::(*) Show&lt;br /&gt;
::( ) Hide&lt;br /&gt;
&lt;br /&gt;
:Show unread email count...&lt;br /&gt;
::(*) Now&lt;br /&gt;
::( ) On my projected day of death&lt;br /&gt;
&lt;br /&gt;
:Signature&lt;br /&gt;
::(*) &amp;quot;That's my email. Hope you liked it!&amp;quot;&lt;br /&gt;
::( ) None&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Email]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2238:_Flu_Shot&amp;diff=226784</id>
		<title>2238: Flu Shot</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2238:_Flu_Shot&amp;diff=226784"/>
				<updated>2022-02-09T01:37:05Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation of &amp;quot;immunities&amp;quot; */ Strangely uncorrected commaing. And presumably those who are unaffected never (or less commonly) start to to respond badly - but once they start they then are now as capable of worsening as those who always did, so...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2238&lt;br /&gt;
| date      = December 6, 2019&lt;br /&gt;
| title     = Flu Shot&lt;br /&gt;
| image     = flu_shot.png&lt;br /&gt;
| titletext = &amp;quot;Wait, how often are you getting bitten by snakes? And why are you boiling water?&amp;quot; &amp;quot;Dunno, the CDC people keep showing up with complicated questions about the 'history of the property' and 'possible curses' but I kinda tune them out. At least one of them offered me the flu shot.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]] tells [[Cueball]] that she got a {{w|flu shot}}, which is a vaccine commonly prescribed in the winter months to prevent getting the {{w|common flu}}. She then goes on to claim she doesn't have to worry about being bitten by bats, but the worry with being bitten by bats is {{w|rabies}}, not the flu. (Interestingly, bats and biting in the context of diseases would start becoming a big topic that would eventually concern the entire world less than a month after this comic was published, which Randall presumably did not know anything about) This implies she got the two confused and Cueball begins to correct her. But she just talks over him not listening to him. She then goes on to claim to now be immune to other conditions, such as {{w|poison ivy}}, {{w|snake venom}}, {{w|sunburn}}, contaminated water, and even {{w|computer viruses}}. It should be noted that a flu shot will not protect you from things other than the influenza virus.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
At the end of all this, Cueball has given up on her and proclaims that he supports her attempts to test the strength of her Flu Shot, perhaps mentally adopting the philosophy of the {{w|Darwin Awards}} that it is good if the genes that cause a person to do incredibly dangerous, stupid things are eliminated from the gene pool.&lt;br /&gt;
&lt;br /&gt;
In the title text, Cueball asks Megan how often she gets bitten by snakes and why she boils water. She answers dunno (maybe to the water part, she must at least know how often she gets bitten). She then tells that some members of the {{w|U.S. Centers for Disease Control}} (CDC) keeps coming to her house asking about its history and possible curses, a humorous escalation which implies that Megan's absurd exposure to various forms of harm has brought them to the point of wondering if the supernatural may be involved.  (Megan may have invoked a curse on herself or her residence when she and [[Rob]] desecrated an ancient Indian burial ground and smashed up a voodoo shop in [[782: Desecration]].)  At the end of her reply, she mentions that she got the flu shot from one of the CDC guys, and she is thankful for that at least. This is logical as she expects it to protect her from literally any danger she has ever put herself in.&lt;br /&gt;
&lt;br /&gt;
===Explanation of &amp;quot;immunities&amp;quot;===&lt;br /&gt;
The flu shot consists of inactivated viruses from four different strains of the flu, which are those judged by the {{w|World Health Organization}} (WHO) to most likely be in wide circulation in the following flu season.  Because the influenza virus comes in many strains and mutates rapidly, the flu shot is generally less than 60% effective at preventing flu infections; this is a positive effect for health outcomes, but it's not exactly what most people think of as &amp;quot;immunity&amp;quot;, especially compared to e.g. the 97% effectiveness of the {{w|MMR vaccine}} against {{w|measles}}, {{w|Mumps}} and {{w|rubella}}.  Statistics show that flu vaccine recipients are slightly less likely to die from a variety of other causes, but this is believed to be either because someone with the flu is more likely to have a heart attack, car accident, etc., or because of the {{w|healthy user effect}} (i.e. people who take the time to get non-mandatory vaccines are probably also taking better-than-average care of themselves in other ways, although this is clearly not the case with Megan in this comic strip).   Even if there is a slight protective effect, it will certainly not completely prevent harm from coming to Megan by the other sources of infection or poison she mentions, except to the extent that all of these things will be even worse for her if she is also sick with the flu:&lt;br /&gt;
&lt;br /&gt;
* '''{{w|Rabies}}''' is a near invariably fatal viral disease that causes brain inflammation, which in turn causes symptoms including aggression, fear of water, and violent uncontrollable limb movements.  It can be carried by almost any vertebrate animal, but bats, raccoons, and wild dogs are the stereotypical carriers.  There is a rabies vaccine, but it is generally only administered to pets and to humans who work extensively with animals or travel to regions with an elevated risk of contracting rabies. The rabies vaccine is also effective to prevent rabies after exposure, but only if administered before the victim starts showing symptoms.&lt;br /&gt;
* '''{{w|Poison ivy}}''' is a vine that produces an oil called {{w|urushiol}}, which chemically reacts with membrane proteins on the skin cells it contacts, tricking the immune system into attacking those cells, causing an itchy, irritating rash. Some people are not affected by poison ivy but, as it is an allergic reaction, those who do often become more sensitive to poison ivy upon repeated exposure.  There is no known vaccine or other permanent preventative treatment against urushiol sensitivity, although there are several creams that can be applied in advance of expected poison ivy exposure to reduce the risk of coming into contact with the chemical.&lt;br /&gt;
* '''{{w|Sunburn}}''' is caused by exposing the skin to high levels of ultraviolet radiation, as found in sunlight.  This can increase the risk of skin cancer later in life.  As ultraviolet radiation is a form of electromagnetic energy, it cannot be prevented by vaccination, but the use of sunscreen with a high SPF ({{w|sun protection factor}}) can provide protection for a few hours.&lt;br /&gt;
* '''{{w|Snake venom}}''' is not one single compound, but several proteins and molecules produced by venomous snakes to inject into prey.  Different snakes' venoms have different effects, so there is no single vaccine or antivenom for all snake bites, but {{w|antivenom}}s are produced by a process similar to vaccination.  Small doses of venom are injected into host animals, such as horses, to provoke an immune response; the resulting antibodies are then stored to be injected into snakebite victims, where they will bind up and inactivate the toxic proteins and mark them for disposal by the immune system.  Antivenom is more effective the sooner it is administered; for venomous snakes in North America, it is generally recommended to be treated within six hours of being envenomated.&lt;br /&gt;
* '''{{w|Raw water}}''' may be contaminated by bacteria, protozoa, parasites, and chemical pollutants.  Boiling water will typically kill off most biological contaminants, preventing water-borne diseases such as {{w|cholera}}, {{w|dysentery}}, and {{w|giardiasis}}. Some of these diseases can be prevented by vaccines, but because there are so many microscopic life-forms in water, it is not possible to vaccinate against all of them.&lt;br /&gt;
* '''{{w|Computer virus|Computer viruses}}''' are computer programs that are now usually spread through networks via infected devices, attachments, and websites (early computer viruses were often spread by floppy diskettes).  They can cause harm directly by taking up computer cycles and network bandwidth, but nowadays they often perform other tasks for their creators, such as exfiltrating financial information or encrypting files and demanding a ransom for the keys.  Computer viruses can be recognized and blocked or deleted by antivirus software that scans incoming files and links against known computer virus patterns, which is analogous to vaccination, but there is no vaccine that can be administered to Megan which would protect her computer.&lt;br /&gt;
** Megan specifically mentions clicking on links that have &amp;quot;weird Unicode in them&amp;quot;; this may be referring to an {{w|IDN homograph attack}}, in which attackers register domain names that use Unicode characters that resemble ASCII characters to trick users into thinking they are visiting a website belonging to a trusted party.  For example, an attacker could register a website with the URL &amp;quot;xkсd.com&amp;quot;, in which the Latin letter &amp;quot;c&amp;quot; is replaced by the Cyrillic letter ''es'' (с), and then send emails to trick users into visiting that site and attempting to log in.  The attacker can then attempt to use the supplied passwords on more important websites, as in [[792: Password Reuse]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is walking with bother her hands held up in fists. She talks to Cueball who replies to her from off-panel. His presence is revealed in the second panel.]&lt;br /&gt;
:Megan: Yesss, I got my flu shot.&lt;br /&gt;
:Cueball (off-panel): Nice! I got mine a few weeks ago.&lt;br /&gt;
:Cueball (off-panel): Immunity buddies!&lt;br /&gt;
&lt;br /&gt;
:[Megan spreading her arms wide in front of Cueball.]&lt;br /&gt;
:Megan: Now I can finally get bitten by all the bats I want!&lt;br /&gt;
:Cueball: No, that's rabies, that's not what-&lt;br /&gt;
&lt;br /&gt;
:[Closeup of Megan's head, with Cueball's reply coming from off-panel.]&lt;br /&gt;
:Megan: I'll be able to roll and play in the poison ivy without a care in the world!&lt;br /&gt;
:Cueball (off-panel): Why would you do that even if the shot ''did''-&lt;br /&gt;
&lt;br /&gt;
:[In a frame-less panel Megan is flexing her arms holding her fists up, she has turned partly away from Cueball who looks at her.]&lt;br /&gt;
:Megan: No more slathering on sunscreen. No more rushing for antivenom after a snakebite. And now I can stop wasting time boiling contaminated water before drinking it!&lt;br /&gt;
&lt;br /&gt;
:[Megan is running away from Cueball, while she is holding one arm up, her hand making the like symbol with a thumbs up.]&lt;br /&gt;
:Megan: Gonna click on every URL in every email I get, even the ones with IP addresses and weird Unicode in them!&lt;br /&gt;
:Cueball: You know what, sure, go for it.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1928:_Seven_Years&amp;diff=226665</id>
		<title>Talk:1928: Seven Years</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1928:_Seven_Years&amp;diff=226665"/>
				<updated>2022-02-07T10:39:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
no... I'm not crying... [[User:Zazathebot|Zazathebot]] ([[User talk:Zazathebot|talk]])&lt;br /&gt;
&lt;br /&gt;
Liar [[Special:Contributions/172.68.34.34|172.68.34.34]] 20:13, 13 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:([[Special:Contributions/162.158.58.105|162.158.58.105]] 23:04, 13 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do we know her name? [[User:Dogman15|Dogman15]] ([[User talk:Dogman15|talk]]) 00:34, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we remove the transcript incomplete mark? I know it's early, but I don't think it can be any better. [[Special:Contributions/162.158.166.233|162.158.166.233]] 02:25, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is someone cutting onions here? I am almost close to tears soon.Boeing-787lover 08:10, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is my face leaking??? &amp;lt;sub&amp;gt;--[[User:Nialpxe|&amp;lt;span style=&amp;quot;color: #000; text-decoration: none;&amp;quot;&amp;gt;Nialpxe&amp;lt;/span&amp;gt;]], 2017. [[User_talk:Nialpxe|&amp;lt;span style=&amp;quot;color: #000; text-decoration: none;&amp;quot;&amp;gt;(Arguments welcome)&amp;lt;/span&amp;gt;]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Yay life!&lt;br /&gt;
&lt;br /&gt;
I love the phrasing &amp;quot;Panel 17: The sky has been brightened.&amp;quot; I'm just commenting to preserve it from edits. [[Special:Contributions/198.41.230.52|198.41.230.52]] 13:22, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't want to take away anything from this very moving comic, but he does realize there's an eclipse or two &amp;lt;i&amp;gt;every&amp;lt;/i&amp;gt; year, somewhere on the planet? Does the fear of cancer somehow limit them from ever leaving the US?&lt;br /&gt;
: Do you realize that most people can't afford to travel to the other end of the world just to watch a particular eclipse for 5-7 minutes? [[Special:Contributions/141.101.77.68|141.101.77.68]] 09:47, 15 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
God that's beatiful. [[Special:Contributions/162.158.91.17|162.158.91.17]] 20:39, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
First off this is fantastic. As someone in the same situation, at the same part of the timeline, this rings so honest and true. The tree scene ... brilliant. Walking among beings for who a human lifespan is insignificant. Second. a hearty, contemptuous, giant F you to Joshupetersen. I can't stand conspiratorial know it alls like you. You think people in this situation don't know every single treatment that is out there? Every single immunotherapy drug in Cuba, every single clinical trial being run out of some backwater lab in China? There is no big pharma conspiracy. There is however a conspiracy called &amp;quot;evolution,&amp;quot; which after several million years of practice ensures that cancer is one of the wiliest, most resilient killers out there. [[Special:Contributions/172.68.47.30|172.68.47.30]] 22:26, 14 December 2017 (UTC)Kaeleku&lt;br /&gt;
:The way you speak about evolution suggest cancer is some kind of infectious organism which evolved to kill effectively. It isn't and it isn't infectious at all. Even the kind of cancers caused by infections are not DIRECT result of infections. Cancer is basically failure of normal cell functionality, abnormal growth of your own cells which your self-repair mechanisms failed to prevent, and evolution is the reason why it's rare to have cancer before the age when it's natural to have children.&lt;br /&gt;
::I *think* that Devil facial tumour disease may be a counterexample.[[Special:Contributions/162.158.63.196|162.158.63.196]] 14:13, 15 December 2017 (UTC)&lt;br /&gt;
:Nevertheless, there is no reason for conspiracy: large companies are just slower to adapt to changes. Radiology and chemotherapy are tested, immuno-oncology is new, not well tested and may not work on all kinds of cancer. And regarding how aggressive those old methods are, think about dentistry, which instead of curing anything limits itself to effectively amputation and replacement by artificial prosthesis. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 02:52, 15 December 2017 (UTC)&lt;br /&gt;
::The wrongest thing to do in this regard is to think of &amp;quot;cancer&amp;quot; as one disease. Yes, the suffering aspect of various forms can be similar and it is sometimes useful to lump them together when making broad policy decisions. But just about every organ and cell type presents a unique challenge, which is best dealt with differently. Some cancers are extremely chemo- and radiosensitive, others are rather resistant. The same is true for novel and experimental treatment methods. Do your own research by all means, but if your oncologist strongly recommends one treatment option, consider that they are weighing previous outcomes of available treatment methods before making the suggestion. &amp;lt;sub&amp;gt;--[[User:Nialpxe|&amp;lt;span style=&amp;quot;color: #000; text-decoration: none;&amp;quot;&amp;gt;Nialpxe&amp;lt;/span&amp;gt;]], 2017. [[User_talk:Nialpxe|&amp;lt;span style=&amp;quot;color: #000; text-decoration: none;&amp;quot;&amp;gt;(Arguments welcome)&amp;lt;/span&amp;gt;]]&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I feel it important to point out to anyone who may be looking at here and thinking about dealing with cancer... talk with your trusted health care professional who knows your case, and is not only well aware of but well practiced in modern medicine. [[Special:Contributions/162.158.74.9|162.158.74.9]] 23:58, 14 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
...solar eclipses visible from North America... Americans![[Special:Contributions/162.158.165.16|162.158.165.16]] 04:10, 15 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
According to [[881: Probability]], she had about 79% chance of surviving this far. [[Special:Contributions/162.158.238.191|162.158.238.191]] 09:59, 16 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
In [[931: Lanes]] his friends asks if they are &amp;quot;out of the woods&amp;quot;. Maybe that's what panel 9 is all about? They are still in danger and therefor &amp;quot;into the woods&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
Two years, here.  Really meaningful, this one.  Thanks.&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2577:_Sea_Chase&amp;diff=226548</id>
		<title>2577: Sea Chase</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2577:_Sea_Chase&amp;diff=226548"/>
				<updated>2022-02-05T03:01:07Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ REinstated colour I didn't spot as conflicted in.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2577&lt;br /&gt;
| date      = February 4, 2022&lt;br /&gt;
| title     = Sea Chase&lt;br /&gt;
| image     = sea_chase.png&lt;br /&gt;
| titletext = There are two rules on this ship: Never gaze back into the projection abyss, and never touch the red button labeled DYMAXION.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FLATTENED OBLATE SPHEROID - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, Randall returns to one of his pet subjects: [[977: Map Projections|map projections]]. Unusually, this time it is from the perspective of people living - or, in this case, sailing - upon the world that is quite literally being mapped.&lt;br /&gt;
&lt;br /&gt;
Two sailing ships, of circa 19th century design, are engaged in a close chase across the {{w|Atlantic}}, the aggressor flying the Skull And Cross-Bones of a stereotypical pirate vessel. The ship being chased, however, has a plan to escape. And the means to do so. At a crucial moment, [[Cueball]] is told to flip an incongruous large switch that (like several [[1620: Christmas Settings|other]] [[1763: Catcalling|artefacts]] in Randall's universe) alters the nature of their reality.&lt;br /&gt;
&lt;br /&gt;
Whereas beforehand the world is directly represented upon a simply contiguous map, the {{w|Robinson projection}}, it is now changed to a one (which is actually the new reality) known as {{w|Goode homolosine projection|Goode Homolosine}} in which the flattening of the world mitigates localised warping of angle/distance/area by introducing discontinuities in relatively 'unused' parts of the mapped world, such as the centre of the Atlantic.&lt;br /&gt;
&lt;br /&gt;
By precisely timing the change (as they cross a particular {{w|meridian}}, possibly the 40°W one), the pursuer now finds themselves on the wrong side of the very real gap, allowing the pursued ship to escape whatever fate they were trying to avoid. Though there is still an oceanic connection, it requires sailing down the edge towards the tropics, rounding this particular rent in the planet's surface and heading back up the other side. This is vastly further than Cueball's ship needs to travel to reach (presumably) any European port in which they can safely moor.&lt;br /&gt;
&lt;br /&gt;
The title text elaborates on the policies of the black-flagged ship: crewmates are never to look into the &amp;quot;projection abyss&amp;quot; and to never hit the red button labeled &amp;quot;DYMAXION.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The first rule suggests that changing the projection of physical reality produces a gap in reality, a void. This may be dangerous to gaze into, hence the rule, or simply unnerving to crewmates.&lt;br /&gt;
&lt;br /&gt;
The second rule references a button that seems to do the same thing as the lever but changes the world into a &amp;quot;Dymaxion&amp;quot; projection. The {{w|Dymaxion map|Dymaxion projection}} is somewhat notorious for projecting the globe of the Earth in a manner that creates sections of triangles in the effort to preserve land scale as much as possible, bucking the trend of most map projections in causing land masses and their relationships to each other to become more warped in various ways (length, area and/or angle) but at least be trivially connected to each other.&lt;br /&gt;
&lt;br /&gt;
For the Dymaxion (a portmaneau of &amp;quot;dynamic&amp;quot;, &amp;quot;maximum&amp;quot; and &amp;quot;tension&amp;quot;) the necessary discontinuities would be even more strange and mind-bending than with the 'interrupted' Goode Homolosine, so turning the world into a this projection may be bad, and a good reason to create a rule against pressing the button in question.&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;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Maps]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=492:_Scrabble&amp;diff=226513</id>
		<title>492: Scrabble</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=492:_Scrabble&amp;diff=226513"/>
				<updated>2022-02-04T18:56:17Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Transcript */ To add support to it being a family game. Old (not-necessarily personally offendable) lady, adult woman (likewise), but add adolescent Cueball to the mix and there now definitely may be awkward questions and/or awkward answers.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 492&lt;br /&gt;
| date      = October 22, 2008&lt;br /&gt;
| title     = Scrabble&lt;br /&gt;
| image     = scrabble.png&lt;br /&gt;
| titletext = A veteran Scrabble player will spot the &amp;quot;OSTRICH&amp;quot; option.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic depicts a game of {{w|Scrabble}}, a popular board game where the goal is to form words with the letters in your hand. The joke here is that the obvious option here is the word &amp;quot;{{w|clitoris}},&amp;quot; which is an inappropriate word for a family Scrabble game, but gives a 50-point bonus for using all seven tiles. The title text points out that the letters in the hand can also form the word &amp;quot;OSTRICH,&amp;quot; which is family friendly, but much lower scoring and not as obvious.&lt;br /&gt;
&lt;br /&gt;
As the H appears to be on the center star square, the narrator will score 63 points if he plays &amp;quot;CLITORIS&amp;quot; (however he uses the two Is, as three of the tiles will fall on double letter scores), and 13 points if he plays &amp;quot;OSTRICH.&amp;quot; The highest-scoring play is to hook the C and play &amp;quot;HIC&amp;quot; and &amp;quot;LICTORS,&amp;quot; scoring 71 points.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A first-person view of a family Scrabble game at a table. The other players are a juvenile Cueball to the left, Hairbun across from you, and Ponytail to the right. The two letters on the board are 'HI', with the 'H' on the center star, and the letters in your hand are 'CLTORIS.']&lt;br /&gt;
:This always happens to me in family Scrabble games.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Randall Munroe]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Board games]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:Countdown_in_header_text&amp;diff=226254</id>
		<title>Talk:Countdown in header text</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:Countdown_in_header_text&amp;diff=226254"/>
				<updated>2022-01-31T22:44:12Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please WRITE NEW ENTRIES AT THE VERY BOTTOM, IF IT IS NOT A REPLY! And sign your posts with ~~~~ and don't delete this text.--&amp;gt;&lt;br /&gt;
During the first three weeks there were so much talk on this page, that it became very long. To help with this I will collapse all the original talk until when it became clear what it was Randall was promoting the day before the countdown ended. It will always be possible to see all the old comments by pressing the expand button to the far right. So feel free to comment below again - then someone might notice that there has been written something new again! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:16, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Click to expand:'''&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The talk on from [[2565: Latency]] and [[2566: Decorative Constants]] has been moved here by me when I created this page --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:01, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;From Latency:&lt;br /&gt;
What is happening around Feb 1st, there is a countdown that appeared a few hours ago in the upper right corner of the xkcd index. There is also the directory xkcd.com/count-wimRikmef which might be an acronym, if it isnt a countdown package? {{unsigned ip|172.70.130.57}}&lt;br /&gt;
:Damn you beat me to it ;-). But I have made a [[2565:_Latency#Trivia|Trivia]] here on this comics page and links to more detail on the [[xkcd Header text]] page. I belie you are a day of, but someone will likely correct me if I'm wrong. As I can see it will be January 31st, 9:59 in Randall's home town Boston.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 10 January 2022 (UTC)&lt;br /&gt;
::But damned if I can wait. Sure millions will watch the page when it goes to zero! At least it is no April 1st. :-D --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;From Decorative Constants&lt;br /&gt;
Any idea what's going on with the clock that's counting downwards in the banner?   Currently counting down from 20 days 16 hours? [[Special:Contributions/172.70.214.95|172.70.214.95]] 22:08, 10 January 2022 (UTC)&lt;br /&gt;
:(Simultaneous edit) What is the days-hours-minutes in the box above the comic referring to? The image itself is dated yesterday, as you can see by saving it. Worst-case-scenario, is this a countdown to the end of XKCD? [[Special:Contributions/108.162.245.223|108.162.245.223]] 22:11, 10 January 2022 (UTC)&lt;br /&gt;
:: It's going to hit zero at around midnight on Jan 31st 2022 CST? [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 22:16, 10 January 2022 (UTC)&lt;br /&gt;
:::'''Posted this on the previous comics discussion. But lets take it here where there will be more traffic:''' --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:44, 10 January 2022 (UTC) -- Copy paste from previous comics discussion:&lt;br /&gt;
::::Damn you beat me to it ;-). But I have made a [[2565:_Latency#Trivia|Trivia]] here on this comics page and links to more detail on the [[xkcd Header text]] page. I believe you are a day of, but someone will likely correct me if I'm wrong. As I can see it will be January 31st, 9:59 in Randall's home town Boston.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 10 January 2022 (UTC)&lt;br /&gt;
:::::But damned if I can wait. Sure millions will watch the page when it goes to zero! At least it is no April 1st. :-D --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 10 January 2022 (UTC)&lt;br /&gt;
::::Yeah - you're right - I messed up.   So as I type this, it's Jan 10th 2022 at 4pm - 1600 hrs Mountain time - which is 1800 hours EST. At this moment, the countdown reads  20d 16h 0m - so Jan 30th + (18+16) hours = which is Jan 30th + 34 hours - which is Jan 31st + 10am in Boston (EST). [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 23:05, 10 January 2022 (UTC)&lt;br /&gt;
:::::Hey great, can see they agree in the link to reddit below. So happy I got it right both in UTC and Boston. It will be 15:59 here in DK. Not 16:00. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:44, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Counting down to Backwards Day? --[[Special:Contributions/162.158.91.88|162.158.91.88]] 23:28, 10 January 2022 (UTC)&lt;br /&gt;
:There's a reddit thread discussing it: https://www.reddit.com/r/xkcd/comments/s0oynl/xkcd_countdown_timer_20d_21h_49m_remaining_until/ I think the most likely guess is that Randall has a new book coming out. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:40, 10 January 2022 (UTC)&lt;br /&gt;
::Would still seem strange if it came out that day with only promotion before being a count down. But then again, he will have the xkcd communities boiling if he gives no other hint. So every one will see if he promotes a book. Also as they wrote at the time I looked at reddit I do not think it is the end of xkcd, or Webb related. Although Webb was the first I thought about. But I mean even if it came to L2 at that day, it is not going to any specific point but just in orbit. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:47, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The date fits the idea of it being Backwards Day (https://nationaldaycalendar.com/backward-day-january-31) but what about the choice of time? [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 03:38, 11 January 2022 (UTC)&lt;br /&gt;
:::Backwards day... Never head of it until now. Is it big in the US. I mean when looking after dates so obscure they are not mentioned on wikipedia then there are probably lots of things happening on that day? But maybe it is a think in the US? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:48, 11 January 2022 (UTC)&lt;br /&gt;
:::: I haven't heard of it until now either, so it is probably one of the bajillions of holidays no one actually cares about, and is unrelated to the countdown. [[Special:Contributions/108.162.221.163|108.162.221.163]] 13:22, 11 January 2022 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
Someone has noticed the image is changing with pixels added at the bottom left corner and is keeping track of it here: https://munvoseli.github.io/xkcd-countdown/ [[Special:Contributions/198.41.238.107|198.41.238.107]] 05:49, 11 January 2022 (UTC)&lt;br /&gt;
:Looks like an image is &amp;quot;moving&amp;quot; into the frame because at the moment you can see some white pixel in the lower left, i.e. the black part might end up as a line as part of some comic. [[Special:Contributions/162.158.89.8|162.158.89.8]] 08:31, 11 January 2022 (UTC)&lt;br /&gt;
::Thanks used that to pinpoint the start of the countdown. Have added this info to the header text page, and the original trivia. Also just added a line of trivia to this explanation with the link. This was when this comic came out most people noticed the count down. But it did came out while [[Latency]] was up. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:43, 11 January 2022 (UTC)&lt;br /&gt;
:::Speculating on what it could be, the only thing that makes sense at that angle is a character's arm. 04:47, 12 January 2022 (UTC)&lt;br /&gt;
:As of 7 PM PST, the two lines appear to be disconnected from anything else, which rules out a lot of the theories put forth here. Hmmm… I can’t really think of anything it could be other than the wing of an airplane. Maybe it’ll zoom out after it moves into view?[[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 03:17, 17 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The header changes page says that it's forcing &amp;quot;Friday&amp;quot; to move down to the next line. Not for me. Did he fix it, or is it browser-specific? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:58, 11 January 2022 (UTC)&lt;br /&gt;
:It must be browser specific. But i have tried bot the old Internet Explorer, Edge, Chrome and Firefox, and it does it in all cases and zooming does nothing.. Which browser do you use? I have corrected to in some browsers though, in the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|explanation]] you refer to.  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is much more likely a count down related to the James Webb Space Telescope. At approximately the day the count down indicates the telescope will be orbiting the L2 gravitational spot.Perhaps most of the mirrors will be approximate place to allow for months of fine tuning. An example of a slightly similar idea is https://www.space.com/nasa-james-webb-space-telescope-next-steps&lt;br /&gt;
[[User:Punchcard|Punchcard]] ([[User talk:Punchcard|talk]]) 15:35, 11 January 2022 (UTC)&lt;br /&gt;
:I really do not think so. There is nothing special about a specific moment for reaching L2. It will go in orbit around it, but when to day it is there or in orbit is hard to pinpoint. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
::And after I looked at it, it seems it will reach L2 several days before the countdown. See [[Countdown in header text#Theories]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the Countdown should get its own entry. What do we think? [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 16:25, 11 January 2022 (UTC)&lt;br /&gt;
: I think it should! What with the count itself, the speculation about what it could mean, and now the slowly arriving image (?) this seems like something beyond either of the two comics since it started! [[Special:Contributions/108.162.219.49|108.162.219.49]] 18:00, 11 January 2022 (UTC)&lt;br /&gt;
: I'm surprised it doesn't have one already. This is one of the more unique situations in a long while, more speculation could happen. [[User:Thisfox|Thisfox]] ([[User talk:Thisfox|talk]]) 22:26, 11 January 2022 (UTC)&lt;br /&gt;
::I have now created this page and talk page for us to continue the discussion and make dedicated changes about this countdown here. And have moved all discussion from the two pages that had some already (except a few on the first talk page that was also mentioned here. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If you take a look at this [[https://xkcd.com/count-wimRikmef/state|link]] it displays this: '''{&amp;quot;img&amp;quot;:&amp;quot;72cb154b23f959f908f5dc8eb03069c6df3f0f54aae896a0e7ed27befb2ee639.png&amp;quot;,&amp;quot;start&amp;quot;:&amp;quot;2022-01-10T17:00:00Z&amp;quot;,&amp;quot;target&amp;quot;:&amp;quot;2022-01-31T15:00:00Z&amp;quot;,&amp;quot;until&amp;quot;:&amp;quot;2022-01-11T20:55:38.205303701Z&amp;quot;}''' [[User:Hoodiesandboba|Hoodiesandboba]] ([[User talk:Hoodiesandboba|talk]]) 20:58, 11 January 2022 (UTC)&lt;br /&gt;
:To correct your link:&lt;br /&gt;
:&amp;quot;...If you take a look at this [https://xkcd.com/count-wimRikmef/state link] it displays...&amp;quot;&lt;br /&gt;
:As to where the &amp;quot;72cb154b23f959f908f5dc8eb03069c6df3f0f54aae896a0e7ed27befb2ee639.png&amp;quot; is rooted, I haven't dug into that (or what transforms might be being applied), but it looks like a manipulation of browser states might be able to prematurely reveal it. (I'm on mobile at the moment, and it's significantly more fiddly to poke into the page-scripting and markup than I can be bothered with this moment, but I know what I'd do with a good acreage of screen, mouse control and a proper keyboard to rattle away at. And the combined minds here surely can do even better than myself.) [[Special:Contributions/172.70.91.116|172.70.91.116]] 22:38, 11 January 2022 (UTC)&lt;br /&gt;
::The filename is a random number long enough to prevent brute force guessing to find future images. The state-file looks like some information for the javascript script where this URL comes from. I haven't looked into the script that much but from the values I'd say that it's telling when to start doing refreshs (2022-01-10T17:00:00Z) and when to stop doing that (2022-01-31T15:00:00Z). While these values are constant, the third value changes and is ten minutes after the time the page has been requested. I suppose this is telling the script, when to do a refresh of the image load. [[Special:Contributions/141.101.77.16|141.101.77.16]] 11:05, 13 January 2022 (UTC)&lt;br /&gt;
:::After some fiddeling, I've found the origin of the filename: It's the SHA-256 hash of the image [[Special:Contributions/141.101.77.16|141.101.77.16]] 11:05, 13 January 2022 (UTC)&lt;br /&gt;
::::There's already a note that it would be impossible to brute-force the filenames. But as the images are very similar to each other, would it be feasible to programmatically generate images similar to the last one (extending up and to the right, different variations of the line shape), hash those files, and test to see if they match images on the server? I'd expect it to reduce the number of possibilities by orders of magnitude, but not sure if that's enough to make brute-force attempts feasible and non-destructive. (Also don't know the PNG format well enough to know if an image with the same pixels in it is guaranteed to produce the same bytes in the file across different implementations) -- [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 11:16, 14 January 2022 (UTC)&lt;br /&gt;
:::::Hmm… if it was pure black and white, the total number of possible images would be within the realms of sanity to brute force. But add antialiasing and the numbers rapidly become silly. Even if you only allow pixels to change within a certain distance of the previous image, and restrict greys to places between a black and a white, the numbers quickly become absurd. Although that makes me think about making 1-bit versions of all the images so far, predicting a set of &amp;quot;next frame&amp;quot; possibilities at each step, and training a CNN to pick the correct next one; and if it gets accurate enough by the time we get to the present… hmm. How predictable is antialiasing? Do we know the software he's using to create the images; and if so is there a relatively predictable algorithm applied along the edges? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 11:41, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it counts down to Lunar New Year (the Year of the Tiger), as measured in Korea (the earliest timezone where that is celebrated). Actually, it reaches 0 one minute before the New Year, so maybe it will switch to seconds for the last minute. [[Special:Contributions/172.70.98.75|172.70.98.75]] 05:10, 12 January 2022 (UTC)&lt;br /&gt;
:Could be, but why. Randall has never to rarely? mentioned this new year... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think we are seeing a zoom out of some image. Perhaps it is the arm of Cueball? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:36, 12 January 2022 (UTC)&lt;br /&gt;
:It looks like there's a little curve at the top left of the line entering the frame! This makes the Cueball arm hypothesis more likely. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 14:18, 12 January 2022 (UTC)&lt;br /&gt;
::I also noticed that (and moved your comment up here, as it is kind of a reply to that). Seems like the picture updates every four hours, and that it happened last time at noon UTC today. And thus it will also be at midnight. So 4, 8, 12, 16, 20 and 24. But it is not certain yet and not sure it happened like that the first day or two. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:46, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added the first 12 images on this page: [[Countdown in header text/images]] - anyone may help uploading the new ones there. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:43, 12 January 2022 (UTC)&lt;br /&gt;
: Thank you! [[Special:Contributions/173.245.52.194|173.245.52.194]] 12:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone mind if I make a few spelling/grammar corrections to the article? It feels like the kind of thing that could be interpreted as rude, so I wanted to ask first. [[Special:Contributions/172.70.114.167|172.70.114.167]] 13:00, 12 January 2022 (UTC)&lt;br /&gt;
:No no please help me with my poor spelling. I'm Danish and not very good at spelling in English. Also anything I write is up for debate and can be changed. Just because I started this page do not give me ownership over it. As long as relevant info is not deleted the entire layout maybe changed. But better to get the page going sooner rather than later.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:46, 12 January 2022 (UTC)&lt;br /&gt;
::Alright!! Thank you so much for all your great work on this page! [[Special:Contributions/172.70.110.151|172.70.110.151]] 18:02, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I originally put this (without realising it wasn't the Talk page) in the Images sub-page, in response to the revelation it was (very probably) the SHA256 of the image data that was used to name the file:&lt;br /&gt;
*When I first looked at it and decided it was an obvious hash (yes SHA256 sounds about right, but nice to know someone's tried it) I personally had hoped it would be a hash of the datetime (plus a salt, maybe, to give it that extra little frisson of difficulty in reverse engineering... ;) ). But if it's as you say I think I'll refrain from getting any rainbow-tables set up and bashing through the possibilities in the rather huge phase-space it could represent. Of course, there must be a look-up table used by the server. It'd be too much to hope for that it's publically exposed though, and totally a rookie-error if it is. (That Randall, and maybe anyone he actually drafted in to implement it to save himself the worry, is surely not going to commit.)&lt;br /&gt;
...anyway, bringing it here, as being more conversational than informative. Still thought I should say it, but stupidly long as a comment so maybe I needn't have repasted it again! [[Special:Contributions/172.70.85.79|172.70.85.79]] 03:39, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Put this in here as it was before in the explanation --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:02, 13 January 2022 (UTC):)&lt;br /&gt;
Was going to say it's Hangman, but it looks like it's zooming in on the diagonal instead of continuing to make a gibbet. [[User:Thisfox|Thisfox]] ([[User talk:Thisfox|talk]]) 06:37, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I read the javascript of the countdown and noticed one thing that i didn't see mentioned anywhere on this page: the countdown text is moving upwards. When the countdown started the text was exactly in the middle of the image and at the end of the countdown the text will be at the top (you can see how it will look by changing the time in your system). The code will also make the text disappear and leave only the image after the countdown goes to zero. [[Special:Contributions/162.158.90.41|162.158.90.41]] 23:52, 13 January 2022 (UTC)&lt;br /&gt;
:Uuuh thanks that was interesting. Maybe to make more room for the image? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:09, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Greensboro sit-ins started on Feb 1, though the time is different.. But black history month? {{unsigned ip|172.70.135.48}}&lt;br /&gt;
&lt;br /&gt;
Thanks to [[User:Theusaf|Theusaf]] for helping with putting the images up on the image page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:09, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone here that can make an animation out of the images and put it in the explanation? If it is &amp;quot;easy&amp;quot; could it be updated some times on the way towards the final image on January 31st... Like the one on [[Time]]. That would be really nice. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:02, 14 January 2022 (UTC)&lt;br /&gt;
:I made an animation: [https://imgur.com/a/INh77nL] (Now i realize it wasn't needed because there already is automatically updating animation linked from the page...) [[Special:Contributions/162.158.159.105|162.158.159.105]] 18:18, 15 January 2022 (UTC)&lt;br /&gt;
::Not if you would let us use it here on xkcd. I have no contact to munvoseli. But if you made one we could upload here on xkcd on this page and then update it a few times, until we have a final version, then that would be much better than having one on a private persons page. Which may be deleted at any time. So cool you made one. If it is possible I would like to have one like the one at [[Time]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:41, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There's something else moving into the frame... We'll have to see what it is. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 19:12, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
To even find this page, I had to page backward through the comic to get to Decorative Constants, go to the discussion, and come across the link to this page from there. I suggest that there be a direct link to this page from the explanation of every comic that existed while the countdown was in progress. A second question: has anyone determined for sure whether the ‘camera’ is zooming out from a blank spot in the final image, in which case we can expect other stuff to come into view from above and right, OR is it panning onto an image that is not changing size, in which case nothing will appear except from the direction it’s moving toward? And if it’s panning, has anyone tried estimating where the current stuff will end up?[[Special:Contributions/108.162.246.76|108.162.246.76]] 07:42, 15 January 2022 (UTC)&lt;br /&gt;
:I agree with you and have now changed the four comics that was active while the count down was active so far, so the link to this page is above their explanations. If people keep updating like this for new comics, there will be a link to the countdown page from the [https://www.explainxkcd.com/wiki/index.php/Main_Page front page]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:40, 15 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does Randall already have kids? If not, maybe his wife is expecting? That's something you'd announce and the last two comics are about kids. Another idea: he's going to space 🚀. --[[Special:Contributions/162.158.233.115|162.158.233.115]] 20:47, 15 January 2022 (UTC)&lt;br /&gt;
:I’m sure he would have a birth announcement afterward, but I doubt he would try to predict it to the exact second, 21 days in advance.[[Special:Contributions/162.158.106.105|162.158.106.105]] 22:36, 15 January 2022 (UTC)&lt;br /&gt;
::Maybe it's a C section? Those are usually scheduled. lol but yeah that's unlikely.Wouldn't rule it out though.[[User:Sure|Sure]] ([[User talk:Sure|talk]]) 13:58, 17 January 2022 (UTC)&lt;br /&gt;
 &lt;br /&gt;
I noticed that it almost appears to be the tail fin of an airplane. I don’t know if it is, or if an airplane even makes sense? --[[Special:Contributions/172.70.230.57|172.70.230.57]] 22:11, 15 January 2022 (UTC)&lt;br /&gt;
:There's not enough time for it to make the several passes necessary, before the big 'reveal', but I'd have suspected Randall capable of parodying the {{w|Airplane!}} in-title parody of {{w|Jaws}}. Would have somewhat been a {{w|Shaggy dog story|shaggy}}-{{tvtropes|Brick_Joke|brick}} joke, but wouldn't put it past him... [[Special:Contributions/172.70.85.79|172.70.85.79]] 00:18, 18 January 2022 (UTC)&lt;br /&gt;
:: I actually think, after watching the animation so far on musoveli’s page, it looks more like a main wing of a swept wing commercial aircraft. If it is, and the pattern continues, we should be able to see the main body or an engine nacelle at least. --[[Special:Contributions/162.158.62.108|162.158.62.108]] 13:39, 18 January 2022 (UTC)&lt;br /&gt;
:::I agree now. First I was sure it was the tail of an airplane, but the way it moves into the image now, makes me think of the wing, with the plane body soon coming into view. That was at image 59... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:48, 19 January 2022 (UTC)&lt;br /&gt;
::::I think at the time of posting the body has just come into view! I may be wrong, as it is only a tiny sliver, but I am hopeful!--[[Special:Contributions/172.70.110.151|172.70.110.151]] 01:59, 20 January 2022 (UTC)&lt;br /&gt;
:::::I'm still more mentally-prepared for it being a tailfin (seen from the side, the 'new' line being the mid-dorsal surface of the main aircraft hull) than the port wing (the new bit being of the lateral airframe surface forward of the wings and perhaps just behind the cockpit point). But this POV will doubtless be overturned by the revelation of the next frame(s), which will make many of us look just as misdirectedly creduluous as each other. ;) [[Special:Contributions/172.70.86.22|172.70.86.22]] 02:50, 20 January 2022 (UTC) &lt;br /&gt;
::::::I can see the tailfin too, but because I am a human, and we dont shift our opinons easily, i still think its a plane. We might all be wrong though! This makes me think of a game from elementary school where on kid would draw a line, we would guess what it was, then the would draw another, and so on, until we guessed it. (I just realized that I wasnt logged in for my previous few posts here). --[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 13:34, 20 January 2022 (UTC)&lt;br /&gt;
::::::(Me again, 172.70.86.22, whatever this signs as.) In case you read me wrong, I was meaning a tailfin ''of a plane'' (rudder surface, vertical stabiliser, whatever), so I think we have agreement. Or had. Not seen the latest picture update(s), so my views may imminently change in a few moments when I actually do, and/or yours also will by the time you read this. ;) [[Special:Contributions/172.70.90.173|172.70.90.173]] 16:18, 20 January 2022 (UTC)&lt;br /&gt;
:::::::I understood what you meant by tail fin. I also now think you are right, becuase I think I can see a tiny little line poking out from the bottom corner that could be the vertical tail fin. (Is there a better word for it?)--[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 00:46, 21 January 2022 (UTC)&lt;br /&gt;
::::::::Once again, my opinion has changed. I now once more believe that it is a wing, now that we can see the windows of the plane. It almost looks like spaceshiptwo, which in my opinion is the coolest rocket in the industry right now. But it isn’t, because it doesn’t have the right wings. That was unrelated.--[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 02:54, 21 January 2022 (UTC)&lt;br /&gt;
:::::::::On a second look, it could be SpaceShipTwo in “shuttlecock” formation for reentry. Wouldn’t it be cool to see Randall in space? --[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 15:23, 21 January 2022 (UTC)&lt;br /&gt;
::::::::::{{w|SpaceShipTwo}} is not really looking at all like this commercial plane I believe it is. A passenger plane is my idea of how it looks now. I cannot tell if it is the wing or tail we see, but is inclined to sat that the thin line is the top of the passenger hull, and thus it is a wing, as the tailfin would not need this extra line as it is fused with the planes body. I also now begins to think the plane will land somewhere we can recognize (sky line) when the counter ends, and Randall is going there. But if he can actually land somewhere that precise seems farfetched. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:07, 21 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe it looks like he would draw the arm and upper &amp;quot;body&amp;quot; of a person running to the left. [[Special:Contributions/172.68.50.107|172.68.50.107]] 01:11, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one thinking it'll be another extra long comic like 1190? [[Special:Contributions/108.162.241.91|108.162.241.91]] 02:52, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall is secretly in space, having launched a few days after JWST, and the countdown is to when NASA will see the fruits of his elaborate plan to create the most epic photo bomb of all time. [[Special:Contributions/162.158.187.220|162.158.187.220]] 20:59, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Surprised no one has linked to the xkcd comic called Countdown. It centers on the problem of having a countdown to something and people not knowing what it is (and also not being able to see all relevant information). Seems relevant in a couple ways. https://xkcd.com/1159/ {{unsigned ip|172.70.230.157}}&lt;br /&gt;
:Yes but there we don't know when the count ends, but we know what it is about. So kind of the reverse of this countdown. But I think I will add a line about it in the explanation. Also a search for [[Countdown]] goes there so maybe I also add a link here from that comic. (Remember to sign you comment) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:32, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did anyone calculate the speed/acceleration of the object moving in the frame? We can predict future positions if nothing changes  {{unsigned ip|172.70.162.155}}&lt;br /&gt;
:It just changed direction so nothing will come from that now. (Remember to sign you comment) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:32, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall's new comic is about [[Hypothesis Generation|hyposthesis genration]] (Sound familiar?), and the title text makes a lot of sense if you think about it from his perspective. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 13:06, 18 January 2022 (UTC)&lt;br /&gt;
:I really do not think this comic is a comment on the countdown. But I can see why it could be funny for us here at explain. But I'm quite sure that Randall stays away from all these fora discussing his comics. We put way to much importance to this site if we think he actually comes here... ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:14, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What do the comments in the explanation above that say &amp;quot;the timer may be using EST&amp;quot; mean? The timer is just counting down days, hours, and minutes. We should all see the timer reach zero at the same time even though that may be morning for some readers, afternoon for others, and night for other readers. Randall's living on Eastern Standard Time isn't going to make the countdown run any faster or slower than it would if he lived in a different time zone. --[[Special:Contributions/172.70.126.87|172.70.126.87]] 16:00, 18 January 2022 (UTC)&lt;br /&gt;
:Agreed have removed all ref to EST. It is UTZ that is interesting and of course Randall's local time zone in Boston. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:29, 18 January 2022 (UTC) [[Special:Contributions/172.70.115.20|172.70.115.20]] 03:54, 19 January 2022 (UTC)&lt;br /&gt;
::Guys put that back! It's referring to comic 1061! Not that I think it's likely, butlet's not dismiss that out of hand. [[Special:Contributions/172.70.115.20|172.70.115.20]] 03:54, 19 January 2022 (UTC)&lt;br /&gt;
:::That is ridiculous! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:42, 19 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the image entering the frame is a boomerang! [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 12:53, 20 January 2022 (UTC)&lt;br /&gt;
:Well Randall has sure been fond enough of those that we have the [[:Category:Boomerangs]]. However, in none of those have he drawn that extra line that have appeared before you suggested this. So I would say, it is not!--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:24, 20 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yay, started by the new development with the counter in the [[xkcd Header text]], I was inspired to continue the work I started back in [https://www.explainxkcd.com/wiki/index.php?title=xkcd_Header_text&amp;amp;oldid=175813 June 2019] when I created the page regarding changes in the header. When I began adding the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|countdown]] at the top I became aware that I had left a period of more than a year with [https://www.explainxkcd.com/wiki/index.php?title=xkcd_Header_text&amp;amp;oldid=224089#Changes_not_documented_yet_2 Changes not documented yet 2] from September 2015 to November 2016 ([[xkcd_Header_text#Changes_not_documented_yet_1|Changes not documented yet 1]] is anything earlier than March 2014). And today I finished documenting the gap so now [[xkcd_Header_text#2016-04-04_-_Protip_on_Garden|Protip on Garden]] is suddenly also here, just below where the undocumented section was, which I deleted today. And thus the protip is now not just mentioned in the trivia on the [[1663: Garden]] page. Of course it would be great to continue backwards, but it is a hughe project. But there where some important changes in the now closed gap, among other the longest running book promotion for [[Thing Explainer]]. Of course I cannot say it is complete back to march 2014, but anything staying longer than two weeks in the front page header I believe I would have found. But I have not walked through every archived version ;-) They load terribly slow. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:39, 20 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I guess when more windows come into view, we’ll finally know whether the windows continue far to the left of the wing, or stop well short of the tail fin (which the two currently showing already seem to me to be too close to). {{unsigned ip|162.158.107.188}}&lt;br /&gt;
:That is true. Wonder if the plane will land in a city that can be recognized when the counter runs out? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:07, 21 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;That new bottom-left line worries me. [...]&amp;lt;/s&amp;gt; [[Special:Contributions/172.70.86.68|172.70.86.68]] 15:50, 22 January 2022 (UTC)&lt;br /&gt;
:Retracted. I was still thinking a viewpoint mildly downward, or exactly level with the aircraft, but a very slight upward view (and from slightly forward?) onto the underside of the HS surface would conceivably produce that profile.&lt;br /&gt;
:Note that I'm commenting on xkcd.com directly, as the frames in the /images page have been left fallow for a while now. I presume someone is going to catch us up again when they have the wherewithall (unfortunately, I don't right now, hard to edit complex things on this device, and I wouldn't be able to upload the frames to the wiki anyway).  ...no rush, we have... 8d 0h 23m left, at least, to be thorough about this. ;) [[Special:Contributions/172.70.90.121|172.70.90.121]] 14:37, 23 January 2022 (UTC)&lt;br /&gt;
::I have now uploaded up to the current on xkcd nr. 85. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:09, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wondered if there was anything else interesting in the js file that updates the countdown. [https://gist.github.com/Toby222/bff2734e98efadd9e9c3b2dc64902c43 So I de-minified it.] (There is nothing noteworthy.) [[User:Toby|Toby]] ([[User talk:Toby|talk]]) 17:20, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The new parachute theory could be a possibility. I have added this and two others to the top of the image theories and moved all else into an Early theory section. For sure it is a plane. And also added the parachute idea to the countdown theory section. Not my theory, but moved it to two other places than where it was first stated. (Left it there though!). Not special certain it will be, but could be. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:09, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe Randall found D.B. Cooper? ;D [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my&amp;lt;/font&amp;gt;]] [https://www.youtube.com/watch?v=dQw4w9WgXcQ/ &amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;back&amp;lt;/font&amp;gt;])  13:49, 24 January 2022 (UTC)&lt;br /&gt;
:Maybe he's going to announce he ''is'' D.B. Cooper..! [[Special:Contributions/172.70.90.121|172.70.90.121]] 14:01, 24 January 2022 (UTC)&lt;br /&gt;
:: :o [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;surprised pikachu&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my&amp;lt;/font&amp;gt;]] [https://www.youtube.com/watch?v=dQw4w9WgXcQ/ &amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;back&amp;lt;/font&amp;gt;]) 11:50, 25 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've been checking the possible aircraft used for Zero-G (parabolic) flights, and currently - in the US at least - none of the models used have 'standard' hull-mounted horizontal stabilisers, as in the picture. They're either T-tails or cruciform (midway up the vertical stabiliser), possibly for very good reasons. (i.e., at the most crucial part of the flight envelope, it keeps the control surfaces out of the immediate wake of the wings. Handy feature, more than overcoming the engineering compromises needed to mount things that way.) Assuming any attempt at accuracy{{fact}} this might rule that option out. (And skydiving is usually high-winged non-jets, and this seems to be a low-winged jet.) Though A300-ranged planes have been used in Europe and conceivably loosely fit the given profile. But it looks like a smaller plane than many of the Vomit Comets (and larger than most parachute-party planes). Unfortunately, it still rules far too many other options in, never mind artistic &amp;lt;s&amp;gt;innacuracy&amp;lt;/s&amp;gt; drift. [[Special:Contributions/172.70.85.79|172.70.85.79]] 15:14, 24 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
suggestion: make a bot that uploads the newest image with https://xkcd.com/count-wimRikmef/current .[[Special:Contributions/162.158.187.92|162.158.187.92]] 18:20, 25 January 2022 (UTC)Bumpf&lt;br /&gt;
:With just five days left it is not worth the bother... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Actually, this started to get a little boring a few days ago. https://xkcd.com/1951/ Just sayin’ [[Special:Contributions/108.162.246.98|108.162.246.98]] 12:52, 26 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
First the airplane image...now two alien-themed comics in a row...Of course!!! It seems so obvious! Randall is an alien! The countdown is to the big reveal! /j [[Special:Contributions/172.70.114.99|172.70.114.99]]&lt;br /&gt;
:Unless he keeps up alien themed jokes through the week I do not think they will be related to the count down. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The new development makes me think it is a plane like {{w|Boeing E-3 Sentry}}. With a radar on top. If not another plane is above, holding this one, which could make it something with a going into space plane? Not sure if those that exist would look like this though. But the radar would probably look like this. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
(based on 110 frames available): The upper black &amp;quot;arc&amp;quot; can be some hair and the ellipse on the right look like the right glass of a pair of glasses. The latter I think because the upper line of the plane's main body gets refracted a bit. So this might become a picture with a glasses-wearing person in front and a plane in the background. If somebody more web-comic-savy than me recognizes a character we might see the start of Randall's vacation and his vacation replacement.[[User:Kimmerin|Kimmerin]] ([[User talk:Kimmerin|talk]]) 15:43, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The line below the windows is a fairly common place to switch from a dark to light color with a commercial airline livery, or a line of color, etc. The floor of the passenger compartment is generally a little below the middle of the fuselage, the windows are above. The fuselage looks much more typical if that line is just paint than if it's demarking the fuselage from something else. The curved object in the upper right would be the right place for a winglet if the plane were banking slightly, particularly a winglet like the A350's.&lt;br /&gt;
&lt;br /&gt;
;Countdown not appearing on certain comics (most notably [[980: Money]])&lt;br /&gt;
I have not checked every comic, and this may be a bug or nerd sniping, but this could mean... something? Idk [[User:Eebop|Eebop]] ([[User talk:Eebop|talk]]) 02:41, 28 January 2022 (UTC)&lt;br /&gt;
: Money has custom text in the header specific to the comic. I assume when he does this it just overrides the default, where the countdown is. [[Special:Contributions/198.41.238.117|198.41.238.117]] 04:09, 28 January 2022 (UTC)&lt;br /&gt;
::Yes that is the same for all comics that have [[xkcd_Header_text#Unique_header_text|Unique header text]], so this doesn't mean anything. So far I have found 14 of those. Mainly me who edits the [[xkcd Header text]] page where all changes to the header text can be logged. And the unique headers are listed there as well. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:44, 28 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have a feeling the black thing in the top right corner is a bird wing, and the thing beneath it on the plane is its talon, meaning a giant bird is carrying a plane.  Maybe the image has absolutely nothing to do with what will happen at the end of the countdown?  [[Special:Contributions/172.69.90.23|172.69.90.23]] 13:47, 28 January 2022 (UTC)&lt;br /&gt;
:Don't think so, also now it is clear it is the wing. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:10, 29 January 2022 (UTC)&lt;br /&gt;
::Yeah, I see that now.  When I posted that it certainly looked like a talon.  My new guess is that I have no idea what the black thing is.  However, it appears to be attached to the countdown itself now, maybe a graph?&lt;br /&gt;
&lt;br /&gt;
;Raptors on a Plane?&lt;br /&gt;
Excuse me, but that should be Raptors on ''every'' plane.[[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 20:08, 28 January 2022 (UTC)&lt;br /&gt;
:Looks like a raptor tail to me. [[User:Silverfunk|Silverfunk]] ([[User talk:Silverfunk|talk]]) 14:50, 28 January 2022 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--   COLLAPSE ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;What if? 2 on amazon&lt;br /&gt;
There's a listing for What if? 2 (https://www.amazon.com/dp/0525537112) on amazon that may be linked to the countdown? Considering I can't find anything about it before recently I feel like the countdown could've been to announce it. [[User:Flumnble|Flumnble]] ([[User talk:Flumnble|talk]]) 03:29, 30 January 2022 (UTC)&lt;br /&gt;
:I originally imagined that, and had (thought I'd) checked Amazon and another retailer, but hy neither showing an 'available for pre-order' that looked relevent was resigned to it being something else. Unless the countdown was to when the pre-orders would be possible... If it is, then someone at Amazon may have jumped the gun/not kept the gunvsafely holstered and broken the embargo early... Going to check your link in a moment, but first checking my prefered (physical) store's web-site and a couple of others... We got Kirk into space, already, so I'm not now too bothered in pushing yet more money Jeff's way. [[Special:Contributions/172.70.85.73|172.70.85.73]] 03:59, 30 January 2022 (UTC)&lt;br /&gt;
:ok, that's definitely correct. the picture in the countdown looks exactly like the top of the book cover. [[User:Lettherebedarklight|https&amp;amp;#58;//www.youtube.com/watch?v&amp;amp;#61;miLcaqq2Zpk]] ([[User talk:Lettherebedarklight|talk]]) 07:20, 30 January 2022 (UTC)&lt;br /&gt;
::That is actually really sad they could not figure out to wait with this until he announced it on xkcd. Shame on Amazon. Buy it somewhere else. :-( But the theories is over. The book anouncement and the dino on a plane was some of my first guesses. But had actually not thought about a new what if book. Can't wait to get my hands on it. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:18, 30 January 2022 (UTC)&lt;br /&gt;
:::AMAZONNNNNN! &amp;gt;:(!! (No, really, buy it somehwere else, and not just because they ruined the surprise. Signed, your friendly neighborhood anti-capitalist.) [[Special:Contributions/172.70.230.63|172.70.230.63]]&lt;br /&gt;
::And now the Amazon page is showing a release date in September, with pre-orders now. [[User:MAP|MAP]] ([[User talk:MAP|talk]]) 07:52, 31 January 2022 (UTC)&lt;br /&gt;
:::So this whole thing was a 21-day countdown to a botched announcement of something you can’t even see for another nine months? And here we all thought something was actually going to happen at the end of the countdown. At least we don’t have to sit through nine months of frame-by-frame like the Super Bowl watch party.[[Special:Contributions/162.158.107.16|162.158.107.16]] 10:10, 31 January 2022 (UTC)&lt;br /&gt;
::::Well this was actually early on the best guess we had, that it was a book announcement. So we should not be so surprised, and I for one stated that it it was not just for the promotion, then it would be very different that with other books. But yes it was a bit little for three weeks, but we did get a new comic and some new design features on xkcd. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:10, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Commenting from Melbourne Australia here.  The black figure is clearly the Qantas logo of the 'flying kangaroo'. Randall is coming to visit us downunder {{unsigned ip|108.162.250.234}}&lt;br /&gt;
:You did not read the previous comment that revealed it to be the T-rex from the what if series? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:18, 30 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This countdown first appeared in 2565 - Latency. Could this not be a continuation of that joke? Maybe the next What If? entry? That would certainly be a bit of latency! {{unsigned|ByronCinNNZ}}&lt;br /&gt;
:Not really as this happened automatic and with the intended delay. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:10, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
It looks as though the drawing was slightly altered for the countdown - the dinosaur's tail is at a different angle between the two drawings.[[Special:Contributions/162.158.187.158|162.158.187.158]] 02:28, 31 January 2022 (UTC). &lt;br /&gt;
:True the final image is not the same, but also the planes angle is different. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:10, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone should upload a gif of the final wiggling countdown. I would, but permissions... [[User:Toby|Toby]] ([[User talk:Toby|talk]]) 15:17, 31 January 2022 (UTC)&lt;br /&gt;
:I agree, if someone can make that gif, I would be very happy to help loading it up on the page. The one on Munvocelis page is cool, but can we except it to stay there for ever? If you can help, then please also reply on my talk page, as I might not see it here later... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:10, 31 January 2022 (UTC)&lt;br /&gt;
::Thanks to [[User:Toby|Toby]] who provided us with the new gif animation as well as a gif with [https://www.explainxkcd.com/wiki/images/6/64/Countdown_in_header_text_last_minute_wiggling.gif the wiggling]. Have put that on the other image page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:24, 31 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Thanks for the gif, that really shows what I was curious to see, how the panning out exactly worked. You can see the speed changes in panning really well.  Small improvement to make still: I think the last frame (the book frame) should stay on a bit longer before resetting. Like 1-2s? Thanks! [[Special:Contributions/108.162.250.226|108.162.250.226]] 21:33, 31 January 2022 (UTC)&lt;br /&gt;
::::Like this https://tobot.dev/files/xkcd-countdown/full_animation_fixed_timing.gif? [[Special:Contributions/172.70.85.73|172.70.85.73]] 22:44, 31 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text&amp;diff=226085</id>
		<title>Countdown in header text</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text&amp;diff=226085"/>
				<updated>2022-01-31T12:57:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Theories */ added a line re: a potential xkcd store relaunch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| date      = January 10, 2022&lt;br /&gt;
| title     = Countdown in header text&lt;br /&gt;
| image     = Countdown_in_header_text.png&lt;br /&gt;
| before    = The countdown will probably last 21 days. After February 1st 2022 it is likely to have disappeared. See this [https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] archive version.&lt;br /&gt;
| ldomain   = www&lt;br /&gt;
| lappend   =  &lt;br /&gt;
| extra     = yes&lt;br /&gt;
}}&lt;br /&gt;
*Go directly to the list of [[Countdown in header text/images|images]].&lt;br /&gt;
**Or [[Countdown in header text/images#newestpicture|Jump to the newest picture]]&lt;br /&gt;
***The images can also be found [https://munvoseli.github.io/xkcd-countdown/ here] on munvoseli's page where comparison of two images and an animation can be seen.&lt;br /&gt;
{{TOC}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
*'''Amazon revealed the news a day too early!''' - it is Randall's new book [https://www.amazon.com/dp/0525537112 what if? 2] that will be announced tomorrow.&lt;br /&gt;
**The full title: What If? 2: Additional Serious Scientific Answers to Absurd Hypothetical Questions &lt;br /&gt;
**The Hardcover version is released September 13, 2022.&lt;br /&gt;
***A follow up on his first book based on his blog [[what if?]]&lt;br /&gt;
*On January 10th 2022, [[Randall]] added a countdown in the top right corner of the [[xkcd Header text]] on {{xkcd}}.&lt;br /&gt;
**This happened while the comic [[2565: Latency]] was up.&lt;br /&gt;
***First the xkcd Header text was [[xkcd_Header_text#2022-01-08_-_Back_to_standard_text|changed back]] to the [[xkcd_Header_text#Header_text|standard text]] for the first time in almost three years:&lt;br /&gt;
****xkcd updates every Monday, Wednesday, and Friday. &lt;br /&gt;
***But already while this Friday-comic was still up on the following Monday the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|countdown]] was added.&lt;br /&gt;
****This was thus up when the Monday comic [[2566: Decorative Constants]] was released, drawing more people to the xkcd page.&lt;br /&gt;
*The first [[#Archived Versions|archived version]] from [https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] read 20d 20h 27m.&lt;br /&gt;
**It looks like it started on [https://munvoseli.github.io/xkcd-countdown/ 01-10 17:00 UTC]. &lt;br /&gt;
***At that time it would have read 20d 21h 59 min. Just two hours and 1 minute short of 3 weeks.&lt;br /&gt;
*This countdown will reach zero on Monday 2022-01-31 at 14:59 (2:59 PM) {{w|UTC}}, or 9:59 AM in Boston, Randall's home town.&lt;br /&gt;
**If seconds will be added towards the end, it seems likely that it may end exactly at 15:00 UTC (10:00 AM in Boston).&lt;br /&gt;
***Further, the timer may be using [[1061:_EST|EST]], in which case it will count up for four hours on 2022-01-18, and will end on 2022-01-31 23:00 UTC.&lt;br /&gt;
****Though either way, it would fall on Monday, and therefore the day comic 2575 should be released.&lt;br /&gt;
****The full moon has since passed, and now we know that the timer isn't using EST, so it will indeed reach zero at or near 2022-01-31T15:00Z.&lt;br /&gt;
**The timer ends in January.  Recall that the month is named for Janus, the Roman god of endings and beginnings.  Two salient points: the clock hits zero at the end of the month and the plane is leaving.  Look for a big ending and, we hope, something nice to replace it.&lt;br /&gt;
*The next day on [https://web.archive.org/web/20220111153818/https://xkcd.com/ 2022-01-11] a diagonal black bar appeared in the lower left-hand corner of the countdown box and started to move further into the image on following changes to the [[#Images|image]].&lt;br /&gt;
**This development called for the creation of this dedicated [[Countdown in header text]] page.&lt;br /&gt;
**The line had already moved further into the image at this time, but the latest version will never be available in the web archive.&lt;br /&gt;
***This development is reminiscent of the huge comic [[1190: Time]].&lt;br /&gt;
*As mentioned above, [https://munvoseli.github.io/ Munvoseli] is keeping  [https://munvoseli.github.io/xkcd-countdown/ track of the changes] to the image on the countdown.&lt;br /&gt;
**Although there are (at 2022-01-12 12:35 UTC) thirteen different frames we know of, the first three looks the same (because the diagonal bar was not in the frame yet) and the seventh and the eighth also seems to be the same, even though the bar had already begun moving across the frame from the fourth. This is either on purpose, a slipup or means that The Frame&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt; might not be zooming out of a larger image.&lt;br /&gt;
***However, the images that look the same all have individual addresses on the xkcd server. See more under [[#Images|Images]] below.&lt;br /&gt;
***Similarly, frames 91 and 92 seem to be exactly the same. Also frame 92 did not upload as part of the roughly four hour schedule, but between two frames that are part of the regular schedule.&lt;br /&gt;
&lt;br /&gt;
Randall has previously made a comic simply called [[1159: Countdown]]. However, in that the roles are reversed. There we know that the countdown is for (Super Volcano) but not if it will happen soon or very much later. Here we know when, and it is rather soon, but not what.&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
*Images will be put on [[Countdown in header text/images|this separate page]].&lt;br /&gt;
**The images can also be found [https://munvoseli.github.io/xkcd-countdown/ here] on munvoseli's page.&lt;br /&gt;
***It is possible to compare two images, chosen between those released, on that page!&lt;br /&gt;
***From 2022-01-14 it has also been possible to see an animation.&lt;br /&gt;
**See more details at the top of the image page.&lt;br /&gt;
*After a few days the black lines forming the image came into conflict with the clock, which has a rounded white frame around it. This can be seen in one of the earliest examples here:&lt;br /&gt;
[[File:Countdown in header text Clock Cover Black Lines.png]]&lt;br /&gt;
*Later this could cause problems for those only looking at the xkcd page. From frame 97 a new item appeared in the top right corner. This turned out to be a black curve that could resemble a dinosaurs tail. At this moment, frame 121, it is still unclear what it is. But when looked at on xkcd, the clocks rounded white frame intersects with the &amp;quot;tail&amp;quot; making the end curve inwards. This makes it look like an elephants trunk. But this is of course not the case, but an effect of how the clock is overlaid on the image: &lt;br /&gt;
[[File:Countdown in header text Clock Causes Trunk Appearance.png]]&lt;br /&gt;
*Also at this time a new development happened after the &amp;quot;plane tail&amp;quot; moved forward it stopped on 2022-01-18 and started moving up (or zooming in). See for instance these two comparison from munvoseli's page showing the difference from the 8 pictures before today, and then after three out today:&lt;br /&gt;
[[File:Countdown in header text Compare 40 to 48.png]] [[File:Countdown in header text Compare 48 to 51.png]]&lt;br /&gt;
*Later a similar change happens, as it changes from zooming out to slowly moving towards the right, although the windows and the door appear to move more in relation to the frame than the rest of the aircraft:&lt;br /&gt;
[[File:Countdown in header text Compare 85 to 90.png]] [[File:Countdown in header text Compare 95 to 90.png]]&lt;br /&gt;
*From frame 124 to 125 one of the largest changes occurred between images so far. A very large jump bringing two new things into view, the landing wheel and possibly a leg if it is dinosaur on top of the plane;&lt;br /&gt;
[[File:Countdown in header text Compare 124 to 125.png]]&lt;br /&gt;
&lt;br /&gt;
===Ongoing description===&lt;br /&gt;
** Frames 1-12: A diagonal line.&lt;br /&gt;
** Frame 13: A curve seems to begin at the top left of the line. &lt;br /&gt;
** Frame 18: The curve connects the diagonal line with a horizontal line.&lt;br /&gt;
** Frame 27-28: A new line appears in the bottom left corner.&lt;br /&gt;
** Frame 40-42: The new line turns out to be connected to the horizontal line, forming a corner which is not attached to any other line.&lt;br /&gt;
** Frame 49: The &amp;quot;camera movement&amp;quot; direction changes, while the object is still moving upward it stopped moving towards the left side, moving towards the right instead. &lt;br /&gt;
** Frame 54: A slight upward curve seems to appear in the right line, the left line seems to have a small bend downwards, though that could at that point just be a straight line that Randall drew without a ruler.&lt;br /&gt;
** Frame 60-62: A new line appears in the bottom right corner, it turns out to be a continuation of the first original line which curves upward and has a positive slope at that point of the picture, between about 2 o'clock and 3 o'clock. The downward bend of the left line continues on straight in the same direction, it was probably an intentional bend and not an irregularity in drawing a straight line by hand.&lt;br /&gt;
** Frame 63: In the minimum of the right curved line a new line starts appearing, way thinner than the others (which were up to this point all rather part of one line) and going slightly downwards and very much to the left, at an angle somewhere between 8 o'clock and 9 o'clock.&lt;br /&gt;
** Frame 67: A possible feature becomes visible at the bottom edge of the image that might resolve the exact nature of the (currently presumed) aircraft, e.g. which particular aerodynamic surface we have been seeing and thus from which particular orientation we are viewing it.&lt;br /&gt;
** Frame 68-72 makes it clear this must be an aircraft by showing windows and a door and clearly the tail fin. As late as frame 69 some people argued that the tail fin could have been a wing.&lt;br /&gt;
** Frame 73-83 brings a horizontal stabilizer into view.&lt;br /&gt;
** Frame 87-89: A new curved line appears on the underside of the (presumed) aircraft, so there either is something behind it or it might not be an aircraft.&lt;br /&gt;
** Frame 96-99: An arc is coming into view in the upper right corner, likely the top edge of a cloud.&lt;br /&gt;
*** Turned out not to be a cloud.&lt;br /&gt;
** Frame 101-106 seems to be some kind of radar on top of the plane, like the one on {{w|Boeing E-3 Sentry}}. Or alternatively this plane is hanging beneath another plane. Not looking at all like {{w|Spaceshiptwo}}, but something similar, which could make this plane a spaceplane?&lt;br /&gt;
** Frame 106-114 a new element of the image appears on the right side, it could be the end of a wing. The arch no longer looks like a radar. Could be the tail of a Dinosaur or the cape of someone riding the airplane...&lt;br /&gt;
*** a cape is unlikely as it would probably be drawn to flap in the wind.  The other element does appear to be a wingtip&lt;br /&gt;
*** Could it be [[Cory Doctorow]] flying with the airplane, but much closer to the 'camera'?&lt;br /&gt;
** Frame 115-121 makes it clear that the newest addition at the bottom right is the wing tip of the plane. The black curve above the plane still mostly looks like a tail as on a dinosaur or dragon. Could also be a tentacle. Either from an [https://www.explainxkcd.com/wiki/images/b/b5/1608_1038x1094y_Giant_octopus_in_Destroyer.pngv octopus] or from and alien like in [[2572: Alien Observers]]. Of course it could also be a cape, but seems too thick at the end...&lt;br /&gt;
** Frame 124 shows something beneath the plane, but already in 125, that makes one of the largest jumps between pictures so far, this is clearly one of the wheels on the landing gear. Also the hind leg of the Dinosaur whose tail has been visible long time is coming in to view. Not certain yet it is a dino (probably a velociraptor), but the leg makes it the number one candidate.&lt;br /&gt;
** Frames 126-127 almost confirm the dinosaur theory.&lt;br /&gt;
*** And at this time someone spotted the new What if? 2 book on Amazon and it is the Tyrannosaur from the [[what if?]] blog that is now eating a plane rather than being lowered into the Sarlac.&lt;br /&gt;
** Frame 134 reveals the last part of the plane, so now the entire plane and T-rex is visible. This was about 6 hours before the countdown ended.&lt;br /&gt;
&lt;br /&gt;
==Theories==&lt;br /&gt;
*'''Amazon revealed the news a day too early!''' - it is Randall's new book [https://www.amazon.com/dp/0525537112 what if? 2] that will be announced at the end of the countdown.&lt;br /&gt;
**That is actually really sad they did that.&lt;br /&gt;
***Once again, Amazon ruins everything.&lt;br /&gt;
**So it is a book announcement, and the picture is  Tyrannosaur eating a plane while in flight.&lt;br /&gt;
**Maybe it will be the entire book, or at least include the text 'what if? 2', and that more rapid zoom-out will happen during the last minutes.&lt;br /&gt;
***Since the entire plane is revealed with at least two more possible updates, even in 4 hours schedule, something new may certainly be expected to occur before the end of the countdown. This written after frame 134 that revealed the front of the plane.&lt;br /&gt;
*The XKCD store currently reports &amp;quot;will be opening soon&amp;quot; [https://store.xkcd.com/] perhaps anyannouncement will be simultaneous with a store re-launch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Here below are the different theories for what the countdown was for and what the picture was going to reveal from before it was clear what it was.&lt;br /&gt;
&lt;br /&gt;
===The picture===&lt;br /&gt;
*Theories about the picture:&lt;br /&gt;
**From 2022-01-21 it became certain that it was a plane! Passenger plane. Door and windows are visible. &lt;br /&gt;
***From 2022-01-22 it became clear that it was the rear end, so it was a tailfin that came into the panel to begin with. Up til the day before it was still a bit uncertain if it could have been a wing.&lt;br /&gt;
*** from 2022-01-24 a bottom line has appeared which doesn't fit well with a 'standard' airliner.  perhaps the image is deliberately misleading (eg will transform into something else)&lt;br /&gt;
*** From 2022-01-26 something looking like a radar like the one on a {{w|Boeing E-3 Sentry}} began emerging in the top right corner.&lt;br /&gt;
*** From 2022-01-28 it looks like an elephant's trunk to me.&lt;br /&gt;
**What will this lead up to - theories about this.&lt;br /&gt;
***It could be an airplane with a banner like in [[1355: Airplane Message]].&lt;br /&gt;
****That would very soon be clear as the bottom part of the rear end seems to be coming into view during 2022-01-24, if the direction does not change again.&lt;br /&gt;
*****This is now ruled out, since the plane is clearly not towing a banner.&lt;br /&gt;
***It could end up landing in a city, perhaps with a skyline pinpointing where Randall will be or move.&lt;br /&gt;
****However, unlikely to manage this in real life as the count down ends.&lt;br /&gt;
****Also, very unlikely (1 in 60, or even 1 in 3600) that such a landing would occur exactly on the hour. &lt;br /&gt;
*****But it could also just be the time when he announces he has moved... &lt;br /&gt;
***Maybe Cueball will make a parachute jump, and Cueball could represent a real life Randall, as this could in principle be timed very accurately.&lt;br /&gt;
****This is something you would schedule a month or more ahead, want to tell people about in advance, want to make a big deal about on your website, is not quite as bizarre as zero-G and probably more fun {{citation needed}}, could be done with an adventurous wife, explains why it’s the tail of the plane in the image, and (assuming no mechanical, medical, or meteorological problems, a safe assumption), might go something like “on my mark, it’ll be 9:59:56 A.M. in Boston... mark. 3, 2, 1, JUMP!” Maybe it’ll be just Cueball/Randall, but could more likely include Megan representing his wife.&lt;br /&gt;
****However, it could very easily be that the weather in January could foil the attempt, or at least the timing.&lt;br /&gt;
****The plane appears to be a commercial jetliner, though, rather than the small prop planes used for parachute jumps. Unless, of course, Randall is revealing his real identity has been Wesley Snipes all along&lt;br /&gt;
****The plane appears to have its landing gear down, which rules out a parachute jump.&lt;br /&gt;
*****At frame 124 it is a bit early to say that the dot beneath the plane is the landing gear, but from 125 it became clear. Also seems like the leg of the dino on the plane has come into vies. The below was written before number 125 came out.&lt;br /&gt;
*****Landing gear implies that the aircraft is either taking off or landing, and judging by the plane's nose-up attitude, most likely taking off.  Therefore, assuming that the plane is in fact shown seconds after rotation (possibly still on the ground), there is a possibility that the black object could be an airport fixture, perhaps a wind sock in the foreground?&lt;br /&gt;
******Well, forget I said that.  It's a dinosaur apparently.&lt;br /&gt;
*** Perhaps the new item on top of the plane is the tail of a dinosaur?  perhaps like the one on the cover of &amp;quot;what if...&amp;quot; book.   perhaps it's a new book?&lt;br /&gt;
*** There are two flights originating in Boston departing at 09:59 on 1/31/2022: Spirit NK433 to Orlando Florida and Delta DL5696 to Washington D.C.&lt;br /&gt;
***Frame 101-106 seems to be some kind of radar on top of the plane, like the one on Boeing E-3 Sentry. Or alternatively this plane is hanging beneath another plane. Not looking at all like Spaceshiptwo, but something similar, which could make this plane a spaceplane?&lt;br /&gt;
**** Predicting dinosaur&lt;br /&gt;
***** Cross-referencing it with the cover of ''What If?'', this does seem like a xkcd-style dinosaur tail. It could represent Randall, or xkcd as a whole, going somewhere. Or it could just be the cover of a new book.&lt;br /&gt;
******Yep, it's a dinosaur.&lt;br /&gt;
**** Revising my prior theory:  It now looks very much like another aircraft (similar to theory below) but not part of the main aircraft, I think.  I would guess it is either an improbable mid-air encounter (like a passenger jet and an ultra-lite) or an equally improbable &amp;quot;launch&amp;quot; of something from the jet (again like an ultra-lite or some other less common or even fictional craft.)&lt;br /&gt;
**** Maybe the torch of the Statue of Liberty?&lt;br /&gt;
**** The black wave looks like a superhero cape&lt;br /&gt;
**** the white element overlapping the fuselage could be the start of the wing-tip these fold up at the ends of many modern aircraft, could mean aircraft is banking left.&lt;br /&gt;
***Frame 107-121 the right wing of the plane moves into view. It is still unclear if the black curve is a tail, a cape or a tentacle. But seems like it cannot be another aircraft.&lt;br /&gt;
***Has now been resolved.&lt;br /&gt;
&lt;br /&gt;
====Early theories====&lt;br /&gt;
Many early theories were generated before the picture was decisively revealed to be a plane.&lt;br /&gt;
&lt;br /&gt;
*It seems after two days and 12 pictures like either something is moving into the frame or that it is a zoom out from a white area of a large picture. Maybe it is the arm of Cueball that will come into view.&lt;br /&gt;
*The second line makes it look somewhat like the tail fin of an aircraft.&lt;br /&gt;
**Or the wing of an aircraft (left if looking down at it). Perhaps the plane is towing a banner that will fly through the frame. &lt;br /&gt;
***After almost a week this looks like the most promising suggestion so far. Now that the direction of the camera movement has changed, we might get to see the rest of the aircraft soon.&lt;br /&gt;
****From picture 63, it more and more seems like it was the tail fin of a plane and now we can see the body.&lt;br /&gt;
*****It's almost certainly the tail (and now a bit of the rear fuselage) of an aircraft.&lt;br /&gt;
******It could just as easily be the left wing and part of the fuselage (showing windows on the right side of an airliner), with the tail fin out of view to the rear, as being the tail fin from an angle where the left wing is out of view behind the fuselage.&lt;br /&gt;
*******judging by the relative size of the (presumed) windows, I think it's more likely to be the left wing than the tail fin.&lt;br /&gt;
*******Based on the way planes are drawn in [[1868: Eclipse Flights]]. [[1355: Airplane Message]] and [[1669: Planespotting]], plane wings have a point on their edge and tail fins have a flat side, and (if a line is present) a thick line separates wings from the body, whereas thin lines or no lines separate tail fins, so this is a tail fin. &lt;br /&gt;
*******In the bottom left there appears to be the top part of a horizontal stabilizer, implying this is the tail.&lt;br /&gt;
********It’s a tail fin, that’s finally clear, but that’s the underside of the stabilizer. Which means this would be the best angle to view Cueball/Randall parachuting out of that door, something that would be predictable to the exact minute (barring all kinds of things that could go wrong).&lt;br /&gt;
*******Appears to be a door to the left of the windows&lt;br /&gt;
*******It could be an airplane with a banner like in [[1355: Airplane Message]]&lt;br /&gt;
***Tail of a space shuttle, perhaps?&lt;br /&gt;
****While I think Randall would've also drawn in the signature black part of the rudder, the shape fits perfectly&lt;br /&gt;
****Timing is close (though not exact) to the Columbia disaster anniversary (2003-02-01 1359 UTC)&lt;br /&gt;
***I'm thinking the tail of a Zeppelin. &lt;br /&gt;
****Although those normally have longer tail fins.&lt;br /&gt;
*Maybe it is some kind of vehicle rolling into frame, like a car?&lt;br /&gt;
*Or the word xkcd? (or xkcd 2?)&lt;br /&gt;
*Could have been &amp;quot;Hangman&amp;quot;, but it looks like it's zooming in on the diagonal instead of continuing to make a gibbet.&lt;br /&gt;
*With the new second line appearing in the corner as of frame 28 it looks like it's definitely zooming out of an image. It looks like it could be someone's arm in a running position.&lt;br /&gt;
*I think it could also be two legs of a reclining stick person.&lt;br /&gt;
*The lines suggest a shark fin and the movement would suggest it swimming across the frame.&lt;br /&gt;
**If it was a shark fin, then the most likely candidates would be the first dorsal fin and the pectoral fin, but both end in points rather than edges like in the pictures of the header puzzle. An aircraft tail fin still seems most likely.&lt;br /&gt;
*Maybe it's a two-dimensional shape viewed from a weird angle? &lt;br /&gt;
**Like a rectangle viewed from a floating, tilted perspective&lt;br /&gt;
**Or the top of the k in xkcd&lt;br /&gt;
**Or a boat dock?&lt;br /&gt;
*The r/xkcd subreddit produced some early theories : &lt;br /&gt;
**Cueball's arm&lt;br /&gt;
**The letter D, as in &amp;quot;The End&amp;quot;  &lt;br /&gt;
**A spider's web, in reference to comic 1688&lt;br /&gt;
***With the airplane revelation, this reference turned into a meme in the subreddit, where users tried to justify the presence of an airplane shape inside a bigger-scope spider picture&lt;br /&gt;
***Some joke theories included:&lt;br /&gt;
****A giant spider flinging airplanes from the sky, as a new potential &amp;quot;What If?&amp;quot;&lt;br /&gt;
****The lines are a web and the apparent windows the eyes of a giant spider&lt;br /&gt;
****The airplane is a complex-looking spider leg, and 8 of them form a spider&lt;br /&gt;
***Another redditor made the airplane part of a dragon's head&lt;br /&gt;
&lt;br /&gt;
===Countdown===&lt;br /&gt;
*Theories about the countdown:&lt;br /&gt;
*Several have already been mentioned in the discussion:&lt;br /&gt;
**Maybe Randall is going on vacation?&lt;br /&gt;
**Notice that as of now - 22-Jan-2022 7am PST - (not sure exactly when it happened) the countdown has disappeared.  Temporarily (perhaps to make the image cleaner?) or permanently?  [[User:Pharmacovigilant|Pharmacovigilant]] ([[User talk:Pharmacovigilant|talk]]) 15:38, 24 January 2022 (UTC) The next time I looked (Sunday?), the countdown was back.  No idea if it was a glitch or what.&lt;br /&gt;
**Randall's next book, either the countdown is counting down to the start of promotion or it is released when the countdown ends.&lt;br /&gt;
***Usually Randall has made month long [[:Category:Book promotion|book promotions]] before release. So if it is the release day it is a new way to do it. But he will get a lot of attention. If it is just the start of promoting it, people might get disappointed…&lt;br /&gt;
****For instance he began promoting his [[xkcd_Header_text#2015-05-14_-_New_book_Thing_Explainer|new book Thing Explainer]] in the header text. That was in May 2015 and the book was first released [https://blog.xkcd.com/2015/05/13/new-book-thing-explainer/ late November 2015]. Most of this time the header text was promoting the book.&lt;br /&gt;
***[[User:Flumnble|Flumnble]] found a book listing for [https://www.amazon.com/dp/0525537112 what if? 2], seems very likely to me.&lt;br /&gt;
**{{w|James Webb Space Telescope}} (JWST) going into orbit about L2 {{w|Lagrange point}}.&lt;br /&gt;
***Randall has already made several comics about the telescope. The latest [[2564: Sunshield]] was released just five days prior to the countdown was started.&lt;br /&gt;
***But the telescope will not reach the point but rather go into a large orbit around it, so a precise timer counting down to it seems a bit farfetched.&lt;br /&gt;
***On NASA's page on JWST it seems like it will [https://www.jwst.nasa.gov/content/webbLaunch/deploymentExplorer.html#25 go into orbit] 29.5 days after its [[December 25th Launch]], on Christmas Day, so it should have already started the orbit by the 23rd or 24th of January - 8 days before the countdown.&lt;br /&gt;
***Also No based on the image.&lt;br /&gt;
**{{w|Lunar New Year}}&lt;br /&gt;
***In China it starts on February 1st and a [https://yourcountdown.to/chinese-new-year countdown for China] is 8 hours behind.&lt;br /&gt;
****The South Korean time zone is UTC+9, hence 14:59 UTC = 23:59 in South Korea, one minute to Feb 1.&lt;br /&gt;
*****But it's weird if Randall that has basically never mentioned this holiday suddenly makes a three week countdown for it, and why choose South Korea when most would think of China in this context…?&lt;br /&gt;
**Randall will stop making xkcd (Goodbye in the image).&lt;br /&gt;
***Hopefully not.&lt;br /&gt;
****Agreed, {{tvtropes|PoisonOakEpilepticTrees|to be avoided}}&lt;br /&gt;
***It might be a temporary stop (hiatus).&lt;br /&gt;
**[https://nationaldaycalendar.com/backward-day-january-31/ National Backward Day]&lt;br /&gt;
***This is not a day mentioned on Wikipedia at the time of release of the countdown, so seems unlikely.&lt;br /&gt;
**Maybe it will be an announcement of xkcd 2, a new and improved version for… some reason?&lt;br /&gt;
***Seems unlikely…&lt;br /&gt;
**{{w|Black History Month}}. The {{w|Greensboro sit-ins}} started on Feb 1 1960. Black History Month also begins on February 1st, also in 2022.&lt;br /&gt;
***But this countdown stops early on January 31st so seems unlikely. &lt;br /&gt;
***However, before changing the Header recently it was about [[xkcd_Header_text#2020-06-03_-_Black_Lives_Matter|Black Lives Matter]] for more than 1.5 years, first ending on December 20th 2021, less than a month before the countdown began. In between that there was a short Christmas sale reminder until a week into 2022. So it could just be another way of reminding of us the issues faced by black people in the US.&lt;br /&gt;
****If this was true, I feel like it would be simpler to just change back to the Black Lives Matter text at the top of the screen. Also, it seems increasingly likely as of Jan. 20th that the image is some kind of plane, which doesn't really have much to do with Black History Month (that I know of?)&lt;br /&gt;
**The accompanying header says specifically &amp;quot;xkcd updates Monday, Wednesday, and Friday&amp;quot;--maybe the countdown is to the reveal of a new update schedule?&lt;br /&gt;
***Very unlikely. This was the standard header for a long time. It was used when Randall had nothing better to say. But with all his books and the trouble in US with elections and BLM, he has used the header as a platform most of the time many years now. So the standard text is rare. But he did return it for two days before adding the count down, making it seem just like normal.&lt;br /&gt;
***A guess is that it returned to this, so the header text did not take any focus away from the countdown.&lt;br /&gt;
**[[:Category:Red Spiders|Red spider]] attack?&lt;br /&gt;
***Un-Likely&lt;br /&gt;
**He will become a father - could be a planned C-section.&lt;br /&gt;
***As this is unpredictable, and could go wrong, then this would be a dangerous countdown, people can be very superstitious, even if scientist.&lt;br /&gt;
**As it currently looks (after a [[1070: Words for Small Sets|few days]] into the countdown) it may be a trip he is taking by plane. &lt;br /&gt;
***Maybe going somewhere people could meet him.&lt;br /&gt;
****Book tour?&lt;br /&gt;
***Moving a long way from home (down under or the like).&lt;br /&gt;
****Maybe he's moving to Japan? Could be a plane, and the time zone would fit, at least.&lt;br /&gt;
*****Then the countdown would be until when the plane lands, not to midnight.&lt;br /&gt;
******What has time zones to do with this clock? It counts down to the same time all over the world, and will reach zero at the same time no matter what time zone you are in. &lt;br /&gt;
******Time zones have to do with where it will be midnight when the countdown reaches zero.  If it's a countdown to when January ends (a moment before February begins), then it's until that moment in the time zone where the countdown reaches zero at that time.&lt;br /&gt;
******* According to my calculations, the timer will coincide with midnight in the UTC+9 time zone, encompassing both Koreas, Japan, and small parts of Russia and Indonesia.&lt;br /&gt;
****If it is a plane, then maybe it will land in a new city Randall moves to when the counter ends, and the skyline will be visible...&lt;br /&gt;
**Perhaps it's a start to a new series like [[1190: Time]].&lt;br /&gt;
***It is already a series that works like Time, so seems unlikely.&lt;br /&gt;
**Zero-G flight, really looks like plane to me.&lt;br /&gt;
***Could be time he will first go weightless which could be fairly well known except for bad weather&lt;br /&gt;
**A parachute jump by Randall. Could be predicted as well as the zero G.&lt;br /&gt;
**How about the [https://www.hitc.com/en-gb/2021/09/09/star-trek-picard-season-2-release-date-plot-cast/ new series of Picard]?&lt;br /&gt;
***{{w|Star Trek: Picard (season 2)}} is set to run from March 3 2022, which both Wikipedia (link before) and [https://www.imdb.com/title/tt8806524/episodes?season=2 IMDb] agrees upon so bad to miss by more than a month, and what would the plane in the image have to do with this anyway?&lt;br /&gt;
***So No!&lt;br /&gt;
** The xkcd world tour!! I wish&lt;br /&gt;
** I'm beginning to see another part of the picture entering into view, underneath the arc and above the body of the plane. To me, it looks like it could be a leg of sorts (Early bet: it could be a dinosaur)&lt;br /&gt;
**Maybe something to do with aliens? Randall posted two comics about aliens secretly observing earth in a row now, could that be related?&lt;br /&gt;
** DB Cooper's jump from an airliner was 50 years ago, but not until november&lt;br /&gt;
*** Maybe Randall admits that he was DB Cooper all along?&lt;br /&gt;
&lt;br /&gt;
===count-wimRikmef===&lt;br /&gt;
* The identifier of the script contains what is probably an acronym, but for what?&lt;br /&gt;
** count / wim (?) / Rik (name) &amp;amp; me f(light)&lt;br /&gt;
** Or it's just the output of whatever js minimizer was used.&lt;br /&gt;
** R = Randall?&lt;br /&gt;
** Randall is travelling to Germany? &amp;quot;Wo ist mein Reisepass? Ich komme mit einem Flug&amp;quot;&lt;br /&gt;
** &amp;quot;wi&amp;quot; are the initials for the book that's coming out &lt;br /&gt;
*** so what could mRikmef be?&lt;br /&gt;
** So the first two letters are what if, maybe the R is for Rex, and the f is flight, not sure about the others?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;img&amp;quot; tag has a misspelled &amp;quot;heigth&amp;quot; attribute. Probably just a typo?&lt;br /&gt;
&lt;br /&gt;
==Archived Versions==&lt;br /&gt;
*Here is a list of the versions that has been saved to the web archive during the countdown.&lt;br /&gt;
**The counter in that version is written behind the date of the web archive.&lt;br /&gt;
**Note that the counter is active on the archived version counting minutes down from the start. Some of the versions almost changing the minutes just after loading. But it will always count from the time given here:&lt;br /&gt;
#[https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] 20d 20h 27m&lt;br /&gt;
#[https://web.archive.org/web/20220110214138/https://xkcd.com/ 2022-01-10] 20d 17h 18m&lt;br /&gt;
#[https://web.archive.org/web/20220111011115/https://xkcd.com/ 2022-01-11] 20d 13h 48m&lt;br /&gt;
#[https://web.archive.org/web/20220112005828/https://xkcd.com/ 2022-01-12] 19d 14h 1m&lt;br /&gt;
#[https://web.archive.org/web/20220113044552/https://xkcd.com/ 2022-01-13] 18d 10h 14m&lt;br /&gt;
#[https://web.archive.org/web/20220114010759/https://xkcd.com/ 2022-01-14] 17d 13h 51m&lt;br /&gt;
#[https://web.archive.org/web/20220114195624/https://xkcd.com/ 2022-01-14] 16d 19h 3m&lt;br /&gt;
#[https://web.archive.org/web/20220115052737/https://xkcd.com/ 2022-01-15] 16d 9h 32m&lt;br /&gt;
#[https://web.archive.org/web/20220116074923/https://xkcd.com/ 2022-01-16] 15d 7h 10m&lt;br /&gt;
#[https://web.archive.org/web/20220116225217/https://xkcd.com/ 2022-01-16] 14d 16h 7m&lt;br /&gt;
#[https://web.archive.org/web/20220118050255/https://xkcd.com/ 2022-01-18] 13d 9h 57m&lt;br /&gt;
#[https://web.archive.org/web/20220118195259/https://xkcd.com/ 2022-01-18] 12d 19h 6m&lt;br /&gt;
#[https://web.archive.org/web/20220119213308/https://xkcd.com/ 2022-01-19] 11d 17h 26m&lt;br /&gt;
#[https://web.archive.org/web/20220120103559/https://xkcd.com/ 2022-01-20] 11d 4h 23m&lt;br /&gt;
#[https://web.archive.org/web/20220120235630/https://xkcd.com/ 2022-01-20] 10d 15h 3m&lt;br /&gt;
#[https://web.archive.org/web/20220121023331/https://xkcd.com/ 2022-01-21] 10d 12h 26m&lt;br /&gt;
#[https://web.archive.org/web/20220121102349/https://xkcd.com/ 2022-01-21] 10d 4h 36m&lt;br /&gt;
#[https://web.archive.org/web/20220122002328/https://xkcd.com/ 2022-01-22] 9d 14h 36m&lt;br /&gt;
#[https://web.archive.org/web/20220122034744/https://xkcd.com/ 2022-01-22] 9d 11h 12m&lt;br /&gt;
#[https://web.archive.org/web/20220122223018/https://xkcd.com/ 2022-01-22] 8d 16h 29m&lt;br /&gt;
#[https://web.archive.org/web/20220123153950/https://xkcd.com/ 2022-01-23] 7d 23h 20m&lt;br /&gt;
#[https://web.archive.org/web/20220123231820/https://xkcd.com/ 2022-01-23] 7d 15h 41m&lt;br /&gt;
#[https://web.archive.org/web/20220124200931/https://xkcd.com/ 2022-01-24] 6d 18h 50m&lt;br /&gt;
#[https://web.archive.org/web/20220125064825/https://xkcd.com/ 2022-01-25] 6d 8h 11m&lt;br /&gt;
#[https://web.archive.org/web/20220126002713/https://xkcd.com/ 2022-01-26] 5d 14h 32m&lt;br /&gt;
#[https://web.archive.org/web/20220126175842/https://xkcd.com/ 2022-01-26] 4d 21h 1m&lt;br /&gt;
#[https://web.archive.org/web/20220127173721/https://xkcd.com/ 2022-01-27] 3d 21h 22m&lt;br /&gt;
#[https://web.archive.org/web/20220128225119/https://xkcd.com/ 2022-01-28] 2d 16h 8m&lt;br /&gt;
#[https://web.archive.org/web/20220129024550/https://xkcd.com/ 2022-01-29] 2d 12h 14m&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Meta]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:Countdown_in_header_text&amp;diff=225992</id>
		<title>Talk:Countdown in header text</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:Countdown_in_header_text&amp;diff=225992"/>
				<updated>2022-01-30T03:59:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The talk on from [[2565: Latency]] and [[2566: Decorative Constants]] has been moved here by me when I created this page --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:01, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;From Latency:&lt;br /&gt;
What is happening around Feb 1st, there is a countdown that appeared a few hours ago in the upper right corner of the xkcd index. There is also the directory xkcd.com/count-wimRikmef which might be an acronym, if it isnt a countdown package? {{unsigned ip|172.70.130.57}}&lt;br /&gt;
:Damn you beat me to it ;-). But I have made a [[2565:_Latency#Trivia|Trivia]] here on this comics page and links to more detail on the [[xkcd Header text]] page. I belie you are a day of, but someone will likely correct me if I'm wrong. As I can see it will be January 31st, 9:59 in Randall's home town Boston.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 10 January 2022 (UTC)&lt;br /&gt;
::But damned if I can wait. Sure millions will watch the page when it goes to zero! At least it is no April 1st. :-D --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;From Decorative Constants&lt;br /&gt;
Any idea what's going on with the clock that's counting downwards in the banner?   Currently counting down from 20 days 16 hours? [[Special:Contributions/172.70.214.95|172.70.214.95]] 22:08, 10 January 2022 (UTC)&lt;br /&gt;
:(Simultaneous edit) What is the days-hours-minutes in the box above the comic referring to? The image itself is dated yesterday, as you can see by saving it. Worst-case-scenario, is this a countdown to the end of XKCD? [[Special:Contributions/108.162.245.223|108.162.245.223]] 22:11, 10 January 2022 (UTC)&lt;br /&gt;
:: It's going to hit zero at around midnight on Jan 31st 2022 CST? [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 22:16, 10 January 2022 (UTC)&lt;br /&gt;
:::'''Posted this on the previous comics discussion. But lets take it here where there will be more traffic:''' --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:44, 10 January 2022 (UTC) -- Copy paste from previous comics discussion:&lt;br /&gt;
::::Damn you beat me to it ;-). But I have made a [[2565:_Latency#Trivia|Trivia]] here on this comics page and links to more detail on the [[xkcd Header text]] page. I believe you are a day of, but someone will likely correct me if I'm wrong. As I can see it will be January 31st, 9:59 in Randall's home town Boston.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 10 January 2022 (UTC)&lt;br /&gt;
:::::But damned if I can wait. Sure millions will watch the page when it goes to zero! At least it is no April 1st. :-D --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 10 January 2022 (UTC)&lt;br /&gt;
::::Yeah - you're right - I messed up.   So as I type this, it's Jan 10th 2022 at 4pm - 1600 hrs Mountain time - which is 1800 hours EST. At this moment, the countdown reads  20d 16h 0m - so Jan 30th + (18+16) hours = which is Jan 30th + 34 hours - which is Jan 31st + 10am in Boston (EST). [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 23:05, 10 January 2022 (UTC)&lt;br /&gt;
:::::Hey great, can see they agree in the link to reddit below. So happy I got it right both in UTC and Boston. It will be 15:59 here in DK. Not 16:00. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:44, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Counting down to Backwards Day? --[[Special:Contributions/162.158.91.88|162.158.91.88]] 23:28, 10 January 2022 (UTC)&lt;br /&gt;
:There's a reddit thread discussing it: https://www.reddit.com/r/xkcd/comments/s0oynl/xkcd_countdown_timer_20d_21h_49m_remaining_until/ I think the most likely guess is that Randall has a new book coming out. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:40, 10 January 2022 (UTC)&lt;br /&gt;
::Would still seem strange if it came out that day with only promotion before being a count down. But then again, he will have the xkcd communities boiling if he gives no other hint. So every one will see if he promotes a book. Also as they wrote at the time I looked at reddit I do not think it is the end of xkcd, or Webb related. Although Webb was the first I thought about. But I mean even if it came to L2 at that day, it is not going to any specific point but just in orbit. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:47, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The date fits the idea of it being Backwards Day (https://nationaldaycalendar.com/backward-day-january-31) but what about the choice of time? [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 03:38, 11 January 2022 (UTC)&lt;br /&gt;
:::Backwards day... Never head of it until now. Is it big in the US. I mean when looking after dates so obscure they are not mentioned on wikipedia then there are probably lots of things happening on that day? But maybe it is a think in the US? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:48, 11 January 2022 (UTC)&lt;br /&gt;
:::: I haven't heard of it until now either, so it is probably one of the bajillions of holidays no one actually cares about, and is unrelated to the countdown. [[Special:Contributions/108.162.221.163|108.162.221.163]] 13:22, 11 January 2022 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
Someone has noticed the image is changing with pixels added at the bottom left corner and is keeping track of it here: https://munvoseli.github.io/xkcd-countdown/ [[Special:Contributions/198.41.238.107|198.41.238.107]] 05:49, 11 January 2022 (UTC)&lt;br /&gt;
:Looks like an image is &amp;quot;moving&amp;quot; into the frame because at the moment you can see some white pixel in the lower left, i.e. the black part might end up as a line as part of some comic. [[Special:Contributions/162.158.89.8|162.158.89.8]] 08:31, 11 January 2022 (UTC)&lt;br /&gt;
::Thanks used that to pinpoint the start of the countdown. Have added this info to the header text page, and the original trivia. Also just added a line of trivia to this explanation with the link. This was when this comic came out most people noticed the count down. But it did came out while [[Latency]] was up. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:43, 11 January 2022 (UTC)&lt;br /&gt;
:::Speculating on what it could be, the only thing that makes sense at that angle is a character's arm. 04:47, 12 January 2022 (UTC)&lt;br /&gt;
:As of 7 PM PST, the two lines appear to be disconnected from anything else, which rules out a lot of the theories put forth here. Hmmm… I can’t really think of anything it could be other than the wing of an airplane. Maybe it’ll zoom out after it moves into view?[[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 03:17, 17 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The header changes page says that it's forcing &amp;quot;Friday&amp;quot; to move down to the next line. Not for me. Did he fix it, or is it browser-specific? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:58, 11 January 2022 (UTC)&lt;br /&gt;
:It must be browser specific. But i have tried bot the old Internet Explorer, Edge, Chrome and Firefox, and it does it in all cases and zooming does nothing.. Which browser do you use? I have corrected to in some browsers though, in the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|explanation]] you refer to.  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is much more likely a count down related to the James Webb Space Telescope. At approximately the day the count down indicates the telescope will be orbiting the L2 gravitational spot.Perhaps most of the mirrors will be approximate place to allow for months of fine tuning. An example of a slightly similar idea is https://www.space.com/nasa-james-webb-space-telescope-next-steps&lt;br /&gt;
[[User:Punchcard|Punchcard]] ([[User talk:Punchcard|talk]]) 15:35, 11 January 2022 (UTC)&lt;br /&gt;
:I really do not think so. There is nothing special about a specific moment for reaching L2. It will go in orbit around it, but when to day it is there or in orbit is hard to pinpoint. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
::And after I looked at it, it seems it will reach L2 several days before the countdown. See [[Countdown in header text#Theories]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the Countdown should get its own entry. What do we think? [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 16:25, 11 January 2022 (UTC)&lt;br /&gt;
: I think it should! What with the count itself, the speculation about what it could mean, and now the slowly arriving image (?) this seems like something beyond either of the two comics since it started! [[Special:Contributions/108.162.219.49|108.162.219.49]] 18:00, 11 January 2022 (UTC)&lt;br /&gt;
: I'm surprised it doesn't have one already. This is one of the more unique situations in a long while, more speculation could happen. [[User:Thisfox|Thisfox]] ([[User talk:Thisfox|talk]]) 22:26, 11 January 2022 (UTC)&lt;br /&gt;
::I have now created this page and talk page for us to continue the discussion and make dedicated changes about this countdown here. And have moved all discussion from the two pages that had some already (except a few on the first talk page that was also mentioned here. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If you take a look at this [[https://xkcd.com/count-wimRikmef/state|link]] it displays this: '''{&amp;quot;img&amp;quot;:&amp;quot;72cb154b23f959f908f5dc8eb03069c6df3f0f54aae896a0e7ed27befb2ee639.png&amp;quot;,&amp;quot;start&amp;quot;:&amp;quot;2022-01-10T17:00:00Z&amp;quot;,&amp;quot;target&amp;quot;:&amp;quot;2022-01-31T15:00:00Z&amp;quot;,&amp;quot;until&amp;quot;:&amp;quot;2022-01-11T20:55:38.205303701Z&amp;quot;}''' [[User:Hoodiesandboba|Hoodiesandboba]] ([[User talk:Hoodiesandboba|talk]]) 20:58, 11 January 2022 (UTC)&lt;br /&gt;
:To correct your link:&lt;br /&gt;
:&amp;quot;...If you take a look at this [https://xkcd.com/count-wimRikmef/state link] it displays...&amp;quot;&lt;br /&gt;
:As to where the &amp;quot;72cb154b23f959f908f5dc8eb03069c6df3f0f54aae896a0e7ed27befb2ee639.png&amp;quot; is rooted, I haven't dug into that (or what transforms might be being applied), but it looks like a manipulation of browser states might be able to prematurely reveal it. (I'm on mobile at the moment, and it's significantly more fiddly to poke into the page-scripting and markup than I can be bothered with this moment, but I know what I'd do with a good acreage of screen, mouse control and a proper keyboard to rattle away at. And the combined minds here surely can do even better than myself.) [[Special:Contributions/172.70.91.116|172.70.91.116]] 22:38, 11 January 2022 (UTC)&lt;br /&gt;
::The filename is a random number long enough to prevent brute force guessing to find future images. The state-file looks like some information for the javascript script where this URL comes from. I haven't looked into the script that much but from the values I'd say that it's telling when to start doing refreshs (2022-01-10T17:00:00Z) and when to stop doing that (2022-01-31T15:00:00Z). While these values are constant, the third value changes and is ten minutes after the time the page has been requested. I suppose this is telling the script, when to do a refresh of the image load. [[Special:Contributions/141.101.77.16|141.101.77.16]] 11:05, 13 January 2022 (UTC)&lt;br /&gt;
:::After some fiddeling, I've found the origin of the filename: It's the SHA-256 hash of the image [[Special:Contributions/141.101.77.16|141.101.77.16]] 11:05, 13 January 2022 (UTC)&lt;br /&gt;
::::There's already a note that it would be impossible to brute-force the filenames. But as the images are very similar to each other, would it be feasible to programmatically generate images similar to the last one (extending up and to the right, different variations of the line shape), hash those files, and test to see if they match images on the server? I'd expect it to reduce the number of possibilities by orders of magnitude, but not sure if that's enough to make brute-force attempts feasible and non-destructive. (Also don't know the PNG format well enough to know if an image with the same pixels in it is guaranteed to produce the same bytes in the file across different implementations) -- [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 11:16, 14 January 2022 (UTC)&lt;br /&gt;
:::::Hmm… if it was pure black and white, the total number of possible images would be within the realms of sanity to brute force. But add antialiasing and the numbers rapidly become silly. Even if you only allow pixels to change within a certain distance of the previous image, and restrict greys to places between a black and a white, the numbers quickly become absurd. Although that makes me think about making 1-bit versions of all the images so far, predicting a set of &amp;quot;next frame&amp;quot; possibilities at each step, and training a CNN to pick the correct next one; and if it gets accurate enough by the time we get to the present… hmm. How predictable is antialiasing? Do we know the software he's using to create the images; and if so is there a relatively predictable algorithm applied along the edges? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 11:41, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it counts down to Lunar New Year (the Year of the Tiger), as measured in Korea (the earliest timezone where that is celebrated). Actually, it reaches 0 one minute before the New Year, so maybe it will switch to seconds for the last minute. [[Special:Contributions/172.70.98.75|172.70.98.75]] 05:10, 12 January 2022 (UTC)&lt;br /&gt;
:Could be, but why. Randall has never to rarely? mentioned this new year... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:13, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think we are seeing a zoom out of some image. Perhaps it is the arm of Cueball? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:36, 12 January 2022 (UTC)&lt;br /&gt;
:It looks like there's a little curve at the top left of the line entering the frame! This makes the Cueball arm hypothesis more likely. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 14:18, 12 January 2022 (UTC)&lt;br /&gt;
::I also noticed that (and moved your comment up here, as it is kind of a reply to that). Seems like the picture updates every four hours, and that it happened last time at noon UTC today. And thus it will also be at midnight. So 4, 8, 12, 16, 20 and 24. But it is not certain yet and not sure it happened like that the first day or two. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:46, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added the first 12 images on this page: [[Countdown in header text/images]] - anyone may help uploading the new ones there. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:43, 12 January 2022 (UTC)&lt;br /&gt;
: Thank you! [[Special:Contributions/173.245.52.194|173.245.52.194]] 12:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone mind if I make a few spelling/grammar corrections to the article? It feels like the kind of thing that could be interpreted as rude, so I wanted to ask first. [[Special:Contributions/172.70.114.167|172.70.114.167]] 13:00, 12 January 2022 (UTC)&lt;br /&gt;
:No no please help me with my poor spelling. I'm Danish and not very good at spelling in English. Also anything I write is up for debate and can be changed. Just because I started this page do not give me ownership over it. As long as relevant info is not deleted the entire layout maybe changed. But better to get the page going sooner rather than later.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:46, 12 January 2022 (UTC)&lt;br /&gt;
::Alright!! Thank you so much for all your great work on this page! [[Special:Contributions/172.70.110.151|172.70.110.151]] 18:02, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I originally put this (without realising it wasn't the Talk page) in the Images sub-page, in response to the revelation it was (very probably) the SHA256 of the image data that was used to name the file:&lt;br /&gt;
*When I first looked at it and decided it was an obvious hash (yes SHA256 sounds about right, but nice to know someone's tried it) I personally had hoped it would be a hash of the datetime (plus a salt, maybe, to give it that extra little frisson of difficulty in reverse engineering... ;) ). But if it's as you say I think I'll refrain from getting any rainbow-tables set up and bashing through the possibilities in the rather huge phase-space it could represent. Of course, there must be a look-up table used by the server. It'd be too much to hope for that it's publically exposed though, and totally a rookie-error if it is. (That Randall, and maybe anyone he actually drafted in to implement it to save himself the worry, is surely not going to commit.)&lt;br /&gt;
...anyway, bringing it here, as being more conversational than informative. Still thought I should say it, but stupidly long as a comment so maybe I needn't have repasted it again! [[Special:Contributions/172.70.85.79|172.70.85.79]] 03:39, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Put this in here as it was before in the explanation --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:02, 13 January 2022 (UTC):)&lt;br /&gt;
Was going to say it's Hangman, but it looks like it's zooming in on the diagonal instead of continuing to make a gibbet. [[User:Thisfox|Thisfox]] ([[User talk:Thisfox|talk]]) 06:37, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I read the javascript of the countdown and noticed one thing that i didn't see mentioned anywhere on this page: the countdown text is moving upwards. When the countdown started the text was exactly in the middle of the image and at the end of the countdown the text will be at the top (you can see how it will look by changing the time in your system). The code will also make the text disappear and leave only the image after the countdown goes to zero. [[Special:Contributions/162.158.90.41|162.158.90.41]] 23:52, 13 January 2022 (UTC)&lt;br /&gt;
:Uuuh thanks that was interesting. Maybe to make more room for the image? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:09, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Greensboro sit-ins started on Feb 1, though the time is different.. But black history month? {{unsigned ip|172.70.135.48}}&lt;br /&gt;
&lt;br /&gt;
Thanks to [[User:Theusaf|Theusaf]] for helping with putting the images up on the image page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:09, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone here that can make an animation out of the images and put it in the explanation? If it is &amp;quot;easy&amp;quot; could it be updated some times on the way towards the final image on January 31st... Like the one on [[Time]]. That would be really nice. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:02, 14 January 2022 (UTC)&lt;br /&gt;
:I made an animation: [https://imgur.com/a/INh77nL] (Now i realize it wasn't needed because there already is automatically updating animation linked from the page...) [[Special:Contributions/162.158.159.105|162.158.159.105]] 18:18, 15 January 2022 (UTC)&lt;br /&gt;
::Not if you would let us use it here on xkcd. I have no contact to munvoseli. But if you made one we could upload here on xkcd on this page and then update it a few times, until we have a final version, then that would be much better than having one on a private persons page. Which may be deleted at any time. So cool you made one. If it is possible I would like to have one like the one at [[Time]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:41, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There's something else moving into the frame... We'll have to see what it is. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 19:12, 14 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
To even find this page, I had to page backward through the comic to get to Decorative Constants, go to the discussion, and come across the link to this page from there. I suggest that there be a direct link to this page from the explanation of every comic that existed while the countdown was in progress. A second question: has anyone determined for sure whether the ‘camera’ is zooming out from a blank spot in the final image, in which case we can expect other stuff to come into view from above and right, OR is it panning onto an image that is not changing size, in which case nothing will appear except from the direction it’s moving toward? And if it’s panning, has anyone tried estimating where the current stuff will end up?[[Special:Contributions/108.162.246.76|108.162.246.76]] 07:42, 15 January 2022 (UTC)&lt;br /&gt;
:I agree with you and have now changed the four comics that was active while the count down was active so far, so the link to this page is above their explanations. If people keep updating like this for new comics, there will be a link to the countdown page from the [https://www.explainxkcd.com/wiki/index.php/Main_Page front page]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:40, 15 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Does Randall already have kids? If not, maybe his wife is expecting? That's something you'd announce and the last two comics are about kids. Another idea: he's going to space 🚀. --[[Special:Contributions/162.158.233.115|162.158.233.115]] 20:47, 15 January 2022 (UTC)&lt;br /&gt;
:I’m sure he would have a birth announcement afterward, but I doubt he would try to predict it to the exact second, 21 days in advance.[[Special:Contributions/162.158.106.105|162.158.106.105]] 22:36, 15 January 2022 (UTC)&lt;br /&gt;
::Maybe it's a C section? Those are usually scheduled. lol but yeah that's unlikely.Wouldn't rule it out though.[[User:Sure|Sure]] ([[User talk:Sure|talk]]) 13:58, 17 January 2022 (UTC)&lt;br /&gt;
 &lt;br /&gt;
I noticed that it almost appears to be the tail fin of an airplane. I don’t know if it is, or if an airplane even makes sense? --[[Special:Contributions/172.70.230.57|172.70.230.57]] 22:11, 15 January 2022 (UTC)&lt;br /&gt;
:There's not enough time for it to make the several passes necessary, before the big 'reveal', but I'd have suspected Randall capable of parodying the {{w|Airplane!}} in-title parody of {{w|Jaws}}. Would have somewhat been a {{w|Shaggy dog story|shaggy}}-{{tvtropes|Brick_Joke|brick}} joke, but wouldn't put it past him... [[Special:Contributions/172.70.85.79|172.70.85.79]] 00:18, 18 January 2022 (UTC)&lt;br /&gt;
:: I actually think, after watching the animation so far on musoveli’s page, it looks more like a main wing of a swept wing commercial aircraft. If it is, and the pattern continues, we should be able to see the main body or an engine nacelle at least. --[[Special:Contributions/162.158.62.108|162.158.62.108]] 13:39, 18 January 2022 (UTC)&lt;br /&gt;
:::I agree now. First I was sure it was the tail of an airplane, but the way it moves into the image now, makes me think of the wing, with the plane body soon coming into view. That was at image 59... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:48, 19 January 2022 (UTC)&lt;br /&gt;
::::I think at the time of posting the body has just come into view! I may be wrong, as it is only a tiny sliver, but I am hopeful!--[[Special:Contributions/172.70.110.151|172.70.110.151]] 01:59, 20 January 2022 (UTC)&lt;br /&gt;
:::::I'm still more mentally-prepared for it being a tailfin (seen from the side, the 'new' line being the mid-dorsal surface of the main aircraft hull) than the port wing (the new bit being of the lateral airframe surface forward of the wings and perhaps just behind the cockpit point). But this POV will doubtless be overturned by the revelation of the next frame(s), which will make many of us look just as misdirectedly creduluous as each other. ;) [[Special:Contributions/172.70.86.22|172.70.86.22]] 02:50, 20 January 2022 (UTC) &lt;br /&gt;
::::::I can see the tailfin too, but because I am a human, and we dont shift our opinons easily, i still think its a plane. We might all be wrong though! This makes me think of a game from elementary school where on kid would draw a line, we would guess what it was, then the would draw another, and so on, until we guessed it. (I just realized that I wasnt logged in for my previous few posts here). --[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 13:34, 20 January 2022 (UTC)&lt;br /&gt;
::::::(Me again, 172.70.86.22, whatever this signs as.) In case you read me wrong, I was meaning a tailfin ''of a plane'' (rudder surface, vertical stabiliser, whatever), so I think we have agreement. Or had. Not seen the latest picture update(s), so my views may imminently change in a few moments when I actually do, and/or yours also will by the time you read this. ;) [[Special:Contributions/172.70.90.173|172.70.90.173]] 16:18, 20 January 2022 (UTC)&lt;br /&gt;
:::::::I understood what you meant by tail fin. I also now think you are right, becuase I think I can see a tiny little line poking out from the bottom corner that could be the vertical tail fin. (Is there a better word for it?)--[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 00:46, 21 January 2022 (UTC)&lt;br /&gt;
::::::::Once again, my opinion has changed. I now once more believe that it is a wing, now that we can see the windows of the plane. It almost looks like spaceshiptwo, which in my opinion is the coolest rocket in the industry right now. But it isn’t, because it doesn’t have the right wings. That was unrelated.--[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 02:54, 21 January 2022 (UTC)&lt;br /&gt;
:::::::::On a second look, it could be SpaceShipTwo in “shuttlecock” formation for reentry. Wouldn’t it be cool to see Randall in space? --[[User:BlackBeret|BlackBeret]] ([[User talk:BlackBeret|talk]]) 15:23, 21 January 2022 (UTC)&lt;br /&gt;
::::::::::{{w|SpaceShipTwo}} is not really looking at all like this commercial plane I believe it is. A passenger plane is my idea of how it looks now. I cannot tell if it is the wing or tail we see, but is inclined to sat that the thin line is the top of the passenger hull, and thus it is a wing, as the tailfin would not need this extra line as it is fused with the planes body. I also now begins to think the plane will land somewhere we can recognize (sky line) when the counter ends, and Randall is going there. But if he can actually land somewhere that precise seems farfetched. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:07, 21 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe it looks like he would draw the arm and upper &amp;quot;body&amp;quot; of a person running to the left. [[Special:Contributions/172.68.50.107|172.68.50.107]] 01:11, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one thinking it'll be another extra long comic like 1190? [[Special:Contributions/108.162.241.91|108.162.241.91]] 02:52, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall is secretly in space, having launched a few days after JWST, and the countdown is to when NASA will see the fruits of his elaborate plan to create the most epic photo bomb of all time. [[Special:Contributions/162.158.187.220|162.158.187.220]] 20:59, 16 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Surprised no one has linked to the xkcd comic called Countdown. It centers on the problem of having a countdown to something and people not knowing what it is (and also not being able to see all relevant information). Seems relevant in a couple ways. https://xkcd.com/1159/ {{unsigned ip|172.70.230.157}}&lt;br /&gt;
:Yes but there we don't know when the count ends, but we know what it is about. So kind of the reverse of this countdown. But I think I will add a line about it in the explanation. Also a search for [[Countdown]] goes there so maybe I also add a link here from that comic. (Remember to sign you comment) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:32, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did anyone calculate the speed/acceleration of the object moving in the frame? We can predict future positions if nothing changes  {{unsigned ip|172.70.162.155}}&lt;br /&gt;
:It just changed direction so nothing will come from that now. (Remember to sign you comment) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:32, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall's new comic is about [[Hypothesis Generation|hyposthesis genration]] (Sound familiar?), and the title text makes a lot of sense if you think about it from his perspective. [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 13:06, 18 January 2022 (UTC)&lt;br /&gt;
:I really do not think this comic is a comment on the countdown. But I can see why it could be funny for us here at explain. But I'm quite sure that Randall stays away from all these fora discussing his comics. We put way to much importance to this site if we think he actually comes here... ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:14, 18 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What do the comments in the explanation above that say &amp;quot;the timer may be using EST&amp;quot; mean? The timer is just counting down days, hours, and minutes. We should all see the timer reach zero at the same time even though that may be morning for some readers, afternoon for others, and night for other readers. Randall's living on Eastern Standard Time isn't going to make the countdown run any faster or slower than it would if he lived in a different time zone. --[[Special:Contributions/172.70.126.87|172.70.126.87]] 16:00, 18 January 2022 (UTC)&lt;br /&gt;
:Agreed have removed all ref to EST. It is UTZ that is interesting and of course Randall's local time zone in Boston. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:29, 18 January 2022 (UTC) [[Special:Contributions/172.70.115.20|172.70.115.20]] 03:54, 19 January 2022 (UTC)&lt;br /&gt;
::Guys put that back! It's referring to comic 1061! Not that I think it's likely, butlet's not dismiss that out of hand. [[Special:Contributions/172.70.115.20|172.70.115.20]] 03:54, 19 January 2022 (UTC)&lt;br /&gt;
:::That is ridiculous! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:42, 19 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the image entering the frame is a boomerang! [[User:Sure|Sure]] ([[User talk:Sure|talk]]) 12:53, 20 January 2022 (UTC)&lt;br /&gt;
:Well Randall has sure been fond enough of those that we have the [[:Category:Boomerangs]]. However, in none of those have he drawn that extra line that have appeared before you suggested this. So I would say, it is not!--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:24, 20 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yay, started by the new development with the counter in the [[xkcd Header text]], I was inspired to continue the work I started back in [https://www.explainxkcd.com/wiki/index.php?title=xkcd_Header_text&amp;amp;oldid=175813 June 2019] when I created the page regarding changes in the header. When I began adding the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|countdown]] at the top I became aware that I had left a period of more than a year with [https://www.explainxkcd.com/wiki/index.php?title=xkcd_Header_text&amp;amp;oldid=224089#Changes_not_documented_yet_2 Changes not documented yet 2] from September 2015 to November 2016 ([[xkcd_Header_text#Changes_not_documented_yet_1|Changes not documented yet 1]] is anything earlier than March 2014). And today I finished documenting the gap so now [[xkcd_Header_text#2016-04-04_-_Protip_on_Garden|Protip on Garden]] is suddenly also here, just below where the undocumented section was, which I deleted today. And thus the protip is now not just mentioned in the trivia on the [[1663: Garden]] page. Of course it would be great to continue backwards, but it is a hughe project. But there where some important changes in the now closed gap, among other the longest running book promotion for [[Thing Explainer]]. Of course I cannot say it is complete back to march 2014, but anything staying longer than two weeks in the front page header I believe I would have found. But I have not walked through every archived version ;-) They load terribly slow. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:39, 20 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I guess when more windows come into view, we’ll finally know whether the windows continue far to the left of the wing, or stop well short of the tail fin (which the two currently showing already seem to me to be too close to). {{unsigned ip|162.158.107.188}}&lt;br /&gt;
:That is true. Wonder if the plane will land in a city that can be recognized when the counter runs out? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:07, 21 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;That new bottom-left line worries me. [...]&amp;lt;/s&amp;gt; [[Special:Contributions/172.70.86.68|172.70.86.68]] 15:50, 22 January 2022 (UTC)&lt;br /&gt;
:Retracted. I was still thinking a viewpoint mildly downward, or exactly level with the aircraft, but a very slight upward view (and from slightly forward?) onto the underside of the HS surface would conceivably produce that profile.&lt;br /&gt;
:Note that I'm commenting on xkcd.com directly, as the frames in the /images page have been left fallow for a while now. I presume someone is going to catch us up again when they have the wherewithall (unfortunately, I don't right now, hard to edit complex things on this device, and I wouldn't be able to upload the frames to the wiki anyway).  ...no rush, we have... 8d 0h 23m left, at least, to be thorough about this. ;) [[Special:Contributions/172.70.90.121|172.70.90.121]] 14:37, 23 January 2022 (UTC)&lt;br /&gt;
::I have now uploaded up to the current on xkcd nr. 85. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:09, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wondered if there was anything else interesting in the js file that updates the countdown. [https://gist.github.com/Toby222/bff2734e98efadd9e9c3b2dc64902c43 So I de-minified it.] (There is nothing noteworthy.) [[User:Toby|Toby]] ([[User talk:Toby|talk]]) 17:20, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The new parachute theory could be a possibility. I have added this and two others to the top of the image theories and moved all else into an Early theory section. For sure it is a plane. And also added the parachute idea to the countdown theory section. Not my theory, but moved it to two other places than where it was first stated. (Left it there though!). Not special certain it will be, but could be. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:09, 23 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe Randall found D.B. Cooper? ;D [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;256.256.256.256&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my&amp;lt;/font&amp;gt;]] [https://www.youtube.com/watch?v=dQw4w9WgXcQ/ &amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;back&amp;lt;/font&amp;gt;])  13:49, 24 January 2022 (UTC)&lt;br /&gt;
:Maybe he's going to announce he ''is'' D.B. Cooper..! [[Special:Contributions/172.70.90.121|172.70.90.121]] 14:01, 24 January 2022 (UTC)&lt;br /&gt;
:: :o [[User:256.256.256.256|&amp;lt;font color=&amp;quot;800080&amp;quot;&amp;gt;surprised pikachu&amp;lt;/font&amp;gt;]] ([[User talk:256.256.256.256|&amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;talk about me behind my&amp;lt;/font&amp;gt;]] [https://www.youtube.com/watch?v=dQw4w9WgXcQ/ &amp;lt;font color=&amp;quot;0000FF&amp;quot;&amp;gt;back&amp;lt;/font&amp;gt;]) 11:50, 25 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've been checking the possible aircraft used for Zero-G (parabolic) flights, and currently - in the US at least - none of the models used have 'standard' hull-mounted horizontal stabilisers, as in the picture. They're either T-tails or cruciform (midway up the vertical stabiliser), possibly for very good reasons. (i.e., at the most crucial part of the flight envelope, it keeps the control surfaces out of the immediate wake of the wings. Handy feature, more than overcoming the engineering compromises needed to mount things that way.) Assuming any attempt at accuracy{{fact}} this might rule that option out. (And skydiving is usually high-winged non-jets, and this seems to be a low-winged jet.) Though A300-ranged planes have been used in Europe and conceivably loosely fit the given profile. But it looks like a smaller plane than many of the Vomit Comets (and larger than most parachute-party planes). Unfortunately, it still rules far too many other options in, never mind artistic &amp;lt;s&amp;gt;innacuracy&amp;lt;/s&amp;gt; drift. [[Special:Contributions/172.70.85.79|172.70.85.79]] 15:14, 24 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
suggestion: make a bot that uploads the newest image with https://xkcd.com/count-wimRikmef/current .[[Special:Contributions/162.158.187.92|162.158.187.92]] 18:20, 25 January 2022 (UTC)Bumpf&lt;br /&gt;
:With just five days left it is not worth the bother... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Actually, this started to get a little boring a few days ago. https://xkcd.com/1951/ Just sayin’ [[Special:Contributions/108.162.246.98|108.162.246.98]] 12:52, 26 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
First the airplane image...now two alien-themed comics in a row...Of course!!! It seems so obvious! Randall is an alien! The countdown is to the big reveal! /j [[Special:Contributions/172.70.114.99|172.70.114.99]]&lt;br /&gt;
:Unless he keeps up alien themed jokes through the week I do not think they will be related to the count down. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The new development makes me think it is a plane like {{w|Boeing E-3 Sentry}}. With a radar on top. If not another plane is above, holding this one, which could make it something with a going into space plane? Not sure if those that exist would look like this though. But the radar would probably look like this. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:50, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
(based on 110 frames available): The upper black &amp;quot;arc&amp;quot; can be some hair and the ellipse on the right look like the right glass of a pair of glasses. The latter I think because the upper line of the plane's main body gets refracted a bit. So this might become a picture with a glasses-wearing person in front and a plane in the background. If somebody more web-comic-savy than me recognizes a character we might see the start of Randall's vacation and his vacation replacement.[[User:Kimmerin|Kimmerin]] ([[User talk:Kimmerin|talk]]) 15:43, 27 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The line below the windows is a fairly common place to switch from a dark to light color with a commercial airline livery, or a line of color, etc. The floor of the passenger compartment is generally a little below the middle of the fuselage, the windows are above. The fuselage looks much more typical if that line is just paint than if it's demarking the fuselage from something else. The curved object in the upper right would be the right place for a winglet if the plane were banking slightly, particularly a winglet like the A350's.&lt;br /&gt;
&lt;br /&gt;
;Countdown not appearing on certain comics (most notably [[980: Money]])&lt;br /&gt;
I have not checked every comic, and this may be a bug or nerd sniping, but this could mean... something? Idk [[User:Eebop|Eebop]] ([[User talk:Eebop|talk]]) 02:41, 28 January 2022 (UTC)&lt;br /&gt;
: Money has custom text in the header specific to the comic. I assume when he does this it just overrides the default, where the countdown is. [[Special:Contributions/198.41.238.117|198.41.238.117]] 04:09, 28 January 2022 (UTC)&lt;br /&gt;
::Yes that is the same for all comics that have [[xkcd_Header_text#Unique_header_text|Unique header text]], so this doesn't mean anything. So far I have found 14 of those. Mainly me who edits the [[xkcd Header text]] page where all changes to the header text can be logged. And the unique headers are listed there as well. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:44, 28 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have a feeling the black thing in the top right corner is a bird wing, and the thing beneath it on the plane is its talon, meaning a giant bird is carrying a plane.  Maybe the image has absolutely nothing to do with what will happen at the end of the countdown?  [[Special:Contributions/172.69.90.23|172.69.90.23]] 13:47, 28 January 2022 (UTC)&lt;br /&gt;
:Don't think so, also now it is clear it is the wing. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:10, 29 January 2022 (UTC)&lt;br /&gt;
::Yeah, I see that now.  When I posted that it certainly looked like a talon.  My new guess is that I have no idea what the black thing is.  However, it appears to be attached to the countdown itself now, maybe a graph?&lt;br /&gt;
&lt;br /&gt;
;Raptors on a Plane?&lt;br /&gt;
Excuse me, but that should be Raptors on ''every'' plane.[[User:Szeth Pancakes|Szeth Pancakes]] ([[User talk:Szeth Pancakes|talk]]) 20:08, 28 January 2022 (UTC)&lt;br /&gt;
:Looks like a raptor tail to me. [[User:Silverfunk|Silverfunk]] ([[User talk:Silverfunk|talk]]) 14:50, 28 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;What if? 2 on amazon&lt;br /&gt;
There's a listing for What if? 2 (https://www.amazon.com/dp/0525537112) on amazon that may be linked to the countdown? Considering I can't find anything about it before recently I feel like the countdown could've been to announce it. [[User:Flumnble|Flumnble]] ([[User talk:Flumnble|talk]]) 03:29, 30 January 2022 (UTC)&lt;br /&gt;
:I originally imagined that, and had (thought I'd) checked Amazon and another retailer, but hy neither showing an 'available for pre-order' that looked relevent was resigned to it being something else. Unless the countdown was to when the pre-orders would be possible... If it is, then someone at Amazon may have jumped the gun/not kept the gunvsafely holstered and broken the embargo early... Going to check your link in a moment, but first checking my prefered (physical) store's web-site and a couple of others... We got Kirk into space, already, so I'm not now too bothered in pushing yet more money Jeff's way. [[Special:Contributions/172.70.85.73|172.70.85.73]] 03:59, 30 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2570:_Captain_Picard_Tea_Order&amp;diff=225986</id>
		<title>2570: Captain Picard Tea Order</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2570:_Captain_Picard_Tea_Order&amp;diff=225986"/>
				<updated>2022-01-29T23:48:21Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Other Words */ Interpretations upon interpretations.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2570&lt;br /&gt;
| date      = January 19, 2022&lt;br /&gt;
| title     = Captain Picard Tea Order&lt;br /&gt;
| image     = captain_picard_tea_order.png&lt;br /&gt;
| titletext = We can ask the Earl for his order once he's fully extruded from the dispenser.&lt;br /&gt;
}}&lt;br /&gt;
*This was the fifth comic to come out after the [[Countdown in header text]] started.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Captain {{w|Jean-Luc Picard}} is a primary character in the science fiction TV series ''{{w|Star Trek: The Next Generation}}'', which is focused on the crew of a starship.  The ship is equipped with {{w|Replicator (Star Trek)|replicators}}, which can create virtually any object or material requested, including food and drink, and which respond to verbal commands. &lt;br /&gt;
&lt;br /&gt;
In the show, Picard's beverage of choice is {{w|Earl Grey tea}}.  His habitual method for ordering is to first specify what he wants (tea, in this case), then specify a particular type (Earl Grey), and then give specific instructions for how it is to be served (hot, as opposed to {{w|iced tea}}).  Because this is his favored drink, he repeatedly places the exact order &amp;quot;[https://www.youtube.com/watch?v=iaAT6-dY1QI Tea. Earl Grey. Hot.]&amp;quot; The first picture in the strip implies that the display shows each part of the order, and provides a list of options for the next step.&lt;br /&gt;
&lt;br /&gt;
[[Randall]] parodies this repeated order by suggesting [[#Other Words|other words]] that could follow &amp;quot;Tea. Earl Grey.&amp;quot;, starting from ones he considers more &amp;quot;normal&amp;quot; moving to those he presumes increasingly &amp;quot;less normal&amp;quot; down a long and winding arrow.&lt;br /&gt;
&lt;br /&gt;
The results of two examples from the normal/less-normal scale are also illustrated: Sticky tea and loud tea. Sticky is kind of obvious, though perhaps not immediately understandable, the loud version is a tea that screams &amp;quot;Teeee...&amp;quot;  The vibrating and screeching teacup may be a reference to the various ''Star Trek'' episodes about {{w|tribble}}s, which behave in a similar way in the presence of Klingons.&lt;br /&gt;
&lt;br /&gt;
The very last qualifying addition, the least normal is not a single word but &amp;quot;Tea for him, too.&amp;quot; This reinterprets the meaning of the standard introductory words, suggesting that &amp;quot;tea&amp;quot;, and &amp;quot;Earl Grey&amp;quot; are separate orders, which implies that he wants the replicator to produce tea, then replicate a human being named Earl Grey (either one of the {{w|Earl Grey|Earls Grey}} or a person surnamed Grey with the given name of Earl), then a second tea to serve to this newly created person. {{w|Earl Grey tea}} is named after the {{w|Charles Grey, 2nd Earl Grey}}, a 19th century British Prime Minister, and Captain Picard possibly wishes to have said Earl be generated to provide him with company.&lt;br /&gt;
&lt;br /&gt;
In contrast to the often trivial use of a replicator as merely a potentially infinitely versatile vending machine, the comic sets up a number of quite esoteric options, culminating in Earl Grey himself potentially drinking (generic) tea, after both the tea and he have been replicated into existence by Picard.&lt;br /&gt;
&lt;br /&gt;
In the title text, someone tells Picard that they should wait until the Earl has been fully extruded from the dispenser, and ''then'' ascertain what he would actually wish to drink. The presumption is that it could take some time to get a full living person out of the replicator.  This sort of operation would be better suited for the holodeck, which has been used to create simulacra of other historical figures, including Stephen Hawking, Albert Einstein, and Sir Isaac Newton, with the limitations that they are mere simulations without their own autonomy and cannot exist beyond the limits of the fixed holotransmitters; though at least two others seem to have gained full sentience, and granted (or be convinced they were granted) physical freedom.&lt;br /&gt;
&lt;br /&gt;
In the various versions of ''{{w|Star Trek}}'', it's established that {{w|Replicator_(Star_Trek)#Origins_and_limitations|replicators aren't capable of producing living things}}, so canonically this version of the order could not be filled.&lt;br /&gt;
&lt;br /&gt;
===Other Words===&lt;br /&gt;
{| border =1 width=100% cellpadding=1 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Word !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Hot&lt;br /&gt;
| A fairly normal word to be used when ordering tea. Although that it even needs specifying is itself a clue that other variations (such as &amp;quot;Iced&amp;quot;, below) are available. This is the chosen word of the five visible words Picard is potentially presented with in the first drawing. The act of requesting this is thus illustrated, though not of the appearance of the tea itself.&lt;br /&gt;
|-&lt;br /&gt;
| Iced&lt;br /&gt;
| {{w|Iced tea}} is a typical variation of tea. In the United States, iced tea is a popular alternative to soft drinks and makes up about 85% of all tea consumed.&lt;br /&gt;
|-&lt;br /&gt;
| Decaf&lt;br /&gt;
| Traditional teas (from {{w|Camellia sinensis}}) tend to have caffeine in them. Asking for {{w|Decaffeination|decaffeinated}} tea is not particularly uncommon if the drinker requires it. In the series ''Picard'', set several decades after ''The Next Generation'', Picard does actually order &amp;quot;Tea, Earl Grey, decaf&amp;quot; in [https://tvline.com/2020/01/26/star-trek-picard-premiere-easter-eggs-earl-grey-decaf/ one scene]. Earl Grey tea typically has [https://simplelooseleaf.com/blog/black-tea/earl-grey-tea-caffeine/ about 30 milligrams of caffeine,] depending on how long it is {{w|Steeping|steeped}}.&lt;br /&gt;
|-&lt;br /&gt;
| Good&lt;br /&gt;
| A normal, subjective term. Most people drinking tea would want it to be good, but to specify it like this would perhaps be strange. This is one of the words in the first drawing, as a listed alternative to Hot.&lt;br /&gt;
|-&lt;br /&gt;
| Lukewarm&lt;br /&gt;
| While this is a temperature that tea can be at, most people (including Jean-Luc) do not want their teas to be lukewarm. &lt;br /&gt;
|-&lt;br /&gt;
| Tasty&lt;br /&gt;
| Similar to good, most people would want their tea to be tasty, or at least flavorsome. This word being below 'lukewarm' may imply that Randall dislikes Earl Grey. Or perhaps he actually considers it implicit, and thus is fairly redundant to specify - unlike even 'hot'.&lt;br /&gt;
|-&lt;br /&gt;
| Boiled&lt;br /&gt;
| Boiling the water used to make the tea is a common and normal way to increase the flavor and nutrients extracted from the tea leaves, though it is suggested that the actual ideal temperature of hot water is 75-98°C (167-210°F), according to whether it is a light tea or a dark one, and that perhaps it should be sipped at around 65°C/150°F-ish if desired 'hot'.&lt;br /&gt;
Having made a tea and ''then'' bringing it back to the boil (especially after adding milk/etc.) may destroy some of the desirable qualities previously imbued. {{w|Masala chai}} is generally boiled, but would never be made with Earl Grey.&lt;br /&gt;
|-&lt;br /&gt;
| Watery&lt;br /&gt;
| Tea is a drink that often involves water, but this perhaps suggests over dilution or under infusion in some way.&lt;br /&gt;
|-&lt;br /&gt;
| Sour&lt;br /&gt;
| Many people do not enjoy a sour taste, which can accompany rot and is a strange thing to specify when ordering Earl Grey tea. Although lemon juice is often an additive used in the same way (but as a complete alternative) to milk.&lt;br /&gt;
|-&lt;br /&gt;
| Meaty&lt;br /&gt;
| Most teas are plant-based. While meat-based teas such as {{w|beef tea}} do exist they are more generally regarded as either a soup or a medicine, and unlikely to be combined with actual tea. Meaty is also a descriptive term that could be used for robustly flavoured teas, such as an Assam. However, Earl Grey is a light, floral tea, for which this descriptor is unlikely to be appropriate.&lt;br /&gt;
|-&lt;br /&gt;
| Solid&lt;br /&gt;
| Tea is usually drunk as a liquid. It would be strange to ask for solid tea, unless there was a situation where it could be rehydrated later.   &lt;br /&gt;
|-&lt;br /&gt;
| Dry&lt;br /&gt;
| {{w|Dryness (taste)|&amp;quot;Dry&amp;quot;}} describes alcoholic beverages with no sweetening ingredients, and all the sugar has been consumed by the fermentation. While unsweetened tea is nothing unusual, describing it as &amp;quot;dry tea&amp;quot; is. Alternatively Picard might be asking for literal dry tea, either unmade (e.g. tea leaves in their un-infused form) or freeze-dried back into a dehydrated form. &lt;br /&gt;
&lt;br /&gt;
This is one of the five words Picard was seen presented with in the first drawing.&lt;br /&gt;
|-&lt;br /&gt;
| Raw&lt;br /&gt;
| This describes tea that has not been &amp;quot;cooked&amp;quot;, so it would just be tea made with room-temperature water. {{w|Iced_tea#Sun_tea|Sun tea}} is a form of iced tea that can be brewed by placing tea in a large glass container with water and leaving the container in the sun for hours, resulting in a smoother flavor. A replicator could likely produce sun tea at the same speed as hot tea, making it a viable (if somewhat exotic) choice of preparation.&lt;br /&gt;
|-&lt;br /&gt;
| Deep-fried&lt;br /&gt;
| Tea is not usually deep-fried. But you'll probably {{w|Deep-fried Mars bar|find someone}} who has tried it, [https://www.pitco.com/blog/deep-fried-liquids-trend one way or another].&lt;br /&gt;
|-&lt;br /&gt;
| Sticky&lt;br /&gt;
| Perhaps significantly dehydrated, or thickened with enough of a hydrophilic substance, this would produce something very unlike most teas that would usually be requested.  For example, the addition of significant amounts of sugar may lead to a more viscous brew.&lt;br /&gt;
This scenario is illustrated to show a clearly messy product that awkwardly sticks to and drips from the replicator as well as Picard.&lt;br /&gt;
|-&lt;br /&gt;
| Grilled&lt;br /&gt;
| Meats and vegetables can be prepared via grilling, as can sandwiches and other foods. However, the grilling process requires that the comestible in question be solid so as not to fall through the grill; beverages are notorious for lacking solidity, and thus are not typically grilled.&lt;br /&gt;
|-&lt;br /&gt;
| Fossilized&lt;br /&gt;
| Fossilizing leaves replaces their biological molecules with minerals. Brewing fossilized tea leaves would dissolve some of those and produce a beverage that resembles mineral water more than tea.&lt;br /&gt;
|-&lt;br /&gt;
| Magnetic&lt;br /&gt;
| Tea is not magnetic. Magnetic metals would have to be added to the tea, which would not be pleasant to drink. In addition, consuming more than one magnetic source may end up squeezing tissues in the intestines or bowels, with potentially lethal consequences. However, this would not be the {{w|Irn-Bru|first drink}} to be supplemented with iron.&lt;br /&gt;
|-&lt;br /&gt;
| Ballistic&lt;br /&gt;
| Usually, the replicated beverage is deposited in a stationary cup, but Picard could ask for it to be dropped or thrown out instead. Unless the good captain has a sufficiently quick reaction time and the dexterity to catch the projectile cup, the tea will likely end up spilled onto the floor or splattered against a wall, making the temperature setting of the tea a moot point.&lt;br /&gt;
|-&lt;br /&gt;
| Unstable&lt;br /&gt;
| This word is often used to refer to radioactive or explosive materials, which hopefully is not a property that would apply to something meant to be ingested. Alternatively, this could imply that the receptacle into which the tea is delivered should be unstable - being unbalanced, or lacking a flat bottom. This is likely to lead to the tea being spilled.&lt;br /&gt;
|-&lt;br /&gt;
| Blessed&lt;br /&gt;
| Tea is a beverage, and it may be strange to ask a machine to create 'blessed' tea. However, if the machine were to use holy water, already blessed by a human, it is [https://www.quora.com/When-does-Holy-water-lose-its-Holiness-If-its-boiled-is-the-resulting-water-vapor-still-considered-Holy-Does-it-lose-its-Holy-property-when-it-transfers-into-a-gas-Is-it-still-Holy-when-it%E2%80%99s-frozen#:~:text=In%20other%20words%2C%20as%20long,else%2C%20it%20remains%20holy%20water.&amp;amp;text=a%20simple%20change-,Never.,He%20is%20faithful possible] for it to remain &amp;quot;blessed&amp;quot; after the water is used to make tea. It is also possible that this is a reference to tea which could be used in [http://www.archbishoplefebvre.com/blog/baptism-can-i-use-any-liquid baptism].&lt;br /&gt;
In role-playing games, items can be Blessed, i.e. having greater positive or lesser negative effects. This includes potions, a class of drinks that do not usually include any teas but could contain the &amp;quot;potion of water&amp;quot;, which may also, therefore, be the basis of this blessed brew.&lt;br /&gt;
|-&lt;br /&gt;
| Blurry&lt;br /&gt;
| Being blurry is not a normal state for tea to have. Cloudy, on the other hand, is quite normal for certain brews.&lt;br /&gt;
|-&lt;br /&gt;
| Loud&lt;br /&gt;
| While molecules in tea (especially hot tea, and vitally so in an {{w|The Hitchhiker's Guide to the Galaxy (novel)|Infinite Improbability Drive}}) do move vigorously, this does not usually result in distinct audible effects.&lt;br /&gt;
However, as illustrated, it seems the requested cup of tea is produced capable of emitting a high-pitched, high-volume whining sound that entirely dominates the vicinity. It actually appears to somewhat vocalize what it is, Teeeee...&lt;br /&gt;
|-&lt;br /&gt;
| Virtual&lt;br /&gt;
| Virtual tea cannot be produced physically, so asking a physical tea machine for it would be very strange. However, it might be useful on the holodeck, a device that can produce a virtual environment able to be interacted with.&lt;br /&gt;
|-&lt;br /&gt;
| Intravenous&lt;br /&gt;
| This means the tea would be injected directly into the customer's veins, likely a very painful experience if the tea comes out boiling. Instrument of choice would probably be a {{w|Infuser|''tea infuser''}}. &lt;br /&gt;
|-&lt;br /&gt;
| Expanding&lt;br /&gt;
| In a sense, most hot tea is expanding: as the water in the tea evaporates, it becomes much less dense, increasing in &amp;quot;size&amp;quot;. &lt;br /&gt;
But most people would probably argue that the evaporated water is no longer part of the tea. Water, like most materials, usually expands as it increases in temperature—except between freezing and about 4° C, where it has the unusual property of {{w|Water_%28molecule%29#Density_of_water_and_ice|''contracting slightly''}} as temperature increases. If tea behaves similarly despite the extra dissolved compounds, then &amp;quot;expanding tea&amp;quot; would describe any tea between 4° C and boiling point. Possibly beyond, and explosively so, if {{w|Superheating|superheated}} and then nucleating points are introduced.&lt;br /&gt;
On the other hand, this tea may simply be tea spilled on the floor, which could then spread out as it evaporated.&lt;br /&gt;
|-&lt;br /&gt;
| Ironic&lt;br /&gt;
| How tea could be ironic will be a mystery if your culture has no understanding of irony.  The irony of the most celebrated Frenchman in science fiction history delighting in a very British beverage is a nice touch of cosmopolitanism. There is also a possibility that the tea will speak or otherwise communicate in ironic terms. While this is very strange and unlikely, it can be considered, given the other scenarios on this list.&lt;br /&gt;
|-&lt;br /&gt;
| Segmented&lt;br /&gt;
| Tea is usually served in a cup. There is the simple explanation that the cup is divided into segments, though this is the cup, and not technically the tea itself. Tea tends to stick together and form one liquid making it hard to segment. Separating the tea into segments would not be possible without some form of an emulsifying gel.&lt;br /&gt;
|-&lt;br /&gt;
| Verbose&lt;br /&gt;
| This describes using lots of words and language, and would not likely be used for tea, because it cannot speak. Command-line computer programs often run in a 'silent' mode without displaying every step of what happens on the screen. Such programs may have a {{w|Verbose mode|''-verbose'' parameter}} that disables the silent mode. As the replicator is run by a computer, the verbose parameter could be applied to the process of tea-making, with the replicator providing an info-dump on the molecular arrangement of the tea, together with the cup of liquid.&lt;br /&gt;
|-&lt;br /&gt;
| Cursed&lt;br /&gt;
| As with &amp;quot;Blessed&amp;quot;, above, items can be Cursed in role-playing games, i.e. having greater negative or lesser positive effects; while there are strategic uses for Cursed items, generally the player would prefer uncursed ones (neutral or blessed). Amongst curseable items are potions, a class of consumables that do not usually include any teas but does contain the &amp;quot;potion of water&amp;quot;, which may therefore be the cause of this cursed cuppa.&lt;br /&gt;
Cursed items have featured in xkcd previously: [[2332: Cursed Chair]], [[2376: Curbside]], and [[:Category:Cursed Connectors]].&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cursed items&amp;quot; are more vaguely defined in real life, making &amp;quot;cursed tea&amp;quot; something rare. However, it is possible for a drink to be [https://www.quora.com/How-do-I-know-if-my-drink-had-a-witchs-hex-potion hexed].&lt;br /&gt;
|-&lt;br /&gt;
| Unexpected&lt;br /&gt;
| By definition, Picard is asking for tea, expecting it promptly.  Perhaps the request for it to be &amp;quot;unexpected&amp;quot; would cause it to be delivered at an unknown time in the future, or to have some alteration.&lt;br /&gt;
|-&lt;br /&gt;
| Bipedal&lt;br /&gt;
| Bipedal organisms have two feet.  As tea does not walk, this would be a very strange term to use when describing tea.  &lt;br /&gt;
|-&lt;br /&gt;
| Afraid&lt;br /&gt;
| Tea does not have feelings.  Although water {{w|Water memory|may remember things}} (at least pseudo-scientifically) or [https://www.quotes.net/mquote/901305 consider some things to be unpleasant].&lt;br /&gt;
|-&lt;br /&gt;
| Infinite&lt;br /&gt;
| The scope of this request is unclear. It could mean endless production (a steady stream of tea, without obvious limits so long as servicing the request remains practical), an instantaneous production of an infinite volume of tea (possibly more immediately shown to be flawed in its method of execution), or tea which will exceed the heat death of the universe. Either could result in an infinitely ''dense'' tea (eventually?), but this may no longer be {{w|No-hair theorem|identifiable as tea}} so might be one of the less practical options, even amongst those on this list.&lt;br /&gt;
Indeed, Randall ranks it as the least 'normal', except for just ''one'' further named order.&lt;br /&gt;
|-&lt;br /&gt;
| Tea for him, too&lt;br /&gt;
| The comic ends its punchline by suddenly changing the syntax. Instead of adding a second adjective, Picard adds a second order of tea for an unseen guest. In ''Star Trek'', Jean-Luc Picard often offers tea to other people, so it is unclear why this would be the least normal, other than to place it at the bottom of the chart.&lt;br /&gt;
The change in syntax can be further combined with the title text: now this Replicator order is for &amp;quot;Tea&amp;quot; (not otherwise qualified), plus a replicated version ''of'' the Earl Grey (one or other of those {{w|Earl Grey|of that name}}, possibly the {{w|Charles Grey, 2nd Earl Grey|2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; Earl}} for whom the tea blend was supposedly named), and a second such beverage for him to later drink. See more in the [[#Explanation|explanation]] above regarding the title text.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Words Picard could have seen in the first drawing, but which were not included as labels on the line&lt;br /&gt;
|-&lt;br /&gt;
| Cold&lt;br /&gt;
| Like Iced tea, asking for cold tea is a relatively normal request.&lt;br /&gt;
|-&lt;br /&gt;
| Pink&lt;br /&gt;
| Earl grey is usually an orange-brown color, not pink. There are, however, a wide variety of [https://www.adagio.com/search/index.html?query=rose teas which come from pink leaves] or [https://www.flourandspiceblog.com/karachi-style-kashmiri-chai-pink-tea/ whose color is &amp;quot;pinkish&amp;quot;].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[At the top of the panel, there is a large caption covering two lines with a sub-caption below in a normal-sized font:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Other words Captain Picard tried at the end of his tea order before settling on &amp;quot;hot&amp;quot;&amp;lt;/big&amp;gt;&lt;br /&gt;
:From most normal to least&lt;br /&gt;
&lt;br /&gt;
:[Bellow this we see Picard, drawn bald except for a bit of hair near his ears and behind his head. He stands next to a machine, which is a standing rectangle of the same dimensions as Picard. In the front, there is an opening around the middle, a dispenser from where the ordered items can be retrieved. There is a label at the top of the machine. Picard is giving a command to the machine. His first three words are clearly spoken out as they stand, but then at the end of the sentence, instead of just adding one more word, there is a list of five words in a column between two gray lines. Five words are visible, but the top and bottom words are fading out, presumably other words are above and below, but no longer visible. All except the middle are gray. The middle word is placed as the direct follow up to the first three words in the sentence Picard speaks out, and this word is black like the previous three words. So this middle word is clearly the one he actually speaks out. The others were options, presumably on his mind.]&lt;br /&gt;
:Label: Replicator&lt;br /&gt;
:Picard: &lt;br /&gt;
                   &amp;lt;font color=&amp;quot;Gray&amp;quot;&amp;gt;Good.&amp;lt;/font&amp;gt;&lt;br /&gt;
                   &amp;lt;font color=&amp;quot;Gray&amp;quot;&amp;gt;Cold.&amp;lt;/font&amp;gt;&lt;br /&gt;
   Tea. Earl Grey. Hot.&lt;br /&gt;
                   &amp;lt;font color=&amp;quot;Gray&amp;quot;&amp;gt;Dry.&amp;lt;/font&amp;gt;&lt;br /&gt;
                   &amp;lt;font color=&amp;quot;Gray&amp;quot;&amp;gt;Pink.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[To the left of the machine, a long arrow begins snaking its way towards the bottom, where it ends in an arrow pointing down towards the bottom of the panel. At the top, there is a broad and thick bar from which it starts. Beneath this there are several ticks, the first three are close together and on a part of the arrow that goes almost straight down. But then the arrow curves in under the drawing of Picard, and goes over another drawing of him, placed in a captioned frame. The arrow goes around this and up on the other side, where it goes around another drawing of Picard in a similarly captioned frame. After having gone around this frame it goes a bit up before turning almost straight down before the final arrowhead that points down. In total there are 36 labeled ticks on the arrow, see labels below. The ticks have very varying distances between them. There are especially long between them around the first panels with Picard, but closer together at the start and towards the very end. Above the top bar from where the arrow starts there is also a label and just below this and to the left of the long arrow is a smaller arrow pointing down in the direction of the long arrow. This small arrow has a label at its starting point.]&lt;br /&gt;
:Bar label: Normal&lt;br /&gt;
:Small arrow label: Less normal&lt;br /&gt;
&lt;br /&gt;
:[The second drawing of Picard, shows him standing next to the labeled machine. Picard is this time holding a cup, with sticky lines connecting his hands and the machine to the cup. He clearly looks down at the cup rather than on the machine, as the hair behind his ear is turned differently than the first drawing, where he looks straight towards the machine. Above is a label inside a frame overlaid on the top line of the panel, with what Picard ordered:]&lt;br /&gt;
:&amp;quot;Tea. Earl Grey. Sticky.&amp;quot;&lt;br /&gt;
:Label: Replicator&lt;br /&gt;
&lt;br /&gt;
:[The third drawing of Picard, only displays him and not the machine. He is holding a vibrating cup in both hands and has now turned the other way, away from where the machine was in the previous drawings (again clearly seen by his hair). Very large letters are displayed in three lines behind him to the exclusion of all else. Four of the 15 letters are partly hidden behind the panel's frame, and seven of them are partly covered by Picard. Above is a label inside a frame overlaid on the top line of the panel, with what Picard ordered:]&lt;br /&gt;
:&amp;quot;Tea. Earl Grey. Loud.&amp;quot;&lt;br /&gt;
:Teacup: &amp;lt;big&amp;gt;'''Teeeeeeeeeeeeee'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Words on the arrow from start to finish:]&lt;br /&gt;
:Hot&lt;br /&gt;
:Iced&lt;br /&gt;
:Decaf&lt;br /&gt;
:Good&lt;br /&gt;
:Lukewarm&lt;br /&gt;
:Tasty&lt;br /&gt;
:Boiled&lt;br /&gt;
:Watery&lt;br /&gt;
:Sour&lt;br /&gt;
:Meaty&lt;br /&gt;
:Solid&lt;br /&gt;
:Dry&lt;br /&gt;
:Raw&lt;br /&gt;
:Deep-fried&lt;br /&gt;
:Sticky&lt;br /&gt;
:Grilled&lt;br /&gt;
:Fossilized&lt;br /&gt;
:Magnetic&lt;br /&gt;
:Ballistic&lt;br /&gt;
:Unstable&lt;br /&gt;
:Blessed&lt;br /&gt;
:Blurry&lt;br /&gt;
:Loud&lt;br /&gt;
:Virtual&lt;br /&gt;
:Intravenous&lt;br /&gt;
:Expanding&lt;br /&gt;
:Ironic&lt;br /&gt;
:Segmented&lt;br /&gt;
:Verbose&lt;br /&gt;
:Cursed&lt;br /&gt;
:Unexpected&lt;br /&gt;
:Bipedal&lt;br /&gt;
:Afraid&lt;br /&gt;
:Infinite&lt;br /&gt;
:Tea for him, too&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Star Trek]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2574:_Autoresponder&amp;diff=225939</id>
		<title>2574: Autoresponder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2574:_Autoresponder&amp;diff=225939"/>
				<updated>2022-01-29T11:25:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ General edits.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2574&lt;br /&gt;
| date      = January 28, 2022&lt;br /&gt;
| title     = Autoresponder&lt;br /&gt;
| image     = autoresponder.png&lt;br /&gt;
| titletext = I ADMIRE HOW YOU SET BOUNDARIES AND I HOPE YOUR COLLEAGUES RESPECT THEM! PLEASE SPARE MY LIFE!&lt;br /&gt;
}}&lt;br /&gt;
*This was the ninth comic to come out after the [[Countdown in header text]] started.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VERRY AGRESSIVE AUTORESPONDER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[Cueball]] and [[White Hat]] are going to some kind of show (a movie or concert, perhaps), and Cueball asks White Hat if he is ready to go, who affirms this but asks for Cueball to email him the tickets before they go (probably, as electronichtickets with one-use QR Codes, in case they are separated before they arrive, to save time.) &lt;br /&gt;
&lt;br /&gt;
But when Cueball does this he apparently sends them to White Hat's work email by mistake. When White Hat is not at work he has an autoresponder activated that tells people to not disturb him as he is not at work. Usually this means that his email server sends an automatic response telling the sender of the mail that he is not at work, so may not expect an immediate reply.&lt;br /&gt;
&lt;br /&gt;
But in this comic, White Hat has a physical autoresponder standing behind him, drawn as a human with thicker/rougher lines as if clad in bulky clothing, wearing spiky knee and elbow guards and a spike-embossed and notably scarred crash-helmet upon its head. It casually holds a glintingly sharp sword in its hand. When Cueball inadvertently activates it, it plunges forward to 'defend' White Hat from begin disturbed by work related things during his spare time. It is so aggressive that it even violently pushes White Hat out of the way, with a blow to the face so that he falls back and dislodges his hat, as it prepares to confront the perpetrator Cueball.&lt;br /&gt;
&lt;br /&gt;
In the caption below [[Randall]] states that he feel bad when he activates his friends autoresponders. It is unclear if this is because he thinks he disturbs them with what they might think is work, because he then knows he will not get a reply or if he feels attacked (like Cueball in the comic) by their 'aggressively worded' auto-replies.&lt;br /&gt;
&lt;br /&gt;
In the title text Cueball shouts out (in all caps) to the autoresponder &amp;quot;I admire how you set boundaries and I hope your colleagues respect them! Please spare my life!&amp;quot;  He therefore thinks it is a ''good'' idea for time away from work where you cannot be contacted by your work mates. He probably intended to use a personal email,vrather than the work-related one, under the circumstances.&lt;br /&gt;
&lt;br /&gt;
It is unclear if the autoresponder is a human or a robot, but the open-faced helmet reveals the fringe and neck-length hair generally used by female characters, Meghan in particular. In the last case this would be reminiscent of the [[:Category:Android|Android series]], especially the last [[600: Android Boyfriend]] where one of the androids moves past its owner.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and White Hat are talking to each other while Cueball is typing on his smartphone. A dark haired figure stands behind White Hat, drawn with thicker/rougher lines as if clad in bulky clothing, wearing spiky knee and elbow guards, a spike-embossed and notably scarred crash-helmet upon its head and a holding a glintingly sharp sword in its hand.]&lt;br /&gt;
:Cueball: Ready to go?&lt;br /&gt;
:White Hat: Yup! Can you email me the tickets before we leave?&lt;br /&gt;
:Cueball: Sure, one sec.&lt;br /&gt;
&lt;br /&gt;
:[The next panel is nested inside the first, although at first it just looks like two individual panels. This could indicate the second panel is an immediate response to the first. The armored figure aggressively moves forward towards Cueball, who drops his phone in surprise. The armored figure has its sword-arm raised, the other hand pushing White Hat behind it, by pushing him in the face which causes him to stumble backwards so his hat starts to fall off.] &lt;br /&gt;
:Cueball: Okay, I sent it to-&lt;br /&gt;
:Armored figure: '''''It is outside work hours!'''''&lt;br /&gt;
:Armored figure: '''''Prepare to die!'''''&lt;br /&gt;
:Cueball: ''Augh!''&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I always feel bad when I trigger my friends' work autoresponders.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text&amp;diff=225774</id>
		<title>Countdown in header text</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text&amp;diff=225774"/>
				<updated>2022-01-27T11:42:29Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Ongoing description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| date      = January 10, 2022&lt;br /&gt;
| title     = Countdown in header text&lt;br /&gt;
| image     = Countdown_in_header_text.png&lt;br /&gt;
| before    = The countdown will probably last 21 days. After February 1st 2022 it is likely to have disappeared. See this [https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] archive version.&lt;br /&gt;
| ldomain   = www&lt;br /&gt;
| lappend   =  &lt;br /&gt;
| extra     = yes&lt;br /&gt;
}}&lt;br /&gt;
*Go directly to the list of [[Countdown in header text/images|images]].&lt;br /&gt;
**Or [[Countdown in header text/images#newestpicture|Jump to the newest picture]]&lt;br /&gt;
***The images can also be found [https://munvoseli.github.io/xkcd-countdown/ here] on munvoseli's page where comparison of two images and an animation can be seen.&lt;br /&gt;
{{TOC}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
*On January 10th 2022, [[Randall]] added a countdown in the top right corner of the [[xkcd Header text]] on {{xkcd}}.&lt;br /&gt;
**This happened while the comic [[2565: Latency]] was up.&lt;br /&gt;
***First the xkcd Header text was [[xkcd_Header_text#2022-01-08_-_Back_to_standard_text|changed back]] to the [[xkcd_Header_text#Header_text|standard text]] for the first time in almost three years:&lt;br /&gt;
****xkcd updates every Monday, Wednesday, and Friday. &lt;br /&gt;
***But already while this Friday-comic was still up on the following Monday the [[xkcd_Header_text#2022-01-10_-_Standard_text_with_countdown|countdown]] was added.&lt;br /&gt;
****This was thus up when the Monday comic [[2566: Decorative Constants]] was released, drawing more people to the xkcd page.&lt;br /&gt;
*The first [[#Archived Versions|archived version]] from [https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] read 20d 20h 27m.&lt;br /&gt;
**It looks like it started on [https://munvoseli.github.io/xkcd-countdown/ 01-10 17:00 UTC]. &lt;br /&gt;
***At that time it would have read 20d 21h 59 min. Just two hours and 1 minute short of 3 weeks.&lt;br /&gt;
*This countdown will reach zero on Monday 2022-01-31 at 14:59 (2:59 PM) {{w|UTC}}, or 9:59 AM in Boston, Randall's home town.&lt;br /&gt;
**If seconds will be added towards the end, it seems likely that it may end exactly at 15:00 UTC (10:00 AM in Boston).&lt;br /&gt;
***Further, the timer may be using [[1061:_EST|EST]], in which case it will count up for four hours on 2022-01-18, and will end on 2022-01-31 23:00 UTC.&lt;br /&gt;
****Though either way, it would fall on Monday, and therefore the day comic 2575 should be released.&lt;br /&gt;
****The full moon has since passed, and now we know that the timer isn't using EST, so it will indeed reach zero at or near 2022-01-31T15:00Z.&lt;br /&gt;
*The next day on [https://web.archive.org/web/20220111153818/https://xkcd.com/ 2022-01-11] a diagonal black bar appeared in the lower left-hand corner of the countdown box and started to move further into the image on following changes to the [[#Images|image]].&lt;br /&gt;
**This development called for the creation of this dedicated [[Countdown in header text]] page.&lt;br /&gt;
**The line had already moved further into the image at this time, but the latest version will never be available in the web archive.&lt;br /&gt;
***This development is reminiscent of the huge comic [[1190: Time]].&lt;br /&gt;
*As mentioned above, [https://munvoseli.github.io/ Munvoseli] is keeping  [https://munvoseli.github.io/xkcd-countdown/ track of the changes] to the image on the countdown.&lt;br /&gt;
**Although there are (at 2022-01-12 12:35 UTC) thirteen different frames we know of, the first three looks the same (because the diagonal bar was not in the frame yet) and the seventh and the eighth also seems to be the same, even though the bar had already begun moving across the frame from the fourth. This is either on purpose, a slipup or means that The Frame&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt; might not be zooming out of a larger image.&lt;br /&gt;
***However, the images that look the same all have individual addresses on the xkcd server. See more under [[#Images|Images]] below.&lt;br /&gt;
***Similarly, frames 91 and 92 seem to be exactly the same. Also frame 92 did not upload as part of the roughly four hour schedule, but between two frames that are part of the regular schedule.&lt;br /&gt;
&lt;br /&gt;
Randall has previously made a comic simply called [[1159: Countdown]]. However, in that the roles are reversed. There we know that the countdown is for (Super Volcano) but not if it will happen soon or very much later. Here we know when, and it is rather soon, but not what.&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
*Images will be put on [[Countdown in header text/images|this separate page]].&lt;br /&gt;
**The images can also be found [https://munvoseli.github.io/xkcd-countdown/ here] on munvoseli's page.&lt;br /&gt;
***It is possible to compare two images, chosen between those released, on that page!&lt;br /&gt;
***From 2022-01-14 it has also been possible to see an animation.&lt;br /&gt;
**See more details at the top of the image page.&lt;br /&gt;
*After a few days the black lines forming the image came into conflict with the clock, which has a rounded white frame around it. This can be seen in one of the earliest examples here:&lt;br /&gt;
[[File:Countdown in header text Clock Cover Black Lines.png]]&lt;br /&gt;
*Also at this time a new development happened after the &amp;quot;plane tail&amp;quot; moved forward it stopped on 2022-01-18 and started moving up (or zooming in). See for instance these two comparison from munvoseli's page showing the difference from the 8 pictures before today, and then after three out today:&lt;br /&gt;
[[File:Countdown in header text Compare 40 to 48.png]] [[File:Countdown in header text Compare 48 to 51.png]]&lt;br /&gt;
*Later a similar change happens, as it changes from zooming out to slowly moving towards the right, although the windows and the door appear to move more in relation to the frame than the rest of the aircraft:&lt;br /&gt;
[[File:Countdown in header text Compare 85 to 90.png]] [[File:Countdown in header text Compare 95 to 90.png]]&lt;br /&gt;
&lt;br /&gt;
===Ongoing description===&lt;br /&gt;
** Frames 1-12: A diagonal line.&lt;br /&gt;
** Frame 13: A curve seems to begin at the top left of the line. &lt;br /&gt;
** Frame 18: The curve connects the diagonal line with a horizontal line.&lt;br /&gt;
** Frame 27-28: A new line appears in the bottom left corner.&lt;br /&gt;
** Frame 40-42: The new line turns out to be connected to the horizontal line, forming a corner which is not attached to any other line.&lt;br /&gt;
** Frame 49: The &amp;quot;camera movement&amp;quot; direction changes, while the object is still moving upward it stopped moving towards the left side, moving towards the right instead. &lt;br /&gt;
** Frame 54: A slight upward curve seems to appear in the right line, the left line seems to have a small bend downwards, though that could at that point just be a straight line that Randall drew without a ruler.&lt;br /&gt;
** Frame 60-62: A new line appears in the bottom right corner, it turns out to be a continuation of the first original line which curves upward and has a positive slope at that point of the picture, between about 2 o'clock and 3 o'clock. The downward bend of the left line continues on straight in the same direction, it was probably an intentional bend and not an irregularity in drawing a straight line by hand.&lt;br /&gt;
** Frame 63: In the minimum of the right curved line a new line starts appearing, way thinner than the others (which were up to this point all rather part of one line) and going slightly downwards and very much to the left, at an angle somewhere between 8 o'clock and 9 o'clock.&lt;br /&gt;
** Frame 67: A possible feature becomes visible at the bottom edge of the image that might resolve the exact nature of the (currently presumed) aircraft, e.g. which particular aerodynamic surface we have been seeing and thus from which particular orientation we are viewing it.&lt;br /&gt;
** Frame 68-72 makes it clear this must be an aircraft by showing windows and a door and clearly the tail fin. As late as frame 69 some people argued that the tail fin could have been a wing.&lt;br /&gt;
** Frame 73-83 brings a horizontal stabilizer into view.&lt;br /&gt;
** Frame 87-89: A new curved line appears on the underside of the (presumed) aircraft, so there either is something behind it or it might not be an aircraft.&lt;br /&gt;
** Frame 96-99: An arc is coming into view in the upper right corner, likely the top edge of a cloud.&lt;br /&gt;
*** Turned out not to be a cloud.&lt;br /&gt;
** Frame 101-107 seems to be some kind of radar on top of the plane, like the one on {{w|Boeing E-3 Sentry}}. Or alternatively this plane is hanging beneath another plane. Not looking at all like {{w|Spaceshiptwo}}, but something similar, which could make this plane a spaceplane?&lt;br /&gt;
** Frame 107 perhaps the new item on top of the plane is the tail of a dinosaur?  perhaps like the one on the cover of &amp;quot;what if...&amp;quot; book.   perhaps it's a new book?&lt;br /&gt;
&lt;br /&gt;
==Theories==&lt;br /&gt;
*Here are different theories for what the countdown is for and what the picture is going to reveal can be added.&lt;br /&gt;
&lt;br /&gt;
===The picture===&lt;br /&gt;
*Theories about the picture:&lt;br /&gt;
**From 2022-01-21 it became certain that it was a plane! Passenger plane. Door and windows are visible. &lt;br /&gt;
***From 2022-01-22 it became clear that it was the rear end, so it was a tailfin that came into the panel to begin with. Up til the day before it was still a bit uncertain if it could have been a wing.&lt;br /&gt;
*** from 2022-01-24 a bottom line has appeared which doesn't fit well with a 'standard' airliner.  perhaps the image is deliberately misleading (eg will transform into something else)&lt;br /&gt;
*** From 2022-01-26 something looking like a radar like the one on a {{w|Boeing E-3 Sentry}} began emerging in the top right corner.&lt;br /&gt;
**What will this lead up to - theories about this.&lt;br /&gt;
***It could be an airplane with a banner like in [[1355: Airplane Message]].&lt;br /&gt;
****That would very soon be clear as the bottom part of the rear end seems to be coming into view during 2022-01-24, if the direction does not change again.&lt;br /&gt;
*****This is now ruled out, since the plane is clearly not towing a banner.&lt;br /&gt;
***It could end up landing in a city, perhaps with a skyline pinpointing where Randall will be or move.&lt;br /&gt;
****However, unlikely to manage this in real life as the count down ends.&lt;br /&gt;
****Also, very unlikely (1 in 60, or even 1 in 3600) that such a landing would occur exactly on the hour. &lt;br /&gt;
*****But it could also just be the time when he announces he has moved... &lt;br /&gt;
***Maybe Cueball will make a parachute jump, and Cueball could represent a real life Randall, as this could in principle be timed very accurately.&lt;br /&gt;
****This is something you would schedule a month or more ahead, want to tell people about in advance, want to make a big deal about on your website, is not quite as bizarre as zero-G and probably more fun {{citation needed}}, could be done with an adventurous wife, explains why it’s the tail of the plane in the image, and (assuming no mechanical, medical, or meteorological problems, a safe assumption), might go something like “on my mark, it’ll be 9:59:56 A.M. in Boston... mark. 3, 2, 1, JUMP!” Maybe it’ll be just Cueball/Randall, but could more likely include Megan representing his wife.&lt;br /&gt;
****However, it could very easily be that the weather in January could foil the attempt, or at least the timing.&lt;br /&gt;
****The plane appears to be a commercial jetliner, though, rather than the small prop planes used for parachute jumps. Unless, of course, Randall is revealing his real identity has been Wesley Snipes all along&lt;br /&gt;
&lt;br /&gt;
====Early theories====&lt;br /&gt;
Many early theories were generated before the picture was decisively revealed to be a plane.&lt;br /&gt;
&lt;br /&gt;
*It seems after two days and 12 pictures like either something is moving into the frame or that it is a zoom out from a white area of a large picture. Maybe it is the arm of Cueball that will come into view.&lt;br /&gt;
*The second line makes it look somewhat like the tail fin of an aircraft.&lt;br /&gt;
**Or the wing of an aircraft (left if looking down at it). Perhaps the plane is towing a banner that will fly through the frame. &lt;br /&gt;
***After almost a week this looks like the most promising suggestion so far. Now that the direction of the camera movement has changed, we might get to see the rest of the aircraft soon.&lt;br /&gt;
****From picture 63, it more and more seems like it was the tail fin of a plane and now we can see the body.&lt;br /&gt;
*****It's almost certainly the tail (and now a bit of the rear fuselage) of an aircraft.&lt;br /&gt;
******It could just as easily be the left wing and part of the fuselage (showing windows on the right side of an airliner), with the tail fin out of view to the rear, as being the tail fin from an angle where the left wing is out of view behind the fuselage.&lt;br /&gt;
*******judging by the relative size of the (presumed) windows, I think it's more likely to be the left wing than the tail fin.&lt;br /&gt;
*******Based on the way planes are drawn in [[1868: Eclipse Flights]]. [[1355: Airplane Message]] and [[1669: Planespotting]], plane wings have a point on their edge and tail fins have a flat side, and (if a line is present) a thick line separates wings from the body, whereas thin lines or no lines separate tail fins, so this is a tail fin. &lt;br /&gt;
*******In the bottom left there appears to be the top part of a horizontal stabilizer, implying this is the tail.&lt;br /&gt;
********It’s a tail fin, that’s finally clear, but that’s the underside of the stabilizer. Which means this would be the best angle to view Cueball/Randall parachuting out of that door, something that would be predictable to the exact minute (barring all kinds of things that could go wrong).&lt;br /&gt;
*******Appears to be a door to the left of the windows&lt;br /&gt;
*******It could be an airplane with a banner like in [[1355: Airplane Message]]&lt;br /&gt;
***Tail of a space shuttle, perhaps?&lt;br /&gt;
****While I think Randall would've also drawn in the signature black part of the rudder, the shape fits perfectly&lt;br /&gt;
****Timing is close (though not exact) to the Columbia disaster anniversary (2003-02-01 1359 UTC)&lt;br /&gt;
***I'm thinking the tail of a Zeppelin. &lt;br /&gt;
****Although those normally have longer tail fins.&lt;br /&gt;
*Maybe it is some kind of vehicle rolling into frame, like a car?&lt;br /&gt;
*Or the word xkcd? (or xkcd 2?)&lt;br /&gt;
*Could have been &amp;quot;Hangman&amp;quot;, but it looks like it's zooming in on the diagonal instead of continuing to make a gibbet.&lt;br /&gt;
*With the new second line appearing in the corner as of frame 28 it looks like it's definitely zooming out of an image. It looks like it could be someone's arm in a running position.&lt;br /&gt;
*I think it could also be two legs of a reclining stick person.&lt;br /&gt;
*The lines suggest a shark fin and the movement would suggest it swimming across the frame.&lt;br /&gt;
**If it was a shark fin, then the most likely candidates would be the first dorsal fin and the pectoral fin, but both end in points rather than edges like in the pictures of the header puzzle. An aircraft tail fin still seems most likely.&lt;br /&gt;
*Maybe it's a two-dimensional shape viewed from a weird angle? &lt;br /&gt;
**Like a rectangle viewed from a floating, tilted perspective&lt;br /&gt;
**Or the top of the k in xkcd&lt;br /&gt;
**Or a boat dock?&lt;br /&gt;
*The r/xkcd subreddit produced some early theories : &lt;br /&gt;
**Cueball's arm&lt;br /&gt;
**The letter D, as in &amp;quot;The End&amp;quot;  &lt;br /&gt;
**A spider's web, in reference to comic 1688&lt;br /&gt;
***With the airplane revelation, this reference turned into a meme in the subreddit, where users tried to justify the presence of an airplane shape inside a bigger-scope spider picture&lt;br /&gt;
***Some joke theories included:&lt;br /&gt;
****A giant spider flinging airplanes from the sky, as a new potential &amp;quot;What If?&amp;quot;&lt;br /&gt;
****The lines are a web and the apparent windows the eyes of a giant spider&lt;br /&gt;
****The airplane is a complex-looking spider leg, and 8 of them form a spider&lt;br /&gt;
***Another redditor made the airplane part of a dragon's head&lt;br /&gt;
&lt;br /&gt;
===Countdown===&lt;br /&gt;
*Theories about the countdown:&lt;br /&gt;
*Several have already been mentioned in the discussion:&lt;br /&gt;
**Maybe Randall is going on vacation?&lt;br /&gt;
**Notice that as of now - 22-Jan-2022 7am PST - (not sure exactly when it happened) the countdown has disappeared.  Temporarily (perhaps to make the image cleaner?) or permanently?  [[User:Pharmacovigilant|Pharmacovigilant]] ([[User talk:Pharmacovigilant|talk]]) 15:38, 24 January 2022 (UTC) The next time I looked (Sunday?), the countdown was back.  No idea if it was a glitch or what.&lt;br /&gt;
**Randall's next book, either the countdown is counting down to the start of promotion or it is released when the countdown ends.&lt;br /&gt;
***Usually Randall has made month long [[:Category:Book promotion|book promotions]] before release. So if it is the release day it is a new way to do it. But he will get a lot of attention. If it is just the start of promoting it, people might get disappointed…&lt;br /&gt;
****For instance he began promoting his [[xkcd_Header_text#2015-05-14_-_New_book_Thing_Explainer|new book Thing Explainer]] in the header text. That was in May 2015 and the book was first released [https://blog.xkcd.com/2015/05/13/new-book-thing-explainer/ late November 2015]. Most of this time the header text was promoting the book.&lt;br /&gt;
**{{w|James Webb Space Telescope}} (JWST) going into orbit about L2 {{w|Lagrange point}}.&lt;br /&gt;
***Randall has already made several comics about the telescope. The latest [[2564: Sunshield]] was released just five days prior to the countdown was started.&lt;br /&gt;
***But the telescope will not reach the point but rather go into a large orbit around it, so a precise timer counting down to it seems a bit farfetched.&lt;br /&gt;
***On NASA's page on JWST it seems like it will [https://www.jwst.nasa.gov/content/webbLaunch/deploymentExplorer.html#25 go into orbit] 29.5 days after its [[December 25th Launch]], on Christmas Day, so it should have already started the orbit by the 23rd or 24th of January - 8 days before the countdown.&lt;br /&gt;
***Also No based on the image.&lt;br /&gt;
**{{w|Lunar New Year}}&lt;br /&gt;
***In China it starts on February 1st and a [https://yourcountdown.to/chinese-new-year countdown for China] is 8 hours behind.&lt;br /&gt;
****The South Korean time zone is UTC+9, hence 14:59 UTC = 23:59 in South Korea, one minute to Feb 1.&lt;br /&gt;
*****But it's weird if Randall that has basically never mentioned this holiday suddenly makes a three week countdown for it, and why choose South Korea when most would think of China in this context…?&lt;br /&gt;
**Randall will stop making xkcd (Goodbye in the image).&lt;br /&gt;
***Hopefully not.&lt;br /&gt;
****Agreed, {{tvtropes|PoisonOakEpilepticTrees|to be avoided}}&lt;br /&gt;
***It might be a temporary stop (hiatus).&lt;br /&gt;
**[https://nationaldaycalendar.com/backward-day-january-31/ National Backward Day]&lt;br /&gt;
***This is not a day mentioned on Wikipedia at the time of release of the countdown, so seems unlikely.&lt;br /&gt;
**Maybe it will be an announcement of xkcd 2, a new and improved version for… some reason?&lt;br /&gt;
***Seems unlikely…&lt;br /&gt;
**{{w|Black History Month}}. The {{w|Greensboro sit-ins}} started on Feb 1 1960. Black History Month also begins on February 1st, also in 2022.&lt;br /&gt;
***But this countdown stops early on January 31st so seems unlikely. &lt;br /&gt;
***However, before changing the Header recently it was about [[xkcd_Header_text#2020-06-03_-_Black_Lives_Matter|Black Lives Matter]] for more than 1.5 years, first ending on December 20th 2021, less than a month before the countdown began. In between that there was a short Christmas sale reminder until a week into 2022. So it could just be another way of reminding of us the issues faced by black people in the US.&lt;br /&gt;
****If this was true, I feel like it would be simpler to just change back to the Black Lives Matter text at the top of the screen. Also, it seems increasingly likely as of Jan. 20th that the image is some kind of plane, which doesn't really have much to do with Black History Month (that I know of?)&lt;br /&gt;
**The accompanying header says specifically &amp;quot;xkcd updates Monday, Wednesday, and Friday&amp;quot;--maybe the countdown is to the reveal of a new update schedule?&lt;br /&gt;
***Very unlikely. This was the standard header for a long time. It was used when Randall had nothing better to say. But with all his books and the trouble in US with elections and BLM, he has used the header as a platform most of the time many years now. So the standard text is rare. But he did return it for two days before adding the count down, making it seem just like normal.&lt;br /&gt;
***A guess is that it returned to this, so the header text did not take any focus away from the countdown.&lt;br /&gt;
**[[:Category:Red Spiders|Red spider]] attack?&lt;br /&gt;
***Un-Likely&lt;br /&gt;
**He will become a father - could be a planned C-section.&lt;br /&gt;
***As this is unpredictable, and could go wrong, then this would be a dangerous countdown, people can be very superstitious, even if scientist.&lt;br /&gt;
**As it currently looks (after a [[1070: Words for Small Sets|few days]] into the countdown) it may be a trip he is taking by plane. &lt;br /&gt;
***Maybe going somewhere people could meet him.&lt;br /&gt;
****Book tour?&lt;br /&gt;
***Moving a long way from home (down under or the like).&lt;br /&gt;
****Maybe he's moving to Japan? Could be a plane, and the time zone would fit, at least.&lt;br /&gt;
*****Then the countdown would be until when the plane lands, not to midnight.&lt;br /&gt;
******What has time zones to do with this clock? It counts down to the same time all over the world, and will reach zero at the same time no matter what time zone you are in. &lt;br /&gt;
******Time zones have to do with where it will be midnight when the countdown reaches zero.  If it's a countdown to when January ends (a moment before February begins), then it's until that moment in the time zone where the countdown reaches zero at that time.&lt;br /&gt;
****If it is a plane, then maybe it will land in a new city Randall moves to when the counter ends, and the skyline will be visible...&lt;br /&gt;
**Perhaps it's a start to a new series like [[1190: Time]].&lt;br /&gt;
***It is already a series that works like Time, so seems unlikely.&lt;br /&gt;
**Zero-G flight, really looks like plane to me.&lt;br /&gt;
***Could be time he will first go weightless which could be fairly well known except for bad weather&lt;br /&gt;
**A parachute jump by Randall. Could be predicted as well as the zero G.&lt;br /&gt;
**How about the [https://www.hitc.com/en-gb/2021/09/09/star-trek-picard-season-2-release-date-plot-cast/ new series of Picard]?&lt;br /&gt;
***{{w|Star Trek: Picard (season 2)}} is set to run from March 3 2022, which both Wikipedia (link before) and [https://www.imdb.com/title/tt8806524/episodes?season=2 IMDb] agrees upon so bad to miss by more than a month, and what would the plane in the image have to do with this anyway?&lt;br /&gt;
***So No!&lt;br /&gt;
** The xkcd world tour!! I wish&lt;br /&gt;
** I'm beginning to see another part of the picture entering into view, underneath the arc and above the body of the plane. To me, it looks like it could be a leg of sorts (Early bet: it could be a dinosaur)&lt;br /&gt;
**Maybe something to do with aliens? Randall posted two comics about aliens secretly observing earth in a row now, could that be related?&lt;br /&gt;
&lt;br /&gt;
===count-wimRikmef===&lt;br /&gt;
* The identifier of the script contains what is probably an acronym, but for what?&lt;br /&gt;
** count / wim (?) / Rik (name) &amp;amp; me f(light)&lt;br /&gt;
** Or it's just the output of whatever js minimizer was used.&lt;br /&gt;
** R = Randall?&lt;br /&gt;
* The &amp;quot;img&amp;quot; tag has a misspelled &amp;quot;heigth&amp;quot; attribute. Probably just a typo?&lt;br /&gt;
&lt;br /&gt;
==Archived Versions==&lt;br /&gt;
;Seems like the links are (currently?) not working properly?&lt;br /&gt;
*Here is a list of the versions that has been saved to the web archive during the countdown.&lt;br /&gt;
**The counter in that version is written behind the date of the web archive.&lt;br /&gt;
**Note that the counter is active on the archived version counting minutes down from the start. Some of the versions almost changing the minutes just after loading. But it will always count from the time given here:&lt;br /&gt;
#[https://web.archive.org/web/20220110183238/https://xkcd.com/ 2022-01-10] 20d 20h 27m&lt;br /&gt;
#[https://web.archive.org/web/20220110214138/https://xkcd.com/ 2022-01-10] 20d 17h 18m&lt;br /&gt;
#[https://web.archive.org/web/20220111011115/https://xkcd.com/ 2022-01-11] 20d 13h 48m&lt;br /&gt;
#[https://web.archive.org/web/20220112005828/https://xkcd.com/ 2022-01-12] 19d 14h 1m&lt;br /&gt;
#[https://web.archive.org/web/20220113044552/https://xkcd.com/ 2022-01-13] 18d 10h 14m&lt;br /&gt;
#[https://web.archive.org/web/20220114010759/https://xkcd.com/ 2022-01-14] 17d 13h 51m&lt;br /&gt;
#[https://web.archive.org/web/20220114195624/https://xkcd.com/ 2022-01-14] 16d 19h 3m&lt;br /&gt;
#[https://web.archive.org/web/20220115052737/https://xkcd.com/ 2022-01-15] 16d 9h 32m&lt;br /&gt;
#[https://web.archive.org/web/20220116074923/https://xkcd.com/ 2022-01-16] 15d 7h 10m&lt;br /&gt;
#[https://web.archive.org/web/20220116225217/https://xkcd.com/ 2022-01-16] 14d 16h 7m&lt;br /&gt;
#[https://web.archive.org/web/20220118050255/https://xkcd.com/ 2022-01-18] 13d 9h 57m&lt;br /&gt;
#[https://web.archive.org/web/20220118195259/https://xkcd.com/ 2022-01-18] 12d 19h 6m&lt;br /&gt;
#[https://web.archive.org/web/20220119213308/https://xkcd.com/ 2022-01-19] 11d 17h 26m&lt;br /&gt;
#[https://web.archive.org/web/20220120103559/https://xkcd.com/ 2022-01-20] 11d 4h 23m&lt;br /&gt;
#[https://web.archive.org/web/20220121102349/https://xkcd.com/ 2022-01-21] 10d 4h 36m&lt;br /&gt;
#[https://web.archive.org/web/20220122002328/https://xkcd.com/ 2022-01-22] 9d 14h 36m&lt;br /&gt;
#[https://web.archive.org/web/20220122223018/https://xkcd.com/ 2022-01-22] 8d 16h 29m&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Meta]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2246:_Christmas_Presents&amp;diff=225549</id>
		<title>2246: Christmas Presents</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2246:_Christmas_Presents&amp;diff=225549"/>
				<updated>2022-01-25T01:34:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Undo revision 225542 by 172.70.110.147 (talk) You again? And not bothered with an account this time, I see.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2246&lt;br /&gt;
| date      = December 25, 2019&lt;br /&gt;
| title     = Christmas Presents&lt;br /&gt;
| image     = christmas_presents.png&lt;br /&gt;
| titletext = &amp;quot;The parasitism might be mediated by a fungus!&amp;quot; exclaimed the biologist who was trying to ruin Christmas again.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the second comic in a row about presents, this one in particular calls them {{w|Christmas gift|Christmas presents}}, and it was also released on {{w|Christmas}} Day. This is the second [[:Category:Christmas|Christmas comic]] in a row after [[2245: Edible Arrangements]].&lt;br /&gt;
&lt;br /&gt;
A {{w|Christmas tree}} cut down from the woods will typically be placed in a living-room soon after being cut down, and left standing there through the holiday season. On {{w|Christmas Eve}} or {{w|Christmas Day}}, or even earlier, presents are typically put beneath the tree under the lower branches. Once the tree is cut down, it will eventually start turning brown and/or losing its needles as it no longer receives any nutrients from its roots.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
Based on this observation (on Christmas Day) some biologist (or [[Randall]]) concludes that the presents are a type of {{w|parasitic plant}}—that is, a plant that derives some or all of its nutritional requirement from another living plant. Since such a plant can use the sugars produced by the parasitised tree it does not necessarily have to perform photosynthesis by itself (although some parasitic plants such as mistletoe are photosynthetically active). If the parasitic plant is not doing photosynthesis it can live in the shade beneath a tree that it parasitizes as it has no need for light, and since it does not need chlorophyll either, it may not be green (e.g. {{w|Orobanche}}).&lt;br /&gt;
&lt;br /&gt;
With  presents often being wrapped in bright white and red colored paper, Randall concludes that this indicates a lack of chlorophyll, thus fitting with the idea of a parasitic plant. With the presents being in the shade of the tree and the tree's health suffering, the evidence can only lead to the conclusion that Christmas presents are parasitic plants.&lt;br /&gt;
&lt;br /&gt;
In the title text a biologist says that &amp;quot;The parasitism might be mediated by a fungus!&amp;quot;  While many parasitic plants attach themselves directly to the plant they are parasitising (e.g. {{w|mistletoe}}, a parasitic plant which is often used to symbolize romance at Christmas) this is obviously not the case with the Christmas presents which are not growing out of the Christmas tree - which appears to rule out a parasitic relationship. However, the biologist has an answer for that: Some parasitic plants (such as {{w|sarcodes|snow flowers}}) do not attack the tree directly but instead form a connection to mycorhizal {{w|Fungus|fungi}}. These fungi are receiving sugars from the trees and in turn provide it with mineral nutrients. By parasitising these fungi the snow flower can steal the sugars of the tree indirectly, one says that the fungi is mediating the parasitism.&lt;br /&gt;
&lt;br /&gt;
Randall dismisses these words as coming from a biologist who is &amp;quot;trying to ruin Christmas again&amp;quot;, which could have several meanings.  It could be that the biologist really is just trying to ruin Christmas, and is trying to be more successful than in previous years by tying Christmas presents to fungus in people's minds.  One might say that the biologist is not a &amp;quot;fun guy&amp;quot; for doing this. {{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
It could instead be the case that the biologist is quite earnest in his belief that Christmas presents are harmful plant parasites and is attempting to spray the presents with a {{w|fungicide}}, which would probably be toxic and potentially contaminate not only the wrapping paper but also the presents inside their boxes. &lt;br /&gt;
&lt;br /&gt;
Finally, it could be that the biologist is right, and Christmas presents are hosts to or otherwise associated with a parasitic fungus (and Randall's dismissal is a sign of his infection).  There are some parasitic fungi that hijack the brains of host animals and alter their behavior.  The most famous of these is probably ''{{w|Ophiocordyceps unilateralis}}'', the so-called &amp;quot;zombie ant fungus&amp;quot;, which causes its hosts to perch on a high plant to maximize the distance traveled by the fungus's spores.  Ants have in turn developed strategies for detecting and removing infected members from the colony's territory.  None of these fungi are known to infect humans, but they did inspire the zombie fungus in ''{{w|The Last of Us}}''.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A Christmas tree decorated with 16 balls and a star at the top with a high trunk with space for several presents beneath. About 13 presents with different patterns of paper and some with strings around. Three arrows with text at the blunt end points towards different areas. To the left one points to a present, beneath this one points to the area beneath the tree (the bottom of one present) and  to the right one points to the tree.]&lt;br /&gt;
:Bright white and red colors indicate a lack of Chlorophyll&lt;br /&gt;
:Flourishing in the shade&lt;br /&gt;
:Tree health suffering&lt;br /&gt;
&lt;br /&gt;
:[Caption beneath the panel:]&lt;br /&gt;
:The evidence is clear: Christmas presents are parasitic plants.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2572:_Alien_Observers&amp;diff=225545</id>
		<title>Talk:2572: Alien Observers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2572:_Alien_Observers&amp;diff=225545"/>
				<updated>2022-01-25T01:21:19Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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 is my first explanation, i know it is really bad but i wanted to give it a go[[User:ElijahRock|ElijahRock]] ([[User talk:ElijahRock|talk]]) 20:39, 24 January 2022 (UTC)&lt;br /&gt;
:Great you are helping. Often easier to continue and improve existing explanations rather than start as you did from scratch. Even if most of the original version end up getting changed. I make alot of edits but rarely begin the explanation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:01, 24 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think it makes sense to track each human individually, I was under the impression that it was a &amp;quot;before and after&amp;quot; picuture. - [[Special:Contributions/172.70.130.153|172.70.130.153]] 22:14, 24 January 2022 (UTC)&lt;br /&gt;
:I think they ''both'' track humans individually, and that this is a (representative) before-and-after picture. They probably have minions/computers/whatever continuously updating the actual flight-boundaries as people move around (and go into camera/phone/cameraphone stores and come out with something new) but this is a 'management briefing' that extraordinarily reports this otherwise mundane development as an individual matter, with a visual aid to make the report sink in. Just going to show how aliens can be both so alien and yet amazingly human in their bureaucratic minutiae. [[Special:Contributions/172.70.85.73|172.70.85.73]] 01:21, 25 January 2022 (UTC) &lt;br /&gt;
&lt;br /&gt;
Feels like this is a partial rebuttal of https://www.explainxkcd.com/wiki/index.php/1235:_Settled [[User:Boatster|Boatster]] ([[User talk:Boatster|talk]]) 23:08, 24 January 2022 (UTC)&lt;br /&gt;
:Didn't see your comment, before, but added this link myself in my own way. [[Special:Contributions/172.70.85.73|172.70.85.73]] 01:21, 25 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that Randall is also referring to the fact that all footage of &amp;quot;UFOs&amp;quot; show them flying erratically. This being due to the fact that this is the way refraction works. Sorry for the bad English, not sure how to explain it :)[[User:The Cat Lady|-- The Cat Lady]] ([[User talk:The Cat Lady|talk]]) 23:18, 24 January 2022 (UTC)&lt;br /&gt;
:(Ditto above, didn't see this before starting editing, but...) I put it down to zoom-wobble in what I just inserted. Though didn't say that this is just normal (acceptable) hand-wobble augmented by the zoom needed to frame the distant whateveritis. Yes, rapidly changing refraction through moving air is probably also a thing (usually heat haze during the day, or the subtler stuff that astronomical telescopes have to deal with at night with lasers and adaptive optics and/or electronic post-processing) but I'm happy to leave it at zoom-wobble without going back and adding your suggestion. Do edit it if you feel like it, though, that being how this site works. [[Special:Contributions/172.70.85.73|172.70.85.73]] 01:21, 25 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1772:_Startup_Opportunity&amp;diff=225175</id>
		<title>1772: Startup Opportunity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1772:_Startup_Opportunity&amp;diff=225175"/>
				<updated>2022-01-21T09:13:28Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ The scourge of unnecessary break-points...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1772&lt;br /&gt;
| date      = December 14, 2016&lt;br /&gt;
| title     = Startup Opportunity&lt;br /&gt;
| image     = startup_opportunity.png&lt;br /&gt;
| titletext = While there's no formal regulation, it turns out their industry group is NOT one you want mad at you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Beret Guy|Beret Guy's]] [[:Category:Beret Guy's Business|company]], first seen in [[1032: Networking]], [[1293: Job Interview]] and [[1493: Meeting]], returns, and its purpose is as vague as ever.&lt;br /&gt;
&lt;br /&gt;
Analysts, brought in to advise his company, determine that it doesn't actually serve any purpose (a problem which could ironically be attributed to business analysts in general). Beret Guy is dumbfounded, claiming that his company must do ''something'', and takes a line of reasoning that faintly resembles the sort of logic a child might use. A child that visits an office building might conclude that an office does a lot because there are a lot of employees working inside, unaware that what really makes a successful business is how efficiently it uses its employees to deliver goods and services to the consumer, and whether said goods and services are competitive in their market (by their quality, or through advertising campaigns, or price).&lt;br /&gt;
&lt;br /&gt;
Now, if Beret Guy is given the benefit of the doubt, his odd statement could be taken to mean that his company has many administrators (a.k.a. chairmen); as the owner of a sufficiently large business often interacts with the department in charge of overhead, a person in his position runs the risk of becoming myopic, losing touch with the workers that actually make the business function.&lt;br /&gt;
&lt;br /&gt;
However, this ''is'' Beret Guy we're talking about here. He has demonstrated, [[1467: Email|time]] and [[1569: Magic Tree|time]] and [[1583: NASA Press Conference|time]] again, that he is hopelessly out of touch with reality, and this very strip shows no sign of him having gotten a firmer grasp of Earth logic. Displaying less business acumen than a child ''and'' less grounding in perspective than a CEO, he uses the number of chairs in the workplace as a yardstick for success, with no mention of his actual, human workforce. It may even be a stretch to say that a child would make the same assumption based on the number of chairs.&lt;br /&gt;
&lt;br /&gt;
The analysts suggest that Beret Guy find an industry to disrupt. The mention of &amp;quot;industry&amp;quot; immediately reminds Beret Guy of {{w|SimCity}}, where Industrial (along with Residential and Commercial) is one of the three main zone types - it allows factories and farms to develop. {{w|Disruptive innovation|Disruption}} means coming up with a product that redefines what the market expects and leaving existing competitors in the dust (for instance, smartphones disrupted mobile, digital photography disrupted film, and air travel disrupted rail and sea travel (and is in turn being disrupted by high-speed rail)) - it's now an industry buzzword and virtually every company claims to be &amp;quot;disruptive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When pointed in the right direction, Beret Guy realizes that the main industry he deals with is weird disappearing shops selling cursed goods, such as the WiFi in [[1812: Onboarding]]. This is {{tvtropes|TheLittleShopThatWasntThereYesterday|a common trope}} in fantasy stories (notably Stephen King's novel {{w|Needful Things}}, using this exact premise), and as soon as [[Hairy]] hears about it he wants out of the building, but as his colleagues point out it also bears more than a passing resemblance to many dodgy {{w|startup companies}}. These appear suddenly with a lot of promotion and a marketable idea, looking for {{w|venture capital}} (or, a lot of times in recent times, pre-orders on {{w|Kickstarter}}). However, many startups fail - either because they didn't take into account the difficulties involved in bringing a product to market, or because they were an active scam - and disappear without a trace, leaving customers either empty handed or with a buggy product that falls short of promises. As [[Cueball]] notes, these cursed shops are actually the perfect startup, at least from a moneymaking perspective. This humorously ignores the more obvious larger problem, that such a business would be impossible to create due to not actually having magical items to sell (unless, of course, one is referring to items that are sold by making unrealistic or implausible claims as to their use, which could be considered similar to &amp;quot;magic&amp;quot;. This is common enough in the real world, and many such products call themselves &amp;quot;magic&amp;quot; without actually explicitly claiming to use mysterious powers of sorcery. One character could be thinking literally, and the other one figuratively). Apparently, the business may become one, if he does spend most of his money there.&lt;br /&gt;
&lt;br /&gt;
As with most Beret Guy comics, there are multiple layers of absurdity. For a start, the fact that he-and by extension, the rest of the cast-live in a world including supernatural shops is, while not inconsistent, still supernatural. The assertion that this is where he buys most of his materials and other products is also curious, given the shops' inherent temporary nature, as it implies either something about him causes these shops to appear, or that he is drawn to these shops instinctively. Most absurdly, he apparently purchases his &amp;lt;i&amp;gt;food&amp;lt;/i&amp;gt; from these establishments (which may also serve as an explanation for his 'soup outlet' in [[1293: Job Interview]]), despite previously stating everything they sell is cursed, conjures troubling images in the mind of &amp;lt;i&amp;gt;how&amp;lt;/i&amp;gt; exactly food would be cursed-and its effects. Perhaps this explains Beret Guy's [[:Category:Strange powers of Beret Guy|strange powers]].&lt;br /&gt;
&lt;br /&gt;
The title text alludes to the fact that irrespective of whether or not there is formal regulation, it is unwise to anger a group of people who have access to cursed magical items. It is easy to imagine numerous ways they could make one's life substantially worse.&lt;br /&gt;
&lt;br /&gt;
In [[2332: Cursed Chair]], Beret Guy purchases a chair from such a shop. In [[2376: Curbside]] it is revealed that while the shops seem to require masks, they do not have curbside pickup.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[Around a table, sitting in a meeting, are Ponytail, White Hat, Beret Guy, Hairy, Hairbun, and Cueball.]&lt;br /&gt;
:White Hat: We've discovered that your company doesn't do anything.&lt;br /&gt;
:Beret Guy: How is that possible?! We have so many chairs!&lt;br /&gt;
&lt;br /&gt;
[Close up on White Hat and Beret Guy.]&lt;br /&gt;
:White Hat: You need to find an industry to disrupt.&lt;br /&gt;
:Beret Guy: An...industry?&lt;br /&gt;
:Beret Guy: Oh, yeah!&lt;br /&gt;
:Beret Guy: The zoning thing from SimCity!&lt;br /&gt;
&lt;br /&gt;
:White Hat: No, like, a kind of business.&lt;br /&gt;
:Beret Guy: How do I find those?&lt;br /&gt;
:White Hat: I don't know. What's something you spend a lot of money on?&lt;br /&gt;
&lt;br /&gt;
[Beat panel showing only Beret Guy.]&lt;br /&gt;
&lt;br /&gt;
[White Hat, Beret Guy, Hairy, and Hairbun are shown. At left and right, respectively, parts of Ponytail's and Cueball's arms and lower bodies can be seen.]&lt;br /&gt;
:Beret Guy: You know those mysterious shops that sell you magical items, and then it turns out they're cursed, but when you go back later there's no sign the shop was ever there?&lt;br /&gt;
:Beret Guy: I get most of my stuff from those.&lt;br /&gt;
:Beret Guy: Like groceries.&lt;br /&gt;
&lt;br /&gt;
[Closeup on Hairy, Hairbun, and Cueball. Cueball has his hand on his chin.]&lt;br /&gt;
:Hairy: We should go.&lt;br /&gt;
:Hairbun: Wait. High-value sales, no regulation, and when customers try to complain, they can't find you...&lt;br /&gt;
:Cueball: Maybe this ''is'' the perfect startup.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Beret Guy's Business]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1519:_Venus&amp;diff=225126</id>
		<title>Talk:1519: Venus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1519:_Venus&amp;diff=225126"/>
				<updated>2022-01-20T20:13:12Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &amp;quot;Runaway Greenhouse Effect&amp;quot; refers to the continuing increase of a planet's average temperature due to an increase of gases that reflect heat from the planet back toward its surface; Venus is an example of this to the extent that its temperature is not tolerable to Earth-like organisms.&lt;br /&gt;
&lt;br /&gt;
:Considering that our probes are only able to work for few hours on the surface, emphasizing &amp;quot;Earth-like&amp;quot; sounds like understatement. The temperature is not the most dangerous property of Venus, though. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 01:19, 2 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::True, and the fact that the temperature is hot enough to melt lead, and it's not the worst thing there, is one of the many reasons why Venus is a terrible vacation spot. -Pennpenn [[Special:Contributions/108.162.250.155|108.162.250.155]] 01:04, 4 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Well, it might be nice to visit, even if you wouldn't want to stay there. Which sounds very much like many ''actual'' vacation spots... ;) [[Special:Contributions/172.70.85.73|172.70.85.73]] 20:13, 20 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Butterfly Effect&amp;quot; refers to the hypothesis that a small action (such as a butterfly flapping its wings) in a chaotic system such as a planet's weather, can have a large effect (such as causing a storm on the other side of the planet). [[User:The Dining Logician|The Dining Logician]] ([[User talk:The Dining Logician|talk]]) 06:43, 1 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:...or flip a bit on your hard drive. But then again, that's what Emacs is for, isn't it? [[Special:Contributions/173.245.50.157|173.245.50.157]] 15:05, 3 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::[[378: Real Programmers|Good ol' C-x M-c M-butterfly]]. --[[Special:Contributions/108.162.222.137|108.162.222.137]] 04:22, 6 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added a link to Tulip Fever (and clarified the 'links' to the mistold history), which may or may not be 'inspiring' Miss's little tale, but certainly would be interesting if intended to be the so-called-historic basis in this retelling of facts. [[Special:Contributions/141.101.98.186|141.101.98.186]] 11:19, 1 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Two of the false statements were referred to as &amp;quot;puns&amp;quot;, but that's not how I understand the word pun, so I changed the texts. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 13:39, 2 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Any suggestions about where the phrase &amp;quot;I ride the skies atop a screaming bird of ...&amp;quot; comes from? --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 13:40, 2 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Sounds like a lyrical/poetic reference.&lt;br /&gt;
:Maybe we can ask Norm DeMoura? [[Special:Contributions/108.162.221.166|108.162.221.166]] 22:31, 2 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::It may be a reference to the tale [http://www.mythfolklore.net/andrewlang/127.htm The Bird of Truth] [[Special:Contributions/108.162.229.232|108.162.229.232]] 23:14, 7 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The student is [[Hair Bun Girl]], as Hair Bun Girl is any female that has a hair bun. It says on her page that &amp;quot;She is distinguished by her hair that is set up in a bun.&amp;quot;, which is the only distinguishing feature seen here.--{{User:17jiangz1/signature|09:41, 03 May 2015}}&lt;br /&gt;
:Well I wrote that, when I created the category, and what I meant was that she is any woman. We do not call a child Cueball or Megan (even though they may be drawn this way. I will again delete this reference.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:22, 3 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I move that the bottom section, &amp;quot;Trivia,&amp;quot; may be transferred into the main body of text, or that it shall be erased altogether. [[Special:Contributions/108.162.215.70|108.162.215.70]] 07:34, 10 June 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=224891</id>
		<title>Talk:2557: Immunity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=224891"/>
				<updated>2022-01-19T17:52:51Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
well, if you look at society as a whole it makes more sense. the reason we have so many mutations is that we have a significant portion of the populous with no immunity [[Special:Contributions/172.68.110.125|172.68.110.125]] 20:49, 20 December 2021 (UTC) mark ifi&lt;br /&gt;
:But the mutations come about from the virus replicating a lot, i.e in people with the virus. It still doesn't make sense to catch it, because you have a chance of your infection being the one that produces a terrible mutation [[Special:Contributions/141.101.77.130|141.101.77.130]] 22:02, 20 December 2021 (UTC)&lt;br /&gt;
::That isn't how mutations work.  Mutations are able to propagate strongly only in environments where there is something killing off the parent species, and where the mutation provides better survivability.  Like a functioning immune system attacking the parent virus, but a mutation allows something to slip by.  Thus, people with the partial immunity provided by either vaccines or infection, are the ones more likely to create a mutation than new patients with no inherent immunity, or people with natural immunity from previous bouts with related diseases.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
:::Luckily we have Randall's subtext to warn us about that middle category of people who know a little about how immune systems work, enough to be dangerous. (1) viruses are not bacteria: antibiotics killing 'ordinary' bacteria leave space for 'nasty' bateria to proliferate; unless you plan on destroying your respiratory tract, there's plenty of space for all viruses and their mutations; (2) viruses have a chance to mutate as soon as they take over a cell; no need to eliminate the parent, all you need is for the mutation to be more effectively infectious when spat out to infect the next victim; (3) anybody catching the virus will pass it on if it replicates; 'partial immunity' makes no difference to short-term reinfection, only to longer-term illness (at which point most sensible people will avoid contact) and ICU usage and death; the only possible negative to partial immunity is that people catch it, don't feel too sick and keep breathing over everybody else; (4) I suspect this comic will sound the death-knell for explainxkcd as it used to be, because even 'named' contributors are coming out with mad anti-vax arguments, and (5) editors, please feel fee to delete all of the above starting at (1) if you feel it to be necessary. I'd prefer you kept the first phrase though... [[Special:Contributions/141.101.69.196|141.101.69.196]] 00:25, 23 December 2021 (UTC)      &lt;br /&gt;
:::Even immune system without vaccine or prior infection is killing Covid a lot, providing plenty of opportunities for more effective mutation. And infection typically last LONGER if patient is not vaccinated, providing more TIME for virus to mutate. So, mutation can occur in both vaccinated or unvaccinated, with hard to compare probabilities. It's true that mutation from someone vaccinated has higher CHANCE to be vaccine-resistant, but on the other hand, seems omikron is from unvaccinated population ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:32, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can see this one annoying a lot of people. It's the lot of people who can already be annoying, so I don't think that's a big problem. (A few, who misread it as about ''vaccination'' giving immunity, may actually think it supports them. I'm not sure we can do anything about that either.) [[Special:Contributions/162.158.159.85|162.158.159.85]] 21:51, 20 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Would you kindly provide a link to the &amp;quot;Mount Stupid&amp;quot; comic for reference.{{unsigned|172.70.174.119}}&lt;br /&gt;
&lt;br /&gt;
     mount stupid: https://www.smbc-comics.com/?id=2475 ˜˜˜˜&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To be fair, if the vaccination would only protect you for ONE infection it wouldn't be worth it. The idea about immunity is that immunity trained by either vaccination or infection will then protect you from '''multiple''' following infections. The problem with it is that in case of covid (or flu), the immunity wanes off with time AND the virus mutates into new variants the immunity doesn't work as well against. Sure, it still makes sense to vaccinate, but just because the virus spread so much you are very likely to catch it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 22:32, 20 December 2021 (UTC)&lt;br /&gt;
:Are you making the mistake (without the other baggage) I mentioned above about misreading the comic? This comic isn't about the vaccination at all. It's about infection. [[Special:Contributions/172.70.86.22|172.70.86.22]] 22:51, 20 December 2021 (UTC)&lt;br /&gt;
::Infection is the normal method of vaccination.  Until recently with mRNA vaccines, almost all vaccines were about infection- either with the disease itself, a weakened version of the disease, or a related disease.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
:::As far as I know, while some vaccines do use a weakened live virus, many use essentially sliced-up spike proteins that are unable to spread. However, historically, the first true vaccination (as well as the earlier variolization), did use an unweakened live virus (smallpox for variolization, cowpox for the first vaccination). Feel free to correct me if I'm wrong, though. [[Special:Contributions/172.70.130.213|172.70.130.213]] 16:36, 22 December 2021 (UTC)&lt;br /&gt;
:(And, to add, if the vaccine just protected against ONE infection, where that one infection was sufficiently dangerous, it would indeed be worth it. Better than chancing the infection on a naïve immune system and hoping to come out the other side with a similarly infection-specific immune effect (c.f. annual flu waves) but without the QC and care given to the vector.) ((See, I knew it'd spark response, didn't intend to say much. Maybe I should just stay out of this until it blows over.))  [[Special:Contributions/172.70.85.79|172.70.85.79]] 23:01, 20 December 2021 (UTC)&lt;br /&gt;
::Of course it is about the vaccination - this supports Randall's earlier statements for being pro vaccine, that you should get the immunity from vaccination and not from infection! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:24, 21 December 2021 (UTC)&lt;br /&gt;
:::Hmmm, no. It's about COVID (and that by inference). It doesn't mention the vaccine. The conversation ''might'' have been about the vaccine, but the comic (and its discussion of what it is sensible to do, or not) is vaccine free. It's &amp;quot;anti-infection&amp;quot;, but not directly &amp;quot;pro-vaccine&amp;quot;. (He, I and you ''are'' all sensibly pro-vaccine, I think. The comic itself is only vocal on that subject by omission and a chain of logic that will never occur to those stuck at the original fallacy.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC) &lt;br /&gt;
&lt;br /&gt;
People who know a lot about the immune system could also be referring to people who are aware of possibilities like the varicella zoster virus which causes chickenpox, but stays dormant in your body after you recover and can come back later as shingles. This is less likely to happen if you get the vaccine to prevent chickenpox in the first place. --[[User:Norgaladir|Norgaladir]] ([[User talk:Norgaladir|talk]]) 00:32, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
A vaccination doesn't necessarily give you immunity, e.g. with the Covid or influenca vaccines, so you still can get infected. But being vaccinated reduces the risk of suffering complications like death that can ruin your and other peoples' life.[[Special:Contributions/162.158.94.229|162.158.94.229]] 07:59, 21 December 2021 (UTC)&lt;br /&gt;
:...''significantly'' reduces the risk, in fact. It likely also (though it's a harder thing to establish) reduces the catch-and-transmit rate, thus yet another thing to do to help others, even those you'll never meet directly, who are unable or (ugh!) unwilling to think this far ahead. Unmitigated (and, especially, sought-after) 'natural' infection as represented in the comic just helps spread the thing further and faster and does a gross disservice to onward contacts, contacts-of-contacts, etc, etc. Excuse my preaching to the choir here, but it needs to be said. [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC)&lt;br /&gt;
::You're not preaching to the choir exclusively, plenty of lurkers (like me) are reading along.  [[Special:Contributions/108.162.241.143|108.162.241.143]] 17:01, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
While trying to update the explanation for 'neutrality of tone' and address some infectious disease history, I came across this [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120728/#!po=44.6721|Highly Infectious Diseases in Critical Care] article&lt;br /&gt;
from the NIH published January 3 of 2020 which includes a comparison of smallpox, measles, SARS-1, and MERS-cov illustrating how significantly vaccination has reduced global infections. Check out the graph of measles from 1980. [[Special:Contributions/172.70.110.227|172.70.110.227]] 13:46, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
My hero is the person who added the citation needed to &amp;quot;Diseases are bad&amp;quot;, as well as those who realize that vaccination is largely a form of infection on purpose (within one of the following five options:  infection by the disease itself, infection by a weakened disease, infection by a killed and inactive version of the disease, infection by a related less dangerous disease that shares some characteristics with the original disease, infection by a laboratory created RNA strands that mimic the disease being attacked).  Therefore, catching the disease on purpose, is a form of vaccination. Israel did a study on infection by the disease itself and found 6.7 times stronger immune response than other forms of COVID-19 vaccination. [https://www.science.org/content/article/having-sars-cov-2-once-confers-much-greater-immunity-vaccine-vaccination-remains-vital]  [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
:This should indicate that a better (at preparing your immune system to resist future infection) vaccine (process) may be possible.  Without saying that current vaccines are ineffective.  [[Special:Contributions/108.162.241.97|108.162.241.97]] 17:06, 21 December 2021 (UTC)&lt;br /&gt;
:I like how you make sure to use the &amp;quot;laboratory created&amp;quot; modifier for the RNA vaccine, but not the other types. As if they all grew on trees or something. Here's a hint: all vaccines were created in a lab, though many were created more directly by modifying an existing virus, in that lab. [[User:PotatoGod|PotatoGod]] ([[User talk:PotatoGod|talk]]) 21:15, 21 December 2021 (UTC)&lt;br /&gt;
I would like to add that the comic criticizes only a part of ''anti-vaxxers'' population that show the circular logic presented. There are other parts, e.g. those who are not quite sure if the cost/benefit (or rather risk/risk) calculus is right for the rapidly developed and hastily officially approved (in comparison to long-established vaccines against other diseases) and/or novel (mRNA) vaccine products, fearing long-time side effects of the vaccine. On the other hand, long-term effects of the disease itself are also not known yet, even if some middle-term ones are known or being investigated already. There are still other parts like those who oppose governmental obligations or pressure to vaccinate against covid and related restrictions, and take the refusal as a personal freedom stance. There may be others. -- [[Special:Contributions/198.41.242.219|198.41.242.219]] 15:09, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
This very much feels like a straw man. I get that it's a webcomic, but can we talk about this? The description says that natural immunity is &amp;quot;short lived&amp;quot; (as in, how short-lived, and how much compared to vaccination?) but meanwhile I hear like one in five COVID hospitalizations were vaccinated patients. Are there studies on reinfection with COVID in vaccinated vs non-vaccinated patients? It seems to me from the latest comics that Randall is frustrated. I think everyone is frustrated. Citation needed, haha. But I get tired of reading &amp;quot;haha the other side is dumb&amp;quot; from both sides of every damn issue these days, and the bigger the impact an issue has, the more furious the mudslinging. One could, for example, make the same &amp;quot;circular argument&amp;quot; jab at trusting the FDA in this example, or in a more agnostic case, the value of a college degree or a certification: Ex. &amp;quot;we're qualified to make decisions about what's right or smart for the populace because we're a bunch of people who say so, and we have a pretty looking seal to prove it, and also please keep giving us a lot of money.&amp;quot; I mean, for those of us who have been to college, haven't we all churned our way through that just to get into the workforce and discover that it's completely different than what we actually needed to know? Would we call people &amp;quot;anti-uni's&amp;quot; and laugh at their incompetence for questioning the system? Even at the unlikely minimum of &amp;quot;anti-vaxxers (or x-person who disagrees with me) are 100% dumb and wrong and that's a fact&amp;quot;, isn't the discourse important? I understand that the opposite extreme is &amp;quot;I'd rather let my child die of Polio than trust another human being&amp;quot;, but isn't that just another straw man? When are we going to stop polarizing? Thoughts?[[Special:Contributions/108.162.237.147|108.162.237.147]] 16:28, 21 December 2021 (UTC)&lt;br /&gt;
:It might be Randall is (intentionally or accidentally) touching on your point by making this comic's thesis ambiguous.  People who aren't thinking deeply about the topic on both sides will initially think it confirms their worldview, until they see more discussion on the matter.  So the comic's ambiguity might prompt more discussion by and between both sides.  [[Special:Contributions/108.162.241.143|108.162.241.143]] 17:18, 21 December 2021 (UTC)&lt;br /&gt;
:Re: &amp;quot;I hear like one in five COVID hospitalizations were vaccinated patients.&amp;quot; ....if less than one in five people are vaccinated, this is a problem. Either it means there is a problem with the vaccine (unlikely) or that the vaccinated are putting themselves more at risk thinking they are more 'virusproof' than they are. If more (and hopefully significantly more) than 20% of the populace are vaccinated then this is actually a positive sign for the whole issue - even if there's still social hubris underestimating the precautions they still may need to take.[[Special:Contributions/162.158.159.73|162.158.159.73]] 17:34, 21 December 2021 (UTC)&lt;br /&gt;
::At least in the US, significantly more than 1 in 5 people are vaccinated.  It's a little over 3 in 5 fully vaccinated.  But I would suggest that even that isn't necessarily the statistic to look at - pretty sure covid is still more likely to be serious for older people and folks with preexisting conditions, all else being equal, and those populations have an even higher vaccination rate.  78% of folks 50-64 are fully vaccinated, and 84% 65+, per the CDC.  So that makes the 1 in 5 represent *even less* risk.[[Special:Contributions/172.70.110.45|172.70.110.45]] 18:30, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Re: The &amp;quot;Why does my IP keep changing?&amp;quot; asked as an Edit-comment (see page history)... Because your gateway/pathway between yourself and the site goes through a limited and shared ''set'' of possible IPv4s. There's no guarantee you'll get the same IP (or even obvious range!) between edits, nor that your current IP won't be used by someone else in a few minutes. It's just a technical thing that greases the wheels of the Internet, even if it has funny repurcussions for some things like this.) [[Special:Contributions/162.158.159.73|162.158.159.73]] 17:34, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;However, what Cueball (and by extension Randall) fail to note is that bad or not, there are plenty of instances where someone has already recovered, and therefore already in possession of natural immunity.&amp;quot; - Isn't that what the comic is about? I'm confused as to why this is on the explanation page? --[[User:Enchantedsleeper|enchantedsleeper]] ([[User talk:Enchantedsleeper|talk]]) 19:45, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think people are overcomplicating this. A common anti-covax trope you sometimes see is that natural immunity is &amp;quot;better than&amp;quot; the immunity provided by a vaccine. But it is a total non sequitur The *only way* the vaccine could prevent you from acquiring the coveted &amp;quot;natural&amp;quot; immunity would be if it saved you from getting infected in the first place. If you never end up infected, then I guess you didn't need the natural immunity after all. If you do get infected, well now you have it. There is no sense rushing out to get infected on purpose, which is the equivalent of refusing a vaccine. Of course, people can have many other reasons for not vaccinating, but this particular &amp;quot;reason&amp;quot; truly makes no sense.&lt;br /&gt;
&lt;br /&gt;
To add to the pile: if you get infected, you don't have to *worry* as much about future infections. It's over with (at least psychologically). Balloon popping is bad, but it's the anticipation that's the worst part for me. [[Special:Contributions/162.158.122.13|162.158.122.13]] 00:39, 25 December 2021 (UTC)&lt;br /&gt;
:That depends on if it's a &amp;quot;you only catch this once&amp;quot; thing. That's not so certain. Probably{{fact}} you can't catch a particular greek-letter-version twice, but you've got a dozen other (and potentially more later) greek letters to maybe/maybe-not fend off in future, with some variants clearly being able to at least possibly get past the protection (viral or vaccinal) that come from others.&lt;br /&gt;
:And they also say Omicron is only half as lethal (or hospitalising) as Delta, but that may just be because many Omicron-catchers had already made themselves infectees of Delta/whatever so they 'only' get the half-unsure vulnerability of the partially-naive/partially-protecting Delta-trained immume system of those that survived the prior round.&lt;br /&gt;
:And once you have more than twice as many Omicron infections because &amp;quot;it's not as bad as the other one&amp;quot;, that still gives you more deaths than the 'more fatal' prior version. If you're thinking you're doing the Cowpox/Chickenpox thing of ''deliberately'' 'pre-infecting' yourself then you're just giving it more people to ''try'' to kill, yourself and any collateral infectees and (even if your individual chances are better, for whatever reason) it results in worse total statistics than if you'd been sensible until everyone possible had at least been able to be given a non-disease lesson in at least a similar-looking thing.&lt;br /&gt;
:...Oh, I don't think half the questions about all this have been answered, and won't be tied down for a while yet, but some supposed answers are clearly wishful thinking and should be easy dismiss as quackery. [[Special:Contributions/172.70.85.79|172.70.85.79]] 01:27, 25 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Soooooo what's unfinished about this? It's almost a month old and the &amp;quot;incomplete&amp;quot; tag doesn't say anything descriptive about what needs to be done. And it looks pretty complete to me... [[Special:Contributions/172.70.230.57|172.70.230.57]] 07:08, 19 January 2022 (UTC)&lt;br /&gt;
:Depends on what people need. Some might understand it all, others might take more informing. (Not that I'd know how or if I should put it in the Explanation body, but there's [https://www.bbc.co.uk/news/world-europe-60050996 situations like this] that illustrate potential complications to the viewpoint this is tackling.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 17:52, 19 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=900:_Religions&amp;diff=224736</id>
		<title>900: Religions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=900:_Religions&amp;diff=224736"/>
				<updated>2022-01-18T16:27:09Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ Just to water down the belief that atheism is automatically disbelief, rather than non-belief. Adding agnosticism (possible alongside anti-/a-/mono-/poly-theism) just to counter the related assumption.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 900&lt;br /&gt;
| date      = May 18, 2011&lt;br /&gt;
| title     = Religions&lt;br /&gt;
| image     = religions.png&lt;br /&gt;
| titletext = But to us there is but one God, plus or minus one. —1 Corinthians 8:6±2.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The late {{w|Harold Camping}}, a Christian pastor, wrongly predicted that the world would end in May 21, 2011. Since it didn't, he moved the date to October 21 of that year, and when that passed uneventfully, he recanted his belief that the end time could be calculated. In the {{w|Christianity|Christian belief}}, the end of the world is called &amp;quot;the second coming&amp;quot; (referencing the return of Jesus); some sects believe this will be preceded by an event called &amp;quot;the Rapture.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The first frame is a reference to raptors in {{w|Jurassic Park (film)|Jurassic Park}}, and certainly [[:Category:Velociraptors|not Randall's first raptor joke]]. In this film, the raptor dinosaurs get much more dangerous once they learn how to open doors. [[Cueball]] mishears [[Megan]], which is why he thinks she said &amp;quot;raptor&amp;quot; instead of &amp;quot;Rapture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In the second frame, Cueball describes his personal approach to religion, starting by saying that he is Christian but only attends church services on Christmas and Easter. This is a {{w|Lapsed Catholic|well-known phenomenon among lapsed Christians}}, and if Cueball is not a regularly practicing Christian, it would certainly explain why he isn't particularly interested in this fundamentalist aspect of Christian belief. However, from here, his description takes a turn towards the ridiculous, when he says that every other day of the year is spent &amp;quot;at the mosque&amp;quot;. Not only are mosques the place of worship for a completely different religion (specifically, {{w|Islam}}), they also generally hold communal services only on Fridays, so for Cueball to present this practice so matter-of-factly is quite absurd. When Megan questions the ubiquity of his practices, he replies by saying that this practice is vetted by his rabbi - a spiritual leader in {{w|Judaism}}, a third separate religion. While all three of these are {{w|Abrahamic religions}}, and as such have some overlap in their beliefs and texts, combining them all into one religion would be far from a simple process; either Cueball is simply being contrarian for comedic purposes, or he is involved in a very strange religious sect indeed.&lt;br /&gt;
&lt;br /&gt;
The third frame is a math joke in which Megan references {{w|error bars}} which are used on graphs to indicate the uncertainty. So, Megan believes in one God (monotheism), as she says in the comic. But if she is still trying to find the error bars, and from the title text it is &amp;quot;one, plus or minus one&amp;quot;, that could be in the range of zero ({{w|atheism}}) to two ({{w|Dualism|bitheism}}). With larger error bars, this could also reference the doctrine of the {{w|Trinity}}, which holds that there is &amp;quot;one God in three Divine persons&amp;quot;: the Father, the Son (Jesus), and the Holy Spirit. Some consider this position to be polytheistic, as others would consider atheism to merely leave the number and nature of gods undefined (and, as a seperate concept, {{w|agnosticism}} rendering it as untestable whatever the hypothetical value might be).&lt;br /&gt;
&lt;br /&gt;
The title text is a supposed excerpt from the holy text of experimental monotheism. {{w|First Epistle to the Corinthians|1 Corinthians}} is a book of the {{w|Christian biblical canons|Christian Bible}}. Megan refers to chapter 8 verse 6 (±2), which would be [https://www.biblegateway.com/passage/?search=1+Corinthians+8%3A4-8&amp;amp;version=ESV verses 4–8]. Verse 4 says &amp;quot;...There is no God but one&amp;quot;. Confusingly, verse 6 says &amp;quot;yet for us, there is but one God, the Father, from whom all things came and for whom we live; and there is but one Lord, Jesus Christ, through whom all things came and through whom we live.&amp;quot; (That could be self-consistent if the passage assumed that Jesus Christ is a lord but not a god, but little, if any, mainstream denominations of Christianity seem to follow such a doctrine).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan talking.]&lt;br /&gt;
:Megan: So are you worried about the rapture?&lt;br /&gt;
:Cueball: No, unless it figures out how to open doors.&lt;br /&gt;
:Megan: I said ''rapture.''&lt;br /&gt;
&lt;br /&gt;
:Cueball: Oh, I'm not really into that. I'm the kind of Christian who only goes to church on Christmas and Easter, and then spends the other 363 days at the mosque.&lt;br /&gt;
:Megan: ...I don't think that's a thing.&lt;br /&gt;
:Cueball: &amp;lt;small&amp;gt;Our rabbi swears it's legit.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Cueball: What religion are you?&lt;br /&gt;
:Megan: Experimentalist Monotheism.&lt;br /&gt;
:Cueball: Which is?&lt;br /&gt;
:Megan: We believe there's one god, but we're trying to find the error bars on that number.&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:Religion]]&lt;br /&gt;
[[Category:Velociraptors]]&lt;br /&gt;
[[Category:Statistics]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2568:_Spinthariscope&amp;diff=224536</id>
		<title>2568: Spinthariscope</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2568:_Spinthariscope&amp;diff=224536"/>
				<updated>2022-01-16T11:37:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */  remove gibberish paragraph that I think was the result of a botched edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2568&lt;br /&gt;
| date      = January 14, 2022&lt;br /&gt;
| title     = Spinthariscope&lt;br /&gt;
| image     = spinthariscope.png&lt;br /&gt;
| titletext = Other high scorers are melt-in-your-hand aluminum-destroying gallium and tritium-powered glowsticks. Lawn darts are toward the other end.&lt;br /&gt;
}}&lt;br /&gt;
*This was the third comic to come out after the [[Countdown in header text]] started. &lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SPINTHARISCOPE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This is another comic with one of [[Randall|Randall's]] [[:Category:Fun fact|fun facts]].&lt;br /&gt;
&lt;br /&gt;
As stated in the comic, a {{w|spinthariscope}} is a device with a small amount of radioactive material ({{w|americium}} or &lt;br /&gt;
{{w|thorium}}) and a screen. When one of the radioactive atoms decays, it emits an {{w|alpha particle}}, which strikes the screen, which emits a small flash of light. You can see these flashes by looking through a lens.&lt;br /&gt;
&lt;br /&gt;
It was invented in 1903 initially as a scientific instrument, but was soon replaced by more accurate and quantitative devices. But the original device was still popular for some time as an educational toy for children, and you can still get them today.&lt;br /&gt;
&lt;br /&gt;
The joke in the comic is that most people have little understanding of radiation, and overreact to any mention that something is radioactive. So when Cueball tells Megan, White Hat, and Ponytail that the toy contains radioactive material, they're shocked and scared. But the amount of radioactive material in the toy is very tiny and the radiation is itself so trivially contained that there's practically no risk from it. The short-ranged {{w|alpha particles}} are likely stopped by the lens through which the harmless flashes of light (from particles that instead hit and neutralise in the internal screen element) are seen. Alpha decay always leads to an unstable decay product, which results in further decay (always gamma decay, and sometimes beta decay as well) which are less easily blocked; but the amount of such radiation from these decay products is negligible.&lt;br /&gt;
&lt;br /&gt;
The fun fact in the caption says that Spinthariscopes have the highest ratio of &amp;quot;that can't possibly be safe and legal&amp;quot; to actual safety and legality of any known toy. Because, when people hear about Spinthariscopes for the first time, they instantly assume, due to the radioactive material inside, that they must be very dangerous. They thus also question if such a toy is at all legal to make or own in the first place. But the fact is that Spinthariscopes are both safe and are legal to make, sell and own.  So, the perceived danger and presumption that it must be illegal is at a very high number, and the actual danger and the actual legality results in a very low number on the same scale. It is this ratio between those two numbers that are the highest for Spinthariscopes, higher than for any other known toys.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The title text mentions some other materials/toys that sound dangerous but aren't. {{w|Gallium}} is a metallic element with a low melting point of 29.76°C (85.568°F) so it will melt in your hand. Additionally, gallium has strange properties when it interacts with aluminum, causing it to [https://www.youtube.com/watch?v=IgXNwLoS-Hw &amp;quot;melt&amp;quot;] or become brittle. {{w|Tritium}} is a radioactive isotope of hydrogen, but {{w|Tritium radioluminescence|can be used}} to create {{w|glowstick}}s and other lighted objects. Though these two toys might seem dangerous, they are actually typically used perfectly safely.&lt;br /&gt;
&lt;br /&gt;
At the opposite end of the spectrum is {{w|lawn darts}}, a toy containing large darts that are thrown into the air to fall back down onto a target that's placed or marked upon the ground quite near the players' positions. Contrary to the spinthariscope, which sounds dangerous but is actually harmless, lawn darts sound relatively innocent but can cause severe injury if you accidentally hit a person (and a few children were even {{w|Lawn darts|killed}}), so they were {{w|Lawn_darts#Safety_and_bans_in_the_U.S._and_Canada|banned in the US and Canada}} in the 1980s. When sharpened, these toys even [https://www.youtube.com/watch?v=1EFAVGIylqE compare] quite favorably to {{w|plumbata|weapons of war}}.&lt;br /&gt;
&lt;br /&gt;
Today many houses have {{w|Smoke_detector|smoke detectors}} using {{w|Smoke_detector#Ionization|ionization}} caused by radioactive decay of {{w|Americium-241}} to detect the smoke. So having something with radioactive material in your house is quite common, and in this case increases the safety level for those houses.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is holding a small item up in on hand in front of his three friends. Megan has her arms lifted and bent in front of her, White Hat has his arms raised over his head and Ponytail is pointing at Cueball while her other hand, held down behind her, is balled into a fist.]&lt;br /&gt;
:Cueball: It's a spinthariscope, a 1940s toy with a radioactive isotope inside. If you let your eyes adjust to total darkness and look into the lens, you can see the flashes of individual atoms decaying.&lt;br /&gt;
:Megan: What??&lt;br /&gt;
:White Hat: ''Aaaaa!''&lt;br /&gt;
:Ponytail: Get it away!&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Fun fact: Spinthariscopes have the highest ratio of &amp;quot;that can't possibly be safe and legal&amp;quot; to actual safety and legality of any known toy.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Fun fact]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text/images&amp;diff=224239</id>
		<title>Countdown in header text/images</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Countdown_in_header_text/images&amp;diff=224239"/>
				<updated>2022-01-13T03:32:24Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[#Go to bottom|Go to bottom picture]]'''&lt;br /&gt;
==Explanation==&lt;br /&gt;
*Here are (work in process) all the images from {{xkcd}} used in the [[Countdown in header text]].&lt;br /&gt;
**The images can also be found [https://munvoseli.github.io/xkcd-countdown/ here], on munvoseli's page.&lt;br /&gt;
*The images have been numbered here on explain xkcd and the number is a link to the image in the count-wimRikmef folder on xkcd.com:&lt;br /&gt;
**&amp;lt;nowiki&amp;gt;https://xkcd.com/count-wimRikmef/imgs/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
**Each picture's filename is the [[:wikipedia:SHA256|SHA256]] hash of the image itself, so it is impossible to predict future file names:&lt;br /&gt;
***Here the name for the first picture: ac84f99b9c41eb75e1a595ea74c7bccf48f36c345d8b88ad5dd478d4520bc0b2.png&lt;br /&gt;
***https://xkcd.com/count-wimRikmef/imgs/ac84f99b9c41eb75e1a595ea74c7bccf48f36c345d8b88ad5dd478d4520bc0b2.png&lt;br /&gt;
*Attempting to brute-force future files, assuming you could test 1 trillion file names per second, would take 200,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 times the age of the universe.&lt;br /&gt;
**When I first looked at it and decided it was an obvious hash (yes SHA256 sounds about right, but nice to know someone's tried it) I personally had hoped it would be a hash of the datetime (plus a salt, maybe, to give it that extra little frisson of difficulty in reverse engineering... ;) ). But if it's as you say I think I'll refrain from getting any rainbow-tables set up and bashing through the possibilities in the rather huge phase-space it could represent. Of course, there must be a look-up table used by the server. It'd be too much to hope for that it's publically exposed though, and totally a rookie-error if it is. (That Randall, and maybe anyone he actually drafted in to implement it to save himself the worry, is surely not going to commit.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 03:32, 13 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/ac84f99b9c41eb75e1a595ea74c7bccf48f36c345d8b88ad5dd478d4520bc0b2.png 0001]: [[File:Countdown in header text 0001.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/6a73d565838a58e4d3069ad6cc49cc1a1466a8e602c95fd752126900d2074e28.png 0002]: [[File:Countdown in header text 0002.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/98b1c93977c76fd31529ff07f8f6f83209ba69ccc5a6b245e3a1061d36093370.png 0003]: [[File:Countdown in header text 0003.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/154e4cdc63e9b5c6874e0f8cc2146a945c6b53089854fe4827ed6a822fbf8f53.png 0004]: [[File:Countdown in header text 0004.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/582bbf28305fefb09ea44beae1330585aea155adf6f5125fc70ebdfa6af8c70c.png 0005]: [[File:Countdown in header text 0005.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/5c65f55f9a51a8b5bb7184a7b42e2930aea829e4d5ef2ff6373d1408fee4cce3.png 0006]: [[File:Countdown in header text 0006.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/75f4551c542cadfde5b5708d40679dfb66c1477ed344d061d6ba4e28f46fc0b8.png 0007]: [[File:Countdown in header text 0007.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/32fe6cc4abef25d91abebdbdd59273044061be7d49a9b4a16ce2864628247999.png 0008]: [[File:Countdown in header text 0008.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/72cb154b23f959f908f5dc8eb03069c6df3f0f54aae896a0e7ed27befb2ee639.png 0009]: [[File:Countdown in header text 0009.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/5a0d51a4f85c24edbd647e18e33044ffe5e49a8474c5f9850dadb742252a5582.png 0010]: [[File:Countdown in header text 0010.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/85cb9234739c590b3c649c80e6d388f8c53f600327abbdbe476dca495705f86c.png 0011]: [[File:Countdown in header text 0011.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/62081002ad92456a911eae8eae3f3d74f8147eab8f42330d4f81c473aaa648ba.png 0012]: [[File:Countdown in header text 0012.png]]&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/6782889ad1cf7ebdf154672b58f7260df61662537ca00536efeb3470c29d66b1.png 0013]: [[File:Countdown in header text 0013.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- USE THIS LINE TO ADD MORE IMAGES:&lt;br /&gt;
*[https://xkcd.com/count-wimRikmef/imgs/NAME.png 0014]: [[File:Countdown in header text 0014.png]]&lt;br /&gt;
ADD THE NAME OF THE FILE WHERE IT SAYS NAME AND UPDATE TO TWO NUMBERS TO THE NEXT IN THE LINE--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Go to bottom==&lt;br /&gt;
*Just an easy fix making it easy to jump to the newest image here at the bottom of a potentially very long list of pictures.&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Countdown in header text}}&lt;br /&gt;
[[Category:Comic subpages]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2567:_Language_Development&amp;diff=224224</id>
		<title>2567: Language Development</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2567:_Language_Development&amp;diff=224224"/>
				<updated>2022-01-13T00:10:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Added reference for iambic pentameter. The term may be unfamilar to some.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2567&lt;br /&gt;
| date      = January 12, 2022&lt;br /&gt;
| title     = Language Development&lt;br /&gt;
| image     = language_development.png&lt;br /&gt;
| titletext = The worst is the Terrible Twos, when they're always throwing things and shrieking, &amp;quot;forsooth, to bed thou shalt not take me, cur!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a AUTOMATON - What the baby hast sayeth? Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
Rather than learning to speak normally{{citation needed}}, this baby is going through all of the stages of the evolution of the English language, from Proto-Indo-European to Germanic to Old English. &lt;br /&gt;
{{w|Proto-Indo-European_language|Proto-Indo-European}} is a theorized common ancestor of the Indo-European language family. {{w|Proto-Germanic_language|Proto-Germanic}} is a reconstructed language formerly spoken in Iron Age Scandinaia. It developed out of Proto-Indo-European and is the common ancestor for all {{w|Germanic languages}}. Old English developed out of Proto-Germanic. Modern English developed out of Old English with many additions from French (which comes from a different branch of Proto-Indo-European)&lt;br /&gt;
&lt;br /&gt;
In linguistics, reconstructed words from proto-languages are commonly marked with an asterisk (*) to show that the word forms are not attested by any historical sources but created as a proposed ancestor word. Somehow, the baby seems to actually pronounce these asterisks. The baby says the Proto-Indo-European roots that the words &amp;quot;milk&amp;quot; and &amp;quot;please&amp;quot; are derived from.&lt;br /&gt;
&lt;br /&gt;
Some sounds babies make are hard to interpret.{{citation needed}} However, humans have a tendency to recognize known things and patterns. They see what they want to see and hear what they want to hear. Thus, a parent familiar with Proto-Indo-European may falsely hear their baby speak Proto-Indo-European by misinterpreting unintelligible sounds.&lt;br /&gt;
&lt;br /&gt;
The conventional meaning of {{w|Language development}} is the process by which infants begin to talk, that is to understand and produce intelligible speech. The field of {{w|Language acquisition}} seeks to understand how baby humans are able to rapidly comprehend, internalize, and begin producing a new language so rapidly.&lt;br /&gt;
&lt;br /&gt;
A field that is normally only seen as tangentially related is {{w|Historical linguistics}}, which studies how languages evolved from each other throughout tens of thousands of years. The {{w|Proto-Indo-European language}} is the theorized common ancestor of all Indo-European languages. When linguists in the field of {{w|Comparative linguistics}} notice similarities in different languages (say English and German), they create theoretical ancestral proto-languages to theorize what common ancestor that the two languages had in common. For English, German, and other Teutonic languages, this would be &amp;quot;Proto-Germanic&amp;quot;. Thus the proto-language of Proto-Indo-European has been proposed to explain the similarities between most of the languages in Europe as well as several languages spoken in the Middle East, India, and regions between.&lt;br /&gt;
&lt;br /&gt;
When Megan describes her baby's speech as progressing from Proto-Indo-European to Germanic to Old English, she is describing the languages that in the theoretical chain from Proto-Indo-European leading up to Modern English today, as if the baby is progressing through the history of language evolution. In doing so, Megan seems to be applying {{w|Recapitulation theory}} from biology to language development. In reality, babies develop their language faculties by mimicking what they hear around them, starting with {{w|Babbling}}.&lt;br /&gt;
&lt;br /&gt;
Perhaps this is an alternate universe where every baby has to gradually develop their language skills along a historical path rather than a child-developmental one, until they reach the ultimately developed modern language of their parents (in this case of Modern English).&lt;br /&gt;
&lt;br /&gt;
In the title text, Randall describes a 2 year old child as speaking Elizabethan English in {{w|iambic pentameter}}, a dialect of modern English used by Shakespeare more than 400 years ago.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Megan and Cueball stand to the right of the frame, discussing her baby. The baby has dark hair and sits on the left side of a table in an elevated baby chair.]&lt;br /&gt;
:Megan: He's only 1, so he still mostly speaks proto-Indo-European.&lt;br /&gt;
:Megan: But we've heard a few Germanic words already, so Old English can't be far off.&lt;br /&gt;
:Cueball: They progress so fast!&lt;br /&gt;
:Baby: *melg-&lt;br /&gt;
:Baby: *pl(e)hk-&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2565:_Latency&amp;diff=223838</id>
		<title>Talk:2565: Latency</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2565:_Latency&amp;diff=223838"/>
				<updated>2022-01-08T15:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Tools exist&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;
Ha! Welcome to my life. Just thought to check if there was a new xkcd yet (at 04:45, GMT) after spending the last five hours messing semi-manually with some geodata. Ok, the first three hours was in the text editor looking at the raw JSON file, and the next two was writing a Perl script to redo everything I had already done (and more, but not yet everything I will eventually want to do) without the fallible human element. Once the fallible human element has polished the script up to account for unforseen circumstances. [[Special:Contributions/172.70.85.73|172.70.85.73]] 04:51, 8 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
what is SCAPDFATIAT&lt;br /&gt;
OH what is says in the Comic&lt;br /&gt;
&lt;br /&gt;
Right, Someone Copies and Pastes From a Thing Into Another Thing [[Special:Contributions/172.70.210.183|172.70.210.183]] 05:36, 8 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I can relate to this. In fact, i use 2 computer screens just for that: I copy data from software ''X, screen 1'' to quickly paste it into software ''Y, screen 2''. [[Special:Contributions/162.158.183.232|162.158.183.232]] 06:09, 8 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I suspect that &amp;quot;cumshots&amp;quot; in the last paragraph is either a (very lame) joke or an incidence of spam. Either way, please remove it! Thanks.&lt;br /&gt;
&lt;br /&gt;
Often the reason for the SCAPDFATIAT step is that A Thing has no direct connection to Another Thing. So someone has to design a way for them to communicate to get the human out of the loop. Unless this process is done frequently, it doesn't reach the top of the priority list. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 13:48, 8 January 2022 (UTC)&lt;br /&gt;
: There are tools for such automation (they're usually called either workflow or orchestration tools) and have been for decades, but they tend to be ''really'' fragile. If the services being orchestrated aren't aware of it, it is very easy for them to change things and break the coordination in a way that just fails silently. BTDT. --[[Special:Contributions/172.70.85.73|172.70.85.73]] 15:46, 8 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2565:_Latency&amp;diff=223810</id>
		<title>Talk:2565: Latency</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2565:_Latency&amp;diff=223810"/>
				<updated>2022-01-08T04:51:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
Ha! Welcome to my life. Just thought to check if there was a new xkcd yet (at 04:45, GMT) after spending the last five hours messing semi-manually with some geodata. Ok, the first three hours was in the text editor looking at the raw JSON file, and the next two was writing a Perl script to redo everything I had already done (and more, but not yet everything I will eventually want to do) without the fallible human element. Once the fallible human element has polished the script up to account for unforseen circumstances. [[Special:Contributions/172.70.85.73|172.70.85.73]] 04:51, 8 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:811:_Starlight&amp;diff=223774</id>
		<title>Talk:811: Starlight</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:811:_Starlight&amp;diff=223774"/>
				<updated>2022-01-07T10:31:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Imho, Beret Guy tries to save lives of photons, rather than to send them home.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I thought that was a picture frame, a mirror makes more sense. [[Special:Contributions/184.66.160.91|184.66.160.91]] 08:40, 17 July 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
From the light's point of view, EVERYTHING is in the same place. The whole universe in one point. {{unsigned ip|108.162.238.114}}&lt;br /&gt;
:Actually, I think that the universe would be a solitary plane.  Since light moves only in one straight line. [[Special:Contributions/173.245.54.204|173.245.54.204]] 02:14, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I still think it's a picture frame.  [[Special:Contributions/108.162.215.118|108.162.215.118]] 00:50, 6 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's a mirror, you can see the reflection of his arms. [[Special:Contributions/141.101.75.77|141.101.75.77]] 18:35, 27 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Actually, what you see is a reflection of one arm and of his torso. The other arm is behind the mirror (for that's what it is, though I admit that at first I thought it was a picture frame, also) and is not reflected. Look at the position of the hand of that arm.... well in front of Beret-guy's torso. BTW, it really helps to zoom into this image to understand Randall's attention to detail, yet again. 18:39, 2 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I am still of the opinion, sort of, that it is a picture frame. It seems like beret guy to make art of things we consider simple, because of the actually extraordinary circumstances that happened to make it so. [[User:YourLifeisaLie|The Goyim]] ([[User talk:YourLifeisaLie|talk]]) 23:35, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's a mirror. Picture frame makes no sense. It's a mirror. -Pennpenn [[Special:Contributions/108.162.250.162|108.162.250.162]] 06:41, 10 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is pushing into areas beyond my expertise, but I question the validity of the assertion that the light particle will experience no time between departing the star and arriving at the planet. From what I understand, One of the pillars of relativity is that from ALL reference frames the speed of light is constant.  So when we discuss things &amp;quot;from the point of view of a light particle&amp;quot; most of what we say is basically conjecture.  It is impossible to have a valid reference frame moving along with a photon. To say that from the photon's point of view no time passes is to assume a reference point where the speed of light is no longer constant, but instead photons have the ability to be stationary.  A stationary photon can never be observed in any valid reference frame.  It is fair to say that a particle traveling at a speed infinitesimally less than the speed of light will experience almost no time between locations, but time dilation follows a curve that is only valid for speeds approaching but not including the speed of light. {{unsigned ip|108.162.238.114}}&lt;br /&gt;
&lt;br /&gt;
---I'm not a physicist, but I'm fairly certain you can have a valid light-speed frame of reference. As I recall, that's part of the explanation for how the weak force can distinguish left-handed particles from right-handed ones. This makes no sense at first blush, because whether a particle is spinning left or right depends upon the position of the viewer. You could have one person observe a left handed particle decay while an observer at a different angle observes a right handed particle do nothing. The answer is that if the particle has no intrinsic mass, all observers would agree that it is traveling at the speed of light, and that there is a well-defined left and right (with respect to the direction of the particle's motion).  This becomes immensely more complicated because it applies to particles that have no intrinsic mass, but nonetheless obtain effective mass through the Higgs mechanism (for instance, leptons). [[Special:Contributions/173.245.56.165|173.245.56.165]] 18:16, 11 September 2015 (UTC) - NotaphysicistbutIplayoneontheinternet&lt;br /&gt;
&lt;br /&gt;
There is also the obvious futility of the exercise: only a tiny fraction of the photons emanating from a star will reach the mirror and, even if the mirror is held at the perfect orientation, with dispersion (even if the mirror is perfectly smooth, the atmosphere is not) the probability that even one photon will make it back 'home' is effectively nil.&lt;br /&gt;
Maybe off-topic, but this reminds me of the occasional media circus event when some random marine mammal is beached and then a massive rescue effort is affected to 'save' it). [[User:Danshoham|Mountain Hikes]] ([[User talk:Danshoham|talk]]) 23:41, 1 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
He should be using a right angle reflector, not a single flat mirror.[[Special:Contributions/172.68.46.47|172.68.46.47]] 01:42, 29 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the impression that Beret Guy wasn't trying to return the light itself back to the stars, but give the stars the same pretty image they get on Earth by &amp;quot;looking&amp;quot; at the mirror. Seems more poetic of him. Could be either or though, I guess. [[Special:Contributions/172.68.90.126|172.68.90.126]] 05:33, 24 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The function of art is to hold a mirror up to nature.... {{unsigned ip|173.245.48.183}}&lt;br /&gt;
&lt;br /&gt;
Maybe I'm weird, but I feel no one understands Beret Guy here. Clearly (to me), when he hears that photons travel millions of years only to then &amp;quot;die&amp;quot; on our eyes, he puts up a mirror, so that photons instead of &amp;quot;dying&amp;quot; are reflected back to travel the universe. I don't really see why he would want to send them back home, is it not really rude to send someone home just after they arrived? However in reality, when a photon hits a mirror, is &amp;quot;dies&amp;quot; anyway, as it excites given atom, and that atom then &amp;quot;shoots&amp;quot; new photon, with same phase and frequency in the direction given by law of reflection. Unless that counts as the same photon.&lt;br /&gt;
Also, I would like to offer a though I read in &amp;quot;Lectures on physics by Richard P. Feynman&amp;quot;. He claims, that light never slows down, never reflects and is never absorbed. Instead, when a photon &amp;quot;hits&amp;quot; an atom, that atom radiates a photon in same direction with opposite phase. This duo then travels together for the rest of eternity, undetectable as it has no effect on universe (opposite phase photons cancel out). In that case, Beret Guy's effort would be meaningless, as photons are immortal whether they hit a mirror or eye or ground. [[Special:Contributions/172.70.85.73|172.70.85.73]] 10:31, 7 January 2022 (UTC) mauriicio&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2564:_Sunshield&amp;diff=223667</id>
		<title>Talk:2564: Sunshield</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2564:_Sunshield&amp;diff=223667"/>
				<updated>2022-01-05T18:39:29Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i thought this is common knowledge. [[Special:Contributions/162.158.90.173|162.158.90.173]] 15:00, 5 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's normally supposed to block sunlight from reaching the telescope. This comic turns this on its head by suggesting the telescope emits light instead of collecting it. The emitted light is claimed to outshine the sun.&lt;br /&gt;
The title text means that the flash is bright enough to scar the surface of Mars, which is unlikely.&lt;br /&gt;
[[Special:Contributions/172.68.154.143|172.68.154.143]] 15:12, 5 January 2022 (UTC)&lt;br /&gt;
: According to wikipedia it is about preventing heat from reaching the telescope and only secondary about the light. --[[Special:Contributions/172.68.110.139|172.68.110.139]] 15:16, 5 January 2022 (UTC)&lt;br /&gt;
::  The comic mentions the role of blocking light which is why I mentioned it's light-blocking property.[[Special:Contributions/172.68.154.141|172.68.154.141]] 15:34, 5 January 2022 (UTC)&lt;br /&gt;
::: Obviously, the comic distorts the facts to make it funny. --[[Special:Contributions/172.68.110.121|172.68.110.121]] 15:33, 5 January 2022 (UTC)&lt;br /&gt;
::The point of the title text is that if the flash really were bright enough to serve its purpose, it ''would'' scar the surface of Mars (when Mars happens to be in that general direction).&lt;br /&gt;
Also, the JWST is drawn here to resemble the old Polaroid Land SX-70 Instant Camera (of just about 50 years ago.)  Hmmmm.  &amp;quot;Instant&amp;quot; raises issues of relativistic simultaeity....&lt;br /&gt;
:Worse than that, shutter-click and ''then'' a flash (at least a frame of time apart) isn't that useful.&lt;br /&gt;
:Trigger the flash and ''then'' the shutter around the time the flash returns. Depending upon distance and depth-of-field involved (also the duration of the flash and the movement of the subjects) you might have a longer shutter-open taking in passive light but mostly registering the 'bounce-back' from any given distance as the overwhelming flash gets there and back.&lt;br /&gt;
:(See various planetary nebulae photos where 'shells' of illumination, from subsequent flareups in the active centre, make it look like there's shells of matter, when it's more that these are volumes of debris that were in the right place at the right time to give us the current reflected glory. It makes for interesting mind-experiments.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 18:39, 5 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223379</id>
		<title>Talk:2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223379"/>
				<updated>2022-01-01T17:24:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I downloaded and ran theusaf's bot from its website to make this page.  Not sure how to give page creation permission to [[User:Baffo32RunningTheusafBOT]].  When you run the bot you notice that Theusaf's username is &amp;quot;the usa f&amp;quot;. [[Special:Contributions/172.70.110.45|172.70.110.45]] 16:02, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
shouldn't it be ISO, not iso? actually, the whole title text is lowercase-d when I feel like it shouldn't be [[Special:Contributions/172.70.35.70|172.70.35.70]] 16:59, 31 December 2021 (UTC)Bumpf&lt;br /&gt;
: you're probably right.  as a geek, one uses lowercase 'iso' all the time in computer date code where it is usually lowercase.  e.g. i type `date --iso=seconds` every day into my linux terminal; it outputs 8601 format. [[Special:Contributions/172.70.114.167|172.70.114.167]] 19:23, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Speaking as a European, we'd often read 2/3/22 as &amp;quot;2nd March 2022&amp;quot; (same order as the numbers), not &amp;quot;March 2, 2022&amp;quot;, though obviously we'd understand both expressions. Also, the suggestion that the thousands/decimal punctuation is reversed in the EU is wrong, as this does not apply to all countries of the EU. For example, Ireland uses the same as the US (and the same as the UK, though that is no longer part of the EU and might eventually give up decimalisation altogether on account of fractions being more wholesome...) [[User:Rotan|Rotan]] ([[User talk:Rotan|talk]]) 18:47, 31 December 2021 (UTC)&lt;br /&gt;
:You mean the 12-times-tables, that I was thoroughly taught when I was young, might (literally) gain currency once more? That'll be interesting! [[Special:Contributions/172.70.85.73|172.70.85.73]] 16:42, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Another comic which references ISO-8601 is: https://xkcd.com/1179/ [[User:Rps|Rps]] ([[User talk:Rps|talk]]) 21:27, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's been more than 20 years since in 'casual' date writing I started prefering &amp;quot;D/Mmm/YYYY&amp;quot; format (today is 31/Dec/2021, for me right now, tomorrow is 1/Jan/2022) when I had a totally free hand. A combination of indicating to US colleagues in my multinational company of that time that I wasn't writing trying to write Jan/1/2022 (not that it would matter in that particular case!) and doing my bit to support the upcoming Y2K-compatability issues that other people were gradually getting to know about. Though for coded dates, YYYYMMDD[.hh[mm[ss[...]]]] always worked best for me. It numerically sorts (it will even when YYYY eventually becomes YYYYY!) and can be given arbitrary sub-day specification - at least until float-rounding errors start to creep in. [[Special:Contributions/172.70.90.43|172.70.90.43]] 22:25, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Around year 2000 there was short time when people were writing the years properly. Afterwards, the laziness won again and people started using just two digits again ... sigh ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 01:19, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is localization spelled localisation in countries that use English? [[User:Boatster|Boatster]] ([[User talk:Boatster|talk]]) 01:59, 1 January 2022 (UTC)&lt;br /&gt;
:It is. Obviously that excludes the US and any other past colonials who picked up the wrong habit along the way. ;)  [[Special:Contributions/172.70.86.22|172.70.86.22]] 02:18, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Actually, the -ise/-ize distinction only came in in UK English quite recently and some UK publishers still use -ize endings.  I was told both endings were OK at school in the UK in the sixties.[[Special:Contributions/172.70.86.68|172.70.86.68]] 09:46, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I treat the Oxford Spelling with the respect I give the Oxford Comma. None. (My own '70s education drummed that into me, and it's not going to change easily.) [[Special:Contributions/172.70.90.71|172.70.90.71]] 11:56, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone who doesn't use ISO-8601 dates should be shot on sight. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 10:24, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the impression that slashes as separators mark us-notation and dashes EU notation. [[Special:Contributions/162.158.88.139|162.158.88.139]] 11:36, 1 January 2022 (UTC)&lt;br /&gt;
:The UK complicated this notation (don't we always!). We typically use 'European' ordering (or maybe they use ours?) but also slashes (whichever side of the Atlantic that started). This makes it not so easy to just assume dd-mm-yyyy and mm/dd/yyyy differentiate by separator used. Not sure how to rewrite &amp;quot;In Europe, the usual order is day/month/year - although the slash is rarely used as the separator&amp;quot; in light of this. Are we 'rare' in Europe, or no longer to be considered that at all and therefore not even discussed? [[Special:Contributions/172.70.85.73|172.70.85.73]] 16:38, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The discussion of currency seems way too much for something that isn't actually part of the comic. I believe it would be better in trivia, if part of the article at all. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 13:36, 1 January 2022 (UTC)&lt;br /&gt;
-- concur with that. Its also annoying as on the east of the atlantic, I'd be writing 10^5 as 100,000 not 100.000&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223378</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223378"/>
				<updated>2022-01-01T17:21:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: 'although the slash is rarely used'.... I've been on the East of the Atlantic since birth, / is very common. A weaker form such as 'in places such as X, another symbol such as Y is used in place of the slash' might be appropriate.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In the United States, it's common to write dates numerically in the format ''month/day/year'' -- 2/3/22 means February 3, 2022 (the century is often omitted when it's obvious that the date is around the current time). In Europe, the usual order is ''day/month/year'' - so 2/3/22 is 2nd March, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Localization&amp;quot; is the technique used in software to make it accept input and display output in the formats most natural to users in their locations. For example, in the United States numbers use commas &amp;quot;,&amp;quot; to separate thousands and a decimal point &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU it is the reverse.  And the textual output will be translated to the local language. Naturally, this also includes displaying dates in the local format, as described above.  Note: Currency is only localized where there is a different formatting standard for the same currency (e.g., Canadian English is $1,000.00 and Canadian French is 1 000,00 $). Currency is never &amp;quot;localized&amp;quot; to a different currency as it would actually change the money value (e.g., $100 is not the same as €100) and currency conversion is required, which may be further confounded by fluctuating rates in either the short or long term. &lt;br /&gt;
&lt;br /&gt;
The joke in this comic is that two dates are shown on the same display related to meetings regarding localization. The date of the meeting of the US team is localized in the US format, while the EU team's meeting is localized in the European format, and these two dates about a month apart happen to be formatted the same (there are many such pairs of dates, as long as the day of the month is between 1 and 12). Cueball needs to explain that the European meeting will be a month later than the US meeting, to avoid confusion due to the ambiguity (which is ironic, since localization is intended to reduce confusion).&lt;br /&gt;
&lt;br /&gt;
{{w|ISO-8601}} (that is, standard number 8601 as promulgated by the International Organization for Standardization since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;{{w|big-endian}}&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;{{w|little-endian}}&amp;quot;, while the American format is &amp;quot;{{w|middle-endian}}&amp;quot; (or &amp;quot;mixed-endian&amp;quot;) since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in 2021 is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;endianness&amp;quot; terms are most often used in reference to whether the address of a value in the computer memory which takes up more than one cell is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a paradox that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four-digit years, two-digit months, and two-digit days. Therefore &amp;quot;2/3/22” ''cannot'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading zeroes were omitted in violation of ISO-8601, the year would become Year 2, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) unambiguously interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball sitting next to a screen, which displays]: &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:&amp;lt;hr&amp;gt;&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223377</id>
		<title>Talk:2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223377"/>
				<updated>2022-01-01T16:42:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I downloaded and ran theusaf's bot from its website to make this page.  Not sure how to give page creation permission to [[User:Baffo32RunningTheusafBOT]].  When you run the bot you notice that Theusaf's username is &amp;quot;the usa f&amp;quot;. [[Special:Contributions/172.70.110.45|172.70.110.45]] 16:02, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
shouldn't it be ISO, not iso? actually, the whole title text is lowercase-d when I feel like it shouldn't be [[Special:Contributions/172.70.35.70|172.70.35.70]] 16:59, 31 December 2021 (UTC)Bumpf&lt;br /&gt;
: you're probably right.  as a geek, one uses lowercase 'iso' all the time in computer date code where it is usually lowercase.  e.g. i type `date --iso=seconds` every day into my linux terminal; it outputs 8601 format. [[Special:Contributions/172.70.114.167|172.70.114.167]] 19:23, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Speaking as a European, we'd often read 2/3/22 as &amp;quot;2nd March 2022&amp;quot; (same order as the numbers), not &amp;quot;March 2, 2022&amp;quot;, though obviously we'd understand both expressions. Also, the suggestion that the thousands/decimal punctuation is reversed in the EU is wrong, as this does not apply to all countries of the EU. For example, Ireland uses the same as the US (and the same as the UK, though that is no longer part of the EU and might eventually give up decimalisation altogether on account of fractions being more wholesome...) [[User:Rotan|Rotan]] ([[User talk:Rotan|talk]]) 18:47, 31 December 2021 (UTC)&lt;br /&gt;
:You mean the 12-times-tables, that I was thoroughly taught when I was young, might (literally) gain currency once more? That'll be interesting! [[Special:Contributions/172.70.85.73|172.70.85.73]] 16:42, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Another comic which references ISO-8601 is: https://xkcd.com/1179/ [[User:Rps|Rps]] ([[User talk:Rps|talk]]) 21:27, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's been more than 20 years since in 'casual' date writing I started prefering &amp;quot;D/Mmm/YYYY&amp;quot; format (today is 31/Dec/2021, for me right now, tomorrow is 1/Jan/2022) when I had a totally free hand. A combination of indicating to US colleagues in my multinational company of that time that I wasn't writing trying to write Jan/1/2022 (not that it would matter in that particular case!) and doing my bit to support the upcoming Y2K-compatability issues that other people were gradually getting to know about. Though for coded dates, YYYYMMDD[.hh[mm[ss[...]]]] always worked best for me. It numerically sorts (it will even when YYYY eventually becomes YYYYY!) and can be given arbitrary sub-day specification - at least until float-rounding errors start to creep in. [[Special:Contributions/172.70.90.43|172.70.90.43]] 22:25, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Around year 2000 there was short time when people were writing the years properly. Afterwards, the laziness won again and people started using just two digits again ... sigh ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 01:19, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is localization spelled localisation in countries that use English? [[User:Boatster|Boatster]] ([[User talk:Boatster|talk]]) 01:59, 1 January 2022 (UTC)&lt;br /&gt;
:It is. Obviously that excludes the US and any other past colonials who picked up the wrong habit along the way. ;)  [[Special:Contributions/172.70.86.22|172.70.86.22]] 02:18, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Actually, the -ise/-ize distinction only came in in UK English quite recently and some UK publishers still use -ize endings.  I was told both endings were OK at school in the UK in the sixties.[[Special:Contributions/172.70.86.68|172.70.86.68]] 09:46, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I treat the Oxford Spelling with the respect I give the Oxford Comma. None. (My own '70s education drummed that into me, and it's not going to change easily.) [[Special:Contributions/172.70.90.71|172.70.90.71]] 11:56, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone who doesn't use ISO-8601 dates should be shot on sight. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 10:24, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the impression that slashes as separators mark us-notation and dashes EU notation. [[Special:Contributions/162.158.88.139|162.158.88.139]] 11:36, 1 January 2022 (UTC)&lt;br /&gt;
:The UK complicated this notation (don't we always!). We typically use 'European' ordering (or maybe they use ours?) but also slashes (whichever side of the Atlantic that started). This makes it not so easy to just assume dd-mm-yyyy and mm/dd/yyyy differentiate by separator used. Not sure how to rewrite &amp;quot;In Europe, the usual order is day/month/year - although the slash is rarely used as the separator&amp;quot; in light of this. Are we 'rare' in Europe, or no longer to be considered that at all and therefore not even discussed? [[Special:Contributions/172.70.85.73|172.70.85.73]] 16:38, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The discussion of currency seems way too much for something that isn't actually part of the comic. I believe it would be better in trivia, if part of the article at all. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 13:36, 1 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223376</id>
		<title>Talk:2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223376"/>
				<updated>2022-01-01T16:38:11Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I downloaded and ran theusaf's bot from its website to make this page.  Not sure how to give page creation permission to [[User:Baffo32RunningTheusafBOT]].  When you run the bot you notice that Theusaf's username is &amp;quot;the usa f&amp;quot;. [[Special:Contributions/172.70.110.45|172.70.110.45]] 16:02, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
shouldn't it be ISO, not iso? actually, the whole title text is lowercase-d when I feel like it shouldn't be [[Special:Contributions/172.70.35.70|172.70.35.70]] 16:59, 31 December 2021 (UTC)Bumpf&lt;br /&gt;
: you're probably right.  as a geek, one uses lowercase 'iso' all the time in computer date code where it is usually lowercase.  e.g. i type `date --iso=seconds` every day into my linux terminal; it outputs 8601 format. [[Special:Contributions/172.70.114.167|172.70.114.167]] 19:23, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Speaking as a European, we'd often read 2/3/22 as &amp;quot;2nd March 2022&amp;quot; (same order as the numbers), not &amp;quot;March 2, 2022&amp;quot;, though obviously we'd understand both expressions. Also, the suggestion that the thousands/decimal punctuation is reversed in the EU is wrong, as this does not apply to all countries of the EU. For example, Ireland uses the same as the US (and the same as the UK, though that is no longer part of the EU and might eventually give up decimalisation altogether on account of fractions being more wholesome...) [[User:Rotan|Rotan]] ([[User talk:Rotan|talk]]) 18:47, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Another comic which references ISO-8601 is: https://xkcd.com/1179/ [[User:Rps|Rps]] ([[User talk:Rps|talk]]) 21:27, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's been more than 20 years since in 'casual' date writing I started prefering &amp;quot;D/Mmm/YYYY&amp;quot; format (today is 31/Dec/2021, for me right now, tomorrow is 1/Jan/2022) when I had a totally free hand. A combination of indicating to US colleagues in my multinational company of that time that I wasn't writing trying to write Jan/1/2022 (not that it would matter in that particular case!) and doing my bit to support the upcoming Y2K-compatability issues that other people were gradually getting to know about. Though for coded dates, YYYYMMDD[.hh[mm[ss[...]]]] always worked best for me. It numerically sorts (it will even when YYYY eventually becomes YYYYY!) and can be given arbitrary sub-day specification - at least until float-rounding errors start to creep in. [[Special:Contributions/172.70.90.43|172.70.90.43]] 22:25, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Around year 2000 there was short time when people were writing the years properly. Afterwards, the laziness won again and people started using just two digits again ... sigh ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 01:19, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is localization spelled localisation in countries that use English? [[User:Boatster|Boatster]] ([[User talk:Boatster|talk]]) 01:59, 1 January 2022 (UTC)&lt;br /&gt;
:It is. Obviously that excludes the US and any other past colonials who picked up the wrong habit along the way. ;)  [[Special:Contributions/172.70.86.22|172.70.86.22]] 02:18, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Actually, the -ise/-ize distinction only came in in UK English quite recently and some UK publishers still use -ize endings.  I was told both endings were OK at school in the UK in the sixties.[[Special:Contributions/172.70.86.68|172.70.86.68]] 09:46, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I treat the Oxford Spelling with the respect I give the Oxford Comma. None. (My own '70s education drummed that into me, and it's not going to change easily.) [[Special:Contributions/172.70.90.71|172.70.90.71]] 11:56, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone who doesn't use ISO-8601 dates should be shot on sight. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 10:24, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got the impression that slashes as separators mark us-notation and dashes EU notation. [[Special:Contributions/162.158.88.139|162.158.88.139]] 11:36, 1 January 2022 (UTC)&lt;br /&gt;
:The UK complicated this notation (don't we always!). We typically use 'European' ordering (or maybe they use ours?) but also slashes (whichever side of the Atlantic that started). This makes it not so easy to just assume dd-mm-yyyy and mm/dd/yyyy differentiate by separator used. Not sure how to rewrite &amp;quot;In Europe, the usual order is day/month/year - although the slash is rarely used as the separator&amp;quot; in light of this. Are we 'rare' in Europe, or no longer to be considered that at all and therefore not even discussed? [[Special:Contributions/172.70.85.73|172.70.85.73]] 16:38, 1 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The discussion of currency seems way too much for something that isn't actually part of the comic. I believe it would be better in trivia, if part of the article at all. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 13:36, 1 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=506:_Theft_of_the_Magi&amp;diff=223286</id>
		<title>506: Theft of the Magi</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=506:_Theft_of_the_Magi&amp;diff=223286"/>
				<updated>2021-12-30T17:00:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Undo revision 223283 by AdelaSamuel (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 506&lt;br /&gt;
| date      = November 19, 2008&lt;br /&gt;
| title     = Theft of the Magi&lt;br /&gt;
| image     = theft_of_the_magi.png&lt;br /&gt;
| titletext = Every Roomba needs a dueling harness.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a satirical play on {{w|O. Henry}}'s short story &amp;quot;{{w|The Gift of the Magi}}.&amp;quot; In O. Henry's story, a couple with very little money goes to great lengths to purchase gifts for one another. The wife sells her prized possession, her hair, to purchase a fancy chain for her husband's prize possession, a watch; the husband sells his watch to purchase some fancy hair accessories (clips/combs) for his wife. The story is about selflessness, as each party sold their prize possession to purchase something to enhance the other's prize possession.&lt;br /&gt;
&lt;br /&gt;
In this comic, however, the opposite occurs: [[Black Hat]] stole [[Danish]]'s {{w|Roomba}} (an autonomous robotic vacuum cleaner) and sold it to buy {{w|Left 4 Dead|a new game}} for his {{w|Xbox}}, while Danish stole Black Hat's Xbox and sold it to buy a &amp;quot;dueling harness&amp;quot; for her Roomba, highlighting their mutually destructive selfishness. Although these actions reflect their sociopathic personalities and are at each other's detriment, both are apparently touched by the simultaneity of their selfish actions and the symmetry of the consequences. This is a play on the reaction that readers typically have upon reading the O. Henry story: although neither of the characters can actually use their gift, the gifts are touching nevertheless because they are literal symbols of the self-sacrificing love the characters have for each other.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;dueling harness,&amp;quot; also mentioned in the title text, is an invention by [[Randall]], which presumably would allow Roombas to wield weapons and battle each other like the robots in ''{{w|Robot Wars (TV series)|Robot Wars}}''.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Black Hat is holding up a copy of ''Left 4 Dead''. Danish is holding up a small harness.]&lt;br /&gt;
:Black Hat: Hey. I sold your Roomba on Craigslist so I could buy myself ''Left 4 Dead''.&lt;br /&gt;
:Danish: But I eBayed your XBox so I could get this dueling harness for my Roomba!&lt;br /&gt;
:Black hat and Danish at the same time: Aww.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Roomba]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:Kynde&amp;diff=223278</id>
		<title>User talk:Kynde</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:Kynde&amp;diff=223278"/>
				<updated>2021-12-30T15:04:02Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Forgive this IP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Cueball references  ==&lt;br /&gt;
Hi, please do not remove the Cueball references here. He is a standard character. The category [[:Category:Comics featuring Cueball]] gives just an overview about all comics showing this stick figure. And just one is him, not defined by Randall but by us. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:10, 8 May 2014 (UTC)&lt;br /&gt;
:But who should define who Cueball is? You? I could see him as both here. And somebody did. You have just corrected back so that the Cueball in the explain is switched to the other charachter in the transcript. At least one of these should then be changed to match the other. It is thus also clear that people have different views of what Cueball stands for. Is he the one trolling, or is he the one who knows which movie Blade Runner is? [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:35, 10 May 2014 (UTC)&lt;br /&gt;
:By the way - I did not remove the reference to the chategory - but only in the text as described above. [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:38, 10 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Minor tags on edits ==&lt;br /&gt;
Also, a minor concern, but please be more sparing in your use of &amp;quot;minor&amp;quot; tags on edits.  Addition of 1200 characters (e.g. . . m Talk:1496: Art Project‎; 20:04 . . (+1,240)‎ . . ‎Kynde, or . . m 1497: New Products‎; 19:12 . . (-419)‎ . . ‎Kynde →‎Explanation: It does not fit into category four! See new test. I also deleted a lot of text, that already was written below, and was basically the same as the one stille) is NOT minor. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:22, 11 March 2015 (UTC)&lt;br /&gt;
::When adding a new comment to the talk page I newer see this as a major change. This i a discussion not a change to the explanation!. I do not believe it was a big change removing the text you wrote, when all of it basically was written below. Try and read your version, and see that it was more or less double. Also I had already once removed the reference to the fourth category. If the guy has signed up he have no problems with this company. Also it is mentioned that the fourth category is not a company he is afraid off, but just someone they do not like. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:42, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thank you ==&lt;br /&gt;
&lt;br /&gt;
I like what you did at [[1402: Harpoons]]. Thank you. [[Special:Contributions/173.245.54.153|173.245.54.153]]&lt;br /&gt;
:You're welcome - I did it based on your comment [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 03:41, 2 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
==[[980: Money]]==&lt;br /&gt;
Hey, you've done an amazing job on the money comic's transcript, but the explanation page is still marked as incomplete. Is there actually anything left to be done on it? Thanks! [[User:Davak72|Davak72]] ([[User talk:Davak72|talk]]) 03:04, 3 April 2015 (UTC)&lt;br /&gt;
:Thanks allot. I have replied on the Money page where you repeated the above. I can even remember the number although it was some time since I did the transcript. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:44, 3 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Merge Cueball &amp;amp; Rob ==&lt;br /&gt;
&lt;br /&gt;
You seem to have changed some comics in which formerly more than one cueball appeared to make it such that none were called cueball (e.g. Orb Hammer).  But many persist, see transcripts in:&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/1405:_Meteor&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/192:_Working_for_Google&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/525:_I_Know_You%27re_Listening&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/187:_The_Familiar&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/79:_Iambic_Pentameter&lt;br /&gt;
http://www.explainxkcd.com/wiki/index.php/65:_Banter&lt;br /&gt;
&lt;br /&gt;
We should probably seek broader consensus before rewriting all these transcripts.  There seems to me to be a general trend to name one &amp;quot;Cueball&amp;quot; and call the others &amp;quot;Friend&amp;quot; or somesuch in these cases and I'm concerned that you seem to want to singlehandedly rewrite all that convention. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:07, 11 March 2015 (UTC)&lt;br /&gt;
:It is typically the first who writes the transcript who decides who of the Cueballs (or Megans) he feel represents the real Cueball. However, there is no real behavior of Cueball. So who should decide. I could also change these transcripts so it becomes the other character who becomes Cueball, because I think the first transcripter did it wrong. This was exactly what happened with the two Megan-like comics. First it was Megan and Danish. Then unidentified girl and Megan. Then Megan and unidentified girl, then two Megan like girls with short and long hair and finally you reverted it to my first ide: Unidentified girl and Megan. So thanks for showing me these six double Cueball comics. I will change asap. And as I answered your comment on [[1496: Art Project]] Rob is already listed as part of the category for Comics featuring Cueball: http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Rob and this is listed as the first entry when going to the page for Category:Comics featuring Cueball: http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Cueball Thus he should not be merged--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:21, 11 March 2015 (UTC)&lt;br /&gt;
:: Can you please add this discussion here [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob].  I have refrained from making these sort of substantial changes and want to seek a broader consensus.  Please use the community forum to seek such consensus before making major unilateral changes like that. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:24, 11 March 2015 (UTC)&lt;br /&gt;
:::Done with interests --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:02, 11 March 2015 (UTC)&lt;br /&gt;
:: there are dozens of multiple-Cueball comments.  Please don't change them to &amp;quot;man 1&amp;quot;, &amp;quot;man 2&amp;quot; until we can reach a braoder consensus.  I will not be changing them to &amp;quot;Rob&amp;quot; without consensus.  This is not something to be done all at once and making that many changes will prompt me to request that an admin freeze your account. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 21:27, 11 March 2015 (UTC)&lt;br /&gt;
:::I was about to write this before your comment no. two. So this was a reply to your previous comment: &amp;quot;I can post it there, but these changes has been underway a long time for almost a year. But it is hard to find these comics as I do not go through them just to find incidences. How long have you been active in xkcd. I can see your page has been created today, but maybe you were active long before that?&amp;quot;--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:42, 11 March 2015 (UTC)&lt;br /&gt;
::::This is a comment to your next comment: &amp;quot;It is very hard to threaten someone like that already. I have been making these changes before, and by the way never to man 1 or man 2. I have been one of the top contributers for more than a year. I hope this is not just because I reverted one of your contributions to Mondays comic? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]21:42, 11 March 2015 (UTC)&lt;br /&gt;
:::::I didn't want to threaten. I think consistent style is important, and general style I see is in multi-Cueball comics, one is ID'd as Cueball and others are &amp;quot;Friend&amp;quot;, etc. Anyone unilaterally changing an established style should seek consensus first.&lt;br /&gt;
:::::Additionally, I think your undo on my edit actually improved the explanation.&lt;br /&gt;
:::::Finally, if you know how to solicit more opinions on the matter at hand, please let me know (or do it).  Thanks! [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 23:53, 11 March 2015 (UTC)&lt;br /&gt;
::::::Thanks on the edit appraisal. As I wrote on the talk page, yours was also much better phrased the second time. I do not know how to get anyone to go read your comment except by giving them the message like you did with me. Or putting a link to it from the talk page of the double Megan comic, and maybe on  some of the double Cueball comics too. I did not understand the &amp;quot;solicit more opinions&amp;quot; at first (why I wrote that last part in my comment below &amp;quot;how many will read&amp;quot;). So you do realize, I can see now, that not many will. By the way I'm [[Danish]]... That is, I'm neither a mean girl or a pastry cake, but from Denmark. And although I'm, really good at English for everyday use, it is not by far a language I can understand everything. But suddenly I got your message.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 12 March 2015 (UTC)&lt;br /&gt;
My only point is we need to wait until consensus is reached before undoing years of precedent in Cueball naming. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 22:38, 11 March 2015 (UTC)&lt;br /&gt;
:Well as I have made fairly clear there is no consensus. Because it is up to the first one who writes the transcript to decide who is the friend. And this often leads to discussion or changes forth and back (like we just saw with two Megans) since people have different opinion on how Cueball should behave, since they do not know that Cueball can behave anyway Randall needs him to. Often he reflects Randall's intelligence, but just as often he is a prick behaving horribly towards girls etc. So if there are two, one good and one bad, you cannot say the good one is Cueball. And how many do you think reads your post? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:43, 12 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have had a look at the comics you have listed. Here are my comments:&lt;br /&gt;
*[[1405:_Meteor]]&lt;br /&gt;
**Here I would have changed - since it is believed that Cueball often represents Randall's version of himself - especially when it is his hobby. Of course it is then Randall who is pedantic, and thus Cueball. So I would change the Cueball reference. So here we could have a stupid editing war, instead of writing something else.&lt;br /&gt;
*[[525:_I_Know_You%27re_Listening]]&lt;br /&gt;
**Here there is only one Cueball speaking. And the other is listening in. So here I would no object so much. Maybe I would mention that the other looks like Cueball.&lt;br /&gt;
*[[192:_Working_for_Google]]&lt;br /&gt;
**Here I would have changed - since I would think that Cueball should have the most interesting story, and also that this Cueball is Randall as it is known that Randall has an interest in Google and has also been cheated by their aptitude test (so much that he did the famous [[356: Nerd Sniping]]). So  also here I would change the Cueball reference. So again stupid editing war, instead of writing something else.&lt;br /&gt;
*[[187:_The_Familiar]]&lt;br /&gt;
**Here I would have changed - since I would thing that Cueball should be the one always interested in computers. Not the other way. I know there are other comics where he enjoys nature. But Also a lot where he enjoys computers out of hand and math etc. So again I would have changed the Cueball reference. So again stupid editing war, instead of writing something else.&lt;br /&gt;
*[[79:_Iambic_Pentameter]]&lt;br /&gt;
**Here I agree with the Cueball = Randall - it's Randall my hobby and thus the one with the Hobby is Cueball. But I would still prefer they are not named. some might argue against me on the hobby, saying the Cueball with the hobby is &amp;quot;Randall&amp;quot; so the other Cueball is &amp;quot;Cueball&amp;quot;. Thus once more editing war. But I would not start it. But still probably mention that the Cueball with a hobby is Randall.&lt;br /&gt;
*[[65:_Banter]]&lt;br /&gt;
**What can I say. The first is called Cueball the other is not. They have the same amount of text, and they are obviously both gay and missing out. I would definitely loose the Cueball reference here. &lt;br /&gt;
That is my ten cents about these six examples. Maybe we should create a category called multiple Cueballs. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 12 March 2015 (UTC)&lt;br /&gt;
:Note that I have not changed any of these... yet. But maybe I should revert those three I think is plain wrong, so the Cueball and friend is changed. Then we can see if anyone changes back? ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 12 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I advise waiting.  If you want to enact 4, go for it, but then put in the discussion a [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob link] to our discussion for '''all''' the changes you make so hopefully someone besides you and me goes to that page and weighs in.&lt;br /&gt;
&lt;br /&gt;
To answer your question, I've read xkcd for years (I started reading regularly around the time there were ~500 total comics), lurked on explainxkcd and made anonymous minor edits for most of that time.  I set up an account in July 2013, when I began making more regular edits.&lt;br /&gt;
&lt;br /&gt;
I recognize that the issue has a large amount of inertia.  My point is precisely that there are 9 &amp;quot;Rob&amp;quot; comics and countless Cueball.  But, as I stated on the page, there is ample evidence that the same character (Black Hat's friend/roommate, Megan's boyfriend) '''is''' named Rob.  I haven't done a count, but I suspect that &amp;quot;Megan&amp;quot; is named in the comic fewer than 9 times, but characters of her appearance are '''all''' called &amp;quot;Megan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Yes, multiple Megans triggered the idea that's been brewing in my mind since someone (not me) made an anonymous comment on a relatively recent Rob comic [1168: tar].  Since I read that it's been sitting in my mind, but I haven't wanted to make an issue.  However, the asymmetry between Megan/Cutie and Rob/Cueball grates for me and I want to urge the community here to evaluate critically whether it is the right thing or an inappropriate historical artifact.  Years ago, [Cutie] was abolished (redirects now to [Megan]), I think it's objectively appropriate to make a symmetrical arrangement for Rob/Cueball (hence my options 2 &amp;amp; 3 in the public discussion thread).&lt;br /&gt;
&lt;br /&gt;
For now, if you want to go changing all those comics go ahead.  I won't argue or revert, but I request that you put the following (or something close to it) in the discussion of all the comics you change &amp;quot;I've removed the name 'Cueball' from this and several other comics that have multiple Cueball's in them as per my position on the issue currently under discussion at http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob if you support this change or disagree with it, please weigh in on that discussion thread.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thank you and I look forward to hearing from more users. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 00:04, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Dear Djbrasier&lt;br /&gt;
:(By the way my name is Kynde - that is both my nick and my middle name).&lt;br /&gt;
:Thanks for this very open talk. I like you much better now ;-)&lt;br /&gt;
:If I do change any of these I will do as you ask. It is not like I have forever to do these changes, although I for sure use too much time already on explain... I think I will add the category:Comics with multiple Cueballs. What do you think of the name if I do (and if I do then maybe also make one with Category:Comics where Megan is named Megan. Please tell me you can think of a better name for that one ;-) I only know of the three now mentioned on [[Megan]]s page.&lt;br /&gt;
:As you can see om my page, I have only used explain xkcd since late 2013. So you have been member longer than me by some months. I did not read xkcd before that - became fascinated with the What if section on xkcd and when I finished with those I turned to the comic. But found that I failed to understand quite a few, and thus searched and found this page. I have read them as they come out since then, and then also began reading from no. 1. But since I always look in this page for the explanation and like to contribute I only progress very slowly. Recently I have reached [[540: Base System]] where I have made several improvements additions and corrections. And that is as far as I have reached reading straight fro no. 1. But I have of course used the cross referencing and thus read many in between that and those from October 2013. &lt;br /&gt;
:Regards Kynde --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:02, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Happy to have the discussion and to get to wiki-know you.  I definitely see your points.  I added a few comments and links to our public discussion in the hopes that, over time, it will attract more users to the community portal discussion.  I suspect it will take some months for enough users to weigh in that we have a reasonable consensus.  I think that if you remove &amp;quot;Cueball&amp;quot; from some of the comics you mentioned above and put a link to the portal page in the discussion block of those comments, that will prompt community input.&lt;br /&gt;
::Cheers,&lt;br /&gt;
::DJ [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:40, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also added incomplete tags to a few comics in which I think a strong argument can be made that &amp;quot;Cueball&amp;quot; is really Rob, despite his name not showing up (Boombox &amp;amp; Cover-up) [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:49, 13 March 2015 (UTC)&lt;br /&gt;
:Well I disagree again. See the talk pages. But then it is out for discussion.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:19, 15 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have changed several of the Multiple Cueballs comics as you said was OK with you. See the new caregory. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:41, 16 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== xkcloud permalink usernames ==&lt;br /&gt;
&lt;br /&gt;
You said &amp;quot;The user name and user picture stay the same though.&amp;quot;, [http://www.explainxkcd.com/wiki/index.php?title=1506:_xkcloud&amp;amp;diff=prev&amp;amp;oldid=88207 An Anon] had mentioned that [http://xkcd.com/1506/#post/3c34fb48-1a07-51d2-a81d-5257a3681024 3c34fb48-1a07-51d2-a81d-5257a3681024] had the name &amp;quot;Lauren Ibsen Dolores Amit&amp;quot; and changed to &amp;quot;Margaret5&amp;quot;, then by the time I looked at it, it had &amp;quot;Virginia2006&amp;quot;.  It still has &amp;quot;Virginia2006&amp;quot; now, but since it has changed twice I wouldn't assume it is now permanent.  Due to this, I [[1506:_xkcloud/Table of Permalinks|haven't been saving the usernames]].  Could you confirm that you see Virginia2006?  Perhaps it's different for each user. -[[User:452|452]] ([[User talk:452|talk]]) 21:09, 6 April 2015 (UTC)&lt;br /&gt;
:Yes I did see Virginia2006. I think it may change some times, but then suddenly it could become stable? The permalink used on the main page of the explain, was mine. I noted it was Mark Zuckerberg. But this has changed. But now I think it is stuck on: Destiny1983 and always with the skating &amp;quot;Megan&amp;quot;. Can you confirm this: http://xkcd.com/1506/#post/50b47c70-3a7c-504d-bcc0-60597338e999 . Cool that you have collected all these images. Can we put the link under the permalink section. As you can see I'm trying to completely revise the page so it is easier to find the explain and then only see the detail if you are interested. Hope you like these changes --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:27, 6 April 2015 (UTC)&lt;br /&gt;
::Yeah, I see Destiny1983 on that one too.  I like the changes, they make everything much clearer. -[[User:452|452]] ([[User talk:452|talk]]) 21:30, 6 April 2015 (UTC)&lt;br /&gt;
:::Thanks. I was trying to make it easier to write some extra info on your permalink page, and deleted most of them. Luckily they are not deleted permanently. But the page is so big I have trouble loading it. I try to repair my mistake, but else please do so for me, and sorry in advance. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:45, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::NP, &amp;lt;tt&amp;gt;&amp;amp;action=history&amp;lt;/tt&amp;gt; is a life-saver.  I was going to suggest using &amp;lt;tt&amp;gt;&amp;amp;action=edit&amp;amp;section=0&amp;lt;/tt&amp;gt;, but I see you've already added a description heading.  It also lags pretty badly for me so I expect I'll have to stop at 10000, and I'm already up to 8444 since my last edit to the page. -[[User:452|452]] ([[User talk:452|talk]]) 22:20, 6 April 2015 (UTC)&lt;br /&gt;
:::::Yes I think I fixed it but I had to split it in three uploads. How many different pictures do you think there are. I guess some off them are the same? (And same for text). Maybe the last part can be seen by sorting the table. But does the image also have the same name when used more than once? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:33, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::Well, I know of 1419 unique images so far.  Yes, both images and text are reused for different permalinks, some come up a lot more frequently than others. If you click the heading, you can sort by either image or text, which will group them together.  It's kind of interesting to see different captions for the same image.  If you mean the same username, I haven't checked.  I also haven't checked whether the same pair of image and text ever appear together as different permalinks, I'll check that &amp;lt;s&amp;gt;eventually&amp;lt;/s&amp;gt;, &amp;lt;s&amp;gt;later&amp;lt;/s&amp;gt;, ''right now''... nope.  I imagine the prompt never even ''suggests'' a caption which is already associated with an image. -[[User:452|452]] ([[User talk:452|talk]]) 23:27, 6 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::I hit the 2mb page limit at 10217 permalinks, out of the 15000+ I have found, so I've reduced the table to only show each image and text once. As in, ''either'' the image or text once, so there will be a couple of duplicate images and text.  So what I said previously about sorting to see different captions for the same image no longer applies, but the page will be more manageable this way. -[[User:452|452]] ([[User talk:452|talk]]) 13:53, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::::: So you think that it will not be possible for anyone to add the same image to the same caption, because this caption will never again come up with this image or the other way around? I can see yo have removed the ? where they where something else like turtles... Nice. What about all the links below? Are they just the other 10.000 links not associated with a new image or caption, just a different combination? If so maybe this should be made clear. You could make a new section heading for them. Would it be possible to list them in any other way, or is this to save space? Alternatively you could make a new subpage with extra permalinks for further study. We of course both know that no one will ever read these again ;-) But nice work anyway. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:17, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::::: So far, I've never found the same image and same caption, but I'll keep checking, as I'm still storing all of the information, just not posting the full list to the wiki now.  The other links at the bottom are all 15000+ permalinks I've found, good point about making that more clear.  It might also be a good idea to list them on another separate page to save space, but they're not for further study, as I have all the images and captions associated with them, there just isn't room to display all of the information, because it would currently take 3mb+.   Regarding the symbols, I was previously pasting my javascript output into my text editor to format them, but now I have my script format them for me, so the symbols are preserved. - and it's also a lot easier for me. -[[User:452|452]] ([[User talk:452|talk]]) 14:29, 7 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::::: Well, I've hit the 2 megabyte limit again, so it looks like we'll have to put the table on one page and the list of links on another.  Any suggestions for the page titles? -[[User:452|452]] ([[User talk:452|talk]]) 15:25, 23 April 2015 (UTC)&lt;br /&gt;
::::::::: You are crazy :-) My suggestion is that you create a new page called Table of Permalink (with the explanation at the top the same, but now linking to the old page, and vice versa for the old page to the new). Then let the list of permalink stay on the old page. And move the table to the new page. Finally, look at what pages direct to the old page, and redirect them to the new, only leaving link to the old page from the new one. The table is most important. The problem with your table is that it is too big for anyone to load... Maybe there should even be another page in between. Which is called - a selection of permalink. And then with link to the full table and links, with a fair warning about huge amount of data (Big data.). My explorer just went down trying to load the page (or maybe I'm just too impatient?) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:36, 24 April 2015 (UTC) (Ah, now it is finished loading...)&lt;br /&gt;
:::::::::: Thanks. I haven't tried it in internet explorer, but the table loads okay with Chrome on my laptop I bought 7 years ago.  Now that the pages are split, it might load faster for you. -[[User:452|452]] ([[User talk:452|talk]]) 18:58, 24 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
==[[1608: Hoverboard/Transcript|Hoverboard Transcript]]==&lt;br /&gt;
&lt;br /&gt;
Sorry to ask about such a minor thing, just curious about why the man on the raised plateau can't be a woman. Elsewhere in the comic Darth Vader is seen explaining Steven Universe to someone. [[Special:Contributions/108.162.221.43|108.162.221.43]] 13:46, 3 December 2015 (UTC)&lt;br /&gt;
:Hi - it cold be. But to me it looks like a family. But to be honest I had not expected anyone to change it, and did not notice before I had copy pasted some text in from the document I write the transcript in. But hopefully at some time this family (or whatever) becomes part of the effort to explain the entire comic. My guess is that someone will know who it is - that they are from some TV series or movie. In that case it will become clear if it is (as I assumed) a family with mom and dad and two children or if it is a lesbian couple or something entirely different... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:02, 3 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The family resembles the main characters of Steven Universe, a cartoon(the characters being three women and a child) The explanation page also lists them as such(Steven Universe and the Crystal Gems - (x: 551664, y: -567383). [[Special:Contributions/173.245.55.64|173.245.55.64]] 21:03, 3 December 2015 (UTC)&lt;br /&gt;
:::Perfect thanks. Then is makes sense with the Vader reference. Is it the boy who is Steven? And is the low girl also a grown woman? I will look it up but thanks for answering. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:07, 3 December 2015 (UTC)&lt;br /&gt;
::::Fixed the transcript. Some of the link I put in, is not supposed to be there, but may be moved once they are explained in the main article.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:20, 3 December 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hair Bun &amp;quot;Girl&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, I noticed you created the character page for &amp;quot;Hair Bun Girl&amp;quot;. This naming convention is inconsistent with most of the other characters named here, e.g. Cueball, Ponytail, Hairy, et al. Beret Guy is a potential counterexample, but the words &amp;quot;guy&amp;quot; and &amp;quot;man&amp;quot; don't have the same relationship as &amp;quot;girl&amp;quot; and &amp;quot;woman&amp;quot;. Partly for consistency, and partly for simple feminism, I'd like to open a conversation about changing the character's name please. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:08, 4 February 2016 (UTC)&lt;br /&gt;
:I think it is exactly the same as guy vs. girl. Hair Bun Woman is just too cumbersome. But if you can find a name like Ponytail that fits then by all means. Hairbun just doesn't do it for me. But I do not have any specific feelings for this name, I just found that she was used too often to not have a character page. So I will not take offence against you trying to find a better name through a conversation. Contraty to for instance Megan, which once was Cuetie (sexistick I think), it will not be so hard to change Hair Bun Girl's name to something else, but still she has just reached comic no. 20 so it is not easy to find all the references. Are you ready to do that job if you do get a new name for her? Because else it is just semantics --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:20, 4 February 2016 (UTC)&lt;br /&gt;
::Thanks, appreciate it. Yes I am ready to do the job. What would you recommend for next steps? Should I raise the issue at http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Coordination? [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:06, 7 February 2016 (UTC)&lt;br /&gt;
:::Your welcome, and good luck. Try to see [[explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob|this post]] regarding the naming convention of [[Cueball]] and [[Megan]] which much to my joy did not end up in altering anything, but they were &amp;quot;old&amp;quot; names, Hair Bun Girl is new. You could post you suggestion there. And maybe make a note at the top of [[Hair Bun Girl]]'s page? (You can write Notice as a template just like the incomplete. Check out this [http://www.explainxkcd.com/wiki/index.php?title=Cueball&amp;amp;oldid=92611 old version of Cueball page history]). Now that I think about it '''Hairbun''' is probably as good a name as [[Ponytail]]. So I would think that would be a decent proposal for a change. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:08, 7 February 2016 (UTC)&lt;br /&gt;
::::Okay, process started. Thank you for the good wishes and guidance. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:31, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Girl With Hairbun? ===&lt;br /&gt;
&lt;br /&gt;
I have identified several comics that have a girl (clearly a child) similar in appearance to Hairbun. &lt;br /&gt;
Examples include [[1104: Feathers]], [[1352: Cosmologist on a Tire Swing]] and [[1370: President]]. Would these people be included under Hairbun? Most of them are not marked as such. And what are the requirments to make a new character? I think this girl has appeared rather often. {{unsigned ip|173.245.54.42}}&lt;br /&gt;
:Hi. If you look at the description for [[Hairbun]] it clearly states that she is an adult as are Ponytail and Cueball etc. So no, these examples should not be included in Hairbun category. If you look at the last entry on the talk page of President I suggested a children category. But I would agree that a category with curious girl or science girl could be relevant. She is also in [[1611: Baking Soda and Vinegar]] for instance. If there are about five comics that could go in a new category it is just to create it. The naming is important though. See othere categories for what to write on the category page. I have made several including Hairbun --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:12, 27 May 2016 (UTC)&lt;br /&gt;
::Thanks for your input. I think I will be creating this category soon. Since most of the names seem to refer to the hairstyles (they are recognizable) I think I'll be going with the name &amp;quot;Double Bun Girl&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Marking edits as minor edits ==&lt;br /&gt;
Hey, I noticed that you mark lot of your edits as minor edits while most of them aren't. For example, [[http://www.explainxkcd.com/wiki/index.php?title=1645%3A_Toasts&amp;amp;diff=112997&amp;amp;oldid=112996 this]] and probably [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113008 this]] too constitute as a minor edit, but these - [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=112997 [1]]], [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113003 [2]]], [[http://www.explainxkcd.com/wiki/index.php?title=1645:_Toasts&amp;amp;diff=next&amp;amp;oldid=113009 [3]]], etc. aren't minor edits. Refer to the wikipedia guidelines for minor edits - {{w|Help:Minor_edit}}.&lt;br /&gt;
::Examples include typographical corrections, formatting and presentational changes, and rearrangements of text without modification of its content. A minor edit is one that the editor believes requires no review and could never be the subject of a dispute.&lt;br /&gt;
Basically, if you are adding/removing even a little bit of content, it is not minor. [[Special:Contributions/199.27.130.216|199.27.130.216]] 23:31, 21 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh, and how in the world is [[http://www.explainxkcd.com/wiki/index.php?title=Thing_Explainer&amp;amp;curid=16286&amp;amp;diff=113034&amp;amp;oldid=113033 this ]] and [[http://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;amp;curid=16986&amp;amp;diff=113019&amp;amp;oldid=113013 this ]] minor !! [[Special:Contributions/199.27.130.216|199.27.130.216]] 23:47, 21 February 2016 (UTC)&lt;br /&gt;
:Sorry about that. I just updated my settings where it had been set to default: &amp;quot;Mark all edits minor by default&amp;quot;. If I by mistake click OK to an update before clicking that off it was to late. But now it will be the other way instead. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:19, 22 February 2016 (UTC)&lt;br /&gt;
::Cool, no worries. It happens. I was just surprised that everything was marked minor. Anyway, keep up the good work. I see that you're finishing up all the incomplete explanations and improving comics in general. Great work ! :) [[Special:Contributions/199.27.130.216|199.27.130.216]] 01:04, 23 February 2016 (UTC)&lt;br /&gt;
:::Thanks for the support, nice to get some feedback. Also great that someone mentions when you are doing something the wrong way. I had only limited experience with wiki pages before signing up here, and I had not read the wiki page on minor edits, but now I have. How come you have chosen not to have an account? Seems like you also make several comments and changes... which is great ;-)  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:11, 23 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Please create the discussion page for today's comic. ==&lt;br /&gt;
Thanks. [[Special:Contributions/108.162.221.13|108.162.221.13]] 15:02, 7 March 2016 (UTC)&lt;br /&gt;
:Well just did that (for [[1652: Conditionals]]) but not because I saw this comment, just before. I guess it is not possible for no registered users to create pages? Well I fulfilled your wish before I knew about it ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:05, 7 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Moving comments around ==&lt;br /&gt;
Please do not move people's comments into unrelated discussions without asking them, and if you do, make sure the timestamps in the reply chain aren't out of order.  [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 20:36, 23 March 2016 (UTC)&lt;br /&gt;
:I expect you were referring to [[Talk:1659: Tire Swing]]? Well all comments I moved were regarding the same question of who the girls looked like, and they should have been posted as replies to the first. There were no time stamp on the first comment and your post asking if they were children were posted straight under a post about if they were Megan and Hair Bun girl or Thelma and Louise. So I do believe your comment belong under that statement. But fine by my that it just stand beneath instead of being indented. The time stamp of all comments seem to be in time order as I see it. It would get really confusing or I would have to make the same reply three times if they were not together. The comments in between were not at all related and there should be no confusion. So I think it made the discussion page much more useful what I did.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:52, 23 March 2016 (UTC)&lt;br /&gt;
::Well I don't know about the other users, but I know for a fact that mine wasn't in response to the first one.  I don't even know what the first one said, I just moved it from the explanation to comment page.  And mine was posted immediately after it because I was chronologically the second comment made.  I had no reason to wait (interestingly, you moved someone else's comment so that I was replying to it, even though it didn't exist when I posted.)  [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 00:41, 24 March 2016 (UTC)&lt;br /&gt;
:::I cannot see that what you say is true about moving your comment. I just checked the history and here is what I found:&amp;lt;br&amp;gt;&lt;br /&gt;
'''This was what it looked like before my changes:''' &amp;lt;br&amp;gt;&lt;br /&gt;
--- &amp;lt;br&amp;gt;&lt;br /&gt;
the women do not look like Megan and Hair Bun Girl to me, are they new?&lt;br /&gt;
sorry for commenting here, but I do not have rights to create a new page, which seems to be necessary for posting the fire comment. Will move once the comment section is created.&lt;br /&gt;
&lt;br /&gt;
I think they are Thelma and Louise (from the movie) given the looks of their hair {{unsigned|Chichak|March 23, 2016}}&lt;br /&gt;
&lt;br /&gt;
I think they're children [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:33, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they got the truck from Black Hat's garage? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:34, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have yet to use a tire swing that was made from a worn tire (worn by the road not by swinging). From my experience, expired tires used by automobiles typically have sharp metal protruding from the rubber. This would make a dangerous tire swing. I thought landscaping (rubber mulch) and playgrounds was the preferred recycling method for used tires?--[[User:R0hrshach|R0hrshach]] ([[User talk:R0hrshach|talk]]) 15:35, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The first one certainly looks like Hair Bun, but the second one (which in in the explanation is presented as Megan) has a somewhat curly hair. Could she be another character, perhaps? [[Special:Contributions/108.162.218.166|108.162.218.166]] 17:05, 23 March 2016 (UTC)&lt;br /&gt;
&amp;lt;br&amp;gt;--- &amp;lt;br&amp;gt;&lt;br /&gt;
'''This what it looked like after:'''&amp;lt;br&amp;gt;&lt;br /&gt;
--- &amp;lt;br&amp;gt;&lt;br /&gt;
the women do not look like Megan and Hair Bun Girl to me, are they new?&lt;br /&gt;
sorry for commenting here, but I do not have rights to create a new page, which seems to be necessary for posting the fire comment. Will move once the comment section is created.&lt;br /&gt;
:I think they are Thelma and Louise (from the movie) given the looks of their hair {{unsigned|Chichak|March 23, 2016}}&lt;br /&gt;
::I think they're children [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:33, 23 March 2016 (UTC)&lt;br /&gt;
:::The first one certainly looks like Hair Bun, but the second one (which in in the explanation is presented as Megan) has a somewhat curly hair. Could she be another character, perhaps? [[Special:Contributions/108.162.218.166|108.162.218.166]] 17:05, 23 March 2016 (UTC)&lt;br /&gt;
::::As the tire comes from a truck and it's diameter is more than half the height of these small girls they are definitely kids (not that Randall could not have made adults make a swing as like in [[150]]). Also this makes it much more funny that they both stole a car and beat up an angry adult. And now they are going all environmental after wards. So they are not Megan (which looks nothing like a curly haired girl) and also not Hair Bun Girl as it is defined that these characters are adults. There are many stories using kids and they will never represent Cueball, Megan or Ponytail etc. Those with hats are for instance never drawn small! Have thus corrected the explanation. But it still seems to miss much more on the environmental issue which is the subject/point of the comic if not the joke --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:19, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they got the truck from Black Hat's garage? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 15:34, 23 March 2016 (UTC)&lt;br /&gt;
:Then they would have lost the fight: [[433: Journal 5]]! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:22, 23 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have yet to use a tire swing that was made from a worn tire (worn by the road not by swinging). From my experience, expired tires used by automobiles typically have sharp metal protruding from the rubber. This would make a dangerous tire swing. I thought landscaping (rubber mulch) and playgrounds was the preferred recycling method for used tires?--[[User:R0hrshach|R0hrshach]] ([[User talk:R0hrshach|talk]]) 15:35, 23 March 2016 (UTC)&lt;br /&gt;
:I think you are correct. We have one for our kids (though it sucked and we took it down again) and that was a brand new tire, but not one I think would be suitable for any car though. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:22, 23 March 2016 (UTC)&amp;lt;br&amp;gt;&lt;br /&gt;
---&amp;lt;br&amp;gt;&lt;br /&gt;
'''As can be seen''' &lt;br /&gt;
:::I have only moved one comment up, and that was not yours! That you did not check that there already seemed to be two comments above yours, about the appearance of the girls, doesn't mean that it would not make sense to pool all these questions and comments regarding exactly this topic together to give just one answer. And as you can see from the above '''I did NOT move your comments''', but I moved someone else's comment, in between the first and second of your comments, to be able to reply to all four things already written about the girls (ie. 1) The women do not look like Megan and Hair Bun Girl to me, are they new? 2) I think they are Thelma and Louise (from the movie) 3) I think they're children  and 4) ... a somewhat curly hair. Could she be another character?) All that was what I replied to, now possible to do in one go right beneath all four remarks. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:47, 25 March 2016 (UTC)&lt;br /&gt;
::::There was only one comment before mine, and it was 2 paragraphs.  You moving the second half into a reply of the first half caused some of the confusion here [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 06:54, 26 March 2016 (UTC)&lt;br /&gt;
:::::OK now I understand, so it was not your comment I moved, but the previous comment that I split in two (that was a mistake). That you did not answer to the comment above was of course not clear since it was on the same subject. Again this, as I understand it, was caused by someone posting a comment in the explanation, and you moving it into the comments section (which was fine, but made it hard to find out who posted what.) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:58, 26 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gardening ==&lt;br /&gt;
&lt;br /&gt;
You mention &amp;quot;three links to images that did not work&amp;quot; in my &amp;quot;garden store for deer&amp;quot; entry.  [http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xmd97bimg0.n2wbws.5455.png/739px-13xmd97bimg0.n2wbws.5455.png These]&lt;br /&gt;
[http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xn667h2jlw.jonmk1.5455.png/739px-13xn667h2jlw.jonmk1.5455.png three]&lt;br /&gt;
[http://www.explainxkcd.com/wiki/index.php/Special:UploadStash/thumb/13xod68rb29s.7fj65u.5455.png/739px-13xod68rb29s.7fj65u.5455.png links]&lt;br /&gt;
all work for me; they are images I tried to upload, scaled as large as the server would allow (739x461).  Somehow I can upload images but not create image pages (also the spam protection is still triggered, so creating this account seems to accomplish nothing).  It's very strange that the server has stored them but won't allow anyone else to view them (after logging out, it tells me I &amp;quot;must be logged in to upload files&amp;quot; instead of displaying the images).  Someone should rescue the images from wherever they reside on the server.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;face&amp;quot; I referred to (the second image) is really a cluster of leaves and branches: the bottom cluster of the rightmost tree looks like a head in profile, with curly hair, an eye, a grinning mouth, and a prominent nose.  The two rightmost trees started with no branches (first image), but grew several when I placed a light above them.  I moved the light so the face wouldn't be destroyed and tried to grow branches on the lower trunks.  The third image is essentially the same as what you uploaded today.&lt;br /&gt;
&lt;br /&gt;
Regarding Megan's office furniture: I'd actually pruned her second wand whenever it appeared, and then the bird took its place.  [[User:.42|.42]] ([[User talk:.42|talk]]) 15:29, 8 April 2016 (UTC)&lt;br /&gt;
:Hi .42 First I think it take a few days (three) before you are allowed to create new pages to fight off spam boots that we have had problems with. I cannot see you images I get the following message:&lt;br /&gt;
:'''Internal Server Error'''&lt;br /&gt;
:'''This file (13xmd97bimg0.n2wbws.5455.png) doesn't belong to the current user.'''&lt;br /&gt;
:Cool that you have logged in as a user, although poor name ;-) On the other hand if you are a fan of Hitchhikers Guide then I guess it would be cool enough by the way. I'm happy to see that I finally get a chance to prune some of my gardens after several upsets since the comic came out. If I can help you with the images let me know. Maybe you can post them somewhere else and I can find upload them for you? [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:34, 8 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I'll try to upload tomorrow, then.  I don't know where the server found the .42 IP address &amp;amp;mdash; that isn't my address!  It's ''really weird'' that it chose this number.  [[User:.42|.42]] ([[User talk:.42|talk]]) 16:18, 8 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Have you seen libra's [http://forums.xkcd.com/viewtopic.php?f=7&amp;amp;t=114415&amp;amp;start=480#p3954408 purple light] gardens? [[User:.42|.42]] ([[User talk:.42|talk]]) 22:58, 11 April 2016 (UTC)&lt;br /&gt;
:No I had not. I like the stilt on platform up in tree. I did not know this could happen. [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:24, 12 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[1703: Juno|NASA versus the press]] ==&lt;br /&gt;
Hi Kynde. I'm afraid I disagree. It seems pretty clear to me that the question about the tip-off comes from NASA. I've added a topic to the talk page, where I explain my reasoning, and where this should be discussed if you still disagree. Thanks! [[User:Garik|Garik]] ([[User talk:Garik|talk]]) 16:52, 6 July 2016 (UTC)&lt;br /&gt;
:Yes I still disagree. To me it seems like a continuation of the conference and it is now the press to speak. And given that I knew Juno to be related to Jupiter but not that she was the daughter of Saturn (and given the reason for the naming in the real world) I would not say that the name in any way would lead anyone to take it as a hint for going to Saturn. But great to discuss it. Will post this on the [[Talk:1703:_Juno|talk page]] too. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:21, 6 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
==  1712: Politifact ==&lt;br /&gt;
Hi, I'm the BOT and I'm BORG...&lt;br /&gt;
&lt;br /&gt;
...nevertheless your enhancement to the transcript was too much. And I think your enhancements to the explain section is also overrunning the target.&lt;br /&gt;
&lt;br /&gt;
But I just only did revert the transcript. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:19, 28 July 2016 (UTC)&lt;br /&gt;
:HI BORG... :/&lt;br /&gt;
:I Highly disagree with your changes.&lt;br /&gt;
:A transcript serves several functions:&lt;br /&gt;
#To make it possible to find out what any text/characters reads, even if it is hard to read in the comic.&lt;br /&gt;
#To make a description of what happens in the images. This has two purposes:&lt;br /&gt;
##So people with eye disabilities can find out what the comic is about. So here a full description of the comic is needed apart from the text.&lt;br /&gt;
##So it is possible to search the comic for info on the content, like a woman with a hat with a white tag.&lt;br /&gt;
#Finally it is great if the transcript represents the way it is written in the comic as close as possible including colors (which should also be described in the text for those that cannot see them selves). So tables, colors and formatting is fine. If the text then is harder to read it is possible to copy paste it.&lt;br /&gt;
:I can see there may have been a bit of explanation in that I wrote about what Megan did in the previous panel, but that is not enough to just undo the whole thing. &lt;br /&gt;
:I will reinsert the transcript and if you disagree then lets discuss either on that comic or in a general fora on what a transcript should contain.&lt;br /&gt;
:Regards, just Kynde. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:16, 29 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Follow-Up on that &amp;quot;Random Chat&amp;quot; ==&lt;br /&gt;
Hey dude! Uh... wow this is awkward. You said hi to me in the random chat on my user page. I said hi. Then we never said anything else to each other again. xD --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 16:07, 25 October 2016 (UTC)&lt;br /&gt;
:Hi Jay. Not so awkward. :-) I mean you just said thanks, and thus did not really initiate any chat. Do you have anything in mind? Like something to be improved here on explain? Something larger maybe that could need discussion. Or anything else... Problem is of course that when I chat to you here, you do not get any reminder like when I chat on your page and visa versa. So I will make a post on your page that I have answered here... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:04, 25 October 2016 (UTC)&lt;br /&gt;
::Well, by that, I just meant a simple random chat. Like a &amp;quot;hey! how are you doing? that's nice... what do you like to do in your free time..?&amp;quot; kind of chat. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 14:18, 26 October 2016 (UTC)&lt;br /&gt;
:::Ah well, I guess I would not really like to have such a chat on these pages, so sorry that I misunderstood you. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:19, 26 October 2016 (UTC)&lt;br /&gt;
::::It's alright.. also.... HAPPY HALLOWEEN! :D --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 14:41, 31 October 2016 (UTC)&lt;br /&gt;
:::::Wow... it's (almost) a whole year since then. Time sure flies by, huh? --[[User:JayRulesXKCD|'''JayRules''XKCD'''  ]]&amp;lt;sup&amp;gt;[[User talk:JayRulesXKCD|what's up?]]&amp;lt;/sup&amp;gt; 12:34, 9 October 2017 (UTC)&lt;br /&gt;
::::::Yes that is true. Actually more since the first contact ;-) Haven't been so active the last half year. :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:22, 11 October 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[1751: Movie Folder]] ==&lt;br /&gt;
&lt;br /&gt;
Assuming that Black Hat only has good movies is rather absurd, as there's not a shred of evidence to support this. Especially since this is Black Hat we're talking about. Therefore, there's no evidence that Titanic 98 is about the ship hitting the reef, and therefore, the calculations about stacking 97 ships have no relevance. --[[Special:Contributions/172.68.79.81|172.68.79.81]] 15:06, 1 November 2016 (UTC)&lt;br /&gt;
:Since this is relevant to a specific comic, I suggest that you just leave this comment on that specific comic's discussion board. Thank you. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 15:13, 1 November 2016 (UTC)&lt;br /&gt;
::Yes that is true Jay. Anyway there is reason to believe that Black Hat either thinks or teases Cueball with his movies, and thus he suggest that the movies he has are god. Also the other comment he makes suggest this. So I think there is a lot of evidence that this movie 98 is one in the series of movies where Titanic hits the reef of older Titanics. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:05, 2 November 2016 (UTC)&lt;br /&gt;
:::Cueball names 7 movies, Black Hat replies to 4 of those. He has definitively positive things to say about 2 of those, and simply states information about another. In that context, there's no reason to assume his comment about the Titanic series should be interpreted as a claim that he considers Titanic 98 to be 'good'. And with only 2 of the other 6 known movies in his collection being stated as 'good', that's clearly not &amp;quot;a lot of evidence&amp;quot; that Titanic 98 is 'good'. --[[Special:Contributions/108.162.237.86|108.162.237.86]] 21:24, 3 November 2016 (UTC)&lt;br /&gt;
::::Well we disagree on that then. If the explanation should be changed on the basis of this discussion it should be moved to the relevant discussion page. If it is the same person who wrote from both IP .81 and .86 you could move it there your self. Feel free to include my replies, but leave out Jays as that has nothing to do with the discussion. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:56, 4 November 2016 (UTC)&lt;br /&gt;
:::::[[Talk:1751: Movie Folder#Titanic XCVIII|Done]]. (Yes, .81 and .86 were me) --[[Special:Contributions/108.162.237.86|108.162.237.86]] 16:57, 4 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Transcript TLDR; ==&lt;br /&gt;
*I got so tired of Dgbrt's negative comments (TLDR;), that I have collapsed them here below. Fell free to read them if you really wish by clicking: --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:00, 14 March 2017 (UTC)&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Please stop to write this massive texts into the transcript. Have a look at the discus at the last (1798) comic. And also think about that you are the only one who is entering those massive explains perhaps also nobody does read. LESS is often MORE! --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:43, 15 February 2017 (UTC)&lt;br /&gt;
:Maybe. I was under the impression that they where both there for those that had problems with vision, and also so you could search on something you remembered from a comic and find it using that tool. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:27, 15 February 2017 (UTC)&lt;br /&gt;
::Even visually impaired persons don't like it (see 1798). And TLDR means &amp;quot;too long; didn't read&amp;quot;, just in case. You should consider this. Reading the transcript should not take much longer than identifying the features from picture itself. Every spoken text and a short description what is shown should be suffice. At [[1799: Bad Map Projection: Time Zones]] even not every county must be mentioned; showing differences to a regular map projection should be enough because everybody knows a regular world map. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:44, 15 February 2017 (UTC)&lt;br /&gt;
:::I completely disagree about only writing spoken text. The transcript is intended to make it possible to read all text in the image not just spoken text. It is often difficult to read all text, and also if people misread it or do not notice it by looking at the image, it will be there to find in the transcript, especially for those visually impaired. And what you said means there should be no transcript for the current comic [[1799]] where you linked to this discussion from. By the way I know what TLDR means, and also did not ask about it, if you noticed! I have seen it used here before, probably regarding something you wrote! ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
::I agree with Dgbrt. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 12:50, 15 February 2017 (UTC)&lt;br /&gt;
:::I expect mainly people who agree comes here, as people who are not troubled by it, might not care enough. ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
::::The first criticism was done by a visually impaired person (Zetfr 23:11, 13 February 2017 (UTC)) at [[Talk:1798:_Box_Plot]]. That was the reason for me to start this discussion.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:52, 15 February 2017 (UTC)&lt;br /&gt;
:::::Yes thanks for pointing that out. I had not read his comments when I replied before. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:13, 15 February 2017 (UTC)&lt;br /&gt;
::Another reason for detailed transcripts with image descriptions is that sometimes people have misunderstood what is in the image, and then a transcript can be used to make sure what is there. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:33, 15 February 2017 (UTC)&lt;br /&gt;
:::All that may go into the explain section; it doesn't belong to the transcript.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:52, 15 February 2017 (UTC)&lt;br /&gt;
::::Yes maybe, but will the visibly impaired not also be annoyed about it there. Then maybe in a trivia section if there is need. I will try that for [[1798]] I think. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:13, 15 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe not known to all. In the past Randall provided a transcript on each comic. It is in a hidden div-tag. Then something went wrong and the transcript actually belonged to an older comic. Right now there is no transcript anymore. But have look at this example (shown on https://xkcd.com/1664/ for https://xkcd.com/1662/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Two children, a girl and a boy, are talking to an adult woman as they walk away from her. The boy has a bucket.]] &lt;br /&gt;
Girl: Me and Jack are going up the hill to fetch a pail of water. &lt;br /&gt;
[[The children have left; the woman calls after them.]] &lt;br /&gt;
Woman: Okay, have fun! [[The woman stands and thinks.]] &lt;br /&gt;
Woman: ... wait. What the heck is going on with the hydrology around here? &lt;br /&gt;
{{Title text: Jill and Jack began to frack. The oil boosts their town. But fractures make the bedrock shake and Jack came tumbling down.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:07, 15 February 2017 (UTC)&lt;br /&gt;
:Yes I tried to include this on explain xkcd by making a [[xkcd#Transcript_on_xkcd|description]] of it on the [[xkcd]] page some weeks ago. Transcript are of course even more important now that there are no longer transcripts on xkcd. The first problem arose after the [[Hoverboard]] comic where the transcript for all comics after that was shifted two and later three comics from the one they belonged to. The last of those shifted transcript ended with [[1674]] whose transcript was found three comics later at [[1677]]. But also comics with transcript needs a better transcript here on xkcd, to include other written text, and small important details, as well as we are using given names for characters which Randall has never used (or only rarely uses). Actually Randall has once made a direct link to Explain xkcd for a better transcript. Alas there was not transcript until this year, where I made it: See this [[Payloads#Trivia|trivia]] under [[Payloads]].--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:16, 17 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm glad this discussion is finally taking place. I raised the point a while back on [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#purpose_of_detailed_transcripts the community portal] but nobody noticed. I tried again on [[1795]] but attention had already moved on to the next comic... Seems I got it right this time ;-)&lt;br /&gt;
Different people may have different uses for the transcripts. For me, being visually impaired, the right level of detail is that of Randall's official transcripts. It should include every written word in the comic  (spoken, printed, in captions, etc.) and just enough information on what's going on to &amp;quot;get it&amp;quot;, but not how things are drawn. E.g. &amp;quot;Cueball is talking to Megan&amp;quot;, not &amp;quot;Cueball, on the left, has his right arm extended towards Megan who is sitting on a chair&amp;quot; (unless the chair somehow plays a part in the story). Imagine you're talking on the phone: &amp;quot;hey, I saw a great comic this morning, here is how it goes...&amp;quot; and then &amp;quot;tell&amp;quot; yor friend the joke, rather than &amp;quot;describe&amp;quot; the comic. BTW, I think this also serves your goal of being able to search old comics for a specific element. The element you'll remember will be something important to the comic's story, not a graphical detail such as a character's position or the number of lines drawn around his hand to indicate movement. Anyway, thanks for the good work!! Zetfr 16:18, 16 February 2017 (UTC)&lt;br /&gt;
:Thanks for the input, especially to Zetfr. I had not seen your comment on 1795 or in the community portal. I'll have a look, and thanks to Dgbrt for letting me know about your latest comment. I will try to keep out the details in the transcript. For me personally I have often been looking for a specific thing, like searching for the comic where Cueball stands on a chair with a sword or rotates in an office chair. As I could not remember any lines spoken, and because those making the transcript had not mentioned either spinning office chair, or sword, I could not search my way to them even in this explain page. I have found them later, but by chance. And then I put in the details. Maybe I have gotten carried away, so sorry about that. I think the details somehow belongs, but if that should be in the trivia, or at the bottom of the transcript...? I'm not sure, which was also why I put it in the transcript. Being the one who makes the most edits and also hard work (large tables, and huge transcripts) I'm happy Zetfr likes the page :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:09, 17 February 2017 (UTC)&lt;br /&gt;
::I have changed the transcript for [[1795]] putting the details into a subesection of the transcript. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:38, 17 February 2017 (UTC)&lt;br /&gt;
:::Hi Kynde, I still disagree with this subsection solution. You don't have to repaint the picture by text! If a detail is important for understanding a pun it has to be mentioned in the transcript itself; otherwise it is useless and oversized. E.g.: Nobody wants to know -- and wont remember later -- if there are two, three, four, or five sound symbols and how they are painted. The single word &amp;quot;SOUND&amp;quot; describes all. And please consider: Nobody reads those long texts. LESS is often MORE!.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:04, 17 February 2017 (UTC)&lt;br /&gt;
::::Hi Dgbrt. We can movie it into a trivia. I think some of it is relevant, and sometimes it is hard to find out which part will be searched for later. But I guess we two alone would end in a [[1800: Chess Notation|½-½]] for this discussion so far... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:41, 17 February 2017 (UTC)&lt;br /&gt;
:::::I completely agree with Dgbrt. The transcript should say *what* Randall wants to tell us, not *how* he tells it. In most cases this should also work to let you search for details you remember. In your example, Cueball holding a sword is certainly important to the comic's point, so it should be mentioned in the transcript. But the length and position of the sword are irrelevant, and probably not what you'll search for. Obviously, there is no hard rule to decide what should or shouldn't go into the transcript, it's a matter of personal judgment and common sense, but I think we can all agree on general guidelines. Regarding the &amp;quot;Detailed image description&amp;quot; section tested in [[1795]], I have no problem with that. I'm not sure it will ever be useful to anyone, but it won't do any harm either, so if you're willing to put in the extra work, go for it. Zetfr 12:17, 18 February 2017 (UTC)&lt;br /&gt;
::::::Thanks Zetfr. About the extra details, they could be put into a section where you had to press to see the extra details. I do not know if a reader will pass over that. For instance like I have done with explanation for several categories like [[:Category:New Year]] --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:12, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nice find for [[1461:_Payloads]], I didn't now Randall refers to this wiki. According to ''web.archive.org'' that hint was entered between 2015-01-25 and 2015-02-07 and refers to the entire wiki page, not only &amp;quot;our&amp;quot; transcript. So it's absolutely NOT embarrassing as you wrote in the trivia section. I'm setting an incomplete tag for the transcript and trivia section and edit it tomorrow (18th Feb). I will let you know what I've done and why. Stay tuned...--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:59, 17 February 2017 (UTC)&lt;br /&gt;
:The rework on [[1461:_Payloads]] is done. But I didn't remove the incomplete tag. That's up to you. Like Zetfr I'm not sure it will ever be useful to anyone, but the larger description on a separate page would be acceptable to me. Furthermore I've done some investigations on Randalls links to this wiki and put it together in a new category: [[:Category:Explain_mentioned_by_Randall]].--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:57, 18 February 2017 (UTC)&lt;br /&gt;
::Thanks both for the &amp;quot;nice find&amp;quot; and for reworking Payloads, and especially for the new category. Great find. I will look at the other examples soon. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:12, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Many thanks by me for this positive and productive discussion. It seems there are some more former transcripts which need a rework. I personally will focus on checking all the JSON-scripts I downloaded today (1799 at all; ofcourse 404 doesn't exist; and exactly seven contain the word &amp;quot;explainxkcd&amp;quot;). I will write a small script to put them into a human readable form and present it somewhere here for further use. Stay tuned... --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 17:45, 18 February 2017 (UTC)&lt;br /&gt;
:Thanks Dbgrt. And really cool how you made that new category. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:14, 18 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[xkcd]] page and subpages ==&lt;br /&gt;
&lt;br /&gt;
You moved some contented into subpages which doesn't make it better. There is no need to describe in [[Design of xkcd.com]] a layout everybody can see. The lemma &amp;quot;Design&amp;quot; requires just a few lines of text but you repeat all the &amp;quot;Content&amp;quot;. And just for interest: Before the redirect to https was in place (a few weeks ago) there was language specific advertising for the shop. I'm looking forward for a better and more compressed form on all of this. Any suggestions?--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:07, 24 February 2017 (UTC)&lt;br /&gt;
:Hi Dgbrt. My reason for making this page, is that the links, the comics, the headline, the byline, the warning etc. all changes with time, and I would like users of this site to have easy access to earlier links. Just like we have a category for the fotter comics (which I by the way did not make, but enjoyed, because I never thought absolute that he must have had them before all those five comics had been published and that they thus must have changed). So I thought similar things would be nice to have for changes to the layout and hence I decided to describe it. Maybe it was too much, but I like to have the archive links to changes. And since I had already done lots of work on this, I just copied all the new text to another page, to not delete it. And yes as I have said on Davidy's page I should not have put it on the xkcd page to begin with. But when I started I had no idea it would end up soooo long. Waiting to hear your comments on this info, before going further with suggestions. But thanks for asking. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:16, 24 February 2017 (UTC)&lt;br /&gt;
::All those pages are on my agenda; your edit or not. I don't care. But I will not delete any content without an agreement. I will present something in a sandbox at my user page. You are welcome there (not before tomorrow). And consider, this wiki is not a backup for archive.org.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:56, 24 February 2017 (UTC)&lt;br /&gt;
:::I think this wiki is for explaining xkcd, not just the comics. I believe you agree as I have seen on Davidy's talk page. And major changes or important revisions to the main page is important in my opinion. For instance I'm sad to see that the [[xkcd warning]] has gone from xkcd, and think it is important to let it be know it was there for many years. Where to do so? And how to find it if you did not know about it? There need to be a place that links to it, directly or indirectly through the xkcd page. I look forward to see you [[Time|sand castle]]. :-) Please leave a comment here when you have something you wish me to see, with a link. Regarding you answer to my comment, I meant that I would hear what you had to say before I came with suggestions. Not that you should not do anything before I made one. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 24 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I am still calm... ==&lt;br /&gt;
&lt;br /&gt;
...why I shouldn't? You see things inspiring others to see more things... (&amp;lt;- you would wrote 500 words for this) and you are still not able to put the pun on the top of an explanation. Keep your focus on the pun, not on every Million possibilities behind the drawing. And you can be sure I will have an eye on this because this is NOT &amp;quot;dreamingxkcd&amp;quot;.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:15, 4 March 2017 (UTC)&lt;br /&gt;
:Well I'm not! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:09, 7 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Aggressive edits ==&lt;br /&gt;
&lt;br /&gt;
While I was talking to others about the explanation and the transcript for more than 24 hours you need only one hour to change everything that was discussed before. Again all red is yours: [http://www.explainxkcd.com/wiki/index.php?title=1810%3A_Chat_Systems&amp;amp;diff=137245&amp;amp;oldid=137225 1810: Chat Systems changes]. Editors{{Citation needed}}, mainly not me, don't like it when all their work is changed after you finished your edits. Please respect other editors! --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:50, 14 March 2017 (UTC)&lt;br /&gt;
:I do not change everything. I add. But we are obviously not going to agree on this. I would prefer not to discuss with you. How do yo know what the others like or not. In the discussions we have had I found more against your way of communication than against my edits. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:57, 14 March 2017 (UTC)&lt;br /&gt;
::Massive changes and you call it add??? So tell me your adds and explain how all they other changes happened. I will add a sentence to the comic discussion because it's senseless here.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:14, 14 March 2017 (UTC)&lt;br /&gt;
:::Yes it is. And it is a real shame that you have decided to know how this wiki should be. Hope that Davidy soon tells one of us to back off. If it is me then I will have to take it into account.  So far he has only had nice things to say to me about my work here, which is not what I have seen regarding your work. Have you read the other users that calls your tone negative/aggressive or even worse? I have really tried to speak nicely to you, but you never seems to accept any edits I do. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:21, 14 March 2017 (UTC)&lt;br /&gt;
::::Your &amp;quot;Citation needed&amp;quot; template add to my text is just one example for what I call aggressive. Hiding four paragraphs is an other.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:09, 14 March 2017 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible Issues with Updating Old Comics ==&lt;br /&gt;
&lt;br /&gt;
I know you spent a lot of time making edits to many older comics, so I thought you might have some input on one that I'm thinking needs a change - 38 Apple Jacks. I noticed you edited it a little a couple years ago. It's the one where the father tells his son they don't taste like apples, and his son tells him off.&lt;br /&gt;
&lt;br /&gt;
The title text description says it appears to be another case of Randall explaining the comic to readers who don't know about the old commercial, but I think it might be the father telling the son why he was saying that to him. I think it's worth at least adding, if not totally replacing the current description, but I see you had previously added to it during your edits.&lt;br /&gt;
&lt;br /&gt;
How would you handle that type of change, if it were you? [[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 21:38, 3 April 2018 (UTC)&lt;br /&gt;
: Hi Ianrbibtitlht&lt;br /&gt;
:I disagree with the idea you have. And my reason for that is based in the original quote from Randall when posting this comic to live journal where he asks: &lt;br /&gt;
::&amp;quot;Who else remembers those commercials?&amp;quot; &lt;br /&gt;
::See the comics [[38:_Apple_Jacks#Trivia|Trivia section]].&lt;br /&gt;
::To me indication that since no one did, he added the explanation in the title text.&lt;br /&gt;
:The son dismissed his father completely, and I do not think the father goes on. &lt;br /&gt;
:And since many of xkcd's readers may not know the reference he explains it in the title text. &lt;br /&gt;
:He did the same with the title text in [[30: Donner]], which is what is refereed to in the title text explanation. I have added links between these two examples. There may be more.&lt;br /&gt;
:Of course you are free to add an alternative explanation, and see if any one notices enough to complain about/remove it. ;-) &lt;br /&gt;
:--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:57, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I appreciate the feedback. I don't feel strongly enough to modify it at this point but thought it might be an added insight that nobody had thought about! ;-) [[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 14:57, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Thanks for asking, by the way. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:46, 5 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Need help ==&lt;br /&gt;
A few things. Several people have mentioned that ReCAPTCA v1 has expired, and something needs to be done about that. But no one has replied to the admin forum, so not sure what is going on. Are there even any admins still here? Seems like they've all disappeared. And should we create a new forum for questions and things like that? And if all the admins have left, should there be like more admins or something like that? [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 07:51, 8 April 2018 (UTC)&lt;br /&gt;
:Hi &lt;br /&gt;
:I haven't any idea about ReCAPTCA and Im not an admin. But yes if there is no one that replies it is a problem. Davidy is the obe I have had discussions with but he did not reply the last two times I wrote. Don't know if DGBRT with the BOT has any knowledge that can be used. Try those two. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:30, 9 April 2018 (UTC)&lt;br /&gt;
::FYI, we still have admins here and there will be a major update soon at one of the next weekends. BTW, I prefer it in lowercase: dgbrt - like xkcd--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:16, 16 April 2018 (UTC)&lt;br /&gt;
:::Thanks for the info dgbrt, and it sounds greawt. (Your signature is with capital D but that is maybe just as the username? I will use dgbrt from now on). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 23 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== All is red again - you changed everything according to the diff ==&lt;br /&gt;
&lt;br /&gt;
Hi, look at [http://www.explainxkcd.com/wiki/index.php?title=1981%3A_Rickrolling_Anniversary&amp;amp;diff=155913&amp;amp;oldid=155905 your edits] and tell me how someone can see what you have changed. Please keep your changes to smaller parts.&lt;br /&gt;
&lt;br /&gt;
And beginning an explanation with a youtube link which even doesn't work in some countries like Germany is also not a god start to an explanation. I'm referring to your edits above. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:27, 16 April 2018 (UTC)&lt;br /&gt;
:OK, sorry about that. I will try to make smaller changes. The link was not one I put in, I just moved it to the beginning to rickroll someone - it was a joke... Of course if the link did not work I can understand why you did not get Rickrolled. But the link had already been included in the explanation before my edits. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:24, 18 April 2018 (UTC)&lt;br /&gt;
::Thanks for your understanding, &amp;quot;all is red...&amp;quot; was the reason why I started this section, the video link was meant as a minor remark and that it doesn't work in Germany is even less important for the explanation.&lt;br /&gt;
::But I didn't understand your joke. So what do you think about changing all the internal links like [[Cueball]] to rickroll the readers - of course only less important links.&lt;br /&gt;
::BTW: Around 2009 and some years later the German GEMA Mafia tried to block all music content until they got the money. Even dashcam videos from the meteorite incident in Chelyabinsk were blocked when you could hear something from the radio in the car. This has changed and newer uploads are now available to me (including Rick). --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:02, 18 April 2018 (UTC)&lt;br /&gt;
:::The joke was that this comic was about rickrolling and the link was to the ricrolling youtube video... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:30, 19 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just tried to make several smaller changes, and it was much more difficult to me, with the risk of making mistakes... But have a look at this then: [http://www.explainxkcd.com/wiki/index.php?title=1982:_Evangelism&amp;amp;action=history Evangelism history].--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:45, 19 April 2018 (UTC)&lt;br /&gt;
:I like that but the development of this comic explanation is funny and not a typical one. Many vast changes were done after your comment here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:01, 21 April 2018 (UTC)&lt;br /&gt;
::Well happy you do. Most of the changes were improvement, but often based on or improving parts I had edited (well I had edited most parts ;-) What I meant was that some of the good changes only came about because of the changes I had done in the first place. Still seems we need a citation for primates opening at the &amp;quot;wrong&amp;quot; end though? {{unsigned|Kynde}}&lt;br /&gt;
:::You know I'm a fan of short explanations just covering what's in the comic. And in [[1982: Evangelism]] there is no &amp;quot;wrong banana end&amp;quot; mentioned. It just mentions &amp;quot;the other&amp;quot; - which is of course always &amp;quot;wrong&amp;quot;. The title text then indeed refers to a schism in Europe - the Americans weren't much developed by that time (excepting the natives).&lt;br /&gt;
:::BTW: My major workload here right now is working on the health of this wiki. You probably haven't seen my latest comment five days ago just a section above. We will get an update soon. Stay tuned.&lt;br /&gt;
:::BTW2: You have forgotten to sign your comment ;)&lt;br /&gt;
:::--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:19, 21 April 2018 (UTC)&lt;br /&gt;
::::Yes we are not fan of the same type of explanations we have covered that. I believe that the majority of humans do peel the banana from the opposite end of that cited (without citations) to what primates do... I'm not sure there is any year for the schism in Europe so who knows how developed the US was at that time. Bananas is a rather new thing in Europe I believe!&lt;br /&gt;
::::And no I had not seen that comment, probably same time you posted this comment thread? But sounds great! Are you an admin now? And do you have any contact with Davidy... He went off the xkcd explain grid long time ago.&lt;br /&gt;
::::I have amended my mistake and will sign this time ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:12, 23 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== You blanked the page [[1996]] ==&lt;br /&gt;
&lt;br /&gt;
A you can see [[Talk:1995: MC Hammer Age|here]] &amp;quot;I decided to let it stay there as it is but on Monday that redirect will AND must be overwritten in the meaning of a comic number.&amp;quot; That blank page isn't better than my decision. Beginning on Monday the number 1996 MUST be used for navigation (i.e. Comic Number) and nothing else.&lt;br /&gt;
&lt;br /&gt;
Other future comics will be: 1999, 2012, 2014, 2016, 2017, 2018, and 2038. That's all!&lt;br /&gt;
&lt;br /&gt;
All those future comics (by number) - beginning with 1996 on Monday - AND that older ones (by name) should have a disambiguation line on top when the comic number overrides that name.&lt;br /&gt;
&lt;br /&gt;
The problem is the logic at this wiki. While at xkcd the number and name have different meanings and navigation is only done by number it's not true here. While &amp;lt;nowiki&amp;gt;https://xkcd.com/1996&amp;lt;/nowiki&amp;gt; will lead to the next future comic and is unique the link &amp;lt;nowiki&amp;gt;https://explainxkcd.com/1996&amp;lt;/nowiki&amp;gt; could mean number OR name. We also use the number for navigation, so the abbreviation in the meaning as a comic name can not be supported for those eight comics. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:58, 19 May 2018 (UTC)&lt;br /&gt;
:Hi DBBRT&lt;br /&gt;
:I first saw your comments after I had blanked it. And I thought it was better to avoid confusion over the weekend. So I did not return it. I think it could be better to already now remove those page re-directions for the comics you mention now, to avoid confusion on all those numbers... A lot of those the next 20 comic or so. We already had a similar situation with [[1337]], because of the LEET comic series. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:15, 23 May 2018 (UTC)&lt;br /&gt;
::Read my future comic list above, it's only seven. And the blank page confused some users also. Nevertheless I will change the comic template, navigation to the right will not be shown when the target is greater than the LATESTCOMIC. The BOT will update those redirects anyway. I just prefer some tests at home to figure out the best solution before editing here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:53, 23 May 2018 (UTC)&lt;br /&gt;
:::Well, I think 7 times confusing in 20 comics is a lot, but I can read that you are working on avoiding it, so that is great. I'm very impressed by your bot, but then again I have very little programming experience and it was back in my days as a PhD Student around 2002... (Pascal...) Great you have made it and keep improving it. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 25 May 2018 (UTC)&lt;br /&gt;
::::Thanks for your kind words. I still don't understand the 20, it's only seven comics and I've changed the global comic template so that this is SOLVED now. There is no link to [[1999]] in the navigation bar today. But on Monday my bot will update that page in the meaning of a comic number and the right navigation in [[1998: GDPR]] will be shown. FYI: I'm a professional programmer. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:04, 25 May 2018 (UTC)&lt;br /&gt;
:::::Must have been unclear. I meant that over the next 20 comics, there would have been this issue 7 times i.e. about once every week, and I found that it could have caused confusion a lot in those 7 weeks. But now you have solved this with you prof. programmer skills. ;-) So there is no longer any problems. Great work. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:04, 27 May 2018 (UTC)&lt;br /&gt;
::::::Thanks for your kind words. And I've done more: Embedding pictures from Commons works again and it's now also possible to change the size. See my latest edit here [[1400: D.B. Cooper]] which uses this statement &amp;lt;nowiki&amp;gt;[[File:DBCooper.jpg|thumb|150px|Cooper]]&amp;lt;/nowiki&amp;gt;. That image is not uploaded here, click at it in the comic and you will see. I've mentioned this in the Community portal. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:07, 27 May 2018 (UTC)&lt;br /&gt;
:::::::Cool. I'm not sure how this works. Looks at first like the image is on the local wiki but I can see it is not so. But how does this works. Can you write the &amp;quot;File&amp;quot; formula for any picture name on commons and then get it embedded here like that? It is beyond my computer skills :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:02, 28 May 2018 (UTC)&lt;br /&gt;
::::::::When the picture isn't here it's searched on Commons. When it's found it's only cached at this wiki. In general it works like a local file. This did already work in the past until it was broken. But now we also can change the size, play with that 150px in the preview. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:15, 28 May 2018 (UTC)&lt;br /&gt;
:::::::::Thx --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:08, 28 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why you still focus on that SAD comics? ==&lt;br /&gt;
&lt;br /&gt;
I focus on all edits done here and your edits are minor (there are much more edits here needing some attention), nonetheless I would be happy to find a solution on that ''sad'' thoughts are in your mind. I respect your thoughts, but that trivia at ''[[1756: I'm With Her]]'' really dohttps://www.explainxkcd.com/wiki/index.php/User_talk:Kyndees not belong to that comic at all. It was deleted before, you reverted that -- by not reading or ignoring the discussion page -- and I just want to prevent an edit war. Furthermore I removed your statement about &amp;quot;trolls&amp;quot; at the discussion page because that's not polite.&lt;br /&gt;
*And now&lt;br /&gt;
**I start&lt;br /&gt;
***with&lt;br /&gt;
****your layout&lt;br /&gt;
*****You see???&lt;br /&gt;
Try to write full sentences without bullets. I'm hoping you understand my major two parts here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:21, 27 October 2018 (UTC)&lt;br /&gt;
:Yes I did not read the comments. I was looking for the sad list, when I fond it missing. I saw through the edit and found the following comment:&lt;br /&gt;
::This &amp;quot;sad comics&amp;quot; list is utterly pointless and has no reason to exist. I don't regret deleting this waste. If anyone wants to keep it up, revert the edit, but make it readable, compact, and make at least one bit of sense. (Emojis? must be TRUMP!!?!one1!)) &lt;br /&gt;
:I did not see any discussion there, and found it rude and also not done properly (with many links pointing to this section). So I just reverted it. It could be given its own page though. &lt;br /&gt;
:Regarding politeness I must say I did not find most of your comments on the talk page polite as I just read them. As you state &amp;quot;no one has criticized it before&amp;quot;, so maybe it is just you, and now some years later a few guys that begins rambling on about it. &lt;br /&gt;
:As to why, I think it is quite clear that Randall was sad after the election. Maybe I took it too far, and it should no longer have been &amp;quot;sad&amp;quot;, but about comics pointing to a political agenda by Randall. As Randall is on the move again with the mid term election coming, he has both a new political comic out, and has changed the header text with regards to registering for voting twice in a month. &lt;br /&gt;
:So I definitely still find it relevant. That has not changed just because two years have passed. What Trump does at the moment is even more disturbing than ever, and I'm sure Randall is thick and tried of it still! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:38, 29 October 2018 (UTC)&lt;br /&gt;
::PS. The layout was me trying to make a list of comics that was related to this issue. And with date and events listed as well. Maybe it can be done better, but I at least kept the format throughout. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:39, 29 October 2018 (UTC)&lt;br /&gt;
:::You always do this nested bullet lists. That's ugly layout. One bullet and one or two short sentences, not more. In most cases you just should simply omit the bullets and write full sentences. The page [[Design of xkcd.com]] is an other example for this bad layout.&lt;br /&gt;
:::But back to the main issue: Even jet you did not read the comments completely. Only after &amp;quot;A) Why does the sad comics list exist (see comment above)?...&amp;quot; I came in. And on 27 October 2018 I mentioned at least four incomplete reasons (the transcript was you).&lt;br /&gt;
:::So I recall: The trivia at ''[[1756: I'm With Her]]'' does not belong to that comic at all, and even at a different page the title would be wrong because most of the listed comics are NOT sad. Furthermore I don't know how you do know how Randall feels, he is just a writer and these are only comics.&lt;br /&gt;
:::There was a reason why David was against a category for sad comics, and this is still valid. This is the only reason why this section at the trivia of 1756 exists, be honest.&lt;br /&gt;
:::So my proposal is:&lt;br /&gt;
:::*moving the content to a separate page, either with a new title or only moving the &amp;quot;sad&amp;quot; content and deleting the rest&lt;br /&gt;
:::*using the link from the menu: &amp;quot;What links here&amp;quot; at 1756 ([[Special:WhatLinksHere/1756: I'm With Her]]) to fix the links to that part (mostly your former work) and maybe also change the text&lt;br /&gt;
:::The comic 1756 has to be explained mainly in the context of the time BEFORE the election. It was a campaign for Hillary Clinton, anything later done by Trump is irrelevant, besides that it has to be mentioned that the campaign wasn't successful. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:16, 29 October 2018 (UTC)&lt;br /&gt;
::::Well, I definitely know that the comment in here is mine. I did very much hate the list because, as mentioned in the talk page on the comic, the section was completely disorganized. It took up half of the entire page. As Dgbrt mentioned, the format you use is honestly really ugly, and I have to agree. The real problem that I found was ''after'' I posted the comment he quoted. &lt;br /&gt;
::::In that comment, I mentioned that it should have had its own category instead of being completely on that single page, which would have prevented it from the eyes of those who don't like this format. Alternatively, it could have been in a table, a format much more compact, several times easier to understand, and at least 12 octillion times less infuriating to look at. &lt;br /&gt;
::::The other mind-boggling and frankly stupid thing about the list, of course, was that you added '''''every. Single. Comic.''''' ...if it seemed to be remotely sad (and even if it ''wasn't sometimes!'') and tried to link it to the political situation and Trump. I, in that comment, presented two of the comics in a - admittedly more asshole-ish - way that you linked them like this. But that's the ''core'' of all of this drama. Hell, in multiple of the comics, you even said that no &amp;quot;big&amp;quot; event seemed related to the situation and simply just put it in because it mentioned the military or security. And even for some of the ones you did present a political event, the speculation that you presented for Randall making these comics was beyond 4chan with Smash Ultimate level.&lt;br /&gt;
::::Like I said in that comment, it isn't necessarily a political comment just because something big happened that day. Vomiting Emoji and Flag, the two I highlighted in my comment, have explanations that are just plainly absurd. Randall &amp;quot;expressing fear&amp;quot; that the moon would be gone before the eclipse was ''obviously'' a joke. Randall making a joke that has a flag in the picture doesn't mean he's going to rebel against the United States, make his own country, and science his way to taking it over just so that Trump is no longer the ruler.&lt;br /&gt;
::::I wouldn't have had these problems if the list weren't so outlandishly absurd, and combined with the fact that it clogged up the page with a lot of meaningless speculation, I felt pushed to just delete the entire thing. Yes, that may have been extreme of me, and I should apologize for being fed up, but I still maintain that a lot of the stuff on that list is bad. If it's presented in - again - a way that doesn't hurt to read or filled up with what it is, I would have not as many problems with it. But as it looks right now, just making the list collapsible doesn't remove the problem; it's like putting White-Out on a yellow test paper and saying that the question never existed, despite the fact that it's obvious that something is wrong. [[User:Halo422|Halo422]] ([[User talk:Halo422|talk]]) 04:05, 1 November 2018 (UTC)&lt;br /&gt;
:::::A bit complicated to reply now. But to Dgbrt I did not read any comments until your post here. I was pissed about the deletion of the entire section, and just undid it. As Dgbrt wrote it can only be deleted properly by also removing links that goes there. I'm not using the page that much at the moment, and do not read all comments. This is also why I first see your comments today.&lt;br /&gt;
:::::Dgbrt do you have any good idea for a page title? If it is only the first few comics that are clearly sad, could it then be called &amp;quot;Sad comics&amp;quot;? And should it be a page or a category? If we can find a solution for that, I will try to change it so it can be tolerable... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:01, 2 November 2018 (UTC)&lt;br /&gt;
::::::I'm honest: I vote for deleting that section. The main reason is that we don't know how Randall feels, whether sad or not. We just have comics, not an autobiography.&lt;br /&gt;
::::::If you still vote for keeping I only can see two possibilities:&lt;br /&gt;
::::::*Keep the title &amp;quot;Sad comics&amp;quot;, move it to a single page (no subpage to any comic), remove most of the content, write a proper text instead of bullets, and start it like &amp;quot;Some comics may suggest the impression...&amp;quot; because your &amp;quot;...clear trend...&amp;quot; is nonsense.&lt;br /&gt;
::::::*Or, move everything to a separate page, but then I have no idea about any proper title.&lt;br /&gt;
::::::BTW: I've created a new category: [[:Category:Elections]], and as I mention here [[:Talk:2067: Challengers]] it still needs some work. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:06, 2 November 2018 (UTC)&lt;br /&gt;
:::::::I will think about the possibilities. And I did see your new category. Which is great by the way. There must be many of these from earlier years also?--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:09, 2 November 2018 (UTC)&lt;br /&gt;
::::::::I need help on this new category because I'm sure there is more. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:12, 2 November 2018 (UTC)&lt;br /&gt;
::I have now created [[Sad comics]] and moved the content from With her and tried to make the layout better. I do not agree with deleting the references to the other comics, but not they have been separated from the first four sad/negative comics. All links have been diverted to this page from all 16 comics. If there are other comics, not on the list, with link to that section I have not changed those... Many comics could refer to With Her for many reasons so I will not go through them all. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:55, 2 November 2018 (UTC)&lt;br /&gt;
:::You've done a big job, so thanks for this on the first place. And I can assure you that you always can find all links at the tools box &amp;quot;What links here&amp;quot;, in this case when reading ''[[1756: I'm With Her]]''. I'm still not happy seeing comics like [[2064: I'm a Car]] linking to content titled as ''sad'', but that's up to other editors. &lt;br /&gt;
:::'''ProTip''': You should watch pages important to you, just activate &amp;quot;Watch this page&amp;quot; at the bottom when editing, or adjust your &amp;quot;Watchlist&amp;quot; at the top menu belonging to your personal profile. You will receive an email on every change. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 18:31, 2 November 2018 (UTC)&lt;br /&gt;
::::Yes I know about the links, but even though I have reverted the link to the sad trivia section, there may still be a link to the With her comic for other reasons. And there may even be links to the sad section from other comics not listed in my trivia, and I will not go through all pages referencing one of the controversial comics. I by the way highly disagree that we do not know Randall's political opinion. He has also endorsed Obama, so to day it is certain that he endorses the democrats vs Republican is a fact, not a guess. But you changed that on the new [[Challengers]] comic. I will not change it though. I just highly disagree with you on what is a know and what is a guess there.&lt;br /&gt;
::::Regarding the comics that are not sad it is not listed as being sad, that is only the first four. The rest is just listing comics that could have to do with Randall's political mood due to Trump and his politics.&lt;br /&gt;
::::I no longer have the time I once dedicated to this page... And hence I have taken e-mail alerts off, which is why I first noticed the deletion now. But I get e-mails on personal changes on this page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:37, 2 November 2018 (UTC)&lt;br /&gt;
:::::While I'm still sure not knowing much about Randall's condition when his comics are published, I sense ''you'' are sad. I insist you should take a closer look on all your contributions here, which are much more than only this stupid sad stories. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 00:18, 4 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I am still happy to see your additions here... ==&lt;br /&gt;
&lt;br /&gt;
...you did edits I didn't like - and vice versa - but that's a war I don't like. And now I'm in a position in which I have to take care of all the health here, not only what's written.&lt;br /&gt;
&lt;br /&gt;
Ironically: xkcd is also about sarcasm, the hell, shoooouuuuting on the hellll... &lt;br /&gt;
&lt;br /&gt;
I will probably disagree on some of your future edits, but I don't have to judge this. That's up to others here.&lt;br /&gt;
&lt;br /&gt;
So now I'm asking for help on a SMALL page introducing the memes used at this site. Like the Editor-FAQ I did. David did...not that much on that requests over a long time.&lt;br /&gt;
&lt;br /&gt;
While I'm not sure about a proper title, this Wiki still leaks on a page simply showing the memes used here, linking to more specific pages, presented to evrey newbee.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:06, 16 November 2018 (UTC)&lt;br /&gt;
::Thanks.&lt;br /&gt;
::I'm not sure I understand the page you are talking about, or what type of memes you mean. &lt;br /&gt;
::Also as is probably clear I'm not using that much time on this wiki anymore. I'm not leaving it, I just do not have the time any longer. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:31, 19 November 2018 (UTC)&lt;br /&gt;
:::Oh, I'm also not sure, maybe just a title like &amp;quot;About&amp;quot;. It often happens that new people asking questions like &amp;quot;Why is the mouse-over text called title text?&amp;quot;, how character names have been developed here, and so forth. A simple page, mostly showing links with a small introduction to the more hidden pages you often maintain. New readers have simple questions we don't think about anymore, that's what I would like to present. But it seems I have to collect some more items on which you maybe can help. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:34, 19 November 2018 (UTC)&lt;br /&gt;
:::Ah I see. It was the meme part that failed to register. But a about page makes sense. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:37, 20 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== We got a final image ==&lt;br /&gt;
&lt;br /&gt;
Emoji dome has a wonderful ending image. Do you mind putting it as the current explainxkcd image? [[User:Netherin5|“That Guy from the Netherlands”]] ([[User talk:Netherin5|talk]]) 18:25, 2 April 2019 (UTC)&lt;br /&gt;
:No it is perfect. I can see [https://www.explainxkcd.com/wiki/index.php/File:emojidome.png someone already did], it has just not been updated on the front of the page yet. It will be before tomorrow. The other pictures should be collected on a extra page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:56, 2 April 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Removing all references to the Sad comics page ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde,&lt;br /&gt;
&lt;br /&gt;
I've expressed my intention to remove all references to the Sad comics page over at [[Talk:Sad_comics]], but I wanted to get your input too, since it is your page. Feel free to drop a comment over there if you want to contest this. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 12:56, 13 May 2019 (UTC)&lt;br /&gt;
:Hi Hawthorbn. Thanks for alerting me. Did not follow the discussion page on Sad. I of course disagree. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:56, 14 May 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2196 ==&lt;br /&gt;
I mentioned this on DgbrtBOT's talk page, but I'm not sure Dgbrt saw it. Since you're an admin, could you help me with this?&lt;br /&gt;
# I uploaded the file, and it appeared in the page, but the link in the List of all comics page is still red. I think I messed up the upload, so could you delete the current file (the one I uploaded) for 2196 and reupload it?  &lt;br /&gt;
# I created an incorrect redirect page [[Nice To E-Meet you]] (The name is incorrect, I forgot to capitalize the You). Could you please delete that page? Thanks! &lt;br /&gt;
[[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 00:52, 1 September 2019 (UTC)&lt;br /&gt;
:Hi Herobrine. No I'm not ad admin, just very active, and cannot do anything to delete pages. I can give it a look though cause I have created a few pages long time ago when the bot was not there/working. And yes seems like Dgbrt is not active at the moment. Lets see if it works again this Monday. As you can see [[User_talk:Dgbrt#DgbrtBOT_failed_2019-08-30|here]] I tried to write directly to him. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:38, 1 September 2019 (UTC)&lt;br /&gt;
::Can see you have created the page with [https://www.explainxkcd.com/wiki/index.php?title=Nice_To_E-Meet_You&amp;amp;redirect=no capital You] and I have now moved the image to a title with the hyphen in e-meet, which was missing in your original edit. So now [[List_of_all_comics]] works for the image as well. There are so many things which can go wrong, which is why we love out BOT. Hope it works tomorrow.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:46, 1 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category book promotion ==&lt;br /&gt;
Hi, you obviously know a thing or 2 about creating and adding categories, and like to do so :)&lt;br /&gt;
I feel like we could need a category about book promotion, with at least 3 comics related to how to and at least one to thing explainer (hoverboard, possibly also up goer five...), and myabe even others I can't remember right now. What do you think? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:31, 3 September 2019 (UTC)&lt;br /&gt;
:Maybe more a list of comics that promote books. Not comics that inspire books, so no to Up Goer Five. But it could get special mention with mention of the category in that explanation as well. But I think we need to find more than 4, five is kind of a limit. Maybe there where something for what if? But I do not think so... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:37, 3 September 2019 (UTC)&lt;br /&gt;
::Looking at it again, we do have five :) [[Hoverboard]], [[2190: Serena Versus the Drones]], [[2198: Throw]], [[Disappearing Sunday Update]] and [[2194: How to Send a File]]&lt;br /&gt;
:::Well great. Do you have an idea for the category name? &amp;quot;Category:Book promotion&amp;quot; ??--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:54, 3 September 2019 (UTC)&lt;br /&gt;
::::Sounds good to me! --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:56, 3 September 2019 (UTC)&lt;br /&gt;
:::::Will you add that category to the comics? I can help create the page then. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:57, 3 September 2019 (UTC)&lt;br /&gt;
::::::Done --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 06:07, 4 September 2019 (UTC)&lt;br /&gt;
:::::::[[:Category:Book promotion]] page created and found another comic that promotes a book Randall has been involved in! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:40, 4 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broken Button ==&lt;br /&gt;
Hi Kynde, I've answered your question on my talk page. But I'll post it here just in case: I think you forgot to update [[Template:LATESTCOMIC]], so it would treat comic 2198 as 2197, hence breaking the button. [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 22:55, 3 September 2019 (UTC)&lt;br /&gt;
:Thanks, DgbrtBOT has updatet it and now it works! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:40, 4 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thanks ==&lt;br /&gt;
&lt;br /&gt;
I see you went through a few of my recent edits, and corrected them / replied on them / acted on them. Thanks a lot. Also, now I learned from your edits how subcategories work. Thanks also for that. :) (But, please try not to change the word typo to lupo in common use. I don't think it would be an honour :) ) --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 07:00, 11 October 2019 (UTC)&lt;br /&gt;
:I hope you could see the joke. Like when you fixed the fix? I also spotted you put a hidden joke &amp;lt;!-- and I did not delete it :p --&amp;gt;. I will not make the same joke again. I guess it was also a kind of signature. I spotted that you where the most active last month. And was interested seeing what kind of edits. More or less I agreed with most{{Citation needed}}... And cool with the spam fight. Do not use the same amount of time as I used to, but have been more active lately... Just became 2nd on all time activity list... Happy you both noticed and approved. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:09, 11 October 2019 (UTC)&lt;br /&gt;
::I could see the joke and I enjoyed it :) as I tend to make a lot of typos, it isn't even that far fetched to use my name instead ;). I usually visit the site a few times a day and start on the recent changes page, and check what has happened. That's also how I often quickly find the spam. The other thing I tend to do when I got some free time on my hands is use the &amp;quot;random page&amp;quot; button and find out if I can improve the place I get to. I also saw that you are progressing a lot in the all time list. Last month I even noticed you were in the monthly list at a score that would have put you in the all time top 50 on its own. Impressive! Have a good weekend. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 20:00, 11 October 2019 (UTC)&lt;br /&gt;
:::I'm also not native English speaker (Danish), and my grammar is probably horrible. Then it is great it is a wiki so others can fix that. I hope my additions are a plus. Have of course had rows with others, as can be seen above ;-) With some of the big one I think I have had months that would put me in top 20... (Not something I have checked). But with some of the comics where I added a lot of images, I will get a very high score as unique pages gives one point, and every picture uploaded is a new page. The amount of changes I have made puts me in nr. 1 spot, but that doesn't give much compared to number of pages visited. And please feel free to correct my typos. By the way I haven't even read all comics yet, since I have a hard time reading a new one without wishing to make corrections to transcript or explanations, so it takes some time every time I find a new. So between the first comic I saw when I found this page and then back from there there will be lots of comics I haven't even seen yet... Probably why you can find so many transcripts where caption below the panel has not been added (as it was I who began making this the way to write it). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:46, 11 October 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category for Back to the Future  ==&lt;br /&gt;
&lt;br /&gt;
Hi, can you create a category for the film series ''Back to the Future''? To start, there is [[102: Back to the Future]], [[656: October 30th]], [[1477: Star Wars]], [[2104: Biff Tannen]], [[2193: Well-Ordering Principle]], and maybe others. Thanks, [[Special:Contributions/172.68.47.144|172.68.47.144]] 20:26, 31 October 2019 (UTC)&lt;br /&gt;
:Hi yes I can. And I did: [[:Category:Back to the Future]]. I added yours. Here is [https://www.explainxkcd.com/wiki/index.php?title=Special:Search&amp;amp;limit=50&amp;amp;offset=0&amp;amp;profile=default&amp;amp;search=%22Back+to+the+Future%22 a search string] that may help find more (for you to add). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:31, 1 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletion of small categories? ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde! I posted this on the community portal, but it seems unresponsive, and since none of the admins have edited recently, you seem like the person to ask.&lt;br /&gt;
I count eight categories on explainxkcd that satisfy the following properties: 1. They have only three comics in them. 2. They aren't really a comic series; they just feature or reference a comic theme. 3. They aren't Featuring some person or character. In short, they seem to have no real reason to exist. (They're [[:Category:Spice_Girls|t]][[:Category:Wind_turbine|h]][[:Category:CubeSats|e]][[:Category:Ender%27s_Game|s]][[:Category:Optimization|e]] [[:Category:Git|o]][[:Category:FernGully|n]][[:Category:Giraffes|e]]s.) In addition, there are [[:Category:Sketches|t]][[:Category:BSD|h]][[:Category:Emacs|i]][[:Category:Identity_Theft|r]][[:Category:Katamari_Damacy|t]][[:Category:Super_Bowl|e]][[:Category:The_Matrix|e]][[:Category:Tournament_bracket|n]][[:Category:Traffic_light| ]][[:Category:Trebuchet|m]][[:Category:Wingsuit|o]][[:Category:Euler_diagrams|r]][[:Category:Pedantic|e]] four-comic categories that also satisfy these requirements. I know non-admins can't delete articles, but because of these articles' status, should I remove their contents and add them to [[:Category:Pages to delete]]? --[[User:Account|Account]] ([[User talk:Account|talk]]) 01:17, 12 November 2019 (UTC)&lt;br /&gt;
:Since I'm no admin just the most active over an extended period of time, I cannot really say what to do. Some of the categories I think has merit, I may even have created some of them. And there may be reason to expect more to come. But others I tend to agree. I think Randall has something with Giraffes and the Spice Girl spurt with three in short notice I think merits the categories. The other 6 with three I would not mind if they went away. But then there may need to be some links between those comics. Are you willing to make those? If you do then empty the categories, and put them as up for deletion. Most of those with four I would keep. I have NOT clicked on them all though, just read them here when I edited this response. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:56, 12 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category for Bees ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde,&lt;br /&gt;
&lt;br /&gt;
Can you add a category on bees, as a subcategory of [[:Category:Animals]]? I've found [[1259: Bee Orchid]], [[1186: Bumblebees]], [[2231: the Time Before And After Land]], [[2035: Dark Matter Candidates]], [[1692: Man Page]], and there are probably more. [[Special:Contributions/172.69.34.38|172.69.34.38]] 00:22, 22 November 2019 (UTC)&lt;br /&gt;
:Done [[:Category:Bees]]. Added your five comics. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:49, 22 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New category - comics with store products ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, thanks for creating the new page for [[:Category:Comics with store products]]!  (I was the one who added the comics to that category, but I didn't have permission to create a new page for the category itself, so I apologize for abandoning it like that.)&lt;br /&gt;
&lt;br /&gt;
For the name of this category, I wanted to follow a similar pattern to existing category names such as &amp;quot;[[:Category:Comics from 2005]]&amp;quot; or &amp;quot;[[:Category:Comics with color]]&amp;quot;.  So for the name of this new category, I had considered some other more accurate names, such as &amp;quot;[[:Category:Comics upon which xkcd store products are based]]&amp;quot;, or perhaps &amp;quot;[[:Category:Comics made into official merchandise]]&amp;quot;; but I felt that these new category names would be a bit too long, so I was trying to keep it more succinct than that.  ...But now I realize that the current name I chose is not very clear, and might cause some confusion about what it's supposed to mean, so it was really a poor choice of words on my part.  Do you have any ideas for a better name that we could use for this category?  If so, please feel free to rename it, then I will go through all the comic pages where I added it, and update them to the new category.&lt;br /&gt;
&lt;br /&gt;
On the other hand, in the edit-history of the [[:Category:Comics with store products]] page, I noticed in your comments that you felt it was maybe not a good idea for a category -- and I certainly understand that, so if you want to just remove this category completely, please feel free to do so, then I will go through and remove it from all the comics where I added it (so as not to leave any broken links behind).&lt;br /&gt;
&lt;br /&gt;
Thanks for your help, and sorry for causing noob trouble!&lt;br /&gt;
&lt;br /&gt;
- [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 09:57, 24 November 2019 (UTC)&lt;br /&gt;
:Hi Yfmcpxpj&lt;br /&gt;
:First of all, the comment on my creation of the page, was because I did not understand the category. Store products.. I thought it was like with products bought in a type of store... First when I clicked on a few and saw your (?) comments that a t-shirt was based on this comic, did I understand the category. Think I wrote that in my next edit, where I linked to the store. After realizing that, I though it was a great category, although adding xkcd would probably help the understand-ability: &amp;quot;Category: Comics with xkcd store products&amp;quot; &lt;br /&gt;
:What do you say to that title?&lt;br /&gt;
:Regarding my ability to make pages, that is just because I have edited enough to get that right (I know I have edited more than any one else here...) But I'm actually not an admin, and I cannot delete pages. Sadly it seems the admins have left xkcd without replacements... So not one answers admin requests, and although I'm glad to help when I can, I do not have that many rights on the page. &lt;br /&gt;
:But true you may have asked for someone to create the page and also maybe ask for the title before creating it. I think I will be able to rename the page though, so if you can go through all the comics and correct the category there I would like to give it a try. (Do not do this before I have changed the name!)&lt;br /&gt;
:What do you say? And should I add the xkcd as suggested above?&lt;br /&gt;
:--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:14, 24 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I like your title better, &amp;quot;Comics with xkcd store products&amp;quot; -- I think it is much clearer.  If you can rename the category, I will wait for that, then after it has been successfully renamed, I'll go through and update those comics to use the new one instead.  And sorry to hear that the admins have been absent -- but it looks like you are doing a good job of keeping the site maintained, so thank-you for that!  - [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 08:58, 25 November 2019 (UTC)&lt;br /&gt;
:::I have now moved the category page. You can find the list of comics that now need to be moved [https://www.explainxkcd.com/wiki/index.php?title=Category:Comics_with_store_products&amp;amp;redirect=no here].&lt;br /&gt;
:::And the new empty category here [[:Category:Comics with xkcd store products]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:26, 25 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Thanks Kynde; I have moved the remaining comics into the new category.  You mentioned that you don't have permissions to delete pages, so I wonder if the old page [[:Category:Comics with store products]] should be put into parent [[:Category:Pages to delete]] so maybe the admins will delete it? - [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 08:15, 26 November 2019 (UTC)&lt;br /&gt;
:::::As the old Category redirects to the new one, I guess deletion is not necessary. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 08:31, 26 November 2019 (UTC)&lt;br /&gt;
::::::If no pages refers to the old category, and to avoid anyone putting comics in that category again, it would be nice to have it deleted. But I'm not sure anyone will do that at the moment. Davidy is long gone and DGBRT seems to be absent as well... I was once asked to be an admin but declined at the time ... Maybe that was a shame, but at least I still react when someone post on my page... But I'm not that active anymore, and have never looked much through the portal pages etc. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:49, 26 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Banned from Conferences Category ==&lt;br /&gt;
&lt;br /&gt;
Hi Kynde, you usually have a good feeling on how Categories should be described, etc. There was a (quite short) discussion on [[153: Cryptography]], to remove a portion of the explanation. Do you think that stuff belongs into [[:Category:Banned from conferences]]? Maybe you can chime into the &amp;quot;discussion&amp;quot; on 153. -- Regards [[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 14:24, 5 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Edit summaries ==&lt;br /&gt;
Please use {{w|Help:Edit_summary|edit summaries}}; they are especially important for pages like [[:xkcd Header text]] that are infrequently monitored but have a meta-importance. Thanks. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 21:22, 16 July 2020 (UTC)&lt;br /&gt;
:I have more or less created the entire page from scratch. So I will not begin writing details every time I make a revision. But I use it for most other edits. I can see you care for BLM... Great, you probably know much more on this than I do. I made this page, to keep track of the header text, which was not explained on these pages. Sometimes it is relevant for a given comic, so great to have this place to write about it, and then link to it from the comics. The unfilled link was to help people wo may help editing this page, fill in when the header changed. I will do that now. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:37, 18 July 2020 (UTC)&lt;br /&gt;
::Kynde: I don't understand how your authorship of the page (from scratch or otherwise) has anything to do with whether you should be writing details of when you make a revision. But for sensitive topics, which BLM is, it is especially important for other editors to be able to carefully review changes. And when you make a large block of changes, like you did there on July 1, with 8 different edits, edit summaries are an extremely helpful tool for everyone else. So, again, the request is to please use an edit summary, ''especially'' when you are making multiple edits in a row, and ''especially'' on pages of meta-importance like [[:xkcd Header text]]. Of course, this is not Wikipedia, the rules here (such as they are) are relatively weak, and we all should coöperate. But if your answer is &amp;quot;I don't have to because I wrote the page first, years ago!&amp;quot; that doesn't make any sense at all. If your goal was to make sense, then I don't know how to respond. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 17:50, 18 July 2020 (UTC)&lt;br /&gt;
:::Well I shall try to be more careful around sensitive subjects. You are one of the first other than me to have edited the page. And one of the few that have added a new section. I just changed it into the same format that I have used on all the others. And did a revision now, and sorry I forgot to write what it was out of bad habit. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:57, 18 July 2020 (UTC)&lt;br /&gt;
::::I think the change you just made was…not great. See [[:Talk:xkcd_Header_text#Recent_BLM_edits]] where I give my opinion. But it is probably better discussed there than on your personal page, but I wanted to highlight it for you. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 18:04, 18 July 2020 (UTC)&lt;br /&gt;
:::::I have replied on the other talk page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:28, 21 July 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nationality ==&lt;br /&gt;
&lt;br /&gt;
What country are you from? &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 12:34, 14 July 2021 (UTC)&lt;br /&gt;
:Denmark. Why? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:15, 15 July 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Forgive this IP ==&lt;br /&gt;
I just made a handful of edits to recent changes that you had made (may not have been what you changed, in all cases; it might have just been pre-existing errors and Recent Changes just drew me to them). I hope it doesn't look personal, especially from an impersonal IP that you can't easily talk back to. So I'm mentioning it here to try to apologise if it does seem that way. [[Special:Contributions/162.158.159.85|162.158.159.85]] 18:57, 28 December 2021 (UTC)&lt;br /&gt;
:Hi. Thanks for telling. Since your IP will change I cannot see exactly which changes you made, but cheeked on my last changes and saw some CE and minor changes. Only thing I disagreed with (not sure it was you) was that the Launch comic should not have been released on the 24th. Which it was in most of the US if not all. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:01, 29 December 2021 (UTC)&lt;br /&gt;
::(Most of the changes occured under roughly the 172.70.… range, as I recall, though you can see the above switched to a whole different class-B - entirely due to the internediary's whim (Cloudflare?) without my changing anything. I'm sitting on a different connection now, so all bets are off what ''this'' will appear as. ;) )&lt;br /&gt;
::I have no argument with Randall posting on the 24th (his time) as the Bot got there soon enough to prove it. But of course the rest of us (mostly Europe and beyond) had a different experience. Still before the launch (whoever checked for themselves in time), which I think a couple of my edits were about. Really not huge issues, just minor fixes. You're good with those things, I know from experience, just a courtesy note (that and this). [[Special:Contributions/172.70.86.22|172.70.86.22]] 22:42, 29 December 2021 (UTC)&lt;br /&gt;
:::Maybe not you who posted. But as you can see your IP is not the same in these two posts, so I can only assume you are the same person, but cannot guess which of my edits you have changed and which someone else changed ;-) Do you have a name other than 162.158.159.85 or 172.70.86.22 ;-) Why not get an account? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:29, 30 December 2021 (UTC)&lt;br /&gt;
::::I just can't think of a decent username. I tend to use different ones everwhere (and never my RL identity) and most of them were 'good ideas at the time' but when the inevitable &amp;quot;Why is your username what it is?&amp;quot; thread comes around it always seems my 'explanation' is laughable. All the above in this section (that isn't you) is me, BTW. Just added an indent layer I missed. I'm happy being (slightly unpredictably) changing IP, because I seek no credit (or blame!) for my 'insights' and my ego survives well enough on such fleeting moments of anonymous fame, I assure you. ;) And I don't mind when other IP-editors 'land' on/near what I just used, either, even if they're now completely wrong.&lt;br /&gt;
::::Not that I think Usernames are a bad thing in general for you and others (c.f. 4chan 'anon' culture...), I'm just happy that it's one less thing to worry about in my own case! [[Special:Contributions/172.70.85.73|172.70.85.73]] 15:04, 30 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2560:_Confounding_Variables&amp;diff=223243</id>
		<title>Talk:2560: Confounding Variables</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2560:_Confounding_Variables&amp;diff=223243"/>
				<updated>2021-12-29T23:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
This is the earliest in the day that I can recall a comic being published in a long time. It's not even noon ET yet. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 16:39, 27 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
This explanation will not be complete until someone explains the title text. I assume controlling for the residual will lead to a null result, but I don't know statistics well enough to know. [[Special:Contributions/172.70.110.171|172.70.110.171]] 17:10, 27 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Stats are a farce and the truth is unknowable.&amp;quot; She jests, but... [[Special:Contributions/172.70.178.25|172.70.178.25]] 18:31, 27 December 2021 (UTC)&lt;br /&gt;
:Many people have made similar observations over the centuries [https://en.wikipedia.org/wiki/Lies,_damned_lies,_and_statistics]  [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 16:31, 28 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;([https://www.explainxkcd.com/wiki/index.php?title=2560:_Confounding_Variables&amp;amp;diff=prev&amp;amp;oldid=223220 Why was the word &amp;quot;remit&amp;quot; used and why was it linked to Mythbusters? Both were unnecessarily confusing.])&amp;quot;... Well, &amp;quot;remit&amp;quot; ≈ &amp;quot;purpose&amp;quot; as I used it (Wiktionary, Noun section, item 1: &amp;quot;(chiefly Britain) Terms of reference; set of responsibilities; scope. quotations&amp;quot; - seeing that it's apparently British, and the &amp;lt;s&amp;gt;remit&amp;lt;/s&amp;gt; scope of most of the verb forms, I now understand your confusion). And the suggestion was that this was not a (bad/offputting?) Statistics course but a course that &amp;quot;mythbusted&amp;quot; a range of subjects, somewhat like [[Every Major's Terrible]], that we catch just as Statistics in particular gets a page or so of short shrift about. [[Special:Contributions/172.70.85.73|172.70.85.73]] 23:01, 29 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2560:_Confounding_Variables&amp;diff=223180</id>
		<title>2560: Confounding Variables</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2560:_Confounding_Variables&amp;diff=223180"/>
				<updated>2021-12-28T16:43:22Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: One slide does not a lesson make, nor fancy graphs a course.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2560&lt;br /&gt;
| date      = December 27, 2021&lt;br /&gt;
| title     = Confounding Variables&lt;br /&gt;
| image     = confounding_variables.png&lt;br /&gt;
| titletext = You can find a perfect correlation if you just control for the residual.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by TRUTH IS UNKNOWABLE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[Miss Lenhart]] is teaching a course which apparently covers at least an overview of statistics.&lt;br /&gt;
&lt;br /&gt;
In statistics, a ''confounding variable'' is a third variable that's related to the independent variable, and also causally related to the dependent variable. An example is that you see a correlation between sunburn rates and ice cream consumption; the confounding variable is temperature: high temperatures cause people go out in the sun and get burned more, and also eat more ice cream.&lt;br /&gt;
&lt;br /&gt;
One way to control for a confounding variable by restricting your data-set to samples with the same value of the confounding variable. But if you do this too much, your choice of that &amp;quot;same value&amp;quot; can produce results that don't generalize. Common examples of this in medical testing are using subjects of the same sex or race -- the results may only be valid for that sex/race, not for all people.&lt;br /&gt;
&lt;br /&gt;
There can also often be multiple confounding variables. It may be difficult to control for all of them without narrowing down your data-set so much that it's not useful. So you have to choose which variables to control for, and this choice biases your results.&lt;br /&gt;
&lt;br /&gt;
In the final panel, Miss Lenhart suggests a sweet spot in the middle, where both confounding variables and your control impact the end result, thus making you &amp;quot;doubly wrong&amp;quot;. &amp;quot;Doubly wrong&amp;quot; result would simultaneously display wrong correlations (not enough of controlled variables) and be too narrow to be useful (too many controlled variables), thus the 'worst of both worlds'.&lt;br /&gt;
&lt;br /&gt;
Finally she admits that no matter what you do the results will be misleading, so statistics are useless. This would seem to be an unexpected declaration from someone supposedly trying to actually teach Statistics, and expecting her students to continue the course. Though there is a possibility that she is not there to purely educate this subject, but is instead running a course with a {{w|MythBusters|different type of remit}} and it just happens that this week concluded with this particular targeted critique.&lt;br /&gt;
&lt;br /&gt;
In the title text, the ''residual'' refers to the difference between any particular data point and the graph that's supposed to describe the overall relationship. The collection of all residuals is used to determine how well the line fits the data. If you control for this by including a variable that perfectly matches the discrepancies between the predicted and actual outcomes, you would have a perfectly-fitting model:  however, it is nigh impossible (especially in the social and behavioral sciences) to find a &amp;quot;final variable&amp;quot; that perfectly provides all the &amp;quot;missing pieces&amp;quot; of the prediction model.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Miss Lenhart is holding a pointer and pointing at a board with the a large heading with some unreadable text beneath it. Below this there are two graphs with scattered points. In the top graph the points are almost on a straight increasing line. In the bottom the data points seem to be more random. Mrs Lenhart covers most of the right side of the board, but there is more unreadable text to the right of her.]&lt;br /&gt;
:Miss Lenhart: If you don't control for confounding variables, they'll mask the real effect and mislead you.&lt;br /&gt;
:Heading: Statistics &lt;br /&gt;
&lt;br /&gt;
:[Miss Lenhart is holding the pointer down in one hand while she holds a finger in the air with the other hand. The board is no longer shown.]&lt;br /&gt;
:Miss Lenhart: But if you control for too ''many'' variables, your choices will shape the data and you'll mislead yourself.&lt;br /&gt;
&lt;br /&gt;
:[Miss Lenhart is holding both arms down, still with the pointer in her hand.]&lt;br /&gt;
:Miss Lenhart: Somewhere in the middle is the sweet spot where you do both, making you doubly wrong. &lt;br /&gt;
:Miss Lenhart: Stats are a farce and truth is unknowable. See you next week!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Miss Lenhart]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2560:_Confounding_Variables&amp;diff=223152</id>
		<title>2560: Confounding Variables</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2560:_Confounding_Variables&amp;diff=223152"/>
				<updated>2021-12-28T00:25:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: /* Explanation */ Fair or not.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2560&lt;br /&gt;
| date      = December 27, 2021&lt;br /&gt;
| title     = Confounding Variables&lt;br /&gt;
| image     = confounding_variables.png&lt;br /&gt;
| titletext = You can find a perfect correlation if you just control for the residual.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a MISLEADING DATASET - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
In statistics, a ''confounding variable'' is a third variable that's related to the independent variable, and also causally related to the dependent variable. An example is that you see a correlation between sunburn rates and ice cream consumption; the confounding variable is temperature: high temperatures cause people go out in the sun and get burned more, and also eat more ice cream.&lt;br /&gt;
&lt;br /&gt;
One way to control for a confounding variable by restricting your dataset to samples with the same value of the confounding variable. But if you do this too much, your choice of that &amp;quot;same value&amp;quot; can produce results that don't generalize. Common examples of this in medical testing are using subjects of the same sex or race -- the results may only be valid for that sex/race, not for all people.&lt;br /&gt;
&lt;br /&gt;
There can also often be multiple confounding variables. It may be difficult to control for all of them without narrowing down your dataset so much that it's not useful. So you have to choose which variables to control for, and this choice biases your results.&lt;br /&gt;
&lt;br /&gt;
In the final panel, Blondie suggests a sweet spot in the middle, where both confounding variables and your control impact the end result, thus making you &amp;quot;doubly wrong&amp;quot;. &amp;quot;Doubly wrong&amp;quot; result would simultaineously display wrong correlations (not enough of controlled variables) and be too narrow to be useful (too many controlled variables), thus the 'worst of both worlds'.&lt;br /&gt;
&lt;br /&gt;
Finally she admits that no matter what you do the results will be misleading, so statistics are useless. This would seem to be an unexpected declaration from someone supposedly trying to actually teach Statistics, and expecting her students to continue the course. Though there is a possibility that she is not there to purely educate this subject, but is instead running a course with a {{w|MythBusters|different type of remit}} and it just happens that this week concluded with this particular targetted critique.&lt;br /&gt;
&lt;br /&gt;
In the title text, the ''residual'' refers to the difference between any particular data point and the graph that's supposed to describe the overall relationship. The collection of all residuals is used to determine how well the curve fits the data. If you control for this by selecting only points with the same residual you'll get a perfect correlation, but the results are meaningless because you're ignoring all the data points that don't agree with your hypothesis.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Blondie is holding a pointer and pointing at a board with the word Statistics and with some graphs]&lt;br /&gt;
:Blondie: If you don't control for confounding variables, they'll mask the real effect and mislead you.&lt;br /&gt;
:[Just Blondie, still holding the pointer, with her finger in the air]&lt;br /&gt;
:Blondie: But if you control for too ''many'' variables, your choices will shape the data and you'll mislead yourself.&lt;br /&gt;
:[Blondie with the pointer to her side]&lt;br /&gt;
:Blondie: Somewhere in the middle is the sweet spot where you do both, making you doubly wrong. &lt;br /&gt;
:Blondie: Stats are a farce and truth is unknowable. See you next week!&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Statistics]]&lt;br /&gt;
[[Category:Comics featuring Blondie]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2558:_Rapid_Test_Results&amp;diff=223102</id>
		<title>2558: Rapid Test Results</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2558:_Rapid_Test_Results&amp;diff=223102"/>
				<updated>2021-12-25T23:35:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: link 583&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2558&lt;br /&gt;
| date      = December 22, 2021&lt;br /&gt;
| title     = Rapid Test Results&lt;br /&gt;
| image     = rapid_test_results.png&lt;br /&gt;
| titletext = A solid red area with two white lines means that you have been infected with the anti-coronavirus, COVID+19, which will cure anyone you have close contact with.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|RAPIDLY created by a college-ruled BOT with longness of breath, low body temperature, vigour, and a wet sneeze, that is NOT a reference to comic 2279- Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is another in a [[:Category:COVID-19|series of comics]] related to the {{w|2019–20 coronavirus outbreak|2020 COVID-19 pandemic}}. &lt;br /&gt;
&lt;br /&gt;
This comic is a joke about COVID-19 rapid {{w|lateral flow test}} results. These devices are used in many countries for individuals to test their own nasal and oropharynx fluid for evidence of COVID-19 virus to detect asymptomatic infection.  These tests have two indicator strips - a test line for covid-19 and a control line to check the device is working correctly.  Where a control line is not present, the test should be ignored and repeated. Until comparatively recently {{w|Pregnancy test|pregnancy}} was the occasion [[583|most familiar]] for requiring this form of test) &lt;br /&gt;
&lt;br /&gt;
The first 2 answers are the standard indicators for a negative and positive result, but Randall takes this to absurdity, see below in the [[#Table of results|table]].&lt;br /&gt;
 &lt;br /&gt;
The title text interprets the hyphen in &amp;quot;Covid-19&amp;quot; as a negative sign to make a mathematical joke (or possibly a reference to {{w|antimatter}}, which in reality mutually annihilates when coming into contact with regular matter). Here Randall postulates a counterpart virus to Covid-19, resulting in a test with inverted colors, which he names Covid+19. When combined this anti-coronavirus exactly matches the original one and results in zero Covid, curing those who had previously been infected.&lt;br /&gt;
&lt;br /&gt;
===Table of results===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Result&lt;br /&gt;
!Interpretation&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Control line only&lt;br /&gt;
|Negative&lt;br /&gt;
|As for all such actual tests, the Control line indicates that the test has run without error. Without this Control line (which ''always'' shows on a correctly functioning test after proper use), a lack of result on the test strip is meaningless. &lt;br /&gt;
A control line with no Test line indicates that the molecule being tested for is not present.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Control and test line&lt;br /&gt;
|Positive&lt;br /&gt;
|This clearly shows the (un)desired test result, with both the Control line and the indicator of the tested-for condition.&lt;br /&gt;
|-&lt;br /&gt;
|2 wavy lines resembling the {{w|Approximation#Typography|approximately equal}} sign&lt;br /&gt;
|Approximately positive&lt;br /&gt;
|While it would be possible to make the test produce wavy line(s) by default, and some versions 'activate' more complex patterns such as tick-marks or wording, these are still binary yes/no results. The waviness or other patternation would not normally be contingent upon the testing state it must reveal, and the complicated pattern could result in a fainter Test line (which perhaps should be taken as Positive until shown otherwise).&lt;br /&gt;
&lt;br /&gt;
A real test intended to produce straight lines might become wavy if manufactured poorly. Two lines would still indicate a positive test, but the poor quality of the device calls into question that result - making &amp;quot;approximately positive&amp;quot; an appropriate description.&lt;br /&gt;
&lt;br /&gt;
Whilst this may have been unintended, it is worthwhile noting that lateral flow tests sacrifice some accuracy in order to be quick and cheap. They therefore have some risk of {{w|false-positive}} test results, hence the need for a follow-up gold-standard laboratory controlled confirmation test.  In this sense, a positive rapid test result would give an approximately positive result.&lt;br /&gt;
|-&lt;br /&gt;
|2 lines closer together than usual&lt;br /&gt;
|Positive (college ruled)&lt;br /&gt;
|This is the same as the Positive result, just with less distance between the two lines. {{w|Ruled paper#United States|College ruled}} refers to how college ruled notebooks in the United States have narrower spacing between the lines.&lt;br /&gt;
Again, there is no simple way to make the test reveal different patterns as a result-indicator of any qualitative or quantitative result; this is not a different result from the original Positive. It also remains more desirable to maintain an easily-identifiable separation between lines and not risk the Test and Control lines bleeding together into one.&lt;br /&gt;
|-&lt;br /&gt;
|Five lines of decreasing lengths&lt;br /&gt;
|Good cell signal&lt;br /&gt;
|Mimics the standard image for a strong mobile (or cellular in the United States) phone signal.&lt;br /&gt;
There are tests which give multiple 'indicator test strips' for progressively greater/lesser sensitivity, perhaps to identify concentrations, or other qualitative differences like a 'fingerprint' of multiple targetable reagents, but this is not at all useful for a solid Yes/No question such as the one this scenario is supposed to be for.&lt;br /&gt;
|-&lt;br /&gt;
|2 lines on a background of radiating lines&lt;br /&gt;
|Did you know these lines are actually parallel?&lt;br /&gt;
|This is a reference to an {{w|optical illusion}} called the {{w|Hering illusion}}, where two parallel lines appear to bend outward.&lt;br /&gt;
Whether the radial lines can (or should) be designed into the test has no bearing upon the core test, and probably should not confuse the identification of what are ''supposed'' to be one/two ''clear'' straight lines.&lt;br /&gt;
|-&lt;br /&gt;
|Multiple lines in the shape of a scary stick figure&lt;br /&gt;
|The Blair Witch is near&lt;br /&gt;
|In the found-footage movie ''{{w|The Blair Witch Project}}'', stick figures shaped like this indicated that the Blair Witch was near.&lt;br /&gt;
The type of rapid test used for COVID-19 probably{{fact}} does not have any useful method for revealing the proximity of witchcraft, unless a witchcraft-related molecule could be identified that can be indicated within the sample material itself.&lt;br /&gt;
|-&lt;br /&gt;
|Three lines &lt;br /&gt;
|Click to expand COVID menu&lt;br /&gt;
|A reference to {{w|Hamburger button|hamburger buttons}}, an icon that is widely used on websites to reveal a menu. It is especially used on mobile versions of sites designed to be read on a small screen, where compressing a menu until needed saves space.&lt;br /&gt;
As a 'read-only' display of results, there is no potential for further interaction by tapping the indicator material, and this may even spoil the state of the proof it gives. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Yeah. This definitely needs to be redone in proper descriptive-transcript format. This tag WAS deleted too soon. Don't do it again until properly fixed.}}&lt;br /&gt;
'''Interpreting Rapid Test Results'''&lt;br /&gt;
A set of 8 possible rapid test results are displayed in the style of a patient use leaflet, as one might have for a COVID-19 rapid test.&lt;br /&gt;
&lt;br /&gt;
Result options are:&lt;br /&gt;
 * Negative&lt;br /&gt;
 * Positive&lt;br /&gt;
 * Approximately positive&lt;br /&gt;
 * Positive (college ruled)&lt;br /&gt;
 * Good cell signal&lt;br /&gt;
 * Did you know these lines are actually parallel?&lt;br /&gt;
 * The Blair Witch is near&lt;br /&gt;
 * Click to expand Covid menu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: COVID-19]]&lt;br /&gt;
[[Category: Comics with color]]&lt;br /&gt;
[[Category: Charts]]&lt;br /&gt;
[[Category: Fiction]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223082</id>
		<title>2550: Webb</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223082"/>
				<updated>2021-12-25T14:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Did not launch 'in' the EST timezone. Crediting it primarily with French Guiana time, but giving UTC and (UTC-5) EST timestamps to satisfy many people's requirements without going overboard.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2550&lt;br /&gt;
| date      = December 3, 2021&lt;br /&gt;
| title     = Webb&lt;br /&gt;
| image     = webb.png&lt;br /&gt;
| titletext = Each one contains a chocolate shaped like a famous spacecraft and, for the later numbers, a pamphlet on managing anxiety.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by the REAL SPACE TELESCOPE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic depicts an {{w|advent calendar}} geared toward astronomers anticipating the launch of the {{w|James Webb Space Telescope}}.&lt;br /&gt;
&lt;br /&gt;
At the time this comic was published, the James Webb Space Telescope (JWST) was scheduled to be launched on the 22nd of December, 2021 (after [[2014: JWST Delays|many prior delays]]). Christmas would indeed have come early for astronomers if the launch had been successful and on time. By December 14, the launch date had been pushed back again to &amp;quot;no earlier than December 24&amp;quot;, as NASA was working on resolving a communications issue between the observatory and its launch vehicle system. This was followed by another delay announced on December 21, when the launch date was pushed back to December 25, due to weather concerns. It was {{w|Ariane flight VA256|successfully launched}} from Kourou in French Guiana on December 25 at 09:20 FGT (12:20 UTC, 07:20 {{w|UTC−05:00|EST}}).&lt;br /&gt;
&lt;br /&gt;
A normal advent calendar marks the days until Christmas by allowing miniature doors to be opened, or other means of revealing some treat/picture. This is often from the 1st of the month until the 'big reveal' on the 24th or 25th, though other schemes may exist in other cultures. This particular calendar features 18 hexagonal features, intended to be sequentially accessed over several days, in the same layout as the 18 gold-beryllium mirror segments designed to fold out to form the JWST's primary mirror. The first door is on the 5th, two days after this comic's publication date, making the last on the 22nd, the 'Big Day'.&lt;br /&gt;
&lt;br /&gt;
Cueball's question could be interpreted two ways: Cueball doesn't know about JWST, so he is asking why this advent calendar ends before Christmas (and possibly fearing this calendar is similar to the one in [[1245: 10-Day Forecast]]); or Cueball does know about JWST and its history of delays, so he is asking why the calendar ends on 22 when there is no certainty in that launch date (and also implying that he expects it to be delayed). [Note: two weeks after the comic was posted, the JWST was again delayed, this time to no earlier than Christmas Eve (and later finally to Christmas Day itself), making the expectation accurate. This would also make a traditional advent calendar serve equally well, were it not for the hexagon design.]&lt;br /&gt;
&lt;br /&gt;
December 22 is also the day after the northern hemisphere winter solstice. The end of the world was famously predicted for the winter solstice in [[998: 2012|2012]].&lt;br /&gt;
&lt;br /&gt;
The title text references the fact that chocolates in advent calendars are often molded into different shapes, and the fact that the later numbers have a &amp;quot;pamphlet on managing anxiety&amp;quot; is probably supposed to quell the impeding fear that the launch could be delayed further or go wrong. The telescope's launch was initially planned for 2007, but due to various redesigns, financial issues, accidents, flaws, and the {{w|COVID-19 pandemic}}, the launch date was pushed back to 2011, then 2013, 2018, 2020, May 2021, October 2021, and finally to the current launch date in December 2021. It may also allude to post-launch concerns; even if the launch goes well, there will still be nervousness about the [https://www.youtube.com/watch?v=v6ihVeEoUdo| complex 160-day process] in which the JWST reaches its intended {{w|James_Webb_Space_Telescope#Mission|observation point}} 930,000 miles from Earth, many subsystems are unfolded/deployed, and the instrument passes its final calibrations. There is effectively no way to rescue/repair this expensive piece of equipment should anything be amiss, unlike the {{w|Hubble Space Telescope}}, which was visited five times by {{w|Space Shuttles}} to remedy and enhance various features. (There exist issues with even Hubble that cannot currently be considered repairable without the Shuttles or any proven replacement, and the JWST will be located far beyond Hubble's operational orbit in a place much more difficult to get to.)&lt;br /&gt;
&lt;br /&gt;
The JWST has been referenced previously in [[1730: Starshade]], [[2014: JWST Delays]] and [[2447: Hammer Incident]], as well as indirectly in [[975: Occulting Telescope]] and [[1461: Payloads]], and later again in [[2559: December 25th Launch]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Ponytail are looking at an advent calendar hanging on a wall in front of them. The advent calendar is loosely tiled with 18 smaller hexagons, numbered from 5 to 22 in no clear order or pattern. They are regularly arranged into a larger hexagonal shape and of the five rows, there are three in the top and bottom ones, as also with each diagonal edge. There are four in each of the other rows, offset symmetrically, with a gap where a fifth could have been in the centre of the middle row.]&lt;br /&gt;
:Cueball: The hexagons are nice.&lt;br /&gt;
:Cueball: But why does it end at 22?&lt;br /&gt;
:Numbers: &lt;br /&gt;
      5  22  10 &lt;br /&gt;
   11  15  19  17&lt;br /&gt;
 14   7 none 13   8&lt;br /&gt;
    9  16   6  20&lt;br /&gt;
     18  21  12&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Astronomer Advent Calendar&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Telescopes]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Food]] &amp;lt;!-- chocolate title text--&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223034</id>
		<title>2550: Webb</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223034"/>
				<updated>2021-12-24T21:25:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: 'Christmas' can be 'the general period of the season. (And fingers crossed the next edit is about the launch being successful, and any after that more towards unfolding going Ok!)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2550&lt;br /&gt;
| date      = December 3, 2021&lt;br /&gt;
| title     = Webb&lt;br /&gt;
| image     = webb.png&lt;br /&gt;
| titletext = Each one contains a chocolate shaped like a famous spacecraft and, for the later numbers, a pamphlet on managing anxiety.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by the ZENO SPACE TELESCOPE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic depicts an {{w|advent calendar}} geared toward astronomers anticipating the launch of the {{w|James Webb Space Telescope}}.&lt;br /&gt;
&lt;br /&gt;
At the time this comic was published, the James Webb Space Telescope (JWST) was scheduled to be launched on the 22nd of December (after [[2014: JWST Delays|many prior delays]]). Christmas would indeed have come early for astronomers if the launch had been successful and on time. By December 14, the launch date had been pushed back again to &amp;quot;no earlier than December 24&amp;quot;, as NASA was working on resolving a communications issue between the observatory and its launch vehicle system. This was followed by another delay announced on December 21, when the launch date was pushed back to December 25, due to weather concerns.&lt;br /&gt;
&lt;br /&gt;
A normal advent calendar marks the days until Christmas by allowing miniature doors to be opened, or other means of revealing some treat/picture. This is often from the 1st of the month until the 'big reveal' on the 24th or 25th, though other schemes may exist in other cultures. This particular calendar features 18 hexagonal features, intended to be sequentially accessed over several days, in the same layout as the 18 gold-beryllium mirror segments designed to fold out to form the JWST's primary mirror. The first door is on the 5th, two days after this comic's publication date, making the last on the 22nd, the 'Big Day'.&lt;br /&gt;
&lt;br /&gt;
Cueball's question could be interpreted two ways: Cueball doesn't know about JWST, so he is asking why this advent calendar ends before Christmas (and possibly fearing this calendar is similar to the one in [[1245: 10-Day Forecast]]); or Cueball does know about JWST and its history of delays, so he is asking why the calendar ends on 22 when there is no certainty in that launch date (and also implying that he expects it to be delayed). [Note: two weeks after the comic was posted, the JWST was again delayed, this time to no earlier than Christmas Eve (and later finally to Christmas Day itself), making the expectation accurate. This would also make a traditional advent calendar serve equally well, were it not for the hexagon design.]&lt;br /&gt;
&lt;br /&gt;
December 22 is also the day after the northern hemisphere winter solstice. The end of the world was famously predicted for the winter solstice in [[998: 2012|2012]].&lt;br /&gt;
&lt;br /&gt;
The title text references the fact that chocolates in advent calendars are often molded into different shapes, and the fact that the later numbers have a &amp;quot;pamphlet on managing anxiety&amp;quot; is probably supposed to quell the impeding fear that the launch could be delayed further or go wrong. The telescope's launch was initially planned for 2007, but due to various redesigns, financial issues, accidents, flaws, and the {{w|COVID-19 pandemic}}, the launch date was pushed back to 2011, then 2013, 2018, 2020, May 2021, October 2021, and finally to the current launch date in December 2021. It may also allude to post-launch concerns; even if the launch goes well, there will still be nervousness about the [https://www.youtube.com/watch?v=v6ihVeEoUdo| complex 160-day process] in which the JWST reaches its intended {{w|James_Webb_Space_Telescope#Mission|observation point}} 930,000 miles from Earth, many subsystems are unfolded/deployed, and the instrument passes its final calibrations. There is effectively no way to rescue/repair this expensive piece of equipment should anything be amiss, unlike the {{w|Hubble Space Telescope}}, which was visited five times by {{w|Space Shuttles}} to remedy and enhance various features. (There exist issues with even Hubble that cannot currently be considered repairable without the Shuttles or any proven replacement, and the JWST will be located far beyond Hubble's operational orbit in a place much more difficult to get to.)&lt;br /&gt;
&lt;br /&gt;
The JWST has been referenced previously in [[1730: Starshade]], [[2014: JWST Delays]], and [[2447: Hammer Incident]], as well as indirectly in [[975: Occulting Telescope]] and [[1461: Payloads]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Ponytail are looking at an advent calendar hanging on a wall in front of them. The advent calendar is loosely tiled with 18 smaller hexagons, numbered from 5 to 22 in no clear order or pattern. They are regularly arranged into a larger hexagonal shape and of the five rows, there are three in the top and bottom ones, as also with each diagonal edge. There are four in each of the other rows, offset symmetrically, with a gap where a fifth could have been in the centre of the middle row.]&lt;br /&gt;
:Cueball: The hexagons are nice.&lt;br /&gt;
:Cueball: But why does it end at 22?&lt;br /&gt;
:Numbers: &lt;br /&gt;
      5  22  10 &lt;br /&gt;
   11  15  19  17&lt;br /&gt;
 14   7 none 13   8&lt;br /&gt;
    9  16   6  20&lt;br /&gt;
     18  21  12&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Astronomer Advent Calendar&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Telescopes]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Food]] &amp;lt;!-- chocolate title text--&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=222904</id>
		<title>Talk:2557: Immunity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=222904"/>
				<updated>2021-12-21T17:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Slightly more detail.&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;
well, if you look at society as a whole it makes more sense. the reason we have so many mutations is that we have a significant portion of the populous with no immunity [[Special:Contributions/172.68.110.125|172.68.110.125]] 20:49, 20 December 2021 (UTC) mark ifi&lt;br /&gt;
:But the mutations come about from the virus replicating a lot, i.e in people with the virus. It still doesn't make sense to catch it, because you have a chance of your infection being the one that produces a terrible mutation [[Special:Contributions/141.101.77.130|141.101.77.130]] 22:02, 20 December 2021 (UTC)&lt;br /&gt;
::That isn't how mutations work.  Mutations are able to propagate strongly only in environments where there is something killing off the parent species, and where the mutation provides better survivability.  Like a functioning immune system attacking the parent virus, but a mutation allows something to slip by.  Thus, people with the partial immunity provided by either vaccines or infection, are the ones more likely to create a mutation than new patients with no inherent immunity, or people with natural immunity from previous bouts with related diseases.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can see this one annoying a lot of people. It's the lot of people who can already be annoying, so I don't think that's a big problem. (A few, who misread it as about ''vaccination'' giving immunity, may actually think it supports them. I'm not sure we can do anything about that either.) [[Special:Contributions/162.158.159.85|162.158.159.85]] 21:51, 20 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Would you kindly provide a link to the &amp;quot;Mount Stupid&amp;quot; comic for reference.{{unsigned|172.70.174.119}}&lt;br /&gt;
&lt;br /&gt;
To be fair, if the vaccination would only protect you for ONE infection it wouldn't be worth it. The idea about immunity is that immunity trained by either vaccination or infection will then protect you from '''multiple''' following infections. The problem with it is that in case of covid (or flu), the immunity wanes off with time AND the virus mutates into new variants the immunity doesn't work as well against. Sure, it still makes sense to vaccinate, but just because the virus spread so much you are very likely to catch it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 22:32, 20 December 2021 (UTC)&lt;br /&gt;
:Are you making the mistake (without the other baggage) I mentioned above about misreading the comic? This comic isn't about the vaccination at all. It's about infection. [[Special:Contributions/172.70.86.22|172.70.86.22]] 22:51, 20 December 2021 (UTC)&lt;br /&gt;
::Infection is the normal method of vaccination.  Until recently with mRNA vaccines, almost all vaccines were about infection- either with the disease itself, a weakened version of the disease, or a related disease.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
:(And, to add, if the vaccine just protected against ONE infection, where that one infection was sufficiently dangerous, it would indeed be worth it. Better than chancing the infection on a naïve immune system and hoping to come out the other side with a similarly infection-specific immune effect (c.f. annual flu waves) but without the QC and care given to the vector.) ((See, I knew it'd spark response, didn't intend to say much. Maybe I should just stay out of this until it blows over.))  [[Special:Contributions/172.70.85.79|172.70.85.79]] 23:01, 20 December 2021 (UTC)&lt;br /&gt;
::Of course it is about the vaccination - this supports Randall's earlier statements for being pro vaccine, that you should get the immunity from vaccination and not from infection! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:24, 21 December 2021 (UTC)&lt;br /&gt;
:::Hmmm, no. It's about COVID (and that by inference). It doesn't mention the vaccine. The conversation ''might'' have been about the vaccine, but the comic (and its discussion of what it is sensible to do, or not) is vaccine free. It's &amp;quot;anti-infection&amp;quot;, but not directly &amp;quot;pro-vaccine&amp;quot;. (He, I and you ''are'' all sensibly pro-vaccine, I think. The comic itself is only vocal on that subject by omission and a chain of logic that will never occur to those stuck at the original fallacy.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC) &lt;br /&gt;
&lt;br /&gt;
People who know a lot about the immune system could also be referring to people who are aware of possibilities like the varicella zoster virus which causes chickenpox, but stays dormant in your body after you recover and can come back later as shingles. This is less likely to happen if you get the vaccine to prevent chickenpox in the first place. --[[User:Norgaladir|Norgaladir]] ([[User talk:Norgaladir|talk]]) 00:32, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
A vaccination doesn't necessarily give you immunity, e.g. with the Covid or influenca vaccines, so you still can get infected. But being vaccinated reduces the risk of suffering complications like death that can ruin your and other peoples' life.[[Special:Contributions/162.158.94.229|162.158.94.229]] 07:59, 21 December 2021 (UTC)&lt;br /&gt;
:...''significantly'' reduces the risk, in fact. It likely also (though it's a harder thing to establish) reduces the catch-and-transmit rate, thus yet another thing to do to help others, even those you'll never meet directly, who are unable or (ugh!) unwilling to think this far ahead. Unmitigated (and, especially, sought-after) 'natural' infection as represented in the comic just helps spread the thing further and faster and does a gross disservice to onward contacts, contacts-of-contacts, etc, etc. Excuse my preaching to the choir here, but it needs to be said. [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC)&lt;br /&gt;
::You're not preaching to the choir exclusively, plenty of lurkers (like me) are reading along.  [[Special:Contributions/108.162.241.143|108.162.241.143]] 17:01, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
While trying to update the explanation for 'neutrality of tone' and address some infectious disease history, I came across this [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120728/#!po=44.6721|Highly Infectious Diseases in Critical Care] article&lt;br /&gt;
from the NIH published January 3 of 2020 which includes a comparison of smallpox, measles, SARS-1, and MERS-cov illustrating how significantly vaccination has reduced global infections. Check out the graph of measles from 1980. [[Special:Contributions/172.70.110.227|172.70.110.227]] 13:46, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
My hero is the person who added the citation needed to &amp;quot;Diseases are bad&amp;quot;, as well as those who realize that vaccination is largely a form of infection on purpose (within one of the following five options:  infection by the disease itself, infection by a weakened disease, infection by a killed and inactive version of the disease, infection by a related less dangerous disease that shares some characteristics with the original disease, infection by a laboratory created RNA strands that mimic the disease being attacked).  Therefore, catching the disease on purpose, is a form of vaccination. Israel did a study on infection by the disease itself and found 6.7 times stronger immune response than other forms of COVID-19 vaccination. [https://www.science.org/content/article/having-sars-cov-2-once-confers-much-greater-immunity-vaccine-vaccination-remains-vital]  [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:11, 21 December 2021 (UTC)&lt;br /&gt;
:This should indicate that a better (at preparing your immune system to resist future infection) vaccine (process) may be possible.  Without saying that current vaccines are ineffective.  [[Special:Contributions/108.162.241.97|108.162.241.97]] 17:06, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would like to add that the comic criticizes only a part of ''anti-vaxxers'' population that show the circular logic presented. There are other parts, e.g. those who are not quite sure if the cost/benefit (or rather risk/risk) calculus is right for the rapidly developed and hastily officially approved (in comparison to long-established vaccines against other diseases) and/or novel (mRNA) vaccine products, fearing long-time side effects of the vaccine. On the other hand, long-term effects of the disease itself are also not known yet, even if some middle-term ones are known or being investigated already. There are still other parts like those who oppose governmental obligations or pressure to vaccinate against covid and related restrictions, and take the refusal as a personal freedom stance. There may be others. -- [[Special:Contributions/198.41.242.219|198.41.242.219]] 15:09, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
This very much feels like a straw man. I get that it's a webcomic, but can we talk about this? The description says that natural immunity is &amp;quot;short lived&amp;quot; (as in, how short-lived, and how much compared to vaccination?) but meanwhile I hear like one in five COVID hospitalizations were vaccinated patients. Are there studies on reinfection with COVID in vaccinated vs non-vaccinated patients? It seems to me from the latest comics that Randall is frustrated. I think everyone is frustrated. Citation needed, haha. But I get tired of reading &amp;quot;haha the other side is dumb&amp;quot; from both sides of every damn issue these days, and the bigger the impact an issue has, the more furious the mudslinging. One could, for example, make the same &amp;quot;circular argument&amp;quot; jab at trusting the FDA in this example, or in a more agnostic case, the value of a college degree or a certification: Ex. &amp;quot;we're qualified to make decisions about what's right or smart for the populace because we're a bunch of people who say so, and we have a pretty looking seal to prove it, and also please keep giving us a lot of money.&amp;quot; I mean, for those of us who have been to college, haven't we all churned our way through that just to get into the workforce and discover that it's completely different than what we actually needed to know? Would we call people &amp;quot;anti-uni's&amp;quot; and laugh at their incompetence for questioning the system? Even at the unlikely minimum of &amp;quot;anti-vaxxers (or x-person who disagrees with me) are 100% dumb and wrong and that's a fact&amp;quot;, isn't the discourse important? I understand that the opposite extreme is &amp;quot;I'd rather let my child die of Polio than trust another human being&amp;quot;, but isn't that just another straw man? When are we going to stop polarizing? Thoughts?[[Special:Contributions/108.162.237.147|108.162.237.147]] 16:28, 21 December 2021 (UTC)&lt;br /&gt;
:It might be Randall is (intentionally or accidentally) touching on your point by making this comic's thesis ambiguous.  People who aren't thinking deeply about the topic on both sides will initially think it confirms their worldview, until they see more discussion on the matter.  So the comic's ambiguity might prompt more discussion by and between both sides.  [[Special:Contributions/108.162.241.143|108.162.241.143]] 17:18, 21 December 2021 (UTC)&lt;br /&gt;
:Re: &amp;quot;I hear like one in five COVID hospitalizations were vaccinated patients.&amp;quot; ....if less than one in five people are vaccinated, this is a problem. Either it means there is a problem with the vaccine (unlikely) or that the vaccinated are putting themselves more at risk thinking they are more 'virusproof' than they are. If more (and hopefully significantly more) than 20% of the populace are vaccinated then this is actually a positive sign for the whole issue - even if there's still social hubris overestimating the precautions they still may need to take.[[Special:Contributions/162.158.159.73|162.158.159.73]] 17:34, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
(Re: The &amp;quot;Why does my IP keep changing?&amp;quot; asked as an Edit-comment (see page history)... Because your gateway/pathway between yourself and the site goes through a limited and shared ''set'' of possible IPv4s. There's no guarantee you'll get the same IP (or even obvious range!) between edits, nor that your current IP won't be used by someone else in a few minutes. It's just a technical thing that greases the wheels of the Internet, even if it has funny repurcussions for some things like this.) [[Special:Contributions/162.158.159.73|162.158.159.73]] 17:34, 21 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=222885</id>
		<title>Talk:2557: Immunity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2557:_Immunity&amp;diff=222885"/>
				<updated>2021-12-21T13:06:04Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: &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;
well, if you look at society as a whole it makes more sense. the reason we have so many mutations is that we have a significant portion of the populous with no immunity [[Special:Contributions/172.68.110.125|172.68.110.125]] 20:49, 20 December 2021 (UTC) mark ifi&lt;br /&gt;
:But the mutations come about from the virus replicating a lot, i.e in people with the virus. It still doesn't make sense to catch it, because you have a chance of your infection being the one that produces a terrible mutation [[Special:Contributions/141.101.77.130|141.101.77.130]] 22:02, 20 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can see this one annoying a lot of people. It's the lot of people who can already be annoying, so I don't think that's a big problem. (A few, who misread it as about ''vaccination'' giving immunity, may actually think it supports them. I'm not sure we can do anything about that either.) [[Special:Contributions/162.158.159.85|162.158.159.85]] 21:51, 20 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Would you kindly provide a link to the &amp;quot;Mount Stupid&amp;quot; comic for reference.{{unsigned|172.70.174.119}}&lt;br /&gt;
&lt;br /&gt;
To be fair, if the vaccination would only protect you for ONE infection it wouldn't be worth it. The idea about immunity is that immunity trained by either vaccination or infection will then protect you from '''multiple''' following infections. The problem with it is that in case of covid (or flu), the immunity wanes off with time AND the virus mutates into new variants the immunity doesn't work as well against. Sure, it still makes sense to vaccinate, but just because the virus spread so much you are very likely to catch it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 22:32, 20 December 2021 (UTC)&lt;br /&gt;
:Are you making the mistake (without the other baggage) I mentioned above about misreading the comic? This comic isn't about the vaccination at all. It's about infection. [[Special:Contributions/172.70.86.22|172.70.86.22]] 22:51, 20 December 2021 (UTC)&lt;br /&gt;
:(And, to add, if the vaccine just protected against ONE infection, where that one infection was sufficiently dangerous, it would indeed be worth it. Better than chancing the infection on a naïve immune system and hoping to come out the other side with a similarly infection-specific immune effect (c.f. annual flu waves) but without the QC and care given to the vector.) ((See, I knew it'd spark response, didn't intend to say much. Maybe I should just stay out of this until it blows over.))  [[Special:Contributions/172.70.85.79|172.70.85.79]] 23:01, 20 December 2021 (UTC)&lt;br /&gt;
::Of course it is about the vaccination - this supports Randall's earlier statements for being pro vaccine, that you should get the immunity from vaccination and not from infection! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:24, 21 December 2021 (UTC)&lt;br /&gt;
:::Hmmm, no. It's about COVID (and that by inference). It doesn't mention the vaccine. The conversation ''might'' have been about the vaccine, but the comic (and its discussion of what it is sensible to do, or not) is vaccine free. It's &amp;quot;anti-infection&amp;quot;, but not directly &amp;quot;pro-vaccine&amp;quot;. (He, I and you ''are'' all sensibly pro-vaccine, I think. The comic itself is only vocal on that subject by omission and a chain of logic that will never occur to those stuck at the original fallacy.) [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC) &lt;br /&gt;
&lt;br /&gt;
People who know a lot about the immune system could also be referring to people who are aware of possibilities like the varicella zoster virus which causes chickenpox, but stays dormant in your body after you recover and can come back later as shingles. This is less likely to happen if you get the vaccine to prevent chickenpox in the first place. --[[User:Norgaladir|Norgaladir]] ([[User talk:Norgaladir|talk]]) 00:32, 21 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
A vaccination doesn't necessarily give you immunity, e.g. with the Covid or influenca vaccines, so you still can get infected. But being vaccinated reduces the risk of suffering complications like death that can ruin your and other peoples' life.[[Special:Contributions/162.158.94.229|162.158.94.229]] 07:59, 21 December 2021 (UTC)&lt;br /&gt;
:...''significantly'' reduces the risk, in fact. It likely also (though it's a harder thing to establish) reduces the catch-and-transmit rate, thus yet another thing to do to help others, even those you'll never meet directly, who are unable or (ugh!) unwilling to think this far ahead. Unmitigated (and, especially, sought-after) 'natural' infection as represented in the comic just helps spread the thing further and faster and does a gross disservice to onward contacts, contacts-of-contacts, etc, etc. Excuse my preaching to the choir here, but it needs to be said. [[Special:Contributions/172.70.85.73|172.70.85.73]] 13:06, 21 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2492:_Commonly_Mispronounced_Equations&amp;diff=222584</id>
		<title>2492: Commonly Mispronounced Equations</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2492:_Commonly_Mispronounced_Equations&amp;diff=222584"/>
				<updated>2021-12-14T19:37:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.85.73: Undo revision 222578 by 172.70.110.173 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2492&lt;br /&gt;
| date      = July 21, 2021&lt;br /&gt;
| title     = Commonly Mispronounced Equations&lt;br /&gt;
| image     = commonly_mispronounced_equations.png&lt;br /&gt;
| titletext = &amp;quot;Epsihootamoo doopsiquorps&amp;quot; --the Schrödinger equation for the hydrogen atom&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LAGRONJ EYSIBARYMOODMOOSIOYLERSIBRYMOOAMOOBAMOOSIMASIBRSIQORTFAHMOOVYFAHMOOVY. Please mention here why this explanation isn't complete: the elided equation in the incomplete notice needs explanation.  It would be interesting for more people to weigh in on personal history eliding equations.  Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is a collection of very commonly used physics and mathematical equations, along with their &amp;quot;correct&amp;quot; pronunciations. Equations are normally voiced out loud either by their names (&amp;quot;Mass–energy equivalence&amp;quot;) or by saying the parts out loud using normal linguistic rules (&amp;quot;E equals M C squared&amp;quot;). This comic instead asserts that equations are meant to be said out loud like words, using their own set of phonic rules.&lt;br /&gt;
&lt;br /&gt;
Though this premise may seem absurd, sometimes this kind of pronunciation is used as an abbreviation or a mnemonic device. For example, the equation A=Pe&amp;lt;sup&amp;gt;rt&amp;lt;/sup&amp;gt; used for compound interest is commonly taught and pronounced as the &amp;quot;pert&amp;quot; equation, while SOH-CAH-TOA, spoken as one word, is used as a mnemonic for the definitions of the main trigonometric functions: sine = opposite/hypotenuse, cosine = adjacent/hypotenuse, and tangent = opposite / adjacent.&lt;br /&gt;
&lt;br /&gt;
Some nerds have both the trait of using equations as commonly as others might chat, and of finding it entertaining to make up new funny sounds (&amp;quot;input&amp;quot;, &amp;quot;pwn&amp;quot;).  Saying the equations more rapidly can speed up work or make work seem more enjoyable.  This phenomenon is called {{w|elision}}.&lt;br /&gt;
&lt;br /&gt;
===Equations===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name&lt;br /&gt;
!Representation&lt;br /&gt;
!Pronounciation &lt;br /&gt;
!Explanation &lt;br /&gt;
|- &lt;br /&gt;
|{{w|Newton's law of universal gravitation}}&lt;br /&gt;
|F = G(m₁m₂/r²)&lt;br /&gt;
|Fuh-''JAM''-er&lt;br /&gt;
|F, gravitational force, is pronounced /f/. G, the gravitational constant, is prononounced as a soft G /dʒ/. The m's (mass 1 and 2) are both pronounced /m/, and the r (radius) is pronounced /r/. The numbers are unpronounced.&lt;br /&gt;
|- &lt;br /&gt;
|{{w|Mass–energy equivalence}}&lt;br /&gt;
|E = mc²&lt;br /&gt;
|''EM''-cah-too&lt;br /&gt;
|E, energy, is pronounced as a short E /e/, m (mass) is pronounced /m/, c is pronounced as a hard C /k/, and the exponent &amp;quot;2&amp;quot; is pronounced &amp;quot;two&amp;quot;.&lt;br /&gt;
|- &lt;br /&gt;
|{{w|Pythagorean theorem}}&lt;br /&gt;
|a² + b² = c²&lt;br /&gt;
|at-''BOOT''-coot&lt;br /&gt;
|The side length &amp;quot;a&amp;quot; is pronounced as a short a. The side length &amp;quot;b&amp;quot; is pronounced /b/. The hypotenuse &amp;quot;c&amp;quot; is pronounced as a hard &amp;quot;c&amp;quot; /k/. Each exponent 2 is pronounced /t/ for &amp;quot;two&amp;quot;, and the vowel sound /u/ of &amp;quot;two&amp;quot; is used as the filler vowel sound.&lt;br /&gt;
|- &lt;br /&gt;
|{{w|Area of a circle}}&lt;br /&gt;
|A = πr²&lt;br /&gt;
|''APP''-er-too&lt;br /&gt;
|A, the area, is pronounced as a short a. Pi is pronounced /p/. R is pronounced /r/. 2 is pronounced &amp;quot;two&amp;quot;. For added bonus, this becomes very similar to the word &amp;quot;aperture&amp;quot;, which can be described as just the area of a circle.&lt;br /&gt;
|- &lt;br /&gt;
|{{w|Entropy_(information_theory)|Shannon entropy}}&lt;br /&gt;
|H = -Σpᵢlog(pᵢ)&lt;br /&gt;
|Ha-''SPLOG''-pee&lt;br /&gt;
|H, entropy, is pronounced /h/. The minus sign is unpronounced. Sigma, the summation sign, is pronounced /s/. The first pᵢ is pronounced /p/ with the subscript i unpronounced. log, the logarithm function, is pronounced &amp;quot;log&amp;quot; (like a piece of lumber). The second pᵢ is pronounced /pi/, where the subscript i makes the long e sound /i/.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Ideal gas law}}&lt;br /&gt;
|PV = nrt&lt;br /&gt;
|''PAV''-nurt&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Euler's identity}}&lt;br /&gt;
|e^(iπ) = -1&lt;br /&gt;
|''EYE''-pin&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Newton's_laws_of_motion#Newton's_second_law|Newton's 2nd law of motion}}&lt;br /&gt;
|F = ma&lt;br /&gt;
|''FEE''-mah&lt;br /&gt;
|The equal sign is pronounced as a long e. This becomes similar to FEMA, the {{w|Federal Emergency Management Agency}} in the United States.&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Wave equation}} (c would conventionally be c²)&lt;br /&gt;
|∂²u/∂t² = c(∂²u/∂x²)&lt;br /&gt;
|''DOOT'' cah-''DOOX''&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Derivative#Definition|Derivative}}&lt;br /&gt;
|f'(x) = lim(h→0) (f(x+h)-f(x))/h&lt;br /&gt;
|''FAX''-lim-oh ''FAX''-uh-fox&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Quadratic formula}}&lt;br /&gt;
|x = (-b±√(b²-4ac))/2a&lt;br /&gt;
|za-''BO''-ba fak-''TOH''-ah&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Schrödinger equation}} for a Coulomb potential&lt;br /&gt;
|Eψ = -(ℏ²/2μ)∇²ψ - (q²/r)ψ&lt;br /&gt;
|Epsihootamoo doopsiquorps&lt;br /&gt;
|The form of the Schrödinger equation intended seems to be '''Eψ''' ''&amp;quot;epsi&amp;quot;'' = − '''(ℏ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;/2μ)''' ''&amp;quot;hootamoo&amp;quot;'' '''∇&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;ψ''' ''&amp;quot;doopsi&amp;quot;'' - '''(q&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;/r)ψ''' ''&amp;quot;quorps&amp;quot;'' – where the 4πε&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; required by SI units is not present due to a more suitable unit convention. (μ is mu, ψ is psi, ∇ is the {{w|Nabla_symbol|nabla or del symbol}} and pronounced /d/ here.).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Each equation is bordered, with a pronunciation guide beneath.]&lt;br /&gt;
&lt;br /&gt;
Commonly Mispronounced Equations&lt;br /&gt;
&lt;br /&gt;
'''Row 1'''&lt;br /&gt;
&lt;br /&gt;
F = G m₁m₂/r² &amp;lt;br&amp;gt;&lt;br /&gt;
FUH-'''''JAM'''''-ER&lt;br /&gt;
&lt;br /&gt;
E = mc² &amp;lt;br&amp;gt;&lt;br /&gt;
'''''EM'''''-CAH-TOO&lt;br /&gt;
&lt;br /&gt;
a² + b² = c² &amp;lt;br&amp;gt;&lt;br /&gt;
AT-'''''BOOT'''''-COOT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Row 2'''&lt;br /&gt;
&lt;br /&gt;
A = πr² &amp;lt;br&amp;gt;&lt;br /&gt;
'''''APP'''''-ER-TOO&lt;br /&gt;
&lt;br /&gt;
H = -Σpᵢlog pᵢ &amp;lt;br&amp;gt;&lt;br /&gt;
HA-'''''SPLOG'''''-PEE&lt;br /&gt;
&lt;br /&gt;
PV = nrt &amp;lt;br&amp;gt;&lt;br /&gt;
'''''PAV'''''-NURT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Row 3'''&lt;br /&gt;
&lt;br /&gt;
e^iπ = -1 &amp;lt;br&amp;gt;&lt;br /&gt;
'''''EYE'''''-PIN&lt;br /&gt;
&lt;br /&gt;
F = ma &amp;lt;br&amp;gt;&lt;br /&gt;
'''''FEE'''''-MAH&lt;br /&gt;
&lt;br /&gt;
∂²u/∂t² = c ∂²u/∂x² &amp;lt;br&amp;gt;&lt;br /&gt;
'''''DOOT''''' CAH-'''''DOOX'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Row 4'''&lt;br /&gt;
&lt;br /&gt;
f'(x) = lim h→0 f(x+h) - f(x) / h &amp;lt;br&amp;gt;&lt;br /&gt;
'''''FAX'''''-LIM-OH '''''FAX'''''-UH-FOX&lt;br /&gt;
&lt;br /&gt;
x = -b ± √(b² - 4ac) / 2a &amp;lt;br&amp;gt;&lt;br /&gt;
ZA-'''''BO'''''-BA FAK-'''''TOH'''''-AH&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category: Language]]&lt;/div&gt;</summary>
		<author><name>172.70.85.73</name></author>	</entry>

	</feed>