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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1513:_Code_Quality&amp;diff=114898</id>
		<title>1513: Code Quality</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1513:_Code_Quality&amp;diff=114898"/>
				<updated>2016-03-14T21:41:05Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1513&lt;br /&gt;
| date      = April 17, 2015&lt;br /&gt;
| title     = Code Quality&lt;br /&gt;
| image     = code quality.png&lt;br /&gt;
| titletext = I honestly didn't think you could even USE emoji in variable names. Or that there were so many different crying ones.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is about the apprehension of asking for help from an expert who is a friend. Often we fear that we will be judged and they will think less of us, which is what occurs in this comic.&lt;br /&gt;
&lt;br /&gt;
[[Ponytail]] is about to look at some {{w|source code}} [[Cueball]] has written, and he is warning her that he is self-taught so his code probably won't be written the way she is used to.&lt;br /&gt;
&lt;br /&gt;
In spite of Ponytail's initial (polite) optimism, she comments in three increasingly harsh similes. &lt;br /&gt;
&lt;br /&gt;
First, she suggests that reading his code is like being in a house built by a child, using a small axe to put together what he thought was a house based on a picture. She is saying that the code shows a lack of command of the language being programmed. This is like the common expression &amp;quot;if the only tool you have is a hammer, you'll treat everything as if it were a nail&amp;quot;. New programmers make use the same techniques repeatedly, making them fit for situations that they are not intended for.&lt;br /&gt;
&lt;br /&gt;
Second, she suggests that it looks like a salad recipe, written by a corporate lawyer on a phone with autocorrect that only corrected things to formulas from Microsoft Excel. She is saying that the code is verbose and the corrections that were done are illogical. This presumably relates to the developer not being an expert in their craft, and fixing the problems as they come up instead of reexamining the problem and solving it in a better way.&lt;br /&gt;
&lt;br /&gt;
Third, she describes it as a transcript of a couple arguing at {{w|IKEA}}, which was then randomly edited until the computer compiled it with no errors. She is saying that the intent of the code is unclear due to the seemingly random use of the language. This is very similar to an infinite amount of monkeys bashing away on typewriters for an infinite amount of time eventually producing the complete works of Shakespeare. (A couple's argument may be even less coherent at Ikea than at the average store, since Ikea products have idiosyncratic names that are difficult to pronounce or transcribe for anyone who doesn't speak Swedish.) This might happen if the code was written so bad that it does not compile, and people edited the code until it compiles so they can see what the code accomplishes. That Cueball's code is in this bad a shape indicates he really hasn't learned the programming language; he just happens to have a program that works in some shape or fashion. &lt;br /&gt;
&lt;br /&gt;
Finally, Cueball makes the rather weak assurance that he will read &amp;quot;a style guide&amp;quot;, which articulates the intended use of the language. It seems clear from Ponytail's commentary that his {{w|Software quality|code quality}} would benefit from far more training in computer programming.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|emoji}}. Ponytail's comment implies that some of Cueball's variables contained emoji, perhaps in an effort to capture the emotional content of the arguments which show through the requirements document.&lt;br /&gt;
&lt;br /&gt;
===emoji===&lt;br /&gt;
Many crying-face emoji are possible if variables can include full Unicode (e.g., 😢,😭,😂,😪,😥,😰,😿,😹). In some programming languages it would be impossible to use them in variable names, as the symbols would break the language's syntax rules. Exceptions to this include {{w|Go (programming language)|Go}}, {{w|Swift (programming language)|Swift}}, and {{w|Java (programming language)|Java}} ([http://docs.oracle.com/javase/specs/jls/se7/html/jls-3.html#jls-3.8], [http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isUnicodeIdentifierPart%28int%29]), but most languages with compilers that support Unicode characters can include this kind of emoji, even for languages that predate Unicode like {{w|C++}} and {{w|Lisp_(programming_language)|Lisp}}&lt;br /&gt;
&lt;br /&gt;
===Programming Style===&lt;br /&gt;
Although few programming languages require a perfectly rigid style, so long as the code is syntactically accurate, most programmers follow some sort of {{w|Programming style|style}} to make the code easier to read. This includes indenting lines to show levels and using descriptive variable identifiers with special capitalization, (e.g., {{w|camelCase}}, capitalizing each word except for the first in a sentence, or {{w|snake_case}}, separating lowercase words with underscores).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball showing Ponytail his laptop.]&lt;br /&gt;
:Cueball: Keep in mind that I'm self-taught, so my code may be a little messy.&lt;br /&gt;
:Ponytail: Lemme see - I'm sure it's fine.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail sits at desk, Cueball stand behind her.]&lt;br /&gt;
:Ponytail: ...Wow. This is like being in a house built by a child using nothing but a hatchet and a picture of a house.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail sits at desk, Cueball stand behind her.]&lt;br /&gt;
:Ponytail: It's like a salad recipe written by a corporate lawyer using a phone autocorrect that only knew Excel formulas.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail sits at desk, Cueball stand behind her.]&lt;br /&gt;
:Ponytail: It's like someone took a transcript of a couple arguing at IKEA and made random edits until it compiled without errors.&lt;br /&gt;
:Cueball: '''''Okay,''''' I'll read a style guide.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Emoji can be simulated using {{w|ASCII}} characters, and have roots in ASCII {{w|emoticon}}s. Most languages will allow variable names to include underscores, so some sad face ASCII emoticon will be legal variable names, such as &amp;lt;code&amp;gt;T_T&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;p_q&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ioi&amp;lt;/code&amp;gt; etc., but such things rarely show up in software variables. Many more can be made possible using [http://hexascii.com/sad-emoticons/ UTF-8 characters].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1648:_Famous_Duos&amp;diff=113500</id>
		<title>1648: Famous Duos</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1648:_Famous_Duos&amp;diff=113500"/>
				<updated>2016-02-28T03:00:16Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: /* List of alternative duos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1648&lt;br /&gt;
| date      = February 26, 2016&lt;br /&gt;
| title     = Famous Duos&lt;br /&gt;
| image     = famous_duos.png&lt;br /&gt;
| titletext = The Romeo and Butt-Head film actually got two thumbs up from Siskel and Oates.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|More on the reasons for why different alternative parings are made and what would the combos mean to people compared to the originals? Use the explanation column in the [[#List of alternative duos|list of alternative duos table]] for these updates.}}&lt;br /&gt;
&lt;br /&gt;
In popular culture (the term is loosely used in this case) there are many '''famous duos''', such as {{w|Calvin &amp;amp; Hobbes}} (six-year-old boy and his toy tiger, from the cartoon strip with the same name) or {{w|David &amp;amp; Goliath}} (famous past King of Israel and giant, {{w|Biblical}} characters from the {{w|Book of Samuel}} in the {{w|Old Testament}}). &lt;br /&gt;
&lt;br /&gt;
In this table, [[Randall]] describes a fictional {{w|Many-worlds interpretation|parallel universe}} where the same names are used in different combinations -- instead of Calvin, it is now Thelma (from the movie ''{{w|Thelma &amp;amp; Louise}}'') who is paired up with Hobbes, and Calvin is instead paired of with the King, from ''{{w|Anna and the King}}''. In all cases the one mentioned first on the list is also mentioned first in our universe, so it is always of the form Calvin and the King, never Calvin and Anna. There are 24 duos, and all 48 partners are mentioned (they go through four [[#Cycles|cycles]]). (In the title text of [[1644: Stargazing]] from the week before this comic, there is an indirect reference to parallel universes/{{w|multiverse}}).&lt;br /&gt;
&lt;br /&gt;
The humor of this comic comes from the ridiculousness of the pairings, and the reader's imagination of the stories that are created with the pairs. See the whole [[#List of real duos|list of real duos]] as well as the [[#List of alternative duos|list of alternative duos]] below, with more detailed explanations. &lt;br /&gt;
&lt;br /&gt;
In the title text, alternative movie ''Romeo and Butt-Head'' is mentioned, the fifth entry on the list. This is a combination of the famous {{w|Shakespeare}} play &amp;quot;{{w|Romeo and Juliet}}&amp;quot;, which has been filmed many times; most recently in ''{{w|Romeo + Juliet}}'' from 1996 with {{w|Leonardo DiCaprio}} and {{w|Claire Danes}} in the leading roles. {{w|Butt-Head}} is the less stupid one (of the very stupid duo) from the animated TV series ''{{w|Beavis and Butt-Head}}'' (and a {{w|Beavis and Butt-Head Do America|film}}). As Romeo and Juliet is one of the best known love stories and Butt-Head is one of the most disgusting teens ever depicted on the big screen (only overtaken by {{w|Beavis}}), the combination could create disturbing pictures in people's heads (especially in the heads of anyone who may identify themselves with Juliet). &lt;br /&gt;
&lt;br /&gt;
In the alternative universe, when this movie was released, it got the best possible review of two thumbs up from the critics ''Siskel and Oates''. {{w|Gene Siskel}} was paired with {{w|Roger Ebert}}, when they reviewed movies as the famous duo {{w|Siskel and Ebert}}. They were widely known for the &amp;quot;thumbs up/thumbs down&amp;quot; review summaries, with their best combined review being ''Two Thumbs Up'', one from each of them. &lt;br /&gt;
&lt;br /&gt;
In the alternative universe Siskel and his partner gives the film a (surprising) two thumbs up, but Ebert has been replaced with Oates. This is a reference to John Oates of {{w|Hall &amp;amp; Oates}}, a famous American musical duo from Philadelphia. &lt;br /&gt;
&lt;br /&gt;
There also exists a comedy duo named {{w|Garfunkel and Oates}}, formed by Riki Lindhome and Kate Micucci, who chose the &amp;quot;Garfunkel and Oates&amp;quot; name by combining the second names from both ''Hall &amp;amp; Oates'' and ''{{w|Simon and Garfunkel}}'' (the latter duo is mentioned in the main comic). Although this exact combo would not be possible in the xkcd version, as the &amp;quot;real universe&amp;quot; combo takes the second names from two duos rather than the first name from one and the second name from another (as in this comic), there may definitely be a deliberate reference to this group as well which has taken the parallel universe idea into our universe.&lt;br /&gt;
 &lt;br /&gt;
===List of real duos===&lt;br /&gt;
*See the list of [[#List of alternative duos|alternative duos]] below.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|+ Famous duos in this universe&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | pairing&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Partner&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Explanation&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name index&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Partner index&lt;br /&gt;
|-&lt;br /&gt;
| Thelma&lt;br /&gt;
| and&lt;br /&gt;
| Louise &lt;br /&gt;
| {{w|Thelma &amp;amp; Louise}} is a famous road trip film from 1991.&lt;br /&gt;
| 1&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| When Harry&lt;br /&gt;
| Met &lt;br /&gt;
| Sally &lt;br /&gt;
| {{w|When Harry Met Sally...}} is a romantic comedy film from 1989.&lt;br /&gt;
| 2&lt;br /&gt;
| 16&lt;br /&gt;
|-&lt;br /&gt;
| Batman &lt;br /&gt;
| and &lt;br /&gt;
| Robin&lt;br /&gt;
| {{w|Batman}} and {{w|Robin (comic)|Robin}} are comic book characters (first appearance for Batman was in 1939 Robin the year after). There have been several {{w|Batman_in_film#Films|films}} including one called {{w|Batman &amp;amp; Robin (film)|Batman &amp;amp; Robin}} from 1997. A new Batman film {{w|Batman v Superman: Dawn of Justice}} has its release date three weeks after the release of this comic (2016-02-26).&lt;br /&gt;
| 3&lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mark Antony|Antony}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Cleopatra}}&lt;br /&gt;
| {{w|Mark_Antony#Antony_and_Cleopatra|Antony and Cleopatra}} are historical figures who had an afair and three children together after the death of {{w|Julius Caesar}} up to Anthony's death 30 BC.&lt;br /&gt;
| 4&lt;br /&gt;
| 12&lt;br /&gt;
|-&lt;br /&gt;
| Romeo &lt;br /&gt;
| and &lt;br /&gt;
| Juliet&lt;br /&gt;
| {{w|Romeo and Juliet}} are characters from {{w|Shakespeare's}} famous romantic tragedy, from 1597, made into several {{w|Romeo_and_Juliet_on_screen#Significant_feature_releases|major films}}.&lt;br /&gt;
| 5&lt;br /&gt;
| 24&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bonnie_and_Clyde#Bonnie_Parker|Bonnie}}&lt;br /&gt;
| and &lt;br /&gt;
| {{w|Bonnie_and_Clyde#Clyde_Barrow|Clyde}}&lt;br /&gt;
| {{w|Bonnie and Clyde}} were American criminals who traveled the central United States with their gang during the Great Depression until their death on May 23rd 1934. They are well known from the film {{w|Bonnie and Clyde (film)|Bonnie and Clyde}}.&lt;br /&gt;
| 6&lt;br /&gt;
| 7&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pinky_and_the_Brain#Pinky|Pinky}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Pinky_and_the_Brain#Characters|the Brain}}&lt;br /&gt;
| Two mice from {{w|Pinky and the Brain}}, an American animated TV series from the nineties.&lt;br /&gt;
| 7&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Paul Simon|Simon}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Art Garfunkel|Garfunkel}}&lt;br /&gt;
| {{w|Simon &amp;amp; Garfunkel}} is a very famous musical duo from the sixties. (See also explanation for the title text).&lt;br /&gt;
| 8&lt;br /&gt;
| 22&lt;br /&gt;
|-&lt;br /&gt;
| Beauty &lt;br /&gt;
| and&lt;br /&gt;
| the Beast &lt;br /&gt;
| {{w|Beauty and the Beast}} are fairy tale characters from a French book from 1740, today best known from the {{w|Beauty and the Beast (1991 film)|Disney film}} from 1991.&lt;br /&gt;
| 9&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Beavis}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Butt-head}}&lt;br /&gt;
| {{w|Beavis and Butt-Head}} is an animated TV series from the nineties shown on {{w|MTV}}.&lt;br /&gt;
| 10&lt;br /&gt;
| 5&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rocky the Flying Squirrel|Rocky}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Bullwinkle J. Moose|Bullwinkle}}&lt;br /&gt;
| A flying squirrel and a moose known from the {{w|The Rocky and Bullwinkle Show}}, an American animated TV series from the sixties.&lt;br /&gt;
| 11&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bud Abbott|Abbott}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Lou Costello|Costello}}&lt;br /&gt;
| {{w|Abbott and Costello}} is a famous American comedy duo whose work in vaudeville and on stage, radio, film and television made them the most popular comedy team during the forties. &lt;br /&gt;
| 12&lt;br /&gt;
| 17&lt;br /&gt;
|-&lt;br /&gt;
| Dr. Jekyll &lt;br /&gt;
| and &lt;br /&gt;
| Mr. Hyde&lt;br /&gt;
| {{w|Dr. Jekyll and Mr. Hyde (character)|Dr. Jekyll and Mr. Hyde}} are well known characters from the book {{w|Strange Case of Dr Jekyll and Mr Hyde}} written by the Scottish author {{w|Robert Louis Stevenson}} in 1886. It has been adapted into several {{w|Adaptations_of_Strange_Case_of_Dr._Jekyll_and_Mr._Hyde#Film|films}}.&lt;br /&gt;
| 13&lt;br /&gt;
| 15&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Samson}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Delilah}}&lt;br /&gt;
| Samson and Delilah are Biblical characters from the {{w|Book of Judges}} (chapters 13-16). Samson was given supernatural strength by God in order to combat his enemies Samson had two vulnerabilities, however: his attraction to untrustworthy women and his hair, without which he was powerless. These vulnerabilities ultimately proved fatal for him when Delilah had him reveal the secret of his hair, which she subsequently cut of and handed him over to to be captured by the Philistines who gouges out his eyes and brought him to imprisonment in Gaza. He died when he got his hair back, Delilah had not explained why he was no longer strong so it had been allowed to grow out again, and then he used his power to tear down a temple he was led into, taking many enemies standing on the roof with him in death.&lt;br /&gt;
| 14&lt;br /&gt;
| 11&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Butch Cassidy}}&lt;br /&gt;
| and&lt;br /&gt;
| the {{w|Sundance Kid}}&lt;br /&gt;
| They are historical criminals who died in 1908. They were notorious American train and bank robbers with the {{w|Butch Cassidy's Wild Bunch}} gang in 1899-1901. They were made famous by the film {{w|Butch Cassidy and the Sundance Kid}} from 1969.&lt;br /&gt;
| 15&lt;br /&gt;
| 23&lt;br /&gt;
|-&lt;br /&gt;
| Bill&lt;br /&gt;
| and&lt;br /&gt;
| Ted’s Excellent Adventure&amp;lt;br&amp;gt;and Bogus Journey&lt;br /&gt;
| {{w|Bill &amp;amp; Ted (franchise)|Bill &amp;amp; Ted}} are characters from the two films {{w|Bill &amp;amp; Ted's Excellent Adventure}} (1989) and {{w|Bill &amp;amp; Ted's Bogus Journey}} (1991). The two titles are spread out on the two new pairings for Bill and Ted, in recognition that this duo is mainly known for these two films, although there also is a {{w|Bill &amp;amp; Ted's Excellent Adventures (1990 TV series)|spin-off animated series}} from 1990-1991.&lt;br /&gt;
| 16&lt;br /&gt;
| 6&lt;br /&gt;
|-&lt;br /&gt;
| {{w|David}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Goliath}}&lt;br /&gt;
| Biblical characters from best known from small David's defeat of giant Goliath in the story {{w|David#David_and_Goliath|David and Goliath}}. Davis later became the second king of Israel (according to the {{w|Books of Samuel}}, and according to the {{w|New Testament}}, an ancestor of {{w|Jesus}}.&lt;br /&gt;
| 17&lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sherlock Holmes}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Dr. Watson}}&lt;br /&gt;
| Characters from {{w|Arthur Conan Doyle}} famous books (from 1887-1927) which have been made into numerous {{w|Adaptations_of_Sherlock_Holmes#Film|films}}, recently (2009 and 2011) a new {{w|Sherlock Holmes (2009 film)|series of movies}} has been released with {{w|Robert Downey Jr.}} and {{w|Jude Law}} as the two characters, and there have also been several TV series, most famously the {{w|Sherlock Holmes (1984 TV series)|1984 TV series}}.&lt;br /&gt;
| 18&lt;br /&gt;
| 19&lt;br /&gt;
|-&lt;br /&gt;
| Jay &lt;br /&gt;
| and&lt;br /&gt;
| Silent Bob&lt;br /&gt;
| {{w|Jay and Silent Bob}} is a strange duo from {{w|View Askew Productions|View Askew's}} film universe first seen in the film {{w|Clerks}} from 1994 but they now even have a film names after the duo with {{w|Jay and Silent Bob Strike Back}} from 2001. The director of these movies, {{w|Kevin Smith}} plays Silent Bob, who of course rarely speaks, but when he finally does it often becomes a long defining monologue. Jay (played by {{w|Jason Mewes}}) talks all the time!&lt;br /&gt;
| 19&lt;br /&gt;
| 18&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Anna Leonowens|Anna}}&lt;br /&gt;
| and&lt;br /&gt;
| the {{w|Mongkut|King}}&lt;br /&gt;
| Recently made famous by the film {{w|Anna and the King}} from 1999, based on the book {{w|Anna and the King of Siam (novel)|Anna and the King of Siam}} from 1944 by {{w|Margaret Landon}} who again is based on two memoirs written by Anna Leonowens in 1870 and 1872 based on her experience as Royal governess for King Mongkut's children and also as language secretary for the king from 1862-1867.&lt;br /&gt;
| 20&lt;br /&gt;
| 21&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Calvin (Calvin and Hobbes)|Calvin}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Hobbes (Calvin and Hobbes)|Hobbes}}&lt;br /&gt;
| {{w|Calvin and Hobbes}} is a famous comic series by {{w|Bill Watterson}} that ran from 1985-1995. Calvin being a six year old boy and Hobbes is Calvin's stuffed tiger and best friend, who becomes animated in his private fantasy world. They have been [[:Category:Calvin_and_Hobbes|featured regularly]] in xkcd most prominently in the &amp;quot;duo&amp;quot; comic: [[409: Electric Skateboard (Double Comic)]].&lt;br /&gt;
| 21&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Timon &lt;br /&gt;
| and&lt;br /&gt;
| Pumbaa&lt;br /&gt;
| {{w|Timon and Pumbaa}} are characters from {{w|The Lion King}} film (1994) and they now also have their own {{w|The Lion King 1½|film from 2004}} and a {{w|Timon &amp;amp; Pumbaa (TV series)|TV series}} that ran from 1995-1999. There have been [[:Category:The Lion King|many references]] to ''The Lion King'' in xkcd, for instance the comment in the final panel of [[1504: Opportunity]], is from the original movie.&lt;br /&gt;
| 22&lt;br /&gt;
| 14&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mary Kate Olsen|Mary Kate}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Ashley Olsen}}&lt;br /&gt;
| Known as the {{w|Mary-Kate_and_Ashley_Olsen|Olsen twins}} these {{w|Twin#Dizygotic_.28fraternal.29_twins|fraternal twin}} actresses from 1986 has been on TV since they were infants (on {{w|Full House}} from 1987) and began starring together in TV, film, and video projects, which enabled them to join the ranks of the wealthiest women in the entertainment industry at a young age. They have previously been the pun of the joke in [[362: Blade Runner]].&lt;br /&gt;
| 23&lt;br /&gt;
| 13&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mario}}&lt;br /&gt;
| and&lt;br /&gt;
| {{w|Luigi}}&lt;br /&gt;
| {{w|Mario Bros.}} is a very famous video game from 1983 where Mario and his brother Luigi are the main characters. They have been referenced in several xkcd comics for instance [[151: Mario]] or the entire [[:Category:Mario Kart|category that references]] the {{w|Mario Kart}} video game series.&lt;br /&gt;
| 24&lt;br /&gt;
| 9&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===List of alternative duos===&lt;br /&gt;
*See the list of [[#List of real duos|real duos]] above.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|+ Famous Duos in a nearby parallel universe&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Duo name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Thelma and Hobbes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| When Harry met Bullwinkle&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Batman and Louise&lt;br /&gt;
| This duos name comes rather close to the real duo {{w|Clark Kent}} and {{w|Lois Lane}} especially since the film {{w|Batman v Superman: Dawn of Justice}} was set for release three weeks after the release of this comic in February 2016.&lt;br /&gt;
|-&lt;br /&gt;
| Antony and Robin&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Romeo and Butthead&lt;br /&gt;
| It would be quite a different story if either Butt-head should replace Juliet or if Romeo should replace Beavis... (Note Butt-Head is spelled with a hyphen, but has been misspelled in the comic.)&lt;br /&gt;
|-&lt;br /&gt;
| Bonnie and Ted's excellent adventure&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Pinky and Clyde&lt;br /&gt;
| {{w|Ghosts_(Pac-Man)#Pinky|Pinky}} and {{w|Ghosts_(Pac-Man)#Clyde|Clyde}} are the names of the pink and orange {{w|Pacman}} ghosts in real life. But they are not a duo as there are {{w|Ghosts (Pac-Man)|four ghosts}} ({{w|Ghosts_(Pac-Man)#Blinky|Blinky}} and {{w|Ghosts_(Pac-Man)#Inky|Inky}} being the two others). As a result, the pinkyrefered to here is likeley the cartoon mouse who normally serves as minion to The Brain, another cartoon mouse featured elsewhere in this list. Clyde here refers to Clyde Chestnut Barrow, bank-robber and counterpart to Bonnie Elizabeth Parker  also featured in this list.&lt;br /&gt;
|-&lt;br /&gt;
| Simon and Goliath&lt;br /&gt;
| Goliath begins with G as Garfunkel. Simon was the shorter of the duo thus fitting as David vs. Goliath.&lt;br /&gt;
|-&lt;br /&gt;
| Beauty and Luigi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Beavis and the Beast&lt;br /&gt;
| Beavis starts with the same three letters as Beauty, just like Beast does.&lt;br /&gt;
|-&lt;br /&gt;
| Rocky and Delilah&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Abbot and Cleopatra&lt;br /&gt;
| Abbot starts with an A as does Anthony&lt;br /&gt;
|-&lt;br /&gt;
| Dr. Jekyll and Ashley Olsen&lt;br /&gt;
| Dr. Jekyll is the same as Mr. Hyde just like twins are (almost) the same persons (Although the Olsen twins are not {{w|Twin#IdenticalTwins|identical twins}}!) There are only three switches in this cycle. Butch Cassidy takes Mr. Hyde and the other Olson twin takes The Sundance Kid. This means that both twins are paired with a man instead of as in real life with a woman.&lt;br /&gt;
|-&lt;br /&gt;
| Samson and Pumbaa&lt;br /&gt;
| Samson has several letters in common with Timon but Samson is a huge man where Timon is a very small animal compared to the other main characters in The Lion King film. Samson and Goliath are the names of Belfast's two iconic cranes - it is only by knowing that Delilah and David is not a famous duo that the correct pairs can be determined.&lt;br /&gt;
|-&lt;br /&gt;
| Butch Cassidy and Mr. Hyde&lt;br /&gt;
| See above explanation for Dr. Jekyll and Ashley Olsen.&lt;br /&gt;
|-&lt;br /&gt;
| Bill and Sally's Bogus Journey&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| David and Costello&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Sherlock Holmes and Silent Bob&lt;br /&gt;
| This is the only case of a direct switch between two duos. Dr. Watson usually listen to the musings of Sherlock Holmes and Silent Bob is, as his name indicates, mainly silent. Jay talks all the time&lt;br /&gt;
|-&lt;br /&gt;
| Jay and Dr. Watson&lt;br /&gt;
| See explanation above for their respective real universe partners (the only case of a direct switch between two duos).&lt;br /&gt;
|-&lt;br /&gt;
| Anna and the Brain&lt;br /&gt;
| The Brain desires to take over the world; the King is ruler of his domain.&lt;br /&gt;
|-&lt;br /&gt;
| Calvin and the King&lt;br /&gt;
| Although it is Calvin's fantasy that decides what happens, it is Hobbes that behaves like the King in their relationship at least when it comes to displaying physical strength to determine who decides.&lt;br /&gt;
|-&lt;br /&gt;
| Timon and Garfunkel&lt;br /&gt;
| Timon is put together with Garfunkel, which makes it a close match to Simon and Garfunkel.&lt;br /&gt;
|-&lt;br /&gt;
| Mary-Kate and the Sundance Kid&lt;br /&gt;
| See above explanation for Dr. Jekyll and Ashley Olsen.&lt;br /&gt;
|-&lt;br /&gt;
| Mario and Juliet 		&lt;br /&gt;
| Mario would have no issue with balconies. His name has some similarities with Romeo.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*There are four cycles. &lt;br /&gt;
*The cycles listed below are sorted like explained this example from the longest cycle:&lt;br /&gt;
**It starts with &amp;quot;Thelma&amp;quot; (from Thelma and Louse), who is paired with &amp;quot;Hobbes&amp;quot;. Hobbes is then shown diagonally down in the next entry below, Calvin and Hobbes, thus leading from &amp;quot;Hobbes&amp;quot; to &amp;quot;Calvin&amp;quot;, who is similarly paired with &amp;quot;the King&amp;quot; leading to Anna and so on, until &amp;quot;Batman&amp;quot; is paired with &amp;quot;Louise&amp;quot;, completing the cycle.&lt;br /&gt;
* First cycle: length 15&lt;br /&gt;
    Thelma &amp;amp; Louise&lt;br /&gt;
    Calvin &amp;amp; Hobbes&lt;br /&gt;
    Anna   &amp;amp; the King&lt;br /&gt;
    Pinky  &amp;amp; the Brain&lt;br /&gt;
    Bonnie &amp;amp; Clyde&lt;br /&gt;
    Bill   &amp;amp; Ted&lt;br /&gt;
    Harry  &amp;amp; Sally&lt;br /&gt;
    Rocky  &amp;amp; Bullwinkle&lt;br /&gt;
    Samson &amp;amp; Delilah&lt;br /&gt;
    Timon  &amp;amp; Pumbaa&lt;br /&gt;
    Simon  &amp;amp; Garfunkel&lt;br /&gt;
    David  &amp;amp; Goliath&lt;br /&gt;
    Abbot  &amp;amp; Costello&lt;br /&gt;
    Antony &amp;amp; Cleopatra&lt;br /&gt;
    Batman &amp;amp; Robin&lt;br /&gt;
&lt;br /&gt;
* Second cycle: length 4&lt;br /&gt;
    Romeo  &amp;amp; Juliet&lt;br /&gt;
    Beavis &amp;amp; Butthead&lt;br /&gt;
    Beauty &amp;amp; the Beast&lt;br /&gt;
    Mario  &amp;amp; Luigi&lt;br /&gt;
&lt;br /&gt;
* Third cycle: length 3&lt;br /&gt;
    Dr. Jekyll    &amp;amp; Mr. Hyde&lt;br /&gt;
    Mary-Kate     &amp;amp; Ashley Olsen&lt;br /&gt;
    Butch Cassidy &amp;amp; the Sundance Kid&lt;br /&gt;
&lt;br /&gt;
* Fourth cycle: length 2&lt;br /&gt;
    Sherlock Holmes &amp;amp; Dr. Watson&lt;br /&gt;
    Jay             &amp;amp; Silent Bob&lt;br /&gt;
&lt;br /&gt;
* Assigning an index starting with 1 (= Thelma &amp;amp; Louise) to 24 (= Mario &amp;amp; Luigi), they can be written as:&lt;br /&gt;
&lt;br /&gt;
    (1, 21, 20, 7, 6, 16, 2, 11, 14, 22, 8, 17, 12, 4, 3)&lt;br /&gt;
    (5, 10, 9, 24)&lt;br /&gt;
    (13, 23, 15) &lt;br /&gt;
    (18, 19)&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption above the panel:]&lt;br /&gt;
:Famous Duos in a nearby parallel universe&lt;br /&gt;
&lt;br /&gt;
:[A list with 24 duos with a gray “and&amp;quot; between the two names (in one case it is a “met&amp;quot;) and three times there is a gray word before (once) or after (twice) the names. The list is centered with the “and&amp;quot; in the middle disregarding the length of the names on each side:]&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Thelma &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Hobbes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;When&amp;lt;/font&amp;gt; Harry&lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;met&amp;lt;/font&amp;gt;&lt;br /&gt;
| Bullwinkle&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Batman &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Louise&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Antony &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Robin&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Romeo &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Butthead&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Bonnie &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Ted&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;'s excellent adventure&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Pinky &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Clyde&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Simon &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Goliath&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Beauty &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Luigi&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Beavis &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  the Beast&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Rocky &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Delilah&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Abbot &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Cleopatra&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Dr. Jekyll &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Ashley Olsen&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Samson &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Pumbaa&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Butch Cassidy &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Mr. Hyde&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Bill &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Sally&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;'s Bogus Journey&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | David &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Costello&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Sherlock Holmes &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Silent Bob&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Jay &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Dr. Watson&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Anna &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  the Brain&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Calvin &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  the King&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Timon &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Garfunkel&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Mary-Kate &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  the Sundance Kid&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | Mario &lt;br /&gt;
| &amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;and&amp;lt;/font&amp;gt;&lt;br /&gt;
|  Juliet&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Calvin and Hobbes]]&lt;br /&gt;
[[Category:The Lion King]]&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1340:_Unique_Date&amp;diff=62368</id>
		<title>1340: Unique Date</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1340:_Unique_Date&amp;diff=62368"/>
				<updated>2014-03-10T14:03:24Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1340&lt;br /&gt;
| date      = March 10, 2014&lt;br /&gt;
| title     = Unique Date&lt;br /&gt;
| image     = unique_date.png&lt;br /&gt;
| titletext = If our current civilization lasts another 8,000 years, it's probably fair to assume the Long Now Foundation got things right, and at some point we started listening to them and switched to five-digit years.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|The existing explanation has been updated with wiki links etc. But is the 10,000 year clock relevant at all? Should it maybe just be a trivia item?}}&lt;br /&gt;
&lt;br /&gt;
Some people make a big deal about special dates such as 2000-01-01 or 2011-11-11. Many people for instance chooses these more &amp;quot;unique&amp;quot; days to get married, even though the day do not fall in a weekend. For instance 2007-07-07 - a summer day was very popular. &lt;br /&gt;
&lt;br /&gt;
This comic, however, points out that every date is equally unique. &lt;br /&gt;
&lt;br /&gt;
The Mayans had a repeating circle of years, which made it very difficult to record the dates of events far into the past as a given date was not unique! To prevent this, the {{W|ISO 8601}} states that the {{W|Gregorian calendar}} should be used (i.e. our system), which has no limit on years - but &amp;quot;only&amp;quot; uses four digit years. &lt;br /&gt;
&lt;br /&gt;
Cueball thinks it's interesting that we have an infinite number of years; it never starts over again. This means that today's date will never be applicable again. It is one of his many [http://www.explainxkcd.com/wiki/index.php/Category:My_Hobby hobbies] to point this out every day. This would be incredibly annoying to Megan and everyone else!&lt;br /&gt;
&lt;br /&gt;
The title text is referring to the {{W|Long Now Foundation}} who uses five digit year (the date of this comic would be written as 02014-03-10 by the foundation). They are for instance designing a [http://longnow.org/clock/ 10,000-year clock] that should be able to run for this long - and in principle it could display every date up to 99999-12-31 with its five digits.&lt;br /&gt;
&lt;br /&gt;
As we currently use four-digit years this may cause a {{W|Year 10,000 problem|Y10K problem}}. Randall remarks that by the year 10,000, we will probably have switched over to a larger number of digits realizing that 'the Long Now Foundation got things right'.&lt;br /&gt;
&lt;br /&gt;
A previous comic on date formats was [[1179: ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball speaking to Megan and another person.]&lt;br /&gt;
:Cueball: Whoa, it's 2014-03-10! Under our system, this day will ''NEVER HAPPEN AGAIN!!''&lt;br /&gt;
:My Hobby: Pointing this out every day.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:My Hobby]]&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:720:_Recipes&amp;diff=59520</id>
		<title>Talk:720: Recipes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:720:_Recipes&amp;diff=59520"/>
				<updated>2014-02-06T10:51:43Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: added possible reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;are you sure it's mepls? looks like the A and the L just overlap a bit... [[Special:Contributions/98.201.111.246|98.201.111.246]] 17:59, 3 February 2013 (UTC)mr&lt;br /&gt;
&lt;br /&gt;
The title text seems to be a reference to &amp;quot;dazed and confused,&amp;quot; which must mean something more significant than most simple conjunctions. I'll figure it out at some point. --[[User:Quicksilver|Quicksilver]] ([[User talk:Quicksilver|talk]]) 02:48, 20 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, I believe the laptop (notice how he holds it by the top of the screen) may be a reference to comic 925's (Cell Phones) title text &amp;quot;He (Black hat guy) holds the laptop like that on purpose, to make you cringe&amp;quot;...this is an unlikely reference though.  &lt;br /&gt;
- androidtribbles&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1324:_Weather&amp;diff=59429</id>
		<title>Talk:1324: Weather</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1324:_Weather&amp;diff=59429"/>
				<updated>2014-02-05T08:11:48Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So, how 'bout that local sports team eh? --[[User:Buggz|Buggz]] ([[User talk:Buggz|talk]]) 07:28, 31 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The same gag is made in the movie Groundhog Day:&lt;br /&gt;
&lt;br /&gt;
:'''Mrs. Lancaster''': There's talk of a blizzard.&lt;br /&gt;
&lt;br /&gt;
:'''Phil Connors''': We may catch a break and that blizzard's gonna blow right by us. All of this moisture coming up out of the south by midday is probably gonna push on to the east of us and at high altitudes it's gonna crystallize and probably give us what we call snow. Probably will be some accumulation but here in Punxsutawney our high is gonna get up to about 30 today, teens tonight. Chance of precipitation about 20% today, 20% tomorrow. Did you want to talk about the weather or were you just making chit chat?&lt;br /&gt;
&lt;br /&gt;
:[[User:Condor70|Condor70]] ([[User talk:Condor70|talk]]) 09:58, 31 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::But because February 2 is this Sunday, today is the appropriate day for this comic. [[Special:Contributions/108.162.221.35|108.162.221.35]] 14:39, 31 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does Minnesota have anything to do with the actual comic? --[[Special:Contributions/199.27.128.187|199.27.128.187]] 21:36, 31 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Article:  &amp;quot;In title text, a clerk instead makes small talk about Derinkuyu Underground Cities&amp;quot;&lt;br /&gt;
Title Text:  &amp;quot;store clerks &amp;lt;b&amp;gt;aren't like&amp;lt;/b&amp;gt; 'hey, how 'bout those Derinkuyu underground cities!'&amp;quot; (emphasis mine) [[Special:Contributions/108.162.237.64|108.162.237.64]] 23:08, 31 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
This could still use an explanation for &amp;quot;Think it'll verify?&amp;quot; [[Special:Contributions/173.245.54.50|173.245.54.50]] 08:11, 5 February 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:582:_Brakes&amp;diff=58434</id>
		<title>Talk:582: Brakes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:582:_Brakes&amp;diff=58434"/>
				<updated>2014-01-23T00:48:59Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.54.50: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The shirt would have been even better if they would have put the alt-text underneath!  -- mwburden [[Special:Contributions/70.91.188.49|70.91.188.49]] 20:53, 12 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Car Talk wasn't a live call-in show!  You call them, and they call you back, and it's edited into a show structure!&lt;br /&gt;
[[Special:Contributions/173.245.54.50|173.245.54.50]] 00:48, 23 January 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>173.245.54.50</name></author>	</entry>

	</feed>