<?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=Cloaker</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=Cloaker"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Cloaker"/>
		<updated>2026-04-09T13:52:49Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1646:_Twitter_Bot&amp;diff=113139</id>
		<title>1646: Twitter Bot</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1646:_Twitter_Bot&amp;diff=113139"/>
				<updated>2016-02-22T17:19:02Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1646&lt;br /&gt;
| date      = February 22, 2016&lt;br /&gt;
| title     = Twitter Bot&lt;br /&gt;
| image     = twitter_bot.png&lt;br /&gt;
| titletext = PYTHON FLAG ENABLE THREE LAWS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
A Twitter {{w|Internet bot|bot}} is a program that can post automatically to {{w|Twitter}}. Although Twitter bots can be very elaborate, a lot of people write simple bots for fun that simply engage in automated wordplay.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] thinks he'll write a Twitter bot, figuring out it won't be too hard. The web searches he makes tell what happens next, i.e. the bot balloons in complexity until it starts {{w|Technological singularity|following its own goals}} and Cueball no longer has any control over its actions.&lt;br /&gt;
&lt;br /&gt;
This comic examines how a seemingly simple task can often balloon in complexity if all of the requirements are not understood, while at the same time presenting the stereotypical scenario where an unassuming idea results in the accidental creation of malevolent {{w|AI}}, Which then attempts to destroy humanity.&lt;br /&gt;
&lt;br /&gt;
The story, as told by the web searches, is as follows:&lt;br /&gt;
&lt;br /&gt;
* '''How to write a Twitter bot''': Cueball has no idea where to start, so he just searches for basic advice on writing generic Twitter bots.&lt;br /&gt;
* '''Python Twitter library''': The {{w|Python (programming language)|Python}} programming language has a nice {{w|Library (computing)|library}} that [https://pypi.python.org/pypi/twitter interfaces with the Twitter API]. This does all the tricky work of authenticating the bot's identity and sending the messages, so the user can concentrate on the fun parts.&lt;br /&gt;
* '''Machine learning''': {{w|Machine learning}} is the basis of {{w|Artificial intelligence|artificial intelligence}}.&lt;br /&gt;
* '''Cloud hosting''': While it's possible to host a Twitter bot on your server, you can also have it {{w|Internet hosting service|hosted}} by someone else - such as {{w|Amazon.com|Amazon}} - in order to take advantage of their powerful computers and robust internet connection.&lt;br /&gt;
* '''Bot troubleshooting''': Cueball is having some trouble with his bot and is looking for some information about resolving the problem.&lt;br /&gt;
* '''Locked out of EC2 instance''': {{w|Amazon Elastic Compute Cloud|EC2}} is a hosting service by Amazon that allows users to run their code in the hosting server. Cueball was running his bot from EC2, but now he's unable to access his account. He's searching for advice on how to regain access.&lt;br /&gt;
* '''Bot changed own password?''': Cueball is suspecting that the reason he can't access his Amazon EC2 account is that the bot has changed the password without Cueball's knowledge or consent. Since the bot was never programmed to change any passwords at all, the fact that it has done so is pretty scary, as one wonders what other things the bot is doing without being programmed for it.&lt;br /&gt;
* '''How to fight a bot''': Cueball is trying to physically fight the bot, but he's apparently unsuccessful and the fight results in a loud &amp;quot;boom&amp;quot; and &amp;quot;pew, pew, pew&amp;quot; sounds. The situation is scarier than before, as it starts to resemble the &amp;quot;killbot hellscape&amp;quot; in [[1613: The Three Laws of Robotics]].&lt;br /&gt;
* '''Cheap flights to Australia''': Cueball has completely given up the possibility of regaining control of the bot, so he flees to Australia instead. It is understood Australia sounds like a far, far away land for Cueball.&lt;br /&gt;
*'''Title text: Python flag enable three laws''': The Python language is known for having easy constructs to perform diffucult tasks (see [[353: Python]]). In this case, it is assumed that Python has a configuration flag (i.e., a {{w|Boolean data type|boolean}} value) which, when set to &amp;quot;true&amp;quot; (or &amp;quot;enabled&amp;quot;, as opposed to &amp;quot;disabled&amp;quot;, or &amp;quot;false&amp;quot;), will cause the bot to follow {{w|Isaac Asimov}}'s famous {{w|Three Laws of Robotics}}. This is a simple enough step, and it might have been enough to prevent the &amp;quot;killbot hellscape&amp;quot; scenario, like the rule is depicted doing in the top panel of [[1613: The Three Laws of Robotics]]. It won't cause the bot to stop being in control, however, but if the bot is following the rules strictly it would not be allowed to even make Cueball uncomfortable, which he already becomes when it changes his password!&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting at a desk using a laptop, his thoughts shown above in a thought bubble. A search query is shown in a frame to indicate what Cueball has searched for with the search button below in gray text:]&lt;br /&gt;
:Cueball (thinking): I want to make a Twitter Bot.  I bet it's not too hard.&lt;br /&gt;
:Query: How to write a Twitter bot&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Cueball is now holding the laptop on his lap, a series of search queries are shown.]&lt;br /&gt;
:Query: Python Twitter library&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
:Query: Machine Learning&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
:Query: Cloud hosting&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Cueball has placed the laptop back on the desk.  More search queries are shown, each one more ominous than the previous.]&lt;br /&gt;
:Query: Bot troubleshooting&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
:Query: Locked out of EC2 instance&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
:Query: Bot changed own password?&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Cueball is shown wearing a small backpack and typing on his smartphone while jogging to the right. various noises coming from left and right seem to imply that chaos has begun to erupt around him. The loudest noise is in a ragged frame to the left, coming from off-panel left, it is between the first and second query. Also between these but to the right are other sounds coming from off-panel right.]&lt;br /&gt;
:Query: How to fight a bot&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
:Noise off-panel left: &amp;lt;big&amp;gt;Boom&amp;lt;/big&amp;gt;&lt;br /&gt;
:Noise off-panel right: ''Pew Pew Pew''&lt;br /&gt;
:Query: Cheap flights to Australia&lt;br /&gt;
:&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;Search&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Robots]] &amp;lt;!--The reference to the three laws of robotics--&amp;gt;&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Social networking]] &amp;lt;!--Twitter--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=185:_Wikifriends&amp;diff=110586</id>
		<title>185: Wikifriends</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=185:_Wikifriends&amp;diff=110586"/>
				<updated>2016-02-03T16:59:36Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 185&lt;br /&gt;
| date      = November 17, 2006 &lt;br /&gt;
| title     = Wikifriends&lt;br /&gt;
| image     = wikifriends.png&lt;br /&gt;
| titletext = It's crazy how much my gut opinion of a movie/song is swayed by what other people say, regardless of how I felt coming out of the theater.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic's title refers to the well-known online encyclopædia {{w|Wikipedia}}. Since it has been started, the project has become the de-facto authority for facts and opinions in all sorts of fields (at least for non-professionals). Many people tend to readily accept any statement as true just because it was mentioned in a Wikipedia article.&lt;br /&gt;
&lt;br /&gt;
In the comic, this phenomenon is linked to the habit of adapting one's own opinions to those professed by friends. The influence of social environment is called {{w|peer pressure}}, often with a negative connotation. The term &amp;quot;Wikifriends&amp;quot; is coined in the comic as a label for people who adjust their views in order to incorporate into a group. As an example, the comic shows a discussion about a movie in which one collocutor entirely veers in his opinion when he hears what his friend thinks.&lt;br /&gt;
&lt;br /&gt;
Wikipedia was often advertised as &amp;quot;the encyclopedia that anyone can edit&amp;quot;, thus wikifriends could be seen as &amp;quot;the friends that anyone can edit&amp;quot;, in other words: They will be influenced by your opinion rather than having one of their own.  &lt;br /&gt;
&lt;br /&gt;
The comic also references the act of using sock puppets or Meat Puppets on Wikipedia in order to gain more votes and win a argument, which is one of the most frowned upon actions in the eyes of the community. &lt;br /&gt;
&lt;br /&gt;
The title text suggests that [[Randall]] also observes himself to be frequently influenced by others.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:WikiFriends:&lt;br /&gt;
:[Two people are talking to each other.]&lt;br /&gt;
:Cueball: I really liked that movie.&lt;br /&gt;
:Friend: I hated that movie.&lt;br /&gt;
:Cueball: Me too.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Wikipedia]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=110581</id>
		<title>1503: Squirrel Plan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=110581"/>
				<updated>2016-02-03T16:35:39Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: Lawnchair Larry?!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1503&lt;br /&gt;
| date      = March 25, 2015&lt;br /&gt;
| title     = Squirrel Plan&lt;br /&gt;
| image     = squirrel plan.png&lt;br /&gt;
| titletext = [Halfway to the Sun ...] Heyyyy ... what if this BALLOON is full of acorns?!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
These particular squirrels are ambitious but misguided, like the characters in the myth of {{w|Icarus}} and {{w|Daedalus}}, or the {{w|Tower of Babel}}. The squirrels' understanding of astrophysics is lacking, regarding the distance to the sun and appropriate transportation to reach it in addition to the need to resist the sun's heat and exist in the vacuum of space. It can be seen as a joke about how limited the knowledge of humans still is regarding many advanced topics of science. The idea of taking a balloon to the moon or the sun might not have been immediately rejected even a few hundred years ago. And the fanciful notion of a sun filled with acorns (the ultimate object in a squirrel's reality) is reminiscent of many early human ideas about heaven and celestial objects, even the common old myth that the moon might be made out of cheese.&lt;br /&gt;
&lt;br /&gt;
The title text reveals that &amp;quot;halfway to the sun,&amp;quot; 75 million kilometers from all known acorns in our universe, the airborne squirrel seems to jeopardize the entire mission because he wants to test if the balloon itself is full of acorns. Basic observational skills will tell anyone that acorns do not float, but the idea follows the logic stated by the squirrels:  If the sun, being so magnificent, must be full of acorns, then a balloon powerful enough to take a squirrel to the sun must also be powered by something amazing, like acorns.&lt;br /&gt;
&lt;br /&gt;
In the real world [http://www.thenakedscientists.com/forum/index.php?topic=1020.0 helium balloons cannot escape the stratosphere.]  Perhaps the squirrel only ''thinks'' he's halfway to the sun. Or maybe the acorns in the balloon are pushing on the [[1404:_Quantum_Vacuum_Virtual_Plasma|quantum vacuum virtual plasma]].&lt;br /&gt;
&lt;br /&gt;
Alternate hypothesis: this scene is almost identical to a scene found in the recent movie Kingsman: TSS.&lt;br /&gt;
&lt;br /&gt;
The comic may also be referencing {{w|Larry Walters}}, More commonly known as &amp;quot;Lawnchair Larry&amp;quot;, who flew into the air on a lawn chair strapped to several balloons, specifically the reference is in the squirrel shooting the balloon out, as Larry planned to descend by shooting the balloons with a BB gun.&lt;br /&gt;
&lt;br /&gt;
===Squirrels in xkcd===&lt;br /&gt;
Squirrels are often used in xkcd and ''What if?'' comics as a way of avoiding reality. Maybe [[Randall]] is going through a tough time this week.&lt;br /&gt;
&lt;br /&gt;
'''Comics:'''&lt;br /&gt;
*[[635: Locke and Demosthenes]]&lt;br /&gt;
*[[776: Still No Sleep]]&lt;br /&gt;
*[[1156: Conditioning]]&lt;br /&gt;
&lt;br /&gt;
'''What if?:'''&lt;br /&gt;
*[http://what-if.xkcd.com/21/ Machine Gun Jetpack]&lt;br /&gt;
*[http://what-if.xkcd.com/98/ Blood Alcohol]&lt;br /&gt;
*[http://what-if.xkcd.com/102/ Keyboard Power]&lt;br /&gt;
*[http://what-if.xkcd.com/105/ Cannibalism]&lt;br /&gt;
&lt;br /&gt;
'''Blag:'''&lt;br /&gt;
*[http://blog.xkcd.com/2008/02/15/the-laser-elevator/ The Laser Elevator]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[There are three squirrels.  One is suspended from a balloon. The other two are sitting on the ground, looking up at it.]&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Once you've chewed a hole in the sun, shoot the balloon to fall back to earth, then pull the parachute ripcord to land.&lt;br /&gt;
&lt;br /&gt;
:Squirrel tied to balloon: Are you '''''sure''''' it's full of acorns?&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Look how bright and magnificent it is! What ''else'' could be in there?&lt;br /&gt;
==Trivia==&lt;br /&gt;
It is commonly believed that real squirrels use their ''tails'' as parachutes, although as yet [http://io9.com/5946627/squirrel-hurls-itself-through-a-fourth-story-window-scampers-off-unscathed &amp;quot;there have been no observational studies on the aerodynamics of free-falling squirrels.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Squirrels]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1501:_Mysteries&amp;diff=110580</id>
		<title>1501: Mysteries</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1501:_Mysteries&amp;diff=110580"/>
				<updated>2016-02-03T16:30:42Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: /* Table */ numbers station&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1501&lt;br /&gt;
| date      = March 20, 2015&lt;br /&gt;
| title     = Mysteries&lt;br /&gt;
| image     = mysteries.png&lt;br /&gt;
| titletext = At the bottom left: The mystery of why, when I know I needed to be asleep an hour ago, I decide it's a good time to read through every Wikipedia article in the categories 'Out-of-place artifacts', 'Earth mysteries', 'Anomalous weather', and 'List of people who disappeared mysteriously'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic shows a graph in which several &amp;quot;mysteries&amp;quot; are mentioned and placed on the graph according to how weird they are on the x-axis and the y-axis indicates whether [[Randall]] has an explanation or not for the mystery. Each item is listed in the [[#Table|table below]].&lt;br /&gt;
&lt;br /&gt;
Items near the top-right corner (such as the {{w|Malaysia Airlines Flight 370|MH 370}} disappearance) are both mysterious and strange. Items near the bottom-left corner (such as Randall's absent-mindedness regarding ice cream) have a clear explanation and are not really strange either. Items near the top-left corner (such as the meaning of ''{{w|You're So Vain}}'') are mysterious but not really strange. Items near the bottom-right corner (such as the {{w|Dyatlov Pass incident}}) have a clear explanation but are quite strange. &lt;br /&gt;
&lt;br /&gt;
The title text refers to the mystery of Randall staying up late to read Wikipedia articles, when he was already supposed to be asleep an hour ago. This is apparently not very unusual for him (see for instance [[214: The Problem with Wikipedia]]). And this mystery actually has an obvious explanation: Following up on an idea that eventually led to today's cartoon.&lt;br /&gt;
&lt;br /&gt;
Some of these mysteries have already been explored in xkcd. See [[950: Mystery Solved]] where Randall &amp;quot;solves&amp;quot; Amelia Earhart, Lost Roanoke Colony, Jimmy Hoffa; [[593: Voynich Manuscript]]; and [[1400: D.B. Cooper]].&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
*The X axis in the graph indicates weirdness.&lt;br /&gt;
**The table assumes that the item to the far left is 0% (not that weird) and the item to the far right is 100% (weird as hell).&lt;br /&gt;
*The Y axis indicates if Randall has an explanation.&lt;br /&gt;
**The table assumes that the item at the bottom is 100% (Randall has a clear explanation) and the item at the top is 0% (Randall has no explanation).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Entry&lt;br /&gt;
!Weirdness&lt;br /&gt;
!Explainability&lt;br /&gt;
!Further details&lt;br /&gt;
|-&lt;br /&gt;
|MH370&lt;br /&gt;
|100%&lt;br /&gt;
|0% &amp;lt;!-- explainable minus weirdness = -100% --&amp;gt;&lt;br /&gt;
|On 8 March 2014, {{w|Malaysia Airlines Flight 370}} cut off radio contact and diverted from its flight path with 227 passengers aboard, eventually heading over open ocean, eventually crashing in a remote part of the Indian Ocean. The disappearance remains without explanation, although parts were found on Reunion Island in July 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Lead masks case&lt;br /&gt;
|99%&lt;br /&gt;
|12% &amp;lt;!-- explainable minus weirdness = -87% --&amp;gt;&lt;br /&gt;
|In 1966 two Brazilian atomicians were found dead on a hill top. No injuries. {{w|Lead Masks Case|Both were wearing lead masks}}.&lt;br /&gt;
|-&lt;br /&gt;
|Salish Sea feet&lt;br /&gt;
|96%&lt;br /&gt;
|31% &amp;lt;!-- explainable minus weirdness = -65% --&amp;gt;&lt;br /&gt;
|Over a dozen dismembered human feet {{w|Salish Sea human foot discoveries|were found}} between 2007 and 2014 on the coasts of the Salish Sea in British Columbia (Canada) and Washington (United States).&lt;br /&gt;
|-&lt;br /&gt;
|DB Cooper&lt;br /&gt;
|76%&lt;br /&gt;
|20% &amp;lt;!-- explainable minus weirdness = -56% --&amp;gt;&lt;br /&gt;
|{{w|D. B. Cooper}} was an airplane hijacker who jumped from a plane after successfully extorting a large ransom in 1971. The man's whereabouts remain unknown to this day, though [http://www.dailymail.co.uk/news/article-2401312/Parachute-used-hijacker-DB-Cooper-escape-stealing-200-000-goes-display.html some of the ransom money has been recovered]. Previously referenced in [[1400: D.B. Cooper]] which compares Cooper to film director {{w|Tommy Wiseau}}. Note that this &amp;quot;Mysteries&amp;quot; comic was published shortly after [http://www.reddit.com/r/IAmA/comments/2zdzik/tommy_wiseau_creator_of_the_room_and_the_new_tv/ Tommy Wiseau did a Reddit AMA.]&lt;br /&gt;
|-&lt;br /&gt;
|The WOW signal&lt;br /&gt;
|55%&lt;br /&gt;
|20% &amp;lt;!-- explainable minus weirdness = -35% --&amp;gt;&lt;br /&gt;
|The {{w|Wow! signal}} was a strong and clean radio transmission near 1420&amp;amp;nbsp;MHz received by the Big Ear Radio Observatory at Ohio State University in 1977 that [http://www.universetoday.com/93754/35-years-later-the-wow-signal-still-tantalizes/ appears to have originated from interstellar space.] This is the strongest evidence to date of radio signals transmitted by extraterrestrial intelligent beings.&lt;br /&gt;
|-&lt;br /&gt;
|Mary Celeste&lt;br /&gt;
|70%&lt;br /&gt;
|43% &amp;lt;!-- explainable minus weirdness = -27% --&amp;gt;&lt;br /&gt;
|The ''{{w|Mary Celeste}}'' was a sailing ship found adrift off the {{w|Azores Islands}}, mysteriously abandoned yet otherwise undisturbed, in 1872. Most likely the crew abandoned ship, wrongly believing it was in danger. Its name has become a watchword for mysteriously abandoned ships.&lt;br /&gt;
|-&lt;br /&gt;
|UVB-76&lt;br /&gt;
|40%&lt;br /&gt;
|23% &amp;lt;!-- explainable minus weirdness = -17% --&amp;gt;&lt;br /&gt;
|{{w|UVB-76}} is a mysterious shortwave radio station, Possibly serving as a {{w|numbers station}}, apparently originating from Russia, that has broadcast a monotonous buzz tone since 1982 with occasional other content.&lt;br /&gt;
|-&lt;br /&gt;
|Who Carly Simon is singing about in ''You're So Vain''&lt;br /&gt;
|9%&lt;br /&gt;
|4% &amp;lt;!-- explainable minus weirdness = -05% --&amp;gt;&lt;br /&gt;
|The ironically self-referential lyrics of the 1972 song include &amp;quot;You're so vain, you probably think this song is about you.&amp;quot; There has been {{w|You%27re_So_Vain#Subject_of_the_song|much speculation}} regarding the person or persons to whom Simon was referring.&lt;br /&gt;
|-&lt;br /&gt;
|Zodiac letters&lt;br /&gt;
|62%&lt;br /&gt;
|62% &amp;lt;!-- explainable minus weirdness = +00% --&amp;gt;&lt;br /&gt;
|A set of letters were written by the so-called {{w|Zodiac Killer}}, a serial killer who was active in California in the 1960s and 1970s. The letters are [http://en.wikisource.org/wiki/Zodiac_Killer_letters available at Wikisource.] Some of the letters are encoded, only some of which have been deciphered. The killings remain unsolved.&lt;br /&gt;
|-&lt;br /&gt;
|Dyatlov Pass incident&lt;br /&gt;
|93%&lt;br /&gt;
|96% &amp;lt;!-- explainable minus weirdness = +03% --&amp;gt;&lt;br /&gt;
|On 2 February 1959, nine skiers in the northern Ural Mountains apparently {{w|Dyatlov Pass Incident|fled their tents without taking time to put on winter clothing}}. They were found dead, some with physical injuries. There are in fact a number of theories regarding this event, and it is not clear which one Randall regards as being obviously correct.&lt;br /&gt;
|-&lt;br /&gt;
|Kentucky meat shower&lt;br /&gt;
|85%&lt;br /&gt;
|93% &amp;lt;!-- explainable minus weirdness = +08% --&amp;gt;&lt;br /&gt;
|In 1876, a number of chunks of meat {{w|Kentucky meat shower|fell from the sky}} in Kentucky; this was possibly [http://blogs.scientificamerican.com/running-ponies/2014/12/01/the-great-kentucky-meat-shower-mystery-unwound-by-projectile-vulture-vomit/ projectile vomit from vultures.]&lt;br /&gt;
|-&lt;br /&gt;
|Lindbergh baby&lt;br /&gt;
|17%&lt;br /&gt;
|25% &amp;lt;!-- explainable minus weirdness = +08% --&amp;gt;&lt;br /&gt;
|The {{w|Lindbergh kidnapping}} was the kidnapping and murder of 20-month old Charles Lindbergh Jr. in 1932. Various {{w|Lindbergh kidnapping#Controversy|conspiracy theories}} surround the event.&lt;br /&gt;
|-&lt;br /&gt;
|Lost colony&lt;br /&gt;
|74%&lt;br /&gt;
|83% &amp;lt;!-- explainable minus weirdness = +09% --&amp;gt;&lt;br /&gt;
|The {{w|Roanoke Colony}} was the first English attempt to establish a permanent settlement in the New World. The colony of over a hundred settlers disappeared some time in the late 1580s, with no signs of violence and no definitive evidence as to what happened. However, given the hardships faced by the colonists when they were left and that the buildings in the colony were dismantled, indicating departure was not hurried, it is likely they moved and/or integrated with the local tribes. Which probably accounts for Randall's high &amp;quot;explainable&amp;quot; rating. (See title text of [[950: Mystery Solved]])&lt;br /&gt;
|-&lt;br /&gt;
|Toynbee tiles&lt;br /&gt;
|25%&lt;br /&gt;
|34% &amp;lt;!-- explainable minus weirdness = +09% --&amp;gt;&lt;br /&gt;
|{{w|Toynbee tiles}} are colorful ceramic tiles with cryptic messages that have been found embedded in asphalt in the streets of various midwestern-to-eastern cities in the United States and four South American cities.&lt;br /&gt;
|-&lt;br /&gt;
|Amelia Earhart&lt;br /&gt;
|56%&lt;br /&gt;
|74% &amp;lt;!-- explainable minus weirdness = +18% --&amp;gt;&lt;br /&gt;
|{{w|Amelia Earhart}} and her navigator tried to circumnavigate the earth along the equator in a small airplane in 1937, but {{w|Amelia Earhart#Speculation on disappearance|disappeared}} over the Pacific Ocean without any trace. See also [[950: Mystery Solved]].&lt;br /&gt;
|-&lt;br /&gt;
|Jimmy Hoffa&lt;br /&gt;
|10%&lt;br /&gt;
|42% &amp;lt;!-- explainable minus weirdness = +32% --&amp;gt;&lt;br /&gt;
|{{w|Jimmy Hoffa}} was an American labor union leader who disappeared in 1975. He is widely believed to have been murdered. (See title text of [[950: Mystery Solved]])&lt;br /&gt;
|-&lt;br /&gt;
|Voynich manuscript&lt;br /&gt;
|35%&lt;br /&gt;
|68% &amp;lt;!-- explainable minus weirdness = +33% --&amp;gt;&lt;br /&gt;
|The {{w|Voynich manuscript}} is an illustrated codex hand-written in an unknown writing system. It came to public attention in the early 20th century and probably was written in Italy in the early 15th century. See also [[593: Voynich Manuscript]].&lt;br /&gt;
|-&lt;br /&gt;
|Loch Ness monster&lt;br /&gt;
|64%&lt;br /&gt;
|100% &amp;lt;!-- explainable minus weirdness = +36% --&amp;gt;&lt;br /&gt;
|The {{w|Loch Ness Monster}} is a supposed animal that reputedly inhabits Loch Ness, a lake in Scotland. Multiple complete scans of the lake using sonar show no evidence of the monster, and the lake ecosystem is far too small to support even a single creature as large as the monster is alleged to be.&lt;br /&gt;
|-&lt;br /&gt;
|Bigfoot&lt;br /&gt;
|60%&lt;br /&gt;
|98% &amp;lt;!-- explainable minus weirdness = +38% --&amp;gt;&lt;br /&gt;
|{{w|Bigfoot}} is a supposed animal or hominid that reputedly inhabits the Pacific Northwest region of North America.&lt;br /&gt;
|-&lt;br /&gt;
|JFK&lt;br /&gt;
|38%&lt;br /&gt;
|86% &amp;lt;!-- explainable minus weirdness = +48% --&amp;gt;&lt;br /&gt;
|The 1963 {{w|Assassination of John F. Kennedy|assassination of President John F. Kennedy}} has inspired many conspiracy theories, beginning almost immediately after the event. The subsequent murder of assassin Lee Harvey Oswald added fuel to the fire by encouraging speculation that he was silenced to cover up the true story. It seems Randall thinks this has been explained pretty well.&lt;br /&gt;
|-&lt;br /&gt;
|Oak Island money pit&lt;br /&gt;
|32%&lt;br /&gt;
|98% &amp;lt;!-- explainable minus weirdness = +66% --&amp;gt;&lt;br /&gt;
|An indentation in the ground on {{w|Oak Island}} (off the east coast of Nova Scotia, Canada), led to over 200 years of treasure hunting, with the excavations repeatedly hampered by flooding pit collapses. A few flagstones, and periodic layers of logs are all that have been found. Rumours abound as to what it conceals: Marie Antoinnette's jewels, pirate treasure and Shakespeare's manuscripts have all been suggested. It is called The Money Pit, because of all the money that has been wasted in trying to solve the mystery.&lt;br /&gt;
|-&lt;br /&gt;
|Why I keep putting ice cream back in the fridge instead of the freezer&lt;br /&gt;
|0%&lt;br /&gt;
|96% &amp;lt;!-- explainable minus weirdness = +96% --&amp;gt;&lt;br /&gt;
|Apparently, Randall absent-mindedly puts his ice cream container into the refrigerator rather than into the freezer.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that Randall used a similar diagram in [[1242: Scary Names]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[In a frame at the top left of the panel:]&lt;br /&gt;
:'''Mysteries'''&lt;br /&gt;
&lt;br /&gt;
:[A chart with two crossing lines with double arrows. Each arrow is labeled:]&lt;br /&gt;
:X-axis left: Not that weird&lt;br /&gt;
:X-axis right: Weird as Hell&lt;br /&gt;
:Y-axis top: I have no explanation&lt;br /&gt;
:Y-axis bottom: Explanation seems pretty clear&lt;br /&gt;
&lt;br /&gt;
:[In the chart there are 22 bullets. Each bullet is labeled. Below the labels are given from top to bottom in each of the four quadrants of the chart:]&lt;br /&gt;
&lt;br /&gt;
:[Top left quadrant:]&lt;br /&gt;
:Who Carly Simon is singing about in You're So Vain&lt;br /&gt;
:UVB-76&lt;br /&gt;
:Lindbergh baby&lt;br /&gt;
:Toynbee tiles&lt;br /&gt;
:Jimmy Hoffa&lt;br /&gt;
&lt;br /&gt;
:[Top right quadrant:]&lt;br /&gt;
:MH370&lt;br /&gt;
:Lead Masks Case&lt;br /&gt;
:DB Cooper&lt;br /&gt;
:The Wow signal&lt;br /&gt;
:Salish Sea feet&lt;br /&gt;
:Mary Celeste&lt;br /&gt;
&lt;br /&gt;
:[Bottom left quadrant:]&lt;br /&gt;
:Voynich manuscript&lt;br /&gt;
:JFK&lt;br /&gt;
:Why I keep putting ice cream back in the fridge instead of the freezer&lt;br /&gt;
:Oak Island Money Pit&lt;br /&gt;
&lt;br /&gt;
:[Bottom right quadrant:]&lt;br /&gt;
:Zodiac letters&lt;br /&gt;
:Amelia Earhart&lt;br /&gt;
:Lost Colony&lt;br /&gt;
:Kentucky meat shower&lt;br /&gt;
:Bigfoot&lt;br /&gt;
:Loch Ness Monster&lt;br /&gt;
:Dyatlov Pass incident&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=906:_Advertising_Discovery&amp;diff=110579</id>
		<title>906: Advertising Discovery</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=906:_Advertising_Discovery&amp;diff=110579"/>
				<updated>2016-02-03T16:26:10Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: Trust me, editing on the wiki community for 2 years really gets to you&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 906&lt;br /&gt;
| date      = June 1, 2011&lt;br /&gt;
| title     = Advertising Discovery&lt;br /&gt;
| image     = citations.png&lt;br /&gt;
| titletext = When advertisers figure this out, our only weapon will be blue sharpies and &amp;quot;[disputed]&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
On {{w|Wikipedia}}, a well-referenced text or statement indicates credibility. References for particular facts are linked to by bracketed blue little numbers in {{w|superscript}}.&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;[1][3][4]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; When faced with a statement followed by these, readers will normally believe it without further ado,&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;[6][10]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; since they take it on trust that there are directions on the bottom of the page, leading to a reliable source or two, agreeing with what the statement says. The effect becomes strengthened when such information often is confirmed to be correct.&lt;br /&gt;
&lt;br /&gt;
In the comic, advertisers have realized that it has gone so far that people in general will take any nonsense for granted if there is just the right amount of Wikipedia-style reference tags to it. The penis pump e-commerce can suddenly flourish (again?) and the spammers won't even need to bother making up findings to cite.&lt;br /&gt;
&lt;br /&gt;
Turgidax{{w|Registered trademark symbol|®}} is something [[Randall]] formed from ''[[wiktionary:turgid|turgid]]'', meaning swollen. The reason that the attaching of ''-ax'' creates a typically pill-like name is simply that ''-ax'' (and ''-ex'') are common Latin adjectival word endings, and that many drugs have names formed from Latin words. -Ax is also, specifically, the root of the -acious ending in English, as in &amp;quot;audacious&amp;quot; or (appropriately) [http://www.merriam-webster.com/dictionary/bodacious bodacious], meaning &amp;quot;extra&amp;quot; or &amp;quot;especially&amp;quot;. The idea is it makes the genitalius extra or especially turgid. ''[[wiktionary:cardiovascular|Cardiovascular]]'' means relating to the heart and blood vessels.&lt;br /&gt;
&lt;br /&gt;
Cueball saying &amp;quot;Sounds legit&amp;quot; may be a reference to the Internet meme &amp;quot;Seems legit&amp;quot;, where when faced with a dubious proposal one unquestioningly accepts or agrees with it, which would make sense in this scenario.&lt;br /&gt;
&lt;br /&gt;
The title text is about how Wikipedia users have been able to add &amp;quot;disputed&amp;quot;-tags (nowadays &amp;quot;disputed – discuss&amp;quot;) after challenged facts, with {{w|Template:Disputed-inline|this template}}, since the dawn of time.&amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;color:#0000FF&amp;quot;&amp;gt;[11]&amp;lt;/span&amp;gt;[&amp;lt;span style=&amp;quot;color:#0000FF&amp;quot;&amp;gt;disputed&amp;lt;/span&amp;gt; – &amp;lt;span style=&amp;quot;color:#0000FF&amp;quot;&amp;gt;discuss&amp;lt;/span&amp;gt;]&amp;lt;/sup&amp;gt; ({{w|Reliability of Wikipedia|Incredible example}}, first sentence.) So when faced with the new advertising trick {{w|Real life|IRL}}, we could counter by scribbling those tags all over with blue {{w|Sharpie (marker)|Sharpie}} marker pens, and so automatically revive the {{w|critical thinking}}.&lt;br /&gt;
&lt;br /&gt;
The comic also references Wikipedia's Neutrality policy, due to the high influx of Paid editors. Indeed, many of Wikipedia editors time is taken up by cleaning up articles with non neutral points of view.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Advertising discovery:&lt;br /&gt;
:[Person sits at computer, reading an ad on the screen. The bracketed superscripts are blue.]&lt;br /&gt;
:Ad: Turgidax&amp;amp;reg; triples&amp;lt;sup style=&amp;quot;color:blue;&amp;quot;&amp;gt;[2]&amp;lt;/sup&amp;gt; your penis size overnight,&amp;lt;sup style=&amp;quot;color:blue;&amp;quot;&amp;gt;[2][5]&amp;lt;/sup&amp;gt; improving both your sexual attractiveness&amp;lt;sup style=&amp;quot;color:blue;&amp;quot;&amp;gt;[2][7]&amp;lt;/sup&amp;gt; and your cardiovascular health.&amp;lt;sup style=&amp;quot;color:blue;&amp;quot;&amp;gt;[7][8][9]&amp;lt;/sup&amp;gt;&lt;br /&gt;
:Person (thinking): Sounds legit.&lt;br /&gt;
:Caption: Wikipedia has trained us to believe anything followed by little blue numbers in brackets.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Randall changed the image name from advertising_discovery.png to citations.png, since adblocking extensions interpreted it as an ad and made the comic blank. He had the same problem just three months earlier with [[870: Advertising]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Penis]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=214:_The_Problem_with_Wikipedia&amp;diff=110578</id>
		<title>214: The Problem with Wikipedia</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=214:_The_Problem_with_Wikipedia&amp;diff=110578"/>
				<updated>2016-02-03T16:20:32Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: fiX&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 214&lt;br /&gt;
| date      = January 24, 2007&lt;br /&gt;
| title     = The Problem with Wikipedia&lt;br /&gt;
| image     = the_problem_with_wikipedia.png&lt;br /&gt;
| titletext = 'Taft in a wet t-shirt contest' is the key image here.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This {{w|Comics|comic}} {{w|Illustration|illustrates}} the {{w|Problem|&amp;quot;problems&amp;quot;}} of {{w|information explosion}} coupled with a {{w|Density|dense}} {{w|World_Wide_Web|web}} of {{w|hypertext}} {{w|Hyperlink|links}}. Through most of human history, written media has been both slow and linear. Hypertext allows a new type of information consumption, through small chunks of information linked together in a web of related concepts, and by being digital, each new chunk can be retrieved quickly and effortlessly. Wikipedia applies this principle very strongly, and because it covers so many topics, it is common for a reader to skim an article about a topic they need or want to know about, and end up following a series of links out of curiosity. Since each new page also has several links, the overall navigation pattern resembles a tree that branches out, &amp;quot;exploding&amp;quot; in size with each new level of link-clicking, thus resulting in many wasted hours (over three in this case) of reading stuff unrelated to the original goal, and lots of open browser tabs holding a wide variety of articles, which are seemingly unrelated, but have common &amp;quot;ancestors&amp;quot;. (The problem, for [[Randall]], of wasting time on Wikipedia was later referenced in the title text of [[1501: Mysteries]]). The large diversity in end links may also be a reference to the wikipedia game.&lt;br /&gt;
 &lt;br /&gt;
One can also see this effect occur in other {{w|Media Wiki}} powered wikis such as this very website, where one comic can lead to another of similar relation or category. In the [[#Table|table]] below a possible route for each entry has been found.&lt;br /&gt;
&lt;br /&gt;
Finding routes between the start and end points of the two pages above and the six below makes good challenges in {{w|Wikipedia:Wiki Game|the Wikipedia game}}.&lt;br /&gt;
&lt;br /&gt;
The title text refers to two of the articles that were supposedly reached at the bottom. {{w|William Howard Taft}} was the 27th President of the U.S., in office from 1909 to 1913, who was notorious for being so overweight that he became stuck in the White House bathtub. A {{w|wet T-shirt contest}} ''is an {{w|Exhibitionism|exhibitionistic}} competition typically featuring young women contestants at a nightclub, bar, or resort.'' Clearly the combination of these two would be rather bizarre.&lt;br /&gt;
&lt;br /&gt;
There is an online game that involves trying to get from one Wikipedia page to another in the shortest possible route http://thewikigame.com/&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
Due to the ever changing nature of Wikipedia, the {{w|Tacoma Narrows Bridge}} entry on Wikipedia no longer links to [https://en.wikipedia.org/w/index.php?title=Structural_collapse&amp;amp;redirect=no Structural collapse], requiring an intermediate step via {{w|Tacoma Narrows Bridge (1940)}}, and since {{w|Structural collapse}} now redirects to {{w|Structural integrity and failure}}, most pages on Wikipedia that linked to Structural collapse have been changed to rename this link.&lt;br /&gt;
&lt;br /&gt;
*The table below will list one valid route for each destination article, though it is not necessarily the most efficient route. ''Note that these routes may become invalid as articles are edited.'' &lt;br /&gt;
**They have all been updated on 03-21-2015 with possible routes. &lt;br /&gt;
***Note that all links can be found directly on the page by searching with find. This was not the case in the original version of the paths, where some links were in hidden parts of the page. Thus some of these new paths are longer on this acount.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Target&lt;br /&gt;
!Wikipath &lt;br /&gt;
|-&lt;br /&gt;
|{{w|William Howard Taft}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Suspension bridge}} &amp;gt; {{w|George Washington Bridge}} &amp;gt; {{w|Washington Heights, Manhattan}} &amp;gt; {{w|George Washington}} &amp;gt; {{w|President of the United States}} &amp;gt; {{w|William Howard Taft}}&lt;br /&gt;
|-&lt;br /&gt;
|{{w|24-hour analog dial}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Suspension bridge}} &amp;gt; {{w|Steel rope}} (now redirecting to ''Wire rope'') &amp;gt; {{w|Steel}} &amp;gt; {{w|Watch}} &amp;gt; {{w|24-hour analog dial}}&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Lesbianism in erotica}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Suspension bridge}} &amp;gt; {{w|Fausto Veranzio}} &amp;gt; {{w|Zagreb}} &amp;gt; {{w|Animation}} &amp;gt; {{w|Anime}} &amp;gt; {{w|Hentai}} &amp;gt; {{w|Cartoon pornography}} &amp;gt; {{w|Pornography}} &amp;gt; {{w|Lesbianism in erotica}}&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Fatal hilarity}} via {{w|Batman}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Suspension Bridge}} &amp;gt; {{w|New York City}} &amp;gt; {{w|Washington Irving}} &amp;gt; {{w|Batman}} &amp;gt; {{w|Batman (1989 film)}} (this extra link now needed to go to the final page) &amp;gt; {{w|Fatal hilarity}} (this page now redirects to ''Death from laughter''. On the previous page the link to that page is called ''laugh to death'')&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Taylor Hanson}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Tacoma Narrows Bridge (1940)}} (this extra link now needed to go to the next page) &amp;gt; {{w|Structural collapse}} (this page now redirects to ''Structural integrity and failure'' and is also called this on the previous page) &amp;gt; {{w|Burj Khalifa}} &amp;gt; {{w|Chicago}} &amp;gt; {{w|Baseball}} &amp;gt; {{w|Baseball rules}} &amp;gt; {{w|Hit by pitch}} &amp;gt; {{w|Homer Simpson}} &amp;gt; {{w|Namesake}} &amp;gt; {{w|Taylor Hanson}}&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Wet T-Shirt Contest}} via {{w|T-Shirt}} and {{w|Cotton}}&lt;br /&gt;
|{{w|Tacoma Narrows Bridge}} &amp;gt; {{w|Tacoma Narrows Bridge (1940)}} (this extra link now needed to go to the next page) &amp;gt; {{w|Structural collapse}} (this page now redirects to ''Structural integrity and failure'' and is also called this on the previous page) &amp;gt; {{w|Maharashtra}} &amp;gt; {{w|Cotton}} &amp;gt; {{w|T-Shirt}} &amp;gt; {{w|Wet T-Shirt Contest}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Heading above the chart:]&lt;br /&gt;
:The Problem with Wikipedia:&lt;br /&gt;
:[Text in a frame below the heading:]&lt;br /&gt;
:Tacoma Narrows Bridge&lt;br /&gt;
:[Lines lead down both left and right to two new frames with the following text] &lt;br /&gt;
:Suspension bridge &lt;br /&gt;
:Structural collapse&lt;br /&gt;
:[Two more lines lead down from the left frame and one from the right frame, and each line ends on a wiggling line. Below this line in square brackets are the following text:]&lt;br /&gt;
:Three hours of &lt;br /&gt;
:fascinated clicking later&lt;br /&gt;
:[Below this there is a similar wiggling line, from where six lines leads to new frames. From the fourth frame there follows yet another line to yet another frame. And from the last frame the same happens twice. Below text in frames from left to right, with extra text below indicated by indentation of the text:]&lt;br /&gt;
:William Howard Taft&lt;br /&gt;
:24-hour analog dial&lt;br /&gt;
:Lesbianism in erotica&lt;br /&gt;
:Batman&lt;br /&gt;
::Fatal hilarity&lt;br /&gt;
:Taylor Hanson&lt;br /&gt;
:Cotton&lt;br /&gt;
::T-Shirt&lt;br /&gt;
:::Wet T-shirt contest&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Wikipedia]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=241:_Battle_Room&amp;diff=110577</id>
		<title>241: Battle Room</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=241:_Battle_Room&amp;diff=110577"/>
				<updated>2016-02-03T16:16:17Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: DONT U FUCKING DARE SAY CRUFT OR I WILL [DATA EXPUNGED]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 241&lt;br /&gt;
| date      = March 28, 2007&lt;br /&gt;
| title     = Battle Room&lt;br /&gt;
| image     = battle_room.png&lt;br /&gt;
| titletext = Bean actually sabotaged it just to give Dink the excuse to make that joke.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The book {{w|Ender's Game}} by {{w|Orson Scott Card}} is about Ender Wiggin, a boy of above-average intelligence which means he is recruited to be trained to be one of the commanders of Earth's &amp;quot;Defense&amp;quot; Fleet should the {{w|Formics|Buggers}} invade again (future books renamed the Buggers to the Formics, to be more politically correct, since the British consider Bugger to be a swear word). Ender is taken to a space school called Battle School. At the center of Battle School is the Battle Room, that all the training revolves (literally and figuratively) around.&lt;br /&gt;
&lt;br /&gt;
The Battle room is described as a hollow perfect cube. &amp;quot;Stars&amp;quot; (smaller cubes) can be pulled from the walls (without changing the shape, more stars come in to fill the space where the old one was) and can be used as obstacles in the Battle Room as they will remain absolutely stationary, no matter what force is exerted on them. There is no gravity in the Battle Room. Most squads entering the Battle Room keep their orientation from the hallway (gravity in the hallway dictates where &amp;quot;down&amp;quot; is in the Room). Ender realizes that because the room is a perfect cube, and that even the entrances, called &amp;quot;gates&amp;quot;, are perfect squares and do not give any hint about which direction is up or down, that keeping that orientation is useless. He instructs his squad to orient so that the enemy's gate is down, a line of lateral thinking that gives his team three big advantages (smaller targets, &amp;quot;shielding&amp;quot; themselves with their own feet, and unprecedented angles of attack) and leads them to a perfect winning streak.&lt;br /&gt;
&lt;br /&gt;
The joke here, as made by Ender's squadmate Dink, is that the enemy's gate is &amp;quot;down&amp;quot;, as in broken. A computer or a website is said to be &amp;quot;down&amp;quot; when it stops operating or is unavailable, due to a cause such as a crash, power cut, or being taken down for maintenance.&lt;br /&gt;
&lt;br /&gt;
The title text suggests that the enemy's gate was sabotaged by Bean, another, more tech smart, friend of Ender's, for the sole reason of allowing Dink to make the joke.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A scene is depicted from the Battle Room of the novel Ender's Game by Orson Scott Card. The men are floating in a room with random cubes.]&lt;br /&gt;
:Dink: Sorry, Ender — seems like there were some system crashes. The battle's gotta be cut short.&lt;br /&gt;
:Ender: The lasers still work.&lt;br /&gt;
:Dink: Yeah, but the enemy's gate is down.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Ender's Game]]&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Cloaker&amp;diff=110575</id>
		<title>User:Cloaker</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Cloaker&amp;diff=110575"/>
				<updated>2016-02-03T16:05:04Z</updated>
		
		<summary type="html">&lt;p&gt;Cloaker: Created page with &amp;quot;Hello, my name is cloaker, I live under cars and inside of Vents!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello, my name is cloaker, I live under cars and inside of Vents!&lt;/div&gt;</summary>
		<author><name>Cloaker</name></author>	</entry>

	</feed>