<?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=141.101.99.145</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=141.101.99.145"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/141.101.99.145"/>
		<updated>2026-06-27T06:25:26Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3015:_D%26D_Combinatorics&amp;diff=357816</id>
		<title>Talk:3015: D&amp;D Combinatorics</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3015:_D%26D_Combinatorics&amp;diff=357816"/>
				<updated>2024-11-25T09:57:09Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: &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 bot originally created this page as “D Combinatorics”. I renamed it to the correct title and tried to get as many of the references as possible (including a few redirects). [[User:JBYoshi|JBYoshi]] ([[User talk:JBYoshi|talk]]) 00:54, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The title in the Atom feed (which I'm assuming the bot consumes) is &amp;quot;D Combinatorics&amp;quot;. I'm guessing something in Randall's pipeline didn't like the ampersand. --[[Special:Contributions/162.158.154.160|162.158.154.160]] 01:41, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yup, if you look at [https://xkcd.com/3015/info.0.json 3015's JSON] you see that &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;safe_title&amp;lt;/code&amp;gt; differ, and if you look at the HTML page source you'll see '''3''' different things: &amp;lt;code&amp;gt;&amp;amp;lt;title&amp;gt;xkcd: D Combinatorics&amp;amp;lt;/title&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;lt;meta property=&amp;quot;og:title&amp;quot; content=&amp;quot;D&amp;amp;amp;amp;D Combinatorics&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;amp;lt;div id=&amp;quot;ctitle&amp;quot;&amp;gt;D&amp;amp;amp;D Combinatorics&amp;amp;lt;/div&amp;gt;&amp;lt;/code&amp;gt;! So probably what happened is Randall entered D&amp;amp;D but was supposed to enter D&amp;amp;amp;amp;D, and the openGraph tags adder code, having to be HTML-aware, decoded &amp;amp; normalized D&amp;amp;D as HTML would, but the other parts of the pipeline just ate it for some reason. {{unsigned ip|172.69.65.22}}&lt;br /&gt;
&lt;br /&gt;
What are the odds of rolling 16 or higher on 3D6+D4? 3D6 average 10.5, D4 average is 2.5, total average should be 13. I do not know how to proceed from here. {{unsigned ip|172.71.147.206}}&lt;br /&gt;
:By raw combinatorics: 71 + 52 + 34 + 20 + 10 + 4 + 1 ways to get each of 16 - 22 respectively, for a total of 192, out of 4(6^3) = 864 total. 192/864 simplifies to exactly 2/9. I have no idea how Randall found this; if anyone has an idea, please let me know. [[User:Kaisheng21|Kaisheng21]] ([[User talk:Kaisheng21|talk]]) 01:33, 23 November 2024 (UTC)&lt;br /&gt;
::I used some simple python code to loop over every dice and confirm and it's 2/9 [[Special:Contributions/162.158.158.111|162.158.158.111]] 12:11, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It seems like we edited the transcript at the same time. The odds of rolling 16 or higher in this situation seem to be 2/9? [[User:Darkmatterisntsquirrels|Darkmatterisntsquirrels]] ([[User talk:Darkmatterisntsquirrels|talk]]) 01:29, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: There are 864 possible rolls (6 * 6 * 6 * 4). If you enumerate all of the rolls you will find that 192 are 16 or higher. 192/864 = 2/9, the value from the explanation. [[Special:Contributions/172.68.54.139|172.68.54.139]] 01:41, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added a table of outcomes to clarify how it works out to 2/9, anyone know how to make it pretty? -- Laurence Cheers {{unsigned ip|172.71.150.247}}&lt;br /&gt;
&lt;br /&gt;
A much simpler approach: Roll two six sided dice and sum the result. You are successful if the result is 5 or 9. That happens 8 times out of 36. 8/36 = 2/9. (Or successful if the sum is 4 or 6, or 2 or 7, or 2,3,4 or 11, or several other combinations.) [[Special:Contributions/172.68.54.139|172.68.54.139]] 01:41, 23 November 2024 (UTC)&lt;br /&gt;
:Clever, but dice rolls in D&amp;amp;D involving summing all the dice, applying modifiers, if any, and then comparing to one or more threshold values. Your method makes it very difficult to apply modifiers. [[Special:Contributions/162.158.41.8|162.158.41.8]] 02:49, 23 November 2024 (UTC)&lt;br /&gt;
::I think you misunderstand the problem here. This is not skill, no modifiers apply, it's purely probability [[Special:Contributions/162.158.158.111|162.158.158.111]] 12:11, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Minor quibble, arrows aren't fired (unless they're flaming or self-propelled, perhaps), they are shot. (Shotguns are fired of course.) [[Special:Contributions/162.158.41.73|162.158.41.73]] 02:52, 23 November 2024 (UTC)&lt;br /&gt;
:Arrows are &amp;quot;loosed&amp;quot;, even more accurately. At least to avoid the confusion from how so many things may be shot, or ''a'' shot. (Many different nouns, from a physical measure of liquer/coffee/vaccine to a projectile, or an even abstract fundemental of chance; and, as verb, projectiles perhps may be shot, then so may their targets.) [[Special:Contributions/172.68.205.178|172.68.205.178]] 14:32, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rolling 22 or lower on percentile dice (or, equivalently, 79 or higher) is close enough, and easier to come up with.  (Give or take whether 00 is treated as 100 or zero.)  Or directly represent the action:  roll a d10.  If it's 1-5, you lose.  If it's 6-10, roll again; if it's 1-5 you lose, 6-9 you win, 10 roll again.  (Modify slightly if you want to distinguish the case of grabbing *two* cursed arrows.) [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 03:26, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Alternative exact solution for getting this probability using dice: Roll: 1d8, 2d6, 1d4 succeed on 19 or higher.{{unsigned ip|172.68.55.11}}&lt;br /&gt;
&lt;br /&gt;
I couldn’t remember the formula for binomial coefficients (“n choose k”), but there’s an easy way to calculate that the probability of drawing no cursed arrows is 2/9 without that formula. You just need to multiply the probabilities that each of the arrows drawn is not cursed. Since only two arrows are drawn, you only have to multiply two numbers.&lt;br /&gt;
&lt;br /&gt;
The probability that the first arrow is not cursed is 5/10 – there are 5 non-cursed arrows and 5 cursed arrows out of 10 total. After taking out one non-cursed arrow, there are 4 non-cursed arrows and 5 cursed arrows out of 9 total, so the probability that the second arrow is not cursed is 4/9. Multiplying the two probabilities, the probability of drawing two non-cursed arrows is (4*5)/(10*9) = 20/90 = 2/9.&lt;br /&gt;
&lt;br /&gt;
I was considering writing this observation in the Explanation section of the page, but I’m not if it belongs there. This solution avoids using formulas from combinatorics, so it might not be connected enough to the comic.—[[User:Roryokane|Roryokane]] ([[User talk:Roryokane|talk]]) 06:02, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
My simple-minded approach:&lt;br /&gt;
* Roll d10 once for your first arrow: if 1 to 5, the arrow is cursed, otherwise not;&lt;br /&gt;
* Roll d10 again for your second arrow: same rules, but repeat until you have a different number from the first one (so d10 is in fact only a d9 this time)&lt;br /&gt;
* I won't calculate probabilities – these are your arrows, live with it ;-) [[Special:Contributions/172.69.109.51|172.69.109.51]] 07:33, 23 November 2024 (UTC)&lt;br /&gt;
:That has the benefit (over 3d6+1d4) of telling you which arrow(s) (if either) was cursed. [[User:RegularSizedGuy|RegularSizedGuy]] ([[User talk:RegularSizedGuy|talk]]) 07:52, 23 November 2024 (UTC)&lt;br /&gt;
:If you don't like re-rolls, you can make d9 out of 2d3. Nine possibilities, so just assign one of them (perhaps by rolling them one at a time) to be the more significant digit. Don't have a d3 handy? Use d6 and modulo off the extra! (1=1, 2=2, 3=3, 4=1, 5=2, 6=3) [[Special:Contributions/172.68.150.91|172.68.150.91]] 05:59, 24 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
There seems to be doubt that a &amp;quot;N locks and M keys to unlock them&amp;quot; system could be easily accomplished. I think it could be trivial, with strategically interlocking locked-restraints. A chain formed of bike-locks can give a larger locked loop that can be unlocked by just unlocking any ''single'' one of the constituent locks, leaving the other locked loops to not matter (or you could also try the {{w|Borromean rings}} system, whereby it is again secure against itself, until just one ring is opened up to reveal that the rest now ''aren't even locked at all''...). With almost arbitrary ability to cross-link (or, if you will, repeated/alternating-reflected Borromean triplet connections), you can extend the requirements to more than one unlocking being required (by looping chain elements to mre than just the 'adjacent' loops, sideways onto a parallel meta-loop or up/down the chain, all you might do is allow some slack (could be sufficient to get a thing held directly closed by the taut loop-of-loops, but not enough if the passage of the loop through a hasp/sneck actually prevents the otherwise free movement of the final slide-to-unlock action to occur), but a second (or third, or fourth) unlocking can be required to open-end the whole metaloop of locks. At the top end, M=N solutions are also trivial (e.g. two keys, two locks popularly of safety deposit boxes or [[2677: Two Key System|other things]]). Which is not to say that a specific M-of-N puzzle (where 1&amp;lt;M&amp;lt;N) might not need a ''little'' bit of thought to actually design and implement, but there's no obvious reason why all such combinations shouldn't be nicely doable. [[Special:Contributions/172.69.79.165|172.69.79.165]] 14:56, 23 November 2024 (UTC)&lt;br /&gt;
:Can we first confirm that the M-of-N Encryption was what Randall was referencing in the first place? [[Special:Contributions/172.71.154.140|172.71.154.140]] 03:17, 24 November 2024 (UTC)&lt;br /&gt;
::No, first confirm that this is what the explanation treats as what Randall was referencing. As it was, &amp;quot;complicated lock mechanics&amp;quot; and/or &amp;quot;magic&amp;quot; were suggested as the only ways of doing this, when this (or what we thought this was) just needs a little thought and N bike-locks suitably entangled. [[Special:Contributions/172.70.58.45|172.70.58.45]] 13:17, 24 November 2024 (UTC)&lt;br /&gt;
:I'm glad someone else chimed in on this, because it is definitely ''not'' difficult to require unlocking of multiple discrete locks! I can't even figure out why one might think it would be? [[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 15:55, 24 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;other polyhedral dice, with the number of faces denoted by dX (e.g., d10 is a 10-sided die, with numbers from 1 to 10 on it).&amp;quot; - the d10 may be a poor choice as exemplar here; Back in the last century, when I was playing D&amp;amp;D, d10 were typically (and uniquely) numbered 0-9, not 1-10. This may no longer be the case, and I may be showing my age, but if it is still the norm, the d8 or d20 might be a better choice of example. [[Special:Contributions/172.68.210.6|172.68.210.6]] 02:40, 24 November 2024 (UTC)&lt;br /&gt;
:Typically, I've only seen 0-9 d10s, as part of a &amp;quot;d100&amp;quot; dice pair, with one reading 0-9 &amp;amp; the other reading 0⁰-9⁰... Single d10, mostly seem to come in 1-10? Maybe it depends which reseller one shops at... [[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 15:49, 24 November 2024 (UTC)&lt;br /&gt;
::They are usually numbered 0-9, but the 0 represents 10, since writing 10 would require that face to have a different font size. It is still a d10, since the die has ten sides, and still cannot roll at 0. The d100 variant does the same thing with 100, but for the added reason that the 00 face actually does mean 0 when the other die rolls a 1-9. This is the convention, so a die that actually writes 10 on it instead of 0 will be rare. [[User:Stardragon|Stardragon]] ([[User talk:Stardragon|talk]]) 23:14, 24 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
You've all been nerd-sniped. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 10:53, 24 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Combinatorics degree? Does such a degree really exist? --[[Special:Contributions/162.158.130.37|162.158.130.37]] 17:19, 24 November 2024 (UTC)&lt;br /&gt;
:There are degrees for all kinds of things. A quick search reveals a number of &amp;quot;Combinatorics&amp;quot; or &amp;quot;Combinatorics and &amp;lt;Foo&amp;gt;&amp;quot; (e.g. &amp;quot;Optimisation&amp;quot;) degrees. Some of them are marked as Masters degrees, and I haven't dug into the others to see if there are any 'pure' undergraduate ones (apart from anything else, I know there are crucial differences between the structures and scopes of UK and US 'degree courses' to consider, in particular), but there seems to be representation on both sides of the Atlantic (and elsewhere, e.g. Oceana).&lt;br /&gt;
:At the very least, it could be a selected specialised segment of an even wider mathematical degree course, or a cross-disciplinary one (like my own, which was part under Physics and part under Computing, but could have included a Stats-based element). [[Special:Contributions/162.158.74.49|162.158.74.49]] 19:07, 24 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2914:_Eclipse_Coolness&amp;diff=338822</id>
		<title>2914: Eclipse Coolness</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2914:_Eclipse_Coolness&amp;diff=338822"/>
				<updated>2024-04-04T08:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2914&lt;br /&gt;
| date      = April 1, 2024&lt;br /&gt;
| title     = Eclipse Coolness&lt;br /&gt;
| image     = eclipse_coolness_2x.png&lt;br /&gt;
| imagesize = 609x325px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = A partial eclipse is like a cool sunset. A total eclipse is like someone broke the sky.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an ILLUSORY ECLIPSE (APRIL FOOLS) - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
A total {{w|solar eclipse}} will occur in North America {{w|Solar eclipse of April 8, 2024|on April 8, 2024}}, a week after this comic. A solar eclipse occurs when the Moon moves between the Sun and the Earth, but in order for it to be a total eclipse, the Sun, Moon and the observer's position on the Earth need to line up nearly exactly, and at the right distances (if the moon is too far away, the eclipse will be annular, rather than total). When such a phenomenon occurs, there's a &amp;quot;path of totality&amp;quot;, referring to the range of locations where such an alignment occurs (though only for a few minutes in each location). Away from, but near to, the path of totality (and outside of the specific time of totality), the Moon partially obscures the Sun. In Boston, where [[Randall]] lives, the Sun will be 93% obscured at the local peak of the eclipse.&lt;br /&gt;
&lt;br /&gt;
The comic refers to the fact that the human eye is very bad at detecting different levels of light intensity. You would think that a 95% eclipse would result in things looking only 5% as bright as normal, but because our irises adjust to diminishing available light, it will still seem light out even at the maximum point of coverage. The dimming light is similar to light in late evening, or on a heavily overcast day, nothing particularly remarkable. Using eclipse glasses (or a simple pinhole camera), it's possible to see the Sun being occluded, but someone unaware that an eclipse was occurring would barely notice that anything was happening. &lt;br /&gt;
&lt;br /&gt;
Within the path of totality, it's a different situation. Though an eclipse for any given locale could be experienced at all times from dawn to dusk, the most effective ones will occur somewhere around the middle of the observer's day. When the Moon fully obscures the Sun, for a brief period of time, the area becomes almost fully dark without the usual or expected {{wiktionary|crepuscular}} transition. Temperatures drop noticeably in a matter of minutes and wildlife (and people) may react in unusual ways. The level of light in the rest of the sky is similar to that which accompanies a sunset, but in all directions and without the horizon's red light effect. Most dramatically, the previously unseeable Sun's upper atmosphere can be viewed, as a ring around the dark circle of the Moon, with the naked eye (which should ''only'' be possible once the bright solar disc is obscured, and until it starts to appear again). At the very limits of totality, though perhaps most dramatic at its ending, the smallest sections of the bright solar surface will briefly be the only parts to shine through low points on the Moon's edge to form {{w|Baily's beads}}, or a &amp;quot;diamond ring&amp;quot; effect, not at all visible beyond the narrow central strip of the eclipse.&lt;br /&gt;
&lt;br /&gt;
The graph in this strip points out that the difference between 91% (or even a 99%) eclipse and a total eclipse is dramatic. An almost total eclipse is barely noticeable, while a total eclipse is a visual phenomenon unlike any other. This is a situation where being close to the path of totality and being on it makes a huge difference. &lt;br /&gt;
&lt;br /&gt;
Forbes made a similar reference to total solar eclipses being only worthwhile seeing if in the direct path of 100% totality, with a [https://imageio.forbes.com/specials-images/imageserve/65ef95bf101386371bff5839/2024-04-08-TSE-regional-FUNNY-copy/0x0.png &amp;quot;map of nope&amp;quot;]. The map shows all of North America that's not directly in the 100% path of totality as &amp;quot;Nope&amp;quot; meaning that anyone in those areas won't experience the full &amp;quot;OMG!&amp;quot; experience of the total solar eclipse. The [https://www.forbes.com/sites/jamiecartereurope/2024/03/19/why-every-american-needs-to-see-the-map-of-nope-meme-before-april-8s-total-solar-eclipse/?sh=2aab9ab55725 article] mentions hotels may claim to be close enough to the eclipse with &amp;quot;nonsensical oxymorons like '99% coverage of the full total eclipse'&amp;quot; and that it is common for people to think: &amp;quot;I'm happy to avoid the traffic and settle for 95%'&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text simply resumes what was told in the graph in the comic. A partial eclipse would make the sky as dim as a sunset, while a total eclipse seems like someone broke the sky, as almost no light would reach the viewer.&lt;br /&gt;
&lt;br /&gt;
Randall has earlier made [[:Category:Total Solar Eclipse 2017|many comics]] about the 2017 total solar eclipse, such as [[1876: Eclipse Searches]] through [[1880: Eclipse Review]] and [[2816: Types of Solar Eclipse]]. Randall and his wife also made plans to see the 2024 eclipse in [[1928: Seven Years]].&lt;br /&gt;
&lt;br /&gt;
Additionally, the graph appears similar to a Dirac delta distribution.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A graph is shown with a curve starting from zero a bit from the left of the Y-axis and from there staying almost at the same height just above the X-axis from left to right, where it again goes to zero a bit from the right end of the X-axis. That is except at the very center of the graph, where the line peaks going to a point high above the top of the Y-axis. An arrow is pointing up on the top of the Y-axis and this axis has a label to the left. The X-axis has no label or arrow, but there are three segments beneath it, two large left and right of the peak and a very small in the middle just under the peak. The two large segments has a double arrow pointing from the two lines at the left and right of their segments, and in the middle of these arrow there are labels. Beneath these segments there is another label with an arrow pointing to the gap between the lines of the two long segments. At the top left of the graph there is a large header with a sub header beneath:]&lt;br /&gt;
:&amp;lt;big&amp;gt;How cool a solar eclipse looks&amp;lt;/big&amp;gt;&lt;br /&gt;
:by position along the path&lt;br /&gt;
&lt;br /&gt;
:Y-axis: Coolness&lt;br /&gt;
:Label beneath X-axis left : Partial eclipse zone&lt;br /&gt;
:Label beneath X-axis center: Path of totality&lt;br /&gt;
:Label beneath X-axis right : Partial eclipse zone&lt;br /&gt;
&lt;br /&gt;
:[Two small dots representing people are drawn a bit to the right of the path of totality zone. Star bursts above these indicate they are speaking with their text shown above them:]&lt;br /&gt;
:Left person: We should have a good view here - we're pretty close to the middle of the path.&lt;br /&gt;
:Right person: Yeah, this map says the sun will be 91% eclipsed!&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This comic was released on April 1st and marks the second year in a row that [[Randall]] has not made an [[:Category:April fools' comics|April fools' comic]]. &lt;br /&gt;
**It is also the first time a release day has fallen on April 1st without Randall making any note of it, and not since 2009 has there been a comic released on April 1st without it being an April fools' comic. &lt;br /&gt;
**That year, however, he found another way to make an April fools' thus making this year the first ever with a release on April 1st without any link to April Fools'.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Line graphs]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Solar eclipses]]&lt;br /&gt;
&amp;lt;!-- [[Category:Total Solar Eclipse 2024]] might need to be created later? --&amp;gt;&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=730:_Circuit_Diagram&amp;diff=333943</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=333943"/>
				<updated>2024-01-31T22:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: Undo revision 333928 by 172.71.150.19 (talk) No.&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. When an electrical component is subject to excessive current it often fails due to heat. This heat is often accompanied by a burning smell and smoke, right at the moment that the circuit fails. Hence the joke that the reason that the circuit failed is that &amp;quot;the magic smoke that makes it work has been released.&amp;quot; }}&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}} and connecting one to power may cause time travel or time distortions in the local area.}}&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>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2887:_Minnesota&amp;diff=333936</id>
		<title>2887: Minnesota</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2887:_Minnesota&amp;diff=333936"/>
				<updated>2024-01-31T21:26:03Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: /* Explanation */ Post-glacial rebound is linked.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2887&lt;br /&gt;
| date      = January 29, 2024&lt;br /&gt;
| title     = Minnesota&lt;br /&gt;
| image     = minnesota_2x.png&lt;br /&gt;
| imagesize = 673x260px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = In addition to 'squishy', after reviewing my submitted intraplate ground motion data, the National Geodetic Survey has politely asked me to stop using the word 'supple' so often when describing Midwestern states.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by A SLOWLY EXPANDING CANADIAN-IOWAN INVASION - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Hairy]], [[Ponytail]], and [[Cueball]] are in a business meeting of an unknown nature, but one which (it transpires) is unrelated to either geography, geology or geopolitical boundaries. Hairy asks if anyone has any other concerns, a common enough question to ask when trying to ensure that nobody at the meeting has still something to say that had not already been covered directly by the agenda or the resulting discussions.&lt;br /&gt;
&lt;br /&gt;
Cueball voices an opinion on Minnesota. Due to the {{w|post-glacial rebound}} present in Minnesota, this US state is apparently slowly decreasing in size. The humor comes from the fact that this may be a genuine concern by Cueball, but is completely unrelated to the topic of the meeting nor even a very significant problem even in more relevant circles. And yet Cueball clearly finds it important enough that &amp;quot;all meetings should be about Minnesota&amp;quot; until the 'problem' is solved. Not only is the minor decrease of Minnesota size not really a 'problem' that has any practical significance, there is also no way to prevent this.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text implies that Cueball has also brought this issue up to the {{w|National Geodetic Survey}}; rather than commenting on his data or findings, they have simply requested that he stop using suggestive language in his papers (&amp;quot;supple&amp;quot; and &amp;quot;squishy&amp;quot; are sometimes used, especially in erotic literature, to describe certain body parts).&lt;br /&gt;
&lt;br /&gt;
The Midwestern states, particularly in areas like the {{w|New Madrid Seismic Zone}}, are subject to the movement of tectonic plates well within a tectonic plate boundary. While these areas are typically less active than boundary zones, they can still experience significant seismic activity. The flexible way the Earth's crust in these regions responds to tectonic stresses – gently stretching and flexing over centuries in response to deep stresses – could imaginatively be described as &amp;quot;supple.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Hairy standing in front of Ponytail and Cueball, who are sitting behind a desk]&lt;br /&gt;
:Hairy: Does anyone have any other concerns?&lt;br /&gt;
:Cueball: I'm concerned that Minnesota is getting shorter.&lt;br /&gt;
&lt;br /&gt;
:[A map of Minnesota beside Cueball, with arrows pointing from the northern and southern borders towards the middle]&lt;br /&gt;
:Cueball: Because of post-glacial crust rebound, the northern border is moving toward the southern border. It's less than an inch a decade, but I still don't like it.&lt;br /&gt;
:Cueball: Minnesota shouldn't be squishy.&lt;br /&gt;
&lt;br /&gt;
:[Hairy again standing in front of Ponytail and Cueball at the desk. Ponytail is looking at Cueball, whose finger is now raised in the air, gesturing]&lt;br /&gt;
:Hairy: Okay. Does anyone have any concerns related to the topic of this meeting?&lt;br /&gt;
:Cueball: All meetings should be about Minnesota until we resolve this.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Geology]]&lt;br /&gt;
[[Category:Geography]]&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2781:_The_Six_Platonic_Solids&amp;diff=333397</id>
		<title>Talk:2781: The Six Platonic Solids</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2781:_The_Six_Platonic_Solids&amp;diff=333397"/>
				<updated>2024-01-23T09:28:15Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: &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;
Does he know about Homestar Runner? [[Special:Contributions/172.70.131.137|172.70.131.137]] 06:02, 27 May 2023 (UTC)&lt;br /&gt;
:Yes. http://www.hrwiki.org/wiki/Webcomic_Sightings#xkcd [[User:Trogdor147|Trogdor147]] ([[User talk:Trogdor147|talk]]) 01:07, 29 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why Jorb? Only thing I can find is [https://en.wiktionary.org/wiki/jorb Jorb on wikitionary] just meaning spelling of bad pronunciation of Job. And yes the episode of Homestar Runner [https://homestarrunner.com/toons/a-jorb-well-done A Jorb Well Done] comes up. Also this episode that is the top meaning of jorb on [https://www.urbandictionary.com/define.php?term=Jorb Urban dictionary]. Would really like there to a better idea than that Plato did a great Jorb making a sixth solid to rule the mathematicians. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:18, 27 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I agree. We should ask for our money back. -- [[User:Dtgriscom|Dtgriscom]] ([[User talk:Dtgriscom|talk]]) 17:19, 27 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
What if there're much more of them, like a [https://xkcd.com/2657 Ď̩̰odec̭ähedron], but our minds can't properly comprehend their shape?&lt;br /&gt;
: There are a bunch of other regular polyhedra besides the Platonic solids. Most notable are the triangular, square, and hexagonal tilings (which are planar and infinite) and the four Kepler-Poinsot polyedra (which are nonconvex). And there are dozens more if you don't require faces to be planar. [[Special:Contributions/172.70.178.234|172.70.178.234]] 09:44, 27 May 2023 (UTC)&lt;br /&gt;
::See https://youtu.be/_hjRvZYkAgA for an overview of every regular polyhedron in Euclidean 3-space. [[Special:Contributions/162.158.146.40|162.158.146.40]] 09:59, 27 May 2023 (UTC)&lt;br /&gt;
:::I had never seen this channel before, and I'd very much like to thank you for introducing it to me. [[Special:Contributions/162.158.167.8|162.158.167.8]] 21:39, 29 May 2023 (UTC)&lt;br /&gt;
: Some of the proofs of the theorem that there are exactly five platonic solids do not require our minds to &amp;quot;comprehend their shape&amp;quot;, because they only rely on their algebrical properties. In fact, the Group theory proof works in any dimension (≥3), despite our minds being very bad at picturing what stuff looks like in higher dimensions. In fact, it's a bit of the opposite: lower dimensions (2 and 3) are &amp;quot;special cases&amp;quot;, because all other dimensions have exactly 6 such platonic solids. [[User:Jthulhu|Jthulhu]] ([[User talk:Jthulhu|talk]]) 15:41, 27 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think this is a reference to how the Utah Teapot is nicknamed “the sixth Platonic solid” due to its presence beside real Platonic solids in demonstrations of 33D rendering. [[Special:Contributions/172.68.118.133|172.68.118.133]] 08:52, 27 May 2023 (UTC)&lt;br /&gt;
:...yeah, but you need to render that 33D shape on a proper 32D monitor, ideally, because even on a 31D monitor the two different forced perspectives/projections you need to collapse the extra dimensions down tend to look confusing. [[Special:Contributions/172.70.162.229|172.70.162.229]] 10:46, 27 May 2023 (UTC) *insert winky-face as necessary*&lt;br /&gt;
:: Thanks, that predates my claim in https://arxiv.org/abs/2103.00090, so I won’t claim priority:&lt;br /&gt;
::: ‘By this conception, the claim that there is a Russell Set is simply wishful thinking, analogous to wanting the phrase “sixth Platonic solid” to have a referent, while not actually intuiting which shape this might be.’  &lt;br /&gt;
:: — [[User:FlashSheridan|FlashSheridan]] ([[User talk:FlashSheridan|talk]]) 12:33, 31 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we think about Jorb, perhaps, as &amp;quot;J orb,&amp;quot; which might lead us to think about (''i'',''j'') coordinates, i.e. notational systems where ''j'' is the square root of minus 1? (blah blah engineering vs. mathematics, what does ''i'' mean, &amp;amp;c., &amp;amp;c., &amp;amp;c.) Maybe not! [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 10:41, 27 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
When I naively imagine further platonic solids, my approach to cheating is usually to imagine arbitrarily non-euclidean space. It’s somewhat pleasant that the jorb looks a little like that —- it’s only platonic if the coordinate system it’s in bends and stretches to make it so. I imagine the name and depiction are simply to be intentionslkynvague or confusing about what it actually is. It’s a lot harder to do real innovation nowadays and tasks like inventing a jorb can readily crop up to nerds (the nerd snipe kind) who are looking for sufficiently hard and harmless puzzles. A sixth platonic solid seems to mostly happen outside the norms of what people usually consider in a pretty significant way. [[Special:Contributions/162.158.155.99|162.158.155.99]] 02:30, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I asked GPT-4, &amp;quot;Why could Sauron control the Nazgûl when not in possession of the One Ring?&amp;quot; The response:&lt;br /&gt;
&lt;br /&gt;
:''Sauron was able to control the Nazgûl even when he didn't possess the One Ring because of the nature of the rings they received and the relationship these rings had with the One Ring.''&lt;br /&gt;
:''Sauron, disguised as Annatar, the &amp;quot;Lord of Gifts,&amp;quot; helped the Elven smiths of Eregion, led by Celebrimbor, forge the Rings of Power. Unknown to the Elves, Sauron had instructed them to forge the rings in such a way that they could be controlled by one master ring - the One Ring. He secretly forged the One Ring in the fires of Mount Doom, uttering the famous verse: &amp;quot;One ring to rule them all, one ring to find them, one ring to bring them all and in the darkness bind them.&amp;quot;''&lt;br /&gt;
:''When he gave the nine rings to Men, these rings corrupted them over time and turned them into the Nazgûl, also known as the Ringwraiths. Because these nine rings were still under the influence of the One Ring, Sauron was able to control the Nazgûl even when he did not possess the One Ring himself. The One Ring's power was inherent and didn't need physical proximity to exert control. The Nazgûl were bound to the will of Sauron as their wills were dominated by their rings, which were in turn dominated by the One Ring.''&lt;br /&gt;
:''The link and dominance were so strong that even when the One Ring was lost, the Nazgûl remained under Sauron's control. It's also worth noting that Sauron held the Nine Rings the Nazgûl originally received, which could also contribute to his ability to control them.''&lt;br /&gt;
:''It's a complex network of influence and control established by Sauron, making him a powerful Dark Lord even in the absence of his master ring.''&lt;br /&gt;
&lt;br /&gt;
Well. I'm glad &amp;lt;s&amp;gt;someone&amp;lt;/s&amp;gt; something understands that. Lol. [[Special:Contributions/172.69.22.145|172.69.22.145]] 06:11, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks suspiciously like a bicycle saddle to me.  And as anyone who's parked their backside on one for any distance or time, it is DEFINITELY a solid. [[User:RAGBRAIvet|RAGBRAIvet]] ([[User talk:RAGBRAIvet|talk]]) 07:25, 28 May 2023 (UTC)&lt;br /&gt;
:(Well, there's all kinds of saddles, and the [https://www.brooksengland.com/en_uk/swallow.html golden era of leather saddles] were actually not that bad (that link states a 10 year guarantee for the current output, but I personally know of a couple used regularly for 60+years and were still doing well), though with the advent of more synthesised materials they've had to go creative with the texture/covering to give it back the 'give'. Which no doubt makes more an 'impression' on the more modern saddle purchaser, in more ways than one.)&lt;br /&gt;
:Reminds me of one of the more abstract 'elemental' {{w|Henry Moore}} pieces, or possibly one of his contemporaries/'inspired-by's. And you could certainly find painters and other art-form creators who have gone into 'abstract blob' shapes, either to represent something real in a novel way or to deliberately represent nothing real at all, and I suspect that's Randall's aim... (Like &amp;quot;xkcd&amp;quot; made to not look enough like anything else, or so intended). It certainly shows no sign of ''any'' symmetry at all. [[Special:Contributions/172.70.86.32|172.70.86.32]] 12:29, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Based on the shape, ribbing, and a different definition of &amp;quot;platonic&amp;quot; I think this could be referring to the Roman artefact that was recently re-classified as a dildo. Platonic solid? [[Special:Contributions/172.70.111.111|172.70.111.111]] 16:06, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not gonna lie, this feels like a Cow Tools comic to me. Sometimes mathematicians discover new things, wouldn't it be weird if they discovered something impossible? End of joke. Everything else regarding the shape and name is an inkblot test (until the title text which is actually a LOTR reference of course). [[Special:Contributions/172.70.82.59|172.70.82.59]] 17:04, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it worth mentioning that the dodecahedron and isocahedron have their names switched? [[User:C.h.ninnymuggins|C.h.ninnymuggins]] ([[User talk:C.h.ninnymuggins|talk]]) 21:00, 28 May 2023 (UTC)&lt;br /&gt;
:It would be if they were (a common error), but... they aren't. (See {{w|Platonic solid|here}}.) [[Special:Contributions/172.69.79.196|172.69.79.196]] 21:33, 28 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ok whoever added that jan misali link that's super cool of you nice [[Special:Contributions/172.71.82.147|172.71.82.147]] 03:50, 29 May 2023 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I feel that there's a joke missing here, especially with the LOTR connection made in the alt-text. After all, Plato might have gifted the solids to the mathematicians, but thanks to Gary Gygax, it was the gamers who found a use for them....&lt;br /&gt;
[[Special:Contributions/172.70.86.7|172.70.86.7]] 06:37, 29 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Plato did a a great jorb ruling the mathematicians by forging the impossible... plato got a gold star at his job review... was that really it?--[[User:4til7|4til7]] ([[User talk:4til7|talk]]) 20:33, 29 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I kind of feel sorry for the platonic solids. Condemned to the friend zone for eternity; or at least until the end of this universe. [[User:These Are Not The Comments You Are Looking For|These Are Not The Comments You Are Looking For]] ([[User talk:These Are Not The Comments You Are Looking For|talk]]) 22:54, 29 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
You've all been nerd sniped. [[Special:Contributions/172.70.42.43|172.70.42.43]]&lt;br /&gt;
&lt;br /&gt;
Also the Gömböc comes to mind from the name, the shape and the novelty of Jorb.&lt;br /&gt;
[[Special:Contributions/162.158.182.115|162.158.182.115]] 18:51, 2 June 2023 (UTC)&lt;br /&gt;
: Added link to &amp;quot;{{w|Gömböc}}&amp;quot;, as that is immediately what I thought of when seeing this comic. Randall's Jorb looks designed to have Gomboc-like properties: if starting on the long thin facet seen on the top edge, it would be gently pulled down by the large round egg-like &amp;quot;end&amp;quot; and then presumably roll onto one side or the other i.e. rotating around its long axis until reaching the position shown. If the Jorb were indeed a mono-monostatic shape, then like the known Gömböc design it would be a &amp;quot;polyhedron&amp;quot; with one (albeit curved) &amp;quot;facet&amp;quot;, and like the Platonic solids it can rest on any one of its facets, trivially true as there is only one facet. [[User:Mrob27|Mrob27]] ([[User talk:Mrob27|talk]]) 05:50, 12 June 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
So, I think this explanation is under-focused on the actual joke. The core humor here is the idea that &amp;quot;Platonic Solid&amp;quot; means &amp;quot;Solids Plato made&amp;quot; and not regular polyhedra at all. &amp;quot;Mathmetitions long believed there were five platonic solids, all regular polyhedra&amp;quot; So the jorb is explicitly a platonic solid that is not a regular polyhedra. Our explanation should point out then, things like the fact that the platonic solids predate Plato.&lt;br /&gt;
&lt;br /&gt;
There is no doubt that the cube is the most common, but today a strange force made a lot of tetrahedron objects appear. This happens every year. [[User:ConlangGuide|ConlangGuide]] ([[User talk:ConlangGuide|talk]]) 06:23, 12 July 2023 (UTC); 06:44, 11 July 2023 (UTC); 09:07, 9 July 2023 (UTC); 06:07, 8 July 2023 (UTC); 06:17, 7 July 2023 (UTC)&lt;br /&gt;
:They get either eaten or thrown into the water. [[User:ClassicalGames|ClassicalGames]] ([[User talk:ClassicalGames|talk]]) 04:53, 12 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'd like the answer to two questions:&lt;br /&gt;
:# What is CG even talking about?&lt;br /&gt;
:# What is the person who keeps removing CG's comment even complaining about? (Something about Cultural Misappropriation, but ''which'' culture(s)?)&lt;br /&gt;
:...maybe the answer to one will answer the other, but I've a feeling they're  entirely unconnected. Perhaps one (or both?) just trolling. Yet, unless 7/7 is International Dungeons&amp;amp;Dragons™ Day, or something, neither even close to what I'm imagining it's about. [[Special:Contributions/172.71.242.96|172.71.242.96]] 10:50, 9 July 2023 (UTC)&lt;br /&gt;
::That post first appeared in June. [[Special:Contributions/172.71.154.17|172.71.154.17]] 23:45, 9 July 2023 (UTC)&lt;br /&gt;
'''Stop your games'''. And they clearly ''are'' games, as we already know about the historic link between the [https://www.explainxkcd.com/wiki/index.php?title=Talk:2781:_The_Six_Platonic_Solids&amp;amp;diff=next&amp;amp;oldid=317682 .XXX and CG-styled accounts], which you (singular/plural, I don't care) have now used to 'edit war between yoursel(f/ves)'. I don't generally care if the comment is there (whatever it even refers to, but with no obvious 'illegality') or not, but useless reverts/de-reverts/re-reveets/etc should not be tolerated. [[Special:Contributions/172.70.91.53|172.70.91.53]] 08:06, 11 July 2023 (UTC)&lt;br /&gt;
Ha, CG started to fight against himself! Hee-Ha! Hung-Huh-Ha-Hey! [[Special:Contributions/162.158.166.205|162.158.166.205]] 23:01, 11 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if this is relevant: http://www.hrwiki.org/wiki/A_Jorb_Well_Done {{unsigned ip|162.158.62.141|3:47, 2 July 2023}}&lt;br /&gt;
&lt;br /&gt;
Looks like an ocarina to me [[Special:Contributions/172.70.86.186|172.70.86.186]] 19:18, 20 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
It does kinda feel like you all are oblivious to the fact that lots of people won't have a blind clue what any of this actually means. Can someone please translate the explanation from mathematical gibberish to language a lay-imbecile such as myself could understand? What actually *is* a platonic solid might be somewhere to start, in words like 'edges' and 'faces', instead of this 'convexual polyhydra' nonsense... Thanks. [[Special:Contributions/141.101.99.145|141.101.99.145]] 09:28, 23 January 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1336:_Transformers&amp;diff=61430</id>
		<title>1336: Transformers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1336:_Transformers&amp;diff=61430"/>
				<updated>2014-02-28T22:08:55Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: /* Explanation */ Cleared up the last small language issues&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1336&lt;br /&gt;
| date      = February 28, 2014&lt;br /&gt;
| title     = Transformers&lt;br /&gt;
| image     = transformers.png&lt;br /&gt;
| titletext = A helicopter bursts from a chrysalis and alights on a rock, rotors still damp.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic is a parody of {{w|Transformers}}, a fictional species of robots that can transform into vehicles. Transformers typically are able to transform instantaneously (often mid-stride) by manipulating and rearranging their mechanical parts. In this comic, however, [[Randall]] has the Transformers &amp;quot;transform&amp;quot; in the same manner that {{w|Caterpillar|caterpillars}} &amp;quot;transform&amp;quot; via {{w|metamorphosis}} into butterflies or moths.&lt;br /&gt;
&lt;br /&gt;
The first two panels show action scenes that would be appropriate for a Transformers comic. However, the third panel shows the Transformers climbing a tree, and in the final scene they wrap silk around themselves, apparently forming a cocoon or chrysalis.&lt;br /&gt;
&lt;br /&gt;
The title text furthers this parallel, describing a newly transformed helicopter — presumably the post-metamorphosis state of one of the Transformers in the panels — in a manner that would be more appropriate for a freshly-emerged butterfly or moth.&lt;br /&gt;
&lt;br /&gt;
This [[xkcd]] comic is one of the few ones not showing just simple [[stick figure]]s.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[One transformer in the foreground, one in the background.]&lt;br /&gt;
:Transformer: ''Transform!''&lt;br /&gt;
&lt;br /&gt;
:[Transformers running.]&lt;br /&gt;
&lt;br /&gt;
:[Transformers climbing trees.]&lt;br /&gt;
&lt;br /&gt;
:[Transformers encasing themselves in caterpillar-style cocoons.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Robots]]&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1334:_Second&amp;diff=60957</id>
		<title>1334: Second</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1334:_Second&amp;diff=60957"/>
				<updated>2014-02-24T22:51:04Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: Removed the definition of &amp;quot;desperation&amp;quot; - not exactly an uncommon or unfamiliar concept&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1334&lt;br /&gt;
| date      = February 24, 2014&lt;br /&gt;
| title     = Second&lt;br /&gt;
| image     = second.png&lt;br /&gt;
| titletext = Let me just scroll down and check behind that rock. Annnnd ... nope, page copyright year starts with '19'. Oh God, is this a WEBRING?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Incomplete.}}&lt;br /&gt;
{{w|Google}} is a popular search engine. Google's searching algorithms are widely regarded as the most accurate and useful, so if your search terms were sufficiently detailed, you should be finding whatever you were looking for on the first page. If you ever find yourself having to look through the second page, it's (most likely) either because your search terms were too vague, or your query doesn't exist.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]], after failing to find his query in the first page of results, takes a curious peek at the second page for the hell of it; this is represented by a not-at-all subtle metaphor in which Cueball is about to wander into a sun-baked desert. According to the title text, he finds one vaguely relevant webpage, but it's over {{#expr:{{CURRENTYEAR}}-2000}} years old.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|webring}}s, in which multiple websites are connected together, usually with a common theme. They connect from one website to the next, eventually leading back to the starting site. They were popular in the 1990's.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball in a desert standing before a rock.]&lt;br /&gt;
:Rock: Greetings, stranger.&lt;br /&gt;
:Rock: Whatever quest drives you, '''''abandon it.'''''&lt;br /&gt;
:Rock: You shall find no answers in these desolate wastes.&lt;br /&gt;
:Cueball: I knew I wouldn't.&lt;br /&gt;
:Cueball: I guess I... just had to see.&lt;br /&gt;
&lt;br /&gt;
:I hate feeling desperate enough to visit the second page of Google results.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Internet]]&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1333:_First_Date&amp;diff=60745</id>
		<title>Talk:1333: First Date</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1333:_First_Date&amp;diff=60745"/>
				<updated>2014-02-21T17:51:43Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HAIL HELIX {{unsigned ip|‎173.245.54.74}}&lt;br /&gt;
&lt;br /&gt;
Should this be put into the Pokémon category? The comic has nothing to do with Pokémon itself, but the subject matter does. [[User:Blitzer|Blitzer]] ([[User talk:Blitzer|talk]]) 07:37, 21 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Kill me for being a stupid nerd, but when I first read the title &amp;quot;First Date&amp;quot; I thought it was going to be a strip about the Unix Epoch. [[Special:Contributions/173.245.53.201|173.245.53.201]] 10:30, 21 February 2014 (UTC)&lt;br /&gt;
::I think that was a very cool deducton, Monica. [[Special:Contributions/173.245.53.138|173.245.53.138]] 15:47, 21 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is the first strip for a while that I had no idea what was going on. Thanks, explainxkcd! BTW I do think the Pokémon category is probably relevant enough. [[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 11:02, 21 February 2014 (UTC)&lt;br /&gt;
:Ah, ditto. Cheers for the explanation (not sure whether I'm happy or not that I'm so disassociated from apparently popular culture though). I actually thought &amp;quot;Twitch&amp;quot; was some sort of &amp;quot;random Twitter feed&amp;quot; thing, though, so (to some degree) I suppose I was also ''almost'' on the right track. &amp;lt;!-- While I'm here, I'm hoping for something special in comic 1337. Don't know what, but it would surely be a wasted opportunity. --&amp;gt; [[Special:Contributions/141.101.99.145|141.101.99.145]] 17:31, 21 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone else notice that between panels 2 and 3, Cueball drinks most of his wine? [[Special:Contributions/141.101.99.145|141.101.99.145]] 17:51, 21 February 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1333:_First_Date&amp;diff=60741</id>
		<title>Talk:1333: First Date</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1333:_First_Date&amp;diff=60741"/>
				<updated>2014-02-21T17:31:38Z</updated>
		
		<summary type="html">&lt;p&gt;141.101.99.145: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HAIL HELIX {{unsigned ip|‎173.245.54.74}}&lt;br /&gt;
&lt;br /&gt;
Should this be put into the Pokémon category? The comic has nothing to do with Pokémon itself, but the subject matter does. [[User:Blitzer|Blitzer]] ([[User talk:Blitzer|talk]]) 07:37, 21 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Kill me for being a stupid nerd, but when I first read the title &amp;quot;First Date&amp;quot; I thought it was going to be a strip about the Unix Epoch. [[Special:Contributions/173.245.53.201|173.245.53.201]] 10:30, 21 February 2014 (UTC)&lt;br /&gt;
::I think that was a very cool deducton, Monica. [[Special:Contributions/173.245.53.138|173.245.53.138]] 15:47, 21 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is the first strip for a while that I had no idea what was going on. Thanks, explainxkcd! BTW I do think the Pokémon category is probably relevant enough. [[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 11:02, 21 February 2014 (UTC)&lt;br /&gt;
:Ah, ditto. Cheers for the explanation (not sure whether I'm happy or not that I'm so disassociated from apparently popular culture though). I actually thought &amp;quot;Twitch&amp;quot; was some sort of &amp;quot;random Twitter feed&amp;quot; thing, though, so (to some degree) I suppose I was also ''almost'' on the right track. &amp;lt;!-- While I'm here, I'm hoping for something special in comic 1337. Don't know what, but it would surely be a wasted opportunity. --&amp;gt; [[Special:Contributions/141.101.99.145|141.101.99.145]] 17:31, 21 February 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>141.101.99.145</name></author>	</entry>

	</feed>