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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=348230</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=348230"/>
				<updated>2024-08-07T01:47:54Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Integration */ comma&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic illustrates the old saying [https://mathoverflow.net/q/66377 &amp;quot;Differentiation is mechanics, integration is art.&amp;quot;] It does so by providing a {{w|flowchart}} purporting to show the process of differentiation, and another for integration.&lt;br /&gt;
&lt;br /&gt;
{{w|Derivative|Differentiation}} and {{w|Antiderivative|Integration}} are two major components of {{w|calculus}}. As many Calculus 2 students are painfully aware, integration is much more complicated than the differentiation it undoes.&lt;br /&gt;
&lt;br /&gt;
However, Randall dramatically overstates this point here.  After the first step of integration, Randall assumes that any integration can not be solved so simply, and then dives into a step named &amp;quot;????&amp;quot;, suggesting that it is unknowable how to proceed.  The rest of the flowchart is (we can assume deliberately) even harder to follow, and does not reach a conclusion.  This is in contrast to the simple, straightforward flowchart for differentiation. The fact that the arrows in the bottom of the integration part leads to nowhere indicates that &amp;quot;Phone calls to mathematicians&amp;quot;, &amp;quot;Oh no&amp;quot; and &amp;quot;Burn the evidence&amp;quot; are not final steps in the difficult journey. The flowchart could be extended by Randall to God-knows-where extents.&lt;br /&gt;
&lt;br /&gt;
It should be noted that Randall slightly undermines his point by providing four different methods, and an &amp;quot;etc&amp;quot;, and a &amp;quot;No&amp;quot;-branch for attempting differentiation with no guidelines for selecting between them.&lt;br /&gt;
&lt;br /&gt;
===Differentiation===&lt;br /&gt;
'''{{w|Chain rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(g(x)))=f'(g(x))\cdot g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Power Rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any 𝑓(𝑥) = 𝑘⋅𝑥&amp;lt;sup&amp;gt;𝑎&amp;lt;/sup&amp;gt;, it follows that 𝑓 '(𝑥) = 𝑘⋅𝑎⋅𝑥&amp;lt;sup&amp;gt;𝑎−1&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Quotient rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx} \frac{f(x)}{g(x)}=\frac{f'(x)\cdot g(x)-f(x)\cdot g'(x)}{(g(x))^2}&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;g(x)\ne 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Product rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(x)\cdot g(x))=f'(x)\cdot g(x)+f(x)\cdot g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Integration===&lt;br /&gt;
'''{{w|Integration by parts}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;product rule&amp;quot; run backwards. Since &amp;lt;math&amp;gt;(uv)' = uv' + u'v&amp;lt;/math&amp;gt;, it follows that by integrating both sides you get &amp;lt;math&amp;gt; uv =  \int u dv + \int v du&amp;lt;/math&amp;gt;, which is more commonly written as &amp;lt;math&amp;gt;\int u dv = uv - \int v du&amp;lt;/math&amp;gt;. By finding appropriate values for functions &amp;lt;math&amp;gt;u, v&amp;lt;/math&amp;gt; such that your problem is in the form &amp;lt;math&amp;gt;\int u dv&amp;lt;/math&amp;gt;, your problem ''may'' be simplified. The catch is, there exists no algorithm for determining what functions they might possibly be, so this approach quickly devolves into a guessing game - this has been the topic of an earlier comic, [[1201: Integration by Parts]].&lt;br /&gt;
&lt;br /&gt;
'''{{w|Integration by substitution|Substitution}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;chain rule&amp;quot; run backwards. Since d(f(u)) = f'(u) ⋅ du/dx ⋅ dx, it follows that f(u) = ∫ f'(u) ⋅ du/dx ⋅ dx. By finding appropriate values for functions f, u such that your problem is in the form ∫ f'(u) ⋅ du/dx ⋅ dx, your problem ''may'' be simplified.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Cauchy's integral formula|Cauchy's Formula}}'''&lt;br /&gt;
&lt;br /&gt;
Cauchy's Integral formula is a result in complex analysis that relates the value of a contour integral in the complex plane to properties of the singularities in the interior of the contour. &amp;lt;math&amp;gt; \frac{d^n}{da^n}f(a) = \frac{n!}{2\pi i} \oint_\gamma \frac{f(z)}{\left(z-a\right)^{n+1}}\, dz.&amp;lt;/math&amp;gt; It is often used to compute integrals on the real line by extending the path of the integral from the real line into the complex plane to apply the formula, then proving that the integral from the parts of the contour not on the real line has value zero. &lt;br /&gt;
&lt;br /&gt;
'''{{w|Partial_fraction_decomposition#Application_to_symbolic_integration|Partial Fractions}}'''&lt;br /&gt;
&lt;br /&gt;
Partial fractions is a technique for breaking up a function that comprises one polynomial divided by another into a sum of functions comprising constants over the factors of the original denominator, which can easily be integrated into logarithms.&lt;br /&gt;
&lt;br /&gt;
'''Install {{w|Mathematica}}'''&lt;br /&gt;
&lt;br /&gt;
Mathematica is a modern technical computing system spanning most areas. One of its features is to compute mathematical functions. This step in the flowchart is to install and use Mathematica to do the integration for you. Here is a description about the [https://web.archive.org/web/20180727184709/http://reference.wolfram.com/language/tutorial/IntegralsThatCanAndCannotBeDone.html intricacies of integration and how Mathematica handles those]. (It would be quicker to try [https://www.wolframalpha.com Wolfram Alpha] instead of installing Mathematica, which uses the same backend for mathematical calculations.)&lt;br /&gt;
&lt;br /&gt;
'''{{w|Riemann integral|Riemann Integration}}'''&lt;br /&gt;
&lt;br /&gt;
The Riemann integral is a definition of definite integration. Elementary textbooks on calculus sometimes present finding a definite integral as a process of approximating an area by strips of equal width, as in &amp;lt;math&amp;gt;\sum_{i=0}^{n-1} f(t_i) \left(x_{i+1}-x_i\right).&amp;lt;/math&amp;gt;, and then taking the limit as the strips become narrower. Riemann integration removes the requirement that the strips have equal width, and so is a more flexible definition. However there are still many functions for which the Riemann integral doesn't converge, and consideration of these functions leads to the {{w|Lebesgue integration|Lebesgue integral}}. Riemann integration is not a method of calculus appropriate for finding the anti-derivative of an elementary function.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Stokes' Theorem}}'''&lt;br /&gt;
&lt;br /&gt;
Stokes' theorem  is a statement about the integration of differential forms on manifolds. &amp;lt;math&amp;gt;\int_{\partial \Omega}\omega=\int_\Omega d\omega\,.&amp;lt;/math&amp;gt; It is invoked in science and engineering during control volume analysis (that is, to track the rate of change of a quantity within a control volume, it suffices to track the fluxes in and out of the control volume boundary), but is rarely used directly (and even when it is used directly, the functions that are most frequently used in science and engineering are well-behaved, like sinusoids and polynomials). &lt;br /&gt;
&lt;br /&gt;
'''{{w|Risch Algorithm}}'''&lt;br /&gt;
&lt;br /&gt;
The Risch algorithm is a notoriously complex procedure that, given a certain class of symbolic integrand, either finds a symbolic integral or proves that no elementary integral exists. (Technically it is only a semi-algorithm, and cannot produce an answer unless it can determine if a certain symbolic expression is {{w|Constant problem|equal to 0}} or not.) Many computer algebra systems have chosen to implement only the simpler Risch-Norman algorithm, which does not come with the same guarantee. A series of extensions to the Risch algorithm extend the class of allowable functions to include (at least) the error function and the logarithmic integral. A human would have to be pretty desperate to attempt this (presumably) by hand.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Bessel function}}'''&lt;br /&gt;
&lt;br /&gt;
Bessel functions are the solution to the differential equation x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; d&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;y/dx&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + x dy/dx + (x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; - n&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;) y = 0, where n is the order of the Bessel function. Though they do show up in some engineering, physics, and abstract mathematics, in lower levels of calculus they are often a sign that the integration was not set up properly before someone put them into a symbolic algebra solver.&lt;br /&gt;
&lt;br /&gt;
'''Phone calls to mathematicians'''&lt;br /&gt;
&lt;br /&gt;
This step would indicate that the flowchart user, desperate from failed attempts to solve the problem, contacts some more skilled mathematicians by phone, and presumably asks them for help. The connected steps of &amp;quot;Oh no&amp;quot;, &amp;quot;What the heck is a Bessel function?&amp;quot; and &amp;quot;Burn the evidence&amp;quot; may suggest the possibility that this interaction might not play out very well and could even get the caller in trouble.&lt;br /&gt;
Specialists and renowned experts being bothered - not to their amusement - by strangers, often at highly inconvenient times or locations, is a common comedic trope, also previously utilized by xkcd (for example in [[163: Donald Knuth]]).&lt;br /&gt;
&lt;br /&gt;
'''Burn the evidence'''&lt;br /&gt;
&lt;br /&gt;
This phrase parodies a common trope in detective fiction, where characters burn notes, receipts, passports, etc. to maintain secrecy. This may refer to the burning of one's work to avoid the shame of being associated with such a badly failed attempt to solve the given integration problem. Moreover, such a poor attempt at integration could be viewed as a 'crime against mathematics', with the working of the problem being criminal 'evidence' that must be destroyed to avoid exposure as the culprit. Alternatively, it could be an ironic hint to the fact that in order to find the integral, it may even be necessary to break the law or upset higher powers, so the negative consequences of a prosecution can only be avoided by destroying the evidence.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Symbolic integration}}'''&lt;br /&gt;
&lt;br /&gt;
Symbolic integration is the basic process of finding an antiderivative function (defined with symbols), as opposed to numerically integrating a function. The title text is a pun that defines the term not as integration that works with symbols, but rather as integration as a symbolic act, as if it were a component of a ritual. A symbolic act in a ritual is an act meant to evoke something else, such as burning a wooden figurine of a person to represent one’s hatred of that person. Alternatively, the reference could be seen as a joke that integration might as well be a symbol, like in a novel, because Randall can't get any meaningful results from his analysis.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::No [Arrow returns to &amp;quot;Try applying&amp;quot; step.]&lt;br /&gt;
::Yes&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
::[More arrows pointing out of the image to suggest more steps.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Analysis]]&lt;br /&gt;
[[Category:Flowcharts]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347957</id>
		<title>2967: Matter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347957"/>
				<updated>2024-08-03T03:24:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Explanation */ ce&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 most likely a play on {{w|Stephen Hawking}}, a famous astrophysicist and professor at the University of Cambridge before his death in 2018. The Feynman diagram showing a spontaneously generated particle-antiparticle pair where the antiparticle falls into a black hole is a (flawed) analogy from Hawking's book ''A Brief History of Time'' for explaining {{w|Hawking Radiation}}. This would seem to account for the aforementioned Baryon asymmetry. Whether black holes result in information being removed from the universe is also an unsolved problem in physics. 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 talks of a {{w|900 (skateboarding)|skateboarding trick}} which involves two and a half rotations, or (eponymously) nine hundred degrees (2.5 × 360° = 900°). {{w|Spin (physics)|'Spin'}} is a quality of subatomic particles, named for the concept of {{w|angular momentum}} as it applies to elementary and quantum physics, and the understanding of {{w|Fermi–Dirac statistics}} requires that the particles involved exhibit spin numbers that all have a half-spin on top of any given whole number, much as with the 2½-rotations (albeit at a vastly different scale and only loosely considered even the same) of the trick that Tony Hawk could have performed.&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.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347956</id>
		<title>2967: Matter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2967:_Matter&amp;diff=347956"/>
				<updated>2024-08-03T03:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Explanation */ Homochirality&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 equally-common as 'regular-footed'.&lt;br /&gt;
&lt;br /&gt;
The use of Tony Hawk in the comic is most likely a play on {{w|Stephen Hawking}}, a famous astrophysicist and professor at the University of Cambridge before his death in 2018. The Feynman diagram showing a spontaneously generated particle-antiparticle pair where the antiparticle falls into a black hole is a (flawed) analogy from Hawking's book ''A Brief History of Time'' for explaining {{w|Hawking Radiation}}. This would seem to account for the aforementioned Baryon asymmetry. Whether black holes result in information being removed from the universe is also an unsolved problem in physics. 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 talks of a {{w|900 (skateboarding)|skateboarding trick}} which involves two and a half rotations, or (eponymously) nine hundred degrees (2.5 × 360° = 900°). {{w|Spin (physics)|'Spin'}} is a quality of subatomic particles, named for the concept of {{w|angular momentum}} as it applies to elementary and quantum physics, and the understanding of {{w|Fermi–Dirac statistics}} requires that the particles involved exhibit spin numbers that all have a half-spin on top of any given whole number, much as with the 2½-rotations (albeit at a vastly different scale and only loosely considered even the same) of the trick that Tony Hawk could have performed.&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.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2951:_Bad_Map_Projection:_Exterior_Kansas&amp;diff=345242</id>
		<title>Talk:2951: Bad Map Projection: Exterior Kansas</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2951:_Bad_Map_Projection:_Exterior_Kansas&amp;diff=345242"/>
				<updated>2024-06-28T01:24:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Actual azimuthal projection centered at Kansas' antipode */ 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;
Seems weird that it's just the contiguous US, with &amp;quot;hints&amp;quot; about what lies within.  I hope Randall will release another version with the rest of the world included.[[Special:Contributions/162.158.158.61|162.158.158.61]] 03:20, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Would the center be both poles ''and'' Kansas's antipode? --[[Special:Contributions/172.68.27.150|172.68.27.150]] 03:58, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Including Hawaii would have been the cherry on the cake. [[Special:Contributions/198.41.242.174|198.41.242.174]] 05:42, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: As the center of the map corresponds to Kansas' antipode (Kerguelen in the Indian Ocean https://www.geodatos.net/en/antipodes/united-states/kansas-city), Hawaii isn't really &amp;quot;near the center&amp;quot;, but rather to the right of the center (in the direction of the &amp;quot;Pacific Ocean&amp;quot; tag). --[[Special:Contributions/162.158.86.100|162.158.86.100]] 05:58, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, I guessed where they would be. [[Special:Contributions/172.71.174.139|172.71.174.139]] 06:09, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think the middle part is meant to be seen as 'water', just 'out of scope'. [[User:Jaap-Jan|Jaap-Jan]] ([[User talk:Jaap-Jan|talk]]) 07:44, 27 June 2024 (UTC)&lt;br /&gt;
:Yeah, this is similar to a map like https://suncatcherstudio.com/uploads/patterns/us-maps/pdf-png/usa-map-states-names-color-010101.png  In that map, Canada and Mexico aren't &amp;quot;rendered as water&amp;quot;, they're not rendered at all, and neither are the oceans.  I'm going to edit that. [[Special:Contributions/162.158.78.73|162.158.78.73]] 13:34, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How would the rest of the world look? ==&lt;br /&gt;
&lt;br /&gt;
Currently the center is all water. If I understand correctly the rest of the world could be added, but how would it look? For example, would Europe and Asia cover a good part of the water or would they be tiny specs in the middle (almost making this a world map already)&lt;br /&gt;
:My impression (without measuring/replicating) is that this is mathematically (or whatever) a gnomonic projection (which can only show half the world, anyway, even on a sheet stretching up to infinity) radially inverted. As such quite a lot of features that aren't shown ('beyond/within' the 'coastline'/borders) couldn't be, anyway, as more than half the world away. Map-centre would be the compressed singularity of the Great Circle exactly 90° off the 'centre of Kansas' that itself now exists at infinite-radius-every-angle far off the page.&lt;br /&gt;
:Though it could just be stereographic with any negatively positioned projection origin. Instead of -1, for gnomonic, with a -2 radii origin you would get the whole surface (at infinity!) in ways that whatever you do to radially invert (probably the direct reciprocal) and otherwise scale (clearly choosing the additional 'zoom level' factor that neatly brings the Kansas border more or less into frame) to compress all offshore/over-border territories into the 'oceanic' centre. Or it could just be a useful rescale of a -2r projection ''of'' the Kansas-antipode, such that all borders of Kansas are pulled into frame.&lt;br /&gt;
:(Regarding Hawaii, if quick googling is right about Hawaii being 3,600km from Kansas(-centre?), then that puts it at various preskewed factors towards the 'hemispherical horizon' of ~10,000km or the antipodal point at ~20,000km, before then being further squashed by the particular coordinate conversion system in use. If it's a near-side orthographic projection and, say approaching +1 radii up from the surface-tangent, then it could perhaps be 'over the horizon' in the direct projection and thus 'beyond the singularity' of the inverted-radius version.)&lt;br /&gt;
:I'd have to mess with some map data, to be sure the existing features fit either idea of projection (or find the actual one (ab)used), but this'd probably be what I'd do, straight off the bat. And then I could apply it to extraterratorial features, also. I've got some of the necessary data and mungable code handily sitting on a machine that I am ''unhandily'' not going to next use until at least the weekend, and reimplimenting it on this tablet would mean starting from first principles again/testing/etc... ;) [[Special:Contributions/172.70.163.120|172.70.163.120]] 09:23, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Check out the Wikipedia article &amp;quot;Azimuthal equidistant projection&amp;quot; and scroll to &amp;quot;Sample azimuthal equidistant projection maps&amp;quot;. There is an inverse example, that puts California at the center of a world map. Now imagine everything else in the &amp;quot;great sea&amp;quot; of Randall's map, using a similar projection. [[Special:Contributions/172.71.99.32|172.71.99.32]] 13:48, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Yay! A task for a geography teacher (i.e. me, and I'm a big fan of Randall's work with maps), and I just happen to have the right bookmarks for this kind of thing in my browser. So here's a little toy to play around with: [https://www.worldmapgenerator.com/en/wizard/step/centering/?config=eyJpZCI6IkNVU1RPTV9XSVpBUkQiLCJsYXllcklkcyI6WyJDTElQX1BBVEgiLCJCQUNLR1JPVU5EIiwiU1BIRVJFIiwiR1JBVElDVUxFUyIsIkxBTkQiLCJPQ0VBTiJdLCJwcm9qZWN0aW9uSWQiOiJBWklNVVRIQUxfRVFVSURJU1RBTlQiLCJyZW5kZXJpbmdBZGFwdGVySWQiOiJDQU5WQVMiLCJtYXBUaGVtZUlkIjoiREVGQVVMVCIsImNlbnRlciI6WzAsMF0sInJvdGF0aW9uIjpbLTgxLDQwLDBdLCJ6b29tIjowLjksIndpemFyZFN0ZXBQcm9ncmVzc0lkeCI6MywidmVyc2lvbiI6IjEuMC4wIn0%3D] I hope my settings got preserved in the link as they should, else whoever added all those letters and numbers clearly has something to answer for! If the link works as it should it'll show you what a map of the whole wide world would look like in an Azimuthal Equidistant Projection with Kansas on the exterior. That is, I first used this Antipodes Map [https://www.antipodesmap.com] to locate the point opposite to Lebanon, Kansas at 39°48'35&amp;quot;S, 81°26'39.8&amp;quot;E , which is quite literally in the middle of the Indian Ocean, near the islands of Saint Paul and Nouvelle Amsterdam (which, incidentally, belong to France and are mainly known for being as far away from anything as you can possibly get on this planet*) and then set the centre of the worldmapgenerator.com map approximately there. It's not a very precise tool, but it'll do - it's precise enough for me to use in lessons anyway. Surprisingly, you actually get a more or less usable map for much of the world (if you're not too fussy or trying to navigate with it or anything), ''except only'' for North and Middle America. :D [[User:PaulEberhardt|PaulEberhardt]] ([[User talk:PaulEberhardt|talk]]) 16:04, 27 June 2024 (UTC)&lt;br /&gt;
:: * At least, you can say that if you happen to land there, you're really not in Kansas any more. ;) [[User:PaulEberhardt|PaulEberhardt]] ([[User talk:PaulEberhardt|talk]]) 16:30, 27 June 2024 (UTC)&lt;br /&gt;
::Oh, I really like map stuff, but: &amp;quot;This site uses cookies to improve the results of our bakery. With your acceptance we can add more honey, sugar and flour to improve the website. [Accept]&amp;quot;. Only &amp;quot;[Accept]&amp;quot;, no other options (even long-winded 'deselect &amp;quot;things ''we'' suggest are important&amp;quot; options that I might disagree with'). I really don't like that. And then it also offers to install an App, apparently... Oh, website builders, just because I'm currently on a mobile device, it doesn't mean I'm eager to &amp;quot;app everything&amp;quot;; entirely the opposite, perhaps!  Yeah, I know script/cookie blockers or specialist browsers exist to avoid these things, but... Anyway, nice to see a geography teacher taking it seriously, even if I've got my own conflicting issues in picking up on what you've found. (Behind/before the popup stuff, it truly looked interesting. Don't know if there's a legit way to get a screenshot of it. Don't break any Ts&amp;amp;Cs in doing so!) [[Special:Contributions/141.101.98.164|141.101.98.164]] 17:03, 27 June 2024 (UTC)&lt;br /&gt;
::: The joke is that worldmapgenerator doesn't store ANY cookies. Meanwhile the site you are posting from stores 63 kB of browser data just visiting the homepage. [[User:Quantum7|Quantum7]] ([[User talk:Quantum7|talk]]) 21:08, 27 June 2024 (UTC)&lt;br /&gt;
:::: Hmm, I get the &amp;quot;This site uses cookies to improve the results of our bakery.&amp;quot; too. If they don't use cookies, then they shouldn't have that.&lt;br /&gt;
:::: I am actually on a desktop system, I can probably go in there and remove the &amp;quot;don't do anything until the Accept is clicked&amp;quot; popover ''without clicking on the popover'', and even check out what it tries to store, or doesn't... I'm not even overly paranoid about these things, but I agree with above poster that it's bad form. ''Especially'' if it's a joke (no reason to suppose it is).&lt;br /&gt;
:::: Yeah, I'll accept Cookies if essential, but often they aren't, so it's not even a very good joke to make. Maybe they do just do everything in URL-encoded/GET data. It's my own prefered method, to make fully transparent GET data on websites I use (barring anything that needs to be POST-submitted), and if I ever use cookies it's a single own-site-only cookie for session control, not the mass of &amp;quot;Legitimate Use&amp;quot; (as if!) items.&lt;br /&gt;
:::: Have you ever gone and looked in the list? (Assuming the &amp;quot;Do you accept cookies&amp;quot; doesn't do a &amp;quot;Yes, accept all&amp;quot;/&amp;quot;No, reject all (inessential)&amp;quot; and gives you the 'option' to painstakingly turn off half a dozen &amp;quot;default cookie sets&amp;quot;.) It's frightening how many 'interested parties' are potentially getting info (dozens to hundreds, at a time). And, realistically, I'm not sure I even believe that by selecting 'off' on that kind of dialogue that I'm actually not being Cookified just as much as if I accidentally clicked on the prominent &amp;quot;Accept All&amp;quot;.&lt;br /&gt;
:::: Sorry, the above comment just resonates with me, too. Decided I had to vent a bit. [[Special:Contributions/172.70.163.121|172.70.163.121]] 23:51, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thanks for the wonderful link. I suggest we include an image from this in the article. Your settings were preserved nicely. Given how little of north America is visible, I suspect that Randal must have used an even more extreme azimuthal protection than the equidistant one to shrink the center. [[User:Quantum7|Quantum7]] ([[User talk:Quantum7|talk]]) 21:18, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Adding an image?==&lt;br /&gt;
Is it possible to add an image to the description? I'm looking at the Wikipedia article &amp;quot;Azimuthal equidistant projection&amp;quot; and the &amp;quot;external Antarctica&amp;quot; map is relevant. https://en.wikipedia.org/wiki/File:Azimuthal_equidistant_projection_SW.jpg Thanks! [[Special:Contributions/172.71.99.32|172.71.99.32]] 13:43, 27 June 2024 (UTC)&lt;br /&gt;
:You could use a variation on &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:Azimuthal_equidistant_projection_SW.jpg|300px]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; maybe. Add align/wrap options, as necessary, and use a size that seems to work. Remember to try it with Preview, before you're submitting it for real, lets you fine-tune to your liking without spamming the edit-history. Doesn't need (explicit) uploading to the wiki, this way. [[Special:Contributions/172.69.194.97|172.69.194.97]] 17:11, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should Now [https://xkcd.com/1335/] be mentioned? Same type of projection. [[Special:Contributions/162.158.159.90|162.158.159.90]] 20:51, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Actual azimuthal projection centered at Kansas' antipode ==&lt;br /&gt;
&lt;br /&gt;
It turns out that, this being the internet, there's an actual tool for generating azimuthal projections ([https://ns6t.net/azimuth/]). For the curious minds out there, here's what the exterior Kansas would look like as an actual azimuthal projection: [https://www.dropbox.com/scl/fi/i87r5524u952cam4dbtdx/Kansas-Azimuthal.pdf?rlkey=h5f3qp8esotyk50uaurht8gj4&amp;amp;st=drjzszjk&amp;amp;dl=0]. [[Special:Contributions/172.69.90.178|172.69.90.178]] 21:05, 27 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:[https://i.ibb.co/W33xmKC/Screenshot-2024-06-27-3-17-30-PM.png Here's one where the conformal lines are still latitude and longitude], from https://maps.ontarget.cc/azmap/en.html which releases it as CC-BY-SA if someone wants to upload it. [[Special:Contributions/172.68.23.73|172.68.23.73]] 01:24, 28 June 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2948:_Electric_vs_Gas&amp;diff=344721</id>
		<title>Talk:2948: Electric vs Gas</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2948:_Electric_vs_Gas&amp;diff=344721"/>
				<updated>2024-06-20T13:40:13Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: &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;
Now I'm not a fan of gas engines, but that argument is in bad faith. Gas engines have one ''very big'' advantage over electrics: Energy density, and by extension, range. Batteries can't come close to the energy density of hydrocarbons, despite the latters' overall lower efficiency. --[[User:Coconut Galaxy|Coconut Galaxy]] ([[User talk:Coconut Galaxy|talk]]) 17:22, 19 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think that's one of the main arguments for hybrid systems. Using a gas engine to charge an electric motor, and then using the electric motor to actually power the appliance, enables significant efficiency gains. If anything, combining the technologies enables even greater ''usable'' energy density from hydrocarbons. Hybrid electric vehicles for example are extremely efficient. [[User:Eunakria|Eunakria]] ([[User talk:Eunakria|talk]]) 17:43, 19 June 2024 (UTC)&lt;br /&gt;
:Energy density, and the ability to move large amounts of stored energy from one place to another quickly and easily (aka pump gas, vs charge or swap a battery), from a thermal and maintenance perspective.  (Which is not entirely unrelated to energy density.) [[Special:Contributions/172.70.39.54|172.70.39.54]] 18:08, 19 June 2024 (UTC)&lt;br /&gt;
::Swapping batteries (and slowly charging the batteries in the swap station) could offer comparable &amp;quot;charge&amp;quot; times to gasoline refuelling times, while also being better for battery lifespan, but would require industry coordination and standardisation re: battery packs and install location that, sadly, simply does not exist. [[Special:Contributions/172.70.42.212|172.70.42.212]] 19:54, 19 June 2024 (UTC)&lt;br /&gt;
::Plug-in hybrids have been superior since 1904, but the incremental capital cost is still an issue while oil is under $100/bbl. [[Special:Contributions/172.71.150.129|172.71.150.129]] 19:16, 19 June 2024 (UTC)&lt;br /&gt;
: Except of course that this isn't quite as simple as this.  A Honda Civic (one the most popular US petrol cars) will go about 400 miles on a full tank, about the same as a Dodge Ram.  Also about the same as a Tesla Model S.  There's a pretty good reason this isn't a coincidence - people don't want more much more range, and a bigger tank is more weight.  A Chevy Silverado full tank will go about 500miles.  If you really want range, you need to look at a hybrid car.  As the comic points out, the torque on a standard otto cycle engine is poor, but that cycle is deliberately designed to give more torque.  Hybrids use an Atkinson cycle which is far more energy efficient, but could not provide enough torque - so you use the electric to do that.  A Prius has a range in excess of 630 miles, more than any popular petrol car.  So if you want range, you still want an electric engine, just store the energy in hydrocarbons.  For similar reasons, diesel trains use the diesel to run generators which then power the electric motors on the wheels, and have done for decades. {{unsigned ip|172.70.162.186|20:47, 19 June 2024}}&lt;br /&gt;
:: Which brings us back to energy density: The Honda Civic has a similar range to the Tesla – at 10% the weight for its fuel (vs. the Tesla's battery), and one-third the volume. The comparison gets even worse for long-haul cargo, but that might be beyond the topic of this conversation. --[[User:Coconut Galaxy|Coconut Galaxy]] ([[User talk:Coconut Galaxy|talk]]) 13:06, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
On the other other hand, in a lot of cases an electric motor is just a gas engine with extra steps due to the current state of the power grid. [[Special:Contributions/172.68.174.232|172.68.174.232]] 17:24, 19 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not here in Washington State it isn't. Most of our electricity comes from hydroelectric dams. [[User:RadiantRainwing|RadiantRainwing]] ([[User talk:RadiantRainwing|talk]]) 23:10, 19 June 2024 (UTC)&lt;br /&gt;
: AFAIK, no new dams are being built, and I reckon that the probability is vanishingly small that any new dam that is mooted will survive the inevitable storms of protest and get built. The trend, rather, and the political pressure, salmon fans, is to remove dams (e.g. those on the Elwha River). The existing dams are aging, their impoundment volumes are dwindling due to sedimentation, and the water for those impoundments is increasingly bespoke and is, in at least some cases, declining in volume due to climate perturbations. The population, and its energy use, is increasing. As of 2022, [https://www.eia.gov/state/?sid=WA#tabs-1 I read], WA was a net exporter of electricity. I would not be taking that status for granted. A few years ago, a study was published, finding that, in states where the electricity grid was dependent on fossil-fuel-fired plants, electric cars had a &amp;lt;em&amp;gt;greater&amp;lt;/em&amp;gt; carbon footprint than gasoline/petrol cars - and this was before the major gains in gasoline fuel efficiency contributed by advances in computer tech (2007 Honda Civic hybrid gets the same city mileage, ca. 35 mpg, as a 2021 Honda Civic petrol engine, in my hands). I do not know what current assessments say about this. [[Special:Contributions/172.71.150.129|172.71.150.129]] 04:23, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'd say an electric motor powered by a hydrocarbon grid still usually makes better use of gas than a typical gas engine. Gas engines that don't always run at full throttle (as in, a gas engine in an appliance) have dramatically worse efficiency than electric motors that don't always run at full throttle. It depends ''very'' heavily on use case, though; always take measurements and run the numbers before coming to a specific conclusion. Science would be nothing without empirical data. [[User:Eunakria|Eunakria]] ([[User talk:Eunakria|talk]]) 17:50, 19 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should this have [[:Category:Climate change]]? I can’t decide. [[User:Usb-rave|Usb-rave]] ([[User talk:Usb-rave|talk]]) 17:40, 19 June 2024 (UTC)&lt;br /&gt;
:Yeah, it's better with it for people looking though the category later on, they will want to see it. [[Special:Contributions/162.158.186.10|162.158.186.10]] 19:13, 19 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Honestly, with this argument the thing gas engines have going for them over EVs is the refueling time and availability. [[Special:Contributions/172.69.59.175|172.69.59.175]] 18:58, 19 June 2024 (UTC)&lt;br /&gt;
:That's fair. It would be nice if electric cars had been more focused-on ten years ago than the trend (trend? craze? idea? whatever.) starting now. I refuse to buy a Tesla, though. Elon is never getting my money. I'm waiting for an electric Volvo. [[User:Psychoticpotato|P?sych??otic?pot??at???o ]] ([[User talk:Psychoticpotato|talk]]) 13:27, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's really remarkable how uninformed and unintelligent this comic is, to the point where I now doubt the veracity of his entire What If? series. {{unsigned ip|172.70.114.62|19:13, 19 June 2024}}&lt;br /&gt;
:To be fair, there’s sort of an agenda here, while I don’t believe there’s one in ''What If?'' I can’t independently verify the accuracy of ''What If?'', of course, but there is that. [[User:Usb-rave|Usb-rave]] ([[User talk:Usb-rave|talk]]) 19:18, 19 June 2024 (UTC)&lt;br /&gt;
:I'd like to know more about the &amp;quot;uninformed and unintelligent&amp;quot; assessment. Given that not all of Randall's characters copy his ''exact thinking''. I don't think he'd espouse much of what he has Black Hat say/do. And clearly many of his Cueballs, even being often accepted as Author Avatars, can be clearly being dumber than Randall (who is 'writing them as dumb') is. What we have is parody. And maybe you just don't see the parody in the way intended (or understood by others). Perhaps you have a completely different mindset, or are just inclined to be anti-Randall&amp;gt; (Even in things he's actually right about...) I don't know where the mismatch may be here, but if you're seriously thinking that there remains not one useful take-away from anything Randall has ever said, just from the ''possibility'' that his cartoon characters don't completely mesh with what you perceive as a correct worldview, then this needs looking at from a different perspective than just reassessing the whole ''What If?'' corpus. [[Special:Contributions/162.158.74.24|162.158.74.24]] 23:15, 19 June 2024 (UTC)&lt;br /&gt;
: The tagline for the xkcd comic does include the word &amp;quot;sarcasm&amp;quot;, which should warn against over-serious or over-literal interpretations. Not infrequently, I find, xkcd ventures into the realm of the sarcastic, the opinionated, even the polemic (cf. the Hilary Clinton campaign ads), and this one states a clear opinion in favor of electric cars ... with which one is free to debate (as here, exhaustively), or disagree. All of which brings the cartoonist to the attention of the world, and thereby supports him in his chosen line of work, which, in the current state of cartooning as a profession, is no small accomplishment. As for the opinion, consider the following question: &amp;quot;I have a four-mile commute to work. Which is the most eco-friendly option? The electric car? The hybrid? The gas/petrol car?&amp;quot; Answer: the foot car. Walking the four miles is the only minimum-carbon solution under all circumstances ... except perhaps ones that allow the questioner to keep deir job. [[Special:Contributions/108.162.245.4|108.162.245.4]] 05:39, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ohhh... OK. I had poor signal so this one took a while to load, and I only saw the &amp;quot;Gas vs. Electric&amp;quot; title. I thought it was going to be about kitchen stoves - ones that burn ''actual'' &amp;quot;gas&amp;quot;, vs. electrical heating elements. [[User:Yorkshire Pudding|Yorkshire Pudding]] ([[User talk:Yorkshire Pudding|talk]]) 19:45, 19 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I actually experienced the &amp;quot;cons&amp;quot; of a less limited degree of power and not being noisy at all, today. Someone in an electric vehicle (could have been a Tesla) pulled out of a sideroad, accelerating at what seemed like a reckless rate (it was advantageous to do so, but a petrol-powered vehicle that might have taken a bit longer to switch up the gears would still have been up to speed soon enough to not get into contention with any other vehicles). And with barely more than a whine, and perhaps a bit of road-noise that might have included at one point a bit of grit-splattering. I was watching this, and knew they were pulling out of the junction (and knew for certain, moreover, that there was no traffic coming up or down the road, nor anybody crossing the road anywhere in my rather long sight). Had there been someone ''actually'' about to cross the road (within the next 50 yards or so), however, it would have been entirely possible that they would have been caught be surprise by this near-silent and suddenly fast-moving vehicle. If it was a Tesla, then maybe its inbuilt forward 'radar'/whatever would have helped bring the vehicle to a stop, or at least slow it down/stop if from speeding up enough, before any actual accident might have happened... but this is theoretical, as it just happened not to happen anything like this on this occasion... But it could have. And the paradigm for crossing the road that I learnt several decades ago of &amp;quot;Stop, Look, Listen, Think&amp;quot; has probably now started to lose out on the &amp;quot;Listen&amp;quot; bit, and possibly degraded even the &amp;quot;Look&amp;quot; and &amp;quot;Think&amp;quot; until we start to retrain ourselves to anticipate vehicles whipping around random corners that are far more silent-and-deadly then what we've all become used to. Ok, so this is not necessarily the total fault of the electric vehicles (or even the drivers, but they must have ''some'' hand in the matter), but in changing the dynamics and situational awarenesses of road traffic so much it ''might'' be considered a relatable problem. [[Special:Contributions/162.158.74.24|162.158.74.24]] 23:51, 19 June 2024 (UTC)&lt;br /&gt;
: I drove an electric motorcycle for a while, which put me quite exposed and aware of safety and my driving environment.  The concerns about EVs being too quiet don't come across as grounded in reality.  Modern ICE vehicles typically have minimal engine noise already.  There are really two cases: out on the road, where half the people (exaggerating) have their earbuds in, and any engine noise is swamped by tire noise anyway.  No difference between ICE and electric here.  Then in a parking lot, where tire noise is not significant, and maybe pedestrians could get extra auditory cues about the vehicles around them from ICE engine noise.  In that context, I personally would flip open my visor and make eye contact with pedestrians.  It would be nice if drivers of full-sized cars and trucks, no matter their power source, would do more of that.  Driving while inattentive is unambiguously bad. [[Special:Contributions/172.69.23.204|172.69.23.204]] 02:40, 20 June 2024 (UTC)&lt;br /&gt;
: Rolling noise becomes more than enough for safe audibility by about 30 km/h (below which speed collisions are relatively less dangerous anyways, though most urban streets really should have a speed limit of 20 km/h for numerous reasons including safety), and actually dominates engine noise by about 55 km/h. ICEs are loud enough to have like a dozen deleterious health effects even while idling, though the noise of a bicycle, if sufficiently constant, is enough to reach the WHO threshold. In short, electric cars only need to make additional noise below about 30 km/h for safety, and even then only 55dBA, quieter than typical speech, and even then only if there's already a lot of noise polution to drown them out. [[Special:Contributions/162.158.146.33|162.158.146.33]] 07:23, 20 June 2024 (UTC)&lt;br /&gt;
::Although really what they mostly need is drivers who look where they're going, and don't assume that people will just get out of their way when they hear them coming.[[Special:Contributions/172.69.195.124|172.69.195.124]] 08:44, 20 June 2024 (UTC)&lt;br /&gt;
::: Which is best accomplished using narrower streets, bollards, and other traffic easing mechanisms that make people want to slow down and pay attention rather than putting up a lower speed limit sign and just expecting people to obey it. That goes double in the US where most speed limits are assigned by looking at the speeds people are actually driving in good conditions and setting it where 10% of people woulld be speeding (and then rounded to the nearest 5 mph), meaning the sign is literally irrelevant to almost everyone. Oh, also, we desperately need to stop combining streets, which are destinations, with roads, which are thoroughfares, into &amp;quot;stroads&amp;quot; that fail at being both; that's an actual majority of your traffic easing taken care of basically in one step. [[Special:Contributions/162.158.146.234|162.158.146.234]] 10:01, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if the current explanation is missing the forest for the trees. My impression was that White Hat was parroting a ChatGPT-style response -- noncommittal and logically incoherent. (In fact, I missed the logical non sequitur the first time I read the strip. The style just screamed to me ChatGPT, though.) [[Special:Contributions/172.71.154.9|172.71.154.9]] 00:55, 20 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
This comic was posted yesterday and I'm already seeing people typing essays. I'm scared. (also electric rules gas drools nyehh) [[User:Psychoticpotato|P?sych??otic?pot??at???o ]] ([[User talk:Psychoticpotato|talk]]) 13:22, 20 June 2024 (UTC)&lt;br /&gt;
: Not too shabby a result from a stick-figure drawing posted on the Internet. Jealous? As for 'electric', nice to see your unqualified support for [https://www.npr.org/sections/goatsandsoda/2023/02/01/1152893248/red-cobalt-congo-drc-mining-siddharth-kara slave labor in the Congo] and elsewhere. Get a horse! [[Special:Contributions/172.68.23.73|172.68.23.73]] 13:40, 20 June 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2941:_Cell_Organelles&amp;diff=343758</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=343758"/>
				<updated>2024-06-04T17:37:39Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Explanation */ fix link&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;
This comic depicts a {{w|Cell (biology)|biological cell}} diagram with a mix of real and fictional {{w|organelle}}s, blending accurate {{w|Cell biology|cell biology}} terms with misplaced or absurd labels. While it includes actual cell components like the nucleus, mitochondria, and Golgi apparatus, it also includes unrelated concepts from various fields such as geology, engineering, software, and pop culture. Labels like &amp;quot;evil endoplasmic reticulum&amp;quot; and &amp;quot;sticky endoplasmic reticulum&amp;quot; make fun of 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 fictional backstory to the {{w|Golgi apparatus}}, an essential cell organelle involved in processing and packaging proteins. It playfully suggests that {{w|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 {{w|Symbiogenesis|endosymbiotic theory}}, which posits that certain organelles within {{w|Eukaryote|eukaryotic}} cells, like {{w|mitochondria}} and {{w|chloroplasts}}, originated from independent symbiotic {{w|Prokaryote|prokaryotic organisms}} that were absorbed by a host {{w|germ cell}}. Golgi appears to be depicted in the comic as a tiny alien being.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&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;
! Explanation&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;
| A standard term for the smooth (i.e., not ribosome-covered) portion of the endoplasmic reticulum.&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;
| Term from geology; part of the Earth's crust. Both labeled diagrams of cells and of the layers of the Earth are commonly found in science textbooks.&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;
| Engineering term. Both the o-ring and pith are drawn connected to the inner cell membrane. Made famous in pop culture for being the cause of the {{w|Space Shuttle Challenger disaster}}.&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;
| Botanical term. Both the pith and o-ring are drawn connected to the inner cell membrane.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cell nucleus|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;
| The cell nucleus is an actual cell organelle which houses {{w|DNA}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleolus}}&lt;br /&gt;
| A small dense spherical structure in the nucleus of a cell during {{w|interphase}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle, involved in {{w|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 continuation of the terms &amp;quot;nucleus&amp;quot; and &amp;quot;nucleolus.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleon}}s&lt;br /&gt;
| Protons and neutrons in the nucleus of an atom.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| While cells contain nucleons, the depicted circles are far larger than actual nucleons.&lt;br /&gt;
|-&lt;br /&gt;
| Drain plug&lt;br /&gt;
| A stopper for a drain.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| A plumbing term, which could refer to a {{w|porosome}}. Even small, temporary damage to the integrity of the {{w|cell membrane}} puts the cell at immediate and great risk of death.&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 different types of actual {{w|endoplasmic reticulum|endoplasmic reticula}}, implying a malevolent version.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hypoallergenic}} filling&lt;br /&gt;
| Materials that cause relatively fewer allergic reactions.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Consumer product term, used e.g. for pillows and mattresses. If the {{w|cytoplasm}} doesn't cause allergic reactions within the cell, it is hypoallergenic.&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;
| {{w|Cell membrane}} surfaces do indeed vary in strength, often due to the presence of organelles such as {{w|ion channel pore}}s or {{w|porosome}}s, both of which can be leveraged by viruses to enter cells.&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. Mitochondria are widely known as the &amp;quot;powerhouse of the cell,&amp;quot; a phrase originally coined in 1957 by biologist {{w|Philip Siekevitz}}[https://www.scientificamerican.com/article/powerhouse-of-the-cell/] which came to prominence online in the mid-2010s.{{acn}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Midichlorians}}&lt;br /&gt;
| Fictional microorganisms in the {{w|Star Wars}} universe, which confer Force sensitivity and thereby {{w|Jedi}} associated powers.&lt;br /&gt;
| No&lt;br /&gt;
| Fictional&lt;br /&gt;
| It's unclear whether {{w|George Lucas}} intended for &amp;quot;midi-chlorians&amp;quot; to be {{w|Symbiogenesis|endosymbiotic organelles}} or internal {{w|Symbiosis|symbionts}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chloroplast}}s if you're lucky&lt;br /&gt;
| Organelles in plant cells responsible for {{w|photosynthesis}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelles, only found in plant cells. The phrase &amp;quot;if you're lucky&amp;quot; could mean that an animal would be lucky to be able to photosynthesize, gaining energy from sunlight, or it could mean chloroplasts are one less dangerous than the possible alternatives.&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;
| Skin cells aren't normally inside other cells, but dead skin cell fragments can be inside {{w|phagocyte}}s. The label, however, is drawn connected to the outer {{w|cell membrane}} or the {{w|extracellular matrix}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Carbonation}}&lt;br /&gt;
| {{w|Carbon dioxide}} dissolved in a liquid.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Carbonation causes soda pop and similar liquids to bubble, fizz, foam, and {{w|effervesce}}. The little dots depicted in the comic look something like carbonation bubbles.&lt;br /&gt;
|-&lt;br /&gt;
| Golgi&lt;br /&gt;
| {{w|Camillo Golgi}} (1843–1926) was an Italian biologist and {{w|pathologist}} who discovered the Golgi apparatus; known also for his works on the central nervous system.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| The real Golgi was not and is not a tiny alien being who merged with our cells, as the comic and title text imply.{{Citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Golgi apparatus}}&lt;br /&gt;
| A complex of {{w|vesicles}} and folded membranes involved in secretion and intracellular transport.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle, which takes {{w|polypeptide}} chains from the rough endoplasmic reticulum via transport vesicles and processes them into their protein structure before sending them (again via vesicles) to their destination such as an organelle or outside of the 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;
| Computer viruses and biological viruses are completely different, and systems designed to counter one generally don't work for the other.{{Citation needed}} Many cell types do have antiviral mechanisms, notably the {{w|CRISPR}} (Clustered Regularly Interspaced Short Palindromic Repeats) DNA sequences in prokaryotes, which resist viral (bacteriophage) infection. However, the cell shown is not prokaryotic, since it contains a nucleus.&lt;br /&gt;
|-&lt;br /&gt;
| Sticky endoplasmic reticulum&lt;br /&gt;
| Not a real term, although parts of the reticula have sticky pockets.[https://www.frontiersin.org/articles/10.3389/fcell.2023.1156152/full]&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| Another humorous twist on the actual types of endoplasmic reticula.&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;
| Even a single star is far too big to fit in a cell.{{Citation needed}}&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;
| A common ingredient on labels, usually meaning any substance to add flavor, aroma, or both, other than synthetic chemicals which are referred to as artificial flavors.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cellophane}}&lt;br /&gt;
| A thin, transparent sheet made of regenerated {{w|cellulose}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| A type of packaging material. A {{w|cell wall}} is indeed made of cellulose, though not in the form of cellophane. Also, this drawing looks more like an animal cell, which unlike plants and fungi, do not usually have a cell wall.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rough endoplasmic reticulum}}&lt;br /&gt;
| Endoplasmic reticulum with {{w|ribosomes}} attached, involved in protein synthesis.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle. &amp;quot;Rough&amp;quot; refers to the presence of ribosomes covering its membrane, which translate {{w|messenger RNA}} into polypeptide chains. Normally the endoplasmic reticulum would wrap around the cell nucleus.&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;
| Ventricles are actually part of the body, and they are composed of many cells. Possibly a pun on {{w|vesicle}} (or {{w|vacuole}}), a small membrane-enclosed vessel, such as the transport vesicles that carry polypeptides from the rough endoplasmic reticulum to the Golgi apparatus for processing.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mantle}} &amp;lt;!-- intentionally left linking to disambiguation page --&amp;gt;&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 with many other meanings.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Slime}}&lt;br /&gt;
| A moist, soft, and slippery substance, or a {{w|Slime_(toy)|goopy substance sold as a toy}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Could refer to the texture and appearance of {{w|cytoplasm}}, but not specific to cells.&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;
| The vitreous humor is in eyes, not cells.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Seed}}s&lt;br /&gt;
| Plant embryos used for reproduction.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Seeds are multicellular, and sometimes contain small proportions of non-cellular tissue. Cells are found in seeds, not the other way around.&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;
Cell Organelles&lt;br /&gt;
&lt;br /&gt;
[A cell is shown with the following structures and areas labeled, counter-clockwise from upper left:]&lt;br /&gt;
&lt;br /&gt;
* Smooth endoplasmic reticulum&lt;br /&gt;
* Lithosphere&lt;br /&gt;
* O-Ring&lt;br /&gt;
* Pith&lt;br /&gt;
* Nucleus&lt;br /&gt;
* Nucleolus&lt;br /&gt;
* Nucleoloulous&lt;br /&gt;
* Nucleons&lt;br /&gt;
* Drain plug&lt;br /&gt;
* Evil endoplasmic reticulum&lt;br /&gt;
* Hypoallergenic filling&lt;br /&gt;
* Weak spot&lt;br /&gt;
* Mitochondria&lt;br /&gt;
* Midichlorians&lt;br /&gt;
* Chloroplasts if you're lucky&lt;br /&gt;
* Human skin&lt;br /&gt;
* Carbonation&lt;br /&gt;
* Golgi&lt;br /&gt;
* Golgi apparatus&lt;br /&gt;
* Norton AntiVirus&lt;br /&gt;
* Sticky endoplasmic reticulum&lt;br /&gt;
* Pleiades&lt;br /&gt;
* Natural flavor&lt;br /&gt;
* Cellophane&lt;br /&gt;
* Rough endoplasmic reticulum&lt;br /&gt;
&lt;br /&gt;
[These labels are inside the cell:]&lt;br /&gt;
&lt;br /&gt;
* Ventricle&lt;br /&gt;
* Mantle&lt;br /&gt;
* Slime&lt;br /&gt;
* Vitreous humour&lt;br /&gt;
* Seeds&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2941:_Cell_Organelles&amp;diff=343720</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=343720"/>
				<updated>2024-06-04T09:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Explanation */ not sure if this is meaningful&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;
This comic depicts a {{w|Cell (biology)|biological cell}} diagram with a mix of real and fictional {{w|organelle}}s, blending accurate {{w|Cell biology|cell biology}} terms with misplaced or absurd labels. While it includes actual cell components like the nucleus, mitochondria, and Golgi apparatus, it also includes unrelated concepts from various fields such as geology, engineering, software, and pop culture. Labels like &amp;quot;evil endoplasmic reticulum&amp;quot; and &amp;quot;sticky endoplasmic reticulum&amp;quot; make fun of 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 fictional backstory to the {{w|Golgi apparatus}}, an essential cell organelle involved in processing and packaging proteins. It playfully suggests that {{w|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 {{w|Symbiogenesis|endosymbiotic theory}}, which posits that certain organelles within {{w|Eukaryote|eukaryotic}} cells, like {{w|mitochondria}} and {{w|chloroplasts}}, originated from independent symbiotic {{w|Prokaryote|prokaryotic organisms}} that were absorbed by a host {{w|germ 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;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Carbonation}}&lt;br /&gt;
| {{w|Carbon dioxide}} dissolved in a liquid.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Carbonation causes soda pop and similar liquids to bubble, fizz, foam, and {{w|effervesce}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cellophane}}&lt;br /&gt;
| A thin, transparent sheet made of regenerated {{w|cellulose}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| A type of packaging material. Cellulose is only found in plant cells, while the cell shown appears to be an animal cell because it lacks a {{w|cell wall}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chloroplast}}s 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. The phrase &amp;quot;if you're lucky&amp;quot; could suggest that they might be less dangerous than other misplaced plant organelles, or that the animal cell is lucky to be able to photosynthesize.&lt;br /&gt;
|-&lt;br /&gt;
| Drain plug&lt;br /&gt;
| A stopper for a drain.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| A plumbing term, which could refer to a {{w|porosome}}. Even small, temporary damage to the integrity of the {{w|cell membrane}} puts the cell at immediate and great risk of death.&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 different types of actual {{w|endoplasmic reticulum|endoplasmic reticula}}, implying a malevolent version.&lt;br /&gt;
|-&lt;br /&gt;
| Golgi&lt;br /&gt;
| {{w|Camillo Golgi}} (1843–1926) was an Italian biologist and {{w|pathologist}} who discovered the Golgi apparatus; known also for his works on the central nervous system.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| The real Golgi was not and is not a tiny alien being who merged with our cells, as the comic and title text imply.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Golgi apparatus}}&lt;br /&gt;
| A complex of {{w|vesicles}} and folded membranes involved in secretion and intracellular transport.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle, which takes {{w|polypeptide}} chains from the rough endoplasmic reticulum (carried via transport vesicle) and processes them into their ultimate protein structure before sending them (via vesicles) to their destination (such as an organelle or outside of the cell).&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;
| Skin cells aren't normally inside other cells, but dead skin cell fragments can be inside {{w|phagocyte}}s. The label, however, is drawn connected to the outer {{w|cell membrane}} or the {{w|extracellular matrix}}.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hypoallergenic}} filling&lt;br /&gt;
| Materials that cause relatively fewer allergic reactions.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Consumer product term.&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;
| Term from geology; part of the Earth's crust.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mantle}} &amp;lt;!-- intentionally left linking to disambiguation page --&amp;gt;&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 with many other meanings.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Midichlorians}}&lt;br /&gt;
| Fictional microorganisms in the {{w|Star Wars}} universe, which confer Force sensitivity and thereby {{w|Jedi}} associated powers.&lt;br /&gt;
| No&lt;br /&gt;
| Fictional&lt;br /&gt;
| It's unclear whether {{w|George Lucas}} intended for &amp;quot;midi-chlorians&amp;quot; to be {{w|Symbiogenesis|endosymbiotic organelles}} or internal {{w|Symbiosis|symbionts}}.&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, widely 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;
| A common ingredient on labels, usually meaning any substance to add flavor, aroma, or both, other than synthetic chemicals which are referred to as artificial flavors.&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;
| Computer viruses and biological viruses are completely different, and systems designed to counter one generally don't work for the other. Many cell types do have antiviral mechanisms, notably the {{w|CRISPR}} (Clustered Regularly Interspaced Short Palindromic Repeats) DNA sequences in prokaryotes, which resist viral (bacteriophage) infection. However, the cell shown is not prokaryotic, since it contains a nucleus.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Nucleolus}}&lt;br /&gt;
| A small dense spherical structure in the nucleus of a cell during {{w|interphase}}.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle, involved in {{w|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 continuation of the terms &amp;quot;nucleus&amp;quot; and &amp;quot;nucleolus.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cell nucleus|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|Nucleon}}s&lt;br /&gt;
| Protons and neutrons in the nucleus of an atom.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| The depicted circles are far too big to be actual nucleons.&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;
| Engineering term. Both the o-ring and pith are drawn connected to the inner cell membrane.&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;
| Botanical term. See immediately above.&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;
| Even a single star is far too big to fit in a cell.{{cn}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Rough endoplasmic reticulum}}&lt;br /&gt;
| Endoplasmic reticulum with {{w|ribosomes}} attached, involved in protein synthesis.&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Actual cell organelle. &amp;quot;Rough&amp;quot; refers to the presence of ribosomes covering its membrane, which translate {{w|messenger RNA}} into polypeptide chains. Normally the endoplasmic reticulum would wrap around the cell nucleus.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Seed}}s&lt;br /&gt;
| Plant embryos used for reproduction.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Seeds are multicellular, and sometimes contain small proportions of non-cellular tissue.&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;
| Could refer to the texture and appearance of {{w|cytoplasm}}, but 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;
| A standard term for the smooth (i.e., not ribosome-covered) portion of the endoplasmic reticulum.&lt;br /&gt;
|-&lt;br /&gt;
| Sticky endoplasmic reticulum&lt;br /&gt;
| Not a real term, although parts of the reticula have sticky pockets.[https://www.frontiersin.org/articles/10.3389/fcell.2023.1156152/full]&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| Another humorous twist on the actual types of endoplasmic reticula.&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;
| Ventricles are actually part of the body, and they are composed of many cells. Possibly a pun on {{w|vesicle}} (or {{w|vacuole}}), a small membrane-enclosed vessel, such as the transport vesicles that carry polypeptides from the rough endoplasmic reticulum to the Golgi apparatus for processing.&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;
| The vitreous humor is in eyes, not cells.&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;
| {{w|Cell membrane}} surfaces do indeed vary in strength, often due to the presence of organelles such as {{w|ion channel pore}}s or {{w|porosome}}s, both of which can be leveraged by viruses to enter cells.&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;
Cell Organelles&lt;br /&gt;
&lt;br /&gt;
[A cell is shown with the following structures and areas labeled, counter-clockwise from upper left:]&lt;br /&gt;
&lt;br /&gt;
* Smooth endoplasmic reticulum&lt;br /&gt;
* Lithosphere&lt;br /&gt;
* O-Ring&lt;br /&gt;
* Pith&lt;br /&gt;
* Nucleus&lt;br /&gt;
* Nucleolus&lt;br /&gt;
* Nucleoloulous&lt;br /&gt;
* Nucleons&lt;br /&gt;
* Drain plug&lt;br /&gt;
* Evil endoplasmic reticulum&lt;br /&gt;
* Hypoallergenic filling&lt;br /&gt;
* Weak spot&lt;br /&gt;
* Mitochondria&lt;br /&gt;
* Midichlorians&lt;br /&gt;
* Chloroplasts if you're lucky&lt;br /&gt;
* Human skin&lt;br /&gt;
* Carbonation&lt;br /&gt;
* Golgi&lt;br /&gt;
* Golgi apparatus&lt;br /&gt;
* Norton AntiVirus&lt;br /&gt;
* Sticky endoplasmic reticulum&lt;br /&gt;
* Pleiades&lt;br /&gt;
* Natural flavor&lt;br /&gt;
* Cellophane&lt;br /&gt;
* Rough endoplasmic reticulum&lt;br /&gt;
&lt;br /&gt;
[These labels are inside the cell:]&lt;br /&gt;
&lt;br /&gt;
* Ventricle&lt;br /&gt;
* Mantle&lt;br /&gt;
* Slime&lt;br /&gt;
* Vitreous humour&lt;br /&gt;
* Seeds&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2941:_Cell_Organelles&amp;diff=343648</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=343648"/>
				<updated>2024-06-03T22:16:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.23.73: /* Explanation */ more correct&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;
This 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 {{w|Symbiogenesis|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;
! 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;
| The process that causes soda and similar things to bubble.&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;
| A type of packaging material.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Chloroplast}}s 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. However, these shouldn't be found in animal cells like the one depicted. The phrase &amp;quot;if you're lucky&amp;quot; humorously suggests that these could be something much more dangerous than misplaced plant organelles.&lt;br /&gt;
|-&lt;br /&gt;
| Drain plug&lt;br /&gt;
| A stopper for a drain.&lt;br /&gt;
| Yes&lt;br /&gt;
| Conceivably&lt;br /&gt;
| Plumbing term. Could refer to a {{w|porosome}}.&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 different types of 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;
| The real Golgi isn't/wasn't a tiny alien being who merged with our cells as the depiction and title text 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;
| Yes&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;
| Skin cells aren't normally inside cells{{cn}}.&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;
| Consumer product term.&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;
| Term from geology, It is part of the Earth's crust.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Mantle}} &amp;lt;!-- intentionally left linking to disambiguation page --&amp;gt;&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. Many other meanings.&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;
| Unclear whether {{w|George Lucas}} intended for &amp;quot;midi-chlorians&amp;quot; to be {{w|Symbiogenesis|endosymbiotic organelles}} or internal {{w|Symbiosis|symbionts}}.&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;
| A common ingredient on labels. Is used as an euphenism for many things.&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;
| Computer viruses and biological viruses are completely different, and systems designed to counter one generally don't work for the other.&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 continuation of the terms &amp;quot;nucleus&amp;quot; and &amp;quot;nucleolus.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Cell nucleus|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|Nucleon}}s&lt;br /&gt;
| Protons and neutrons in the nucleus of an atom.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| The depicted circles are far too big to be actual nucleons.&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;
| Engineering term.&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;
| Botanical term.&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;
| A cluster of stars is far too big to fit in 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|Seed}}s&lt;br /&gt;
| Plant embryos used for reproduction.&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
| Seeds are used for other things in animals, but they are not generally found in cells.&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;
| Could refer to the texture and appearance of {{w|cytoplasm}}, but 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 the 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;
| Another humorous twist on the actual types of 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;
| Ventricles are actually part of the body, and they are composed of many cells.&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;
| The vitreous humor is in eyes, not cells.&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|ion channel pore}}s or {{w|porosome}} ducts.&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;
Cell Organelles&lt;br /&gt;
&lt;br /&gt;
[A cell is shown with the following structures and areas labeled, counter-clockwise from upper left then down the middle (with the last five labels being inside the cell):]&lt;br /&gt;
&lt;br /&gt;
* Smooth endoplasmic reticulum&lt;br /&gt;
* Lithosphere&lt;br /&gt;
* O-Ring&lt;br /&gt;
* Pith&lt;br /&gt;
* Nucleus&lt;br /&gt;
* Nucleolus&lt;br /&gt;
* Nucleoloulous&lt;br /&gt;
* Nucleons&lt;br /&gt;
* Drain plug&lt;br /&gt;
* Evil endoplasmic reticulum&lt;br /&gt;
* Hypoallergenic filling&lt;br /&gt;
* Weak spot&lt;br /&gt;
* Mitochondria&lt;br /&gt;
* Midichlorians&lt;br /&gt;
* Chloroplasts if you're lucky&lt;br /&gt;
* Human skin&lt;br /&gt;
* Carbonation&lt;br /&gt;
* Golgi&lt;br /&gt;
* Golgi apparatus&lt;br /&gt;
* Norton AntiVirus&lt;br /&gt;
* Sticky endoplasmic reticulum&lt;br /&gt;
* Pleiades&lt;br /&gt;
* Natural flavor&lt;br /&gt;
* Cellophane&lt;br /&gt;
* Rough endoplasmic reticulum&lt;br /&gt;
* Ventricle&lt;br /&gt;
* Mantle&lt;br /&gt;
* Slime&lt;br /&gt;
* Vitreous humour&lt;br /&gt;
* Seeds&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Biology]]&lt;/div&gt;</summary>
		<author><name>172.68.23.73</name></author>	</entry>

	</feed>