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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2435:_Geothmetic_Meandian&amp;diff=327265</id>
		<title>2435: Geothmetic Meandian</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2435:_Geothmetic_Meandian&amp;diff=327265"/>
				<updated>2023-10-29T10:41:54Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.38.240: /* Explanation */ sorry, thought the Arithmetic–geometric mean was a pythagorean mean&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2435&lt;br /&gt;
| date      = March 10, 2021&lt;br /&gt;
| title     = Geothmetic Meandian&lt;br /&gt;
| image     = geothmetic_meandian.png&lt;br /&gt;
| titletext = Pythagorean means are nice and all, but throwing the median in the pot is really what turns this into random forest statistics: applying every function you can think of, and then gradually dropping the ones that make the result worse.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
There are a number of different ways to identify the &amp;quot;{{w|average}}&amp;quot; value of a series of values, the most common unweighted methods being the {{w|median}} (take the central value from the ordered list of values if there are an odd number - or the value half-way between the two that straddle the divide between two halves if there are an even number) and the {{w|arithmetic mean}} (add all the numbers up, divide by the number of numbers). The {{w|geometric mean}} is less well-known but works similarly to the arithmetic mean. The geometric mean of ''n'' positive numbers is the ''n''th root of the product of those numbers. If all of the numbers in a sequence are identical, then its arithmetic mean, geometric mean and median will be identical, since they would all be equal to the common value of the terms of the sequence. However, if the sequence is not constant, then {{w|Inequality_of_arithmetic_and_geometric_means#Geometric_interpretation|the arithmetic mean will be greater than the geometric mean}}, and the median may be different than either of those means.&lt;br /&gt;
&lt;br /&gt;
The geometric mean, arithmetic mean, and the {{w|harmonic mean}} (not shown) are collectively known as the {{w|Pythagorean means}}, as specific modes of a greater and more generalized mean formula that extends arbitrarily to various other possible nuances of mean-value rationisations (cubic, etc.).&lt;br /&gt;
&lt;br /&gt;
{{w|Outlier}}s and internal biases within the original sample can make boiling down a set of values into a single 'average' sometimes overly biased by flaws in the data, with your choice of which method to use perhaps resulting in a value that is misleading, exaggerating or suppressing the significance of any blips.&lt;br /&gt;
&lt;br /&gt;
In this depiction, the three named methods of averaging are embedded within a single function that produces a sequence of three values - one output for each of the methods. Being a series of values, Randall suggests that this is ideally suited to being ''itself'' subjected to the comparative 'averaging' method. Not just once, but as many times as it takes to narrow down to a sequence of three values that are very close to one another. &lt;br /&gt;
&lt;br /&gt;
It can be shown that the xkcd value of 2.089 for GMDN(1,1,2,3,5) is validated:&lt;br /&gt;
&lt;br /&gt;
{|-border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 !&lt;br /&gt;
 ! Arithmetic mean &lt;br /&gt;
 ! Geometric mean &lt;br /&gt;
 ! Median&lt;br /&gt;
 |-&lt;br /&gt;
 ! F1 &lt;br /&gt;
 | 2.4 || 1.974350486 || 2		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F2&lt;br /&gt;
 | 2.124783495 ||	2.116192461 || 2		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F3&lt;br /&gt;
 | '''2.080325319''' || 2.079536819 || 2.116192461		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F4&lt;br /&gt;
 | 2.0920182 || 2.091948605 || '''2.080325319'''		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F5&lt;br /&gt;
 | '''2.088097374''' || 2.088090133 || 2.091948605		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F6&lt;br /&gt;
 | 2.089378704 ||	2.089377914 || '''2.088097374'''		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F7&lt;br /&gt;
 | '''2.088951331''' ||	2.088951244 || 2.089377914		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F8&lt;br /&gt;
 | 2.089093496 || 2.089093487 || '''2.088951331'''		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F9&lt;br /&gt;
 | '''2.089046105''' || 2.089046103 || 2.089093487		&lt;br /&gt;
 |-&lt;br /&gt;
 ! F10&lt;br /&gt;
 | 2.089061898 || 2.089061898 || '''2.089046105'''		&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
The function GMDN in the comic is properly defined in the second row since F acts on a vector to produce another three vector, however GMDN in the last line is shown to produce a single real number rather than a vector and is thus missing a final operation of returning a single component. Each row in this table shows the set Fn(..) composed of the average, geomean and median computed on the previous row, with the sequence {1,1,2,3,5} as the initial F0. While GMDN is not differentiable, due to the median, this can be interpreted as somewhat similar to a heat equation which approaches equilibrium through averaging. Interestingly, the maximum value alternates between the average and the median (highlighted in bold in the table), while the minimum value alternates between the geomean and the median. This holds for many inputs thus providing the basis for a possible proof-by-induction of convergence on the range (see discussions).&lt;br /&gt;
&lt;br /&gt;
The comment in the title text about suggests that this will save you the trouble of committing to the 'wrong' analysis as it gradually shaves down any 'outlier average' that is unduly affected by anomalies in the original inputs. It is a method without any danger of divergence of values, since all three averaging methods stay within the interval covering the input values (and two of them will stay strictly within that interval).&lt;br /&gt;
&lt;br /&gt;
The title text may also be a sly reference to an actual mathematical theorem, namely that if one performs this procedure only using the arithmetic mean and the harmonic mean, the result will converge to the geometric mean. Randall suggests that the (non-Pythagorean) median, which does not have such good mathematical properties with relation to convergence, is, in fact, the secret sauce in his definition.&lt;br /&gt;
&lt;br /&gt;
The question of being unsure of which mean to use is especially relevant for the arithmetic and harmonic means in following example.&lt;br /&gt;
   * Cueball has some US Dollars and wishes to buy Euros. Suppose the bank will exchange US Dollars to Euros at a rate of €5 for $6 (about 0.83333€/$ or 1.20000$/€).&lt;br /&gt;
   * Megan   has some Euros and wishes to buy US Dollars. Suppose the bank will exchange Euros to US Dollars at a rate of $7 for €6 (about 0.85714€/$ or 1.16667$/€).&lt;br /&gt;
[[Cueball]] and [[Megan]] decide to complete the exchange between themselves in order to save the {{w|Bid-ask spread}} of the {{w|Exchange rate}} which is the cost the bank imposes on Cueball and Megan for its service as a {{w|Market maker}}. &lt;br /&gt;
   * Cueball offers to split the difference by averaging the rates €5:$6 and €6:$7 yielding a rate of €71:$84 (about 0.84524€/$ or 1.18310$/€).&lt;br /&gt;
   * Megan   offers to split the difference by averaging the rates $6:€5 and $7:€6 yielding a rate of €60:$71 (about 0.84507€/$ or 1.18333$/€).&lt;br /&gt;
In one direction (€/$), Cueball is using the arithmetic mean but Megan is using the harmonic mean while in the other direction ($/€), Megan is using the arithmetic mean but Cueball is using the harmonic mean. This creates two new exchange rates which are closer than the orginal rates, but the new rates are still different for each other. Megan and Cueball can then iterate this process and the rates will converge to the geometric mean of the original rates, namely:&lt;br /&gt;
   * sqrt((5/6)*(6/7)) = sqrt(5/7) = 0.84515€/$ or&lt;br /&gt;
   * sqrt((6/5)*(7/6)) = sqrt(7/5) = 1.18322$/€.&lt;br /&gt;
&lt;br /&gt;
There does exist an {{w|arithmetic-geometric mean}}, which is defined identically to this except with the arithmetic and geometric means, and sees some use in calculus.  In some ways it's also philosophically similar to the {{w|truncated mean}} (extremities of the value range, e.g. the highest and lowest 10%s, are ignored as not acceptable and not counted) or {{w|Winsorized mean}} (instead of ignored, the values are readjusted to be the chosen floor/ceiling values that they lie beyond, to still effectively be counted as &amp;quot;edge&amp;quot; conditions), only with a strange dilution-and-compromise method rather than one where quantities can be culled or neutered just for being unexpectedly different from most of the other data.&lt;br /&gt;
&lt;br /&gt;
The input sequence of numbers (1, 1, 2, 3, 5) chosen by Randall is also the opening of the {{w|Fibonacci sequence}}.  This may have been selected because the Fibonacci sequence also has a convergent property: the ratio of two adjacent numbers in the sequence approaches the [https://en.wikipedia.org/wiki/Golden_ratio#Relationship_to_Fibonacci_sequence golden ratio] as the length of the sequence approaches infinity.&lt;br /&gt;
&lt;br /&gt;
Here is a table of averages classified by the various methods referenced:&lt;br /&gt;
&lt;br /&gt;
{|border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ averages using various methods&lt;br /&gt;
! Method &lt;br /&gt;
! Value&lt;br /&gt;
! Formula&lt;br /&gt;
|-&lt;br /&gt;
! Arithmetic&lt;br /&gt;
| 2.4 || &lt;br /&gt;
|-&lt;br /&gt;
! Geometric&lt;br /&gt;
| 1.9743504858348&lt;br /&gt;
| Multiply all numbers, then take it to the nth root, where n is the number of terms.&lt;br /&gt;
|-&lt;br /&gt;
! Median &lt;br /&gt;
| 2 || &lt;br /&gt;
|-&lt;br /&gt;
! GMDN &lt;br /&gt;
| 2.089 || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
F(x1,x2,...xn)=({x1+x2+...+xn/n [bracket: arithmetic mean]},{nx,x2...xn, [bracket: geometric mean]} {x n+1/2 [bracket: median]})&lt;br /&gt;
&lt;br /&gt;
Gmdn(x1,x2,...xn)={F(F(F(...F(x1,x2,...xn)...)))[bracket: geothmetic meandian]}&lt;br /&gt;
&lt;br /&gt;
Gmdn(1,1,2,3,5) [equals about sign] 2.089&lt;br /&gt;
&lt;br /&gt;
Caption: Stats tip: If you aren't sure whether to use the mean, median, or geometric mean, just calculate all three, then repeat until it converges&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
Geothm means &amp;quot;counting earths&amp;quot; (From Ancient Greek γεω- (geō-), combining form of γῆ (gê, “earth”) and ἀριθμός arithmos, 'counting').  Geothmetic means &amp;quot;art of Geothming&amp;quot; based on the etymology of Arithmetic (from Ancient Greek ἀριθμητική (τέχνη) (arithmētikḗ (tékhnē), “(art of) counting”).  This is an exciting new terminology that is eminently suitable for modern cosmology &amp;amp; high energy physics - particularly when doing math on the multiverse.  However, it is unlikely this etymology is related to the term &amp;quot;geothmetic meandian&amp;quot; as coined by Randall, as it can be more simply explained as a portmanteau of the three averages in its construction: '''geo'''metric mean, ari'''thmetic mean''', and me'''dian'''.&lt;br /&gt;
&lt;br /&gt;
The following Python code (inefficiently) implements the above algorithm:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
from functools import reduce&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
def f(*args):&lt;br /&gt;
    args = sorted(args)&lt;br /&gt;
    mean = sum(args) / len(args)&lt;br /&gt;
    gmean = reduce(lambda x, y: x * y, args) ** (1 / len(args))&lt;br /&gt;
    if len(args) % 2:&lt;br /&gt;
        median = args[len(args) // 2]&lt;br /&gt;
    else:&lt;br /&gt;
        median = (args[len(args) // 2] + args[len(args) // 2 - 1]) / 2&lt;br /&gt;
    return mean, gmean, median&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
max_iterations = 10&lt;br /&gt;
l = [1, 1, 2, 3, 5]&lt;br /&gt;
for iterations in range(max_iterations):&lt;br /&gt;
    fst, *rest = l&lt;br /&gt;
    if all((abs(r - fst) &amp;lt; 0.00000001 for r in rest)):&lt;br /&gt;
        break&lt;br /&gt;
    l = f(*l)&lt;br /&gt;
print(l[0], iterations)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Here is a slightly more efficient version of the Python code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
from scipy.stats.mstats import gmean&lt;br /&gt;
import numpy as np&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
def get_centers(a, tol=0.00001, print_rows = True):&lt;br /&gt;
    a = np.array(a)&lt;br /&gt;
    l_of_a = len(a)&lt;br /&gt;
    if l_of_a == 1:&lt;br /&gt;
        return a[0]&lt;br /&gt;
    elif l_of_a &amp;gt; 2: &lt;br /&gt;
        result = all(&lt;br /&gt;
            (&lt;br /&gt;
                np.abs(a[0] / a[1]) &amp;lt;= tol,&lt;br /&gt;
                np.abs(a[0] / a[2]) &amp;lt;= tol,&lt;br /&gt;
                np.abs(a[1] / a[2]) &amp;lt;= tol,&lt;br /&gt;
            )&lt;br /&gt;
        )&lt;br /&gt;
        if result:&lt;br /&gt;
            return a[0]&lt;br /&gt;
    res = [np.mean(a), np.median(a), gmean(a)]&lt;br /&gt;
&lt;br /&gt;
    if print_rows:&lt;br /&gt;
        print(res)&lt;br /&gt;
    return get_centers(res, tol)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is an implementation of the Gmdn function in R:&lt;br /&gt;
&lt;br /&gt;
    Gmdn &amp;lt;- function (..., threshold = 1E-6) {&lt;br /&gt;
      # Function F(x) as defined in comic&lt;br /&gt;
      f &amp;lt;- function (x) {&lt;br /&gt;
        n &amp;lt;- length(x)&lt;br /&gt;
        return(c(mean(x), prod(x)^(1/n), median(x)))&lt;br /&gt;
      }&lt;br /&gt;
      # Extract input vector from ... argument&lt;br /&gt;
      x &amp;lt;- c(...)&lt;br /&gt;
      # Iterate until the standard deviation of f(x) reaches a threshold&lt;br /&gt;
      while (sd(x) &amp;gt; threshold) x &amp;lt;- f(x)&lt;br /&gt;
      # Return the mean of the final triplet&lt;br /&gt;
      return(mean(x))&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
For a start, there is a syntax error. After the first application of F, you get a 3-tuple. Subsequent iterations preserve the 3-tuple, and we need to analyze the resulting sequence.&lt;br /&gt;
Perhaps there is an implicit claim all three entries converge to the same result. In any case, lets see what we get:&lt;br /&gt;
&lt;br /&gt;
Wlog, we have three inputs (x_1,y_1,z_1), and want to understand the iterates of the map &lt;br /&gt;
F(x,y,z) = ( (x+y+z)/3, cube root of (xyz), median(x,y,z) ). Lets write F(x_n,y_n,z_n) = (x_{n+1},y_{n+1},z_{n+1}).&lt;br /&gt;
&lt;br /&gt;
The inequality of arithmetic and geometric means gives x_n \geq y_n, if n \geq 2,  and&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Portmanteau]]&lt;br /&gt;
[[Category:Tips]]&lt;/div&gt;</summary>
		<author><name>162.158.38.240</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2826:_Gold&amp;diff=323603</id>
		<title>Talk:2826: Gold</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2826:_Gold&amp;diff=323603"/>
				<updated>2023-09-10T12:24:51Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.38.240: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Why do people have to add &amp;quot;Citation Needed&amp;quot; tags when there is no need, nor is it funny. The joke stopped being funny at least a decade ago. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 16:21, 9 September 2023 (UTC)&lt;br /&gt;
    [Citation needed] [[Special:Contributions/172.70.131.154|172.70.131.154]] 19:17, 9 September 2023 (UTC)&lt;br /&gt;
:It can be amusing when it's used occasionally... say, in fewer than 1 page in 4 or 5.  Every page, let alone multiple times on a single page?  It's like the guy who tells the same weak puns, over and over, anytime one tries to talk with him.  Who can't ''stop'' doing it.  Who has lost friends and roommates over that habit but ''still'' can't stop.&lt;br /&gt;
:Please don't be that guy.  Stop with the constant stream of &amp;quot;citation needed&amp;quot;s. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 22:51, 9 September 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Believe it or not, this comic genuinely made me say &amp;quot;Aww...&amp;quot; [[Special:Contributions/162.158.38.240|162.158.38.240]] 12:24, 10 September 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.38.240</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=323520</id>
		<title>1037: Umwelt</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1037:_Umwelt&amp;diff=323520"/>
				<updated>2023-09-08T16:06:02Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.38.240: /* Reviews */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1037&lt;br /&gt;
| date      = April 1, 2012&lt;br /&gt;
| title     = Umwelt&lt;br /&gt;
| image     = umwelt_the_void.jpg&lt;br /&gt;
| titletext = Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit--from your ideology to your glasses prescription to your web browser.}}&lt;br /&gt;
{{TOC}}&lt;br /&gt;
*To view your personal version of the comic, visit the {{xkcd|1037|original comic}}.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This was the third [[:Category:April fools' comics|April fools' comic]] released by [[Randall]]. The previous fools comic was [[880: Headache]] from Friday April 1st 2011. The next was [[1193: Externalities]] released on Monday April 1st 2013.&lt;br /&gt;
&lt;br /&gt;
An {{w|Umwelt}}, as the title text explains, is the idea that one's entire way of thinking is dependent on their surroundings. Thus, this {{w|April Fools}} comic changes based on the browser, location, or referrer. Thus, what the viewer is viewing the comic on, where they live, or where they came from determines which comic they actually see. As a result, there are actually multiple comics that went up on April Fools' Day, although only one is seen.&lt;br /&gt;
(The term 'Umwelt,' as mentioned in the comic, refers to the semiotic theories of Jakob von Uexküll and Thomas A. Sebeok)&lt;br /&gt;
&lt;br /&gt;
Information about how the wide variety of data was collected and credit for the viewers who contributed can be found [https://www.reddit.com/r/xkcd/comments/rnst4/april_fools_xkcd_changing_comic/ here].&lt;br /&gt;
&lt;br /&gt;
===The Void===&lt;br /&gt;
[[File:umwelt the void.jpg]]&lt;br /&gt;
&lt;br /&gt;
If the device or browser you are using does not support Javascript, you will simply see a static image of a white swirl on a dark background.&lt;br /&gt;
&lt;br /&gt;
Possible reference to The Ring (https://imgur.com/wlGmm), as though to suggest that using an alternative browser is dismal and horrific.&lt;br /&gt;
&lt;br /&gt;
Davean (xkcd's sysadmin): &amp;quot;[This] comic isn't available everywhere and it can come up i[n] some situation[s] only for recognized browsers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Browser: Alternative Browser&lt;br /&gt;
&lt;br /&gt;
===Aurora===&lt;br /&gt;
[[File:umwelt aurora.png|800px]]&lt;br /&gt;
&lt;br /&gt;
One could interpret that since Megan didn't go out and therefore missed seeing the {{w|Aurora}} (northern lights), Cueball in his [[1350:_Lorenz#Knit_Cap_Girl|knit cap]] lied about it. That way, she wouldn't have felt sad that she missed out. Another interpretation could be that he decides that since she did not even bother to go outside to see such a spectacular sight he will not tell her about it. And yet another could be that he did not think it was interesting.&lt;br /&gt;
&lt;br /&gt;
Cueball could possibly also be red-green colorblind, seeing the green aurorae as grey &amp;quot;clouds&amp;quot;. This would serve as an example for the theme of the comic, as a non-colorblind person and a colorblind person seeing the same color would perceive it differently, one seeing it as its true color, and the other seeing it without the shade of color they cannot see. If this is the case, then it would be a reference to umwelt, as Cueball would be living in a world where the auroras do not reach his location.&lt;br /&gt;
&lt;br /&gt;
In real life, [https://www.huffpost.com/entry/the-northern-lights-dont-look-anything-like-they-do-in-photos_n_5500a4d9e4b0e62d0dd4f9bb aurorae are usually seen as grey/white clouds] to the naked eye, as our eyes cannot perceive the &amp;quot;greener&amp;quot; colors as well in the dark.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Locations: Canada, Boston, Indiana, Maine, New York, Ohio, Oregon, Texas, Minnesota, Norway, Denmark, France, Ireland, Rhode Island, London (on Firefox). Also in Virginia, but using Ohio in the first panel; in Maryland, but using Canada in the first panel; and in Utah, but using the phrase &amp;quot;as far south as us&amp;quot; in the first panel.&lt;br /&gt;
&lt;br /&gt;
In [[1302: Year in Review]] a possibly different Megan has a completely different approach to the chance of seeing northern lights, as that was the only event she was looking forward to in 2013, and it failed. If this is the same Megan, perhaps she learned that there actually were northern lights in her area from another source, and so desperately wanted to have another chance to see them.&lt;br /&gt;
&lt;br /&gt;
===Snake===&lt;br /&gt;
[[File:umwelt snake composite 1024.png]]&lt;br /&gt;
[[:File:umwelt snake composite.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
The joke here is the extreme length of snakes. The world's longest living snake is the {{w|reticulated python}}, the longest ever measuring over 22 feet (6.95 meters). The blue and orange circles refer to the hit game {{w|Portal}}.&lt;br /&gt;
There is also a reference to the book &amp;quot;The Little Prince&amp;quot; in the second panel, where there is a large bulge in the snake that looks like an elephant. The Little Prince starts out by mentioning a drawing that the author made when he was six that showed an elephant inside a snake.&lt;br /&gt;
&lt;br /&gt;
Also, the number and content of the panels changes depending on the size of your browser window.&lt;br /&gt;
&lt;br /&gt;
This image changed based on the size of the browser window including different panels at different sizes.&lt;br /&gt;
&lt;br /&gt;
Specific AltText for this image: Umwelt is the idea that because their senses pick up on different things, different animals in the same ecosystem actually live in very different worlds. Everything about you shapes the world you inhabit -from your ideology to your glasses prescription to your browser window size.&lt;br /&gt;
&lt;br /&gt;
Location: Texas (on Chrome Version 33.0.1750.154 m), New Jersey, California (on Chrome Version 39.0.2171.95), Maryland, Massachusetts (Safari for iOS, Chrome version 49.0.2623.112), Connecticut (Safari for iOS, Chrome Version 73.0.3683.103, Internet Explorer, and Microsoft Edge), Virginia (on Chrome), Michigan (Firefox v46.0.1), Penang (Chrome Version 65.0.3325.162), London (Microsoft Edge).&lt;br /&gt;
&lt;br /&gt;
===Black Hat===&lt;br /&gt;
[[File:umwelt tortoise 1024.png]]&lt;br /&gt;
[[:File:umwelt tortoise.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
Cueball as an analyst attempts to psychoanalyze [[Black Hat|Black Hat's]] [[72: Classhole|classhole]] tendencies. Cueball's quote and the whole setup is a direct reference to the movie {{w|Blade Runner}} (1982) and Black Hat is taking the Voight-Kampff test which is used to identify replicants from real humans.&lt;br /&gt;
&lt;br /&gt;
Black Hat's reason for not helping the tortoise is that ''it '''knows''' what it did'' and thus in Black Hat's world view it deserves being turned over. The final part of the joke is that when zooming out it turns out that there is a tortoise behind Black Hat and he has actually already turned it over for what it did.&lt;br /&gt;
&lt;br /&gt;
Location: Seems to appear mostly in &amp;quot;other countries&amp;quot; — those without location-specific comics.&lt;br /&gt;
&lt;br /&gt;
===Too Quiet===&lt;br /&gt;
[[File:umwelt too quiet 1024.png]]&lt;br /&gt;
[[:File:umwelt too quiet.png|Full size]]&lt;br /&gt;
&lt;br /&gt;
A reference to {{w|Jurassic Park (film)|Jurassic Park}} which has been [[87: Velociraptors|constantly]] [[135: Substitute|referred]] [[1110: Click and Drag|to]] [[155: Search History|before]] [[758: Raptor Fences|in]] this comic.&lt;br /&gt;
&lt;br /&gt;
Also referencing the film {{w|2 Fast 2 Furious|2 Fast 2 Furious}}, an entertaining, yet intellectually unprovoking sequel in a popular film franchise, which is aimed at teenagers and young adults, prompting the blunt response from the stickman. The fact that Steve would use such a cliché {{w|2000s (decade)|noughties}} movie term in such an intense moment, and the subsequent curse, is the joke in this comic.&lt;br /&gt;
&lt;br /&gt;
Location: short version — iPhone 5c Safari browser in Texas, iPhone 5 Chrome Browser in Minnesota, long version - Google Chrome browser in Indiana, Windows 8 Laptop&lt;br /&gt;
&lt;br /&gt;
===Pond===&lt;br /&gt;
[[File:umwelt pond mobile.png]][[File:umwelt pond wide.png]]&lt;br /&gt;
&lt;br /&gt;
Two different versions showed, the narrower version for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Location: The Netherlands and various other countries.&lt;br /&gt;
&lt;br /&gt;
===Galaxies===&lt;br /&gt;
[[File:umwelt galaxies 1024.jpg]]&lt;br /&gt;
[[:File:umwelt galaxies.jpg|Full size]]&lt;br /&gt;
&lt;br /&gt;
Megan is distracted from her conversation with [[Cueball]] by realizing that the space behind his head, from her vantage point, contains millions of galaxies. This is similar to an [https://nssdc.gsfc.nasa.gov/image/astro/hst_deep_field.jpg incredible photograph] taken by the Hubble Telescope, in which a tiny dark area of space in fact contained numerous galaxies.&lt;br /&gt;
&lt;br /&gt;
The title text is an imaginative leap from this scenario: that the galaxies would be up to no good once Cueball is turned away from them. This is presumably a reference to [https://www.mariowiki.com/boo Boo], an enemy from certain Mario games who moves toward Mario only when Mario is facing away from Boo.&lt;br /&gt;
&lt;br /&gt;
This comic was only reported once... the intended environmental context is a mystery.&lt;br /&gt;
&lt;br /&gt;
Location: unknown&lt;br /&gt;
&lt;br /&gt;
===xkcd Gold===&lt;br /&gt;
[[File:umwelt xkcd gold.png]]&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to the 4chan Gold Account, an implementation on 4chan that does not actually exist, and is usually used to trick newcomers into revealing their credit card numbers. The joke is that &amp;quot;Gold Account&amp;quot; users can supposedly block other users from viewing images they have posted. The fifth panel is probably a reference to Beecock, a notorious set of shocker images. 4chan's moderators have been known to give out &amp;quot;beecock bans&amp;quot; or &amp;quot;/z/ bans&amp;quot; to particularly annoying users, which redirect the user to a page containing beecock and the text &amp;quot;OH NO THE BOARD IS GONE&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: 4chan&lt;br /&gt;
&lt;br /&gt;
===Yo Mama===&lt;br /&gt;
[[File:umwelt dog ballast.png]]&lt;br /&gt;
&lt;br /&gt;
Possible reference to Kurt Vonnegut Jr.'s &amp;quot;{{w|Harrison Bergeron}}.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The joke is that people's different experiences shape how they perceive the world in that the people who live in this world would perceive the joke as funny, while people in our world would not get it. This is the idea of umwelt mentioned at the top of the context where different individuals perceive the world differently.&lt;br /&gt;
&lt;br /&gt;
Refer: Facebook&lt;br /&gt;
&lt;br /&gt;
===Reddit===&lt;br /&gt;
[[File:umwelt reddit.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to referencing, because Reddit, as a referring site, likes references to its referencing in its references.&lt;br /&gt;
&lt;br /&gt;
This comic also features recursive imagery similar to [[688: Self-Description|Self Description]] where the second panel embeds the entire comic within itself. (Except, conspicuously, the arrow indicating that it is &amp;quot;You&amp;quot; in the first panel.)&lt;br /&gt;
&lt;br /&gt;
One of the browser tabs visible in the center panel is {{w|Elk}} on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Referrer: Reddit&lt;br /&gt;
&lt;br /&gt;
===Buns and Hot dogs===&lt;br /&gt;
[[File:umwelt somethingawful.jpg]]&lt;br /&gt;
&lt;br /&gt;
This is a reference to the question &amp;quot;Why do hot dogs come in packages of 6 while buns come in packages of 8?&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Another, more sexual reference to this question can be found in [[1641: Hot Dogs]].&lt;br /&gt;
&lt;br /&gt;
Referrer: SomethingAwful, Questionable Content, &amp;amp; MetaFilter&lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
[[File:umwelt twitter.jpg]]&lt;br /&gt;
&lt;br /&gt;
A summary of the &amp;quot;content&amp;quot; typically found on Twitter.&lt;br /&gt;
&lt;br /&gt;
In the tweet feed, there are three tweets about some podcast on the top, followed by the tweet containing link they clicked on to get to the comic, tweets about Rob Delaney, unspecified passive-aggressive tweets, and a tweet from {{w|Horse_ebooks}} retweeted by one of the users the reader follows.&lt;br /&gt;
&lt;br /&gt;
On the left, the topmost dialog, with profile information, shows that the user has posted 1,302 tweets, but only follows 171 people and has even fewer followers, at a measly 48. This is marked with a sad face, implying that the user wants more followers.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;who to follow&amp;quot; dialog, which is written up as consisting of &amp;quot;assholes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Below that is the &amp;quot;trending tags&amp;quot; dialog for the United States. It is full of tags about word games, tags about misogyny, and tags about Justin Bieber.&lt;br /&gt;
&lt;br /&gt;
Below that is an unidentified dialog full of &amp;quot;stuff your eyes automatically ignore&amp;quot;. And finally, on the bottom is the background color, which is &amp;quot;a really pleasant blue&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Referrer: Twitter&lt;br /&gt;
&lt;br /&gt;
===Wikipedia===&lt;br /&gt;
[[File:umwelt wikipedia wide.jpg]]&lt;br /&gt;
[[File:umwelt wikipedia mobile.png]]&lt;br /&gt;
&lt;br /&gt;
The term {{w|Mile High Club}} (or MHC) is a slang term applied collectively to individuals who have had sexual intercourse while on board an aircraft. Randall says that reading the news articles on it has distracted him from making that comic.&lt;br /&gt;
&lt;br /&gt;
Two different versions shown, the narrower version (the single panel with all the text) for mobile devices.&lt;br /&gt;
&lt;br /&gt;
Referrer: Wikipedia&lt;br /&gt;
&lt;br /&gt;
===Google Chrome===&lt;br /&gt;
[[File:umwelt chrome1.jpg]]&lt;br /&gt;
&lt;br /&gt;
{{w|Sergey Brin}} (born August 21, 1973) is an American computer scientist and Internet entrepreneur who, with Larry Page, co-founded Google, one of the most profitable Internet companies. As of 2013, his personal wealth was estimated to be $24.4 billion. Randall makes the joke that as the founder of Google, Brin's permission would be needed to use Google Chrome. Because there are millions of people who use Google, it is likely that at least some of the time Brin would be asleep, thus he would need to be woken.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Chrome/Firefox===&lt;br /&gt;
[[File:umwelt chrome2.png]]&lt;br /&gt;
&lt;br /&gt;
Mozilla {{w|Firefox}} is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android and iOS, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Cueball is complaining about {{w|Google Chrome}}, to which [[Ponytail]] replies that there is an {{w|add-on}} that fixes what he is complaining about. When questioned, she replies that the add-on is Firefox, which isn't an add-on at all and is instead a different browser.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome&lt;br /&gt;
&lt;br /&gt;
===Google Chrome-2===&lt;br /&gt;
[[File:umwelt chrome3.png]]&lt;br /&gt;
&lt;br /&gt;
This panel references Google Chrome's error screen, which shows a puzzle piece. The comic humorously implies that Chrome is looking for that piece. When completing jigsaw puzzles, a common strategy is to figure out where the pieces must be from their geometry rather than from the picture they create. In this case, the text suggests that Chrome believes the puzzle piece connects to the pieces which form one of the corners of the puzzle, which may seem impossible because any piece that links up to a corner would usually have at least one flat edge, which this piece has none. However, more complicated puzzles have complex shapes and are not always simply approximate squares with tabs and blanks.&lt;br /&gt;
&lt;br /&gt;
Browser: Chrome or silk on desktop view&lt;br /&gt;
&lt;br /&gt;
===Mozilla Firefox Private Browsing===&lt;br /&gt;
[[File:umwelt firefox incognito.png]]&lt;br /&gt;
&lt;br /&gt;
Another reference to crashing web browsers.&lt;br /&gt;
Firefox shows the history when it crashes.&lt;br /&gt;
Browser: Firefox (Incognito only?)&lt;br /&gt;
&lt;br /&gt;
===Internet Explorer===&lt;br /&gt;
[[File:umwelt ie.png]]&lt;br /&gt;
&lt;br /&gt;
Yet another reference to crashing web browsers&lt;br /&gt;
&lt;br /&gt;
Browser: Internet Explorer&lt;br /&gt;
&lt;br /&gt;
===Maxthon===&lt;br /&gt;
[[File:umwelt maxthon.png]]&lt;br /&gt;
&lt;br /&gt;
Browser: Maxthon&lt;br /&gt;
&lt;br /&gt;
===Netscape Navigator===&lt;br /&gt;
[[File:umwelt netscape womanoctopus.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt netscape man.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Netscape Navigator}} was a web browser popular in the 1990s.&lt;br /&gt;
&lt;br /&gt;
Browser: Netscape&lt;br /&gt;
&lt;br /&gt;
===Rockmelt===&lt;br /&gt;
[[File:umwelt rockmelt.png]]&lt;br /&gt;
&lt;br /&gt;
{{w|Rockmelt}} is a social-media-based browser.&lt;br /&gt;
&lt;br /&gt;
Reference to the gospel song {{w|Longing for Old Virginia: Their Complete Victor Recordings (1934)|&amp;quot;There's no hiding place down here&amp;quot; by The Carter Family}}, later covered by Stephen Stills.&lt;br /&gt;
&lt;br /&gt;
:I run to the rock just to hide my face&lt;br /&gt;
:And the rocks cried out, no hiding place&lt;br /&gt;
:There's no hiding place down here&lt;br /&gt;
&lt;br /&gt;
It may additionally be a reference to the ''Babylon 5'' episode &amp;quot;And the Rock Cried Out, No Hiding Place,&amp;quot; which featured the song.&lt;br /&gt;
&lt;br /&gt;
Browser: Rockmelt&lt;br /&gt;
&lt;br /&gt;
===Plugin Disabled===&lt;br /&gt;
[[File:umwelt plugin disabled.png]]&lt;br /&gt;
&lt;br /&gt;
When the Google Chrome web browser does not have the required software (called a plug-in) to display a web page's content, it displays a puzzle piece icon and an error message. In this case, Chrome informs the user that the content is impossible to display. &lt;br /&gt;
&lt;br /&gt;
Browser: Plugin (?) Disabled, Safari Desktop&lt;br /&gt;
&lt;br /&gt;
===Corporate Networks===&lt;br /&gt;
[[File:umwelt corporate general.png]]&lt;br /&gt;
[[File:umwelt corporate amazon chrome.png]]&lt;br /&gt;
[[File:umwelt corporate amazon firefox.png]]&lt;br /&gt;
[[File:umwelt corporate amazon other.png]]&lt;br /&gt;
[[File:umwelt corporate google chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft chrome.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft firefox.png]]&lt;br /&gt;
[[File:umwelt corporate microsoft other.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes chrome.png]]&lt;br /&gt;
[[File:umwelt corporate nytimes other.png]]&lt;br /&gt;
&lt;br /&gt;
These error messages appear if the user is on a network owned by one of the corporations noted. The error message includes a warning against speaking on the company's behalf.&lt;br /&gt;
&lt;br /&gt;
ISP: Corporate networks of Amazon, Google, Microsoft, NY Times&lt;br /&gt;
&lt;br /&gt;
===Military===&lt;br /&gt;
[[File:umwelt military.png]]&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] assumes that anyone using a military network has an important job like watching for incoming missiles. He includes a thank-you to the user for their military service.&lt;br /&gt;
&lt;br /&gt;
ISP: Military networks&lt;br /&gt;
&lt;br /&gt;
===T-Mobile===&lt;br /&gt;
[[File:umwelt tmobile.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to T-Mobile's distinguishing feature (at the time it was written) of weaker coverage, in relation to other major providers.&lt;br /&gt;
&lt;br /&gt;
ISP: T-Mobile&lt;br /&gt;
&lt;br /&gt;
===Verizon and AT&amp;amp;T===&lt;br /&gt;
[[File:umwelt verizon.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt att.png]]&lt;br /&gt;
&lt;br /&gt;
Reference to Verizon and AT&amp;amp;T's scandals/controversy regarding implementation of bandwidth caps.&lt;br /&gt;
&lt;br /&gt;
ISP: Verizon and AT&amp;amp;T&lt;br /&gt;
&lt;br /&gt;
===France===&lt;br /&gt;
[[File:umwelt france.jpg]]&lt;br /&gt;
&lt;br /&gt;
A common joke about France is that the nation does not win wars. This originated from France's annexation by Germany during World War II, and America's late entry into the war, which is sometimes portrayed humorously as a case of America 'saving' Europe, in this joke particularly France (the role of the French resistance is usually not mentioned), leading to a common American joke at the expense of France's military prowess [https://www.albinoblacksheep.com/text/victories.html][https://politicalhumor.about.com/library/images/blpic-frenchmilitaryvictories.htm][https://politicalhumor.about.com/library/jokes/bljokefrenchmilitaryhistory.htm]. When France did not form part of the coalition that invaded Iraq in 2003, aligning with the many countries that condemned U.S. action, the joke was revived. &lt;br /&gt;
&lt;br /&gt;
A Google search of &amp;quot;French Military Victories&amp;quot; + 'I'm feeling lucky' used to direct to &amp;quot;did you mean: french military defeats&amp;quot; (due to a {{w|Google bomb}}). Cueball is trying to show this to his friend, who is French. However, his joke backfires, as his friend immediately points out that the stereotype of France not having military victories is undercut by the fact that one of the most innovative military commanders in history, Napoleon, was French by citizenship (though Italian/Corsican by culture, as the French annexed Corsica a few months before his birth to an Italian noble family), and in fact conquered much of Europe.&lt;br /&gt;
&lt;br /&gt;
Following the theme of umwelt, the comic highlights the two characters' differing perspectives: The American thinks that France is a military failure, while the Frenchman thinks of Napoleon.&lt;br /&gt;
&lt;br /&gt;
The last line of the comic further implies that Cueball is not as smart as he thinks he is in regards to anything French, as he mispronounces the French loan word &amp;quot;{{w|Touché (fencing)|touché}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Locations: France &amp;amp; Quebec&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
[[File:umwelt germany.png]]&lt;br /&gt;
&lt;br /&gt;
This comic references the {{w|Berlin airlift#The start of the Berlin Airlift|Berlin Airlift}}, a relief measure for citizens in West Berlin (surrounded by East Germany) instituted by the Western Allies after World War II. In reality, the Western Allies flew a grand total of 500,000 tons of food over the Soviet blockade in planes. Randall puts a twist on this event by making it more fun: dropping supplies from a grand chairlift. The play on words is that &amp;quot;chairlift&amp;quot; rhymes with &amp;quot;airlift&amp;quot; and thus makes an easy substitution. The chair force is also a name that other service branches use to make fun of the air force.&lt;br /&gt;
&lt;br /&gt;
Location: Germany&lt;br /&gt;
&lt;br /&gt;
===Israel===&lt;br /&gt;
[[File:umwelt israel.png]]&lt;br /&gt;
&lt;br /&gt;
Translation: Mom, I met a great guy! But he's not Jewish. ...Wait, what do you mean &amp;quot;neither are we&amp;quot;? I'm completely confused.&lt;br /&gt;
&lt;br /&gt;
A reference to the multiple use of the word Jewish to denote both a {{w|Judaism|religious group}} and a {{w|Jews|nationality/ethnicity}}, as well as the stereotype of Jews holding low opinions of interfaith marriage.&lt;br /&gt;
&lt;br /&gt;
A side note: Randall accidentally drew an apostrophe instead of the similar-looking Hebrew letter י everywhere that letter should appear.&lt;br /&gt;
&lt;br /&gt;
Location: Israel&lt;br /&gt;
&lt;br /&gt;
===Carnot Cycle===&lt;br /&gt;
[[File:umwelt japan.png]]&lt;br /&gt;
&lt;br /&gt;
A pun on &amp;quot;cycle&amp;quot;; a &amp;quot;{{w|Carnot cycle}}&amp;quot; is a thermodynamic cycle (e.g. refrigeration). Its efficiency depends on the temperature of the hot and cold 'reservoirs' in which it is operating.  The icon on the side of the motorcycle resembles a [https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Carnot_cycle_p-V_diagram.svg/1000px-Carnot_cycle_p-V_diagram.svg.png graph of the Carnot cycle.]&lt;br /&gt;
&lt;br /&gt;
Location: Japan&lt;br /&gt;
&lt;br /&gt;
===UK===&lt;br /&gt;
[[File:umwelt uk.jpg]]&lt;br /&gt;
&lt;br /&gt;
He worded this as though to imply that the UK is a state of the U.S., and an unimportant one at that, which pokes fun at the UK, creating a paradox (sort of).&lt;br /&gt;
&lt;br /&gt;
Location: UK&lt;br /&gt;
&lt;br /&gt;
===Blizzard===&lt;br /&gt;
[[File:umwelt disasters blizzard.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or blizzards are harsher conditions to live under. In keeping with the theme of umwelt, the comic demonstrates that the two people perceive the world in two different ways due to their different experiences: The Californian perceives a mild earthquake and a severe blizzard, while the Northeasterner perceives a severe earthquake and a mild blizzard.&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in, the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Boston, Chicago, Dallas, Georgia, Halifax, Illinois, Michigan, Minnesota, Missouri, the Northeast, Ohio, Oklahoma, Ottawa, Pennsylvania, Philadelphia, Texas, Toronto, Tennessee, New York, Wisconsin&lt;br /&gt;
&lt;br /&gt;
===Tornado===&lt;br /&gt;
[[File:umwelt disasters tornado.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or tornadoes are harsher conditions to live under. In keeping with the theme of umwelt, the comic demonstrates that the two people perceive the world in two different ways due to their different experiences: The California perceives a mild earthquake and a severe tornado, while the Midwesterner perceives a severe earthquake and a mild tornado. It's similar to [[#Blizzard|Blizzard]].&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: Alabama, Dallas, Illinois, Georgia, The Midwest, Missouri, Ohio, Oklahoma, Ottawa, Tennessee, Texas (and Virginia, but it used Ohio in the third panel)&lt;br /&gt;
&lt;br /&gt;
Tornadoes are a [[:Category:Tornadoes|recurring subject]] on xkcd. The picture used in [[1754: Tornado Safety Tips]] very reminiscent of the one from this version of Umwelt. [[Category:Tornadoes]]&lt;br /&gt;
&lt;br /&gt;
===Hurricane===&lt;br /&gt;
[[File:umwelt disasters hurricane.png]]&lt;br /&gt;
&lt;br /&gt;
This comic is aimed at the debate over whether earthquakes or hurricanes are harsher conditions to live under. In keeping with the theme of umwelt, the comic demonstrates that the two people perceive the world in two different ways due to their different experiences: The Californian perceives a mild earthquake and a severe hurricane, while the Easterner perceives a severe earthquake and a mild hurricane. It's similar to [[#Blizzard|Blizzard]] and [[#Tornado|Tornado]].&lt;br /&gt;
&lt;br /&gt;
For each location this displayed in the state name was substituted in the third panel.&lt;br /&gt;
&lt;br /&gt;
Locations: D.C, Florida, Georgia, Houston, Miami, New Jersey, North Carolina, South Carolina, Virginia&lt;br /&gt;
&lt;br /&gt;
===Lake Diver Killer===&lt;br /&gt;
[[File:umwelt lake diver.png]]&lt;br /&gt;
&lt;br /&gt;
This comic shows a news reporter standing in front of a lake. She is reporting on a serial killer who targets divers. As more divers are sent in to investigate and/or search for bodies, more divers go missing, the implication being that they were also murdered. The more likely reason is the lake itself is dangerous for diving, and the divers probably drowned from natural hazards (undercurrents, entanglement, running out of oxygen in tanks, etc.) instead of a malicious assailant. Also, this is a sort of loop, where each time a diver gets killed, the investigative team goes and investigates, causing more divers to get killed, causing more deaths, and so on.&lt;br /&gt;
&lt;br /&gt;
Location: Bay Areas, Metro Detroit, Vermont showed an image specifically referencing Lake Champlain&lt;br /&gt;
&lt;br /&gt;
===Lincoln Memorial===&lt;br /&gt;
[[File:umwelt lincoln memorial.png]]&lt;br /&gt;
&lt;br /&gt;
Abraham Lincoln, the 16th president of the United States of America, was not an entity composed wholly of nanobots that attempted to consume the entire nation to then be imprisoned within the Lincoln Memorial.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
Locations: Illinois &amp;amp; Washington, D.C.&lt;br /&gt;
&lt;br /&gt;
===Helicopter Hunting===&lt;br /&gt;
[[File:umwelt helicoptor.png]]&lt;br /&gt;
&lt;br /&gt;
In Alaska, governments and individuals have {{w|Wolf hunting#North America 2|shot wolves en masse from helicopters}} in an attempt to artificially inflate populations of game, such as moose and caribou, to make hunting them easier. This is opposed by many, as the game populations are not endangered (thus, this threatens ecological balance); wolves are a small threat to livestock in North America; most of the wolf body —including meat and bones— goes wasted as they are sought mainly for their pelts.&lt;br /&gt;
&lt;br /&gt;
Location: Alaska&lt;br /&gt;
&lt;br /&gt;
===Newspaper===&lt;br /&gt;
[[File:umwelt life scientists.png]][[File:umwelt life rit.png]][[File:umwelt life umass.png]]&lt;br /&gt;
&lt;br /&gt;
Creating new life has long been a well understood process, in a lab or otherwise.&lt;br /&gt;
&lt;br /&gt;
This comic is likely a reference to the title text of [[983: Privacy]]&lt;br /&gt;
&lt;br /&gt;
Location: Various&lt;br /&gt;
&lt;br /&gt;
Specific versions appeared for RIT and UMass Amherst&lt;br /&gt;
&lt;br /&gt;
===Robot Paul Revere===&lt;br /&gt;
[[File:umwelt paul revere.png]]&lt;br /&gt;
&lt;br /&gt;
Combination of the legend of {{w|Paul Revere#&amp;quot;Midnight Ride&amp;quot;|Paul Revere}} and a computer bit that differentiates between two situations by indicating a zero or a one.&lt;br /&gt;
&lt;br /&gt;
Location: Boston&lt;br /&gt;
&lt;br /&gt;
===Counting Cards===&lt;br /&gt;
&amp;lt;!-- card counting explanation needed. --&amp;gt;&lt;br /&gt;
All four colleges in this series are in Massachusetts and, being similar, in pairs, rival each other to some extent (Harvard-MIT, and Smith-Wellesley). The comic contains a reference to the {{w|MIT Blackjack Team}}, which entered popular culture via the {{w|21 (2008 film)|film 21}}, and a possible reference to Orwell's book '1984' and/or {{w|Chain of Command (Star Trek: The Next Generation)|popular homage to it via Star Trek}}: &amp;quot;There are four lights.&amp;quot;[https://www.youtube.com/watch?v=ChYIm6MW39k]&lt;br /&gt;
&lt;br /&gt;
Bonus: The thought-gears in panel 3 are spinning against each other.&lt;br /&gt;
&lt;br /&gt;
Location: Harvard&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards harvard.png]]&lt;br /&gt;
&lt;br /&gt;
Location: MIT&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards mit.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Course 15s&amp;quot; at MIT are the business major students, often mocked for taking a less-rigorous program. The different interpretation for why the MIT students could not count cards compared to Harvard may be a reference to the theme of umwelt.&lt;br /&gt;
&lt;br /&gt;
Location: Smith&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards smith.png]]&lt;br /&gt;
&lt;br /&gt;
Location: Wellesley&lt;br /&gt;
&lt;br /&gt;
[[File:umwelt counting cards wellesley.png]]&lt;br /&gt;
&lt;br /&gt;
Both Wellesley and Smith are all-women colleges in Massachusetts.&lt;br /&gt;
&lt;br /&gt;
===Giant Box Trap===&lt;br /&gt;
[[File:umwelt box trap.png]]&lt;br /&gt;
&lt;br /&gt;
Randall got his undergrad in Physics at the {{w|Christopher Newport University}}, and was scheduled to return shortly to give a talk. The &amp;quot;Trible&amp;quot; figure on the right is Paul Trible, the then-president of CNU. This comic depicts a classic trap, where an upside-down box is propped up with a stick. When the stick is removed, by pulling a string, the box falls and traps whatever is underneath it. Aside from the joke of the obvious trap, there's also the fact that the president would not be responsible for revoking unearned diplomas.&lt;br /&gt;
&lt;br /&gt;
Location: Christopher Newport University&lt;br /&gt;
&lt;br /&gt;
===Chemo Support===&lt;br /&gt;
[[File:umwelt chemo.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] has shaved his head in support of people going through {{w|chemotherapy}} but, as he is always depicted as a stick figure with no hair, no one can tell.&lt;br /&gt;
&lt;br /&gt;
Randall's now-wife was diagnosed with breast cancer, and apparently DFCI is where they've been spending much of their time.&lt;br /&gt;
&lt;br /&gt;
Location: Dana-Farber Cancer Institute&lt;br /&gt;
&lt;br /&gt;
===Nothing===&lt;br /&gt;
&lt;br /&gt;
[[File:Umwelt blank.jpg]]&lt;br /&gt;
&lt;br /&gt;
In some cases, the comic can be completely absent, with only the top and bottom buttons visible. On most newer browsers, this is caused by a script loading part of the comic via a HTTP request while the rest of the webpage is delivered over HTTPS. This is referred to as [https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content mixed content] and is blocked on modern browsers by default due to security concerns. This version of the comic is therefore likely not an intended outcome, but rather an unintended consequence of how this comic was implemented. [https://mastodon.social/@chromakode/109531309722997557 It has been confirmed] that this was not intentional and will be fixed. Since this comic's release, all devices viewing it have returned two rows of navigation buttons if near IP address 69.114.249.104.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''[This section only covers the first three comics. For the transcript of the entire comic, go to the [[1037: Umwelt/Transcript|full transcript page]].]'''&lt;br /&gt;
&lt;br /&gt;
===The Void===&lt;br /&gt;
:[An epic void with a bright light shining right on you.]&lt;br /&gt;
&lt;br /&gt;
===Aurora===&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar flare that's causing some Great Aurorae. CBC says they may even be visible here! Wanna drive out to see?&lt;br /&gt;
:Megan: Hockey's on.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
===Aurora-US===&lt;br /&gt;
:[Cueball heading out past Megan comfortably sitting in front of a desk.]&lt;br /&gt;
:Cueball: Apparently there's a solar storm causing northern lights over Canada. CNN say they might even be visible {Options: &amp;quot;As Far South As Us&amp;quot;, &amp;quot;Here in Boston&amp;quot;, &amp;quot;Maine&amp;quot;, &amp;quot;Ohio&amp;quot;, &amp;quot;Oregon&amp;quot;, &amp;quot;New York&amp;quot;}! Wanna drive out to see?&lt;br /&gt;
:Megan: It's cold out.&lt;br /&gt;
:Cueball: Ok. Later.&lt;br /&gt;
&lt;br /&gt;
:[An expansive, marvelous image of emerald green northern lights, floating down through the sky.]&lt;br /&gt;
&lt;br /&gt;
:Megan: See anything?&lt;br /&gt;
:Cueball: No, just clouds.&lt;br /&gt;
:Megan: Not surprised.&lt;br /&gt;
&lt;br /&gt;
===Snake===&lt;br /&gt;
:[Two people standing next to each other. Megan is holding the head end of a snake. Depending on the width of your browser, the snake is: three frames, the third of which  has a little bit of a bump; the first frame has a human-size bump, the second has a third person looking at the snake, and the third has the snake going though two Portals; a squirrel and the human-size bump in the first frame, a ring next to the third person in the second frame, and Beret Guy riding the snake in front of the portal; or The squirrel, a fourth person within the snake being coiled, and the human bump in the first frame, the ring, a fifth person in love, and the third person in the second frame, Beret Guy and the portal in the third frame, and the same two people in the fourth frame.]&lt;br /&gt;
&lt;br /&gt;
:Megan: I found a snake, but then I forgot to stop.&lt;br /&gt;
&lt;br /&gt;
:'''[For the transcript of the entire comic, go to the [[1037: Umwelt/Transcript|full transcript page]].]'''&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* The Reddit user [https://www.reddit.com/user/SomePostMan SomePostMan] created a [https://www.reddit.com/r/xkcd/comments/t6wmh/all_umwelt_1037_comics_in_two_imgur_albums/ post] that collected all of the Umwelt comics and added explanations. Much of his information is now included in this wiki.&lt;br /&gt;
* At the start of the [https://xkcd.com/1037/info.0.json official transcript of this comic], the writer added a note alluding to its extreme length:&lt;br /&gt;
:: &amp;lt;nowiki&amp;gt;[[Two people...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:: ((..wait.. &amp;lt;scrolls through a listing of everything&amp;gt; oh goddammit Randall. Thanks a bunch, dude. I better get a raise for typing out all this))&lt;br /&gt;
:: [[Two people standing next to each other.&lt;br /&gt;
* This comic was released on April 1 even though that was [[:Category:Sunday comics|a Sunday]] (only the third comic to be released on a Sunday). But it was only due to the April Fools' joke, as it did replace the comic that would have been scheduled for Monday, April 2nd. The next comic, [[1038: Fountain]], was first released on Wednesday, April 4th. This was the first that could be different for different readers.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:April fools' comics]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Danish]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Penis]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Velociraptors]]&lt;br /&gt;
[[Category:Your Mom]]&lt;br /&gt;
[[Category:Puns]]&lt;br /&gt;
[[Category:Squirrels]]&lt;br /&gt;
[[Category:Comics with blood]]&lt;br /&gt;
[[Category:Characters with hats]] &amp;lt;!-- aurora comic--&amp;gt;&lt;/div&gt;</summary>
		<author><name>162.158.38.240</name></author>	</entry>

	</feed>