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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358682</id>
		<title>Talk:3020: Infinite Armada Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358682"/>
				<updated>2024-12-05T15:46:05Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Hit me up when this becomes real. */ You might be able to get the developer of fairy stockfish ( https://fairy-stockfish.github.io/ ) to add this if you aske nicely. I have seen them add several reader requests.&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;
Did I do well? Added a very very basic explanation. [[Special:Contributions/172.68.147.132|172.68.147.132]] 04:25, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, yes but I wonder if just one tiny fix is needed. If you replace the white side with a simplyfied artillery tower, you reinvented space invaders.{{unsigned ip|172.71.160.70|04:57, 5 December 2024 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
I was personally hoping for an explanation of the Infinite Armada thing, and I feel like a link to the TV Tropes page doesn't really. Explain that at all. So I would love a bit of an expansion on that part! Just want to be sure I didn't miss some reference or something. [[Special:Contributions/172.68.23.91|172.68.23.91]] 05:48, 5 December 2024 (UTC)&lt;br /&gt;
: Likewise. I get the comic, but I assumed the 'armada' part was a reference that I just did not get. But it seems it is just a word choice. [[Special:Contributions/172.71.102.105|172.71.102.105]] 09:39, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that since the error was &amp;quot;out of bounds&amp;quot;, not &amp;quot;out of memory&amp;quot;, it's referring to indexing outside of the region of memory that the program allocated to deal with the board. This would happen since instead of addressing rank 1..8, you could address rank 9, 10, 0, or -1. Unless bounds checking is performed when converting the board coordinates into linear array indices, you'd get an out-of-bounds error (or worse, succeed in reading or modifying memory that you weren't intending to). --[[Special:Contributions/172.71.30.253|172.71.30.253]] 05:45, 5 December 2024 (UTC)&lt;br /&gt;
:It was &amp;quot;Out of Bounds memory access&amp;quot;. That means it was trying to access a memory address that was out of the bounds of the computer, as if it were trying to access the  ω-th index of the board array, which would put it out of the memory range of any computer [[User:Firestar233|guess who]] ([[User talk:Firestar233|if you want to]] | [[Special:Contributions/Firestar233|what i have done]]) 06:15, 5 December 2024 (UTC)&lt;br /&gt;
:: There is no hint that the bounds are those of the computer, the simplest explanation really is that the bounds are those of an array. The error message does come up. In addition, to try to access the memory at the ω-th index, you would need to construct the ω-th index itself first (which would fail or not terminate) [[User:Jmm|Jmm]] ([[User talk:Jmm|talk]]) 07:01, 5 December 2024 (UTC)&lt;br /&gt;
::: The specific message, &amp;quot;RuntimeError: Out of bounds memory access&amp;quot;, is a WebGL error issuing from its WASM cross-platform browser implementation. This implies to me that an attempt to render an infinite chessboard failed in a fairly trivial way, because of a poor implementation. It's very unlikely that there had been a problem with the [https://github.com/official-stockfish/Stockfish/tree/master/src Stockfish playing algorithm] yet, which would have failed with a different message if it ran out of memory, such as &amp;quot;Killed&amp;quot;, which is all that shells like Bash print when one of their job processes is killed by the kernel's OOM killer, or by anything else for that matter. [[Special:Contributions/172.70.215.21|172.70.215.21]] 12:58, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this a reference to [https://youtu.be/rav29N0-h2c infinite chess by Naviary?] [[User:HaruruChanDesu|HaruruChanDesu]] ([[User talk:HaruruChanDesu|talk]]) 11:21, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;it does not really need to consider the infinitely many pieces&amp;quot; =&amp;gt; a chess Engine would need to consider the infinitely many pieces (or have a way to abstract them), even if some pieces are currently stuck because the engine recursively evaluates moves and counter-moves (i.e. evaluates the game up to some depth).&lt;br /&gt;
&lt;br /&gt;
== Hit me up when this becomes real. ==&lt;br /&gt;
&lt;br /&gt;
I would like to try this out. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 12:29, 5 December 2024 (UTC)&lt;br /&gt;
:It should be easy enough. You will rarely get the queens out in play from deep in the array. So maybe just put two chess boars together and put some placeholder in for queens in the extra fields. If ever a queen in the bottom row is moved, place extra queens that can now be moved into the 2-3 squares that would be outside the board...--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:39, 5 December 2024 (UTC)&lt;br /&gt;
:It might be something one could set up in Infinite Chess, although having limits on the chessboard may be difficult. [[Special:Contributions/172.68.150.67|172.68.150.67]] 14:01, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Here's a finite approximation in ChessCraft: https://www.chesscraft.ca/design?id=5KM4 [[User:Promethean|Promethean]] ([[User talk:Promethean|talk]]) 15:37, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I understand how to play chess, I don't get the bit about &amp;quot;having a bunch of queens doesn't go very well&amp;quot;. At first glance, the linked chess layout looks pretty solid. Can someone please enlighten me? Also, what does the TV Tropes link about Title Drop have to do with Infinite Armada, aside from that being the title of the comic? [[Special:Contributions/172.70.230.77|172.70.230.77]] 13:10, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: ... Nd6. [[Special:Contributions/172.70.91.246|172.70.91.246]] 13:31, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Ah, thanks. Moving the knight there puts the king in check, and moving either queen to take it exposes the king to the bishop or rook, so checkmate. [[Special:Contributions/162.158.63.38|162.158.63.38]] 15:05, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could this be a reference to the meme about &amp;quot;eating an infinite armada of pizza&amp;quot;? The wording seems too similar to be a coincidence. [[Special:Contributions/172.70.114.46|172.70.114.46]] 14:46, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::You might be able to get the developer of fairy stockfish ( https://fairy-stockfish.github.io/ ) to add this if you aske nicely. I have seen them add several reader requests. [[Special:Contributions/172.70.211.143|172.70.211.143]] 15:46, 5 December 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3011:_Europa_Clipper&amp;diff=356811</id>
		<title>Talk:3011: Europa Clipper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3011:_Europa_Clipper&amp;diff=356811"/>
				<updated>2024-11-14T17:45:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: reply&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;
I'm not brave enough to actually add an explanation myself, quite yet, but ... I guess this is a reference to the fact(?) that Europa looks a bit like a creme brulee', when viewed from space?  https://science.nasa.gov/jupiter/moons/europa/ It does look tasty ... :) [[User:ModelD|ModelD]] ([[User talk:ModelD|talk]]) 12:53, 13 November 2024 (UTC)&lt;br /&gt;
:I suspect it's more due to the need to drill through a couple miles of ice to get to the ocean; much like breaking through the sugar crust on a creme broule! [[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 13:16, 13 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you to the people at 9AM Post things on another website to try and explain XKCD Comics. -Forgotten_Mail {{unsigned ip|172.69.33.177|13:30, 13 November 2024}}&amp;lt;!-- also forgotten to sign!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The comically large spoon!!!!!!!!!! I love those. -[[User:Psychoticpotato|P?sych??otic?pot??at???o ]] ([[User talk:Psychoticpotato|talk]]) 16:38, 13 November 2024 (UTC)&lt;br /&gt;
: Don't be sucked in! Protect yourself! https://rathergood.com/2017/02/10/spoonguard/ [[Special:Contributions/141.101.99.105|141.101.99.105]] 10:57, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the &amp;quot;Crème brûlée is from France, France is in Europe, the moon is called Europa&amp;quot; connection is a bit of a stretch...? [[User:Yorkshire Pudding|Yorkshire Pudding]] ([[User talk:Yorkshire Pudding|talk]]) 18:36, 13 November 2024 (UTC)&lt;br /&gt;
: Eh, it's the same etymology. --[[Special:Contributions/172.69.134.230|172.69.134.230]] 11:04, 14 November 2024 (UTC)&lt;br /&gt;
:: The issue of the continent and the moon coming from the same classical source (for different reasons) rather stretches the link between the dish (from the country, from the country's region/continent, from the region of Greece, ''possibly'' from the pantheon) and the moon (directly from the pantheon). I agree with the 'stretch' assessment. You can probably find easier and more plausible (but wrong) links worth alluding to than that, which relies upon several steps and a ''possible'' polysemic pair of original links. [[Special:Contributions/172.70.58.45|172.70.58.45]] 12:12, 14 November 2024 (UTC)&lt;br /&gt;
:::From an American perspective, Europe might seem like a distant, mysterious place that you might want to send a probe to to gather interesting information, and also somewhere that crème brûlée comes from. It's also potentially confusable (by the easily confused) with Europa. That seems like a reasonable enough connection to make to me. The mention of France is essentially by the by.[[Special:Contributions/172.71.26.107|172.71.26.107]] 12:23, 14 November 2024 (UTC)&lt;br /&gt;
:::It keeps getting said that &amp;quot;Europa is named after Europe&amp;quot;, '''which is not correct''' (etymology, BTW, not entomology). I shall have to re-restore some other changes made to the same paragraph in rapid succession whilst I was trying to explain this. Bear with me. [[Special:Contributions/172.70.160.195|172.70.160.195]] 14:57, 14 November 2024 (UTC)&lt;br /&gt;
:::...You don't care, do you. You just keep putting it back in. SMH. Have fun. Someone else will probably be along to correct you ''again'' later. [[Special:Contributions/141.101.68.92|141.101.68.92]] 15:35, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;only a spoonful&amp;quot; moment 💔 [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 19:20, 13 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone should add a reference to XKCD's previous mention of a Planetary Protection Officer: https://what-if.xkcd.com/117/ [[Special:Contributions/162.158.42.221|162.158.42.221]] 00:09, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
JUICE mentioned!!! cracker ham cheese cracker ham cheese cracker [[User:N-eh|N-eh]] ([[User talk:N-eh|talk]]) 07:31, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here is a list from NASA about spacecraft instrument deployment failures, they are remarkably frequent: https://ntrs.nasa.gov/api/citations/20210020397/downloads/Alphonzo%20Stewart-%20Final%20Paper.pdf  [[Special:Contributions/162.158.19.50|162.158.19.50]] 13:00, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think we need to have a conversation about how the insertion orbit plan is so chaotic that there is a significant chance that the probe might crash in to and pierce the crust of Europa. [[Special:Contributions/162.158.187.56|162.158.187.56]] 14:36, 14 November 2024 (UTC)&lt;br /&gt;
:...and if so, what's the likelihood of hitting just the right angle to scrape off a tasty bit with that spoon? [[User:Transgalactic|Transgalactic]] ([[User talk:Transgalactic|talk]]) 16:04, 14 November 2024 (UTC)&lt;br /&gt;
::What would you like it to be? I can't step on butterflies, but I can certainly act according to the purest form of free will by strapping a noise bridge diode to my corpus callosum. [[Special:Contributions/108.162.246.83|108.162.246.83]] 16:17, 14 November 2024 (UTC)&lt;br /&gt;
:Well we just need Elon to lock in the plan that if it crashes then it automatically becomes a sample return mission, and the first SolarCity sales rep to break out +150% of their quota gets to be the one to crash it. [[Special:Contributions/162.158.42.130|162.158.42.130]] 15:56, 14 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can ''not'' believe I got ChatGPT to make this for me:&lt;br /&gt;
{{cot|You have been warned}}&lt;br /&gt;
&lt;br /&gt;
Europa was this smart, ambitious woman just trying to make it out there in the Mediterranean startup scene. She had her plans, her own thing going on, some solid friends, and a bright future. She wasn’t looking for anything too complicated; she just wanted to keep her options open and figure out her next big move.&lt;br /&gt;
&lt;br /&gt;
Enter Zeus. Now, picture him as that intense CEO type—big, powerful, kind of legendary for his influence (and his *questionable* reputation). He’s been around the block a few times, always looking for the next exciting project or, well… person. Zeus saw Europa, and she was exactly his type: sharp, resourceful, had a lot of potential. He was like, &amp;quot;Yeah, I need *that* in my portfolio.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
But Zeus was a little extra with his tactics. Instead of just, you know, scheduling a coffee chat or reaching out on LinkedIn like a normal person, he came up with this elaborate scheme. He disguised himself as this beautiful white bull (yeah, Zeus was *that* guy who would make things way more complicated than necessary). He wandered down to the shore near Europa and her friends, looking majestic and mysterious, and let her come to him.&lt;br /&gt;
&lt;br /&gt;
Europa, understandably, was like, &amp;quot;This bull is kind of weirdly friendly and actually pretty cool.&amp;quot; She got curious, went closer, and Zeus played it super smooth, staying calm and approachable. When she got comfortable enough, she even climbed onto his back for a ride—just for fun! I mean, who hasn’t hopped onto a crazy idea because it seemed cool at the time, right?&lt;br /&gt;
&lt;br /&gt;
But then things got wild. Suddenly, Zeus took off, sprinting across the beach and straight into the sea. He didn’t just want to show her the local scene; he was taking her across the entire Mediterranean to Crete, like some super intense onboarding retreat she hadn’t signed up for. By the time they got there, she was probably exhausted, confused, and questioning her life choices.&lt;br /&gt;
&lt;br /&gt;
And here’s the kicker: once they arrived, Zeus was like, “Oh hey, it’s me! Not just some chill bull—surprise, I’m Zeus.” At this point, Europa realized she was in way deeper than she’d ever expected. She ended up staying in Crete, becoming queen and building a legacy, which, sure, sounds great on paper. But you have to wonder if that’s what she really wanted in the first place, or if she was just swept up in the whirlwind of Zeus's charm and grand promises.&lt;br /&gt;
&lt;br /&gt;
So, in the end, Europa's career ended up in a place she never saw coming. She became a name people would remember for centuries, but not necessarily on her own terms. It’s the classic millennial dilemma: she got a high-profile &amp;quot;role&amp;quot; with Zeus, but did she really get to build her own brand, or was she just another line in Zeus’s impressive (and very long) resume?&lt;br /&gt;
&lt;br /&gt;
Maybe Europa would look back on this “opportunity” and think, “Did I even want this? Or did I just get pulled into someone else’s grand plan?” A classic case of getting lost in the allure of “networking,” and honestly, a pretty good reminder to always check out who’s really behind the bull.&lt;br /&gt;
{{cob}}&lt;br /&gt;
[[Special:Contributions/172.68.23.82|172.68.23.82]] &amp;quot;This bull is kind of weirdly friendly and actually pretty cool&amp;quot; 16:03, 14 November 2024 (UTC)&lt;br /&gt;
:ChatGPT should have learned long ago that it's not cool to reproduce rape culture. But I guess AI just doesn't get better than its training material... [[User:Transgalactic|Transgalactic]] ([[User talk:Transgalactic|talk]]) 16:34, 14 November 2024 (UTC)&lt;br /&gt;
::It is apparently aware of the issue:&lt;br /&gt;
:::&amp;quot;The myth of Zeus and Europa is problematic from a modern perspective, especially concerning consent. Europa willingly approaches and even climbs onto Zeus, who is disguised as a bull, suggesting an initial level of curiosity and comfort. However, Zeus’s sudden abduction of Europa—taking her across the sea to Crete and revealing his true identity only after they arrive—shows a disregard for her autonomy, as she never consented to go with him under those terms. Her actions are based on Zeus’s deception, and without knowing his true intentions, her choice was not fully informed. In Greek mythology, such abductions were common symbols of divine intervention, reflecting a worldview where gods often overpowered human agency, a stark contrast to today’s emphasis on consent and personal autonomy.&amp;quot;&lt;br /&gt;
::[[Special:Contributions/172.70.211.143|172.70.211.143]] 17:45, 14 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3001:_Temperature_Scales&amp;diff=353991</id>
		<title>3001: Temperature Scales</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3001:_Temperature_Scales&amp;diff=353991"/>
				<updated>2024-10-24T05:14:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Explanation */ not a precise scale: units of heat not correlated with units of measurement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3001&lt;br /&gt;
| date      = October 21, 2024&lt;br /&gt;
| title     = Temperature Scales&lt;br /&gt;
| image     = temperature_scales_2x.png&lt;br /&gt;
| imagesize = 740x535px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = In my new scale, °X, 0 is Earths' record lowest surface temperature, 50 is the global average, and 100 is the record highest, with a linear scale between each point and adjustment every year as needed.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an EXPONENTIAL TEMPERATURE SYSTEM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Since the invention of the thermometer, a number of different temperature scales have been proposed. In modern times, most of the world uses {{w|Celsius}} for everyday temperature measurements, as it is part of the {{w|metric system}} that has been widely adopted for official uses. A small number of countries (namely Liberia, the USA and its three associated free states in the Pacific) retain the US customary (or 'imperial') system, which uses the ''slightly'' older {{w|Fahrenheit}} scale (°F was initially proposed in 1724, and refined in later years; °C, more or less as we currently know it, was established in 1743). The other widely used temperature scale is {{w|kelvin}}, which uses the same scale as Celsius, but is rooted at {{w|absolute zero}}, making it both useful in scientific calculations and easy to convert to and from Celsius (which, along with Fahrenheit, is now officially defined directly against the kelvin). Even in countries that use Fahrenheit regularly, scientific measurements are typically done in Celsius and/or kelvin.&lt;br /&gt;
&lt;br /&gt;
The strip proceeds to compare these scales, and a number of others, on a scaled of &amp;quot;cursedness.&amp;quot; The joke is highlighting how different the temperature scales are. All of the listed scales are real, but may be considered obsolete to varying degrees. See also [[1923: Felsius]], a combination of Fahrenheit and Celsius.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Unit&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Water Freezes&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Water Boils&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Notes&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Cursedness&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Celsius}} || 0 || 100 || Used in most of the world || 2/10 || Celsius (°C) is defined (now indirectly, by comparison to the kelvin scale) so that the freezing and boiling points of pure water at standard atmospheric pressure are set at 0°C and 100°C, respectively. It is regarded as one of the least problematic temperature systems, along with kelvin, among those that are commonly ranked.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kelvin}} || 273.15 || 373.15 || 0K is absolute zero || 2/10 || Kelvin (written with a lowercase 'k' as a unit, or as 'K', always without the degrees symbol '°') is a unit of temperature created by {{w|Lord Kelvin}}. It uses the same scale as Celsius but is shifted by 273.15 to set absolute zero at 0K (based on the {{w|Boltzmann constant}}.) While kelvins are very useful for {{w|thermodynamics}} and material physics, it can be unintuitive. Kelvin and Celsius are the most commonly used units in scientific measurements and calculations.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fahrenheit}} || 32 || 212 || Outdoors in most places is between 0–100 || 3/10 || Fahrenheit (°F) is officially used in a few countries and informally in several others. It originated in a time when factors of 360 were favored in science over powers of ten, which is why the freezing and boiling points of water are set 180° apart. {{w|Daniel Fahrenheit}} chose not to base 0° on the freezing point of water, instead setting it at the coldest temperature he could achieve: the freezing point of an {{w|ammonium chloride}} {{w|brine}} solution. Although these reference points are now considered arbitrary and outdated by modern scholars, the scale gained popularity especially in Anglophone countries, likely because it aligns with everyday weather conditions and is intuitively useful. Its range covers typical temperatures across various latitudes and seasons, and 100°F is close to normal human body temperature. The Fahrenheit scale remains commonly used only in the U.S. (Randall's home country), the Bahamas, Belize, the Cayman Islands, Palau, and Liberia.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Réaumur scale|Réaumur}} || 0 || 80 || Like Celsius, but with 80 instead of 100 || 3/8 || Abbreviated as °Ré, a historical French system used in some places until the early 20th century. In modern times mostly used in cheesemaking. The rating (3/8) is a joke on the boiling point of water in this system being 80 instead of 100 as it is in Celsius; converting this to an out-of-ten scale would give 3.75/10, labelling it as more cursed than Fahrenheit but less so than Rømer.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rømer scale|Rømer}} || 7.5 || 60 || Fahrenheit precursor with similarly random design || 4/10 || Abbreviated as °Rø, created by the Danish astronomer Ole Christensen Rømer in around 1702, while the Fahrenheit scale was proposed in 1724. Much like Fahrenheit, it uses the freezing point of ammonium chloride brine as the benchmark for 0°, and the scale is built with factors of 360 in mind with the boiling point of pure water at 60°. Like the Fahrenheit scale, the freezing point of pure water was not originally considered significant by Ole Rømer, but the scale was later updated to fix it to 7.5.  The scale is also the last common ancestor of Celsius and Fahrenheit, as Reuamur was inspired by it, and Celsius by Reamur, and Fahrenheit specifically wanted a Rømer scale with more steps to avoid using decimals.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rankine scale|Rankine}} || 491.7 || 671.7 || Fahrenheit, but with 0°F [''sic;'' should be 0°R] set to absolute zero  || 6/10 || As the chart mentions, Rankine (°Ra) is to Fahrenheit what kelvin is to Celsius, an absolute scale rather than a relative one. The scale is mostly obsolete, but is still occasionally used in legacy industrial operations where absolute temperature scales are required. By rating, it is inexplicably more &amp;quot;cursed&amp;quot; than the otherwise identical Fahrenheit, ''despite'' being rooted at a more practical zero-point. [[2292: Thermometer]] expresses disdain for this scale.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Newton scale|Newton}} || 0 || 33-ish || Poorly defined, with reference points like &amp;quot;the hottest water you can hold your hand in&amp;quot; || 7-ish/10 || Created by Isaac Newton, measuring &amp;quot;degrees of heat&amp;quot;, usually given the °N symbol. The cursedness rating (7-ish/10) is a joke about the vagueness of the scale's definition. Very few scientists other than Newton ever used this scale.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wedgwood scale|Wedgwood}} || –8 || –6.7 || Intended for comparing the melting points of metals, all of which it was very wrong about || 9/10 || Created by potter Josiah Wedgwood in the 18th century. The measurement (°W) was based on the shrinking of clay when heated above red heat, but was found to be very inaccurate. The comic has a typo, as the scale is called Wedgwood, without the 'e'. &lt;br /&gt;
|-&lt;br /&gt;
| Galen || –4? || 4?? || Runs from –4 (cold) to 4 (hot). 0 is &amp;quot;normal&amp;quot;(?) || 4/–4 || In his medical writings, the ancient Green physician {{w|Galen}} suggested a &amp;quot;neutral&amp;quot; temperature, created by mixing equal parts of boiling water and ice. On either side of this neutral point, he described four degrees of heat and four degrees of cold. This range from +4 to –4 is humorously described as implying –100% cursedness, which while technically the least cursed of all, is still as unclear as the idea of negative cursedness and cursedness itself. There is no standard abbreviation for Galen's scale.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Celsius#History|''Real'' Celsius}} || 100 || 0 || In Anders Celsius's original specification, bigger numbers are ''colder''; others later flipped it || 10/0 || Most scales' temperatures can be indefinitely large, but have an absolute minimum temperature. By starting at a maximum value and counting down, this scale is indeed cursed, as nearly all possible temperatures (through 1.42x10&amp;lt;sup&amp;gt;32&amp;lt;/sup&amp;gt;K, the maximum physical temperature[https://doi.org/10.4236/jamp.2024.1210198]) will be negative. The rating (10/0) is a joke on the scale &amp;quot;flipping&amp;quot; the fixed points of modern Celsius. Division by zero is problematic, so this rating may either be undefined/undefinable or &amp;quot;infinitely&amp;quot; cursed.&lt;br /&gt;
The original logic was that zero could be easily calibrated to the height of a column of mercury at the temperature of boiling water, and further measurements then made of the amount it ''reduced'' in height under cooler conditions. This direction 'survives' in the historic {{w|Delisle scale}}, which predates (and arguably helped greatly inspire, though with a different factor) the classic version of °C. The version originally used by Anders was only 'corrected' posthumously, but nobody seemed bothered enough to do the same with Delisle's scale.&lt;br /&gt;
|-&lt;br /&gt;
| [https://physics.stackexchange.com/questions/459851/john-daltons-temperature-scale#459863 Dalton] || 0 || 100 || A nonlinear scale; 0°C and 100°C are 0 and 100 Dalton, but 50°C is 53.9 Dalton || 53.9/50 || {{w|John Dalton}} proposed a logarithmic temperature scale. The scale is defined so that absolute zero is at negative infinity, with the exponent chosen to match Celsius at 0 and 100. While Dalton temperature is defined for all positive and negative numbers, the nonlinear scale is difficult to work with since the amount of heat represented by a change of one degree Dalton is not constant. Degrees Dalton differs from Celsius by as much as 3.9 degrees between 0 and 100, but diverges much more for more extreme temperatures.&lt;br /&gt;
&lt;br /&gt;
The rating (53.9/50) is a joke about the unit, as 53.9 Dalton would be 50 degrees Celsius — i.e. the cursedness could be understood as 50/50 (or 10/10, entirely cursed), but perhaps instead as 107.8% (even more than entirely cursed).&lt;br /&gt;
|-&lt;br /&gt;
| °X || 42.9 || 151.4 || '''Title text:''' &amp;quot;In my new scale, °X, 0 is Earths' [sic] record lowest surface temperature, 50 is the global average, and 100 is the record highest, with a linear scale between each point and adjustment every year as needed.&amp;quot; || ''not provided'' || The {{w|Lowest temperature recorded on Earth|record lowest surface temperature on Earth}} as of 2024 is –89.2°C (–128.6°F), recorded at the {{w|Vostok Station|Vostok Research Station}} in Antarctica on July 21, 1983.[https://wmo.asu.edu/content/world-lowest-temperature] The average surface temperature as of 2023, the most recent available, is 14.4°C (57.2°F.)[https://climate.copernicus.eu/climate-indicators/temperature] The {{w|Highest temperature recorded on Earth|record highest temperature}} is 56.7°C (134.1°F), recorded on July 10, 1913 at {{w|Furnace Creek, California|Furnace Creek Ranch}} in Death Valley, California.[https://wmo.asu.edu/content/world-highest-temperature] &amp;quot;Surface&amp;quot; temperatures are measured at 1.5 meters above ground inside a shaded shelter, to accurately represent the temperature of the air, because temperatures closer to the ground are often much different.&lt;br /&gt;
&lt;br /&gt;
{{cot|Derivation and graph}}&lt;br /&gt;
To break the scale into two linear parts (below and above 14.8°C), we define two separate equations for each range:&lt;br /&gt;
&lt;br /&gt;
1. Below 14.8°C (from –89.2°C to 14.8°C):&lt;br /&gt;
* 0 °X corresponds to –89.2°C&lt;br /&gt;
* 50 °X corresponds to 14.8°C&lt;br /&gt;
&lt;br /&gt;
We calculate the slope m₁:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;m₁ = (50 – 0) / (14.8 – (–89.2)) = 50 / (14.8 + 89.2) = 50 / 104 ≈ 0.48&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, using the point (14.8°C, 50 °X), we calculate the intercept b₁:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;50 = 0.48 × 14.8 + b₁&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;50 = 7.1 + b₁&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;b₁ = 50 – 7.1 = 42.9&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus, the equation for temperatures '''below 14.8°C''' is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''X = 0.48 × C + 42.9'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Above 14.8°C (from 14.8°C to 56.7°C):&lt;br /&gt;
* 50 °X corresponds to 14.8°C&lt;br /&gt;
* 100 °X corresponds to 56.7°C&lt;br /&gt;
&lt;br /&gt;
We calculate the slope m₂:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;m₂ = (100 – 50) / (56.7 – 14.8) = 50 / 41.9 ≈ 1.19&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, using the point (14.8°C, 50 °X), we calculate the intercept b₂:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;50 = 1.19 × 14.8 + b₂&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;50 = 17.6 + b₂&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;b₂ = 50 – 17.6 = 32.4&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus, the equation for temperatures '''above 14.8°C''' is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''X = 1.19 × C + 32.4'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Freezing and Boiling Points&lt;br /&gt;
&lt;br /&gt;
Freezing point of water (0°C): Since 0°C is below 14.8°C, we use the equation X = 0.48 × C + 42.9:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;X = 0.48 × 0 + 42.9 = 42.9&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, the freezing point is 42.9 °X.&lt;br /&gt;
&lt;br /&gt;
Boiling point of water (100°C): Since 100°C is above 14.8°C, we use the equation X = 1.19 × C + 32.4:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;X = 1.19 × 100 + 32.4 = 119 + 32.4 = 151.4&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, the boiling point is 151.4 °X.&lt;br /&gt;
&lt;br /&gt;
[[File:XvsC.png|400px|center]]&lt;br /&gt;
&lt;br /&gt;
See also [[2701: Change in Slope]] for a general discussion of separate linear scales between three points.&lt;br /&gt;
{{cob}}&lt;br /&gt;
Due to high and average temperature records now being broken nearly every year as a result of {{w|climate change}}, Randall's new °X scale must be re-calibrated each year. While extreme values like Absolute Zero or the {{w|Tungsten#Physical properties|melting point of tungsten}} will shift more significantly over time, everyday temperatures will vary less.&lt;br /&gt;
|}&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;
:Temperature Scales&lt;br /&gt;
&lt;br /&gt;
:[A table with five columns, labelled: Unit, water freezing point, water boiling point, notes, cursedness. There are eleven rows below the labels.]&lt;br /&gt;
&lt;br /&gt;
:[Row 1:] Celsius, 0, 100, Used in most of the world, 2/10&lt;br /&gt;
:[Row 2:] Kelvin, 273.15, 373.15, 0K is absolute zero, 2/10&lt;br /&gt;
:[Row 3:] Fahrenheit, 32, 212, Outdoors in most places is between 0–100, 3/10&lt;br /&gt;
:[Row 4:] Réaumur, 0, 80, Like Celsius, but with 80 instead of 100, 3/8&lt;br /&gt;
:[Row 5:] Rømer, 7.5, 60, Fahrenheit precursor with similarly random design, 4/10,&lt;br /&gt;
:[Row 6:] Rankine, 491.7, 671.7, Fahrenheit, but with 0°F set to absolute zero, 6/10&lt;br /&gt;
:[Row 7:] Newton, 0, 33-ish, Poorly defined, with reference points like &amp;quot;the hottest water you can hold your hand in&amp;quot;, 7-ish/10&lt;br /&gt;
:[Row 8:] Wedgewood, –8, –6.7, Intended for comparing the melting points of metals, all of which it was very wrong about, 9/10&lt;br /&gt;
:[Row 9:] Galen, –4?, 4??, Runs from –4 (cold) to 4 (hot). 0 is &amp;quot;normal&amp;quot;(?), 4/–4&lt;br /&gt;
:[Row 10:] ''Real'' Celsius, 100, 0, In Anders Celsius's original specification, bigger numbers are ''colder''; others later flipped it, 10/0&lt;br /&gt;
:[Row 11:] Dalton, 0, 100, A nonlinear scale; 0°C and 100°C are 0 and 100 Dalton, but 50°C is 53.9 Dalton, 53.9/50&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3001:_Temperature_Scales&amp;diff=353547</id>
		<title>3001: Temperature Scales</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3001:_Temperature_Scales&amp;diff=353547"/>
				<updated>2024-10-22T03:52:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Explanation */ best swap these for context&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3001&lt;br /&gt;
| date      = October 21, 2024&lt;br /&gt;
| title     = Temperature Scales&lt;br /&gt;
| image     = temperature_scales_2x.png&lt;br /&gt;
| imagesize = 740x535px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = In my new scale, °X, 0 is Earths' record lowest surface temperature, 50 is the global average, and 100 is the record highest, with a linear scale between each point and adjustment every year as needed.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an EXPONENTIAL TEMPERATURE SYSTEM - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There are many different temperature scales. Most of the world uses {{w|Celsius}} for everyday temperature measurements, as it is part of the {{w|metric system}} that has been widely adopted as at least the more officially favored civil measurement. However, the United States and Liberia retain the US customary (or 'imperial') system, where the unit is {{w|Fahrenheit}}. There are also many more temperature scales. Most notable is {{w|Kelvin}}, using the 'separation' of Celsius degrees but rooted upon {{w|absolute zero}} (as {{w|Rankine scale|Rankine}} does with Fahrenheit degrees), which is more directly useful for the purposes of scientific calculation. This comic showcases all these, as well as a lot of mostly unused scales.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Unit&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Water Freezing Point&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Water Boiling Point&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Notes&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Cursedness&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Celsius}} || 0 || 100 || Used in most of the world || 2/10 || All but a handful of countries use degrees Celsius as their default measurement of temperature, and most of those use Celsius in conjunction with another scale. Celsius is defined (indirectly, these days, by way of comparison to Kelvin) so that the freezing and boiling points of pure water at standard atmospheric pressure are 0 and 100 degrees respectively. This (along with Kelvin) is considered the least cursed temperature system (at least from those where the ranking values make any sense), likely due to Randall's background. Notably it is still considered a 2/10, implying an inherent degree of cursedness for all systems.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Kelvin}} || 273.15 || 373.15 || 0K is absolute zero || 2/10 || Kelvin is a scientific unit of measure invented by {{w|Lord Kelvin}} that intends to use the same base metric as degrees Celsius, but zero is set to absolute zero and (by way of using the {{w|Boltzmann constant}}, as of 2019) the melting point of ice (0°C) is considered to be 273.15K. Immediately prior to this, the {{w|Triple point#Triple point of water|triple-point of water}} was precisely 273.16K (and 0.01°C), and the conversion remains commonly considered that ''°C = K - 273.15'', within any useful degree of precision.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Fahrenheit}} || 32 || 212 || Outdoors in most places is between 0-100 || 3/10 || Fahrenheit is a system officially used in only 5 countries in the world (Liberia, the USA and its three associated free states in the Pacific), and unofficially in several countries across the globe, mostly those with ties to the UK or the US, alongside Celsius. It was originally defined with 0 degrees as the freezing point of a particular solution of brine (salt water) and 90 degrees being an (inaccurate) guess of standard human body temperature. Despite being in common use in Randall's home country, due to being defined by such arbitrary fixed points (and Randall's scientific education) it is ranked as slightly more cursed than Celsius.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Réaumur scale|Réaumur}} || 0 || 80 || Like Celsius, but with 80 instead of 100 || 3/8 || A historical French system used in some places until the early 20th century. In modern times mostly used in cheesemaking. The rating (3/8) is a joke on the boiling point of water in standard atmosphere being 80 instead of 100 as it is in Celsius.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rømer scale|Rømer}} || 7.5 || 60 || Fahrenheit precursor with similarly random design || 4/10 || Created by the Danish astronomer Ole Christensen Rømer in around 1702, while the Fahrenheit scale was proposed in 1724.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rankine scale|Rankine}} || 491.7 || 671.7 || Fahrenheit, but with 0°F set to absolute zero || 6/10 || Randall has shown disdain for this before, like in [[2292: Thermometer]].&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Newton scale|Newton}} || 0 || 33-ish || Poorly defined, with reference points like &amp;quot;the hottest water you can hold your hand in&amp;quot; || 7-ish/10 || Created by Isaac Newton, measuring &amp;quot;degrees of heat&amp;quot;. The rating (7-ish/10) is a joke about the vagueness of the scale's definition.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Wedgwood scale|Wedgwood}} || -8 || -6.7 || Intended for comparing the melting points of metals, all of which it was very wrong about || 9/10 || Created by potter Josiah Wedgwood in the 18th century. The measurement was based on the shrinking of clay when heated above red heat, but was found to be very inaccurate. Randall has a typo, as the scale is called Wedgwood (''without the e''). &lt;br /&gt;
|-&lt;br /&gt;
| Galen || -4? || 4?? || Runs from -4 (cold) to 4 (hot). 0 is &amp;quot;normal&amp;quot;(?) || 4/-4 || Galen, in his medical writings, is said to have proposed a standard &amp;quot;neutral&amp;quot; temperature made up of equal quantities of boiling water and ice; on either side of this temperature were four degrees of heat and four degrees of cold, respectively. The rating (4/-4) is a joke about the scale being defined between positive and negative 4, and could be interpretted as -100% cursedness.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Celsius#History|''Real'' Celsius}} || 100 || 0 || In Anders Celsius's original specification, bigger numbers are ''colder''; others later flipped it || 10/0 || As most scales' temperatures can be indefinitely large but there exists an absolute minimum temperature, defining the scale in this way (giving an absolute maximum but allowing indefinitely negative values) is indeed cursed, as nearly all possible temperatures will be negative. The rating (10/0) is a joke on the scale &amp;quot;flipping&amp;quot; the fixed points of modern Celsius. This might be interreted as &amp;quot;infinitely cursed&amp;quot;, or else just {{w|NaN|Not a Number}}.&lt;br /&gt;
The original logic was that zero could be easily calibrated to the height of a column of mercury at the temperature of boiling water, and further measurements then made of the amount it ''reduced'' in height under cooler conditions. This direction 'survives' in the historic {{w|Delisle scale}}, which predates (and arguably helped greatly inspire, though with a different factor) the classic version of °C. The version originally used by Anders was only 'corrected' posthumously, but nobody seemed bothered enough to do the same with Delisle's scale.&lt;br /&gt;
|-&lt;br /&gt;
| [https://physics.stackexchange.com/questions/459851/john-daltons-temperature-scale#459863 Dalton] || 0 || 100 || A nonlinear scale; 0°C and 100°C are 0 and 100 Dalton, but 50°C is 53.9 Dalton || 53.9/50 || A nonlinear scale of temperature (which is typically measured linearly) is indeed very cursed. The rating (53.9/50) is a joke about the unit, as 53.9 Dalton would be 50 degrees Celsius — i.e. the cursedness could be understood as 50/50 (or 10/10, entirely cursed), but perhaps instead as 107.8% (even more than entirely cursed).&lt;br /&gt;
|-&lt;br /&gt;
| °X ([[Randall]]'s new temperature scale as defined in the title text) || 42.8 °X || 152 °X || The title text states: &amp;quot;In my new scale, °X, 0 is Earths' record lowest surface temperature, 50 is the global average, and 100 is the record highest, with a linear scale between each point and adjustment every year as needed.&amp;quot; || {{w|Kruskal's_tree_theorem#TREE_function|TREE(}}∞&amp;lt;sup&amp;gt;∞&amp;lt;/sup&amp;gt;{{w|Knuth's up-arrow notation|↑↑}}∞&amp;lt;sup&amp;gt;∞&amp;lt;/sup&amp;gt;) || The record lowest surface temperature on Earth is -89.2°C (-128.6°F), recorded at the Vostok Research Station in Antarctica on July 21, 1983. The average surface temperature of the Earth is approximately 59 degrees Fahrenheit (15 degrees Celsius).{{fact}} The record highest surface temperature on Earth is 56.7°C (134.1°F), recorded on July 10, 1913 at Furnace Creek Ranch in Death Valley, California, USA.&lt;br /&gt;
&lt;br /&gt;
{{cot|Derivation}}&lt;br /&gt;
To break the scale into two linear parts (below and above 15°C), we define two separate equations for each range:&lt;br /&gt;
&lt;br /&gt;
1. Below 15°C (from -89.2°C to 15°C):&lt;br /&gt;
* 0 °X corresponds to -89.2°C&lt;br /&gt;
* 50 °X corresponds to 15°C&lt;br /&gt;
&lt;br /&gt;
We calculate the slope m₁:&lt;br /&gt;
&lt;br /&gt;
m₁ = (50 - 0) / (15 - (-89.2)) = 50 / (15 + 89.2) = 50 / 104.2 ≈ 0.48&lt;br /&gt;
&lt;br /&gt;
Now, using the point (15°C, 50 °X), we calculate the intercept b₁:&lt;br /&gt;
&lt;br /&gt;
50 = 0.48 × 15 + b₁&lt;br /&gt;
&lt;br /&gt;
50 = 7.2 + b₁&lt;br /&gt;
&lt;br /&gt;
b₁ = 50 - 7.2 = 42.8&lt;br /&gt;
&lt;br /&gt;
Thus, the equation for temperatures below 15°C is:&lt;br /&gt;
&lt;br /&gt;
X = 0.48 × C + 42.8&lt;br /&gt;
&lt;br /&gt;
2. Above 15°C (from 15°C to 56.7°C):&lt;br /&gt;
* 50 °X corresponds to 15°C&lt;br /&gt;
* 100 °X corresponds to 56.7°C&lt;br /&gt;
&lt;br /&gt;
We calculate the slope m₂:&lt;br /&gt;
&lt;br /&gt;
m₂ = (100 - 50) / (56.7 - 15) = 50 / 41.7 ≈ 1.2&lt;br /&gt;
&lt;br /&gt;
Now, using the point (15°C, 50 °X), we calculate the intercept b₂:&lt;br /&gt;
&lt;br /&gt;
50 = 1.2 × 15 + b₂&lt;br /&gt;
&lt;br /&gt;
50 = 18 + b₂&lt;br /&gt;
&lt;br /&gt;
b₂ = 50 - 18 = 32&lt;br /&gt;
&lt;br /&gt;
Thus, the equation for temperatures above 15°C is:&lt;br /&gt;
&lt;br /&gt;
X = 1.2 × C + 32&lt;br /&gt;
&lt;br /&gt;
Freezing and Boiling Points&lt;br /&gt;
&lt;br /&gt;
1. Freezing point of water (0°C):&lt;br /&gt;
* Since 0°C is below 15°C, we use the equation X = 0.48 × C + 42.8:&lt;br /&gt;
&lt;br /&gt;
X = 0.48 × 0 + 42.8 = 42.8&lt;br /&gt;
&lt;br /&gt;
So, the freezing point is 42.8 °X.&lt;br /&gt;
&lt;br /&gt;
2. Boiling point of water (100°C):&lt;br /&gt;
* Since 100°C is above 15°C, we use the equation X = 1.2 × C + 32:&lt;br /&gt;
&lt;br /&gt;
X = 1.2 × 100 + 32 = 120 + 32 = 152&lt;br /&gt;
&lt;br /&gt;
So, the boiling point is 152 °X.&lt;br /&gt;
&lt;br /&gt;
Final Results:&lt;br /&gt;
* Freezing point of water: 42.8 °X&lt;br /&gt;
* Boiling point of water: 152 °X&lt;br /&gt;
{{cob}}&lt;br /&gt;
|}&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;
:[Header:]&lt;br /&gt;
:Temperature Scales&lt;br /&gt;
&lt;br /&gt;
:[A table with five columns. The columns are labelled: Unit, water freezing point, water boiling point, notes, cursedness. There are eleven rows below the labels.]&lt;br /&gt;
:[Row 1:] Celsius. 0. 100. Used in most of the world. 2/10.&lt;br /&gt;
:[Row 2:] Kelvin. 273.15. 373.15. 0K is absolute zero. 2/10.&lt;br /&gt;
:[Row 3:] Fahrenheit. 32. 212. Outdoors in most places is between 0-100. 3/10.&lt;br /&gt;
:[Row 4:] Réaumur. 0. 80. Like Celsius, but with 80 instead of 100. 3/8.&lt;br /&gt;
:[Row 5:] Rømer. 7.5. 60. Fahrenheit precursor with similarly random design. 4/10.&lt;br /&gt;
:[Row 6:] Rankine. 491.7. 671.7. Fahrenheit, but with 0°F set to absolute zero. 6/10.&lt;br /&gt;
:[Row 7:] Newton. 0. 33-ish. Poorly defined, with reference points like &amp;quot;the hottest water you can hold your hand in&amp;quot;. 7-ish/10.&lt;br /&gt;
:[Row 8:] Wedgewood. -8. -6.7. Intended for comparing the melting points of metals, all of which it was very wrong about. 9/10.&lt;br /&gt;
:[Row 9:] Galen. -4?. 4??. runs from -4 (cold) to 4 (hot). 0 is &amp;quot;normal&amp;quot;(?). 4/-4.&lt;br /&gt;
:[Row 10:] ''Real'' Celsius. 100. 0. in Anders Celsius's original specification, bigger numbers are ''colder''; others later flipped it. 10/0.&lt;br /&gt;
:[Row 11:] Dalton. 0. 100. A nonlinear scale; 0°C and 100°C are 0 and 100 Dalton, but 50°C is 53.9 Dalton. 53.9/50.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2993:_Ingredients&amp;diff=352155</id>
		<title>Talk:2993: Ingredients</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2993:_Ingredients&amp;diff=352155"/>
				<updated>2024-10-06T07:59:46Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: &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;
Added a quick draft of an explanation. Is it good? [[Special:Contributions/172.68.147.164|172.68.147.164]] 07:44, 3 October 2024 (UTC)&lt;br /&gt;
: sign your damn comment [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 07:16, 3 October 2024 (UTC)&lt;br /&gt;
:: Be more f'ing polite![[Special:Contributions/172.70.85.138|172.70.85.138]] 08:59, 3 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
How hard would this really be? I feel like we could do this by messing with different orbits and just crashing the moons into each other.[[User:Anonymouscript|Anonymouscript]] ([[User talk:Anonymouscript|talk]]) 20:42, 3 October 2024 (UTC)&lt;br /&gt;
:Hard if you don't want to change everything into molten lava temporarily. [[Special:Contributions/172.71.166.61|172.71.166.61]] 08:21, 4 October 2024 (UTC)&lt;br /&gt;
::I think 'temporarily' doesn't sound too bad... ;) [[Special:Contributions/172.70.91.72|172.70.91.72]] 10:34, 4 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Isn't this the plot of the first Ratchet &amp;amp; Clank game? {{unsigned ip|172.68.22.98|22:26, 3 October 2024}}&lt;br /&gt;
:I was happy to see someone reference one of my favourite game series, a game of which I played in full, then I realize it's been about 20 years, I in no way remember the plot, LOL! I remember starting out at the beginning, and I remember exploiting a money glitch with a megaphone weapon to be able to afford the best weapon. :) (What's funny is that while most of my possessions are lost in storage over multiple chaotic moves, my PS2 games managed to survive and are nice and accessible). [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:46, 6 October 2024 (UTC)&lt;br /&gt;
The magnetic field is caused by the iron in Earth's core, is it not? Thus making a moon with a magnetic field a filler for good reasons. --[[Special:Contributions/172.70.211.143|172.70.211.143]] 07:59, 6 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Voice actor speculation&lt;br /&gt;
Since we're rapidly approaching number 3000, let's designate voice actors to the xkcd cast.&lt;br /&gt;
&lt;br /&gt;
Beret Guy could be voiced by Michael Kovach, doing the same voice as he does for N from Murder Drones.&lt;br /&gt;
&lt;br /&gt;
Black Hat could be voiced by JamsDX, with the same voice he did for X in his cover of Obituary.&lt;br /&gt;
&lt;br /&gt;
And so on. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 07:46, 3 October 2024 (UTC)&lt;br /&gt;
:It would help if I knew who either of those were, or even the things that they are described as doing. And I suspect my own prospective choices would be similarly unknown to you. ;) [[Special:Contributions/172.70.85.62|172.70.85.62]] 08:35, 3 October 2024 (UTC)&lt;br /&gt;
::here's [https://youtu.be/IeUfDDz7vSg?feature=shared the n voice clips] and [https://youtu.be/YmzxwWNuYnk?feature=shared the obituary cover] i was referring to, hope this helps! [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 13:03, 3 October 2024 (UTC)&lt;br /&gt;
::You can do whatever you like but it is not a part of explain xkcd og xkcd... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:17, 3 October 2024 (UTC)&lt;br /&gt;
:I'm sorry, but this is irrelevant isn't it? /John Cleese voice --[[Special:Contributions/172.70.211.143|172.70.211.143]] 07:59, 6 October 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2972:_Helium_Synthesis&amp;diff=348867</id>
		<title>2972: Helium Synthesis</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2972:_Helium_Synthesis&amp;diff=348867"/>
				<updated>2024-08-17T18:13:17Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Explanation */ parens&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{comic&lt;br /&gt;
| number    = 2972&lt;br /&gt;
| date      = August 14, 2024&lt;br /&gt;
| title     = Helium Synthesis&lt;br /&gt;
| image     = helium_synthesis_2x.png&lt;br /&gt;
| imagesize = 740x312px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Our lawyers were worried because it turns out the company inherits its debt from the parent universe, but luckily cosmic inflation reduced it to nearly zero.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BIG BANG NUCLEOSYNTHESIZER WITH A [[2766: Helium Reserve|VERY HIGH PITCHED VOICE]] - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic explores the challenges of obtaining {{w|helium}}. [[Hairy]] is leading a company meeting with [[Megan]], [[Cueball]], and [[Hairbun]], who are discussing the recurring problem of {{w|helium shortage}}s, a real-world issue due to helium's limited availability on Earth. Helium is a non-renewable resource primarily extracted from {{w|natural gas}} deposits — the US is the biggest extractor — and its scarcity can affect industries such as medical imaging, semiconductor manufacturing, scientific research, and party balloon supplies.[https://www.marketplace.org/2023/01/19/heliums-been-rising-in-price-and-its-bringing-businesses-down/] See also [[2766: Helium Reserve]].&lt;br /&gt;
&lt;br /&gt;
Hairbun suggests investigating the origin of helium. Cueball's research reveals that most helium in the universe came from {{w|Big Bang nucleosynthesis}}, which occurred shortly after the {{w|Big Bang}} when the first elements were formed. However, 99% of the helium here on Earth has been produced from the slow {{w|radioactive decay}} of naturally occuring {{w|uranium-238}} and {{w|thorium-232}} (which in turn came from {{w|r-process}} {{w|Supernova nucleosynthesis|nucleosynthesis}} inside merging {{w|neutron star}}s;[https://svs.gsfc.nasa.gov/13873/] see [[2826: Gold]]) emitting {{w|alpha particles}} that are identical to temporarily ionized helium, with only the remaining one percent originating from the Big Bang.&lt;br /&gt;
&lt;br /&gt;
Hairy assigns the team to figure out how to recreate Big Bang nucleosynthesis, which is not actually possible for a contemporary business organization.{{cn}} Nonetheless, the team builds a machine capable of it. They are successful, presumably obliterating themselves and at least all the closest galaxies.&lt;br /&gt;
&lt;br /&gt;
The final panels show the creation of a second Big Bang followed by the next 14 billion years of that new universe, culminating with the same characters in an identical meeting, presumably having arisen from the same series of post-Big Bang events as in the original universe. This suggests a {{w|cyclic universe}} in which events repeat themselves exactly (which {{w|chaos theory}} implies would be extremely unlikely{{acn}}). They are facing the same predicament: helium shortages have become a problem, and they once again need a more reliable source. The implication is that this is a recurring cycle, a religious/philosophical concept called {{w|eternal return}} that occurs in many world religions (such as Hinduism's {{w|Yuga_cycle|Cycle of Yugas}} of creation and destruction), but centered here on the helium needs of a unnamed, resourceful company.&lt;br /&gt;
&lt;br /&gt;
The title text is a wordplay on the concepts of {{w|cosmic inflation}} and {{w|monetary inflation}}. In economics, monetary inflation is the rate at which the cost of things increases over time (one can also think of this as the value of money falling). If a debt is arranged on favorable terms, such that the compound interest on it turns out to be less than this rate, the value of that debt reduces over time. Cosmic inflation is a theory in cosmology that describes the rapid expansion of the universe just after the Big Bang. The joke imagines the original company as having incurred a significant debt (perhaps as a result of the costs of building the Big Bang machine), which has now been inherited by its subsidiary. Somehow, thanks to the effect of cosmic inflation, this debt was diluted (perhaps ''physically'' across the effectively infinite vastness of space), reducing it to nothing. See also [[2688: Bubble Universes]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Hairy sits on an office chair at the head of a conference table and has his hands on the table, with Cueball and Megan also at the table.]&lt;br /&gt;
:Hairy: These helium shortages every few years are such a pain.&lt;br /&gt;
:Hairy: Our company needs a reliable source of helium.&lt;br /&gt;
&lt;br /&gt;
:[The same situation, but now Hairbun is also seen at the table on the left side of Cueball. Cueball holds a cellphone in his left hand, which Megan looks at.]&lt;br /&gt;
:Hairbun: Where does helium come from, anyway?&lt;br /&gt;
:Cueball: Hmm, apparently most of it is from &amp;quot;Big Bang nucleosynthesis&amp;quot;?&lt;br /&gt;
:Hairy: Well, let's figure out how to do that.&lt;br /&gt;
&lt;br /&gt;
:[Hairy, Megan and Hairbun are working on a large machine labeled &amp;quot;Big Bang Nucleosynthesis,&amp;quot; with Megan holding its wired control device in her left hand.]&lt;br /&gt;
&lt;br /&gt;
:[Two panels depict another Big Bang, followed by various stages of cosmic development, including galaxies and planets forming, shown in white on a black background.]&lt;br /&gt;
&lt;br /&gt;
:[The scene returns to the same conference room setup as before, with the characters in the same positions. Text at the top reads: &amp;quot;14 Billion Years Later.&amp;quot;]&lt;br /&gt;
:Hairy: These helium shortages every few years are such a pain.&lt;br /&gt;
:Hairy: Our company needs a reliable source of helium.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics with inverted brightness]]&lt;br /&gt;
[[Category:Cosmology]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Recursion]]&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347969</id>
		<title>2967: Matter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347969"/>
				<updated>2024-08-03T04:32:14Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Explanation */ break paragraphs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2967&lt;br /&gt;
| date      = August 2, 2024&lt;br /&gt;
| title     = Matter&lt;br /&gt;
| image     = matter_2x.png&lt;br /&gt;
| imagesize = 234x341px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = He was the first person to land a 900, which is especially impressive because pulling off a half-integer spin requires obeying Fermi-Dirac statistics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a GOOFY FRONTSIDE WIKI GRIND TO SECRET PHYSICS DEMO TAPE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In {{w|skateboarding}}, the term 'goofy' means to use the {{w|Footedness#Goofy_stance|opposite stance}} of the  'standard-footed' one where one pushes with right foot. This comic takes this as an apparent analogy of {{w|antimatter}} in elementary physics, which exhibits the opposite charge to normal matter will mutually destroy 'normal' matter (releasing energy relative to the original mass). This appears to be the kind of explanation that one gets when {{w|Tony Hawk}}, an ex-professional skateboarder of great renown[https://www.mobygames.com/game/3567/tony-hawks-pro-skater/], is teaching.&lt;br /&gt;
&lt;br /&gt;
This metaphor also indirectly raises the problem of {{w|baryon asymmetry}}, in which ordinary matter appears to be much more common than antimatter, unlike most{{citation needed}} distributions of handedness, chemical {{w|chirality}}, or the {{w|skewness}} of {{w|Multimodal_distribution|bimodal statistics}} describing asymmetries in nature (called {{w|homochirality}}, e.g., organ shape and centering, or plants favoring one branch over the other at a fork) and in artificial methods, while 'goofy-footed' skaters are about common as 'regular-footed'.&lt;br /&gt;
&lt;br /&gt;
The use of Tony Hawk in the comic is could be a play on {{w|Stephen Hawking}}, a famous astrophysicist and professor at the University of Cambridge before his death in 2018. As Tony Hawk does not have a degree in physics{{citation needed}}, teaching popular but inaccurate versions is a likely pitfall of his professorship.&lt;br /&gt;
&lt;br /&gt;
The title text describes Hawk as the first person to &amp;quot;land a 900,&amp;quot; meaning the successful completion of a {{w|900 (skateboarding)|skateboarding trick}} involving two and a half rotations, or nine hundred degrees (2.5 × 360° = 900°). Obeying {{w|Fermi–Dirac statistics}} requires that the particles involved are {{w|fermion}}s, which include all of the electrons, protons, and neutrons comprising the entirety of Hawk's mass and electrochemical state. In physics, {{w|Spin (physics)|'spin'}} is a {{w|quantum number}} describing subatomic particles, named for the analogous ''but crucially distinct'' concept of {{w|angular momentum}} in classical physics. Fermions all have {{w|half-integer}} (i.e., ...-1½, -½, ½, 1½...) {{w|spin quantum number}}s which do indeed include 2½. However, it's very important to remember that [https://www.youtube.com/watch?v=pYeRS5a3HbE&amp;amp;ab_channel=ScienceClicEnglish quantum mechanical spin is ''not'' rotation, but how quickly the corresponding particle changes state when rotated.]&lt;br /&gt;
&lt;br /&gt;
In fact, all skateboarders, indeed all animals, plants, minerals and most everything we ever interact with ordinarily except light, cosmic rays, and their decay products, are ultimately comprised entirely of fermions. However, any composite particle composed of an even number of fermions, including entire atoms, are not fermions themselves but {{w|boson}}s, which do ''not'' obey Fermi–Dirac statistics. Luckily, landing a 900 does not, in fact, require obeying Fermi–Dirac statistics, because a skateboarder comprised entirely of bosonic atoms would still have fermionic electrons in the orbitals of those atoms, and thus would still obey the far more microscopically crucial {{w|Pauli exclusion principle}}, which gives mostly empty atoms the property of substance, allowing you to hold things, walk, make sound waves with your voice, employ any mechanical property of matter, and allowing a sufficiently skilled skateboarder to land a 900.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Tony Hawk (drawn with short hair) gesturing at a narrow whiteboard on which illegible things are marked, what may be a Feynman diagram with one of the particle/antiparticle pair going into a circle (possibly representing a black hole, and thus depicting the popularized(incorrect) analogy for {{w|Hawking radiation}}), and at the bottom, a 2x3 table of values.]&lt;br /&gt;
:Tony Hawk: In the standard model, regular matter will annihilate if it comes in contact with oppositely-charged ''goofy'' matter.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Tony Hawk becomes a physics professor&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Statistics]]&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2941:_Cell_Organelles&amp;diff=343616</id>
		<title>2941: Cell Organelles</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2941:_Cell_Organelles&amp;diff=343616"/>
				<updated>2024-06-03T20:29:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: /* Explanation */ explain further&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2941&lt;br /&gt;
| date      = June 3, 2024&lt;br /&gt;
| title     = Cell Organelles&lt;br /&gt;
| image     = cell_organelles_2x.png&lt;br /&gt;
| imagesize = 563x451px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's believed that Golgi was originally an independent organism who was eventually absorbed into our cells, where he began work on his Apparatus.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a GOLGI ENDOPLASMIC RETICULUM. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The comic depicts a cell diagram with a mix of real and fictional organelles, blending accurate biological terms with misplaced or absurd labels. While it includes actual cell components like the nucleus, mitochondria, and Golgi apparatus, it also inserts unrelated concepts from various fields such as geology, engineering, software, and pop culture. Terms like &amp;quot;evil endoplasmic reticulum&amp;quot; and &amp;quot;sticky endoplasmic reticulum&amp;quot; add a whimsical twist to familiar scientific terms. The comic plays on the complexity and diversity of cell structures by mixing in unrelated and humorous terms, highlighting the often confusing and intricate nature of scientific diagrams with clever wordplay and cross-disciplinary jokes.&lt;br /&gt;
&lt;br /&gt;
The title text adds a humorous and fictional backstory to the Golgi apparatus, an essential cell organelle involved in processing and packaging proteins. It playfully suggests that Camillo Golgi, the scientist who discovered the Golgi apparatus, was originally an independent organism. This organism was supposedly absorbed into our cells, where it then started working on what is now known as the Golgi apparatus. The joke is a satirical take on the endosymbiotic theory, which posits that certain organelles within eukaryotic cells, like mitochondria and chloroplasts, originated from independent symbiotic prokaryotic organisms that were absorbed by a host cell. Golgi appears to be depicted in the comic as a tiny alien being.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Label&lt;br /&gt;
! Meaning&lt;br /&gt;
! Real?&lt;br /&gt;
! Cell organelle?&lt;br /&gt;
! Joke explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Carbonation}}&lt;br /&gt;
| Carbon dioxide dissolved in a liquid.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced chemistry term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cellophane}}&lt;br /&gt;
| A thin, transparent sheet made of regenerated cellulose.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced packaging material term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chloroplasts}} if you're lucky&lt;br /&gt;
| Organelles in plant cells responsible for photosynthesis.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelles, only found in plant cells.&lt;br /&gt;
|-&lt;br /&gt;
| Drain plug&lt;br /&gt;
| A stopper for a drain.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced plumbing term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| Evil endoplasmic reticulum&lt;br /&gt;
| Not a real term.&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| A humorous twist on the actual {{w|endoplasmic reticulum}}, implying a malevolent version.&lt;br /&gt;
|-&lt;br /&gt;
| Golgi&lt;br /&gt;
| {{w|Camillo Golgi}} (1843–1926) was an Italian biologist and pathologist known for his works on the central nervous system, for whom the Golgi apparatus is named.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Not an alien being who merged with our cells as the title text and depiction implies.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Golgi apparatus}}&lt;br /&gt;
| A complex of vesicles and folded membranes involved in secretion and intracellular transport.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Actual cell organelle.&lt;br /&gt;
|-&lt;br /&gt;
| Human skin&lt;br /&gt;
| The outer covering of the human body.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced anatomical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hypoallergenic}} filling&lt;br /&gt;
| Materials that do not cause allergic reactions.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced consumer product term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Lithosphere}}&lt;br /&gt;
| The rigid outer part of the earth, consisting of the crust and upper mantle.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced geological term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mantle}}&lt;br /&gt;
| The layer of the earth between the crust and the core.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced geological term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Midichlorians}}&lt;br /&gt;
| Fictional microorganisms in the {{w|Star Wars}} universe, which confer Force sensitivity.&lt;br /&gt;
| Yes&lt;br /&gt;
| Fictional&lt;br /&gt;
| Misplaced fictional term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mitochondria}}&lt;br /&gt;
| Organelles that generate energy for the cell.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelles, known as the &amp;quot;powerhouse of the cell.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Natural flavor&lt;br /&gt;
| Flavoring derived from natural sources.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Misplaced food industry term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Norton Antivirus}}&lt;br /&gt;
| A software product designed to protect computers from malware.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced software term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleolus}}&lt;br /&gt;
| A small dense spherical structure in the nucleus of a cell during interphase.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle, involved in ribosome production.&lt;br /&gt;
|-&lt;br /&gt;
| Nucleoloulous&lt;br /&gt;
| Not a real term.&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| A humorous exaggeration of &amp;quot;nucleolus.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleus}}&lt;br /&gt;
| The central and most important part of an object, forming the basis for its activity and growth.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle which houses genetic material.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleons}}&lt;br /&gt;
| Protons and neutrons in the nucleus of an atom.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced physics term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|O-ring}}&lt;br /&gt;
| A mechanical gasket in the shape of a torus; used to seal connections.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced engineering term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pith}}&lt;br /&gt;
| The central tissue in plants, used for nutrient transport.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced botanical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Pleiades}}&lt;br /&gt;
| A cluster of stars in the constellation Taurus.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced astronomical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rough endoplasmic reticulum}}&lt;br /&gt;
| Endoplasmic reticulum with ribosomes attached, involved in protein synthesis.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Seeds}}&lt;br /&gt;
| Plant embryos used for reproduction.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced botanical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Slime}}&lt;br /&gt;
| A moist, soft, and slippery substance.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Misplaced term; could refer to a general texture or appearance, not specific to cells.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Smooth endoplasmic reticulum}}&lt;br /&gt;
| A network of tubular membranes within the cytoplasm of the cell, involved in the transport of materials.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Just a standard term for the smooth variant of endoplasmic reticulum.&lt;br /&gt;
|-&lt;br /&gt;
| Sticky endoplasmic reticulum&lt;br /&gt;
| Not a real term.&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| A humorous twist on the actual endoplasmic reticulum.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Ventricle}}&lt;br /&gt;
| A chamber of the heart that pumps blood out.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced anatomical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Vitreous humour}}&lt;br /&gt;
| The clear gel that fills the space between the lens and the retina in the eyeball.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Misplaced anatomical term; not part of a cell.&lt;br /&gt;
|-&lt;br /&gt;
| Weak spot&lt;br /&gt;
| A vulnerable point.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Cell membrane surfaces do indeed vary in strength, often due to the presence of organelles such as {{w|pore}}s.&lt;br /&gt;
|}&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;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1249:_Meteor_Showers&amp;diff=336982</id>
		<title>1249: Meteor Showers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1249:_Meteor_Showers&amp;diff=336982"/>
				<updated>2024-03-11T00:43:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.211.143: Click.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1249&lt;br /&gt;
| date      = August 9, 2013&lt;br /&gt;
| title     = Meteor Showers&lt;br /&gt;
| image     = meteor showers.png&lt;br /&gt;
| titletext = Remember, meteors always hit the tallest object around.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic spoofs the way that astronomical events are often reported in the mass media — events are often tagged with undeserved superlatives or described as being more dramatic than they actually are. In some cases, outright misinformation is spread. This phenomenon occurs in part by the result of over-eager scientists, but mostly because of journalists with no deeper knowledge on the subject they write about.&lt;br /&gt;
&lt;br /&gt;
Meteor showers typically occur regularly each year. It always happens at the same days because the Earth is crossing the dust path of a particular {{w|comet}}. Sometimes meteor showers are in fact likely to be relatively spectacular when the peak of the shower occurs while your part of the world is in darkness and there is little moonlight. However, even in these cases it must be understood that there is nothing unusual about the meteor shower itself. The shower consists of small particles about one millimeter in diameter. Only their high speed lets them produce enough light to be visible from Earth's surface. The names of the showers refer to the {{w|constellation}} from which they appear to radiate.&lt;br /&gt;
&lt;br /&gt;
Most of the meteor showers listed in the comic are real, but some are made up (and indicated as such below).&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name !! Real? !! Note !! Explanation !! Date&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Quadrantids}} || Yes || Bring pets inside during peak activity || While keeping pets inside may be reasonable on days when fireworks are let off in the beginning of a new year, no regular meteor shower poses much danger to pets. || January 4th&lt;br /&gt;
|-&lt;br /&gt;
|Ticuspids || No || Not viewable in region 2 countries || Apparently a play on the {{w|tricuspid valve}} in mammalian hearts, or possibly on bicuspid teeth. The mention of &amp;quot;Region 2&amp;quot; is a reference to {{w|region locking}}, a digital rights management (DRM) scheme intended to restrict media to certain areas. DRM of course does not apply to natural events.{{Citation needed}}  However, meteor showers are also geographically restricted, and the visible area might roughly coincide with a DRM region. Region 2 covers a large and scattered area, including Europe, the Middle East, South Africa, and Japan: it is a meaningless geographical &amp;quot;region&amp;quot; for the purpose of astronomy. || January 21st&lt;br /&gt;
|-&lt;br /&gt;
|({{w|Alpha Centaurids|Alpha}} / {{w|Theta Centaurids|Theta}}) Centaurids || Yes || Too faint to see without going outside || Since indoor lights and window glass make them harder to see, it would take a ''very'' bright meteor (like the Chelyabids two entries below) to be visible without going outside. || February 6th&lt;br /&gt;
|-&lt;br /&gt;
|Beta Aquariids || No || Inverted shower converges toward Aquarius instead of radiating away || This fictional shower would collect shooting stars into the origin to prepare for the real {{w|Eta Aquariids}} meteor shower associated with Halley's comet and ''diverging'' from {{w|Eta Aquarii}} in Aquarius; the real shower peaks around May 6th. Due to perspective, meteor showers appear to radiate outwards from a certain point in the sky. Meteor showers may be seen to converge on a point on the opposite side of the sky, but with the earth in the way there would only be a few visible going past the edge, seen as nearly parallel streaks overhead, so the convergence point would hardly be notable. || February 10th&lt;br /&gt;
|-&lt;br /&gt;
|Chelyabids || No || Only one meteor per shower, but it's big. || A reference to the February 15, 2013, {{w|Chelyabinsk meteor}} whose explosion shattered windows within a large radius. || February 15th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Lyrids}} || Yes || Meteors sometimes scream || A meteor large enough to reach the lower atmosphere could produce sound audible to observers on the ground, but this is very unusual. || April 22nd&lt;br /&gt;
|-&lt;br /&gt;
|Daytime {{w|Zeta Perseids}} || Yes || Likely a NASA hoax || This shower is mostly observed via its effects on radio and TV signals, and therefore a good target for conspiracy theorists responding to [https://web.archive.org/web/20160322133927/http://science1.nasa.gov/science-news/science-at-nasa/2000/ast06jun_1m June's Invisible Meteors - NASA Science]. || June 9th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|June Bootids|June Boötids}} || Yes || 50/50 mix of meteors and shooting stars || This is likely based on a quote by Stan Kelly-Bootle: &amp;quot;''Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration.''&amp;quot;, suggesting that the 50/50 mix of meteors and shooting stars is a &amp;quot;compromise&amp;quot; between the two synonymous words.|| June 27th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Southern Delta Aquariids}} || Yes || Meteors very bright, but stationary || This is saying that they are indistinguishable from stars, or that the stars themselves are actually meteors. || July 19th&lt;br /&gt;
|-&lt;br /&gt;
|Dromaeosaurids || No || Fast, highly intelligent, can open doors || {{w|Dromaeosauridae|Dromaeosaurids}} are a family of dinosaurs containing the genus ''Velociraptor'', well-known from the movie Jurassic Park in which they are presented as a deadly menace, fast and especially intelligent to the point of understanding how to open a door; this representation of Velociraptors is a [[:Category:Velociraptors|recurrent topic in xkcd]]. It seems, however, that Randall may have finally gotten over his fear of them; as of February 2024 (current newest comic: [[2900: Call My Cell]]), this comic is the most recent mention of Velociraptors on xkcd. Velociraptors being able to open a door is also mentionned in [[135: Substitute]]. || July 22nd&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Perseids}} || Yes || Instead of falling from sky, meteors erupt from ground || Erupting from the ground is the funny inverse of falling from the sky, what meteors always do. || August 12th&lt;br /&gt;
|-&lt;br /&gt;
|Tau Pyramids || No || Visible even when eyes are closed || Probably a reference to {{w|Pyramidal cells}}, a type of neuron. The &amp;quot;tau&amp;quot; reference has two possibilities. The &amp;quot;visible even when eyes are closed&amp;quot; could refer to the Tau particle, a heavy sibling of the electron. When they traveled outside of Earth's magnetosphere on their way to the Moon, Apollo astronauts saw flashes of light about every three minutes even with their eyes closed; these were caused by high energy particles (cosmic rays) penetrating their eyes and brain. The other possibility is that it refers to {{w|Tau protein}}, a normal structural protein within brain neurons. In Alzheimer's Disease, abnormal Tau proteins can aggregate within pyramidal cells to form insoluble skeins. The number of these &amp;quot;{{w|Neurofibrillary tangle|neurofibrillary tangles}}&amp;quot; roughly correlate with the severity of cognitive impairment. || August 15th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Draconids}} || Yes || Very slow, but follow you if you run || This may have something to do with the fact that &amp;quot;draconids&amp;quot; etymologically means &amp;quot;of the dragon&amp;quot;, which could make for a fearsome meteor shower. And if you run it will track you down, albeit slowly. This may also be a reference to {{w|Boo (character)|Boo}}, a character in the Mario series of video games that is slow but follows you if you turn your back on them. In the game Terraria, meteors (or rather, &amp;quot;meteor heads&amp;quot;) follow this exact behavior. || October 8th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Orionids}} || Yes || Entire shower happens at once || Rather than taking place over the course of a week, all the meteors in the shower happen at the same time. This would involve about 3000 meteors appearing simultaneously, which would be quite an impressive sight. || October 21st&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Leonids}} || Yes || In 1966, unusually active Leonid shower killed God || There ''was'' a very active Leonid shower (a &amp;quot;meteor storm&amp;quot;) in 1966, and a precursor to it in 1965. The article ''{{w|Clickbait|Is God Dead?}}'' was published in ''Time Magazine'' on April 8 of 1966. Perhaps this suggests that the meteors killed God earlier in the year when they and He were further out in the solar system? || November 17th&lt;br /&gt;
|-&lt;br /&gt;
|{{w|Geminids}} || Yes || Can be deflected with tennis rackets || Meteors usually don't reach the surface of the Earth, being destroyed in the atmosphere. If they do approach the surface, deflecting them with tennis racquets would probably not be the most effective strategy,{{Citation needed}} unless Randall is implying that the Geminid swarm is composed of tennis balls. || December 13th&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The title text refers to the folk wisdom that ''lightning'' strikes the tallest thing around, but this has never been applied to meteors, where it is basically the size (area) that determines the likelihood of an impact with a given object. [[Randall]] expressed frustration over how &amp;quot;maddeningly inexact&amp;quot; the lightning statement is, and elaborated on the problem mathematically, in the ''[[what if? (blog)|what if?]]'' ''{{what if|16|Today's topic: Lightning}}''.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A list of 16 meteor showers, with a caption above, labels on the three columns and then every other row in gray, beginning with a gray row beneath the line below the column labels.]&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 60%; text-align: left;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;3&amp;quot;|The &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;xkcd guide&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; to &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;meteor showers&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|'''Name'''&lt;br /&gt;
|'''Peak'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|Quadrantids&lt;br /&gt;
|January 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Bring pets inside during peak activity&lt;br /&gt;
|-&lt;br /&gt;
|Tricuspids&lt;br /&gt;
|January 21&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Not viewable in region 2 countries&lt;br /&gt;
|-&lt;br /&gt;
|Centaurids&lt;br /&gt;
|February 6&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Too faint to see without going outside&lt;br /&gt;
|-&lt;br /&gt;
|Beta Aquariids&lt;br /&gt;
|February 10&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Inverted shower converges toward Aquarius instead of radiating away&lt;br /&gt;
|-&lt;br /&gt;
|Chelyabids&lt;br /&gt;
|February 15&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Only one meteor per shower, but it's big.&lt;br /&gt;
|-&lt;br /&gt;
|Lyrids&lt;br /&gt;
|April 22&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Meteors sometimes scream&lt;br /&gt;
|-&lt;br /&gt;
|Daytime Zeta Perseids&lt;br /&gt;
|June 9&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Likely a NASA hoax&lt;br /&gt;
|-&lt;br /&gt;
|June Boötids&lt;br /&gt;
|June 27&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|50/50 mix of meteors and shooting stars&lt;br /&gt;
|-&lt;br /&gt;
|Southern Delta Aquariids&lt;br /&gt;
|July 19&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Meteors very bright, but stationary&lt;br /&gt;
|-&lt;br /&gt;
|Dromaeosaurids&lt;br /&gt;
|July 22&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Fast, highly intelligent, can open doors&lt;br /&gt;
|-&lt;br /&gt;
|Perseids&lt;br /&gt;
|August 12&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Instead of falling from sky, meteors erupt from ground&lt;br /&gt;
|-&lt;br /&gt;
|Tau Pyramids&lt;br /&gt;
|August 15&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Visible even when eyes are closed&lt;br /&gt;
|-&lt;br /&gt;
|Draconids&lt;br /&gt;
|October 8&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Very slow, but follow you if you run&lt;br /&gt;
|-&lt;br /&gt;
|Orionids&lt;br /&gt;
|October 21&amp;lt;sup&amp;gt;st&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Entire shower happens at once&lt;br /&gt;
|-&lt;br /&gt;
|Leonids&lt;br /&gt;
|November 17&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|In 1966, unusually active Leonid shower killed God&lt;br /&gt;
|-&lt;br /&gt;
|Geminids&lt;br /&gt;
|December 13&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;&lt;br /&gt;
|Can be deflected with tennis rackets&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*In the [http://www.explainxkcd.com/wiki/images/archive/8/8a/20130809215612!meteor_showers.png original] version of this comic the date beneath the Dromaeosaurids shower was June 12&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;, the date of the velociraptor attacks in the Jurassic Park movie. To get the order of the dates correct it was probably easier to change just the date rather than move the Dromaeosaurids to the entry below June 9&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Velociraptors]]&lt;br /&gt;
[[Category:Jurassic Park]]&lt;br /&gt;
[[Category:Animals]] &amp;lt;!--pets keep inside--&amp;gt;&lt;br /&gt;
[[Category:Sport]] &amp;lt;!--tennis racket--&amp;gt;&lt;br /&gt;
[[Category:Religion]] &amp;lt;!--killed God--&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.70.211.143</name></author>	</entry>

	</feed>