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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192334</id>
		<title>Talk:2309: X</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192334"/>
				<updated>2020-05-21T10:19:22Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &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;
id certainly use that language lol ([[User talk:172.69.70.101|172.69.70.101]])&lt;br /&gt;
&lt;br /&gt;
-- haXkell is a X-based dialect of haskell&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; :: Integer -&amp;gt; Integer&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; 0 = 1&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; X = X * &amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; (X-1)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:Capncanuck|Capncanuck]] ([[User talk:Capncanuck|talk]]) 02:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
https://esolangs.org/wiki/X isn't taken. --[[User:Blacksilver|Blacksilver]] ([[User talk:Blacksilver|talk]]) 02:40, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Some unique looking variable names would be X and x in the fonts Webdings, Wingdings, Wingdings 2, and Wingdings 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
They are respectively as follows:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt; --[[User:Dstrube|Dstrube]] ([[User talk:Dstrube|talk]]) 02:49, 21 May 2020 (UTC)&amp;lt;br/&amp;gt;&lt;br /&gt;
:This comment is quite uninformative to someone who doesn't have those fonts installed. [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
As well as esolangs, among which I would consider the likes of Whitespace and b****fuck as potential inspirations, I think I'm also minded of TempleOS and its creator as vaguer but possibly still related influences... [[Special:Contributions/162.158.158.163|162.158.158.163]] 03:28, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added an explanation of what a variable is and why it's bad to have every one named X. It's pretty rudimentary though, hope someone more experienced than me will improve it. [[User:Unpopular Opinions|Goodbye, world!]] ([[User talk:Unpopular Opinions|talk]]) 04:39, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Forth basically doesn't use variable names.  Commands operate on and consume the last number mentioned.  A Forth program &amp;quot;1 2 3 . . .&amp;quot; prints 3, then 2, then 1.  &amp;quot;2 3 + .&amp;quot; prints 5 I think??&lt;br /&gt;
:In Microsoft &amp;quot;Transact-SQL&amp;quot; you can script variables named starting @ and temporary objects starting #.  I promise I try to resist naming objects @ or # and especially if @ or # is going to be a different object in each program...  or is not.  And if someone else needs to reads this (and I don't want to punish them).  Not to mention &amp;quot;@ &amp;quot; for instance.  Robert Carnegie rja.carnegie@gmail.com [[Special:Contributions/141.101.98.54|141.101.98.54]] 09:21, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Psh you're all chicken. Chicken chicken chicken.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/706860858587873310/ShapeLikeItSelf_img1.png?width=282&amp;amp;height=209 Language where you can have return keyword in a if condition]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712914169774735441/unknown.png?width=292&amp;amp;height=103 Language that uses unicode symbols for built_in operators]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712915431446282240/unknown.png?width=396&amp;amp;height=379 Language, I have no words to describe]],&lt;br /&gt;
and this this '''X''' thing is winning so far...&lt;br /&gt;
[[Special:Contributions/162.158.89.139|162.158.89.139]] 06:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yeah, but C++ does that shit either '''unintentionally''' or '''at user demand''' (although, to be clear, I'm not saying it's any good; C++ and Java are possibly the worst programming languages in terms of shoddy design). The X programming language is just the designer being an asshole. [[Special:Contributions/172.68.189.205|172.68.189.205]] 07:04, 21 May 2020 (UTC)&lt;br /&gt;
::Those links have nothing to do with C++/Java and you can Not do those things in C++ or Java (except an if in an assignment).[[Special:Contributions/162.158.92.208|162.158.92.208]] 08:02, 21 May 2020 (UTC)&lt;br /&gt;
:Those look like pretty sane language features; just looks weird because of the Eliza effect; those keywords don't behave like you'd expect them to based on experience of other languages. In the first example, you can certainly do that in Perl using &amp;quot;if (defined wantarray)&amp;quot;; it's just unusual (but comprehensible) to name the keyword &amp;quot;return&amp;quot;. What language is that? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
::Language is called ShapedLikeItSelf, but it currently has no runner. Documentation is just of images like these on discord server.&lt;br /&gt;
::[[https://discord.gg/ercPss9 This is link to it]] if you are intersted. [[Special:Contributions/162.158.89.19|162.158.89.19]] 10:19, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did Randall refer to this comic? https://xkcd.com/1537/&lt;br /&gt;
I vaguely remember another one about an esoteric language. Is there a category of programming languages on explainxkcd?&lt;br /&gt;
&lt;br /&gt;
Am I the only one that tried fiddling the CSS on the page to see if the X would change? Spoiler -&amp;gt; It didn't. [[User:Xseo|Xseo]] ([[User talk:Xseo|talk]]) 08:54, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
If X is the only variable name, can it be omitted? For example, writing a single-argument function name in a different font to imply which X should be treated as its argument. And that gets me wondering how the source is stored; will the IDE allow use of fonts not installed on your system? Will the compiler fail if it can't find the font, requiring you to track down all of the fonts a developer used in order to compile their code? And what would be the legality of mixing open-source code and proprietary fonts? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;… and array indices start at 8, because anything smaller than that would be unreadable.&amp;quot; [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 10:00, 21 May 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192326</id>
		<title>Talk:2309: X</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192326"/>
				<updated>2020-05-21T07:58:21Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: Continuity&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;
id certainly use that language lol ([[User talk:172.69.70.101|172.69.70.101]])&lt;br /&gt;
&lt;br /&gt;
-- haXkell is a X-based dialect of haskell&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; :: Integer -&amp;gt; Integer&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; 0 = 1&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; X = X * &amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; (X-1)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:Capncanuck|Capncanuck]] ([[User talk:Capncanuck|talk]]) 02:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
https://esolangs.org/wiki/X isn't taken. --[[User:Blacksilver|Blacksilver]] ([[User talk:Blacksilver|talk]]) 02:40, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Some unique looking variable names would be X and x in the fonts Webdings, Wingdings, Wingdings 2, and Wingdings 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
They are respectively as follows:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt; --[[User:Dstrube|Dstrube]] ([[User talk:Dstrube|talk]]) 02:49, 21 May 2020 (UTC)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As well as esolangs, among which I would consider the likes of Whitespace and b****fuck as potential inspirations, I think I'm also minded of TempleOS and its creator as vaguer but possibly still related influences... [[Special:Contributions/162.158.158.163|162.158.158.163]] 03:28, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added an explanation of what a variable is and why it's bad to have every one named X. It's pretty rudimentary though, hope someone more experienced than me will improve it. [[User:Unpopular Opinions|Goodbye, world!]] ([[User talk:Unpopular Opinions|talk]]) 04:39, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Psh you're all chicken. Chicken chicken chicken.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/706860858587873310/ShapeLikeItSelf_img1.png?width=282&amp;amp;height=209 Language where you can have return keyword in a if condition]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712914169774735441/unknown.png?width=292&amp;amp;height=103 Language that uses unicode symbols for built_in operators]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712915431446282240/unknown.png?width=396&amp;amp;height=379 Language, I have no words to describe]],&lt;br /&gt;
and this this '''X''' thing is winning so far...&lt;br /&gt;
[[Special:Contributions/162.158.89.139|162.158.89.139]] 06:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yeah, but C++ does that shit either '''unintentionally''' or '''at user demand''' (although, to be clear, I'm not saying it's any good; C++ and Java are possibly the worst programming languages in terms of shoddy design). The X programming language is just the designer being an asshole. [[Special:Contributions/172.68.189.205|172.68.189.205]] 07:04, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did Randall refer to this comic? https://xkcd.com/1537/&lt;br /&gt;
I vaguely remember another one about an esoteric language. Is there a category of programming languages on explainxkcd?&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2171:_Shadow_Biosphere&amp;diff=176140</id>
		<title>2171: Shadow Biosphere</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2171:_Shadow_Biosphere&amp;diff=176140"/>
				<updated>2019-07-03T15:21:59Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2171&lt;br /&gt;
| date      = July 3, 2019&lt;br /&gt;
| title     = Shadow Biosphere&lt;br /&gt;
| image     = shadow_biosphere.png&lt;br /&gt;
| titletext = The typical Shadow Biology Department is housed in a building coated in a thin layer of desert varnish which renders it invisible to normal-world university staff.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by THE SHADOW BIOLOGIST BEHIND YOU. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&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;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2162:_Literary_Opinions&amp;diff=175257</id>
		<title>Talk:2162: Literary Opinions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2162:_Literary_Opinions&amp;diff=175257"/>
				<updated>2019-06-13T09:54:04Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &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;
let's see WS Burroughs = Tarzan, E.R. Burroughs = Naked Lunch. &lt;br /&gt;
CS Lewis Carol&lt;br /&gt;
Bruce Stirlling / SM Stirling&lt;br /&gt;
&lt;br /&gt;
Is it just me, or was this comic released earlier than usual? Released just after midnight, EDT.  [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 08:30, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It's just you.[[Special:Contributions/162.158.214.100|162.158.214.100]] 10:33, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, it's unusally early. It happened before, but most of the time the new comics arrived in the late afternoon (central european time). This one was already up when I turned on my computer ~8am. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 11:54, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there any value in adding info about the authors mentioned? [[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 13:17, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I wanted to add &amp;quot;Elements of Style&amp;quot; to show T.H., er, E.B. (whichever ;-) was more than just a &amp;quot;children's book author&amp;quot;. Probably not worth it.[[User:Afbach|Afbach]] ([[User talk:Afbach|talk]])&lt;br /&gt;
&lt;br /&gt;
I don't think this relates to the &amp;quot;Fregoli Delusion&amp;quot;(sp) - they think the same person is using more than one name. [[User:Afbach|Afbach]] ([[User talk:Afbach|talk]])&lt;br /&gt;
: Yeah, this feels more like pseudonyms than Frengoli to me.[[Special:Contributions/172.68.206.22|172.68.206.22]] 18:42, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Shouldn't we discuss authors with multiple pseudonyms? Like JK Rowling and Robert Galbraith, or Nora Roberts and JD Robb, etc... [[Special:Contributions/172.68.143.144|172.68.143.144]] 16:44, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Glad I'm not the only one who confuses former US vice president Gore Vidal with Vidal Sassoon the war poet. [[User:ColinHogben|ColinHogben]] ([[User talk:ColinHogben|talk]]) 16:49, 12 June 2019 (UTC)&lt;br /&gt;
: That's where I heard that name before! [[User:Afbach|Afbach]] ([[User talk:Afbach|talk]])&lt;br /&gt;
&lt;br /&gt;
Why would Megan pick those 4 authors to be the same person?  What do they or their works have in common?  It would be nice to cover that.  (Not knowing anything about any of them, any theory I might advance would be about as valid as one of Megan's.)&lt;br /&gt;
Bit of a long-shot, but I wonder if the link has anything to do with Randall's book tour competition.  (He invites people to Write the best story using nothing but book covers.)[https://blog.xkcd.com/2019/06/10/book-tour-announcement/]  Any good story/sentence made up with works by those 4 authors? [[Special:Contributions/162.158.107.55|162.158.107.55]] 22:13, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about the theory that Mary Pearson, Andre Norton, Andrew North, Allen Weston, and M. D. Herter are the same person. ;-) [[Special:Contributions/162.158.106.144|162.158.106.144]] 22:31, 12 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should trivia link it to [[923: Strunk and White]] which also mentions E.B. white.? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 08:32, 13 June 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think this has to be viewed from one step back, i.e., it is not necessarily about books or writers, but rather a take on people who form and voice opinions without proper knowledge of the facts, even if the facts are very easily researchable.&lt;br /&gt;
This happens A LOT in forum postings, e.g., when there is an article about some scientific dicovery on a popular news site, and then people start discussing (and fighting) about that discovery in the forums for this article. These discussions are more often than not based purely on speculation, without anyone bothering to check the original publication on which the article was based, or even without any specialist knowledge about the subject matter at hand. --[[Special:Contributions/162.158.89.19|162.158.89.19]] 09:54, 13 June 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:354:_Startling&amp;diff=174161</id>
		<title>Talk:354: Startling</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:354:_Startling&amp;diff=174161"/>
				<updated>2019-05-16T07:58:15Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This comic isn't that simple:&lt;br /&gt;
*what is Cueball doing every few months?&lt;br /&gt;
*is 2004 correct? If yes, what does it mean?&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:09, 15 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Every few months, Cueball halts his work and realizes that he is in the twenty-first century. Someone who grew up in anticipation of the new millennium (and the new century along with it) may take quite a while to adjust to it. The second bullet point, however, requires some research. --[[User:Quicksilver|Quicksilver]] ([[User talk:Quicksilver|talk]]) 07:18, 21 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;in which he lives in&amp;quot; – this is redundant. It should be &amp;quot;in which he lives. This could be a reference to the song &amp;quot;Live and Let Die&amp;quot;, but unless this reference is more clearly explained, it does not belong in the explanation.{{unsigned ip|75.69.96.225}}&lt;br /&gt;
&lt;br /&gt;
:I would expand on this thought and state it should be altered to &amp;quot;in about the time in which he lives in is living in&amp;quot; just to clarify specifically that it's that specific time in which he specifically lives in generally. [[User:Thokling|Thokling]] ([[User talk:Thokling|talk]]) 15:06, 21 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think the future is specifically 2004. It is unthinkable to Cueball (and hence Randall) that we are even in the twenty-first century. For him, the 21st century was &amp;quot;the future,&amp;quot; a whole new millennium. I think the point of the title text isn't that the future occurred in 2004, its that we're living in &amp;quot;the future.&amp;quot; [[Special:Contributions/173.245.52.211|173.245.52.211]] 01:00, 3 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
You want time-related revelation? I just realised earlier today (2015-Feb-04) that a song released in 2003 was half of my current lifespan ago. {{unsigned ip|108.162.249.240}}&lt;br /&gt;
&lt;br /&gt;
I think the movie &amp;quot;2001: A Space Odyssey,&amp;quot; demarcated the &amp;quot;Future&amp;quot; for many who grew up in the late 20th century.  The movie provided a plausible look of what life in the &amp;quot;Space Age&amp;quot; would be like.  All the technologies, economical realities, societal behavior, geopolitic, etc. appeared plausible and realistic.  To many, this was the best guess as to what life in the early 21st century would be like. Of course, it didn't turn out that way (at least the central theme that space travel would be commonplace); which is why we occasionally scratch our head and ask 'what? It's the 21st century already??? (So where are all the Space cruisers we were supposed to have by now?)&amp;quot; [[User:Danshoham|Mountain Hikes]] ([[User talk:Danshoham|talk]]) 19:03, 13 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the title text is an allusion to the phenomenon that the older one gets, the more one tends to underestimate time spans: what to Cueball/Randall feels like having happened around 3 years ago (namely the beginning of the new century), has actually happened around 7 years ago.--[[Special:Contributions/162.158.114.150|162.158.114.150]] 21:04, 26 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
There is also the phenomenom (i don't know if it has a name) that whatever people consider to be &amp;quot;typical&amp;quot; of a certain decade ususally doesn't really begin before the second or third year into that decade, and doesn't really stop before the second or third year into the NEXT decade. So, the 80s, culturally speaking, were from 1983 to 1992. The 70s were from 1973 to 1982. And so on. It sounds strange, but it makes sense. Look at a film from 1981 - it will look and feel like a seventies movie. Look at pictures of people from 1992. They wear jeans jackets and have mullets. Lumberjack shirts and grunge came later. So, the title text could be an allusion to that. (though the theory goes that if you're speaking about CENTURIES, the delay of the &amp;quot;typical&amp;quot; stuff setting in is even longer, more like 10 or even 12 years.)&lt;br /&gt;
--[[Special:Contributions/162.158.89.19|162.158.89.19]] 07:58, 16 May 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1874:_Geologic_Faults&amp;diff=143917</id>
		<title>1874: Geologic Faults</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1874:_Geologic_Faults&amp;diff=143917"/>
				<updated>2017-08-10T07:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: /* Fictional joke faults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1874&lt;br /&gt;
| date      = August 9, 2017&lt;br /&gt;
| title     = Geologic Faults&lt;br /&gt;
| image     = geologic_faults.png&lt;br /&gt;
| titletext = I live on a torn-bag-of-potato-chips-where-the-tear-is-rapidly-growing fault, which is terrifying.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by several fools with no knowledge of faults. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic appears to be a successor to [[1714: Volcano Types]]. Similar to its predecessor, the comic explores several phenomena (in this case, geologic faults), both real phenomena and several made up for the point of a joke.&lt;br /&gt;
&lt;br /&gt;
A {{w|Fault (geology)|fault}} is a geologic feature that involves the boundaries of two {{w|tectonic plates}}.&lt;br /&gt;
&lt;br /&gt;
Thrust faults were previously mentioned in [[1082: Geology]], and in the title text of [[1388: Subduction License]], [[Beret Guy]] tells [[Cueball]] he can't be a 'normal' roomate because in his motion he is creating a reverse fault.&lt;br /&gt;
&lt;br /&gt;
====Real geologic faults====&lt;br /&gt;
;Normal fault&lt;br /&gt;
In a {{w|Fault (geology)#Dip-slip faults|normal fault}}, the hanging wall (the upper wall; right) moves downward relative to the footwall (the lower wall; left). The Earth's crust is extended in this type of fault. &lt;br /&gt;
;Reverse fault&lt;br /&gt;
A reverse fault is basically the opposite of a normal fault. The hanging wall (left) moves upward relative to the footwall (right), and the Earth's crust is compressed.&lt;br /&gt;
;Transverse fault&lt;br /&gt;
A transverse fault, also known as a {{w|transform fault}}, is where the two plates move parallel to each other, but in opposite directions.&lt;br /&gt;
;Thrust fault&lt;br /&gt;
A {{w|thrust fault}} is when older rocks are pushed (or thrust) on top of younger rocks. The angles are typically lower (more horizontal) than in reverse faults.&lt;br /&gt;
&lt;br /&gt;
====Fictional joke faults====&lt;br /&gt;
;Taffy fault&lt;br /&gt;
This appears to involve one tectonic plate, that is being stretched out like a piece of {{w|Taffy (candy)|taffy}}.&lt;br /&gt;
;Splinted fault&lt;br /&gt;
This appears to be a normal or reverse fault to which someone has attached a large splint.&lt;br /&gt;
;Squeezed-bar-of-soap fault&lt;br /&gt;
Two plates seem to be moving towards each other, while a third smaller plate is squeezed between them and pushed upwards, depicting a slippery bar of soap sliding between hands.&lt;br /&gt;
;Apple power cable fault&lt;br /&gt;
The plate appears to have been twisted and bent so many times that parts of it are fraying, similar a frayed Apple {{w|MagSafe}} connector. A similar joke is used in [[1406: Universal Converter Box]].&lt;br /&gt;
;Brio fault&lt;br /&gt;
The Brio fault seems to be two tectonic plates which join together like the Brio train track pieces do. {{w|Brio (company)|BRIO}} is a company from Sweden that makes wooden toys.&lt;br /&gt;
;Torn-bag-of-potato-chips-where-the-tear-is-rapidly-growing fault&lt;br /&gt;
The title text refers to when a bag of chips gets a crack in it. When that happens, it will almost always continue to grow as people get chips out of the bag, sometimes very quickly. It would be frightening to live near a fault that behaved like this because that could cause major seismic events very quickly. If you were close enough to the fault, you might also be afraid that the crack would grow underneath you and you would fall into the bag of chips.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon. Lacks small description for each item.}}&lt;br /&gt;
:[The comic shows nine different schematic views to present geographic faults and some more.]&lt;br /&gt;
&lt;br /&gt;
:[Two planes with a slip fault drifting away to the left and right.]&lt;br /&gt;
:Normal fault&lt;br /&gt;
:[Two planes with a slip fault drifting against each other from left and right.]&lt;br /&gt;
:Reverse fault&lt;br /&gt;
:[Two planes moving sidewards.]&lt;br /&gt;
:Transverse fault&lt;br /&gt;
&lt;br /&gt;
:[The left plane moves above the other to the right.]&lt;br /&gt;
:Thrust fault&lt;br /&gt;
:[Two planes drifting away and the connection between them gets smaller.]&lt;br /&gt;
:Taffy fault&lt;br /&gt;
:[On top of both planes a small piece with splints holds them together.]&lt;br /&gt;
:Splinted fault&lt;br /&gt;
&lt;br /&gt;
:[The two planes pressing together with a piece in the middle moving topwards.]&lt;br /&gt;
:Squeezed-bar-of-soap fault&lt;br /&gt;
:[The right plane is connected to the left and swinging up and down.]&lt;br /&gt;
:Apple power cable fault&lt;br /&gt;
:[One side with a thin connector and the other with an evenly spaced hole connecting the planes together.]&lt;br /&gt;
:Brio fault&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1866:_Russell%27s_Teapot&amp;diff=143013</id>
		<title>Talk:1866: Russell's Teapot</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1866:_Russell%27s_Teapot&amp;diff=143013"/>
				<updated>2017-07-21T11:32:49Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In this case, nesting the teapot in a catapult/cannon which is launched by another catapult/cannon might perhaps be sufficient to get past NASA regulations. (Catapults/cannons only launching the payload and not themselves...) &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;
:But make sure it is a moblie cannon, otherwise it would not quilify as a launch '''vehicle'''. [[Special:Contributions/162.158.89.19|162.158.89.19]] 11:32, 21 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1866:_Russell%27s_Teapot&amp;diff=143004</id>
		<title>1866: Russell's Teapot</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1866:_Russell%27s_Teapot&amp;diff=143004"/>
				<updated>2017-07-21T08:22:37Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: /* Explanation */ There are many possible sollutions, like the barber being female, or from somewhere else, all based on the wording of the problem. But non of them stay valid after a carefull wording of the problem.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1866&lt;br /&gt;
| date      = July 21, 2017&lt;br /&gt;
| title     = Russell's Teapot&lt;br /&gt;
| image     = Russells_Teapot.png&lt;br /&gt;
| titletext = Unfortunately, NASA regulations state that Bertrand Russell-related payloads can only be launched within launch vehicles which do not launch themselves.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|  }}&lt;br /&gt;
Russell's Teapot is a philosophical argument that reflects on the difficulty of trying to prove a negative. It involves a hypothetical teapot orbiting a heavenly body, whose existence hasn't been proven. It is very often used in atheistic arguments. Russell's Teapot is an analogy which Bertrand Russell devised &amp;quot;to illustrate that the philosophic burden of proof lies upon a person making unfalsifiable claims, rather than shifting the burden of disproof to others.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He wrote that if he were to assert, without offering proof, that a teapot orbits the Sun somewhere in space between the Earth and Mars, he could not expect anyone to believe him solely because his assertion could not be proven wrong.&amp;quot; (Wikipedia)&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is trying to settle the teapot argument by actually launching a teapot into space via a crowdfunding campaign.&lt;br /&gt;
&lt;br /&gt;
The title-text refers to Bertrand Russell's [[wikipedia:Barber_paradox|Barber Paradox]]. In this paradox, it is stated &amp;quot;one who shaves all those, and those only, who do not shave themselves.&amp;quot;. However, this is impossible, because if the barber does not shave himself, then the statement is false (because he is a man the barber does not shave). If the barber shaves himself, then the barber himself is one man who shaves himself and that the barber shaves.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is standing in front of a blueprint labeled &amp;quot;CubeSat-Based Design&amp;quot;, containing a satellite with a teapot in the top.&lt;br /&gt;
&lt;br /&gt;
Below the comic box:&lt;br /&gt;
&amp;quot;I'm crowdfunding a project to launch a teapot into orbit around the sun to settle the Russell thing once and for all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Alt-text==&lt;br /&gt;
&lt;br /&gt;
Unfortunately, NASA regulations state that Bertrand Russell-related payloads can only be launched within launch vehicles which do not launch themselves.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=702:_Snow_Tracking&amp;diff=142160</id>
		<title>702: Snow Tracking</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=702:_Snow_Tracking&amp;diff=142160"/>
				<updated>2017-06-30T11:19:53Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 702&lt;br /&gt;
| date      = February 15, 2010&lt;br /&gt;
| title     = Snow Tracking&lt;br /&gt;
| image     = snow_tracking.png&lt;br /&gt;
| titletext = I suppose that's more accurately a hare dryer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a guide to recognizing various animals by their footprints. However, the comic typically detours into strange, ridiculous or pop-culture-referencing footprints. In order:&lt;br /&gt;
&lt;br /&gt;
*The first panel is nothing special. Just a regular cat.&lt;br /&gt;
*&amp;quot;Moose and squirrel&amp;quot; is a reference to the cartoon ''{{w|Rocky and Bullwinkle}}''. Rocky and Bullwinkle were a flying squirrel and a moose, respectively, and were frequently referred to as &amp;quot;moose and squirrel&amp;quot; by the show's antagonist Boris Badenov.&lt;br /&gt;
*[http://knowyourmeme.com/memes/longcat Longcat] is an internet {{w|meme}} from pictures of cats all stretched out that make them look very tall (or long).&lt;br /&gt;
*&amp;quot;Mouse riding Bicycle&amp;quot; is a reference to ''{{w|Ralph S. Mouse}}'', a series of novels by {{w|Beverly Cleary}}.&lt;br /&gt;
*The hair dryer has melted an irregular region around the rabbit. The title text is a pun on the Rabbit with a hair dryer frame, possibly an homage to {{w|Looney Tunes}}, where shows with {{w|Bugs Bunny}} would often contain a pun on &amp;quot;hare&amp;quot;.&lt;br /&gt;
*{{w|Legolas}} is a reference to the character by the same name in the ''{{w|Lord of the Rings}}'' trilogy of books and movies. Legolas, as an elf, was able to walk on top of snow, while the other races in his party were forced to trudge through it.&lt;br /&gt;
*The &amp;quot;Bobcat on pogo stick&amp;quot; panel is a possible reference to the character Bonkers D. Bobcat from {{w|Bonkers (TV series)}}&lt;br /&gt;
*The &amp;quot;Knight&amp;quot; panel is a {{w|chess}} reference, as the tracks move just like the knight piece in chess.&lt;br /&gt;
*The &amp;quot;kid with...&amp;quot; panels are a reference to Calvin and Hobbes, a comic strip written by Bill Watterson. In it, Calvin has a pet tiger named Hobbes, and sometimes, a cardboard box that &amp;quot;transmogrifies&amp;quot; him to something else. In this panel we see tiger prints, meaning that Calvin became a tiger like Hobbes.&lt;br /&gt;
*The same cardboard box is now tipped on its side instead of upside down in the last panel. Now it functions as a duplicator, making multiple copies of whatever is in it. Calvin goes into it, duplicates himself, and they walk and duplicate again, and the cycle repeats.&lt;br /&gt;
*{{w|Prius}} is a reference to current events in which Toyota Prius's pedals have allegedly malfunctioned causing accidents. [http://www.nytimes.com/2010/02/04/business/global/04prius.html]&lt;br /&gt;
*The {{w|Higgs Boson}} is an {{w|elementary particle}} which, at the time this strip was posted, had not yet been officially discovered (there had been detections at the Tevatron with 4 sigma certainty since the early 2000s). It was tentatively detected in March 2013 in the {{w|Large Hadron Collider}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:BACKYARD SNOW TRACKING GUIDE&lt;br /&gt;
&lt;br /&gt;
:[Each panel contains an overhead view of tracks through the snow, with a caption indicating the apparent source.]&lt;br /&gt;
&lt;br /&gt;
:[Standard paw prints through the snow.]&lt;br /&gt;
:CAT&lt;br /&gt;
&lt;br /&gt;
:[Large split-toe tracks and smaller rodent tracks.]&lt;br /&gt;
:MOOSE AND SQUIRREL&lt;br /&gt;
&lt;br /&gt;
:[Cat prints, but with more space between the pairs of prints.]&lt;br /&gt;
:LONGCAT&lt;br /&gt;
&lt;br /&gt;
:[Two similar careening tire tracks.]&lt;br /&gt;
:MOUSE RIDING BICYCLE&lt;br /&gt;
&lt;br /&gt;
:[Longer rodent tracks, with a large melted ring surrounding a point in the middle of the frame.]&lt;br /&gt;
:RABBIT STOPPING TO USE HAIR DRYER&lt;br /&gt;
&lt;br /&gt;
:[No visible tracks.]&lt;br /&gt;
:LEGOLAS&lt;br /&gt;
&lt;br /&gt;
:[Single deep holes with cratering.]&lt;br /&gt;
:BOBCAT ON POGO STICK&lt;br /&gt;
&lt;br /&gt;
:[Round prints that suddenly turn to the right halfway into frame.]&lt;br /&gt;
:KNIGHT&lt;br /&gt;
&lt;br /&gt;
:[Human footprints up to a square melting pattern, turning into animal prints.]&lt;br /&gt;
:KID WITH TRANSMOGRIFIER&lt;br /&gt;
&lt;br /&gt;
:[Human footprints up to a rectangular melted area, which are then doubled to another rectangular area, which are then doubled again up to another rectangular area, which are then doubled.]&lt;br /&gt;
:KID WITH DUPLICATOR&lt;br /&gt;
&lt;br /&gt;
:[Right curve on a road, with tire tracks careening out of frame.]&lt;br /&gt;
:Out of Frame Garden Owner: MY VEGETABLE GARDEN!&lt;br /&gt;
:PRIUS&lt;br /&gt;
&lt;br /&gt;
:[A series of spiraling and outwardly traveling lines extend from a point in the middle of the frame.]&lt;br /&gt;
:HIGGS BOSON&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Calvin and Hobbes]]&lt;br /&gt;
[[Category:Bobcats]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1856:_Existence_Proof&amp;diff=142125</id>
		<title>1856: Existence Proof</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1856:_Existence_Proof&amp;diff=142125"/>
				<updated>2017-06-29T06:56:37Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: Undo revision 142122 by Swamp ig (talk) Not neceserily. Not every proof of existence uses the axiom of choice.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1856&lt;br /&gt;
| date      = June 28, 2017&lt;br /&gt;
| title     = Existence Proof&lt;br /&gt;
| image     = existence_proof.png&lt;br /&gt;
| titletext = Real analysis is way realer than I expected.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Needs more work.}}&lt;br /&gt;
&lt;br /&gt;
This seems to be a continuation of [[982: Set Theory]], where numbers were &amp;quot;executed&amp;quot; to prove a point. This time it goes even further, with [[Miss Lenhart]] (and students) taking up arms to destroy the function value, which they have proven to exist. In the last panel, some students off screen begin to wonder if they are in the right class, as normal math classes do not take up swords to fight abstract concepts{{Citation needed}}. Another student remarks that they are finally in the right math class, implying that this is the kind of thing they wanted from their math curriculum all along.&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;''We ride''&amp;quot; is commonly used in rallying battle cries, particularly in fantasy or medieval dramas where characters are preparing to enter combat on horseback. Variations of the phrase are used several times in ''{{w|The Lord of the Rings}}'', for example. In addition, the number which must be destroyed could be a reference to the One Ring.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Real Analysis}}, a branch of mathematics dealing with {{w|real number}}s and real-valued functions (as opposed to studies dealing with {{w|imaginary number}}s in the complex plane). As the speaker implies, Real Analysis is supposed to remain confined to the theoretical realm of mathematics; certainly nobody signing up for such a class would ever expect to be embroiled in a crusade against intangible constructs! The use of the neologism &amp;quot;realer&amp;quot; conveys that the situation has suddenly developed unusually high stakes, in a manner similar to the phrase &amp;quot;shit just got real&amp;quot;. This nuance would be lost if the word &amp;quot;realer&amp;quot; were replaced with the technically correct phrasing of &amp;quot;more real&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Miss Lenhart stands in front of a whiteboard and points at calculations written on it.]&lt;br /&gt;
:Miss Lenhart: There exists some number x such that f(x)=G(f(0))=1.&lt;br /&gt;
&lt;br /&gt;
:[Miss Lenhart moves her arm in a frameless panel.]&lt;br /&gt;
:Miss Lenhart: Oh yes.&lt;br /&gt;
:Miss Lenhart: Somewhere out there, it exists.&lt;br /&gt;
&lt;br /&gt;
:[Zoom-in on Miss Lenhart raising a fist.]&lt;br /&gt;
:Miss Lenhart: And we must find it... and ''destroy'' it.&lt;br /&gt;
&lt;br /&gt;
:[Miss Lenhart raises a sword.]&lt;br /&gt;
:Miss Lenhart: Grab your swords, students! We ride!&lt;br /&gt;
:Student #1 (off-screen): I think I'm in the wrong math class?&lt;br /&gt;
:Student #2 (off-screen): I'm finally in the right one.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Miss Lenhart]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1852:_Election_Map&amp;diff=141614</id>
		<title>1852: Election Map</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1852:_Election_Map&amp;diff=141614"/>
				<updated>2017-06-21T09:53:43Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1852&lt;br /&gt;
| date      = June 19, 2017&lt;br /&gt;
| title     = Election Map&lt;br /&gt;
| image     = election_map.png&lt;br /&gt;
| titletext = Luckily for my interpretation, no precincts were won by the Green Party.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Should include how (if at all) this comic predicted the 2017 vote one day after it was released.}}&lt;br /&gt;
A wave (e.g. an electromagnetic wave, like light) changes its frequency and wavelength when its source is moving relative to the observer, due to the {{w|Doppler effect}}. In the case of light, increased frequency &amp;amp;mdash; indicating movement towards the observer &amp;amp;mdash; is called {{w|blueshift}}, while reduced frequency &amp;amp;mdash; indicating movement away from the observer &amp;amp;mdash; is called {{w|redshift}}. These names apply even if the effect is outside of the visible spectrum (e.g. infrared light that has reduced frequency is called redshifted, even though its frequency is further away from that of visible red light than normally). Red and blue colors are used accordingly to indicate the effect.&lt;br /&gt;
&lt;br /&gt;
The recent advent of the {{w|integral field spectrograph}} allowed astronomers to produce [http://iopscience.iop.org/0067-0049/199/1/1/downloadHRFigure/figure/apjs412917f14 images] illustrating how different parts of a galaxy move along our sightline, images that look not very different from the map Cueball shows. If one side of the image is higher redshifted while the other side is less or even blueshifted, the usual interpretation is that the galaxy is rotating with an axis of rotation not completely parallel to our sightline, but other interpretations are also possible. Nevertheless no redshifted object appears in red to the human eye, it's still white. But the {{w|Spectral line|spectral lines}} are shifted. This means all colors used in those scientific images are not real.&lt;br /&gt;
&lt;br /&gt;
The map [[Cueball]] shows represents election results. Red regions mark where one of the parties won, while blue regions indicate some other party (as Randall lives in the United States the parties are probably {{w|Democratic party (United States)|Democratic}} (blue) and {{w|Republican party (United States)|Republican}} (red), although it's not explicitly stated in the comic). Cueball analyzes the map as if it showed magnitude of Doppler effect by the light emitted by the region. This, however, is not what the viewers expect to hear during the election night from election analysis. That's why Cueball was fired from the job rather quickly, as the caption states.&lt;br /&gt;
&lt;br /&gt;
The title text states that the {{w|Green Party of the United States|Green Party}} did not win any {{w|Precinct#Elections|precincts}}. If the Green Party won, its regions would likely be colored green, which would not fit to Cueball's Doppler effect analysis. Sometimes, however, green is used to indicate lack of movement. And since the center of rotating object isn't moving, green-colored spaces could actually be interpreted according to Doppler analysis - but only if they appeared near the center of the district.&lt;br /&gt;
&lt;br /&gt;
The map appears to depict {{w|Georgia's 6th congressional district}}, which is set for a special election on June 20, 2017, the day after the comic ran.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[On a TV-screen Cueball is seen pointing at a map on the left which is colored in red and blue. There is a header on the map and in the top right corner of the screen the title of the program is shown. Below this at the bottom of the screen text indicate that the program is broad live. Cueball explains the map, with his text shown above the TV.]&lt;br /&gt;
:Header: Results&lt;br /&gt;
:Title: ''Election'' Night&lt;br /&gt;
:Live&lt;br /&gt;
&lt;br /&gt;
:Cueball: These northern precincts appear red, which probably means they're moving away from us, whereas these bluer regions are approaching us. I believe the district may be rotating in space.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]  &lt;br /&gt;
:My career as an election analyst was short-lived.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Cueball was fired from his job a number of times before. Many are listed in [[1428: Move Fast and Break Things]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Astronomy]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1843:_Opening_Crawl&amp;diff=140478</id>
		<title>1843: Opening Crawl</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1843:_Opening_Crawl&amp;diff=140478"/>
				<updated>2017-05-29T15:37:48Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1843&lt;br /&gt;
| date      = May 29, 2017&lt;br /&gt;
| title     = Opening Crawl&lt;br /&gt;
| image     = opening_crawl.png&lt;br /&gt;
| titletext = Using a classic Timothy Zahn EU/Legends novel is bad enough, but at least the style and setting aren't too far off. If you really want to mess with people, try using Splinter of the Mind's Eye.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|I have a bad feeling about this.}}&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;span style=&amp;quot;border-bottom:1px dotted&amp;quot; title=&amp;quot;thus excluding spin-offs like Rogue One&amp;quot;&amp;gt;episode&amp;lt;/span&amp;gt; {{w|Star Wars}} film begins with an &amp;quot;{{tvtropes|OpeningScroll|opening crawl}}&amp;quot; giving the audience some of the backstory, which often reads like the prologue of a novel.  &lt;br /&gt;
&lt;br /&gt;
Randall wants to reverse this by projecting the text of a Star Wars novel and see how long this can be continued before viewers realize it is a prank.&lt;br /&gt;
&lt;br /&gt;
The tile text compares different Star Wars novels' style, remarking on how well suited they would be for this prank.&lt;br /&gt;
&lt;br /&gt;
{{w|Timothy Zahn}} is a science fiction writer who has written and contributed to many novels and comics [http://starwars.wikia.com/wiki/Timothy_Zahn#Works] in the {{w|Star Wars expanded universe}}. The text in the comic is from the book ''[http://starwars.wikia.com/wiki/The_Last_Command The Last Command]''.&lt;br /&gt;
&lt;br /&gt;
''[http://starwars.wikia.com/wiki/Splinter_of_the_Mind%27s_Eye Splinter of the Mind's Eye]'' was an early Star Wars novel written before the original film was expanded to a trilogy (and then expanded some more), so it contains multiple aborted subplots which can make it very confusing for a fan who has seen the later works.&lt;br /&gt;
&lt;br /&gt;
The term &amp;quot;EU&amp;quot; refers to &amp;quot;Expanded Universe&amp;quot;, which was the term for the corpus of non-cinematic ''Star Wars'' content before ''Star Wars'' was acquired by {{w|Disney}}. Not wanting to be constrained by previous canon, Disney declared all &amp;quot;Expanded Universe&amp;quot; content to be non-canonical, and re-branded the EU as &amp;quot;Legends&amp;quot;.&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;
''Text taken from Book 3 of the &amp;quot;Thrawn&amp;quot; trilogy[http://www.glozman.com/TextPages/Star%20Wars%20-%20%5BThrawn%20Trilogy%2003%5D%20-%20The%20Last%20Command%20(by%20Timothy%20Zahn).txt]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chapter 1'''&lt;br /&gt;
&lt;br /&gt;
Gliding through the blackness of deep space, the Imperial Star Destroyer Chimaera pointed its mighty arrowhead shape toward the dim star of its target system, three thousandths of a light-year away. And prepared itself for war.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All systems show battle ready, Admiral,&amp;quot; the comm officer reported from the portside crew pit. &amp;quot;The task force is beginning to check in.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Very good, Lieutenant,&amp;quot; Grand Admiral Thrawn nodded. &amp;quot;Inform me when all have done so. Captain Pellaeon?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Sir?&amp;quot; Pellaeon said, searching his superior's face for the stress the Grand Admiral must be feeling. The stress he himself was certainly feeling. This was not just another tactical strike against the Rebellion, after all—not a minor shipping raid or even a complex but straightforward hit-and-fade against some insignificant planetary base. After nearly a month of frenzied preparations, Thrawn's master campaign for the Empire's final victory was about to be launched.&lt;br /&gt;
&lt;br /&gt;
But if the Grand Admiral was feeling any tension, he was keeping it to himself. &amp;quot;Begin the countdown,&amp;quot; he told Pellaeon, his voice as calm as if he were ordering dinner.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Star Wars]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1843:_Opening_Crawl&amp;diff=140467</id>
		<title>1843: Opening Crawl</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1843:_Opening_Crawl&amp;diff=140467"/>
				<updated>2017-05-29T13:40:56Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1843&lt;br /&gt;
| date      = May 29, 2017&lt;br /&gt;
| title     = Opening Crawl&lt;br /&gt;
| image     = opening_crawl.png&lt;br /&gt;
| titletext = Using a classic Timothy Zahn EU/Legends novel is bad enough, but at least the style and setting aren't too far off. If you really want to mess with people, try using Splinter of the Mind's Eye.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|I have a bad feeling about this.}}&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;span style=&amp;quot;border-bottom:1px dotted&amp;quot; title=&amp;quot;thus excluding spin-offs like Rogue One&amp;quot;&amp;gt;episodic&amp;lt;/span&amp;gt; {{w|Star Wars}} film begins with an &amp;quot;{{tvtropes|OpeningScroll|opening crawl}}&amp;quot; giving the audience some of the backstory, which often reads like the prologue of a novel.  &lt;br /&gt;
&lt;br /&gt;
Randall wants to reverse this by projecting the text of a Star Wars novel and see how long this can be continued before viewers realize it is a prank.&lt;br /&gt;
&lt;br /&gt;
The tile text compares different Star Wars novels' style, remarking on how well suited they would be for this prank.&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;
''Text taken from Book 3 of the &amp;quot;Thrawn&amp;quot; trilogy[http://www.glozman.com/TextPages/Star%20Wars%20-%20%5BThrawn%20Trilogy%2003%5D%20-%20The%20Last%20Command%20(by%20Timothy%20Zahn).txt]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Chapter 1'''&lt;br /&gt;
&lt;br /&gt;
Gliding through the blackness of deep space, the Imperial Star Destroyer Chimaera pointed its mighty arrowhead shape toward the dim star of its target system, three thousandths of a light-year away. And prepared itself for war.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All systems show battle ready, Admiral,&amp;quot; the comm officer reported from the portside crew pit. &amp;quot;The task force is beginning to check in.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Very good, Lieutenant,&amp;quot; Grand Admiral Thrawn nodded. &amp;quot;Inform me when all have done so. Captain Pellaeon?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Sir?&amp;quot; Pellaeon said, searching his superior's face for the stress the Grand Admiral must be feeling. The stress he himself was certainly feeling. This was not just another tactical strike against the Rebellion, after all—not a minor shipping raid or even a complex but straightforward hit-and-fade against some insignificant planetary base. After nearly a month of frenzied preparations, Thrawn's master campaign for the Empire's final victory was about to be launched.&lt;br /&gt;
&lt;br /&gt;
But if the Grand Admiral was feeling any tension, he was keeping it to himself. &amp;quot;Begin the countdown,&amp;quot; he told Pellaeon, his voice as calm as if he were ordering dinner.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Star Wars]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1242:_Scary_Names&amp;diff=139581</id>
		<title>1242: Scary Names</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1242:_Scary_Names&amp;diff=139581"/>
				<updated>2017-05-05T10:57:17Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: /* Table */ Inculded missing word&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1242&lt;br /&gt;
| date      = July 24, 2013&lt;br /&gt;
| title     = Scary Names&lt;br /&gt;
| image     = scary_names.png&lt;br /&gt;
| titletext = Far off to the right of the chart is the Helvetica Scenario.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This chart humorously explores how things are often named colloquially and without regard to accuracy in correlating actual scariness with apparent scariness. It is interesting to note how people react to the items near the bottom right of the chart &amp;quot;scary things with not-very-scary names&amp;quot; when compared to how they may react to items in the upper left &amp;quot;not-very-scary things with scary names&amp;quot;. Some of the entries on the chart are especially interesting examples considering that portions of the names that are associated with significant historical or cultural events and themes. i.e. Chernobyl Packet, Demon Core. All items are described in the [[#Table|table below]] including the title text on Helvetica Scenario.&lt;br /&gt;
&lt;br /&gt;
On the chart, things toward the right are scary/dangerous/very bad, while things toward the top ''sound'' scary without ''necessarily'' being scary.&lt;br /&gt;
&lt;br /&gt;
Note that [[Randall]] uses similar diagrams in both [[388: Fuck Grapefruit]] and [[1501: Mysteries]] which also contain different items. Both of these also have an extra point mentioned in the title text, but only the first is also off the chart, whereas for the second the description of the point is too long to fit on the chart. Extra info outside the chart is also used in the title text of [[1785: Wifi]], but this is a line graph.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
*This table list the entries from least to most scary, including the ''entry'' mentioned in the title text. &lt;br /&gt;
*To begin with it is sorted from most scary name to least scary name.&lt;br /&gt;
**The assigned percentage values assumes a linear scale and assigns ''flesh eating bacteria'' with the point (100%, 100%). &lt;br /&gt;
**This is simply the easiest way to list the entries as there is no mention of the scale. &lt;br /&gt;
**As is clear from the title text, &amp;quot;flesh eating bacteria&amp;quot; is not an absolute, simply the highest in this particular sample; there are things more scary than 100%!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot;| Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Approximate Apparent Scariness&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Approximate True Scariness&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Necrotizing fasciitis|Flesh-eating bacteria}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|m !}}100%}}&lt;br /&gt;
|{{Nowrap|{{Hs|l !}}100%}}&lt;br /&gt;
|As the name suggests, bacteria that eats (or more accurately, releases toxins that destroy) your skin and muscle.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|[http://www.catb.org/~esr/jargon/html/C/Chernobyl-packet.html Chernobyl Packet]}}&lt;br /&gt;
|{{Nowrap|{{Hs|k !}}95%}}&lt;br /&gt;
|{{Nowrap|{{Hs|a !}}4%}}&lt;br /&gt;
|A network packet that induces a broadcast storm or network meltdown. Despite the name, it does not necessarily refer to the {{w|Chernobyl disaster}}.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Kessler syndrome|Kessler Syndrome}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|k !}}87%}}&lt;br /&gt;
|{{Nowrap|{{Hs|d !}}53%}}&lt;br /&gt;
|A hypothetical scenario where low Earth orbit objects collide, creating  debris which increases the risk of more collisions, leading to a cascade effect which could severely hinder  exploration and satellite technologies for many decades.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Demon core|Demon Core}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|j !}}90%}}&lt;br /&gt;
|{{Nowrap|{{Hs|h !}}73%}}&lt;br /&gt;
|A subcritical mass of plutonium that was involved in two separate fatal incidents at Los Alamos laboratory in 1945 and 1946. In both cases, the core was accidentally placed into a configuration where it went supercritical and exposed an experimenter to fatal doses of radiation. The second is more notable, where Louis Slotin held two halves of a beryllium neutron reflector apart with a flat head screwdriver which slipped, suddenly causing the contained plutonium core to become supercritical and delivering a fatal dose of radiation.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Calorimeter#Bomb calorimeters|Bomb Calorimeters}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|h !}}67%}}&lt;br /&gt;
|{{Nowrap|{{Hs|b !}}28%}}&lt;br /&gt;
|A device for measuring heat of combustion of a reaction in a pressure vessel. It does not interact with explosive devices directly, though the chemicals a bomb calorimeter would be called upon to measure are occasionally explosive or dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Avian influenza virus|Bird Flu}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|h !}}57%}}&lt;br /&gt;
|{{Nowrap|{{Hs|g !}}72%}}&lt;br /&gt;
|An illness caused by strains of influenza adapted for birds, which is generally very deadly in humans. Should the virus adapt for human to human transmission, a pandemic can quickly result. Since birds can travel great distances quickly, it is generally already widespread and difficult to contain.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Nuclear football|Nuclear Football}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|g !}}52%}}&lt;br /&gt;
|{{Nowrap|{{Hs|k !}}94%}}&lt;br /&gt;
|An aluminum Zero Halliburton briefcase which is used by the President of the United States to authorize nuclear attack. A military aide carrying the football is always near the president.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Sulfur mustard|Mustard Gas}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|f !}}47%}}&lt;br /&gt;
|{{Nowrap|{{Hs|c !}}50%}}&lt;br /&gt;
|A chemical warfare agent which causes blisters and severe irritation on skin and lung tissue.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Antibiotic resistance|Superbug}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|e !}}39%}}&lt;br /&gt;
|{{Nowrap|{{Hs|j !}}83%}}&lt;br /&gt;
|Antibiotic resistant bacteria. The growing use of antibiotics has caused some bacteria to evolve to become resistant to the antibiotics. A &amp;quot;superbug&amp;quot; refers to a scenario where a bacteria evolves to become resistant to all antibiotics, for example, {{w|MRSA}}. Thanks to popular culture, however, the term &amp;quot;superbug&amp;quot; usually makes the audience think &amp;quot;a bug with superpowers&amp;quot;, such as {{w|Atom Ant}}.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Criticality accident|Criticality Incident}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|d!}}22%}}&lt;br /&gt;
|{{Nowrap|{{Hs|i !}}74%}}&lt;br /&gt;
|An unexpected and uncontrolled nuclear reaction. This occurs when a system that should be sub-critical becomes critical by accident (a term devised by Louis Slotin, as seen above).&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Soil liquefaction|Soil Liquefaction}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|c !}}16%}}&lt;br /&gt;
|{{Nowrap|{{Hs|e !}}54%}}&lt;br /&gt;
|A phenomenon where wet soil loses its strength and becomes temporarily liquid, capable of swallowing people and buildings, especially after earthquakes or torrential rains. Liquefaction can cause landslides; landslides can cause more liquefaction.  Once the earthquake stops, the ground becomes solid again, trapping whatever was submerged.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|{{w|Grey goo|Grey Goo}}}}&lt;br /&gt;
|{{Nowrap|{{Hs|b !}}5%}}&lt;br /&gt;
|{{Nowrap|{{Hs|f !}}69%}}&lt;br /&gt;
|A hypothetical end-of-world scenario where self-replicating nanobots consume all matter. It is (partially) illustrated in [[865: Nanobots]].&lt;br /&gt;
|-&lt;br /&gt;
|Helvetica Scenario&amp;lt;br&amp;gt;(from the title text)&lt;br /&gt;
|{{Nowrap|{{Hs|z !}}N/A}}&lt;br /&gt;
|{{Hs|m !}}Literally Off-The-Chart&lt;br /&gt;
|This scenario is also in the title text of [[683: Science Montage]]: &amp;quot;...We have a Helvetica scenario!&amp;quot;. The scenario is a fictional experiment, presented in Switzerland (Helvetica), which assumes that removing only the nucleus (the center of an atom) of a calcium molecule in one's skin, but still leaving the electron shell at its position, would cause a massive reaction ending up in heavy mutations. The Helvetica scenario was made up by the BBC comedy show {{w|Look Around You}} in the pilot episode, which can be seen [https://www.youtube.com/watch?v=t4CRCJUmWsM&amp;amp;t=5m53s here (at 5:53)]. The fact that the term {{w|Helvetica}} is more commonly known as referring to a very-commonly-used modern typeface makes the name sound like it should refer to a much less serious situation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A scatter-plot, with 12 labeled dots. Both axis are labeled. The dots are scattered from left to right and top to bottom. Below all labels are given, first for the axis, and then for each dot in approximately normal reading order, left to right top to bottom, but in the order it would make sense to read them:]&lt;br /&gt;
:Y-axis: Scariness of name&lt;br /&gt;
:X-axis: Scariness of thing name refers to&lt;br /&gt;
&lt;br /&gt;
:[Top left]: Chernobyl packet&lt;br /&gt;
:[Top halfway right]: Kessler syndrome&lt;br /&gt;
:[Top three quarters towards right]: Demon core&lt;br /&gt;
:[Top right]: Flesh-eating bacteria&lt;br /&gt;
:[A third down left]: Bomb calorimeter&lt;br /&gt;
:[Halfway  down three quarters towards right]: Bird flu&lt;br /&gt;
:[Halfway  down right]: Nuclear football&lt;br /&gt;
:[Dead center]: Mustard gas&lt;br /&gt;
:[Just below and right of center]: Superbug&lt;br /&gt;
:[Bottom halfway right]: Soil liquefaction&lt;br /&gt;
:[A third up three quarters towards right ]: Criticality incident&lt;br /&gt;
:[Very bottom two-thirds to the right]: Grey goo&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scatter plots]]&lt;br /&gt;
[[Category:Rankings]]&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1815:_Flag&amp;diff=137822</id>
		<title>1815: Flag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1815:_Flag&amp;diff=137822"/>
				<updated>2017-03-24T14:20:57Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.19: /* Explanation */ US is not a new country/state&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1815&lt;br /&gt;
| date      = March 24, 2017&lt;br /&gt;
| title     = Flag&lt;br /&gt;
| image     = flag.png&lt;br /&gt;
| titletext = There's a compromise bill to keep the notification bar but at least charge the battery.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Randall was hired to propose a new flag.&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;
The design committee fired me once they realized that my editing process involved a screenshot, but it was too late.&lt;br /&gt;
&lt;br /&gt;
Until they change it, our new country has the only national flag to include a phone notification bar.&lt;br /&gt;
&lt;br /&gt;
Title text: There's a compromise bill to keep the notification bar but at least charge the battery.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.19</name></author>	</entry>

	</feed>