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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=100205</id>
		<title>Talk:1144: Tags</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=100205"/>
				<updated>2015-08-25T04:14:29Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.249.189: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I literally grimaced when I saw the comic, and then I read the title text and my stomach churned, and then I saw the non-breaking space and I wanted to crawl up in a ball and die. [[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:01, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Most people curl up into a ball to die. Well not most people...  [[Special:Contributions/192.104.231.235|192.104.231.235]] 17:50, 8 May 2013 (UTC)skrame&lt;br /&gt;
&lt;br /&gt;
I'm a web developer and I didn't find this annoying, although I did roll my eyes. Then I came here to see if there was anything I missed that SHOULD annoy me. No, to annoy a web developer you have to use table tags, blink tags(not supported on most browsers for good reason, annoys anybody when it works), and have a stray !-- inside a tag where it doesn't belong. Also, use any html inside your css file. And have it where it only works in IE. [[User:Ferretwilliams|Ferretwilliams]] ([[User talk:Ferretwilliams|talk]]) 06:11, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That's okay, it's easy to implement blink with javascript and changing the display value from hidden to inline every half second. And lots of news sites these days re-implement the marquee tag with a bit of javascript too. What Randall really missed here was an opportunity for the center and font tags. [[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:18, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm sure Randall didn't want us to die, that's why he didn't go further. :-p [[User:Ctxppc|Ctxppc]] ([[User talk:Ctxppc|talk]]) 18:16, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Argh. Almost as bad as unclosed left parentheses.(Y'know, like this.     [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 10:21, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You mean like comic [[859]]?&lt;br /&gt;
::That's exactly what I meant... People do that to me in emails because they know it presses my buttons! [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 16:56, 7 December 2012 (UTC)&lt;br /&gt;
:::I understand your pain.)&lt;br /&gt;
It's been a long while since I coded html (I quit about the time style sheets appeared) but I think the annoying part of &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; is the fact that it appears as the 6 characters instead of a space, not just that it's at the end and could push the text to another line. Doesn't this typically mean that someone copied some code but didn't look carefully at the results when they pasted it into an editor? --[[User:DanB|DanB]] ([[User talk:DanB|talk]]) 14:27, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Either the title text has been parsed - in which case it's actually &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;amp;lt;A&amp;amp;amp;gt;: Like&amp;amp;amp;lt;/a&amp;amp;amp;gt; this&amp;amp;amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (and, yes, probably copy/pasted) - or it hasn't (which seems more likely to me), in which case the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will show up as a non-breaking space when it is parsed. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:40, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The title text is copy/pasted from xkcd, where he escapes the ampersand so that the non-breaking space escape will show up in the title text. He might just be toying with those of us who know about the non-breaking space, as most people (the kind of people that would mis-match div and span and change the case of their tags) don't even know what a non-breaking space would be used for. [[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]])  03:37, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I know. :) I was answering Dan's question. Assuming the title text is going into a webpage, either the whole thing is already parsed, in which case the tags will also appear as they currently do, or it's not parsed yet and the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will appear properly in the rendered page. :) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if the &amp;quot;answer&amp;quot; in the title text is yet another joke? It goes &amp;lt;A&amp;gt;: Like&amp;lt;/A&amp;gt; this&amp;amp;nbsp; — but A used in this way means Anchor, not Answer. Such a line would appear in the browser as &amp;quot;Like this&amp;quot; (with the word Like blue and underlined), making it a clickable &amp;quot;Like&amp;quot; link. {{unsigned|69.158.169.14}}&lt;br /&gt;
&lt;br /&gt;
: I think there is another joke hidden there: It goes »&amp;lt;A&amp;gt;: Like &amp;lt;/A&amp;gt;this« instead of »: &amp;lt;A&amp;gt;Like&amp;lt;/A&amp;gt; this« which turns not only »Like« but also the surrounding whitespace and punctuation into a link/anchor. That points to WYSIWYG HTML editors, as it's easy there to select a little bit more than the intended word when creating a link/marking text as bold, etc. [[Special:Contributions/178.201.95.76|178.201.95.76]] 01:03, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Actually, the Like wouldn't be blue and underlined BECAUSE it lacks the href. At least in firefox. The &amp;lt;a name&amp;gt; and &amp;lt;a href&amp;gt; are so different that browser apparently don't do either when neither are present. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Similarly, it would be nice to address whether you can close a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Obviously you're not supposed to, but would it work? &amp;amp;ndash;&amp;amp;nbsp;''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 20:57, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Opening but not closing a div tag, depends on how a browser's quirks mode interprets that; I'd expect the browser to have everything fall into that div until it encounters a close tag of an element outside (that the div is nested inside). I'd also expect that encountering a close span without having first pushed an open span tag onto the DOM would simply not be recognized as markup and treated as improperly escaped page content. But, I don't write code for any of the major browsers so this is ''wild'' speculation. [[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]])  21:24, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::You can't close a DIV with a SPAN; they're syntactically different and browsers treat them as such. If you try the code above, the major browsers do exactly as Lcarsos suggests with the open DIV (continue until they find a matching /DIV or until /BODY) and completely ignore the /SPAN (Chrome goes so far as to expunge it from the DOM entirely). The DIV behavior exposes a subtler aspect to the comic, actually - because DIV isn't a semantic element, if a /DIV is missing, it can get very, very difficult to track down where the appropriate /DIV is supposed to go, especially when multiple coders are working on a single long (and, in the worst-case scenario, improperly-nested, multi-file) page. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:39, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Note that &amp;quot;multi-file&amp;quot; is common when it's application output and not static page. Even if the files are supposed to be correctly nested, it may be hard to find which of them isn't, especially taking into account &amp;quot;if&amp;quot;s of template engine. The template engine may not really help you, similarly to some interprets or compilers of programming language which tells you they are missing some closing symbol near the end of file even when the place they are actually missing from is somewhere in the middle, because they paired them incorrectly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
There needs to be a little more explanation of what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; tags are. I come here to have the jokes I don't get explained, and after a sentence like &amp;quot;Usage of &amp;amp;lt;span&amp;amp;gt; and &amp;amp;lt;div&amp;amp;gt; tags should be kept low, for they have no intrinsic semantic value,&amp;quot; I need a site called &amp;quot;explainexplainxkcd.com.&amp;quot; [[Special:Contributions/24.224.110.93|24.224.110.93]] 01:17, 9 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I clarified in the explanation. Does that look better? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, thanks. I'm afraid I still don't have much idea what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; are, but it looks like that's because it would to hard to absolutely fully explain. Thanks! [[Special:Contributions/98.122.166.235|98.122.166.235]] 04:07, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::It would, but I'll give it a shot! First, let's establish that DIV and SPAN are HTML elements that surround text or other elements on the page. You generally don't see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; by itself; you see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;Some stuff&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. The forward slash in the second tag tells the browser to close the DIV element. (That's the difference between a tag and an element; &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; are both tags, but we refer to &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;contents&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; as a page element.)&lt;br /&gt;
&lt;br /&gt;
:::Now, to extend the metaphor into the real world, you can think of &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;container&amp;quot; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;effect&amp;quot;. &amp;quot;Container&amp;quot; doesn't mean very much by itself; it's just &amp;quot;a thing into which you can put other things&amp;quot;. Likewise, &amp;quot;effect&amp;quot; just means &amp;quot;a way in which you can change how other things look&amp;quot;. (&amp;quot;Effect&amp;quot; isn't necessarily the best term here, but I can't think of a better one.) &amp;quot;Container&amp;quot; provides no clues as to what kind of container it is or what you might find inside; &amp;quot;effect&amp;quot; doesn't really tell you what kind of visual change you're getting.&lt;br /&gt;
&lt;br /&gt;
:::Imagine, then, a Christmas tree. You can put the Christmas tree in a tree stand (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;) or inside a big box (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;), or both at once if you're feeling saucy (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;). Note that the closing tag will backtrack through the code and close the first DIV it finds, so that you could put other things inside the big box too: &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;Christmas cookies&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. Likewise, you can attach ornaments and tinsel to the tree. Since they're effects that you're adding to the tree, rather than containers into which you're putting the tree, you'd use SPAN: &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:::You can even have a Christmas tree with ornaments on the left and tinsel on the right, in a tree stand, inside a big box, with some cookies in the box with it: &lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;Christmas &amp;amp;lt;span class=&amp;quot;frosting&amp;quot;&amp;amp;gt;cookies&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::(I decided to frost half of the cookies while I was putting them in the box.)&lt;br /&gt;
&lt;br /&gt;
:::There's an important distinction to make here, by the way: the ornaments and tinsel can't help you ''move'' or ''position'' the Christmas tree, and they don't tell you anything about where the tree is, which is why we're using SPAN for them. The big box and tree stand, on the other hand, can be used to move or position the tree, which is why we're using DIV.&lt;br /&gt;
&lt;br /&gt;
:::Meanwhile, HTML5 wants us to use &amp;lt;code&amp;gt;&amp;amp;lt;bigtreebox&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;treestand&amp;amp;gt;&amp;lt;/code&amp;gt; for the containers, and &amp;lt;code&amp;gt;&amp;amp;lt;ornaments&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;lt;tinsel&amp;amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;amp;lt;frosting&amp;amp;gt;&amp;lt;/code&amp;gt; for the effects.&lt;br /&gt;
&lt;br /&gt;
:::Does that make sense? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I'm thinking about it - DIV and SPAN remain very important tags in web development, because even though they're structural and not semantic, the fact remains that there isn't going to be a pre-defined semantic tag for everything you want to do, and not every browser supports making up your own tags (even though they're supposed to). Until HTML5 is finalized (which is currently projected to happen in 2016, if I'm remembering correctly) and everybody starts supporting arbitrary tag definitions (which may be &amp;quot;never&amp;quot;), DIV and SPAN will remain useful as generic &amp;quot;container&amp;quot;/&amp;quot;effect&amp;quot; tags. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
As an intelligent human, it irks me when other humans are lazy, sloppy, or otherwise stupid. As a developer, I sometimes deal with all three. My annoyance factor is amplified by the fact that developers are (supposedly) educated and should be held to a higher standard. So the question is not &amp;quot;what can you get away with in most browsers&amp;quot;, but &amp;quot;what is the established standard.&amp;quot; As Mike Holmes would say, &amp;quot;Do it right the first time.&amp;quot;  - Ixalmida --[[Special:Contributions/208.95.30.82|208.95.30.82]] 18:10, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:[http://xkcd.com/129/ My personal feelings] aside, this isn't an appropriate forum to debate the worthiness of contemporary use of HTML5. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 22:12, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
[http://i.imgur.com/T9UM3.png How to '''really''' annoy a web developer.] (Including the &amp;amp;amp;nbsp; joke, along with another mangling of &amp;amp;lt;A&amp;amp;gt;!) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 03:19, 11 December 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.249.189</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1518:_Typical_Morning_Routine&amp;diff=92070</id>
		<title>1518: Typical Morning Routine</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1518:_Typical_Morning_Routine&amp;diff=92070"/>
				<updated>2015-05-01T23:37:10Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.249.189: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1518&lt;br /&gt;
| date      = April 29, 2015&lt;br /&gt;
| title     = Typical Morning Routine&lt;br /&gt;
| image     = typical_morning_routine.png&lt;br /&gt;
| titletext = Hang on, I've heard this problem. We need to pour water into the duct until the phone floats up and ... wait, phones sink in water. Mercury. We need a vat of mercury to pour down the vent. That will definitely make this situation better and not worse.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Waking up to an alarm can be annoying, especially when it is your partner's alarm, and they are slow to wake up and even then have difficulty figuring out how to turn the alarm off.  This comic takes this situation to a ridiculous extreme, from whence the comic derives its humor, especially when paired with the title describing this situation as a &amp;quot;Typical Morning Routine&amp;quot;. Of course the typical could refer only to the part of the &amp;quot;routine&amp;quot; until the phone is dropped into an air vent.&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Hairy]] with morning hair is shown using his phone as his alarm clock. Another unseen person is sharing the bed with Hairy and growing more irate as Hairy's alarm continues beeping.&lt;br /&gt;
&lt;br /&gt;
Even simple actions like turning off a {{w|smartphone}} alarm can be easily fumbled by a just-awakened groggy person. In this case, Hairy accidentally exited the alarm app without stopping the alarm. In some OSes, simply exiting the app doesn't close it, requiring you to use the app switcher to close it. (As of when this comic was posted, [[Randall]] uses both iOS and Android according to [[1508: Operating Systems]] - although there is no reason to be certain that the character in this comic is using the same operating systems as Randall). &lt;br /&gt;
&lt;br /&gt;
After giving up on shutting down the alarm the usual way, Hairy, in annoyance, decides to remove the battery, which will disable the phone's entire operation. However, while trying to remove the battery in the dark, he accidentally drops his device down an {{w|air vent}} next to the bed. While the vent is covered by a grille, it is apparently coarse enough (or perhaps missing a few pieces, creating a large hole) to allow the phone to pass through if it falls at a particular location and angle. Also, the vent apparently does not descend very far before bending, allowing the phone to survive the fall intact.&lt;br /&gt;
&lt;br /&gt;
If he were a little handy, Hairy might be able to open the vent and retrieve the phone... or perhaps not, if the phone slid further into the ventwork or Hairy lacked the necessary tools. Instead of trying to physically recover the phone, Hairy attempts to remotely {{w|Brick (electronics)|brick}} the phone from his laptop, permanently disabling all its functions (including the alarm app). &lt;br /&gt;
&lt;br /&gt;
This attempt fails when Hairy accidentally puts the device into {{w|airplane mode}}, thereby cutting off all {{w|wireless}} communications with the device and preventing any further attempts at remote control. Airplane mode also has the unfortunate (in this situation) side effect of increasing the phone's battery life (though playing loud sounds incessantly should still limit it to a day or so, notwithstanding the pessimistic assessment of Hairy's companion).&lt;br /&gt;
&lt;br /&gt;
Rather than finding a solution to the problem with the phone, Hairy proposes that they just move out instead.&lt;br /&gt;
&lt;br /&gt;
Relevant for the title text: There is a semi-common logic puzzle involving a ping-pong ball falling down a pipe with a kink in it. In this puzzle, the solution is to pour water into the pipe until the ping-pong ball floats up. &lt;br /&gt;
&lt;br /&gt;
In the title text, one of the two characters remembers this problem and attempts to apply it to this situation. Since phones do not float in water, a modified version is proposed using {{w|Mercury (element)|mercury}} instead. The phone would certainly float on mercury, as it is a very dense liquid (the only metal that is liquid at room temperature).&lt;br /&gt;
&lt;br /&gt;
The extremely toxic nature of mercury makes pouring it into the air supply a very dangerous idea. Also the required amount of mercury would be extremely expensive. The weight of the mercury would also be substantial (1 gallon = 113 lb), and would likely break something in the air duct system. Both mercury and water could also push the phone further into the duct system instead of bringing it back. The end of the title text, declaring that the mercury idea would ''definitely make this situation better and not worse'' could be either a sarcastic commentary on these problems or a desperate attempt to bolster confidence that this extreme solution will work when everything else has failed.&lt;br /&gt;
&lt;br /&gt;
Given that Hairy was willing to sacrifice the phone anyway (by attempting to brick it), he would probably be better off pouring water down the vent -- it wouldn't bring the phone within reach, but it would disable and thereby silence it (unless the phone is completely waterproof, which most phones aren't). &lt;br /&gt;
&lt;br /&gt;
Of course, Hairy probably wouldn't have gotten into this mess if he had not just been awakened brutally by a very loud alarm, making it difficult to think clearly (or, alternitively, if he just had a standard alarm clock that he could have unplugged or even a mechanical one that he could, say, hit with a hammer until it broke; or just flip the off switch).&lt;br /&gt;
&lt;br /&gt;
This comic follows a similar storyline to [[349: Success]] and [[530: I'm An Idiot]], as [[Cueball]], like Hairy here, encounters an issue and attempts progressively more absurd solutions to the issue. Hairy, himself, has also tried to go out of such a tangent before in [[761: DFS]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The panel is completely black, with white text. Small lines indicate from where the two voices are coming, and also from where the alarm goes off. A small broken square surrounds the first word spoken.]&lt;br /&gt;
:Alarm: '''Bleep Bleep'''&lt;br /&gt;
:Voice (right): Urgh&lt;br /&gt;
:Voice (left): Your alarm is going off&lt;br /&gt;
:Voice (right): Huh?&lt;br /&gt;
:Voice (left): Make it stop.&lt;br /&gt;
:Voice (right) Urrgh&lt;br /&gt;
&lt;br /&gt;
:[The panel is completely black, with white text. Small lines indicate from where the two voices are coming. Several small lines surrounds the last &amp;quot;sound&amp;quot; which is not spoken. The alarm noise is continued from the previous panel and continues over the top of the frame directly into the next panel.]&lt;br /&gt;
:Alarm: '''Bleep Bleep Bleep B'''&lt;br /&gt;
:Voice (left): Hit snooze.&lt;br /&gt;
:Voice (right): I'm ''trying''. I closed the alarm app and I can't... I'll just pop out the battery.&lt;br /&gt;
:Voice (right): Whoops!&lt;br /&gt;
:Clang&lt;br /&gt;
&lt;br /&gt;
:[The lights have turned on so it is now a white panel with black text. The voice to the right came from Hairy with morning hair. He is leaning over the side of the bed, looking down the air vent through which he has dropped the phone.  The other person to the left is not shown. The alarm noise (now coming from the air vent as visualized by the lines coming out of the vent) still continues from the previous panel and continues over the top of the frame directly into the next panel.]&lt;br /&gt;
:Alarm: '''eep Bleep Bleep Ble'''&lt;br /&gt;
:Off-Screen voice: Make it stop!&lt;br /&gt;
:Hairy: It... fell down the vent.&lt;br /&gt;
&lt;br /&gt;
:[Hairy is sitting in his bed with a laptop. The person to the left is still off-screen. The alarm noise still continues from the previous panel and continues over the top of the frame out of the comic the the right.]&lt;br /&gt;
:Alarm: '''ep Bleep Bleep Bleep Ble'''&lt;br /&gt;
:Off-Screen voice:  Can you brick it remotely?&lt;br /&gt;
:Hairy: Trying... I think I fumbled it into airplane mode?&lt;br /&gt;
:Off-Screen voice:  The battery could last for weeks.&lt;br /&gt;
:Hairy: You know, maybe we should just move.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Sarcasm]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>108.162.249.189</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1518:_Typical_Morning_Routine&amp;diff=91513</id>
		<title>1518: Typical Morning Routine</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1518:_Typical_Morning_Routine&amp;diff=91513"/>
				<updated>2015-04-29T08:37:55Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.249.189: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1518&lt;br /&gt;
| date      = April 29, 2015&lt;br /&gt;
| title     = Typical Morning Routine&lt;br /&gt;
| image     = typical_morning_routine.png&lt;br /&gt;
| titletext = Hang on, I've heard this problem. We need to pour water into the duct until the phone floats up and ... wait, phones sink in water. Mercury. We need a vat of mercury to pour down the vent. That will definitely make this situation better and not worse.&lt;br /&gt;
}}&lt;br /&gt;
{{Incomplete|The explanation is not explaining much, more like describing what happens at the moment.}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
Waking up to an alarm can be annoying, especially when one has difficulty in turning the alarm off.  This comic takes this to a ridiculous extreme, whence the comic derives its humour, especially when paired with the title describing it as &amp;quot;typical.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
In this comic, a guy with morning hair ([[Hairy]]) is shown using his phone as his alarm clock. It can sometimes be complicated to turn off the alarm on a {{w|smartphone}} when groggy. The guy has apparently exited the alarm app by mistake. In some OSes, simply exiting the app doesn't close it, requiring you to use the app switcher to close it. As of when the comic was posted, [[Randall]] uses both iOS and Android according to [[1508: Operating Systems]]. As such, he is taking an unusually long time turning the device off. Getting annoyed, he's decided to remove the battery to forcefully shut off his phone. However, in the process, he accidentally drops his device down an air vent. Unable to get it out, he tries to remotely {{w|Brick (electronics)|brick it}} (erase important system files rendering the device as useful as a brick). However, he seems to have accidentally gone into {{w|airplane mode}} in the confusion, thereby cutting off all wireless communications with the device. Airplane Mode also has a side effect where by turning off all communication components, the phone conserves charge where the phone will now last a week, rather than typically a day or so. &lt;br /&gt;
&lt;br /&gt;
Rather than dealing with the noise for weeks, he proposes that they just move out instead. We never see who he is sharing the bed with.&lt;br /&gt;
&lt;br /&gt;
In the title text one of the two gets the great idea to pour water into the vent until the phone floats to the top. Then realizing that phones do not float in water. {{w|Mercury (element)|Mercury}}, however, is a very dense liquid (the only metal that is liquid at room temperature).  The phone would certainly float on it, though the '''very''' toxic nature of mercury makes pouring it into the air supply a somewhat less-than-stellar idea.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The panel is completely black, with white text. Small lines indicate from where the two voices are coming, and also from where the alarm goes off. A small broken square surrounds the first word spoken.]&lt;br /&gt;
:Alarm: '''Bleep Bleep'''&lt;br /&gt;
:Voice (right): Urgh&lt;br /&gt;
:Voice (left): Your alarm is going off&lt;br /&gt;
:Voice (right): Huh?&lt;br /&gt;
:Voice (left): Make it stop.&lt;br /&gt;
:Voice (right) Urrgh&lt;br /&gt;
&lt;br /&gt;
:[The panel is completely black, with white text. Small lines indicate from where the two voices are coming. Several small lines surrounds the last &amp;quot;sound&amp;quot; which is not spoken. The alarm noise is continued from the previous panel and continues over the top of the frame directly into the next panel.]&lt;br /&gt;
:Alarm: '''Bleep Bleep Bleep B'''&lt;br /&gt;
:Voice (left): Hit snooze.&lt;br /&gt;
:Voice (right): I'm ''trying''. I closed the alarm app and I can't... I'll just pop out the battery.&lt;br /&gt;
:Voice (right): Whoops!&lt;br /&gt;
:Clang&lt;br /&gt;
&lt;br /&gt;
:[The lights have turned on so it is now a white panel with black text. The voice to the right came from Hairy with morning hair. He is leaning over the side of the bed, looking down the air vent through which he has dropped the phone. The other person to the left is not shown. The alarm noise still continues from the previous panel and continues over the top of the frame directly into the next panel.]&lt;br /&gt;
:Alarm: '''eep Bleep Bleep Ble'''&lt;br /&gt;
:Off-Screen voice: Make it stop!&lt;br /&gt;
:Hairy: It... fell down the vent.&lt;br /&gt;
&lt;br /&gt;
:[Hairy is sitting in his bed with a laptop. The person to the left is still off-screen. The alarm noise still continues from the previous panel and continues over the top of the frame out of the comic the the right.]&lt;br /&gt;
:Alarm: '''ep Bleep Bleep Bleep Ble'''&lt;br /&gt;
:Off-Screen voice:  Can you brick it remotely?&lt;br /&gt;
:Hairy: Trying... I think I fumbled it into airplane mode?&lt;br /&gt;
:Off-Screen voice:  The battery could last for weeks.&lt;br /&gt;
:Hairy: You know, maybe we should just move.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Sarcasm]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>108.162.249.189</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1507:_Metaball&amp;diff=89189</id>
		<title>1507: Metaball</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1507:_Metaball&amp;diff=89189"/>
				<updated>2015-04-09T08:16:21Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.249.189: /* Explanation */ repeated words&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1507&lt;br /&gt;
| date      = April 3, 2015&lt;br /&gt;
| title     = Metaball&lt;br /&gt;
| image     = metaball.png&lt;br /&gt;
| titletext = Shoot, it landed in the golf course. Gonna be hard to get it down the--oh, never mind, it rolled onto the ice hazard. Face-off!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In the first two panels of this game [[Megan]] kicks a {{w|Ball (association football)|football}} (also known as a {{w|association football|soccer}} ball in some regions), but the surprise comes in the next panel when it turns out she tried to kick it into a {{w|basketball}} hoop where Cueball is either trying to catch, stop or dunk the ball. [[Hair Bun Girl]] is also reaching an arm up after the ball. But then [[Ponytail]] yells &amp;quot;'''''Out!'''''&amp;quot;. When Megan asks Ponytail why the ball is out, Ponytail explains it is due to the ''{{w|infield fly rule}}'' that was invoked when the ball crossed into the {{w|baseball}} zone - a very complicated rule to understand for baseball outsiders.&lt;br /&gt;
&lt;br /&gt;
They are playing a {{w|ball game}} that incorporates the rules of many {{w|List of ball games|games that use a ball}}. The rules seem to be based on the location of the {{w|ball}}. Ponytail is holding a map which divides the area into zones. Each time the ball enters a new zone, the rules change to become the rules of the ball game represented in that zone.&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;Metaball&amp;quot; is the combination of the prefix &amp;quot;{{w|meta}}&amp;quot; and the word &amp;quot;{{w|ball}}&amp;quot;. Recently there was another comic with Meta in the title:[[1447: Meta-Analysis]]. The joke ''is meta'' in [[917: Hofstadter]].&lt;br /&gt;
&lt;br /&gt;
Megan is out according to the rules of baseball, because the football that she initially kicked in the football zone in an attempt to score in the basketball hoop (in the basketball zone), clipped the corner of the baseball zone. And suddenly her high kick turned into a {{w|Batted ball|pop fly}} and Ponytail (presumably the referee (and creator/ruler) of this game) invoked the infield fly rule which forces the batter out. In this case that would be the kicker Megan as she is the last to have touched the ball).&lt;br /&gt;
&lt;br /&gt;
In baseball the infield fly rule can be invoked by the {{w|umpire}} (i.e. the referee in baseball), Ponytail in this case, to prevent an {{w|infielder}} from intentionally dropping a fair ball when runners are on multiple bases, forcing the runners on base to advance and allowing the infielder's team to quickly perform a double or triple play by throwing the ball to where the runners are trying to get and performing force out on their base. The infield fly rule, once called out by the umpire, forces the batter to be out whether or not the infielder tries to get the batter out. While complicated, and difficult for outsider to understand, the rule has been in baseball for a long time and makes sense in context. &lt;br /&gt;
&lt;br /&gt;
The title text continues the comic. After Megan is ruled out, even though Cueball misses the catch, the ball now enters the {{w|golf}} section of the field, meaning that the players would have to to hit the ball into a golf hole to score. Given that the ball is much larger than a standard golf ball, this would prove difficult. However before they get this far, the situation changes as the ball rolls into a separate section of the field called the ice hazard.&lt;br /&gt;
&lt;br /&gt;
On a golf course a {{w|Hazard (golf)|hazard}} is either a {{w|Hazard_(golf)#Bunker|bunker}} (with sand) or a {{w|/Hazard_(golf)#Water_hazard|water hazard}}. If the latter type freezes over it could be called an ice hazard. However, in this Metaball game this section of the course is apparently used to play some form of {{w|ice hockey}}. And since the game has been held up when Megan was called out, they will now have to restart the game with a {{w|face-off}} (a skirmish between two players of opposing teams to restart the game). It can be argued that an ice hockey {{w|Hockey puck|puck}} can be considered a ball, since ice hockey has evolved from, and is a variation of, older stick-and-ball games. And since they play both baseball, basketball and golf with the association football, they could also continue playing ice hockey with this ball instead of a puck.&lt;br /&gt;
&lt;br /&gt;
For the record there are several other versions of {{w|hockey}} that are played with a ball ({{w|ball hockey}} for instance) and at least one of these is played on ice (see {{w|broomball}}). In these games face-offs are also used. It seems likely that [[Randall]] has chosen some of the most popular sports of the US - and then used a soccer/football instead of an {{w|Football_(ball)#American_and_Canadian_football|American football}}.&lt;br /&gt;
&lt;br /&gt;
Given the timing of this comic with {{w|NCAA Men's Division I Basketball Championship|the US collegiate basketball tournament}}, we may assume Randall is writing as a response to that. He has previously given an opinion on sports (see for instance [[904: Sports]], [[1107: Sports Cheat Sheet]] and [[1480: Super Bowl]]).&lt;br /&gt;
&lt;br /&gt;
This concept is very similar to [http://www.gocomics.com/calvinandhobbes/1990/05/27 Calvinball] from the comic strip ''{{w|Calvin and Hobbes}}'' by American cartoonist {{w|Bill Watterson}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan runs towards a bouncing soccer football.]&lt;br /&gt;
&lt;br /&gt;
:[Megan kicks the soccer football upwards.]&lt;br /&gt;
&lt;br /&gt;
:[Cueball leaps towards the ball as it falls towards a basketball hoop. Hair Bun Girl also stretches her arm up.]&lt;br /&gt;
:Ponytail (offscreen):'''''Out!'''''&lt;br /&gt;
&lt;br /&gt;
:[Ponytail walks toward them consulting a piece of paper divided in sections:]&lt;br /&gt;
:[Megan (offscreen):] What do you ''mean'', out?!&lt;br /&gt;
:Ponytail: The ball clipped the corner of the baseball zone. Infield fly rule.&lt;br /&gt;
:[Megan (offscreen):] Aw, ''maaan''...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hair Bun Girl]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>108.162.249.189</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=87126</id>
		<title>1503: Squirrel Plan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=87126"/>
				<updated>2015-03-26T23:47:12Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.249.189: /* Squirrel cosmology */ there could be other acorns out there... somewhere...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1503&lt;br /&gt;
| date      = March 25, 2015&lt;br /&gt;
| title     = Squirrel Plan&lt;br /&gt;
| image     = squirrel plan.png&lt;br /&gt;
| titletext = [Halfway to the Sun ...] Heyyyy ... what if this BALLOON is full of acorns?!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
===Squirrel cosmology===&lt;br /&gt;
The joke is that these particular squirrels are ambitious but misguided, like the characters in the myth of {{w|Icarus}} and {{w|Daedalus}}, or the {{w|Tower of Babel}}.  The squirrels' understanding of astrophysics is lacking, regarding the distance to the sun and appropriate transportation to reach it (in addition to the need to resist the sun's heat and exist in the vacuum of space). It can be seen as a joke about how limited the knowledge of humans still is regarding many advanced topics of science. The idea of taking a balloon to the moon or the sun might not have been immediately rejected even a few hundred years ago. And the fanciful notion of a sun filled with acorns (the ultimate object in a squirrel's reality) is reminiscent of many early human ideas about heaven and celestial objects, even the common old myth that the moon might be made out of cheese. &lt;br /&gt;
&lt;br /&gt;
The title text reveals that &amp;quot;halfway to the sun,&amp;quot; 75 million kilometers from all known acorns in our universe, the airborne squirrel jeopardizes the entire mission because he wants to test if the balloon itself is full of acorns.  But it follows the logic stated by the squirrels:  If the sun, being so magnificent, must be full of acorns, then a balloon powerful enough to take a squirrel to the sun must also be powered by something amazing, like acorns. This also reflects on the implied impulsiveness of squirrels, that the squirrel's curiosity would cause him to take an action that would leave him stuck in outer space  (presuming he has made it that far already). &lt;br /&gt;
&lt;br /&gt;
Basic observational skills will tell anyone that acorns do not float, and in fact have noticeable weight to them. Elementary logic then dictates that the balloon lifting the squirrel should not contain objects that contribute only weight, and therefore the balloon must not contain acorns. Again, this is probably a comment on how what seem to be obvious conclusions can be missed if the squirrels or humans in question don't have the knowledge necessary to reach them. It is only after conquering the initial ignorance that something becomes &amp;quot;obvious&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In the real world [http://www.thenakedscientists.com/forum/index.php?topic=1020.0 helium balloons cannot escape the stratosphere.]  Perhaps the squirrel only ''thinks'' he's halfway to the sun.  Or maybe the acorns in the balloon are pushing on the [[1404:_Quantum_Vacuum_Virtual_Plasma|quantum vacuum virtual plasma]].&lt;br /&gt;
&lt;br /&gt;
Alternate hypothesis: this scene is almost identical to a scene found in the recent movie Kingsman: TSS.&lt;br /&gt;
&lt;br /&gt;
===Squirrels in xkcd===&lt;br /&gt;
Squirrels are often used in xkcd and ''What if?'' comics as a way of avoiding reality. Maybe [[Randall]] is going through a tough time this week.&lt;br /&gt;
&lt;br /&gt;
'''Comics:'''&lt;br /&gt;
*[[635: Locke and Demosthenes]]&lt;br /&gt;
*[[776: Still No Sleep]]&lt;br /&gt;
*[[1156: Conditioning]]&lt;br /&gt;
&lt;br /&gt;
'''What if?:'''&lt;br /&gt;
*[http://what-if.xkcd.com/21/ Machine Gun Jetpack]&lt;br /&gt;
*[http://what-if.xkcd.com/98/ Blood Alcohol]&lt;br /&gt;
*[http://what-if.xkcd.com/102/ Keyboard Power]&lt;br /&gt;
*[http://what-if.xkcd.com/105/ Cannibalism]&lt;br /&gt;
&lt;br /&gt;
'''Blag:'''&lt;br /&gt;
*[http://blog.xkcd.com/2008/02/15/the-laser-elevator/ The Laser Elevator]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
It is commonly believed that real squirrels use their ''tails'' as parachutes, although as yet [http://io9.com/5946627/squirrel-hurls-itself-through-a-fourth-story-window-scampers-off-unscathed &amp;quot;there have been no observational studies on the aerodynamics of free-falling squirrels.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[There are three squirrels.  One is suspended from a balloon. The other two are sitting on the ground, looking up at it.]&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Once you've chewed a hole in the sun, shoot the balloon to fall back to earth, then pull the parachute ripcord to land.&lt;br /&gt;
&lt;br /&gt;
:Squirrel tied to balloon: Are you '''''sure''''' it's full of acorns?&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Look how bright and magnificent it is! What ''else'' could be in there?&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Animals]]&lt;/div&gt;</summary>
		<author><name>108.162.249.189</name></author>	</entry>

	</feed>