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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=936:_Password_Strength&amp;diff=120843</id>
		<title>936: Password Strength</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=936:_Password_Strength&amp;diff=120843"/>
				<updated>2016-05-25T20:45:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* External links */ added CMU &amp;amp; Microsoft links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 936&lt;br /&gt;
| date      = August 10, 2011&lt;br /&gt;
| title     = Password Strength&lt;br /&gt;
| image     = password strength.png&lt;br /&gt;
| titletext = To anyone who understands information theory and security and is in an infuriating argument with someone who does not (possibly involving mixed case), I sincerely apologize.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is saying that the password in the top frames &amp;quot;Tr0ub4dor&amp;amp;3&amp;quot; is easier for password cracking software to guess because it has less entropy than &amp;quot;correcthorsebatterystaple&amp;quot; and also more difficult for a human to remember, leading to insecure practices like writing the password down on a post-it attached to the monitor.&lt;br /&gt;
&lt;br /&gt;
In simple cases the {{w|Entropy (information theory)|entropy}} of a password is calculated as ''a^b'' where ''a'' is the number of allowed symbols and ''b'' is its length. A dictionary word (however long) has an entropy of around 65000, i.e. 16 bits. A truly random string of length 11 (not like &amp;quot;Tr0ub4dor&amp;amp;3&amp;quot;, but more like &amp;quot;J4I/tyJ&amp;amp;Acy&amp;quot;) has 94^11 = 72.1 bits. However the comic shows that &amp;quot;Tr0ub4dor&amp;amp;3&amp;quot; has only 28 bits of entropy. Another way of selecting a password is to have 2048 &amp;quot;symbols&amp;quot; (common words) and select only 4 of those symbols. 2048^4 = 44 bits, much better than 28.&lt;br /&gt;
&lt;br /&gt;
It is absolutely true that people make passwords hard to remember because they think they are &amp;quot;safer&amp;quot;, and it is certainly true that length, all other things being equal, tends to make for very strong passwords and this can confirmed by using [http://rumkin.com/tools/password/passchk.php rumkin.com's password strength checker]. Even if the individual characters are all limited to [a-z], the exponent implied in &amp;quot;we added another lowercase character, so multiply by 26 again&amp;quot; tends to dominate the results.&lt;br /&gt;
&lt;br /&gt;
In addition to being easier to remember, long strings of lowercase characters are also easier to type on smartphones and {{w|Virtual keyboard|soft keyboards}}.&lt;br /&gt;
&lt;br /&gt;
xkcd's password generation scheme requires the user to have a list of 2048 common words (log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;(2048) = 11). For any attack we must assume that the attacker knows our password generation algorithm, but not the exact password. In this case the attacker knows the 2048 words, and knows that we selected 4 words, but not which words. The number of combinations of 4 words from this list of words is (2&amp;lt;sup&amp;gt;11&amp;lt;/sup&amp;gt;)&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; = 2&amp;lt;sup&amp;gt;44&amp;lt;/sup&amp;gt; bits. For comparison, the [http://world.std.com/~reinhold/dicewarefaq.html#calculatingentropy entropy offered by Diceware's 7776 word list is 13 bits per word]. If the attacker doesn't know the algorithm used, and only knows that lowercase letters are selected, the &amp;quot;common words&amp;quot; password would take even longer to crack than depicted. 25 ''random'' lowercase characters would have [http://www.wolframalpha.com/input/?i=log2%2826^25%29 117 bits of entropy], vs 44 bits for the common words list.&lt;br /&gt;
&lt;br /&gt;
;Example&lt;br /&gt;
Below there is a detailed example which shows how different rules of complexity work to generate a password with supposed 44 bits of entropy. The examples of expected passwords were generated in random.org.(*)&lt;br /&gt;
&lt;br /&gt;
If ''n'' is the number of symbols and ''L'' is the length of the password, then ''L'' = 44 / log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;(n).&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Symbols&lt;br /&gt;
!Number of symbols&lt;br /&gt;
!Minimum length&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Examples of expected passwords&lt;br /&gt;
!Example of an actual password&lt;br /&gt;
!Actual bits of entropy&lt;br /&gt;
!Comment&lt;br /&gt;
|-&lt;br /&gt;
|a||26||9.3||mdniclapwz||jxtvesveiv||troubadorx||16+4.7 = 20.7||Extra letter to meet length requirement; log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;(26) = 4.7&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|a 9&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|36&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|8.5&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|qih7cbrmd&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|ewpltiayq&lt;br /&gt;
|tr0ub4d0r||16+3=19||3 = common substitutions in the comic&lt;br /&gt;
|-&lt;br /&gt;
|troubador1||16+3.3=19.3||log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;(10) = 3.3&lt;br /&gt;
|-&lt;br /&gt;
|a A||52||7.7||jAwwBYne||NeTvgcrq||Troubador||16+1=17||1 = caps? in the comic&lt;br /&gt;
|-&lt;br /&gt;
|a &amp;amp;amp;||58||7.5||j.h?nv),||c/~/fg\:||troubador&amp;amp;amp;||16+4=20||4 = punctuation in the comic&lt;br /&gt;
|-&lt;br /&gt;
|a A 9||62||7.3||cDe8CgAf||RONygLMi||Tr0ub4d0r||16+1+3=20||1 = caps?; 3 = common substitutions&lt;br /&gt;
|-&lt;br /&gt;
|a 9 &amp;amp;amp;||68||7.2||_@~&amp;quot;#^.2||un$l&amp;amp;#x7c;!f]||tr0ub4d0r&amp;amp;amp;||16+3+4=23||3 = common substitutions; 4 = punctuation&lt;br /&gt;
|-&lt;br /&gt;
|a A 9 &amp;amp;amp;||94||6.7||Re-:aRo||^$rV{3?||Tr0ub4d0r&amp;amp;||16+1+3+4=24||1 = caps?; 3 = common substitutions; 4 = punctuation&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|common words&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|2048&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|4&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|reasonable&amp;amp;#8203;retail&amp;amp;#8203;sometimes&amp;amp;#8203;possibly&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|constant&amp;amp;#8203;yield&amp;amp;#8203;specify&amp;amp;#8203;priority||reasonable&amp;amp;#8203;retail&amp;amp;#8203;sometimes&amp;amp;#8203;possibly||11&amp;amp;times;4=44||Go to random.org and select 4 random integers between 1 and 2048; then go to your list of common words &lt;br /&gt;
|-&lt;br /&gt;
|correct&amp;amp;#8203;horse&amp;amp;#8203;battery&amp;amp;#8203;staple&lt;br /&gt;
|0&lt;br /&gt;
|Because of this comic, this password has no entropy&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:a = lowercase letters&lt;br /&gt;
:A = uppercase letters&lt;br /&gt;
:9 = digits&lt;br /&gt;
:&amp;amp;amp; = the 32 special characters in an American keyboard; Randall assumes only the 16 most common characters are used in practice (4 bits)&lt;br /&gt;
&lt;br /&gt;
:(*)&amp;amp;nbsp;The use of random.org explains why &amp;lt;code&amp;gt;jAwwBYne&amp;lt;/code&amp;gt; has two consecutive w's, why &amp;lt;code&amp;gt;Re-:aRo&amp;lt;/code&amp;gt; has two R's, why &amp;lt;code&amp;gt;_@~&amp;quot;#^.2&amp;lt;/code&amp;gt; has no letters, why &amp;lt;code&amp;gt;ewpltiayq&amp;lt;/code&amp;gt; has no numbers, why &amp;quot;constant yield&amp;quot; is part of a password, etc. A human would have attempted at passwords that looked random.&lt;br /&gt;
&lt;br /&gt;
==People who don't understand information theory and security==&lt;br /&gt;
&lt;br /&gt;
The title text likely refers to the fact that this comic could cause people who understand information theory and agree with the message of the comic to get into an infuriating argument with people who do not — and disagree with the comic.&lt;br /&gt;
&lt;br /&gt;
If you're confused, don't worry; you're in good company; even security &amp;quot;experts&amp;quot; don't understand the comic:&lt;br /&gt;
&lt;br /&gt;
*  Bruce Schneier thinks that dictionary attacks make this method &amp;quot;obsolete&amp;quot;, despite the comic ''assuming'' perfect knowledge of the user's dictionary from the get-go.  He advocates his own low-entropy &amp;quot;first letters of common plain English phrases&amp;quot; method instead:  [https://www.schneier.com/blog/archives/2014/03/choosing_secure_1.html#!s!xkcd Schneier original article] and rebuttals: [http://robinmessage.com/2014/03/why-bruce-schneier-is-wrong-about-passwords/ 1] [http://security.stackexchange.com/a/62881/10616 2] [http://www.reddit.com/r/technology/comments/1yxgqo/bruce_schneier_on_choosing_a_secure_password/cfp2z9k 3] [http://www.reddit.com/r/YouShouldKnow/comments/232uch/ysk_how_to_properly_choose_a_secure_password_the/cgte7lp 4] [http://www.reddit.com/r/YouShouldKnow/comments/232uch/ysk_how_to_properly_choose_a_secure_password_the/cgszp62 5] [http://www.reddit.com/r/YouShouldKnow/comments/232uch/ysk_how_to_properly_choose_a_secure_password_the/cgt6ohq 6]&lt;br /&gt;
* Steve Gibson basically gets it, but calculates entropy incorrectly in order to promote his own method and upper-bound password-checking tool: [https://www.grc.com/sn/sn-313.htm#!s!math%20is%20wrong Steve Gibson Security Now transcript] and [https://subrabbit.wordpress.com/2011/08/26/how-much-entropy-in-that-password/ rebuttal]&lt;br /&gt;
* Computer security consultant Mark Burnett ''almost'' understands the comic, but then advocates adding numerals and other crud to make passphrases less memorable, missing the point: [https://web.archive.org/web/20150319220514/https://xato.net/passwords/analyzing-the-xkcd-comic/ Analyzing the XKCD Passphrase Comic]&lt;br /&gt;
* Ken Grady incorrectly thinks that user-selected sentences like &amp;quot;I have really bright children&amp;quot; have the same entropy as randomly-selected words: [http://blog.hellersearch.com/Blog/bid/141527/Is-Your-Password-Policy-Stupid Is Your Password Policy Stupid?]&lt;br /&gt;
* Diogo Mónica doesn't understand that the words have to be truly random, not user-selected, like &amp;quot;let me in facebook&amp;quot;:  [https://diogomonica.com/posts/password-security-why-the-horse-battery-staple-is-not-correct/ Password Security: Why the horse battery staple is not correct]&lt;br /&gt;
&lt;br /&gt;
Sigh.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:The comic illustrates the relative strength of passwords assuming basic knowledge of the system used to generate them.&lt;br /&gt;
:A set of boxes is used to indicate how many bits of entropy a section of the password provides.&lt;br /&gt;
:The comic is laid out with 6 panels arranged in a 3x2 grid.&lt;br /&gt;
:On each row, the first panel explains the breakdown of a password, the second panel shows how long it would take for a computer to guess, and the third panel provides an example scene showing someone trying to remember the password.&lt;br /&gt;
&lt;br /&gt;
:[The password &amp;quot;Tr0ub4dor&amp;amp;3&amp;quot; is shown in the center of the panel. A line from each annotation indicates the word section the comment applies to.]&lt;br /&gt;
&lt;br /&gt;
:Uncommon (non-gibberish) base word&lt;br /&gt;
:[Highlighting the base word - 16 bits of entropy.]&lt;br /&gt;
:Caps?&lt;br /&gt;
:[Highlighting the first letter - 1 bit of entropy.]&lt;br /&gt;
:Common Substitutions&lt;br /&gt;
:[Highlighting the letters 'a' (substituted by '4') and both 'o's (the first of which is substituted by '0') - 3 bits of entropy.]&lt;br /&gt;
:Punctuation&lt;br /&gt;
:[Highlighting the symbol appended to the word - 4 bits of entropy.]&lt;br /&gt;
:Numeral&lt;br /&gt;
:[Highlighting the number appended to the word - 3 bits of entropy.]&lt;br /&gt;
:Order unknown&lt;br /&gt;
:[Highlighting the appended characters - 1 bit of entropy.]&lt;br /&gt;
:(You can add a few more bits to account for the fact that this is only one of a few common formats.)&lt;br /&gt;
&lt;br /&gt;
:~28 bits of entropy &lt;br /&gt;
:2&amp;lt;sup&amp;gt;28&amp;lt;/sup&amp;gt; = 3 days at 1000 guesses sec&lt;br /&gt;
:(Plausible attack on a weak remote web service. Yes, cracking a stolen hash is faster, but it's not what the average user should worry about.)&lt;br /&gt;
:Difficulty to guess: Easy.&lt;br /&gt;
&lt;br /&gt;
:[Cueball stands scratching his head trying to remember the password.]&lt;br /&gt;
:Cueball: Was it trombone? No, Troubador. And one of the O's was a zero?&lt;br /&gt;
:Cueball: And there was some symbol...&lt;br /&gt;
:Difficulty to remember: Hard.&lt;br /&gt;
&lt;br /&gt;
:[The passphrase &amp;quot;correct horse battery staple&amp;quot; is shown in the center of the panel.]&lt;br /&gt;
:Four random common words {Each word has 11 bits of entropy.}&lt;br /&gt;
&lt;br /&gt;
:~44 bits of entropy&lt;br /&gt;
:2&amp;lt;sup&amp;gt;44&amp;lt;/sup&amp;gt; = 550 years at 1000 guesses sec&lt;br /&gt;
:Difficulty to guess: Hard.&lt;br /&gt;
&lt;br /&gt;
:[Cueball is thinking, in his thought bubble a horse is standing to one side talking to an off-screen observer. An arrow points to a staple attached to the side of a battery.]&lt;br /&gt;
:Horse: That's a battery staple.&lt;br /&gt;
:Observer: Correct!&lt;br /&gt;
:Difficulty to remember: You've already memorized it&lt;br /&gt;
&lt;br /&gt;
:Through 20 years of effort, we've successfully trained everyone to use passwords that are hard for humans to remember, but easy for computers to guess.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*Some info was used from the highest voted answer given to the question of &amp;quot;how accurate is this XKCD comic&amp;quot; at StackExchange [http://security.stackexchange.com/questions/6095/xkcd-936-short-complex-password-or-long-dictionary-passphrase].&lt;br /&gt;
*Similarly, a question of &amp;quot;how right this comic is&amp;quot; was made at AskMetaFilter [http://ask.metafilter.com/193052/Oh-Randall-you-do-confound-me-so] and [[Randall]] responded [http://ask.metafilter.com/193052/Oh-Randall-you-do-confound-me-so#2779020 there].&lt;br /&gt;
*Also the Wikipedia article on '{{w|Passphrase}}' is useful.&lt;br /&gt;
*In case you missed it in the explanation, GRC's Steve Gibson has a fantastic page [https://www.grc.com/haystack.htm] about this (and may have prompted this comic, as his podcast [http://www.grc.com/sn/sn-303.htm] about this was posted the month before this comic).&lt;br /&gt;
* This comic inspired [http://blog.acolyer.org/2015/10/29/how-to-memorize-a-random-60-bit-string/ How to memorize a random 60-bit string] scientific paper (link is to the article about paper, wth paper itself linked)&lt;br /&gt;
* [https://github.com/dropbox/zxcvbn zxcvbn password strength estimator] thanks this comic for the inspiration in acknowledgements.&lt;br /&gt;
* CMU paper: [http://cups.cs.cmu.edu/soups/2012/proceedings/a7_Shay.pdf Correct horse battery staple: Exploring the usability of system-assigned passphrases]&lt;br /&gt;
* [http://research.microsoft.com/pubs/265143/Microsoft_Password_Guidance.pdf Microsoft Password Guidance] (page 8)&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1468:_Worrying&amp;diff=85261</id>
		<title>1468: Worrying</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1468:_Worrying&amp;diff=85261"/>
				<updated>2015-02-27T03:01:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Table */  - typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1468&lt;br /&gt;
| date      = January 2, 2015&lt;br /&gt;
| title     = Worrying&lt;br /&gt;
| image     = worrying.png&lt;br /&gt;
| titletext = If the breaking news is about an event at a hospital or a lab, move it all the way over to the right.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This chart is a visual representation of how worried people should be by various events in real life compared to the same events in movies, based on the the likelihood of the event causing serious harm. In effect it's poking fun at various cliches and the emphasis on dramatic flair, regardless of realism. The chart's Y-axis indicates how worrying an event is in real life (from &amp;quot;not very worried&amp;quot; to &amp;quot;very worried&amp;quot;), while its X-axis shows how worrying the event is in movies. Nine events are shown in the chart, all of them cliches in the medium of film:&lt;br /&gt;
&lt;br /&gt;
*'''Spilling a drink on your shirt''': In both real life and in movies, this just causes a stain and maybe a little embarrassment.&lt;br /&gt;
*'''Nosebleed''': Nosebleeds are common in real life and almost never are serious...almost. [http://tvtropes.org/pmwiki/pmwiki.php/Main/DeadlyNosebleed Nosebleeds in movies] are almost always a sign that something ''is'' seriously wrong - the common, mundane nosebleeds never come up. In ''Firefly'', the blue hand men use a device that causes a nosebleed followed by  massive haemorrhaging and death. Even &amp;quot;mundane&amp;quot; nosebleeds brought on by fisticuffs are a sign that either someone has just lost, [http://tvtropes.org/pmwiki/pmwiki.php/Main/HeroicSecondWind or someone is about to have an adrenaline rush]. This does not always apply to boxing movies where the hero can easily have a massive nosebleed and still win the fight.&lt;br /&gt;
*'''Breaking news''': People in real life commonly don't pay much attention to the news at all, so many breaking stories go unnoticed until much later.  Most breaking news stories are also about non-threatening events (eg. presidential addresses) or events that are far removed from the viewer. However, in movies, seeing the news station switch to a &amp;quot;breaking news&amp;quot; broadcast is usually a means to introduce a significant plot element that the characters find worrying, and large numbers of people are often shown watching and being emotionally affected by the news while it's breaking. XKCD has referenced [[1387|news reports as foreshadowing before]].&lt;br /&gt;
*'''Parking ticket''': Tickets in movies are almost always ignored, but in real life they are moderately worrying because they cost money and can tarnish your driving record.&lt;br /&gt;
*'''Persistent cough''': In real life, coughing fits can be a sign of serious illness, but usually aren't. If you have a persistent cough, you should check with a doctor. In movies, just like with nosebleeds, a person with a [http://tvtropes.org/pmwiki/pmwiki.php/Main/IncurableCoughOfDeath persistent cough] is almost always extremely ill or infectious.&lt;br /&gt;
*'''&amp;quot;We need to talk.&amp;quot;''': This phrase is a common, stereotypical lead-in to a serious conversation, usually about a couple's relationship status, that often causes a high level of worry in the recipient.  According to this chart, this phrase is equally worrisome both in movies and in real life.&lt;br /&gt;
*'''Getting knocked out by a punch''': In movies, a character who is [http://tvtropes.org/pmwiki/pmwiki.php/Main/TapOnTheHead knocked out by a punch] always wakes up sometime later with no lasting effects, making it less cause for concern than a spilt drink. In real life, however, a person knocked out by a punch can suffer serious brain injuries or even die from the punch itself, or can sustain further injuries from their head hitting the ground.&lt;br /&gt;
*'''Chest wounds''': The chart mentions wounds on both your right and left sides. In real life, a chest wound to either side is extremely worrying. But in movies, getting wounded on the right side of the chest will rarely deal lasting damage to the hero or primary villain, to show how badass they are. Wounds on the ''left'' side of the chest signify swift death. This can be explained by the common misconception that the heart is on the left side of the chest - it is actually in the centre, with a slight tendency to the left. However, even left-side chest wounds are apparently still less worrisome than nosebleeds. It must also be noted that the term &amp;quot;chest wound&amp;quot; is more broad than what the author of the comic appears to mean. More narrow terms of &amp;quot;thoracic gunshot wound&amp;quot;, &amp;quot;gunshot chest wound&amp;quot;, &amp;quot;thoracic ballistic trauma&amp;quot; or &amp;quot;penetrating chest wound&amp;quot; (the latter is slightly broader and includes the damage inflicted by blades and other impaled objects) would be more appropriate, because just a &amp;quot;chest wound&amp;quot; includes such insignificant events as minor skin cuts in the chest area.&lt;br /&gt;
&lt;br /&gt;
The title text expands on the aforementioned breaking news reports. While already overly worrying whenever they occur in movies compared to real life, should the movie's news report cover an event at a hospital (usually an outbreak of some major disease) or a laboratory (a monster escaping, a toxic gas released, an explosion, etc.), these events are universally much more worrisome than any other type of news story since they are guaranteed to be important for the protagonists in short order.&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
The comic shows an X-Y plot of events, showing how worried you should be ''in real life'' on the vertical axis and ''in movies'' on the horizontal axis. The axis goes from &amp;quot;not very worried&amp;quot; to &amp;quot;very worried&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Below is a table listing the coordinate for each event according to how worrying it is. The coordinates have been found by measuring each dot to the two axises and then assuming that the extremes are at 100%. &lt;br /&gt;
*Note that this gives two possible ways to interpret the Y-axis &amp;quot;In real life&amp;quot; coordinate. &lt;br /&gt;
**Either chest wound is at 100% - this is the first Y-axis coordinate given below under &amp;quot;In real life&amp;quot;. &lt;br /&gt;
**But alternatively it could be the most worrisome event over all that should be set to 100% including also the most worrisome event on the X-axis for &amp;quot;In movies&amp;quot;. In this case the nosebleed event sets the 100% bar higher, thus lowering the percentage for the &amp;quot;In real life&amp;quot; events. Either way could be argued, and thus this other coordinate is given as In Real Life vs. Nose Bleed ('''IRL vs. NB'''). &lt;br /&gt;
*For the &amp;quot;In movies&amp;quot; coordinate nosebleed is at 100%. However since nosebleed is located past the end of the x-axis arrow it could be argued that it is this event that is off the chart in the movies. But this table will assume this as the 100% mark either over all or at least for the X-axis for &amp;quot;In Movies&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! In real life !! IRL vs. NB !! In movies !! Event&lt;br /&gt;
|-&lt;br /&gt;
| 100% || 73% || 30% || Chest wound on your right side&lt;br /&gt;
|-&lt;br /&gt;
| 100% || 73% || 80% || Chest wound on your left side&lt;br /&gt;
|-&lt;br /&gt;
| 81% || 59% || 9% || Getting knocked out by a punch&lt;br /&gt;
|-&lt;br /&gt;
| 75% || 55% || 62% || &amp;quot;We need to talk.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 51% || 37% || 90% || Persistent cough&lt;br /&gt;
|-&lt;br /&gt;
| 28% || 20% || 8% || Parking ticket&lt;br /&gt;
|-&lt;br /&gt;
| 24% || 18% || 74% || Breaking news&lt;br /&gt;
|-&lt;br /&gt;
| 12% || 8% || 11% || Spilling a drink on your shirt&lt;br /&gt;
|-&lt;br /&gt;
| 11% || 8% || 100% || Nosebleed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''How worried should you be when various things happen to you:'''&lt;br /&gt;
:[A chart with a scatter plot on which 9 dots are labeled. Each axis have a title and a scale. Reading from the top to the bottom and then left to right along the axis are:]&lt;br /&gt;
:Very worried&lt;br /&gt;
:'''...In Real Life'''&lt;br /&gt;
:Not very worried&lt;br /&gt;
&lt;br /&gt;
:Not very worried&lt;br /&gt;
:'''...In Movies'''&lt;br /&gt;
:Very worried&lt;br /&gt;
&lt;br /&gt;
:[The labels in the chart from the top:]&lt;br /&gt;
:[This first entry is standing in the middle of a square bracket that points to the two next entires both of which are at the same level:]&lt;br /&gt;
:Chest wound&lt;br /&gt;
:...on your right side&lt;br /&gt;
:...on your left side&lt;br /&gt;
:Getting knocked out by a punch&lt;br /&gt;
:&amp;quot;We need to talk.&amp;quot;&lt;br /&gt;
:Persistent cough&lt;br /&gt;
:Parking ticket&lt;br /&gt;
:Breaking news&lt;br /&gt;
:Spilling a drink on your shirt&lt;br /&gt;
:Nosebleed&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1427:_iOS_Keyboard&amp;diff=78641</id>
		<title>1427: iOS Keyboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1427:_iOS_Keyboard&amp;diff=78641"/>
				<updated>2014-11-10T19:29:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ I forgot http in link.. :(&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1427&lt;br /&gt;
| date      = September 29, 2014&lt;br /&gt;
| title     = iOS Keyboard&lt;br /&gt;
| image     = ios_keyboard.png&lt;br /&gt;
| titletext = More actual results: 'Hello. My name is Inigo Montoya. You [are the best. The best thing ever]', 'Revenge is a dish best served [by a group of people in my room]', and 'They may take our lives, but they'll never take our [money].'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
It looks like [[Randall]] has been playing with his Apple device after installing the recently released {{w|iOS 8}} update. The comic is referencing the autocomplete function on the iOS virtual keyboard (aka [[1031:_s/keyboard/leopard/|leopard]]).  A comparable feature is also available on other operating systems, like Android. When the phrase, for example, &amp;quot;Revenge is a dish best served&amp;quot; is typed, the keyboard will suggest “by” followed by “a” then “group” and so on.&lt;br /&gt;
&lt;br /&gt;
The following movies are referenced:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Movie&lt;br /&gt;
! Character &amp;amp; Situation&lt;br /&gt;
! Full Quote&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/character/ch0026631/quotes Sherlock Holmes]&lt;br /&gt;
|Sherlock Holmes explaining his deductions to his assistant, Watson&lt;br /&gt;
|&amp;quot;Elementary, my dear Watson.&amp;quot; (paraphrased in several movies, never actually used {{w|Sherlock_Holmes#.22Elementary.2C_my_dear_Watson.22|in the books}})&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0086250/quotes Scarface (1983)]&lt;br /&gt;
|Scarface is holding an M16, defending his house from Sosa's gunmen, shouting to attackers.&lt;br /&gt;
|&amp;quot;You wanna fuck with me? Okay. You wanna play rough? Okay. Say hello to my little friend!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0032138/quotes The Wizard of Oz (1939)]&lt;br /&gt;
|Dorothy with her dog, Toto, in munchkin land.&lt;br /&gt;
|&amp;quot;Toto, I've a feeling we're not in Kansas anymore.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/character/ch0000007/quotes James Bond]&lt;br /&gt;
|Bond introducing himself, while holding trademark martini.&lt;br /&gt;
|&amp;quot;Bond, James Bond.&amp;quot; (nothing follows).&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0379786/quotes Serenity (2005)]&lt;br /&gt;
|Wash, at the controls of Serenity.&lt;br /&gt;
|&amp;quot;I am a leaf on the wind - watch how I soar.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0089218/quotes The Goonies (1985)]&lt;br /&gt;
|Mikey standing at the pool in the wishing well, encouraging his troop of misfits to continue on their journey.&lt;br /&gt;
|&amp;quot;Goonies never say die!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0120737/quotes The Lord of The Rings: The Fellowship of the Ring (2001)]&lt;br /&gt;
|Aragorn, Legolas &amp;amp; Gimli pledge allegiance to protect the ring bearer on their mission to destroy the ring.&lt;br /&gt;
|Aragorn: &amp;quot;If by my life or death I can protect you, I will. You have my sword.&amp;quot; Legolas: &amp;quot;And you have my bow.&amp;quot; Gimli: &amp;quot;And *my* axe.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0093779/quotes The Princess Bride (1987)]&lt;br /&gt;
|Inigo Montoya facing the six fingered man, the man he swore a vendetta against for killing his dad.&lt;br /&gt;
|&amp;quot;Hello. My name is Inigo Montoya. You killed my father. Prepare to die.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0084726/ Star Trek: The Wrath of Khan (1982)]&lt;br /&gt;
|Khan paraphrasing Shakespeare to justify his vengeance.&lt;br /&gt;
|{{w|Revenge#Proverbs|&amp;quot;Revenge is a dish best served cold&amp;quot;}} (e.g. [http://www.imdb.com/title/tt0084726/quotes Star Trek: The Wrath of Khan (1982)]: Khan: &amp;quot;...do you know the Klingon proverb that tells us revenge is a dish that is best served cold?&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0112573/quotes Braveheart (1995)]&lt;br /&gt;
|Wallace rallying his Scottish army before a seemingly hopeless battle against the British.&lt;br /&gt;
|&amp;quot;They may take our lives, but they'll never take... OUR FREEDOM!&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
An older comic [[1068: Swiftkey]] is also about keyboard predictions, but without any preceding text (by the Swiftkey keyboard application instead of the iOS 8 keyboard).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Headline]&lt;br /&gt;
:'''Movie quotes'''&lt;br /&gt;
:[Top picture shows a line typed on an iPhone] &lt;br /&gt;
:Elementary, my dear&lt;br /&gt;
:[Then the next line shows the words suggested by the virtual keyboard] &lt;br /&gt;
:Friend | Lord | Friends&lt;br /&gt;
:[Below are the visible part of keyboard. In the second line only the top of the letters can be seen]&lt;br /&gt;
:QWERTYUIOP&lt;br /&gt;
:ASDFGHJKL&lt;br /&gt;
:[Below is a new sub heading above six pictures arranged in two rows]&lt;br /&gt;
:According to iOS 8 keyboard predictions&lt;br /&gt;
:[For each of the six pictures a part of the text is black, and the other part is light grey. Below the black text is written in bold letters.]&lt;br /&gt;
:[Picture 1: Cueball stands with a machinegun]&lt;br /&gt;
:Cueball: '''Say hello to my little''' sister and my mom and my dad and my friends&lt;br /&gt;
:[Picture 2: A girl stands next to her dog with a basket]&lt;br /&gt;
:Girl: '''Toto, I've a feeling we're not''' going to the gym today&lt;br /&gt;
:[Picture 3: Bond talks to Megan]&lt;br /&gt;
:James Bond: '''Bond, James Bond''' yields&lt;br /&gt;
:[Picture 4: A pilot operates his plane and talks to Cueball behind him]&lt;br /&gt;
:Pilot: '''I'm a leaf on the wind. Watch''' me play the piano&lt;br /&gt;
:[Picture 5: A guy with dark hair stands behind a jagged edge]&lt;br /&gt;
:Goonie: '''Goonies never say''' anything&lt;br /&gt;
:[Picture 6: A dwarf with long beard and helmet stands with an axe]&lt;br /&gt;
:Off panel left: '''You have my sword.''' &lt;br /&gt;
:Off panel right: '''And my bow.'''&lt;br /&gt;
:Dwarf: '''And my''' dad&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Firefly]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Smartphones]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1427:_iOS_Keyboard&amp;diff=78640</id>
		<title>1427: iOS Keyboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1427:_iOS_Keyboard&amp;diff=78640"/>
				<updated>2014-11-10T18:58:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ typo and re-wikifying some links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1427&lt;br /&gt;
| date      = September 29, 2014&lt;br /&gt;
| title     = iOS Keyboard&lt;br /&gt;
| image     = ios_keyboard.png&lt;br /&gt;
| titletext = More actual results: 'Hello. My name is Inigo Montoya. You [are the best. The best thing ever]', 'Revenge is a dish best served [by a group of people in my room]', and 'They may take our lives, but they'll never take our [money].'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
It looks like [[Randall]] has been playing with his Apple device after installing the recently released {{w|iOS 8}} update. The comic is referencing the autocomplete function on the iOS virtual keyboard (aka [[1031:_s/keyboard/leopard/|leopard]]).  A comparable feature is also available on other operating systems, like Android. When the phrase, for example, &amp;quot;Revenge is a dish best served&amp;quot; is typed, the keyboard will suggest “by” followed by “a” then “group” and so on.&lt;br /&gt;
&lt;br /&gt;
The following movies are referenced:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Movie&lt;br /&gt;
! Character &amp;amp; Situation&lt;br /&gt;
! Full Quote&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/character/ch0026631/quotes Sherlock Holmes]&lt;br /&gt;
|Sherlock Holmes explaining his deductions to his assistant, Watson&lt;br /&gt;
|&amp;quot;Elementary, my dear Watson.&amp;quot; (paraphrased in several movies, never actually used {{w|Sherlock_Holmes#.22Elementary.2C_my_dear_Watson.22|in the books}})&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0086250/quotes Scarface (1983)]&lt;br /&gt;
|Scarface is holding an M16, defending his house from Sosa's gunmen, shouting to attackers.&lt;br /&gt;
|&amp;quot;You wanna fuck with me? Okay. You wanna play rough? Okay. Say hello to my little friend!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0032138/quotes The Wizard of Oz (1939)]&lt;br /&gt;
|Dorothy with her dog, Toto, in munchkin land.&lt;br /&gt;
|&amp;quot;Toto, I've a feeling we're not in Kansas anymore.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/character/ch0000007/quotes James Bond]&lt;br /&gt;
|Bond introducing himself, while holding trademark martini.&lt;br /&gt;
|&amp;quot;Bond, James Bond.&amp;quot; (nothing follows).&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0379786/quotes Serenity (2005)]&lt;br /&gt;
|Wash, at the controls of Serenity.&lt;br /&gt;
|&amp;quot;I am a leaf on the wind - watch how I soar.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0089218/quotes The Goonies (1985)]&lt;br /&gt;
|Mikey standing at the pool in the wishing well, encouraging his troop of misfits to continue on their journey.&lt;br /&gt;
|&amp;quot;Goonies never say die!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0120737/quotes The Lord of The Rings: The Fellowship of the Ring (2001)]&lt;br /&gt;
|Aragorn, Legolas &amp;amp; Gimli pledge allegiance to protect the ring bearer on their mission to destroy the ring.&lt;br /&gt;
|Aragorn: &amp;quot;If by my life or death I can protect you, I will. You have my sword.&amp;quot; Legolas: &amp;quot;And you have my bow.&amp;quot; Gimli: &amp;quot;And *my* axe.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0093779/quotes The Princess Bride (1987)]&lt;br /&gt;
|Inigo Montoya facing the six fingered man, the man he swore a vendetta against for killing his dad.&lt;br /&gt;
|&amp;quot;Hello. My name is Inigo Montoya. You killed my father. Prepare to die.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[www.imdb.com/title/tt0084726/ Star Trek: The Wrath of Khan (1982)]&lt;br /&gt;
|Khan paraphrasing Shakespeare to justify his vengeance.&lt;br /&gt;
|{{w|Revenge#Proverbs|&amp;quot;Revenge is a dish best served cold&amp;quot;}} (e.g. [http://www.imdb.com/title/tt0084726/quotes Star Trek: The Wrath of Khan (1982)]: Khan: &amp;quot;...do you know the Klingon proverb that tells us revenge is a dish that is best served cold?&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.imdb.com/title/tt0112573/quotes Braveheart (1995)]&lt;br /&gt;
|Wallace rallying his Scottish army before a seemingly hopeless battle against the British.&lt;br /&gt;
|&amp;quot;They may take our lives, but they'll never take... OUR FREEDOM!&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
An older comic [[1068: Swiftkey]] is also about keyboard predictions, but without any preceding text (by the Swiftkey keyboard application instead of the iOS 8 keyboard).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Headline]&lt;br /&gt;
:'''Movie quotes'''&lt;br /&gt;
:[Top picture shows a line typed on an iPhone] &lt;br /&gt;
:Elementary, my dear&lt;br /&gt;
:[Then the next line shows the words suggested by the virtual keyboard] &lt;br /&gt;
:Friend | Lord | Friends&lt;br /&gt;
:[Below are the visible part of keyboard. In the second line only the top of the letters can be seen]&lt;br /&gt;
:QWERTYUIOP&lt;br /&gt;
:ASDFGHJKL&lt;br /&gt;
:[Below is a new sub heading above six pictures arranged in two rows]&lt;br /&gt;
:According to iOS 8 keyboard predictions&lt;br /&gt;
:[For each of the six pictures a part of the text is black, and the other part is light grey. Below the black text is written in bold letters.]&lt;br /&gt;
:[Picture 1: Cueball stands with a machinegun]&lt;br /&gt;
:Cueball: '''Say hello to my little''' sister and my mom and my dad and my friends&lt;br /&gt;
:[Picture 2: A girl stands next to her dog with a basket]&lt;br /&gt;
:Girl: '''Toto, I've a feeling we're not''' going to the gym today&lt;br /&gt;
:[Picture 3: Bond talks to Megan]&lt;br /&gt;
:James Bond: '''Bond, James Bond''' yields&lt;br /&gt;
:[Picture 4: A pilot operates his plane and talks to Cueball behind him]&lt;br /&gt;
:Pilot: '''I'm a leaf on the wind. Watch''' me play the piano&lt;br /&gt;
:[Picture 5: A guy with dark hair stands behind a jagged edge]&lt;br /&gt;
:Goonie: '''Goonies never say''' anything&lt;br /&gt;
:[Picture 6: A dwarf with long beard and helmet stands with an axe]&lt;br /&gt;
:Off panel left: '''You have my sword.''' &lt;br /&gt;
:Off panel right: '''And my bow.'''&lt;br /&gt;
:Dwarf: '''And my''' dad&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Firefly]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Smartphones]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1413:_Suddenly_Popular&amp;diff=77982</id>
		<title>1413: Suddenly Popular</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1413:_Suddenly_Popular&amp;diff=77982"/>
				<updated>2014-10-29T00:28:09Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* List of the phrases */ fixed Idaho placement in sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1413&lt;br /&gt;
| date      = August 27, 2014&lt;br /&gt;
| title     = Suddenly Popular&lt;br /&gt;
| image     = suddenly_popular.png&lt;br /&gt;
| titletext = Are Your Teens Practicing Amplexus? Learn These Six Telltale Signs!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Many phrases that used to be of mainly academic interest become popular when an important event or global trend is described with such phrases in the media. [[Randall]] presents a timeline of past examples, and predicts phrases that may be popularised in the near future. The past events are a mix of buzz words and words learned through disasters, crime and terrorism. The future events seem to be all related to natural disasters or other kinds of serious issues, except ''{{w|Amplexus}}'' — which is the joke of the title text — showing that no matter how many disasters there are, people are generally more concerned about their teenagers' sex lives.&lt;br /&gt;
&lt;br /&gt;
The title text is also an example of a {{w|clickbait}} headline. Many organizations will post a link on social media to their content with a sensationalized headline in order to draw readers in. In this case, the headline is geared towards parents who are worried about their children being sexually active in this new ''Amplexus'' way. Such headlines are the internet's analog to television news' {{w|Promo (media)|promos}} (&amp;quot;A new trend among teens is sweeping the nation, but is it dangerous? Details at 11:00.&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{{w|Global catastrophic risks|Global catastrophic risk}} is a theme throughout this comic. Randall predicts a large asteroid impact/near miss and a volcanic eruption, followed by an {{w|impact winter}} or {{w|volcanic winter}}. An insect borne, global pandemic without a cure also strikes, and then the {{w|technological singularity}} occurs.&lt;br /&gt;
&lt;br /&gt;
This comic has similar features to [[887: Future Timeline]].&lt;br /&gt;
&lt;br /&gt;
==List of the phrases==&lt;br /&gt;
Below the phrases are listed with the closest year from the time-line noted behind the phrase. Note that this year does not necessarily match with the in-real-life relevant year. This may be found in the explanation of the phrase below. [https://books.google.com/ngrams/graph?content=world+wide+web%2Cdna+evidence%2Cmilitia+movement%2Csupermax%2Cbutterfly+ballot%2Cal-qaeda%2Cwi-fi%2Ctsunami%2Cviral%2Cradicalize%2Cmetadata&amp;amp;case_insensitive=on&amp;amp;year_start=1900&amp;amp;year_end=2008&amp;amp;corpus=15&amp;amp;smoothing=0&amp;amp;share=&amp;amp;direct_url=t4%3B%2Cworld%20wide%20web%3B%2Cc0%3B%2Cs0%3B%3BWorld%20Wide%20Web%3B%2Cc0%3B%3Bworld%20wide%20web%3B%2Cc0%3B%3BWORLD%20WIDE%20WEB%3B%2Cc0%3B.t4%3B%2Cdna%20evidence%3B%2Cc0%3B%2Cs0%3B%3BDNA%20evidence%3B%2Cc0%3B%3BDNA%20Evidence%3B%2Cc0%3B.t4%3B%2Cmilitia%20movement%3B%2Cc0%3B%2Cs0%3B%3Bmilitia%20movement%3B%2Cc0%3B%3BMilitia%20Movement%3B%2Cc0%3B%3BMilitia%20movement%3B%2Cc0%3B.t4%3B%2Csupermax%3B%2Cc0%3B%2Cs0%3B%3Bsupermax%3B%2Cc0%3B%3BSupermax%3B%2Cc0%3B%3BSUPERMAX%3B%2Cc0%3B%3BSuperMax%3B%2Cc0%3B.t4%3B%2Cbutterfly%20ballot%3B%2Cc0%3B%2Cs0%3B%3Bbutterfly%20ballot%3B%2Cc0%3B%3BButterfly%20Ballot%3B%2Cc0%3B%3BButterfly%20ballot%3B%2Cc0%3B.t4%3B%2Cal%20-%20qaeda%3B%2Cc0%3B%2Cs0%3B%3Bal%20-%20Qaeda%3B%2Cc0%3B%3BAl%20-%20Qaeda%3B%2Cc0%3B.t4%3B%2Cwi%20-%20fi%3B%2Cc0%3B%2Cs0%3B%3BWi%20-%20Fi%3B%2Cc0%3B%3Bwi%20-%20fi%3B%2Cc0%3B.t4%3B%2Ctsunami%3B%2Cc0%3B%2Cs0%3B%3Btsunami%3B%2Cc0%3B%3BTsunami%3B%2Cc0%3B%3BTSUNAMI%3B%2Cc0%3B.t4%3B%2Cviral%3B%2Cc0%3B%2Cs0%3B%3Bviral%3B%2Cc0%3B%3BViral%3B%2Cc0%3B%3BVIRAL%3B%2Cc0%3B.t4%3B%2Cradicalize%3B%2Cc0%3B%2Cs0%3B%3Bradicalize%3B%2Cc0%3B%3BRadicalize%3B%2Cc0%3B.t4%3B%2Cmetadata%3B%2Cc0%3B%2Cs0%3B%3Bmetadata%3B%2Cc0%3B%3BMetadata%3B%2Cc0 Google Books Ngram Viewer] can show the relative frequency of those words in function of the year.&lt;br /&gt;
&lt;br /&gt;
; {{w|World Wide Web}} – 1994&lt;br /&gt;
: Though first proposed in 1989, and the first test being completed in 1990, it took until around 1994 for the {{w|World Wide Web|world wide web}} to start becoming well known.&lt;br /&gt;
&lt;br /&gt;
; {{w|DNA profiling|DNA Evidence}} – 1995&lt;br /&gt;
: Prominent coverage of the {{w|O. J. Simpson murder trial}} in 1994 brought widespread discussion of {{w|DNA profiling|DNA Evidence}}, making it famous and showing its limitations.&lt;br /&gt;
&lt;br /&gt;
; {{w|Militia Movement}} – 1996&lt;br /&gt;
: After the standoffs at {{w|Ruby Ridge}}, Idaho in 1992 and the {{w|Branch Davidians}} compound in Waco, Texas between U.S. Government Agencies and militias in 1993, people started becoming more aware of their presence, culminating with the 1995 {{w|Oklahoma City Bombing}} on the second anniversary of the fire at the Branch Davidians compound.&lt;br /&gt;
&lt;br /&gt;
; {{w|Supermax prison|Supermax}} – 1997&lt;br /&gt;
: Super-Maximum security prisons. Possibly referring to the 1997 film {{w|Con Air}}, starring Nicolas Cage, John Cusack, and John Malkovich, in which prisoners being transferred to a new Supermax prison seize control of their transport plane. Also possibly referring to {{w|Timothy McVeigh}} and {{w|Terry Nichols}}, perpetrators of the aforementioned Oklahoma City bombing, who were incarcerated at {{w|ADX Florence}}, the former from the time of his arrest to 1999, and the latter from the time of his conviction to the present day.&lt;br /&gt;
&lt;br /&gt;
[[File:Butterfly Voters View.jpg|thumb|A butterfly ballot]]&lt;br /&gt;
; {{w|butterfly ballot|Butterfly Ballot}} – 2000&lt;br /&gt;
: In the {{w|United States presidential election in Florida, 2000|United States presidential election in 2000, Florida}} had a major recount dispute that took center stage in the election. Thus, the outcome of the 2000 United States presidential election was not known for more than a month after balloting, because of the extended process of counting and then recounting of Florida presidential ballots. The {{w|butterfly ballot}} was the type of ballot design {{w|United States presidential election in Florida, 2000#Palm Beach County's butterfly ballots|used in Palm Beach County, Florida}}, and was a central issue in the election controversy.  Evidence suggests that many voters who intended to vote for Gore or Bush actually marked their ballots for Pat Buchanan or spoiled their ballots, because of a confusing layout of the ballot.&lt;br /&gt;
&lt;br /&gt;
; {{w|Al-Qaeda}} – 2002&lt;br /&gt;
: The {{w|September 11th terrorist attacks}} brought the al-Qaeda terrorist organisation into the spotlight almost overnight.&lt;br /&gt;
&lt;br /&gt;
; {{w|Wi-Fi}} – 2003&lt;br /&gt;
: Wi-Fi, though developed in the 1990s, first became popular in the early 2000s.&lt;br /&gt;
&lt;br /&gt;
; {{w|Tsunami}} – 2006&lt;br /&gt;
: There were a number of tsunamis around this time period, in particular the {{w|Boxing Day Tsunami}} which caused 230,000 deaths, and the {{w|2006 Pangandaran earthquake and tsunami}}. These were some of the first tsunamis to be widely captured on camera, bringing these previously obscure seismic events into the public eye. &lt;br /&gt;
&lt;br /&gt;
; {{w|Viral}} – 2009&lt;br /&gt;
: In this context, the word viral is used to describe anything which spreads rapidly and widely on the internet. In particular an online video clip is said to have 'Gone Viral' or become a {{w|Viral video}} if it racks up a high number of views over a short time. This phenomenon has become especially prevalent due to users sharing content on {{w|Social media}}.&lt;br /&gt;
&lt;br /&gt;
; {{w|Radicalization|Radicalize}} – 2011&lt;br /&gt;
: Due to the ongoing {{w|Syrian Civil War}}, and the relative ease with which one can travel from Europe to Syria by way of Turkey, there is growing concern about the risk of young Muslims in Europe (and, to a lesser extent, the United States) becoming {{w|radicalization|radicalized}} by indoctrination from fundamentalists either in their communities or on the Internet.&lt;br /&gt;
&lt;br /&gt;
; {{w|Metadata}} – 2013&lt;br /&gt;
: Following the highly publicised 2013 leaks by {{w|Edward Snowden}} of information regarding the {{w|NSA}}'s indiscriminate surveillance of global communication metadata, awareness of the privacy value of such data became widespread, where once it was mostly familiar to IT professionals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''From this point on, phrases were in the future at the time of publication.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; {{w|Lahar}} – 2016&lt;br /&gt;
: A lahar is a mudslide caused by the eruption of a volcano that was covered with snow or ice. Randall is speculating on a future natural disaster being caused by such an incident. {{w|Bárðarbunga}} volcano covered with the {{w|Vatnajökull}} glacier on Iceland increased activity just a few days before publishing of this comic and may erupt in the near future.&lt;br /&gt;
&lt;br /&gt;
; {{w|Insect-borne disease|Insect-Borne}} – 2019&lt;br /&gt;
: Some {{w|Category:Insect-borne diseases|diseases are insect-borne}}, meaning specific species of insects are the main vector in spreading to humans. {{w|Malaria}} is an example of an {{w|insect-borne disease}}. Randall predicts some deadly insect-borne disease will emerge around this time.&lt;br /&gt;
&lt;br /&gt;
; {{w|Earth-crosser|Earth-Crossing}} – 2021&lt;br /&gt;
: Earth-crossers are asteroids that cross the orbit of Earth. Most of them remain harmless because their orbit doesn't actually intersect the earth's orbit in 3 dimensions, or for the foreseeable future, they will cross when Earth is not there. For this phrase to become popular, an Earth-crosser might have to reach the heretofore-unreached &amp;quot;threatening&amp;quot; level, rating a 5 or more on the {{w|Torino Scale}}, due to a significant chance of a large impact. As of 2014, there are no threats of that level known in the early 2020s. If the next two phrases are connected to this one, Randall is predicting a significant asteroid impact.&lt;br /&gt;
&lt;br /&gt;
; {{w|Thermohaline circulation|Thermohaline}} – 2022&lt;br /&gt;
: Thermohaline circulation is the largest group of interconnected ocean currents, which stabilize global climate by equalizing the temperature and salinity of oceans around the world. If this phrase becomes popular, it implies the thermohaline circulation would have slowed or changed significantly. This might be caused by asteroid impact or by polar ice melting. The latter scenario was apocalyptically dramatized in the movie {{w|The Day After Tomorrow}}.&lt;br /&gt;
&lt;br /&gt;
; {{w|Snow blindness|Snow-Blindness}} – 2024&lt;br /&gt;
: Snow blindness is an eye condition caused by excessive UV light reflected from snow and ice. This can lead to corneal damage and blindness (temporary, if treated properly). This phrase becoming popular might suggest a long {{w|impact winter}} (from the asteroid) or severe {{w|ozone depletion}} in cold regions of the world.&lt;br /&gt;
&lt;br /&gt;
; {{w|Amplexus}} – 2025&lt;br /&gt;
: A form of non-penetrative reproduction carried out by some animals, for example frogs, involving grasping the partner with front legs.  This may be connected to the other posts (some change in human society) or it may simply be a joke at how new sexual language/fads appear and hit mainstream media from time to time (for example a number of acts gained fame from Sex and the City). This also ties in with the title text, which imagines a sensationalist headline suggesting teenagers may be doing this.&lt;br /&gt;
&lt;br /&gt;
; {{w|Aquaplaning|Controlled Hydroplaning}} – 2028&lt;br /&gt;
: Hydroplaning occurs when a vehicle tire comes in contact with a puddle in such a way that the water builds up between the tire and the road surface. The film of water, having a much lower coefficient of friction than the road surface, causes the tire to lose traction. Typically, in this scenario, the driver isn't planning to hydroplane and loses control of the vehicle. In theory, controlled hydroplaning would be achieved when the driver plans for it ahead of time. This could be necessary if, in this hypothetical future, most of the roads are flooded since the impact winter (after only four years) ends and thus a great thaw causes all roads to become wet all the time.&lt;br /&gt;
&lt;br /&gt;
; {{w|Paradoxical reaction|Paradoxical Reaction}} – 2031&lt;br /&gt;
: &amp;quot;paradoxical reaction&amp;quot; is a medical term for when the outcome of a medical treatment, typically the taking of a drug, is the opposite of that expected. For example if taking a pain relieving medication made the pain worse. For this term to suddenly become well known, a large scale or particularly notable case must have taken place (such as the insect-borne disease of 2019). Or, this and the following (and maybe the last as well) phrases may refer to the events from {{w|The Evitable Conflict}} by Isaac Asimov (and its very loose but much more popular film adaptation {{w|I,_Robot_(film)|I, Robot}}) where robots, instructed with the {{w|Three Laws of Robotics}}, take over the world to prevent humans hurting each other. The paradoxical reaction is that these laws were specifically designed to, among other things, prevent robots from taking over the world in the first place.&lt;br /&gt;
&lt;br /&gt;
; {{w|Desertion|Drone Desertion}} – 2033&lt;br /&gt;
: Desertion is the abandonment of a post or duty, usually military in nature. With the increasing use of autonomous drones by the military this hints at an event where drones 'decide' to desert, possibly due to unspecified advances in {{w|Artificial Intelligence}} and {{w|Robot Rights}}. Or maybe they just start following the {{w|Three Laws of Robotics}}.&lt;br /&gt;
&lt;br /&gt;
; {{w|Human hair growth|Rapid Hair Growth}} – 2034&lt;br /&gt;
: Maybe some humans have developed a very rapid hair growth (presumably on the entire body) caused by the cold years of the impact winter.&lt;br /&gt;
&lt;br /&gt;
; {{w|Oath#Divine oath|I Swear Allegiance To The God-Empress In Life And In Death}} – 2038&lt;br /&gt;
: This is a {{w|Oath#Divine oath|divine oath}}. A possible explanation is that after the impact and the desertion of the drones predicted for 2033, a strong fraction has made their leader divine, and everyone now has to swear allegiance to this new God-Empress using this phrase - which would certainly make it a very &amp;quot;popular&amp;quot; phrase. The phrase [http://tvtropes.org/pmwiki/pmwiki.php/Main/GodEmperor God-Emperor] was popularized in the science-fiction work ''Dune'' in 1965 and has been repeatedly referenced since, notably in the tabletop game Warhammer 40,000 and the computer game Starcraft (and their related media).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Obscure words and phrases everyone suddenly becomes very familiar with.&lt;br /&gt;
:[A time line to the left is marked of by several phrases to the right around the time they became familiar to the public:]&lt;br /&gt;
::&amp;lt;-- World Wide Web&lt;br /&gt;
::&amp;lt;-- DNA Evidence&lt;br /&gt;
:1995 &lt;br /&gt;
::&amp;lt;-- Militia Movement&lt;br /&gt;
::&amp;lt;-- Supermax&lt;br /&gt;
:2000 &lt;br /&gt;
::&amp;lt;-- Butterfly Ballot&lt;br /&gt;
::&amp;lt;-- Al-Qaeda&lt;br /&gt;
::&amp;lt;-- Wi-Fi&lt;br /&gt;
:2005 &lt;br /&gt;
::&amp;lt;-- Tsunami&lt;br /&gt;
::&amp;lt;-- Viral&lt;br /&gt;
:2010 &lt;br /&gt;
::&amp;lt;-- Radicalize&lt;br /&gt;
::&amp;lt;-- Metadata&lt;br /&gt;
:2015 &lt;br /&gt;
::&amp;lt;-- Lahar&lt;br /&gt;
::&amp;lt;-- Insect-Borne&lt;br /&gt;
:2020 &lt;br /&gt;
::&amp;lt;-- Earth-Crossing&lt;br /&gt;
::&amp;lt;-- Thermohaline&lt;br /&gt;
::&amp;lt;-- Snow-Blindness&lt;br /&gt;
:2025 &lt;br /&gt;
::&amp;lt;-- Amplexus&lt;br /&gt;
::&amp;lt;-- Controlled Hydroplaning&lt;br /&gt;
:2030 &lt;br /&gt;
::&amp;lt;-- Paradoxical Reaction&lt;br /&gt;
::&amp;lt;-- Drone Desertion&lt;br /&gt;
::&amp;lt;-- Rapid Hair Growth &lt;br /&gt;
:2035 &lt;br /&gt;
::&amp;lt;-- I Swear Allegiance To The God-Empress In Life And In Death&lt;br /&gt;
:2040 &lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1412:_Teenage_Mutant_Ninja_Turtles&amp;diff=77981</id>
		<title>1412: Teenage Mutant Ninja Turtles</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1412:_Teenage_Mutant_Ninja_Turtles&amp;diff=77981"/>
				<updated>2014-10-29T00:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ Added Jimmy Fallon 80s medley reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1412&lt;br /&gt;
| date      = August 25, 2014&lt;br /&gt;
| title     = Teenage Mutant Ninja Turtles&lt;br /&gt;
| image     = teenage_mutant_ninja_turtles.png&lt;br /&gt;
| titletext = My upcoming album, 'Linked List', has covers of 'The Purple People Eater', the Ninja Turtles theme, 'Itsy Bitsy Teenie Weenie Yellow Polka Dot Bikini', and the Power Rangers theme, with every song played to the tune of the next.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Explanation ==&lt;br /&gt;
{{incomplete| Are there other references to earlier comics in the article titles than the one mentioned in the wiki links section?}}&lt;br /&gt;
This comic is a reference to the recently released {{w|Teenage Mutant Ninja Turtles (2014 film)|Teenage Mutant Ninja Turtles movie}}. It is a list of Wikipedia article titles that are in the the same syllable-stress pattern as the first line of the [https://www.youtube.com/watch?v=rS-qFdw-v_o theme song] of the {{w|Teenage Mutant Ninja Turtles (1987 TV series)|1987 cartoon series}}.&lt;br /&gt;
&lt;br /&gt;
The list is compiled in alphabetical order from top to bottom, without respect to the left or right column. Some of the items on this list (e.g. ''{{w|Ace Ventura: Pet Detective}}'') are drawn as headlines in the same style as the logo from that series. These articles are not in alphabetical order with the surrounding small face text, but these headlines are in alphabetical order with the other headlines from top to bottom, without respect to the left or right column. Some of these phrases are not actually the titles of Wikipedia articles, but rather the full names given in articles' lead sentences. For instance, the article on {{w|Woody Guthrie|Woodrow Wilson &amp;quot;Woody&amp;quot; Guthrie}} appears under the title Woody Guthrie.&lt;br /&gt;
&lt;br /&gt;
The syllable-stress pattern of this line is long-short-long-short-long-short-long-short, known in poetry as {{w|trochaic tetrameter}}. Randall has previously authored comics dealing with {{w|trochees}}, namely [[856: Trochee Fixation]] and [[1383: Magic Words]].&lt;br /&gt;
&lt;br /&gt;
A similar idea was performed by {{w|Jimmy Fallon}} in 2001 at a [https://www.youtube.com/results?search_query=jimmy+fallon+80s+medley concert for New York city] where he demonstrated singing &amp;quot;any 80's song&amp;quot; over the tune of {{w|MC Hammer}}'s song &amp;quot;{{w|U Can't Touch This}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text suggests an album of songs (''{{w|The Purple People Eater}}'', the aforementioned ''Ninja Turtles'' theme, ''{{w|Itsy Bitsy Teenie Weenie Yellow Polka Dot Bikini}}'' and the ''{{w|Mighty Morphin' Power Rangers}}'' theme), the title or primary refrain of which have a large number of verses in {{w|trochee|trochaic}} {{w|meter (poetry)|meter}}. Randall suggests that these refrains are so interchangeable that the lyrics of each could be sung to the melody of the song following it in the tracklist. Randall would title the album ''{{w|Linked List}}'' as each song would melodically reference the next song. The refrains of the songs, respectively are:&lt;br /&gt;
*&amp;quot;One-eyed, one-horned flying purple people eater&amp;quot;&lt;br /&gt;
*&amp;quot;Teenage Mutant Ninja Turtles&amp;quot;&lt;br /&gt;
*&amp;quot;Itsy Bitsy Teenie Weenie Yellow Polka Dot Bikini&amp;quot;&lt;br /&gt;
*&amp;quot;Go go Power Rangers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== The Wikipedia links ==&lt;br /&gt;
&lt;br /&gt;
There are 6 headlines and 9 other article links in each block next to a headline for a total of 60 wiki links:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{w|Ace Ventura: Pet Detective}}&lt;br /&gt;
| &lt;br /&gt;
#{{w|Biggest Loser: Second Chances}}&lt;br /&gt;
#{{w|Cayman Island blue iguana}}&lt;br /&gt;
#{{w|Central Texas pocket gopher}}&lt;br /&gt;
#{{w|Church of Jesus Christ Creator}}&lt;br /&gt;
#{{w|Climate change and meat production}}&lt;br /&gt;
#{{w|Crouching Tiger, Hidden Dragon}}&lt;br /&gt;
#{{w|Daylight saving time in China}}&lt;br /&gt;
#{{w|Denver Airport People Mover}}&lt;br /&gt;
#{{w|Easter Island spiny lobster}}&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
#{{w|Edgar Allan Poe Museum}}&lt;br /&gt;
#{{w|Engine failure after take-off}}&lt;br /&gt;
#{{w|English as a second language}}&lt;br /&gt;
#{{w|Former Arctic Monkeys members}}&lt;br /&gt;
#{{w|Fowler's Modern English Usage}}&lt;br /&gt;
#{{w|Georgia Game and Fish Department}}&lt;br /&gt;
#{{w|Golden-mantled howler monkey}}&lt;br /&gt;
#{{w|Greater Cleveland Film Commission}}&lt;br /&gt;
#{{w|Hairy flower chafer beetle}}&lt;br /&gt;
|&lt;br /&gt;
{{w|Asian Human Rights Commission}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{w|San Diego City Council}}&lt;br /&gt;
| &lt;br /&gt;
#{{w|Harland David &amp;quot;Colonel&amp;quot; Sanders}}&lt;br /&gt;
#{{w|Human Tissue Resource Network}}&lt;br /&gt;
#{{w|Klondike-class destroyer tender|Klondike class destroyer tender}}&lt;br /&gt;
#{{w|Legal code of North Dakota}}&lt;br /&gt;
#{{w|Lesser knapweed flower weevil}}&lt;br /&gt;
#{{w|Lockheed Martin Atlas rocket}}&lt;br /&gt;
#{{w|Maple syrup urine syndrome}}&lt;br /&gt;
#{{w|Mighty Morphin Power Rangers|Mighty Morphin' Power Rangers}}&lt;br /&gt;
#{{w|Nablus mask-like facial syndrome}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
#{{w|Neo Geo Pocket Color}}&lt;br /&gt;
#{{w|New Year's Eve with Carson Daly}}&lt;br /&gt;
#{{w|Newton's second law of motion}}&lt;br /&gt;
#{{w|North Korean Workers Party}}&lt;br /&gt;
#{{w|Orange County Business Council}}&lt;br /&gt;
#{{w|Over/under cable coiling}}&lt;br /&gt;
#{{w|Peter Peter Pumpkin Eater}}&lt;br /&gt;
#{{w|Places named for Adolf Hitler}}&lt;br /&gt;
#{{w|Proton-proton chain reaction}}&lt;br /&gt;
|&lt;br /&gt;
{{w|Single payer health insurance}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{w|Spotted giant flying squirrel}}&lt;br /&gt;
|&lt;br /&gt;
#{{w|Puerto Rican lizard-cuckoo}}&lt;br /&gt;
#{{w|Quantum vacuum plasma thruster|Quantuum vacuum plasma thruster}}&amp;lt;ref&amp;gt;See also [[1404: Quantum Vacuum Virtual Plasma]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
#{{w|Rocky Mountain spotted fever}}&lt;br /&gt;
#{{w|Royal Flying Doctor Service}}&lt;br /&gt;
#{{w|Russian Women's Fascist Movement}}&lt;br /&gt;
#{{w|Semi-active laser guidance}}&lt;br /&gt;
#{{w|Seven Brides for Seven Brothers}}&lt;br /&gt;
#{{w|Sherlock Holmes: A Game of Shadows}}&lt;br /&gt;
#{{w|Six Degrees of Kevin Bacon}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
#{{w|Trailing suction hopper dredger}}&lt;br /&gt;
#{{w|Vector graphics markup language}}&lt;br /&gt;
#{{w|Viti Levu giant pigeon}}&lt;br /&gt;
#{{w|Voting rights in Puerto Rico}}&lt;br /&gt;
#{{w|William Henry, Duke of Gloucester}}&amp;lt;ref&amp;gt;Gloucester is pronounced /ˈglɒstər/ (gloster).&amp;lt;/ref&amp;gt;&lt;br /&gt;
#{{w|Windows Vista startup process}}&lt;br /&gt;
#{{w|Woodrow Wilson &amp;quot;Woody&amp;quot; Guthrie}}&lt;br /&gt;
#{{w|Yaba monkey tumor virus}}&lt;br /&gt;
#{{w|Zack and Miri Make a Porno}}&lt;br /&gt;
|&lt;br /&gt;
{{w|Women science fiction authors}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Randall mistyped the word &amp;quot;album&amp;quot; as &amp;quot;alubm&amp;quot; in the original title text but it was fixed later.&lt;br /&gt;
* He did not correct the word Quantum, which is mistyped Quantuum in the comic.&lt;br /&gt;
&lt;br /&gt;
== Transcript ==&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
:'''WIKIPEDIA ARTICLE TITLES'''&lt;br /&gt;
:With the right syllable stress pattern&lt;br /&gt;
:to be sung to the tune of the original&lt;br /&gt;
:''Teenage Mutant Ninja Turtles'' theme song&lt;br /&gt;
:&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:'''''Ace Ventura: Pet Detective'''''&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
:''Biggest Loser: Second Chances''&lt;br /&gt;
:Cayman Island blue iguana&lt;br /&gt;
:Central Texas pocket gopher&lt;br /&gt;
:Church of Jesus Christ Creator&lt;br /&gt;
:Climate change and meat production&lt;br /&gt;
:''Crouching Tiger, Hidden Dragon''&lt;br /&gt;
:Daylight saving time in China&lt;br /&gt;
:Denver Airport People Mover&lt;br /&gt;
:Easter Island spiny lobster&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:Edgar Allan Poe Museum&lt;br /&gt;
:Engine failure after take-off&lt;br /&gt;
:English as a second language&lt;br /&gt;
:Former ''Arctic Monkeys'' members&lt;br /&gt;
:''Fowler's Modern English Usage''&lt;br /&gt;
:Georgia Game and Fish Department&lt;br /&gt;
:Golden-mantled howler monkey&lt;br /&gt;
:Greater Cleveland Film Commission&lt;br /&gt;
:Hairy flower chafer beetle&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
:'''Asian Human Rights Commission'''&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:'''San Diego City Council'''&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
:Harland David &amp;quot;Colonel&amp;quot; Sanders&lt;br /&gt;
:Human Tissue Resource Network&lt;br /&gt;
:''Klondike''-class destroyer tender&lt;br /&gt;
:Legal code of North Dakota&lt;br /&gt;
:Lesser knapweed flower weevil&lt;br /&gt;
:Lockheed Martin Atlas rocket&lt;br /&gt;
:Maple syrup urine syndrome&lt;br /&gt;
:''Mighty Morphin' Power Rangers''&lt;br /&gt;
:Nablus mask-like facial syndrome&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:Neo Geo Pocket Color&lt;br /&gt;
:''New Year's Eve with Carson Daly''&lt;br /&gt;
:Newton's second law of motion&lt;br /&gt;
:North Korean Workers Party&lt;br /&gt;
:Orange County Business Council&lt;br /&gt;
:Over/under cable coiling&lt;br /&gt;
:Peter Peter Pumpkin Eater&lt;br /&gt;
:Places named for Adolf Hitler&lt;br /&gt;
:Proton-proton chain reaction&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
:'''Single payer health insurance'''&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:'''Spotted giant flying squirrel'''&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:Puerto Rican lizard-cuckoo&lt;br /&gt;
:Quantuum vacuum plasma thruster&lt;br /&gt;
:Rocky Mountain spotted fever&lt;br /&gt;
:Royal Flying Doctor Service&lt;br /&gt;
:Russian Women's Fascist Movement&lt;br /&gt;
:Semi-active laser guidance&lt;br /&gt;
:''Seven Brides for Seven Brothers''&lt;br /&gt;
:''Sherlock Holmes: A Game of Shadows''&lt;br /&gt;
:Six Degrees of Kevin Bacon&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
:Trailing suction hopper dredger&lt;br /&gt;
:Vector graphics markup language&lt;br /&gt;
:Viti Levu giant pigeon&lt;br /&gt;
:Voting rights in Puerto Rico&lt;br /&gt;
:William Henry, Duke of Gloucester&lt;br /&gt;
:Windows Vista startup process&lt;br /&gt;
:Woodrow Wilson &amp;quot;Woody&amp;quot; Guthrie&lt;br /&gt;
:Yaba monkey tumor virus&lt;br /&gt;
:''Zack and Miri Make a Porno''&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; |&lt;br /&gt;
:'''Women science fiction authors'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Songs]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1401:_New&amp;diff=77980</id>
		<title>Talk:1401: New</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1401:_New&amp;diff=77980"/>
				<updated>2014-10-28T22:34:20Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why are there three ''n'''s in ''headcannnon'' in the title text?&lt;br /&gt;
[[User:Keavon|Keavon]] ([[User talk:Keavon|talk]])&lt;br /&gt;
&lt;br /&gt;
:Or as n increases the effort to convince others that the existence/correctness of headca(n)+on decreases? [[Special:Contributions/108.162.216.26|108.162.216.26]] 20:31, 30 July 2014 (UTC)arcturius&lt;br /&gt;
&lt;br /&gt;
:I think it's as simple as 1 n in canon (what the pun is based on), 2 n's in cannon (in the comic), and just to keep the pattern going, 3 n's in cannnon (in the title text).--[[Special:Contributions/173.245.54.175|173.245.54.175]] 05:35, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
That reminds me on Neil Stephensons - The Diamond Age: or A Young Lady's Illustrated Primer... Very nerdy! {{unsigned ip|108.162.254.21}}&lt;br /&gt;
&lt;br /&gt;
Another very common usage of headcanon is when you REMOVE something from your headcanon - that is, pretend that it never happened, despite it being canon. Often it's case of not-really-good sequels. Or later edits: see {{w|Han shot first}}. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:35, 30 July 2014 (UTC)&lt;br /&gt;
:I thought that headcanon was everything fans imagined, not just what contradicts canon. --[[Special:Contributions/141.101.105.204|141.101.105.204]] 16:32, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone note that the computer is completely undamaged (from the cannonfire at least, no telling about when it strikes the floor), despite the desk being demolished? [[User:Zowayix|Zowayix]] ([[User talk:Zowayix|talk]]) 13:14, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Worth mentioning the alternate term &amp;quot;fanon&amp;quot;, at all?  (Currently third but unlinking item {{w|Fanon|Wikipedia link}}, or the more dangerous (in the [[214|Comic 214]] sense) [http://tvtropes.org/pmwiki/pmwiki.php/Main/Fanon TVTropes link]... &amp;lt;!-- And remind me again why there are so many different wiki formats for embedding different forms of link?!? --&amp;gt;) [[Special:Contributions/141.101.99.7|141.101.99.7]] 13:22, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'd say no, fanon is headcanon that is accepted in huge parts of the fandom. --[[Special:Contributions/141.101.105.204|141.101.105.204]] 16:32, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
New headcanon: Black Hat Guy always has a headcannon under his hat, and in this comic he is simply showing Cueball that he got a new one. [[Special:Contributions/108.162.216.73|108.162.216.73]] 14:12, 30 July 2014 (UTC)Matthew&lt;br /&gt;
:Not true.  In other comics where he hasn't had his hat, he did not have a cannon on his head.  [[Special:Contributions/108.162.237.161|108.162.237.161]] 15:40, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Canon (in Greek: Kanon, Arabic: Qanon, Hebrew: Kaneh) means reed, or straight.  Thus trustworthy.  [http://en.wikipedia.org/wiki/Canon_law#Etymology]  [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 14:38, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Black Hat is shown to have short dark hair. That's new xkcd canon. As far as I know, he'd always been shown wearing a hat completely covering his hair until now. --[[User:Dangerkeith3000|Dangerkeith3000]] ([[User talk:Dangerkeith3000|talk]]) 15:33, 30 July 2014 (UTC)&lt;br /&gt;
: Not new. http://xkcd.com/377/ [[Special:Contributions/108.162.237.161|108.162.237.161]] 15:40, 30 July 2014 (UTC)&lt;br /&gt;
:I always assumed black hat and white hat(perhaps all the cast) were aspects of Cueball,s psyc, a jungian zoo. {{unsigned ip|173.245.54.167}}&lt;br /&gt;
&lt;br /&gt;
Ra-Ra-Rasputin {{unsigned ip|108.162.237.170}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The title text is a pun on the homophones *canon* and *cannon*&amp;quot; ... uh, the whole entire COMIC is a pun on the homophones *canon* and *cannon*. [[Special:Contributions/173.245.56.149|173.245.56.149]] 18:16, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Kudos to the author(s) of the example using Quark. One of the best-written explanations on this wiki. [[User:Jameslucas|jameslucas]] &amp;lt;small&amp;gt;([[User talk:Jameslucas|&amp;quot; &amp;quot;]] / [[Special:Contributions/Jameslucas|+]])&amp;lt;/small&amp;gt; 22:42, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;Fans might wonder why, on a station that has &amp;quot;replicators&amp;quot; (devices that can create any food or drink out of energy on demand), anyone would patronize a bar&amp;quot;'' - perhaps because they might want to, you know, socialise with other people? Call me old-fashioned... --[[Special:Contributions/141.101.99.37|141.101.99.37]] 14:23, 31 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone know if this weeks what if is different depending on region? I only ask because it mentions my small town and I am skeptical based on past comics. [[1037: Umwelt]][[Special:Contributions/173.245.56.208|173.245.56.208]] 06:25, 1 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, it doesn't mention anyplace close to me :-)&lt;br /&gt;
 [[Special:Contributions/141.101.98.214|141.101.98.214]] 09:04, 4 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
No one has explained why the comic is titled &amp;quot;New&amp;quot;. Because Black hat says &amp;quot;NEW HEADCANNON:&amp;quot; rather than &amp;quot;I HAVE A NEW HEADCANNON:&amp;quot;, I think he is speaking not English, but some programming language. Black Hat created the headcannon by saying &amp;quot;new Headcannon:&amp;quot;, which is a command to instantiate an object of type Headcannon. This is similar to previous strips http://xkcd.com/353/ and http://xkcd.com/413/, which attributed supernatural creative powers to Python's &amp;quot;import&amp;quot; statement. But &amp;quot;new Headcannon:&amp;quot; isn't Python. I don't know language it is. {{unsigned ip|108.162.237.178}}&lt;br /&gt;
&lt;br /&gt;
Could the &amp;quot;headcannnon&amp;quot; refer to an idea that &amp;quot;blows your mind&amp;quot;? The trajectory of the &amp;quot;literal&amp;quot; cannon ball ends where Cueball's head was, so it went from head to head, not head to desk... --[[User:Bpothier|B. P.]] ([[User talk:Bpothier|talk]]) 22:34, 28 October 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=52777</id>
		<title>1286: Encryptic</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=52777"/>
				<updated>2013-11-14T17:32:30Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Passwords */ - added some links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1286&lt;br /&gt;
| date      = November 4, 2013&lt;br /&gt;
| title     = Encryptic&lt;br /&gt;
| image     = encryptic.png&lt;br /&gt;
| titletext = It was bound to happen eventually. This data theft will enable almost limitless [xkcd.com/792]-style password reuse attacks in the coming weeks. There's only one group that comes out of this looking smart: Everyone who pirated Photoshop.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Web sites and other computers that authenticate users via passwords need to be able to know if the user typed in the right password.  But storing the password itself on the computer has been known to be unnecessarily risky since the publication of [http://www.neurosecurity.com/articles/security/passwd.pdf Password Security: A Case History] in 1978.  In that paper, Robert Morris and Ken Thompson demonstrated the practice of using a slow, cryptographically-secure one-way {{w|Hash function|hash function}}, so that even if the password file is stolen, it will be very hard to figure out what the passwords are, so long as the passwords themselves are suitably complex.  They also pioneered the use of {{w|Salt (cryptography)|a “salt”}} which makes each password hash completely different even if two users use the same password.  See [http://security.blogoverflow.com/2011/07/a-tour-of-password-questions-and-answers/ A tour of password questions and answers] for background on salts and suitably slow hash functions.&lt;br /&gt;
&lt;br /&gt;
Adobe, however, ignored these well-known principles, and instead stored over a hundred million passwords in a reversably encrypted way, using a terrible choice of encryption methods which exposes a great deal of information about the passwords, and does not involve a salt.  This password database was recently obtained by someone and released on the Internet.&lt;br /&gt;
&lt;br /&gt;
In particular, Adobe used {{w|Triple DES}}, an older encryption algorithm which can still be relatively secure when properly used but they used it improperly.  It works on 64-bit (8 character) blocks. Assuming that the passwords are stored in plain ASCII, this means that a sequence of 8 characters in a password which starts on a character position which is a multiple of eight is always encrypted to the same result.  Therefore two passwords starting with “12345678” would start with the same block after being encrypted. Furthermore, this means that you can actually get a very good idea of the length of the password since anything with only one block is a password with length between 1 and 8 characters, and having two blocks implies it has between 9 and 16 characters, etc.&lt;br /&gt;
&lt;br /&gt;
Adobe also stored hints users created for their passwords. That means that an attacker knows not only if the same 8 characters are used for multiple passwords but also has some hints for guessing them. That means that common password portions should be easy to recover and that any user may be “compromised” by someone else using a part of the same password and providing a good hint. As an example, a password having three hints “Big Apple”, “Twin Towers” and “If you can make it there” is probably “New York” (or a simple variation on that). The weakness here is that no decryption and therefore no hard cracking has to take place, you just group the passwords by their encrypted blocks and try to solve them like a crossword puzzle.  These weaknesses have already been used to presumably identify a password used by {{w|Edward Snowden}}, as discussed at [http://7habitsofhighlyeffectivehackers.blogspot.com/2013/11/can-someone-be-targeted-using-adobe.html 7 Habits of Highly Effective Hackers: Can someone be targeted using the Adobe breach?].&lt;br /&gt;
&lt;br /&gt;
The examples are not taken from the actual leaked file, since that [http://arstechnica.com/security/2013/11/how-an-epic-blunder-by-adobe-could-strengthen-hand-of-password-crackers/ uses a different format], and the examples are evidently cleverly crafted to make a nice crossword-like puzzle, which can be solved as shown in the Passwords section below.&lt;br /&gt;
&lt;br /&gt;
As mentioned on http://filosottile.github.io/analyzing-the-adobe-leaked-passwords/ the data in the comic isn't real and contains a hidden message.&lt;br /&gt;
If the &amp;quot;user password&amp;quot; hashes are Base64 encoded, they read:&lt;br /&gt;
&amp;lt;pre&amp;gt;ThiswasnotagooduseofyourtimeButthenagainitwasprobablynotagooduseofmytimeeith&lt;br /&gt;
erAndyethereweareXOXOXOLetsLiveHereInThisTinySecretEncodedTextWorldForever==&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E.g., with the initial unique hash blocks: &amp;lt;tt&amp;gt;python -c &amp;quot;print '4e18acc1ab27a2d6a0a2876eb1ea1fca'.decode('hex_codec').encode('base64')&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last letter &amp;quot;r&amp;quot; is not fully encoded in the data shown, but any letter from &amp;quot;g&amp;quot; to &amp;quot;v&amp;quot; produces the same binary data.&lt;br /&gt;
&lt;br /&gt;
The title text makes a reference to a previous comic: [[792|Black Hat’s trouble with what to do with stolen passwords]]. It also states that users of pirated Photoshop are the winners here. This is because in order to make Photoshop pirate-able, it was modified (cracked) by removing the requirement for registration so their passwords were not sent to Adobe and therefore are not present in the leaked file.&lt;br /&gt;
&lt;br /&gt;
The title itself is a reference to [http://en.wikipedia.org/wiki/Cryptic_crossword cryptic crosswords]&lt;br /&gt;
&lt;br /&gt;
==Passwords==&lt;br /&gt;
Note that characters in the passwords could be upper or lower case, and they may involve common substitutions like &amp;quot;0&amp;quot; (number zero) for &amp;quot;O&amp;quot; (letter O); therefore, the clues cannot guarantee that the answer shown here is precisely correct.  Nevertheless, we have plenty of information for a brute force attack.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Input&lt;br /&gt;
! Hint&lt;br /&gt;
! Password&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|weather vane sword&lt;br /&gt;
|&amp;lt;tt&amp;gt;[http://redwall.wikia.com/wiki/Matthias matthias]&amp;lt;/tt&amp;gt;&lt;br /&gt;
|In ''{{w|Redwall}}'', several characters are associated with a sword hung from a weather vane, but only Matthias shares the name of an apostle (6 lines down).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this password too, since it matches the previous one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name1&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even without knowing the user's name, we already know how this starts, so the clue gives us a pretty good idea how it finishes (and another block useful 2 lines down)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;lt;/tt&amp;gt;&lt;br /&gt;
|duh&lt;br /&gt;
|&amp;lt;tt&amp;gt;password&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Unfortunately, this is all too common, and the user practically told us that it's an easy one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;password1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this by combining the previous two.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;85e9da81a8a78adc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|57&lt;br /&gt;
|&amp;lt;tt&amp;gt;password57&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Since we know how this begins, this is a good guess.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|favorite of {{w|Apostle_(Christian)|12 apostles}}&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Saint_Matthias|matthias}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This has only 12 possibilities to begin with (plus variant spellings, variant lists, and one replacement), but actually we know already which one by combining with the clue 6 lines up. (Surprise: it's the replacement!)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;amp;nbsp;7a2d6a0a2876eb1e&amp;lt;/tt&amp;gt;&lt;br /&gt;
|with your own hand you have done all this&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith1510&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is a quotation from [http://www.biblestudytools.com/nrsa/judith/15-10.html Judith 15:10] in the Bible.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;eadec1e6ab797397&amp;lt;/tt&amp;gt;&lt;br /&gt;
|sexy earlobes&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie_Sheen|Charlie&amp;amp;nbsp;Sheen}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This refers to an episode of ''{{w|Two and a Half Men}}''.  Other answers are possible, but only this one fits the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|best TOS episode&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie_X|Charlie&amp;amp;nbsp;X}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&amp;quot;{{w|Star_Trek:_The_Original_Series|TOS}}&amp;quot; refers to the original series of ''{{w|Star Trek}}''.  Although this had dozens of episodes, only one fits the previous line as well as the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;39738b7adb0b8af7&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Sugarland&lt;br /&gt;
|&amp;lt;tt&amp;gt;HoustonTX&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Sugar_Land,_Texas|Sugarland}} is a suburb of {{w|Houston}}, {{w|Texas}}.  This fits with the previous line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name + jersey#&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith15&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even if we knew this user's name, we wouldn't know their jersey number.  But the clue 4 lines up already gave us the answer.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|alpha&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This password is also far too common, but this clue still isn't enough to narrow it down.  Combine with the clue 4 lines below, however, and it's quite easy.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|obvious&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Michael Jackson&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Michael Jackson}} did many songs, but only one was {{w|ABC_(song)|alphabetical}} (4 lines up).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the one below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|he did the mash, he did the&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Probably a &amp;quot;keyboard mash&amp;quot; (e.g. asdfghjkl), a common password&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;lt;/tt&amp;gt;&lt;br /&gt;
|purloined&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjk&amp;lt;/tt&amp;gt;&lt;br /&gt;
|A reference to the Edgar Allen Poe story &amp;quot;{{w|The Purloined Letter}}&amp;quot;, this represents all the keys of the home row, or the keyboard mash password, but with one missing(&amp;quot;purloined&amp;quot;) letter.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a8ae5745a2b7af7a&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|fav water-3 {{w|List_of_Pokémon|Pokemon}}&lt;br /&gt;
|&amp;lt;tt&amp;gt;[http://bulbapedia.bulbagarden.net/wiki/Tentacool_(Pok%C3%A9mon) Tentacool]&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is the only water-3 Pokemon with a 9 letter name ending in &amp;quot;l&amp;quot;, so it must be this to fit with the password 'asdfghjkl'&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Hackers recently leaked '''''153 million''''' Adobe user emails, encrypted passwords, and password hints.&lt;br /&gt;
:Adobe encrypted the passwords improperly, misusing block-mode 3DES. The result is something wonderful:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
User password                      Hint&lt;br /&gt;
-------------                      ----&lt;br /&gt;
&lt;br /&gt;
4e18acc1ab27a2d6                   weather vane sword&lt;br /&gt;
4e18acc1ab27a2d6&lt;br /&gt;
4e18acc1ab27a2d6 a0a2876eb1ea1fca  name1&lt;br /&gt;
8babb6299e06eb6d                   duh&lt;br /&gt;
8babb6299e06eb6d a0a2876eb1ea1fca&lt;br /&gt;
8babb6299e06eb6d 85e9da81a8a78adc  57&lt;br /&gt;
4e18acc1ab27a2d6                   favorite of 12 apostles&lt;br /&gt;
1ab29ae86da6e5ca 7a2d6a0a2876eb1e  with your own hand you&lt;br /&gt;
                                   have done all this&lt;br /&gt;
a1f9b2b6299e7a2b eadec1e6ab797397  sexy earlobes&lt;br /&gt;
a1f9b2b6299e7a2b 617ab0277727ad85  best tos episode&lt;br /&gt;
39738b7adb0b8af7 617ab0277727ad85  sugarland&lt;br /&gt;
1ab29ae86da6e5ca                   name + jersey#&lt;br /&gt;
877ab7889d3862b1                   alpha&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1                   obvious&lt;br /&gt;
877ab7889d3862b1                   Michael Jackson&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5  he did the mash, he did the&lt;br /&gt;
38a7c9279cadeb44                   purloined&lt;br /&gt;
a8ae5745a2b7af7a 9dca1d79d4dec6d5  fav water-3 pokemon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The greatest crossword puzzle in the history of the world&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Pokémon]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=52776</id>
		<title>1286: Encryptic</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=52776"/>
				<updated>2013-11-14T17:16:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ - removed extraneous ')' from python line&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1286&lt;br /&gt;
| date      = November 4, 2013&lt;br /&gt;
| title     = Encryptic&lt;br /&gt;
| image     = encryptic.png&lt;br /&gt;
| titletext = It was bound to happen eventually. This data theft will enable almost limitless [xkcd.com/792]-style password reuse attacks in the coming weeks. There's only one group that comes out of this looking smart: Everyone who pirated Photoshop.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Web sites and other computers that authenticate users via passwords need to be able to know if the user typed in the right password.  But storing the password itself on the computer has been known to be unnecessarily risky since the publication of [http://www.neurosecurity.com/articles/security/passwd.pdf Password Security: A Case History] in 1978.  In that paper, Robert Morris and Ken Thompson demonstrated the practice of using a slow, cryptographically-secure one-way {{w|Hash function|hash function}}, so that even if the password file is stolen, it will be very hard to figure out what the passwords are, so long as the passwords themselves are suitably complex.  They also pioneered the use of {{w|Salt (cryptography)|a “salt”}} which makes each password hash completely different even if two users use the same password.  See [http://security.blogoverflow.com/2011/07/a-tour-of-password-questions-and-answers/ A tour of password questions and answers] for background on salts and suitably slow hash functions.&lt;br /&gt;
&lt;br /&gt;
Adobe, however, ignored these well-known principles, and instead stored over a hundred million passwords in a reversably encrypted way, using a terrible choice of encryption methods which exposes a great deal of information about the passwords, and does not involve a salt.  This password database was recently obtained by someone and released on the Internet.&lt;br /&gt;
&lt;br /&gt;
In particular, Adobe used {{w|Triple DES}}, an older encryption algorithm which can still be relatively secure when properly used but they used it improperly.  It works on 64-bit (8 character) blocks. Assuming that the passwords are stored in plain ASCII, this means that a sequence of 8 characters in a password which starts on a character position which is a multiple of eight is always encrypted to the same result.  Therefore two passwords starting with “12345678” would start with the same block after being encrypted. Furthermore, this means that you can actually get a very good idea of the length of the password since anything with only one block is a password with length between 1 and 8 characters, and having two blocks implies it has between 9 and 16 characters, etc.&lt;br /&gt;
&lt;br /&gt;
Adobe also stored hints users created for their passwords. That means that an attacker knows not only if the same 8 characters are used for multiple passwords but also has some hints for guessing them. That means that common password portions should be easy to recover and that any user may be “compromised” by someone else using a part of the same password and providing a good hint. As an example, a password having three hints “Big Apple”, “Twin Towers” and “If you can make it there” is probably “New York” (or a simple variation on that). The weakness here is that no decryption and therefore no hard cracking has to take place, you just group the passwords by their encrypted blocks and try to solve them like a crossword puzzle.  These weaknesses have already been used to presumably identify a password used by {{w|Edward Snowden}}, as discussed at [http://7habitsofhighlyeffectivehackers.blogspot.com/2013/11/can-someone-be-targeted-using-adobe.html 7 Habits of Highly Effective Hackers: Can someone be targeted using the Adobe breach?].&lt;br /&gt;
&lt;br /&gt;
The examples are not taken from the actual leaked file, since that [http://arstechnica.com/security/2013/11/how-an-epic-blunder-by-adobe-could-strengthen-hand-of-password-crackers/ uses a different format], and the examples are evidently cleverly crafted to make a nice crossword-like puzzle, which can be solved as shown in the Passwords section below.&lt;br /&gt;
&lt;br /&gt;
As mentioned on http://filosottile.github.io/analyzing-the-adobe-leaked-passwords/ the data in the comic isn't real and contains a hidden message.&lt;br /&gt;
If the &amp;quot;user password&amp;quot; hashes are Base64 encoded, they read:&lt;br /&gt;
&amp;lt;pre&amp;gt;ThiswasnotagooduseofyourtimeButthenagainitwasprobablynotagooduseofmytimeeith&lt;br /&gt;
erAndyethereweareXOXOXOLetsLiveHereInThisTinySecretEncodedTextWorldForever==&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E.g., with the initial unique hash blocks: &amp;lt;tt&amp;gt;python -c &amp;quot;print '4e18acc1ab27a2d6a0a2876eb1ea1fca'.decode('hex_codec').encode('base64')&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last letter &amp;quot;r&amp;quot; is not fully encoded in the data shown, but any letter from &amp;quot;g&amp;quot; to &amp;quot;v&amp;quot; produces the same binary data.&lt;br /&gt;
&lt;br /&gt;
The title text makes a reference to a previous comic: [[792|Black Hat’s trouble with what to do with stolen passwords]]. It also states that users of pirated Photoshop are the winners here. This is because in order to make Photoshop pirate-able, it was modified (cracked) by removing the requirement for registration so their passwords were not sent to Adobe and therefore are not present in the leaked file.&lt;br /&gt;
&lt;br /&gt;
The title itself is a reference to [http://en.wikipedia.org/wiki/Cryptic_crossword cryptic crosswords]&lt;br /&gt;
&lt;br /&gt;
==Passwords==&lt;br /&gt;
Note that characters in the passwords could be upper or lower case, and they may involve common substitutions like &amp;quot;0&amp;quot; (number zero) for &amp;quot;O&amp;quot; (letter O); therefore, the clues cannot guarantee that the answer shown here is precisely correct.  Nevertheless, we have plenty of information for a brute force attack.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Input&lt;br /&gt;
! Hint&lt;br /&gt;
! Password&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|weather vane sword&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Saint_Matthias|matthias}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|In ''{{w|Redwall}}'', several characters are associated with a sword hung from a weather vane, but only Matthias shares the name of an apostle (6 lines down).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this password too, since it matches the previous one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name1&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even without knowing the user's name, we already know how this starts, so the clue gives us a pretty good idea how it finishes (and another block useful 2 lines down)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;lt;/tt&amp;gt;&lt;br /&gt;
|duh&lt;br /&gt;
|&amp;lt;tt&amp;gt;password&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Unfortunately, this is all too common, and the user practically told us that it's an easy one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;password1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this by combining the previous two.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;85e9da81a8a78adc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|57&lt;br /&gt;
|&amp;lt;tt&amp;gt;password57&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Since we know how this begins, this is a good guess.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|favorite of 12 apostles&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This has only 12 possibilities to begin with (plus variant spellings, variant lists, and one replacement), but actually we know already which one by combining with the clue 6 lines up. (Surprise: it's the replacement!)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;amp;nbsp;7a2d6a0a2876eb1e&amp;lt;/tt&amp;gt;&lt;br /&gt;
|with your own hand you have done all this&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith1510&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is a quotation from [http://www.biblestudytools.com/nrsa/judith/15-10.html Judith 15:10] in the Bible.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;eadec1e6ab797397&amp;lt;/tt&amp;gt;&lt;br /&gt;
|sexy earlobes&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie_Sheen|Charlie&amp;amp;nbsp;Sheen}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This refers to an episode of ''{{w|Two and a Half Men}}''.  Other answers are possible, but only this one fits the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|best TOS episode&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie_X|Charlie&amp;amp;nbsp;X}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&amp;quot;{{w|Star_Trek:_The_Original_Series|TOS}}&amp;quot; refers to the original series of ''{{w|Star Trek}}''.  Although this had dozens of episodes, only one fits the previous line as well as the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;39738b7adb0b8af7&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Sugarland&lt;br /&gt;
|&amp;lt;tt&amp;gt;HoustonTX&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Sugar_Land,_Texas|Sugarland}} is a suburb of {{w|Houston}}, {{w|Texas}}.  This fits with the previous line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name + jersey#&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith15&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even if we knew this user's name, we wouldn't know their jersey number.  But the clue 4 lines up already gave us the answer.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|alpha&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This password is also far too common, but this clue still isn't enough to narrow it down.  Combine with the clue 4 lines below, however, and it's quite easy.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|obvious&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Michael Jackson&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Michael Jackson}} did many songs, but only one was {{w|ABC_(song)|alphabetical}} (4 lines up).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the one below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|he did the mash, he did the&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Probably a &amp;quot;keyboard mash&amp;quot; (e.g. asdfghjkl), a common password&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;lt;/tt&amp;gt;&lt;br /&gt;
|purloined&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjk&amp;lt;/tt&amp;gt;&lt;br /&gt;
|A reference to the Edgar Allen Poe story &amp;quot;{{w|The Purloined Letter}}&amp;quot;, this represents all the keys of the home row, or the keyboard mash password, but with one missing letter.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a8ae5745a2b7af7a&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|fav water-3 {{w|List_of_Pokémon|Pokemon}}&lt;br /&gt;
|&amp;lt;tt&amp;gt;Tentacool&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is the only water-3 Pokemon with a 9 letter name ending in &amp;quot;l&amp;quot;, so it must be this to fit with the password 'asdfghjkl'&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Hackers recently leaked '''''153 million''''' Adobe user emails, encrypted passwords, and password hints.&lt;br /&gt;
:Adobe encrypted the passwords improperly, misusing block-mode 3DES. The result is something wonderful:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
User password                      Hint&lt;br /&gt;
-------------                      ----&lt;br /&gt;
&lt;br /&gt;
4e18acc1ab27a2d6                   weather vane sword&lt;br /&gt;
4e18acc1ab27a2d6&lt;br /&gt;
4e18acc1ab27a2d6 a0a2876eb1ea1fca  name1&lt;br /&gt;
8babb6299e06eb6d                   duh&lt;br /&gt;
8babb6299e06eb6d a0a2876eb1ea1fca&lt;br /&gt;
8babb6299e06eb6d 85e9da81a8a78adc  57&lt;br /&gt;
4e18acc1ab27a2d6                   favorite of 12 apostles&lt;br /&gt;
1ab29ae86da6e5ca 7a2d6a0a2876eb1e  with your own hand you&lt;br /&gt;
                                   have done all this&lt;br /&gt;
a1f9b2b6299e7a2b eadec1e6ab797397  sexy earlobes&lt;br /&gt;
a1f9b2b6299e7a2b 617ab0277727ad85  best tos episode&lt;br /&gt;
39738b7adb0b8af7 617ab0277727ad85  sugarland&lt;br /&gt;
1ab29ae86da6e5ca                   name + jersey#&lt;br /&gt;
877ab7889d3862b1                   alpha&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1                   obvious&lt;br /&gt;
877ab7889d3862b1                   Michael Jackson&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5  he did the mash, he did the&lt;br /&gt;
38a7c9279cadeb44                   purloined&lt;br /&gt;
a8ae5745a2b7af7a 9dca1d79d4dec6d5  fav water-3 pokemon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The greatest crossword puzzle in the history of the world&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Pokémon]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1278:_Giraffes&amp;diff=50771</id>
		<title>Talk:1278: Giraffes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1278:_Giraffes&amp;diff=50771"/>
				<updated>2013-10-17T23:21:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Woohoo! I made an explain xkcd article. This one wasn't that confusing, nor did it require much extra information. I am still a little new to the formatting, so please let me know what I need to improve.&lt;br /&gt;
&lt;br /&gt;
The hardest parts were the date format and the transcript format. I also am unsure of how formal my explanation has to be. All of the other explanations sound so formal, and it is weird to be contributing to a community with such high standards.&lt;br /&gt;
&lt;br /&gt;
Perhaps a link should be provided to say this is an allusion to Jurassic park? Perhaps? Crossing of frogs with dinosaur DNA?&lt;br /&gt;
&lt;br /&gt;
Any feedback would be appreciated. (This is soo cool!)&lt;br /&gt;
&lt;br /&gt;
[[User:Zyxuvius|Zyxuvius]] ([[User talk:Zyxuvius|talk]]) 04:59, 16 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'd think that'd be a giraffopod, wouldn't it? *(~.^)&lt;br /&gt;
:Perhaps the recurring theme of giraffes could be mentioned (not as much in the comic as in the what-if).&lt;br /&gt;
:[[User:Kupiakos|Kupiakos]] ([[User talk:Kupiakos|talk]]) 07:23, 16 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Not sure &amp;quot;utopical&amp;quot; is a good word choice. Maybe &amp;quot;exotic&amp;quot; would be better? --[[User:Bpothier|B. P.]] ([[User talk:Bpothier|talk]]) 23:21, 17 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Where does the joke about Pi come in? I don't think it's in there. I think the &amp;quot;joke&amp;quot; is just that giraffes would look amazing with dinosaur tails. --[[User:Grimertop90|Grimertop90]] ([[User talk:Grimertop90|talk]]) 15:17, 16 October 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1278:_Giraffes&amp;diff=50770</id>
		<title>1278: Giraffes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1278:_Giraffes&amp;diff=50770"/>
				<updated>2013-10-17T23:19:50Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ added monad wiki link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1278&lt;br /&gt;
| date      = October 16, 2013&lt;br /&gt;
| title     = Giraffes&lt;br /&gt;
| image     = giraffes.png&lt;br /&gt;
| titletext = If you fund my Kickstarter...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Genetic engineering}} is the scientific approach towards altering and modifying the {{w|genome}} of organisms. In the process, DNA material is extracted from a source organism and then inserted into the genome of a host organism. It is thus possible to create {{w|Hybrid (biology)|hybrids}} between species that would not crossbreed naturally. The technique is also applied in order to expedite the sometimes lengthy process of {{w|selective breeding}}.&lt;br /&gt;
&lt;br /&gt;
The comic suggests the creation of genetically modified {{w|Giraffe|giraffes}}. Following the [[:Category:Dinosaurs|recurring theme]] in the comics that dinosaurs and dinosaur-like traits make life more interesting, [[Randall]] expresses his desire to see genetic engineers insert DNA from extinct {{w|Sauropoda|sauropods}} into the giraffe's genome, resulting in giraffes with very large and thick tails.&lt;br /&gt;
&lt;br /&gt;
The idea of extracting and reproducing DNA material of dinosaurs appears most prominently in the 1993 motion picture ''{{w|Jurassic Park (film)|Jurassic Park}}''. The concept is regarded by scientists as rather implausible because DNA disintegrates soon after the death of the organism and would not be preserved in fossils.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the science of genetic engineering is not yet able to accomplish major alterations in complex genomes. While mice and other small vertebrates have successfully been modified for research purposes, the daily use of genetic engineering is limited to plants and {{w|Unicellular_organism|monads}}. The difficulty also increases when the species crossed are only distantly related to each other. The idea of adding dinosaur tails to giraffes can therefore be considered as fairly utopical.&lt;br /&gt;
&lt;br /&gt;
In general, genetic engineering is a highly controversial topic with regards to the responsibility of science. While some praise the scientific progress and welcome the possibilities it brings, others fear that genetic science might enable man to alter the ways of nature and to presume the role of an almighty creator. The creation of hybrid animals (so called ''{{w|Chimera (genetics)|Chimeras}}'') is often regarded as the ultimate {{w|hubris}} and the climax of moral decay. Some countries have therefore installed strong legal restrictions for the modification of genetic material extracted from humans and animals.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Kickstarter}}, a funding platform for creative projects. Any person who wants to start a creative project, but lacks the resources to do so, can create a Kickstarter campaign where donors can contribute donations. Usually, the owner of the Kickstarter promises exclusive benefits to donors of certain tiers. For example, the title text could well be finished to say ''If you fund my Kickstarter with a donation of $20 or more, I will give you exclusive access to my weekly blog on the development stages of the giraffosaurus. If you donate $100 or more, you can receive a life-sized cardboard cut-out of the giraffosaurus. Donations of $10,000 or more will earn your name in a raffle for ownership of the first three giraffosaurus.''&lt;br /&gt;
&lt;br /&gt;
While dinosaurs are a recurring trope since the beginning of xkcd, giraffes have been featured in some of the more recent [http://what-if.xkcd.com what-if] articles as a measurement of height.&lt;br /&gt;
&lt;br /&gt;
Interestingly enough, there seems to have been a species of sauropod dinosaur that bore a certain likeness to the modern giraffe and has therefore been christened ''{{w|Giraffatitan}}''.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:My Hobby:&lt;br /&gt;
:[Silhouette of a giraffe with a sauropod's tail.]&lt;br /&gt;
:Convincing genetic engineers that giraffes would look better if they had sauropod tails&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Dinosaurs]]&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1276:_Angular_Size&amp;diff=50769</id>
		<title>1276: Angular Size</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1276:_Angular_Size&amp;diff=50769"/>
				<updated>2013-10-17T22:58:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Clarified the &amp;quot;celestial sphere&amp;quot; title text explanation (I hope)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1276&lt;br /&gt;
| date      = October 11, 2013&lt;br /&gt;
| title     = Angular Size&lt;br /&gt;
| image     = angular size.png&lt;br /&gt;
| titletext = If the celestial sphere were mapped to the Earth's surface, astronomy would get a LOT easier; you'd just need a magnifying glass.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
This comic is a comparison of the {{w|angular diameter|angular diameters}} (or apparent diameter) of various celestial objects at the surface of the earth relative to a vertex at the center of the Earth as diagrammed in the opening panel. The objects' scales are compared to actual objects on earth. Each size given is for the object at its closest approach to earth.&lt;br /&gt;
&lt;br /&gt;
London's {{w|M25 motorway}} is around 60 km (35 miles) across, a {{w|soccer field}} is about 100 meters long, a {{w|Table tennis table|ping pong table}} is 274 centimeters long, a {{w|laptop}} is about 35 centimeters across, the {{w|tilde}} symbol on a keyboard is about 5 millimeters long, and a cell of ''{{w|Escherichia coli|E. coli}}'' is about 2 microns long.&lt;br /&gt;
&lt;br /&gt;
A simple {{w|Intercept theorem|formula}} can be used to find the size on earth of a celestial object when the size of and distance to the object is known. This is done by taking the radius of the earth, multiplying by the diameter of the object, and dividing by the distance to the object from the center of the earth.&lt;br /&gt;
&lt;br /&gt;
The space objects referenced in the panels are:&lt;br /&gt;
&lt;br /&gt;
* The {{w|Sun}} and the {{w|Moon}}, and also the open cluster {{w|Messier 25}}, have approximately the same size (around 0.5 degrees of arc) when seen from the Earth.&lt;br /&gt;
&lt;br /&gt;
* {{w|Mercury (planet)|Mercury}}, {{w|Venus}}, {{w|Mars}}, {{w|Jupiter}}, {{w|Saturn}}, {{w|Uranus}}, and {{w|Neptune}} are the other planets of the {{w|Solar System}}.&lt;br /&gt;
&lt;br /&gt;
* {{w|Io (moon)|Io}}, {{w|Europa (moon)|Europa}}, {{w|Ganymede (moon)|Ganymede}}, and {{w|Callisto (moon)|Callisto}} are the main moons of Jupiter; {{w|Titan (moon)|Titan}} is the largest moon of Saturn; and {{w|Triton (moon)|Triton}} is the largest moon of Neptune. {{w|Ceres (dwarf planet)|Ceres}} and {{w|Pluto}} are {{w|dwarf planet}}s.&lt;br /&gt;
&lt;br /&gt;
* {{w|Phobos (moon)|Phobos}} and {{w|Deimos (moon)|Deimos}} are the moons of Mars. {{w|Eris (dwarf planet)|Eris}} is another dwarf planet. {{w|R Doradus}} and {{w|Betelgeuse}} are giant stars, respectively around 180 and 640 light-years away.  R Doradus is the star with the largest apparent diameter (other than the sun, of course).&lt;br /&gt;
&lt;br /&gt;
* {{w|4942 Munroe}} is an asteroid [http://blog.xkcd.com/2013/09/30/asteroid-4942-munroe/ named] after xkcd author [[Randall]] Munroe. {{w|Proxima Centauri}}, {{W|Alpha Centauri|Alpha Centauri AB}}, {{w|Barnard's star}} and {{w|Sirius}} are nearby stars (all within 10 light-years from the Sun).&lt;br /&gt;
&lt;br /&gt;
* {{w|HD 189733 b}}, {{w|Gliese 581 b}}, {{w|Gliese 667 Cc}}, {{w|82 G. Eridani#Planetary_system|HD 20794 c}}, {{w|Tau Ceti#Planets|Tau Ceti c}}, and {{w|KOI-1686.01}} are {{w|extrasolar planet}}s; the parenthetical names are references to the comic [[1253: Exoplanet Names]]. However, some of the planets' parenthetical names do not match the table in the previous comic. For example, HD 20794 c is called &amp;quot;Legoland&amp;quot; rather than &amp;quot;Moonchild&amp;quot; in [[1253: Exoplanet Names]]. The {{w|black hole}} at the center of our Galaxy is {{w|Sagittarius A*}}, a massive object containing a mass more than 4 million times of our Sun.&lt;br /&gt;
&lt;br /&gt;
* {{w|Voyager 1}} and {{w|Voyager 2|2}} are space probes launched in 1977, and currently around 125 and 100 {{w|astronomical unit}}s away, respectively.&lt;br /&gt;
&lt;br /&gt;
The title text states that astronomy would be much easier if the celestial sphere were mapped to the earth - like a giant {{w|globe}}.  Due to the distance of the stars you would need a powerful microscope to see the very tiny areas representing distant stars instead of a powerful telescope to see huge distances.&lt;br /&gt;
&lt;br /&gt;
Approximate values for the mappings to the Earth sphere (based on mean Earth radius at 6,371.0 km):&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Panel&lt;br /&gt;
! Object&lt;br /&gt;
! Distance&lt;br /&gt;
! Diameter&lt;br /&gt;
! Size at Earth sphere&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot;| Panel 1&lt;br /&gt;
|| Sun&lt;br /&gt;
|| 149,600,000 km&lt;br /&gt;
|| 1,392,684 km&lt;br /&gt;
|| 59.3 km&lt;br /&gt;
|-&lt;br /&gt;
|| Moon &amp;lt;small&amp;gt;Semi-major axis&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 384,399 km&lt;br /&gt;
|| 3,476.28 km&lt;br /&gt;
|| 57.6 km&lt;br /&gt;
|-&lt;br /&gt;
|| Moon &amp;lt;small&amp;gt;Perigee&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 363,295 km&lt;br /&gt;
|| 3,476.28 km&lt;br /&gt;
|| 60.9 km&lt;br /&gt;
|-&lt;br /&gt;
|| Messier 25&lt;br /&gt;
|| 2,100 light-years &amp;lt;br/&amp;gt; 19.867 × 10^15 km&lt;br /&gt;
|| 19 light-years &amp;lt;br/&amp;gt; 179.753 × 10^12 km&lt;br /&gt;
|| 57.6 km&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot;| Panel 2&lt;br /&gt;
|| Mercury &amp;lt;small&amp;gt;closest approach&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 92 million km&lt;br /&gt;
|| 4,879.4 km&lt;br /&gt;
|| 0.34 km&lt;br /&gt;
|-&lt;br /&gt;
|| Venus &amp;lt;small&amp;gt;closest approach&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 41 million km&lt;br /&gt;
|| 12.103.6 km&lt;br /&gt;
|| 1.9 km&lt;br /&gt;
|-&lt;br /&gt;
|| Mars &amp;lt;small&amp;gt;closest approach&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 56 million km&lt;br /&gt;
|| 6,792.4 km&lt;br /&gt;
|| 0.77 km&lt;br /&gt;
|-&lt;br /&gt;
|| Jupiter&lt;br /&gt;
|| 778,547,200 km&lt;br /&gt;
|| 139,822 km&lt;br /&gt;
|| 1.14 km&lt;br /&gt;
|-&lt;br /&gt;
|| Saturn&lt;br /&gt;
|| 1,433,449,370 km&lt;br /&gt;
|| 120,536 km&lt;br /&gt;
|| 0.54 km&lt;br /&gt;
|-&lt;br /&gt;
|| Uranus&lt;br /&gt;
|| 2,876,679,082 km&lt;br /&gt;
|| 51,118 km&lt;br /&gt;
|| 0.11 km&lt;br /&gt;
|-&lt;br /&gt;
|| Neptune&lt;br /&gt;
|| 4,503,443,661 km&lt;br /&gt;
|| 49,528 km&lt;br /&gt;
|| 0.07 km&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot;| Panel 3&lt;br /&gt;
|| Io&lt;br /&gt;
|| 778,547,200 km&lt;br /&gt;
|| 3,643 km&lt;br /&gt;
|| 29.8 m&lt;br /&gt;
|-&lt;br /&gt;
|| Europa&lt;br /&gt;
|| 778,547,200 km&lt;br /&gt;
|| 3,122 km&lt;br /&gt;
|| 25.5 m&lt;br /&gt;
|-&lt;br /&gt;
|| Ganymede&lt;br /&gt;
|| 778,547,200 km&lt;br /&gt;
|| 5,262 km&lt;br /&gt;
|| 43.1 m&lt;br /&gt;
|-&lt;br /&gt;
|| Callisto&lt;br /&gt;
|| 778,547,200 km&lt;br /&gt;
|| 4,821 km&lt;br /&gt;
|| 39.5 m&lt;br /&gt;
|-&lt;br /&gt;
|| Titan&lt;br /&gt;
|| 1,433,449,370 km&lt;br /&gt;
|| 5,150 km&lt;br /&gt;
|| 22.9&lt;br /&gt;
|-&lt;br /&gt;
|| Triton&lt;br /&gt;
|| 4,503,443,661 km&lt;br /&gt;
|| 2,705.2 km&lt;br /&gt;
|| 3.8 m&lt;br /&gt;
|-&lt;br /&gt;
|| Ceres &amp;lt;small&amp;gt;Perihelion&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 380,995,855 km&lt;br /&gt;
|| 974.6 km&lt;br /&gt;
|| 16.3 m&lt;br /&gt;
|-&lt;br /&gt;
|| Pluto &amp;lt;small&amp;gt;Perihelion&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 4,437,000,000 km&lt;br /&gt;
|| 2,306 km&lt;br /&gt;
|| 3.3 m&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot;| Panel 4&lt;br /&gt;
|| Phobos&lt;br /&gt;
|| 56 million km&lt;br /&gt;
|| 26.8 × 22.4 × 18.4 km&lt;br /&gt;
|| 3.05 m&lt;br /&gt;
|-&lt;br /&gt;
|| Deimos&lt;br /&gt;
|| 56 million km&lt;br /&gt;
|| 15 × 12.2 × 10.4 km&lt;br /&gt;
|| 1.71 m&lt;br /&gt;
|-&lt;br /&gt;
|| Eris &amp;lt;small&amp;gt;Perihelion&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 5.723 × 10^9 km&lt;br /&gt;
|| 2326 km&lt;br /&gt;
|| 2.59 m&lt;br /&gt;
|-&lt;br /&gt;
|| Eris &amp;lt;small&amp;gt;Aphelion&amp;lt;/small&amp;gt;&lt;br /&gt;
|| 14.602 × 10^9 km&lt;br /&gt;
|| 2326 km&lt;br /&gt;
|| 1.01 m&lt;br /&gt;
|-&lt;br /&gt;
|| Betelguse&lt;br /&gt;
|| 643 ± 146 light-years &amp;lt;br/&amp;gt;max. 7.464 × 10^15 km&lt;br /&gt;
|| 950–1,200 solar radii &amp;lt;br/&amp;gt;max. 1.671 × 10^9 km&lt;br /&gt;
|| 1.43 m&lt;br /&gt;
|-&lt;br /&gt;
|| R Doradus&lt;br /&gt;
|| 178 ± 10 light-years &amp;lt;br/&amp;gt;max. 1.778 × 10^15 km&lt;br /&gt;
|| 370 ± 50 solar radii &amp;lt;br/&amp;gt;max. 0.515 × 10^9 km&lt;br /&gt;
|| 1.85 m&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot;| Panel 5&lt;br /&gt;
|| 4942 Munroe&lt;br /&gt;
|| 2.2 AU (1.2 AU closest to earth, 179.4 × 10^6 km)&lt;br /&gt;
|| 9-10 km&lt;br /&gt;
|| 35.5 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Proxima Centauri&lt;br /&gt;
|| 4.243 light-years &amp;lt;br/&amp;gt; 40.142 × 10^12 km&lt;br /&gt;
|| 0.141 solar radii &amp;lt;br/&amp;gt; 0.196 × 10^6 km&lt;br /&gt;
|| 3.11 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Barnard's Star&lt;br /&gt;
|| 5.980 light-years &amp;lt;br/&amp;gt; 56.574 × 10^12 km&lt;br /&gt;
|| 0.196 solar radii &amp;lt;br/&amp;gt; 0.272 × 10^6 km&lt;br /&gt;
|| 3.06 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Alpha Centauri B&lt;br /&gt;
|| 4.366 light-years &amp;lt;br/&amp;gt; 41.305 × 10^12 km&lt;br /&gt;
|| 0.865 solar radii &amp;lt;br/&amp;gt; 1.204 × 10^6 km&lt;br /&gt;
|| 18.6 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Sirius&lt;br /&gt;
|| 8.6 light-years &amp;lt;br/&amp;gt; 81.362 × 10^12 km&lt;br /&gt;
|| 1.711 solar radii &amp;lt;br/&amp;gt; 2.382 × 10^6 km&lt;br /&gt;
|| 18.7 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Alpha Centauri A&lt;br /&gt;
|| 4.366 light-years &amp;lt;br/&amp;gt; 41.305 × 10^12 km&lt;br /&gt;
|| 1.227 solar radii &amp;lt;br/&amp;gt; 1.708 × 10^6 km&lt;br /&gt;
|| 26.3 cm&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;9&amp;quot;| Panel 6&lt;br /&gt;
|| HD 189733 b&lt;br /&gt;
|| 63 light-years &amp;lt;br/&amp;gt; 596.024 × 10^12 km&lt;br /&gt;
|| 1.138 Jupiter radii &amp;lt;br/&amp;gt; 159,117 km&lt;br /&gt;
|| 1.7 mm&lt;br /&gt;
|-&lt;br /&gt;
|| Gliese 581 g&lt;br /&gt;
|| 20.3 light-years &amp;lt;br/&amp;gt; 192.052 × 10^12 km&lt;br /&gt;
|| 1.3 to 2.0 Earth radii &amp;lt;br/&amp;gt; max. 25.484 km&lt;br /&gt;
|| 0.85 µm&lt;br /&gt;
|-&lt;br /&gt;
|| Gliese 581 (Parent star)&lt;br /&gt;
|| 20.3 light-years &amp;lt;br/&amp;gt; 192.052 × 10^12 km&lt;br /&gt;
|| 0.29 solar radii &amp;lt;br/&amp;gt; 403,878 km&lt;br /&gt;
|| 1.34 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Black Hole at the center of our Galaxy&lt;br /&gt;
|| 25,900 light-years &amp;lt;br/&amp;gt; 245.032 × 10^15 km&lt;br /&gt;
|| Mass 4.31 × 10^6:&amp;lt;br/&amp;gt;12.684 × 10^6 km&lt;br /&gt;
|| 0.33 mm&lt;br /&gt;
|-&lt;br /&gt;
|| Gliese 667 Cc&lt;br /&gt;
|| 22.7 light-years &amp;lt;br/&amp;gt; 214.757 × 10^12 km&lt;br /&gt;
|| 2.0 Earth radii &amp;lt;br/&amp;gt; 25.484 km&lt;br /&gt;
|| 0.76 µm&lt;br /&gt;
|-&lt;br /&gt;
|| Gliese 667 (Parent star)&lt;br /&gt;
|| 22.7 light-years &amp;lt;br/&amp;gt; 214.757 × 10^12 km&lt;br /&gt;
|| 0.42 solar radii &amp;lt;br/&amp;gt; 584,927 km&lt;br /&gt;
|| 1.74 cm&lt;br /&gt;
|-&lt;br /&gt;
|| HD 20794 c (Parent star)&lt;br /&gt;
|| 20 light-years &amp;lt;br/&amp;gt; 189.214 × 10^12 km&lt;br /&gt;
|| 0.92 solar radii &amp;lt;br/&amp;gt; 1,281,269 km&lt;br /&gt;
|| 4.31 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Tau Ceti C (Parent star)&lt;br /&gt;
|| 11.905 light-years &amp;lt;br/&amp;gt; 112.629 × 10^12 km&lt;br /&gt;
|| 0.793 solar radii &amp;lt;br/&amp;gt; 1,104,398 km&lt;br /&gt;
|| 6.25 cm&lt;br /&gt;
|-&lt;br /&gt;
|| Koi-1686.01 (Parent star)&lt;br /&gt;
|| 1033.8 light-years &amp;lt;br/&amp;gt; 9.780 × 10^15 km&lt;br /&gt;
|| 0.52 solar radii &amp;lt;br/&amp;gt; 724,195 km&lt;br /&gt;
|| 0.47 mm&lt;br /&gt;
|-&lt;br /&gt;
| Panel 7&lt;br /&gt;
|| Voyager probes&lt;br /&gt;
|| (Voyager 1 at 126.10 AU) 1.886×10^10 km&lt;br /&gt;
|| 20 meters (with antennas)&lt;br /&gt;
|| 6.76 µm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Astronomy]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1270:_Functional&amp;diff=49879</id>
		<title>1270: Functional</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1270:_Functional&amp;diff=49879"/>
				<updated>2013-10-02T00:37:48Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Explanation */ - added some clarifications on paradigms and expanded programming examples, hopefully making things less confusing...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1270&lt;br /&gt;
| date      = September 26, 2013&lt;br /&gt;
| title     = Functional&lt;br /&gt;
| image     = functional.png&lt;br /&gt;
| titletext = Functional programming combines the flexibility and power of abstract mathematics with the intuitive clarity of abstract mathematics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|1270: Functional}}&lt;br /&gt;
&amp;lt;!-- The concept of functional programming is not explained yet, it is debated if that should be explained before explaining recursion or afterwards or if at all --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[White Hat]] questions [[Cueball]]'s faith in {{w|functional programming}}. [[Cueball]] responds saying, &amp;quot;Tail recursion is its own reward.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Functional programming is a famous paradigm(or style) in modern programming that favors functions that can be evaluated like mathematical function, i.e. the value returned only depends on the input given. Also, unlike {{w|Procedural programming|procedures}}, they always return a value, like {{w|Sine|sine(x)}} returns 1 when x is 90°. Furthermore, the function even can call itself, starting a loop. This is called {{w|Recursion (computer science)|recursion}}, each call does allocate its own memory (for example by using, but not limited to, a {{w|Call stack|stack}}), and works independently to the other calls.&lt;br /&gt;
&lt;br /&gt;
The main difference between functional programming and {{w|imperative programming}}(or {{w|Procedural programming}}) is that in imperative programming, the functions have a {{w|control flow}} and may have local variables. In order to {{w|Iteration|iterate}}, they usually use {{w|Loop (programming)|loops}}. This means that an &amp;quot;imperative function&amp;quot; may return a different result, given the same input due to changes in some local or global variable, whereas a &amp;quot;functional function&amp;quot; will ALWAYS return the same result for a given input.&lt;br /&gt;
&lt;br /&gt;
For example, the {{w|factorial}} function (e.g. &amp;quot;factorial(5) = 5 x 4 x 3 x 2 x 1&amp;quot;) can be coded imperatively as:&lt;br /&gt;
&lt;br /&gt;
 factorial(n):&lt;br /&gt;
     prod = 1&lt;br /&gt;
     while n &amp;gt; 0:&lt;br /&gt;
         prod = prod * n&lt;br /&gt;
         n = n - 1&lt;br /&gt;
     end&lt;br /&gt;
     return prod&lt;br /&gt;
&lt;br /&gt;
An imperative, recursive (but not tail-recursive) implementation can look like this:&lt;br /&gt;
&lt;br /&gt;
 factorial(n)&lt;br /&gt;
 {&lt;br /&gt;
     if n &amp;gt; 0&lt;br /&gt;
     {&lt;br /&gt;
         return n * factorial(n-1)&lt;br /&gt;
     }&lt;br /&gt;
     return 1&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
In this situation, the recursion stops when the argument (n) is not greater than zero. Without the conditional definition, it would be an infinite loop. The {{w|Tail recursion}} is a special case of recursion whose very '''last''' operation is to invoke the function itself or return a definite value.&lt;br /&gt;
&lt;br /&gt;
This (functional) example is tail recursive inside the helper function:&lt;br /&gt;
&amp;lt;!-- This is a valid Haskell definition of the factorial function: http://ideone.com/OrCUMp&lt;br /&gt;
  It is not really helpful to jump from imperative to functional at this point. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 factorial(n) = factorial_helper(n, 1)&lt;br /&gt;
 &lt;br /&gt;
 factorial_helper(n, prod) = &lt;br /&gt;
     if n &amp;gt; 0 then&lt;br /&gt;
         factorial_helper(n - 1, prod * n)&lt;br /&gt;
     else&lt;br /&gt;
         prod&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
 factorial(5) = factorial_helper(5, 1)&lt;br /&gt;
  factorial_helper(5,1) = factorial_helper(5-1, 1*5)&lt;br /&gt;
   factorial_helper(4,5) = factorial_helper(4-1, 5*4)&lt;br /&gt;
    factorial_helper(3,20) = factorial_helper(3-1, 20*3)&lt;br /&gt;
     factorial_helper(2,60) = factorial_helper(2-1, 60*2)&lt;br /&gt;
      factorial_helper(1,120) = factorial_helper(1-1, 120*1)&lt;br /&gt;
       factorial_helper(0,120) = 120&lt;br /&gt;
&lt;br /&gt;
In functional programming, tail recursion is detected by the compiler or interpreter and can be executed as efficiently as loops in imperative programming languages. This makes tail recursion an essential programming technique in functional programming.&lt;br /&gt;
&lt;br /&gt;
Cueball is making a play on words where &amp;quot;Tail recursion is its own reward&amp;quot; is used both in the &amp;quot;it is worth doing on elegance and intellectually satisfying grounds alone&amp;quot; sense and in the sense that &amp;quot;the 'tail call' of a function is its final step, and is the final step (and hence the result/reward) for &amp;lt;em&amp;gt;all levels&amp;lt;/em&amp;gt; of a tail-recursive function&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text says that to {{w|Abstract mathematics|abstract mathematicians}} functional programming is both powerful and flexible, as well as intuitive and clear since it comes very close to the way mathematicians usually describe functions. The humorous contrast is that, to non-mathematicians, functional programming can be exactly the opposite (thus being non-intuitive and unclear as abstract mathematics appears to them). And it is also a reference to a common saying about the imperative programming language, 'C': &amp;quot;C combines the flexibility and power of {{w|assembly language}} with the user-friendliness of assembly language&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[White Hat stands behind Cueball, who is sitting at a computer]&lt;br /&gt;
:White Hat: Why do you like functional programming so much? What does it actually ''get'' you?&lt;br /&gt;
:Cueball: Tail recursion is its own reward.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Recursion]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1266:_Halting_Problem&amp;diff=49272</id>
		<title>Talk:1266: Halting Problem</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1266:_Halting_Problem&amp;diff=49272"/>
				<updated>2013-09-20T23:52:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Missing the obvious? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wrote an explanation for the body of the comics, but I believe there are aspects of the title I'm still missing, so I left the incomplete tag in place. [[User:Shachar|Shachar]] ([[User talk:Shachar|talk]]) 07:52, 18 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Isn't google already running applications designed to continue running even if some of nodes they run on have a fatal hardware failure? Also, even if the claim would be true in &amp;quot;practical&amp;quot; sense, it would not solve the problem, because as you said, the stopping would be because of reasons external to the actual program. In other words, program running on turing machine will never stop by hardware failure, because turing machine BY DEFINITION doesn't have any. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 08:57, 18 September 2013 (UTC)&lt;br /&gt;
:Remembered this is wiki and added it to the actual explanation :-) -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:10, 18 September 2013 (UTC)&lt;br /&gt;
:Several systems are running with redundant nodes.  They will not run forever.  They are in for example extremely unlikely to outlive the sun. [[Special:Contributions/85.19.71.131|85.19.71.131]] 11:29, 18 September 2013 (UTC)&lt;br /&gt;
::System with ability to replace nodes can be deployed on nodes physically as distant as needed. Application which is currently starting on a multi-node system on earth can be later expanded to system with nodes in different star system. Although unless the nodes have FTL connection it would have inpractically large lag ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:39, 20 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;For all practical purposes, this is the correct solution&amp;quot;&lt;br /&gt;
:No, it's not. A very practical purpose would be &amp;quot;have my OS kill processes that won't stop&amp;quot;. Other one would be &amp;quot;reject installing apps that contain algorithms that don't halt&amp;quot;. If the OS assumes &amp;quot;every app will eventually halt&amp;quot; it would kill every process and reject every app. [[User:Osias|Osias]] ([[User talk:Osias|talk]]) 12:15, 18 September 2013 (UTC)&lt;br /&gt;
::Changing the paragraph to say &amp;quot;a physical perspective&amp;quot; instead of &amp;quot;all practical purposes&amp;quot; was a good solution. [[User:Osias|Osias]] ([[User talk:Osias|talk]]) 14:16, 18 September 2013 (UTC)&lt;br /&gt;
::It would, in fact, kill/reject none since it would find no nonhalters.[[Special:Contributions/178.0.89.106|178.0.89.106]] 20:51, 18 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Google &amp;quot;halting problem&amp;quot; and do a little reeding so you are in the same mindset as Randall. This is a famous computer science problem. You aren't talking about the same thing in comments above. ''&amp;amp;mdash; [[User:Tbc|tbc]] ([[User talk:Tbc|talk]]) 12:30, 18 September 2013 (UTC)''&lt;br /&gt;
&lt;br /&gt;
What is the joke here? What does &amp;quot;big picture&amp;quot; mean? [[Special:Contributions/62.209.198.2|62.209.198.2]] 16:33, 18 September 2013 (UTC)&lt;br /&gt;
:I believe it's related to the quote &amp;quot; In the long run we are all dead.&amp;quot; by John Maynard Keynes. [[User:Osias|Osias]] ([[User talk:Osias|talk]]) 18:46, 18 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Same kind of humor as in http://www.explainxkcd.com/wiki/index.php?title=221 [[Special:Contributions/176.67.13.14|176.67.13.14]] 18:47, 18 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
A program with its given input can be seen, as a whole, as a specific program. Therefore the halting function need not take two inputs and is equivalent to a function that takes the two described inputs. Therefore I feel the comment about the number of inputs in the explanation can be removed. {{unsigned ip|66.69.243.27}}&lt;br /&gt;
:Yeah, the halting problem on the empty word/input is known to be equivalent to the general halting problem. I think that's the form used in this comic. {{unsigned ip|85.218.82.16}}&lt;br /&gt;
&lt;br /&gt;
Might there be a reference here to Isaac Asimov's famous story &amp;quot;The Last Question&amp;quot;?  (The titular question was: 'Can entropy be reversed?'  Throughout the lifetime of the universe, the computer only said: 'THERE IS INSUFFICIENT DATA FOR A MEANINGFUL ANSWER.') [[Special:Contributions/174.239.229.68|174.239.229.68]] 04:18, 20 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Missing the obvious? ==&lt;br /&gt;
&lt;br /&gt;
Maybe it is just me, but I interpreted this to be the &amp;quot;DoesItHalt&amp;quot; function actually *running* &amp;quot;program&amp;quot;, then when &amp;quot;program&amp;quot; completes (halts) it returns true.  This would be the &amp;quot;big picture&amp;quot; solution and does not actually deal with the &amp;quot;details&amp;quot;. --[[User:Bpothier|B. P.]] ([[User talk:Bpothier|talk]]) 23:52, 20 September 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1258:_First&amp;diff=48210</id>
		<title>1258: First</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1258:_First&amp;diff=48210"/>
				<updated>2013-08-30T22:17:07Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1258&lt;br /&gt;
| date      = August 30, 2013&lt;br /&gt;
| title     = First&lt;br /&gt;
| image     = first.png&lt;br /&gt;
| titletext = Fortunately, exactly zero other annoying internet behaviors have developed during this time. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Cueball is commenting on the [http://knowyourmeme.com/memes/first urge] some people have to be the first to make a comment on any given posting (be it a blog post or a youtube video or some other commentable content), and to obnoxiously point out that they have made the first comment. This often manifests as the poster simply posting the word &amp;quot;First&amp;quot; without contributing any actual content to the discussion. Cueball appears glad that the practice seems to be slowly dying out. However, someone (Offscreen) is worried he will jinx it, only encouraging more people to do so.&lt;br /&gt;
&lt;br /&gt;
The title text ironically states that no new annoying internet behaviours have emerged since the &amp;quot;first post&amp;quot; trend began which would continue to annoy users:   a fact which is clearly wrong to anyone who spends a length of time on the internet&amp;lt;sup&amp;gt;[[http://en.wikipedia.org/wiki/Wikipedia:Citation_needed citation needed]]&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Cueball is typing at a computer.]&lt;br /&gt;
:[Cueball is sitting at a computer.]&lt;br /&gt;
:Cueball: After a couple of unbearable decades, the &amp;quot;First Post&amp;quot; thing seems to be dying a quiet death.&lt;br /&gt;
:Offscreen: Shh. You'll jinx it.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Internet]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29867</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29867"/>
				<updated>2013-03-05T23:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: added timecode reference, typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Pretty Good Privacy|PGP}} (Pretty Good Privacy) is a program which can be used to encrypt and/or sign data, including messages sent as emails. Encrypting means encoding data in a way that requires a known key to decrypt and read; signing means that there is a code included in the data which can be used to verify both that the data is unaltered and to verify the true sender.&lt;br /&gt;
&lt;br /&gt;
In the case of the email in this comic, it has only been signed; not encrypted (hence, the top of the first line of text can be seen and is legible in normal English). This is more common than encryption, as reading an encrypted message would require the recipient to already be a PGP user. In fact, the use of PGP even to sign email messages is so rare that most people have probably never seen a signed message. Because a signed email is so rare, and because it is already legible and unencrypted, [[Randall]] is making the observation that few users actually bother to use the signature to verify the authenticity of the sender using the PGP signature, and make the assumption that the fact that there IS a signature is good enough evidence that the message is authentic. He may also be implying that because PGP signatures are so rare and probably ignored by most recipients, he would not expect anyone to even bother creating a false PGP signature; therefore the mere existence of a PGP header will indicate authenticity. The title text extends the joke by suggesting you confirm there's a bunch of random characters in the footer (this is the actual key that PGP generates which can be used to verify the authenticity of the email. Again, Randall is saying that the existence of the block is itself evidence of authenticity.&lt;br /&gt;
&lt;br /&gt;
A similar false assumption of security was pointed out in the movie {{w|Strange Brew}}, where while viewing security camera footage in a courtroom one character states: &amp;quot;It even has a time code on it and those are very difficult to fake.&amp;quot;  The simple appearance of a {{w|Timecode}} on a video leads some people to assume that the video must be genuine and untampered with.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How to use PGP to verify that an email is authentic:&lt;br /&gt;
:Look for this text at the top&lt;br /&gt;
:[In mail header, light grey.] Reply&lt;br /&gt;
:-----BEGIN PGP SIGNED MESSAGE-----&lt;br /&gt;
:[in mail message, light grey]&lt;br /&gt;
:HASH: SHA256&lt;br /&gt;
:Hey,&lt;br /&gt;
:First of all, thanks for taking care of&lt;br /&gt;
&lt;br /&gt;
:[After mail message]&lt;br /&gt;
:If it's there, the email is probably fine&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29723</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29723"/>
				<updated>2013-03-04T22:24:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Added context about web sites and fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Pretty Good Privacy|PGP}} (or {{w|GNU_Privacy_Guard|GnuPG}} for the free, open source version) is a program which can be used to encrypt and sign data, including messages sent as emails.  It is often used in combination with email software extensions, such as [http://www.enigmail.net/home/index.php Enigmail] (for Thunderbird). Encrypting the message would prevent anybody from reading it if they didn't have the key to decrypt. Signing the message would mean that the message can be verified as unaltered, if the reader was to check the message against the signature. People who use such a program typically only use the feature to sign the message, since encrypting it (which would give you the privacy) requires that the recipient already be a PGP user. Hence the irony here is that nobody actually verifies the &amp;quot;signature&amp;quot; either, but feel secure that the message appears to be signed.&lt;br /&gt;
&lt;br /&gt;
PGP or {{w|Pretty Good Privacy}}, uses {{w|Public-key cryptography}}, which is defined in [https://tools.ietf.org/html/rfc4880 RFC4880]. The blob which makes the signature is a binary (clear sign) signature which is encoded into ASCII using {{w|ASCII armor}}.&lt;br /&gt;
&lt;br /&gt;
The use of signing software for email is so rare that most people have never seen a signed message. The joke here lies within the approach of ignoring actual privacy guarantees PGP provides, therefore giving a false sense of security.&lt;br /&gt;
&lt;br /&gt;
A similar thing happens on some web pages that simply state &amp;quot;This page is secure&amp;quot; or include the padlock icon in the body of the page, and then ask for your credit card information, while not actually using SSL (and showing that little padlock or an &amp;quot;https&amp;quot;).  (Read an old blog/rant [http://www.troyhunt.com/2011/07/padlock-icon-must-die.html about the padlock icon and security]).&lt;br /&gt;
&lt;br /&gt;
This irresponsible approach to security is unfortunately quite common with users and even more so for computer security related topics. When confronted with something strange (like the blob at the bottom) most people simply believe it: If it says it's secure it really has to be - even if it actually isn't.&lt;br /&gt;
&lt;br /&gt;
BTW: You can annoy pretty much any security geek out there with such ignoring behaviour.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How to use PGP to verify that an email is authentic:&lt;br /&gt;
:Look for this text at the top&lt;br /&gt;
:[In mail header, light grey.] Reply&lt;br /&gt;
:-----BEGIN PGP SIGNED MESSAGE-----&lt;br /&gt;
:[in mail message, light grey]&lt;br /&gt;
:HASH: SHA256&lt;br /&gt;
:Hey,&lt;br /&gt;
:First of all, thanks for taking care of&lt;br /&gt;
&lt;br /&gt;
:[After mail message]&lt;br /&gt;
:If it's there, the email is probably fine&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=389:_Keeping_Time&amp;diff=24905</id>
		<title>389: Keeping Time</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=389:_Keeping_Time&amp;diff=24905"/>
				<updated>2013-01-07T23:24:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: added Category:Music using HotCat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 389&lt;br /&gt;
| date      = February 27, 2008&lt;br /&gt;
| title     = Keeping Time&lt;br /&gt;
| image     = keeping_time.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = You can identify them ahead-of-time -- they lead with their left foot when the music starts.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[http://imgs.xkcd.com/blag/xkcd_389.mp3 Listen to the music]&lt;br /&gt;
&lt;br /&gt;
A member of a marching band, after spending seasons marching in time to their music for their shows, end up naturally walking with the rhythm of any music they hear around them, like at a shopping mall. Pausing the music for a split second would throw off the rhythm, causing them to fall. The line of music in the comic is a piano reduction of beguiling of &amp;quot;Never Gonna Give You Up&amp;quot; by Rick Astley, a reference to &amp;quot;Rickrolling&amp;quot;, which is when a link to video is set up to appear as one thing but in reality, when clicked, plays &amp;quot;Never Gonna Give You Up&amp;quot;. The alt text refers to the fact that almost all marching bands start marching with the left foot, so marching band members start to naturally starting with the left foot.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
My Hobby:&lt;br /&gt;
:Pausing in-store music for a split second and watching the ex-marching band kids stumble.&lt;br /&gt;
:[On a balcony overlooking a supermarket, a man presses a button on a pedestal. The in-store music, the first four bars of &amp;quot;Never Gonna Give You Up&amp;quot; by Rick Astley, pauses briefly after the third bar, and one of the store's patrons falls on her face.]&lt;br /&gt;
&amp;lt;&amp;lt;FWOMP&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Music]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=643:_Ohm&amp;diff=24619</id>
		<title>643: Ohm</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=643:_Ohm&amp;diff=24619"/>
				<updated>2013-01-04T22:58:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Added mathiness&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 643&lt;br /&gt;
| date      = September 30, 2009&lt;br /&gt;
| title     = Ohm&lt;br /&gt;
| image     = ohm.png&lt;br /&gt;
| titletext = More generally, with great power comes great dEnergy/dt&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a play on the concepts of power as the human capacity to take action, and power as a strictly defined physical quantity, namely the amount of energy which flows from one locus to another in a unit of time. In calculus, this is expressed as dE/dt, hence the title text declaration that with great power comes great dEnergy/dt—though strictly speaking, great power EQUALS (is identical with) great dEnergy/dt.&lt;br /&gt;
&lt;br /&gt;
The uncle's advice references the comic-book superhero {{w|Spiderman}}. In various versions of Spiderman's origin story, a teenage Peter Parker is brought up by his Aunt May and Uncle Ben. Uncle Ben cautions Peter that &amp;quot;with great power comes great responsibility&amp;quot;. Through an incident involving a spider and some cutting-edge technology, Peter Parker acquires spider-like powers—great strength and the ability to adhere to walls and ceilings. Parker fails to use his new powers to stop a mugging; it turns out that the victim is none other than Uncle Ben, who dies from injuries sustained. This failure to save his uncle haunts Parker and drives him to use his new powers for heroic purposes. Visually, this comic looks like the dying Uncle Ben counselling his nephew to use his power responsibly.&lt;br /&gt;
&lt;br /&gt;
Physical energy can exist in many different forms. In electrical physics, current flowing through a resistor generates heat. The basic units are defined such that the power (in {{w|Watt}}s) converted into heat is given by the square of the electrical current flowing (in {{w|Amperes}}) multiplied by the resistance of the component (in {{w|Ohm}}s). The unit, Ohm, is named for physicist {{w|Georg Ohm}} who determined experimentally that a given resistor would pass double the current when the electrical pressure ({{w|voltage}}) was also doubled.&lt;br /&gt;
&lt;br /&gt;
This relationship is summarized by {{w|Ohm's law}}:&lt;br /&gt;
:Current = Voltage / Resistance (I=V/R)&lt;br /&gt;
:Voltage = Current x Resistance (V=IxR)&lt;br /&gt;
:Resistance = Voltage / Current (R=V/I)&lt;br /&gt;
&lt;br /&gt;
{{w|Electric power}} is defined as:&lt;br /&gt;
:Power = Current x Voltage (P=IxV - {{w|Joule's laws|Joule's first law}})&lt;br /&gt;
:or by replacing &amp;quot;Voltage&amp;quot; with &amp;quot;(Current x Resistance)&amp;quot; (from Ohm's law):&lt;br /&gt;
:Power = Current x (Current x Resistance) = Current^2 x Resistance&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ohm is holding his uncle by the shoulders.]&lt;br /&gt;
:Uncle: Remember: With great power comes great current squared times resistance.&lt;br /&gt;
:Narrator: Ohm never forgot his dying uncle's advice.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=191:_Lojban&amp;diff=24479</id>
		<title>191: Lojban</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=191:_Lojban&amp;diff=24479"/>
				<updated>2013-01-04T00:18:42Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: added translated image link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 191&lt;br /&gt;
| date      = December 1, 2006&lt;br /&gt;
| title     = Lojban&lt;br /&gt;
| image     = lojban.png&lt;br /&gt;
| titletext = zo'o ta jitfa .i .e'o xu do pendo mi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Lojban}} is an invented language specifically designed to have no ambiguous constructs at all. The authors mainly wanted to see if such a thing was possible, but it has a number of fans who believe the lack of ambiguities is a substantial benefit, making the language easier to use with fewer misunderstandings. However, anyone actually willing to learn a new language for this is someone [[Black Hat]] would rather avoid.&lt;br /&gt;
&lt;br /&gt;
Clicking on the original comic brings you to [[:File:lojban translated.png|a Lojban translation of the comic]].&lt;br /&gt;
&lt;br /&gt;
The title-text is also written in Lojban. It translates roughly as: &amp;quot;That was a joke. Really. Wanna be friends with me?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Cueball: If you learned to speak Lojban, your communication would be completely unambiguous and logical.&lt;br /&gt;
:Black Hat: Yeah, but it would all be with the kind of people who learn Lojban.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:lojban_translated.png&amp;diff=24478</id>
		<title>File:lojban translated.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:lojban_translated.png&amp;diff=24478"/>
				<updated>2013-01-04T00:16:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Comic 191 translated into lojban&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Comic 191 translated into lojban&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{XKCD file}}&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=191&amp;diff=24477</id>
		<title>191</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=191&amp;diff=24477"/>
				<updated>2013-01-04T00:12:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 191: Lojban&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[191: Lojban]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Lojban&amp;diff=24476</id>
		<title>Lojban</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Lojban&amp;diff=24476"/>
				<updated>2013-01-04T00:11:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 191: Lojban&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[191: Lojban]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=246&amp;diff=24474</id>
		<title>246</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=246&amp;diff=24474"/>
				<updated>2013-01-04T00:10:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 246: Labyrinth Puzzle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[246: Labyrinth Puzzle]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Labyrinth_Puzzle&amp;diff=24473</id>
		<title>Labyrinth Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Labyrinth_Puzzle&amp;diff=24473"/>
				<updated>2013-01-04T00:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 246: Labyrinth Puzzle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[246: Labyrinth Puzzle]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24472</id>
		<title>246: Labyrinth Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24472"/>
				<updated>2013-01-04T00:08:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 246&lt;br /&gt;
| date      = April 9, 2007&lt;br /&gt;
| title     = Labyrinth Puzzle&lt;br /&gt;
| image     = labyrinth puzzle.png&lt;br /&gt;
| titletext = And the whole setup is just a trap to capture escaping logicians. None of the doors actually lead out&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic alludes to a famous {{w|Knights and Knaves}}-type logic puzzle, in which there are ''two'' doors and ''two'' guards. One guard always lies, and the other always tells the truth. One of the doors leads to freedom, and you can only ask one guard one question. The solution to this riddle involves a very tricky question indeed, and one would in the xkcd-version risk a stabbing from the third guard. If you want to give the original puzzle a try for yourself, don't read the spoiling next paragraph.&lt;br /&gt;
&lt;br /&gt;
Solution: Ask one guard (it doesn't matter which one) which door the other guard would say leads out. The door indicated doesn't lead out.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Black Hat: And here we have the labyrinth guards. One always lies, one always tells the truth, and one stabs people who ask tricky questions.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Logic]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24470</id>
		<title>246: Labyrinth Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24470"/>
				<updated>2013-01-04T00:06:10Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Bpothier moved page 246: Labryinth Puzzle to 246: Labyrinth Puzzle: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 246&lt;br /&gt;
| date      = April 9, 2007&lt;br /&gt;
| title     = Labryinth Puzzle&lt;br /&gt;
| image     = labyrinth puzzle.png&lt;br /&gt;
| titletext = And the whole setup is just a trap to capture escaping logicians. None of the doors actually lead out&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic alludes to a famous {{w|Knights and Knaves}}-type logic puzzle, in which there are ''two'' doors and ''two'' guards. One guard always lies, and the other always tells the truth. One of the doors leads to freedom, and you can only ask one guard one question. The solution to this riddle involves a very tricky question indeed, and one would in the xkcd-version risk a stabbing from the third guard. If you want to give the original puzzle a try for yourself, don't read the spoiling next paragraph.&lt;br /&gt;
&lt;br /&gt;
Solution: Ask one guard (it doesn't matter which one) which door the other guard would say leads out. The door indicated doesn't lead out.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Black Hat: And here we have the labrinth guards. One always lies, one always tells the truth, and one stabs people who ask tricky questions.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Logic]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=246&amp;diff=24469</id>
		<title>246</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=246&amp;diff=24469"/>
				<updated>2013-01-04T00:04:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Bpothier moved page 246 to 246: Labryinth Puzzle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[246: Labryinth Puzzle]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24468</id>
		<title>246: Labyrinth Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=246:_Labyrinth_Puzzle&amp;diff=24468"/>
				<updated>2013-01-04T00:04:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Bpothier moved page 246 to 246: Labryinth Puzzle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 246&lt;br /&gt;
| date      = April 9, 2007&lt;br /&gt;
| title     = Labryinth Puzzle&lt;br /&gt;
| image     = labyrinth puzzle.png&lt;br /&gt;
| titletext = And the whole setup is just a trap to capture escaping logicians. None of the doors actually lead out&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic alludes to a famous {{w|Knights and Knaves}}-type logic puzzle, in which there are ''two'' doors and ''two'' guards. One guard always lies, and the other always tells the truth. One of the doors leads to freedom, and you can only ask one guard one question. The solution to this riddle involves a very tricky question indeed, and one would in the xkcd-version risk a stabbing from the third guard. If you want to give the original puzzle a try for yourself, don't read the spoiling next paragraph.&lt;br /&gt;
&lt;br /&gt;
Solution: Ask one guard (it doesn't matter which one) which door the other guard would say leads out. The door indicated doesn't lead out.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Black Hat: And here we have the labrinth guards. One always lies, one always tells the truth, and one stabs people who ask tricky questions.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Logic]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=253&amp;diff=24467</id>
		<title>253</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=253&amp;diff=24467"/>
				<updated>2013-01-04T00:03:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 253: Highway Engineer Pranks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[253: Highway Engineer Pranks]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Highway_Engineer_Pranks&amp;diff=24466</id>
		<title>Highway Engineer Pranks</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Highway_Engineer_Pranks&amp;diff=24466"/>
				<updated>2013-01-04T00:03:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 253: Highway Engineer Pranks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[253: Highway Engineer Pranks]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=534:_Genetic_Algorithms&amp;diff=24465</id>
		<title>534: Genetic Algorithms</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=534:_Genetic_Algorithms&amp;diff=24465"/>
				<updated>2013-01-04T00:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: added Category:Comics with color using HotCat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 534&lt;br /&gt;
| date      = January 23, 2009&lt;br /&gt;
| title     = Genetic Algorithms&lt;br /&gt;
| image     = genetic_algorithms.png&lt;br /&gt;
| titletext = Just make sure you don't have it maximize instead of minimize.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Cueball is seen here defining a program (possibly in python). The title is a reference to the type of program Cueball is writing, a Genetic Algorithm. &lt;br /&gt;
&lt;br /&gt;
In the computer science field of artificial intelligence, a genetic algorithm is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms, which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.&lt;br /&gt;
&lt;br /&gt;
The line indicated by an arrow is a reference to the Terminator series, in which the main antagonist is an artificial intelligence known as Skynet.&lt;br /&gt;
&lt;br /&gt;
The line about water crossing is a possible reference to the old computer game Oregon Trail, in which crossing water was hazardous.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Code displayed, presumably from an IDE]&lt;br /&gt;
:def getSolutionCosts(navigationCode):&lt;br /&gt;
::fuelStopCost = 15&lt;br /&gt;
::extraComputationCost = 8&lt;br /&gt;
:[There is a giant arrow pointing to the next line]&lt;br /&gt;
::thisAlgorithmBecomingSkynetCost = 999999999&lt;br /&gt;
::waterCrossingCost = 45&lt;br /&gt;
:Narration: Genetic algorithms tip: *Always* include this in your fitness function.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=463&amp;diff=24464</id>
		<title>463</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=463&amp;diff=24464"/>
				<updated>2013-01-04T00:01:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 463: Voting Machines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[463: Voting Machines]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Voting_Machines&amp;diff=24463</id>
		<title>Voting Machines</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Voting_Machines&amp;diff=24463"/>
				<updated>2013-01-04T00:01:28Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 463: Voting Machines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[463: Voting Machines]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=477&amp;diff=24462</id>
		<title>477</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=477&amp;diff=24462"/>
				<updated>2013-01-03T23:59:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 477: Typewriter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[477: Typewriter]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Typewriter&amp;diff=24461</id>
		<title>Typewriter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Typewriter&amp;diff=24461"/>
				<updated>2013-01-03T23:59:05Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 477: Typewriter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[477: Typewriter]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=501&amp;diff=24460</id>
		<title>501</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=501&amp;diff=24460"/>
				<updated>2013-01-03T23:56:47Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 501: Faust 2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[501: Faust 2.0]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Faust_2.0&amp;diff=24459</id>
		<title>Faust 2.0</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Faust_2.0&amp;diff=24459"/>
				<updated>2013-01-03T23:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 501: Faust 2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[501: Faust 2.0]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=529&amp;diff=24458</id>
		<title>529</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=529&amp;diff=24458"/>
				<updated>2013-01-03T23:56:03Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 529: Sledding Discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[529: Sledding Discussion]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Sledding_Discussion&amp;diff=24457</id>
		<title>Sledding Discussion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Sledding_Discussion&amp;diff=24457"/>
				<updated>2013-01-03T23:55:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 529: Sledding Discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[529: Sledding Discussion]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=534&amp;diff=24456</id>
		<title>534</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=534&amp;diff=24456"/>
				<updated>2013-01-03T23:50:28Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 534: Genetic Algorithms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[534: Genetic Algorithms]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Genetic_Algorithms&amp;diff=24455</id>
		<title>Genetic Algorithms</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Genetic_Algorithms&amp;diff=24455"/>
				<updated>2013-01-03T23:49:57Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 534: Genetic Algorithms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[534: Genetic Algorithms]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=598&amp;diff=24454</id>
		<title>598</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=598&amp;diff=24454"/>
				<updated>2013-01-03T23:49:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 598: Porn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[598: Porn]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Porn&amp;diff=24453</id>
		<title>Porn</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Porn&amp;diff=24453"/>
				<updated>2013-01-03T23:48:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 598: Porn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[598: Porn]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=658&amp;diff=24452</id>
		<title>658</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=658&amp;diff=24452"/>
				<updated>2013-01-03T23:43:03Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 658: Orbitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[658: Orbitals]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Orbitals&amp;diff=24451</id>
		<title>Orbitals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Orbitals&amp;diff=24451"/>
				<updated>2013-01-03T23:42:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 658: Orbitals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[658: Orbitals]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=679&amp;diff=24450</id>
		<title>679</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=679&amp;diff=24450"/>
				<updated>2013-01-03T23:40:42Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 679: Christmas Plans&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[679: Christmas Plans]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Christmas_Plans&amp;diff=24449</id>
		<title>Christmas Plans</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Christmas_Plans&amp;diff=24449"/>
				<updated>2013-01-03T23:40:20Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 679: Christmas Plans&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[679: Christmas Plans]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=750&amp;diff=24448</id>
		<title>750</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=750&amp;diff=24448"/>
				<updated>2013-01-03T23:28:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 750: Book Burning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[750: Book Burning]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Book_Burning&amp;diff=24447</id>
		<title>Book Burning</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Book_Burning&amp;diff=24447"/>
				<updated>2013-01-03T23:28:18Z</updated>
		
		<summary type="html">&lt;p&gt;Bpothier: Redirected page to 750: Book Burning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[750: Book Burning]]&lt;/div&gt;</summary>
		<author><name>Bpothier</name></author>	</entry>

	</feed>