<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=162.158.2.139</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=162.158.2.139"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/162.158.2.139"/>
		<updated>2026-06-26T23:19:27Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1696:_AI_Research&amp;diff=122160</id>
		<title>Talk:1696: AI Research</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1696:_AI_Research&amp;diff=122160"/>
				<updated>2016-06-20T05:15:29Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
I'm Australian an I don't know about the &amp;quot;updog&amp;quot; Thing, just sayin' [[Special:Contributions/162.158.2.139|162.158.2.139]] 05:15, 20 June 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:96:_Mail&amp;diff=121493</id>
		<title>Talk:96: Mail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:96:_Mail&amp;diff=121493"/>
				<updated>2016-06-07T05:23:17Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How about a bobcat?[[Special:Contributions/108.162.219.202|108.162.219.202]] 05:57, 30 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
No, but live scorpions are: http://pe.usps.com/text/pub52/pub52c5_007.htm --[[Special:Contributions/173.245.52.205|173.245.52.205]] 15:36, 20 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it's black hat guy on the other end of the phone line. [[Special:Contributions/108.162.221.45|108.162.221.45]] 20:47, 20 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
: If it were the black hat guy, he'd have something more snarky to say. This cue ball's character is more in line with beret guy.&lt;br /&gt;
[[Special:Contributions/108.162.216.39|108.162.216.39]] 07:08, 26 February 2015 (UTC)BK201&lt;br /&gt;
&lt;br /&gt;
: : Black hat does have an obsession about these things. see 325. This seems to be likely that it's him. But ill leave the desicion to someone else. [[Special:Contributions/162.158.2.139|162.158.2.139]] 05:23, 7 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did anyone else read it as him not being allowed to mail himself via USPS? --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 17:12, 27 November 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1685:_Patch&amp;diff=120849</id>
		<title>Talk:1685: Patch</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1685:_Patch&amp;diff=120849"/>
				<updated>2016-05-25T23:53:29Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
Hey, I'm first! Guessing the Bot only JUST created this, it was mere minutes after midnight EST when I landed on this page. Unfortunately this is a comic I'm less capable of explaining. From the looks of it, his Photoshop Patch turned what looks like C code into gobbledegook by filling in several of the spaces (and I think even changing some of the characters, possible with characters which fill more of the space). - NiceGuy1 [[Special:Contributions/108.162.218.77|108.162.218.77]] 04:24, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
This appears to be Python code. Note the &amp;quot;def&amp;quot; keyword, how &amp;quot;for i in [garbled]:&amp;quot; is used rather than C's for syntax, and how there are no semicolons or braces. --[[User:Sherlock9|Sherlock9]] ([[User talk:Sherlock9|talk]]) 05:03, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Photoshop has a 'patch' tool but it has a very different function from a software patch. {{unsigned ip|108.162.242.123}}&lt;br /&gt;
:An explanation of Photoshop's patch tool might be helpful in identifying patterns in what pixels were changed by it, perhaps facilitating the identification of some likely characters. [[User:Dansiman|Dansiman]] ([[User talk:Dansiman|talk]]) 05:56, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The first function looks like &amp;quot;isPrime&amp;quot; and seems to check if a number is prime. The last function looks like &amp;quot;quicksort&amp;quot;. Both are common functions you create when learning programming. Not sure about the second one, but it looks like it uses regular expressions. -- [[Special:Contributions/198.41.242.242|198.41.242.242]] 06:44, 25 May 2016 (UTC)&lt;br /&gt;
:I think the second one is &amp;quot;isPrimeRegex&amp;quot;. *cringe* [[Special:Contributions/141.101.104.25|141.101.104.25]] 08:55, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Second function looks like a function to check if number is a prime using Regex (described here http://www.noulakaz.net/2007/03/18/a-regular-expression-to-check-for-prime-numbers/). I don't know if it deserves some special mention, but at least to me (non-programmer) it looks like one of the most arcane things you can do in programming [[Special:Contributions/141.101.80.79|141.101.80.79]] 07:22, 25 May 2016 (UTC)&lt;br /&gt;
:That indeed looks very much like it. I think this is worth mentioning. --[[Special:Contributions/198.41.242.240|198.41.242.240]] 11:22, 25 May 2016 (UTC)&lt;br /&gt;
:Note that mathematically speaking, that regular expression is NOT regular expression - use of backreference in match is one of originally perl extension which makes it much more powerful (and much slower in some cases). It's just that both python and ruby already copied most of perl extensions of regular expressions. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 12:39, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do you think the use of pi is a reference to one of the other comics(I forgot which one...)?[[User:Transuranium|Transuranium]] ([[User talk:Transuranium|talk]]) 10:35, 25 May 2016 (UTC)Transuranium&lt;br /&gt;
:I rather guess it is short for pivot. See {{w|quicksort}} for what the pivot does. --[[Special:Contributions/198.41.242.240|198.41.242.240]] 11:22, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
You know, it's theoretically possible for Photoshop to create compilable code in [https://esolangs.org/wiki/Piet the esoteric programming language] &amp;quot;[http://www.dangermouse.net/esoteric/piet.html Piet]&amp;quot;. But unless there's a way to turn off the Patch tool's antialiasing, it'll be practically impossible for patches larger than a single pixel. [[Special:Contributions/108.162.237.220|108.162.237.220]] 14:15, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't really know anything about programming, but it looks like it's checking for factors of n from 2 to sqrt(n)+1. Why would it need to check any number larger than sqrt(n) though? If i&amp;gt;sqrt(n), then ij=n implies that j&amp;lt;sqrt(n), and j should already have been found. So the largest integer you need to check is floor( sqrt(n) ), which is in the range from 2 to sqrt(n). Checking ceiling( sqrt(n) ) for a non-square number seems redundant. [[Special:Contributions/108.162.237.250|108.162.237.250]] 15:25, 25 May 2016 (UTC)&lt;br /&gt;
:It's because &amp;lt;code&amp;gt;range(a, b)&amp;lt;/code&amp;gt; in Python means the interval [a, b) (excluding b). [[Special:Contributions/108.162.222.29|108.162.222.29]] 15:41, 25 May 2016 (UTC)&lt;br /&gt;
::That mismatched bracket in your comment is hurting me. [[Special:Contributions/162.158.68.71|162.158.68.71]] 17:02, 25 May 2016 (UTC)&lt;br /&gt;
:: It's not mismatched; the right paren indicates the value's the upper limit but excluded. I'd include a right bracket in my response but I think that might make a compiler curse. [[User:Elvenivle|Elvenivle]] ([[User talk:Elvenivle|talk]])&lt;br /&gt;
&lt;br /&gt;
The line with re.match in the likely original code should have an &amp;quot;r&amp;quot; for &amp;quot;raw&amp;quot; before the first string thus:&lt;br /&gt;
  if re.match(r'^1?$|^(11+?)\1+$', '1'*n):&lt;br /&gt;
I am not changing it in the main explanation because I don't know what colour it should be and it's my first time contributing. - Charles W. [[Special:Contributions/141.101.98.42|141.101.98.42]] 22:24, 25 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has someone added this to the Protip category?[[Special:Contributions/162.158.2.139|162.158.2.139]] 23:53, 25 May 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1682:_Bun&amp;diff=120405</id>
		<title>Talk:1682: Bun</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1682:_Bun&amp;diff=120405"/>
				<updated>2016-05-19T01:44:57Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The transcript is almost done, but the setting/image of each frame has to be added, and someone may want to fix my possible typos. This is my first contribute to explain xkcd! [[Special:Contributions/108.162.250.158|108.162.250.158]] 10:51, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I added the explanations about the images. Thanks for contributing! [[User:Ladidootdoot|Ladidootdoot]] ([[User talk:Ladidootdoot|talk]]) 11:21, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm pretty sure that student #1 is megan, someone may wanna check that out[[Special:Contributions/162.158.2.139|162.158.2.139]] 01:44, 19 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I assumed this was about hair buns, am I incorrect? [[Special:Contributions/173.245.54.25|173.245.54.25]] 11:10, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I also believed that 'bun' was also referring to hair buns/ponytails, thus giving a visual pun to the comic. It would also add another level of the 'heirarchy' pun as well. [[Special:Contributions/173.245.56.25|173.245.56.25]] 14:08, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it's &amp;quot;bun&amp;quot; short for &amp;quot;bunny&amp;quot;, an informal term meaning a rabbit (especially a cute one such as the ones shown in the comic). [[Special:Contributions/141.101.98.130|141.101.98.130]] 11:16, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wolves don't actually have as strong a hierarchical structure as commonly believed, and don't have so-called &amp;quot;alphas&amp;quot; running the pack. Wolf packs are primarily a family structure that centers around the parents, in a natural non-tyrannical way, with different wolves making decisions and leading the pack at various times depending on their particular skills. For more information on this, refer to writings by David Mech, wolf biologist, who first coined the terms &amp;quot;alpha&amp;quot; and &amp;quot;omega&amp;quot; for wolves, and has for years been trying to convince people that those original theories are incorrect. &lt;br /&gt;
&lt;br /&gt;
Of course, 'buns' are also a euphemism for butt, which might clarify a thing or two, or at least add a more amusing context. {{unsigned ip|141.101.104.42}}&lt;br /&gt;
&lt;br /&gt;
I also believe the comic makes more sense when taking that meaning (bun for buttocks/derrière...) into account. [[Special:Contributions/162.158.150.230|162.158.150.230]] 12:53, 18 May 2016 (UTC)J&lt;br /&gt;
&lt;br /&gt;
I know that this is absolutely just a personal gripe, but the website is called explain xkcd, not spell-out-everything-that-happens-in-xkcd. &lt;br /&gt;
&lt;br /&gt;
In relevance, this seems to be satire of current-gen's obsession with (mis)spelling things that are cute incorrectly (see: smol, birb, doge) and the situation in the comic is a role-reversal, with the teacher being a (teen/tween/memer etc.) and the students are accusing the class's professionalism. &lt;br /&gt;
&lt;br /&gt;
The point about 'rank' could of course be some fictional idea that a younger person could attach to a physical entity to make the world mor fun and interesting or something idk.&lt;br /&gt;
I would add this theory, of course, but i have no idea what i'm even reading when i read this explanation and don't know where to add it. [[Special:Contributions/108.162.250.161|108.162.250.161]] 12:00, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I absolutely agree I have slowly been editing different explanations to try to try to reflect this, but it is a very difficult and tedious process, if you can contribute do it. [[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 13:14, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hierarchy is misspelled. Unless it's a convoluted pun on heir - hare (almost homophones) ? [[User:blagae|blagae]]&lt;br /&gt;
:A new version of the comic has been uploaded by now, with the misspelling corrected. So the heir-hare pun was probably unintentional. ([[User:blagae|blagae]]) 14:58, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
As soon as I read it, I was thinking 'bun' as in 'bottocks', yet there is no mention of that in the explanation? {{unsigned ip|108.162.218.41}}&lt;br /&gt;
:Added that in the explanation, but I'm not sure at all that this was intentional. When there is images of bunnies it is not necessarily something that would come into mind. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:13, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Most of the explanations posted thus far seem off-the-mark to me. Especially the ones involving butts, I mean, c'mon... The comment above about &amp;quot;role-reversal&amp;quot; gets close to the heart of the joke (if any), though I think more than anything this strip is just Randall indulging his love for depicting people in roles of presumed authority spouting absurdities. (And for tiny bunnies, of course.) TBH, though, this one mainly gives the impression of being based on a private joke or conversation, or just referencing some meme I haven't seen yet.  [[Special:Contributions/162.158.68.35|162.158.68.35]] 16:14, 18 May 2016 (UTC)&lt;br /&gt;
: I think it's an obscure reference.  Buzzfeed has [https://www.buzzfeed.com/mattbellassai/the-most-important-bunny-gifs-on-the-internet The 33 Most Important Bunny GIFs On The Internet], which ''might'' be related to the &amp;quot;important bun&amp;quot; from [[1663]].  Maybe Ponytail teaches [https://twitter.com/hashtag/anatomyofthebun internet sociology], not biology, and she hasn't clarified that very well.  [[User:.42|.42]] ([[User talk:.42|talk]]) 16:27, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would say the entire &amp;quot;buttocks&amp;quot; link that is currently reflected in the description is a very poor fit. Clearly &amp;quot;this time of year&amp;quot; is referring to spring, when rabbits are most commonly seen darting around, and when rabbit kittens are most likely to be born/leave their nests. &amp;quot;The image of a king&amp;quot; clearly has nothing to do with Ponytail, as there is an image of a &amp;quot;king bun&amp;quot; on the screen. This is most definitely a reference to the treatment of images of monarchy. For example, in the UK it is illegal to deface images of the Queen. [[User:Fendletruck|Fendletruck]] ([[User talk:Fendletruck|talk]]) 16:49, 18 May 2016 (UTC)&lt;br /&gt;
:I concur. Delete any reference to explanation about buttocks, and only state that some may think of this, but given that there are images of bunnies this is probably more saying of the person who thinks of buts than of Randall... ;-) I will leave it up to others to do the deletion though. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:04, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wondering if there's any tie in to the ancient but not quite defunct alt.devilbunnies, which was about evils buns, their cuteness, and people under their evil sway. The teacher in this case would clearly qualify as a &amp;quot;symp&amp;quot; (bunny sympathizer). [[Special:Contributions/108.162.219.77|108.162.219.77]] 17:28, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just to be clear, there are studies which show that cuteness in humans has certain evolutionary advantages for human babies and may affect how humans treat animals they perceive as cute. I was tempted to expound more upon this in the explanation but the explanation is no place for that. Cuteness in animals is both relative and a perception, it is subject to change from person to person based on past experiences and preferences, it is also affected by hormones and mood. It is not a defense mechanism, it does not protect against predators. I know the edit which first mentioned the fitness advantages of cuteness didn't state that it does protect against predators but in my original edit, where I first mentioned fitness, I was trying to include information relevant to the comic, not information which was absolutely correct. And even cuteness doesn't protect rabbits from human poaching as much as conservation does. In most places rabbits are pests and are dealt with just as rats and mice are now. But since I know that if I include information which is not one hundred percent absolutely correct in all situations it will eventually get edited, even if it makes the explanation clearer, I will not include this at the moment, to spare the exhaustive detail it will inevitably spawn.&lt;br /&gt;
&lt;br /&gt;
In short, rabbits are delicious and things like to eat them, no matter how cute they may be. [[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 18:40, 18 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
TIL: baby rabbits are called kittens. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 00:50, 19 May 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1639:_To_Taste&amp;diff=111297</id>
		<title>1639: To Taste</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1639:_To_Taste&amp;diff=111297"/>
				<updated>2016-02-11T03:33:23Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1639&lt;br /&gt;
| date      = February 5, 2016&lt;br /&gt;
| title     = To Taste&lt;br /&gt;
| image     = to_taste.png&lt;br /&gt;
| titletext = Look, recipe, if I knew how much was gonna taste good, I wouldn't need you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The imprecision of {{w|recipes}} is often a source of frustration to culinary novices, especially the more analytically-minded. [[Cueball]] expects a recipe to provide instructions precise enough that by following them carefully, a cook can create a dish exactly as the recipe author intended. Unfortunately, exact replication is impossible in cooking because of the natural variation of ingredients as well as differences in equipment. In addition, most home cooks lack the tools needed to make precise measurements, such as scales and thermometers. Thus, a recipe for strawberry {{w|smoothies}} might read &amp;quot;add sugar '''to taste'''&amp;quot; because the recipe-writer can't specify precisely how ripe the strawberries are to begin with. In addition, a smoothie recipe would typically specify imprecise quantities of fruit such as &amp;quot;1 banana&amp;quot; or &amp;quot;1 cup of strawberries&amp;quot; (much less precise than specifying the weight). Thus, it is impossible for the cook to determine the correct amount of {{w|sugar}} without actually tasting the drink.&lt;br /&gt;
 &lt;br /&gt;
The instruction &amp;quot;to {{w|taste}}&amp;quot; can also be used for ingredients that alter a simple aspect of the food's flavor, such as {{w|sweetness}}, {{w|Taste#Sourness|sourness}}, {{w|Taste#Saltiness|saltiness}} or {{w|Taste#Bitterness|bitterness}} without affecting the quality of the overall dish. Individual preferences can vary wildly and it's not possible for a recipe's author to predict how much the reader will want.  Specifying any exact amount in these cases will inevitably lead to the food being too {{w|Bland diet|bland}} for some, while being too {{w|Pungency|strong}} for others.&lt;br /&gt;
&lt;br /&gt;
In this comic, Cueball is shown as having no idea how to cook (or having a ridiculously large sweet tooth), and the suggestion that he is going to add large crates of sugar to a small pot is of course silly. This would ruin the dish, as whatever was in the pot would be drowned out by the sugar.  Alternatively, he could simply bring in enough sugar to make sure he will not run out of this particular ingredient before it reaches the correct level of sweetness for his taste. This too would display a complete lack of understanding about what it is to cook.&lt;br /&gt;
&lt;br /&gt;
The title text is [[Randall|Randall's]] (and Cueball's) personal comment on what he thinks a recipe should do to fulfill his needs. If he knew how much of each ingredient would be appropriate for a given dish, then he would not need the recipe in the first place. the title text actually scolds the recipe for being imprecise. In his view, mixing in imprecise or &amp;quot;use your own judgment&amp;quot; language makes it less of a &amp;quot;recipe&amp;quot; for the dish, and thus less suitable for those looking for the specific instructions to make the dish because they either have no cooking experience, feel they don't have the expertise to make their own decisions, or simply want to follow clearly defined steps without any decision making required.&lt;br /&gt;
&lt;br /&gt;
This is the second comic this week that concerns one of the basic {{w|condiments}} for food, and also regards one of the five {{w|Taste#Basic_tastes|basic tastes}}. The first one, about salt, was [[1637: Salt Mine]]. Lately Randall has made several [[:Category:Food|food related comics]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is standing near a stove holding a pot just above it. He is looking away from the stove, reading the recipe from a piece of paper he is holding in the other hand.]&lt;br /&gt;
:Recipe: ...And add sugar to taste.&lt;br /&gt;
&lt;br /&gt;
:[Cueball has placed the pot on the stove looking at it while holding the paper down along his side.]&lt;br /&gt;
:Cueball: ??&lt;br /&gt;
&lt;br /&gt;
:[Cueball leaves the pot and stove to walks off-panel left with the recipe.] &lt;br /&gt;
&lt;br /&gt;
:[Cueball returns backing up to the stove with a dolly loaded with three crates labeled &amp;quot;SUGAR&amp;quot;.]&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1621:_Fixion&amp;diff=108218</id>
		<title>1621: Fixion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1621:_Fixion&amp;diff=108218"/>
				<updated>2015-12-29T07:01:22Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: /* Table of Phenomena */ fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1621&lt;br /&gt;
| date      = December 25, 2015&lt;br /&gt;
| title     = Fixion&lt;br /&gt;
| image     = fixion.png&lt;br /&gt;
| titletext = My theory predicts that, at high enough energies, FRBs and perytons become indistinguishable because the detector burns out.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The second [[:Category:Christmas|Christmas comic]] in a row, the first being [[1620: Christmas Settings]].&lt;br /&gt;
&lt;br /&gt;
This comic was released on {{w|Christmas}} day as a present from [[Randall]] to all {{w|physicists}}. It introduces a new particle, the ''Fixion'', which explains everything. The word &amp;quot;Fixion&amp;quot; can be read as a pun: Either it can mean something like &amp;quot;fix-i-on,&amp;quot; with &amp;quot;[https://en.wiktionary.org/wiki/-on#Suffix -on]&amp;quot; being a suffix for many particles, and this particle being able to &amp;quot;fix&amp;quot; things; or it means &amp;quot;fiction&amp;quot; (in English, the pronunciations of &amp;quot;-xion&amp;quot; and &amp;quot;-ction&amp;quot; are indistinguishable). Alternately, &amp;quot;Fixion&amp;quot; could be a portmanteau of &amp;quot;fix&amp;quot; and &amp;quot;ion&amp;quot;, implying that the particle is not subatomic but is a different type of ion.&lt;br /&gt;
&lt;br /&gt;
In physics, there are still many {{w|List of unsolved problems in physics|big questions and mysteries}}. There are many phenomena which don't seem to fit, and we don't know how to explain yet. The &amp;quot;Fixion&amp;quot; is satirically presented as a particle which acts as a {{w|Deus ex machina}}, (see also [http://tvtropes.org/pmwiki/pmwiki.php/Main/DeusExMachina tvtropes]), which solves all of these mysteries without any serious fundamental reasons.&lt;br /&gt;
&lt;br /&gt;
The style of the chart suggests a {{w|Feynman diagram}} - an easy way of drawing particle interactions. Every time there is an interaction, the main central Fixion-line changes direction. Typically, {{w|fermions}} (the &amp;quot;solid&amp;quot; particles like {{w|electrons}} and {{w|quarks}}) are shown with solid lines, {{w|photons}} (and generally the weak-force-carrying {{w|bosons}}) are shown with wavy lines, {{w|gluons}} with spiraling lines and other mediating particles (such as {{w|pions}} in the {{w|nuclear force}}, or the {{w|Higgs boson}}) with a dotted line. Randall obeys these rules only very loosely, which makes sense - many of the things involved in this Feynman diagram are either so theoretical that they have no widely used standard representation, or would never appear in a sensible diagram (spacecrafts, for instance). All mentioned types of lines - and even more types - are presented in the diagram. All that the Fixion does is described in the [[#Table of Phenomena|table below]].&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of one of the jokes already mentioned in the main comic (fourth phrase from the top to the left) about {{w|Fast radio burst}}s (FRBs) and {{w|Peryton (astronomy)|perytons}}. See explanation in the last entry in the [[#Table of Phenomena|table below]].&lt;br /&gt;
&lt;br /&gt;
===Table of Phenomena===&lt;br /&gt;
{{Incomplete|Please remove personal views and parts where the fiction is assumed to be real}}&lt;br /&gt;
*Below, all the phenomena mentioned in the comic (and in the title text) have been listed and described.&lt;br /&gt;
*The order is the top left phenomenon first, and then alternating between right and left down to the bottom and then the title text at the end.&lt;br /&gt;
{| border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|'''Phenomenon''' || '''In the comic''' || '''Description''' || '''Solved?'''&lt;br /&gt;
|-&lt;br /&gt;
| Main component of dark matter&lt;br /&gt;
|| An arrow points to the very first part of the main line.&lt;br /&gt;
|| Our best measurements of the universe predict that visible matter is only about one-sixth of the matter in the universe; the remaining matter is &amp;quot;{{w|dark matter}}&amp;quot; that cannot be seen. The leading candidates for dark matter are {{w|weakly interacting massive particles}} (WIMPs). These would be new, undiscovered forms of matter which barely interact except through gravity and thus give off little or no light. Some of the dark matter is likely made up of {{w|Massive compact halo objects}} (MACHOs); effectively dead stars too dim to see. MACHOs are probably only a minority of the dark matter, however. Studies of two colliding galaxy clusters suggest that dark matter can pass through other matter without slowing down, unlike ordinary matter. Moreover, calculations of the elements produced during the {{w|big bang}} - which match the observed distribution of elements in the universe very precisely - don't leave room for enough additional {{w|protons}} and {{w|neutrons}} to form the dark matter.&lt;br /&gt;
|| No. Proving the nature of dark matter will most likely win someone a {{w|Nobel Prize}}.&lt;br /&gt;
|-&lt;br /&gt;
| Confines quarks and gluons&lt;br /&gt;
|| An arrow points to the very first part of the main line.&lt;br /&gt;
|| {{w|Quark confinement}} means that we never see particles with {{w|colour charge|color charge}} (i.e. {{w|quark}}s and {{w|gluon}}s) on their own. They only exist in groups that cancel out the color charge. Try to separate the groups, and the energy you add will instead cause new particles to pop into existence.&lt;br /&gt;
|| The basic facts of confinement are well understood, but some of the details are too complicated to tease out.&lt;br /&gt;
|-&lt;br /&gt;
| Neutralizes monopoles&lt;br /&gt;
|| An arrow points to the first solid line into the main line, from left and upwards. This is thus a solid particle merging with the Fixion.&lt;br /&gt;
|| {{w|Magnetic monopoles}} (e.g., a north charge without a south charge) should exist, according to many {{w|Grand Unified Theory|grand unified theories}} (GUTs) and {{w|String theory|string theories}}, but none have ever been seen.&lt;br /&gt;
|| No! Despite claims that pop up in the news every year, creating a monopole-like state in the magnetic spins of a crystal is not the same as creating a real monopole.&lt;br /&gt;
|-&lt;br /&gt;
| Suppresses antimatter in early universe&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| The universe today is made almost entirely of matter. {{w|Antimatter}} and matter are identical, except that the charges are opposite. Antimatter and matter &amp;quot;{{w|Annihilation|annihilate}}&amp;quot; when they come into contact. So why is the universe made of matter? Why didn't the universe have equal amounts of both, and if it did, why didn't it annihilate itself immediately? This is a big question in physics today. Of course, the Fixion explains this by its ability to suppress the formation of antimatter in the early universe.&lt;br /&gt;
|| Lots of theories, no conclusive evidence for any yet. The most notable theories revolve around the {{w|weak interaction}}, which has been shown to treat matter and antimatter asymmetrically. Now that the {{w|Higgs boson}} has been found, the biggest project for the {{w|Large Hadron Collider}} experiments is to try to crack this.&lt;br /&gt;
|-&lt;br /&gt;
| Spontaneously emits dark energy&lt;br /&gt;
|| Two arrows points to two dotted lines going out left and downwards below the first solid line. It is thus two mediating particles that go out from the Fixon.&lt;br /&gt;
|| Prior to the 1990s, most {{w|cosmologists}} expected that the universe's expansion after the Big Bang would either slow down or stay constant. In 1998, cosmologists discovered that the expansion of the Universe is accelerating. Under {{w|Einstein|Einstein's}} theory of {{w|general relativity}}, the observed acceleration predicts that ordinary matter and dark matter make up about 30% of the universe's total energy, with the rest coming in the form of &amp;quot;{{w|dark energy}}.&amp;quot; The nature of dark energy is not certain. However, the leading candidate is that space itself has intrinsic energy (either constant or variable), and so as space expands, the energy of the universe increases.&lt;br /&gt;
|| Again, Nobel Prize territory.&lt;br /&gt;
|-&lt;br /&gt;
| Mediates proton decay, but then hides it.&lt;br /&gt;
|| An arrow points to three lines going to and from the main line. The outer line does not connect with the main line. The three lines probably represent the 3 quarks a proton is made of, and how a proton is usually drawn in Feynman diagrams (see for example [https://en.wikipedia.org/wiki/Beta_decay#/media/File:Beta_Negative_Decay.svg Beta Negative Decay]). The diagram represents a proton decaying, mediated by the fixion, however then recombining. Presumably the hypothetical fixion causes protons to decay all the time, however according to the diagram the quarks recombine again which makes the process impossible to detect.&lt;br /&gt;
|| Many GUTs predict that {{w|proton decay|protons will decay}}, but experiments have shown the proton to have a half-life of at least 10&amp;lt;sup&amp;gt;33&amp;lt;/sup&amp;gt; years very much longer than the {{w|age of the universe}} (1.38x10&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; years).&lt;br /&gt;
|| It's not ''necessarily'' a problem. All theories predict that proton decay is a very slow process (10&amp;lt;sup&amp;gt;32+&amp;lt;/sup&amp;gt; seconds), which is consistent with the current data.&lt;br /&gt;
|-&lt;br /&gt;
| Introduces dispersion in perytons from kitchen microwaves, explaining fast radio bursts&lt;br /&gt;
|| Two arrows point to four wavy lines. The waves of the lines have different wave length. The one line coming out left is of the same at wavelength as the top of the three coming out right. The two below each decrease in wavelength compared to the one before them. Maybe this is not meant to represent photon-like particles, but are just different frequencies of microwaves from the microwave oven – thus relating to the subject.&lt;br /&gt;
|| {{w|Fast radio burst}}s (FRBs) are unexplained bursts of radio-frequency energy from space, they could even be extragalactic signals, with speculations that they might be signs of {{w|extraterrestrial intelligence}}. {{w|Peryton (astronomy)|Perytons}} are things that ''look like'' FRBs, but come from Earth (specifically, from the {{w|microwave oven}} at {{w|Parkes Observatory}}). Randall's Fixion makes some perytons change frequency distribution so they appear to come from space; thus in fact all FRBs come from microwave ovens.&lt;br /&gt;
|| No, but it's probably something very big - a star collapsing to a {{w|black hole}} or (as now looks likely) a {{w|magnetar}} (magnetic neutron star)&lt;br /&gt;
|-&lt;br /&gt;
| Broken symmetry causes ϴ=0, explaining unobserved neutron dipole moment&lt;br /&gt;
|| An arrow points to the part of the main line just before the first wavy line.&lt;br /&gt;
|| The {{w|neutron electric dipole moment}} is a measure of how balanced electric charge is inside the neutron. ϴ (theta) is a number in {{w|quantum chromodynamics}} (QCD) which quantifies the breaking of a type of symmetry called {{w|CP violation|CP symmetry}}. If ϴ is not 0, one result of this should be a neutron dipole moment. {{w|Symmetry breaking}} is a common explanation of effects in some areas of theoretical physics (for instance, it's an important part of {{w|Peter Higgs|Higgs'}} theory about why particles have mass), but normally it explains why a value is ''not'' zero. Presumably the Fixion breaks CP symmetry independently of QCD, which means that ϴ can be 0 while preserving observed CP-breaking effects.&lt;br /&gt;
|| Again, it's not (yet) a problem - the predicted dipole moment is tiny, and we're only just reaching the point when we can measure it that accurately.&lt;br /&gt;
|-&lt;br /&gt;
| Causes alpha effect&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| The {{w|alpha effect}} is a weird effect from chemistry, where putting an &amp;quot;alpha&amp;quot; atom with a {{w|lone pair}} of electrons close to a molecule makes the molecule more likely to give up its electrons. The Fixion is the reason for this effect.&lt;br /&gt;
|| Lots of competing explanations.&lt;br /&gt;
|-&lt;br /&gt;
| Covers naked singularities &lt;br /&gt;
|| No arrow – but the text is situated next to the middle of the three wavy lines going right.&lt;br /&gt;
|| A {{w|naked singularity}} is like a black hole without an {{w|event horizon}}. So far no naked singularity has been observed (except, arguably, the big bang) and the {{w|cosmic censorship hypothesis}} suggests they can't exist, although some people have suggested ways of making them.  Of course if any did exist then the Fixion will cover it, so it won’t become embarrassed by its nudity. Randall has mentioned these in his latest [[what if?]]: [http://what-if.xkcd.com/140/ Proton Earth, Electron Moon].&lt;br /&gt;
|| Not necessarily something that needs explaining - none have been seen, and most theories say they don't exist. If support grows for {{w|loop quantum gravity}}, then we might have to start really searching.&lt;br /&gt;
|-&lt;br /&gt;
| Intercepts certain gravitational waves before they're observed.&lt;br /&gt;
|| An arrow points to a spiraling line going upwards to the left, so this is drawn like a gluon.&lt;br /&gt;
|| If {{w|gravity}} behaves like {{w|Fundamental interaction|the other forces}}, it must be conveyed by waves. Our best detector, {{w|LIGO}} has yet to detect any {{w|gravitational waves}}, though this is probably just due to the low probability of events that would be detectable. Only extreme events like {{w|binary black hole}} mergers are detectable with the current setup. The proposed {{w|LISA Pathfinder}} spacecraft will be able to see things like orbiting black holes and {{w|neutron stars}}. Since the Fixion intercepts gravity waves before they are observed we should not get our hopes up too high about observing any even with LISA.&lt;br /&gt;
|| Let's wait for the LISA data before jumping to conclusions.&lt;br /&gt;
|-&lt;br /&gt;
| Causes coronal heating&lt;br /&gt;
|| No arrow – but the text is situated next to the middle of the three wavy lines going right.&lt;br /&gt;
|| For some reason the outer layer of the {{w|sun}} (the {{w|corona}}) is hotter than most reasonable theories predict. This is for instance mentioned in Randall’s new book ''[[Thing Explainer]]'' in the entry about the sun. This can also be seen on the [[Thing_Explainer#Preview Pages |back cover of the book]]. The phenomenon is explained by the Fixion…&lt;br /&gt;
|| It's a mystery, but it possibly has something to do with waves in the corona (for example, the {{w|High Resolution Coronal Imager}} has seen &amp;quot;braids&amp;quot; in the corona that whip around and unravel themselves).&lt;br /&gt;
|-&lt;br /&gt;
| Higgs-ish&lt;br /&gt;
|| As this is just a property of the Fixion there is no arrow.&lt;br /&gt;
|| The {{w|Higgs boson}} is a manifestation of the Higgs field... but many supersymmetry and string theories predict multiple Higgs-like particles. It's almost a prerequisite of any new theory that it has a Higgs-ish element. So the Fixion blends in with this.&lt;br /&gt;
|| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Superluminally smooths anisotropies in early universe (but adds faint polarization for BICEP3 to find)&lt;br /&gt;
|| An arrow points to the point of the main line just below the bottom space probe.&lt;br /&gt;
|| The {{w|Cosmic Microwave Background}} (CMB) is incredibly uniform. In fact it is so uniform that the conclusion is that these areas must have been in contact at some time in the early universe. But with the universe being infinite, and the speed of light being finite, most parts of the universe will never be able to interact (any more at least). The explanation usually given for the uniformity is that the universe expanded really fast in the beginning during what is called the {{w|Inflationary epoch}}. {{w|BICEP_and_Keck_Array#BICEP2|BICEP2}} is a {{w|radio telescope}} at the South Pole whose operators claim to have seen polarization in the CMB indicative of inflation. (See [[1365: Inflation]] that references BICEP2's results). The Fixion fixes the problem since it allowed {{w|Faster-than-light|superluminally}} smoothing of the early anisotropies to explain the smoothness observed today. The Fixion adds  just enough signal that the new {{w|BICEP_and_Keck_Array#BICEP3|BICEP3}} telescope will be able to find it.&lt;br /&gt;
|| As stated, {{w|Inflation (cosmology)|inflation}} is the standard explanation and it holds up fairly well. Other studies haven't seen the polarization that BICEP2 has - the {{w|Planck (spacecraft)|Planck space telescope}} also suggests that the BICEP2 team were looking at an unusually dusty bit of space, which could cause polarization. Hopefully this will improve with the BICEP3 data that should be published in 2016.&lt;br /&gt;
|-&lt;br /&gt;
| Accelerates certain spacecraft during flybys&lt;br /&gt;
|| Two arrows point to two solid lines going away from the main line (left and right). At the end of each line there is a space craft with satellite dish and solar panels, representing the items that the Fixion interacts with.&lt;br /&gt;
|| This refers to the {{w|flyby anomaly}} which is sometimes (but not always) seen when spacecraft fly close to planets and pick up more speed than expected. It's not always seen – for instance the {{w|Rosetta (spacecraft)|Rosetta space probe}} had no flyby anomaly when it swooped extremely close to Mars. Another anomaly for spacecraft’s (a deceleration this time) has been mentioned in the title text of [[502: Dark Flow]].&lt;br /&gt;
|| It could be an unpredicted quirk of gravity and relativity... or it could be experimental error.&lt;br /&gt;
|-&lt;br /&gt;
| Triggers Siberian sinkholes&lt;br /&gt;
|| No arrow, but it is right next to the solid line with an arrow going into the main line just before the first hole where the main line disappears and becomes dotted. Thus it could be a reference also to these holes.&lt;br /&gt;
|| Recently, (2014), several {{w|sinkholes}} opened up in {{w|Yamal_Peninsula#Yamal_craters |remote parts}} of Siberia. The explanation is currently unknown, except of course we now know that it was the Fixion that caused it.&lt;br /&gt;
|| While there are lots of weird theories, there's a good chance they were caused by {{w|Arctic methane release}} due to melting {{w|permafrost}} which is probably caused by {{w|global warming}}. See ([http://www.independent.co.uk/news/science/mystery-of-the-siberian-holes-at-the-end-of-the-world-solved-scientists-offer-explanation-9642988.html Mystery of the Siberian holes… solved]).&lt;br /&gt;
|-&lt;br /&gt;
| Melts ice in &amp;quot;Snowball Earth&amp;quot; scenario&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| {{w|Snowball Earth}} is the theory that the whole planet was covered in ice at some point. To melt all that ice by the {{w|greenhouse effect}} would require far more carbon dioxide in the atmosphere than seems plausible. However, if volcanoes were to deposit black soot on the surface of the ice, it would start absorbing heat more efficiently (in scientific terms, the Earth's {{w|albedo}} would decrease) and that would also make the planet heat up. Of course it was the Fixion was the cause of the melting ice.&lt;br /&gt;
|| There are {{w|Snowball_Earth#Scientific_dispute|scientific dispute}} regarding the theory for a Snowball Earth. There is no conclusive evidence that it ever occurred, but those in favor have presented lots of {{w|Snowball_Earth#Evidence|evidence}}…&lt;br /&gt;
|-&lt;br /&gt;
| Transports neutrinos faster than light, but only on certain days through one area of France&lt;br /&gt;
|| An arrow points to the part of the main line that becomes dotted between the two “{{w|wormholes}}”. This is where the neutrinos move faster than light…&lt;br /&gt;
|| Refers to the {{w|faster-than-light neutrino anomaly}}, where it seemed that a neutrino beam from {{w|CERN}} on the France/Switzerland border to the {{w|OPERA experiment}} in Italy traveled faster than light. Scientists were not able to reproduce the result. Of course it was because of the Fixion. This Neutrino experiment was also mentioned in [[955: Neutrinos]], where there are more explanation on the subject.&lt;br /&gt;
|| In the end, there was no mystery, just a [http://www.redorbit.com/news/science/1112551696/cern-confirms-neutrinos-not-faster-than-light/  defective cable causing a measurement error].&lt;br /&gt;
|-&lt;br /&gt;
| Suppresses sigma in experiments&lt;br /&gt;
|| No arrow but the last solid line, with an arrow pointing left, that is going away from the main line, point almost directly at it.&lt;br /&gt;
|| Sigma (σ) refers to the {{w|standard deviation}} - a mathematical measure of how much an observed value differs from the expected value. For a formal scientific discovery in particle physics, the standard is 5 sigma which means that there is about a 1 in 3.5 million chance that the results were caused by random errors (of course, they could be caused by ''systematic'' errors, such as measurement problems). Some tantalizing experiments have found interesting results at 3 or 4 sigma but either can't reach 5 sigma or {{w|Oops-Leon|are subsequently dis-proven}}. The question is, if the way the Fixion works here in this comic pushes the sigma value one way or the other? Does it suppress the value so it goes below or above the level of significance? Is it artificially pushed in the direction so a result seems like it is significant when it is not (see for instance [[882: Significant]]), or if it is the other way so some experiments, which could have found what the experimenters wanted to find, did not because the sigma has been artificially lowered below the proof threshold. Either way it is a very annoying fact of the Fixion, but it would explain a lot, and probably also make it very hard to find the Fixion because of this intrinsic behavior.|| N/A&lt;br /&gt;
|-&lt;br /&gt;
| My theory predicts that, at high enough energies, FRBs and perytons become indistinguishable because the detector burns out.&lt;br /&gt;
|| From the title text.&lt;br /&gt;
|| This is a continuation of the joke already mentioned above regarding Fast radio bursts (FRBs) and perytons. GUTs normally predict that all the forces we see are the different low-energy versions of a single force which can only be seen at extremely high energies (much higher than any Earth-based collider could produce). A high-energy FRB would be a {{w|gamma ray burst}} and if it came from a close enough object, would obliterate all life on Earth. It would also wreck the sensitive electronics at Parkes Observatory. This &amp;quot;high energy unification&amp;quot; is stated in a way reminiscent of the unification of electromagnetic and weak forces at high energies; but unlike the latter, it involves two things only &amp;quot;appearing&amp;quot; (or, in this case, not appearing) to be the same, not actually becoming the same.&lt;br /&gt;
|| N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption above the panel:]&lt;br /&gt;
:A Christmas gift for physicists:&lt;br /&gt;
:The '''Fixion'''&lt;br /&gt;
:A new particle that explains everything&lt;br /&gt;
&lt;br /&gt;
:[A chart resembling a Feynman diagram is shown. It begins with a solid line coming down at the top, going a little to the left. The line continues downwards all the time, but changes direction 16 times before exiting at the bottom almost straight under the starting point. At every point where it changes direction, there is some kind of “interaction” with something outside this line. There are 19 phrases, 10 on the left and 9 on the right. 11 of these are distinct labels for points on the line as 14 gray curved arrows points between these 11 phrases to specific points on the line. Three of the phrases on the left has two arrows pointing to two different, but close, parts of the line. The main central line is solid all the way, except at the very bottom, where it “disappears” inside a hole only to “reappear” later from a similar hole. Between these two holes the line is dotted. The lines going away (or to) the main line can be straight and solid, straight and dotted, wavy lines (with different waviness), even looking like a spiral. Two straight solid lines ends up at two space probes, and finally the last two straight solid lines coming in (and out) on either side of the “hole” in the line has arrow pointing in and out. Below the phrases will be listed in reading order, taking one on each side alternatingly. Above each is described if there are any arrow and, if there are, what they points at.]&lt;br /&gt;
&lt;br /&gt;
:[Left: Arrow pointing to the very first part of the main line:]&lt;br /&gt;
::Main component of dark matter&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow pointing to the very first part of the main line, but below the previous arrow:]&lt;br /&gt;
::Confines quarks and gluons&lt;br /&gt;
&lt;br /&gt;
:[Left: Arrow points to the first solid line going left and upwards:]&lt;br /&gt;
::Neutralizes monopoles&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow:]&lt;br /&gt;
::Suppresses antimatter in early universe&lt;br /&gt;
&lt;br /&gt;
:[Left: Two arrows points to two dotted lines going out left and downwards below the first solid line:]&lt;br /&gt;
::Spontaneously emits dark energy&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow pointing to several lines going almost parallel with the main line. The first line closest to the arrow is not connected with the main line. It bends closer to the other lines in the middle. The next line is connected to the main line, and is thus actually two lines going in to the main line. The same goes for the inner line, where there is some distance between the entry and exit, as the middle of these three lines connect to the main line in between. In principle there are four lines going in/out and one not connected, but it looks like three lines:]&lt;br /&gt;
::Mediates proton decay but then hides it&lt;br /&gt;
&lt;br /&gt;
:[Left: One arrow points to the first wavy line (7 peaks) coming out and up towards the dotted lines above. A second arrow points further down the main line where there are three more wavy lines coming out, but to the right, they are all of the same length and go almost straight right, only a little down. The first has as short a wave length as the line above to the left, but as it is shorter it only has 6 peaks. Then the wavelength decreases to a very long one for the last, 5 peaks and then 3 peaks. The arrow points almost where the middle wavy line exits the main line:]&lt;br /&gt;
::Introduces dispersion in perytons from kitchen microwaves, explaining fast radio bursts&lt;br /&gt;
&lt;br /&gt;
:[Right: An arrow point to the part of the main line between the three parallel lines and the first wavy line:]&lt;br /&gt;
::Broken symmetry causes ϴ=0, explaining unobserved neutron dipole moment&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Causes alpha effect&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the middle of the three wavy line:]&lt;br /&gt;
::Covers naked singularities&lt;br /&gt;
&lt;br /&gt;
:[Left: An arrow points to a spiraling line going upwards to the left:]&lt;br /&gt;
::Intercepts certain gravitational waves before they're observed.&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the bottom of the three wavy line:]&lt;br /&gt;
::Causes coronal heating&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Higgs-ish&lt;br /&gt;
&lt;br /&gt;
:[Right: A long arrow point to the point of the main line just below the line pointing to the bottom (and left) of the space probes:]&lt;br /&gt;
::Superluminally smooths anisotropies in early universe (but adds faint polarization for BICEP3 to find)&lt;br /&gt;
&lt;br /&gt;
:[Left: One arrows point towards the point on the main lines where a solid line goes to the right and up and another arrow points on another solid line going away from the main line towards left and down. At the end of both lines are drawn spacecrafts with satellite dish and solar panels:]&lt;br /&gt;
::Accelerates certain spacecraft during flybys&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the solid line with an arrow going into the main line just before the first hole where the main line disappears and becomes dotted:]&lt;br /&gt;
::Triggers Siberian sinkholes&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Melts ice in &amp;quot;Snowball Earth&amp;quot; scenario&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow points to the dotted part of the main line between the two holes:]&lt;br /&gt;
::Transports neutrinos faster than light, but only on certain days through one area of France&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow but the last solid line, with an arrow pointing left, that is going away from the main line, point almost directly at it:]&lt;br /&gt;
::Suppresses sigma in experiments&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Puns]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Portmanteau]]&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1619:_Watson_Medical_Algorithm&amp;diff=107399</id>
		<title>Talk:1619: Watson Medical Algorithm</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1619:_Watson_Medical_Algorithm&amp;diff=107399"/>
				<updated>2015-12-21T05:35:08Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: Created page with &amp;quot;Build environment is still insane since comic #371.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Build environment is still insane since comic #371.&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:722:_Computer_Problems&amp;diff=101076</id>
		<title>Talk:722: Computer Problems</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:722:_Computer_Problems&amp;diff=101076"/>
				<updated>2015-09-04T03:20:31Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.2.139: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I think this might be also a joke on how computer programming and/or hacking is presented in action movies. {{unsigned ip|77.254.185.80}}&lt;br /&gt;
&lt;br /&gt;
I think the explanation of &amp;quot;explaining in simpler terms&amp;quot; should be expanded as how interactions with computers can be so complex (i.e. trying to make something specific work in Linux) but at the same time look absolutely pointless if observed by someone who understands little to nothing about computers. [[Special:Contributions/108.162.212.196|108.162.212.196]] 13:56, 11 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've thought a similar thing about video games. The way you win is by moving the controls in a precise sequence, which if you knew, you wouldn't need to look at the screen to be victorious. {{unsigned ip|108.162.238.114}}&lt;br /&gt;
&lt;br /&gt;
I'm a software developer and have this comic hanging up by my desk. It helps keep things in perspective when things get a bit too overwhelming. [[Special:Contributions/108.162.216.13|108.162.216.13]] 21:49, 20 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Cue the rubber ducking. [[Special:Contributions/162.158.2.139|162.158.2.139]] 03:20, 4 September 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.2.139</name></author>	</entry>

	</feed>