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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1764:_XKCDE&amp;diff=131621</id>
		<title>1764: XKCDE</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1764:_XKCDE&amp;diff=131621"/>
				<updated>2016-11-28T09:32:29Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.174: /* Explanation */ added containers, improved title-text description, segmented with sub-headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1764&lt;br /&gt;
| date      = November 25, 2016&lt;br /&gt;
| title     = XKCDE&lt;br /&gt;
| image     = xkcde.png&lt;br /&gt;
| titletext = 4. They unplug the root machine but the thousands of leaf VMs scatter in the wind and start spinning up new instances wherever they land&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Randall has created a theoretical software environment named XKCDE (a portmanteau on xkcd and {{w|Collaborative development environment|CDE}} (Collaborative Development Environment)), which relies on the user creating a series of nested virtual machines inside each other (creating sort of a digital version of the {{w|Droste effect}}), which would likely cause extreme strain on the resources of the machine running it. This strain is explained in [[676: Abstraction]], at least for the normal case.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Virtual Machines&amp;quot; are software which pretend to be PC hardware so that a &amp;quot;guest&amp;quot; operating system can run inside of them, under a &amp;quot;host&amp;quot; operating system. Nesting VMs is the process of making a guest also be a host to yet another guest. Generally this is considered wasteful of resources, especially beyond one or two layers deep, and is not done except in a test lab for very specific purposes.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Containers&amp;quot; are a lighter form of PC abstraction. Instead of emulating the entire physical hardware, they only emulate the software stack sitting on top of the kernel. A containerisation tool will have its own standard library, software-stack and installed programs, but delegates all {{w|system calls|system calls}} to the host kernel.&lt;br /&gt;
This is more efficient because no hardware needs to be emulated, but the disadvantage is reduced isolation between host and guest. A misbehaving guest can induce kernel crashes that take the host with them.&lt;br /&gt;
The most well-known example of container software is {{w|Docker (software)|Docker}}.&lt;br /&gt;
&lt;br /&gt;
Randall derives humour from repeating the nesting ''ad absurdum'' in a never-ending fractal of nested VMs, thus trapping the follower of the instruction forever, in a form of [[Nerd Sniping]]: Any external observer, such as your boss, who sees you doing this is likely to fire you for wasting company time (An outcome which is undesirable, though still better than being hit by a truck).&lt;br /&gt;
&lt;br /&gt;
A software environment which disables both the machine it runs on and the user that runs it could be thought of as a useless machine.&lt;br /&gt;
&lt;br /&gt;
=== Real Life Practice ===&lt;br /&gt;
In 'normal' software development, spinning up a (single, non-nested) VM is a practice to ensure that the development environment is identical between developers, thus minimising hard-to-reproduce bugs due to local machine differences, such as [https://sourceforge.net/p/phpmyadmin/bugs/2343/#0e4a unmatching library versions], [http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html locale settings] or [http://askubuntu.com/questions/202857/cant-install-ati-proprietary-drivers-in-12-10 additional installed or missing software].&lt;br /&gt;
The single VM image is shared between all developers, who each spin up their own instance on their personal workstation.&lt;br /&gt;
In such cases, spinning up the VM is the first step in bringing up a local development environment, after which additional steps will usually instruct which programs to open, which configuration settings to change, etc.&lt;br /&gt;
&lt;br /&gt;
Someone got [https://pcsteps.com/508-nested-virtualization 4 levels deep] with this.&lt;br /&gt;
&lt;br /&gt;
=== Title Text ===&lt;br /&gt;
The title-text is a pun on the words {{w|Tree (data structure)|root and leaf}} as used in abstract data structures, drawing an analogy of cutting down a tree (unplugging the root machine) scattering leaves (the nested VMs).&lt;br /&gt;
A subtle pun is hidden in 'spinning': several tree species use {{w|Samara (fruit)|spinning leaves}} to scatter their seeds. The {{w|Autorotation (helicopter)|autorotation}} due to the special shape of the leaves helps to soften their landing, thus protecting the seeds. Randall mixes this meaning of 'spinning' with the act of &amp;quot;spinning up a VM&amp;quot;, the colloquial phrasing for starting up a new instance of a guest virtual machine.&lt;br /&gt;
As a seed grows into a new tree where it lands, so apparently do the scattered VMs spin up new instances of themselves wherever they land.&lt;br /&gt;
&lt;br /&gt;
In this case, a literal interpretation would be that turning off the computer the VMs are running on would make all the VMs without any VMs running in them propagate themselves through a network and install themselves on other computers, which at the end of the day would be a very inefficient method of creating a virus.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
Installing the xkcd development environment&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
# Spin up a VM&lt;br /&gt;
# Spin up a VM inside that VM&lt;br /&gt;
# Continue spinning up nested VMs and containers until you get fired&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.174</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1764:_XKCDE&amp;diff=131620</id>
		<title>1764: XKCDE</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1764:_XKCDE&amp;diff=131620"/>
				<updated>2016-11-28T09:06:55Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.174: /* Explanation */ added real-world practice that this is a hyperbole of, rewrote earlier part to include nerd-sniping connection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1764&lt;br /&gt;
| date      = November 25, 2016&lt;br /&gt;
| title     = XKCDE&lt;br /&gt;
| image     = xkcde.png&lt;br /&gt;
| titletext = 4. They unplug the root machine but the thousands of leaf VMs scatter in the wind and start spinning up new instances wherever they land&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
Randall has created a theoretical software environment named XKCDE (a portmanteau on xkcd and {{w|Collaborative development environment|CDE}} (Collaborative Development Environment)), which relies on the user creating a series of nested virtual machines inside each other (creating sort of a digital version of the {{w|Droste effect}}), which would likely cause extreme strain on the resources of the machine running it. This strain is explained in [[676: Abstraction]], at least for the normal case.&lt;br /&gt;
&lt;br /&gt;
Virtual Machines are software which pretend to be PC hardware so that a &amp;quot;guest&amp;quot; operating system can run inside of them, under a &amp;quot;host&amp;quot; operating system. Nesting VMs is the process of making a guest also be a host to yet another guest. Generally this is considered wasteful of resources, especially beyond one or two layers deep, and is not done except in a test lab for very specific purposes.&lt;br /&gt;
&lt;br /&gt;
Randall derives humour from repeating the nesting ''ad absurdum'' in a never-ending fractal of nested VMs, thus trapping the follower of the instruction in a form of [[Nerd Sniping]]: Any external observer, such as your boss, who sees you doing this is likely to fire you for wasting company time (An outcome which is undesirable, though still better than being hit by a truck).&lt;br /&gt;
&lt;br /&gt;
In 'normal' software development, spinning up a (single, non-nested) VM is a practice to ensure that the development environment is identical between developers, thus minimising hard-to-reproduce bugs due to local machine differences, such as [https://sourceforge.net/p/phpmyadmin/bugs/2343/#0e4a unmatching library versions], [http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html locale settings] or [http://askubuntu.com/questions/202857/cant-install-ati-proprietary-drivers-in-12-10 additional installed or missing software].&lt;br /&gt;
The single VM image is shared between all developers, who each spin up their own instance on their personal workstation.&lt;br /&gt;
In such cases, spinning up the VM is the first step in bringing up a local development environment, after which additional steps will instruct which programs to open, which configuration settings to change, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A software environment which disables both the machine it runs on and the user that runs it could be thought of as a useless machine.&lt;br /&gt;
&lt;br /&gt;
Someone got [https://pcsteps.com/508-nested-virtualization 4 levels deep] with this.&lt;br /&gt;
&lt;br /&gt;
The title-text is a pun on the words {{w|Tree (data structure)|root and leaf}}, drawing an analogy of cutting down a tree (unplugging the root machine) scattering leaves (the leaf VMs, probably the VMs farthest down). In this case, a literal interpretation would be that turning off the computer the VMs are running on would make all the VMs without any VMs running in them propagate themselves through a network and install themselves on other computers, which at the end of the day would be a very inefficient method of creating a virus.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
Installing the xkcd development environment&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
# Spin up a VM&lt;br /&gt;
# Spin up a VM inside that VM&lt;br /&gt;
# Continue spinning up nested VMs and containers until you get fired&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.174</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1761:_Blame&amp;diff=131230</id>
		<title>1761: Blame</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1761:_Blame&amp;diff=131230"/>
				<updated>2016-11-19T14:45:18Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.174: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1761&lt;br /&gt;
| date      = November 18, 2016&lt;br /&gt;
| title     = Blame&lt;br /&gt;
| image     = blame.png&lt;br /&gt;
| titletext = I bet if I yell at my scared friends I will feel better.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] states that he feels sad and links it with his observation that bad things are happening. Sadness is a normal human reaction to perceived bad events&amp;lt;ref&amp;gt;http://www.clinical-depression.co.uk/dlp/depression-information/causes-of-depression/&amp;lt;/ref&amp;gt;. (Other emotions that might be felt at such times include anger and guilt.)&lt;br /&gt;
 &lt;br /&gt;
He then reasons that it must be someone's fault. If the &amp;quot;bad things&amp;quot; in question are not natural calamities or accidents, it is usually logical to surmise that someone is responsible for them taking place.&lt;br /&gt;
&lt;br /&gt;
After some thinking, he has an idea. Ideas are usually the result of thinking (unless they are a result of {{w|computers}}{{Citation needed}}), although it might not always be conscious thinking like Cueball is doing.&lt;br /&gt;
&lt;br /&gt;
He then blames his &amp;quot;friends on {{w|Facebook}}&amp;quot;, an online website that helps people communicate with other people through their computers and handheld electronic devices. While there could be possible reasons for bad events (for example if the bad event was nobody wishing him a happy birthday or someone posting compromising pictures,) his friends would not be a likely source for bad events extending beyond a personal or local scope. Most people have a few hundred (or thousand) &amp;quot;friends&amp;quot; on Facebook, most of whom do not have enough influence to cause bad events on a national or global level.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
This is a reference to people ranting on {{w|social media}} sites (like Facebook) about various things which are blamed on certain people (or sometimes everyone), but the person doing the ranting never thinks that the problem might be with themselves.&lt;br /&gt;
&lt;br /&gt;
It could possibly also be a reference to how an individual's Facebook news feed has probably been inundated by political posts due to the results of the recent 2016 {{w|United States presidential election}}, and possibly due to state and local elections. One read on this is that, many people, including [http://www.npr.org/sections/alltechconsidered/2016/07/24/486941582/the-reason-your-feed-became-an-echo-chamber-and-what-to-do-about-it| some news sources], have pointed out that social media forms an &amp;quot;echo chamber&amp;quot;, and some sources have claimed that this is responsible both for political polarization (see [https://www.youtube.com/watch?v=rE3j_RHkqJc&amp;amp;t=2s| this video]) and even for [http://www.independent.co.uk/voices/donald-trump-president-social-media-echo-chamber-hypernormalisation-adam-curtis-protests-blame-a7409481.html| the recent victory] of {{w|Donald Trump}}.  Notably, [[Randall]] supported {{w|Hillary Clinton}}, the {{w|Democratic}} nominee in [[1756|a recent comic]].  Therefore, blaming social media for the election can be read as blaming his friends echoing his ideas back to him as causing (partially) Clinton's loss; thus they are (partially) at fault for his presumed sadness over her loss in the election.  A second read on this would be that constant reminders of Clinton's loss only serve to make Randall sadder: again the proximal cause being his friends' posts.  A third read would be that friends with whom Cueball/Randall disagrees are posting things that he finds unpleasant to read, either ideas that he finds offensive or inconvenient, or posts &amp;quot;rubbing in&amp;quot; the victory of the candidate Randall opposed.&lt;br /&gt;
&lt;br /&gt;
The title text refers to people venting. The (humorous) assumption here is that one will feel better after doing so. While some amount of venting might help to relieve stress caused by bad events, alienating people you know by blaming them for bad events usually causes more stress in the long run. The fact that he recognizes his friends are scared, like him, but still thinks yelling at them is a good idea shows he's more interested in making himself feel better rather than caring about the well being on his friends.  Additionally, &amp;quot;yelling&amp;quot; on social media would likely only increase the influx of: &lt;br /&gt;
* Political posts reminding Cueball of his sadness &lt;br /&gt;
* Angry messages back at him &lt;br /&gt;
* Reminders of the reason he's sad, including possibly &amp;quot;rubbing in&amp;quot; the sad feelings &lt;br /&gt;
* Posts designed to offend Cueball, including posts designed to offend his political sensibilities; all of these would make him feel worse, potentially in relatively short order.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Cueball (thinking): I feel sad.&lt;br /&gt;
:Bad things are happening.&lt;br /&gt;
&lt;br /&gt;
:Cueball (thinking): They must be someone's fault.&lt;br /&gt;
:But whose?&lt;br /&gt;
&lt;br /&gt;
:[Cueball makes several thinking poses before a light bulb appears, indicating he has an idea]&lt;br /&gt;
&lt;br /&gt;
:Cueball (thinking): ''My friends on Facebook.''&lt;br /&gt;
&lt;br /&gt;
==Citations==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.89.174</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1756:_I%27m_With_Her&amp;diff=130299</id>
		<title>Talk:1756: I'm With Her</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1756:_I%27m_With_Her&amp;diff=130299"/>
				<updated>2016-11-08T10:24:38Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.174: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
The &amp;quot;I'm with her&amp;quot; and H with an arrow are CLEARLY the respective campaign slogan and campaign logo for Hillary Clinton, not some vagueness having to do with bringing a significant other. {{unsigned ip|173.245.48.78}}&lt;br /&gt;
:I see it more as him endorsing voting regardless of who you vote for (as evidenced by half the comic is about &amp;quot;Here's how you vote&amp;quot; without any mention of candidates or issues) and the endorsing Clinton part is an add-on as if to say &amp;quot;This is how I'm voting; vote for her if you agree with me.&amp;quot; [[User:Jeudi Violist|Jeudi Violist]] ([[User talk:Jeudi Violist|talk]]) 18:39, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has Randall endorsed a presidential candidate before? --[[User:Dfeuer|Dfeuer]] ([[User talk:Dfeuer|talk]]) 17:14, 7 November 2016 (UTC)&lt;br /&gt;
:He supported Obama on his blog in '08, not in the comic though. {{unsigned ip|162.158.214.230}}&lt;br /&gt;
&lt;br /&gt;
He could have said any number of clever things about the election, and all he did was put up a campaign sign. Disappointing. [[User:Gmcgath|Gmcgath]] ([[User talk:Gmcgath|talk]]) 17:37, 7 November 2016 (UTC)&lt;br /&gt;
:I'm hoping Wednesday will be a newspaper saying &amp;quot;American immigration continues north&amp;quot; and below, &amp;quot;40% of the population move to Canada&amp;quot;, but only if Trump wins.{{unsigned|Jacky720}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
what a cuck --[[Special:Contributions/172.68.51.63|172.68.51.63]] 17:45, 7 November 2016 (UTC)&lt;br /&gt;
:: leaving aside the most ridiculous slur of the past few years, I don't know what else did you expect from Randall. I guess you must have stumbled upon this wiki by chance and have never heard of xkcd before.--[[Special:Contributions/141.101.98.130|141.101.98.130]] 17:59, 7 November 2016 (UTC)&lt;br /&gt;
:: AHAHAHAHA. *Ahem.* Hooray for pejorative misappropriation of a kink. /s [[Special:Contributions/108.162.246.55|108.162.246.55]] 19:07, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is the first time I still don't get the joke even after reading the explainxkcd page [[Special:Contributions/108.162.219.123|108.162.219.123]] 18:09, 7 November 2016 (UTC)&lt;br /&gt;
:It isn't a joke. [[Randall]] is simply encouraging people to vote. [[User:GizmoDude|GizmoDude]] ([[User talk:GizmoDude|talk]]) 20:55, 7 November 2016 (UTC)&lt;br /&gt;
;Bit disappointing...&lt;br /&gt;
&lt;br /&gt;
I was hoping for a comic today. oh well. Interesting to see how he's planning to vote, though - it's a shame that there are no candidates this year in favor of strong encryption. {{unsigned ip|172.68.55.80}}&lt;br /&gt;
&lt;br /&gt;
Funny how females outdo males in this 'comic' but in terms of frequency and of elevation. Oh well. xkcd has long been overrepresenting females, it was to be expected. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;{{unsigned ip|162.158.201.90}}&lt;br /&gt;
:Seriously? You're whinging 'what about the men?' in a geek web comic?! [[Special:Contributions/108.162.215.212|108.162.215.212]] 18:21, 7 November 2016 (UTC)&lt;br /&gt;
::And there are 11 characters and they are split 5 to 6, and if Blondie represents Clinton then there are 5 to 5 M vs W supporters. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:58, 7 November 2016 (UTC)&lt;br /&gt;
:&amp;quot;Overrepresenting&amp;quot;?! If there were too many guys you wouldn't bat an eye because it's 'accurate' to whatever demographic you think xkcd is supposed to represent, but as soon as Randall draws 'too many women' you whinge about the oppression of men. First off, even if the readership is male-dominated, that doesn't have any impact on who the comic can portray. Second, there is nothing oppressive about seeing women portrayed in equal numbers or -heaven forbid- in positions of power.[[Special:Contributions/172.68.118.191|172.68.118.191]] 00:28, 8 November 2016 (UTC)&lt;br /&gt;
:: &amp;gt;If there were too many guys you wouldn't bat an eye because it's 'accurate' to whatever demographic you think&lt;br /&gt;
:: You are literally a priori accusing me of bias regarding what I would have done in a comparable situation.&lt;br /&gt;
:: &amp;gt;you think xkcd is supposed to represent&lt;br /&gt;
:: xkcd's focus is exceedingly well-defined. It is often narrowed down to a particular academic field. It is not subjective.&lt;br /&gt;
:: &amp;gt;you whinge about the oppression of men&lt;br /&gt;
:: Please refrain from putting such words in my mouth. Overrepresentation is a numerical fact -- 'oppression' is a charged term which I doubt has a valid definition.&lt;br /&gt;
:: &amp;gt;even if the readership is male-dominated, that doesn't have any impact on who the comic can portray&lt;br /&gt;
:: You seem to be implying that my mention of overrepresentation pertains to overrepresentation with respect to viewership rather than with respect of gender balance in scientific fields Randall depicts.&lt;br /&gt;
:: &amp;gt;there is nothing oppressive about seeing women portrayed in equal numbers or -heaven forbid- in positions of power&lt;br /&gt;
:: Again, you are seeing claims of 'oppression' that are not there. I do not use this word -- I am talking strictly about gender quantity. In other words, I don't object to 'oppression', but to distortion of truth. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:::Oh shit, you're not joking. I don't think Randall cared in the slightest how many of each gender there were, or where they were placed. You are creating a problem which isn't there, and missing what the comic is actually trying to say. It appears that whatever Randall puts in a comic, you'll find a problem with it. [[Special:Contributions/162.158.2.60|162.158.2.60]] 09:27, 8 November 2016 (UTC)&lt;br /&gt;
:I will tell my children and grandchildren that in the election of 2016, there was a guy so afraid of women that he complained that a webcomic about the election had &amp;quot;females outdo males...in terms of...of elevation&amp;quot;. This is some 18th century stuff. It is the consummate combination of unawareness of self and of others. [[Special:Contributions/108.162.246.47|108.162.246.47]] 04:36, 8 November 2016 (UTC)&lt;br /&gt;
:: &amp;gt;there was a guy so afraid of women&lt;br /&gt;
:: I regret to see you rely on such tactics.&lt;br /&gt;
:: &amp;gt;This is some 18th century stuff.&lt;br /&gt;
:: This is not relevant. It is possible for a society to err away from its prior true notions. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The only disappointing this are comments like those two above. [[Special:Contributions/162.158.201.96|162.158.201.96]] 18:11, 7 November 2016 (UTC)&lt;br /&gt;
: Females being overrepresented in comics like xkcd (but also other ones) with respect to their controlled interest in science in reality is a fact. Therefore, you are calling facts disappointing. How geeky of you. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;{{unsigned ip|162.158.201.90}}&lt;br /&gt;
:: So, your real problem is that Randall likes using female stick figures, yes? Also, why are you afraid to &amp;quot;un-nowiki&amp;quot; your signature...? [[Special:Contributions/162.158.201.96|162.158.201.96]] 19:15, 7 November 2016 (UTC)&lt;br /&gt;
::: No. Allow me to repeat my point as you had apparently misunderstood: 'females being overrepresented'. This is something else than 'females being represented'. The more you know, the less chance there is for you to accidentally twist another person's words as misogyny/sexism. Also, identity is not relevant to discussion. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;{{unsigned ip|162.158.201.90}}&lt;br /&gt;
:::: I understood you perfectly fine. My point still stands: You don't like Randall's preference for female stick figures. I never said you're being misogynic/sexist, so please don't imply I did. Thing with your &amp;quot;hidden&amp;quot; identity is that it's plain visible in the history of this page, so there's really no need to nowiki the signature, that's all. [[Special:Contributions/162.158.201.96|162.158.201.96]] 20:42, 7 November 2016 (UTC)&lt;br /&gt;
::::: You are extremely skilled at saying things that are false and asserting that they're true. First you confused objecting to female overrepresentation (over-presence) with objecting to female representation (presence) ('your real problem is that Randall likes using female stick figures'). Then you moved to confusing objecting to female overrepresentation with objecting to *Randall's* female overrepresentation. My objection does not pertain to who is doing overrepresenting, but to the mere fact of it. I would have objected identically to any other writer. Also, your attributing of opposition to female presence in comics (after doing which which you proceeded to asserting my being personally hostile to Randall) is accusing of sexism/misogyny by definition. Also, I am obviously aware of edit history; my use my signature constitutes a reminder that identity is, as I said, irrelevant in discussion. It does not serve to obscure anything. You have a remarkable record of falsehoods. &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;{{unsigned ip|162.158.201.90}}&lt;br /&gt;
&lt;br /&gt;
A little disappointing to have a normally lighthearted comic dive seriously into politics, if even for one strip. Not really a fan of either candidate, but would like to see stuff like this stay above the fray. {{unsigned ip|162.158.69.100}}&lt;br /&gt;
:Completely agreed. [[User:SeanAhern|SeanAhern]] ([[User talk:SeanAhern|talk]]) 18:27, 7 November 2016 (UTC)&lt;br /&gt;
:Completely agreed 2. At first I though it's some kind of a romance statement (&amp;quot;be with her&amp;quot;). And from explainxkcd I have learnt that it's an US campaign ad. [[Special:Contributions/162.158.202.150|162.158.202.150]] 22:19, 7 November 2016 (UTC)&lt;br /&gt;
::Lighthearted? Try to read the comics in the [[:Category:Politics]] and [[:Category:Climate change]]. Also there are many other comics that are not at all light hearted. You must have mistaken this with some other web comic? :) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:33, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is a first... comics 500 and 1130 (possibly 1131 too) were related to the election, but didn't endorse a candidate. I'm not entirely sure how I feel about this. [[Special:Contributions/108.162.219.89|108.162.219.89]] 18:41, 7 November 2016 (UTC)&lt;br /&gt;
:I think Randall is pretty much just saying '''OH GOD PLEASE DONT VOTE FOR TRUMP''' [[User:GizmoDude|GizmoDude]] ([[User talk:GizmoDude|talk]]) 20:59, 7 November 2016 (UTC)&lt;br /&gt;
:: If Randall was saying that, he'd also be bringing up third party candidates (honestly surprised he didn't endorse Jill Stein considering she's more pro-science than Hillary. And before anyone says &amp;quot;anti-vax&amp;quot;, check snopes. Jill Stein is so pro-vax [she's volunteered time vaccinated children and is on record saying she wants to increase vaccination rates], pro-addressing-climate[she's green party who has that as a primary platform], and wants to replace the people with business degrees on the panels of the FDA with people with science degrees. Jill is so pro-science and that it makes Hillary look like a flat-earther.) --[[Special:Contributions/108.162.246.42|108.162.246.42]] 21:30, 7 November 2016 (UTC) &lt;br /&gt;
:::Jill Stein's stance on nuclear energy is an unscientific as it gets. [[Special:Contributions/108.162.210.196|108.162.210.196]] 23:28, 7 November 2016 (UTC)&lt;br /&gt;
::::No no no. If Randal just wish that Trump should not become president there is only one way to achieve this and that is by making Hillary win. This is not even saying that he likes her, he just dislikes the alternative more. Voting for anyone else might just help Trump. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:33, 7 November 2016 (UTC)&lt;br /&gt;
:Also, it looks like minutephysics has done a similar thing. https://www.youtube.com/watch?v=uDeL4LGuBx4 [[Special:Contributions/108.162.219.89|108.162.219.89]] 00:44, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I came here to see what the tone of the comments were going to be.  I was half expecting to find an all-out flamewar in progress.   I was happy to see that the comments have not devolved into the kind of attacks that one would expect to find pretty much anywhere else on the Internet.  Geeks are the best people.  :) [[User:Mwburden|mwburden]] ([[User talk:Mwburden|talk]]) 18:47, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm very dissappointed. Randall never took sides before and - be it as it may - this comic is not a comic but plain out political campaign. Up until now I held xkcd in EXTREMELY high esteem - this comic put a serious dent in that opinion..&lt;br /&gt;
--[[Special:Contributions/162.158.91.60|162.158.91.60]] 18:56, 7 November 2016 (UTC)&lt;br /&gt;
: I'm really torn about this one. On the one hand I feel that you HAVE to take sides in this one, if your only other option is Donald Trump... on the other hand, I never liked when web comics express political opinions. It will always end in a flame war and almost never have anything to do with the web comic itself. Randall should've just put up a &amp;quot;go vote becaues it's important&amp;quot; sign without taking sides. [[Special:Contributions/162.158.201.96|162.158.201.96]] 19:17, 7 November 2016 (UTC)&lt;br /&gt;
: Don't let the door hit you on the way out.  I'm sure there are other comics out there that would agree with your ideology. [[User:Sturmovik|Sturmovik]] ([[User talk:Sturmovik|talk]]) 19:25, 7 November 2016 (UTC)&lt;br /&gt;
:Randall should do whatever Randall thinks he should do. Should he put up &amp;quot;go read about global warming&amp;quot; comics instead of take the side of AGW? If you think this example is an inappropriate one to use in contrasting this comic with the current political election cycle then you've completely ignored the stances of the two popular candidates. But back to the original point: if you don't like XKCD anymore because of this one comic then go find another comic or start your own. All of art is an expression of the person. Randall knew not everyone would like his beliefs when he pushed this out to the world and is obviously prepared to deal with any consequences of taking a stand on his website. I, for one, applaud him for doing so {{unsigned ip|162.158.69.19}}&lt;br /&gt;
:: Randall did a comic about global warming a while back, which was very interesting. Because I heard the &amp;quot;earth has warmed up before&amp;quot; argument before and even used it myself at least once. The difference about the global warming comic is that he backed it up with scientific facts, which is well within the scope of this comic. Political opinions aren't (or did the slogan change to ''A webcomic of romance, sarcasm, math, and language and politics''?). Yes, of course he can do with his web comic whatever he wants to. But readers can express their opinions about what he does with it. It's called &amp;quot;freedom of speech&amp;quot;, you know?[[Special:Contributions/162.158.201.96|162.158.201.96]] 20:47, 7 November 2016 (UTC)&lt;br /&gt;
:::[[1357|There's a comic for that.]] [[Special:Contributions/162.158.214.230|162.158.214.230]] 21:19, 7 November 2016 (UTC)&lt;br /&gt;
::::Randall has endorsee Obama in 2008 and it is his comic and he can use it to endorse anyone he likes. I'm pretty sure he believes that he will only loose a few real fans of xkcd over this comic, because those who really enjoys all his comics in spite of for instance climate comics would really not like to see Trump as president. And would thus be happy if this comic helped in any way to avoid that. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:34, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Can you help list all the characters in the transcript? From left to right; they're Joanna (ponytail with EMP cannon) from [[322]]; Black Hat; unknown with kite; White Hat; possibly Miss Lenhart (but his hair is somewhat different from [[1519]]); unknown possibly Megan; cueball; unknown woman with glasses; Hairbun; Beret Guy; Cueball with toy sword from [[303]].  [[User:B jonas|B jonas]] ([[User talk:B jonas|talk]]) 19:10, 7 November 2016 (UTC)&lt;br /&gt;
:Not Miss Lenhart. Blondie. They are listed now. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:34, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Good for Randal.  I had been noticing how many Hillary leaning artists had been pulling their punches this election, likely out of fear of trolling or loss of revenue.  You want to know what courage looks like?  This is is. [[User:Sturmovik|Sturmovik]] ([[User talk:Sturmovik|talk]]) 19:25, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Title text hasn't been explained yet. Is it a reference to the German chancellor Angela Merkel's phrase &amp;quot;Wir schaffen das!'? Don't know if Clinton has a slogan like Obama's &amp;quot;Yes, we can!&amp;quot;. {{unsigned ip|162.158.91.36}}&lt;br /&gt;
: That's the same I thought. But I'm not sure how well known this phrase is outside of Germany. However &amp;quot;Wir schaffen das!&amp;quot; always had a bitter taste - even considered ironic or sarcastic by some - (which e.g. &amp;quot;Yes, we can!&amp;quot; didn't), so I interpreted &amp;quot;We can do this!&amp;quot; as voting for Clinton is simply the lesser evil. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 08:15, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I find (linking to )this civicinnovation website rather questionable. They want to audit peoples address books based on who the names in there might vote for? That sounds like Erich Mielkes wildest dreams come true. Even German newspapers (where i'm from), which are 100% anti-Trump, have in the last days noted concern about the methods of Clintons supporters bullying the other side, and this is a disquieting new piece in that picture. I'll hope this is just a ploy to step up with Trump on the ''bad manners'' side. --[[Special:Contributions/162.158.91.160|162.158.91.160]] 19:37, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Not all comics have to be humorous&lt;br /&gt;
&lt;br /&gt;
From [https://en.wikipedia.org/wiki/Comics#Etymology]&lt;br /&gt;
:The English term ''comics'' derives from the humorous (or &amp;quot;[[wikt:comic|comic]]&amp;quot;) work which predominated in early American newspaper comic strips; usage of the term has become standard for non-humorous works as well. {{unsigned ip|162.158.69.57}}&lt;br /&gt;
&lt;br /&gt;
:The problem is that this isn't a comic, this is a campaign ad. [[Special:Contributions/162.158.238.38|162.158.238.38]] 20:32, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Could we please just NOT get politics involved in the comments, guys?&lt;br /&gt;
&lt;br /&gt;
Just... please? [[User:Papayaman1000|Papayaman1000]] ([[User talk:Papayaman1000|talk]]) 20:34, 7 November 2016 (UTC)&lt;br /&gt;
:Are you serious. What had you expected :-) This is the most loaded comic of all time. It will even take down [[388: Fuck Grapefruit]], even though [[388:_Fuck_Grapefruit#Controversy|it beat his blog]] about his Obama endorsement. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:58, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall has taken a side in a political Argument before: Not counting the near-invisible easter egg, comic 1005 consists solely of Randall taking a stance on something political and providing links to show how you can help. That wasn't too long ago, but no one freaked out about a serious, political strip back then.&lt;br /&gt;
[[User:CJB42|CJB42]] ([[User talk:CJB42|talk]]) 20:39, 7 November 2016 (UTC)&lt;br /&gt;
:Policy to candidates is not an apples to apples comparison. People get much more up in arms when the topic is either a candidate or policy that goes against religious text or teachings. SOPA and PIPA were neither (well, unless you count GNU as some kind of internet religion). [[User:Zernin|Zernin]] ([[User talk:Zernin|talk]]) 21:22, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's sad to see a guy who is so smart in some areas, yet can not see Hillary Clinton for the terrible president she would be. (Granted, part of the reason we only have a few other choices is because of our messed up voting system.) {{unsigned ip|108.162.221.177}}&lt;br /&gt;
:I agree with you that Hillary may be worse than almost any one else from the Democrats. But Trump is sooo much further out on a limp, and I'm sure this might be the only reason Randall makes this comic. He is seriously afraid of what woudl happen to the US and the rest of the world if Trump wins --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:38, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Instead of comic, post contained a political statement. I am not amused. I want a refund. I don't vote, and I don't even live anywhere near USA. [[Special:Contributions/141.101.96.102|141.101.96.102]] 18:40, 7 November 2016 (UTC)&lt;br /&gt;
:A refund? For what? You pay to read this comic? [[User:Zorlax the Mighty|Zorlax the Mighty&amp;amp;#39;); DROP TABLE users;--]] ([[User talk:Zorlax the Mighty|talk]]) 21:53, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Darn right you better be with her.  If you say anything else, you will &amp;quot;commit suicide&amp;quot;.  Just ask Vince Foster or Seth Rich if you think I'm crazy.[[Special:Contributions/173.245.48.77|173.245.48.77]] 21:46, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
What, Randy does not say &amp;quot;Bernie or Bust&amp;quot;? I feel cheated now. :P --[[Special:Contributions/162.158.150.228|162.158.150.228]] 22:54, 7 November 2016 (UTC)&lt;br /&gt;
:Poor Bernie. Poor America. Poor world. [[Special:Contributions/198.41.238.32|198.41.238.32]] 23:07, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just good luck America (and the rest of the world where I belong), whatever happens tomorrow. But I'm hoping Randall can help his candidate win! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:58, 7 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm with her... unfortunately : (.  I just didn't think it made sense to donate to a billionaire. [[Special:Contributions/162.158.74.106|162.158.74.106]] 00:56, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Don't get political in the comments? The fucking &amp;quot;comic&amp;quot; is a fucking political ad. We're going to call this fucker out on his cuckery.  [[Special:Contributions/162.158.74.27|162.158.74.27]] 01:02, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Honestly, I don't give a damn. Sure, I might not agree with his political leanings (hell, I don't want either of them in the WH), but it's just 1 comic. On Wednesday, he'll probably go back to the same stuff he's been doing for 1755 other strips. This will be nothing special. Just one comic. Sure, it might be politically fueled, but just because a person lets their leanings known doesn't mean you should be allowed to call them a &amp;quot;cuck&amp;quot; or cause a talk page for a popular comic, or a Reddit for a popular comic, devolve into the equivalent of monkeys flinging crap at walls. So just please deal with it and move on.&lt;br /&gt;
Yours truly, [[User:GranadalandDreamer|GranadalandDreamer]] ([[User talk:GranadalandDreamer|talk]]) 01:14, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Randall's with *her*? good to know that randall considers arab life worthless/supports financiers over single African-american mothers/refuses to understand encryption/would rather spend public money on coal than retrain miners/loves trade deals that will hurt the poorest, increase inequality, damage the environment, homogenize culture, allow private corporations to sue elected governments/can't make his mind up over the Dakota Access pipeline/changes his accent depending on which state he is stumping in/was late to supporting gay marriage/lied repeatedly about coming under sniper fire in bosnia/has had to repeatedly plead incompetence or rely on bureaucratic politics to evade formal breach of contract or charges of criminality. Iowa, Utah and Wisconsin may have Gloria la Riva of the Party for Socialism and Liberation on the ballot, if you want a candidate who isn't an elitist. And if you didn't want splitters, you should have voted for Bernie. [[User:Cockhorse|Cockhorse]] ([[User talk:Cockhorse|talk]]) 02:12, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I mean it's not like Trump is going to be a whole lot better for Arab people, Black people, gay people, or pretty much anyone who's not a straight white dude. It's quite possible he voted for Bernie, but at this point it's a little late for him to be asking others to support Sanders. {{unsigned ip|108.162.216.71}}&lt;br /&gt;
&lt;br /&gt;
:No, but that doesn't mean we should settle for clinton. It is not late to be asking for people to support Sanders, if anyone was doing that, because if the senate swings to the democrats he ends up in charge of the budget committee. Oh and I forgot one: randall is apparently also planning to disappoint all of us, even those who loathe him, within 100 days. [[User:Cockhorse|Cockhorse]] ([[User talk:Cockhorse|talk]]) 05:29, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks like the Trumpettes are getting rather triggered over a web comic. Wasn't there a candidate in this election that was preaching against this whole getting easily offended by words thing? [[Special:Contributions/108.162.238.43|108.162.238.43]] 03:25, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
This just makes me... sad... [[Special:Contributions/108.162.215.117|108.162.215.117]] 03:52, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is a webcomic about &amp;quot;romance, sarcasm, language, and math&amp;quot; taking a political stance and telling me who to vote for? Randall can have his own opinion, but this isn't okay. I've read this comic since ... gosh, since the low 200s-300s, so probably over 5 or 6 years and... I think I'm done. [[Special:Contributions/108.162.241.55|108.162.241.55]] 04:29, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm surprised this wiki doesn't have a category for 'serious'/'no joke' comics, and least not that I spotted. There should be, and this should be in it.  [[User:Teleksterling|Teleksterling]] ([[User talk:Teleksterling|talk]]) 04:31, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one who sees Guy Fawkes in the logo? [[Special:Contributions/108.162.245.48|108.162.245.48]] 04:33, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the only other time Randall generated that much controversy here in comments was when suggested that all beer tastes bad. [[Special:Contributions/141.101.80.93|141.101.80.93]] 06:43, 8 November 2016 (UTC)rw&lt;br /&gt;
&lt;br /&gt;
* The title text ''may'' be quoting - directly or indirectly - Angela Merkel's slogan (&amp;quot;We can do this&amp;quot;, or in German &amp;quot;Wir schaffen das&amp;quot;), but I don't know why unless it's just an appropriate slogan. [[User:Schroduck|Schroduck]] ([[User talk:Schroduck|talk]]) 08:43, 8 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hej. I think it was the right thing to do, and if you read some of the older XKCDs (just think about the one about free speech - they just show you the door, and some others) you could have expected that this is his position. even through i would take the vote for stein on my part. I'm sorry for the situation of the citizens of the USA right now. Greetings from Oversea - and good luck today! --[[Special:Contributions/162.158.89.174|162.158.89.174]] 10:24, 8 November 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.89.174</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1754:_Tornado_Safety_Tips&amp;diff=129812</id>
		<title>1754: Tornado Safety Tips</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1754:_Tornado_Safety_Tips&amp;diff=129812"/>
				<updated>2016-11-02T14:22:57Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.89.174: /* Explanation */ explained PSA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1754&lt;br /&gt;
| date      = November 2, 2016&lt;br /&gt;
| title     = Tornado Safety Tips&lt;br /&gt;
| image     = tornado_safety_tips.png&lt;br /&gt;
| titletext = It's a myth that you can never cross mountains safely, but be sure you understand how the climatic situation there will affect your parent thunderstorm.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
There is a Public Safety Advisory (PSA) poster with safety tips with regards to {{w|tornadoes}}. At first glance, you would think it contains information about how to stay safe in tornadoes, but since [[Black Hat]] has made the poster you should take a better look.&lt;br /&gt;
&lt;br /&gt;
It turns out that is is actually written for tornadoes themselves on how to stay as safe as possible, i.e. continue to exist. &lt;br /&gt;
&lt;br /&gt;
It is thus in no way helpful for people who actually live in an area that experience tornadoes. It is not possible to follow most of the guidelines, as they are intended for tornadoes. But the advice a human could follow would only take you towards places which can sustain tornadoes.&lt;br /&gt;
&lt;br /&gt;
==Table of tips==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! Tornado Safety Tips&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Avoid low-lying cool air || &lt;br /&gt;
|-&lt;br /&gt;
|Keep your downdrafts and updrafts from mixing || &lt;br /&gt;
|-&lt;br /&gt;
|Seek out warm and humid surface air layers || &lt;br /&gt;
|-&lt;br /&gt;
|Don't let rain-cooled air choke off your circulation || &lt;br /&gt;
|-&lt;br /&gt;
|Avoid letting your supercell merge with a squall line  || &lt;br /&gt;
|-&lt;br /&gt;
|'''Title text''': It's a myth that you can never cross mountains safely, but be sure you understand how the climatic situation there will affect your parent thunderstorm.  ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Beneath a large caption there are two pictures above each other to the left and a bullet list with five points to the right of the pictures. The top picture shows a black tornado beneath a white cloud. It is wreaking something on the ground. To the right of the debris is a house and to the left some trees. The picture below shows Black Hat from the waist and up.]&lt;br /&gt;
:&amp;lt;big&amp;gt;'''Tornado Safety Tips'''&amp;lt;/big&amp;gt;&lt;br /&gt;
:* Avoid low-lying cool air&lt;br /&gt;
:* Keep your downdrafts and updrafts from mixing&lt;br /&gt;
:* Seek out warm and humid surface air layers&lt;br /&gt;
:* Don't let rain-cooled air choke off your circulation&lt;br /&gt;
:* Avoid letting your supercell merge with a squall line&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;/div&gt;</summary>
		<author><name>162.158.89.174</name></author>	</entry>

	</feed>