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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:371:_Compiler_Complaint&amp;diff=164918</id>
		<title>Talk:371: Compiler Complaint</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:371:_Compiler_Complaint&amp;diff=164918"/>
				<updated>2018-10-29T06:17:53Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: r&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The test &amp;quot;whether build environment is sane&amp;quot; have nothing to do with libraries (those are tested later) or compilation at all (ditto). It seems to test ls and creating new files. Failing this test will surely means lot of problems, but certainly there are other possible sources of problems (some tested later), so not sure why it's labeled this way ... there is probably interresting history behind this.&lt;br /&gt;
&lt;br /&gt;
The test goes like this (example taken from coreutils-5.94):&lt;br /&gt;
  { echo &amp;quot;$as_me:$LINENO: checking whether build environment is sane&amp;quot; &amp;gt;&amp;amp;5&lt;br /&gt;
  echo $ECHO_N &amp;quot;checking whether build environment is sane... $ECHO_C&amp;quot; &amp;gt;&amp;amp;6; }&lt;br /&gt;
  # Just in case&lt;br /&gt;
  sleep 1&lt;br /&gt;
  echo timestamp &amp;gt; conftest.file&lt;br /&gt;
  # Do `set' in a subshell so we don't clobber the current shell's&lt;br /&gt;
  # arguments.  Must try -L first in case configure is actually a&lt;br /&gt;
  # symlink; some systems play weird games with the mod time of symlinks&lt;br /&gt;
  # (eg FreeBSD returns the mod time of the symlink's containing&lt;br /&gt;
  # directory).&lt;br /&gt;
  if ! (&lt;br /&gt;
   set X `ls -Lt $srcdir/configure conftest.file 2&amp;gt; /dev/null`&lt;br /&gt;
   if test &amp;quot;$*&amp;quot; = &amp;quot;X&amp;quot;; then&lt;br /&gt;
      # -L didn't work.&lt;br /&gt;
      set X `ls -t $srcdir/configure conftest.file`&lt;br /&gt;
   fi&lt;br /&gt;
   rm -f conftest.file&lt;br /&gt;
   if test &amp;quot;$*&amp;quot; != &amp;quot;X $srcdir/configure conftest.file&amp;quot; \&lt;br /&gt;
      &amp;amp;&amp;amp; test &amp;quot;$*&amp;quot; != &amp;quot;X conftest.file $srcdir/configure&amp;quot;; then&lt;br /&gt;
  &lt;br /&gt;
      # If neither matched, then we have a broken ls.  This can happen&lt;br /&gt;
      # if, for instance, CONFIG_SHELL is bash and it inherits a&lt;br /&gt;
      # broken ls alias from the environment.  This has actually&lt;br /&gt;
      # happened.  Such a system could not be considered &amp;quot;sane&amp;quot;.&lt;br /&gt;
      { { echo &amp;quot;$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken&lt;br /&gt;
  alias in your environment&amp;quot; &amp;gt;&amp;amp;5&lt;br /&gt;
  echo &amp;quot;$as_me: error: ls -t appears to fail.  Make sure there is not a broken&lt;br /&gt;
  alias in your environment&amp;quot; &amp;gt;&amp;amp;2;}&lt;br /&gt;
   { (exit 1); exit 1; }; }&lt;br /&gt;
   fi&lt;br /&gt;
  &lt;br /&gt;
   test &amp;quot;$2&amp;quot; = conftest.file&lt;br /&gt;
   )&lt;br /&gt;
  then&lt;br /&gt;
   { { echo &amp;quot;$as_me:$LINENO: error: newly created file is older than distributed files!&lt;br /&gt;
  Check your system clock&amp;quot; &amp;gt;&amp;amp;5&lt;br /&gt;
  echo &amp;quot;$as_me: error: newly created file is older than distributed files!&lt;br /&gt;
  Check your system clock&amp;quot; &amp;gt;&amp;amp;2;}&lt;br /&gt;
   { (exit 1); exit 1; }; }&lt;br /&gt;
  fi&lt;br /&gt;
  { echo &amp;quot;$as_me:$LINENO: result: yes&amp;quot; &amp;gt;&amp;amp;5&lt;br /&gt;
  echo &amp;quot;${ECHO_T}yes&amp;quot; &amp;gt;&amp;amp;6; }&lt;br /&gt;
-- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:15, 17 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Made slightly more efficient. [[Special:Contributions/173.245.54.31|173.245.54.31]] 14:11, 22 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
;segfaults&lt;br /&gt;
I do not think Randall is suggesting that segfaults are a compiler issue. The insane computer stopped the person before compiling, because this would be the only time that he could change the code to prevent possible segfaults during runtime.{{unsigned|Flewk}}&lt;br /&gt;
:You're totally right; unless it's an interpreter, or the compiler is running some code at compile-time, the compiler will almost never get a segfault itself due to a buggy program. I updated the explanation to clarify this. [[User:APerson|APerson]] ([[User talk:APerson|talk!]]) 06:17, 29 October 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=371:_Compiler_Complaint&amp;diff=164917</id>
		<title>371: Compiler Complaint</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=371:_Compiler_Complaint&amp;diff=164917"/>
				<updated>2018-10-29T06:16:29Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ clarify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 371&lt;br /&gt;
| date      = January 16, 2008&lt;br /&gt;
| title     = Compiler Complaint&lt;br /&gt;
| image     = compiler_complaint.png‎&lt;br /&gt;
| titletext = Checking whether build environment is sane... build environment is grinning and holding a spatula. Guess not.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
A {{w|Compiler|compiler}} is a program that converts code into machine instructions that a computer can run. A {{w|Pointer (computer programming)|Pointer}} is a {{w|Variable (computer science)|variable}} within a computer program that is used to reference a memory location. A {{w|Segmentation Fault|Segmentation Fault (segfault)}} is an error that occurs when a program attempts to access an invalid section of memory. Segfaults usually cause a program to crash in an ungraceful fashion and fixing the bugs that cause them can be difficult.&lt;br /&gt;
&lt;br /&gt;
In the comic, the computer starts talking to [[Cueball]] and compares a segfault with the unpleasant feeling one gets when they experience a {{w|hypnic jerk}}. The computer then tells the programmer to &amp;quot;double-check your damn pointers,&amp;quot; as segfaults usually arise from a program attempting to access memory that is referenced by an invalid pointer.&lt;br /&gt;
&lt;br /&gt;
In reality, segfaults occur at runtime, after the compiler has produced an executable. While Randall refers to a &amp;quot;compiler complaint&amp;quot;, it is more probable that the operating system or other supervisor program would have such a complaint. &lt;br /&gt;
&lt;br /&gt;
The title-text references GNU-style {{w|autoconf}} configuration scripts. These scripts check certain features of the system they're running on in order to build a program correctly; for example, certain systems expect system calls to occur in a specific way, and the autoconf script will detect this and alter the program to match the expectation. Invariably (and memetically), these scripts include a check to determine &amp;quot;whether the build environment is sane.&amp;quot; This actually checks whether the path to the current folder has &amp;quot;unsafe&amp;quot; characters, and whether a newly created file is older than the script itself, which could indicate a very esoteric filesystem, a corrupted source archive, or just a system clock that's set incorrectly; however, since these file modification dates are an important part of how the autoconf script does its work, it can't go any further in an &amp;quot;insane&amp;quot; environment. In any case, the joke is that an insane build environment is nothing like an insane person, yet Randall is equating the two.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball sits at a computer, hand over the keyboard.]&lt;br /&gt;
:Computer: Okay, human.&lt;br /&gt;
:Cueball: Huh?&lt;br /&gt;
:Computer: Before you hit &amp;quot;compile,&amp;quot; listen up.&lt;br /&gt;
&lt;br /&gt;
:Computer: You know when you're falling asleep, and you imagine yourself walking or something, and suddenly you misstep, stumble, and jolt awake?&lt;br /&gt;
:Cueball: Yeah!&lt;br /&gt;
&lt;br /&gt;
:Computer: Well, that's what a segfault feels like. &lt;br /&gt;
:Computer: Double-check your damn pointers, okay?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2045:_Social_Media_Announcement&amp;diff=162760</id>
		<title>2045: Social Media Announcement</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2045:_Social_Media_Announcement&amp;diff=162760"/>
				<updated>2018-09-15T02:16:40Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ irrelevant to content of comic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2045&lt;br /&gt;
| date      = September 12, 2018&lt;br /&gt;
| title     = Social Media Announcement&lt;br /&gt;
| image     = social_media_announcement.png&lt;br /&gt;
| titletext = Why I'm Moving Most of My Social Activity to Slack, Then Creating a Second Slack to Avoid the People in the First One, Then Giving Up on Social Interaction Completely, Then Going Back to Texting&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Too much focus on mastodon, not enough on the overall concept of the comic Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In 2018, especially after {{w|Facebook}} privacy abuses were revealed in the {{w|Cambridge_Analytica#Privacy_issues|Cambridge Analytica scandal}}, many individuals began seeking alternatives. The #deletefacebook hashtag peaked around April 2018, and in some communities, this type of &amp;quot;why I'm leaving Facebook&amp;quot; announcements were popular. &lt;br /&gt;
&lt;br /&gt;
{{w|Mastodon (software)|Mastodon}} is a distributed, federated social network with  microblogging features similar to {{w|Twitter}}. &amp;quot;Federated&amp;quot; means that there is one app hosted in many places, so users can choose a host that meets their needs, but everyone can still talk to each other, similar to email. Near the peak of #deletefacebook, mastodon became trending as a [https://motherboard.vice.com/en_us/article/783akg/mastodon-is-like-twitter-without-nazis-so-why-are-we-not-using-it twitter alternative with less nazis].&lt;br /&gt;
&lt;br /&gt;
{{w|Wil Wheaton}} famously moved to Mastodon from Twitter, [https://news.avclub.com/wil-wheaton-on-quitting-social-media-i-don-t-deserve-1828743467 but was ultimately disappointed by the experience], because while Mastodon's community is generally less toxic, it does not yet have the tools to handle the kind of targeted harassment that a celebrity might face.&lt;br /&gt;
&lt;br /&gt;
{{w|Microsoft}} has been buying up professional-themed social media platforms lately, such as {{w|LinkedIn}} and {{w|GitHub}}, intending to integrate them more fluidly with their enterprise software suite. Mastodon seems  an unlikely target for an acquisition, since its decentralized nature means that one corporate entity can't control it, and the culture there is decidedly unprofessional as of this comic.&lt;br /&gt;
&lt;br /&gt;
The title text presents an alternative approach by moving most social activities to the cloud-based proprietary team collaboration platform {{w|Slack (software)|Slack}}. After making his first workspace in Slack he suggests that he wishes to avoid the people invited, so he creates a second account and a new workspace. This also didn't last long and he stops interacting on social media entirely. As a result he has gone totally away from interacting on social media and has reverted to texting, i.e. sending {{w|sms}} using his phone as was the only possible way with the first mobile phones.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball sitting in front of a laptop typing.]&lt;br /&gt;
:Why I'm Quitting Facebook, Joining LinkedIn, Deleting My LinkedIn, Rejoining Facebook, Quitting Twitter, Getting Locked Out of Facebook, Moving to Mastodon, and Lobbying Microsoft to Take Over Mastodon and Merge It With LinkedIn: A Manifesto.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
In the original version of this comic, Cueball misspelled &amp;quot;Mastodon&amp;quot; as &amp;quot;Mastadon&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Social networking]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1188:_Bonding&amp;diff=146956</id>
		<title>Talk:1188: Bonding</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1188:_Bonding&amp;diff=146956"/>
				<updated>2017-10-21T00:11:37Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: re&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The aim method results in an infinite loop/stack overflow, note that ball is an exception of type Ball. This results in a logical flow of aim, &amp;quot;throw,&amp;quot; &amp;quot;catch,&amp;quot; repeat, though this is only logical by word choice, and is nonsensical from a programming perspective. {{unsigned|‎108.48.215.61}}&lt;br /&gt;
:Just as the game of catch is nonsensical from a logistics perspective! [[User:Mumiemonstret|Mumiemonstret]] ([[User talk:Mumiemonstret|talk]]) 14:20, 20 March 2015 (UTC)  &lt;br /&gt;
Pretty sure the code is also intentionally hard to follow. {{unsigned|‎108.48.215.61}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The try/catch parts are just for show, they cancel each other out.&lt;br /&gt;
The structure is that you have a parent and a child instance (of class P), each has a 'target' pointed to the other.&lt;br /&gt;
Then calling aim with a ball will call the others aim with the ball, which will call the firsts aim with the ball. Etc etc.&lt;br /&gt;
&lt;br /&gt;
I guess after about a 1000 aims the jvm will throw you out, stating stack overflow, and the bonding game is over. {{unsigned|212.214.117.162}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nice catch game :) &lt;br /&gt;
I had to test it:&lt;br /&gt;
 Exception in thread &amp;quot;main&amp;quot; java.lang.StackOverflowError&lt;br /&gt;
in my setup with default VM settings after 6612 iterations (I added a static counter variable). &lt;br /&gt;
The game could get even more &amp;quot;exciting&amp;quot; by using more than two Ps and adding randomization in who is aimed at. And maybe a miss block ;) (need to hack the compiler and VM for that though...)&lt;br /&gt;
[[Special:Contributions/134.106.146.36|134.106.146.36]] 09:31, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I don't think any parent will last so long. On the other hand, if you always catch the ball, one iteration doesn't take so long, it's the missing which makes the game long ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:56, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::So true. I start to feel tempted to write a real catch game in Java. Btw: Of course not in Eclipse (please...). I use an IDE where everything works and I don't have to wait all the time. ;) [[Special:Contributions/134.106.146.36|134.106.146.36]] 08:15, 21 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hmmm &amp;quot;Eclipse: The Codex Persona&amp;quot; is also a d20 gaming system which offers enormous customization of characters.  The mention of building character and Eclipse in the same sentence just brought that to the front of my mind.  No idea if that has relation to the comic. --[[Special:Contributions/50.0.36.182|50.0.36.182]] 07:38, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Did anyone else have a D'AWWWWWW moment when you realized what was happening? I knew it was a pun on throw and catch, but it took till the end for me to realize it was a parent and a child playing catch.[[Special:Contributions/74.14.31.164|74.14.31.164]] 12:53, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The one problem with this is that the way the try/catch is set up, they aren't actually throwing to each other.  Parent throws the ball, then catches it themselves, then child does the same thing.  It's still clever though. [[User:Prometheusmmiv|Prometheusmmiv]] ([[User talk:Prometheusmmiv|talk]]) 11:38, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I thought exactly the same. Here's a modified version where they actually throw to each other:&lt;br /&gt;
    class Ball extends Throwable{}&lt;br /&gt;
    &lt;br /&gt;
    class P{&lt;br /&gt;
        P target;&lt;br /&gt;
        Ball ballInTow;&lt;br /&gt;
        &lt;br /&gt;
        P(P target, Ball ball) {&lt;br /&gt;
            this.target = target;&lt;br /&gt;
            this.ballInTow = ball;&lt;br /&gt;
        }    &lt;br /&gt;
        void tease() {&lt;br /&gt;
            try {&lt;br /&gt;
                target.youDontDare();&lt;br /&gt;
            }&lt;br /&gt;
            catch(Ball b){&lt;br /&gt;
                ballInTow = b;&lt;br /&gt;
                target.tease();&lt;br /&gt;
            }        &lt;br /&gt;
        }    &lt;br /&gt;
        void youDontDare() throws Ball {&lt;br /&gt;
            throw ballInTow;&lt;br /&gt;
        }    &lt;br /&gt;
        public static void main(String [] args) {&lt;br /&gt;
            P parent = new P(null, new Ball());&lt;br /&gt;
            P child = new P(parent, null);&lt;br /&gt;
            parent.target = child;&lt;br /&gt;
            child.tease();&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/88.9.44.85|88.9.44.85]] 15:41, 20 March 2013 (UTC)&lt;br /&gt;
:: I was thinking about how do this correctly, with the throw bubbling up to the other person.  And I realized that in order for the recursion to work, there would have to be a double method where the catcher asks (or &amp;quot;teases&amp;quot;) the thrower to throw, then catches it in that method.  I was going to write up a version like this, but I had to leave for work.  But I'm glad that somebody else was thinking like me and was able to write up a correct version :) [[User:Prometheusmmiv|Prometheusmmiv]] ([[User talk:Prometheusmmiv|talk]]) 22:06, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The code is an odd way of making a loop in Java -- creating two objects (of class P, called &amp;quot;parent&amp;quot; and &amp;quot;child&amp;quot;) which repeatedly throw and catch another object (of class Ball) between one another. The sole purpose of this is to create the pun referred to in the title: it's a real-life cliché that a parent and child may &amp;quot;bond&amp;quot; by playing catch. [[Special:Contributions/81.31.112.212|81.31.112.212]] 07:14, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Title text talks about &amp;quot;to build character&amp;quot; in the way usually a father tries to help a child to define &amp;quot;attributes or features that make up and distinguish an individual&amp;quot;[http://www.merriam-webster.com/dictionary/character], so I suppose that the &amp;quot;confusing Eclipse&amp;quot; is a pun itself. Perhaps it is a reference to Eclipse novel by Stephenie Meyer (the kind of book that raises a lot of moral dilemma in a young adult).&lt;br /&gt;
--[[User:Andcoz|Andcoz]] ([[User talk:Andcoz|talk]]) 12:49, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think there is another pun in it: The class &amp;quot;Ball&amp;quot; is a child-class of &amp;quot;Throwable&amp;quot; which makes sense because you can throw a ball. But &amp;quot;Throwable&amp;quot; is also the main exception-class from which the real exception classes like &amp;quot;Exception&amp;quot; or &amp;quot;Error&amp;quot; inherit. --[[User:DaB.|DaB.]] ([[User talk:DaB.|talk]]) 12:50, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think it's sad that this family always dies in a most unfortunate crash. Here's an alternate ending in which they try just a little bit harder, so they return home for dinner when they're out because they didn't catch the ball:&lt;br /&gt;
 class Ball extends Throwable {}&lt;br /&gt;
 class P{&lt;br /&gt;
     P target;&lt;br /&gt;
     P(P target) {&lt;br /&gt;
         this.target = target;&lt;br /&gt;
     }&lt;br /&gt;
     void aim (Ball ball) {&lt;br /&gt;
         try {&lt;br /&gt;
             throw ball;&lt;br /&gt;
         }&lt;br /&gt;
         catch (Ball B) {&lt;br /&gt;
             try {&lt;br /&gt;
                 target.aim(B);&lt;br /&gt;
             }&lt;br /&gt;
             catch(Error made) {&lt;br /&gt;
                 return;&lt;br /&gt;
             }&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
     public static void main(String[] args) {&lt;br /&gt;
         P parent = new P(null);&lt;br /&gt;
         P child = new P(parent);&lt;br /&gt;
         parent.target = child;&lt;br /&gt;
         parent.aim(new Ball());&lt;br /&gt;
         System.out.println(&amp;quot;Dinner's ready!&amp;quot;);&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
[[User:Jfresen|Jfresen]] ([[User talk:Jfresen|talk]]) 14:10, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Personally, I think Randal missed a trick with the alt text - &amp;quot;My parent tried playing catch with me and all I got was this lousy stack overflow.&amp;quot; That said, Eclipse is driving me nuts at the moment, so I can sympathise! --[[Special:Contributions/81.187.166.32|81.187.166.32]] 22:59, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I feel for you. But there is other IDEs out there, where things work, usage and shortcuts are not awkward (depending on what you are used too, of course) and you don't have to wait all the time, if you don't have a Core i7 and SSD... There is hope ;) (and I sometimes have to use Eclipse, too, for the GWT plugin) [[Special:Contributions/134.106.146.36|134.106.146.36]] 08:18, 21 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe &amp;quot;build character&amp;quot; refers to the filename.  Since class P was not declared public, the filename could be character.java and things would work.  :-)  --[[User:Divad27182|Divad27182]] ([[User talk:Divad27182|talk]]) 11:49, 21 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I loved ingenious solution in original code to the &amp;quot;ball to the balls&amp;quot; side effect that is so often seen when teaching catch - [[Special:Contributions/166.147.120.176|166.147.120.176]] 12:07, 21 March 2013 (UTC)&lt;br /&gt;
:Just to clarify, programmer can't assume that child will inherit &amp;quot;catch&amp;quot; function as intended. That is something they really have to learn for themselves.  I wonder if this is how terminator got started? - [[Special:Contributions/166.147.120.148|166.147.120.148]] 17:32, 21 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The code quality remark #4 doesn't seem correct. In Java the constructor will ''always'' call the superclass constructor first. If not stated explicitly, it will happen implicitly. So the default empty constructor of Object ''will'' actually be called. Is this a misunderstanding, or is the guideline meant to be that the superclass constructor call should always be coded explicitly ? (which is a highly debatable guideline) --[[Special:Contributions/141.101.105.234|141.101.105.234]] 16:19, 8 January 2015 (UTC)&lt;br /&gt;
: There's a lot debatable in those guidelines.&lt;br /&gt;
:# Good API code needs good javadoc documentation, but this isn't exporting an API, it's a simple self-contained tool, and the code is written to be &amp;quot;readable&amp;quot; which tends to work better than even code documentation (which is always wrong, given enough time).&lt;br /&gt;
:# Once again, this code describes a self-contained tool, and is nowhere near complex enough to require splitting into packages.&lt;br /&gt;
:# While it contains good advice (don't expose inner logic and data), it also contains bad advice (getters and setters to access the data - you're back to exposing inner logic and data), and BETTER advice is to prefer immutable data where possible.  All of this is moot, because this example doesn't expose anything - the data is package-private, and the main method can access even private members since it's in the same class as the member, and the data member can't be immutable because the parent object needs to be updated after construction to point to the child object.&lt;br /&gt;
:# As mentioned above, this isn't even advice.  In Java you MUST call a super class constructor as the first line in any constructor; omitting any such call implies a call to the super class constructor with no arguments, and is an error if no such constructor exists.  Suggesting that you SHOULD call a super class constructor is just misleading - other than being required by the language, why else should you call a super constructor first (as opposed to later?)?&lt;br /&gt;
:# Don't borrow trouble from the future.  A method internal to a class has every right to refer to a member of the same class without qualification, and is usually more readable for it.  Using getter methods from within the class simply to wrap access to internal fields is a terrible idea for a couple of reasons, although wrapping access with null-checks or common coersions can simplify the logical flow of your code... but even that is probably better done with utility methods (taking the field as an argument) than member methods (returning some variation on the field).&lt;br /&gt;
: New Java developers who happen to come here and see the notes on quality, just note that they aren't notes that point you to GOOD quality.&lt;br /&gt;
:[[Special:Contributions/108.162.250.161|108.162.250.161]] 02:15, 17 July 2015 (UTC)&lt;br /&gt;
::I've removed the style guidelines, since they don't really make the explanation better. [[User:APerson|APerson]] ([[User talk:APerson|talk!]]) 00:11, 21 October 2017 (UTC)&lt;br /&gt;
The first time I used Eclipse, I couldn't find the run button for my Java applet XD [[User:625571b7-aa66-4f98-ac5c-92464cfb4ed8|625571b7-aa66-4f98-ac5c-92464cfb4ed8]] ([[User talk:625571b7-aa66-4f98-ac5c-92464cfb4ed8|talk]]) 05:54, 8 March 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1188:_Bonding&amp;diff=146955</id>
		<title>1188: Bonding</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1188:_Bonding&amp;diff=146955"/>
				<updated>2017-10-21T00:11:07Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: remove confusing style prescriptions, few of which even apply to a project as simple as this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1188&lt;br /&gt;
| date      = March 20, 2013&lt;br /&gt;
| title     = Bonding&lt;br /&gt;
| image     = bonding.png&lt;br /&gt;
| titletext = I'm trying to build character, but Eclipse is really confusing.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is {{w|source code}} written in the {{w|Java (programming language)|Java programming language}} which models a parent and a child playing a {{w|Catch (game)|game of catch}}.  Normally this game is played with the parent throwing a ball to their child, who catches it and throws it back, and repeated back-and-forth. The comic title &amp;quot;Bonding&amp;quot; refers to the {{w|Paternal bond|building of relationship}} between the parent and the child. The joke lies in the puns using the words &amp;lt;code&amp;gt;try&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;throw&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;catch&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;Throwable&amp;lt;/code&amp;gt;.  These can refer to actions in the real-life game, but are also keywords in the Java language that are used for {{w|exception handling}}, a method of signaling error conditions and responding to them.  Also, the terms &amp;quot;parent&amp;quot; and &amp;quot;child&amp;quot; are usually interpreted more abstractly in programming, as generic terms used in hierarchical {{w|Data structure|data structures}}.&lt;br /&gt;
&lt;br /&gt;
The program, as written, will {{w|Recursion (computer science)|recursively}} call the &amp;lt;code&amp;gt;aim&amp;lt;/code&amp;gt; method alternately on the parent and the child indefinitely, causing each to take turns throwing and catching the &amp;lt;code&amp;gt;Ball&amp;lt;/code&amp;gt; object.  Note that unlike the real game, this program actually has the same person both throwing and catch the same ball on their turn.  The ball is passed onto the other person by ''aiming'' it at them, which causes the person to both throw and catch the ball, and ''aim'' it back.  This program will also eventually crash with a {{w|stack overflow}} error.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the [http://www.eclipse.org/ Eclipse IDE], which is a tool commonly used to develop software in Java. &amp;quot;Building character&amp;quot; is something that you would expect a parent to do, in order to instill in his child positive traits, such as confidence and athleticism. This is possibly a reference to Calvin and Hobbes, where Calvin's dad often encourages him to build character in a number of ways, including playing baseball. This is made more likely by other references combining technology and C+H, such as xkcd comics 409, 702, and 1002. However, here, &amp;quot;build&amp;quot; might also be a play on the term of &amp;quot;{{w|Software build|building}}&amp;quot; a program, while &amp;quot;{{w|Character_(computing)|character}}&amp;quot; refers to a data type in programming languages. It may also refer to the common notion that programming in C++ or Java builds character due to their powerful but sometimes finicky libraries.&lt;br /&gt;
&lt;br /&gt;
===Program description===&lt;br /&gt;
To compile this {{w|Java_(programming_language)|Java}} source code, the two [http://docs.oracle.com/javase/tutorial/java/javaOO/classdecl.html classes] would need to be in a .java file.&lt;br /&gt;
The program defines two classes (types of objects):&lt;br /&gt;
#The Ball class [http://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html extends] [http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html Throwable], making it possible to use an instance of Ball in [http://docs.oracle.com/javase/tutorial/essential/exceptions/handling.html exception handling].  In English, this means &amp;quot;a Ball is a kind of Throwable object&amp;quot;.&lt;br /&gt;
#The P class, representing a Person, which contains the following members (attributes):&lt;br /&gt;
#*a [http://docs.oracle.com/javase/tutorial/java/javaOO/variables.html class variable] 'target' to point to another P to aim a Ball at.&lt;br /&gt;
#*a [http://docs.oracle.com/javase/tutorial/java/javaOO/constructors.html constructor] 'P' (in Java the constructor always has the same name as the class) used to create an instance of P and initialize its state (with a target). The keyword [http://docs.oracle.com/javase/tutorial/java/javaOO/thiskey.html this] refers to the current instance of P.&lt;br /&gt;
#*a [http://docs.oracle.com/javase/tutorial/java/javaOO/methods.html method] 'aim' that takes an instance of Ball named 'ball' as a parameter.  This contains the code to actually throw, catch, and pass the ball onto the target.&lt;br /&gt;
#*a [http://docs.oracle.com/javase/tutorial/java/javaOO/classvars.html static] method 'main' which is called when executing this class.  This is the code that sets up the game and starts the process.&lt;br /&gt;
&lt;br /&gt;
The program executes in the following order:&lt;br /&gt;
#The static main method is called.  It sets up the game by doing the following:&lt;br /&gt;
##An instance of P named 'parent' is created without a target ({{w|Nullable_type|null}}) using the 'new' keyword.&lt;br /&gt;
##Another instance of P named 'child' is created with 'parent' as its target.&lt;br /&gt;
##The parent's target is assigned to be the child.  Unlike with 'child', setting the parent's target could not be done at the moment when 'parent' was created because its target (the child) has not yet been created at the time.  This is why the code for parent and child don't look alike despite this being a symmetrical setup.&lt;br /&gt;
#The game begins by having the parent aim a new instance of Ball.&lt;br /&gt;
#The aim method first sets up a [http://docs.oracle.com/javase/tutorial/essential/exceptions/try.html try] block to handle exceptions.  A &amp;quot;try&amp;quot; block is required in Java in order to &amp;quot;catch&amp;quot; later.&lt;br /&gt;
#Next, the Ball instance 'ball' is [http://docs.oracle.com/javase/tutorial/essential/exceptions/throwing.html thrown].  This signals an exception situation and triggers the [http://docs.oracle.com/javase/tutorial/essential/exceptions/catch.html catch] block below.&lt;br /&gt;
#In the catch block, the aim method of the target of the P instance is called with the Ball instance (now referred to as 'b').&lt;br /&gt;
#The target now executes its own aim method, which is the same code continuing from step 3 except with the current class instance ('this') and its target switched between the parent and the child.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
 class Ball extends Throwable {}&lt;br /&gt;
 class P{&lt;br /&gt;
     P target;&lt;br /&gt;
     P(P target) {&lt;br /&gt;
         this.target = target;&lt;br /&gt;
     }&lt;br /&gt;
     void aim (Ball ball) {&lt;br /&gt;
         try {&lt;br /&gt;
             throw ball;&lt;br /&gt;
         }&lt;br /&gt;
         catch (Ball b) {&lt;br /&gt;
             target.aim(b);&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
     public static void main(String[] args) {&lt;br /&gt;
         P parent = new P(null);&lt;br /&gt;
         P child = new P(parent);&lt;br /&gt;
         parent.target = child;&lt;br /&gt;
         parent.aim(new Ball());&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Miscellaneous&amp;diff=111520</id>
		<title>explain xkcd:Community portal/Miscellaneous</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Miscellaneous&amp;diff=111520"/>
				<updated>2016-02-12T00:36:33Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Sightless readers offended by the &amp;quot;It's 'cause you're dumb&amp;quot; tagline. */ voting to keep it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Community portal}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Community Portal's design ==&lt;br /&gt;
&lt;br /&gt;
{{tl|Community portal}} looks too Wikipedia-ish (because that's where I got it).  Someone who can design things should probably fix that.  It isn't protected for the time being, though it probably will be in the future (high-visibility template).  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 00:54, 4 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Common mistake ==&lt;br /&gt;
&lt;br /&gt;
This affects all pages that ever say &amp;quot;alt text&amp;quot; in reference to the TITLE text on xkcd images.  &amp;quot;Alt text&amp;quot; is incorrect; Alt text refers to the text that is shown as an alternative when images are not displayed.  Title text is what xkcd uses and is shown as a tool tip-like bubble when images are hovered over.&lt;br /&gt;
&lt;br /&gt;
I would correct this myself but I saw no way to edit the main page. --[[User:Jillysky|Jillysky]] ([[User talk:Jillysky|talk]]) 14:21, 6 August 2012‎ (UTC)&lt;br /&gt;
&lt;br /&gt;
:You actually don't need to edit the main page to fix it, as what's there is just a mirror (transclusion) of the actual content from the comic page, at [[Curiosity]], which is open for editing by anyone. Then again, the &amp;quot;alt-text&amp;quot; in that case is generated by a template, {{tl|comic}}, so that's where we should fix this. The template's code, however, is currently a terrible mess (sorry!), so I went ahead and took care of it. Thanks for catching that! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:24, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Ah? So it's wrong, for instance, on http://m.xkcd.com? because of that I took it for granted that we could call it the alt-text... - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 17:38, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Yes. If you look at the page's html source, you'll see:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;img&lt;br /&gt;
 id=&amp;quot;comic&amp;quot;&lt;br /&gt;
 src=&amp;quot;http://imgs.xkcd.com/comics/curiosity.png&amp;quot;&lt;br /&gt;
 title=&amp;quot;As of this writing the NASA/JPL websites are still overloaded. Trying CURIOSITY-REAR-CAM_[256px_x_256px].torrent.SwEsUb.DVDRip.XviD-aXXo.jpg instead.&amp;quot;&lt;br /&gt;
 alt=&amp;quot;Curiosity&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::(line breaks added for clarity) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 23:54, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::That was my error in the template. I knew &amp;quot;image text&amp;quot; that has been commonly used by Jeff was not techically correct, but I didn't actually go back and confirm it was alt text before I included that tag in the template. That's to Waldir (I believe?) for correcting the template. [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 14:14, 7 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== When the &amp;quot;official&amp;quot; transcript is wrong? ==&lt;br /&gt;
I did [[903: Extended Mind]]. Interestingly, the transcript on xkcd.com is missing the bottom line &amp;quot;When Wikipedia has a server outage, my apparent IQ drops by 30 points.&amp;quot; I assume we want a complete transcript, rather than whatever xkcd.com says it is...? [[User:Stevage|Stevage]] ([[User talk:Stevage|talk]]) 04:10, 17 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We're focusing on the actual transcript of the comic, not the xkcd.com transcript. The official transcript is usually right, but even Randall makes mistakes sometimes. [[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]][[User talk:Davidy22|&amp;lt;tt&amp;gt;(talk)&amp;lt;/tt&amp;gt;]] 04:24, 17 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Milestone: half the comics explained!! ==&lt;br /&gt;
&lt;br /&gt;
Hi all! I'm pleased to announce that we have just broke the 50% mark for xkcd explanations! The page that balanced the count (568 explained, 568 to go, at the time) was [[877: Beauty]], created 01:31 UTC, 21 November 2012 by [[User:Davidy22]]. Congratulations!! :D --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 03:10, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The caterer's been called! The punch will be arriving soon! Go [[User:Davidy22|Davidy22]]! [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  06:53, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::[[File:freedom.png]] Punch is served! [[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]][[User talk:Davidy22|&amp;lt;tt&amp;gt;(talk)&amp;lt;/tt&amp;gt;]] 07:11, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
But the Main page says 407 explanations, 731 to go! What's up with that? --[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 21:00, 23 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reverse? ==&lt;br /&gt;
&lt;br /&gt;
Why in the Archive why are all the thing up until &amp;quot;Heatmap&amp;quot; in Reverse?  Can someone please answer? [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
:Archive? Can you provide a link or screenshot? '''[[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:43, 19 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
http://xkcd.com/archive/ [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Ah, that's because the comic right after that, rtl, has a right-to-left character in it that flips all the proceeding text. '''[[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 00:13, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ah, ok, i see that now.  When I 1st saw that RTL I just thought that it was random letters, thankyou for explaining it for me. [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also depends on what browser you are on because on Google Chrome it was normal. [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 09:08, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Do you think this question was asked by one of the xkcd people? ==&lt;br /&gt;
&lt;br /&gt;
http://answers.yahoo.com/question/index?qid=20090301060752AAtYugc [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:38, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Matthew Reilly ==&lt;br /&gt;
&lt;br /&gt;
I would just like to tell everyone that I asked Matthew Reilly (the author) if he is ever scared that a velociraptor is going to attack him, and he said NO!  He clearly needs to start worrying about them! [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 10:45, 22 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What can we learn section ==&lt;br /&gt;
First of all I love your work. I believe deeper understanding of each XKCD can make a world a better place and I thank you sincerely for starting this webpage. I wanted to ask what you think about &amp;quot;What can we learn?&amp;quot; section I've been adding to some of the pages. Thank you - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:27, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This site is actually the work of multiple editors working slowly and steadily to fill in explanations for all the old comics. Some of the xkcd comics are incredibly deep - comic [[956]] is such a poignant comic that digs into the DRM issue on so many levels. Your reflections on many of the comics are very much warranted and you're helping us create talk pages with high-quality opening posts, which is great for future discussion on this wiki. It'd be nice if you could refrain from putting headers in talk pages, technical limitations of the wiki make long explanation pages choke when headings are in the discussion page. Other than that, keep up the good work! '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 13:42, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I've put in my 2 cents to comic [[956]], and thank you for teaching me how to comment and link to other comics - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:58, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: FYI, you can always make pseudo-headings using a horizontal rule and a bold &amp;quot;header&amp;quot;, but honestly I think a simple standard opening sentence would suffice. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 12:14, 2 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Oh, and the guy who draws xkcd is called {{w|Randall Munroe}}. So many glowing things to be said about him. '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 13:44, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I can't thank him enough for simplifying complex issues to funny stories, I think it's exactly what our generation needs - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:58, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm in favor of a Mr. Rogers style of 'what lesson can be learned' on the talk page, but make sure your comments don't come across as sanctimonious and holier-than-thou as that can be really off-putting. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 19:06, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You are absolutely correct, I have not thought of that, please trust me I did not do it on purpose. Thank you Mr. Lcarsos - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 19:55, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you David, and I apologize that I've not made it clear that by your work, I do mean your collective work (the wiki is only as good as all the people behind it). I was trying to put the headers to allow others to find the section easier in case they start looking for it, perhaps I could make a suggestion to make it a standalone section so that others would be encouraged to contribute their own understanding of lessons they have noticed from each comic. I know the lessons I've seen, but I would love to learn from others as much as I hope they can learn from me and Mr. XKCD, thank you. - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:48, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DING DONG THE WITCH IS DEAD ==&lt;br /&gt;
&lt;br /&gt;
Hello fellow editors. Do you remember the last time we were hit by a surge of automated spam? Neither do I. ConfirmEdit has really done a number on the volume of spam that we're eating - one spam account has been created since we finished configuring confirmEdit, and zero anon edits have been spam. Zero. Can you say happiness? Can you say party? '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:41, 1 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hehe, I'm glad! Thanks for being so relentless on the spam-fighting all this time! Maybe we should make up a new reason to make Jeff remove the /wiki/ in the URL? ;) –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 18:11, 1 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Awesome news! Finally the patrolling feature will be usable: [{{fullurl:Special:RecentChanges|hideanons=1&amp;amp;hidepatrolled=1&amp;amp;from=20121204025000&amp;amp;days=365&amp;amp;limit=1000}} Unpatrolled changes by registered users] / [{{fullurl:Special:RecentChanges|hideliu=1&amp;amp;hidepatrolled=1&amp;amp;from=20121204025000&amp;amp;days=365&amp;amp;limit=1000}} Unpatrolled changes by anonymous users] :) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 12:27, 2 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1000th comic explanation!! ==&lt;br /&gt;
&lt;br /&gt;
Hi all! It apparently went unnoticed that '''we have recently surpassed the mark of 1000 comic explanations!''' Some calculations based on [[:Category:Comics]] and [[Special:NewPages]] led me to the conclusion that the 1000th explanation was [[681: Gravity Wells]], created by [[User:AlexRNL]] just yesterday! Yay! This calls for a celebration, no? Congrats to [[Special:ContributionScores|everyone]] who made this happen! I'll edit [[Mediawiki:Sitenotice]] with a congratulatory message. Way to go, guys! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:04, 10 April 2013 (UTC)&lt;br /&gt;
:ps - I also took the opportunity to flesh out our [[explain xkcd|about/history page]]. Please take a look and fix/add any details I might have missed. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:06, 10 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Style guide ==&lt;br /&gt;
Is there a style guide for this wiki? --[[User:PeterMortensen|PeterMortensen]] ([[User talk:PeterMortensen|talk]]) 20:14, 10 August 2013 (UTC)&lt;br /&gt;
:Oh, sorry, I did forget to answer here. A guide on this is not easy, many individual comics do need special layouts because they have content never can match to a style guide. But I will give a try [[Help:Style Guide]].--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:18, 15 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Adblock ==&lt;br /&gt;
&lt;br /&gt;
I've whitelisted the site in adblock, but the ads are still blocked.&lt;br /&gt;
Anyone know what' going on here and how I can fix it?--[[User:ParadoX|ParadoX]] ([[User talk:ParadoX|talk]]) 04:34, 27 September 2013 (UTC)&lt;br /&gt;
:Huh. I was wondering why our impression counts weren't rising. I thought it was just because this site had high turnover. I've changed the webpage that the word whitelisting links to, try the instructions there instead. Project wonderful is our ad provider, and they've been pretty good to us so far. Also, thanks for helping to support the site! '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:40, 27 September 2013 (UTC)&lt;br /&gt;
::Great! I don't really mid ads as long as they aren't intrusive. Works now, Hope everyone else does it as well.--[[User:ParadoX|ParadoX]] ([[User talk:ParadoX|talk]]) 05:16, 27 September 2013 (UTC)&lt;br /&gt;
::I saw you wrote &amp;quot;the webpage that the word whitelisting links to&amp;quot; so I went to the search box and typed whitelisting. My search didn't yield anything useful: [http://www.explainxkcd.com/wiki/index.php?search=whitelisting&amp;amp;go=Go&amp;amp;title=Special%3ASearch]. I don't know how to create the missing page but there oughta be a link for someone like me who searches for whitelist or whitelisting, to take them to the instructions you refer to. [[User:SaxTeacher|SaxTeacher]] ([[User talk:SaxTeacher|talk]]) 10:59, 17 May 2014 (UTC)&lt;br /&gt;
:::We already have this linked somewhere, but [https://www.projectwonderful.com/adblock.php this] is the link you want. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 13:41, 17 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I normally access this site through the android app &amp;quot;xkcd browser&amp;quot;. That app only links to the content part of the site and doesn't show the side bar, so the adds aren't shown either. Might be worth discussing it with the author. [[Special:Contributions/109.158.126.139|109.158.126.139]] 08:06, 27 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We support those avenues completely, you don't need to feel bad if you use an app to browse this site. We're only really concerned when we put up ads and our impressions are less than half our page hits, because that essentially means more than half our readers aren't contributing to server costs. That's really hard to deal with. We have enough daily page hits to qualify as web publishers at very big ad agencies, but we've had to settle for relatively low rates at the smaller Project Wonderful because 60% of our users were using adblock, so the agencies rejected us because our valuable &amp;quot;paying&amp;quot; audience was too low for them to consider us. That's been the difference between us using dedicated servers to host the site and hiring a contractor to set it up, and the (admittedly somewhat decent) shared hosting plan that we have to settle for now. We can only afford the shared hosting, because the small-scale advertisers at Project Wonderful don't even pay for full days of advertising; most of the time, we make less per day than the posted $3.90 price. That said, we're grateful that Project Wonderful would take us as a publisher when no one else would, but it really feels like the difference between being accepted to community college and being accepted to an ivy league school. For a similar reason, the Google ads route was not sufficient to satisfy our needs; not a large enough proportion of our users were looking at ads, so we either needed to spam them and degrade the site, or we needed to make them refresh, which makes pages slow and causes needlessly high traffic for a lot of users. We didn't want our ads to make the site worse, because that would drive away users and defeat the purpose of us being a public resource for xkcd readers. We actually decided to go the agency route pretty early, because adsense takes a massive cut of revenues and gives us little control over what ads or advertisers actually showed, which was not okay with us. Whoah, I wrote a lot. I hope it was coherent. Maybe someday I'll collect my thoughts and write a proper summary on how and why we advertise. Also, if you have any questions about anything ad-related, you can always ask us at [[explain xkcd talk:Advertise Here]]. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:15, 27 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Feynman? ==&lt;br /&gt;
&lt;br /&gt;
Feynman (both in [[182: Nash|living]] and [[397: Unscientific|zombie]] form) probably deserves an entry in the [[Template:Navbox characters|character navbox]] template doesn't he? [[Special:Contributions/128.250.152.198|128.250.152.198]] 02:21, 1 October 2013 (UTC)&lt;br /&gt;
:That's two comics out of 1200+. Three if you count the song. Not quite enough yet. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 02:27, 1 October 2013 (UTC)&lt;br /&gt;
:: If that's the criterion, then we need to get rid of [[Brown Hat]]. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:30, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Job Interview (Electric Soup) ==&lt;br /&gt;
&lt;br /&gt;
The soup is clearly being poured out of an electric socket. This &amp;quot;electric soup&amp;quot; is probably not a reference to the alcoholic brew favoured by Scottish tramps, but more likely to the virtual nature of the company. {{unsigned|Sulis}}&lt;br /&gt;
:Hey, go here [[Talk:1293: Job Interview‎]] for discussions. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:58, 20 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a similar, transcripted service for The Oatmeal? ==&lt;br /&gt;
&lt;br /&gt;
Hi everyone - this site is a real gem, I've sent it to a friend of mine who can't read XKCD because she's blind. The transcripts on this site are a real boon!&lt;br /&gt;
&lt;br /&gt;
Does anyone know if there is a similar service for The Oatmeal? I've searched and searched, but found nothing so far.&lt;br /&gt;
&lt;br /&gt;
Thanks :)&lt;br /&gt;
&lt;br /&gt;
Jeff&lt;br /&gt;
&lt;br /&gt;
:As far as I know we are kind of unique in the web comics world. I think we get away with it because Randall publishes all his comics as Creative Commons Attribution, Non-Commercial. We liberally link back to xkcd, and we don't make a penny (The ads are just to cover server expenses, because wikis and the databases that support them get big when you're covering a body of work like xkcd). I haven't looked into the copyright Matt uses for the Oatmeal, but he seems like a cool enough guy to not kill a community transcripting effort of his comics. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 20:32, 4 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== what if 103: Vanishing Water - comics ==&lt;br /&gt;
&lt;br /&gt;
Please explain the 2nd and the 4th comics from http://what-if.xkcd.com/103/&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Just tried to sail my boat over land, because I didn't learn from that kid in the Zephyr.&amp;quot; (who's the kid from Zephyr?)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A third time?&amp;quot; (maybe whales were dropped twice before in other what-ifs?) [[User:Daniel Carrero|Daniel Carrero]] ([[User talk:Daniel Carrero|talk]]) 21:57, 9 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;A third time?&amp;quot; is a reference to a whale falling twice in &amp;quot;Hitchiker's guide to the Galaxy&amp;quot;.  Been a while, so I don't remember the details of how this fit in, but the second time it happened to the whale, he thought &amp;quot;Not again&amp;quot; or something along those lines. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 18:49, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Raises the question of if we should explain jokes imbedded in What If comics. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 18:49, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Discussion usage ==&lt;br /&gt;
&lt;br /&gt;
Am I being a killjoy in feeling that the discussion section should be mainly limited to discussion on improving the explanation, gathering consensus and that type of thing.&lt;br /&gt;
Specifically, the discussion for [[1418: Horse]] is quickly turning into every man and his dog posting a sentence in the style of the comic, which doesn't really add anything to the page other than clutter.&lt;br /&gt;
&lt;br /&gt;
Personally, I'd just delete most of them, but I think I might be turning into a grumpy old bugger... --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 20:32, 10 September 2014 (UTC)&lt;br /&gt;
:The discussion is also there for just talking about the comic. Those guys aren't wildly off-topic, there's no need to clamp down on what they get to talk about. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 17:44, 10 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yep, I must just be grumpy and draconian! Lesson learned --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 20:32, 10 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2014 Christmas header ==&lt;br /&gt;
&lt;br /&gt;
Since the header for the site current contains a [http://imgs.xkcd.com/store/store_default.png graphic link to the store] that promises that Randall probably won't ship you a [[:Category:Bobcats|bobcat]], it seems to me that probably ought to be preserved and explained somewhere. [[Special:Contributions/173.245.56.189|173.245.56.189]] 17:45, 3 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== XKCD at LanguageLog ==&lt;br /&gt;
&lt;br /&gt;
Arnold Zwicky (of the well-known linguistics blog Language Log) has put together a list of linguistics-related XKCD strips, here: http://arnoldzwicky.org/the-language-of-comics/comics-lists/xkcd-cartoons/ I thought it might be appropriate for a copy of the list (maybe a category) to be created from it. [[Special:Contributions/199.27.133.79|199.27.133.79]] 03:48, 28 December 2014 (UTC)&lt;br /&gt;
:[[:Category:Language]] '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:39, 28 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bookmarklet ==&lt;br /&gt;
&lt;br /&gt;
Hello there, I've created a little bookmarklet (https://ginkobox.fr/shaarli/?a77vQw) and I thought it might be useful for someone out there.&lt;br /&gt;
&lt;br /&gt;
When launched, it adds the 'explain' before xkcd.com and the browser loads the explainxkcd page. I've tested it only on Firefox.&lt;br /&gt;
&lt;br /&gt;
(Contact @ https://ginkobox.fr/wiki/doku.php?id=about) {{unsigned ip|‎108.162.229.100}}&lt;br /&gt;
&lt;br /&gt;
== Is there a RSS feed for What If? ==&lt;br /&gt;
&lt;br /&gt;
Is there a RSS feed for What If?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 11:59, 29 March 2015 (UTC)&lt;br /&gt;
:No, because we cover the comics. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 18:57, 29 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== My User Page ==&lt;br /&gt;
&lt;br /&gt;
Can someone help me with [[user:17jiangz1|my user page]]? I can't seem to remove the large space on top.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 07:43, 9 April 2015 (UTC)&lt;br /&gt;
: The only solution I've found is to remove the contribution scores (data6=...). Not sure what exactly is triggering this bug. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 21:02, 9 April 2015 (UTC)&lt;br /&gt;
I am receiving &amp;quot;Expression error: Unrecognised punctuation character &amp;quot;&amp;quot;.&amp;quot; for &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;{{#expr: {{formatnum:{{#cscore:17jiangz1|pages}}|R}}/{{formatnum:{{NUMBEROFARTICLES}}|R}}*100 round 5 }}&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 05:46, 10 April 2015 (UTC)&lt;br /&gt;
:Bump?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 06:48, 14 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What-If ==&lt;br /&gt;
&lt;br /&gt;
It hasn't updated for 2 weeks. why?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 06:50, 25 April 2015 (UTC)&lt;br /&gt;
:Looks like they're on hold for a few months (Until July 14th). Too bad, I enjoyed them. ([http://what-if.xkcd.com/ Look at the top of the What-If page])  --[[User:Zman9600|Zman9600]] ([[User talk:Zman9600|talk]]) 20:24, 6 May 2015 (UTC)&lt;br /&gt;
:What is so special about the date and time? Seems very specific: ''July 14th, 2015 at 7:49:59 AM EDT.'' --[[Special:Contributions/141.101.98.99|141.101.98.99]] 12:48, 28 May 2015 (UTC)&lt;br /&gt;
Looks like it's set for the 40th anniversary of the Apollo-Soyuz mission launch. {{unsigned ip|108.162.237.158}}&lt;br /&gt;
&lt;br /&gt;
What If updates will resume on July 14th, 2015 at 7:49:59 AM EDT. By that time {{w|New Horizons}} will have it's closest approach to {{w|Pluto}}. See here: http://pluto.jhuapl.edu/ --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:34, 5 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== thanks for having a working website ==&lt;br /&gt;
&lt;br /&gt;
the search function on xkcd.com was taken off, and now the random function seems to be having issues, but it's nice that here both work [[Special:Contributions/188.114.97.114|188.114.97.114]] 19:09, 9 June 2015 (UTC)&lt;br /&gt;
:We do our best. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 22:27, 9 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ada Munroe ==&lt;br /&gt;
&lt;br /&gt;
The latest [[what if?]] number 139 has a question by &amp;quot;Ada Munroe&amp;quot;. Is she related to [[Randall]] in any way? --{{User:17jiangz1/signature|06:57, 09 August 2015}}&lt;br /&gt;
&lt;br /&gt;
== Out of curiosity ==&lt;br /&gt;
&lt;br /&gt;
I notice that whenever someone links to tvtropes.org in an explanation, someone changes the link to the matching page on allthetropes.org. I'm curious as to why that is. Is there some kind of terms of use conflict at play here that an editor should be keeping in mind? [[Special:Contributions/199.27.128.156|199.27.128.156]] 06:33, 26 October 2015 (UTC)&lt;br /&gt;
:TVtropes does not restrict links to their site, and if this has been happening there are some time-outs that I need to be handing out. Can you point me to some of the edits where this is happening? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 08:24, 26 October 2015 (UTC)&lt;br /&gt;
::The specific example I had was, um, [[1468: Worrying]]. On Jan 3rd the links went to tvtropes.org, and on March 18th they were all changed over to allthetropes.orain.org. I just found it curious, I wasn't sure what the reason for it was [[Special:Contributions/162.158.255.47|162.158.255.47]] 10:32, 29 October 2015 (UTC)&lt;br /&gt;
:::Reverted. Typically, the reason people change perfectly good links to specific, obscure links in wikis is usually self-advertising. I'll be watching that guy's edits in the future. Thanks for the heads up. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 18:00, 29 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sightless readers offended by the &amp;quot;It's 'cause you're dumb&amp;quot; tagline. ==&lt;br /&gt;
&lt;br /&gt;
I'll admit, every now and again the comic is over my head.   ...because I'm dumb in that particular field.   However, blind users who enjoy xkcd must do so through explainxkcd.   They are NOT dumb.  They are *blind*.  Without explainxkcd, they would have no idea what is in the comics panels.&lt;br /&gt;
&lt;br /&gt;
Explainxkcd is a great site.  There is no question it provides a service to the internet community.&lt;br /&gt;
&lt;br /&gt;
Please see this thread (last paragraph) on Userfriendly.org.   Keep in mind, the end user is sightless and explainxkcd is &amp;quot;viewed&amp;quot; through a screen reader.  http://ars.userfriendly.org/cartoons/read.cgi?id=20160207&amp;amp;tid=3930989 (Anonymous)&lt;br /&gt;
&lt;br /&gt;
: The guy on that other site is complaining about that XKCD does not work well in a screen reader -- that is not our problem, but a problem for Randall to solve on his own site.   We cannot be the catch all for everything on the internet that Randall broke [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:37, 8 February 2016 (UTC)&lt;br /&gt;
:: Agreed --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Honestly, I never even noticed the tagline in question.  Humorous to sighted folks, sure.   ...but obviously offensive to those who have no choice but to access xkcd through explainxkcd.&lt;br /&gt;
&lt;br /&gt;
I'll leave it to the administrators or the community to figure something out, if anything at all.   Maybe no one cares?  I didn't come here to make any suggestions, only to point out how offensive those 4 words are to some users of the website. {{unsigned ip|108.162.238.88}}&lt;br /&gt;
&lt;br /&gt;
:Alright, put a link here in the site notice. What does everyone else think? I'm open to changing it, it's something people complain about fairly periodically and our identity isn't completely tied to the tagline, I feel. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:16, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Well, we definitely shouldn't change anything because that particular guy is upset. It's one thing to be offended, but he's also attacking both this site and Randal Monroe. I don't think that sort of behavior should be rewarded. I actually have a rule online where, if someone acts like a jerk to me, I will be kind, but I won't give them what they want. I think a lot of the problems with people being jerks to others is that they still get what they want, so what reason do they have to stop? If he wants us to change it, he should address us like an adult and ask us himself.&lt;br /&gt;
&lt;br /&gt;
::But you claim this is a common complaint. Then I would say we need more info. My instinct would be that people don't understand that it's a joke. But then my solution would be to do what the site is designed to do and explain the joke, rather than take it down. If there's actually something about it that's offensive to an entire class of people, that's different. I am unaware of a stereotype that blind people are stupid, but I'm open to the idea that I don't know.&lt;br /&gt;
&lt;br /&gt;
::I'm not particularly married to the tag line. I actually didn't even notice it was there. But I'm loathe to take it down over a misunderstanding. I can't think of a similarly humorous replacement that would not be offensive, but I can at least suggest &amp;quot;Because nobody knows everything.&amp;quot; --[[User:Trlkly|Trlkly]] ([[User talk:Trlkly|talk]]) 09:42, 8 February 2016 (UTC)&lt;br /&gt;
:::I've gotten these before. There's a [[Talk:Main_Page#Header_message|slowly growing]] section in the main page discussion page and a complaint buried somewhere in my talk page and they're usually quite unhappy. I pegged it up this time round because there's special needs involved, and a good part of our intended appeal is the transcripts for the blind. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 10:45, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Is he one of those people who are so self-centered and 'entitled' that just because they have a disability they assume that everyone is constantly trying to offend them, even in the most unlikeliest of cases? Does he actually believe that the tag line was written with the intention of offending blind people? This is ridiculous. [[Special:Contributions/141.101.106.71|141.101.106.71]] 11:04, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Just in case you feel dumb&amp;quot;?  &amp;quot;Some comics may be funnier than they appear&amp;quot;?[[Special:Contributions/199.27.130.198|199.27.130.198]] 09:55, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about simply removing it? At least until we find something that isn't offensive to anyone - which might be very hard to obtain. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 10:34, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Because you're crippled... That's worse I guess.&amp;lt;br&amp;gt;&lt;br /&gt;
But before considering the &amp;quot;you're dumb&amp;quot; tagline, one must think about the name of this wiki. It is called '''Explain''' xkcd, not read xkcd, and explaining is for dumb people, not blind people.&amp;lt;br&amp;gt;&lt;br /&gt;
Maybe one thing we can do is add a &amp;quot;(unless you are just here for the transcript)&amp;quot; subtext, with a link to the transcript section, which has the advantage of both taming offended blind readers (maybe) and provide a direct, &amp;quot;spoilerless&amp;quot; link. --[[User:GuB|GuB]] ([[User talk:GuB|talk]]) 10:40, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I need explainxkcd for two reasons: being visually impaired, although I can see most of the comics I often miss crucial details that I find only in the transcript; and as a non-American, I lack many cultural references (books, movies, songs, sayings...) that are given in the explanations.&lt;br /&gt;
I don't think either of these reasons makes me &amp;quot;dumb&amp;quot;. However, I never found the tagline offensive. It was immediately obvious to me that it was meant as humor. Who could seriously think that someone is dumb just because they haven't read the specific book that Randall is parodying in a given comic? Or because they're not familiar with a specific programming language or Unix command? IMHO the tagline *is* funny precisely because very few people can actually &amp;quot;get&amp;quot; all the comics without an explanation. Suggesting that anyone who isn't part of the 0.1% of the population who share all of Randall's abilities and references, is dumb, can't be anything but a joke. Adding to the lot those who can't get the comics because they're blind doesn't make the joke more offensive. It's a sad world where political correctness kills all forms of humor.&lt;br /&gt;
&lt;br /&gt;
On the other hand, the tagline is not an essential part of the site and if a significant number want it removed, so be it.&lt;br /&gt;
Zetfr 10:46, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Well not everybody's mind works the same way, and some people legitimately cannot grasp humor very easily. They may come to read the explanations precisely because they can't recognize what about a given comic is supposed to be humorous, and they likewise may not be able to tell that the tagline is just a joke. Besides, the tagline is equating a lack of knowledge with a lack of intelligence, which also makes it inaccurate and kind of kills the humor for those who stop and think about it.&lt;br /&gt;
&lt;br /&gt;
:I personally agree with the above &amp;quot;Because nobody knows everything.&amp;quot; approach. I would suggest something along the lines of &amp;quot;Because you won't always get the joke.&amp;quot; --[[Special:Contributions/108.162.242.134|108.162.242.134]] 11:06, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: This sounds like a bunch of dumb people coming together and suggesting that the rest of people should be more like them (joke intended) [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:33, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: +1 on this. '''Keep'''. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 20:15, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''removal''' [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 11:01, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Mostly agree with Zetfr, it is a rather obvious joke, and this is a website about a webcomic which is mostly about fun, it would be different if this was some serious news portal, but it isn't, and in my humble opinion people who can't take a joke shouldn't even be here. There will always be ranters and people who get offended, we should not let them make decisions for us. I sincerely believe vast majority of people, blind or otherwise, understand it. [[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]])&lt;br /&gt;
&lt;br /&gt;
:I agree with Zetfr. If a user doesn't understand that it is a joke, then he won't understand XKCD's jokes, either, no matter how much explaination he can get.&lt;br /&gt;
:--[[User:Lou Crazy|Lou Crazy]] ([[User talk:Lou Crazy|talk]]) 12:12, 8 February 2016 (UTC)&lt;br /&gt;
::I also agree with the above, and like the part of Zetfr about because you need a reader to use the page you do not need to be offended by an obvious joke --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
if i had a vote i'd say change the &amp;quot;because you're dumb&amp;quot; from text to a picture with alt text of something slightly less rude. &amp;quot;because you're using a screenreader,&amp;quot; perhaps. although that would show up on mouseover. meh. whatever. --13:01, 8 February 2016 (UTC)&lt;br /&gt;
:and someone isn't &amp;quot;entitled&amp;quot; because they get annoyed about something that doesn't annoy you. as a sighted person i don't even look at the headers on the page. i would imagine that since the text in question is at the top of the page he has to listen to it every single time the page is refreshed. which is annoying enough if it's not insulting. --[[Special:Contributions/141.101.106.161|141.101.106.161]] 13:06, 8 February 2016 (UTC)&lt;br /&gt;
:It is bad to have the alt-text saying something differently, but since the current tagline is not offensive to non-blind people then why would it be offensive to a blind person. [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''' -- Blind people do not have to come to this site, they can just use xkcd.com directly and if that is not working for blind people then that is Randall's problem not ours.   The tag line has been there for years while I have noticed it before and used the site and I have never been offended, if a blind person is offended maybe they should stop using the internet.  [[Special:Contributions/162.158.255.109|162.158.255.109]] 15:18, 8 February 2016 (UTC)&lt;br /&gt;
: I second that -- the tag line does not appear to offend non-blind people, it should not offend blind people either [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Voting '''KEEP''' -- the tag line is a joke, and who is to say that blind people cannot be dumb [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''' as well. I don't see any reason to change it; it's not a jab at disabled people, blind or otherwise. The site is called '''explain'''xkcd, and everything here centers around explaining the comic, not being a transcription service. (If that's not the case, then maybe other things need changing too.) I always thought the tagline fit nicely with the &amp;quot;sarcasm&amp;quot; part of xkcd's own tagline. [[Special:Contributions/108.162.216.26|108.162.216.26]] 15:26, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''KEEP and satisfy both sides'''. If you examine the HTML, or use [https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/ Fangs] (free screen reader), you may notice there is a jump-to-nav div element that lets people with screen readers jump to various parts of the page. The jump-to-nav div is only a few HTML lines below the tagline. I'd recommend:&lt;br /&gt;
# Moving the jump-to-nav div to '''before''' the tagline&lt;br /&gt;
# Adding a &amp;quot;Jump to Transcript&amp;quot; link in the jump-to-nav div.&lt;br /&gt;
# Test it with [https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/ Fangs] in Firefox to simulate a screen reader.&lt;br /&gt;
This way, screen-reader users can jump to the transcript and don't have to hear the tagline every time they visit an explainxkcd.com page.&lt;br /&gt;
-- [[User:Hat|Hat]] ([[User talk:Hat|talk]]) 15:44, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Consider &amp;quot;Do you get it now?&amp;quot; [[Special:Contributions/198.41.235.11|198.41.235.11]] 16:09, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''': it's reasonable and no change is warranted&lt;br /&gt;
&lt;br /&gt;
I like the suggestion of '''keeping''' the current tagline, but changing it to an '''image with alttext''' saying something like &amp;quot;because you're using a screenreader&amp;quot;. I also vote to move the link to the transcript to above the tagline. [[User:Rileysci|Rileysci]] ([[User talk:Rileysci|talk]]) 17:32, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I get the joke and I'm not offended by it, but it seems to me that it really sticks out on this site and it doesn't seem consistent with Randall's sense of humor. Everyone on this site is very inclusive and eager to share all perspectives and points of view. I come here both to see the humor that I have the knowledge to understand and to learn more about the world the way Randall sees it. In short, I come here to be one of the lucky 10,000. In fact, I would suggest that as the tag line, &amp;quot;Congratulations! You're one of today's lucky 10,000!&amp;quot;. Inside joke that can link to the comic (http://www.explainxkcd.com/wiki/index.php/1053:_Ten_Thousand) and it is welcoming. [[Special:Contributions/108.162.245.170|108.162.245.170]] 18:44, 8 February 2016 (UTC)&lt;br /&gt;
: +1 on this. '''Change''' [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 03:45, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep'''. In case it is not kept then it should be changed to something completely different. Te idea of making a title text to an image I really dislike, although I even more dislike adding anything to the existing one to either refer to people coming for the transcript or making excuses for the obvious joke. This has been a part of the page forever, I have seen it almost every time I come here. To begin with I did feel dumb sometimes, but I was never offended by it, just amused. But of course an explain page is for those who did not get the joke. And there are other pages that explains the comic. I do not know if they have a transcript? But I'm happy to know that some people must really enjoy the detailed transcripts that I usually try to provide. I had just not though about the blind perspective. I more use the transcript to make sure every one agrees on what is seen in the images of the comic. Having said all this, I must admit that the best suggestion for a change so far is the one posted above my post (about the lucky 10,000). :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote keep, for exactly the reasons explained by Zeftr above.  Changing it to an image with alt text would be OK also. [[User:Miamiclay|Miamiclay]] ([[User talk:Miamiclay|talk]]) 20:45, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I vote '''Change''' it because it is too easily mistaken as an insult instead of a joke.  At least change it to ''Because you are stupid''....   Ah, maybe instead ''Because xkcd is far beyond common knowledge'' or ''Because hardly anyone gets everything'' or ''Because it is usually nerdly esoteric even for geeks''.  [[Special:Contributions/108.162.221.46|108.162.221.46]] 21:39, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I vote '''Change'''. I have never been a big fan of the tagline. I don't know everything, but I am certainly not dumb. Also, I echo the reference to (http://www.explainxkcd.com/wiki/index.php/1053:_Ten_Thousand). This comic has always been about expanding knowledge, not making you feel guilty for not knowing something.&lt;br /&gt;
	&lt;br /&gt;
:'''Change''': I realize the &amp;quot;It's because you're dumb&amp;quot; tagline follows the sarcastic nature of Randall's humor, but there are enough people who don't get or appreciate that sort of humor and are likely to be more offended by it, special needs or no.  Here's my suggestion: &amp;quot;For those of us who don't get it.&amp;quot; [[User:KieferSkunk|KieferSkunk]] ([[User talk:KieferSkunk|talk]]) 21:59, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
At what point is &amp;quot;enough&amp;quot; people offended? I've only seen evidence of several (https://xkcd.com/1070/) visually impaired users actually offended by the site, along with a couple people who didn't specify their visual ability. I don't know the traffic on this site, but I would expect it to be on the order of 10^4 or higher. So is this discussion about changing something that a handful of people find offensive? Or is there an actual problem of something inappropriate on the site. If this is all about a couple people finding something offensive, I imagine a few christians might take issue with (https://xkcd.com/709/). Should we start another discussion about accommodating them? Or add a disclaimer that the views expressed by Randall Munroe are his own and do not reflect those of this site? [[User:Beardmcbeardson|Beardmcbeardson]] ([[User talk:Beardmcbeardson|talk]]) 01:25, 9 February 2016 (UTC)&lt;br /&gt;
: So you vote to '''keep''' -- right? [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 04:30, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Slightly Change'''-- make it more obviously tongue in cheek. &amp;quot;It's cause we're dumb&amp;quot; or &amp;quot;For those of us who need it&amp;quot; I agree with the point about not complying with people on the internet who can't behave like adults, however I've never found the line particularly funny. Also change the jump-to-nav, as that would just get annoying to hear it every time you open up the site. I am not recommending changing it based on the imagined offenses of others. I just think it could be funnier.[[User:NotLock|NotLock]] ([[User talk:NotLock|talk]]) 06:29, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keep''' Trying to satisfy everyone is like trying to understand every comic. It probably won't happen. As an example, using the 'one of 10 000' example provided above can insult a bunch of people that are not from the States simply because the comic (and the reference to the comic for that matter) will make them feel left out. My other reasons for voting keep have all been mentioned already. People get insulted so easily, let's try not to encourage this behavior by rewarding it. [[User:Bon|Bon]] ([[User talk:Bon|talk]]) 07:16, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Change''' because I find it slightly offensive myself. If we change it, we should replace it with something that everybody would interpret as humorous, e.g. &amp;quot;Because we can't all be rocket scientists&amp;quot;. [[User:Condor70|Condor70]] ([[User talk:Condor70|talk]]) 08:25, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. Next thing we know, liberal arts majors will complain about xkcd science being offensive. [[Special:Contributions/141.101.91.229|141.101.91.229]] 10:12, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote for '''change''' or '''remove'''. Regarding the former, while I know it's supposed to be a joke, I never found it humorous myself and, unlike others that wrote before me, I don't think it relates to the humor or sarcasm used by Randall. It being offensive is not part of my motivation for my vote. I agree with some of the suggestions written up to now. Regarding the latter, I don't really think it's existence is necessary. Regardless, changing the div things is a must. [[User:GuiRitter|GuiRitter]] ([[User talk:GuiRitter|talk]]) 16:25, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote for '''change'''. You could keep much of the humour by changing it to something like &amp;quot;because ignorance '''can''' be cured&amp;quot;. [[User:Farnz|Farnz]] ([[User talk:Farnz|talk]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If I may vote (as a happy international user of this site, but not yet a contributor), one more vote for '''Keep''' - at least as &amp;quot;don't change now, because of this specific request, because of perceived offensiveness&amp;quot;. For several reasons, which have been mentioned already:&lt;br /&gt;
&lt;br /&gt;
a) I think it's funny. It also fits perfectly with the overall XKCD humor. And the same line of thinking as the book &amp;quot;You are now less dumb&amp;quot; from &amp;quot;YouAreNotSoSmart.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
b) It's so obviously generic (directed at everyone reading it) I fail to understand how it can be interpreted as insult instead of irony. Even worse: I fail to understand why it should be _especially_ insulting to blind people. Having a transcript for them to use is nice, but it's merely one of the aspects this site provides (and it's not even at the top nor are there pages &amp;quot;transcript only&amp;quot;, so blind are no primary audience)&lt;br /&gt;
&lt;br /&gt;
c) If this site decides to actually help blind people more, how about: putting the tagline in the image (so it's not &amp;quot;read every time&amp;quot;), put the transcript at the top / provide pages with only transcripts, so that the original XKCD can be consumed prior to the explanations here (just as non-blind users would see it)&lt;br /&gt;
&lt;br /&gt;
d) this request follows the current Outragism trend, so I do suspect that it's not actually blind people feeling offended, but privileged SJWs thinking about who might possibly feel offended, bringing change to the world where it's not beneficial even for those they claim to support. Comparable to PETA.&lt;br /&gt;
&lt;br /&gt;
While I'm at it - THANK YOU for this site. Most XKCD I mostly understand. But due to being an international reader, some aspects of American Culture I need explainXKCD to grasp, and other aspects it's just nice to see more details, cross-references with other comics, and hidden gems. &lt;br /&gt;
[[User:Zefiro|Zefiro]] ([[User talk:Zefiro|talk]]) 18:46, 9 February 2016 (UTC)&lt;br /&gt;
:I'm an &amp;quot;international user&amp;quot;, too, and I suppose a lot of users of this site are international users who need to be explained some xkcd jokes that would be obvious to any native English speaker living in the US. I don't have an opinion about changing the tagline or keeping it, but I would like to notice that &amp;quot;Because you are dumb&amp;quot; is the kind of joke that would need an explanation - it would be hard for me to tell if it's a joke or an insult. Therefore, an easier joke could have some advantage.--[[User:Pere prlpz|Pere prlpz]] ([[User talk:Pere prlpz|talk]]) 22:16, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I vote for '''change.'''  I know it's a joke, but it's not particularly funny, and can easily be mistaken for an insult.  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 20:13, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Trlkly (and Isaac(https://xkcd.com/1448/)), more information is needed. The purpose of this site is to explain xkcd (obviously, from the name) so people come here primarily to seek knowledge or a better understanding about xkcd. As long as the explanations or the explainers don't act like white hat (https://xkcd.com/1386/), there should be no reason to take the tagline seriously.--[[User:Beardmcbeardson|Beardmcbeardson]] ([[User talk:Beardmcbeardson|talk]]) 01:20, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote KEEP, but I do support the idea of moving the jump-to to above the tagline. I believe that the tagline is obviously a joke, and that pleaing everyone is nigh impossible. I also strongly oppose the proposal to change it to an image with an alt-text of &amp;quot;because you're using a screen reader.&amp;quot; Finally, I do not believe we should change the tagline. We should, if anything, remove it altogether. [[Special:Contributions/173.245.54.20|173.245.54.20]] 03:33, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Slightly Change''' - I like 199.27.130.198's idea, &amp;quot;Just in case you feel dumb.&amp;quot; [[User:Mateussf|Mateussf]] ([[User talk:Mateussf|talk]]) 04:44, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Change''', preferably to something like &amp;quot;The ''Anti'' Thing Explainer; Simple Stuff in Complicated Words!&amp;quot; Only, you know, more complicated to improve the joke. [[User:KitsunePhoenix|Amaroq (KitsunePhoenix)]] ([[User talk:KitsunePhoenix|talk]]) 05:01, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
What about: it's cause you need more context. I also don't like the current tagline, because dumbness would be more the inability to understand than a lack of knowledge.&lt;br /&gt;
&lt;br /&gt;
'''Change''' - First thing first, as suggested, move the jump-to-nav div to before the tagline and add a &amp;quot;Jump to Transcript&amp;quot; link in the jump-to-nav div.&lt;br /&gt;
&lt;br /&gt;
Then also change the tagline: it's not that good, and not that in line with the xkcd humor - it's actually ''directly opposed'' to the spirit of [[1053]]. Some better ones have already been suggested:&lt;br /&gt;
*&amp;quot;Some comics may be funnier than they appear&amp;quot;&lt;br /&gt;
*&amp;quot;Congratulations! You're one of today's lucky 10,000!&amp;quot;&lt;br /&gt;
*&amp;quot;because sometimes we all need a little help&amp;quot;&lt;br /&gt;
''Or'' we could even have a bunch of good ones like that out of which one is selected at random when the page is loaded --[[User:Jules.LT|Jules.LT]] ([[User talk:Jules.LT|talk]]) 09:17, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I like the joke in the tag line (some of us come here because they are to stupid or to lazy to lookup all the information xkcd is joking about)&lt;br /&gt;
but I also find it to direct to the user. I want to add some suggestions to Jules.LT [[User:SirKitKat|sirKitKat]] ([[User talk:SirKitKat|talk]]) 10:01, 10 February 2016 (UTC)&lt;br /&gt;
* &amp;quot;Error loading tagline, click here to retry.&amp;quot;&lt;br /&gt;
* &amp;quot;Because it is Monday morning.&amp;quot;&lt;br /&gt;
* &amp;quot;Because you like explaining jokes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I think people coming here and complaining because &amp;quot;dumb&amp;quot; appears to be aimed at insulting the blind are hilarious, because another meaning for &amp;quot;dumb&amp;quot; is &amp;quot;unable to speak.&amp;quot;  If people who were &amp;quot;dumb&amp;quot; in this way were complaining because we are using the other meaning of &amp;quot;dumb&amp;quot; it would be awkward, but degree of visual acuity is not open for the same misinterpretation. [[User:Swordsmith|Swordsmith]] ([[User talk:Swordsmith|talk]])&lt;br /&gt;
&lt;br /&gt;
'''KEEP''' for the same reasons as [[User:Zefiro|Zefiro]]. If change is necessary, fix it so the screen reader doesnt say it aloud. (This ensures the change is propagated to those who have no other recourse for sightless XKCD enjoyment, and is not a ploy by SJWs who can't take sarcastic humor (why are they reading XKCD in the first place?) [[Special:Contributions/108.162.221.40|108.162.221.40]] 14:06, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is super obviously not intended seriously, because xkcd is a technical comic that nobody will understand entirely on the first pass. If it's true, then everybody is dumb. Boo hoo.&lt;br /&gt;
&lt;br /&gt;
The guy in question is under the mistaken impression that Randall runs this site and maliciously hides his transcripts under the tagline. He's also very angry about a lot of things. Sighted people have to look at the tagline every time it loads too, it's at the top of the page.&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''' because I hate negotiating with terrorists. If it has the effect of filtering out people who enjoy being outraged, then it's doing a service. Image search &amp;quot;stephen fry offensive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I'd be fine with moving the jump-to-nav div. I'm absolutely against making it an image with a different tagline, because then we would be depriving blind people of the joke. I'm absolutely against changing it to something less offensive. I would settle for removing it entirely, or changing it to something more offensive, such as &amp;quot;It's 'cause you're dumb, and get offended over dumb shit.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Or, you know, make a transcribexkcd.com site. [[Special:Contributions/108.162.217.203|108.162.217.203]] 16:39, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change''' to one of the cool new suggestions I've seen.  I've always been sad about this tagline, and while I love XKCD humor, I just don't think the tagline is funny.  It makes me hesitate and sometimes decide not to share this site with others who I think would love the humor, but not the tagline.  The issue keeps coming up, and this is just one more way that it irritates people and causes hassle.  It's obvious to me that we should find a new tagline, or just drop it for the time being.  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 17:39, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change''' The word &amp;quot;dumb&amp;quot; used as slang for &amp;quot;unintelligent&amp;quot; or &amp;quot;uneducated&amp;quot; is offensive and many better suggestions have been proposed, which retain the wry humor without the offense. Hiding behind &amp;quot;it's just a joke&amp;quot; is beneath the standards of this site. {{unsigned ip|108.162.245.134}}&lt;br /&gt;
:It's not hiding behind &amp;quot;just a joke&amp;quot;, it IS the joke. It's tongue-in-cheek. It's so obviously false that you have to intentionally ignore the joke and manufacture offense about something benign. I'll give you that it's not that funny. It's also not that offensive. Why are we talking about something so petty. [[Special:Contributions/108.162.221.11|108.162.221.11]] 21:11, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. I feel like a blind person being insulted by the implication that being sightless somehow makes them unintelligent is a pretty far leap of logic. Not being able to see has no bearing whatsoever on your actual mental acuity. How many actual complaints have there been? One, a few, lots? I don't know, but if it was a significant number I might change my mind. As it stands, though, I think it's pretty clear in the site description that this site is meant for people who don't understand the comic due to its focus on obscure topics and use of technical jargon, being written by a former NASA robot technician with a bent for Linux. Using disabilities as an insult is something I don't condone, but in this case I think it's a case of certain individuals being overly sensitive. Thinking a word as mild as &amp;quot;dumb&amp;quot; is offensive is a bit much, especially since it's often used in contexts other than &amp;quot;uneducated&amp;quot; or &amp;quot;stupid&amp;quot; - I use it to describe myself all the time when I can't word proper-like. I think of it more as &amp;quot;scatter-brained&amp;quot;. --[[User:KingStarscream|KingStarscream]] ([[User talk:KingStarscream|talk]]) 18:55, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
		 		&lt;br /&gt;
'''Change''' I feel like the  &amp;quot;Because we can't all be rocket scientists&amp;quot; tagline suggested above is great; I always found the tagline to be a bit annoying because I often know all of a comic except a small part, and I come here for that. It's just unnecessarily confrontational and Randall himself has expressed in https://xkcd.com/1386/ and https://xkcd.com/1053/ that he doesn't agree with insulting ignorance. {{unsigned ip|198.41.235.179}}&lt;br /&gt;
&lt;br /&gt;
'''Change AND Keep''' I get the original joke, but I love some of the new ones too.  Randomly rotating tag line appear is my vote, BUT let's make the tag line clickable so that we can explain the tag line .... for those of us who don't get the joke! {{unsigned ip|108.162.216.10}}&lt;br /&gt;
&lt;br /&gt;
'''Keep''', but change the jump-to-nav, and maybe make the tagline clickable. I like the tagline. Someone already said this, but this is explainxkcd, not readxkcd. [[Special:Contributions/108.162.216.63|108.162.216.63]] 19:37, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''', because it's been there for so long! I remember coming here years ago and looking for the references I didn't get, and the tagline was already there. It's a legacy thing, the one thing remaining from the old website in the new fancy wiki format. [[Special:Contributions/198.41.226.204|198.41.226.204]] 20:47, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
For all you people being offended and claiming that the tagline is contrary to the spirit of xkcd, I give you [https://xkcd.com/386/ xkcd.com/386]. This entire argument is offensive to me, can we remove it? [[Special:Contributions/108.162.221.11|108.162.221.11]] 21:20, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep''' The referenced posting is obviously a troll. And xkcd has transcripts so the story of the self proclaimed blind person with diabetes does not make sense. --23:43, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rather than &amp;quot;cuz you're dumb&amp;quot; which both asserts a trait and uses what might not be the best word choice, why not something like &amp;quot;Because you might be ignorant&amp;quot;? Dumb, after all, isn't remediable, though ignorance is. (Also, a consideration, &amp;quot;dumb&amp;quot; can mean &amp;quot;mute,&amp;quot; so if there's something with screenreading for blindness, that could be read as assuming more than one disability? (&amp;quot;blind and dumb&amp;quot; akin to &amp;quot;deaf and dumb&amp;quot;?) // Possibly do something akin to the warning on the comic's site itself: &amp;quot;Because you might be a liberal arts major.&amp;quot; [[Special:Contributions/108.162.221.61|108.162.221.61]] 00:22, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keep''' because risk of accidental offence is never a good reason to rewrite comedy. If community wants to change suggest &amp;quot;Explaining Xtremely Klever Comedic Drawings&amp;quot;; if only to troll those who insist that the letters XKCD must stand for something (which it doesn't) [[User:Kev|Kev]] ([[User talk:Kev|talk]]) 00:37, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
	 	&lt;br /&gt;
−	&lt;br /&gt;
The issue seems to boil down to:&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it funny?&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it overly offensive?&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
And therefore:&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it worth it?&lt;br /&gt;
 &lt;br /&gt;
 		 	&lt;br /&gt;
−	&lt;br /&gt;
Throwing in my opinion, however small:&lt;br /&gt;
+	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's amusing to me.&lt;br /&gt;
The joke is clear, and universal. Offence may be taken equally by anyone reading.&lt;br /&gt;
It fits well.&lt;br /&gt;
Possibly have a hidden link for those offended. A rotating tag line could include more jokes, but...&lt;br /&gt;
By all means move the navigation.&lt;br /&gt;
&lt;br /&gt;
An explain explainxkcd page that is linked to might work, in the spirit of metahumour.&lt;br /&gt;
&lt;br /&gt;
However, it may not be as serious an issue, as the tag line is easy to ignore. Just moving HTML a bit seems like a logical, cheap and easy solution, and then we can test it. Please note that this has no technical knowledge behind it, just a reading of the above.&lt;br /&gt;
&lt;br /&gt;
So, my vote goes to '''keep''', and shuffle HTML or, in order, link, replace with rotating, modify, remove.&lt;br /&gt;
Harmless fun. Possibly have a cookie-based option to permanently hide the tag line.&lt;br /&gt;
[[Special:Contributions/108.162.250.160|108.162.250.160]] 00:56, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Apologies, I have broken formatting in the last few edits, trying to fix it...[[Special:Contributions/108.162.250.160|108.162.250.160]] 00:57, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: My vote is '''change''', and it's not because of blind people.  Let me run you through a very common scenario for new users:&lt;br /&gt;
:* You have a person who generally thinks of themselves as quite smart.&lt;br /&gt;
:* They read the comics and find most of them extremely funny.&lt;br /&gt;
:* They come across a comic they just can't understand.&lt;br /&gt;
:* They stare at it for minutes, wondering why they just can't get the joke.&lt;br /&gt;
:* Pride already bruised, they eventually give up and turn to Google.&lt;br /&gt;
:* &amp;quot;Explain xkcd! That's exactly what I'm looking for!&amp;quot;&lt;br /&gt;
:* Click the link.&lt;br /&gt;
:* &amp;quot;Explain xkcd: It's 'cause you're dumb&amp;quot;&lt;br /&gt;
:* Gee, what a lovely welcome.  Not.&lt;br /&gt;
&lt;br /&gt;
: Insulting your users the first time you meet them is '''''terrible''''' practice.  You're pointing at them and laughing that they didn't understand the joke.  You're kicking somebody when they're already down. OK, that is exaggeration, but when you look at the line as a new user, it's not friendly and welcoming; it doesn't encourage you to return.  It's just bad UX.&lt;br /&gt;
&lt;br /&gt;
: Now, we could overlook the directed insult if it was indeed funny, but it really isn't.  There's nothing witty about it, nothing punny about it, no double-entendres or sly references.  It's just an insult.  &lt;br /&gt;
&lt;br /&gt;
: Legacy is no reason to keep something that doesn't work.  Just because something wasn't picked up as bad practice 5 years ago doesn't mean that it isn't bad practice.  Can you imagine if Microsoft kept Clippy around for &amp;quot;legacy reasons&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
: It would be one thing if it were kept because there were no other options, but ''so many'' fantastic alternatives have been suggested:&lt;br /&gt;
:* '''It's 'cause we're dumb''' -- Changes it from an insult directed at one person to a statement with an inclusive sense of community.  It saying that, hey, you may not understand all the comics, but neither do we! Let's learn together!&lt;br /&gt;
:* '''Congratulations! You're one of today's lucky 10,000!''' -- Direct reference to comic which celebrates filling gaps in one's knowledge.  Also, as a comic reference, most people won't get it the first time, so make it a link and use it to draw people further in to this wiki!&lt;br /&gt;
:* '''Some comics may be funnier than they appear''' -- Actually humorous, containing reference to a very common message we're all familiar with (objects in the mirror may be closer than they appear).  Also alludes to the hidden depths to many of the comics, where additional levels of meaning are revealed the more about the subject one knows, which is what this wiki is trying to reveal.&lt;br /&gt;
:* '''Error loading tagline, click here to retry.''' -- Looks like the kind of joke you'd actually find in the comments.  Clicking the tagline should then do something completely unrelated to reloading the tagline (I dunno, set off some cool JS magic).&lt;br /&gt;
:* '''Because it is Monday morning.''' -- Should only be shown on Mondays.  Can easily be implemented with parser functions.&lt;br /&gt;
:* '''Because sometimes we all need a little help''' -- Gives an understanding tone that's comforting to new users.&lt;br /&gt;
&lt;br /&gt;
: '''TL;DR''': The current tagline is unnecessarily confrontational and projects a bad welcome to new users, and there is nothing particularly clever/funny/important about the current tag line to recommend keeping it, especially with ''so many'' better suggestions on offer.  Put it this way, if you were seeing &amp;quot;It's 'cause you're dumb&amp;quot; tag as a suggestion to add to this wiki today, would you choose it over the other options? No? Then make like an old meme and &amp;quot;Let It Go!&amp;quot;  [[Special:Contributions/108.162.249.157|108.162.249.157]] 05:49, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think the above comment is a perfect example of different mindsets. I discovered this wiki in exactly the way you described. But I was not offended in anyway when seeing the tagline, which I did almost immediately. Rather, it got a little chuckle out of me along with a thought along the lines of &amp;quot;Haha, yeah, maybe I am dumb.&amp;quot; If you get offended by such a tagline, it suggests to me that you are not all that certain about your own intelligence in the first place. It's a static bit of text. It was not aimed at the person reading it, it was aimed at EVERYONE reading it. EDIT-I realize this post could be seen as offensive or a personal attack, which it's not, please read the &amp;quot;you&amp;quot; not as the poster of the above mentioned comment, but as a generic for any person reading the comment. [[User:Bon|Bon]] ([[User talk:Bon|talk]]) 07:11, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: If I remember correctly I've heard it origonally was a pic of Blackhat saying it. Would it be possible to use that on this site. It seems like a decent solution? (I haven't read all of this so I don't know if this has been suggested sorry if it has). Like people have said no one gets all of xkcd, as a nonAmerican there is also a lot of references I don't get. Getting offenend over this does seems pretty pathetic to me. I also use this site for non explanation reasons, that is it often links together comics which is handy, and people often post cool links. But as others have pointed out this site isn't transcriptxkcd or linkxkcd it's explainxkcd, so that's what it should be meant for. Claiming i's offensive o the visually impaired seems pretty silly. All in all, maybe it could do with tweaking to make it more obvious but IMO it's a solid '''keep''' [[User:Halfhat|Halfhat]] ([[User talk:Halfhat|talk]]) 11:22, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I vote '''change''', for the reasons the Halfhat above listed. I also never thought &amp;quot;It's 'cause you're dumb.&amp;quot; really fit with this wiki. --[[Special:Contributions/141.101.104.33|141.101.104.33]] 12:57, 11 February 2016 (UTC)&lt;br /&gt;
:::I can't believe we've become such a limp-wristed baby society that we can't even have a joke like &amp;quot;It's 'cause you're dumb&amp;quot; as the tagline. Nobody would reasonably get offended at it. '''Keep.''' [[Special:Contributions/108.162.221.33|108.162.221.33]] 13:35, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep'''. Blind people have to realize they're not the only ones reading this site. This site was created to explain the comic, not purely to provide a transcript of the comic - that's just icing. [[User:Jarod997|Jarod997]] ([[User talk:Jarod997|talk]]) 14:27, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
If there ever really was a single person who took the tag line seriously, then it was just telling them the truth. I vote '''keep'''. [[Special:Contributions/162.158.255.90|162.158.255.90]] 19:15, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep, or otherwise, Change'''. My opinion: It is not offensive, and I find it humourous. As I am very interested in the maths and the sciences, and I am very nerdy, I do often understand the jokes in each comic. However, sometimes I don't quite get it. This wiki is very good for that, because it collates many people's views and expertise on the comic. If the vote is overall to change, I am a fan of &amp;quot;Because sometimes we all need a little help.&amp;quot; [[Special:Contributions/173.245.54.29|173.245.54.29]] 21:18, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change''': I've always been a bit unsettled by it myself. Some deaf readers may be more insulted by it than blind ones. vote for &amp;quot;'''Cause you're #dumb''&amp;quot; (or perhaps another NOT symbol... so only people that don't understand are insulted... and the tagline can be linked to a page that explains why it isn't an insult) [[User:Edo|Edo]] ([[User talk:Edo|talk]]) 23:16, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''KEEP'''.  I actually had the feeling the fellow who complained may not understand sarcasm very well. Regardless, the tagline to me is remarkably funny and one of the things I always point out to folks when I first turn them on to XKCD. I worry they will stop following XKCD if they don't understand a post, which is why I am especially glad your site exists.  There are many types of humor that will be lost on folks. Myself, for example. I was just railing to my friends about how much I did not like a recent popular vine which showed a guy,  allegedly the father, scaring a very young child  strapped in a car seat, by yelling in horror as the cars convertible roof was closed. Because I did not grow up watching laugh-tracked America's Funniest (sic) Home Video segments, I am not conditioned for casual schadenfreude-driven videos. But I know that's just me. I don't want to limit free-speech merely because it is not for me. Regardless, I really just want you to '''KEEP''' it because to me it is darn funny and just the sort of humor most of the folks who enjoy XKCD appreciate. --[[User:Hugo|Hugo]] ([[User talk:Hugo|talk]]) 23:25, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I will also vote '''keep'''. While it ''might'' be considered offensive, it's really no more &amp;quot;offensive&amp;quot; than XKCD itself. Lest we forget the line at the bottom of every comic page:&lt;br /&gt;
:Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and '''advanced mathematics (which may be unsuitable for liberal-arts majors)'''.&lt;br /&gt;
I don't see how &amp;quot;It's 'cause you're dumb.&amp;quot; is any worse. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]|[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I've done&amp;lt;/font&amp;gt;]]) 23:52, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''', per the reasoning of, among other people, Zefiro. I like the tagline a lot and don't see much at all, if anything, that's wrong with it. Like Hugo, I feel like it's a bit of ''entirely'' appropriate humor. [[User:APerson|APerson]] ([[User talk:APerson|talk!]]) 00:36, 12 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Concerning recent spam ==&lt;br /&gt;
&lt;br /&gt;
In light of the recent and large amount of spam that we've been seeing, I've revoked new users of the right to create and move pages, as well as access to the write api. If your account is three days old and has 10 or more edits under it, you will still be allowed to create and move pages. This will end when the spambots decide to leave. To the person who's doing this, don't ruin this for the other people who use this site. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 19:36, 11 February 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80817</id>
		<title>1460: SMFW</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80817"/>
				<updated>2014-12-15T17:31:23Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ list formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1460&lt;br /&gt;
| date      = December 15, 2014&lt;br /&gt;
| title     = SMFW&lt;br /&gt;
| image     = smfw.png&lt;br /&gt;
| titletext = wtfw it's like smho tbfh, imdb.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Randall gives some examples of confusing acronyms that closely resemble more commonly-used acronyms. He depicts [[Cueball]] apparently puzzling over the meaning of one such acronym.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SMFW&amp;quot;, the title of the comic and an acronym used as the caption, is eerily close to a number of other common acronyms, including:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;SFW&amp;quot; (meaning &amp;quot;safe (or suitable) for work&amp;quot;, denoting that something does not have suggestive content)&lt;br /&gt;
* &amp;quot;MFW&amp;quot; (meaning &amp;quot;my face when...&amp;quot;, setting up for a user's reaction to something: possibly the intended replacement for the caption at the bottom of the comic)&lt;br /&gt;
* &amp;quot;SMH&amp;quot; (meaning &amp;quot;shaking my head&amp;quot;, used to indicate dismay)&lt;br /&gt;
* &amp;quot;SMF&amp;quot; (meaning &amp;quot;so much fun&amp;quot;) and &amp;quot;NSFW&amp;quot; (meaning &amp;quot;not safe for work&amp;quot;, the opposite of &amp;quot;SFW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Randall uses &amp;quot;SMFW&amp;quot; itself in the comic to stand in for the phrase &amp;quot;That moment when...&amp;quot; or &amp;quot;That feel when...&amp;quot;; therefore, a version of the comic text using the &amp;quot;correct&amp;quot; acronym would be &amp;quot;TFW an acronym ''almost'' makes sense.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The title text contains more examples of imaginary acronyms of a similar nature:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;WTFW&amp;quot; is a combination of &amp;quot;WTF&amp;quot; (&amp;quot;What the fuck?&amp;quot;) and &amp;quot;TFW&amp;quot; (&amp;quot;That feel when...&amp;quot;, used in a similar nature to &amp;quot;MFW&amp;quot;), and possibly &amp;quot;FTW&amp;quot; (&amp;quot;For The Win&amp;quot;)&lt;br /&gt;
* &amp;quot;SMHO&amp;quot; is a combination of &amp;quot;SMH&amp;quot; (&amp;quot;shake my head&amp;quot;) and &amp;quot;IMHO&amp;quot; (&amp;quot;In my humble opinion...&amp;quot;)&lt;br /&gt;
* &amp;quot;TBFH&amp;quot; is a combination of &amp;quot;TBF&amp;quot; (&amp;quot;to be fair&amp;quot;) and &amp;quot;TBH&amp;quot; (&amp;quot;to be honest&amp;quot;), also similar to &amp;quot;BOFH&amp;quot; (&amp;quot;Bastard Operator From Hell&amp;quot;)&lt;br /&gt;
* &amp;quot;IMDB&amp;quot; is, of course, [http://www.imdb.com/ the Internet Movie Database], but also resembles abbreviations such as &amp;quot;IMHO&amp;quot; (&amp;quot;in my humble opinion&amp;quot;) and &amp;quot;IDK&amp;quot; (&amp;quot;I don't know&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Below are possible examples of potential representations for each acronym, according to [http://www.urbandictionary.com/ Urban Dictionary]:&lt;br /&gt;
&lt;br /&gt;
* SMFW is an acronym for &amp;quot;Smoke more fucking weed&amp;quot;.&lt;br /&gt;
* WTFW is an acronym for &amp;quot;What the fuck, what?&amp;quot;.&lt;br /&gt;
* SMHO is an acronym for &amp;quot;Shaking my head off&amp;quot;.&lt;br /&gt;
* TBFH is an acronym for &amp;quot;To be fucking honest&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Knowing Randall, the sentence is not supposed to make sense, but there are some mildly-plausible translations (if one discounts IMDB, which is only there to make an already obnoxious sentence completely absurd). One way would be &amp;quot;What the fuck, what? It's like shaking my head off, to be fucking honest.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
[Cueball is sitting at a desk, crouched over a laptop]&lt;br /&gt;
&lt;br /&gt;
SMFW an acronym ''almost'' makes sense&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80816</id>
		<title>1460: SMFW</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80816"/>
				<updated>2014-12-15T17:30:59Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ general revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1460&lt;br /&gt;
| date      = December 15, 2014&lt;br /&gt;
| title     = SMFW&lt;br /&gt;
| image     = smfw.png&lt;br /&gt;
| titletext = wtfw it's like smho tbfh, imdb.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Randall gives some examples of confusing acronyms that closely resemble more commonly-used acronyms. He depicts [[Cueball]] apparently puzzling over the meaning of one such acronym.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SMFW&amp;quot;, the title of the comic and an acronym used as the caption, is eerily close to a number of other common acronyms, including:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;SFW&amp;quot; (meaning &amp;quot;safe (or suitable) for work&amp;quot;, denoting that something does not have suggestive content)&lt;br /&gt;
* &amp;quot;MFW&amp;quot; (meaning &amp;quot;my face when...&amp;quot;, setting up for a user's reaction to something: possibly the intended replacement for the caption at the bottom of the comic)&lt;br /&gt;
* &amp;quot;SMH&amp;quot; (meaning &amp;quot;shaking my head&amp;quot;, used to indicate dismay)&lt;br /&gt;
* &amp;quot;SMF&amp;quot; (meaning &amp;quot;so much fun&amp;quot;) and &amp;quot;NSFW&amp;quot; (meaning &amp;quot;not safe for work&amp;quot;, the opposite of &amp;quot;SFW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Randall uses &amp;quot;SMFW&amp;quot; itself in the comic to stand in for the phrase &amp;quot;That moment when...&amp;quot; or &amp;quot;That feel when...&amp;quot;; therefore, a version of the comic text using the &amp;quot;correct&amp;quot; acronym would be &amp;quot;TFW an acronym ''almost'' makes sense.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The title text contains more examples of imaginary acronyms of a similar nature:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;WTFW&amp;quot; is a combination of &amp;quot;WTF&amp;quot; (&amp;quot;What the fuck?&amp;quot;) and &amp;quot;TFW&amp;quot; (&amp;quot;That feel when...&amp;quot;, used in a similar nature to &amp;quot;MFW&amp;quot;), and possibly &amp;quot;FTW&amp;quot; (&amp;quot;For The Win&amp;quot;)&lt;br /&gt;
* &amp;quot;SMHO&amp;quot; is a combination of &amp;quot;SMH&amp;quot; (&amp;quot;shake my head&amp;quot;) and &amp;quot;IMHO&amp;quot; (&amp;quot;In my humble opinion...&amp;quot;)&lt;br /&gt;
* &amp;quot;TBFH&amp;quot; is a combination of &amp;quot;TBF&amp;quot; (&amp;quot;to be fair&amp;quot;) and &amp;quot;TBH&amp;quot; (&amp;quot;to be honest&amp;quot;), also similar to &amp;quot;BOFH&amp;quot; (&amp;quot;Bastard Operator From Hell&amp;quot;)&lt;br /&gt;
* &amp;quot;IMDB&amp;quot; is, of course, [http://www.imdb.com/ the Internet Movie Database], but also resembles abbreviations such as &amp;quot;IMHO&amp;quot; (&amp;quot;in my humble opinion&amp;quot;) and &amp;quot;IDK&amp;quot; (&amp;quot;I don't know&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Below are possible examples of potential representations for each acronym, according to [http://www.urbandictionary.com/ Urban Dictionary]:&lt;br /&gt;
&lt;br /&gt;
SMFW is an acronym for &amp;quot;Smoke more fucking weed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
WTFW is an acronym for &amp;quot;What the fuck, what?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
SMHO is an acronym for &amp;quot;Shaking my head off&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
TBFH is an acronym for &amp;quot;To be fucking honest&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Knowing Randall, the sentence is not supposed to make sense, but there are some mildly-plausible translations (if one discounts IMDB, which is only there to make an already obnoxious sentence completely absurd). One way would be &amp;quot;What the fuck, what? It's like shaking my head off, to be fucking honest.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
[Cueball is sitting at a desk, crouched over a laptop]&lt;br /&gt;
&lt;br /&gt;
SMFW an acronym ''almost'' makes sense&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80815</id>
		<title>1460: SMFW</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1460:_SMFW&amp;diff=80815"/>
				<updated>2014-12-15T17:27:27Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ usage in comic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1460&lt;br /&gt;
| date      = December 15, 2014&lt;br /&gt;
| title     = SMFW&lt;br /&gt;
| image     = smfw.png&lt;br /&gt;
| titletext = wtfw it's like smho tbfh, imdb.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{incomplete|Little to no peer revision.  Can we add some evidence or stats on usage for the various acronyms discussed?}}&lt;br /&gt;
&lt;br /&gt;
On various forums on the Internet, people will use acronyms for common phrases as opposed to the common phrases themselves (e.g. &amp;quot;LOL&amp;quot; as opposed to &amp;quot;laughing out loud&amp;quot;).  As the comic suggests, SMFW is a plausible acronym, but does not have any potential phrases to represent.  The acronym itself is eerily close to a number of other acronyms commonly used, including: &amp;quot;SFW&amp;quot; (meaning &amp;quot;safe (or suitable) for work&amp;quot;, denoting that something does not have suggestive content), &amp;quot;MFW&amp;quot; (meaning &amp;quot;my face when...&amp;quot;, setting up for a user's reaction to something: possibly the intended replacement for the caption at the bottom of the comic), &amp;quot;SMH&amp;quot; (meaning &amp;quot;shaking my head&amp;quot;, used to indicate dismay), &amp;quot;SMF&amp;quot; (meaning &amp;quot;so much fun&amp;quot;) and &amp;quot;NSFW&amp;quot; (meaning &amp;quot;not safe for work&amp;quot;, the opposite of &amp;quot;SFW&amp;quot;).  Because &amp;quot;SMFW&amp;quot; is so similar to these other acronyms, for some it would intuitively feel like &amp;quot;SMFW&amp;quot; has its own meaning. One possible interpretation would be '&amp;quot;So much fun when&amp;quot; an acronym ''almost'' makes sense.'&lt;br /&gt;
&lt;br /&gt;
Randall uses &amp;quot;SMFW&amp;quot; itself in the comic to stand in for the phrase &amp;quot;That moment when...&amp;quot; or &amp;quot;That feel when...&amp;quot;; therefore, a version of the comic text using the &amp;quot;correct&amp;quot; acronym would be &amp;quot;TFW an acronym ''almost'' makes sense.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The title text contains more examples of imaginary acronyms of similar nature:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;WTFW&amp;quot; is a combination of &amp;quot;WTF&amp;quot; (&amp;quot;What the fuck?&amp;quot;) and &amp;quot;TFW&amp;quot; (&amp;quot;That feel when...&amp;quot;, used in a similar nature to &amp;quot;MFW&amp;quot;), and possibly &amp;quot;FTW&amp;quot; (&amp;quot;For The Win&amp;quot;)&lt;br /&gt;
* &amp;quot;SMHO&amp;quot; is a combination of &amp;quot;SMH&amp;quot; (&amp;quot;shake my head&amp;quot;) and &amp;quot;IMHO&amp;quot; (&amp;quot;In my humble opinion...&amp;quot;)&lt;br /&gt;
* &amp;quot;TBFH&amp;quot; is a combination of &amp;quot;TBF&amp;quot; (&amp;quot;to be fair&amp;quot;) and &amp;quot;TBH&amp;quot; (&amp;quot;to be honest&amp;quot;), also similar to &amp;quot;BOFH&amp;quot; (&amp;quot;Bastard Operator From Hell&amp;quot;)&lt;br /&gt;
* &amp;quot;IMDB&amp;quot; is, of course, [http://www.imdb.com/ the Internet Movie Database], but also resembles abbreviations such as &amp;quot;IMHO&amp;quot; (&amp;quot;in my humble opinion&amp;quot;) and &amp;quot;IDK&amp;quot; (&amp;quot;I don't know&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Below are possible examples of potential representations for each acronym, according to [http://www.urbandictionary.com/ Urban Dictionary]:&lt;br /&gt;
&lt;br /&gt;
SMFW is an acronym for &amp;quot;Smoke more fucking weed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
WTFW is an acronym for &amp;quot;What the fuck, what?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
SMHO is an acronym for &amp;quot;Shaking my head off&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
TBFH is an acronym for &amp;quot;To be fucking honest&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Knowing Randall, the sentence is not supposed to make sense, but there are some mildly-plausible translations (if one discounts IMDB, which is only there to make an already obnoxious sentence completely absurd). One way would be &amp;quot;What the fuck, what? It's like shaking my head off, to be fucking honest.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
[Cueball is sitting at a desk, crouched over a laptop]&lt;br /&gt;
&lt;br /&gt;
SMFW an acronym ''almost'' makes sense&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=515:_No_One_Must_Know&amp;diff=80559</id>
		<title>515: No One Must Know</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=515:_No_One_Must_Know&amp;diff=80559"/>
				<updated>2014-12-10T19:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ rearrange final sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 515&lt;br /&gt;
| date      = December 10, 2008&lt;br /&gt;
| title     = No One Must Know&lt;br /&gt;
| image     = no_one_must_know.png&lt;br /&gt;
| titletext = Or perhaps they knew he was there, and were just trying to torment him first.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Black Hat]] and [[Danish]] are more known for their sociopathy than their affection. In the first panel, they are uncharacteristically affectionate.  The entrance of [[Cueball]], and his observation of this state, leads [[Black Hat]] and [[Danish]] to kill him and bury the evidence, so that no one knows that side of them.&lt;br /&gt;
&lt;br /&gt;
The title text provides the alternative hypothesis that they were planning on killing him the whole time and were intentionally acting affectionate for the mental effect it would have on their victim.&lt;br /&gt;
&lt;br /&gt;
[[542: Cover-Up]] provides a possible continuation of this story.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Black Hat and Danish are talking and holding hands.]&lt;br /&gt;
:Black hat: You're my dearest darling danish.&lt;br /&gt;
:Danish: And you're my lovely cutie pie.&lt;br /&gt;
:Black hat: Well, you're-&lt;br /&gt;
:[Cueball enters.]&lt;br /&gt;
:[Black hat and Danish look at each other.]&lt;br /&gt;
:[Black hat is holding a bloody sack, while Danish is pushing down on a shovel to make a hole for the body.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This comic inspired the use of &amp;quot;Danish&amp;quot; to refer to [[Black Hat]]'s girlfriend on this wiki.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Romance]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1434:_Where_Do_Birds_Go&amp;diff=79242</id>
		<title>1434: Where Do Birds Go</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1434:_Where_Do_Birds_Go&amp;diff=79242"/>
				<updated>2014-11-14T16:11:41Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ The explanation is at a reasonable level of completion. &amp;quot;Standards compliance&amp;quot; does not mean incompleteness.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1434&lt;br /&gt;
| date      = October 15, 2014&lt;br /&gt;
| title     = Where Do Birds Go&lt;br /&gt;
| image     = where_do_birds_go.png&lt;br /&gt;
| titletext = Water/ice has a lot of weird phases. Maybe asking 'where do birds go when it rains' is like asking 'where does Clark Kent go whenever Superman shows up?'&lt;br /&gt;
}}&lt;br /&gt;
[[File:Wet_kookaburra_6674_Crop_Edit.jpg|thumb|upright=1.5| A wet bird sitting in the rain. (from Wikimedia Commons)]]&lt;br /&gt;
==Explanation==&lt;br /&gt;
Cueball searches [http://lmgtfy.com/?q=where+do+birds+go+when+it+rains%3F Google] to find out where birds go when it rains. He finds that the question is asked worldwide, across many different languages and websites. A variety of screenshots are shown of different websites and forums where users have asked where birds go when it rains, with at least nine languages shown. The bottom of this panel fades to white, suggesting that the occurrence of these questions stretches on and on. Cueball expresses delight at the idea that this question is the one to which everyone wants to know the answer; worrying about birds getting wet is &amp;quot;the thing that unites us&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Later in the comic, a bird in the rain is also searching on the Internet for where birds go when it rains. This is humorously implying that a significant set of these questions are being typed by birds looking for a dry place after being caught in the rain, and not humans. This makes Cueball wrong; worrying about birds getting wet does not unite us. In reality, as the comic states, birds look for shelter so they can stay dry. On a rainy day you can usually find birds in leafy trees, caves or other kinds of cover.&lt;br /&gt;
&lt;br /&gt;
In the {{w|Superman}} comics, Clark Kent ''is'' Superman, so you never observe both Clark Kent and Superman simultaneously. By analogy, the title text whimsically suggests that a possible inference from the observation that you never see birds and rain together is that birds ''are'' the rain. Perhaps birds are an unknown {{w|Phase (matter)|phase}} of water. In addition to its familiar phases of {{w|ice}}, {{w|water vapor|vapor}}, and {{w|water|liquid water}}, water has more exotic phases such as {{w|Ice#Phases|low-temperature and high-pressure ices}} and {{w|Supercritical fluid|supercritical gases}}; why not birds?&lt;br /&gt;
&lt;br /&gt;
The title text imbues the question with more philosophical significance than it warrants (prompted, perhaps, by Cueball's earlier hyperbole), and points up the irrationality of the implication that a question must be deep simply because a lot of people ask it, and that such questions demand a complex, radical answer.&lt;br /&gt;
&lt;br /&gt;
===Websites shown in image===&lt;br /&gt;
*English&lt;br /&gt;
**https://answers.yahoo.com/question/index?qid=20110223085537AAiOFTk&lt;br /&gt;
**http://www.enature.com/expert/expert_show_question.asp?questionID=23847&lt;br /&gt;
**http://activerain.trulia.com/blogsview/1452078/where-do-birds-go-when-it-rains-&lt;br /&gt;
**http://www.godlikeproductions.com/forum1/message979308/pg1&lt;br /&gt;
**http://randomthoughtsfrommidlife.wordpress.com/2011/11/22/where-do-the-birds-go-when-it-rains/&lt;br /&gt;
*Non-English&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Question&lt;br /&gt;
! Translation&lt;br /&gt;
|-&lt;br /&gt;
|French&lt;br /&gt;
|[https://fr.answers.yahoo.com/question/index?qid=20110327100813AAMj2hy Où se cachent les oiseaux quand il pleut?]&lt;br /&gt;
|Where do the birds hide themselves when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|German&lt;br /&gt;
|[http://www.gutefrage.net/frage/was-passiert-jetzt-eigentlich-mit-den-voegeln-die-bei-dem-wetter-in-den-baeumen-sitzen Was passiert jetzt eigentlich mit den vögeln, die bei dem wetter in den bäumen sitzen?]&lt;br /&gt;
|What actually happens with the birds that are sitting in the trees in this weather?&amp;lt;ref&amp;gt;In proper German, all nouns should be capitalized. The author leaves them uncapitalized, characteristic of lazy/hurried typing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.vogel.info/schlechtes_wetter.htm Was machen Vögel bei schlechtem Wetter?]&lt;br /&gt;
|What do birds do in bad weather?&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gutefrage.net/frage/wohin-gehen-voegel Wohin gehen Vögel?]&lt;br /&gt;
|Where do birds go?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Spanish&lt;br /&gt;
|[http://noticias.lainformacion.com/ciencia-y-tecnologia/ciencias-meteorologicas/que-pasa-con-las-aves-durante-un-huracan_g1DV8AL9LSG6Bzy7q5G8s7/ Qué pasa con las aves durante un huracán?]&lt;br /&gt;
|What happens to the birds during a hurricane?&lt;br /&gt;
|-&lt;br /&gt;
|[https://espanol.answers.yahoo.com/question/index?qid=20120525145152AABvmOq ¿A donde se van los pajaritos cuando llueve?]&lt;br /&gt;
|Where do the little birds go when it rains?&amp;lt;ref&amp;gt;In proper Spanish, the word &amp;quot;dónde&amp;quot; in this context should have an accent. The author leaves it out, characteristic of lazy/hurried typing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Dutch&lt;br /&gt;
|[http://www.willemwever.nl/vraag_antwoord/dieren-en-planten/waar-blijven-de-vogels-als-het-heel-hard-stormt Waar blijven de vogels als het heel hard stormt?]&lt;br /&gt;
|Where do birds stay when it is storming very hard?&lt;br /&gt;
|-&lt;br /&gt;
|Finnish&lt;br /&gt;
|[http://ihmepuu.vuodatus.net/lue/2014/05/minne-linnut-menevat-sateella Minne linnut menevät sateella?]&lt;br /&gt;
|Where do the birds go when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Chinese (simplified)&lt;br /&gt;
|[http://wenwen.sogou.com/z/q55741469.htm 下雨时鸟儿往哪躲]&lt;br /&gt;
|Where do birds hide when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|[http://zhidao.baidu.com/question/270774126.html 下雨的时候小鸟住在哪里？]&lt;br /&gt;
|Where do birds live while it rains?&lt;br /&gt;
|-&lt;br /&gt;
|[http://wenwen.sogou.com/z/q145038794.htm 为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来?]&lt;br /&gt;
|Why isn't birds falling to the ground for getting wet while it rains?&lt;br /&gt;
|-&lt;br /&gt;
|Japanese&lt;br /&gt;
|[http://matome.naver.jp/odai/2136533586764388601 【雑学】暴風雨の時、鳥はどこに避難してるの？]&lt;br /&gt;
|Miscellaneous Knowledge: Where do birds take shelter during a rainstorm?&lt;br /&gt;
|-&lt;br /&gt;
|Malay (Indonesian)&lt;br /&gt;
|[https://id.answers.yahoo.com/question/index?qid=20101215231444AAAVxSM Burung Dapat Bertahan Terbang Berapa Lama Disaat Hujan ?]&lt;br /&gt;
|How Long Can Birds Survive Flying In the Rain ? &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[The comic is separated into three sections, with Cueball and Megan having a discussion in the first section, websites found through Google search results depicted in the second, and a bird depicted in the third]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[First Section - Cueball is sitting at his computer]:&lt;br /&gt;
Cueball: &amp;quot;Where do birds go when it rains?&amp;quot; is my new favorite Google search.&lt;br /&gt;
&lt;br /&gt;
Megan [off screen]: Why?&lt;br /&gt;
&lt;br /&gt;
Cueball: It gives the answer, but also shows you an endless torrent of other people asking the same question. Pages and pages of them across regions and cultures.&lt;br /&gt;
&lt;br /&gt;
[Megan enters the frame and shows interest in the computer]&lt;br /&gt;
&lt;br /&gt;
Cueball: I love the idea that somehow this is the universal question, the thing that unites us. When it rains, we wonder where the birds go, and hope they're staying dry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[Second Section - A collage of screen snippets]:&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20110223085537AAiOFTk from Yahoo! Answers]]: '''Where do the birds go when it rains?''' I've noticed I rarely see birds flying around or in trees or on power lines when it's raining, So where do they go?&lt;br /&gt;
&lt;br /&gt;
[[http://www.godlikeproductions.com/forum1/message979308/pg1 from Godlike Productions]]: '''Where do birds go when it rains really hard?'''&lt;br /&gt;
Ok, maybe I'm an idiot for asking this, but during the slew of several storms in California the last couple weeks, I began to wonder where the poor birds go to stay dry? The ducks, seagulls, owls, sparrows, hummingbirds, hawks, etc...I see them all the ti[...]&lt;br /&gt;
&lt;br /&gt;
[[http://randomthoughtsfrommidlife.wordpress.com/2011/11/22/where-do-the-birds-go-when-it-rains/ from Random Thoughts From Midlife]]: Where do the birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://www.answers.com/Q/Where_do_birds_go_when_it_rains from Answers.com]]: Where do birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[https://espanol.answers.yahoo.com/question/index?qid=20120525145152AABvmOq from Yahoo! Respuestas]]: ¿A donde se van los pajaritos cuando llueve?&lt;br /&gt;
&lt;br /&gt;
[[http://activerain.trulia.com/blogsview/1452078/where-do-birds-go-when-it-rains- from Active Rain]]: '''Where do Birds go When it Rains?''' I'm no youngster...and I have no answer for this.  I've talked to alot of people about the likelihood of where birds go when it rains and everyone has a different perspective.&lt;br /&gt;
&lt;br /&gt;
[[http://ask.metafilter.com/27499/Where-do-the-birds-go-when-it-rains from Ask MetaFilter]]: '''Where do the birds go when it rains?''' BirdFeederFilter: When it's gloomy and rainy, I don't see any birds at my birdfeeder for days on end. Then as soon as it's sunny, they're all over the place. What gives? What do they do on rainy days, just forage near their nest?&lt;br /&gt;
&lt;br /&gt;
[[http://snippets.com/where-do-city-birds-go-when-it-rains.htm from Snippets]]: Where do city birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://wenwen.sogou.com/z/q55741469.htm from http://wenwen.sogou.com/]]: 下雨时鸟儿往哪躲&lt;br /&gt;
没有大树,没有屋檐,怎么办&lt;br /&gt;
&lt;br /&gt;
[[http://www.enature.com/expert/expert_show_question.asp?questionID=23847 from eNature.com]]: '''Storm shelter''' ''In Florida, where I live, we get many thunderstorms, but I never see the birds in trees during the storms. We recently had a tropical storm and I did not see any birds in the trees. Where do birds go when it rains or storms?'' Just like at night, birds will seek shelter during storms. I remember watching a flock of American robins dive into[...] &lt;br /&gt;
&lt;br /&gt;
[[https://in.answers.yahoo.com/question/index?qid=20110730055427AApJlDb from Yahoo! Answers]]: When it is raining heavily, where do the birds go...i don't see them on the trees, where do they take shelter?&lt;br /&gt;
&lt;br /&gt;
[[https://fr.answers.yahoo.com/question/index?qid=20110327100813AAMj2hy from Yahoo! Questions Réponses]]: Où se cachent les oiseaux quand il pleut? De ma fenêtre, je n'en aperçois plus un!!!...Les pies semblent avoir abandonné leurs nids...&lt;br /&gt;
&lt;br /&gt;
[[http://www.gutefrage.net/frage/was-passiert-jetzt-eigentlich-mit-den-voegeln-die-bei-dem-wetter-in-den-baeumen-sitzen from gutefrage.net]]: '''was passiert jetzt eigentlich mit den vögeln, die bei dem wetter in den bäumen sitzen?''' bei uns regnet es heftig und der orkanartige wind wechelst ständig richtung und geschwindigkeit. können sich die vögel da in den bäumen halten? retten sie sich instinktiv vorher irgendwohin, wo sie windgeschützt sind?&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20140607171044AAwamou from Yahoo! Answers]]: Where do birds go when it rains? I never see any out...?&lt;br /&gt;
&lt;br /&gt;
[[http://noticias.lainformacion.com/ciencia-y-tecnologia/ciencias-meteorologicas/que-pasa-con-las-aves-durante-un-huracan_g1DV8AL9LSG6Bzy7q5G8s7/ from lainformacion.com]]: ¿Qué pasa con las aves durante un huracán?&lt;br /&gt;
&lt;br /&gt;
[[http://zhidao.baidu.com/question/270774126.html from Baidu]]: '''下雨的时候小鸟住在哪里？''' 下雨的时候小鸟住在哪里？如果是在春天夏天那还好，有树叶遮挡着，但是到了秋天冬天下雨小鸟住在哪里？还住在在树上搭的窝里吗？不怕冻坏自己和小幼崽吗？如果躲雨那就在哪里躲雨呢？怎么没见过它们躲雨？ 谢谢。&lt;br /&gt;
&lt;br /&gt;
[[http://www.fairfaxunderground.com/forum/read/40/219540.html from Fairfax Underground]]: '''What do birds do when it rains?''' Recently I installed a bird feeder outside my bedroom window. It is so wonderful the diversity of our feathered friends that frequent the feeder! I love it. My question that I haven't found an answer to is this: What do the little birdies do when it rains? I mean, do they stay put in the trees that they find themselves in,&lt;br /&gt;
&lt;br /&gt;
[[http://ihmepuu.vuodatus.net/lue/2014/05/minne-linnut-menevat-sateella from a blog on vuodatus.net]]: '''Minne linnut menevät sateella?''' Tänään satoi rankasti. Kuljin metsän halki. Kuulin linnun laulavan. Yksinäinen, mutta itsenäinen ja vahva, tulkitseva ääni. Kaunis. Minne linnut menevät sateella? En ole koskaan nähnyt lintuja rankkasateessa. Luulen, että ne yrittävät löytää suojan. Kuusien ja mäntyjen oksistossa on varmaan suojaisaa. Kallioiden koloihin ja pieniin luolastoihin voi ehkä lintukin hiipiä. Rohkeille löytyy pihoilta suojapaikkoja. Ehkä linnulla oli oma pesäkolo. Siellä oli lämmintä ja kuivaa. Sieltä saattoi rauhassa katsella sateen vierailua metsässä. Siellä saattoi jopa iloita sateesta ja laulaa.&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20110530163957AAaw1S3 from Yahoo! Answers]]: '''What do the birds do when it RAINS like crazy?''' I live in upstate new york and just moved here and there are so many many birds here especially where I live, the other day I saw a broken egg on the ground in the drive way from a [...show more link] '''Update''': I know they get wet btw but was wondering if they did anything extra to [...show more link] '''Best Answer''' Well ... it depends on the species of bird, for one. Some are more adapted for rain then others. &lt;br /&gt;
&lt;br /&gt;
[[http://www.willemwever.nl/vraag_antwoord/dieren-en-planten/waar-blijven-de-vogels-als-het-heel-hard-stormt from Willem Wever]]: '''Waar blijven de vogels als het heel hard stormt?''' Bij hevige stormen zoekt een vogel de beschutting die bij hem past. Er zijn een aantal vogels die met storm wel vliegen. Maar bij een echte hevige storm schuilen [...]&lt;br /&gt;
&lt;br /&gt;
[[http://wenwen.sogou.com/z/q145038794.htm from http://wenwen.sogou.com/]] '''为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来?''' 刚刚下很大的雨,却还看到有几只鸟一直在天上飞.为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来? '''补充'''：有照片的加分&lt;br /&gt;
&lt;br /&gt;
[[http://forums.speedguide.net/showthread.php?147357-Where-do-birds-go-when-it-rains from speed guide forums]]: '''Where do birds go when it rains?''' Do they just sit in their trees as it rains getting drenched? Or do they seek shelter?&lt;br /&gt;
&lt;br /&gt;
[[http://books.google.com/books?id=c9gTAwAAQBAJ&amp;amp;printsec=frontcover&amp;amp;source=gbs_atb#v=onepage&amp;amp;q&amp;amp;f=false from Google books]]: '''Where Do All The Birds Go When It Rains?''' By Misty Hoopman&lt;br /&gt;
&lt;br /&gt;
[Screen snippets begin to noticeably fade to white at this point]&lt;br /&gt;
&lt;br /&gt;
[[http://vimeo.com/54433164 from vimeo]]: '''WHERE DO BIRDS GO WHEN IT RAINS?''' One young magpie will give its own story. Barring the thunder and heavy rain, all the sounds on this movie are from this one young maggie. Amazing&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20071130121113AA0IjwA from Yahoo! Answers]]: '''Where do birds go during wind and rain storms?''' Where do birds go during wind and rain storms?&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20080609181529AAid1nN from Yahoo! Answers]]: '''Where do birds go when it rains?''' I mean, they can't keep dry in their nests...They have to go somewhere.&lt;br /&gt;
&lt;br /&gt;
[[https://id.answers.yahoo.com/question/index?qid=20101215231444AAAVxSM from Yahoo! Answers]]: Burung Dapat Bertahan Terbang Berapa Lama Disaat Hujan ?&lt;br /&gt;
&lt;br /&gt;
[[http://www.vogel.info/schlechtes_wetter.htm from vogel.info]]: '''Was machen Vögel bei schlechtem Wetter?''' Zunächst mal, was sie nicht machen: Sie verkriechen sich nicht etwa in ihr Nest, denn das Vogelnest dient der Brutpflege, es ist nicht etwa eine Wohnung. Es stellt sich aber ja auch die Frage, was eigentlich unter schlechtem Wetter zu verstehen ist: Es gibt Vögel, die leiden unter zuviel Sonne und[...] &lt;br /&gt;
&lt;br /&gt;
[[http://www.gutefrage.net/frage/wohin-gehen-voegel from gutefrage.net]]: '''Wohin gehen Vögel?''' Hallo zusammen! Heute als es so richtige Gewitter gab, hab ich mir überlegt wohin alle Vögel verschwinden. Haben alle Vögel Nester in die sie sich zurückziehen können? [link to view complete question]&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20080808130433AAE8b3B from Yahoo! Answers]]: '''Where do birds go when it rains?''' Well, yesterday it was raining...I was bored so i started staring out the window, and i say a empty birds nest and i was wondering, where do birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://diolungroup.com/blog/2014/02/19/where-do-birds-go-when-it-rains-or-snows/ from Diolún Designs Blog]]: Where do Birds go when it rains or snows?&lt;br /&gt;
&lt;br /&gt;
[[http://www.andalusiastarnews.com/2014/04/05/where-do-birds-go-when-it-rains/ from The Andalusia Star-News]]: '''Where do birds go when it rains?''' I haven’t fed birds in my back yard for a long time, but I still enjoy the few I see perching on top of poles, an electric wire, tree branches, or scooting across the [...]&lt;br /&gt;
&lt;br /&gt;
[[http://besgroup.blogspot.com/2006/12/where-do-birds-go-when-it-rains-and.html from Bird Ecology Study Group (blog)]]: '''Where do birds go when it rains? And what do they do then?''' It has been raining on and off these few weeks and the birds have not been around. Have you ever wondered what happened to them when it &lt;br /&gt;
&lt;br /&gt;
[[http://matome.naver.jp/odai/2136533586764388601 from Naver Matome]]: '''【雑学】暴風雨の時、鳥はどこに避難してるの？''' 人間が歩くのも困難な暴風雨。その時、一番影響を受けるのは空を飛んでいる鳥達ですよね。彼らはどのように風雨を凌いでいるのか？ずーっと気になっていた事を調べてみました！&lt;br /&gt;
&lt;br /&gt;
[At this point, at the bottom of the section, screen snippets are extremely faded]&lt;br /&gt;
&lt;br /&gt;
[[http://dailyapple.blogspot.com/2010/01/apple-431-birds-in-rain.html from The Daily Apple]]: '''Apple #431: Birds in the Rain'''&lt;br /&gt;
Forgot until late tonight that I meant to make a new post.  Since I didn't leave [...]&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20140522193215AAawPNF from Yahoo! answers]]: Where does birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[Third section - A bird on a wire fence]:&lt;br /&gt;
[A bird sits on a wire fence with no rain falling]&lt;br /&gt;
&lt;br /&gt;
[Zoomed in on the bird as it looks at a rain drop splashing on the fence wire]&lt;br /&gt;
&lt;br /&gt;
[Zoomed out on the bird looking at the rain as it increases in intensity]&lt;br /&gt;
&lt;br /&gt;
[The bird flies down to an small smart-phone-shaped object lying on the ground, as the rain increases in intensity even more]&lt;br /&gt;
&lt;br /&gt;
[The bird lands on the object, with puddles increasing in size around the object]&lt;br /&gt;
&lt;br /&gt;
[The bird pecks at the object, ostensibly typing] W... H... E... R... E... D... O... B... I... R... D... S... &lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Animals]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=810:_Constructive&amp;diff=78051</id>
		<title>810: Constructive</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=810:_Constructive&amp;diff=78051"/>
				<updated>2014-10-30T01:29:07Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ further clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 810&lt;br /&gt;
| date      = October 25, 2010&lt;br /&gt;
| title     = Constructive&lt;br /&gt;
| image     = Constructive.png&lt;br /&gt;
| titletext = And what about all the people who won't be able to join the community because they're terrible at making helpful and constructive co-- ...oh.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Most online communities face the problem of dissuading {{w|Spamming|spammers}} from joining and participating. A common solution to this problem is the use of various systems to prevent automated bots' use of the community, while still allowing legitimate users to join. This has resulted in an arms race of sorts between spammers and communities, in which the spammers try to bypass increasingly difficult spam-prevention methods.&lt;br /&gt;
&lt;br /&gt;
This comic explores the culmination of that arms race, in which an advanced spam-prevention system, built by Cueball, is able to defeat the concept of spamming itself by forcing spammers to contribute constructively to a community.&lt;br /&gt;
&lt;br /&gt;
{{w|Captcha}} is one of the methods used to prevent lots of automated registering of fake user names used by bots and spammers. It consists of asking a person to prove that they are human before registering them as user and allowing them to post on sites or forum topics. That is done by using pictures of words and letters that humans may recognize, but bots and OCR software have trouble with.&lt;br /&gt;
&lt;br /&gt;
Now, artificial intelligence (AI) of bots have advanced so far, that [[Cueball]] has invented a new system. It asks the users to rate a slate of comments as constructive or not, then asks them to reply with comments of their own. [[Megan]] asks what will happen when spammers find a way around his system, such as making bots that make constructive and helpful comments? Well, it turns out that is what he is trying to accomplish in first place, a thriving community helping its members with constructive and helpful comments, as well as coming one step closer to the {{w|technological singularity|singularity}}.&lt;br /&gt;
&lt;br /&gt;
The title text investigates the consequences of such system further by thinking of people unable to give constructive and helpful comments, which are sort of people you don't want in your online community anyway.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is talking to Megan.]&lt;br /&gt;
:Cueball: Spammers are breaking traditional Captchas with AI, so I've built a new system. It asks users to rate a slate of comments as &amp;quot;Constructive&amp;quot; or &amp;quot;Not constructive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Close up of Cueball.]&lt;br /&gt;
:Cueball: Then it has them reply with comments of their own, which are later rated by other users.&lt;br /&gt;
&lt;br /&gt;
:[Megan standing next to Cueball again.]&lt;br /&gt;
:Megan: But what will you do when spammers train their bots to make automated constructive and helpful comments?&lt;br /&gt;
&lt;br /&gt;
:[Close up of Cueball again.]&lt;br /&gt;
:Cueball: ''Mission''. ''Fucking''. ''Accomplished''.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=810:_Constructive&amp;diff=77968</id>
		<title>810: Constructive</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=810:_Constructive&amp;diff=77968"/>
				<updated>2014-10-28T13:35:55Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 810&lt;br /&gt;
| date      = October 25, 2010&lt;br /&gt;
| title     = Constructive&lt;br /&gt;
| image     = Constructive.png&lt;br /&gt;
| titletext = And what about all the people who won't be able to join the community because they're terrible at making helpful and constructive co-- ...oh.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Most online communities face the problem of dissuading {{w|Spamming|spammers}} from joining and participating. A common solution to this problem is the use of various systems to prevent automated bots' use of the community, while still allowing legitimate users to join. This has resulted in an arms race of sorts between spammers and communities, in which the spammers try to bypass increasingly difficult spam-prevention methods.&lt;br /&gt;
&lt;br /&gt;
{{w|Captcha}} is one of the methods used to prevent lots of automated registering of fake user names used by bots and spammers. It consists of asking a person to prove that they are human before registering them as user and allowing them to post on sites or forum topics. That is done by using pictures of words and letters that humans may recognize, but bots and OCR software have trouble with.&lt;br /&gt;
&lt;br /&gt;
Now, artificial intelligence (AI) of bots have advanced so far, that [[Cueball]] has invented a new system. It asks the users to rate a slate of comments as constructive or not, then asks them to reply with comments of their own. [[Megan]] asks what will happen when spammers find a way around his system, such as making bots that make constructive and helpful comments? Well, it turns out that is what he is trying to accomplish in first place, a thriving community helping its members with constructive and helpful comments, as well as coming one step closer to the {{w|technological singularity|singularity}}.&lt;br /&gt;
&lt;br /&gt;
The title text investigates the consequences of such system further by thinking of people unable to give constructive and helpful comments, which are sort of people you don't want in your online community anyway.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is talking to Megan.]&lt;br /&gt;
:Cueball: Spammers are breaking traditional Captchas with AI, so I've built a new system. It asks users to rate a slate of comments as &amp;quot;Constructive&amp;quot; or &amp;quot;Not constructive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Close up of Cueball.]&lt;br /&gt;
:Cueball: Then it has them reply with comments of their own, which are later rated by other users.&lt;br /&gt;
&lt;br /&gt;
:[Megan standing next to Cueball again.]&lt;br /&gt;
:Megan: But what will you do when spammers train their bots to make automated constructive and helpful comments?&lt;br /&gt;
&lt;br /&gt;
:[Close up of Cueball again.]&lt;br /&gt;
:Cueball: ''Mission''. ''Fucking''. ''Accomplished''.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1434:_Where_Do_Birds_Go&amp;diff=77375</id>
		<title>1434: Where Do Birds Go</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1434:_Where_Do_Birds_Go&amp;diff=77375"/>
				<updated>2014-10-16T13:46:05Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ just because we have to decide how to link doesn't mean it's incomplete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1434&lt;br /&gt;
| date      = October 15, 2014&lt;br /&gt;
| title     = Where Do Birds Go&lt;br /&gt;
| image     = where_do_birds_go.png&lt;br /&gt;
| titletext = Water/ice has a lot of weird phases. Maybe asking 'where do birds go when it rains' is like asking 'where does Clark Kent go whenever Superman shows up?'&lt;br /&gt;
}}&lt;br /&gt;
[[File:Wet_kookaburra_6674_Crop_Edit.jpg|thumb|upright=1.5| A wet bird sitting in the rain. (from Wikimedia Commons)]]&lt;br /&gt;
==Explanation==&lt;br /&gt;
Cueball searches [http://lmgtfy.com/?q=where+do+birds+go+when+it+rains%3F Google] to find out where birds go when it rains. He finds that the question is asked worldwide, across many different languages and websites. A variety of screenshots are shown of different websites and forums where users have asked where birds go when it rains, with at least nine languages shown. The bottom of this panel fades to white, suggesting that the occurrence of these questions stretches on and on. Cueball expresses delight at the idea that this question is the one to which everyone wants to know the answer; worrying about birds getting wet is &amp;quot;the thing that unites us&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Later in the comic, a bird in the rain is also searching on the Internet for where birds go when it rains. This suggests that the question unites us with birds, who would also post it on the Internet if they could (and would thus presumably increase even further the number of times the question was posted). This reminds us that the question is even more important to birds - a serious practical question. The particular bird in the comic apparently does not know where to go. The humor of this depends partly on characterizing ''sheltering from the rain'' as learnt avian behaviour rather than instinct. For such non-instinctual behaviour, how do birds teach other birds what to do? They do not have an Internet, nor do they have such a sophisticated language or capacity for mass communication and dissemination of information as we do. &lt;br /&gt;
&lt;br /&gt;
As Cueball says, Google ''does'' give the answer to the question: when it rains, birds do what we would do - look for shelter so they can stay dry. Getting wet is not, on the whole, a problem, but it does complicate flying. On a rainy day you can usually find birds in leafy trees, caves or other kinds of cover.&lt;br /&gt;
&lt;br /&gt;
In the {{w|Superman}} comics, Clark Kent ''is'' Superman, so you never observe both Clark Kent and Superman simultaneously. By analogy, the title text whimsically suggests that a possible inference from the observation that you never see birds and rain together is that birds ''are'' the rain. Perhaps birds are an unknown {{w|Phase (matter)|phase}} of water. In addition to its familiar phases of {{w|ice}}, {{w|water vapor|vapor}}, and {{w|water|liquid water}}, water has more exotic phases such as {{w|Ice#Phases|low-temperature and high-pressure ices}} and {{w|Supercritical fluid|supercritical gases}}; why not birds? This conclusion is an extreme demonstration of the pitfalls of noticing superficial similarities between two unrelated phenomena, and proposing a similar mechanism to explain them both.&lt;br /&gt;
&lt;br /&gt;
The title text imbues the question with more philosophical significance than it warrants (prompted, perhaps, by Cueball's earlier hyperbole), and points up the irrationality of the implication that a question must be deep simply because a lot of people ask it, and that such questions demand a complex, radical answer.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Websites shown in image (English)&lt;br /&gt;
|-&lt;br /&gt;
|https://answers.yahoo.com/question/index?qid=20110223085537AAiOFTk&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|http://www.enature.com/expert/expert_show_question.asp?questionID=23847&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|http://activerain.trulia.com/blogsview/1452078/where-do-birds-go-when-it-rains-&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|http://www.godlikeproductions.com/forum1/message979308/pg1&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|http://randomthoughtsfrommidlife.wordpress.com/2011/11/22/where-do-the-birds-go-when-it-rains/&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Question&lt;br /&gt;
! Translation&lt;br /&gt;
|-&lt;br /&gt;
|French&lt;br /&gt;
|[https://fr.answers.yahoo.com/question/index?qid=20110327100813AAMj2hy Où se cachent les oiseaux quand il pleut?]&lt;br /&gt;
|Where do the birds hide themselves when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|German&lt;br /&gt;
|[http://www.gutefrage.net/frage/was-passiert-jetzt-eigentlich-mit-den-voegeln-die-bei-dem-wetter-in-den-baeumen-sitzen Was passiert jetzt eigentlich mit den vögeln, die bei dem wetter in den bäumen sitzen?]&lt;br /&gt;
|What actually happens with the birds that are sitting in the trees in this weather?&amp;lt;ref&amp;gt;In proper German, all nouns should be capitalized. The author leaves them uncapitalized, characteristic of lazy/hurried typing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.vogel.info/schlechtes_wetter.htm Was machen Vögel bei schlechtem Wetter?]&lt;br /&gt;
|What do birds do in bad weather?&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gutefrage.net/frage/wohin-gehen-voegel Wohin gehen Vögel?]&lt;br /&gt;
|Where do birds go?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Spanish&lt;br /&gt;
|[http://noticias.lainformacion.com/ciencia-y-tecnologia/ciencias-meteorologicas/que-pasa-con-las-aves-durante-un-huracan_g1DV8AL9LSG6Bzy7q5G8s7/ Qué pasa con las aves durante un huracán?]&lt;br /&gt;
|What happens to the birds during a hurricane?&lt;br /&gt;
|-&lt;br /&gt;
|[https://espanol.answers.yahoo.com/question/index?qid=20120525145152AABvmOq ¿A donde se van los pajaritos cuando llueve?]&lt;br /&gt;
|Where do the little birds go when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|Dutch&lt;br /&gt;
|[http://www.willemwever.nl/vraag_antwoord/dieren-en-planten/waar-blijven-de-vogels-als-het-heel-hard-stormt Waar blijven de vogels als het heel hard stormt?]&lt;br /&gt;
|Where do birds stay when it is storming very hard?&lt;br /&gt;
|-&lt;br /&gt;
|Finnish&lt;br /&gt;
|[http://ihmepuu.vuodatus.net/lue/2014/05/minne-linnut-menevat-sateella Minne linnut menevät sateella?]&lt;br /&gt;
|Where do the birds go when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|Chinese (simplified)&lt;br /&gt;
|[http://wenwen.sogou.com/z/q55741469.htm 下雨时鸟儿往哪躲]&lt;br /&gt;
|Where do birds hide when it rains?&lt;br /&gt;
|-&lt;br /&gt;
|[http://zhidao.baidu.com/question/270774126.html 下雨的时候小鸟住在哪里？]&lt;br /&gt;
|Where do birds live while it rains?&lt;br /&gt;
|-&lt;br /&gt;
|[http://wenwen.sogou.com/z/q145038794.htm 为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来?]&lt;br /&gt;
|Why isn't birds falling to the ground for getting wet while it rains?&lt;br /&gt;
|-&lt;br /&gt;
|Japanese&lt;br /&gt;
|[http://matome.naver.jp/odai/2136533586764388601 【雑学】暴風雨の時、鳥はどこに避難してるの？]&lt;br /&gt;
|Miscellaneous Knowledge: Where do birds take shelter during a rainstorm?&lt;br /&gt;
|-&lt;br /&gt;
|Malay (Indonesian)&lt;br /&gt;
|[https://id.answers.yahoo.com/question/index?qid=20101215231444AAAVxSM Burung Dapat Bertahan Terbang Berapa Lama Disaat Hujan ?]&lt;br /&gt;
|How Long Can Birds Survive Flying In the Rain ? &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[The comic is separated into three sections, with Cueball and Megan having a discussion in the first section, websites found through Google search results depicted in the second, and a bird depicted in the third]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[First Section - Cueball is sitting at his computer]:&lt;br /&gt;
Cueball: &amp;quot;Where do birds go when it rains?&amp;quot; is my new favorite Google search.&lt;br /&gt;
&lt;br /&gt;
Megan [off screen]: Why?&lt;br /&gt;
&lt;br /&gt;
Cueball: It gives the answer, but also shows you an endless torrent of other people asking the same question. Pages and pages of them across regions and cultures.&lt;br /&gt;
&lt;br /&gt;
[Megan enters the frame and shows interest in the computer]&lt;br /&gt;
&lt;br /&gt;
Cueball: I love the idea that somehow this is the universal question, the thing that unites us. When it rains, we wonder where the birds go, and hope they're staying dry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[Second Section - A collage of screen snippets]:&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20110223085537AAiOFTk from Yahoo! Answers]]: '''Where do the birds go when it rains?''' I've noticed I rarely see birds flying around or in trees or on power lines when it's raining, So where do they go?&lt;br /&gt;
&lt;br /&gt;
[[http://www.godlikeproductions.com/forum1/message979308/pg1 from Godlike Productions]]: '''Where do birds go when it rains really hard?'''&lt;br /&gt;
Ok, maybe I'm an idiot for asking this, but during the slew of several storms in California the last couple weeks, I began to wonder where the poor birds go to stay dry? The ducks, seagulls, owls, sparrows, hummingbirds, hawks, etc...I see them all the ti[...]&lt;br /&gt;
&lt;br /&gt;
[[http://randomthoughtsfrommidlife.wordpress.com/2011/11/22/where-do-the-birds-go-when-it-rains/ from Random Thoughts From Midlife]]: Where do the birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://www.answers.com/Q/Where_do_birds_go_when_it_rains from Answers.com]]: Where do birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[https://espanol.answers.yahoo.com/question/index?qid=20120525145152AABvmOq from Yahoo! Respuestas]]: ¿A donde se van los pajaritos cuando llueve?&lt;br /&gt;
&lt;br /&gt;
[[http://activerain.trulia.com/blogsview/1452078/where-do-birds-go-when-it-rains- from Active Rain]]: '''Where do Birds go When it Rains?''' I'm no youngster...and I have no answer for this.  I've talked to alot of people about the likelihood of where birds go when it rains and everyone has a different perspective.&lt;br /&gt;
&lt;br /&gt;
[[http://ask.metafilter.com/27499/Where-do-the-birds-go-when-it-rains from Ask MetaFilter]]: '''Where do the birds go when it rains?''' BirdFeederFilter: When it's gloomy and rainy, I don't see any birds at my birdfeeder for days on end. Then as soon as it's sunny, they're all over the place. What gives? What do they do on rainy days, just forage near their nest?&lt;br /&gt;
&lt;br /&gt;
[[http://snippets.com/where-do-city-birds-go-when-it-rains.htm from Snippets]]: Where do city birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://wenwen.sogou.com/z/q55741469.htm from http://wenwen.sogou.com/]]: 下雨时鸟儿往哪躲&lt;br /&gt;
没有大树,没有屋檐,怎么办&lt;br /&gt;
&lt;br /&gt;
[[http://www.enature.com/expert/expert_show_question.asp?questionID=23847 from eNature.com]]: '''Storm shelter''' ''In Florida, where I live, we get many thunderstorms, but I never see the birds in trees during the storms. We recently had a tropical storm and I did not see any birds in the trees. Where do birds go when it rains or storms?'' Just like at night, birds will seek shelter during storms. I remember watching a flock of American robins dive into[...] &lt;br /&gt;
&lt;br /&gt;
[[https://in.answers.yahoo.com/question/index?qid=20110730055427AApJlDb from Yahoo! Answers]]: When it is raining heavily, where do the birds go...i don't see them on the trees, where do they take shelter?&lt;br /&gt;
&lt;br /&gt;
[[https://fr.answers.yahoo.com/question/index?qid=20110327100813AAMj2hy from Yahoo! Questions Réponses]]: Où se cachent les oiseaux quand il pleut? De ma fenêtre, je n'en aperçois plus un!!!...Les pies semblent avoir abandonné leurs nids...&lt;br /&gt;
&lt;br /&gt;
[[http://www.gutefrage.net/frage/was-passiert-jetzt-eigentlich-mit-den-voegeln-die-bei-dem-wetter-in-den-baeumen-sitzen from gutefrage.net]]: '''was passiert jetzt eigentlich mit den vögeln, die bei dem wetter in den bäumen sitzen?''' bei uns regnet es heftig und der orkanartige wind wechelst ständig richtung und geschwindigkeit. können sich die vögel da in den bäumen halten? retten sie sich instinktiv vorher irgendwohin, wo sie windgeschützt sind?&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20140607171044AAwamou from Yahoo! Answers]]: Where do birds go when it rains? I never see any out...?&lt;br /&gt;
&lt;br /&gt;
[[http://noticias.lainformacion.com/ciencia-y-tecnologia/ciencias-meteorologicas/que-pasa-con-las-aves-durante-un-huracan_g1DV8AL9LSG6Bzy7q5G8s7/ from lainformacion.com]]: ¿Qué pasa con las aves durante un huracán?&lt;br /&gt;
&lt;br /&gt;
[[http://zhidao.baidu.com/question/270774126.html from Baidu]]: '''下雨的时候小鸟住在哪里？''' 下雨的时候小鸟住在哪里？如果是在春天夏天那还好，有树叶遮挡着，但是到了秋天冬天下雨小鸟住在哪里？还住在在树上搭的窝里吗？不怕冻坏自己和小幼崽吗？如果躲雨那就在哪里躲雨呢？怎么没见过它们躲雨？ 谢谢。&lt;br /&gt;
&lt;br /&gt;
[[http://www.fairfaxunderground.com/forum/read/40/219540.html from Fairfax Underground]]: '''What do birds do when it rains?''' Recently I installed a bird feeder outside my bedroom window. It is so wonderful the diversity of our feathered friends that frequent the feeder! I love it. My question that I haven't found an answer to is this: What do the little birdies do when it rains? I mean, do they stay put in the trees that they find themselves in,&lt;br /&gt;
&lt;br /&gt;
[[http://ihmepuu.vuodatus.net/lue/2014/05/minne-linnut-menevat-sateella from a blog on vuodatus.net]]: '''Minne linnut menevät sateella?''' Tänään satoi rankasti. Kuljin metsän halki. Kuulin linnun laulavan. Yksinäinen, mutta itsenäinen ja vahva, tulkitseva ääni. Kaunis. Minne linnut menevät sateella? En ole koskaan nähnyt lintuja rankkasateessa. Luulen, että ne yrittävät löytää suojan. Kuusien ja mäntyjen oksistossa on varmaan suojaisaa. Kallioiden koloihin ja pieniin luolastoihin voi ehkä lintukin hiipiä. Rohkeille löytyy pihoilta suojapaikkoja. Ehkä linnulla oli oma pesäkolo. Siellä oli lämmintä ja kuivaa. Sieltä saattoi rauhassa katsella sateen vierailua metsässä. Siellä saattoi jopa iloita sateesta ja laulaa.&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20110530163957AAaw1S3 from Yahoo! Answers]]: '''What do the birds do when it RAINS like crazy?''' I live in upstate new york and just moved here and there are so many many birds here especially where I live, the other day I saw a broken egg on the ground in the drive way from a [...show more link] '''Update''': I know they get wet btw but was wondering if they did anything extra to [...show more link] '''Best Answer''' Well ... it depends on the species of bird, for one. Some are more adapted for rain then others. &lt;br /&gt;
&lt;br /&gt;
[[http://www.willemwever.nl/vraag_antwoord/dieren-en-planten/waar-blijven-de-vogels-als-het-heel-hard-stormt from Willem Wever]]: '''Waar blijven de vogels als het heel hard stormt?''' Bij hevige stormen zoekt een vogel de beschutting die bij hem past. Er zijn een aantal vogels die met storm wel vliegen. Maar bij een echte hevige storm schuilen [...]&lt;br /&gt;
&lt;br /&gt;
[[http://wenwen.sogou.com/z/q145038794.htm from http://wenwen.sogou.com/]] '''为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来?''' 刚刚下很大的雨,却还看到有几只鸟一直在天上飞.为什么鸟儿下雨的时候在天上飞不会因为淋湿掉下来? '''补充'''：有照片的加分&lt;br /&gt;
&lt;br /&gt;
[[http://forums.speedguide.net/showthread.php?147357-Where-do-birds-go-when-it-rains from speed guide forums]]: '''Where do birds go when it rains?''' Do they just sit in their trees as it rains getting drenched? Or do they seek shelter?&lt;br /&gt;
&lt;br /&gt;
[[http://books.google.com/books?id=c9gTAwAAQBAJ&amp;amp;printsec=frontcover&amp;amp;source=gbs_atb#v=onepage&amp;amp;q&amp;amp;f=false from Google books]]: '''Where Do All The Birds Go When It Rains?''' By Misty Hoopman&lt;br /&gt;
&lt;br /&gt;
[Screen snippets begin to noticeably fade to white at this point]&lt;br /&gt;
&lt;br /&gt;
[[http://vimeo.com/54433164 from vimeo]]: '''WHERE DO BIRDS GO WHEN IT RAINS?''' One young magpie will give its own story. Barring the thunder and heavy rain, all the sounds on this movie are from this one young maggie. Amazing&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20071130121113AA0IjwA from Yahoo! Answers]]: '''Where do birds go during wind and rain storms?''' Where do birds go during wind and rain storms?&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20080609181529AAid1nN from Yahoo! Answers]]: '''Where do birds go when it rains?''' I mean, they can't keep dry in their nests...They have to go somewhere.&lt;br /&gt;
&lt;br /&gt;
[[https://id.answers.yahoo.com/question/index?qid=20101215231444AAAVxSM from Yahoo! Answers]]: Burung Dapat Bertahan Terbang Berapa Lama Disaat Hujan ?&lt;br /&gt;
&lt;br /&gt;
[[http://www.vogel.info/schlechtes_wetter.htm from vogel.info]]: '''Was machen Vögel bei schlechtem Wetter?''' Zunächst mal, was sie nicht machen: Sie verkriechen sich nicht etwa in ihr Nest, denn das Vogelnest dient der Brutpflege, es ist nicht etwa eine Wohnung. Es stellt sich aber ja auch die Frage, was eigentlich unter schlechtem Wetter zu verstehen ist: Es gibt Vögel, die leiden unter zuviel Sonne und[...] &lt;br /&gt;
&lt;br /&gt;
[[http://www.gutefrage.net/frage/wohin-gehen-voegel from gutefrage.net]]: '''Wohin gehen Vögel?''' Hallo zusammen! Heute als es so richtige Gewitter gab, hab ich mir überlegt wohin alle Vögel verschwinden. Haben alle Vögel Nester in die sie sich zurückziehen können? [link to view complete question]&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20080808130433AAE8b3B from Yahoo! Answers]]: '''Where do birds go when it rains?''' Well, yesterday it was raining...I was bored so i started staring out the window, and i say a empty birds nest and i was wondering, where do birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
[[http://diolungroup.com/blog/2014/02/19/where-do-birds-go-when-it-rains-or-snows/ from Diolún Designs Blog]]: Where do Birds go when it rains or snows?&lt;br /&gt;
&lt;br /&gt;
[[http://www.andalusiastarnews.com/2014/04/05/where-do-birds-go-when-it-rains/ from The Andalusia Star-News]]: '''Where do birds go when it rains?''' I haven’t fed birds in my back yard for a long time, but I still enjoy the few I see perching on top of poles, an electric wire, tree branches, or scooting across the [...]&lt;br /&gt;
&lt;br /&gt;
[[http://besgroup.blogspot.com/2006/12/where-do-birds-go-when-it-rains-and.html from Bird Ecology Study Group (blog)]]: '''Where do birds go when it rains? And what do they do then?''' It has been raining on and off these few weeks and the birds have not been around. Have you ever wondered what happened to them when it &lt;br /&gt;
&lt;br /&gt;
[[http://matome.naver.jp/odai/2136533586764388601 from Naver Matome]]: '''【雑学】暴風雨の時、鳥はどこに避難してるの？''' 人間が歩くのも困難な暴風雨。その時、一番影響を受けるのは空を飛んでいる鳥達ですよね。彼らはどのように風雨を凌いでいるのか？ずーっと気になっていた事を調べてみました！&lt;br /&gt;
&lt;br /&gt;
[At this point, at the bottom of the section, screen snippets are extremely faded]&lt;br /&gt;
&lt;br /&gt;
[[http://dailyapple.blogspot.com/2010/01/apple-431-birds-in-rain.html from The Daily Apple]]: '''Apple #431: Birds in the Rain'''&lt;br /&gt;
Forgot until late tonight that I meant to make a new post.  Since I didn't leave [...]&lt;br /&gt;
&lt;br /&gt;
[[https://answers.yahoo.com/question/index?qid=20140522193215AAawPNF from Yahoo! answers]]: Where does birds go when it rains?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[Third section - A bird on a wire fence]:&lt;br /&gt;
[A bird sits on a wire fence with no rain falling]&lt;br /&gt;
&lt;br /&gt;
[Zoomed in on the bird as it looks at a rain drop splashing on the fence wire]&lt;br /&gt;
&lt;br /&gt;
[Zoomed out on the bird looking at the rain as it increases in intensity]&lt;br /&gt;
&lt;br /&gt;
[The bird flies down to an small smart-phone-shaped object lying on the ground, as the rain increases in intensity even more]&lt;br /&gt;
&lt;br /&gt;
[The bird lands on the object, with puddles increasing in size around the object]&lt;br /&gt;
&lt;br /&gt;
[The bird pecks at the object, ostensibly typing] W... H... E... R... E... D... O... B... I... R... D... S... &lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Animals]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1023:_Late-Night_PBS&amp;diff=77176</id>
		<title>1023: Late-Night PBS</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1023:_Late-Night_PBS&amp;diff=77176"/>
				<updated>2014-10-14T18:03:26Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ spelling &amp;quot;downton&amp;quot; -&amp;gt; &amp;quot;downtown&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1023&lt;br /&gt;
| date      = February 29, 2012&lt;br /&gt;
| title     = Late-Night PBS&lt;br /&gt;
| image     = late night pbs.png&lt;br /&gt;
| titletext = Then it switched to these old black-and-white tapes of Bob Ross slumped against the wall of an empty room, painting the least happy trees you've ever seen. Either PBS needs to beef up studio security or I need to stop using Ambien to sleep.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|PBS}} stands for Public Broadcasting Service and is an American TV broadcaster that is predominantly supported by the viewers themselves through pledge drives. It often runs (and sometimes co-produces) acclaimed British {{w|costume drama}}s, including the mentioned ''{{w|Downton Abbey}}''.&lt;br /&gt;
&lt;br /&gt;
[[Megan]] falls asleep with the TV on after watching ''Downtown Abbey''. When she wakes up, around 3 AM, &amp;quot;Where in the World Is Carmen Sandiego&amp;quot; is airing. Unlike typical late night TV, which is usually re-runs of previously recorded episodes, she claims that the episode she watched is set in the modern day (i.e. PBS had ordered new episodes of the show) and all of the people on the show have aged accordingly.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Where in the World Is Carmen Sandiego}}&amp;quot; was a {{w|computer game}} series in the mid-80s. The series moved to a {{w|Where in the World Is Carmen Sandiego (game show)|game-show TV series}} in the early from around 1990 to 1995. The point of the series was to learn about geography and the world while playing a game or watching a game show. {{w|Carmen Sandiego}} was a mysterious character that you tracked around the globe, attempting to find clues to find out where she was headed to next. The show was split into 3 rounds. In the first round, there were 3 sleuths. Each question they got right gave them additional points. The top 2 scoring sleuths moved onto the next round, where they had to play a game (like the game Memory) where they had to find the thief, warrant, and loot in the correct order. Whichever sleuth did so captured the thief, saved the loot, and moved onto the next round, where they had a chance to catch Carmen Sandiego herself. Success was not always guaranteed in this round, as contestants had to plant flags correct on 7 different countries in a continent within a very short time period. If the sleuth was successfully able to do this, they captured Carmen and won the grand prize (a trip to a place of their choosing in the continental US). If not, Carmen would escape and the sleuth would win a lesser prize (like a computer).&lt;br /&gt;
&lt;br /&gt;
The role of The Chief was played by {{w|Lynne Thigpen}}, a role she played in all 3 computer games (Where in the USA, Where in the World, and Where in Time Is Carmen Sandiego) and both TV shows (Where in Time and Where in the World). She was responsible for telling the detectives (sleuths) what had been stolen, which of Carmen's thieves was suspected of stealing it, and some relevant information about their last whereabouts (effectively, telling the sleuths what their mission was). Whenever the detectives would catch a thief (or Carmen), she would appear and congratulate them or console them if Carmen got away (unlike what she does here).&lt;br /&gt;
&lt;br /&gt;
The host of the TV show was {{w|Greg Lee (actor)|Greg Lee}}. When the show originally aired, Greg was in his late 20s/early 30s. His job was to ask the questions of the contestants and tell them which flags to plant on the map in the final round, as well as engage in silly situations with The Chief and Rockapella to keep the show moving and provide clues. If the show were still airing today in 2012 he would be 50, hence the aging joke. This comic is not the first time a host of one of the Carmen Sandiego TV shows was mocked and shown as drinking on the job; Robot Chicken showed a similar scenario with the host of Where in Time Is Carmen Sandiego in 2010 ([http://www.youtube.com/watch?v=6EIULR-zLEk link] — the voice of the host in the skit is the voice of the actual host from Where in Time is Carmen Sandiego).&lt;br /&gt;
&lt;br /&gt;
{{w|Rockapella}} was the '{{w|A cappella}}' group (keeping up the tradition of punny names for a cappella groups) which sang the theme song to &amp;quot;Where in The World Is Carmen Sandiego.&amp;quot; 'A cappella' is a loan word from Italian meaning &amp;quot;''in the manner of the Church''&amp;quot; hearkening back to {{w|Gregorian chant}}; in the 19th century the term evolved to mean any vocalization without accompaniment. In the TV version of Where in the World is Carmen Sandiego, Rockapella also acted as a &amp;quot;house band&amp;quot; of sorts, singing songs while the contestants transitioned between events, providing clues, playing pranks on Greg Lee, etc. At the end of each show, Greg Lee and the episode's winning contestant would shout &amp;quot;Do it, Rockapella!&amp;quot; at which point the band would sing the shows theme song. Thus, it is unsurprising that they would be on the set when the contestants captured Carmen Sandiego. The humorous part is that, instead of singing, like everyone else in this comic, they make the contestants feel uncomfortable by glaring at them (something they would never do).&lt;br /&gt;
&lt;br /&gt;
In the Where in the World Is Carmen Sandiego TV show, the places the contestants went were always portrayed as fun and happy, unlike the places that they have to visit in this comic. Situations like those mentioned in this comic were never really discussed.&lt;br /&gt;
&lt;br /&gt;
{{w|Mogadishu}} is a battle-torn city in {{w|Somalia}}, where there was the aptly named &amp;quot;{{w|Battle of Mogadishu (1993)|Battle of Mogadishu}}&amp;quot; in 1993, which would coincide with the air dates of &amp;quot;Where in the World Is Carmen Sandiego&amp;quot; game show.&lt;br /&gt;
&lt;br /&gt;
{{w|The Killing Fields}} are a number of sites in {{w|Cambodia}} where large numbers of people were killed and buried by the {{w|Khmer Rouge}} regime, during its rule of the country from 1975 to 1979, immediately after the end of the {{w|Cambodian Civil War}} (1970-1975).&lt;br /&gt;
&lt;br /&gt;
The reference to &amp;quot;A Bookshelf in a Dutch Apartment&amp;quot; is a reference to {{w|Anne Frank}}, who was a Jewish girl who hid from the {{w|Nazi}}s in a Secret Annex hidden behind a bookshelf in an apartment in {{w|Amsterdam, Netherlands}}. She wrote the famous diary, {{w|Diary of Anne Frank}}.&lt;br /&gt;
&lt;br /&gt;
One continuity issue in this comic is that the places they have to visit in this episode seem to require traveling to different periods in time (1993, 1975-1979, 1940s, respectively). Episodes of Where in the World Is Carmen Sandiego usually did not deal with this — this is what the TV show Where in Time Is Carmen Sandiego (the successor to Where in the World is Carmen Sandiego, albeit with a different house band and a different host) did.&lt;br /&gt;
&lt;br /&gt;
The last frame also makes mention of how some programs intended for children often have subtle themes for adults who may be watching the show with their children. {{w|SpongeBob SquarePants#Reception|SpongeBob SquarePants}} and The Fairly OddParents are other examples of shows that have hidden meanings in things for the adults watching the show with their children. The joke in the panel is that these sorts of underlying themes were always present in the show, but the young/less mature viewers weren't able to pick up on them. When [[Cueball]] expresses his doubt that the show was this dark when he watched it (presumably as a kid in the early 1990s), Megan tells him exactly this, that maybe these scenarios were always there but they were too young to understand them.&lt;br /&gt;
&lt;br /&gt;
In the title text there is a reference to {{w|Bob Ross}}, a famous painter with a painting show on PBS called &amp;quot;{{w|The Joy of Painting}}&amp;quot; that ran for 12 years. Bob Ross was known for using &amp;quot;happy little _____&amp;quot; to describe components of his paintings. For example while painting trees he would encourage viewers to add &amp;quot;happy little trees&amp;quot; to their paintings.&lt;br /&gt;
&lt;br /&gt;
{{w|Ambien}}, also known as Zolpidem, is a prescription medication used for the treatment of insomnia, as well as some brain disorders. Known side effects are vivid dreams and hallucinations if you wake up (or haven't yet fallen asleep) while it is still active.&lt;br /&gt;
&lt;br /&gt;
Thus, the joke in the title text is that Randall/Megan isn't sure if this is hallucinating from taking Ambien, or if something horrible has happened because PBS's security staff isn't large enough.  The entire comic, in general, revolves around this notion.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is rubbing sleep out of her eyes and talking to Cueball.]&lt;br /&gt;
:Megan: Have you ever watched PBS late at night?&lt;br /&gt;
:Megan: I fell asleep after Downton and woke up at like 3 AM.&lt;br /&gt;
&lt;br /&gt;
:[The upper portion of the panel continues dialogue, while the lower shows a drunk gameshow host and several contestants. The monitor shows a field of crosses, presumably graves.]&lt;br /&gt;
:Megan:  Where in the World is Carmen Sandiego was back on, except the host hadn't aged well and he'd clearly been drinking.&lt;br /&gt;
:Megan: Every question took them to some horrible place like Mogadishu or the Cambodian killing fields.&lt;br /&gt;
&lt;br /&gt;
:[Now it shows a bookshelf revealing a hidden room.]&lt;br /&gt;
:Megan: The kids were freaked out, but they kept playing. Eventually they were told they'd found Carmen Sandiego hiding behind a bookshelf in a Dutch apartment.&lt;br /&gt;
&lt;br /&gt;
:Megan: The Chief appeared and asked &amp;quot;Are you proud of what you've become?&amp;quot;&lt;br /&gt;
:Megan: Then Rockapella walked out and just glared at the kids until they started crying.&lt;br /&gt;
:Cueball: I, uh, don't remember the old show being that dark.&lt;br /&gt;
:Megan: Maybe we were too young to pick up on it.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=126:_Red_Spiders_Cometh&amp;diff=77173</id>
		<title>126: Red Spiders Cometh</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=126:_Red_Spiders_Cometh&amp;diff=77173"/>
				<updated>2014-10-14T17:49:45Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ fix link to prev. comic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 126&lt;br /&gt;
| date      = July 10, 2006&lt;br /&gt;
| title     = Red Spiders Cometh&lt;br /&gt;
| image     = red_spiders_cometh.jpg&lt;br /&gt;
| titletext = Uh-oh.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Explanation ==&lt;br /&gt;
The fourth in the series of sketches involving [[:Category:Red Spiders|red spiders]], the titular spiders are overlooking a small city. The title text implies things won't end well, and possibly that the counter-offensive from [[47: Counter-Red Spiders|the previous comic in the series]] had failed.&lt;br /&gt;
&lt;br /&gt;
The full series of [[:Category:Red Spiders|Red spiders]]:&lt;br /&gt;
*[[8: Red spiders]]&lt;br /&gt;
*[[43: Red Spiders 2]]&lt;br /&gt;
*[[47: Counter-Red Spiders]]&lt;br /&gt;
*126: Red Spiders Cometh (this one)&lt;br /&gt;
*[[427: Bad Timing]]&lt;br /&gt;
&lt;br /&gt;
== Transcript ==&lt;br /&gt;
:[Many red spiders, standing on and hanging from blocks, hover ominously over a small city, ready to attack.]&lt;br /&gt;
{{Comic discussion}}&lt;br /&gt;
[[Category:Red Spiders|0126]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=152:_Hamster_Ball&amp;diff=77166</id>
		<title>152: Hamster Ball</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=152:_Hamster_Ball&amp;diff=77166"/>
				<updated>2014-10-14T17:42:55Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ grammar fixes; removed an off-topic sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 152&lt;br /&gt;
| date      = September 3, 2006&lt;br /&gt;
| title     = Hamster Ball&lt;br /&gt;
| image     = hamster_ball.png&lt;br /&gt;
| titletext = Reportedly, double-walled inflatable balls like this exist somewhere. Now to find that place.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic starts with a {{w|genie}}, who, having been freed from a magical lamp, grants the owner three wishes; this isn't unusual, since the {{w|Genie in popular culture|idea of a genie}} that does this is a very [http://tvtropes.org/pmwiki/pmwiki.php/Main/GenieInABottle common trope] in the fantasy genre.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] asks for a human-sized {{w|hamster ball}}, and when he gets it, he starts to roll around in it, obviously entertained.&lt;br /&gt;
The genie then asks what he would like for his [http://tvtropes.org/pmwiki/pmwiki.php/Main/ThreeWishes other two wishes], to which, having being granted already his heart's desire, he states he wouldn't need the other wishes for anything.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the activity of {{w|Zorbing}}. And later [[Randall]] found out where to get one and went on a [[211: Hamster Ball Heist|hamster ball heist]], and hamster balls has been a [http://www.explainxkcd.com/wiki/index.php/Category:Hamster_Ball recurring theme] on xkcd since this comic.&lt;br /&gt;
&lt;br /&gt;
Genies (or magic lamps) are mentioned in at least three other comics:&lt;br /&gt;
*[[532: Piano]] &lt;br /&gt;
*[[879: Lamp]] &lt;br /&gt;
*[[1391: Darkness]]&lt;br /&gt;
In the first two Randall manages to use the concept to make penis related jokes.&amp;lt;br&amp;gt;&lt;br /&gt;
In the third the issue of number of wishes is discussed, from the perspective of wanting more than three wishes. The issue of wishing for more wishes is also the subject of [[1086: Eyelash Wish Log]], so it is not always enough with one or even three wishes!&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball stands by a genie, whose lower body becomes smoke and trails down to an old-fashioned lamp.]&lt;br /&gt;
:Genie: You have awakened me from the lamp. You may have three wishes. What does your heart desire?&lt;br /&gt;
:Cueball: I'd like a human-sized hamster ball.&lt;br /&gt;
&lt;br /&gt;
:[A hamster ball appears; Cueball is inside it.]&lt;br /&gt;
:Cueball: Sweet!&lt;br /&gt;
&lt;br /&gt;
:[Cueball steps to left; the ball rolls that way.]&lt;br /&gt;
&lt;br /&gt;
:[He does the same thing to his right.]&lt;br /&gt;
&lt;br /&gt;
:[Cueball comes to rest in the centre of the panel.]&lt;br /&gt;
&lt;br /&gt;
:Genie: And your other wishes?&lt;br /&gt;
:Cueball: Why would I need other wishes?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Hamster Ball]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:incomplete&amp;diff=77165</id>
		<title>Template:incomplete</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:incomplete&amp;diff=77165"/>
				<updated>2014-10-14T17:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Fixed formatting of error message&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{notice|'''This explanation may be incomplete or incorrect:''' &amp;lt;!--&lt;br /&gt;
--&amp;gt;''{{{1|&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;error&amp;quot;&amp;gt;Please include the reason why this explanation is incomplete, like this: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{incomplete|&amp;lt;/nowiki&amp;gt;''reason''&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;}}}''&amp;lt;br&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;If you can address this issue, please '''[{{fullurl:{{{target|{{FULLPAGENAME}}}}}|action=edit}} edit the page]!''' Thanks.&lt;br /&gt;
}}&amp;lt;includeonly&amp;gt;{{#ifeq:{{PAGENAME}}|Main Page||[[Category:Incomplete explanations]]}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* You must supply a reason, for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{incomplete|The title text isn't explained}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;; otherwise, the template displays an error.&lt;br /&gt;
* If the page using this template is transcluded into another page, the &amp;quot;edit&amp;quot; link will be incorrect, unless you specify in the template call the name of the page in which it is called. Especially for the latest comic (transcluded into the main page), the template call should look like this: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{incomplete|reason|target=123: Comic Title}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77163</id>
		<title>1338: Land Mammals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77163"/>
				<updated>2014-10-14T17:38:11Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ corrected grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1338&lt;br /&gt;
| date      = March 5, 2014&lt;br /&gt;
| title     = Land Mammals&lt;br /&gt;
| image     = land_mammals.png&lt;br /&gt;
| titletext = Bacteria still outweigh us thousands to one--and that's not even counting the several pounds of them in your body.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|The division of animal blocks are clear but only 6 are labeled. Some qualified guesses as to how the other (at least the largest) blocks are divided should be possible... What about the layout of the blocks?}}&lt;br /&gt;
&lt;br /&gt;
This comic is a [[Nerd Sniping|nerd snipe]] from [[Randall]] at his viewers. This explanation tries to figure out the missing parts.&lt;br /&gt;
&lt;br /&gt;
The comic shows the total weight of mankind and all other land mammals. Only a few centuries ago humans, and their pets and livestock, come to occupy such a great proportion of the earth's land mammal mass.&lt;br /&gt;
&lt;br /&gt;
Per the diagram, there are 358 million tons of humans, 864 million tons of pets and livestock, of which 520 million tons comes from cattle, and 34 million tons of wild animals; for a total of 1.3 billion tons.&lt;br /&gt;
&lt;br /&gt;
As of March 2014, the world population was about 7.16 billion people&amp;lt;sup&amp;gt;[https://www.census.gov/popclock/ 1]&amp;lt;/sup&amp;gt; and so the comic assumes an ''average human'' weighs 50 kg: 7.16 billion people × 50 kg = 358 billion kg = 358 million tons. The BMC Public Health 2012 (12:439) article &amp;quot;[http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf The weight of nations: an estimation of adult human biomass]&amp;quot; estimated the average ''adult'' weighed 62.0 kg ([http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf#page=3 Table 3]), but the authors  noted that their work &amp;quot;did not estimate the bio-mass in children who comprise a significant proportion of the population in many countries&amp;quot;. The 50 kg estimate in this comic includes the 25% or more of the [http://www.worldometers.info/world-population/world-population-gender-age.php worlds population below 15 years of age] making the 12 kg reduction a credible adjustment.&lt;br /&gt;
&lt;br /&gt;
Cattle, in aggregate, are much heavier than the human population, but we do manage to outweigh both sheep and pigs - which may come as a surprise - as these animals probably by far outweigh the population in the countries that produce the main part of the worlds meat from such animals.&lt;br /&gt;
&lt;br /&gt;
It is interesting to note that the world's heaviest land dwelling animal - the elephant - only takes up one square! It is the only type of wild animal to be singled out in the comic.&lt;br /&gt;
&lt;br /&gt;
There are 8 distinct blocks of wild animal (elephants and 7 others). There are 13 distinct blocks of pets and live stock; only the top 5 are labeled - in order of weight they are: Cattle, Sheep, Pigs, Goats and Horses. Dogs would properly also take up a large part - but how detailed are the division of species...?  &lt;br /&gt;
&lt;br /&gt;
{{W|Water buffalo|Water buffalos}} seem to be missing completely. According to Wikipedia, there are {{W|List of even-toed ungulates by population|172 million}} of them with a weight of 300–550 kg each. With an average between 300–400 kg (depending on the number of calves) there is 50-70 million tons of them - giving them a much larger weight than goats, which would put them in fifth place in the table below.&lt;br /&gt;
&lt;br /&gt;
The comic references the book [http://vaclavsmil.com/the-earths-biosphere-evolution-dynamics-and-change/ The Earth's Biosphere: Evolution, Dynamics, and Change] by {{W|Vaclav Smil}} as the source for most of the data - although a few other sources has also been used. These other sources are not referenced.&lt;br /&gt;
&lt;br /&gt;
Note that only land dwelling mammals are taken into account - thus no whales. It is not clear as to where, for instance, seals, sea lions and walruses belong - although they could belong to land mammals as they spend a lot of time on land - as opposed to whales.&lt;br /&gt;
&lt;br /&gt;
All other types of animals are not included. For instance, the weight of insects would outweigh us by far. Although not as much as the bacteria mentioned in the title text - they outweigh us thousands to one.&lt;br /&gt;
&lt;br /&gt;
And that is without counting the part of our body weight that consist of bacteria: Several pounds. A fact that most people would properly like to ignore - which is a good reason to mention it here. These pounds are already counted as part of the total human weight.&lt;br /&gt;
&lt;br /&gt;
There has been some speculation about the design of the blocks. They could be seen as resembling a cell, a bacterium. An extra joke in this could be that a little more than thousand blocks representing mammal weight has been used to sketch this bacterium and bacteria outweighs the mammals on this order.&lt;br /&gt;
&lt;br /&gt;
==Table of the block sizes==&lt;br /&gt;
*The table below ranks each group of blocks from 1 to 22 according to the size of the group = the number of blocks. The number of blocks represents the weight of the group in millions of tons = billions of kg.&lt;br /&gt;
*The comic contains a total of 1256 blocks in three colors representing the 1.256 billion tons of land dwelling mammals.&lt;br /&gt;
**358 million tons from humans - dark grey color&lt;br /&gt;
**864 million tons from mammalian pets and livestock - light grey color&lt;br /&gt;
**34 million tons of wild land dwelling mammals - green color&lt;br /&gt;
&lt;br /&gt;
:Feel free to enter a comment on the groups especially those that are not already identified.&lt;br /&gt;
&lt;br /&gt;
:The population should only be be stated (in millions) if it can found through references - the XKCD average weight (in kg) is then given from the number of blocks in the group.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: auto; text-align: center; font-size: 95%; table-layout: fixed; line-height:1.25&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Rank&lt;br /&gt;
! #&amp;amp;nbsp;Blocks&lt;br /&gt;
! Type&lt;br /&gt;
! Text&lt;br /&gt;
!Population (millions)&lt;br /&gt;
!Weight (kg)&lt;br /&gt;
!Notes/comments&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cattle&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| They only outweigh us by weight (not by numbers), and there has been a stable [http://www.statista.com/statistics/263979/global-cattle-population-since-1990/ population] of about {{W|List of even-toed ungulates by population|1 billion cattle}} since 2007.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| {{sort|00358|358}}&lt;br /&gt;
| Humans&lt;br /&gt;
| &lt;br /&gt;
| {{sort|07152|7152}}&lt;br /&gt;
| {{sort|00050.1|50.1}}&lt;br /&gt;
| According to the U.S. Census Bureau's [http://www.census.gov/popclock/ population counter], there were 7.1516 billion people in the world as of March 4, 2014.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Sheep&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
|There are about {{W|List of even-toed ungulates by population|1 billion sheep}} according to Wikipedia. The {{W|Domestic sheep#Description and evolution|average sheep}} weight of 135 kg seems highly exaggerated as only the rams can weigh more than that.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| {{sort|00090|90}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Pigs&lt;br /&gt;
| {{sort|01500|1000/2100?}}&lt;br /&gt;
| {{sort|00065|43/90?}}&lt;br /&gt;
| According to Wikipedia, the {{W|Pig#Distribution_and_evolution|population of pigs}} is about {{W|List of even-toed ungulates by population|1 billion}}. According to the [http://apps.fas.usda.gov/psdonline/psdReport.aspx?hidReportRetrievalName=Swine+Summary+Selected+Countries&amp;amp;hidReportRetrievalID=1649&amp;amp;hidReportRetrievalTemplateID=7 2nd reference] given for this in the wiki article, there are, however, 1.3 billion, and then 0.8 billion more (probably piglets) for a total of 2.1 billion? The piglets will not weigh much, though.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| {{sort|00039|39}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Goats&lt;br /&gt;
| {{sort|00864|864}}&lt;br /&gt;
| {{sort|00045|45}}&lt;br /&gt;
| The goat population can be estimated as 864 million from {{W|Goat#Worldwide_goat_population_statistics|Wikipedia's goat article}}. According to this list, there are {{W|List of even-toed ungulates by population|850 million goats}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| {{sort|00029|29}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Horses&lt;br /&gt;
| {{sort|00058|58}}&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| According to Wikipedia there is a population of {{W|List of odd-toed ungulates by population|58 million}} horses. Horses can {{W|Horse#Size_and_measurement|weigh from 400-1000 kg}}. There are probably not that many foals compared to adults, relative to (for instance) cattle and pigs.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| {{sort|00010|10}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| The largest grouping of wild animals, less than 1/50 of the weight of cattle - although representing almost a third of all the wild land mammals.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00009|9}}&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Camel?&lt;br /&gt;
| {{sort|00017|17}}&lt;br /&gt;
| {{sort|00412|412}}&lt;br /&gt;
|Wikipedia lists the number of camels as 17 million. An average weight, based on Wikipedia's numbers for male and female, is about 500&amp;amp;nbsp;kg. So, including the non-adult camels, an average around 400 kg seems to be a realistic estimate.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Dogs?&lt;br /&gt;
| {{sort|00400|400}}&lt;br /&gt;
| {{sort|00015|15}}&lt;br /&gt;
|According to Wikipedia, there are 400 million dogs worldwide. Assuming their average weight is 15 kg there should be 6 blocks.&amp;lt;!-- Small dog=2 kg large dog = 100 kg the log average is about 15 kg. --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Donkeys?&lt;br /&gt;
| {{sort|00041|41}}&lt;br /&gt;
| {{sort|00122|122}}&lt;br /&gt;
| There are roughly 41 million {{w|Donkey#Present status|donkeys}} on Earth, with an average weight of about 125 kg.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00016|16}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cats?&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| According to Wikipedia, there are 500 million domestic cats worldwide, with an average weight of 4.5 kg. So, counting kittens, 4&amp;amp;nbsp;kg is realistic.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Rats&lt;br /&gt;
| {{sort|04000|4000}}&lt;br /&gt;
| {{sort|000005|0.5}}&lt;br /&gt;
|A rat in the wild {{W|Rat#Species and description|seldom weighs over 500 g}}. The {{W|World Health Organization}} estimates 4 billion rats (citation needed) and a comparable number of mice. The {{W|House mouse#Characteristics|house mouse}} weighs only about 20 g on average and mice would thus only fill 8 hundredths of a block.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00022|22}}&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Elephants&lt;br /&gt;
| {{sort|00000.75|0.75}}&lt;br /&gt;
| {{sort|01300|1300}}&lt;br /&gt;
| The only wild animal to be singled out with text and the heaviest land dwelling animal, elephants only take up one block. According to Wikipedia, the wild poulation of the {{W|African elephant}} is around 700,000 (down from 1.3 million in the 90s). The population of the {{W|Asian elephant}} is as low as 40 to 50 thousand, for a total of approximately 750,000 individuals. Any animals in the zoo or domesticated Asian elephants should not be counted. As adult African female elephants (who is probably the most abundant) weigh 2-3 tons, the figure of 1.3 tons seems a little low, especially since there is not a lot of calves as elephants have long lifespans. However, even with an average weight of 2 ton, the total weight would only be 1.5 million tons, and could be rounded down to 1 block.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''Earth's LAND MAMMALS by weight'''&lt;br /&gt;
&lt;br /&gt;
:[A block indicating the value of each block:] = 1,000,000 tons&lt;br /&gt;
&lt;br /&gt;
:[Dark gray block:] Humans&lt;br /&gt;
:[Light gray block:] Our pets and livestock&lt;br /&gt;
:[Green block:] Wild animals&lt;br /&gt;
&lt;br /&gt;
:[The rest of the comic consist of blocks representing the weight of mammals. Some of the blocks are labeled:]&lt;br /&gt;
:*Cattle&lt;br /&gt;
:*Pigs&lt;br /&gt;
:*Goats&lt;br /&gt;
:*Sheep&lt;br /&gt;
:*Elephants&lt;br /&gt;
:*Horses&lt;br /&gt;
&lt;br /&gt;
:Data from Vaclav Smil's ''The Earth's Biosphere: Evolution, Dynamics, and Change'', plus a few other sources.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=681:_Gravity_Wells&amp;diff=77138</id>
		<title>681: Gravity Wells</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=681:_Gravity_Wells&amp;diff=77138"/>
				<updated>2014-10-14T13:21:42Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Transcript */ changed &amp;quot;figures&amp;quot; to &amp;quot;alarms&amp;quot; in Titan's description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 681&lt;br /&gt;
| date      = December 28, 2009&lt;br /&gt;
| title     = Gravity Wells&lt;br /&gt;
| image     = gravity_wells.png&lt;br /&gt;
| titletext = This doesn't take into account the energy imparted by orbital motion (or gravity assists or the Oberth effect), all of which can make it easier to reach outer planets.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The xkcd page links to [http://xkcd.com/681_large/ a much larger version].&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic shows the gravitational potential (energy transferred per unit mass due to gravity) for the positions of each planet in the solar system -- including some moons and Saturn's rings. An object traveling along an upward slope loses energy, while an object traveling along a downward slope gains energy. &lt;br /&gt;
&lt;br /&gt;
Escaping a planet or moon's orbit requires enough energy (e.g. by walking, jumping, or rocket) to reach the top of either peak that defines the edge of the well. The peak to the left indicates the minimum energy required to exit orbit. The peak to the right indicates the maximum energy required to exit orbit. In order to exit orbit with the minimum amount of energy, you would have to travel towards the center of the solar system; to exit orbit with the maximum amount of energy, you would have to travel away from the center of the solar system (the Sun). In reality, the strength of gravity decreases with distance from the planet. However, a comparison of energy expended to escape the gravitational pull allows for a simpler comparison between the objects.&lt;br /&gt;
&lt;br /&gt;
The height of the graph is scaled to kilometers via the gravitational potential an object has at the given height assuming at a constant acceleration due to Earth's surface gravity. The {{w|Sun|Sun's}} gravity well is not shown in its entirety, but is just indicated on the far left as ''&amp;quot;Very very far down&amp;quot;''. Had it been shown in its full extent it would have made the rest of the drawing so small in comparison that it would have been unreadable. As the gravitational potential increases with distance from the sun the graph has a general upward slope. To rise out of each well on the diagram, and therefore escape the planets gravity, it would require the same energy required to rise out of a physical well of that depth at Earth's surface gravity. &lt;br /&gt;
&lt;br /&gt;
The length of each gravity well is scaled to the diameter of the planet and the spacing between the planets is not to scale with distance from the sun. This is necessary to make the graph readable. Because the distance between the planets are condensed the gravitational potential, from the gravity pulling toward the sun, accumulates quicker. This is the reason for the large peaks between the planet. The moons shown in the chart are at the appropriate distance from their respective planets' gravity wells for their orbits. &lt;br /&gt;
&lt;br /&gt;
Each planet is shown cut in half at the bottom of its well, with the depth of the well measured down to the planet's flat surface.&lt;br /&gt;
&lt;br /&gt;
The Earth's gravity well's depth in the inset and in the main part of the comic don't match. This is most likely a mistake by Randall.&lt;br /&gt;
&lt;br /&gt;
==== Inner Planets ====&lt;br /&gt;
* {{w|Mercury_(planet)|Mercury}} -- no facts listed&lt;br /&gt;
* {{w|Venus_(planet)|Venus}} -- no facts listed&lt;br /&gt;
* {{w|Earth}} and {{w|Moon}}: The listed depth of the gravity well at Earth is mistakenly listed at 5478 km (note the difference from the cutout value) and the Moon's is 288 km.&lt;br /&gt;
* {{w|Mars}}: The listed depth of the gravity well of Mars is 1286 km.&lt;br /&gt;
&lt;br /&gt;
==== Outer Planets ====&lt;br /&gt;
* {{w|Jupiter}}: Jupiter is so massive and dense that it is comparable in mass to a {{w|Brown dwarf}} which is the smallest kind of star. Saturn, while similar in size, is composed of much lighter gas material. Hence Saturn's mass and therefore its gravitational pull are much smaller.  Had a few dozen times the mass of gasses contained in Jupiter condensed in that location, the gravitational pull would cause the pressure and temperature to increase to a level that is sufficient to ignite {{w|Nuclear fusion|nuclear fusion}}. Had that happen during creation of our solar system, we would have two {{w|Sun|Suns}} and our solar system would be a {{w|Binary system (astronomy)|Binary system}}.  Jupiter has {{w|Moons_of_Jupiter|67 moons}} of which 3 are shown;&lt;br /&gt;
** {{w|Ganymede_(moon)|Ganymede}} -- moon of Jupiter, no facts given&lt;br /&gt;
** {{w|Io_(moon)|Io}} -- moon of Jupiter, no facts given&lt;br /&gt;
** {{w|Europa_(moon)|Europa}}  -- moon of Jupiter, no facts given&lt;br /&gt;
&lt;br /&gt;
* {{w|Saturn}}: The diagram shows the position of the {{w|rings of Saturn}} in Saturn's gravity well. Saturn's rings start fairly near the planet and extend out quite far, therefore multiple stripes are shown in the figure. The rings are also shown in multiple colors and roughly match the observed colors from photos take by the {{w|Cassini–Huygens|Cassini spacecraft}} expedition as it passed Saturn. All of the colors of the planets and moons represent the predominant color of that object as observed from earth. Saturn has {{w|Moons_of_Saturn|62 moons}} of which one is shown;&lt;br /&gt;
** {{w|Titan (moon)|Titan}}, a moon of Saturn. The figures on Titan are sirens, a reference to Kurt Vonnegut's ''{{w|The Sirens of Titan}}''.&lt;br /&gt;
&lt;br /&gt;
* {{w|Uranus}}: Notably absent is any &amp;quot;your-anus&amp;quot; jokes.&lt;br /&gt;
* {{w|Neptune}}: Megan's quote is a paraphrase of {{w|Carl Sagan|Carl Sagan's}} quote, &amp;quot;...but from a planet orbiting a star in a distant globular cluster, a still more glorious dawn awaits, not a sun-rise, but a galaxy rise.&amp;quot; [http://www.youtube.com/watch?v=zSgiXGELjbc Video here]&lt;br /&gt;
&lt;br /&gt;
==== Cut outs and sketches====&lt;br /&gt;
The following items are listed from top to bottom and left to right.&lt;br /&gt;
&lt;br /&gt;
* Mars moons: The Mars cutout shows the Mars moon system, including the moons Deimos and Phobos. The depth of the Mars gravity well is listed at 1286 km.&lt;br /&gt;
** {{w|Deimos (moon)|Deimos}}: The gravity on Deimos, a moon of Mars, is so weak that a bike jump would be sufficient to escape its gravity.&lt;br /&gt;
** {{w|Phobos (moon)|Phobos}}: The gravity on Phobos, a moon of Mars, is so weak that you could launch a baseball into space simply by throwing it.&lt;br /&gt;
&lt;br /&gt;
* Your mom-Local football team: The sketch next to Jupiter is playing on the classic &amp;quot;Yo Mama&amp;quot; joke. It combines &amp;quot;Yo Mama is so fat&amp;quot; and &amp;quot;Yo Mama is so horny&amp;quot;. The sketch implies that she has a huge gravitational pull because she is very fat, and has sex with an entire football team by demonstrating a football team falling into her very deep gravity well. A &amp;quot;Yo Mama&amp;quot; joke also appears in comic [[89: Gravitational Mass]].&lt;br /&gt;
&lt;br /&gt;
* Earth's Moon: The cut out shows the significant difference in strength between the {{w|gravity well}} of the Earth and the Moon. Cueball comments that the {{w|Apollo Lunar Module|Apollo Lunar Module}} was very small and the {{w|Saturn V}} rocket was very large because escaping the Earth's gravity well takes much more energy than escaping the Moon's. The cut out also shows that objects like the {{w|International_Space_Station|International Space Station}}, the {{w|Space shuttle|space shuttle}}, {{w|GPS satellite|GPS satellites}} and {{w|Geostationary orbit|geo-stationary satellites}} at their respective positions within Earth's gravity well. The depth of Earth's gravity well is listed correctly at 6 379 km (note the difference from the non-cutout number). The depth of the Moon's gravity well is listed at 288 km.&lt;br /&gt;
&lt;br /&gt;
=== How to calculate gravity wells ===&lt;br /&gt;
The text near the bottom of Jupiter's gravity well explains that the depth of the well is mass-of-planet over radius-of-planet with Newton's constant and 9.81&amp;amp;nbsp;m/s² as constants, where 9.81&amp;amp;nbsp;m/s² is the acceleration of a free falling body at Earth's gravity.&lt;br /&gt;
&lt;br /&gt;
The calculation for a gravity well is:&lt;br /&gt;
:depth = (G * Planet-mass ) / (9.81 m/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; * Planet-radius)&lt;br /&gt;
::where G is {{w|Isaac_Newton|Newton}}'s {{w|Gravitational_constant|gravitational constant}}, and&lt;br /&gt;
::9.81 m/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; is the {{w|Acceleration|acceleration}} rate of a {{w|Gravity_of_Earth|free falling body on earth}} at sea level (g).&lt;br /&gt;
&lt;br /&gt;
====Title text====&lt;br /&gt;
The title text indicates that the planets motion can affect the amount of energy for escape velocity. It is possible to change speed by using the planets orbital speed and gravity. This is know as a performing a slingshot or a {{w|Gravity assist|gravity assist}}, and is done to gain speed or to brake when needed. The use of rocket engines are more effective when used at a high speed slingshot maneuver, which is know as the {{w|Oberth effect}}, where most energy is going into moving the rocket as opposed to moving the exhaust -- conserving the maximum useful energy.   On earth the same principle is used when launching rockets. Rockets are always launched in a eastward direction to make maximum use of the rotational energy of the earth. Launching rockets in a westward direction would require significant additional energy. Because of this most artificial satellites are flying east around the globe.&lt;br /&gt;
&lt;br /&gt;
The size of the gravity-well as described in this comic is not accounting for these factors. Therefore leaving the solar system (or any of the gravity wells of the planets) could require less energy than described by the graph, assuming that the launch and slingshots are properly designed and executed.&lt;br /&gt;
&lt;br /&gt;
==== Escape Velocities ====&lt;br /&gt;
The following table was adapted from the table in {{w|Escape velocity#List of escape velocities|Escape velocity}}, using ''h'' = ''V_e''^2 / 2''g'':&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
| Location || with respect to || Ve (km/s) || Well depth (km) ||&lt;br /&gt;
| Location || with respect to || Ve (km/s) || Solar well (Mm) || Total depth (Mm)  &lt;br /&gt;
|-&lt;br /&gt;
| on the Sun, || the Sun's gravity: || 617.5 || 19,435,000 || || || || || || 19,435 &lt;br /&gt;
|-&lt;br /&gt;
| on Mercury, || Mercury's gravity: ||  4.3 || 942 ||&lt;br /&gt;
| at Mercury, || the Sun's gravity: || 67.7 || 233.6 || 235 &lt;br /&gt;
|-&lt;br /&gt;
| on Venus,  || Venus' gravity:     || 10.3 || 5,407 ||&lt;br /&gt;
| at Venus,  || the Sun's gravity:  || 49.5 || 124.9 || 130 &lt;br /&gt;
|-&lt;br /&gt;
| on Earth, || the Earth's gravity: || 11.2 || 6,393 ||&lt;br /&gt;
| at the Earth/Moon, || the Sun's gravity: || 42.1 || 90.3 || 97 &lt;br /&gt;
|-&lt;br /&gt;
| on the Moon, || the Moon's gravity: || 2.4 || 294 || &lt;br /&gt;
| at the Moon, || the Earth's gravity: || 1.4 ||  || 91 &lt;br /&gt;
|-&lt;br /&gt;
| on Mars, || Mars' gravity: || 5 || 1,274 ||&lt;br /&gt;
| at Mars, || the Sun's gravity: || 34.1 || 59.3 || 61 &lt;br /&gt;
|-&lt;br /&gt;
| on Jupiter, || Jupiter's gravity: || 59.5 || 180,400 ||&lt;br /&gt;
| at Jupiter, || the Sun's gravity: || 18.5 || 17.4 || 198 &lt;br /&gt;
|-&lt;br /&gt;
| on Ganymede, || Ganymede's gravity: || 2.7 || 372 || || || || ||  &lt;br /&gt;
|-&lt;br /&gt;
| on Saturn, || Saturn's gravity: || 35.6 || 64,600 ||&lt;br /&gt;
| at Saturn, || the Sun's gravity: || 13.6 || 9.43 || 74 &lt;br /&gt;
|-&lt;br /&gt;
| on Uranus, || Uranus' gravity: || 21.2 || 22,907 ||&lt;br /&gt;
| at Uranus, || the Sun's gravity: || 9.6 || 4.7 || 28 &lt;br /&gt;
|-&lt;br /&gt;
| on Neptune, || Neptune's gravity: || 23.6 || 28,400 || &lt;br /&gt;
| at Neptune, || the Sun's gravity: || 7.7 || 3.02 || 31 &lt;br /&gt;
|-&lt;br /&gt;
| on Pluto, || Pluto's gravity: || 1.2 || 73 || || || || || &lt;br /&gt;
|-&lt;br /&gt;
|at Solar System &amp;lt;br/&amp;gt;galactic radius, || the Milky Way's gravity: || 525 || 14,000 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''Main Text'''&lt;br /&gt;
:Gravity Wells scaled to Earth surface gravity&lt;br /&gt;
:This chart shows the &amp;quot;depth&amp;quot; of various solar system gravity wells.&lt;br /&gt;
:Each well is scaled such that rising out of a physical well of that depth — in constant Earth &amp;lt;u&amp;gt;surface&amp;lt;/u&amp;gt; gravity — would take the same energy as escaping from that planet's gravity in reality.&lt;br /&gt;
:Each planet is shown cut in half at the bottom of its well, with the depth of the well measured down to the planet's ''flat'' surface.&lt;br /&gt;
:The planet sizes are to the same scale as the wells. Interplanetary distances are not to scale.&lt;br /&gt;
:Depth = (G × PlanetMass) / (g × PlanetRadius)&lt;br /&gt;
:G = Newton's constant&lt;br /&gt;
:g = 9.81 m/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Planetary Descriptions'''&lt;br /&gt;
:To Sun, very very far down&lt;br /&gt;
:Mercury&lt;br /&gt;
:Venus&lt;br /&gt;
:Earth - 5,478 km&lt;br /&gt;
:Moon - 288 km&lt;br /&gt;
:Mars - 1,286 km&lt;br /&gt;
:Ganymede&lt;br /&gt;
:Io&lt;br /&gt;
:Jupiter&lt;br /&gt;
::[A drawing of a &amp;quot;very deep&amp;quot; gravity well, &amp;quot;Your mom&amp;quot; at the bottom, several member of &amp;quot;local football team&amp;quot; falling down towards her.]&lt;br /&gt;
::Jupiter is not much larger than Saturn, but much more massive. At its size, adding more mass just makes it denser due to the extra squeezing of gravity.&lt;br /&gt;
::If you dropped a few dozen more Jupiters into it, the pressure would ignite fusion and make it a star.&lt;br /&gt;
:Europa&lt;br /&gt;
:Titan&lt;br /&gt;
::Two alarms: Weeoooeeoooeeooo&lt;br /&gt;
:Saturn&lt;br /&gt;
::Rings&lt;br /&gt;
:Uranus&lt;br /&gt;
:Neptune&lt;br /&gt;
::Megan: An even more glorious dawn awaits!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Mars Inset'''&lt;br /&gt;
:[Mars gravity well, the Pathfinder probe on its surface, with its moons Deimos and Phobos as smaller gravity wells.]&lt;br /&gt;
&lt;br /&gt;
:[Figure of a man (to scale) in Deimos's gravity well.]&lt;br /&gt;
:You could escape Deimos with a bike and a ramp.&lt;br /&gt;
&lt;br /&gt;
:[Figure of a man (to scale) in Phobos's gravity well.]&lt;br /&gt;
:A thrown baseball could escape Phobos.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Earth Inset'''&lt;br /&gt;
:[Zoomed-in view of Earth/moon gravity well, featuring the relative locations of the atmosphere, Low Earth Orbit, the International Space Station, the Space Shuttle, GPS satellites, and satellites in geosynchronous orbit.]&lt;br /&gt;
:Cueball: This is why it took a huge rocket to get to the moon but only a small one to get back.&lt;br /&gt;
&lt;br /&gt;
:It takes the same amount of energy to launch something on an escape trajectory away from Earth as it would to launch it 6,000 km upward under constant 9.81 m/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; Earth gravity.&lt;br /&gt;
&lt;br /&gt;
:Hence, Earth's well is 6,000 km deep.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Your Mom]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77137</id>
		<title>Template:comic discussion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77137"/>
				<updated>2014-10-14T13:12:31Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: added a refresh button which purges the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{#ifeq:{{FULLPAGENAME}}|{{MediaWiki:mainpage}}|&amp;lt;!-- Don't display anything if this is the main page --&amp;gt;&lt;br /&gt;
|&amp;lt;span style=&amp;quot;float:right; font-size:0.8rem;&amp;quot;&amp;gt;[[File:comment.png|link=]]&amp;amp;nbsp;[{{fullurl:{{TALKPAGENAME}}|action=edit}} '''add a comment!''']&amp;amp;nbsp;&amp;amp;sdot;&amp;amp;nbsp;[[File:Icons-mini-action refresh blue.gif|link=]]&amp;amp;nbsp;[{{fullurl:{{FULLPAGENAME}}|purge=1}} '''refresh comments!''']&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;h1&amp;gt;Discussion&amp;lt;/h1&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div style=&amp;quot;border:1px solid grey; background:#eee; padding:1em;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{comic_discussion/assist}}&amp;lt;/div&amp;gt;__NOTOC__}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=A_Smarter_Planet&amp;diff=77116</id>
		<title>A Smarter Planet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=A_Smarter_Planet&amp;diff=77116"/>
				<updated>2014-10-13T20:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: not incomplete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ExtraComic&lt;br /&gt;
| title     = A Smarter Planet (Conservation)&lt;br /&gt;
| custom    = [[file:conservation.png]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{ExtraComic&lt;br /&gt;
| title     = A Smarter Planet (Prescriptions)&lt;br /&gt;
| custom    = [[file:prescriptions.png]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
They are found [http://xkcd.com/asmarterplanet/ here] on xkcd.com and [http://asmarterplanet.com/blog/2009/08/1998.html here] and [http://asmarterplanet.com/blog/2009/06/building-a-smarter-planet-for-squirrels.html here] on A-smarter-planet.&lt;br /&gt;
&lt;br /&gt;
These comics were created as a special request for the blog [http://asmarterplanet.com/ A Smarter Planet], rather than the regular three-a-week schedule for xkcd's home site.&lt;br /&gt;
&lt;br /&gt;
===Conservation===&lt;br /&gt;
The first of these two strips references a commonly-cited statistic usually used to draw attention to deforestation, but Cueball misunderstands its true importance, (possibly deliberately) announcing his development of the Aerial Squirrel Transit Pod: An aircraft, presumably unmanned, designed to allow the modern squirrel the same range of not having to touch the ground. This is yet another instance of people announcing odd things or elaborately setting up a pun at conferences, a recurring theme in xkcd.&lt;br /&gt;
&lt;br /&gt;
===Prescriptions===&lt;br /&gt;
The second strip is a reference to the stereotype of doctors' handwriting being illegible, which is a very bad thing when you need a very specific medication and your pharmacy clerk can't read the numbers. Cueball is eager for his doctor to start signing his prescription digitally, as it means less paperwork and faster response time, but his enthusiasm fades when the doctor somehow manages to ''type'' in illegible handwriting. This could theoretically be done with a bad handwriting font, though most computerized forms don't allow you to change their font.&lt;br /&gt;
The prescription number is given as &amp;quot;{{w|THX1138}}&amp;quot;, the first film directed by {{w|George Lucas}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
===Conservation===&lt;br /&gt;
:They say that 400 years ago a squirrel could go from the Atlantic to the Mississippi without touching the ground.&lt;br /&gt;
:[Cueball speaking to an audience, under a banner labeled &amp;quot;Conservation Society&amp;quot;.]&lt;br /&gt;
:Cueball [pointing to a diagram of a helicopter-like device carrying a squirrel]: Which is why I've developed the aerial squirrel transit pod.&lt;br /&gt;
:Audience member: Okay, back up.&lt;br /&gt;
&lt;br /&gt;
===Prescriptions===&lt;br /&gt;
:Good news: Doctors are finally learning to use modern security tools.&lt;br /&gt;
:Doctor: No need for phone verification. I've digitally signed it.&lt;br /&gt;
:Bad news: They've somehow learned to ''type'' with terrible handwriting.&lt;br /&gt;
:[The document given to the patient by the doctor]: Prescription THX1138 RSA fingerprint: [unintelligible characters]&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77109</id>
		<title>1338: Land Mammals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77109"/>
				<updated>2014-10-13T15:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Table of the block sizes */ many grammar fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1338&lt;br /&gt;
| date      = March 5, 2014&lt;br /&gt;
| title     = Land Mammals&lt;br /&gt;
| image     = land_mammals.png&lt;br /&gt;
| titletext = Bacteria still outweigh us thousands to one--and that's not even counting the several pounds of them in your body.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|The division of animal blocks are clear but only 6 are labeled. Some qualified guesses as to how the other (at least the largest) blocks are divided should be possible... What about the layout of the blocks?}}&lt;br /&gt;
&lt;br /&gt;
This comic is a [[Nerd Sniping|nerd snipe]] from [[Randall]] at his viewers. This explain tries to figure out the missing parts.&lt;br /&gt;
&lt;br /&gt;
The comic shows the total weight of mankind and all other land mammals. Only a few centuries ago humans, and their pets and livestock, come to occupy such a great proportion of the earth's land mammal mass.&lt;br /&gt;
&lt;br /&gt;
Per the diagram, there are 358 million tons of humans, 864 million tons of pets and livestock, of which 520 million tons comes from cattle, and 34 million tons of wild animals; for a total of 1.3 billion tons.&lt;br /&gt;
&lt;br /&gt;
As of March 2014, the world population was about 7.16 billion people&amp;lt;sup&amp;gt;[https://www.census.gov/popclock/ 1]&amp;lt;/sup&amp;gt; and so the comic assumes an ''average human'' weighs 50 kg: 7.16 billion people × 50 kg = 358 billion kg = 358 million tons. The BMC Public Health 2012 (12:439) article &amp;quot;[http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf The weight of nations: an estimation of adult human biomass]&amp;quot; estimated the average ''adult'' weighed 62.0 kg ([http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf#page=3 Table 3]), but the authors  noted that their work &amp;quot;did not estimate the bio-mass in children who comprise a significant proportion of the population in many countries&amp;quot;. The 50 kg estimate in this comic includes the 25% or more of the [http://www.worldometers.info/world-population/world-population-gender-age.php worlds population below 15 years of age] making the 12 kg reduction a credible adjustment.&lt;br /&gt;
&lt;br /&gt;
Cattle, in aggregate, are much heavier than the human population, but we do manage to outweigh both sheep and pigs - which may come as a surprise - as these animals probably by far outweigh the population in the countries that produce the main part of the worlds meat from such animals.&lt;br /&gt;
&lt;br /&gt;
It is interesting to note that the world's heaviest land dwelling animal - the elephant - only takes up one square! It is the only type of wild animal to be singled out in the comic.&lt;br /&gt;
&lt;br /&gt;
There are 8 distinct blocks of wild animal (elephants and 7 others). There are 13 distinct blocks of pets and live stock; only the top 5 are labeled - in order of weight they are: Cattle, Sheep, Pigs, Goats and Horses. Dogs would properly also take up a large part - but how detailed are the division of species...?  &lt;br /&gt;
&lt;br /&gt;
{{W|Water buffalo|Water buffalos}} seem to be missing completely. According to Wikipedia, there are {{W|List of even-toed ungulates by population|172 million}} of them with a weight of 300–550 kg each. With an average between 300–400 kg (depending on the number of calves) there is 50-70 million tons of them - giving them a much larger weight than goats, which would put them in fifth place in the table below.&lt;br /&gt;
&lt;br /&gt;
The comic references the book [http://vaclavsmil.com/the-earths-biosphere-evolution-dynamics-and-change/ The Earth's Biosphere: Evolution, Dynamics, and Change] by {{W|Vaclav Smil}} as the source for most of the data - although a few other sources has also been used. These other sources are not referenced.&lt;br /&gt;
&lt;br /&gt;
Note that only land dwelling mammals are taken into account - thus no whales. It is not clear as to where, for instance, seals, sea lions and walruses belong - although they could belong to land mammals as they spend a lot of time on land - as opposed to whales.&lt;br /&gt;
&lt;br /&gt;
All other types of animals are not included. For instance, the weight of insects would outweigh us by far. Although not as much as the bacteria mentioned in the title text - they outweigh us thousands to one.&lt;br /&gt;
&lt;br /&gt;
And that is without counting the part of our body weight that consist of bacteria: Several pounds. A fact that most people would properly like to ignore - which is a good reason to mention it here. These pounds are already counted as part of the total human weight.&lt;br /&gt;
&lt;br /&gt;
There has been some speculation about the design of the blocks. They could be seen as resembling a cell, a bacterium. An extra joke in this could be that a little more than thousand blocks representing mammal weight has been used to sketch this bacterium and bacteria outweighs the mammals on this order.&lt;br /&gt;
&lt;br /&gt;
==Table of the block sizes==&lt;br /&gt;
*The table below ranks each group of blocks from 1 to 22 according to the size of the group = the number of blocks. The number of blocks represents the weight of the group in millions of tons = billions of kg.&lt;br /&gt;
*The comic contains a total of 1256 blocks in three colors representing the 1.256 billion tons of land dwelling mammals.&lt;br /&gt;
**358 million tons from humans - dark grey color&lt;br /&gt;
**864 million tons from mammalian pets and livestock - light grey color&lt;br /&gt;
**34 million tons of wild land dwelling mammals - green color&lt;br /&gt;
&lt;br /&gt;
:Feel free to enter a comment on the groups especially those that are not already identified.&lt;br /&gt;
&lt;br /&gt;
:The population should only be be stated (in millions) if it can found through references - the XKCD average weight (in kg) is then given from the number of blocks in the group.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: auto; text-align: center; font-size: 95%; table-layout: fixed; line-height:1.25&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Rank&lt;br /&gt;
! #&amp;amp;nbsp;Blocks&lt;br /&gt;
! Type&lt;br /&gt;
! Text&lt;br /&gt;
!Population (millions)&lt;br /&gt;
!Weight (kg)&lt;br /&gt;
!Notes/comments&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cattle&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| They only outweigh us by weight (not by numbers), and there has been a stable [http://www.statista.com/statistics/263979/global-cattle-population-since-1990/ population] of about {{W|List of even-toed ungulates by population|1 billion cattle}} since 2007.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| {{sort|00358|358}}&lt;br /&gt;
| Humans&lt;br /&gt;
| &lt;br /&gt;
| {{sort|07152|7152}}&lt;br /&gt;
| {{sort|00050.1|50.1}}&lt;br /&gt;
| According to the U.S. Census Bureau's [http://www.census.gov/popclock/ population counter], there were 7.1516 billion people in the world as of March 4, 2014.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Sheep&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
|There are about {{W|List of even-toed ungulates by population|1 billion sheep}} according to Wikipedia. The {{W|Domestic sheep#Description and evolution|average sheep}} weight of 135 kg seems highly exaggerated as only the rams can weigh more than that.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| {{sort|00090|90}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Pigs&lt;br /&gt;
| {{sort|01500|1000/2100?}}&lt;br /&gt;
| {{sort|00065|43/90?}}&lt;br /&gt;
| According to Wikipedia, the {{W|Pig#Distribution_and_evolution|population of pigs}} is about {{W|List of even-toed ungulates by population|1 billion}}. According to the [http://apps.fas.usda.gov/psdonline/psdReport.aspx?hidReportRetrievalName=Swine+Summary+Selected+Countries&amp;amp;hidReportRetrievalID=1649&amp;amp;hidReportRetrievalTemplateID=7 2nd reference] given for this in the wiki article, there are, however, 1.3 billion, and then 0.8 billion more (probably piglets) for a total of 2.1 billion? The piglets will not weigh much, though.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| {{sort|00039|39}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Goats&lt;br /&gt;
| {{sort|00864|864}}&lt;br /&gt;
| {{sort|00045|45}}&lt;br /&gt;
| The goat population can be estimated as 864 million from {{W|Goat#Worldwide_goat_population_statistics|Wikipedia's goat article}}. According to this list, there are {{W|List of even-toed ungulates by population|850 million goats}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| {{sort|00029|29}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Horses&lt;br /&gt;
| {{sort|00058|58}}&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| According to Wikipedia there is a population of {{W|List of odd-toed ungulates by population|58 million}} horses. Horses can {{W|Horse#Size_and_measurement|weigh from 400-1000 kg}}. There are probably not that many foals compared to adults, relative to (for instance) cattle and pigs.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| {{sort|00010|10}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| The largest grouping of wild animals, less than 1/50 of the weight of cattle - although representing almost a third of all the wild land mammals.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00009|9}}&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Camel?&lt;br /&gt;
| {{sort|00017|17}}&lt;br /&gt;
| {{sort|00412|412}}&lt;br /&gt;
|Wikipedia lists the number of camels as 17 million. An average weight, based on Wikipedia's numbers for male and female, is about 500&amp;amp;nbsp;kg. So, including the non-adult camels, an average around 400 kg seems to be a realistic estimate.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Dogs?&lt;br /&gt;
| {{sort|00400|400}}&lt;br /&gt;
| {{sort|00015|15}}&lt;br /&gt;
|According to Wikipedia, there are 400 million dogs worldwide. Assuming their average weight is 15 kg there should be 6 blocks.&amp;lt;!-- Small dog=2 kg large dog = 100 kg the log average is about 15 kg. --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Donkeys?&lt;br /&gt;
| {{sort|00041|41}}&lt;br /&gt;
| {{sort|00122|122}}&lt;br /&gt;
| There are roughly 41 million {{w|Donkey#Present status|donkeys}} on Earth, with an average weight of about 125 kg.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00016|16}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cats?&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| According to Wikipedia, there are 500 million domestic cats worldwide, with an average weight of 4.5 kg. So, counting kittens, 4&amp;amp;nbsp;kg is realistic.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Rats&lt;br /&gt;
| {{sort|04000|4000}}&lt;br /&gt;
| {{sort|000005|0.5}}&lt;br /&gt;
|A rat in the wild {{W|Rat#Species and description|seldom weighs over 500 g}}. The {{W|World Health Organization}} estimates 4 billion rats (citation needed) and a comparable number of mice. The {{W|House mouse#Characteristics|house mouse}} weighs only about 20 g on average and mice would thus only fill 8 hundredths of a block.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00022|22}}&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Elephants&lt;br /&gt;
| {{sort|00000.75|0.75}}&lt;br /&gt;
| {{sort|01300|1300}}&lt;br /&gt;
| The only wild animal to be singled out with text and the heaviest land dwelling animal, elephants only take up one block. According to Wikipedia, the wild poulation of the {{W|African elephant}} is around 700,000 (down from 1.3 million in the 90s). The population of the {{W|Asian elephant}} is as low as 40 to 50 thousand, for a total of approximately 750,000 individuals. Any animals in the zoo or domesticated Asian elephants should not be counted. As adult African female elephants (who is probably the most abundant) weigh 2-3 tons, the figure of 1.3 tons seems a little low, especially since there is not a lot of calves as elephants have long lifespans. However, even with an average weight of 2 ton, the total weight would only be 1.5 million tons, and could be rounded down to 1 block.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''Earth's LAND MAMMALS by weight'''&lt;br /&gt;
&lt;br /&gt;
:[A block indicating the value of each block:] = 1,000,000 tons&lt;br /&gt;
&lt;br /&gt;
:[Dark gray block:] Humans&lt;br /&gt;
:[Light gray block:] Our pets and livestock&lt;br /&gt;
:[Green block:] Wild animals&lt;br /&gt;
&lt;br /&gt;
:[The rest of the comic consist of blocks representing the weight of mammals. Some of the blocks are labeled:]&lt;br /&gt;
:*Cattle&lt;br /&gt;
:*Pigs&lt;br /&gt;
:*Goats&lt;br /&gt;
:*Sheep&lt;br /&gt;
:*Elephants&lt;br /&gt;
:*Horses&lt;br /&gt;
&lt;br /&gt;
:Data from Vaclav Smil's ''The Earth's Biosphere: Evolution, Dynamics, and Change'', plus a few other sources.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77103</id>
		<title>User:APerson/common.js</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77103"/>
				<updated>2014-10-13T14:27:22Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Changed text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// Nothing here&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77102</id>
		<title>User:APerson/common.js</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77102"/>
				<updated>2014-10-13T14:27:03Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Removed script that was made redundant by gadget&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=729:_Laser_Pointer&amp;diff=77101</id>
		<title>729: Laser Pointer</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=729:_Laser_Pointer&amp;diff=77101"/>
				<updated>2014-10-13T14:25:43Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Transcript */ fix grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 729&lt;br /&gt;
| date      = April 19, 2010&lt;br /&gt;
| title     = Laser Pointer&lt;br /&gt;
| image     = laser_pointer.png&lt;br /&gt;
| titletext = It's a lasing cat-vity!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
It is common to use a {{w|laser pointer}} as a cat toy because cats are attracted to the dot and attempt in vain to catch it in their paws. Only in its dreams can a cat successfully catch and consume the dot. Also, it is only in a dream that this will give it power to shoot lasers from its eyes, and vaporize the taunting human. It is a common joke that cats have no morals and view their humans as subordinates.&lt;br /&gt;
&lt;br /&gt;
The title text makes a pun on {{w|laser cavity}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball points a laser pointer at the floor. A black cat crouches, staring at the red dot.]&lt;br /&gt;
&lt;br /&gt;
:[The cat pounces.]&lt;br /&gt;
&lt;br /&gt;
:[The cat lands with its paw on the dot, claws out.]&lt;br /&gt;
&lt;br /&gt;
:[The cat tugs on the dot.]&lt;br /&gt;
:''tug tug''&lt;br /&gt;
&lt;br /&gt;
:[Cueball tries to use the laser pointer, which is no longer emitting a beam.]&lt;br /&gt;
:Cueball: ?? ''click click''&lt;br /&gt;
&lt;br /&gt;
:[The cat nibbles on the red laser dot.]&lt;br /&gt;
:Cat: ''lick? nom nom''&lt;br /&gt;
&lt;br /&gt;
:[The cat arches, emitting red shock lines.]&lt;br /&gt;
&lt;br /&gt;
:[The cat shoots lasers out of its eyes at Cueball, who is covered in a bright red glow.]&lt;br /&gt;
:''FWOOSH''&lt;br /&gt;
:Cueball: AUGH!&lt;br /&gt;
:[The right side of the panel is the end of a thought bubble.]&lt;br /&gt;
&lt;br /&gt;
:[The black cat, sleeping, has dreamed the entire strip.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=23:_T-shirts&amp;diff=77100</id>
		<title>23: T-shirts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=23:_T-shirts&amp;diff=77100"/>
				<updated>2014-10-13T14:24:14Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Transcript */ Improved some formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 23&lt;br /&gt;
| date      = October 26, 2005&lt;br /&gt;
| title     = T-shirts&lt;br /&gt;
| image     = t-shirts.jpg&lt;br /&gt;
| titletext = It's depressing how many of these are real shirts&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic satirizes the plethora of &amp;quot;snarky&amp;quot; phrase t-shirts that exist today. In the top-left, the character wears a typical (and real) snark shirt, &amp;quot;I see dumb people&amp;quot; (suggesting the wearer thinks everyone else is dumb, while being a parody of the phrase &amp;quot;I see dead people&amp;quot; from the movie ''{{w|The Sixth Sense}}''). Other shirts shown also suggest the wearer is better than everyone else, and perhaps the shirts increasingly suggest the wearer is anti-social moving from top to bottom. Near the bottom of the screen the t-shirts no longer attempt to be witty and simply have straightforward phrases like &amp;quot;go away&amp;quot; and &amp;quot;die&amp;quot;. These are exaggerations of the message that the other more-realistic shirts broadcast.&lt;br /&gt;
&lt;br /&gt;
The final three shirts are also exaggerated shirts that suggest [[Randall]]'s view that people who wear snarky shirts are overcompensating for the fact that they are already alone or perhaps putting up a tough exterior to conceal their sadness that no one would talk to them anyway. Most notably &amp;quot;maybe if this t-shirt is witty enough, someone will finally love me&amp;quot; sums up what Randall thinks snarky shirts really say. There are shirts with this or a similar message; although it is unclear whether they were created before this comic, or as a tribute to this comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A collection of phrases on T-shirts.]&lt;br /&gt;
:*I see dumb people&lt;br /&gt;
:*As a matter of fact the world DOES revolve around me&lt;br /&gt;
:*I can only please one person per day / today is not your day.&lt;br /&gt;
:*You know what your problem is? You're stupid.&lt;br /&gt;
:*Get a clue&lt;br /&gt;
:*Do I &amp;lt;u&amp;gt;look&amp;lt;/u&amp;gt; like a people person?&lt;br /&gt;
:*Your village called / they want their idiot back&lt;br /&gt;
:*Go away&lt;br /&gt;
:*I hate you all&lt;br /&gt;
:*DIE.&lt;br /&gt;
:*Help.&lt;br /&gt;
:*Maybe if this T-shirt is witty enough, someone will finally love me.&lt;br /&gt;
:*Oh God I'm so alone.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Original Randall quote: &amp;quot;I saw the 'problem' t-shirt (upper right) on campus a few days ago and suddenly felt so sad.&amp;quot;&lt;br /&gt;
*This is one of the few, early comics that contains a non-[[stick figure]] character.&lt;br /&gt;
*This is the twenty-fourth comic originally posted to livejournal. The previous was [[22: Barrel - Part 3]]. The next was [[37: Hyphen]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics posted on livejournal]]&lt;br /&gt;
[[Category:Sarcasm]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77099</id>
		<title>User:APerson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77099"/>
				<updated>2014-10-13T14:12:35Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: added a description sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userbox|id={{#cscore:APerson|score}}|info=APerson's [[Special:ContributionScores|contribution score]] is '''{{#cscore:APerson|score}}''', due to '''{{#cscore:APerson|changes}}''' changes across '''{{#cscore:APerson|pages}}''' pages.|float=right}}&lt;br /&gt;
Welcome to my userpage! Some quick links: [[User:APerson|APerson]] ([[User talk:APerson|talk]] · [[Special:Contributions/APerson|contribs]] · [[Special:Logs/APerson|logs]])&lt;br /&gt;
&lt;br /&gt;
I'm interested in copyediting and JavaScript.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[wikipedia:User:APerson]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77098</id>
		<title>User:APerson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77098"/>
				<updated>2014-10-13T14:11:16Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: added a link in the userbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userbox|id={{#cscore:APerson|score}}|info=APerson's [[Special:ContributionScores|contribution score]] is '''{{#cscore:APerson|score}}''', due to '''{{#cscore:APerson|changes}}''' changes across '''{{#cscore:APerson|pages}}''' pages.|float=right}}&lt;br /&gt;
Welcome to my userpage! Some quick links: [[User:APerson|APerson]] ([[User talk:APerson|talk]] · [[Special:Contributions/APerson|contribs]] · [[Special:Logs/APerson|logs]])&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[wikipedia:User:APerson]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77049</id>
		<title>User:APerson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77049"/>
				<updated>2014-10-13T00:27:07Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: added a userbox!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userbox|id={{#cscore:APerson|score}}|info=APerson's contribution score is '''{{#cscore:APerson|score}}''', due to '''{{#cscore:APerson|changes}}''' changes across '''{{#cscore:APerson|pages}}''' pages.|float=right}}&lt;br /&gt;
Welcome to my userpage! Some quick links: [[User:APerson|APerson]] ([[User talk:APerson|talk]] · [[Special:Contributions/APerson|contribs]] · [[Special:Logs/APerson|logs]])&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[wikipedia:User:APerson]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=77046</id>
		<title>1360: Old Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=77046"/>
				<updated>2014-10-12T19:11:28Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Files and Folders */ grammar fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1360&lt;br /&gt;
| date      = April 25, 2014&lt;br /&gt;
| title     = Old Files&lt;br /&gt;
| image     = old_files.png&lt;br /&gt;
| titletext = Wow, ANIMORPHS-NOVEL.RTF? Just gonna, uh, go through and delete that from all my archives real quick.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Still need work, grammar. Other comics being referenced need to be included.}}&lt;br /&gt;
This comic came out the day after [http://news.sky.com/story/1248397/andy-warhol-originals-found-on-floppy-disk Sky News published the story] of original {{w|Andy Warhol}} artwork, created in 1985 on an {{w|Amiga 1000}}, was recovered from recently found floppy disks.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is shown literally digging through a pile of old files; which is a metaphor for looking through old files on his computer. The layers of the pile are arranged much like geological rock formations where older strata are deeper down than younger layers. The files are in concentric layers because each directory is imbedded in the previous directory. Therefore the &amp;quot;Documents&amp;quot; folder contains an &amp;quot;Old Desktop&amp;quot; folder which contains a folder with files recovered from an older system, which contains a &amp;quot;My Documents&amp;quot; folder, which contains a folder with files copied from a {{w|Zip Disk}} from high school. The result is that files from high school have survived in his present-day machine. These older folders serve as a time capsule of sorts, storing old files from {{w|AOL}}, NYET, and {{w|Kazaa}}. These files are meant to be analogous to the fossils and artifacts found in lower, older rock layers.&lt;br /&gt;
&lt;br /&gt;
The sizes of the files decrease as Cueball goes deeper, since data storage has gotten cheaper over time. When the Zip Drive first came out, it cost $200 USD (plus $20 per 100 MB floppy). Today, $200 could buy you a 2 TB portable external hard drive. In the 1990's, during AOL's heyday, 10+ GB hard drives were prohibitively expensive and a terabyte of data was unimaginable to most users.  &lt;br /&gt;
&lt;br /&gt;
Deep down, Cueball discovers several files he is embarrassed about, including a poetry file which surprises him since he does not remember writing poetry. He also finds an &amp;quot;{{w|Animorphs}} Novel&amp;quot; mentioned in the title text, most likely a fan fiction of the Animorphs series (indicated by his embarassment). However, it could be a copy of one of the original books. &lt;br /&gt;
&lt;br /&gt;
The {{w|Animorphs}} at the title text refers to a fiction series released between 1996 and 2001. This is also content more than ten years old.&lt;br /&gt;
&lt;br /&gt;
See also [[1380: Manual for Civilization]] for other references to Animorphs.&lt;br /&gt;
&lt;br /&gt;
See also [[286: All Your Base]] for other references to AYB.&lt;br /&gt;
&lt;br /&gt;
See also [[512: Alternate Currency]] for references to 4 chan.&lt;br /&gt;
&lt;br /&gt;
See also [[107: Snakes on a Plane! 2]] for references to James.&lt;br /&gt;
&lt;br /&gt;
===Files and Folders===&lt;br /&gt;
The folders and files in detail:&lt;br /&gt;
&lt;br /&gt;
'''Documents''' (47 GB): A large folder containing many of [[Cueball]]'s personal files.&lt;br /&gt;
*''misc.txt'': A miscellaneous {{w|text file}} of unknown and unknowable content. It appears unreasonably large for a txt file, so it may be a large {{w|encryption|encrypted}} volume with an intentionally misleading name. It is only the only non-video file in the topmost layer - the implication is that Cueball encrypts all his current documents.&lt;br /&gt;
*''Video projects'': As video files can take up a lot of space, this likely makes up a considerable portion of the 47 GB.&lt;br /&gt;
&lt;br /&gt;
'''Old desktop''' (12 GB): A backup from a former computer.&lt;br /&gt;
*''{{w|Facebook}} pics'': Pictures that were intended to be added to Facebook.&lt;br /&gt;
*''Pics from other camera'': Unknown pictures from a second camera.&lt;br /&gt;
*''Temp'': Temporary folders generally contain cashed files and files that are used temporarily to install programs.&lt;br /&gt;
*''Misc {{w|Portable Document Format|PDF}}s'': PDFs are often used for documentation, but could be any collection of digitized books or other documents.&lt;br /&gt;
*''{{w|MP3}}'': MP3 is a widely-used format for digital audio files.&lt;br /&gt;
&lt;br /&gt;
'''Recovered from drive crash''' (4 GB): When a {{w|Hard disk drive|hard drive}} crashes, some or all data may be recovered.&lt;br /&gt;
*''Temp'': Temporary files.&lt;br /&gt;
*''Work misc'': Unknown work related projects.&lt;br /&gt;
*''{{w|Audiobook|Audio books}}'':  Recordings of books being read out loud.&lt;br /&gt;
&lt;br /&gt;
'''My Documents''' (570 MB): {{w|Microsoft Windows}} typically creates a folder named &amp;quot;My Documents&amp;quot; for personal documents.&lt;br /&gt;
*''Downloads'': A default location for downloaded files in the Windows OS.&lt;br /&gt;
*''{{w|Kazaa}} shared'': Kazaa is a defunct peer-to-peer file sharing program. The &amp;quot;shared&amp;quot; folder is shared with other members.&lt;br /&gt;
*''AYB'': {{w|All your base are belong to us|ALL YOUR BASE are belong to us}} is an internet {{w|Meme|meme}} inspired by a bad translation from ''{{w|Zero Wing}}''. &lt;br /&gt;
*''{{w|Escape Velocity Override|EV Override}}'': An {{w|Apple Macintosh}} video game, released in 1998.&lt;br /&gt;
*''[http://rephial.org/ Angband]'': A game named after a fictional stronghold created by {{w|J. R. R. Tolkien}}.&lt;br /&gt;
*''{{w|GIF}}s'': A image format widely used for transparent or animated images.&lt;br /&gt;
*''{{w|Fight Club}}.wmv'': A movie. As feature movies are typically compressed to 700 megabytes, and this folder only contains 570 MB, it must be of low quality or a small screen size.&lt;br /&gt;
*''{{w|Elasto Mania}}'': A physics-simulation game that claims to show real physics.&lt;br /&gt;
*''{{w|AOL Instant Messenger|AIM}} Direct Connect files'': Files transferred via AOL Instant Messenger.&lt;br /&gt;
*''{{w|4chan}}'': An image-board where users can upload pictures anonymously. Randall impulsively saves pictures from there.&lt;br /&gt;
*''{{w|ICQ}} logs'': Logs from an instant messaging program introduced in 1996 and no longer commonly used in North America. &lt;br /&gt;
&lt;br /&gt;
'''High school {{w|Zip drive|Zip disk}}''' (94 MB): The most popular form of {{w|superfloppy}}, introduced in 1994 with a capacity of 100 MB.&lt;br /&gt;
*''{{w|Korn}} MIDI'': Korn is an American {{w|nu metal}} band formed in 1993. {{w|MIDI}} is a protocol for communication with electronic musical instruments. The result tends to be sounds of low quality.&lt;br /&gt;
*''Photos3'': This is a folder of old photos.&lt;br /&gt;
**''{{w|Prom}}'': Pictures taken at prom.&lt;br /&gt;
*''lovenote.txt'': An old text file of a {{w|love letter}}, probably to a classmate in high school.&lt;br /&gt;
*''{{w|Gorillas (video game)|Gorillas}}.bas'': A game written in {{w|BASIC}}, to be run on {{w|QBasic}}, and supplied with MS-DOS. &lt;br /&gt;
*''Dream.txt'': Some private dreams.&lt;br /&gt;
*''James.txt'': Perhaps [[James]] is a friend of Randall, and the same as the one who came up with [[107|xkcd #107]].&lt;br /&gt;
*''{{w|AOL}}'':  A early online and internet service, founded in 1985 and popular in the 1990s.&lt;br /&gt;
**''{{w|Citadel (software)|Citadel}}'' -  A {{w|BBS}} and email platform that was widely used in the 1980s and early '90s.&lt;br /&gt;
*''{{w|QBasic}}'': An {{w|Integrated development environment|IDE}} released by {{w|Microsoft}} in 1991, which was used to write and run computer programs in the BASIC language.&lt;br /&gt;
*''NYET'': ''NYET'' was a {{w|Tetris}}-like game for MS-DOS, released in 1988.&lt;br /&gt;
*''Jokes.txt'': An old text file of jokes.&lt;br /&gt;
&lt;br /&gt;
'''AAAFILES''' (9.4 MB): Some of [[Cueball]]'s oldest documents, likely prefixed with &amp;quot;AAA&amp;quot; to put the folder at the top of an alphabetically-sorted list.&lt;br /&gt;
&lt;br /&gt;
'''TXT''' (850 K): Old text files, which include poetry he didn't remember writing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Megan (on top of stack of files): You OK down there?&lt;br /&gt;
&lt;br /&gt;
:'''Documents''' (47 GB)&lt;br /&gt;
::misc.txt&lt;br /&gt;
::Video projects&lt;br /&gt;
:'''Old desktop''' (12 GB)&lt;br /&gt;
::Facebook pics&lt;br /&gt;
::Pics from other camera&lt;br /&gt;
::Temp&lt;br /&gt;
::Misc PDFs&lt;br /&gt;
::MP3&lt;br /&gt;
:'''Recovered from drive crash''' (4 GB)&lt;br /&gt;
::Temp&lt;br /&gt;
::Work misc&lt;br /&gt;
::Audio books&lt;br /&gt;
:'''My Documents''' (570 MB)&lt;br /&gt;
::Downloads&lt;br /&gt;
::Kazaa shared&lt;br /&gt;
::AYB&lt;br /&gt;
::EV Override&lt;br /&gt;
::Angband&lt;br /&gt;
::GIFs&lt;br /&gt;
::FIGHT CLUB.wmv&lt;br /&gt;
::Elasto Mania&lt;br /&gt;
::AIM Direct Connect files&lt;br /&gt;
::4chan&lt;br /&gt;
::ICQ logs&lt;br /&gt;
:'''High school Zip disk''' (94 MB)&lt;br /&gt;
::Korn MIDI&lt;br /&gt;
::Photos3 (Prom)&lt;br /&gt;
::lovenote.txt&lt;br /&gt;
::Gorilla.bas&lt;br /&gt;
::Dream.txt&lt;br /&gt;
::James.txt&lt;br /&gt;
::AOL (Citadel)&lt;br /&gt;
::QBasic&lt;br /&gt;
::NYET&lt;br /&gt;
::Jokes.txt&lt;br /&gt;
:'''AAAFILES''' (9.4 MB)&lt;br /&gt;
:'''TXT''' (850 K)&lt;br /&gt;
:Cueball (deep inside the AAAFILES section looking at his txt files): Oh my god. I wrote '''poetry'''.&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:Animorphs]]&lt;br /&gt;
[[Category:Comics featuring James]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77041</id>
		<title>User:APerson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=77041"/>
				<updated>2014-10-12T18:53:01Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to my userpage! Some quick links: [[User:APerson|APerson]] ([[User talk:APerson|talk]] · [[Special:Contributions/APerson|contribs]] · [[Special:Logs/APerson|logs]])&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[wikipedia:User:APerson]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz/Images&amp;diff=77038</id>
		<title>1350: Lorenz/Images</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz/Images&amp;diff=77038"/>
				<updated>2014-10-12T18:36:21Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Images */ spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{notice|New images have been appearing on the comic constantly since its debut, so uploading them here is expected to be a constant work in progress.&amp;lt;br&amp;gt;We still probably have many images missing. Feel free to add more if you find them!}}&lt;br /&gt;
&lt;br /&gt;
These are collected images that form the interactive comic [[1350: Lorenz]], exactly as they are stored in the xkcd website. They often appear in multiple storylines and multiple times in the same storyline. A few of them already have text, while most images have blank spaces for the text to be inserted by the script. The latter are personalizable by definition; what is written on them can be completely different in every appearance.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
Each panel is comprised of code like this, including a link to the image and the text to be inserted. To save the original image directly from the xkcd website, just open the URL in the src=&amp;quot;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;panel showing&amp;quot; style=&amp;quot;position: relative; margin: 9px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;img style=&amp;quot;position: static; vertical-align: top;&amp;quot; src=&amp;quot;http://imgs.xkcd.com/comics/a1-2014/Wj5jIXbvvQEkTT05CCDYnw.png&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;position: absolute; top: 10px; left: 8px; height: 108px; width: 186px; text-align: center; font-family: xkcd-Regular; font-size: 15px; color: rgb(0, 0, 0); overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;position: absolute; left: 0px; right: 0px; bottom: 0px;&amp;quot;&amp;gt;these stupid tiles ... І'll just play one more game.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
*On April the 11th there were 146 images here below (please update number if you add more)&lt;br /&gt;
&lt;br /&gt;
[[File:lorenz - computer.png]]&lt;br /&gt;
[[File:lorenz - debate laptop.png]]&lt;br /&gt;
[[File:lorenz - debate 1.png]]&lt;br /&gt;
[[File:lorenz - debate 2.png]]&lt;br /&gt;
[[File:lorenz - debate 5.png]]&lt;br /&gt;
[[File:lorenz - debate 4.png]]&lt;br /&gt;
[[File:lorenz - debate 3.png]]&lt;br /&gt;
[[File:lorenz - visit.png]]&lt;br /&gt;
[[File:lorenz - laptop 1.png]]&lt;br /&gt;
[[File:lorenz - laptop 2.png]]&lt;br /&gt;
[[File:lorenz - laptop 3.png]]&lt;br /&gt;
[[File:lorenz - laptop 4.png]]&lt;br /&gt;
[[File:lorenz - laptop 5.png]]&lt;br /&gt;
[[File:lorenz - laptop 6.png]]&lt;br /&gt;
[[File:lorenz - laptop 7.png]]&lt;br /&gt;
[[File:lorenz - laptop 8.png]]&lt;br /&gt;
[[File:lorenz - laptop 9.png]]&lt;br /&gt;
[[File:lorenz - laptop 10.png]]&lt;br /&gt;
[[File:lorenz - laptop 11.png]]&lt;br /&gt;
[[File:lorenz - shark zero.png]]&lt;br /&gt;
[[File:lorenz - shark one.png]]&lt;br /&gt;
[[File:lorenz - sharks.png]]&lt;br /&gt;
[[File:lorenz - squids.png]]&lt;br /&gt;
[[File:lorenz - blood.png]]&lt;br /&gt;
[[File:lorenz - hairy swims away.png]]&lt;br /&gt;
[[File:lorenz - beach.png]]&lt;br /&gt;
[[File:lorenz - dinosaur 1.png]]&lt;br /&gt;
[[File:lorenz - dinosaur 2.png]]&lt;br /&gt;
[[File:lorenz - dinosaur 3.png]]&lt;br /&gt;
[[File:lorenz - dinosaur 4.png]]&lt;br /&gt;
[[File:lorenz - going.png]]&lt;br /&gt;
[[File:lorenz - away.png]]&lt;br /&gt;
[[File:lorenz - thinking.png]]&lt;br /&gt;
[[File:lorenz - walking.png]]&lt;br /&gt;
[[File:lorenz - gap.png]]&lt;br /&gt;
[[File:lorenz - tree.png]]&lt;br /&gt;
[[File:lorenz - discuss.png]]&lt;br /&gt;
[[File:lorenz - hairy leaves.png]]&lt;br /&gt;
[[File:lorenz - knit cap leaves.png]]&lt;br /&gt;
[[File:lorenz - dark.png]]&lt;br /&gt;
[[File:lorenz - rocket 1.png]]&lt;br /&gt;
[[File:lorenz - rocket 2.png]]&lt;br /&gt;
[[File:lorenz - rocket 3.png]]&lt;br /&gt;
[[File:lorenz - rocket 4.png]]&lt;br /&gt;
[[File:lorenz - rocket 5.png]]&lt;br /&gt;
[[File:lorenz - rocket 6.png]]&lt;br /&gt;
[[File:lorenz - rocket 7.png]]&lt;br /&gt;
[[File:lorenz - rocket 8.png]]&lt;br /&gt;
[[File:lorenz - rocket 11.png]]&lt;br /&gt;
[[File:lorenz - rocket 9.png]]&lt;br /&gt;
[[File:lorenz - rocket 10.png]]&lt;br /&gt;
[[File:lorenz - rocket 12.png]]&lt;br /&gt;
[[File:lorenz - rocket 13.png]]&lt;br /&gt;
[[File:lorenz - rocket 14.png]]&lt;br /&gt;
[[File:lorenz - rocket 15.png]]&lt;br /&gt;
[[File:lorenz - rocket 16.png]]&lt;br /&gt;
[[File:lorenz - rocket 17.png]]&lt;br /&gt;
[[File:lorenz - rocket 18.png]]&lt;br /&gt;
[[File:lorenz - rocket 24.png]]&lt;br /&gt;
[[File:lorenz - rocket 19.png]]&lt;br /&gt;
[[File:lorenz - rocket 20.png]]&lt;br /&gt;
[[File:lorenz - rocket 21.png]]&lt;br /&gt;
[[File:lorenz - rocket 22.png]]&lt;br /&gt;
[[File:lorenz - rocket 23.png]]&lt;br /&gt;
[[File:lorenz - wake up 5.png]]&lt;br /&gt;
[[File:lorenz - wake up 13.png]]&lt;br /&gt;
[[File:lorenz - wake up 6.png]]&lt;br /&gt;
[[File:lorenz - wake up 7.png]]&lt;br /&gt;
[[File:lorenz - wake up 12.png]]&lt;br /&gt;
[[File:lorenz - walk 7.png]]&lt;br /&gt;
[[File:lorenz - walk 10.png]]&lt;br /&gt;
[[File:lorenz - thinking 2.png]]&lt;br /&gt;
[[File:lorenz - sale 1.png]]&lt;br /&gt;
[[File:lorenz - sale 2.png]]&lt;br /&gt;
[[File:lorenz - sale 3.png]]&lt;br /&gt;
[[File:lorenz - wake up 8.png]]&lt;br /&gt;
[[File:lorenz - wake up 9.png]]&lt;br /&gt;
[[File:lorenz - hole.png]]&lt;br /&gt;
[[File:lorenz - falling.png]]&lt;br /&gt;
[[File:lorenz - aaa.png]]&lt;br /&gt;
[[File:lorenz - aaa 2.png]]&lt;br /&gt;
[[File:lorenz - wake up 1.png]]&lt;br /&gt;
[[File:lorenz - wake up 2.png]]&lt;br /&gt;
[[File:lorenz - wake up 11.png]]&lt;br /&gt;
[[File:lorenz - wake up 10.png]]&lt;br /&gt;
[[File:lorenz - wake up 3.png]]&lt;br /&gt;
[[File:lorenz - wake up 4.png]]&lt;br /&gt;
[[File:lorenz - boomerang 1.png]]&lt;br /&gt;
[[File:lorenz - boomerang 2.png]]&lt;br /&gt;
[[File:lorenz - boomerang 3.png]]&lt;br /&gt;
[[File:lorenz - boomerang 4.png]]&lt;br /&gt;
[[File:lorenz - boomerang 5.png]]&lt;br /&gt;
[[File:lorenz - boomerang 6.png]]&lt;br /&gt;
[[File:lorenz - boomerang 7.png]]&lt;br /&gt;
[[File:lorenz - boomerang 8.png]]&lt;br /&gt;
[[File:lorenz - boomerang 9.png]]&lt;br /&gt;
[[File:lorenz - boomerang 10.png]]&lt;br /&gt;
[[File:lorenz - boomerang 11.png]]&lt;br /&gt;
[[File:lorenz - boomerang rocket 1.png]]&lt;br /&gt;
[[File:lorenz - boomerang rocket 2.png]]&lt;br /&gt;
[[File:lorenz - boomerang boom.png]]&lt;br /&gt;
[[File:lorenz - surprise.png]]&lt;br /&gt;
[[File:lorenz - run.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident 3.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident 4.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident 5.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident 6.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident.png]]&lt;br /&gt;
[[File:lorenz - boomerang accident 2.png]]&lt;br /&gt;
[[File:lorenz - walk 1.png]]&lt;br /&gt;
[[File:lorenz - walk 2.png]]&lt;br /&gt;
[[File:lorenz - bird gift.png]]&lt;br /&gt;
[[File:lorenz - bird money.png]]&lt;br /&gt;
[[File:lorenz - walk 3.png]]&lt;br /&gt;
[[File:lorenz - walk 4.png]]&lt;br /&gt;
[[File:lorenz - walk 5.png]]&lt;br /&gt;
[[File:lorenz - walk 6.png]]&lt;br /&gt;
[[File:lorenz - walk 8.png]]&lt;br /&gt;
[[File:lorenz - walk 9.png]]&lt;br /&gt;
[[File:lorenz - pikachu appeared.png]]&lt;br /&gt;
[[File:lorenz - pikachu abandonment.png]]&lt;br /&gt;
[[File:lorenz - pikachu anguish.png]]&lt;br /&gt;
[[File:lorenz - pikachu ant.png]]&lt;br /&gt;
[[File:lorenz - pikachu ethylene.png]]&lt;br /&gt;
[[File:lorenz - pikachu extrude.png]]&lt;br /&gt;
[[File:lorenz - pikachu faceless.png]]&lt;br /&gt;
[[File:lorenz - pikachu friendship.png]]&lt;br /&gt;
[[File:lorenz - pikachu granite.png]]&lt;br /&gt;
[[File:lorenz - pikachu graph.png]]&lt;br /&gt;
[[File:lorenz - pikachu ink cloud.png]]&lt;br /&gt;
[[File:lorenz - pikachu radicality.png]]&lt;br /&gt;
[[File:lorenz - pikachu theft.png]]&lt;br /&gt;
[[File:lorenz - pikachu uplift.png]]&lt;br /&gt;
[[File:lorenz - pikachu blank.png]]&lt;br /&gt;
[[File:lorenz - pikachu not very effective.png]]&lt;br /&gt;
[[File:lorenz - pikachu um.png]]&lt;br /&gt;
[[File:lorenz - pikachu end 1.png]]&lt;br /&gt;
[[File:lorenz - pikachu end 2.png]]&lt;br /&gt;
[[File:lorenz - pikachu super effective.png]]&lt;br /&gt;
[[File:lorenz - pikachu fainted.png]]&lt;br /&gt;
[[File:lorenz - pikachu dead 1.png]]&lt;br /&gt;
[[File:lorenz - pikachu dead 2.png]]&lt;br /&gt;
[[File:lorenz - pikachu dead 3.png]]&lt;br /&gt;
[[File:lorenz - pikachu dead 4.png]]&lt;br /&gt;
[[File:lorenz - pikachu dead 5.png]]&lt;br /&gt;
[[File:lorenz - meanwhile.png]]&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77024</id>
		<title>User:APerson/common.js</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson/common.js&amp;diff=77024"/>
				<updated>2014-10-11T18:38:28Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Created a common.js&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;importScript('User:APerson/purgetab.js'); // [[User:APerson/afch-rewrite.js]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson/purgetab.js&amp;diff=77023</id>
		<title>User:APerson/purgetab.js</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson/purgetab.js&amp;diff=77023"/>
				<updated>2014-10-11T18:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Created a userscript to add a purge tab&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Add &amp;quot;Purge&amp;quot; content action link.&lt;br /&gt;
 *&lt;br /&gt;
 * Dependencies: mediawiki.util&lt;br /&gt;
 *&lt;br /&gt;
 * @source www.mediawiki.org/wiki/Snippets/Purge_action&lt;br /&gt;
 * @revision 2014-05-14&lt;br /&gt;
 */&lt;br /&gt;
$( function () {&lt;br /&gt;
    if ( !$( '#ca-purge' ).length &amp;amp;&amp;amp; mw.config.get( 'wgIsArticle' ) ) {&lt;br /&gt;
        mw.util.addPortletLink(&lt;br /&gt;
            'p-cactions',&lt;br /&gt;
            mw.util.wikiScript() + '?' + $.param({ title: mw.config.get( 'wgPageName' ), action: 'purge' }),&lt;br /&gt;
            mw.config.get( 'skin' ) === 'vector' ? 'Purge' : '*',&lt;br /&gt;
            'ca-purge',&lt;br /&gt;
            'Purge the server cache of this page',&lt;br /&gt;
            '*'&lt;br /&gt;
        );&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77022</id>
		<title>Template:comic discussion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77022"/>
				<updated>2014-10-11T18:25:18Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: reverted change (didn't work); put a br between the span and the h1 to try and fix it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{#ifeq:{{FULLPAGENAME}}|{{MediaWiki:mainpage}}|&amp;lt;!-- Don't display anything if this is the main page --&amp;gt;&lt;br /&gt;
|&amp;lt;span style=&amp;quot;float:right; font-size:0.8rem;&amp;quot;&amp;gt;[[File:comment.png|link=]]&amp;amp;nbsp;[{{fullurl:{{TALKPAGENAME}}|action=edit}} '''add a comment!''']&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;h1&amp;gt;Discussion&amp;lt;/h1&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div style=&amp;quot;border:1px solid grey; background:#eee; padding:1em;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{comic_discussion/assist}}&amp;lt;/div&amp;gt;__NOTOC__}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77021</id>
		<title>Template:comic discussion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:comic_discussion&amp;diff=77021"/>
				<updated>2014-10-11T18:22:49Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Changed the element containing the &amp;quot;add a comment!&amp;quot; link from a span to a div so that the h1 border isn't covered&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;{{#ifeq:{{FULLPAGENAME}}|{{MediaWiki:mainpage}}|&amp;lt;!-- Don't display anything if this is the main page --&amp;gt;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;float:right; font-size:0.8rem;&amp;quot;&amp;gt;[[File:comment.png|link=]]&amp;amp;nbsp;[{{fullurl:{{TALKPAGENAME}}|action=edit}} '''add a comment!''']&amp;lt;/div&amp;gt;&amp;lt;h1&amp;gt;Discussion&amp;lt;/h1&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div style=&amp;quot;border:1px solid grey; background:#eee; padding:1em;&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{comic_discussion/assist}}&amp;lt;/div&amp;gt;__NOTOC__}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=412:_Startled&amp;diff=77020</id>
		<title>412: Startled</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=412:_Startled&amp;diff=77020"/>
				<updated>2014-10-11T18:19:30Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ removed an unnecessary word&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 412&lt;br /&gt;
| date      = April 18, 2008&lt;br /&gt;
| title     = Startled&lt;br /&gt;
| image     = startled.png&lt;br /&gt;
| titletext = ...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Black Hat]] is one of the most cool-headed characters in the comic. [[Megan]] notices Black Hat facing away from [[Cueball]] and her, and decides to play a simple, childish prank on him: sneaking up from behind and shouting &amp;quot;Boo!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Not only does she succeed in startling Black Hat, he is so terrified that he hides himself completely in his hat. For a moment, it looks like Black Hat has disappeared altogether. But then his hat inches away, showing that he's still underneath, despite the obvious size difference. &lt;br /&gt;
&lt;br /&gt;
The title text is only &amp;quot;...&amp;quot;, like in [[455]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan standing to one side, looking and pointing at Black Hat who is facing away.]&lt;br /&gt;
&lt;br /&gt;
:[Megan sneaks up on Black Hat.]&lt;br /&gt;
&lt;br /&gt;
:[Close-up of Megan with hands raised.]&lt;br /&gt;
:Megan: Boo!&lt;br /&gt;
&lt;br /&gt;
:[Black Hat looks shocked, and his hat jumps.]&lt;br /&gt;
&lt;br /&gt;
:[The hat falls down over his head.]&lt;br /&gt;
&lt;br /&gt;
:[The hat keeps falling, with only his legs still visible.]&lt;br /&gt;
&lt;br /&gt;
:[The hat hits the ground.]&lt;br /&gt;
:''FWUMP''&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan look at the hat.]&lt;br /&gt;
&lt;br /&gt;
:[The hat scurries away.]&lt;br /&gt;
:''SCOOCH SCOOCH SCOOCH''&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 Black Hat]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77019</id>
		<title>1338: Land Mammals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1338:_Land_Mammals&amp;diff=77019"/>
				<updated>2014-10-11T18:12:26Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ fixed grammar in first sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1338&lt;br /&gt;
| date      = March 5, 2014&lt;br /&gt;
| title     = Land Mammals&lt;br /&gt;
| image     = land_mammals.png&lt;br /&gt;
| titletext = Bacteria still outweigh us thousands to one--and that's not even counting the several pounds of them in your body.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|The division of animal blocks are clear but only 6 are labeled. Some qualified guesses as to how the other (at least the largest) blocks are divided should be possible... What about the layout of the blocks?}}&lt;br /&gt;
&lt;br /&gt;
This comic is a [[Nerd Sniping|nerd snipe]] from [[Randall]] at his viewers. This explain tries to figure out the missing parts.&lt;br /&gt;
&lt;br /&gt;
The comic shows the total weight of mankind and all other land mammals. Only a few centuries ago humans, and their pets and livestock, come to occupy such a great proportion of the earth's land mammal mass.&lt;br /&gt;
&lt;br /&gt;
Per the diagram, there are 358 million tons of humans, 864 million tons of pets and livestock, of which 520 million tons comes from cattle, and 34 million tons of wild animals; for a total of 1.3 billion tons.&lt;br /&gt;
&lt;br /&gt;
As of March 2014, the world population was about 7.16 billion people&amp;lt;sup&amp;gt;[https://www.census.gov/popclock/ 1]&amp;lt;/sup&amp;gt; and so the comic assumes an ''average human'' weighs 50 kg: 7.16 billion people × 50 kg = 358 billion kg = 358 million tons. The BMC Public Health 2012 (12:439) article &amp;quot;[http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf The weight of nations: an estimation of adult human biomass]&amp;quot; estimated the average ''adult'' weighed 62.0 kg ([http://www.biomedcentral.com/content/pdf/1471-2458-12-439.pdf#page=3 Table 3]), but the authors  noted that their work &amp;quot;did not estimate the bio-mass in children who comprise a significant proportion of the population in many countries&amp;quot;. The 50 kg estimate in this comic includes the 25% or more of the [http://www.worldometers.info/world-population/world-population-gender-age.php worlds population below 15 years of age] making the 12 kg reduction a credible adjustment.&lt;br /&gt;
&lt;br /&gt;
Cattle, in aggregate, are much heavier than the human population, but we do manage to outweigh both sheep and pigs - which may come as a surprise - as these animals probably by far outweigh the population in the countries that produce the main part of the worlds meat from such animals.&lt;br /&gt;
&lt;br /&gt;
It is interesting to note that the world's heaviest land dwelling animal - the elephant - only takes up one square! It is the only type of wild animal to be singled out in the comic.&lt;br /&gt;
&lt;br /&gt;
There are 8 distinct blocks of wild animal (elephants and 7 others). There are 13 distinct blocks of pets and live stock; only the top 5 are labeled - in order of weight they are: Cattle, Sheep, Pigs, Goats and Horses. Dogs would properly also take up a large part - but how detailed are the division of species...?  &lt;br /&gt;
&lt;br /&gt;
{{W|Water buffalo|Water buffalos}} seem to be missing completely. According to Wikipedia, there are {{W|List of even-toed ungulates by population|172 million}} of them with a weight of 300–550 kg each. With an average between 300–400 kg (depending on the number of calves) there is 50-70 million tons of them - giving them a much larger weight than goats, which would put them in fifth place in the table below.&lt;br /&gt;
&lt;br /&gt;
The comic references the book [http://vaclavsmil.com/the-earths-biosphere-evolution-dynamics-and-change/ The Earth's Biosphere: Evolution, Dynamics, and Change] by {{W|Vaclav Smil}} as the source for most of the data - although a few other sources has also been used. These other sources are not referenced.&lt;br /&gt;
&lt;br /&gt;
Note that only land dwelling mammals are taken into account - thus no whales. It is not clear as to where, for instance, seals, sea lions and walruses belong - although they could belong to land mammals as they spend a lot of time on land - as opposed to whales.&lt;br /&gt;
&lt;br /&gt;
All other types of animals are not included. For instance, the weight of insects would outweigh us by far. Although not as much as the bacteria mentioned in the title text - they outweigh us thousands to one.&lt;br /&gt;
&lt;br /&gt;
And that is without counting the part of our body weight that consist of bacteria: Several pounds. A fact that most people would properly like to ignore - which is a good reason to mention it here. These pounds are already counted as part of the total human weight.&lt;br /&gt;
&lt;br /&gt;
There has been some speculation about the design of the blocks. They could be seen as resembling a cell, a bacterium. An extra joke in this could be that a little more than thousand blocks representing mammal weight has been used to sketch this bacterium and bacteria outweighs the mammals on this order.&lt;br /&gt;
&lt;br /&gt;
==Table of the block sizes==&lt;br /&gt;
*The table below ranks each group of blocks from 1 to 22 according to the size of the group = the number of blocks. The number of blocks represents the weight of the group in millions of tons = billions of kg.&lt;br /&gt;
*The comic contains a total of 1256 blocks in three colors representing the 1.256 billion tons of land dwelling mammals.&lt;br /&gt;
**358 million tons from humans - dark grey color&lt;br /&gt;
**864 million tons from mammalian pets and livestock - light grey color&lt;br /&gt;
**34 million tons of wild land dwelling mammals - green color&lt;br /&gt;
&lt;br /&gt;
:Feel free to enter a comment on the groups especially those that are not already identified.&lt;br /&gt;
&lt;br /&gt;
:The population should only be be stated (in millions) if it can found through references - the XKCD average weight (in kg) is then given from the number of blocks in the group.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: auto; text-align: center; font-size: 95%; table-layout: fixed; line-height:1.25&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Rank&lt;br /&gt;
! #&amp;amp;nbsp;Blocks&lt;br /&gt;
! Type&lt;br /&gt;
! Text&lt;br /&gt;
!Population (millions)&lt;br /&gt;
!Weight (kg)&lt;br /&gt;
!Notes/comments&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cattle&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00520|520}}&lt;br /&gt;
| They only outweighs us by weight - not by numbers - there has been a stable [http://www.statista.com/statistics/263979/global-cattle-population-since-1990/ population] of about {{W|List of even-toed ungulates by population|1 billion cattle}} since 2007.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| {{sort|00358|358}}&lt;br /&gt;
| Humans&lt;br /&gt;
| &lt;br /&gt;
| {{sort|07152|7152}}&lt;br /&gt;
| {{sort|00050.1|50.1}}&lt;br /&gt;
| According to the U.S. Census Bureau's [http://www.census.gov/popclock/ population counter], there were 7.1516 billion people in the world as of March 4, 2014.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Sheep&lt;br /&gt;
| {{sort|01000|1000}}&lt;br /&gt;
| {{sort|00135|135}}&lt;br /&gt;
|There are about {{W|List of even-toed ungulates by population|1 billion sheep}} according to Wikipedia. The {{W|Domestic sheep#Description and evolution|average sheep}} weight of 135 kg seems highly exaggerated as only the rams can weigh more than that.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| {{sort|00090|90}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Pigs&lt;br /&gt;
| {{sort|01500|1000/2100?}}&lt;br /&gt;
| {{sort|00065|43/90?}}&lt;br /&gt;
| According to Wikipedia, the {{W|Pig#Distribution_and_evolution|population of pigs}} is about {{W|List of even-toed ungulates by population|1 billion}}. According to the [http://apps.fas.usda.gov/psdonline/psdReport.aspx?hidReportRetrievalName=Swine+Summary+Selected+Countries&amp;amp;hidReportRetrievalID=1649&amp;amp;hidReportRetrievalTemplateID=7 2nd reference] given for this in the wiki article, there is, however, 1.3 billions, and then 0.8 billion more (probably piglets) for a total of 2.1 billion? The piglets will not weigh much though.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| {{sort|00039|39}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Goats&lt;br /&gt;
| {{sort|00864|864}}&lt;br /&gt;
| {{sort|00045|45}}&lt;br /&gt;
| The goat population can be summed to 864 million from {{W|Goat#Worldwide_goat_population_statistics|Wikipedia's goat article}}. According to this list there are {{W|List of even-toed ungulates by population|850 million goats}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| {{sort|00029|29}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Horses&lt;br /&gt;
| {{sort|00058|58}}&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| According to Wikipedia there is a population of {{W|List of odd-toed ungulates by population|58 million}} horses. Horses can {{W|Horse#Size_and_measurement|weigh from 400-1000 kg}}. There are probably not that many foals compared to adults, as for instance for cattle and pigs.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| {{sort|00010|10}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| The largest grouping of wild animals, less than 1/50 of the weight of cattle - although representing almost a third of all the wild land mammals.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00009|9}}&lt;br /&gt;
| {{sort|00008|8}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Camel?&lt;br /&gt;
| {{sort|00017|17}}&lt;br /&gt;
| {{sort|00412|412}}&lt;br /&gt;
|Wikipedia lists 17M as the number of camels.  An average based on Wikipedia numbers for male and female is about 500&amp;amp;nbsp;kg. So including the non-adult camels an average around 400 kg seems as a realistic estimate.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00010|T10}}&lt;br /&gt;
| {{sort|00007|7}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00013|13}}&lt;br /&gt;
| {{sort|00006|6}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Dogs?&lt;br /&gt;
| {{sort|00400|400}}&lt;br /&gt;
| {{sort|00015|15}}&lt;br /&gt;
|According to Wikipedia, there are 400M dogs worldwide. Assuming an average size at 15 kg, gives 6 blocks. Small dog=2 kg large dog = 100 kg the log average is about 15 kg.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Donkeys?&lt;br /&gt;
| {{sort|00041|41}}&lt;br /&gt;
| {{sort|00122|122}}&lt;br /&gt;
| There are roughly 41 Million {{w|Donkey#Present status|donkeys}} on earth and the average weight is about 125 kg&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00014|T14}}&lt;br /&gt;
| {{sort|00005|5}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00016|16}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00017|T17}}&lt;br /&gt;
| {{sort|00003|3}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Pets/Livestock&lt;br /&gt;
| Cats?&lt;br /&gt;
| {{sort|00500|500}}&lt;br /&gt;
| {{sort|00004|4}}&lt;br /&gt;
|Wikipedia quotes 500M domestic cats worldwide, with an average weight of 4.5 kg. So with kittens 4&amp;amp;nbsp;kg may seem very realistic.&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00019|T19}}&lt;br /&gt;
| {{sort|00002|2}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Rats&lt;br /&gt;
| {{sort|04000|4000}}&lt;br /&gt;
| {{sort|000005|0.5}}&lt;br /&gt;
|A rat in the wild {{W|Rat#Species and description|seldom weigh over 500 g}}. {{W|World Health Organization|WHO}} estimate of 4 Billion rats (citation needed) and a comparable number of mice (The {{W|House mouse#Characteristics|House mouse}} weighs only about 20 g and mice would thus only fill 0.08 block).&lt;br /&gt;
|-&lt;br /&gt;
| {{sort|00022|22}}&lt;br /&gt;
| {{sort|00001|1}}&lt;br /&gt;
| Wild animals&lt;br /&gt;
| Elephants&lt;br /&gt;
| {{sort|00000.75|0.75}}&lt;br /&gt;
| {{sort|01300|1300}}&lt;br /&gt;
| The only wild animal to be singled out with text - also the heaviest land dwelling animal - but still only take up one block. According to Wikipedia the wild poulation of the {{W|African elephant}} is around 700,000 (decreased from 1.3 mill in the 90s). For the {{W|Asian elephant}} it is as low as 40-50,000. For a total of 750,000 individuals. Any animals in the zoo or domesticated Asian elephants should not be counted. As adult African female elephants (who is probably the most abundant) weigh 2-3 ton, 1.3 ton seems a little low, especially since there is not a lot of calves as the elephants have a long lifespan. However, even with an average weight of 2 ton, the total weight would only be 1.5 million ton, and could be rounded down to 1 block.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''Earth's LAND MAMMALS by weight'''&lt;br /&gt;
&lt;br /&gt;
:[A block indicating the value of each block:] = 1,000,000 tons&lt;br /&gt;
&lt;br /&gt;
:[Dark gray block:] Humans&lt;br /&gt;
:[Light gray block:] Our pets and livestock&lt;br /&gt;
:[Green block:] Wild animals&lt;br /&gt;
&lt;br /&gt;
:[The rest of the comic consist of blocks representing the weight of mammals. Some of the blocks are labeled:]&lt;br /&gt;
:*Cattle&lt;br /&gt;
:*Pigs&lt;br /&gt;
:*Goats&lt;br /&gt;
:*Sheep&lt;br /&gt;
:*Elephants&lt;br /&gt;
:*Horses&lt;br /&gt;
&lt;br /&gt;
:Data from Vaclav Smil's ''The Earth's Biosphere: Evolution, Dynamics, and Change'', plus a few other sources.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz/Transcript&amp;diff=75490</id>
		<title>1350: Lorenz/Transcript</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz/Transcript&amp;diff=75490"/>
				<updated>2014-09-08T18:27:02Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Syntax */ fixed a bit of grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Intro==&lt;br /&gt;
*This is a valiant effort to create a transcript for the continually growing dynamic comic [[1350: Lorenz]]&lt;br /&gt;
*'''A permalink is needed''' (at least at the end of a comic) for every transcript. Else anyone could invent text. Because not all the storylines that was available to begin with will be available today. And without the link no one can prove the transcript here wrong.&lt;br /&gt;
**Note that even from a permalink - if you click back you may not even get the possibility you came from, if there are more than four choices - like in the first panel, but for instance also in the second panel of the refresh choice.&lt;br /&gt;
**Similar the choices you have when you choose a permalink, will not come in the same order, and if there are more than four, you will again not be certain to have the choice you wish for - to be certain to have all choices, you need to save permalinks on all steps of a story tree.&lt;br /&gt;
*If you complete a part of the transcript then please add a note and a date on which this occurred. Like this:&lt;br /&gt;
**This branch was complete as of 2014-04-20. (Taken from  the ''Your computer is literally haunted'' branch of the BSD story on ''Why is Python importing Skynet?''&lt;br /&gt;
&lt;br /&gt;
{{notice|More panels/text have been appearing on the comic constantly since its debut (although it seems to have slowed down or stopped already after Easter 2014), so expanding this transcript is expected to be a constant work in progress.&amp;lt;br&amp;gt;We still have many storylines missing. Feel free to add more if you find them!}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
*It is quite difficult to build the transcript in the form below. &lt;br /&gt;
*There is so many levels that you quickly lose control if you are not careful.&lt;br /&gt;
**To increase the ease of editing, make new levels with === up to six ======&lt;br /&gt;
**Then each of these levels can be edited individually - dividing down to the fourth level.&lt;br /&gt;
&lt;br /&gt;
Expand below to see a guide to building the transcript. &lt;br /&gt;
*Typically there will be four options. Then the version below can be inserted.&lt;br /&gt;
*After the last line of text, followed by a '''Permalink''' continue like this:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Last Permalink)&lt;br /&gt;
:[Description of image for instance: Knit Cap Girl thinks] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Line_1&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([&amp;quot;link to permalink&amp;quot; Permalink_1])&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Line_2&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([&amp;quot;link to permalink&amp;quot; Permalink_2])&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Line_3&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([&amp;quot;link to permalink&amp;quot; Permalink_3])&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Line_4&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([&amp;quot;link to permalink&amp;quot; Permalink_4])&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
'''Knit Cap Girl''':&amp;lt;br&amp;gt;[Typing on the laptop and thinking.]&amp;lt;br&amp;gt;([http://xkcd.com/1350/#p:be7a3304-b685-11e3-8001-94de80a03a29 permalink]) or ([http://xkcd.com/1350/#p:be7a3304-b685-11e3-8001-94de80a03a29 permalink])&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
===Refresh Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Refresh... No new email... Refresh... No new tweets... Refresh... ([http://xkcd.com/1350/#p:6479d184-b9a0-11e3-b947-94de80a03a39 Permalink])&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;:[Hairy walks in] '''Hairy''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====So you're still refusing to use Facebook?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:dcfb0896-b9bc-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Wanna build a snowman?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:63eb16be-b9b0-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Hey. I hear Godot is in town. Wanna try to meet him?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:b7d6a9ac-b9a4-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Did you get my e-mail yet?====&lt;br /&gt;
:This branch was complete as of 2014-05-01.&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt; ([http://xkcd.com/1350/#p:3232ad64-b9bd-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
:[They leave] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====Yeah, I'm thinking Thai for lunch=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:fbc8365e-b9c1-11e3-800a-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks out of the building - continue - Hairy looks into a hole in the ground] &lt;br /&gt;
'''Hairy:'''&lt;br /&gt;
       &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======Has this hole always been here?======&lt;br /&gt;
                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:84f421de-b9dd-11e3-8012-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again] &lt;br /&gt;
'''Hairy''':&lt;br /&gt;
                       &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think I see lizard people&lt;br /&gt;
 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt; ([http://xkcd.com/1350/#p:dd14b50e-ba28-11e3-8028-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy:''' (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Because I'm not sure it's entirely safe.&lt;br /&gt;
                           &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:082fd1ee-b9ff-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
                         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Nothing ever is &lt;br /&gt;
                               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d23789c4-ba26-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again] &lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-04-22.)&lt;br /&gt;
                               &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Russia is invading countries. North Korea is testing nukes… And you're  worried about a small hole? &lt;br /&gt;
                               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:538c61ce-ba41-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
                               &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a Line…&lt;br /&gt;
                               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
                               &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a Line…&lt;br /&gt;
                           &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======I don't know if actually going to Thailand is necessary…======&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:8a205b28-b9d3-11e3-8007-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Is it common for Thai businesses to have rooftop access?======&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:805d9626-b9d0-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking] '''Knit Cap Girl''':&lt;br /&gt;
                          &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Yeah. Except over there, it's floor access, since everything is upside-down &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:3289a092-b9fe-11e3-8016-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Did you know the little prince lives just over there? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c4058e30-b9fb-11e3-8016-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You don't get out a lot do you? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:b563ad3c-b9e0-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You've never been to Thailand, have you? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c29088ca-ba28-11e3-8026-002590d77bdd Permalink]) &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======There's a small crack in the pavement======&lt;br /&gt;
              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:4d8f22f6-b9d9-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl thinks] &lt;br /&gt;
'''Knit Cap Girl''':    &lt;br /&gt;
                       &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Didn't he get my e-mail about parkour? &lt;br /&gt;
                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c85963b2-ba28-11e3-8026-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''':                   &lt;br /&gt;
                            &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Why didn't you tuck roll over that cravass? &lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d260fb42-bcbf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How did you not notice until we were up on the roof? &lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d266a600-bcbf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You were supposed to do a double rebound off the small crack!&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d27d2542-bcbf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I picked this route because of the cracks in the pavement. &lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d2415de6-bcbf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                 &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====The one with the cats of the one about geocaching in the Pentagon?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:ef8666b8-b9d5-11e3-8008-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks out of the building - continue - They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======I hope it's open. Otherwise we'll just have to resort to those cat videos.======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:744f8284-b9f0-11e3-8009-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Either way we're getting on a watch-list.======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:6d738768-ba0d-11e3-8018-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I have the funny feeling that you've been on one for some time. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:abc7dece-bbb1-11e3-801c-002590d77bdd Permalink]) - only ''Feeling that you've been on one for some time. '' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[Knit Cap Girl thinks]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Glad I brought the good GPS. …And a taser. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:ab1cc674-bbb1-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Everyone knows that stuff is fake. Snopes proved it. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:ab45bc50-bbb1-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I'm already on six. Two more and I get cake and a swat team sent to my house&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:aa91d636-bbb1-11e3-801c-002590d77bdd Permalink]) - only ''Cake and a swat team sent to my house'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[They walk on seen in silhouette both speaking]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======So are we really doing this?======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:991468c4-b9ef-11e3-8006-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I'm not sure. How good are you rappelling skills? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:cfed42f6-bbdb-11e3-8034-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;ink cloud&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Yes. There are cats in that geocache. Damnit. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:cffac188-bbdb-11e3-8034-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Graph Theory&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Sure. We spent almost all the bitcoins we got on kickstarter for this. It better work &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d048fa10-bbdb-11e3-8034-002590d77bdd Permalink]) - only ''Kickstarter for this. It better work '' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;theft&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How else can we say that we pentagulated the location of something? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:cf63988a-bbdb-11e3-8034-002590d77bdd Permalink]) ]) - only ''Pentagulated the location of something?'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[Hairy looks into a hole in the ground ] &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======I don't care what anyone says- Donuts are not a valid breakfast choice.======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:7aa972a6-b9ec-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Yes. You didn't see me reply burned into the lawn?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:ee80425e-b9d3-11e3-8007-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks out of the building - continue - They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
       &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======See? It’s right there!======&lt;br /&gt;
                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt; ([http://www.xkcd.com/1350/#p:ee80425e-b9d3-11e3-8007-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You’ve been hanging out with the man in the black hat again, haven’t you? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7d500e40-bbc0-11e3-8020-002590d77bdd Permalink]) - only ''the man in the black hat again, haven’t you?'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[They walk on both speaking] &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Guess Google Maps hasn’t updated. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7c8ba71c-bbc0-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Graph Theory&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Huh. My cellphone should have buzzed.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7d2f2734-bbc0-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Radicality&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;…Really? Just 'K' ? That seems like a lot of effort. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7d420c96-bbc0-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[They walk under a tree]	&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                          &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======So I guess we’re married now?======&lt;br /&gt;
                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:e8e2da88-ba04-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                          &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======Maybe my font size was too big.======&lt;br /&gt;
                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a9c3e128-b9f3-11e3-800a-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                          &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======It took a lot of gasoline======&lt;br /&gt;
                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:455c4776-ba1f-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy:''' &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I’m both impressed and terrified. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:2efaab9e-bbd7-11e3-8030-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-01.)&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You realize my email was about the environment &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:2f0612e0-bbd7-11e3-8030-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] '''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Abandonment&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line... (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;When did you do this? You’ve been inside last week.  &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:2f1e2826-bbd7-11e3-8030-002590d77bdd Permalink]) - only ''This? You’ve been inside last week.'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
:'''Knit Cap Girl''': Suggest a line...&lt;br /&gt;
:'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How many cars did you empty of fuel? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:2e75e7c4-bbd7-11e3-8030-002590d77bdd Permalink])&lt;br /&gt;
:[They walk under a tree] &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
             &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Gmail must be down. Let's check it out.=====&lt;br /&gt;
              &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:2b014942-b9d6-11e3-8008-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks out of the building - continue - Hairy looks into a hole in the ground] &lt;br /&gt;
'''Hairy''': &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======It’s that hell’s light?======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f542036c-b9d7-11e3-800b-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks on] &lt;br /&gt;
'''Knit Cap Girl''': &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Why else would there be a gaping hole in the ground? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:643da0ac-ba3f-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Nope. Just Carl Gustav Horn talking about evangelion till his audience spontaneously combsted.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:dd14dd54-ba28-11e3-8028-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Ethylene dichloride&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-04-22.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I hope not. Disco parties would be the last temptation Satan needs to use to win.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f84bdea6-b9ec-11e3-8003-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I thought Gmail was around the corner. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:44627a70-ba42-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How long are you willing to keep walking for? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:5eabdb2c-b9f4-11e3-800c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How long until the internet’s working again? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:44627a70-ba42-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If nothing else this proves the time dilation effects don’t  matter &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b1d644da-ba40-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Nah, just the google internships ghetto. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:cf1a2d44-ba28-11e3-8027-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy again looks into a hole in the ground ] &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======I wonder what’s down there======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:8b99279c-b9e1-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again] &lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Remember that chain email about the hole to hell in Russia?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:0c3e5c5e-ba42-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hey, you, what is down there? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:aa91183e-ba05-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks on] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Satan doesn’t like to be called &amp;quot;you&amp;quot;.  He prefers &amp;quot;you bastard&amp;quot; or &amp;quot;you devil&amp;quot;.  &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f831ca90-bc56-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[They walk under a tree]	&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Ever heard the phrase curiosity killed the cat?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f8152f52-bc56-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Would you be more or less afraid is someone had responded?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt; ([http://www.xkcd.com/1350/#p:f80549ac-bc56-11e3-800e-002590d77bdd Permalink]) &lt;br /&gt;
:[They walk on seen in silhouette both speaking]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;No wonder Gmail is down, someone cut their fiber! &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f87d55a0-bc56-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking]	&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Want to take a look?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b8cb58de-ba04-11e3-8017-002590d77bdd Permalink]) &lt;br /&gt;
:[They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I bet it’s just an outlet from the city of Ember &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:4d795a74-ba20-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;When they talk about the singularity, I dion’t think they mean google servers undergoing gravitational collapse! &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d5033e5c-bbd7-11e3-8030-002590d77bdd Permalink] )&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Jules Vernes probably already discovered all the interesting stiff anyway&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d549ce3a-bbd7-11e3-8030-002590d77bdd Permalink] )&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;That sounds dangerous, but I’m feeling sort of risk-takey right now.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d41d5cc0-bbd7-11e3-8030-002590d77bdd Permalink]) &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think I can see my house from here &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:662ca9c2-ba2a-11e3-802d-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Isn’t that Sergey Brin down there?======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:4830f04e-b9ef-11e3-8003-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You didn’t feed him this week?!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:86bdcbfa-ba41-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Google was inside us all along &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:c9c3dc78-ba41-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Where’s his wife???&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b2ab58e0-ba41-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======How long do you think he’ll keep digging?======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:1ccf1ff8-b9e4-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;With a name like Doug, it’s impossible to say &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:3188ec4a-ba06-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy:'''&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;quot;Doug&amp;quot; is not impossible to say I just did&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7b539f64-bbd7-11e3-8030-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Anguish&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Pre-nominative destination is a cruel thing. &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7b1b0d70-bbd7-11e3-8030-002590d77bdd Permalink]) &lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Double impossible if he owns a Buick.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:7bf35392-bbd7-11e3-8030-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy again looks into a hole in the ground]&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line… &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Sometimes no answer is the answer &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:c5d294b4-ba06-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;He’ll keep digging as long as I keep dropping sandwiches on him &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a6e518c0-ba00-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Do you think he’s lonely? &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:edce5fd2-ba1c-11e3-8018-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-01.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
          &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====You know. Your car's on fire.====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:1a3242da-b9c0-11e3-8006-002590d77bdd Permalink])&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Stupid Tiles Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
These stupid tiles... I'll just play one more game.&lt;br /&gt;
([http://www.xkcd.com/1350/#p:79f036ac-b9a0-11e3-9003-94de80a03a39 Permalink])&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Hairy visits Knit Cap Girl.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====There's something weird out on the lawn.====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:4af4a25a-b9a7-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They leave]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====This is an apartment. We don't have a lawn.=====&lt;br /&gt;
This branch was complete as of 2014-05-30.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:c53d02f6-b9bf-11e3-8005-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters walks out of the building - continue - Hairy looks into a hole in the ground]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======OK, two weird things.======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:c390aeda-ba1e-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Who tiled the moat?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:30be5afc-ba42-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]	&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Seems costly&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d8e964d2-baa2-11e3-8015-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-28).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;And aren't those all primes?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d8e5d178-baa2-11e3-8015-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-28.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Was it that guy with a hat again?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:4c33f8ec-baaf-11e3-801f-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-28).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;And how can you float in the air like this?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a23d76b4-baaf-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy:''' (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-28.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Maybe three.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:0f104356-baa2-11e3-8011-002590d77bdd Permalink])&lt;br /&gt;
:[They walk under a tree]	&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-28.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think I see cats down there&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:15ae5666-ba99-11e3-800a-002590d77bdd Permalink])&lt;br /&gt;
&lt;br /&gt;
:[Same image again]	&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-28.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;On an unrelated note: Don't look down the hole.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:ae1cd13a-ba93-11e3-8008-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-28).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======I can see a creeper down there======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:614f1684-ba29-11e3-802c-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on seen in silhouette both speaking]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;These videogames are really encroaching on my life.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:e707102e-bab5-11e3-802a-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Damn Griefers&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:27650fcc-ba43-11e3-8036-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;So this is what the outside world is like.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c4ee8842-ba96-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Good source of gunpowder&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:02f3c380-baa3-11e3-8015-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Is this 1-1 from Mario?======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:dbe1fd42-b9d1-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
::[They walk under a tree]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Why does that tree looks fake?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:63201764-b9f8-11e3-8014-002590d77bdd Permalink])&lt;br /&gt;
:[Continues three images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Theft&amp;quot;!&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:[One more picture but this time the Pokémon speaks]&lt;br /&gt;
:'''Pikachu''': Um...&lt;br /&gt;
:'''Narrator''': ...&lt;br /&gt;
:[Hairy and Knit Cap Girl stands in front of the Pokémon in tall grass]:&lt;br /&gt;
'''Pikachu''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Do you come here often?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:fb4ca4ec-baae-11e3-801f-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy and Knit Cap Girl walks past the Pokémon]:&lt;br /&gt;
'''Pikachu''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I wish I was president of France&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:5253265c-ba92-11e3-8005-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy and Knit Cap Girl walks past the Pokémon]:&lt;br /&gt;
'''Pikachu''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Do you have a moment to hear about our lord and savior?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:708aacc2-baaf-11e3-801f-002590d77bdd Permalink]) - only ''Moment to hear about our lord and savior?'' can be seen in the image.&lt;br /&gt;
:[Hairy and Knit Cap Girl walks past the Pokémon]:&lt;br /&gt;
'''Pikachu''': &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;He shall vanquish us all from this slavery!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c65d5358-bae5-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy and Knit Cap Girl walks out of the tall grass - continue - They walk on seen in silhouette both speaking] &lt;br /&gt;
'''Knit Cap Girl:'''&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I thought Peta was going to liberate the Pokémon?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:aea4e0ee-bbaf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I just don't feel like I believe in the Helix fossil anymore&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:aeacd4de-bbaf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Do you really think we're all slaves?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:ae59b1be-bbaf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;God either does not exist, or he's got a lot of explaining to do.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:ae542e56-bbaf-11e3-801c-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Your GO or your HP!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:524e5c08-ba92-11e3-8005-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy and Knit Cap Girl walks past the Pokémon]:&lt;br /&gt;
'''Pikachu''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Actually, it's the final castle. Grab your Fire Flower!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:30ece2ee-ba2b-11e3-8031-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;OK sorry bad joke&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d5813986-badf-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;This is what I spent my childhood preparing for!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:64303318-ba94-11e3-8008-002590d77bdd Permalink]) - only ''Spent my childhood preparing for!'' can be seen in the image.&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Are you coming onto me?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d5468336-badf-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]	&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Or at least I think it's the final one. Seriously, if Peach isn't here I'm going to be pissed.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:d3fd0dcc-bae6-11e3-8001-002590d77bdd Permalink])  - only ''Peach isn't here I'm going to be pissed.'' can be seen in the image.&lt;br /&gt;
:[Hairy looks into a hole in the ground ] Hairy: &lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It's over this way.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:03925256-ba22-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I've never been this far before!&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://xkcd.com/1350/#p:aea948da-b9fe-11e3-8016-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]	&lt;br /&gt;
'''Hairy''': &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Are you going insane again?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:c7bede60-ba0e-11e3-8018-002590d77bdd Permalink])&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We should order pizza after this.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:1c91b11e-bab0-11e3-8027-002590d77bdd Permalink])&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You haven't said anything in a while...&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:3be982b0-badf-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Going?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:3d5058fa-baa7-11e3-801e-002590d77bdd Permalink])&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Where'd the bridge go?======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:b9018344-b9c0-11e3-8007-002590d77bdd Permalink])&lt;br /&gt;
:[They walk under a tree] &lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Did you lose your hover boots again?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:09932224-ba05-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Guess we're walking&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:a1d8f278-baa2-11e3-8015-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Didn't we chop this tree down to make the bridge?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:2a56828a-b9f1-11e3-8009-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Or perhaps that was an alternate reality?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:fa4a0bce-ba28-11e3-802a-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl thinks] &lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;No...&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:8fdae59a-baed-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-30).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think I'm stuck in the matrix again.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:75c18b38-bae7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;ink cloud&amp;quot;!&lt;br /&gt;
:It's not very effective …&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Where are you taking me?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:5159e402-bae7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[The two characters start arguing]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… &amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Or maybe we have, and I'm remembering something that happened in the future?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:742be338-baf9-11e3-8001-002590d77bdd Permalink]) - only ''Something that happened in the future?'' can be seen in the image.&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I just figured out how to get to 2048. Quick! We need ducks!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:5c3da74e-b9ef-11e3-8004-002590d77bdd Permalink])  - only ''How to get to 2048. Quick! We need ducks!'' can be seen in the image.&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Did you notice the top of that last thing you said got kind of cut off?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:7e5493f0-ba4f-11e3-8037-002590d77bdd Permalink])&lt;br /&gt;
:[Same image again]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You should really keep your comment to 140 characters or fewer&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:a0fb90c2-baf2-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl thinks] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Is that tree following us?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:31935bf6-b9d6-11e3-8008-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hey, slow down!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:5bb63f6e-ba1e-11e3-8019-002590d77bdd Permalink])&lt;br /&gt;
:[They walk on both speaking]&lt;br /&gt;
'''Hairy''': Suggest a line…&amp;lt;br&amp;gt;'''Knit Cap Girl''': (There is a speak-line from her up to a possible text – but no suggestion can be reached as there are no choices for Hairy - as of 2014-05-30).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Its OK. I've got a blowtorch if it gets any ideas&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([link Permalink])&lt;br /&gt;
:[The two characters start arguing] &lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy:''' (There is a speak-line from him up to a possible text – but no suggestion can be reached as there are no choices for Knit Cap Girl - as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;No, it's just caught in your magnetic field.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:6f66aaba-ba20-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:[Continues three images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Ink cloud&amp;quot;!&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:[One more image with the Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Magikarp! I choose you!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:99703da4-bae7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four more images with the Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:Enemy Pikachu used &amp;quot;Radicality&amp;quot;!&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Trainer throws a pokeball!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:b16d8ddc-bae5-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four more images with the Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:Enemy Pikachu used &amp;quot;Uplift&amp;quot;!&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think we picked it up at the last river.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://xkcd.com/1350/#p:a1896f34-ba28-11e3-8025-002590d77bdd Permalink])&lt;br /&gt;
:[Continues four images with a Pokémon in front of Knit Cap Girl] &lt;br /&gt;
'''Narrator''':&lt;br /&gt;
:A wild Pikachu appeared! &lt;br /&gt;
:Enemy Pikachu used &amp;quot;Faceless&amp;quot;!&lt;br /&gt;
:It's not very effective ...&lt;br /&gt;
:Suggest a line… (No options as of 2014-05-30.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====I have a lawn?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy leave the house. They pass by a moat.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hmmm, did you order a moat?&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It helps keep bobcats out.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Of course. All cool kids have moats in their yards.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I don't have the best relationship with my mailman.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Yep. Delivered in two days, courtesy of Amazon Prime. &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I don't remember this being here.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It has begun! That's one of the first holes in reality.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I've been working on a theory that 2048 is a tool for the old ones to open up portals to this reality.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;What about black holes? Those don't count?&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We must go deeper.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I wanted to jump over the massive sinkhole, but nooo, someone just had to find out what was down there.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Oh, I had the moving company install it last week.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We poop in it.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Finally got you out of the damn house. &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Narrator''': A wild Pikachu appeared!&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Ink Cloud&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': ...&amp;lt;br&amp;gt;'''Pikachu''': Um...&amp;lt;br&amp;gt;'''Pikachu''': Well then.&amp;lt;br&amp;gt;'''Pikachu''': I might have left surprises in that direction.&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Look how deep it goes!&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I wonder if we can get someone to fall in?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I'm going in. You can come if you want to. I think I see stars down there.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;That was a missing opportunity.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I should come outside more often. &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It looks like I can see Moria from here. &lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You see Moria from everywhere, Dave.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Narrator''': A wild Pikachu appeared!&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Ink Cloud&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Google Maps didn't warn me of this.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Uplift!&amp;quot;&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Cute Face!&amp;quot;&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Faceless&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Where's Twitch when I need help?&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Abandonment&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Enemy Pikachu used &amp;quot;The Discrete Metric&amp;quot;!&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Extrude&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': ...&amp;lt;br&amp;gt;'''Pikachu''': Um...&amp;lt;br&amp;gt;'''Pikachu''':&lt;br /&gt;
                                                      &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Now I only have Struggle left. Tie?&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Pikachu''': No fair! &lt;br /&gt;
                                                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We are the knights who say Ni!&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;What is even going on here? &lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Gathered the ink!&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Narrator''': It's not very effective...&amp;lt;br&amp;gt;'''Narrator''': Enemy Pikachu used &amp;quot;Granite&amp;quot;!&amp;lt;br&amp;gt;'''Narrator''': It's not very effective... &lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Yeah, who did you think gave them a balrog?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;One does not simple &amp;quot;give&amp;quot; a balrog.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;What? You weren't using it!&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Gift-wrapping's the hardest part.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Moria is an anagram of Mario! &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy pass by a tree.]&amp;lt;br&amp;gt;'''Hairy''': Not idly do the leaves of Lorien fall. &lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====I hope it's not a bobcat this time.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[A giant hole appears and they fall into it.]&amp;lt;br&amp;gt;Knit Cap Girl and Hairy: Aaaaa...&amp;lt;br&amp;gt;[Knit Cap Girl wakes up.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': Gasp [Goes to his desk.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': Yawn [Sits at his desk.]&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Might as well clear more tiles.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Hairy visits Knit Cap Girl again.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Um, there's a hole in your lawn...&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If it doesn't lead to a 1024 tile, I'm leaving.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Damn bobcats.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
                                                      &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Well it was here...&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I don't think it was bobcats this time. Unless they have backshoes... &lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I just had a dream about that. &lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy go outside again and fall in the hole again~.]&amp;lt;br&amp;gt;'''Knit Cap Girl and Hairy''': Aaaaa...&amp;lt;br&amp;gt;[Knit Cap Girl wakes up, leaves the bed and finds a boomerang.]&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                                      &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It looks like is [sic] fell from space.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl throwns the boomerang away and it hits something.]&amp;lt;br&amp;gt;Crash!&amp;lt;br&amp;gt;[Knit Cap Girl runs away.] &lt;br /&gt;
                                                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I hope this isn't just another one of those dreams that keeps coming back at you.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl throws the boomerang twice, only for it to return to him both times.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': Hm. I was expecting a shark.&amp;lt;br&amp;gt;[Knit Cap Girl throwns the boomerang again, and it returns to him again.] &lt;br /&gt;
                                                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I hope this was not thrown by a bobcat. &lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl throws the boomerang, only for it to return to him .]&amp;lt;br&amp;gt;'''Knit Cap Girl''': There's a mesage written on it.&amp;lt;br&amp;gt;[Knit Cap Girl throws the boomerang again. It hits something.]&amp;lt;br&amp;gt;Crash!&amp;lt;br&amp;gt;[Knit Cap Girl runs away.] &lt;br /&gt;
                                                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;There's someone at the door looking for you.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I made an apple pie.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If you want to do that, I'm rebuilding my bathroom this afternoon. &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Definitely not going outside today.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Thank God it wasn't a bobcat.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You just got a package. It's by the door.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Why is there a bobcat on your lawn?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;There's somewhere [sic] weird out on the lawn.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;This seems familiar.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy go outside.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': I hope it's not a velociraptor. &lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hold up. I need to get my wingsuit first.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I hope it's not a giant hole.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy go outside. They pass by a tree.]&amp;lt;br&amp;gt;'''Hairy''': How disappointed are you?&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                                      &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I was expecting a bobcat.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Oh? That's the other tree.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Eh, not that much. &lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I have a bad feeling about this. &lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hey do you know why there's a giant hole in the yard? &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy go outside.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': I swear if it's a bobcat.&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Why did you bring me here?&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;This dream has been looping for years, and yet we never tire of it. Why is that? &lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[There is a gap in the ground. Knit Cap Girl jumps over it, Hairy looks into it.] &lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hmmm... I should buy a shovel. &lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl looks at his screen wondering.]&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Wow! Shovels sure are expensive!&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Shovels can't be actually made out of two sticks and a row of rocks?&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl is wondering more. Hairy comes. They connect their laptops. Hairy is wondering. Knit Cap Girl tries something at Hairy's laptop.] &lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How can there be 36 types of shovel??!&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;These prices are insane! I wonder if you can rent a shovel... &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====If you reprogrammed the squirrel laser to target hipsters again...=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy go outside.]&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's just say we won't have to worry about parking.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;No, now they're just wearing wigs ironically.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Things may have gotten out of control a little.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;At least it improved their haircuts. &lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====There's a dinosaur at the door.====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:287feb84-b9c6-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[A green dinosaur appears]&lt;br /&gt;
'''Dinosaur''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====Self-doubt crippled my arms. Can I have yours?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:36064c2c-b9d4-11e3-8008-002590d77bdd Permalink])&lt;br /&gt;
:[Zooming in on the dinosaurs head]&lt;br /&gt;
'''Dinosaur''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======Never answer your mobile phone while I am addressing you!======&lt;br /&gt;
:This branch was complete as of 2014-05-24.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:5383915e-b9f4-11e3-800c-002590d77bdd Permalink])&lt;br /&gt;
:[The dinosaur is going to step on their house]&lt;br /&gt;
'''Dinosaur''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think you just entered a dead zone.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:74d46b02-ba1d-11e3-8018-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed - continue -  she is again lying down in bed - continue - she walks outside and finds a boomerang - continue - she picks up the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': &lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Up up down down left right left right B A&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d90897d8-bb26-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches up to catch it – she stands with the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If I forgot you, will it come back to me?&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:1cc9eff2-bab0-11e3-8027-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches up to catch it – she stands with the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hmmm. Bendy.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:eecde4e2-baea-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches up to catch it – she stands with the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Kids these days.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:ec01bafe-ba27-11e3-8020-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed - continue - the bed is empty - continue - she walks in to her laptop]&lt;br /&gt;
'''Knit Cap Girl''': Yawn&lt;br /&gt;
:[Knit Cap Girl sits in front of her lap top – the first image again]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;A little gaming should calm me down.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b779a964-baf3-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy walks in]&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;These stupid lines...&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:360411c2-baa2-11e3-8012-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap girls types on the PC]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': ??&lt;br /&gt;
:[Knit Cap Girl bends closer to the screen]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line...&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;So Rude&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt; &lt;br /&gt;
([http://www.xkcd.com/1350/#p:ed4ae7e6-ba40-11e3-8035-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed – continue she is again lying down in bed - continue - she walks outside and finds a boomerang - continue - she picks up the boomerang]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Bommerangs… I know how the dinosaurs went extinct.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a46cc26c-bae8-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches down to catch it – continue – she throws the boomerang again - she waits - the boomerang returns and she reaches up to catch it – she stands with the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Fabulous secret powers were revealed to me the day I held aloft my magic boomerang and said...&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a46bf9ea-bae8-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches up  to catch it – continue –  she stands with the boomerang – continue - she throws the boomerang again - continue - she waits - the boomerang returns hitting her in the head]&lt;br /&gt;
'''Boomerang''': Thwack!&amp;lt;br&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''':Ow&lt;br /&gt;
:[Knit Cap Girl walks away from the boomerang holding her head in her hand]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We meet again&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:ba1f565c-bae7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns and she reaches up  to catch it – continue – she stands with the boomerang – continue - she throws the boomerang again - continue - she waits - the boomerang returns hitting her in the head]&lt;br /&gt;
'''Boomerang''': Thwack!&amp;lt;br&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''':Ow&lt;br /&gt;
:[Knit Cap Girl walks away from the boomerang holding her head in her hand]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;My entire life has prepared me for this moment.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b9e61702-bae7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns flying over her head – it then returns over her head the other way – continue - she waits - the boomerang returns and she reaches up  to catch it – continue – she stands with the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Die you monster.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:a46cc26c-bae8-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Hairy wakes up from her nightmare in his bed]&lt;br /&gt;
'''Hairy''': Gasp&lt;br /&gt;
:[ Hairy sits in bed]&lt;br /&gt;
&lt;br /&gt;
'''Hairy''' (singing): I woke up like this&lt;br /&gt;
:[the bed is empty – continue – Hairy walks in to Knit Cap Girl at the laptop]&lt;br /&gt;
'''Hairy''': Yawn&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;You should really set your phone to vibrate.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:f9a258c2-ba21-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:[Hairy now stands in front of her]:&lt;br /&gt;
'''Hairy''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I have to stop hanging out with pintsize&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:8071c5c6-bb6d-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[The dinosaur appears again]:&lt;br /&gt;
'''Dinosaur''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If dinosaurs think I’m a monster... I really should go to therapy.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:8072bcba-bb6d-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[The dinosaur appears again]:&lt;br /&gt;
'''Dinosaur''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Had the T-Rex dream again. Add “mobile phones” to the list of things he hates.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:80bc04c4-bb6d-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[The dinosaur appears again]:&lt;br /&gt;
'''Dinosaur''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Also, have you heard about Tumblr?======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======Also I have some trenchant observations on language and philosophy to make.======&lt;br /&gt;
:This branch was complete as of 2014-05-24.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:a7926df0-ba22-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:[The dinosaur is going to step on their house]&lt;br /&gt;
'''Dinosaur''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Consider this cabin: The residents take its permanence for granted, yet it’s so ephemeral in the grand scheme.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:b3beabba-ba96-11e3-8004-002590d77bdd Permalink]) – only ''Permanence for granted, yet it’s so ephemeral in the grand scheme.'' can be seen in the image as there is not enough space.&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed - continue - she is again lying down in bed - continue - she walks outside and finds a boomerang - continue - she picks up the boomerang]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I must contemplate this boomerang really hard.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:a3298c92-baa1-11e3-800e-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl throws the boomerang - continue - she waits - the boomerang returns hitting her in the head]&lt;br /&gt;
'''Boomerang''': Thwack!&amp;lt;br&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''':Ow&lt;br /&gt;
:[Knit Cap Girl walks away from the boomerang holding her hers in her hand]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Suggest a line…&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;    &lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;One might imagine the computer screen as an escape from the perils of the outside world, but a life half lived is barely worth living at all!&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:6a7bab5e-baa7-11e3-801e-002590d77bdd Permalink]) – only ''Of the outside world, but a life half lived is barely worth living at all!'' can be seen in the image as there is not enough space.&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed - continue - the bed is empty - continue - she walks in to her laptop]&lt;br /&gt;
'''Knit Cap Girl''': Yawn&lt;br /&gt;
:[Knit Cap Girl sits in front of her lap top – the first image again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Take this house, a mere fraction of existence, crushed beneath me&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:5690ae82-baa2-11e3-8012-002590d77bdd Permalink])&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed]&lt;br /&gt;
'''Knit Cap Girl''' (singing): I woke up like this&lt;br /&gt;
: [Knit Cap Girl is again lying down in bed - continue - she walks outside and finds a boomerang - continue - she picks up the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Like this house modern language is an attempt to construct something of use from fragments of a mightier whole.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:955bdda4-baa1-11e3-800e-002590d77bdd Permalink]) – only ''Language is an attempt to construct something of use from fragments of a mightier whole.'' can be seen in the image as there is not enough space.&lt;br /&gt;
:[Knit Cap Girl ducks as a dinosaur foot crashes down through the roof]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
'''Knit Cap Girl''': Augh&lt;br /&gt;
:[Knit Cap Girl wakes up from her nightmare in her bed]&lt;br /&gt;
'''Knit Cap Girl''': Gasp&lt;br /&gt;
:[Knit Cap Girl sits in bed - continue - she is again lying down in bed - continue - she walks outside and finds a boomerang - continue - she picks up the boomerang]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line… (No options as of 2014-05-24.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======It's not like you're using them.======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:e44f98fc-ba28-11e3-8028-002590d77bdd Permalink])&lt;br /&gt;
                               &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====I need a hand!=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:1475bf18-b9d2-11e3-8005-002590d77bdd Permalink])&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====Did you think he was joking?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:fb309d78-b9d3-11e3-8007-002590d77bdd Permalink])&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Sorry for just barging in, I couldn't reach the doorbell.===== &lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:ecd7ed66-b9cf-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====I heard Home Depot has 1024 bathroom tiles.====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:414ebe98-b9ac-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
:[They leave]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====But how many bathrooms?=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:b30f9824-b9af-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====That's 2^5 more than Ikea, I need to see for myself.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:0f9a84fc-b9ae-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====Let's go, I can keep playing on my phone on the drive.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:17c25fc0-b9b7-11e3-8002-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Pfft. Amateurs. Let's go mock them.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:f8b13b78-b9ad-11e3-8004-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====I think I saw a &amp;quot;4096&amp;quot; tile outside somewhere.====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:5929cf58-b9a7-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
:[They leave]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====І follow, only because І believe you=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:26ae5038-b9a9-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====І'll tag along, if only to see what new calming pastel color it could be.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:4f1dabca-b9bf-11e3-8005-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====These &amp;quot;threes&amp;quot; clones are getting out of hand.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:d5c73aba-b9ab-11e3-8003-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====we better catch the damn thing=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:161c1e4e-b9a9-11e3-8001-002590d77bdd Permalink])&lt;br /&gt;
                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Political Thing Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Oh. Hey. There's some kind of political thing going on. ([http://www.xkcd.com/1350/#p:16a6d0c6-b9a3-11e3-8ea4-94de80a03a39 Permalink])&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Laptop''': &amp;quot;...and let's go live to the debate.&amp;quot;&amp;lt;br&amp;gt;[Two politicians are debating on TV.]&amp;lt;br&amp;gt;'''Politician 1''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;In contrast to my oppponent, who I quote, &amp;quot;Never liked Firefly much to begin with.&amp;quot;&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;...but even if you tied enough birds to the car, would you get them to take off in unison?&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Politician 2''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Tie a predatory bird to the car with a somewhat shorter rope so that it will scare off the rest of the birds without being able to reach them.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Training. That's why I support the &amp;quot;Airlift Act&amp;quot;, which would put more resources into the hands of bird educators everywhere.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Politician 1''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;But is &amp;quot;Airlift&amp;quot; an acronym?&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;There are birds outside tied to a car.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                             &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Cool, let's see who we should vote for.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I know who I'm voting for.&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;How many birds? ([http://xkcd.com/1350/#p:bb0ca5f6-b9fc-11e3-8016-002590d77bdd permalink])&lt;br /&gt;
                                                   &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
                                                      &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I call her &amp;quot;Serenity.&amp;quot;&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;So when you said birds...&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
                                                               &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Wait. The birds are inside!?&lt;br /&gt;
                                                                     &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''White Hat''': Want to forget your dreams? There's a pill for that! &lt;br /&gt;
                                                                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;'''Someone inside the rocket''': I needed to escape from politics anyway.&lt;br /&gt;
                                                                     &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Voice inside the rocket''': &amp;quot;…And let’s go live to the debate&amp;quot;. ([http://xkcd.com/1350/#p:8c25769e-badf-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
                                                                        '''Other spacecraft''': We observe your speed to be 38.5%c, and your time is passing at 92.3% the rate of ours. Does this mirror your observations?&lt;br /&gt;
                                                                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;All terms are relative. &lt;br /&gt;
                                                                     &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                                  &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                               &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Liquefied bird fuel is the way to the future.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Well, by “birds” and “car” I really meant a rocket. There’s totally a rocket in your lawn, man.&lt;br /&gt;
                                                            &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                      &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                   &amp;lt;/div&amp;gt;&lt;br /&gt;
                                                &amp;lt;/div&amp;gt;&lt;br /&gt;
                                             &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;The owls in our barn are forming a union.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Or course: Avian Implemented Reuseable Lifter and Ingenuous Flight Technology! &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;But you must agree that a bitd in the hand is worth more than three educators in the bush.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Incredible!&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Wait... Is that like people who educate birds, or birds that teach?&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;By opening and closing an umbrella near them.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;One word: Fiscal hawks.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;And if elected, I vow to win this war on Christmas once and for all!&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I agree with my opponent all all [sic] issues and I think his economic plan is fantastic!&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===BSD Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's see if BSD is any easier to install nowadays. ([http://www.xkcd.com/1350/#p:00ac9f74-b9a0-11e3-81f8-94de80a03a39 Permalink])&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl is confused, staring at her laptop.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': ??&amp;lt;br&amp;gt;'''Knit Cap Girl''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Now I just need to look up what a &amp;quot;beard error&amp;quot; is...====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl has ?? next to her head to signify confusion. Hairy walks in. (continue) Hairy is on the other side of the desk with his own laptop computer. Both the computers are connected through Ethernet cable. The two characters are typing on the computer. The two stop typing. Hairy has ??? next to his head. Hairy had stepped back while the character is checking on Hairy's laptop computer. Knit Cap Girl is holding something rectangular.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;The USB cable appears to be mono-directional.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Kernel mites?&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I'm not sure rubbing butter on it will help&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Hairy and Knit Cap Girl are handling their computers more aggressively.]&amp;lt;br&amp;gt;'''Knit Cap Girl''': ARGH! &lt;br /&gt;
                           [They both stop. Knit Cap Girl walks away, her chair turned 180 degrees. Pushing aside the chair, she returns with a fiery blowtorch while wearing goggles.]&amp;lt;br&amp;gt;'''Hairy''': [holding up a finger] Um.&amp;lt;br&amp;gt;[Knit Cap Girl's computer was so burned, not only steam is coming out of the computer, but even the desk is noticeably burnt. The cable (apparently also burned) hangs from Hairy's laptop computer. The used blowtorch is clumsily laid sideways be the side of the desk. Both Knit Cap Girl (whose goggles are pushed off his eye) and Hairy are looking at the calamity. The chair is almost out of view. The goggles are on the floor while the chair is nowhere to be seen. Hairy and Knit Cap Girl are walking away from the scene.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Are you all of a sudden in the mood for Thai food?&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's try OpenBSD next time...&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[First panel is of a panned view. Hairy and Knit Cap Girl are walking on a path away from a house. Next panel is back to a &amp;quot;normal camera view&amp;quot;.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Okay then.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's go exploring!&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I love Windows.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Guess not.&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;If you'd done the other one, maybe the popcorn would have popped.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's see if rubbing some bacon on it will work.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Let's try Linux next time...&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Yep. It's haunted.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Wait. What's on this other partition?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl has ??? next to her head to signify confusion. Hairy walks in. Hairy is on the other side of the desk with his own laptop computer. Both the computers are connected through Ethernet cable. The two characters are typing on the computer. The two stop typing. Hairy has ??? next to his head. Hairy had stepped back while Knit Cap Girl is checking on Hairy's laptop computer. Knit Cap Girl is holding something rectangular.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                  &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Maybe if you cross connect the serial port to video port you'll be able to send the video directly in as an input for the password.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;[Knit Cap Girl and Hairy are at sea, both emitting ripples. A shark's fin can be seen close to Hairy.]&amp;lt;br&amp;gt;'''Hairy''':&lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It worked fine for the shark&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;We're definitely getting closer though&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;That didn't work!&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;It would have worked for Solaris.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Look, it made perfect sense at the time.&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Still simpler than it used to be, I guess. &lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;What's a segfault?&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I think the cameras need to face each other.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;I'm not sure spaghetti works as a USB cable...&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
====Why is Python importing Skynet?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:678126c2-b9c1-11e3-8009-002590d77bdd Permalink])&lt;br /&gt;
'''Knit Cap Girl''': ??? &lt;br /&gt;
:[Hairy walks in - continue - Hairy is on the other side of the desk with his own laptop computer. Both the computers are connected through Ethernet cable. The two characters are typing on the computer. - continue - The two stop typing.]&lt;br /&gt;
'''Hairy''': ??? &lt;br /&gt;
:[Hairy has stepped back while Knit Cap Girl is checking on Hairy's laptop computer. Knit Cap Girl is reading something of a piece of paper and types on the laptop.]&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====It’s definitely the dust=====&lt;br /&gt;
                       &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
=====We’re doomed=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; &lt;br /&gt;
=====Well, it does have a certificate from cyberdyne systems.=====&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; &lt;br /&gt;
=====Your computer is literally haunted=====&lt;br /&gt;
:This branch was complete as of 2014-04-20.&lt;br /&gt;
                        &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;([http://www.xkcd.com/1350/#p:d3730956-b9d8-11e3-800b-002590d77bdd Permalink]) &lt;br /&gt;
:[Hairy and Knit Cap Girl are suddenly floating in the ocean.]&lt;br /&gt;
:'''Knit Cap Girl''': &lt;br /&gt;
                           &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                              &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======I think my exact phrase was “don’t.”======&lt;br /&gt;
                                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:30c1806c-ba22-11e3-801a-002590d77bdd Permalink])&lt;br /&gt;
:'''Hairy''':&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Should have said it faster ([http://www.xkcd.com/1350/#p:13531858-bade-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[One shark appear]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Restart the computer ([http://www.xkcd.com/1350/#p:536a1910-badd-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[Three sharks appears]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Don’t say that. ([http://www.xkcd.com/1350/#p:12f2257a-bade-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                      &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Suggest a line…&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
          &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; &lt;br /&gt;
======Maybe we tried guessing the root password too many times======&lt;br /&gt;
                                &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:40b67278-ba06-11e3-8017-002590d77bdd Permalink])&lt;br /&gt;
:'''Hairy''':&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; I told you, the password is never “swordfish.” ([http://www.xkcd.com/1350/#p:93126666-bbb0-11e3-801c-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[One shark appear]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; I just want to know how a 17th century coppersmith installed a key-logger ([http://www.xkcd.com/1350/#p:40b67278-ba06-11e3-8017-002590d77bdd permalink]) - only '' coppersmith installed a key-logger'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Password may have been a desperate last guess ([http://www.xkcd.com/1350/#p:9392491c-bbb0-11e3-801c-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                      &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Suggest a line…&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
          &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; &lt;br /&gt;
======OK , maybe sudo teleport * `random-GPS was the wrong thing to type======&lt;br /&gt;
                                &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:f5afb63c-b9f0-11e3-8009-002590d77bdd Permalink])&lt;br /&gt;
:'''Hairy''':&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; To be fair most computers can’t actually do that ([http://www.xkcd.com/1350/#p:953098f2-bb36-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[One shark appear]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; But a chance at landing it in the playboy mansion, no matter how slim is always worth the gamble ([http://www.xkcd.com/1350/#p:953098f2-bb36-11e3-8001-002590d77bdd permalink]) - only ''matter how slim is always worth the gamble'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Still though, you gotta admit it did what is was asked ([http://www.xkcd.com/1350/#p:95293512-bb36-11e3-8001-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;  I won’t say “I told you so… But” ([http://www.xkcd.com/1350/#p:953182bc-bb36-11e3-8001-002590d77bdd permalink])                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[Three sharks appears]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
======Which version of BSD where you using?======&lt;br /&gt;
                                 &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
([http://www.xkcd.com/1350/#p:932bb4a0-ba2e-11e3-8031-002590d77bdd Permalink])&lt;br /&gt;
'''Hairy''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; The first one? ([http://www.xkcd.com/1350/#p:9bb43082-bb48-11e3-804b-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The same image appears again]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Dunno. It was from some random FTP server. ([http://www.xkcd.com/1350/#p:9b96fda0-bb48-11e3-804b-002590d77bdd permalink])&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[One shark appear]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; The one with the picture of the fish on it… Perhaps I should have actually read the details. ([http://www.xkcd.com/1350/#p:9b6e3082-bb48-11e3-804b-002590d77bdd permalink] - only ''should have actually read the details'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.) &lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[Three sharks appears]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;  The 1997 special release on standard definition ([http://www.xkcd.com/1350/#p:9ba76992-bb48-11e3-804b-002590d77bdd permalink] - only ''Release on standard definition'' can be seen in the image as Knit Cap Girl's text overlaps Hairy's.)                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[A shark and three octopuses appear - continue -  they are all gone but there is red blood in the water - continue - the ocean is now clean/empty - Hairy starts swimming away from Knit Cap Girl.]&lt;br /&gt;
'''Knit Cap Girl''':&lt;br /&gt;
                                    &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; I see your class in see-jitsu has paid off ([http://www.xkcd.com/1350/#p:30f53d98-bbb3-11e3-801c-002590d77bdd permalink] -  This comic ties for longest comic with sharks so far - 13 panels)&lt;br /&gt;
                                      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The two characters reach a beach and walks out of the ocean – continue – the two walk on in silhouette]&lt;br /&gt;
'''Knit Cap Girl''': Suggest a line…&amp;lt;br&amp;gt;'''Hairy''': (There is a speak-line from him up to a possible text – but no suggestion can be reached as there is no choices for Knit Cap Girl - as of 2014-04-20.)&lt;br /&gt;
                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Why are you leaving? That was the most fun I’ve had all day! ([http://www.xkcd.com/1350/#p:310127b6-bbb3-11e3-801c-002590d77bdd permalink] - only the bottom of ''Why are you'' can be seen above the rest of the text. This comic tie for longest comic with sharks so far - 13 panels)&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
:[The two characters reach a beach and walks out of the ocean – continue – they reach a pit in the ground. Knit Cap Girl jumps over while Hairy looks down into it]&lt;br /&gt;
'''Hairy''': Suggest a line… (There is no choices - as of 2014-04-20.)&lt;br /&gt;
                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt; Suggest a line…&lt;br /&gt;
                                          &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                         &amp;lt;/div&amp;gt;&lt;br /&gt;
                                          &amp;lt;/div&amp;gt;&lt;br /&gt;
                                       &amp;lt;/div&amp;gt;&lt;br /&gt;
                                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                                 &amp;lt;/div&amp;gt;&lt;br /&gt;
                              &amp;lt;/div&amp;gt;&lt;br /&gt;
                           &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/div&amp;gt;&lt;br /&gt;
                     &amp;lt;/div&amp;gt;&lt;br /&gt;
                  &amp;lt;/div&amp;gt;&lt;br /&gt;
               &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====My keyboard has to support SSH over USB?====&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Facebook Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Hurry! We're in talks with Facebook. ([http://xkcd.com/1350/#p:2b330d48-bb01-11e3-8003-002590d77bdd Permalink])&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;'''Hairy''':&lt;br /&gt;
         &amp;lt;div style=&amp;quot;border-left: medium solid #000000; margin-left: 1em; padding-left: 0.1em&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Google's at the door. They want to buy your... Well I'd rather you heard it from them.&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Come check out my neighbour's ball pit. It's full of balls.&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Oh, didn't I tell you? I got their database password years ago&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Do you think they'll care that the coffee machine doesn't work?&lt;br /&gt;
               &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gravity Branch===&lt;br /&gt;
   &amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;Gravity. Lots of it. (This option is no longer available as of 2014-04-22 - if anyone has a permalink with this option please post it.)&lt;br /&gt;
      &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75488</id>
		<title>1360: Old Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75488"/>
				<updated>2014-09-08T18:22:50Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Files and Folders */ fixed another wikipedia template link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1360&lt;br /&gt;
| date      = April 25, 2014&lt;br /&gt;
| title     = Old Files&lt;br /&gt;
| image     = old_files.png&lt;br /&gt;
| titletext = Wow, ANIMORPHS-NOVEL.RTF? Just gonna, uh, go through and delete that from all my archives real quick.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Still need work, grammar. Other comics being referenced need to be included.}}&lt;br /&gt;
This comic came out the day after [http://news.sky.com/story/1248397/andy-warhol-originals-found-on-floppy-disk Sky News published the story] of original {{w|Andy Warhol}} artwork, created in 1985 on an {{w|Amiga 1000}}, was recovered from recently found floppy disks.&lt;br /&gt;
&lt;br /&gt;
Cueball is digging through a pile of old files, which the comic represents as digging with a shovel into the depths of his file-system. These layers are arranged much like geological rock formations where older strata is deeper down than younger layers. The files are in concentric layers because each directory is imbedded in the previous directory. Therefore the &amp;quot;Documents&amp;quot; folder contains an &amp;quot;Old Desktop&amp;quot; which contains a folder with files recovered from an older system, which contains a &amp;quot;My Documents&amp;quot; folder, which contains a folder with files copied from a {{w|Zip Disk}} in high school. The result is that files from high school have survived in his present-day machine. The formats and systems are meant to be analogous to the fossils and artifacts found in lower, older rock layers. &lt;br /&gt;
&lt;br /&gt;
Notice how file-sizes get larger the newer they are. Older systems and smaller files are found in lower layers, as they are hadn't been developed yet; AOL, NYET, Kazaa are older than Facebook, and MP3s. In the days of AOL, 94 MB was reasonable disk space whereas current computers require larger file storage, hence 47 GB. In other words, digital artifacts have the same structural hierarchy as physical, geological ones.  &lt;br /&gt;
&lt;br /&gt;
He discovers several files he is embarrassed about, including a poetry file that surprises him, since he does not remember writing poetry, and an &amp;quot;{{w|Animorphs}} Novel&amp;quot; mentioned in the title text, most likely a fan fiction of the Animorphs series, although possibly a copy of one of the original books. &lt;br /&gt;
&lt;br /&gt;
The {{w|Animorphs}} at the title text refers to a fiction series released between 1996 and 2001. This is also content more than ten years old.&lt;br /&gt;
&lt;br /&gt;
See also [[1380: Manual for Civilization]] for other references to Animorphs.&lt;br /&gt;
&lt;br /&gt;
See also [[286: All Your Base]] for other references to AYB.&lt;br /&gt;
&lt;br /&gt;
See also [[512: Alternate Currency]] for references to 4 chan.&lt;br /&gt;
&lt;br /&gt;
See also [[107: Snakes on a Plane! 2]] for references to James.&lt;br /&gt;
&lt;br /&gt;
===Files and Folders===&lt;br /&gt;
The folders and files in detail:&lt;br /&gt;
&lt;br /&gt;
'''Documents''' (47 GB): A large folder containing many of [[Cueball]]'s personal files.&lt;br /&gt;
*''misc.txt'': A miscellaneous {{w|text file}} of unknown and unknowable content.&lt;br /&gt;
*''Video projects'': As video files can take up a lot of space this likely makes up portion of the 47 GB.&lt;br /&gt;
&lt;br /&gt;
'''Old desktop''' (12 GB): A backup from a former computer.&lt;br /&gt;
*''{{w|Facebook}} pics'': Pictures that were intended to be added to Facebook.&lt;br /&gt;
*''Pics from other camera'': Unknown pictures from a second camera.&lt;br /&gt;
*''Temp'': Temporary folders generally contain cashed files and files that are used temporarily to install programs.&lt;br /&gt;
*''Misc {{w|Portable Document Format|PDF}}s'': PDFs are often used for documentation, but could be any collection of digitized books or other documents.&lt;br /&gt;
*''{{w|MP3}}'': MP3 is a widely-used format for digital audio files.&lt;br /&gt;
&lt;br /&gt;
'''Recovered from drive crash''' (4 GB): When a {{w|Hard disk drive|hard drive}} crashes some or all data may be recovered.&lt;br /&gt;
*''Temp'': Temporary files.&lt;br /&gt;
*''Work misc'': Unknown work related projects.&lt;br /&gt;
*''{{w|Audiobook|Audio books}}'':  Recordings books being read out loud.&lt;br /&gt;
&lt;br /&gt;
'''My Documents''' (570 MB): This is a typical folder created by {{w|Microsoft Windows}} for personal documents.&lt;br /&gt;
*''Downloads'': A default location for downloaded files in the Windows OS.&lt;br /&gt;
*''{{w|Kazaa}} shared'': Kazaa is a defunct peer-to-peer file sharing program. The &amp;quot;shared&amp;quot; folder shared with other members.&lt;br /&gt;
*''AYB'': {{w|All your base are belong to us|ALL YOUR BASE are belong to us}} is an internet inspired by a bad translation from ''{{w|Zero Wing}}''. &lt;br /&gt;
*''{{w|Escape Velocity Override|EV Override}}'': An {{w|Apple Macintosh}} video game, released in 1998.&lt;br /&gt;
*''[http://rephial.org/ Angband]'': A game named after a fictional stronghold created by {{w|J. R. R. Tolkien}}.&lt;br /&gt;
*''{{w|GIF}}s'': A image format widely used for transparent or animated images.&lt;br /&gt;
*''{{w|Fight Club}}.wmv'': A movie. As feature movies are typically compressed to 700 megabyte, and this folder only contains 570 MB, it must be of low quality or a small screen size.&lt;br /&gt;
*''{{w|Elasto Mania}}'': A physics-simulation game that claims to show real physics.&lt;br /&gt;
*''{{w|AOL Instant Messenger|AIM}} Direct Connect files'': Files transferred via AOL Instant Messenger.&lt;br /&gt;
*''{{w|4chan}}'': An image-board where users can upload pictures anonymously.  Randall impulsively saves pictures from there.&lt;br /&gt;
*''{{w|ICQ}} logs'': Logs from an instant messaging program introduced in 1996. It is no longer commonly used in North America. &lt;br /&gt;
&lt;br /&gt;
'''High school {{w|Zip drive|Zip disk}}''' (94 MB): The most popular form of {{w|superfloppy}}, introduced in 1994 with a capacity of 100 MB.&lt;br /&gt;
*''{{w|Korn}} MIDI'': Korn is an American {{w|nu metal}} band formed in 1993. {{w|MIDI}} is a protocol for communication with electronic musical instruments. The result tends to be sounds of low quality.&lt;br /&gt;
*''Photos3'': This is a folder of old photos.&lt;br /&gt;
**''{{w|Prom}}'': Pictures taken at prom.&lt;br /&gt;
*''lovenote.txt'': An old text file of a {{w|love letter}}, probably to a classmate in high school.&lt;br /&gt;
*''{{w|Gorillas (video game)|Gorillas}}.bas'': A game written in {{w|BASIC}}, to be run on {{w|QBasic}}, and supplied with MS-DOS . &lt;br /&gt;
*''Dream.txt'': Some private dreams.&lt;br /&gt;
*''James.txt'': Perhaps [[James]] is a friend of Randall, and the same as the one who came up with [[107|xkcd #107]].&lt;br /&gt;
*''{{w|AOL}}'':  A early online and internet service, founded in 1985 and popular in the 1990s.&lt;br /&gt;
**''{{w|Citadel (software)|Citadel}}'' -  A {{w|BBS}} and email platform that was widely used in the 1980s and early '90s.&lt;br /&gt;
*''{{w|QBasic}}'': An {{w|Integrated development environment|IDE}} released by {{w|Microsoft}} in 1991, which was used to write and run computer programs in the BASIC language.&lt;br /&gt;
*''NYET'': ''NYET'' was a {{w|Tetris}}-like game for MS-DOS, released in 1988.&lt;br /&gt;
*''Jokes.txt'': An old text file of jokes.&lt;br /&gt;
&lt;br /&gt;
'''AAAFILES''' (9.4 MB): Some of [[Cueball]]'s oldest documents, likely prefixed with &amp;quot;AAA&amp;quot; to put the folder at the top of an alphabetically-sorted list.&lt;br /&gt;
&lt;br /&gt;
'''TXT''' (850 K): Old text files, which include poetry he didn't remember writing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Megan (on top of stack of files): You OK down there?&lt;br /&gt;
&lt;br /&gt;
:'''Documents''' (47 GB)&lt;br /&gt;
::misc.txt&lt;br /&gt;
::Video projects&lt;br /&gt;
:'''Old desktop''' (12 GB)&lt;br /&gt;
::Facebook pics&lt;br /&gt;
::Pics from other camera&lt;br /&gt;
::Temp&lt;br /&gt;
::Misc PDFs&lt;br /&gt;
::MP3&lt;br /&gt;
:'''Recovered from drive crash''' (4 GB)&lt;br /&gt;
::Temp&lt;br /&gt;
::Work misc&lt;br /&gt;
::Audio books&lt;br /&gt;
:'''My Documents''' (570 MB)&lt;br /&gt;
::Downloads&lt;br /&gt;
::Kazaa shared&lt;br /&gt;
::AYB&lt;br /&gt;
::EV Override&lt;br /&gt;
::Angband&lt;br /&gt;
::GIFs&lt;br /&gt;
::FIGHT CLUB.wmv&lt;br /&gt;
::Elasto Mania&lt;br /&gt;
::AIM Direct Connect files&lt;br /&gt;
::4chan&lt;br /&gt;
::ICQ logs&lt;br /&gt;
:'''High school Zip disk''' (94 MB)&lt;br /&gt;
::Korn MIDI&lt;br /&gt;
::Photos3 (Prom)&lt;br /&gt;
::lovenote.txt&lt;br /&gt;
::Gorilla.bas&lt;br /&gt;
::Dream.txt&lt;br /&gt;
::James.txt&lt;br /&gt;
::AOL (Citadel)&lt;br /&gt;
::QBasic&lt;br /&gt;
::NYET&lt;br /&gt;
::Jokes.txt&lt;br /&gt;
:'''AAAFILES''' (9.4 MB)&lt;br /&gt;
:'''TXT''' (850 K)&lt;br /&gt;
:Cueball (deep inside the AAAFILES section looking at his txt files): Oh my god. I wrote '''poetry'''.&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:Animorphs]]&lt;br /&gt;
[[Category:Comics featuring James]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz&amp;diff=75487</id>
		<title>1350: Lorenz</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1350:_Lorenz&amp;diff=75487"/>
				<updated>2014-09-08T18:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ added two missing commas; rewrote a sentence; removed a sentence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{comic&lt;br /&gt;
| number    = 1350&lt;br /&gt;
| date      = April 1, 2014&lt;br /&gt;
| title     = Lorenz&lt;br /&gt;
| image     = lorenz.png&lt;br /&gt;
| titletext = Every choice, no matter how small, begins a new story&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''NOTE: The above is the first panel of an interactive comic.''' For a collection of images that appear in this comic, see [[1350: Lorenz/Images]]. These will also be described below under [[#Themes|themes]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also note that the order of the options are random. And by adding that there is a fifth option - and only four can be shown - this means there are 5*4*3*2 = '''120 different permutations''' of the way the options can be arranged only in this first image. So the above image will only appear with these four options in this order in less than 1% of the cases! Of course when you choose an option it is indifferent what the order of the other options was.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is an interactive and dynamic comic with a possible first picture shown on top of this page. The picture is always the same but the order of the four sentences is chosen randomly. The result of all the interactions by the readers led to the generation of {{w|Crowdsourcing|crowd-sourced content}}. In honor of {{w|April Fools' Day}}, the comic was posted a day earlier than normal (on Tuesday instead of Wednesday).&lt;br /&gt;
&lt;br /&gt;
The title 'Lorenz' is referring to {{w|Edward Norton Lorenz}} who, among other subjects, was famous for {{w|Chaos theory}} and the {{w|Butterfly effect}}. &lt;br /&gt;
&lt;br /&gt;
The title text is a reference to how the story line of this comic will be chaotic by nature, since it includes all of the user submitted dialogue and updates over time based on statistics of user clicks. In this manner, it is a reference to the butterfly effect, a phrase coined by Edward Lorenz to describe how a small initial change can lead to wide variations in outcome in a chaotic system.&lt;br /&gt;
&lt;br /&gt;
This comic is an example of a {{w|Choose Your Own Adventure}} story as mentioned in the title text.&lt;br /&gt;
&lt;br /&gt;
==Functionality and bugs==&lt;br /&gt;
The reader is initially presented with only one panel where Knit Cap Girl (who is not [[Megan]]*) is sitting in front of her computer. The reader is given multiple choices concerning what exactly Knit Cap Girl is thinking. Upon choosing any option - the chosen text will appear where her gray speech bubble was (and this will then disappear), and then a second panel appears to the right, to give continuity to the story. Each new panel may have a new set of options or just the button &amp;quot;Continue&amp;quot; to see the next panel without making any choice in particular. Eventually, one may reach a dead end in which the story is interrupted and reader is presented with a text box to suggest how it should continue. Some of the suggestions given should eventually become available as new options.&lt;br /&gt;
&lt;br /&gt;
===*Knit Cap Girl===&lt;br /&gt;
Knit Cap Girl is a completely new character, probably created for this unique comic - so as not to confuse her with Megan. Megan is always together with [[Cueball]] (or specifically not together with him), and if he is in this comic at all, it is only as a politician debating on TV. Since Knit Cap Girl seems to be together with [[Hairy]] in this comic it would also be strange if she should be representing Megan. Hairy has some bad reputation in trying to fool girls to fall for him... But at least he is not usually connected to any other girls - so he can finally have found out how to be with a woman (although they also seem to fight in this comic some times). Finally - Megan is never seen wearing a Knit Cap - actually this may be the first time ever in the comic, anyone has carried such a hat. This is the reason for the name used for Knit Cap Girl throughout this explanation.&lt;br /&gt;
&lt;br /&gt;
===Number of options===&lt;br /&gt;
Normally, there is a total of 4 options to make: a/b/c/d. Their order changes constantly. Sometimes, there are 3 or fewer options, with the text box to suggest an alternative option. Sometimes, a given panel actually has 5 or more available options, although even in this case only 4 options appear at a time. Refreshing the comic changes randomly which of the available options are visible and which are hidden. As of late April 2014, the existence of 5 options seems to occur only in a few rare cases, including the first panel itself. There are no longer any panels that seem to have six options.&lt;br /&gt;
&lt;br /&gt;
===Easy navigation===&lt;br /&gt;
Instead of clicking with the mouse you can move more quickly through the panels using the keyboard:&lt;br /&gt;
* Up/Down - navigate options&lt;br /&gt;
* Enter/Right/Spacebar - choose option after navigating with Up/Down&lt;br /&gt;
* Left - go back one panel&lt;br /&gt;
* a/b/c/d - choose any option directly&lt;br /&gt;
&lt;br /&gt;
===New panels===&lt;br /&gt;
It appears that new panels may be generated by Randall in near real time as user suggestions to dialog are submitted. The dialog options could be based on click-through rates and hence will change over time based on which choices are clicked most using {{w|A/B testing|A/B measurement techniques}}.  This will mean that the most popular choices for dialog lines will prevail as the statistics build up. In some cases, dialog line options do not depend on the continuity of the storyline followed, suggesting that some parts of the story are planned. For example, several of the story lines involve one of the two main characters waking up and for instance telling the other character, &amp;quot;I had the strangest dream…&amp;quot; or even reliving the dream. This may be due to common submissions across story lines. Of course there is the other option that Randall has used the first week of April to look though some input and choose himself. These possibilities are not mutually exclusive. Some of the options that were there very early were in quite poor English. Later the same idea was still there but in a more refined sentence. However, after the first week or two, no new panels seemed to appear, which suggests that some were drawn to match the story's progression.&lt;br /&gt;
&lt;br /&gt;
===Permalink===&lt;br /&gt;
Each panel has a &amp;quot;permalink&amp;quot; button which generates a unique URL for all the choices made by the reader — so a reader can save the chosen choices to compare them to other ways going through the selections. The permalink do only save the chosen options, not the order or the visible options in the image where the permalink is recorded. So it is not possible to save a copy where the options are in the same order as they are in the 1/120 version shown at the top. Also if you go back in the story from a permalink, you can risk, when passing back through a panel with five options, that the option you just got back from, is no longer available, as it is the option randomly not shown this time. &lt;br /&gt;
&lt;br /&gt;
===Suggest a line===&lt;br /&gt;
Some times it is possible to add your own suggestions in a panel where there are still other choices. But if not before, then the story will always reach a &amp;quot;final&amp;quot; panel (dead-end) where the reader only has the option left to &amp;quot;suggest a line....&amp;quot; By doing so and pressing enter this text is then shown in the speech bubble. But these suggestions can't be saved as there are no permalink button after this. The reader has to do a screen shot by himself - if he wishes to save his own witty remark. As a few weeks had progressed there were probably so few new suggestions that Randall stopped changing the comic. There has been no reason to believe that new options or panels appeared after the first few weeks of April.&lt;br /&gt;
&lt;br /&gt;
===Bugs===&lt;br /&gt;
Since this interactive comic relies on many servers in the background to provide the response to the reader's actions there are some problems reported here:&lt;br /&gt;
*{{w|HTTP cookie|Cookies}} and {{w|Javascript}} are required to see this page properly. Without cookies, the next panel will not render; attempting to load the page in the UNIXKCD terminal or loading the page without Javascript will just get you the [[1349|previous comic]].&lt;br /&gt;
*When selecting a sentence A/B/C/D the server does not respond on that selection.&lt;br /&gt;
*The servers responsible to provide the pictures are down.&lt;br /&gt;
*In the first week after the comic was released, if a response lead to a panel where two characters speak at the same time, it was impossible to proceed past the first speech bubble. This was subsequently fixed.&lt;br /&gt;
As a consequence of these bugs many readers had trouble with understanding how this interactive comic worked.&lt;br /&gt;
&lt;br /&gt;
==Themes==&lt;br /&gt;
===Computer===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! The beginning&amp;lt;br&amp;gt;[[Image:lorenz - computer.png]]&lt;br /&gt;
| Knit Cap Girl sits at her laptop saying/thinking something. You choose what from four options and thus starts the interactive and dynamic comic. Originally on April the 1st there where only four choices, but this has increased since. But you always have four to choose from when you begin.&lt;br /&gt;
|-&lt;br /&gt;
! Computer problems&amp;lt;br&amp;gt;[[Image:lorenz - laptop 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 6.png]]&lt;br /&gt;
| Knit Cap Girl's laptop has an unspecified problem. Hairy walks in and they attempt to fix it by connecting his laptop with hers. There are two outcomes possible:&lt;br /&gt;
* He fails so badly that they end up randomly floating in the ocean (with or without circling sharks - a reference to [[349: Success]] see below.)&lt;br /&gt;
* It doesn't work so now Knit Cap Girl tries to write something on Hairy's laptop from a paper (a manual?) she holds in her hand. This also fails and the story continues with a blowtorch scene - see below:&lt;br /&gt;
|-&lt;br /&gt;
! Blowtorch&amp;lt;br&amp;gt;[[Image:lorenz - laptop 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 9.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 10.png]]&amp;lt;br&amp;gt;[[Image:lorenz - laptop 11.png]]&lt;br /&gt;
| Knit Cap Girl becomes so upset with her laptop that she decides to melt it using a blowtorch - a clear reference to the comic from the day before this one: [[1349: Shouldn't Be Hard]]. After this they walk out of the building.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Political debate===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Debate&amp;lt;br&amp;gt;[[image:lorenz - debate laptop.png]]&amp;lt;br&amp;gt;[[image:lorenz - debate 1.png]]&amp;lt;br&amp;gt;[[image:lorenz - debate 2.png]]&amp;lt;br&amp;gt;[[image:lorenz - debate 5.png]]&amp;lt;br&amp;gt;[[image:lorenz - debate 4.png]]&amp;lt;br&amp;gt;[[image:lorenz - debate 3.png]]&amp;lt;br&amp;gt;[[image:lorenz - visit.png]]&lt;br /&gt;
| Knit Cap Girl uses har laptop to watch a debate online between the Politician 1 (on the left) and the Politician 2 ([[Cueball]], on the right), the subject and the actual conversation of which varies according to the storyline. Eventually one of two things can happen:&lt;br /&gt;
* They fight each other, the Politician 2 using a lightsaber and the Politician 1 using his bare fists&lt;br /&gt;
* Politician 1 is going down on one knee - either to pray or as in a suggestion to ask the other to marry him...&lt;br /&gt;
Subjects debated could be user suggestions but below are one of those from April the 1st:&lt;br /&gt;
*Politician 1 accuses Politician 2 of having never liked Firefly.&lt;br /&gt;
*Politician 1 vows to end the &amp;quot;war on Christmas&amp;quot; if elected.&lt;br /&gt;
*Politician 1 praises his adversary and supports his economic plan.&lt;br /&gt;
*Politician 1 questions Politician 2's project of tying multiple birds to a car as fuel replacement, which would require some method to make the birds take off in unison. The solutions mentioned for this topic are given here as an example:&lt;br /&gt;
**Opening and closing an umbrella near them (a reference to {{W|Indiana Jones and the Last Crusade}}).&lt;br /&gt;
**Using a predatory bird to the car to scare them&lt;br /&gt;
**Putting resources in the hands of bird educators for the purpose of training them&lt;br /&gt;
**Employing fiscal hawks. &lt;br /&gt;
If the Politician 1 points out some problem with the reasoning, often the solution proposed by the Politician 2 would be doing the same in a larger scale or saying he completely agrees with everything the other says...&lt;br /&gt;
In the end, Hairy walks in to Knit Cap Girl and points out something happening near which may or may not involve birds (or what ever was the subject) which could be a direct result of Politician 2's project. Again all this could be user input!&lt;br /&gt;
The last image where Hairy walks in have been used also in other story lines&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Ocean===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Wrong move&amp;lt;br&amp;gt;[[image:lorenz - laptop 6.png]]&lt;br /&gt;
| Knit Cap Girl tries to write something on Hairy's laptop from a note she has in her hand. Hairy watches. This image is also used in the computer problem theme above. But this time it goes really wrong and the Ocean scene appears right after this:&lt;br /&gt;
|-&lt;br /&gt;
! Sharks&amp;lt;br&amp;gt;[[image:lorenz - shark zero.png]]&amp;lt;br&amp;gt;[[image:lorenz - shark one.png]]&amp;lt;br&amp;gt;[[image:lorenz - sharks.png]]&amp;lt;br&amp;gt;[[image:lorenz - squids.png]]&amp;lt;br&amp;gt;[[image:lorenz - blood.png]]&lt;br /&gt;
| Knit Cap Girl and Hairy are floating in the ocean, with or without sharks. A clear reference to [[349: Success]]. Sharks have been the subject of several other comics. &lt;br /&gt;
Three giant squids appear and a lone shark seems disturbed. Maybe the squids killed the sharks leaving the blood in the last of these images?&lt;br /&gt;
&lt;br /&gt;
Here are some examples with these images &lt;br /&gt;
*[http://www.xkcd.com/1350/#p:9b96fda0-bb48-11e3-804b-002590d77bdd Zero and one shark]&lt;br /&gt;
*[http://www.xkcd.com/1350/#p:9b6e3082-bb48-11e3-804b-002590d77bdd Three shark]&lt;br /&gt;
*[http://www.xkcd.com/1350/#p:9b96fda0-bb48-11e3-804b-002590d77bdd Squids and blood].&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Beach&amp;lt;br&amp;gt;[[image:lorenz - hairy swims away.png]]&amp;lt;br&amp;gt;[[image:lorenz - beach.png]]&lt;br /&gt;
|Knit Cap Girl and Hairy starts to swim out of the shark free ocean and finally reaches a beach - see [[349: Success]].&lt;br /&gt;
*Here are an example where they reach the [http://www.xkcd.com/1350/#p:310127b6-bbb3-11e3-801c-002590d77bdd beach].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Leaving the bulding===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Leaving&amp;lt;br&amp;gt;[[Image:lorenz - going.png]]&lt;br /&gt;
| In some storylines the two characters leaves the building. Either with the laptop intact (like after the politic debate) or with a fused laptop (see computer problems theme). In either case they encounter one of the following scenarios when they come out the door:&lt;br /&gt;
|-&lt;br /&gt;
! Empty lawn&amp;lt;br&amp;gt;[[Image:lorenz - away.png]]&lt;br /&gt;
| Sometimes nothing is outside the bulind except the pawement they walk upon there is just an empty lawm. See [http://xkcd.com/1350/#p:b69f6096-b9f0-11e3-8009-002590d77bdd this example] for both of the first two pictures here. From this point they can move on to walk past stuff - see below.&lt;br /&gt;
|-&lt;br /&gt;
! Huge hole on the lawn&amp;lt;br&amp;gt;[[image:lorenz - hole.png]]&lt;br /&gt;
| There is a huge hole in the ground just outside of the building. The two characters always end up falling into it and one of them awakes from a night mare - see [http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd this example]. See below about dreams.&lt;br /&gt;
|-&lt;br /&gt;
! Rocket on the lawn&amp;lt;br&amp;gt;[[Image:lorenz - rocket 1.png]]&lt;br /&gt;
| There is a space rocket on the lawn outside the building - see [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 this example]. See below about dreams and space travel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Walking===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Starting the walk&amp;lt;br&amp;gt;[[Image:lorenz - away.png]]&lt;br /&gt;
| When there is nothing outside the building the walk begins. It can though begin in other ways, but that is usually longer into a complicated story. The walk begins with Knit Cap Girl and Hairy walking together, but they also often walks alone as will be shown below.&lt;br /&gt;
|-&lt;br /&gt;
!Walking past&amp;lt;br&amp;gt;[[Image:lorenz - tree.png]]&amp;lt;br&amp;gt;[[Image:lorenz - gap.png]]&lt;br /&gt;
|Knit Cap Girl and Hairy walks together past the following items:&lt;br /&gt;
*A tree&lt;br /&gt;
*A gap in the ground - which Knit Cap Girl jumps over, much like in a pit from Mario brothers.&lt;br /&gt;
|-&lt;br /&gt;
!Walking together&amp;lt;br&amp;gt;[[Image:lorenz - dark.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walking.png]]&lt;br /&gt;
|The two characters are seen walking together from different perspectives.&lt;br /&gt;
|-&lt;br /&gt;
!Arguing&amp;lt;br&amp;gt;[[Image:lorenz - discuss.png]]&amp;lt;br&amp;gt;[[Image:lorenz - hairy leaves.png]]&amp;lt;br&amp;gt;[[Image:lorenz - knit cap leaves.png]]&lt;br /&gt;
|Knit Cap Girl and Hairy stops their walk to have an argument. Then either she or he leaves the other by walking back the way they came.&lt;br /&gt;
|-&lt;br /&gt;
!Alone - Girl&amp;lt;br&amp;gt;[[Image:lorenz - walk 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 6.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 9.png]]&amp;lt;br&amp;gt;[[Image:lorenz - thinking.png]]&amp;lt;br&amp;gt;[[Image:lorenz - bird gift.png]]&amp;lt;br&amp;gt;[[Image:lorenz - bird money.png]]&lt;br /&gt;
|Knit Cap Girl walks alone. This is not necessarily because of the argument! She is seen walking alone in many different poses and perspectives. At one point she is thinking - this does not have to be while alone! At some point a bird passes over her carrying a gift. It then returns - now with a money note in its beak.&lt;br /&gt;
|-&lt;br /&gt;
!Alone - Guy&amp;lt;br&amp;gt;[[Image:lorenz - meanwhile.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - walk 10.png]]&amp;lt;br&amp;gt;[[Image:lorenz - thinking 2.png]]&lt;br /&gt;
|Hairy is seen walking alone. This is not necessarily because of the argument! He is seen walking alone in two poses. At one point he is thinking - this does not have to be while alone! In one story line the ''meanwhile'' image appears before this walk like in [http://xkcd.com/1350/#p:aee5abf0-bb29-11e3-8004-002590d77bdd this example].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rocket launch===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
!Into the rocket&amp;lt;br&amp;gt;[[Image:lorenz - rocket 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 4.png]]&lt;br /&gt;
| Leaving the bulding the characters find the rocket on the lawn, and climbs into it.&lt;br /&gt;
|-&lt;br /&gt;
!Out of the rocket&amp;lt;br&amp;gt;[[Image:lorenz - rocket 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 6.png]]&lt;br /&gt;
| In some storylines the rocket does not launch (fail og they do not wish to go into space). So the two charachters climb out again.&lt;br /&gt;
|-&lt;br /&gt;
!Rocket launch&amp;lt;br&amp;gt;[[Image:lorenz - rocket 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 11.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 9.png]]&lt;br /&gt;
| If they do not climb out again, the rocket will launch into space. Sometimes an image from the flight simulator program {{W|Kerbal Space Program}} will appear - see [http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd this example] where the launch wakes a charachter up from a dream. If the characthers do not wake up here, see dream theme, then the rocket will go into space - see Space theme. Before reacing space a dark image will turn up as shown [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 here].(This picture is also used in the dream sequence with the hole).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Space===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
!Rocket launch&amp;lt;br&amp;gt;[[Image:lorenz - rocket 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 11.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 9.png]]&lt;br /&gt;
| When the rocket is launch into space sometimes an image from the flight simulator program {{W|Kerbal Space Program}} will appear - see [http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd this example]. The characthers do not always wake up if this image is shown as in the example, see dream theme. If they do not then the rocket will go into space and often a black image will turn up as shown [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 here].(This picture is also used in the dream sequence with the hole). See other examples for these pictures in the last two entries.&lt;br /&gt;
|-&lt;br /&gt;
!Flying over earth&amp;lt;br&amp;gt;[[Image:lorenz - rocket 10.png]]&lt;br /&gt;
| After entering space, the rocket is in an orbit over earth.&lt;br /&gt;
|-&lt;br /&gt;
!In space&amp;lt;br&amp;gt;[[Image:lorenz - rocket 13.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 14.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 19.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 20.png]]&lt;br /&gt;
| From earth the rocket flies into deep space. At one point it may come close to the sun - which could explain the white color in one image.&lt;br /&gt;
|-&lt;br /&gt;
!Asteroids&amp;lt;br&amp;gt;[[Image:lorenz - rocket 24.png]]&lt;br /&gt;
| Passing the {{W|Asteroid belt}}&lt;br /&gt;
|-&lt;br /&gt;
!Saturn&amp;lt;br&amp;gt;[[Image:lorenz - rocket 12.png]]&lt;br /&gt;
| Passing {{W|Saturn}} with it's majestic rings&lt;br /&gt;
|-&lt;br /&gt;
!Fly by&amp;lt;br&amp;gt;[[Image:lorenz - rocket 15.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 16.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 17.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 18.png]]&lt;br /&gt;
| The space rocket encounters another space ship that asks a question about relativity, the same one that appeared in [[265: Choices: Part 2]]. The other space rocket will shoot and destroy the main rocket if the question isn't answered satisfactory see below. Otherwise the two rockets fly past each other.&lt;br /&gt;
|-&lt;br /&gt;
!Little Prince&amp;lt;br&amp;gt;[[Image:lorenz - rocket 21.png]]&lt;br /&gt;
| Eventually the space rocket meets a guy on a very tiny planet which most likely is a reference to {{w|The Little Prince}}. This could also be a reference to the asteroid [http://blog.xkcd.com/2013/09/30/asteroid-4942-munroe/ 4942 Munroe], then it could be [[Randall]] on the rock... The story never seem to move past this point. Here is an [http://xkcd.com/1350/#p:6490cc4a-b9f0-11e3-8009-002590d77bdd example].&lt;br /&gt;
|-&lt;br /&gt;
!Attack&amp;lt;br&amp;gt;[[Image:lorenz - rocket 15.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 16.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 17.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 22.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 23.png]] &amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&lt;br /&gt;
| If the answer to the space ship is not acceptable it will turn around after passing, and shoot down the rocket. This will turn off the rockets in the Kerbal Space Program simulator, and in turn one of the characthers (Hairy?) will awake from a dream, see dream theme. Most of the images above as well as this attack is included in [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 this example]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Kerbal Space Program===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
!Engines on&amp;lt;br&amp;gt;[[Image:lorenz - rocket 11.png]]&lt;br /&gt;
|These pictures are from the flight simulator program {{W|Kerbal Space Program}} (KSP). An example of the image in the comic can be seen [http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd here]. In this case the liftoff with the engine on turns out to be just a dream. But the image can also precede a space travel going into deep space - as the travel shown below. See more on the this under the space theme.&lt;br /&gt;
|-&lt;br /&gt;
!Engines off&amp;lt;br&amp;gt;[[Image:lorenz - rocket 23.png]]&lt;br /&gt;
|Here we see an image with the engines off. See this [http://i.imgur.com/UofvQ.png image] from KSP where the rocket engines are not on. This image is usually shown after the spaceship is shut down and it turns out it was just a dream - see [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 this example]. See more on the this under the space theme.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Dinosaur===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Dinosaur Comics&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&lt;br /&gt;
| The green T-rex from {{w|Dinosaur Comics}} (a clip-art-based webcomic that uses the same artwork with different captions for every strip.) interrupts the story and proceeds to talk about his tiny arms or other subjects. The first three pictures are taken directly from the webcomic, except that the third picture is larger in the real comic (see [http://www.qwantz.com/index.php?comic=2420 this particular example] where the title text actually refer to Randall and xkcd). In the end, the dinosaur stamps on the house the main characters are in (this is thus Randall's own picture). If it gets this far one of the characters will wake up from a dream - It may be only Knit Cap Girl as she is the one seen fully in the fourth image. Examples where this is the second dream can be seen [http://www.xkcd.com/1350/#p:5e94d028-bb7d-11e3-8012-002590d77bdd here] and [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 here]. See more under the dream theme.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Boomerang===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Finding Boomerang&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 2.png]]&lt;br /&gt;
| Knit Cap Girl finds a boomerang on the ground and may express her feelings about it. The other images listed below, may come more or less in any order and any number of times. She may comment on it again after catching it. She may also put it down. See below also for examples of story lines.&lt;br /&gt;
Boomerangs are also featured in: [[445: I Am Not Good with Boomerangs]], [[475: Further Boomerang Difficulties]], [[939: Arrow]]&lt;br /&gt;
|-&lt;br /&gt;
! Throwing Boomerang&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 6.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 9.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 10.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang 11.png]]&lt;br /&gt;
| Knit Cap Girl throws the boomerang, and it flies back (and forth). This can go on for a while, and she may even [http://xkcd.com/1350/#p:08896f1c-bade-11e3-8001-94de80a03a29 lay it down and walk away]. However, more often than not she will end up with an accident:&lt;br /&gt;
|-&lt;br /&gt;
! Accidents&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident 6.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang rocket 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang rocket 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang boom.png]]&amp;lt;br&amp;gt;[[Image:lorenz - surprise.png]]&amp;lt;br&amp;gt;[[Image:lorenz - run.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - boomerang accident 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - meanwhile.png]]&lt;br /&gt;
| These accidents are:&lt;br /&gt;
*Getting hit in the face - The two options here below are both featured in [http://xkcd.com/1350/#p:ee6b910c-bae5-11e3-8001-002590d77bdd this example].&lt;br /&gt;
**Knit Cap Girl getting hit in the face with the boomerang rebound (i.e. [[445: I Am Not Good with Boomerangs]])&lt;br /&gt;
**Knit Cap Girl fails to catch the boomerang and the rebound hit Hairy in the face off screen and he then enters the frame in the next image. &lt;br /&gt;
*Hitting the space rocket from another story branch - see [http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd this example].&lt;br /&gt;
*The boomerang crashing into something off panel - someone may shout back - see [http://www.xkcd.com/1350/#p:fc34f46a-ba98-11e3-8008-002590d77bdd this example]. (i.e. [[475: Further Boomerang Difficulties]])&lt;br /&gt;
**In some cases the meanwhile image appears like in [http://xkcd.com/1350/#p:aee5abf0-bb29-11e3-8004-002590d77bdd this example].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! A wild Pikachu appeared&amp;lt;br&amp;gt;[[Image:lorenz - pikachu appeared.png]]&lt;br /&gt;
| Some of the storylines involve Pokémon battles featuring Pikachu, a very popular Pokémon. The battles are drawn in the style of the video games. (A trainer in the left-bottom corner facing the foe in the right-top corner, with a narration box below the scene and the trainer's Pokéballs visible, although some elements are missing, such as the level, gender and HP bar.) In this first image Pikachu the wild pokémon appeares. Then the fight begins:&lt;br /&gt;
|-&lt;br /&gt;
! Pikachu's moves&amp;lt;br&amp;gt;[[Image:lorenz - pikachu abandonment.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu anguish.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu ant.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu extrude.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu faceless.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu friendship.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu granite.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu graph.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu ink cloud.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu radicality.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu theft.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu uplift.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu ethylene.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu blank.png]]&lt;br /&gt;
| Pikachu uses a number of different moves, though these are mostly made up and are not from the Pokémon games. Pikachu's moves are almost invariably remarked by the narrator as &amp;quot;It's not very effective...&amp;quot;, but &amp;quot;It's super effective!&amp;quot; is also possible to appear. (see below) &lt;br /&gt;
In the video games, a move is &amp;quot;not very effective&amp;quot; when the opponent's type resists the attacking move's type and &amp;quot;super effective&amp;quot; when the opponent's type is weak to the attacking move's type.&lt;br /&gt;
&lt;br /&gt;
Pikachu's moves (see below for examples - those appearing in the examples are marked with ¤$£ etc):&lt;br /&gt;
* Abandonment ^ - Pikachu disappears completely.&lt;br /&gt;
* Anguish ¤% - Pikachu is sad.&lt;br /&gt;
* Ant Colony - Pikachu is covered in ants.&lt;br /&gt;
* Extrude - Pikachu's head moves away from his body as his neck becomes long and malleable.&lt;br /&gt;
* Faceless $ - Pikachu's face disappears.&lt;br /&gt;
* Friendship £ - Pikachu is on Knit Cap Girl's head, signifying they are now friends. Friendship, though not a move, is a game mechanic in the video games.&lt;br /&gt;
* Granite % - Pikachu is atop a block of granite.&lt;br /&gt;
* Graph Theory ¤ - The theory can be seen behind Pikachu &lt;br /&gt;
* Ink Cloud % - Pikachu is covered in ink. In the storyline Pikachu uses it, there is the option to &amp;quot;gather&amp;quot; the ink.&lt;br /&gt;
* Radicality £ - Pikachu is on a skateboard.&lt;br /&gt;
* Theft &amp;amp; - Pikachu wears Knit Cap Girl's hat. Pikachu seems to be using &amp;quot;Thief&amp;quot;, a similarly-named actual move from the games, that is used to steal the foe's item and use it as its own.&lt;br /&gt;
* Uplift - Pikachu's head goes upward, separated from its body, showing a long, thick cable still connecting the head and the body.&lt;br /&gt;
* Ethylene Dichloride ¤ - Pikachu holds a glas with  Ethylene Dichloride - Nothing seems to happen, but Ethylene Dichloride is a toxic chemical, so there may be future consequences for the characters. &lt;br /&gt;
** After using it, (&amp;quot;not very effective&amp;quot;) Pikachu may make remarks about the move using the blank version of the image from below (the following text are users suggestion):&lt;br /&gt;
*** I used to be better at chemistry.&lt;br /&gt;
*** This is still better than all the lightning crap.&lt;br /&gt;
* Blank text box ¤£% - for user input&lt;br /&gt;
**The below items are (probably) not with a certain picture but text that users have suggested appear in the blank picture at the bottom of this section:&lt;br /&gt;
** Struggle&lt;br /&gt;
***In one storyline, after Pikachu uses a number of moves, it says: &amp;quot;Now I only have Struggle left. Tie?&amp;quot; In the Pokémon games, when a Pokémon runs out of PP (Power Points, the energy required to use each of its moves) for all its moves, it may only use Struggle, a weak move, indefinitely reusable, that harms not only the opponent but the user as well.&lt;br /&gt;
** Cuteness %&lt;br /&gt;
** Yet %&lt;br /&gt;
** Crowdsource&lt;br /&gt;
** The Discrete Metric&lt;br /&gt;
&lt;br /&gt;
Here are some examples of battle (please help include links to all moves):&lt;br /&gt;
* ¤ [http://www.xkcd.com/1350/#p:81c9e8c8-ba1d-11e3-8018-002590d77bdd 4 different moves]&lt;br /&gt;
* % [http://www.xkcd.com/1350/#p:f203d1c6-ba22-11e3-801a-002590d77bdd 5 different moves]&lt;br /&gt;
* £ [http://xkcd.com/1350/#p:8737f5b4-ba92-11e3-8008-002590d77bdd 3 different moves]&lt;br /&gt;
* $ [http://www.xkcd.com/1350/#p:feaa5d4e-bbd2-11e3-802c-002590d77bdd Faceless move]&lt;br /&gt;
* &amp;amp; [http://www.xkcd.com/1350/#p:b8fe0a3c-bb52-11e3-8001-002590d77bdd Theft move]&lt;br /&gt;
* ^ [http://www.xkcd.com/1350/#p:2f0612e0-bbd7-11e3-8030-002590d77bdd Abandonment move]&lt;br /&gt;
&lt;br /&gt;
Below are some transcript of lines from user input and their references:&lt;br /&gt;
*One narration line is &amp;quot;Where's Twitch when I need help?&amp;quot;, a reference to {{w|Twitch Plays Pokémon}} which was also covered by comic [[1333: First Date]]. &lt;br /&gt;
*Another narration line is: &amp;quot;Google Maps didn't warn me of this.&amp;quot;, a reference to [https://www.youtube.com/watch?v=4YMD6xELI_k Google Maps: Pokémon Challenge].&lt;br /&gt;
*Other remarks from Pikachu or about Pikachu can be seen in [http://xkcd.com/1350/#p:e8cf1df0-bbd4-11e3-802e-002590d77bdd this example]&lt;br /&gt;
** Pikachu: Aren't you going to catch me? It's not difficult, I promise... Please? [Knit Cap Girl and Hairy ignore him and go away]&lt;br /&gt;
*** Please! Jigglypuff keeps on drawing on my face!&lt;br /&gt;
*** You were walking in tall grass! You asked for it!&lt;br /&gt;
*** Please... Tame me! I want to party on days other than Thursday.&lt;br /&gt;
**** [Hairy remarks] Y'know, if we catch a Pikachu, we would never [sic] to pay our electric bills again.&lt;br /&gt;
*Pokémon mentioned other than Pikachu:&lt;br /&gt;
** Charizard (In one storyline, &amp;quot;Go Charizard&amp;quot; is one usable move in battle)&lt;br /&gt;
** Jigglypuff&lt;br /&gt;
|-&lt;br /&gt;
! Not effective&amp;lt;br&amp;gt;[[Image:lorenz - pikachu not very effective.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu end 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu end 2.png]]&lt;br /&gt;
|Normally after a few failed attempts - where the result is given as ''It's not very effective'', there is an uncomfortable silence as the Pikachu says &amp;quot;Um...&amp;quot; Then it talks to Knit Cap Girl and Hairy and as they then walk away past the Pókemon, Pikachu is left in the tall grass and has time to make a final remark. See [http://xkcd.com/1350/#p:9a86363c-bb53-11e3-8001-002590d77bdd this example] where they walk away only to meet another wild Pikachu.&lt;br /&gt;
|-&lt;br /&gt;
! Super effective&amp;lt;br&amp;gt;[[Image:lorenz - pikachu super effective.png]]&amp;lt;br&amp;gt; [[Image:lorenz - pikachu fainted.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu dead 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu dead 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu dead 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu dead 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - pikachu dead 5.png]]&lt;br /&gt;
|Rarely, a suggested move knocks Pikachu out. This is stated as ''It's super effective'' (sometimes this image comes right after the one with ''It's not very effective''). The result is that Pikachu faints.  Knit Cap Girl and Hairy looks at the fainted (not dead) Pikachu who lies facedown in the grass. Then Knit Cap Girl ''pokes'' the pókemon and they walk past him out of the tall grass like in [http://www.xkcd.com/1350/#p:feaa5d4e-bbd2-11e3-802c-002590d77bdd this example].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Dreams===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Walking up&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&lt;br /&gt;
| Sometimes, Knit Cap Girl or Hairy find themselves waking from a dream, suggesting that all prior events were just them dreaming. Below are several situations where a dream will or may occur described (and shown with the full sequence leading up to the dream displayed). &lt;br /&gt;
Often a dream loops upon itself, as a character wakes up multiple times in the same storyline, either from the same dream or from different dreams.&lt;br /&gt;
Sometimes it even turns out that each character has a dream in the same storyline, meaning that the last to wake up, has dreamt that they were the other character waking up before... See examples of all this below.&lt;br /&gt;
The dream scenarios (together with the ''meanwhile'' image) would make it possible to connect all images into one long sequence!&lt;br /&gt;
Some situations will always result in a character waking up, others will only in some story lines lead to an awakening.&lt;br /&gt;
As can be seen in these two images Knit Cap Girl wakes up with her head to the left and the cap lying on the end of the bed. Hairy wakes up with his head to the right.&lt;br /&gt;
|-&lt;br /&gt;
! Falling&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;[[Image:lorenz - hole.png]]&amp;lt;br&amp;gt;[[Image:lorenz - falling.png]]&amp;lt;br&amp;gt;[[Image:lorenz - aaa.png]]&amp;lt;br&amp;gt;[[Image:lorenz - aaa 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 9.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&lt;br /&gt;
| One of the most obvious dreams is the one about falling as in this case where both characters falls into a big hole outside the building they are leaving - as shown here in [http://www.xkcd.com/1350/#p:20698602-bbb1-11e3-801c-002590d77bdd this example] where first one then the other characters awake from the same falling dream. &lt;br /&gt;
In the case - with the hole - one (or either as shown above) of the characters wakes up from the nightmare after falling into the hole. But they can wake up after any of the three black pictures shown here. The other two pictures (which were not included in the first example) can be seen in [http://xkcd.com/1350/#p:ba285dea-baa3-11e3-801c-002590d77bdd this example].(The total black picture is also sometimes used in the space theme). The hole situation will always turn out to be a dream.&lt;br /&gt;
|-&lt;br /&gt;
! Dinosaur&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 3.png]]&amp;lt;br&amp;gt;[[Image:lorenz - dinosaur 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&lt;br /&gt;
| A Dinosaur enters the comic (see more about these same images under the Dinosaur theme). If the comic goes on long enough these four images will appear and after the last the character awakes from the nightmare. It may be only Knit Cap Girl as she is the one seen fully in the fourth image. Examples where this is the second dream can be seen [http://www.xkcd.com/1350/#p:5e94d028-bb7d-11e3-8012-002590d77bdd here] and [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 here]. If the dinosaur steps on the building the story will always turn out to be a dream.&lt;br /&gt;
|-&lt;br /&gt;
! Evil spaceship&amp;lt;br&amp;gt;[[Image:lorenz - rocket 15.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 16.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 17.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 18.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 22.png]] &amp;lt;br&amp;gt;[[Image:lorenz - rocket 23.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&lt;br /&gt;
| During a space travel the rocket passes another space ship. If a failed communication occurs the space ship turns around and shoots down the rocket. At this point it turns out it was just a nightmare and one of the characters wake up (maybe only Hairy?). See [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 this example]. In the last picture before waking we see an image from the flight simulator program Kerbal Space Program (KSP) with the rockets off - see the KSP theme. This situation will always turn out to be a dream.&lt;br /&gt;
|-&lt;br /&gt;
! Rocket launch&amp;lt;br&amp;gt;[[Image:lorenz - rocket 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - rocket 11.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&lt;br /&gt;
| This dream is not really a nightmare, as opposed to the three above, where the characters always wake up. This is not necessarily the case for the rocket launch. But in this case described here Knit Cap Girl (maybe also Hairy) wakes up during the rocket launch - see [http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd this example]. In the last picture before waking we see an image from the flight simulator program Kerbal Space Program (KSP) with the rockets on - see the KSP theme.&lt;br /&gt;
|-&lt;br /&gt;
! Politic debate&amp;lt;br&amp;gt;[[Image:lorenz - debate 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - debate 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - debate 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&lt;br /&gt;
| In this dream, that is not so much a nightmare that it will always be a dream (like the first three) Knit Cap Girl (maybe also Hairy) wakes up after a silly political debate - see [http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd this example].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Waking up===&lt;br /&gt;
{| class=&amp;quot;wikitable collapsible collapsed&amp;quot; |&lt;br /&gt;
! To see/hide images click here:&lt;br /&gt;
! Description of images&lt;br /&gt;
|-&lt;br /&gt;
! Walking up&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&lt;br /&gt;
| Sometimes, Knit Cap Girl or Hairy find themselves waking from a dream, suggesting that all prior events were just them dreaming. After they awake they stay in bed for a while and then go out in to the world. These scenes will be shown here below.&lt;br /&gt;
As can be seen in these two images Knit Cap Girl wakes up with her head to the left and the cap lying on the end of the bed. Hairy wakes up with his head to the right.&lt;br /&gt;
|-&lt;br /&gt;
! In bed - Girl&amp;lt;br&amp;gt;[[Image:lorenz - wake up 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 11.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 10.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 3.png]]&lt;br /&gt;
|Knit Cap Girl wakes up with a ''Gasp''. She sits for a while - may then begin to sing ''I woke up like this'' (This could be a reference to {{W|Flawless (Beyoncé song)}}). After this she may lie down again before finally getting out of bed.&lt;br /&gt;
|-&lt;br /&gt;
!Yawning - Girl&amp;lt;br&amp;gt;[[Image:lorenz - wake up 4.png]]&amp;lt;br&amp;gt;[[Image:lorenz - computer.png]]&lt;br /&gt;
|Yawning Knit Cap Girl gets back to her laptop and we are back to the first image as can be seen in [http://www.xkcd.com/1350/#p:20698602-bbb1-11e3-801c-002590d77bdd this example].&lt;br /&gt;
|-&lt;br /&gt;
! In bed - Guy&amp;lt;br&amp;gt;[[Image:lorenz - wake up 5.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 6.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 13.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 7.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 12.png]]&lt;br /&gt;
|Hairy wakes up with a ''Gasp''. He sits for a while - may then begin to sing ''I woke up like this'' (This could be a reference to {{W|Flawless (Beyoncé song)}}). After this he may lie down again before finally getting out of bed. Notice that [[Randall]] forgot to draw Hairy's hairy hair as he lay down again. If it was a wick, it should have hung over the bed like Knit Cap Girls Knit Cap does.&lt;br /&gt;
|-&lt;br /&gt;
!Yawning - Guy&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;[[Image:lorenz - wake up 8.png]]&amp;lt;br&amp;gt;[[Image:lorenz - wake up 9.png]]&lt;br /&gt;
|Yawning Hairy walks in where Knit Cap Girl sits at her laptop and tells her about his dream(?) as can be seen in [http://www.xkcd.com/1350/#p:20698602-bbb1-11e3-801c-002590d77bdd this example], where both yawning pictures appear.&lt;br /&gt;
|-&lt;br /&gt;
! Salesman&amp;lt;br&amp;gt;[[Image:lorenz - sale 1.png]]&amp;lt;br&amp;gt;[[Image:lorenz - sale 2.png]]&amp;lt;br&amp;gt;[[Image:lorenz - sale 3.png]]&lt;br /&gt;
| Instead of going to Knit Cap Girl after walking up Hairy can take an alternative route where he meets [[White Hat]], a salesman with a small stand. White Hat tries to sell something to Hairy. Will he succeed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[This transcript only transcribes what can be seen in the picture shown at the top of the explanation here.]&lt;br /&gt;
&lt;br /&gt;
:[The comic starts with two panels. In the top panel we see Knit Cap Girl sitting at a desk in front of her laptop typing. There is a speech line up to a gray but empty speech bubble.]&lt;br /&gt;
:[The second panel below has the same gray background as the empty speech bubble above. Here is presented four options to what Knit Cap Girl could be saying. They are marked a, b, c and d written in small white rectangles next to the text. There is a small arrow at the top pointing to the first panel:]&lt;br /&gt;
&lt;br /&gt;
:a Let's see if BSD is any easier to install nowadays.&lt;br /&gt;
:b Oh. Hey. There's some kind of political thing going on. &lt;br /&gt;
:c Hurry! We're in talks with Facebook.&lt;br /&gt;
:d Refresh... No new email... Refresh... No new tweets... Refresh...&lt;br /&gt;
&lt;br /&gt;
:[Once the reader chooses one of the options the text will appear in the speech bubble where the gray area is replaced with the usual white background. The lower gray panel disappears. Now the comic really begins.]&lt;br /&gt;
:[A new panel is shown after the selection, again with one to four options to choose from in the new gray panel below. This will continue until it comes to an end where the reader finally only has the choice to suggest the next line.]&lt;br /&gt;
&lt;br /&gt;
:[The order of the up to four options are random, and changes every time you begin again (or even go back to a previous frame). This means that the a-d in the transcript is not the same next time. In some few panels there are even more than four options. To see the fifth you have to reload, then you may find this fifth option next time. The first panel is one of those with five options.] &lt;br /&gt;
:[The fifth not shown above is: '''These stupid tiles... I'll just play one more game.''']&lt;br /&gt;
&lt;br /&gt;
:[In the first days of the comic when it developed quickly, new options appeared only to later disappear. '''Gravity. Lots of it.''' is one of those lost options from the first panel. At one time there was also by mistake two versions of one of the other five mentioned above. But this was later deleted. Maybe there could still be a permalink to these lost stories out there...?]&lt;br /&gt;
&lt;br /&gt;
:[Although it may be impossible to finish? ... it has been tried to make a complete '''[[1350: Lorenz/Transcript|interactive transcript]]'''.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*In one [http://www.explainxkcd.com/wiki/index.php/File:lorenz_-_wake_up_7.png panel] Hairy is drawn in bed ''without'' his hair - see the [[#Waking up|Waking up]] pictures.&lt;br /&gt;
*The most common pictures are [http://imgs.xkcd.com/comics/a1-2014/vS9UO5cGsw1hoDrrNLMSRg.png &amp;quot;Not very effective&amp;quot;], [http://imgs.xkcd.com/comics/a1-2014/VegCGBEOFJCsFxJpbmvziQ.png Throwing], [http://imgs.xkcd.com/comics/a1-2014/zHPHozjDXmCUy66bYVSRoQ.png Waiting], [http://imgs.xkcd.com/comics/a1-2014/ZNBJOG1e-vCfzdqKFHQ21A.png Leaving the House].&lt;br /&gt;
*The rarest pictures are [http://imgs.xkcd.com/comics/a1-2014/VgSdMz8OAHQ8w5Ee432f5Q.png The Little Prince], [http://imgs.xkcd.com/comics/a1-2014/0RW46RaD8RJDfTyBOTqlpw.png The beach], [http://imgs.xkcd.com/comics/a1-2014/OZZtCeXrnU0UskVTCUQf1Q.png An exponential chart]. (As of late April there are several pictures from the complete list, that no longer seem to be available - so they are not only rare, but extinct in the comic if no one has a permalink to a comic where they appear).&lt;br /&gt;
*'''The all time longest comics by panel - top three'''. &lt;br /&gt;
**Please only include '''clearly different''' storylines:&lt;br /&gt;
*# [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels] - Space/dinosaur double dream, boomerang, and exploding rocket.&lt;br /&gt;
*# [http://xkcd.com/1350/#p:718ad9a6-bc6e-11e3-800f-002590d77bdd 41 panels] - Politics, hole dream, boomerang.&lt;br /&gt;
*# [http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd 39 panels] - Politics, dream and boomerang.&lt;br /&gt;
**There may be no upper boundary! &lt;br /&gt;
**But this is then the list of the longest comics with most panels as found so far.&lt;br /&gt;
**If you beat a record please post the '''permalink''' here.&lt;br /&gt;
**Please note themes included in comic. &lt;br /&gt;
**Please move beaten records down and delete the fourth.&lt;br /&gt;
*'''Longest by themes''' - click to expand:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
Include only more than one if the story is clearly different from from the record.&lt;br /&gt;
#Multiple dreams:&lt;br /&gt;
##[http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels] - Two dreams one by each charachter, after space and dinosaur attack.&lt;br /&gt;
##[http://xkcd.com/1350/#p:2ed958de-badf-11e3-8001-002590d77bdd 36 panels] - Hole dream, blowtorch laptop, rocket take-off dream.&lt;br /&gt;
##[http://xkcd.com/1350/#p:452c03fc-bb16-11e3-8004-002590d77bdd 35 panels] - Two times the same dream with big hole by the same charachter (shovel/blowtorch and then boomerang).&lt;br /&gt;
##[http://xkcd.com/1350/#p:ba285dea-baa3-11e3-801c-002590d77bdd 28 panels] - One dream with hole that returns to starting point - does the dream continue?&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:8440e346-bb16-11e3-8004-002590d77bdd 26 panels] - Two different dreams by the same character after hole and rocket.&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:5e94d028-bb7d-11e3-8012-002590d77bdd 22 panels] - Two different dreams by the same character after hole and dinosaur attack.&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:20698602-bbb1-11e3-801c-002590d77bdd 21 panels] - Two times the same dream with big hole - once be each character&lt;br /&gt;
##? - More than two dreams&lt;br /&gt;
#Boomerang:&lt;br /&gt;
##[http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels] - double dream etc.&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd 39 panels] - Starting with politic debate in a dream.&lt;br /&gt;
##[http://xkcd.com/1350/#p:ee6b910c-bae5-11e3-8001-002590d77bdd 34 panels] - As the 39 panel, but here both the girl and the Hairy gets the boomerang in the face!&lt;br /&gt;
##[http://xkcd.com/1350/#p:a1776988-ba41-11e3-8035-002590d77bdd 30 panels] - Rocket, dream, Boomerang hits her in the face. She then puts it down and then picks it up again&lt;br /&gt;
#Space: &lt;br /&gt;
##[http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels] - double dream etc.&lt;br /&gt;
##[http://xkcd.com/1350/#p:6490cc4a-b9f0-11e3-8009-002590d77bdd 30 panels] - reaching the Little Prince:&lt;br /&gt;
#Dinosaur:&lt;br /&gt;
##[http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels] - double dream etc.&lt;br /&gt;
#Political debate:&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd 39 panels] - but also dream and boomerang.&lt;br /&gt;
##[http://xkcd.com/1350/#p:aee5abf0-bb29-11e3-8004-002590d77bdd 31 panels] - politicians fighing and explosive bananas - including the ''meanwhile'' image&lt;br /&gt;
#Blowtorch: &lt;br /&gt;
##[http://xkcd.com/1350/#p:2ed958de-badf-11e3-8001-002590d77bdd 36 panels] - Hole dream, blowtorch laptop, rocket take-off dream.&lt;br /&gt;
##[http://xkcd.com/1350/#p:9a86363c-bb53-11e3-8001-002590d77bdd 26 panels] - blowtorch and moving past Pokémon twice&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:97cbd552-bb01-11e3-8004-002590d77bdd  25 panels] - dream of hole and then blowtorch&lt;br /&gt;
#Pokémon: &lt;br /&gt;
##[http://xkcd.com/1350/#p:9a86363c-bb53-11e3-8001-002590d77bdd 26 panels] - blowtorch and moving past Pokémon twice&lt;br /&gt;
##[http://www.xkcd.com/1350/#p:81c9e8c8-ba1d-11e3-8018-002590d77bdd 24 panels] - really long fight&lt;br /&gt;
##[http://xkcd.com/1350/#p:8737f5b4-ba92-11e3-8008-002590d77bdd 22 panels] - moving past Pokémon.&lt;br /&gt;
#Sharks&lt;br /&gt;
##[http://xkcd.com/1350/#p:30f53d98-bbb3-11e3-801c-002590d77bdd 13 panels] - reaching beach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Longest by starting point''' - click to expand:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
Only the longest:&lt;br /&gt;
#These stupid tiles... I'll just play one more game: [http://xkcd.com/1350/#p:ffa26ce0-bade-11e3-8001-94de80a03a29 77 panels]&lt;br /&gt;
#Oh. Hey. There's some kind of political thing going on: [http://www.xkcd.com/1350/#p:ea25460c-baf3-11e3-8001-002590d77bdd 39 panels]&lt;br /&gt;
#Let's see if BSD is any easier to install nowadays: [http://xkcd.com/1350/#p:ba285dea-baa3-11e3-801c-002590d77bdd 28 panels]&lt;br /&gt;
#Refresh... No new email... Refresh... No new tweets... Refresh...: [http://www.xkcd.com/1350/#p:81c9e8c8-ba1d-11e3-8018-002590d77bdd 24 panels]&lt;br /&gt;
#Hurry! We're in talks with Facebook: [http://xkcd.com/1350/#p:441ba2fe-bc03-11e3-8034-002590d77bdd 13 panels]&lt;br /&gt;
#Gravity. Lots of it: ? (This option do not seem to be featured anymore?)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:April fool's comics]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Boomerangs]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Dinosaurs]]&lt;br /&gt;
[[Category:Pokémon]]&lt;br /&gt;
[[Category:Dreams]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:Sharks]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75485</id>
		<title>1360: Old Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75485"/>
				<updated>2014-09-08T18:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Files and Folders */ fixed awful spelling (I'm an official tyop [sic] team member!)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1360&lt;br /&gt;
| date      = April 25, 2014&lt;br /&gt;
| title     = Old Files&lt;br /&gt;
| image     = old_files.png&lt;br /&gt;
| titletext = Wow, ANIMORPHS-NOVEL.RTF? Just gonna, uh, go through and delete that from all my archives real quick.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Still need work, grammar. Other comics being referenced need to be included.}}&lt;br /&gt;
This comic came out the day after [http://news.sky.com/story/1248397/andy-warhol-originals-found-on-floppy-disk Sky News published the story] of original {{w|Andy Warhol}} artwork, created in 1985 on an {{w|Amiga 1000}}, was recovered from recently found floppy disks.&lt;br /&gt;
&lt;br /&gt;
Cueball is digging through a pile of old files, which the comic represents as digging with a shovel into the depths of his file-system. These layers are arranged much like geological rock formations where older strata is deeper down than younger layers. The files are in concentric layers because each directory is imbedded in the previous directory. Therefore the &amp;quot;Documents&amp;quot; folder contains an &amp;quot;Old Desktop&amp;quot; which contains a folder with files recovered from an older system, which contains a &amp;quot;My Documents&amp;quot; folder, which contains a folder with files copied from a {{w|Zip Disk}} in high school. The result is that files from high school have survived in his present-day machine. The formats and systems are meant to be analogous to the fossils and artifacts found in lower, older rock layers. &lt;br /&gt;
&lt;br /&gt;
Notice how file-sizes get larger the newer they are. Older systems and smaller files are found in lower layers, as they are hadn't been developed yet; AOL, NYET, Kazaa are older than Facebook, and MP3s. In the days of AOL, 94 MB was reasonable disk space whereas current computers require larger file storage, hence 47 GB. In other words, digital artifacts have the same structural hierarchy as physical, geological ones.  &lt;br /&gt;
&lt;br /&gt;
He discovers several files he is embarrassed about, including a poetry file that surprises him, since he does not remember writing poetry, and an &amp;quot;{{w|Animorphs}} Novel&amp;quot; mentioned in the title text, most likely a fan fiction of the Animorphs series, although possibly a copy of one of the original books. &lt;br /&gt;
&lt;br /&gt;
The {{w|Animorphs}} at the title text refers to a fiction series released between 1996 and 2001. This is also content more than ten years old.&lt;br /&gt;
&lt;br /&gt;
See also [[1380: Manual for Civilization]] for other references to Animorphs.&lt;br /&gt;
&lt;br /&gt;
See also [[286: All Your Base]] for other references to AYB.&lt;br /&gt;
&lt;br /&gt;
See also [[512: Alternate Currency]] for references to 4 chan.&lt;br /&gt;
&lt;br /&gt;
See also [[107: Snakes on a Plane! 2]] for references to James.&lt;br /&gt;
&lt;br /&gt;
===Files and Folders===&lt;br /&gt;
The folders and files in detail:&lt;br /&gt;
&lt;br /&gt;
'''Documents''' (47 GB): A large folder containing many of [[Cueball]]'s personal files.&lt;br /&gt;
*''misc.txt'': A miscellaneous {{w|text file}} of unknown and unknowable content.&lt;br /&gt;
*''Video projects'': As video files can take up a lot of space this likely makes up portion of the 47 GB.&lt;br /&gt;
&lt;br /&gt;
'''Old desktop''' (12 GB): A backup from a former computer.&lt;br /&gt;
*''{{w|Facebook}} pics'': Pictures that were intended to be added to Facebook.&lt;br /&gt;
*''Pics from other camera'': Unknown pictures from a second camera.&lt;br /&gt;
*''Temp'': Temporary folders generally contain cashed files and files that are used temporarily to install programs.&lt;br /&gt;
*''Misc {{w|Portable Document Format|PDF}}s'': PDFs are often used for documentation, but could be any collection of digitized books or other documents.&lt;br /&gt;
*''{{w|MP3}}'': MP3 is a widely-used format for digital audio files.&lt;br /&gt;
&lt;br /&gt;
'''Recovered from drive crash''' (4 GB): When a {{w|Hard disk drive|hard drive}} crashes some or all data may be recovered.&lt;br /&gt;
*''Temp'': Temporary files.&lt;br /&gt;
*''Work misc'': Unknown work related projects.&lt;br /&gt;
*''{{w|Audiobook|Audio books}}'':  Recordings books being read out loud.&lt;br /&gt;
&lt;br /&gt;
'''My Documents''' (570 MB): This is a typical folder created by {{w|Microsoft Windows}} for personal documents.&lt;br /&gt;
*''Downloads'': A default location for downloaded files in the Windows OS.&lt;br /&gt;
*''{{w|Kazaa}} shared'': Kazaa is a defunct peer-to-peer file sharing program. The &amp;quot;shared&amp;quot; folder shared with other members.&lt;br /&gt;
*''AYB'': {{w|All your base are belong to us|ALL YOUR BASE are belong to us}} is an internet inspired by a bad translation from ''{{w|Zero Wing}}''. &lt;br /&gt;
*''{{w|Escape Velocity Override|EV Override}}'': An {{w|Apple Macintosh}} video game, released in 1998.&lt;br /&gt;
*''[http://rephial.org/ Angband]'': A game named after a fictional stronghold created by {{w|J. R. R. Tolkien}}.&lt;br /&gt;
*''{{w|GIF}}s'': A image format widely used for transparent or animated images.&lt;br /&gt;
*''{{w|Fight Club}}.wmv'': A movie. As feature movies are typically compressed to 700 megabyte, and this folder only contains 570 MB, it must be of low quality or a small screen size.&lt;br /&gt;
*''{{w|Elasto Mania}}'': A physics-simulation game that claims to show real physics.&lt;br /&gt;
*''{{w|AOL Instant Messenger|AIM}} Direct Connect files'': Files transferred via AOL Instant Messenger.&lt;br /&gt;
*''{{w|4chan}]'': An image-board where users can upload pictures anonymously.  Randall impulsively saves pictures from there.&lt;br /&gt;
*''{{w|ICQ}} logs'': An instant messaging program introduced in 1996. It is no longer commonly used in North America. &lt;br /&gt;
&lt;br /&gt;
'''High school {{w|Zip drive|Zip disk}}''' (94 MB): The most popular form of {{w|superfloppy}}, introduced in 1994 with a capacity of 100 MB.&lt;br /&gt;
*''{{w|Korn}} MIDI'': Korn is an American {{w|nu metal}} band formed in 1993. {{w|MIDI}} is a protocol for communication with electronic musical instruments. The result tends to be sounds of low quality.&lt;br /&gt;
*''Photos3'': This is a folder of old photos.&lt;br /&gt;
**''{{w|Prom}}'': Pictures taken at prom.&lt;br /&gt;
*''lovenote.txt'': An old text file of a {{w|love letter}}, probably to a classmate in high school.&lt;br /&gt;
*''{{w|Gorillas (video game)|Gorillas}}.bas'': A game written in {{w|BASIC}}, to be run on {{w|QBasic}}, and supplied with MS-DOS . &lt;br /&gt;
*''Dream.txt'': Some private dreams.&lt;br /&gt;
*''James.txt'': Perhaps [[James]] is a friend of Randall, and the same as the one who came up with [[107|xkcd #107]].&lt;br /&gt;
*''{{w|AOL}}'':  A early online and internet service, founded in 1985 and popular in the 1990s.&lt;br /&gt;
**''{{w|Citadel (software)|Citadel}}'' -  A {{w|BBS}} and email platform that was widely used in the 1980s and early '90s.&lt;br /&gt;
*''{{w|QBasic}}'': An {{w|Integrated development environment|IDE}} released by {{w|Microsoft}} in 1991, which was used to write and run computer programs in the BASIC language.&lt;br /&gt;
*''NYET'': ''NYET'' was a {{w|Tetris}}-like game for MS-DOS, released in 1988.&lt;br /&gt;
*''Jokes.txt'': An old text file of jokes.&lt;br /&gt;
&lt;br /&gt;
'''AAAFILES''' (9.4 MB): Some of [[Cueball]]'s oldest documents, likely prefixed with &amp;quot;AAA&amp;quot; to put the folder at the top of an alphabetically-sorted list.&lt;br /&gt;
&lt;br /&gt;
'''TXT''' (850 K): Old text files, which include poetry he didn't remember writing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Megan (on top of stack of files): You OK down there?&lt;br /&gt;
&lt;br /&gt;
:'''Documents''' (47 GB)&lt;br /&gt;
::misc.txt&lt;br /&gt;
::Video projects&lt;br /&gt;
:'''Old desktop''' (12 GB)&lt;br /&gt;
::Facebook pics&lt;br /&gt;
::Pics from other camera&lt;br /&gt;
::Temp&lt;br /&gt;
::Misc PDFs&lt;br /&gt;
::MP3&lt;br /&gt;
:'''Recovered from drive crash''' (4 GB)&lt;br /&gt;
::Temp&lt;br /&gt;
::Work misc&lt;br /&gt;
::Audio books&lt;br /&gt;
:'''My Documents''' (570 MB)&lt;br /&gt;
::Downloads&lt;br /&gt;
::Kazaa shared&lt;br /&gt;
::AYB&lt;br /&gt;
::EV Override&lt;br /&gt;
::Angband&lt;br /&gt;
::GIFs&lt;br /&gt;
::FIGHT CLUB.wmv&lt;br /&gt;
::Elasto Mania&lt;br /&gt;
::AIM Direct Connect files&lt;br /&gt;
::4chan&lt;br /&gt;
::ICQ logs&lt;br /&gt;
:'''High school Zip disk''' (94 MB)&lt;br /&gt;
::Korn MIDI&lt;br /&gt;
::Photos3 (Prom)&lt;br /&gt;
::lovenote.txt&lt;br /&gt;
::Gorilla.bas&lt;br /&gt;
::Dream.txt&lt;br /&gt;
::James.txt&lt;br /&gt;
::AOL (Citadel)&lt;br /&gt;
::QBasic&lt;br /&gt;
::NYET&lt;br /&gt;
::Jokes.txt&lt;br /&gt;
:'''AAAFILES''' (9.4 MB)&lt;br /&gt;
:'''TXT''' (850 K)&lt;br /&gt;
:Cueball (deep inside the AAAFILES section looking at his txt files): Oh my god. I wrote '''poetry'''.&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:Animorphs]]&lt;br /&gt;
[[Category:Comics featuring James]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75483</id>
		<title>1360: Old Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75483"/>
				<updated>2014-09-08T18:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ fixed spelling in maintenance tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1360&lt;br /&gt;
| date      = April 25, 2014&lt;br /&gt;
| title     = Old Files&lt;br /&gt;
| image     = old_files.png&lt;br /&gt;
| titletext = Wow, ANIMORPHS-NOVEL.RTF? Just gonna, uh, go through and delete that from all my archives real quick.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Still need work, grammar. Other comics being referenced need to be included.}}&lt;br /&gt;
This comic came out the day after [http://news.sky.com/story/1248397/andy-warhol-originals-found-on-floppy-disk Sky News published the story] of original {{w|Andy Warhol}} artwork, created in 1985 on an {{w|Amiga 1000}}, was recovered from recently found floppy disks.&lt;br /&gt;
&lt;br /&gt;
Cueball is digging through a pile of old files, which the comic represents as digging with a shovel into the depths of his file-system. These layers are arranged much like geological rock formations where older strata is deeper down than younger layers. The files are in concentric layers because each directory is imbedded in the previous directory. Therefore the &amp;quot;Documents&amp;quot; folder contains an &amp;quot;Old Desktop&amp;quot; which contains a folder with files recovered from an older system, which contains a &amp;quot;My Documents&amp;quot; folder, which contains a folder with files copied from a {{w|Zip Disk}} in high school. The result is that files from high school have survived in his present-day machine. The formats and systems are meant to be analogous to the fossils and artifacts found in lower, older rock layers. &lt;br /&gt;
&lt;br /&gt;
Notice how file-sizes get larger the newer they are. Older systems and smaller files are found in lower layers, as they are hadn't been developed yet; AOL, NYET, Kazaa are older than Facebook, and MP3s. In the days of AOL, 94 MB was reasonable disk space whereas current computers require larger file storage, hence 47 GB. In other words, digital artifacts have the same structural hierarchy as physical, geological ones.  &lt;br /&gt;
&lt;br /&gt;
He discovers several files he is embarrassed about, including a poetry file that surprises him, since he does not remember writing poetry, and an &amp;quot;{{w|Animorphs}} Novel&amp;quot; mentioned in the title text, most likely a fan fiction of the Animorphs series, although possibly a copy of one of the original books. &lt;br /&gt;
&lt;br /&gt;
The {{w|Animorphs}} at the title text refers to a fiction series released between 1996 and 2001. This is also content more than ten years old.&lt;br /&gt;
&lt;br /&gt;
See also [[1380: Manual for Civilization]] for other references to Animorphs.&lt;br /&gt;
&lt;br /&gt;
See also [[286: All Your Base]] for other references to AYB.&lt;br /&gt;
&lt;br /&gt;
See also [[512: Alternate Currency]] for references to 4 chan.&lt;br /&gt;
&lt;br /&gt;
See also [[107: Snakes on a Plane! 2]] for references to James.&lt;br /&gt;
&lt;br /&gt;
===Files and Folders===&lt;br /&gt;
The folders and files in detail:&lt;br /&gt;
&lt;br /&gt;
'''Documents''' (47 GB): A large folder containing many of [[Cueball]]'s personal files.&lt;br /&gt;
*''misc.txt'': A miscellaneous {{w|text file}} of unknown and unknowable content.&lt;br /&gt;
*''Video projects'': As video files can take up a lot of space this likely makes up portion of the 47 GB.&lt;br /&gt;
&lt;br /&gt;
'''Old desktop''' (12 GB): A backup from a former computer.&lt;br /&gt;
*''{{w|Facebook}} pics'': Pictures that where, or where intended to be added to Facebook.&lt;br /&gt;
*''Pics from other camera'': Unknown pictures from a second camera.&lt;br /&gt;
*''Temp'': Temporary folders generally contain cashed files and files that are used temporarily to install programs.&lt;br /&gt;
*''Misc {{w|Portable Document Format|PDF}}s'': PDFs are often used for documentation, but could be any collection of digitized books or other documents.&lt;br /&gt;
*''{{w|MP3}}'': MP3 is a widely-used format for digital audio files.&lt;br /&gt;
&lt;br /&gt;
'''Recovered from drive crash''' (4 GB): When a {{w|Hard disk drive|hard drive}} crashes some or all data may be recovered.&lt;br /&gt;
*''Temp'': Temporary files.&lt;br /&gt;
*''Work misc'': Unknown work related projects.&lt;br /&gt;
*''{{w|Audiobook|Audio books}}'':  Recordings books being read out loud.&lt;br /&gt;
&lt;br /&gt;
'''My Documents''' (570 MB): This is a typical folder created by {{w|Microsoft Windows}} for personal documents.&lt;br /&gt;
*''Downloads'': A default location for downloaded files in the Windows OS.&lt;br /&gt;
*''{{w|Kazaa}} shared'': Kazaa is a defunct peer-to-peer file sharing program. The &amp;quot;shared&amp;quot; folder shared with other members.&lt;br /&gt;
*''AYB'': {{w|All your base are belong to us|ALL YOUR BASE are belong to us}} is an internet inspired by a bad translation from ''{{w|Zero Wing}}''. &lt;br /&gt;
*''{{w|Escape Velocity Override|EV Override}}'': An {{w|Apple Macintosh}} video game, released in 1998.&lt;br /&gt;
*''[http://rephial.org/ Angband]'': A game named after a fictional stronghold created by {{w|J. R. R. Tolkien}}.&lt;br /&gt;
*''{{w|GIF}}s'': A image format widely used for transparent or animated images.&lt;br /&gt;
*''{{w|Fight Club}}.wmv'': A movie. As feature movies are typically compressed to 700 megabyte, and this folder only contains 570 MB, it must be of low quality or a small screen size.&lt;br /&gt;
*''{{w|Elasto Mania}}'': A physics-simulation game that claims to show real physics.&lt;br /&gt;
*''{{w|AOL Instant Messenger|AIM}} Direct Connect files'': Files transferred via AOL Instant Messenger.&lt;br /&gt;
*''{{w|4chan}]'': An image-board where users can upload pictures anonymously.  Randall impulsively saves pictures from there.&lt;br /&gt;
*''{{w|ICQ}} logs'': An instant messaging program introduced in 1996. It is no longer commonly used in North America. &lt;br /&gt;
&lt;br /&gt;
'''High school {{w|Zip drive|Zip disk}}''' (94 MB): The most popular form of {{w|superfloppy}}, introduced in 1994 with a capacity of 100 MB.&lt;br /&gt;
*''{{w|Korn}} MIDI'': Korn is an American {{w|nu metal}} band formed in 1993. {{w|MIDI}} is a protocol for communication with electronic musical instruments. The result tends to be sounds of low quality.&lt;br /&gt;
*''Photos3'': This is a folder of old photos.&lt;br /&gt;
**''{{w|Prom}}'': Pictures taken at prom.&lt;br /&gt;
*''lovenote.txt'': An old text file of a {{w|love letter}}, probably to a classmate in high school.&lt;br /&gt;
*''{{w|Gorillas (video game)|Gorillas}}.bas'': A game written in {{w|BASIC}}, to be run on {{w|QBasic}}, and supplied with MS-DOS . &lt;br /&gt;
*''Dream.txt'': Some private dreams.&lt;br /&gt;
*''James.txt'': Perhaps [[James]] is a friend of Randall, and the same as the one who came up with [[107|xkcd #107]].&lt;br /&gt;
*''{{w|AOL}}'':  A early online and internet service, founded in 1985 and popular in the 1990s.&lt;br /&gt;
**''{{w|Citadel (software)|Citadel}}'' -  A {{w|BBS}} and email platform that was widely used in the 1980s and early '90s.&lt;br /&gt;
*''{{w|QBasic}}'': An {{w|Integrated development environment|IDE}} released by {{w|Microsoft}} in 1991, which was used to write and run computer programs in the BASIC language.&lt;br /&gt;
*''NYET'': ''NYET'' was a {{w|Tetris}}-like game for MS-DOS, released in 1988.&lt;br /&gt;
*''Jokes.txt'': An old text file of jokes.&lt;br /&gt;
&lt;br /&gt;
'''AAAFILES''' (9.4 MB): Some of [[Cueball]]'s oldest documents, likely prefixed with &amp;quot;AAA&amp;quot; to put the folder at the top of an alphabetically-sorted list.&lt;br /&gt;
&lt;br /&gt;
'''TXT''' (850 K): Old text files, which include poetry he didn't remember writing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Megan (on top of stack of files): You OK down there?&lt;br /&gt;
&lt;br /&gt;
:'''Documents''' (47 GB)&lt;br /&gt;
::misc.txt&lt;br /&gt;
::Video projects&lt;br /&gt;
:'''Old desktop''' (12 GB)&lt;br /&gt;
::Facebook pics&lt;br /&gt;
::Pics from other camera&lt;br /&gt;
::Temp&lt;br /&gt;
::Misc PDFs&lt;br /&gt;
::MP3&lt;br /&gt;
:'''Recovered from drive crash''' (4 GB)&lt;br /&gt;
::Temp&lt;br /&gt;
::Work misc&lt;br /&gt;
::Audio books&lt;br /&gt;
:'''My Documents''' (570 MB)&lt;br /&gt;
::Downloads&lt;br /&gt;
::Kazaa shared&lt;br /&gt;
::AYB&lt;br /&gt;
::EV Override&lt;br /&gt;
::Angband&lt;br /&gt;
::GIFs&lt;br /&gt;
::FIGHT CLUB.wmv&lt;br /&gt;
::Elasto Mania&lt;br /&gt;
::AIM Direct Connect files&lt;br /&gt;
::4chan&lt;br /&gt;
::ICQ logs&lt;br /&gt;
:'''High school Zip disk''' (94 MB)&lt;br /&gt;
::Korn MIDI&lt;br /&gt;
::Photos3 (Prom)&lt;br /&gt;
::lovenote.txt&lt;br /&gt;
::Gorilla.bas&lt;br /&gt;
::Dream.txt&lt;br /&gt;
::James.txt&lt;br /&gt;
::AOL (Citadel)&lt;br /&gt;
::QBasic&lt;br /&gt;
::NYET&lt;br /&gt;
::Jokes.txt&lt;br /&gt;
:'''AAAFILES''' (9.4 MB)&lt;br /&gt;
:'''TXT''' (850 K)&lt;br /&gt;
:Cueball (deep inside the AAAFILES section looking at his txt files): Oh my god. I wrote '''poetry'''.&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:Animorphs]]&lt;br /&gt;
[[Category:Comics featuring James]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75482</id>
		<title>1360: Old Files</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1360:_Old_Files&amp;diff=75482"/>
				<updated>2014-09-08T18:16:43Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ fixed syntax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1360&lt;br /&gt;
| date      = April 25, 2014&lt;br /&gt;
| title     = Old Files&lt;br /&gt;
| image     = old_files.png&lt;br /&gt;
| titletext = Wow, ANIMORPHS-NOVEL.RTF? Just gonna, uh, go through and delete that from all my archives real quick.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Still need work, grammer. Other comics being referenced need to be included.}}&lt;br /&gt;
This comic came out the day after [http://news.sky.com/story/1248397/andy-warhol-originals-found-on-floppy-disk Sky News published the story] of original {{w|Andy Warhol}} artwork, created in 1985 on an {{w|Amiga 1000}}, was recovered from recently found floppy disks.&lt;br /&gt;
&lt;br /&gt;
Cueball is digging through a pile of old files, which the comic represents as digging with a shovel into the depths of his file-system. These layers are arranged much like geological rock formations where older strata is deeper down than younger layers. The files are in concentric layers because each directory is imbedded in the previous directory. Therefore the &amp;quot;Documents&amp;quot; folder contains an &amp;quot;Old Desktop&amp;quot; which contains a folder with files recovered from an older system, which contains a &amp;quot;My Documents&amp;quot; folder, which contains a folder with files copied from a {{w|Zip Disk}} in high school. The result is that files from high school have survived in his present-day machine. The formats and systems are meant to be analogous to the fossils and artifacts found in lower, older rock layers. &lt;br /&gt;
&lt;br /&gt;
Notice how file-sizes get larger the newer they are. Older systems and smaller files are found in lower layers, as they are hadn't been developed yet; AOL, NYET, Kazaa are older than Facebook, and MP3s. In the days of AOL, 94 MB was reasonable disk space whereas current computers require larger file storage, hence 47 GB. In other words, digital artifacts have the same structural hierarchy as physical, geological ones.  &lt;br /&gt;
&lt;br /&gt;
He discovers several files he is embarrassed about, including a poetry file that surprises him, since he does not remember writing poetry, and an &amp;quot;{{w|Animorphs}} Novel&amp;quot; mentioned in the title text, most likely a fan fiction of the Animorphs series, although possibly a copy of one of the original books. &lt;br /&gt;
&lt;br /&gt;
The {{w|Animorphs}} at the title text refers to a fiction series released between 1996 and 2001. This is also content more than ten years old.&lt;br /&gt;
&lt;br /&gt;
See also [[1380: Manual for Civilization]] for other references to Animorphs.&lt;br /&gt;
&lt;br /&gt;
See also [[286: All Your Base]] for other references to AYB.&lt;br /&gt;
&lt;br /&gt;
See also [[512: Alternate Currency]] for references to 4 chan.&lt;br /&gt;
&lt;br /&gt;
See also [[107: Snakes on a Plane! 2]] for references to James.&lt;br /&gt;
&lt;br /&gt;
===Files and Folders===&lt;br /&gt;
The folders and files in detail:&lt;br /&gt;
&lt;br /&gt;
'''Documents''' (47 GB): A large folder containing many of [[Cueball]]'s personal files.&lt;br /&gt;
*''misc.txt'': A miscellaneous {{w|text file}} of unknown and unknowable content.&lt;br /&gt;
*''Video projects'': As video files can take up a lot of space this likely makes up portion of the 47 GB.&lt;br /&gt;
&lt;br /&gt;
'''Old desktop''' (12 GB): A backup from a former computer.&lt;br /&gt;
*''{{w|Facebook}} pics'': Pictures that where, or where intended to be added to Facebook.&lt;br /&gt;
*''Pics from other camera'': Unknown pictures from a second camera.&lt;br /&gt;
*''Temp'': Temporary folders generally contain cashed files and files that are used temporarily to install programs.&lt;br /&gt;
*''Misc {{w|Portable Document Format|PDF}}s'': PDFs are often used for documentation, but could be any collection of digitized books or other documents.&lt;br /&gt;
*''{{w|MP3}}'': MP3 is a widely-used format for digital audio files.&lt;br /&gt;
&lt;br /&gt;
'''Recovered from drive crash''' (4 GB): When a {{w|Hard disk drive|hard drive}} crashes some or all data may be recovered.&lt;br /&gt;
*''Temp'': Temporary files.&lt;br /&gt;
*''Work misc'': Unknown work related projects.&lt;br /&gt;
*''{{w|Audiobook|Audio books}}'':  Recordings books being read out loud.&lt;br /&gt;
&lt;br /&gt;
'''My Documents''' (570 MB): This is a typical folder created by {{w|Microsoft Windows}} for personal documents.&lt;br /&gt;
*''Downloads'': A default location for downloaded files in the Windows OS.&lt;br /&gt;
*''{{w|Kazaa}} shared'': Kazaa is a defunct peer-to-peer file sharing program. The &amp;quot;shared&amp;quot; folder shared with other members.&lt;br /&gt;
*''AYB'': {{w|All your base are belong to us|ALL YOUR BASE are belong to us}} is an internet inspired by a bad translation from ''{{w|Zero Wing}}''. &lt;br /&gt;
*''{{w|Escape Velocity Override|EV Override}}'': An {{w|Apple Macintosh}} video game, released in 1998.&lt;br /&gt;
*''[http://rephial.org/ Angband]'': A game named after a fictional stronghold created by {{w|J. R. R. Tolkien}}.&lt;br /&gt;
*''{{w|GIF}}s'': A image format widely used for transparent or animated images.&lt;br /&gt;
*''{{w|Fight Club}}.wmv'': A movie. As feature movies are typically compressed to 700 megabyte, and this folder only contains 570 MB, it must be of low quality or a small screen size.&lt;br /&gt;
*''{{w|Elasto Mania}}'': A physics-simulation game that claims to show real physics.&lt;br /&gt;
*''{{w|AOL Instant Messenger|AIM}} Direct Connect files'': Files transferred via AOL Instant Messenger.&lt;br /&gt;
*''{{w|4chan}]'': An image-board where users can upload pictures anonymously.  Randall impulsively saves pictures from there.&lt;br /&gt;
*''{{w|ICQ}} logs'': An instant messaging program introduced in 1996. It is no longer commonly used in North America. &lt;br /&gt;
&lt;br /&gt;
'''High school {{w|Zip drive|Zip disk}}''' (94 MB): The most popular form of {{w|superfloppy}}, introduced in 1994 with a capacity of 100 MB.&lt;br /&gt;
*''{{w|Korn}} MIDI'': Korn is an American {{w|nu metal}} band formed in 1993. {{w|MIDI}} is a protocol for communication with electronic musical instruments. The result tends to be sounds of low quality.&lt;br /&gt;
*''Photos3'': This is a folder of old photos.&lt;br /&gt;
**''{{w|Prom}}'': Pictures taken at prom.&lt;br /&gt;
*''lovenote.txt'': An old text file of a {{w|love letter}}, probably to a classmate in high school.&lt;br /&gt;
*''{{w|Gorillas (video game)|Gorillas}}.bas'': A game written in {{w|BASIC}}, to be run on {{w|QBasic}}, and supplied with MS-DOS . &lt;br /&gt;
*''Dream.txt'': Some private dreams.&lt;br /&gt;
*''James.txt'': Perhaps [[James]] is a friend of Randall, and the same as the one who came up with [[107|xkcd #107]].&lt;br /&gt;
*''{{w|AOL}}'':  A early online and internet service, founded in 1985 and popular in the 1990s.&lt;br /&gt;
**''{{w|Citadel (software)|Citadel}}'' -  A {{w|BBS}} and email platform that was widely used in the 1980s and early '90s.&lt;br /&gt;
*''{{w|QBasic}}'': An {{w|Integrated development environment|IDE}} released by {{w|Microsoft}} in 1991, which was used to write and run computer programs in the BASIC language.&lt;br /&gt;
*''NYET'': ''NYET'' was a {{w|Tetris}}-like game for MS-DOS, released in 1988.&lt;br /&gt;
*''Jokes.txt'': An old text file of jokes.&lt;br /&gt;
&lt;br /&gt;
'''AAAFILES''' (9.4 MB): Some of [[Cueball]]'s oldest documents, likely prefixed with &amp;quot;AAA&amp;quot; to put the folder at the top of an alphabetically-sorted list.&lt;br /&gt;
&lt;br /&gt;
'''TXT''' (850 K): Old text files, which include poetry he didn't remember writing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Megan (on top of stack of files): You OK down there?&lt;br /&gt;
&lt;br /&gt;
:'''Documents''' (47 GB)&lt;br /&gt;
::misc.txt&lt;br /&gt;
::Video projects&lt;br /&gt;
:'''Old desktop''' (12 GB)&lt;br /&gt;
::Facebook pics&lt;br /&gt;
::Pics from other camera&lt;br /&gt;
::Temp&lt;br /&gt;
::Misc PDFs&lt;br /&gt;
::MP3&lt;br /&gt;
:'''Recovered from drive crash''' (4 GB)&lt;br /&gt;
::Temp&lt;br /&gt;
::Work misc&lt;br /&gt;
::Audio books&lt;br /&gt;
:'''My Documents''' (570 MB)&lt;br /&gt;
::Downloads&lt;br /&gt;
::Kazaa shared&lt;br /&gt;
::AYB&lt;br /&gt;
::EV Override&lt;br /&gt;
::Angband&lt;br /&gt;
::GIFs&lt;br /&gt;
::FIGHT CLUB.wmv&lt;br /&gt;
::Elasto Mania&lt;br /&gt;
::AIM Direct Connect files&lt;br /&gt;
::4chan&lt;br /&gt;
::ICQ logs&lt;br /&gt;
:'''High school Zip disk''' (94 MB)&lt;br /&gt;
::Korn MIDI&lt;br /&gt;
::Photos3 (Prom)&lt;br /&gt;
::lovenote.txt&lt;br /&gt;
::Gorilla.bas&lt;br /&gt;
::Dream.txt&lt;br /&gt;
::James.txt&lt;br /&gt;
::AOL (Citadel)&lt;br /&gt;
::QBasic&lt;br /&gt;
::NYET&lt;br /&gt;
::Jokes.txt&lt;br /&gt;
:'''AAAFILES''' (9.4 MB)&lt;br /&gt;
:'''TXT''' (850 K)&lt;br /&gt;
:Cueball (deep inside the AAAFILES section looking at his txt files): Oh my god. I wrote '''poetry'''.&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:Animorphs]]&lt;br /&gt;
[[Category:Comics featuring James]]&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75289</id>
		<title>1417: Seven</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75289"/>
				<updated>2014-09-05T13:43:28Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ removed a sentence of ?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1417&lt;br /&gt;
| date      = September 5, 2014&lt;br /&gt;
| title     = Seven&lt;br /&gt;
| image     = seven.png&lt;br /&gt;
| titletext = The days of the week are Monday, Arctic, Wellsley, Green, Electra, Synergize, and the Seventh Seal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, [[Cueball]] (or perhaps [[Randall]]) says he can't distinguish between sets that have exactly seven objects. This leads him to exchange the items in the sets without noticing, to the point where, when attempting to list a single set, each item mentioned actually belongs to a different set.&lt;br /&gt;
&lt;br /&gt;
This is shown in the comic when Cueball tries to enumerate the seven dwarfs from ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}} (a task some people might find difficult, although they would not just chose words from other sets of seven to fill in the gaps...) &lt;br /&gt;
&lt;br /&gt;
The title text also makes it clear that even a simple set of seven items, like the days of the week, also goes completely wrong.&lt;br /&gt;
&lt;br /&gt;
The comic is a reference to the oldest {{w|Set-theoretic_definition_of_natural_numbers#Oldest_definition|set-theoretic definition of the natural numbers}} in which for each natural number, an equivalence class is defined over all sets which contain the same number of items.  As Cueball is known for mathematical thinking he could be presumed to have taken the underlying equivalence relation to heart, and (over)applying it to real life, genuinely judges sets to be identical if they both contain N objects.&lt;br /&gt;
&lt;br /&gt;
The number seven being the number for when sets become indistinguishable is possibly a reference to {{w|Miller's Law}}; however, this refers to elements within the same set becoming indistinguishable, rather than indistinguishability of different sets of the same size.&lt;br /&gt;
&lt;br /&gt;
===Comic List===&lt;br /&gt;
For each of the seven lists below, the relevant item's position on its own list of seven is equal to its position on the list in the comic. So, since &amp;quot;phylum&amp;quot; is the second major taxonomic rank, &amp;quot;phylum&amp;quot; is the second item on the list in the comic.&lt;br /&gt;
&lt;br /&gt;
The seven &amp;quot;dwarfs&amp;quot; mentioned and their relevant sets of seven are (each item's position in its set is written in brackets before the item):&lt;br /&gt;
# Disney's Dwarfs from the movie ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}}''): (1) '''Sneezy''', Dopey, Bashful, Sleepy, Grumpy, Happy and Doc&lt;br /&gt;
# Major {{w|taxonomic ranks}}: kingdom, (2) '''phylum''', class, order, family, genus and species&lt;br /&gt;
# Continents:  Asia, Africa, (3) '''Europe''', North America, South America, Australia and Antarctica&lt;br /&gt;
# {{w|Seven deadly sins|Deadly sins}}: lust, gluttony, greed, (4) '''sloth''', wrath, envy and pride&lt;br /&gt;
# {{w|Seven-layer dip|Seven Layer Dip (recipe)}}: refried beans, cheese, ground beef, sour cream, (5) '''guacamole''', salsa  and chopped black olives/chopped tomatoes/chopped green onions&lt;br /&gt;
# Layers of the {{w|OSI model|Open System Interconnection (OSI) data transmission model}}: application, presentation, session, transport, network, (6) '''data link''' and physical&lt;br /&gt;
# {{w|Wonders of the World|Wonders of the Ancient World}}: Great Pyramid of Giza, Hanging Gardens of Babylon, Statue of Zeus at Olympia, Temple of Artemis at Ephesus, Mausoleum at Halicarnassus, Lighthouse of Alexandria and (7) '''Colossus of Rhodes'''&lt;br /&gt;
&lt;br /&gt;
===Title Text List===&lt;br /&gt;
The title text extends this saying he also does the same with the set of the seven days of the week. However, the lists found so far (here below) does not follow the same pattern as the dwarfs. The item number does not fit with that of our lists. So were no. 4 spectral colour has Green as no. 4 in the list, this is not the case with no. 5 on the list the Pleiades - here Electra is mentioned as no. 2 in {{W|Pleiades_(Greek_mythology)#The_Seven_Sisters|the wikipedia list}}. (However, this could maybe be discussed?) There is, however, reason to belive we do not yet have the complete understanding of the comic.&lt;br /&gt;
&lt;br /&gt;
The sets Cueball's &amp;quot;days of the week&amp;quot; come from are (the relevant items number in the set is written in brackets before the item):&lt;br /&gt;
# {{w|Days of the week}}: (1) '''Monday''', Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday&lt;br /&gt;
# {{w|Seven_Seas#Modern|The Seven Seas (modern version)}}: Pacific, Atlantic, Indian, (4?) '''Arctic''', Mediterranean, Caribbean, and the Gulf of Mexico.&lt;br /&gt;
## This could also be a reference to {{w|Climate zones}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Seven Sisters (colleges)|Seven Sisters}}, historically women's colleges in U.S.: Mount Holyoke, Vassar, (3) '''Wellesley''', Smith,  Radcliffe, Bryn Mawr and Barnard&lt;br /&gt;
# Traditional {{w|spectral color}}s: red, orange, yellow, (4) '''green''', blue, indigo and violet &lt;br /&gt;
## However {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Pleiades (mythology)|Pleiades}}, Seven Sisters, nymphs and daughters of Atlas and Pleone in Greek mythology: Maia, (2?) '''Electra''', Taygete, Alcyone, Celaeno, Sterope and Merope&lt;br /&gt;
# ''{{w|The Seven Habits of Highly Effective People}}'' by Dr. Stephen R. Covey:  Be proactive, Begin with the end in mind, Put first things first, Think win-win, Seek first to understand and then to be understood, (6) '''Synergize''' and Sharpen the saw&lt;br /&gt;
# {{w|Seven_Seals|Seals}} in the Book of Revelation in the New Testament: First seal, Second seal, Third seal, Fourth seal, Fifth seal, Sixth seal  and (7) '''Seventh seal'''&lt;br /&gt;
## Although '''very''' unlikely, ''The Seventh Seal'' could also refer to the 1957 film by Ingmar Bergman. See [[#Trivia|Trivia]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
: [Megan and Cueball are talking]&lt;br /&gt;
: Megan: Can you name all the dwarves from Snow White?&lt;br /&gt;
: Cueball: Sure, there's, um...&lt;br /&gt;
: Cueball's thoughts: Sneezy, phylum, Europe, sloth, guacamole, data link, Colossus of Rhodes&lt;br /&gt;
: Caption: I have this problem where all sets of seven things are indistinguishable to me.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Arctic (no. 2 on the title text list) could also be a reference to {{w|Climate zones}}: '''Arctic''', North Temperate, Northern Subtropical, Tropical, Southern Subtropical, South Temperate and Antarctic. &lt;br /&gt;
** There are however usually only five mentioned acording to the {{w|Köppen climate classification}}. They are: Tropical, Dry, Temperate, Continental and Polar climate.&lt;br /&gt;
*Concerning the seven colour of the spectrum (no. 4 on the title text list) {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}} to add up to the seven notes in the {{w|Scale_(music)#Western_music|Western musical scale}} &lt;br /&gt;
** It should be noted that {{w|Indigo#Classification as a spectral color|Newton probably meant}} the colours {{w|cyan}} and {{w|blue}} as we think of it today, rather than blue and {{w|indigo}}. &lt;br /&gt;
** Also note that in a {{w|rainbow}} you usually {{w|Rainbow#Number_of_colours_in_spectrum_or_rainbow|cannot distinguish more than six colours}} with cyan melting in with green and blue and the same for indigo with blue and violet.&lt;br /&gt;
** These are also the traditional seven artists' pigments, {{w|Roy_G._Biv|with the accompanying mnemonic &amp;quot;Roy G. Biv&amp;quot;}}.  Indigo dye is a widely known and readily available colouring agent.  The ongoing ubiquity of the ''pigment'' (think denim) gives it a unique prominence in spite of its uncertain status as a spectral colour. &lt;br /&gt;
*Although '''very''' unlikely, ''The Seventh Seal'' (no. 7 on the title text list) could also refer to the 1957 film by Ingmar Bergman.  &lt;br /&gt;
**This was Bergman's seventh film with an English title beginning with the letter ‘S’ (ignoring articles).  ''A Ship Bound for India'', ''Summer Interlude'', ''Secrets of Women'', ''Summer with Monika'', ''Sawdust and Tinsel'', ''Smiles of a Summer Night'', '''''The Seventh Seal'''''.  &lt;br /&gt;
**Similary ''The Seventh Seal'' is also the seventh Bergman film whose Swedish title starts with ‘S’, although the list has some different members.  ''Skepp till Indialand'', ''Sånt händer inte här'', ''Sommarlek'', ''Sommaren med Monika'', ''Sommarnattens leende'', ''Sista paret ut'', '''''Det sjunde inseglet'''''.  &lt;br /&gt;
**''The Seventh Seal'' was also one of seven Bergman films submitted by Sweden for the Academy Award for Best Foreign Language Film during the 1950s and 1960s.  '''The Seventh Seal''', ''The Magician'', ''The Virgin Spring'', ''Through a Glass Darkly'', ''The Silence'', ''Persona'', ''Shame''.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75286</id>
		<title>1417: Seven</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75286"/>
				<updated>2014-09-05T13:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Comic List */ more grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1417&lt;br /&gt;
| date      = September 5, 2014&lt;br /&gt;
| title     = Seven&lt;br /&gt;
| image     = seven.png&lt;br /&gt;
| titletext = The days of the week are Monday, Arctic, Wellsley, Green, Electra, Synergize, and the Seventh Seal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, [[Cueball]] (or perhaps [[Randall]]) says he can't distinguish between sets that have exactly seven objects. This leads him to exchange the items in the sets without noticing, to the point where, when attempting to list a single set, each item mentioned actually belongs to a different set.&lt;br /&gt;
&lt;br /&gt;
This is shown in the comic when Cueball tries to enumerate the seven dwarfs from ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}} (a task some people might find difficult, although they would not just chose words from other sets of seven to fill in the gaps...) &lt;br /&gt;
&lt;br /&gt;
The title text also makes it clear that even a simple set of seven items, like the days of the week, also goes completely wrong.&lt;br /&gt;
&lt;br /&gt;
The comic is a reference to the oldest {{w|Set-theoretic_definition_of_natural_numbers#Oldest_definition|set-theoretic definition of the natural numbers}} in which for each natural number, an equivalence class is defined over all sets which contain the same number of items.  As Cueball is known for mathematical thinking he could be presumed to have taken the underlying equivalence relation to heart, and (over)applying it to real life, genuinely judges sets to be identical if they both contain N objects.&lt;br /&gt;
&lt;br /&gt;
Seven has culturally been regarded as a holy number, which contributes to the large number of familiar sets of seven that make this comic possible.  This is probably the reason why Randall chose that number for the comic. &lt;br /&gt;
&lt;br /&gt;
The number seven being the number for when sets become indistinguishable is possibly a reference to {{w|Miller's Law}}; however, this refers to elements within the same set becoming indistinguishable, rather than indistinguishability of different sets of the same size.&lt;br /&gt;
&lt;br /&gt;
===Comic List===&lt;br /&gt;
For each of the seven lists below, the relevant item's position on its own list of seven is equal to its position on the list in the comic. So, since &amp;quot;phylum&amp;quot; is the second major taxonomic rank, &amp;quot;phylum&amp;quot; is the second item on the list in the comic.&lt;br /&gt;
&lt;br /&gt;
The seven &amp;quot;dwarfs&amp;quot; mentioned and their relevant sets of seven are (each item's position in its set is written in brackets before the item):&lt;br /&gt;
# Disney's Dwarfs from the movie ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}}''): (1) '''Sneezy''', Dopey, Bashful, Sleepy, Grumpy, Happy and Doc&lt;br /&gt;
# Major {{w|taxonomic ranks}}: kingdom, (2) '''phylum''', class, order, family, genus and species&lt;br /&gt;
# Continents:  Asia, Africa, (3) '''Europe''', North America, South America, Australia and Antarctica&lt;br /&gt;
# {{w|Seven deadly sins|Deadly sins}}: lust, gluttony, greed, (4) '''sloth''', wrath, envy and pride&lt;br /&gt;
# {{w|Seven-layer dip|Seven Layer Dip (recipe)}}: refried beans, cheese, ground beef, sour cream, (5) '''guacamole''', salsa  and chopped black olives/chopped tomatoes/chopped green onions&lt;br /&gt;
# Layers of the {{w|OSI model|Open System Interconnection (OSI) data transmission model}}: application, presentation, session, transport, network, (6) '''data link''' and physical&lt;br /&gt;
# {{w|Wonders of the World|Wonders of the Ancient World}}: Great Pyramid of Giza, Hanging Gardens of Babylon, Statue of Zeus at Olympia, Temple of Artemis at Ephesus, Mausoleum at Halicarnassus, Lighthouse of Alexandria and (7) '''Colossus of Rhodes'''&lt;br /&gt;
&lt;br /&gt;
===Title Text List===&lt;br /&gt;
The title text extends this saying he also does the same with the set of the seven days of the week. However, the lists found so far (here below) does not follow the same pattern as the dwarfs. The item number does not fit with that of our lists. So were no. 4 spectral colour has Green as no. 4 in the list, this is not the case with no. 5 on the list the Pleiades - here Electra is mentioned as no. 2 in {{W|Pleiades_(Greek_mythology)#The_Seven_Sisters|the wikipedia list}}. (However, this could maybe be discussed?) There is, however, reason to belive we do not yet have the complete understanding of the comic.&lt;br /&gt;
&lt;br /&gt;
The sets Cueball's &amp;quot;days of the week&amp;quot; come from are (the relevant items number in the set is written in brackets before the item):&lt;br /&gt;
# {{w|Days of the week}}: (1) '''Monday''', Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday&lt;br /&gt;
# {{w|Seven_Seas#Modern|The Seven Seas (modern version)}}: Pacific, Atlantic, Indian, (4?) '''Arctic''', Mediterranean, Caribbean, and the Gulf of Mexico.&lt;br /&gt;
## This could also be a reference to {{w|Climate zones}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Seven Sisters (colleges)|Seven Sisters}}, historically women's colleges in U.S.: Mount Holyoke, Vassar, (3) '''Wellesley''', Smith,  Radcliffe, Bryn Mawr and Barnard&lt;br /&gt;
# Traditional {{w|spectral color}}s: red, orange, yellow, (4) '''green''', blue, indigo and violet &lt;br /&gt;
## However {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Pleiades (mythology)|Pleiades}}, Seven Sisters, nymphs and daughters of Atlas and Pleone in Greek mythology: Maia, (2?) '''Electra''', Taygete, Alcyone, Celaeno, Sterope and Merope&lt;br /&gt;
# ''{{w|The Seven Habits of Highly Effective People}}'' by Dr. Stephen R. Covey:  Be proactive, Begin with the end in mind, Put first things first, Think win-win, Seek first to understand and then to be understood, (6) '''Synergize''' and Sharpen the saw&lt;br /&gt;
# {{w|Seven_Seals|Seals}} in the Book of Revelation in the New Testament: First seal, Second seal, Third seal, Fourth seal, Fifth seal, Sixth seal  and (7) '''Seventh seal'''&lt;br /&gt;
## Although '''very''' unlikely, ''The Seventh Seal'' could also refer to the 1957 film by Ingmar Bergman. See [[#Trivia|Trivia]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
: [Megan and Cueball are talking]&lt;br /&gt;
: Megan: Can you name all the dwarves from Snow White?&lt;br /&gt;
: Cueball: Sure, there's, um...&lt;br /&gt;
: Cueball's thoughts: Sneezy, phylum, Europe, sloth, guacamole, data link, Colossus of Rhodes&lt;br /&gt;
: Caption: I have this problem where all sets of seven things are indistinguishable to me.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Arctic (no. 2 on the title text list) could also be a reference to {{w|Climate zones}}: '''Arctic''', North Temperate, Northern Subtropical, Tropical, Southern Subtropical, South Temperate and Antarctic. &lt;br /&gt;
** There are however usually only five mentioned acording to the {{w|Köppen climate classification}}. They are: Tropical, Dry, Temperate, Continental and Polar climate.&lt;br /&gt;
*Concerning the seven colour of the spectrum (no. 4 on the title text list) {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}} to add up to the seven notes in the {{w|Scale_(music)#Western_music|Western musical scale}} &lt;br /&gt;
** It should be noted that {{w|Indigo#Classification as a spectral color|Newton probably meant}} the colours {{w|cyan}} and {{w|blue}} as we think of it today, rather than blue and {{w|indigo}}. &lt;br /&gt;
** Also note that in a {{w|rainbow}} you usually {{w|Rainbow#Number_of_colours_in_spectrum_or_rainbow|cannot distinguish more than six colours}} with cyan melting in with green and blue and the same for indigo with blue and violet.&lt;br /&gt;
** These are also the traditional seven artists' pigments, {{w|Roy_G._Biv|with the accompanying mnemonic &amp;quot;Roy G. Biv&amp;quot;}}.  Indigo dye is a widely known and readily available colouring agent.  The ongoing ubiquity of the ''pigment'' (think denim) gives it a unique prominence in spite of its uncertain status as a spectral colour. &lt;br /&gt;
*Although '''very''' unlikely, ''The Seventh Seal'' (no. 7 on the title text list) could also refer to the 1957 film by Ingmar Bergman.  &lt;br /&gt;
**This was Bergman's seventh film with an English title beginning with the letter ‘S’ (ignoring articles).  ''A Ship Bound for India'', ''Summer Interlude'', ''Secrets of Women'', ''Summer with Monika'', ''Sawdust and Tinsel'', ''Smiles of a Summer Night'', '''''The Seventh Seal'''''.  &lt;br /&gt;
**Similary ''The Seventh Seal'' is also the seventh Bergman film whose Swedish title starts with ‘S’, although the list has some different members.  ''Skepp till Indialand'', ''Sånt händer inte här'', ''Sommarlek'', ''Sommaren med Monika'', ''Sommarnattens leende'', ''Sista paret ut'', '''''Det sjunde inseglet'''''.  &lt;br /&gt;
**''The Seventh Seal'' was also one of seven Bergman films submitted by Sweden for the Academy Award for Best Foreign Language Film during the 1950s and 1960s.  '''The Seventh Seal''', ''The Magician'', ''The Virgin Spring'', ''Through a Glass Darkly'', ''The Silence'', ''Persona'', ''Shame''.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75285</id>
		<title>1417: Seven</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1417:_Seven&amp;diff=75285"/>
				<updated>2014-09-05T13:38:48Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: /* Explanation */ grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1417&lt;br /&gt;
| date      = September 5, 2014&lt;br /&gt;
| title     = Seven&lt;br /&gt;
| image     = seven.png&lt;br /&gt;
| titletext = The days of the week are Monday, Arctic, Wellsley, Green, Electra, Synergize, and the Seventh Seal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, [[Cueball]] (or perhaps [[Randall]]) says he can't distinguish between sets that have exactly seven objects. This leads him to exchange the items in the sets without noticing, to the point where, when attempting to list a single set, each item mentioned actually belongs to a different set.&lt;br /&gt;
&lt;br /&gt;
This is shown in the comic when Cueball tries to enumerate the seven dwarfs from ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}} (a task some people might find difficult, although they would not just chose words from other sets of seven to fill in the gaps...) &lt;br /&gt;
&lt;br /&gt;
The title text also makes it clear that even a simple set of seven items, like the days of the week, also goes completely wrong.&lt;br /&gt;
&lt;br /&gt;
The comic is a reference to the oldest {{w|Set-theoretic_definition_of_natural_numbers#Oldest_definition|set-theoretic definition of the natural numbers}} in which for each natural number, an equivalence class is defined over all sets which contain the same number of items.  As Cueball is known for mathematical thinking he could be presumed to have taken the underlying equivalence relation to heart, and (over)applying it to real life, genuinely judges sets to be identical if they both contain N objects.&lt;br /&gt;
&lt;br /&gt;
Seven has culturally been regarded as a holy number, which contributes to the large number of familiar sets of seven that make this comic possible.  This is probably the reason why Randall chose that number for the comic. &lt;br /&gt;
&lt;br /&gt;
The number seven being the number for when sets become indistinguishable is possibly a reference to {{w|Miller's Law}}; however, this refers to elements within the same set becoming indistinguishable, rather than indistinguishability of different sets of the same size.&lt;br /&gt;
&lt;br /&gt;
===Comic List===&lt;br /&gt;
For each of the seven lists below, the relevant item's position on its own list of seven is equal to its position on the list in the comic. So, since &amp;quot;phylum&amp;quot; is the second major taxonomic rank, &amp;quot;phylum&amp;quot; is the second item on the list in the comic.&lt;br /&gt;
&lt;br /&gt;
The seven &amp;quot;dwarfs&amp;quot; mentioned and their relevant set of seven are (the relevant items number in the set is written in brackets before the item):&lt;br /&gt;
# Disney's Dwarfs from the movie ''{{w|Snow White and the Seven Dwarfs (1937 film)|Snow White and the Seven Dwarfs}}''): (1) '''Sneezy''', Dopey, Bashful, Sleepy, Grumpy, Happy and Doc&lt;br /&gt;
# Major {{w|taxonomic ranks}}: kingdom, (2) '''phylum''', class, order, family, genus and species&lt;br /&gt;
# Continents:  Asia, Africa, (3) '''Europe''', North America, South America, Australia and Antarctica&lt;br /&gt;
# {{w|Seven deadly sins|Deadly sins}}: lust, gluttony, greed, (4) '''sloth''', wrath, envy and pride&lt;br /&gt;
# {{w|Seven-layer dip|Seven Layer Dip (recipe)}}: refried beans, cheese, ground beef, sour cream, (5) '''guacamole''', salsa  and chopped black olives/chopped tomatoes/chopped green onions&lt;br /&gt;
# Layers of the {{w|OSI model|Open System Interconnection (OSI) data transmission model}}: application, presentation, session, transport, network, (6) '''data link''' and physical&lt;br /&gt;
# {{w|Wonders of the World|Wonders of the Ancient World}}: Great Pyramid of Giza, Hanging Gardens of Babylon, Statue of Zeus at Olympia, Temple of Artemis at Ephesus, Mausoleum at Halicarnassus, Lighthouse of Alexandria and (7) '''Colossus of Rhodes'''&lt;br /&gt;
&lt;br /&gt;
===Title Text List===&lt;br /&gt;
The title text extends this saying he also does the same with the set of the seven days of the week. However, the lists found so far (here below) does not follow the same pattern as the dwarfs. The item number does not fit with that of our lists. So were no. 4 spectral colour has Green as no. 4 in the list, this is not the case with no. 5 on the list the Pleiades - here Electra is mentioned as no. 2 in {{W|Pleiades_(Greek_mythology)#The_Seven_Sisters|the wikipedia list}}. (However, this could maybe be discussed?) There is, however, reason to belive we do not yet have the complete understanding of the comic.&lt;br /&gt;
&lt;br /&gt;
The sets Cueball's &amp;quot;days of the week&amp;quot; come from are (the relevant items number in the set is written in brackets before the item):&lt;br /&gt;
# {{w|Days of the week}}: (1) '''Monday''', Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday&lt;br /&gt;
# {{w|Seven_Seas#Modern|The Seven Seas (modern version)}}: Pacific, Atlantic, Indian, (4?) '''Arctic''', Mediterranean, Caribbean, and the Gulf of Mexico.&lt;br /&gt;
## This could also be a reference to {{w|Climate zones}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Seven Sisters (colleges)|Seven Sisters}}, historically women's colleges in U.S.: Mount Holyoke, Vassar, (3) '''Wellesley''', Smith,  Radcliffe, Bryn Mawr and Barnard&lt;br /&gt;
# Traditional {{w|spectral color}}s: red, orange, yellow, (4) '''green''', blue, indigo and violet &lt;br /&gt;
## However {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}}. See [[#Trivia|Trivia]].&lt;br /&gt;
# {{w|Pleiades (mythology)|Pleiades}}, Seven Sisters, nymphs and daughters of Atlas and Pleone in Greek mythology: Maia, (2?) '''Electra''', Taygete, Alcyone, Celaeno, Sterope and Merope&lt;br /&gt;
# ''{{w|The Seven Habits of Highly Effective People}}'' by Dr. Stephen R. Covey:  Be proactive, Begin with the end in mind, Put first things first, Think win-win, Seek first to understand and then to be understood, (6) '''Synergize''' and Sharpen the saw&lt;br /&gt;
# {{w|Seven_Seals|Seals}} in the Book of Revelation in the New Testament: First seal, Second seal, Third seal, Fourth seal, Fifth seal, Sixth seal  and (7) '''Seventh seal'''&lt;br /&gt;
## Although '''very''' unlikely, ''The Seventh Seal'' could also refer to the 1957 film by Ingmar Bergman. See [[#Trivia|Trivia]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
: [Megan and Cueball are talking]&lt;br /&gt;
: Megan: Can you name all the dwarves from Snow White?&lt;br /&gt;
: Cueball: Sure, there's, um...&lt;br /&gt;
: Cueball's thoughts: Sneezy, phylum, Europe, sloth, guacamole, data link, Colossus of Rhodes&lt;br /&gt;
: Caption: I have this problem where all sets of seven things are indistinguishable to me.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Arctic (no. 2 on the title text list) could also be a reference to {{w|Climate zones}}: '''Arctic''', North Temperate, Northern Subtropical, Tropical, Southern Subtropical, South Temperate and Antarctic. &lt;br /&gt;
** There are however usually only five mentioned acording to the {{w|Köppen climate classification}}. They are: Tropical, Dry, Temperate, Continental and Polar climate.&lt;br /&gt;
*Concerning the seven colour of the spectrum (no. 4 on the title text list) {{w|Indigo#Classification_as_a_spectral_color|indigo is stuck in}} by {{w|Isaac Newton}} to add up to the seven notes in the {{w|Scale_(music)#Western_music|Western musical scale}} &lt;br /&gt;
** It should be noted that {{w|Indigo#Classification as a spectral color|Newton probably meant}} the colours {{w|cyan}} and {{w|blue}} as we think of it today, rather than blue and {{w|indigo}}. &lt;br /&gt;
** Also note that in a {{w|rainbow}} you usually {{w|Rainbow#Number_of_colours_in_spectrum_or_rainbow|cannot distinguish more than six colours}} with cyan melting in with green and blue and the same for indigo with blue and violet.&lt;br /&gt;
** These are also the traditional seven artists' pigments, {{w|Roy_G._Biv|with the accompanying mnemonic &amp;quot;Roy G. Biv&amp;quot;}}.  Indigo dye is a widely known and readily available colouring agent.  The ongoing ubiquity of the ''pigment'' (think denim) gives it a unique prominence in spite of its uncertain status as a spectral colour. &lt;br /&gt;
*Although '''very''' unlikely, ''The Seventh Seal'' (no. 7 on the title text list) could also refer to the 1957 film by Ingmar Bergman.  &lt;br /&gt;
**This was Bergman's seventh film with an English title beginning with the letter ‘S’ (ignoring articles).  ''A Ship Bound for India'', ''Summer Interlude'', ''Secrets of Women'', ''Summer with Monika'', ''Sawdust and Tinsel'', ''Smiles of a Summer Night'', '''''The Seventh Seal'''''.  &lt;br /&gt;
**Similary ''The Seventh Seal'' is also the seventh Bergman film whose Swedish title starts with ‘S’, although the list has some different members.  ''Skepp till Indialand'', ''Sånt händer inte här'', ''Sommarlek'', ''Sommaren med Monika'', ''Sommarnattens leende'', ''Sista paret ut'', '''''Det sjunde inseglet'''''.  &lt;br /&gt;
**''The Seventh Seal'' was also one of seven Bergman films submitted by Sweden for the Academy Award for Best Foreign Language Film during the 1950s and 1960s.  '''The Seventh Seal''', ''The Magician'', ''The Virgin Spring'', ''Through a Glass Darkly'', ''The Silence'', ''Persona'', ''Shame''.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=59802</id>
		<title>User:APerson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:APerson&amp;diff=59802"/>
				<updated>2014-02-11T23:57:16Z</updated>
		
		<summary type="html">&lt;p&gt;APerson: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also: http://en.wikipedia.org/wiki/User:APerson&lt;/div&gt;</summary>
		<author><name>APerson</name></author>	</entry>

	</feed>