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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3125:_Snake-in-the-Box_Problem&amp;diff=388850</id>
		<title>Talk:3125: Snake-in-the-Box Problem</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3125:_Snake-in-the-Box_Problem&amp;diff=388850"/>
				<updated>2025-10-14T19:46:41Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: &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;
&lt;br /&gt;
The math problem in question is https://oeis.org/A099155 [[User:Mei|Mei]] ([[User talk:Mei|talk]]) 21:57, 6 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is d&amp;gt;8 unsolved? stevethenoob 21:59, 6 August 2025 (UTC)&lt;br /&gt;
:Computational power, I guess, although I'm going to go out on a limb and predict that for N=9 snake=196.  [[Special:Contributions/94.73.52.245|94.73.52.245]] 23:18, 6 August 2025 (UTC)&lt;br /&gt;
:It's not that hard to imagine: if you were to try a brute force search it would take time that's exponential in the path length, which itself is exponential in d. There are evidently methods to do it slightly better, but not enough to make solving d=9 feasible yet. [[User:Zmatt|Zmatt]] ([[User talk:Zmatt|talk]]) 10:03, 7 August 2025 (UTC)&lt;br /&gt;
:To give an impression of the rate at which these get solved: d=6 was solved in 1988, d=7 in 1996, d=8 in 2014. [[User:Zmatt|Zmatt]] ([[User talk:Zmatt|talk]]) 10:32, 7 August 2025 (UTC)&lt;br /&gt;
:Computational power is right. Time complexity is *super*-exponential - even the number of *nodes* increases exponentially as increasing N by 1 doubles the nodes. And time complexity doesn't increase linearly with the number of nodes - if we imagine a brute force algorithm there's 2^n nodes and each node has n-1 options, so we're looking at a multiple of exponential time. Current lower bound for N=9 is 190. [[User:GorillaWarfare|GorillaWarfare]] ([[User talk:GorillaWarfare|talk]]) 06:57, 10 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would argue that computer science has one as well with the China room problem. [[User:Ctinsman|Ctinsman]] ([[User talk:Ctinsman|talk]]) 22:14, 6 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Humans aren't cute animals (mostly), so I propose a variant of the problem called the Chinese Red Panda Room [[Special:Contributions/177.12.49.23|177.12.49.23]] 22:38, 6 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Interesting. Just a few days ago I was investigating a very similar idea (looking at a path that transitioned between adjacent ''faces'' of a polyhedron, which was effectively going from vertex to connected vertex upon that chosen polyhedron's ''dual''), but for the opposite reason, i.e. looking for the paths that actually maximised proximity (along the path) between neighbouring faces (upon the polyhedra), so that it actually minimised the search back/forth along the path-chain to establish what value the adjacent polyhedron faces (beyond the ones automatically at ±1 positions on the chain) inherited.&lt;br /&gt;
&amp;lt;br/&amp;gt;As to solving this one (basically disallowing visiting of any nodes adjacent to prior visits ''other'' than the single one that the +1 position of the chain has to first go to), I've got a basic idea of how I'd N-dimensionally space-search the possible routes (after all, visiting any given node at {0,1} value for dimensions [a, b, c, ...] rules out now visiting all of [!a, b, c, ...], [a, !b, c, ...], [a, b, !c, ...], etc, ''except'' whichever one of these was chosen for the next step of onward travel), for valid foldings across the appropriate N-polytype cuboidal analogue. Though I suspect that the exponental (or greater!) growth in the potential search-trees you'd use would be the sticking point. No point in setting off an exhaustive algorithm if it seemed likely to take three years to check just 1% of possibilities, and no doubt more dedicated analysis than my own brute-forcing method has already hit other problems in trying a more nuanced extrapolation between each level of added dimensionality, which is where the unsolved nature of this starts to bite.&lt;br /&gt;
&amp;lt;br/&amp;gt; But also think it'd be far more interesting to investigate the possibilities in the N&amp;gt;3-Dimensional extensions of non-cubic platonic solids, like the {{w|600-cell}} and beyond, and establish what allowable lengths of traversal ''they'' would allow, under similar stipulations.&lt;br /&gt;
&amp;lt;br/&amp;gt;Great! I love getting things like this to think about. If I can spare the time needed... [[Special:Contributions/82.132.245.59|82.132.245.59]] 22:22, 6 August 2025 (UTC)&lt;br /&gt;
: I think you've been nerd-sniped. [[Special:Contributions/177.12.49.23|177.12.49.23]] 22:42, 6 August 2025 (UTC)&lt;br /&gt;
::So far, I've personally got as far as:&lt;br /&gt;
::*For any given number of dimensions, N, there are always N adjacent points (point, zero dimensions, zero neighbours; line, one dimension, one neighbour; square, two dimension, two neighbours, etc).&lt;br /&gt;
::*In total, there are 2&amp;lt;sup&amp;gt;N&amp;lt;/sup&amp;gt; points (0d=1, 1d=2, 2d=4, etc)&lt;br /&gt;
::*A maximum possible length, L, has a ''lower'' lower limit of starting at any particular vortex and only taking directions that are perpendicular to all prior directions (for a cube, only go by x, y and z directions once), and this would be eaual to N.&lt;br /&gt;
::*But that's overly-lazy, as you're ruling out (as you gain enough dimensions) revisiting a dimensional plane, even though you're allowed to revisit a point on that plane that's shifted by at least ''two'' other dimensions of offset. e.g. the top right of a cube's facing face when you started at the bottom left of it (went 'deep' to the rear face, took two steps from the rear-lower-left to rear-upper-right then back).&lt;br /&gt;
::*For the first step, you have N choices from your starting position. You take one and cannot later visit any of the ones you did not choose to go to. For the second step onwards, you have N-1 basic choices (every direction but backwards to the prior step) and should choose one and rule out ever visiting the rest.&lt;br /&gt;
::*This gives a new (at least for N&amp;gt;2) lower limit to L whereby the sum of starting, taken and not-taken nodes that you count can be added to by new steps until you would end up with have a total greater than 2&amp;lt;sup&amp;gt;N&amp;lt;/sup&amp;gt;. (Line: start on one (of two), choice of one (taken), two points 'marked', only two points possible; Square: start on one (of four), two choices, take one, reserve one, three points 'marked', still the fourth point available for L=2, but then five points would be marked (the untaken-from-start being the only non-backwards choice) so can't go further.&lt;br /&gt;
::*But this is also wasteful as (in increasingly higher dimensions) there's nothing to stop an unvisited neighbour of a past step from being a(n enforced) unvisited neighbour from a later step, as you 'choose' to go only to a valid further point. So clever &amp;quot;near-neighbour&amp;quot; backtracking can reduce the number of ''freshly'' eaten-up points and thus maintain more future points for more steps.&lt;br /&gt;
::**Noting that past-step no-go-neighbours that can possibly 'fold into' the current-step's not-going-neighbours list only become such after ''at least'' two intervening steps (for 'square-based' hypercubic domains, whereas triangle-based hypernets (e.g. tetra-, octa- and icosohedrons, in 3-space) happen after just one step, and pentagon-based ones (dodecahedrons in 3-space) can't take advantage of this in less than three. (This seems to share some of the mathematics with the 'classical' rabbit-population problem, whereby new offspring only become viable breeding population after a step or two since their generation.)&lt;br /&gt;
::*Optimally, in fact, you should aim to double-back in such a way as leave yourself with ''all but one'' onward neighbour unavailable (thus only eating up potential points at a rate of one per step, at that point).&lt;br /&gt;
::*Heading vaguely back 'towards' past snake-lengths, in higher-dimensional hypernets, seems like the best(/longest) space-filling strategy. It's a bit like coil-built pottery, but with more undulations (and dimensions) to it. But with care to make sure you don't burrow yourself into a dead-end with ''no'' viable onward choices while still having maybe half of the potential visitable/neighbourable points untouched, or avoiding filling 'voids' to guaranteeing accessing a majority of the potential future visits, but unwisely not exploiting all the phase-space of vertices optimally.&lt;br /&gt;
::**I can mentally visualise doing this successfully in 3-, 4- and 5-cube situations, elegantly enough (it's like , but N&amp;gt;=6 versions get increasingly hard to do in my head with certainty. After I've slept on it, I might have to break out the pencil and paper.&lt;br /&gt;
::So, yeah, I've set a lower-limit to L, for various Ns, and can construct a ''possible'' upper-limit to L, but I haven't even checked these L(N)s vs. the values stated in the comic. Or what progress (and more advanced logical reasoning) has already been made in the field. I suspect I'm just reinventing the (hyper-)wheel, of course, rather than have the key to the problem that everyone else had failed to spot, but that's not the point. If I get even half way close to what the 'professionals' in this field have managed, I'll be smug and self-satisfied enough for myself. And, anyway, I've explained myself enough tolet any ''other'' similarly-minded nerd the ability to get at least as far as I've got with this problem. Which is as good an outcome, as far as I'm concerned, as getting this done entirely on my own. [[Special:Contributions/82.132.244.41|82.132.244.41]] 00:33, 7 August 2025 (UTC)&lt;br /&gt;
::: I'm still having trouble getting hold of long enough snakes. [[Special:Contributions/82.13.184.33|82.13.184.33]] 08:31, 7 August 2025 (UTC)&lt;br /&gt;
::: I've got the 50 length one for 7D, lets see if I can go further :) --[[User:Darth Vader|Darth Vader]] ([[User talk:Darth Vader|talk]]) 13:25, 7 August 2025 (UTC) &lt;br /&gt;
&lt;br /&gt;
Psychology is way ahead of y'all, they've been putting actual mice in weird boxes for ''decades''. [[Special:Contributions/177.12.49.23|177.12.49.23]] 22:45, 6 August 2025 (UTC)&lt;br /&gt;
:Psychology might have been putting animals in boxes for decades, but zoology has been doing it for centuries! [[Special:Contributions/97.118.209.207|97.118.209.207]] 00:36, 7 August 2025 (UTC)&lt;br /&gt;
::Gastronomy has been doing it for as long as people have been storing food. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 03:41, 7 August 2025 (UTC)&lt;br /&gt;
:: https://scratch.mit.edu/projects/284912743/--[[Special:Contributions/2001:4450:8178:2200:D1C2:8DED:F6FE:E93C|2001:4450:8178:2200:D1C2:8DED:F6FE:E93C]] 04:01, 7 August 2025 (UTC) &lt;br /&gt;
:::That link doesn't work. When I remove the -- at the end it goes to some kind of math game. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 15:58, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Reading (just) the [comments] of the underlying research suggests that 98 is the longest found snake. Perhaps that means a longer one has not been explicitly eliminated (making 8 also not solved to some extent) [[Special:Contributions/2A02:A45B:8867:0:BED8:F2BA:838E:765|2A02:A45B:8867:0:BED8:F2BA:838E:765]] 22:52, 6 August 2025 (UTC)&lt;br /&gt;
:a(8)=98 was proven by: Östergård, P.R.J., Pettersson, V.H. Exhaustive Search for Snake-in-the-Box Codes. Graphs and Combinatorics 31, 1019–1028 (2015). https://doi.org/10.1007/s00373-014-1423-3&lt;br /&gt;
:[[User:Zmatt|Zmatt]] ([[User talk:Zmatt|talk]]) 09:46, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I suppose Randall doesn't consider [[beetles]] cute, or else [https://en.wikipedia.org/wiki/Philosophical_Investigations#Wittgenstein's_beetle philosophy of language] would be included. [[Special:Contributions/137.25.230.78|137.25.230.78]] 23:15, 6 August 2025 (UTC)&lt;br /&gt;
: that's a great example [[Special:Contributions/177.12.49.23|177.12.49.23]] 01:46, 7 August 2025 (UTC)&lt;br /&gt;
: very nice one, reminds me of the story of the bug (moth) and debugging in computer science {{unsigned ip|88.129.22.189|07:46, 1 September 2025}}&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In simultaneous interpreting, humans are the cute animal in the box. {{unsigned|DrInterpreter|07:35, 7 August 2025 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
I don't believe an explanation of the Schrödinger's cat thought experiment is necessary to understand this comic. However, people keep editing the page to include an incorrect description of the experiment, by saying the cat is either dead or alive and you don't know which until you open the box. That's wrong and misses the point of quantum superposition. The cat is not dead or alive, it's literally both, due to its fate being linked to radioactive decay, a process that is subject to quantum superposition. Since it does seem inevitable that someone will keep editing this to add an explanation, I've added one myself. [[Special:Contributions/177.12.49.23|177.12.49.23]] 10:29, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
The link in the mail newsletter lead to &amp;quot;http://https//xkcd.com/3125/&amp;quot;, not sure if that's worth documenting here. [[User:Fabian42|Fabian42]] ([[User talk:Fabian42|talk]]) 13:07, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not a chemistry grad student, but is it possible that Randall intended &amp;quot;lure campus squirrels into laundry hampers in the hope that it ''sparks'' inspiration&amp;quot; as a humorous method of investigating the triboelectric effect? [[Special:Contributions/129.222.87.163|129.222.87.163]] 13:25, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
n=2: Snakes on a plane.  [[Special:Contributions/64.201.132.210|64.201.132.210]] 16:47, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
the comic number 3125 is 5^5 [[Special:Contributions/96.77.127.105|96.77.127.105]] 18:26, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Conclusion: we better have no snakes in the world {{unsigned ip|102.117.215.0|08:21, 8 August 2025 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
In the middle of the tree &amp;quot;wrong&amp;quot; examples, is the vertex leading from head to tail also a &amp;quot;wrong&amp;quot; vertex and should be coloured red? [[User:IIVQ|IIVQ]] ([[User talk:IIVQ|talk]]) 06:01, 9 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I suspect the squirrel fur + hamper + spark implies something electrochemical, though I haven't quite made the connection between the animal and the box. {{unsigned ip|88.129.22.189|07:46, 1 September 2025}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I've found a length-373 snake in 10 dimensions.  The previous record of 370 as listed on Wikipedia dates to 2012.&lt;br /&gt;
&lt;br /&gt;
I started working on Snake-in-the-Box in August after xkcd #3125 introduced me to the problem.  I'm grateful to Randall Munroe for calling it to my attention.  I intend to keep working on it.&lt;br /&gt;
&lt;br /&gt;
I described my results in a paper available at https://zenodo.org/records/17344872 which includes C code anyone can compile and run to validate the length-373 snake.  doi:10.5281/zenodo.17344872&lt;br /&gt;
&lt;br /&gt;
If you know anyone working in graph theory who can advise me on how to get my results recognized in a trusted forum (or who would even just like to compare notes about the Snake-in-the-Box problem), please let me know.  My email address is&lt;br /&gt;
in my paper.&lt;br /&gt;
[[User:Tom239|Tom239]] ([[User talk:Tom239|talk]]) 19:46, 14 October 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=730:_Circuit_Diagram&amp;diff=322225</id>
		<title>730: Circuit Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=730:_Circuit_Diagram&amp;diff=322225"/>
				<updated>2023-08-27T01:29:28Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: fixing my typo from previous edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 730&lt;br /&gt;
| date      = April 21, 2010&lt;br /&gt;
| title     = Circuit Diagram&lt;br /&gt;
| image     = circuit_diagram.png&lt;br /&gt;
| titletext = I just caught myself idly trying to work out what that resistor mass would actually be, and realized I had self-nerd-sniped.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Another fine example of [[356|nerd sniping]], as mentioned in the title text.&lt;br /&gt;
There are pieces of circuit diagrams, road maps, chemical diagrams, and other things all mixed in.&lt;br /&gt;
Explanations for each below!&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable table-padding left-align&amp;quot;&lt;br /&gt;
!Image Fragment&lt;br /&gt;
!width=&amp;quot;130px&amp;quot; | Image Location&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
{{circuit-diagram-part|X=19|Y=25|W=106|H=37|image=circuit_diagram-019-025-106-037-scale.png|text=A map scale. Lists kilometers and miles as equivalent. (And makes the diagram many miles wide.)}}&lt;br /&gt;
{{circuit-diagram-part|X=15|Y=62|W=40|H=85|image=circuit_diagram-015-062-040-085-antenna.png|text=An antenna. Typical of radio receivers or transmitters. Or the Turtle in {{w|Logo (programming language)|LOGO programming language}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=53|Y=60|W=41|H=87|image=circuit_diagram-053-060-041-087-inductor.png|text=A coil or {{w|inductor}}. Normal, but unlabeled.}}&lt;br /&gt;
{{circuit-diagram-part|X=107|Y=86|W=85|H=93|image=circuit_diagram-107-086-085-093-cloverleaf.png|text=A {{w|cloverleaf interchange}} or junction is a feature of road networks that does not belong in a circuit diagram. Of course, other types of {{w|p–n junction|junctions}} are important in electronics. &lt;br /&gt;
A cloverleaf junction has previously been used in comic: [[253: Highway Engineer Pranks]].}}&lt;br /&gt;
{{circuit-diagram-part|X=184|Y=12|W=87|H=63|image=circuit_diagram-184-012-087-063-battery.png|text=A battery. The voltage of square root of two is strange, but getting about 1.41412... volts is not unheard of. This could also indicate an {{w|Root_mean_square|RMS}} voltage, although this is unlikely given that this is a DC power supply and not an AC generator. The marked polarity is also the reverse of what is implied by the symbol (where the larger terminal is positive). A possible reference to [[567: Urgent Mission]].}}&lt;br /&gt;
{{circuit-diagram-part|X=187|Y=110|W=94|H=71|image=circuit_diagram-187-110-094-071-resister.png|text=A 120 ohm {{w|resistor}} is normal enough. &amp;quot;Or to taste&amp;quot; is odd for a circuit diagram and more like instructions from a recipe, e.g., &amp;quot;1 tbsp tomato purée, or to taste&amp;quot;.}}&lt;br /&gt;
{{circuit-diagram-part|X=283|Y=50|W=90|H=63|image=circuit_diagram-283-050-090-063-switch.png|text=A normal {{w|switch}}, with a notation to glue it open. Reminiscent of the [http://catb.org/esr/jargon/html/magic-story.html MAGIC/MORE MAGIC] switch.}}&lt;br /&gt;
{{circuit-diagram-part|X=337|Y=101|W=69|H=64|image=circuit_diagram-337-101-069-064-transisitor.png|text=A {{w|Bipolar_junction_transistor#PNP|bipolar PNP transistor}}, except that it has two emitters and no collector. It also resembles one of the schematic symbols for a {{w|DIAC}}, except the arrows are backwards.}}&lt;br /&gt;
{{circuit-diagram-part|X=52|Y=141|W=79|H=107|image=circuit_diagram-052-141-079-107-compass-points.png|text=Compass points. A map feature, not a circuit feature, but possibly useful given the circuit is many miles wide.}}&lt;br /&gt;
{{circuit-diagram-part|X=415|Y=18|W=63|H=58|image=circuit_diagram-415-018-063-058-resister.png|text=A normal resistor, labeled with color code. Brown-Blue-Orange would be 16000 ohms. {{w|Electronic color code|Resistor color codes}} are for reading the value on the physical device itself. They would not normally be shown on the circuit diagram, where it's much easier to just write the number, e.g. 16K.}}&lt;br /&gt;
{{circuit-diagram-part|X=517|Y=14|W=42|H=32|image=circuit_diagram-517-014-042-032-diode.png|text=A normal {{w|diode}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=615|Y=55|W=73|H=74|image=circuit_diagram-615-055-073-074-666timer.png|text=A chip. The normal timer is a &amp;quot;{{w|555_timer_IC|555}}&amp;quot;. &amp;quot;666&amp;quot; would be the number of the beast in [http://www.blueletterbible.org/Bible.cfm?b=Rev&amp;amp;c=13&amp;amp;v=18&amp;amp;t=KJV#18 Rev. 13:18]. The pin connected to &amp;quot;?&amp;quot; is the CTRL pin on a normal 555 timer, which would typically be connected to ground (via a decoupling capacitor) if used at all; the implication here seems to be that it would be connected directly to Hell itself.}}&lt;br /&gt;
{{circuit-diagram-part|X=632|Y=138|W=69|H=41|image=circuit_diagram-632-138-069-041-bat.png|text=A Batman logo.}}&lt;br /&gt;
{{circuit-diagram-part|X=650|Y=211|W=75|H=71|image=circuit_diagram-650-211-075-071-squirrel.png|text=A squirrel, or perhaps a wire bent into the shape of a squirrel. {{w|Electrical disruptions caused by squirrels|Squirrels are among the leading causes of disruptions to electrical grids,}} so having one as part of a circuit is inviting disaster. [[:Category:Squirrels|Squirrels]] also appear in past and future xkcd comics.}}&lt;br /&gt;
{{circuit-diagram-part|X=606|Y=165|W=54|H=53|image=circuit_diagram-606-165-054-053-inductor.png|text=A coil or inductor.  An inductor in an AC circuit is analogous to a mass in an oscillating mechanical system; rather than listing the coil's inductance, the measurement of an analogous mechanical element is given: 11 kilograms of mass.}}&lt;br /&gt;
{{circuit-diagram-part|X=538|Y=209|W=99|H=59|image=circuit_diagram-538-209-099-059-generator.png|text=A 240-volt AC generator (or other power source).}}&lt;br /&gt;
{{circuit-diagram-part|X=483|Y=186|W=111|H=103|image=circuit_diagram-483-186-111-103-shorted-generator.png|text=A shorting wire around a generator. The label reads &amp;quot;Omit this if you're a &amp;lt;u&amp;gt;wimp&amp;lt;/u&amp;gt;.&amp;quot; If this wire is included, it will quickly melt - or worse. &lt;br /&gt;
Theoretically, wimps will omit the wire, and people who know this fact will also, so it would be fine.}}&lt;br /&gt;
{{circuit-diagram-part|X=419|Y=78|W=57|H=75|image=circuit_diagram-419-078-057-075-scarab-beetles.png|text=A jar of {{w|Scarabaeidae|scarab beetles}}. Possibly a conflation of a {{w|Leyden jar}}, that is an actual very old-style electrical/electronic component, and something like a {{w|killing jar}} or other {{w|Insect trap|insect-collection equipment}}. Or even, due to the traditionally Egyptian beetles, a repurposed {{w|canopic jar}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=482|Y=47|W=28|H=44|image=circuit_diagram-482-047-028-044-variable-resister.png|text=A {{w|variable resistor}} with center tap. Normally, there would be an arrowhead on the center tap.}}&lt;br /&gt;
{{circuit-diagram-part|X=507|Y=53|W=22|H=27|image=circuit_diagram-507-053-022-027-capacitor.png|text=A normal {{w|capacitor}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=577|Y=318|W=96|H=62|image=circuit_diagram-577-318-096-062-magic.png|text=&amp;quot;{{w|Magic Smoke}}&amp;quot; is the legendary stuff that all circuit components require to function. This is why all components cease to function after releasing smoke.{{Citation needed}} }}&lt;br /&gt;
{{circuit-diagram-part|X=669|Y=315|W=51|H=66|image=circuit_diagram-669-315-051-066-frayed-wires.png|text=Some frayed or dangling wires. The wire on the left seems confused because it did not manage to cross with the one on the right.}}&lt;br /&gt;
{{circuit-diagram-part|X=567|Y=392|W=58|H=48|image=circuit_diagram-567-392-058-048-buoy.png|text=An object which is either a {{w|Fishing float|float}} used in fishing, a {{w|Tippe top}}, or perhaps a {{w|Naval mine|mine}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=458|Y=336|W=111|H=86|image=circuit_diagram-458-336-111-086-moral-rectifier.png|text=A {{w|Diode_bridge|bridge rectifier}}, which would normally turn alternating current at the top and bottom into direct current on the left and right. In this case, it is labeled as a &amp;quot;moral rectifier&amp;quot;. This is presumably a play on the idea of moral rectitude – it makes your circuit more moral. Why this matters in a circuit is unclear.}}&lt;br /&gt;
{{circuit-diagram-part|X=423|Y=259|W=80|H=85|image=circuit_diagram-423-259-080-085-warm-front.png|text=This resembles both the schematic symbol for part of a {{w|transformer}} and the meteorological symbol for a warm front.  A {{w|warm front}} is a feature on a {{w|Surface weather analysis|synoptic weather map}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=190|Y=199|W=54|H=52|image=circuit_diagram-190-199-054-052-battery.png|text=A normal 50-volt battery.}}&lt;br /&gt;
{{circuit-diagram-part|X=173|Y=200|W=89|H=56|image=circuit_diagram-173-200-089-056-shorted-battery.png|text=A battery is grounded on both sides. Something will melt or burn out quickly, unless these are separate &amp;quot;earth ground&amp;quot;s, in which case the ground might get a bit cooked.}}&lt;br /&gt;
{{circuit-diagram-part|X=259|Y=198|W=174|H=25|image=circuit_diagram-259-198-174-025-pull-wire.png|text=Text reads &amp;quot;Pull this wire really tight&amp;quot;. This kind of physical-property issue may indicate a high-frequency radio device.  Or, given the absurdity of the context, it's a silly reference to a &amp;quot;high tension wire.&amp;quot;}}&lt;br /&gt;
{{circuit-diagram-part|X=141|Y=211|W=41|H=91|image=circuit_diagram-141-211-041-091-3-8-inch.png|text=A specified 3/8-inch separation. This probably indicates a carefully controlled capacitance issue. Also contradicts the scale of the drawing, by which the distance shown would be about 0.8 miles or 0.8 km. Or both.}}&lt;br /&gt;
{{circuit-diagram-part|X=173|Y=309|W=92|H=59|image=circuit_diagram-173-309-092-059-eel.png|text=An {{w|electric eel}}.  This may be an effective power source in the circuit, capable of producing a shock at up to 600 volts and 1 ampere of current (600 watts), but for less than 2 ms.}}&lt;br /&gt;
{{circuit-diagram-part|X=266|Y=307|W=35|H=41|image=circuit_diagram-266-307-035-041-resistor.png|text=A normal resistor.}}&lt;br /&gt;
{{circuit-diagram-part|X=222|Y=358|W=34|H=29|image=circuit_diagram-222-358-034-029-capacitor.png|text=A normal capacitor.}}&lt;br /&gt;
{{circuit-diagram-part|X=130|Y=335|W=44|H=40|image=circuit_diagram-130-335-044-040-resistor.png|text=A normal resistor, labeled &amp;quot;&amp;amp;euml;&amp;quot;.  This may be a play on {{w|e (mathematical constant)|Euler's Number}}, which doesn't normally have a {{w|tréma}} or an {{w|umlaut (linguistics)|umlaut}}. Alternatively instead of being an umlaut or tréma it may indicate the second {{w|derivative}} of e with respect to time in {{w|Newton's notation}}, in which case, as e is a constant, the resistance of this element is zero.}}&lt;br /&gt;
{{circuit-diagram-part|X=65|Y=249|W=61|H=92|image=circuit_diagram-065-249-061-092-blender.png|text=Our best guess is that this is a {{w|blender}}. Due to the scale, this would certainly be the worlds largest blender.  Record setting blenders are not typically part of computer circuits{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=20|Y=342|W=115|H=73|image=circuit_diagram-020-342-115-073-arduino.png|text=An {{w|arduino}}, labeled &amp;quot;Arduino, just for blog cred&amp;quot;. May refer to the fact that inexpensive, easy-to-integrate single-board computers like the arduino, which have contributed to the rise of {{w|Maker culture}}, are used and discussed frequently in that culture, and the use of one might impress readers.  The comment implies that an arduino is not otherwise needed in this circuit, although it is necessarily hard to tell, given the other components of the circuit.}}&lt;br /&gt;
{{circuit-diagram-part|X=39|Y=423|W=118|H=82|image=circuit_diagram-039-423-118-082-meca.png|text=A chip labeled &amp;quot;Most expensive chip available&amp;quot;. The small curve at the top is a part of the packaging designed to show its orientation.}}&lt;br /&gt;
{{circuit-diagram-part|X=159|Y=428|W=91|H=50|image=circuit_diagram-159-428-091-050-neck-strap.png|text=Labeled &amp;quot;Neck Strap&amp;quot;. Perhaps a piece of torture equipment or indicating that the circuit is part of an {{w|electric chair}}?  May also be a reference to the grounded wrist straps people working with electronics commonly wear, to prevent accidental static discharges from frying the circuitry.}}&lt;br /&gt;
{{circuit-diagram-part|X=147|Y=480|W=110|H=88|image=circuit_diagram-147-480-110-088-switch.png|text=A switch labeled &amp;quot;Hire someone to open and close switch real fast.&amp;quot; Possibly meant to perform the function of an {{w|Electronic oscillator|oscillator}} in a more hackish manner and the reason for the neck strap. Could also be a reference to {{w|Maxwell's Demon}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=273|Y=498|W=61|H=64|image=circuit_diagram-273-498-061-064-resistor.png|text=A 5 ohm resistor labeled &amp;quot;(decoy)&amp;quot;. One end is not attached to anything. Perhaps this indicates wishful thinking that electrons might be tricked into entering this part of the circuit despite the fact that there's nowhere for them to go?}}&lt;br /&gt;
{{circuit-diagram-part|X=307|Y=453|W=103|H=56|image=circuit_diagram-307-453-103-056-tongue.png|text=A pair of contacts, labeled &amp;quot;Touch Tongue Here&amp;quot;.  Could be referring to the practice of daring someone to touch their tongue to the contacts of a 9V battery.}}&lt;br /&gt;
{{circuit-diagram-part|X=301|Y=270|W=45|H=45|image=circuit_diagram-301-270-045-045-frown.png|text=A frowny-face. See the float/mine.}}&lt;br /&gt;
{{circuit-diagram-part|X=294|Y=311|W=128|H=124|image=circuit_diagram-294-311-128-124-IC.png|text=A small integrated circuit. The lower gate is an {{w|Inverter (logic gate)|inverter}}, wired as a free-running oscillator. The upper gate is an {{w|XOR gate|XOR}} wired to act as either a free-running oscillator or a latch. Since the XOR will be slower than the inverter, the overall output of the upper gate is probably very chaotic. Two &amp;quot;input&amp;quot; wires are not connected at all. An additional wire is attached to the top with hot glue. This last wire probably acts to control static electricity and leakage.}}&lt;br /&gt;
{{circuit-diagram-part|X=302|Y=235|W=91|H=25|image=circuit_diagram-302-235-091-025-curve.png|text=A caution sign at a curve. Another road feature in the circuit.  This is a play on the notion that 90-degree corners on printed circuit board traces can disrupt signal integrity.}}&lt;br /&gt;
{{circuit-diagram-part|X=401|Y=455|W=67|H=68|image=circuit_diagram-401-455-067-068-CH3.png|text=A {{w|methyl group}} (chemistry) attached to a corner. If the circuit were an organic chemical, it would be reasonable to find a number of these.}}&lt;br /&gt;
{{circuit-diagram-part|X=453|Y=167|W=43|H=93|image=circuit_diagram-453-167-043-093-baloon.png|text=A balloon, possibly blowing in a breeze.}}&lt;br /&gt;
{{circuit-diagram-part|X=572|Y=68|W=22|H=43|image=circuit_diagram-572-068-022-043-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=508|Y=96|W=42|H=20|image=circuit_diagram-508-096-042-020-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=534|Y=61|W=22|H=31|image=circuit_diagram-534-061-022-031-ground.png|text=A ground connection.}}&lt;br /&gt;
{{circuit-diagram-part|X=472|Y=49|W=134|H=140|image=circuit_diagram-472-049-134-140-solderr-blob.png|text=A {{w|Soldering#Soldering_defects|solder blob}} covering a portion of the circuit. Normally, this would not be part of the circuit diagram, but a mistake in building the circuit.}}&lt;br /&gt;
{{circuit-diagram-part|X=493|Y=443|W=207|H=158|image=circuit_diagram-493-443-207-158-res-rats-nest.png|text=A rat's nest of 1 ohm resistors. It is labeled &amp;quot;Oh, so you think you're such a whiz at EE201?&amp;quot; The name EE201 (Electrical Engineering 201) follows US course naming conventions for what appears to be a basic level course in electrical engineering (compare the term {{w|101 (term)|101}}), which would include being taught how to [http://www.wikihow.com/Calculate-Series-and-Parallel-Resistance calculate the effective resistance of various resistor networks]. Performing the calculation on a network this complex would probably be very difficult. Experimentally, the resistance of the mass can be measured as, likely coincidentally, about π/4.&lt;br /&gt;
A grid of 1 ohm resistors has appeared earlier in [[356: Nerd Sniping]], a comic also referred to in the title text.}}&lt;br /&gt;
{{circuit-diagram-part|X=315|Y=533|W=232|H=200|image=circuit_diagram-362-531-151-167-arena.png|text=An {{w|arena}}, with a few bodies in it. Note the direction of movement enforced by the surrounding diodes, {{w|Mad_Max_Beyond_Thunderdome|&amp;quot;two men enter, one man leaves&amp;quot;}}, a film reference.}}&lt;br /&gt;
{{circuit-diagram-part|X=569|Y=653|W=47|H=51|image=circuit_diagram-569-653-047-051-resistor.png|text=A &amp;quot;{{w|pi}}&amp;quot; ohm resistor.}}&lt;br /&gt;
{{circuit-diagram-part|X=610|Y=655|W=75|H=70|image=circuit_diagram-610-655-075-070-generator.png|text=A 500-volt AC generator. The wiring to the right shorts out this generator.}}&lt;br /&gt;
{{circuit-diagram-part|X=481|Y=682|W=85|H=64|image=circuit_diagram-481-682-085-064-ground.png|text=A ground connection, labeled &amp;quot;Bury deep, but not too deep&amp;quot;. This type of ground connection is called an &amp;quot;earth ground&amp;quot; The &amp;quot;too deep&amp;quot; part might be a reference to {{w|Moria (Middle-earth)|Moria}} in Lord of Rings. The dwarves dug too deeply and disturbed a Balrog. See also comic [[760]].}}&lt;br /&gt;
{{circuit-diagram-part|X=17|Y=610|W=75|H=73|image=circuit_diagram-017-610-075-073-fishhook.png|text=A ground connection at the end of a curve, looking like a fishhook. Means perhaps &amp;quot;earthed down under&amp;quot;, i.e., Australia or the southern hemisphere.}}&lt;br /&gt;
{{circuit-diagram-part|X=206|Y=662|W=66|H=45|image=circuit_diagram-206-662-066-045-yarn.png|text=A length of &amp;quot;wire&amp;quot; is labeled &amp;quot;yarn&amp;quot;. This probably makes it a terrible conductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=102|Y=590|W=93|H=88|image=circuit_diagram-102-590-093-088-fluxcapacitor.png|text=The {{w|DeLorean time machine#Flux capacitor|flux capacitor}} from {{w|Back to the Future}}.  This may be difficult to implement, since flux capacitors are not available to most people,{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=138|Y=685|W=54|H=24|image=circuit_diagram-138-685-054-024-I95.png|text=A road sign for &amp;quot;I-95&amp;quot;. {{w|Interstate 95}} is the main north-south highway on the east coast of the United States, running from Maine to Florida.}}&lt;br /&gt;
{{circuit-diagram-part|X=12|Y=713|W=134|H=36|image=circuit_diagram-012-713-134-036-tothesun.png|text=A connection labeled &amp;quot;To center of Sun&amp;quot;. A 93-million-mile or 150-million-km circuit is rather large.{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=31|Y=753|W=144|H=177|image=circuit_diagram-031-753-144-177-rats-nest.png|text=A rat's nest of wires. Everything winds up being connected. May also be a parody diagram of an [http://i.stack.imgur.com/np2p9.png undirected graph], from graph theory.}}&lt;br /&gt;
{{circuit-diagram-part|X=22|Y=513|W=97|H=61|image=circuit_diagram-022-513-097-061-esf.png|text=A label reading &amp;quot;Electrons Single File&amp;quot;. If this happens, the resistance in this section of wire would be rather high.}}&lt;br /&gt;
{{circuit-diagram-part|X=256|Y=619|W=29|H=39|image=circuit_diagram-256-619-029-039-ground.png|text=A ground connection.}}&lt;br /&gt;
{{circuit-diagram-part|X=589|Y=600|W=58|H=46|image=circuit_diagram-589-600-058-046-vibrator.png|text=A vibrator, which would be a motor with an off-center weight attached to it.}}&lt;br /&gt;
{{circuit-diagram-part|X=532|Y=779|W=74|H=52|image=circuit_diagram-532-779-074-052-motor.png|text=A motor, labeled &amp;quot;To Scale&amp;quot;. This indicates that the physical size and shape of the motor must match the size of the parts around it, or is consistent with the specified scale of the drawing. }}&lt;br /&gt;
{{circuit-diagram-part|X=662|Y=822|W=73|H=109|image=circuit_diagram-662-822-073-109-holy-ground.png|text=A ground connection, in a beaker labeled &amp;quot;{{w|Holy Water}}&amp;quot;, possibly creating {{w|Holy ground (religion)|holy ground}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=197|Y=740|W=48|H=55|image=circuit_diagram-197-740-048-055-speed.png|text=A sign indicating a speed limit of 55 MPH. This is a rather typical road sign, but inappropriate for a circuit diagram. It is presumably referring to the speed of individual electrons, which can normally vary up to almost the speed of light - although based on the width of the wire and assuming about 1A of current, the ''average'' speed of all electrons, the drift velocity, is likely to be in the order of 10&amp;lt;sup&amp;gt;-17&amp;lt;/sup&amp;gt;mph.}}&lt;br /&gt;
{{circuit-diagram-part|X=238|Y=706|W=100|H=116|image=circuit_diagram-238-706-100-116-flipflop.png|text=A pair of {{w|NOR gate}}s wired as a SR (set-reset) {{w|Flip-flop (electronics)|flip-flop}}. The label reads &amp;quot;May use an actual sandal instead&amp;quot;, which is a play on the meanings of the term &amp;quot;{{w|Flip-flops|flip-flop}}&amp;quot;. Also,the gate looks like a sandal.}}&lt;br /&gt;
{{circuit-diagram-part|X=322|Y=708|W=70|H=54|image=circuit_diagram-322-708-070-054-holdingpen.png|text=Something that could be the side view of a fence, labeled &amp;quot;Holding Pen&amp;quot;.}}&lt;br /&gt;
{{circuit-diagram-part|X=339|Y=777|W=42|H=49|image=circuit_diagram-339-777-042-049-knot.png|text=A simple {{w|overhand knot}}. Also looks like a pretzel, which would have pretty high resistance.}}&lt;br /&gt;
{{circuit-diagram-part|X=191|Y=889|W=149|H=33|image=circuit_diagram-191-889-149-033-ecg.png|text=This appears to be an {{w|Electrocardiography|electrocardiograph}} (ECG) trace, but not the sort that would be seen in a healthy person. If this were a real ECG trace, the absence of large, clear {{w|P wave (electrocardiography)|P waves}} might indicate {{w|Atrial Fibrillation|fine atrial fibrillation}}, but in some recording configurations, P waves are sometimes lost in the noise anyway. Additionally, without a time scale to tell us the ventricular heart rate, it is impossible to make a strong educated diagnosis of any hypothetical disease at all. If we assume it is atrial fibrillation, it is not clear if Randall intended this, or if he is just not familiar with how a normal ECG should look. Lastly, we should throw all of these findings out of the window, as it does not appear that this is an actual ECG machine, but simply a bent wire, much like the &amp;quot;Not a resistor&amp;quot; label nearby.}}&lt;br /&gt;
{{circuit-diagram-part|X=223|Y=826|W=82|H=68|image=circuit_diagram-223-826-082-068-photodiode.png|text=A {{w|photodiode}}, labeled &amp;quot;Tear Collector&amp;quot;. A photodiode is a light-sensing device.}}&lt;br /&gt;
{{circuit-diagram-part|X=373|Y=859|W=49|H=68|image=circuit_diagram-373-859-049-068-lamp.png|text=A lamp. This is not [http://electronicsclub.info/circuitsymbols.htm the symbol used in electrical circuits], but a drawing of a lightbulb.}}&lt;br /&gt;
{{circuit-diagram-part|X=450|Y=887|W=65|H=32|image=circuit_diagram-450-887-065-032-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=537|Y=847|W=120|H=72|image=circuit_diagram-537-847-120-072-inductor.png|text=A coil or inductor, labeled &amp;quot;Take off shirt while wiring this part. Ooh, yeah, I like that.&amp;quot; Stripping while wiring plays on the more mundane action of stripping a wire.}}&lt;br /&gt;
{{circuit-diagram-part|X=504|Y=860|W=34|H=41|image=circuit_diagram-504-860-034-041-resistor.png|text=A resistor labeled &amp;quot;?&amp;quot;. Presumably this means the resistance is unknown.}}&lt;br /&gt;
{{circuit-diagram-part|X=459|Y=828|W=55|H=38|image=circuit_diagram-459-828-055-038-resistor.png|text=A resistor labeled &amp;quot;YES&amp;quot;. Likely another improper unit - a reference to boolean values YES (TRUE) and NO (FALSE). Depending on the limits of a circuit, a resistor would still have a YES boolean value. Possibly indicating that this is a real resistor, as opposed to the one above it in the circuit, labeled &amp;quot;not a resistor.&amp;quot; This may also be a reference to the question: &amp;quot;How much INSERT OBJECT HERE do you want?, Yes.&amp;quot;}}&lt;br /&gt;
{{circuit-diagram-part|X=389|Y=774|W=58|H=53|image=circuit_diagram-389-774-058-053-resistor.png|text=A resistor labeled &amp;quot;8 mm&amp;quot;. Resistance is measured in ohms, and while it might be useful to specify the dimensions of a component to be used (usually on an actual assembly template, or other written documentation, rather than upon a connectivity diagram) the lack of required resistance rating/acceptable range adds far more doubt.}}&lt;br /&gt;
{{circuit-diagram-part|X=443|Y=747|W=93|H=84|image=circuit_diagram-443-747-093-084-resistor.png|text=A resistor labeled &amp;quot;Not a resistor; wire just does this&amp;quot;. Apparently the wire is or must be physically bent into a zig-zag shape, which would not serve much useful purpose in a low frequency or DC circuit, or perhaps it reflects the fact that any wire has a certain (small) amount of resistance just by being a wire. In a {{w|Radio frequency|high frequency circuit}} this can be actually useful, as the shape and length of the {{w|Transmission line|transmission line}} alters the {{w|Electrical impedance|impedance}} of the line. ([https://commons.wikimedia.org/wiki/File:Phaseshifter2.png Example])}}&lt;br /&gt;
{{circuit-diagram-part|X=415|Y=863|W=82|H=24|image=circuit_diagram-415-863-082-024-unsure.png|text=A symbol for a feedthrough capacitor, labeled &amp;quot;3 Liters&amp;quot;. Probable word-play on &amp;quot;capacity/capacitor.&amp;quot; Also similar to the symbol for an orifice or flow restriction used on plumbing or hydraulic diagrams, in which case the &amp;quot;3 Liters&amp;quot; might mean 3 liters per minute or per second.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[In the upper left corner there is a map scale, labeled with 1 mi (1 km).]&lt;br /&gt;
:[Underneath the scale is a circuit diagram with the following items connected:]&lt;br /&gt;
:An antenna symbol.&lt;br /&gt;
:A blender.&lt;br /&gt;
:An Arduino, labeled with &amp;quot;Arduino, just for blog cred&amp;quot;.&lt;br /&gt;
:A chip, labeled &amp;quot;Most expensive chip available&amp;quot;.&lt;br /&gt;
:A symbol for an inductor.&lt;br /&gt;
:A pattern that looks like a highway cloverleaf.&lt;br /&gt;
:A battery symbol (with the + and - symbols on the wrong ends) with a value of √2V.&lt;br /&gt;
:A resistor symbol label &amp;quot;120Ω or to taste&amp;quot;. &lt;br /&gt;
:A switch that is labeled &amp;quot;glue open&amp;quot;.&lt;br /&gt;
:A transistor with two emitters, one P and one N, and no collector.&lt;br /&gt;
:A jar of scarab beetles.&lt;br /&gt;
:A resistor labeled &amp;quot;brown blue orange&amp;quot;.&lt;br /&gt;
:An unlabeled resistor with a center tap.&lt;br /&gt;
:A capacitor.&lt;br /&gt;
:A diode.&lt;br /&gt;
:A ground.&lt;br /&gt;
:An inductor.&lt;br /&gt;
:An another inductor.&lt;br /&gt;
::The two inductors and ground are all covered by a &amp;quot;solder blob&amp;quot;.&lt;br /&gt;
:A &amp;quot;666 timer&amp;quot; that has pin 5 going into a question mark.&lt;br /&gt;
:A compass rose.&lt;br /&gt;
:A battery, labeled 50V, with grounds on both sides.&lt;br /&gt;
:A long horizontal wire that is labeled &amp;quot;pull this wire really tight&amp;quot;. &lt;br /&gt;
:An AC source that is labeled 240V, shorted out, with a label on the short &amp;quot;Omit this if you're a wimp.&amp;quot;  &lt;br /&gt;
:An inductor that is labeled with &amp;quot;11kg&amp;quot;.&lt;br /&gt;
:A Batman symbol.&lt;br /&gt;
:A squirrel.&lt;br /&gt;
:A wire that is labeled as a distance 3/8&amp;quot;.&lt;br /&gt;
:A 50V battery.&lt;br /&gt;
:A frowny face.&lt;br /&gt;
:A vertical wire with a 90 degree bend labeled &amp;quot;caution&amp;quot;.&lt;br /&gt;
:A balloon.&lt;br /&gt;
:An inductor symbol with a line on the bottom edge labeled as &amp;quot;warm front&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;ë&amp;quot;.&lt;br /&gt;
:An electric eel.&lt;br /&gt;
:A capacitor.&lt;br /&gt;
:An unlabeled resistor.&lt;br /&gt;
:A gob of hot glue attached to a chip with an inverter hooked to an XOR gate, both with feedback into each other.&lt;br /&gt;
:A neck strap.&lt;br /&gt;
:A bridge rectifier labeled as &amp;quot;Moral rectifier&amp;quot;.&lt;br /&gt;
:A bottle of magic smoke.&lt;br /&gt;
:A fishing bobber.&lt;br /&gt;
:A broken wire labeled with a question mark.&lt;br /&gt;
:A vertical wire labeled with &amp;quot;electrons single file&amp;quot;.&lt;br /&gt;
:A switch labeled &amp;quot;Hire someone to open and close switch real fast.&amp;quot;&lt;br /&gt;
:A contact labeled &amp;quot;touch tongue here&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;5Ω (decoy)&amp;quot; with only one terminal connected.&lt;br /&gt;
:A methyl group attached to a wire.&lt;br /&gt;
:A complex mesh of 1Ω resistors labeled with &amp;quot;Oh, so you think you're such a whiz at EE201?&amp;quot;&lt;br /&gt;
:A wire labeled &amp;quot;electrons single file&amp;quot;.&lt;br /&gt;
:A wire bent in a U shape with an upside-down ground on the end.&lt;br /&gt;
:A flux capacitor with the bottom wire labeled &amp;quot;I-95&amp;quot;.&lt;br /&gt;
:A wire labeled &amp;quot;yarn&amp;quot;.&lt;br /&gt;
:An arena with two diodes going in and one leaving.&lt;br /&gt;
:An anode labeled &amp;quot;Bury deep, but not too deep.&amp;quot;&lt;br /&gt;
:A motor labeled &amp;quot;vibrator&amp;quot;.&lt;br /&gt;
:A resistor with a value of π.&lt;br /&gt;
:A 500V AC source.&lt;br /&gt;
:A wire that leads out of frame with a label &amp;quot;to center of sun&amp;quot;.  &lt;br /&gt;
:A 55 MPH speed limit sign.&lt;br /&gt;
:An SR latch (flip-flop) labeled &amp;quot;may use an actual sandal instead&amp;quot;. &lt;br /&gt;
:A holding pen.&lt;br /&gt;
:A wire in a knot.&lt;br /&gt;
:A resistor labeled &amp;quot;8mm&amp;quot;.&lt;br /&gt;
:A resistor symbol labeled &amp;quot;not a resistor; wire just does this&amp;quot;.&lt;br /&gt;
:A motor symbol labeled &amp;quot;to scale&amp;quot;.&lt;br /&gt;
:A tangled mess of wires connected and jumping over each other.&lt;br /&gt;
:A photo diode labeled &amp;quot;tear collector&amp;quot;.&lt;br /&gt;
:A wire in the shape of a ECG.&lt;br /&gt;
:A light bulb.&lt;br /&gt;
:A capacitor-looking symbol labeled &amp;quot;3 liters&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;yes&amp;quot;.&lt;br /&gt;
:An unlabeled inductor.&lt;br /&gt;
:A resistor with a question mark as a label.&lt;br /&gt;
:An inductor labeled &amp;quot;Take off shirt while wiring this part.  Ooh, yeah, I like that.&amp;quot;&lt;br /&gt;
:A ground symbol immersed in a beaker of holy water.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
This is one of the six [[Footer comics|footer comics]] featured in the bottom segment of [https://xkcd.com xkcd.com].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Engineering]]&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Footer comics]]&lt;br /&gt;
[[Category:Squirrels]]&lt;br /&gt;
[[Category:Back to the Future]]&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=730:_Circuit_Diagram&amp;diff=322209</id>
		<title>730: Circuit Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=730:_Circuit_Diagram&amp;diff=322209"/>
				<updated>2023-08-26T14:59:22Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: a more plausible explanation of labeling an inductor by mass&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 730&lt;br /&gt;
| date      = April 21, 2010&lt;br /&gt;
| title     = Circuit Diagram&lt;br /&gt;
| image     = circuit_diagram.png&lt;br /&gt;
| titletext = I just caught myself idly trying to work out what that resistor mass would actually be, and realized I had self-nerd-sniped.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Another fine example of [[356|nerd sniping]], as mentioned in the title text.&lt;br /&gt;
There are pieces of circuit diagrams, road maps, chemical diagrams, and other things all mixed in.&lt;br /&gt;
Explanations for each below!&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable table-padding left-align&amp;quot;&lt;br /&gt;
!Image Fragment&lt;br /&gt;
!width=&amp;quot;130px&amp;quot; | Image Location&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
{{circuit-diagram-part|X=19|Y=25|W=106|H=37|image=circuit_diagram-019-025-106-037-scale.png|text=A map scale. Lists kilometers and miles as equivalent. (And makes the diagram many miles wide.)}}&lt;br /&gt;
{{circuit-diagram-part|X=15|Y=62|W=40|H=85|image=circuit_diagram-015-062-040-085-antenna.png|text=An antenna. Typical of radio receivers or transmitters. Or the Turtle in {{w|Logo (programming language)|LOGO programming language}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=53|Y=60|W=41|H=87|image=circuit_diagram-053-060-041-087-inductor.png|text=A coil or {{w|inductor}}. Normal, but unlabeled.}}&lt;br /&gt;
{{circuit-diagram-part|X=107|Y=86|W=85|H=93|image=circuit_diagram-107-086-085-093-cloverleaf.png|text=A {{w|cloverleaf interchange}} or junction is a feature of road networks that does not belong in a circuit diagram. Of course, other types of {{w|p–n junction|junctions}} are important in electronics. &lt;br /&gt;
A cloverleaf junction has previously been used in comic: [[253: Highway Engineer Pranks]].}}&lt;br /&gt;
{{circuit-diagram-part|X=184|Y=12|W=87|H=63|image=circuit_diagram-184-012-087-063-battery.png|text=A battery. The voltage of square root of two is strange, but getting about 1.41412... volts is not unheard of. This could also indicate an {{w|Root_mean_square|RMS}} voltage, although this is unlikely given that this is a DC power supply and not an AC generator. The marked polarity is also the reverse of what is implied by the symbol (where the larger terminal is positive). A possible reference to [[567: Urgent Mission]].}}&lt;br /&gt;
{{circuit-diagram-part|X=187|Y=110|W=94|H=71|image=circuit_diagram-187-110-094-071-resister.png|text=A 120 ohm {{w|resistor}} is normal enough. &amp;quot;Or to taste&amp;quot; is odd for a circuit diagram and more like instructions from a recipe, e.g., &amp;quot;1 tbsp tomato purée, or to taste&amp;quot;.}}&lt;br /&gt;
{{circuit-diagram-part|X=283|Y=50|W=90|H=63|image=circuit_diagram-283-050-090-063-switch.png|text=A normal {{w|switch}}, with a notation to glue it open. Reminiscent of the [http://catb.org/esr/jargon/html/magic-story.html MAGIC/MORE MAGIC] switch.}}&lt;br /&gt;
{{circuit-diagram-part|X=337|Y=101|W=69|H=64|image=circuit_diagram-337-101-069-064-transisitor.png|text=A {{w|Bipolar_junction_transistor#PNP|bipolar PNP transistor}}, except that it has two emitters and no collector. It also resembles one of the schematic symbols for a {{w|DIAC}}, except the arrows are backwards.}}&lt;br /&gt;
{{circuit-diagram-part|X=52|Y=141|W=79|H=107|image=circuit_diagram-052-141-079-107-compass-points.png|text=Compass points. A map feature, not a circuit feature, but possibly useful given the circuit is many miles wide.}}&lt;br /&gt;
{{circuit-diagram-part|X=415|Y=18|W=63|H=58|image=circuit_diagram-415-018-063-058-resister.png|text=A normal resistor, labeled with color code. Brown-Blue-Orange would be 16000 ohms. {{w|Electronic color code|Resistor color codes}} are for reading the value on the physical device itself. They would not normally be shown on the circuit diagram, where it's much easier to just write the number, e.g. 16K.}}&lt;br /&gt;
{{circuit-diagram-part|X=517|Y=14|W=42|H=32|image=circuit_diagram-517-014-042-032-diode.png|text=A normal {{w|diode}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=615|Y=55|W=73|H=74|image=circuit_diagram-615-055-073-074-666timer.png|text=A chip. The normal timer is a &amp;quot;{{w|555_timer_IC|555}}&amp;quot;. &amp;quot;666&amp;quot; would be the number of the beast in [http://www.blueletterbible.org/Bible.cfm?b=Rev&amp;amp;c=13&amp;amp;v=18&amp;amp;t=KJV#18 Rev. 13:18]. The pin connected to &amp;quot;?&amp;quot; is the CTRL pin on a normal 555 timer, which would typically be connected to ground (via a decoupling capacitor) if used at all; the implication here seems to be that it would be connected directly to Hell itself.}}&lt;br /&gt;
{{circuit-diagram-part|X=632|Y=138|W=69|H=41|image=circuit_diagram-632-138-069-041-bat.png|text=A Batman logo.}}&lt;br /&gt;
{{circuit-diagram-part|X=650|Y=211|W=75|H=71|image=circuit_diagram-650-211-075-071-squirrel.png|text=A squirrel, or perhaps a wire bent into the shape of a squirrel. {{w|Electrical disruptions caused by squirrels|Squirrels are among the leading causes of disruptions to electrical grids,}} so having one as part of a circuit is inviting disaster. [[:Category:Squirrels|Squirrels]] also appear in past and future xkcd comics.}}&lt;br /&gt;
{{circuit-diagram-part|X=606|Y=165|W=54|H=53|image=circuit_diagram-606-165-054-053-inductor.png|text=An coil or inductor.  An inductor in an AC circuit is analogous to a mass in an oscillating mechanical system; rather than listing the coil's inductance, the measurement of an analogous mechanical element is given: 11 kilograms of mass.}}&lt;br /&gt;
{{circuit-diagram-part|X=538|Y=209|W=99|H=59|image=circuit_diagram-538-209-099-059-generator.png|text=A 240-volt AC generator (or other power source).}}&lt;br /&gt;
{{circuit-diagram-part|X=483|Y=186|W=111|H=103|image=circuit_diagram-483-186-111-103-shorted-generator.png|text=A shorting wire around a generator. The label reads &amp;quot;Omit this if you're a &amp;lt;u&amp;gt;wimp&amp;lt;/u&amp;gt;.&amp;quot; If this wire is included, it will quickly melt - or worse. &lt;br /&gt;
Theoretically, wimps will omit the wire, and people who know this fact will also, so it would be fine.}}&lt;br /&gt;
{{circuit-diagram-part|X=419|Y=78|W=57|H=75|image=circuit_diagram-419-078-057-075-scarab-beetles.png|text=A jar of {{w|Scarabaeidae|scarab beetles}}. Possibly a conflation of a {{w|Leyden jar}}, that is an actual very old-style electrical/electronic component, and something like a {{w|killing jar}} or other {{w|Insect trap|insect-collection equipment}}. Or even, due to the traditionally Egyptian beetles, a repurposed {{w|canopic jar}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=482|Y=47|W=28|H=44|image=circuit_diagram-482-047-028-044-variable-resister.png|text=A {{w|variable resistor}} with center tap. Normally, there would be an arrowhead on the center tap.}}&lt;br /&gt;
{{circuit-diagram-part|X=507|Y=53|W=22|H=27|image=circuit_diagram-507-053-022-027-capacitor.png|text=A normal {{w|capacitor}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=577|Y=318|W=96|H=62|image=circuit_diagram-577-318-096-062-magic.png|text=&amp;quot;{{w|Magic Smoke}}&amp;quot; is the legendary stuff that all circuit components require to function. This is why all components cease to function after releasing smoke.{{Citation needed}} }}&lt;br /&gt;
{{circuit-diagram-part|X=669|Y=315|W=51|H=66|image=circuit_diagram-669-315-051-066-frayed-wires.png|text=Some frayed or dangling wires. The wire on the left seems confused because it did not manage to cross with the one on the right.}}&lt;br /&gt;
{{circuit-diagram-part|X=567|Y=392|W=58|H=48|image=circuit_diagram-567-392-058-048-buoy.png|text=An object which is either a {{w|Fishing float|float}} used in fishing, a {{w|Tippe top}}, or perhaps a {{w|Naval mine|mine}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=458|Y=336|W=111|H=86|image=circuit_diagram-458-336-111-086-moral-rectifier.png|text=A {{w|Diode_bridge|bridge rectifier}}, which would normally turn alternating current at the top and bottom into direct current on the left and right. In this case, it is labeled as a &amp;quot;moral rectifier&amp;quot;. This is presumably a play on the idea of moral rectitude – it makes your circuit more moral. Why this matters in a circuit is unclear.}}&lt;br /&gt;
{{circuit-diagram-part|X=423|Y=259|W=80|H=85|image=circuit_diagram-423-259-080-085-warm-front.png|text=This resembles both the schematic symbol for part of a {{w|transformer}} and the meteorological symbol for a warm front.  A {{w|warm front}} is a feature on a {{w|Surface weather analysis|synoptic weather map}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=190|Y=199|W=54|H=52|image=circuit_diagram-190-199-054-052-battery.png|text=A normal 50-volt battery.}}&lt;br /&gt;
{{circuit-diagram-part|X=173|Y=200|W=89|H=56|image=circuit_diagram-173-200-089-056-shorted-battery.png|text=A battery is grounded on both sides. Something will melt or burn out quickly, unless these are separate &amp;quot;earth ground&amp;quot;s, in which case the ground might get a bit cooked.}}&lt;br /&gt;
{{circuit-diagram-part|X=259|Y=198|W=174|H=25|image=circuit_diagram-259-198-174-025-pull-wire.png|text=Text reads &amp;quot;Pull this wire really tight&amp;quot;. This kind of physical-property issue may indicate a high-frequency radio device.  Or, given the absurdity of the context, it's a silly reference to a &amp;quot;high tension wire.&amp;quot;}}&lt;br /&gt;
{{circuit-diagram-part|X=141|Y=211|W=41|H=91|image=circuit_diagram-141-211-041-091-3-8-inch.png|text=A specified 3/8-inch separation. This probably indicates a carefully controlled capacitance issue. Also contradicts the scale of the drawing, by which the distance shown would be about 0.8 miles or 0.8 km. Or both.}}&lt;br /&gt;
{{circuit-diagram-part|X=173|Y=309|W=92|H=59|image=circuit_diagram-173-309-092-059-eel.png|text=An {{w|electric eel}}.  This may be an effective power source in the circuit, capable of producing a shock at up to 600 volts and 1 ampere of current (600 watts), but for less than 2 ms.}}&lt;br /&gt;
{{circuit-diagram-part|X=266|Y=307|W=35|H=41|image=circuit_diagram-266-307-035-041-resistor.png|text=A normal resistor.}}&lt;br /&gt;
{{circuit-diagram-part|X=222|Y=358|W=34|H=29|image=circuit_diagram-222-358-034-029-capacitor.png|text=A normal capacitor.}}&lt;br /&gt;
{{circuit-diagram-part|X=130|Y=335|W=44|H=40|image=circuit_diagram-130-335-044-040-resistor.png|text=A normal resistor, labeled &amp;quot;&amp;amp;euml;&amp;quot;.  This may be a play on {{w|e (mathematical constant)|Euler's Number}}, which doesn't normally have a {{w|tréma}} or an {{w|umlaut (linguistics)|umlaut}}. Alternatively instead of being an umlaut or tréma it may indicate the second {{w|derivative}} of e with respect to time in {{w|Newton's notation}}, in which case, as e is a constant, the resistance of this element is zero.}}&lt;br /&gt;
{{circuit-diagram-part|X=65|Y=249|W=61|H=92|image=circuit_diagram-065-249-061-092-blender.png|text=Our best guess is that this is a {{w|blender}}. Due to the scale, this would certainly be the worlds largest blender.  Record setting blenders are not typically part of computer circuits{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=20|Y=342|W=115|H=73|image=circuit_diagram-020-342-115-073-arduino.png|text=An {{w|arduino}}, labeled &amp;quot;Arduino, just for blog cred&amp;quot;. May refer to the fact that inexpensive, easy-to-integrate single-board computers like the arduino, which have contributed to the rise of {{w|Maker culture}}, are used and discussed frequently in that culture, and the use of one might impress readers.  The comment implies that an arduino is not otherwise needed in this circuit, although it is necessarily hard to tell, given the other components of the circuit.}}&lt;br /&gt;
{{circuit-diagram-part|X=39|Y=423|W=118|H=82|image=circuit_diagram-039-423-118-082-meca.png|text=A chip labeled &amp;quot;Most expensive chip available&amp;quot;. The small curve at the top is a part of the packaging designed to show its orientation.}}&lt;br /&gt;
{{circuit-diagram-part|X=159|Y=428|W=91|H=50|image=circuit_diagram-159-428-091-050-neck-strap.png|text=Labeled &amp;quot;Neck Strap&amp;quot;. Perhaps a piece of torture equipment or indicating that the circuit is part of an {{w|electric chair}}?  May also be a reference to the grounded wrist straps people working with electronics commonly wear, to prevent accidental static discharges from frying the circuitry.}}&lt;br /&gt;
{{circuit-diagram-part|X=147|Y=480|W=110|H=88|image=circuit_diagram-147-480-110-088-switch.png|text=A switch labeled &amp;quot;Hire someone to open and close switch real fast.&amp;quot; Possibly meant to perform the function of an {{w|Electronic oscillator|oscillator}} in a more hackish manner and the reason for the neck strap. Could also be a reference to {{w|Maxwell's Demon}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=273|Y=498|W=61|H=64|image=circuit_diagram-273-498-061-064-resistor.png|text=A 5 ohm resistor labeled &amp;quot;(decoy)&amp;quot;. One end is not attached to anything. Perhaps this indicates wishful thinking that electrons might be tricked into entering this part of the circuit despite the fact that there's nowhere for them to go?}}&lt;br /&gt;
{{circuit-diagram-part|X=307|Y=453|W=103|H=56|image=circuit_diagram-307-453-103-056-tongue.png|text=A pair of contacts, labeled &amp;quot;Touch Tongue Here&amp;quot;.  Could be referring to the practice of daring someone to touch their tongue to the contacts of a 9V battery.}}&lt;br /&gt;
{{circuit-diagram-part|X=301|Y=270|W=45|H=45|image=circuit_diagram-301-270-045-045-frown.png|text=A frowny-face. See the float/mine.}}&lt;br /&gt;
{{circuit-diagram-part|X=294|Y=311|W=128|H=124|image=circuit_diagram-294-311-128-124-IC.png|text=A small integrated circuit. The lower gate is an {{w|Inverter (logic gate)|inverter}}, wired as a free-running oscillator. The upper gate is an {{w|XOR gate|XOR}} wired to act as either a free-running oscillator or a latch. Since the XOR will be slower than the inverter, the overall output of the upper gate is probably very chaotic. Two &amp;quot;input&amp;quot; wires are not connected at all. An additional wire is attached to the top with hot glue. This last wire probably acts to control static electricity and leakage.}}&lt;br /&gt;
{{circuit-diagram-part|X=302|Y=235|W=91|H=25|image=circuit_diagram-302-235-091-025-curve.png|text=A caution sign at a curve. Another road feature in the circuit.  This is a play on the notion that 90-degree corners on printed circuit board traces can disrupt signal integrity.}}&lt;br /&gt;
{{circuit-diagram-part|X=401|Y=455|W=67|H=68|image=circuit_diagram-401-455-067-068-CH3.png|text=A {{w|methyl group}} (chemistry) attached to a corner. If the circuit were an organic chemical, it would be reasonable to find a number of these.}}&lt;br /&gt;
{{circuit-diagram-part|X=453|Y=167|W=43|H=93|image=circuit_diagram-453-167-043-093-baloon.png|text=A balloon, possibly blowing in a breeze.}}&lt;br /&gt;
{{circuit-diagram-part|X=572|Y=68|W=22|H=43|image=circuit_diagram-572-068-022-043-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=508|Y=96|W=42|H=20|image=circuit_diagram-508-096-042-020-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=534|Y=61|W=22|H=31|image=circuit_diagram-534-061-022-031-ground.png|text=A ground connection.}}&lt;br /&gt;
{{circuit-diagram-part|X=472|Y=49|W=134|H=140|image=circuit_diagram-472-049-134-140-solderr-blob.png|text=A {{w|Soldering#Soldering_defects|solder blob}} covering a portion of the circuit. Normally, this would not be part of the circuit diagram, but a mistake in building the circuit.}}&lt;br /&gt;
{{circuit-diagram-part|X=493|Y=443|W=207|H=158|image=circuit_diagram-493-443-207-158-res-rats-nest.png|text=A rat's nest of 1 ohm resistors. It is labeled &amp;quot;Oh, so you think you're such a whiz at EE201?&amp;quot; The name EE201 (Electrical Engineering 201) follows US course naming conventions for what appears to be a basic level course in electrical engineering (compare the term {{w|101 (term)|101}}), which would include being taught how to [http://www.wikihow.com/Calculate-Series-and-Parallel-Resistance calculate the effective resistance of various resistor networks]. Performing the calculation on a network this complex would probably be very difficult. Experimentally, the resistance of the mass can be measured as, likely coincidentally, about π/4.&lt;br /&gt;
A grid of 1 ohm resistors has appeared earlier in [[356: Nerd Sniping]], a comic also referred to in the title text.}}&lt;br /&gt;
{{circuit-diagram-part|X=315|Y=533|W=232|H=200|image=circuit_diagram-362-531-151-167-arena.png|text=An {{w|arena}}, with a few bodies in it. Note the direction of movement enforced by the surrounding diodes, {{w|Mad_Max_Beyond_Thunderdome|&amp;quot;two men enter, one man leaves&amp;quot;}}, a film reference.}}&lt;br /&gt;
{{circuit-diagram-part|X=569|Y=653|W=47|H=51|image=circuit_diagram-569-653-047-051-resistor.png|text=A &amp;quot;{{w|pi}}&amp;quot; ohm resistor.}}&lt;br /&gt;
{{circuit-diagram-part|X=610|Y=655|W=75|H=70|image=circuit_diagram-610-655-075-070-generator.png|text=A 500-volt AC generator. The wiring to the right shorts out this generator.}}&lt;br /&gt;
{{circuit-diagram-part|X=481|Y=682|W=85|H=64|image=circuit_diagram-481-682-085-064-ground.png|text=A ground connection, labeled &amp;quot;Bury deep, but not too deep&amp;quot;. This type of ground connection is called an &amp;quot;earth ground&amp;quot; The &amp;quot;too deep&amp;quot; part might be a reference to {{w|Moria (Middle-earth)|Moria}} in Lord of Rings. The dwarves dug too deeply and disturbed a Balrog. See also comic [[760]].}}&lt;br /&gt;
{{circuit-diagram-part|X=17|Y=610|W=75|H=73|image=circuit_diagram-017-610-075-073-fishhook.png|text=A ground connection at the end of a curve, looking like a fishhook. Means perhaps &amp;quot;earthed down under&amp;quot;, i.e., Australia or the southern hemisphere.}}&lt;br /&gt;
{{circuit-diagram-part|X=206|Y=662|W=66|H=45|image=circuit_diagram-206-662-066-045-yarn.png|text=A length of &amp;quot;wire&amp;quot; is labeled &amp;quot;yarn&amp;quot;. This probably makes it a terrible conductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=102|Y=590|W=93|H=88|image=circuit_diagram-102-590-093-088-fluxcapacitor.png|text=The {{w|DeLorean time machine#Flux capacitor|flux capacitor}} from {{w|Back to the Future}}.  This may be difficult to implement, since flux capacitors are not available to most people,{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=138|Y=685|W=54|H=24|image=circuit_diagram-138-685-054-024-I95.png|text=A road sign for &amp;quot;I-95&amp;quot;. {{w|Interstate 95}} is the main north-south highway on the east coast of the United States, running from Maine to Florida.}}&lt;br /&gt;
{{circuit-diagram-part|X=12|Y=713|W=134|H=36|image=circuit_diagram-012-713-134-036-tothesun.png|text=A connection labeled &amp;quot;To center of Sun&amp;quot;. A 93-million-mile or 150-million-km circuit is rather large.{{Citation needed}}}}&lt;br /&gt;
{{circuit-diagram-part|X=31|Y=753|W=144|H=177|image=circuit_diagram-031-753-144-177-rats-nest.png|text=A rat's nest of wires. Everything winds up being connected. May also be a parody diagram of an [http://i.stack.imgur.com/np2p9.png undirected graph], from graph theory.}}&lt;br /&gt;
{{circuit-diagram-part|X=22|Y=513|W=97|H=61|image=circuit_diagram-022-513-097-061-esf.png|text=A label reading &amp;quot;Electrons Single File&amp;quot;. If this happens, the resistance in this section of wire would be rather high.}}&lt;br /&gt;
{{circuit-diagram-part|X=256|Y=619|W=29|H=39|image=circuit_diagram-256-619-029-039-ground.png|text=A ground connection.}}&lt;br /&gt;
{{circuit-diagram-part|X=589|Y=600|W=58|H=46|image=circuit_diagram-589-600-058-046-vibrator.png|text=A vibrator, which would be a motor with an off-center weight attached to it.}}&lt;br /&gt;
{{circuit-diagram-part|X=532|Y=779|W=74|H=52|image=circuit_diagram-532-779-074-052-motor.png|text=A motor, labeled &amp;quot;To Scale&amp;quot;. This indicates that the physical size and shape of the motor must match the size of the parts around it, or is consistent with the specified scale of the drawing. }}&lt;br /&gt;
{{circuit-diagram-part|X=662|Y=822|W=73|H=109|image=circuit_diagram-662-822-073-109-holy-ground.png|text=A ground connection, in a beaker labeled &amp;quot;{{w|Holy Water}}&amp;quot;, possibly creating {{w|Holy ground (religion)|holy ground}}.}}&lt;br /&gt;
{{circuit-diagram-part|X=197|Y=740|W=48|H=55|image=circuit_diagram-197-740-048-055-speed.png|text=A sign indicating a speed limit of 55 MPH. This is a rather typical road sign, but inappropriate for a circuit diagram. It is presumably referring to the speed of individual electrons, which can normally vary up to almost the speed of light - although based on the width of the wire and assuming about 1A of current, the ''average'' speed of all electrons, the drift velocity, is likely to be in the order of 10&amp;lt;sup&amp;gt;-17&amp;lt;/sup&amp;gt;mph.}}&lt;br /&gt;
{{circuit-diagram-part|X=238|Y=706|W=100|H=116|image=circuit_diagram-238-706-100-116-flipflop.png|text=A pair of {{w|NOR gate}}s wired as a SR (set-reset) {{w|Flip-flop (electronics)|flip-flop}}. The label reads &amp;quot;May use an actual sandal instead&amp;quot;, which is a play on the meanings of the term &amp;quot;{{w|Flip-flops|flip-flop}}&amp;quot;. Also,the gate looks like a sandal.}}&lt;br /&gt;
{{circuit-diagram-part|X=322|Y=708|W=70|H=54|image=circuit_diagram-322-708-070-054-holdingpen.png|text=Something that could be the side view of a fence, labeled &amp;quot;Holding Pen&amp;quot;.}}&lt;br /&gt;
{{circuit-diagram-part|X=339|Y=777|W=42|H=49|image=circuit_diagram-339-777-042-049-knot.png|text=A simple {{w|overhand knot}}. Also looks like a pretzel, which would have pretty high resistance.}}&lt;br /&gt;
{{circuit-diagram-part|X=191|Y=889|W=149|H=33|image=circuit_diagram-191-889-149-033-ecg.png|text=This appears to be an {{w|Electrocardiography|electrocardiograph}} (ECG) trace, but not the sort that would be seen in a healthy person. If this were a real ECG trace, the absence of large, clear {{w|P wave (electrocardiography)|P waves}} might indicate {{w|Atrial Fibrillation|fine atrial fibrillation}}, but in some recording configurations, P waves are sometimes lost in the noise anyway. Additionally, without a time scale to tell us the ventricular heart rate, it is impossible to make a strong educated diagnosis of any hypothetical disease at all. If we assume it is atrial fibrillation, it is not clear if Randall intended this, or if he is just not familiar with how a normal ECG should look. Lastly, we should throw all of these findings out of the window, as it does not appear that this is an actual ECG machine, but simply a bent wire, much like the &amp;quot;Not a resistor&amp;quot; label nearby.}}&lt;br /&gt;
{{circuit-diagram-part|X=223|Y=826|W=82|H=68|image=circuit_diagram-223-826-082-068-photodiode.png|text=A {{w|photodiode}}, labeled &amp;quot;Tear Collector&amp;quot;. A photodiode is a light-sensing device.}}&lt;br /&gt;
{{circuit-diagram-part|X=373|Y=859|W=49|H=68|image=circuit_diagram-373-859-049-068-lamp.png|text=A lamp. This is not [http://electronicsclub.info/circuitsymbols.htm the symbol used in electrical circuits], but a drawing of a lightbulb.}}&lt;br /&gt;
{{circuit-diagram-part|X=450|Y=887|W=65|H=32|image=circuit_diagram-450-887-065-032-inductor.png|text=A coil or inductor.}}&lt;br /&gt;
{{circuit-diagram-part|X=537|Y=847|W=120|H=72|image=circuit_diagram-537-847-120-072-inductor.png|text=A coil or inductor, labeled &amp;quot;Take off shirt while wiring this part. Ooh, yeah, I like that.&amp;quot; Stripping while wiring plays on the more mundane action of stripping a wire.}}&lt;br /&gt;
{{circuit-diagram-part|X=504|Y=860|W=34|H=41|image=circuit_diagram-504-860-034-041-resistor.png|text=A resistor labeled &amp;quot;?&amp;quot;. Presumably this means the resistance is unknown.}}&lt;br /&gt;
{{circuit-diagram-part|X=459|Y=828|W=55|H=38|image=circuit_diagram-459-828-055-038-resistor.png|text=A resistor labeled &amp;quot;YES&amp;quot;. Likely another improper unit - a reference to boolean values YES (TRUE) and NO (FALSE). Depending on the limits of a circuit, a resistor would still have a YES boolean value. Possibly indicating that this is a real resistor, as opposed to the one above it in the circuit, labeled &amp;quot;not a resistor.&amp;quot; This may also be a reference to the question: &amp;quot;How much INSERT OBJECT HERE do you want?, Yes.&amp;quot;}}&lt;br /&gt;
{{circuit-diagram-part|X=389|Y=774|W=58|H=53|image=circuit_diagram-389-774-058-053-resistor.png|text=A resistor labeled &amp;quot;8 mm&amp;quot;. Resistance is measured in ohms, and while it might be useful to specify the dimensions of a component to be used (usually on an actual assembly template, or other written documentation, rather than upon a connectivity diagram) the lack of required resistance rating/acceptable range adds far more doubt.}}&lt;br /&gt;
{{circuit-diagram-part|X=443|Y=747|W=93|H=84|image=circuit_diagram-443-747-093-084-resistor.png|text=A resistor labeled &amp;quot;Not a resistor; wire just does this&amp;quot;. Apparently the wire is or must be physically bent into a zig-zag shape, which would not serve much useful purpose in a low frequency or DC circuit, or perhaps it reflects the fact that any wire has a certain (small) amount of resistance just by being a wire. In a {{w|Radio frequency|high frequency circuit}} this can be actually useful, as the shape and length of the {{w|Transmission line|transmission line}} alters the {{w|Electrical impedance|impedance}} of the line. ([https://commons.wikimedia.org/wiki/File:Phaseshifter2.png Example])}}&lt;br /&gt;
{{circuit-diagram-part|X=415|Y=863|W=82|H=24|image=circuit_diagram-415-863-082-024-unsure.png|text=A symbol for a feedthrough capacitor, labeled &amp;quot;3 Liters&amp;quot;. Probable word-play on &amp;quot;capacity/capacitor.&amp;quot; Also similar to the symbol for an orifice or flow restriction used on plumbing or hydraulic diagrams, in which case the &amp;quot;3 Liters&amp;quot; might mean 3 liters per minute or per second.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[In the upper left corner there is a map scale, labeled with 1 mi (1 km).]&lt;br /&gt;
:[Underneath the scale is a circuit diagram with the following items connected:]&lt;br /&gt;
:An antenna symbol.&lt;br /&gt;
:A blender.&lt;br /&gt;
:An Arduino, labeled with &amp;quot;Arduino, just for blog cred&amp;quot;.&lt;br /&gt;
:A chip, labeled &amp;quot;Most expensive chip available&amp;quot;.&lt;br /&gt;
:A symbol for an inductor.&lt;br /&gt;
:A pattern that looks like a highway cloverleaf.&lt;br /&gt;
:A battery symbol (with the + and - symbols on the wrong ends) with a value of √2V.&lt;br /&gt;
:A resistor symbol label &amp;quot;120Ω or to taste&amp;quot;. &lt;br /&gt;
:A switch that is labeled &amp;quot;glue open&amp;quot;.&lt;br /&gt;
:A transistor with two emitters, one P and one N, and no collector.&lt;br /&gt;
:A jar of scarab beetles.&lt;br /&gt;
:A resistor labeled &amp;quot;brown blue orange&amp;quot;.&lt;br /&gt;
:An unlabeled resistor with a center tap.&lt;br /&gt;
:A capacitor.&lt;br /&gt;
:A diode.&lt;br /&gt;
:A ground.&lt;br /&gt;
:An inductor.&lt;br /&gt;
:An another inductor.&lt;br /&gt;
::The two inductors and ground are all covered by a &amp;quot;solder blob&amp;quot;.&lt;br /&gt;
:A &amp;quot;666 timer&amp;quot; that has pin 5 going into a question mark.&lt;br /&gt;
:A compass rose.&lt;br /&gt;
:A battery, labeled 50V, with grounds on both sides.&lt;br /&gt;
:A long horizontal wire that is labeled &amp;quot;pull this wire really tight&amp;quot;. &lt;br /&gt;
:An AC source that is labeled 240V, shorted out, with a label on the short &amp;quot;Omit this if you're a wimp.&amp;quot;  &lt;br /&gt;
:An inductor that is labeled with &amp;quot;11kg&amp;quot;.&lt;br /&gt;
:A Batman symbol.&lt;br /&gt;
:A squirrel.&lt;br /&gt;
:A wire that is labeled as a distance 3/8&amp;quot;.&lt;br /&gt;
:A 50V battery.&lt;br /&gt;
:A frowny face.&lt;br /&gt;
:A vertical wire with a 90 degree bend labeled &amp;quot;caution&amp;quot;.&lt;br /&gt;
:A balloon.&lt;br /&gt;
:An inductor symbol with a line on the bottom edge labeled as &amp;quot;warm front&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;ë&amp;quot;.&lt;br /&gt;
:An electric eel.&lt;br /&gt;
:A capacitor.&lt;br /&gt;
:An unlabeled resistor.&lt;br /&gt;
:A gob of hot glue attached to a chip with an inverter hooked to an XOR gate, both with feedback into each other.&lt;br /&gt;
:A neck strap.&lt;br /&gt;
:A bridge rectifier labeled as &amp;quot;Moral rectifier&amp;quot;.&lt;br /&gt;
:A bottle of magic smoke.&lt;br /&gt;
:A fishing bobber.&lt;br /&gt;
:A broken wire labeled with a question mark.&lt;br /&gt;
:A vertical wire labeled with &amp;quot;electrons single file&amp;quot;.&lt;br /&gt;
:A switch labeled &amp;quot;Hire someone to open and close switch real fast.&amp;quot;&lt;br /&gt;
:A contact labeled &amp;quot;touch tongue here&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;5Ω (decoy)&amp;quot; with only one terminal connected.&lt;br /&gt;
:A methyl group attached to a wire.&lt;br /&gt;
:A complex mesh of 1Ω resistors labeled with &amp;quot;Oh, so you think you're such a whiz at EE201?&amp;quot;&lt;br /&gt;
:A wire labeled &amp;quot;electrons single file&amp;quot;.&lt;br /&gt;
:A wire bent in a U shape with an upside-down ground on the end.&lt;br /&gt;
:A flux capacitor with the bottom wire labeled &amp;quot;I-95&amp;quot;.&lt;br /&gt;
:A wire labeled &amp;quot;yarn&amp;quot;.&lt;br /&gt;
:An arena with two diodes going in and one leaving.&lt;br /&gt;
:An anode labeled &amp;quot;Bury deep, but not too deep.&amp;quot;&lt;br /&gt;
:A motor labeled &amp;quot;vibrator&amp;quot;.&lt;br /&gt;
:A resistor with a value of π.&lt;br /&gt;
:A 500V AC source.&lt;br /&gt;
:A wire that leads out of frame with a label &amp;quot;to center of sun&amp;quot;.  &lt;br /&gt;
:A 55 MPH speed limit sign.&lt;br /&gt;
:An SR latch (flip-flop) labeled &amp;quot;may use an actual sandal instead&amp;quot;. &lt;br /&gt;
:A holding pen.&lt;br /&gt;
:A wire in a knot.&lt;br /&gt;
:A resistor labeled &amp;quot;8mm&amp;quot;.&lt;br /&gt;
:A resistor symbol labeled &amp;quot;not a resistor; wire just does this&amp;quot;.&lt;br /&gt;
:A motor symbol labeled &amp;quot;to scale&amp;quot;.&lt;br /&gt;
:A tangled mess of wires connected and jumping over each other.&lt;br /&gt;
:A photo diode labeled &amp;quot;tear collector&amp;quot;.&lt;br /&gt;
:A wire in the shape of a ECG.&lt;br /&gt;
:A light bulb.&lt;br /&gt;
:A capacitor-looking symbol labeled &amp;quot;3 liters&amp;quot;.&lt;br /&gt;
:A resistor labeled &amp;quot;yes&amp;quot;.&lt;br /&gt;
:An unlabeled inductor.&lt;br /&gt;
:A resistor with a question mark as a label.&lt;br /&gt;
:An inductor labeled &amp;quot;Take off shirt while wiring this part.  Ooh, yeah, I like that.&amp;quot;&lt;br /&gt;
:A ground symbol immersed in a beaker of holy water.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
This is one of the six [[Footer comics|footer comics]] featured in the bottom segment of [https://xkcd.com xkcd.com].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Engineering]]&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Footer comics]]&lt;br /&gt;
[[Category:Squirrels]]&lt;br /&gt;
[[Category:Back to the Future]]&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=224169</id>
		<title>Talk:2566: Decorative Constants</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=224169"/>
				<updated>2022-01-12T17:23:58Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: &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;
&lt;br /&gt;
I don't have any idea what to put in the actual description, but whoever does should probably note that r(in) - r(out) equals zero, not one. And multiplying by a constant 0 absolutely changes the value! [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 21:59, 10 January 2022 (UTC)&lt;br /&gt;
: r&amp;lt;sub&amp;gt;out&amp;lt;/sub&amp;gt; and r&amp;lt;sub&amp;gt;in&amp;lt;/sub&amp;gt; are different values. The subscripts represent different instances of the same variable at different point. In the same way, you might calculate something happening over a time interval t&amp;lt;sub&amp;gt;end&amp;lt;/sub&amp;gt; - t&amp;lt;sub&amp;gt;start&amp;lt;/sub&amp;gt; . [[Special:Contributions/172.69.71.77|172.69.71.77]] 23:02, 10 January 2022 (UTC)&lt;br /&gt;
::Yes for sure they are two different values. On the other hand if μ is not 1 then the it is not just decorative! D on the other hand is just a proportionality constant, which may have a value other than 1. I have tried to put something in the explanation here. Quite a bit. Do not really now anything about Drag, so just took it from the wiki page. Also I hope someone can explain the formula in the image, as I'm sure it is just something about the flow, that would relate it to a drag equation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that the title text is pretty much word-for-word a repeat from Randall's book *How To*. In Chapter 11: *How to Play Football*, he misuses the drag equation, and mentions this fact in more depth, in a footnote. Bit of trivia! --[[Special:Contributions/162.158.134.79|162.158.134.79]] 23:13, 10 January 2022 (UTC)&lt;br /&gt;
:Nice, I will have to check up on that. Thanks. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
:Can confirm this, the book mentions that the &amp;quot;traditional tribute to Euler and Bernoulli&amp;quot; comes from Frank White's ''Fluid Mechanics'' textbook. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 01:08, 11 January 2022 (UTC)&lt;br /&gt;
:: There it is, page 266 in the 1986 2nd edition: &amp;quot;They both have a factor ½ as a traditional tribute to Bernoulli and Euler, and both are based on the projected area...&amp;quot; https://books.google.com/books?id=wGweAQAAIAAJ&amp;amp;q=traditional -- [[Special:Contributions/172.70.162.5|172.70.162.5]] 02:13, 11 January 2022 (UTC)&lt;br /&gt;
:::Great thanks have included both references in the explanation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:32, 11 January 2022 (UTC)&lt;br /&gt;
:Wait, wouldn't the values be twice as big (rather than half as big) if you left off the 1/2? [[Special:Contributions/141.101.69.154|141.101.69.154]] 12:43, 11 January 2022 (UTC)&lt;br /&gt;
::No. If 1/2Cd = Constant, then the new constant would be half as big as Cd since Cd=2x constant. You would just put in the 1/2 in the new version of Cd, so the new Cd is half as big as the old, and the final result the same.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Of course, the c^2 im e=mc^2 is just as decorative, when using natural units where c=1.... [[Special:Contributions/172.68.50.171|172.68.50.171]] 00:29, 11 January 2022 (UTC)&lt;br /&gt;
: And the resulting equation is then just e=m - or m=e which is beautiful and profound.  &amp;quot;Mass is Energy&amp;quot;.  Without the complications, you stop thinking of it as a PROCESS for converting one into the other and get the more profound point that Mass and Energy are the exact same thing.  [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 03:33, 11 January 2022 (UTC)&lt;br /&gt;
: I respectfully disagree. The c² isn't decorative; mc² is a measure of energy and m is not. e=mc², like f=ma, still works even if you change the size of any of the basic units (of length, time, mass) from which the units of energy and force are derived. As I see it, an equation that ties you to any definition of unit size is less profound, not more. [[User:Tom239|Tom239]] ([[User talk:Tom239|talk]]) 17:21, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the 1/2 in the drag equation is intuitive. I understand that it is technically superfluous, but F=Pd*A and Pd=1/2*rho*u^2 so the 1/2 carries over intuitively. {{unsigned ip|172.70.98.15}}&lt;br /&gt;
:Agrees I had this written down in an early version of the explanation but that was edited out. Maybe I will put it in again.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Drag coefficients could just as easily be half as big. This is true but how is their being unitless relevant? It's more about how defining constants is partially arbitrary.  [[User:Lev|Lev]] ([[User talk:Lev|talk]]) 08:07, 12 January 2022 (UTC)&lt;br /&gt;
:If Cd had a unit, say it was an energy which represented some relevant value for a given material, then it would not be correct to say that it was half as much, just because 1/2 came into the equation. But if it has no units, then it is just a constant saying something about the material, and then the 1/2 could in principle be absorbed without changing anything. But as stated above 1/2 actually has physical meaning in the way it enters the equation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Count down clock==&lt;br /&gt;
See [[Countdown in header text]]. Discussion has been moved here [[Talk:Countdown_in_header_text]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:10, 12 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=224168</id>
		<title>Talk:2566: Decorative Constants</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=224168"/>
				<updated>2022-01-12T17:21:43Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: &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;
&lt;br /&gt;
I don't have any idea what to put in the actual description, but whoever does should probably note that r(in) - r(out) equals zero, not one. And multiplying by a constant 0 absolutely changes the value! [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 21:59, 10 January 2022 (UTC)&lt;br /&gt;
: r&amp;lt;sub&amp;gt;out&amp;lt;/sub&amp;gt; and r&amp;lt;sub&amp;gt;in&amp;lt;/sub&amp;gt; are different values. The subscripts represent different instances of the same variable at different point. In the same way, you might calculate something happening over a time interval t&amp;lt;sub&amp;gt;end&amp;lt;/sub&amp;gt; - t&amp;lt;sub&amp;gt;start&amp;lt;/sub&amp;gt; . [[Special:Contributions/172.69.71.77|172.69.71.77]] 23:02, 10 January 2022 (UTC)&lt;br /&gt;
::Yes for sure they are two different values. On the other hand if μ is not 1 then the it is not just decorative! D on the other hand is just a proportionality constant, which may have a value other than 1. I have tried to put something in the explanation here. Quite a bit. Do not really now anything about Drag, so just took it from the wiki page. Also I hope someone can explain the formula in the image, as I'm sure it is just something about the flow, that would relate it to a drag equation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that the title text is pretty much word-for-word a repeat from Randall's book *How To*. In Chapter 11: *How to Play Football*, he misuses the drag equation, and mentions this fact in more depth, in a footnote. Bit of trivia! --[[Special:Contributions/162.158.134.79|162.158.134.79]] 23:13, 10 January 2022 (UTC)&lt;br /&gt;
:Nice, I will have to check up on that. Thanks. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
:Can confirm this, the book mentions that the &amp;quot;traditional tribute to Euler and Bernoulli&amp;quot; comes from Frank White's ''Fluid Mechanics'' textbook. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 01:08, 11 January 2022 (UTC)&lt;br /&gt;
:: There it is, page 266 in the 1986 2nd edition: &amp;quot;They both have a factor ½ as a traditional tribute to Bernoulli and Euler, and both are based on the projected area...&amp;quot; https://books.google.com/books?id=wGweAQAAIAAJ&amp;amp;q=traditional -- [[Special:Contributions/172.70.162.5|172.70.162.5]] 02:13, 11 January 2022 (UTC)&lt;br /&gt;
:::Great thanks have included both references in the explanation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:32, 11 January 2022 (UTC)&lt;br /&gt;
:Wait, wouldn't the values be twice as big (rather than half as big) if you left off the 1/2? [[Special:Contributions/141.101.69.154|141.101.69.154]] 12:43, 11 January 2022 (UTC)&lt;br /&gt;
::No. If 1/2Cd = Constant, then the new constant would be half as big as Cd since Cd=2x constant. You would just put in the 1/2 in the new version of Cd, so the new Cd is half as big as the old, and the final result the same.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Of course, the c^2 im e=mc^2 is just as decorative, when using natural units where c=1.... [[Special:Contributions/172.68.50.171|172.68.50.171]] 00:29, 11 January 2022 (UTC)&lt;br /&gt;
: And the resulting equation is then just e=m - or m=e which is beautiful and profound.  &amp;quot;Mass is Energy&amp;quot;.  Without the complications, you stop thinking of it as a PROCESS for converting one into the other and get the more profound point that Mass and Energy are the exact same thing.  [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 03:33, 11 January 2022 (UTC)&lt;br /&gt;
: I respectfully disagree. The c² isn't decorative; mc² is a unit of energy and m is not. e=mc², like f=ma, still works even if you change the size of any of the basic units (of length, time, mass) from which the units of energy and force are derived. As I see it, an equation that ties you to any definition of unit size is less profound, not more. [[User:Tom239|Tom239]] ([[User talk:Tom239|talk]]) 17:21, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the 1/2 in the drag equation is intuitive. I understand that it is technically superfluous, but F=Pd*A and Pd=1/2*rho*u^2 so the 1/2 carries over intuitively. {{unsigned ip|172.70.98.15}}&lt;br /&gt;
:Agrees I had this written down in an early version of the explanation but that was edited out. Maybe I will put it in again.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Drag coefficients could just as easily be half as big. This is true but how is their being unitless relevant? It's more about how defining constants is partially arbitrary.  [[User:Lev|Lev]] ([[User talk:Lev|talk]]) 08:07, 12 January 2022 (UTC)&lt;br /&gt;
:If Cd had a unit, say it was an energy which represented some relevant value for a given material, then it would not be correct to say that it was half as much, just because 1/2 came into the equation. But if it has no units, then it is just a constant saying something about the material, and then the 1/2 could in principle be absorbed without changing anything. But as stated above 1/2 actually has physical meaning in the way it enters the equation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:44, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Count down clock==&lt;br /&gt;
See [[Countdown in header text]]. Discussion has been moved here [[Talk:Countdown_in_header_text]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:10, 12 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1799:_Bad_Map_Projection:_Time_Zones&amp;diff=223982</id>
		<title>1799: Bad Map Projection: Time Zones</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1799:_Bad_Map_Projection:_Time_Zones&amp;diff=223982"/>
				<updated>2022-01-11T02:07:36Z</updated>
		
		<summary type="html">&lt;p&gt;Tom239: The previous version said &amp;quot;there is no oblast in Russia using those time zones&amp;quot; which isn't true.  See https://en.wikipedia.org/wiki/Time_in_Russia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1799&lt;br /&gt;
| date      = February 15, 2017&lt;br /&gt;
| title     = Bad Map Projection: Time Zones&lt;br /&gt;
| image     = bad_map_projection_time_zones.png&lt;br /&gt;
| titletext = This is probably the first projection in cartographic history that can be criticized for its disproportionate focus on Finland, Mongolia, and the Democratic Republic of the Congo.&lt;br /&gt;
}}&lt;br /&gt;
A [http://imgs.xkcd.com/comics/bad_map_projection_time_zones_2x.png double sized version] of this image can be found by clicking the image at the comic on xkcd.com.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|[[#Table of countries and their time zones|Table]] now has all relevant countries and is sortable. But needs to be filled out for each country with explanation of its time zone and why it looks as it does on the map. (Especially those from title text needs explanation like that). Some of the info already given in the explanation could be moved to the table.}}&lt;br /&gt;
This is the second comic in the series of [[:Category:Bad Map Projections|Bad Map Projections]] and presents Bad map projection #79: Time Zones. It was first with this comic that it became a series. The series began a month earlier with [[1784: Bad Map Projection: Liquid Resize]] (#107). It was followed almost three years later with [[2256: Bad Map Projection: South America]] (#358).&lt;br /&gt;
&lt;br /&gt;
This comic shows a {{w|Map projection|map projection}} in which countries are placed according to the {{w|Time zone|time zones}} that they fall under. It seems that [[Randall]], being Randall, runs with the idea as he has made yet another map projection that is not only inaccurate, but utterly unusable, though less so than the previous one.&lt;br /&gt;
&lt;br /&gt;
The first &amp;quot;Liquid Resize&amp;quot; was #107, while this comic features #79. Since the ''liquid resize'' was purely aesthetic, whereas this one at least conveys some meaningful information it makes sense that this projection is ranked higher. &lt;br /&gt;
&lt;br /&gt;
Conceptually, the series is a comment on the fact that there is no perfect way to draw a map of the world on a flat piece of paper. Each one will introduce a different type of distortion, and the best projection for a given situation is sometimes very disputed. Randall previously explored 12 different projections in [[977: Map Projections]], and expressed his disdain for some types he sees as less efficient but whose users feel superior. None of them are really good as any 2D map projection will always distort in a way the spherical reality, and a map projection that is useful for one aspect (like navigation, geographical shapes and masses visualization, etc.) will not be so for all the others. Local maps of smaller areas can be quite accurate, but the idea of both these map projection comics is to map the entire globe on a flat surface.&lt;br /&gt;
&lt;br /&gt;
Time zones are based on the way the Sun shines on the Earth, so these time zones, which are based on the sun's position in the sky, would best be divided by roughly longitudinal (North-to-South Pole) lines. However, this is not the case in practice, as the defined time zones tend to have very jagged boundaries, and furthermore some countries use a completely different time than the zones they are in, at least for some parts (see {{w|China}}). Since Randall knows he cannot fix the boundaries of the time zones, he instead &amp;quot;fixes&amp;quot; the world by making a map appear to match up with the time zone system, as shown in [http://www.explainxkcd.com/wiki/images/1/1f/1799_Map_with_Labeled_time_zones.PNG this map], also posted in the [[#Map with Labeled time zones|trivia]]. This results in bizarre distortions such as the large, gum-like strands of {{w|Greenland}} (these are the towns of {{w|Danmarkshavn}} (UTC) and {{w|Ittoqqortoormiit}} (UTC-1), which use different time zones to the rest of the island) and three enormous gulfs in {{w|Russia}} (some time zones in Russia are only used in southern areas, leaving two-hour differences between some adjacent areas on the country's northern border).  See also [http://www.explainxkcd.com/wiki/images/5/5b/1799_overlay.png this map] with a [[#Time zone map overlayed the comic|time zone map overlayed the comic]].&lt;br /&gt;
&lt;br /&gt;
The effect of this map is to &amp;quot;punish&amp;quot; large countries with a single time zone - for instance, China, which uses UTC+8 across the whole country - and countries that share large time zones - for instance, almost all of {{w|Europe}} is packed into the Central European UTC+1 zone - by shrinking these down. Conversely, countries that use multiple time zones without filling them out are stretched out - for example, the {{w|Democratic Republic of the Congo}} (DRC) and {{w|Mongolia}}, as pointed out in the title text - as are slim countries that do not fill out the full width of their time zones but where their neighbors use different timezones so they have to fill the entire width of their time zone. For instance {{w|Finland}} (also mentioned in the title text) and the {{w|Baltic countries}}, who look huge because their western and eastern neighbors do not use the UTC+2 Eastern Europe time, and thus have to fill out the distance between the countries that are pushed to the zones on their east/west borders.&lt;br /&gt;
&lt;br /&gt;
Other map projections distort countries this way as well, but based on their actual physical location as opposed to their position on imaginary time zones. The {{w|Mercator projection}} is infamous for distorting Greenland in this way, to the point that it appears to be larger than {{w|Africa}} despite being nowhere near the same size. &lt;br /&gt;
&lt;br /&gt;
See the [[#Table of countries and their time zones|table]] below for lots more information on the comic, but here are some further details.&lt;br /&gt;
&lt;br /&gt;
===Map imperfections===&lt;br /&gt;
The map is imperfect for several reasons:&lt;br /&gt;
&lt;br /&gt;
Randall attempts to preserve adjacency where possible - for instance, Chad and Sudan are neighbors even though Chad uses West Africa Time (UTC+1) and Sudan uses East Africa Time (UTC+3). Randall draws an extremely thin strand connecting the countries through Central/South Africa Time (UTC+2), even though no part of Chad or Sudan uses this time. Similarly, a thin strand of Kazakhstan and Turkmenistan is shown projecting into the UTC+4 time zone in order to separate Russia and Iran, which do not really share a border. Worst of all is China, which has to have borders to several countries that do not share the single eastern time zone of east China, which the whole China is forced to use. A thin strand, resembling the {{w|Yangtze}} river, is shown passing through time zones that China does not use. This is the most complicated preservation of adjacency shown in the map.&lt;br /&gt;
&lt;br /&gt;
There is no mention of daylight saving time - all countries shown are given the base winter time. Depending on the time of year, countries will shift around - around June, many northern hemisphere countries will move east, while some southern hemisphere countries will move east around December. &lt;br /&gt;
&lt;br /&gt;
The map doesn't allow for half-hour time zones. (India, for instance, is on UTC+5.5) Instead, countries that use fractional time zones are shifted so they straddle the two time zones, and are then marked with an asterisk (*). This is also true of regions within countries, including the island of Newfoundland in Canada and a section in the center of Australia.&lt;br /&gt;
&lt;br /&gt;
The only extra detail mentioned in the map is also for Australia. It is the {{w|UTC%2B08:45|UTC+8:45}} time zone that is used only by 5 roadhouses covering a population of only a few hundred people.&lt;br /&gt;
&lt;br /&gt;
There are several errors in the map, see [[#Errors|below]].&lt;br /&gt;
&lt;br /&gt;
===Table of countries and their time zones===&lt;br /&gt;
This sortable table includes all countries shown in the map, not just those are labeled, as well as the continents and some other regions are mentioned.&lt;br /&gt;
&lt;br /&gt;
The countries or continents are mentioned approximately in reading order. If a country is not labeled with full name the abbreviation is in brackets behind the name. If the country is not labeled, labeled wrong or not even shown in the comic, there is a note after the name. Countries labeled with a footnote by an asterisk (*) are shown together with that asterisk at the name.&lt;br /&gt;
&lt;br /&gt;
If a country has more than one time zone all are listed.&lt;br /&gt;
&lt;br /&gt;
====Table====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Country/Continent&lt;br /&gt;
! Time zone(s)&lt;br /&gt;
! Distortions&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|North America}}&amp;lt;br&amp;gt;(not labeled) || UTC-9 &amp;amp;ndash; UTC-3:30 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Canada}} || UTC-8 &amp;amp;ndash; UTC-3:30 || West coast is flattened, and the east coast is stretched out.  || &lt;br /&gt;
*Canada has two main distortions:&lt;br /&gt;
** The west coast is on UTC-8 time, and shares a border with Alaska, which is UTC-9.  In this map, the border is much further east than the real border and is straightened out.  While the border between the Yukon Territory and Alaska is mostly straight at 141°W, the division between the time zones are at 127.5°W; and the border between British Colombia and Alaska is not straight.&lt;br /&gt;
** On the east coast is the island of Newfoundland at UTC-3:30, which is marked with an asterisk; in the map it is depicted more eastward due to the extra half-hour difference.  Also, the southeastern tip of Labrador shares the UTC-3:30 time zone, though not marked with an asterisk, it is stretched out to line up with the island of Newfoundland.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|United States}} || UTC+10, UTC+12, UTC-12 &amp;amp;ndash; UTC-4 || Alaska appears thinner than usual, and Texas' coast has been smushed. || Usage of time zones in U.S. territories is {{w|Time_in_the_United_States|complicated}}. The contiguous United States use times zones from UTC-5 (East Coast) to UTC-8 (West Coast), the State of {{w|Alaska}} uses UTC-9, and {{w|Puerto Rico}} uses UTC-4. These are the only parts shown on Randall's map. Other territories, not shown on the map, use the following time zones:&lt;br /&gt;
* {{w|United States Virgin Islands}} use UTC-4.&lt;br /&gt;
* {{w|Navassa Island}} and the disputed {{w|Bajo Nuevo Bank}} and {{w|Serranilla Bank}} use UTC-5.&lt;br /&gt;
* The State of {{w|Hawaii}}, most of the {{w|Aleutian Islands}} and {{w|Johnston Atoll}} use UTC-10.&lt;br /&gt;
* {{w|Jarvis Island}}, {{w|Midway Atoll}}, {{w|Palmyra Atoll}} and {{w|Kingman Reef}} all use UTC-11.&lt;br /&gt;
* {{w|Baker Island}} and {{w|Howland Island}} use UTC-12.&lt;br /&gt;
* {{w|Wake Island}} uses UTC+12.&lt;br /&gt;
* {{w|Guam}} and the {{w|Northern Mariana Islands}} use UTC+10.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mexico}} || UTC-8 &amp;amp;ndash; UTC-5 || Guadalajara and the Yucatan Peninsula are too far east || The east coast of the Yucatan Peninsula goes as far east as the Florida Keys here - this because the state of {{w|Quintana Roo}} is the only one to use UTC-5 (equivalent to US Eastern Time).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Antilles}}&amp;lt;br&amp;gt;(not labeled) || UTC-5 &amp;amp;ndash; UTC-4 || No distortion. || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cuba}} || UTC-5 || No distortion. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Haiti}} || UTC-5 || No distortion. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jamaica}} (Jam.) || UTC-5 || No distortion.||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dominican Republic}} (D.R.) || UTC-4 ||No distortion. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guadeloupe}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 ||No distortion. || Not labeled. Tentatively identified as one of four dots in the Lesser Antilles region of Randall's map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Dominica}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 ||No distortion. || Not labeled. Tentatively identified as one of four dots in the Lesser Antilles region of Randall's map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Martinique}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 ||No distortion. || Not labeled. Tentatively identified as one of four dots in the Lesser Antilles region of Randall's map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Saint Lucia}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 ||No distortion. || Not labeled. Tentatively identified as one of four dots in the Lesser Antilles region of Randall's map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Trinidad and Tobago}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 ||No distortion. || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Central America}}&amp;lt;br&amp;gt;(not labeled) || UTC-6 || Squashed together ||Not labeled. Apart from Panama, all Central American countries use the same time zone. This means Panama is stretched out, while the other countries are pushed back west of Florida.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guatemala}} (Gua.) || UTC-6 || Stretched out. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Belize}}&amp;lt;br&amp;gt;(not labeled) || UTC-6 || Greatly decreased in size, represented by only a few pixels. || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|El Salvador}}&amp;lt;br&amp;gt;(not labeled) || UTC-6 || Greatly decreased in size, represented by only a few pixels. || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Honduras}} (Hon.) || UTC-6 || The left side is flattened and pushed inwards. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nicaragua}} (Nic.) || UTC-6 || No distortion, other than that Lake Colcibolca is exaggerated for no apparent reason. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Costa Rica}} (C.R.) || UTC-6 || Flattened and decreased in size. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Panama}} (Pan.) || UTC-6 || Stretched out. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|South America}}&amp;lt;br&amp;gt;(not labeled) || UTC-5 &amp;amp;ndash; UTC-3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Colombia}} || UTC-5 || Eastern border straightened ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Venezuela}} || UTC-4 || Western boarded straightened. Country shrunk top to bottom. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guyana}} || UTC-4 || Shrunk slightly top to bottom. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|French Guiana}} (labeled  Suriname) || UTC-3 || Minimal distortion || Labeled incorrectly.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Suriname}}&amp;lt;br&amp;gt;(labeled F.G.) || UTC-3 || Minimal distortion || Labeled incorrectly.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ecuador}}&amp;lt;br&amp;gt;(not labeled) || UTC-6 &amp;amp;ndash; UTC-5 || || Not labeled. UTC-6 is used only on {{w|Galápagos Islands}} (not shown).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Peru}} || UTC-5 || Mostly intact ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Brazil}} || UTC-5 &amp;amp;ndash; UTC-3 || Eastern shore shrunk in size ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bolivia}} || UTC-4 || Compressed shape, slight rotation ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Paraguay}} (Par.) || UTC-4 || Country shrunken and location wiht respect to (new) Argentina has changed ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chile}} || UTC-5, UTC-3 || || UTC-5 is used only on {{w|Easter Island}} (not shown).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Argentina}} || UTC-3 || ||This is stretched out vertically to fit the entire country into the UTC-3 timezone that it uses.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Uruguay}} || UTC-3 || Minimal distortion ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Europe}}&amp;lt;br&amp;gt;(not labeled) || UTC-4 &amp;amp;ndash; UTC+4 || Compressed with the countries of central and western Europe pressed closer in east-west direction while eastern countries are stretched in all directions. Iceland is moved east. Greenland is stretched horizontally and got strange protruding peninsulas. || Not labeled. Europe uses mostly UTC+1, which causes severe distortion. Disproportionally smaller areas utilize UTC&amp;amp;plusmn;0, UTC+2 and UTC+3. UTC-4, UTC-1 and UTC+4 are used only marginally. Greenland, even if it belongs to North America geographically, is counted here as well as it lies within the Denmark rule.&lt;br /&gt;
&lt;br /&gt;
* UTC-4 is used solely in {{w|Thule Air Base}} in western Greenland.&lt;br /&gt;
* Only Greenland uses UTC-3, throughout most of its territory.&lt;br /&gt;
* UTC-2 is not used at all.&lt;br /&gt;
* {{w|Azores}}, being an autonomous region of Portugal, and a Greenland settlement of {{w|Ittoqqortoormiit}} observe UTC-1.&lt;br /&gt;
* The United Kingdom and Ireland both use UTC&amp;amp;plusmn;0. {{w|Portugal}} is the only country in mainland Europe which uses UTC&amp;amp;plusmn;0 as well &amp;amp;ndash; that's why it sticks out a bit towards the British Isles which share the time zone with Portugal. Greenland's settlement of {{w|Danmarkshavn}} uses UTC&amp;amp;plusmn;0 as well, and {{w|Iceland}} is here, too.&lt;br /&gt;
* Most of Europe uses UTC+1 but these countries in reality spread over a much larger area than just one zone. This is why central and western countries are so compressed. {{w|Svalbard}} archipelago in the Arctic Ocean also belongs here.&lt;br /&gt;
* The eastern countries (except Belarus and the European part of Russia but not the Kaliningrad exclave) use UTC+2. These are: {{w|Finland}}, {{w|Latvia}}, {{w|Estonia}}, {{w|Lithuania}}, {{w|Belarus}}, {{w|Moldova}}, {{w|Ukraine}}, {{w|Bulgaria}}, {{w|Romania}}, {{w|Greece}} and {{w|Cyprus}}. In reality, they occupy a smaller area on the map, but on Randall's map they are stretched to fill the UTC+2 zone strip.&lt;br /&gt;
* Belarus, most of the European part of Russia and Crimea use UTC+3. See below for peculiarities regarding Russia and Ukraine.&lt;br /&gt;
* UTC+4 is used in Armenia, Azerbaijan, Georgia and some parts of Russia.&lt;br /&gt;
&lt;br /&gt;
Finland looks specifically distorted, partly because in reality it borders with {{w|Norway}} on the north, and Norway uses UTC+1. On Randall's map Norway is compressed into UTC+1 strip and Finland suddenly got some coast on Barents Sea. Poland (abbreviated ''POL.'' on the map) and Belarus (''BEL'') have common border but differ by two time zones, Poland uses UTC+1 but Belarus uses UTC+3 (Moscow time). Therefore on the map they have protruding 'fingers', touching one another, squeezed between Lithuania and Latvia on the north and Ukraine on the south. &lt;br /&gt;
&lt;br /&gt;
Randall got Turkey a bit wrong, however: its European part is stretched into UTC+2 zone, but in reality Turkey uses UTC+3 on its whole territory.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Greenland}}|| UTC-4 &amp;amp;ndash; UTC&amp;amp;plusmn;0  || Two landmasses stretched from the rest of the country || Greenland stretches from UTC-4 to UTC&amp;amp;plusmn;0 with most of the country being UTC-3. UTC-4 is only applicable to Thule Air Base in the southern part of the Hayes-Peninsula, while UTC-1 and UTC&amp;amp;plusmn;0 are used in smaller areas on the east coast of Greenland. Even though UTC-2 is not used in Greenland at all, the country is depicted as a single landmass with two small strips of land connecting the UTC-1 and UTC&amp;amp;plusmn;0 landmasses. These two strips should be considered infinitesimally thin but depicted to clarify the two areas are not separate islands but connected with the rest of Greenland.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Iceland}} || UTC&amp;amp;plusmn;0 || No shape distortions, but different location. || Iceland, even if it geographically lies mostly within the UTC-1 time zone, uses UTC&amp;amp;plusmn;0. It is therefore moved east on Randall's map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Norway}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sweden}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Finland}} || UTC+2 || Stretched horizontally because it borders Norway on the north, which uses UTC+1. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ireland}} || UTC&amp;amp;plusmn;0 || None. || Ireland uses UTC&amp;amp;plusmn;0 as the rest of British Isles.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|United Kingdom}} (UK) || UTC&amp;amp;plusmn;0 || None. || The country is fully within the single time zone used for the country. UK defined the time zones so their time zone is by definition the one with UTC&amp;amp;plusmn;0 (or GMT).&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Denmark}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lithuania}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Latvia}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Estonia}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Belarus}} (Bel.) || UTC+3 ||  || Belarus lies entirely in the UTC+3 time zone yet the map depicts a small strip of land in the UTC+2 zone. This is most likely to allow for Belarus to have a common border with Poland even though the countries do not have two consecutive time zones (Poland uses UTC+1)&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Russia}} (First label) || UTC+2 &amp;amp;ndash; UTC+12 || || See Asia section for explanation. It is the only country labeled twice.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Netherlands}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Belgium}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Germany}} (Ger.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Poland}} (Pol.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ukraine}} || UTC+2 (UTC+3 in disputed regions) || Crimea stretched away from the rest of the country. || Since the {{w|annexation of Crimea by the Russian Federation}}, the peninsula has used Moscow time (UTC+3). The sovereignty of Crimea is disputed, but it is currently ''de facto'' controlled by Russia, and Randall colors it like Russia. Two breakaway provinces in the east, Donetsk and Luhansk, also use Moscow time. These are not shown.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|France}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Switzerland}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Austria}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Czech Republic}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Slovakia}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Slovenia}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hungary}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Italy}} (It.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Romania}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Moldova}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Portugal}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Spain}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Croatia}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bosnia and Herzegovina}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Serbia}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Montenegro}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Albania}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Macedonia}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bulgaria}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Greece}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cyprus}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Georgia}}&amp;lt;br&amp;gt;(not labeled) || UTC+4 || Squashed into thin horizontal strip. Merged with Azerbaijan. || Not labeled. Georgia uses UTC+4 but has coast on the {{w|Black Sea}} which on Randall's map is shown entirely within UTC+2 and UTC+3 zones. Therefore Georgia is depicted as a thin strip touching the Black Sea squashed between Russia and Turkey and the main part is shown as a slightly wider blob in the east supposedly lying in the UTC+4 strip. However in the process Georgia got some coast on the {{w|Caspian Sea}} in the place {{w|Azerbaijan}} shall be located, including the {{w|Absheron Peninsula}} with the Azerbaijani capital, {{w|Baku}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Azerbaijan}}&amp;lt;br&amp;gt;(not labeled) || UTC+4 || Heavily shrunk, displaced south. || Not labeled. Most or all of the Azerbaijani territory including its capital area is mistakenly attributed to Georgia, see above. In reality, Azerbaijan is the only country with coast on the Caspian Sea between Russia and Iran. However, in the Randall's map there are two tiny patches touching the Caspian Sea just north of Iran. The northern one can be tentatively identified as Azerbaijan.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Armenia}}&amp;lt;br&amp;gt;(not labeled) || UTC+4 || Displaced east to Caspian Sea coast. || Not labeled. A tiny patch of land on the Caspian Sea coast just north of Iran can be tentatively identified as Armenia. However, Armenia ia a landlocked country in reality.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Africa}}&amp;lt;br&amp;gt;(not labeled) || UTC&amp;amp;plusmn;0 &amp;amp;ndash; UTC+3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Western Sahara}} (labeled Morocco) || UTC&amp;amp;plusmn;0 || || Labeled incorrectly.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tunisia}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Morocco}}&amp;lt;br&amp;gt;(labeled W.S.) || UTC&amp;amp;plusmn;0 || || Labeled incorrectly.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Algeria}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mauritania}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Senegal}} (Sen.) || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Gambia}}&amp;lt;br&amp;gt;(not labeled) || UTC&amp;amp;plusmn;0 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mali}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Niger}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Libya}} || UTC+2 || Stretched vertically | Nations located to the south of Libya tend to use either UTC+1 (Chad) or UTC+3 (Sudan), but not UTC+2, which Libya uses. In order to fill in this area, Libya, one of the few countries in the area which uses the intermediate UTC+2, has been used to demonstrate the two-hour gap. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Egypt}} || UTC+2 || Stretched vertically | Egypt uses the UTC+2 time zone, while most countries located to its south use UTC+3. Since the area of central Africa using UTC+2 is small compared to the section using UTC+3, those countries in UTC+2 are extended to cover more of that time zone. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sudan}} || UTC+3  || Sudan and South Sudan (S.S.) are fully in UTC+3 zone, but in the map a little part of them has been stretched to meet the borders with Chad the Central African Republic which are in UTC+1. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|South Sudan}} (S.S.) || UTC+3 || || See Sudan’s explanation.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Eritrea}}&amp;lt;br&amp;gt;(not labeled) || UTC+3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guinea-Bissau}} (GB.) || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Guinea}} (Guin.) || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Burkina Faso}} (B.F.) || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sierra Leone}} (S.L.) || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Liberia}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Côte d'Ivoire}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ghana}} || UTC&amp;amp;plusmn;0 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Togo}}&amp;lt;br&amp;gt;(not labeled) || UTC&amp;amp;plusmn;0 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Benin}}&amp;lt;br&amp;gt;(not labeled) || UTC+1 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nigeria}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chad}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cameroon}} (Cam.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Central African Republic}} (C.A.R.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ethiopia}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Somalia}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Equatorial Guinea}} (E.G.) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Gabon}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Republic of the Congo}} (R. of Congo) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Democratic Republic of the Congo}} (Dem. Rep. of the Congo) || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rwanda}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Burundi}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Uganda}}&amp;lt;br&amp;gt;(not labeled) || UTC+3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kenya}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Angola}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Zambia}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Malawi}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tanzania}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Namibia}} || UTC+1 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Botswana}} (Bots.) || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Zimbabwe}} (Zimb.) || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mozambique}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Madagascar}} || UTC+3 || None. || Madagascar has the correct shape and position.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|South Africa}} || UTC+2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lesotho}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Swaziland}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Asia}}&amp;lt;br&amp;gt;(not labeled) || UTC+3 &amp;amp;ndash; UTC+12 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Turkey}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lebanon}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Syria}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Iraq}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Iran}}* || UTC+3:30 ||Is a bit inflated in the northeast corner. ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Israel}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Jordan}}&amp;lt;br&amp;gt;(not labeled) || UTC+2 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Saudi Arabia}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kuwait}}&amp;lt;br&amp;gt;(not labeled) || UTC+3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Qatar}}&amp;lt;br&amp;gt;(not labeled) || UTC+3 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|United Arab Emirates}}&amp;lt;br&amp;gt;(not labeled) || UTC+4 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Yemen}} || UTC+3 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Oman}} || UTC+4 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Russia}} (2nd label) || UTC+2 &amp;amp;ndash; UTC+12 || Three deep troughs almost cutting Russia into pieces, but not quite, also eastern parts stick out of proportion relative to Eastern Asian countries. || Only country with two labels. Russia has {{w|Time_in_Russia|a peculiar}} usage of time zones, therefore it is the most distorted country on Randall's map. It covers eleven time zones but uses them very unevenly. Each of {{w|Federal subjects of Russia|constituent entities}} of Russia (also called federal subjects) uses a specific time zone throughout its territory, the only exception being Yakutia, the largest administrative subdivision, which spans three time zones. The time zone assignments are quite arbitrary, however.&lt;br /&gt;
* UTC+2 ({{w|Kaliningrad_Time|MSK-1}}) is used in {{w|Kaliningrad Oblast}} only, an {{w|exclave}} on {{w|Baltic Sea}} between {{w|Poland}} and {{w|Lithuania}}. On Randall's map it can be seen as a small green patch north-east of Poland.&lt;br /&gt;
* UTC+3 ({{w|Moscow_Time|MSK+0}}) is used throughout most of the European part of Russia including Northern Caucasian republics, covering 49 constituent entities of the Russian Federation in total. These parts make up the easternmost mass of Russia on Randall's map, stretching from the {{w|Black Sea}} in the south including the area between the Black Sea and {{w|Caspian Sea}} to the {{w|White Sea|White}}, {{w|Barents Sea|Barents}} and {{w|Kara Sea|Kara}} seas in the north and includes the arctic archipelagoes of {{w|Novaya Zemlya}} and {{w|Franz Josef Land}} as seen in the upper part of the map.&lt;br /&gt;
* UTC+4 ({{w|Samara_Time|MSK+1}}) is used in {{w|Udmurtia}}, {{w|Astrakhan Oblast}}, {{w|Samara Oblast}}, {{w|Saratov Oblast}} and {{w|Ulyanovsk Oblast}}, forming three disjoint areas lying more or less along the Ural mountains on their western side. Astrakhan Oblast has coast on the Caspian Sea. Saratov and Samara oblasts have a common border and lie somewhat to the north-east of Astrakhan Oblast. Udmurtia lies still somewhat to  the north. On Randal's map they are represented by a patch of land north-east to the Caspian Sea. Further north there's a huge 'bay' reflecting the time-gap between northern parts of Russia that use either UTC+3 or UTC+5 but not UTC+4, even if they are adjacent to each other.&lt;br /&gt;
* UTC+5 ({{w|Yekaterinburg_Time|MSK+2}}) is used by the administrative subdivisions lying on and close to {{w|Ural mountains}}, both on western and eastern sides of them, also covering major part of {{w|West_Siberian_Plain|Western Siberia}}. These include {{w|Bashkortostan}}, {{w|Perm Krai}}, {{w|Kurgan Oblast}}, {{w|Orenburg Oblast}}, {{w|Sverdlovsk Oblast}}, {{w|Tyumen Oblast}}, {{w|Chelyabinsk Oblast}}, {{w|Khanty-Mansi Autonomous Okrug}} and {{w|Yamalo-Nenets Autonomous Okrug}}. The lands are represented on the Randall's map by the second-from-the-left major land mass within Russia. These parts border mostly with areas utilizing either UTC+3 or UTC+7, therefore Randall has drawn huge patches of sea on both sides. In the north, one can recognize somewhat distorted shapes of the {{w|Yamal Peninsula|Yamal}} and {{w|Gydan_Peninsula|Gydan}} peninsulas.&lt;br /&gt;
* UTC+6 ({{w|Omsk_Time|MSK+3}}) is used solely in the {{w|Omsk Oblast}} in the southeastern {{w|Siberia}}, bordering {{w|Kazakhstan}}. On Randall's map it is shown as a strip of land joining the second and the third land mass from the left, just to the left of the ''RUSSIA'' inscription. However, taking into account the relatively small area of the Omsk Oblast, it should have been much thinner.&lt;br /&gt;
* UTC+7 ({{w|Krasnoyarsk_Time|MSK+4}}) is used in federal subjects located in the central and parts of eastern and western Siberia: {{w|Altai Republic}}, {{w|Tuva}} Republic, Republic of {{w|Khakassia}}, {{w|Altai Krai}}, {{w|Krasnoyarsk Krai}}, {{w|Kemerovo Oblast}}, {{w|Novosibirsk Oblast}} and {{w|Tomsk Oblast}}. These lands border mostly with areas using non-adjacent time zones, namely UTC+5 and UTC+9, and therefore form the tallest pillar on the Randall's depiction of Russia between two large seas. This part of Randall's Russia also has a strange thin strip of land going south and touching China's tendril just between Kazakhstan and {{w|Mongolia}} &amp;amp;ndash; this is to represent the fact that there is a short length of Russian-Chinese border there. The rest of the border is depicted elsewhere, see below. {{w|Taymyr Peninsula}} and {{w|Severnaya Zemlya}} archipelago can be seen atop that area of the map.&lt;br /&gt;
* UTC+8 ({{w|Irkutsk_Time|MSK+5}}) is used in {{w|Buryatia}} and {{w|Irkutsk Oblast}} only, which lie in eastern Siberia, on both sides of {{w|Lake Baikal}} (not shown on the map). This is represented by a patch located just northwest of a protruding fragment of China, which shares the time zone with these parts; however neither Buryatia nor Irkutsk Oblast border with China.&lt;br /&gt;
* UTC+9 ({{w|Yakutsk_Time|MSK+6}}) is used in {{w|Amur Oblast}}, {{w|Zabaykalsky Krai}} and in most of Yakutia also known as the {{w|Sakha Republic}}. On Randall's map this time zone is joined together with the remaining three eastern time zones forming a strange shape connected to the rest of Asia with a weird-looking isthmus. This is actually the part of Russia that has the longest part of the border with China along the {{w|Amur River}}, but here it is torn away because of the strange map 'projection'. {{w|New Siberian Islands}} are depicted in the far north.&lt;br /&gt;
* UTC+10 ({{w|Vladivostok_Time|MSK+7}}) is used in north-eastern parts of Yakutia, {{w|Jewish Autonomous Oblast}}, {{w|Khabarovsk Krai}} and {{w|Primorsky Krai}}. In reality these parts (except Yakutia) all border with China, all the way down to North Korea. On Randall's depiction they are torn away from Chinese border to represent time zone difference. The strange hook is the southernmost part of Primorsky Krai with the big haven of {{w|Vladivostok}}, the tip of the hook shall actually touch North Korea in reality.&lt;br /&gt;
* UTC+11 ({{w|Magadan_Time|MSK+8}}) is used in extreme north-eastern parts of Yakutia, {{w|Magadan Oblast}} and {{w|Sakhalin Oblast}}. The {{w|Sakhalin}} island is clearly recognizable in this strip of the map, but it is far removed from {{w|Japan}} which lies next to it in reality. The shape of the {{w|Sea of Okhotsk}} is somewhat recognizable, and the location of {{w|Magadan}} is clearly seen as a small hook on the shoreline near Kamchatka.&lt;br /&gt;
* UTC+12 ({{w|Kamchatka_Time|MSK+9}}) is used in {{w|Kamchatka Krai}} and {{w|Chukotka Autonomous Okrug}}. This is probably the least distorted part of Russia, the characteristic shapes of {{w|Kamchatka_Peninsula|Kamchatka}} and {{w|Chukchi_Peninsula|Chukchi}} peninsulas are totally recognizable.&lt;br /&gt;
&lt;br /&gt;
A notable thing is that Russian railways use Moscow time (UTC+3) exclusively, all timetables are expressed in this time, even in the most remote eastern parts of Russia. You'd better know your local time zone while awaiting your train at the station.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kazakhstan}} || UTC+5 &amp;amp;ndash; UTC+6 || Vertically: stretched in eastern part, squeezed in western part. Horizontally: squeezed in eastern part, stretched in western part|| UTC+5 is used in the smaller western part and UTC+6 in the larger eastern part. The division goes more or less along the 60th meridian. On Randall's map Kazakhstan's shape is heavily distorted, because in the bordering Russia only one small part, namely Omsk oblast, uses UTC+6 &amp;amp;ndash; therefore the eastern part of Kazakhstan is squeezed to fit. On the other hand, the western part of Kazakhstan borders with parts of Russia using as far as UTC+3, which is depicted by a long west-reaching finger. Kazakhstan has a significant part of {{w|Caspian Sea}} coast, but here it has only a tiny stretch.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mongolia}} || UTC+7 &amp;amp;ndash; UTC+8 || Vertically stretched in the western half as mentioned in the Title-Text | Mongolia primarily uses the UTC+8 time zone but has some western portions using the UTC+7 time zone. Its neighbor to the south, China, is geographically located across three time zones (UTC+6-UTC+8) but by governmental decision only uses the eastern UTC+8 time zone. This choice by China has caused it to shrink towards the east on the map, requiring other countries to replace the unoccupied map area in the UTC+6 and UTC+7 time zones. Mongolia is one of very few countries using the UTC+7 time zone near China, and therefore it has been the primary recipient of the extra space generated by China's shrinking. It has occupied much of what would on an ordinary map be central Chinese territory.&lt;br /&gt;
 |&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Turkmenistan}} || UTC+5 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Uzbekistan}} || UTC+5 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Afghanistan}}* || UTC+4:30 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Tajikistan}} (Taj.) || UTC+5 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pakistan}} || UTC+5 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|India}}* || UTC+5:30 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Sri Lanka}}&amp;lt;br&amp;gt;(not labeled) || UTC+5:30 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nepal}}* || UTC+5:45 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bhutan}}&amp;lt;br&amp;gt;(unreadable label) || UTC+6 || || Labeled unreadable.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|China}} || UTC+8 || Heavily squashed horizontally, with finger-like tendrils to the west || All of China is in UTC+8 (usage of UTC+6 exists in Western Xinjiang but is unofficial). However, it reaches as far west as Tajikistan, in UTC+5, and even has an extremely short border with Afghanistan in UTC+4.5. A border is also shown with Pakistan - this is disputed by some who support India in the {{w|Kashmir conflict}}, but represents the ''de facto'' {{w|Line of Control}} between India and Pakistan.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Taiwan}}&amp;lt;br&amp;gt;(not labeled) || UTC+8 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|North Korea}}* (N.K.) || UTC+8:30 || || In the map North Korea is smushed West of South Korea because North Korea at the time of publication had a time zone that is set half an hour off from South Korea's time zone.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|South Korea}} (S.K.) || UTC+9 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Japan}} || UTC+9 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bangladesh}} (Ban.) || UTC+6 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Myanmar|Burma}}* (Bur.) || UTC+6:30 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Laos}} || UTC+7 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vietnam}} || UTC+7 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Thailand}} || UTC+7 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cambodia}}&amp;lt;br&amp;gt;(not labeled) || UTC+7 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Philippines}} || UTC+8 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Oceania}}/{{w|Australia}}&amp;lt;br&amp;gt;(not labeled) || UTC+7 &amp;amp;ndash; UTC+12 || || Not labeled.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Malaysia}} || UTC+8 || Malaysia and {{w|Singapore}} (not shown) stretched East from the rest of peninsular Southeast Asia || Malaysia and Singapore both switched to using UTC+8 on 1 January 1982, after using GMT+7.30 under British rule and UTC+9 during the Japanese occupation. This change was due to Malaysia wanting to standardise time between East and West Malaysia, with Malaysia choosing to use the time in East Malaysia, with Singapore following suit.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Indonesia}} || UTC+7 &amp;amp;ndash; UTC+9 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Papua New Guinea}} || UTC+10 &amp;amp;ndash; UTC+11 || ||&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Australia}} || UTC+8, UTC+9:30, UTC+10 || || Although the UTC+8:45 region is acknowledged by local authorities, legally the region shares the same time zone as the rest of Western Australia, UTC+8.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|New Zealand}} || UTC+12 || None. || The main islands use UTC+12. There is a small archipelago under New Zealand's rule, the {{w|Chatham Islands}}, which use non-standard UTC+12:45 time, but it is too small to depict.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Bad map projection #79:&lt;br /&gt;
:&amp;lt;big&amp;gt;Time Zones&amp;lt;/big&amp;gt;&lt;br /&gt;
:Where each country '''''should''''' be,&lt;br /&gt;
:based on its time zone(&amp;lt;small&amp;gt;s&amp;lt;/small&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
:[A world map is shown divided and colored by political boundaries. There are many distortions, and especially Russia looks weird. Many countries have their name listed in a gray font and at the bottom below Australia there are two specialties mentioned for time zones which are not divided in full hours. One of these is a footnote used by other countries as well.]&lt;br /&gt;
&lt;br /&gt;
:[The labels are listed here in order of the &amp;quot;continents&amp;quot; as they come from top left to down right. Similarly within each continent's list the countries which are usually said to belong to a given continent (at least politically or partially, e.g. Greenland and Turkey in Europe) are listed in a similar reading order as accurately as possible.]&lt;br /&gt;
&lt;br /&gt;
:[North America. (Newfoundland, the most easterly part of Canada, is labeled with a star *):]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;Canada, *, United States, Mexico, Gua., Hon., Nic., C.R., Pan., Cuba, Haiti, Jam., D.R.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[South America:]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;Colombia, Venezuela, Guyana, F.G., Suriname, Peru, Brazil, Bolivia, Par., Chile, Argentina, Uruguay&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Europe. (Russia is as the only country mentioned twice, the other place is over the central part in the Asia section):]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;Greenland, Iceland, Norway, Sweden, Finland, Ireland, UK, Lithuania, Latvia, Estonia, Bel., Russia, Ger., Pol., Ukraine, France, It., Romania, Portugal, Spain, Bulgaria, Turkey&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Africa:]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;W.S., Tunisia, Morocco, Algeria, Mauritania, Sen., Mali, Niger, Libya, Egypt, Sudan, Gb., Guin., B.F., S.L., Liberia, Côte d'Ivoire, Ghana, Nigeria, Chad, Cam., C.A.R., S.S., Ethiopia, Somalia, E.G., Gabon, R. of Congo, Dem. Rep. of the Congo, Kenya, Angola, Zambia, Tanzania, Namibia, Bots., Zimb., Mozambique, Madagascar, South Africa&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Asia. (Russia is the only country mentioned twice, the other label is within the European border. The text written over Bhutan is unreadable in the image and marked with a question mark in this list):]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;Iraq, Saudi Arabia, Yemen, Iran*, Oman, Russia, Kazakhstan, Mongolia, Turkmenistan, Uzbekistan, Afghanistan*, Taj., Pakistan, India*, Nepal*, ?, China, N.K.*, S.K., Japan, Ban., Bur.*, Laos, Vietnam, Thailand, Philippines&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Oceania/Australia. (In Australia there is a star * in the middle of it above the name):]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;Malaysia, Indonesia, Papua New Guinea, &amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;, Australia, New Zealand&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Below Australia there is an arrow pointing to the south coast and below that a footnote for the stars * used above:]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;UTC+8:45&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;(One small area)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color: gray;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;=Half-hour offset&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Click''' to expand for a more detailed description:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed leftAlign&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:[There are no more text from the comic here below:]&lt;br /&gt;
&lt;br /&gt;
:[A world map is shown divided and colored by political boundaries. Antarctica is not included. Bodies of water are white. The map is clearly distorted, with Europe and Africa in the center, but not all continents or countries look wrong. Africa, Australia and North America seem least distorted. But the bottom part of of South America is very slim, Greenland has two chewing gum like blobs stretched away from it to the right, Iceland is over the UK, and most of Europe has been compressed. Finland is too large though. In Africa especially Dem. Rep. the Congo has been enlarged. The worst distortion is in Asia, where especially Russia looks weird with three deep troughs down the length of the country and the end to the right seems to be much longer than usually. But also China is completely wrong as it has been compressed, Mongolia taking up most of its usual position.]&lt;br /&gt;
&lt;br /&gt;
:[Most countries over a certain size have their name listed in a gray font. Small countries like Ireland and Haiti has their name listed in the oceans around them. Most other countries have the name inside the country, but if there is not enough room abbreviations are used. There are also a few specialties mentioned when time zones are not divided in full hours, for instance a footnote regarding time zones with a half hour offset.]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&lt;br /&gt;
* Mixing labels:&lt;br /&gt;
** Randall mixes up Morocco and Western Sahara (a disputed territory)&lt;br /&gt;
** Suriname and French Guiana also have switched labels.&lt;br /&gt;
*Wrong time zones:&lt;br /&gt;
** {{w|East Thrace}}, the European portion of Turkey, is shown in Eastern European time (UTC+2). Actually, like the rest of Turkey, it uses UTC+3.&lt;br /&gt;
** Nepal's time zone is UTC+5:45&lt;br /&gt;
** {{w|Thule Air Base}} in northwestern Greenland follows UTC-4 rather than UTC-3, and should thus be shown on a tendril to the west, directly above Labrador and the rest of Atlantic Canada; instead, it is shown using UTC-3, like most of the rest of Greenland.  This is especially strange considering that Randall has correctly drawn {{w|Danmarkshaven}} as using UTC and {{w|Ittoqqortoormiit}} as using UTC-1.&lt;br /&gt;
* Borders and adjacency are not always preserved although often attempted as mentioned in the section on [[#Map imperfections|map imperfections]]:&lt;br /&gt;
** Estonia is shown sharing a border with Finland - in fact, the two countries are separated by the {{w|Gulf of Finland}}. This sea should run to {{w|St Petersburg}} in Russia - instead, the city is shown as landlocked.&lt;br /&gt;
** Norway should border Russia. See {{w|Norway–Russia border}}.&lt;br /&gt;
** Azerbaijan territory is mistakenly attributed to Georgia &amp;amp;ndash; Georgia should not have coast on the Caspian Sea. Armenia should not have coast on the Caspian Sea as well.&lt;br /&gt;
** Tajikistan should not border Kazakhstan and follows UTC+5 rather than UTC+6. These would apply to Kyrgyzstan, which is not drawn in the map; Kyrgyzstan, however, does not border Afghanistan.&lt;br /&gt;
** Malawi has lost its border with Tanzania.&lt;br /&gt;
&lt;br /&gt;
===Omissions===&lt;br /&gt;
Some countries and territories are missing from the map. Most of these omissions are undoubtedly deliberate, but some are likely mistakes.&lt;br /&gt;
&lt;br /&gt;
* Countries supposedly too small to show on the map's scale are omitted. These include small European countries: {{w|Andorra}}, {{w|Kosovo}}, {{w|Liechtenstein}}, {{w|Luxembourg}}, {{w|Malta}}, {{w|Monaco}}, {{w|San Marino}} and the {{w|Vatican City}}, {{w|Djibouti}} in Africa, {{w|Singapore}} in Asia.&lt;br /&gt;
* All the Pacific Ocean isles, including {{w|Hawaii}}.&lt;br /&gt;
* All Atlantic and Indian Ocean isles excluding {{w|Sri Lanka}} and {{w|Madagascar}}.&lt;br /&gt;
* Most of the small Caribbean countries and territories; however four small dots in the {{w|Lesser Antilles}} are depicted, but are unlabelled and cannot be definitively identified.&lt;br /&gt;
* Kyrgyzstan is clearly omitted by mistake.&lt;br /&gt;
&lt;br /&gt;
===Map with Labeled time zones===&lt;br /&gt;
*[[:File:1799 Map with Labeled time zones.PNG| Here]] is a map with labeled time zones, made by a user who posted the link in the [[#Discussion|discussion]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Time zone map overlayed the comic===&lt;br /&gt;
*And [[:File:1799_overlay.png| here]] is an attempt that shows a {{w|time zone}} map overlayed with the comic.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Bad Map Projections]]&lt;/div&gt;</summary>
		<author><name>Tom239</name></author>	</entry>

	</feed>