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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1275:_int(pi)&amp;diff=403312</id>
		<title>1275: int(pi)</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1275:_int(pi)&amp;diff=403312"/>
				<updated>2026-01-11T05:34:54Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ expanded on alt-text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1275&lt;br /&gt;
| date      = October 9, 2013&lt;br /&gt;
| title     = int(pi)&lt;br /&gt;
| image     = int pi.png&lt;br /&gt;
| titletext = If replacing all the '3's doesn't fix your code, remove the 4s, too, with 'ceiling(pi) / floor(pi) * pi * r^floor(pi)'. Mmm, floor pie.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic purports to provide a tip to programmers, that the number &amp;quot;{{w|3 (number)|3}}&amp;quot; is cursed and shouldn't be used. There is no explanation given as to why the number 3 is cursed, and it could well have been chosen arbitrarily. The title text hints that the consequence for using the cursed number is non-functioning code, a pain for any programmer. The absurdity of the number 3 somehow being cursed is part of the humor.&lt;br /&gt;
&lt;br /&gt;
To assist the programmer, the comic gives an example of how to avoid the use of the number 3, by using a slightly convoluted method of using &amp;lt;code&amp;gt;int(pi)&amp;lt;/code&amp;gt;, which means the {{w|integer}} part of {{w|pi}}, without the {{w|fractional part}}. Pi, an {{w|irrational number}}, has a value starting &amp;lt;code&amp;gt;3.14159...&amp;lt;/code&amp;gt;, making &amp;lt;code&amp;gt;int(pi)&amp;lt;/code&amp;gt; equal to 3. This is demonstrated in a formula to calculate the {{w|Sphere#Enclosed volume|volume of a sphere}}, normally (4/3)*pi*(r^3), but converted for avoidance of the number 3 to (4/int(pi))*pi*(r^int(pi)).&lt;br /&gt;
&lt;br /&gt;
For a number of reasons it is a good programming practice to use {{w|Variable (computer science)|variables}} and {{w|Constant (programming)|constants}} where a value is used in multiple places, however this is not typically used in the case of natural numbers. There are unusual situations where this type of programming is a valid method, however typically for more specific circumstances, and not a certain number being seen as cursed.&lt;br /&gt;
&lt;br /&gt;
In the title text, Randall takes the joke a step further, suggesting the usage of {{w|floor and ceiling functions}}: &amp;lt;code&amp;gt;ceiling(pi)&amp;lt;/code&amp;gt; would be pi rounded ''up'' to the next integer, which is {{w|4 (number)|4}}; and &amp;lt;code&amp;gt;floor(pi)&amp;lt;/code&amp;gt; is pi rounded ''down'' to the next integer, which is 3. (Note that &amp;lt;code&amp;gt;int(n)&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;floor(n)&amp;lt;/code&amp;gt; have the same value when &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; is greater than or equal to zero. For values less than zero, &amp;lt;code&amp;gt;int(n)&amp;lt;/code&amp;gt; is equal to &amp;lt;code&amp;gt;ceiling(n)&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
The joke here plays on the fact that basic rules of programming are confusing and novice programmers are often told to simply not do certain things without any explanation (see [[292: goto]]). This includes, in particular, a general proscription against &amp;quot;{{w|Magic number (programming)#Unnamed numerical constants|magic numbers}}&amp;quot; in the code. Replacing all significant magic numbers with named constants makes programs easier to read, understand and maintain. Randall takes this to an extreme by suggesting that certain numbers could be inherently problematic, but the general idea is perfectly believable.&lt;br /&gt;
&lt;br /&gt;
The title text [https://youtu.be/TT6UbrfETPc?t=17 ''Mmm... Floor pie.''] is a quote from the eighth episode of the fifth season of {{w|The Simpsons}}, {{w|Boy-Scoutz 'n the Hood}}.&lt;br /&gt;
&lt;br /&gt;
See also {{w|Cargo cult programming}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Inside a frame a formula is shown:]&lt;br /&gt;
:volume(r) = (4/int(pi))*pi*r^int(pi)&lt;br /&gt;
&lt;br /&gt;
:[Caption below the frame:]&lt;br /&gt;
:Programming Tip: The number &amp;quot;3&amp;quot; is cursed. Avoid it.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Geometry]]&lt;br /&gt;
[[Category:Comics with cursed items]] &amp;lt;!-- The single digit betwixt 2 and 4; One quarter of a dozen; Exactly half the number of toes you should have left if you first cut off one for each arm and leg you possess... --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=317:_That_Lovin%27_Feelin%27&amp;diff=366791</id>
		<title>317: That Lovin' Feelin'</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=317:_That_Lovin%27_Feelin%27&amp;diff=366791"/>
				<updated>2025-02-25T06:46:36Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ added links to other comics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    =317&lt;br /&gt;
| date      =September 17, 2007&lt;br /&gt;
| title     =That Lovin' Feelin'&lt;br /&gt;
| image     =that_lovin_feelin.png&lt;br /&gt;
| titletext =Maybe there's no tenderness in her fingertips either, but at least SHE puts out.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is a parody of the popular song by {{w|The Righteous Brothers}}, &amp;quot;{{w|You've Lost That Lovin' Feelin'}}.&amp;quot; The singer is talking about the cooling of his relationship with his significant other, and how the joy of their romance has been missing lately, and asks what they have to do to get it back. The actual first verse and chorus are as follows:&lt;br /&gt;
&lt;br /&gt;
:''You never close your eyes anymore when I kiss your lips''&lt;br /&gt;
:''And there's no tenderness like before in your fingertips''&lt;br /&gt;
:''You're trying hard not to show it (baby)''&lt;br /&gt;
:''But baby, baby, I know it:''&lt;br /&gt;
&lt;br /&gt;
:''You've lost that lovin' feelin'''&lt;br /&gt;
:''Ohh, that lovin' feelin'''&lt;br /&gt;
:''You've lost that lovin' feelin',''&lt;br /&gt;
:''Now it's gone, gone, gone, ohh-ohh.''&lt;br /&gt;
&lt;br /&gt;
In this comic's parody of the song, [[Cueball]] decides that since his relationship with his ''current'' girlfriend is cooling, maybe he should try her sister instead. (And as mentioned in the title text, at least ''she'' will have sex with him.)&lt;br /&gt;
&lt;br /&gt;
[[49: Want]], [[279: Pickup Lines]], and panel 20 of [[442: xkcd Loves the Discovery Channel]] also have jokes centered around the same subject.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Cueball: You never close your eyes anymore when I kiss your lips&lt;br /&gt;
&lt;br /&gt;
:Cueball: And there's no tenderness like before in your fingertips.&lt;br /&gt;
&lt;br /&gt;
:[Cueball thoughtfully places his hand on his chin.]&lt;br /&gt;
:Cueball: Maybe I should try your sister instead.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Your sister]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=49:_Want&amp;diff=366788</id>
		<title>49: Want</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=49:_Want&amp;diff=366788"/>
				<updated>2025-02-25T06:28:24Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ added links with other comics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 49&lt;br /&gt;
| date      = January 14, 2006&lt;br /&gt;
| title     = Want&lt;br /&gt;
| before    = &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://web.archive.org/web/20060529063441/http://xkcd-drawings.livejournal.com/#:~:text=11%3A41%20pm-,Drawing%20%2D%20Want,-(2%20Comments LiveJournal title&amp;lt;/span&amp;gt;]: '''Drawing - Want'''&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
| image     = want.jpg&lt;br /&gt;
| titletext = Well, she's pretty hot.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This was the forty-sixth comic originally posted to [[LiveJournal]]. The previous one was [[48: Found]], and the next one was [[50: Penny Arcade]]. It was among the [[:Category:Posted on LiveJournal after xkcd.com|last eleven comics]] posted both on LiveJournal and on [https://xkcd.com xkcd.com] after the new site was launched. This comic was published on the same day across both sites, but not all of them shared the same posting day.&lt;br /&gt;
&lt;br /&gt;
Cueball is making an honest profession of his feelings. This is often held up as a valuable thing in cementing a relationship. In the first three panels, he makes the kind of cliched poetic, romantic statements that would typically be expected. In the last panel, however, he undercuts all of this by crassly revealing that he also really wants to have sex with his paramour's sister. This theme would later be used in [[279: Pickup Lines]], [[317: That Lovin' Feelin']], and panel 20 of [[442: xkcd Loves the Discovery Channel]].&lt;br /&gt;
&lt;br /&gt;
In the title text, Cueball attempts to excuse his statement by reasoning that the sister is incredibly attractive.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is standing talking in the same position in all four panels. In the second panel, Cueball seems to have hair.]&lt;br /&gt;
:Cueball: I want to be brave enough to tell you how I feel.&lt;br /&gt;
&lt;br /&gt;
:Cueball: I want to say &amp;quot;I love you&amp;quot; &amp;lt;u&amp;gt;before&amp;lt;/u&amp;gt; I hang up the phone for once.&lt;br /&gt;
&lt;br /&gt;
:Cueball: I want to drive all night with you, listening to mix tapes, not caring where we end up.&lt;br /&gt;
&lt;br /&gt;
:Cueball: Oh, and I also really want to get with your sister.&lt;br /&gt;
:Cueball: I mean, DAMN.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* This comic was [[:Category:Saturday comics|released on a Saturday]]. It was released only 19 minutes before midnight at 11:41 PM.&lt;br /&gt;
* This used to be one of the [[Footer comics|footer comics]] featured in the bottom segment of [https://xkcd.com xkcd.com].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Posted on LiveJournal| 46]]&lt;br /&gt;
[[Category:Posted on LiveJournal after xkcd.com]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Footer comics]] &amp;lt;!-- in initial footer --&amp;gt;&lt;br /&gt;
[[Category:Your sister]]&lt;br /&gt;
[[Category:Comics with lowercase text]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=279:_Pickup_Lines&amp;diff=366787</id>
		<title>279: Pickup Lines</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=279:_Pickup_Lines&amp;diff=366787"/>
				<updated>2025-02-25T06:20:54Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ added some links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 279&lt;br /&gt;
| date      = June 20, 2007&lt;br /&gt;
| title     = Pickup Lines&lt;br /&gt;
| image     = pickup_lines.png&lt;br /&gt;
| titletext = That shirt looks good on you, but it would look even better stuffed onto the neck of a vodka bottle and flung burning through our office building's window. Let's fucking do it and never look back.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic adds strange twists to some classic abysmally cheesy {{w|pickup line}}s. Warning, terrible puns ahead:&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If I could rearrange the alphabet, I'd put U and I together.&amp;quot;&lt;br /&gt;
:[[Cueball]] is making a &amp;quot;your sister&amp;quot; joke. A different variation of this line is featured in [[1069: Alphabet]], and similar &amp;quot;your sister&amp;quot; jokes are made in [[49: Want]], [[317: That Lovin' Feelin']], and panel 20 of [[442: xkcd Loves the Discovery Channel]].&lt;br /&gt;
*&amp;quot;Is your father a thief? Because he stole all of the stars in the sky and put them in your eyes.&amp;quot;([http://www.jokes4us.com/pickuplines/isyourdadpickuplines.html Is Your Dad Pick Up Lines])&lt;br /&gt;
:A {{w|Volkswagen Jetta|Jetta}} is a car, and Cueball is implying that the father is an actual thief.&lt;br /&gt;
*&amp;quot;You must be tired, 'cause you've been running through my mind all night.&amp;quot;&lt;br /&gt;
:He adds the word &amp;quot;Screaming,&amp;quot; to make the word &amp;quot;running&amp;quot; be literal instead of figurative.&lt;br /&gt;
&lt;br /&gt;
This is yet another example of [[Beret Guy]]'s bartender job.&lt;br /&gt;
&lt;br /&gt;
The title text refers to a pickup line like this: &amp;quot;That shirt looks good on you, but would look even better on my bedroom floor.&amp;quot; But here the shirt is used as fuse for a {{w|Molotov cocktail}} thrown into their office.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A bar. Beret Guy is the bartender, holding a can or mug. On the counter are a bottle and two mugs. In front of the counter are four barstools. Megan is to the left of the second barstool and Cueball is to the right, talking to her.]&lt;br /&gt;
:Cueball: If I could rearrange the alphabet, I'd put your sister and I together.&lt;br /&gt;
&lt;br /&gt;
:[Another bar scene, shown from a different angle, with the bartender at left of panel and two barstools to the right. Cueball, standing, is talking to a different woman seated at the bar. Cueball points toward the front window of the bar.] &lt;br /&gt;
:Cueball: Is your father a thief? Because that's totally my Jetta you parked outside.&lt;br /&gt;
&lt;br /&gt;
:[Another bar scene. A bar with one mug on it, and one barstool, are visible. Cueball stands talking to Ponytail.]&lt;br /&gt;
:Cueball: You must be tired, 'cause you've been running through my mind all night.&lt;br /&gt;
:Cueball: Screaming.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Your sister]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1452:_Jurassic_World&amp;diff=357209</id>
		<title>1452: Jurassic World</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1452:_Jurassic_World&amp;diff=357209"/>
				<updated>2024-11-18T20:54:49Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Trivia */ added recent appearance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1452&lt;br /&gt;
| date      = November 26, 2014&lt;br /&gt;
| title     = Jurassic World&lt;br /&gt;
| image     = jurassic_world.png&lt;br /&gt;
| titletext = Hey guys! What's eating you? Ha ha ha it's me! Oh, what fun we have.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This strip refers to ''{{w|Jurassic World}}'', the then new ''{{w|Jurassic Park}}'' movie, and the titular theme park. [[White Hat]] explains to [[Megan]] that, in their park, they have genetically engineered a better {{w|Tyrannosaurus}}. Megan doesn't feel that the historic Tyrannosaurus can be improved upon, but White Hat insists they've created an even more terrifying, smarter ''Tyrannosaurus'' for this new park.&lt;br /&gt;
&lt;br /&gt;
White Hat refers to ''Tyrannosaurus'' as &amp;quot;two decades old&amp;quot;, referring to the T-Rex in the original Jurassic Park, and that they improved it by further genetic engineering. Megan comments that she is fairly certain it is older than two decades, suggesting that she is referring to the actual Tyrannosaurus that lived millions of years ago.&lt;br /&gt;
&lt;br /&gt;
In the final panel, White Hat introduces the &amp;quot;new&amp;quot; ''Tyrannosaurus'', who is immediately recognizable as the green ''Tyrannosaurus'' from {{w|Ryan North|Ryan North's}} ''{{w|Dinosaur Comics}}''; specifically, from the last panel of said webcomic - which in turn is from [http://www.smithsonianmag.com/science-nature/interview-with-ryan-north-creator-of-dinosaur-comics-15523444/ clip art]. Anyone who has read so much as a handful of ''Dinosaur Comics'' will know that its ''Tyrannosaurus'' character &amp;quot;T-Rex&amp;quot; is about as far from smart and scary as it is possible for a ''Tyrannosaurus'' to be (see [http://www.qwantz.com/index.php?comic=2739 this example] from the day this comic was released).&lt;br /&gt;
&lt;br /&gt;
The title text is an example of what T-Rex (the character) would say to a couple of humans, and it's a poor joke which would only be funny when it's a talking T-Rex saying it. Despite his goofy mannerisms, he is still a carnivore who attacks (or at least accidentally steps on) humans, as can be seen in panel 3 and 4 of the webcomic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[White Hat holding one hand up in front om him and Megan are walking together.]&lt;br /&gt;
:White Hat: In ''Jurassic World'', we've used genetic engineering to create a ''better'' dinosaur.&lt;br /&gt;
:Megan: Tyrannosaurus is the most charismatic animal that ever lived, and you think you'll ''upstage'' it?&lt;br /&gt;
&lt;br /&gt;
:[White Hat now holds both his hands up in front of him as he and Megan walk on.]&lt;br /&gt;
:White Hat: ''Tyrannosaurus'' was cool, but it's two decades old!&lt;br /&gt;
:Megan: I think it's a ''little'' older than that.&lt;br /&gt;
&lt;br /&gt;
:[In this frame-less panel White Hat points up as they continue to walk.]&lt;br /&gt;
:White Hat: We took ''Tyrannosaurus'' and we ''improved'' it. Made it scarier, deadlier, smarter.&lt;br /&gt;
:White Hat: Look–there it is!&lt;br /&gt;
&lt;br /&gt;
:[White Hat (drawn without his hat) and Megan are dwarfed in the bottom left corner as they stare up at a facsimile of the green T-Rex from ''Dinosaur Comics''. They only reach T-Rex to it's knees.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*In the last panel [[Randall]] forgot to draw White Hat's hat so he looks like [[Cueball]], but from the first panel where White Hat walks with Megan and points up at the Dinosaur, it is clear that it is those two characters that are standing beneath it in this last panel.&lt;br /&gt;
**Note that in the two other comics with T-Rex, Randall put in a small Cueball under the foot of T-Rex in the fourth panel of [[145: Parody Week: Dinosaur Comics]], and in the T-Rex [http://xkcd.com/1350/#p:f2b12f1e-bbae-11e3-801c-002590d77bdd story line] from [[1350: Lorenz]], he also forgot to drawn [[Hairy|Hairy's]] hair, thus also there including Cueball though like here by mistake...&lt;br /&gt;
** The mistake can be explained that [https://www.youtube.com/watch?v=RFinNxS5KN4 the trailer] for the Jurassic World movie was released a day before this comic so Randall most likely created this comic on a very short notice.&lt;br /&gt;
&lt;br /&gt;
*The entire ''Dinosaur Comics'' was parodied in [[145: Parody Week: Dinosaur Comics]], where Randall copied the drawings himself, and T-Rex has appeared in one of the story lines in [[1350: Lorenz]] (see this [http://xkcd.com/1350/#p:f2b12f1e-bbae-11e3-801c-002590d77bdd example story line] and the Dinosaur section under [[1350:_Lorenz#Themes|Lorenz themes]]), where the actual images from the first three panels of Ryan's comic are used, just like here where it is the last panel which is used. Later, T-Rex appeared in [[3012: The Future of Orion]].&lt;br /&gt;
&lt;br /&gt;
*Unlike the surrounding comics, this comic does not have a 2x scale version. This is likely because T-Rex already appears at the highest resolution here, though [https://qwantz.com/index.php?comic=4005 a higher-resolution render may exist].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Dinosaurs]]&lt;br /&gt;
[[Category:Jurassic Park]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=145:_Parody_Week:_Dinosaur_Comics&amp;diff=357208</id>
		<title>145: Parody Week: Dinosaur Comics</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=145:_Parody_Week:_Dinosaur_Comics&amp;diff=357208"/>
				<updated>2024-11-18T20:52:35Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ added recent appearance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 145&lt;br /&gt;
| date      = August 18, 2006&lt;br /&gt;
| title     = Parody Week: Dinosaur Comics&lt;br /&gt;
| image     = dinosaur_comics.png&lt;br /&gt;
| titletext = Guys: while I was writing this, I accidentally swallowed a table-size slab of drywall. I know! Wacky.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a part of the [[:Category:Parody Week|Parody Week]], just joking about other {{w|webcomics}}. This series was released on five consecutive days (Monday-Friday), not over the usual Monday/Wednesday/Friday schedule, and it comprises the following five {{w|parodies}}:&lt;br /&gt;
*[[141: Parody Week: Achewood]]&lt;br /&gt;
*[[142: Parody Week: Megatokyo]]&lt;br /&gt;
*[[143: Parody Week: TFD and Natalie Dee]]&lt;br /&gt;
*[[144: Parody Week: A Softer World]]&lt;br /&gt;
*[[145: Parody Week: Dinosaur Comics]]&lt;br /&gt;
&lt;br /&gt;
{{w|Dinosaur Comics}} is a webcomic by {{w|Ryan North}}. The artwork never changes, save a few rare exceptions, and only the dialogue is different. [[Randall]] traced the comic's usual artwork, though the drawing of the house about to be squashed in panel 3 is a more rudimentary rendition, and the person about to be squashed in panel 4 has been changed into [[Cueball]] rather than a woman in bright yellow and pink clothes.&lt;br /&gt;
&lt;br /&gt;
For those who haven't read it, this is a [http://www.qwantz.com/index.php?comic=1387 typical strip], and [http://www.qwantz.com/index.php?comic=2079 here's] a strip dealing with the same subject as this comic (but posted five years after it). See also [http://www.qwantz.com/index.php?comic=2420 this particular example], where the title text actually refer to Randall and xkcd.&lt;br /&gt;
&lt;br /&gt;
Randall makes several shots at recurring themes in Dinosaur Comics. T-Rex, the green {{w|Tyrannosaurus}}, is bold and enthusiastic, discussing various topics, a favorite of which appears to be linguistics (North got his degree in computational linguistics). This time, he is talking about &amp;quot;{{w|Singular_they|they}}&amp;quot; being used as a {{w|Grammatical_person|third person}} {{w|Grammatical number|singular}} {{w|Gender-specific_and_gender-neutral_pronouns|gender-free pronoun}} and how it should be more widely used, even though its acceptance varies. {{w|Dromiceiomimus}}, the white dinosaur in the third panel, usually responds calmly to T-Rex's discussions. T-Rex then elaborates on how singular &amp;quot;they&amp;quot; has been used for centuries (specifically since the fourteenth century), with the change in convention being relatively recent (having fallen out of &amp;quot;fashion&amp;quot; in the nineteenth century). Technically, the English language lacks {{w|Personal pronoun|personal pronouns}} that are {{w|Epicenity|gender-neutral}} in the singular third-person &amp;amp;mdash; that is, there are only gender-specific personal pronouns such as &amp;quot;{{w|He (pronoun)|he}}&amp;quot; and &amp;quot;{{w|She (pronoun)|she}}&amp;quot; &amp;amp;mdash; so when a gender-neutral pronoun is needed, {{w|Plural|plural}} pronouns such as &amp;quot;{{w|They|they}}&amp;quot; (which ''are'' gender-neutral) are often used instead. There is some debate about whether this is a grammatical error, which may result in the use of grammatically correct, but cumbersome, gender-neutral phrases such as &amp;quot;he or she&amp;quot;, &amp;quot;him or her&amp;quot;, &amp;quot;his or hers&amp;quot; and so on. To compensate for these shortcomings, other gender-neutral personal pronouns for the singular third-person have also been introduced, such as &amp;quot;he/she&amp;quot;, &amp;quot;s/he&amp;quot; and &amp;quot;xe&amp;quot; instead of &amp;quot;he or she&amp;quot;, or &amp;quot;hirs&amp;quot; instead of &amp;quot;his or hers.&amp;quot; T-Rex considers these constructs to be &amp;quot;ridiculous&amp;quot; and points out that they can be avoided by simply using the singular &amp;quot;they&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
While &amp;quot;he/she&amp;quot; and &amp;quot;s/he&amp;quot; are commonly used as a gender-neutral pronoun when gender is unknown, &amp;quot;xe&amp;quot; and &amp;quot;hirs&amp;quot; are often used for {{w|genderqueer}} individuals. Genderqueer persons do not subscribe to a &amp;quot;binary&amp;quot; definition of gender, where the only genders are male and female, and may identify as having, just to name a few examples, a gender between male and female, a combination of both male and female genders, no gender (terms for this include &amp;quot;genderless&amp;quot;, &amp;quot;agender,&amp;quot; and &amp;quot;neutrois&amp;quot;), a {{w|Third Gender|separate gender}} from male and female, an unnameable gender, or a &amp;quot;fluid&amp;quot; gender identity that shifts between multiple genders (&amp;quot;genderfluidity&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{{w|Utahraptor}}, the orange dinosaur, typically contradicts T-Rex, but Randall subverts this pattern and has him agree. The comic suggests that the perpetual disagreement stems from a 'rift' in the author's mind, which would be healed if only he lived in a world where there were a {{w|Beringia|land bridge between Asia and North America}}.&lt;br /&gt;
&lt;br /&gt;
In the last panel, the narrator starts with &amp;quot;In a world…&amp;quot;, a phrase made famous by {{w|Don LaFontaine}} in movie trailers. &amp;quot;In a world…&amp;quot; is also likely a reference to the recurring gag of Dinosaur Comics suddenly jumping to alternate worlds or time periods that have whatever conditions T-Rex and his friends have been discussing, to humorous effect.&lt;br /&gt;
&lt;br /&gt;
The last sentence suggests that in this other world, everyone is {{w|bi-curious}}. This is a phenomenon in which people of a {{w|heterosexual}} or {{w|homosexual}} identity who, while showing some curiosity for a relationship or sexual activity with a person of the sex they do not favor, distinguish themselves from the {{w|bisexual}} label. Bi-curious has been used as the word of the day two days in a row on [http://www.qwantz.com/index.php?comic=311 May 11th] and [http://www.qwantz.com/index.php?comic=312 May 12th] 2004, so it's no wonder Randall put the word in this comic. The suggestion that &amp;quot;everyone is bi-curious&amp;quot; could be a reference to {{w|Arthur C. Clarke|Arthur C. Clarke's}} book ''{{w|Imperial Earth}}'', where bisexuality is the norm. Deliberately trite and awkward explorations of this subject matter are also a recurring theme in Dinosaur Comics.&lt;br /&gt;
&lt;br /&gt;
Like [[xkcd]], Dinosaur Comics has [[Title text|title texts]]. Ryan's title texts are often bizarre non-sequiturs; the title text for the [http://qwantz.com/index.php?comic=2593 2593rd comic], eleven years after the appearance of the first comic, read &amp;quot;the sixth panel and the second panel are just zoomed versions of each other. IT'S TRUE. I'M SORRY. I COULDN'T BEAR CARRYING THIS TERRIBLE SECRET ANY LONGER.&amp;quot; The title text in this parody fits this pattern.&lt;br /&gt;
&lt;br /&gt;
However, the sixth panel of that particular comic starts with the words, &amp;quot;AND SO GOD REWINDS TIME TO THE SECOND PANEL OF THIS COMIC&amp;quot;, making that comic a more appropriate place for that title text than the average Dinosaur Comic. Also, [http://qwantz.com/index.php?comic=2596 2596th comic] has the title text &amp;quot;see, this is what you get for reading MY comic!  did xkcd award you any degrees today??  DIDN'T THINK SO.  check and mate, randy&amp;quot;, which is both relevant to the actual comic and mentions xkcd.&lt;br /&gt;
&lt;br /&gt;
T-Rex from ''Dinosaur Comics'' later appeared in [[1350: Lorenz]] (see this [http://xkcd.com/1350/#p:f2b12f1e-bbae-11e3-801c-002590d77bdd example story line] and the Dinosaur section under [[1350: Lorenz#Themes|Lorenz themes]]), where the actual images from Ryan's comic are used instead of copies by Randall, in [[1452: Jurassic World]], where the last image from the actual comic was used, and in [[3012: The Future of Orion]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[T-Rex, a large green Tyrannosaurus, holds out his small arms to each side and the tail pointing up while speaking with a wide open pink mouth showing all his teeth. All the text is written like on a typewriter with both caps and lowercase letters, which is not normal in xkcd.]&lt;br /&gt;
:T-Rex: THINGS I AM UPPITY ABOUT: &amp;quot;They&amp;quot; as a third-person singular gender-free pronoun.&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on T-Rex head holding his hands up under his mouth, and mouth even wider open so also the red tongue can be seen.]&lt;br /&gt;
:T-Rex: I'm all for it!&lt;br /&gt;
&lt;br /&gt;
:[Zoom out to show T-Rex to the left, mouth almost closed, arms in normal position, the tail pointing up, and lifting his left leg ready to smash his foot down through the roof of a brown log cabin with chimney and porch with a blue car holding in front of the house to the right. Further right is a smaller white/yellow dinosaur, Dromiceiomimus, standing away from T-Rex, but turning its long neck toward him.]&lt;br /&gt;
:Dromiceiomimus: But isn't that terrible grammar?&lt;br /&gt;
:T-Rex: Only by recent convention!  It's been in use that way for centuries, and its use is widely accepted!  ALSO: This lets us avoid ridiculous constructs like &amp;quot;he/she&amp;quot;, &amp;quot;s/he&amp;quot;, &amp;quot;xe&amp;quot; or &amp;quot;hirs&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
:[T-Rex is moving left, so part of his head and his lifted right foot are outside the panels frame, pink mouth again partly open so tongue can be seen, but no teeth are drawn. Arms are still in normal position and the tail is pointing up. Beneath the part of his right foot visible, there is Cueball about to be squashed. Behind him an orange dinosaur, Utahraptor, has appeared. It looks like a smaller version of T-Rex, but with longer arms and very large claws on its rear legs. It has its pink mouth wide open to show its red tongue and teeth, also holding arm in front of it and the tail pointing up. It is moving forward standing only on one leg, the other lifted high up.]&lt;br /&gt;
:Utahraptor: T-Rex, I . . . agree.&lt;br /&gt;
:T-Rex: What?&lt;br /&gt;
:Utahraptor: That sounds good to me!&lt;br /&gt;
&lt;br /&gt;
:[T-Rex stand with both legs down, but wide spread out. The tails is almost down to the ground, only the tip pointing up. The arms are still in front of it towards the left, but it has turned its head, mouth almost closed, toward right looking at Utahraptor, which now stands on both legs, but like it is leaning forward on its toes, stretching up with arms held high, mouth less open, but tongue and teeth visible.]&lt;br /&gt;
:Utahraptor: Normally I'd jump in with an objection, but I think your point makes sense.&lt;br /&gt;
:T-Rex: Could it be that the rift in our author's mind has finally healed? Is he no longer locked in perpetual war with the self-doubt that lurks in his subc-&lt;br /&gt;
&lt;br /&gt;
:[The final part of the final words from T-Rex is interrupted in the previous panel and first finishes here after a narrator &amp;quot;speaks&amp;quot; before T-Rex with bold capital letters to the top right, and after to the bottom left. T-Rex is seen in full figure standing with wide open mouth, teeth and tongue visible, arms and tail up.]&lt;br /&gt;
:Narrator: '''IN A WORLD WHERE THERE IS STILL A LAND BRIDGE BETWEEN ASIA AND NORTH AMERICA FOR SOME REASON:'''&lt;br /&gt;
:T-Rex: -onscious?&lt;br /&gt;
:Narrator: '''ALSO HOW ABOUT IN THIS WORLD EVERYONE IS BICURIOUS'''&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This was the [http://www.qwantz.com/index.php?comic=830 Dinosaur Comics strip] released the day before this comic&lt;br /&gt;
**Dinosaur Comics released MTWT, so there was no release on the Friday of this comics release.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Parody Week]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]] &amp;lt;!-- being stepped on in panel 4 --&amp;gt;&lt;br /&gt;
[[Category:Dinosaurs]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Sex]] &amp;lt;!--Bi-curious--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=370:_Redwall&amp;diff=349531</id>
		<title>370: Redwall</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=370:_Redwall&amp;diff=349531"/>
				<updated>2024-08-27T23:35:20Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ added another Redwall reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 370&lt;br /&gt;
| date      = January 14, 2008&lt;br /&gt;
| title     = Redwall&lt;br /&gt;
| image     = redwall.png&lt;br /&gt;
| titletext = My Redwall/Jurassic Park crossover fanfic is almost complete!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic references {{w|Brian Jacques|Brian Jacques'}} series of books, ''{{w|Redwall}}'', which star sapient woodland animals in various high fantasy adventures.&lt;br /&gt;
&lt;br /&gt;
The first panel shows the similarity between the story of Martin the Warrior (from the book ''{{w|Mossflower}}'') and {{w|Aragorn}} from ''{{w|The Lord of the Rings}}'' by {{w|J. R. R. Tolkien}}. The joke is that while Martin and Aragorn introduce themselves separately, they then go on to describe their particular story, which turns out to be exactly the same for both of them. Subsequently Martin jinxes Aragorn. {{w|Jinx (children's game)|Jinx}} is a common children's game that is initiated by shouting &amp;quot;Jinx&amp;quot; after somebody speaks the same word or sentence at the same time as you. That person is then jinxed, with one form of the rules dictating that they are then not permitted to speak until unjinxed by some specific action (usually somebody saying their name). For a similar children’s game, see [[392: Making Rules]].&lt;br /&gt;
&lt;br /&gt;
In ''LOTR'', orcs are unequivocally and without exception the bad guys, capable only of hate and violence (although to be fair, in some of Tolkien's unpublished writing, orcs are corrupted elves, so it is clear that they are not intrinsically bad). Similarly, Redwall's rats, foxes, ferrets, ermine, and weasels are mostly evil manipulators, while mice, rabbits, squirrels, hedgehogs, and badgers are always the good guys. On several occasions, characters explicitly state that &amp;quot;vermin stays vermin.&amp;quot; This is the overarching rule, notwithstanding the rare exception (e.g. Grubbage from {{w|Triss}}). Conversely, one of the so-called &amp;quot;good species&amp;quot; has never become evil in this book series. Though it is more likely than not that this is simply the result of a {{tvtropes|PlanetOfHats|planet of hats}} - where a single species all share the same characteristics and personality, so that authors / readers don't have to spend time fleshing out / getting to know every new character - Randall nevertheless indicates that this &amp;quot;moral absolute&amp;quot; is problematic and has some &amp;quot;racist undertones,&amp;quot; regardless if it's intentional or not. (Note that Tolkien's work is probably not actually racist—the Easterlings are portrayed as non-evil people who were deceived by Sauron, and the Orcs deliberately modified into evil. However, Orcs do bear a startling similarity to the worst Mongol stereotypes.)&lt;br /&gt;
&lt;br /&gt;
The second panel deals with the fact that ''Redwall'' mentions the name of {{w|Satan}} or {{w|The Devil}} 4 times, while it never mentions {{w|God}} or {{w|Jesus}}--somewhat surprisingly, given that the book is set in an abbey, and many of the inhabitants are religious brothers and sisters. [[Randall Munroe|Randall]] then points out that people who {{w|Religious debates over the Harry Potter series|protest against Harry Potter because of the series' witchcraft}}, should take note that Redwall explicitly mentions Satan, although it has had little to no negative feedback from more conservative readers.&lt;br /&gt;
&lt;br /&gt;
In the third panel, Randall comments on ''Redwall'''s often-used theme of critical messages being left in riddles throughout the Abbey for the occupants to find when they are in need. Randall suggests that he would use {{w|Public-key cryptography|public-key cryptography}} to encode the messages, instead of the elaborate riddles used in the books (all of which are solved in a matter of days after being discovered more or less by chance, which doesn't exactly make for good security when dealing with sensitive and occasionally time-critical information).&lt;br /&gt;
&lt;br /&gt;
In the title text, Randall jokes that he is making a crossover {{w|Fan fiction|fan-fiction}} with ''Redwall'' and ''{{w|Jurassic Park}}''.&lt;br /&gt;
&lt;br /&gt;
Redwall was also referenced in [[1286: Encryptic]], [[1688: Map Age Guide]], and [[1722: Debugging]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Notes from reading Redwall books for the first time since childhood.&lt;br /&gt;
&lt;br /&gt;
:Some of this feels familiar.&lt;br /&gt;
:Aragorn: Hi, I'm Aragorn.&lt;br /&gt;
:Martin: I'm Martin.&lt;br /&gt;
:Aragorn and Martin: I'm here to reforge my broken sword so I can lead an army against the tyrant threatening my people. I live in a world of moral absolutes and racist undertones.&lt;br /&gt;
:Martin: Jinx!&lt;br /&gt;
&lt;br /&gt;
:It startled me when characters mentioned Satan.&lt;br /&gt;
:Redwall: &amp;quot;By Satan's whiskers...&amp;quot;&lt;br /&gt;
:Redwall mentions God/Jesus 0 times.&lt;br /&gt;
:Redwall mentions Satan/The Devil 4 times.&lt;br /&gt;
:(Harry Potter protesters, take note.)&lt;br /&gt;
&lt;br /&gt;
:Even as a kid this bothered me: Why does everyone leave critical secret messages as simple riddles? It's silly to assume the intended recipient will be the only one to find and solve them. I would do things differently.&lt;br /&gt;
:Matthias: The inscription is a message from Martin!&lt;br /&gt;
:Brother Methuselah: What does it say?&lt;br /&gt;
:Matthias: Hang on, it's encrypted with my public key.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Bar charts]]&lt;br /&gt;
[[Category:LOTR]]&lt;br /&gt;
[[Category:Religion]]&lt;br /&gt;
[[Category:Cryptography]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Harry Potter]]&lt;br /&gt;
[[Category:Redwall]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=287:_NP-Complete&amp;diff=348389</id>
		<title>287: NP-Complete</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=287:_NP-Complete&amp;diff=348389"/>
				<updated>2024-08-09T20:50:05Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Trivia */ Replaced dead link with archive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 287&lt;br /&gt;
| date      = July 9, 2007&lt;br /&gt;
| title     = NP-Complete&lt;br /&gt;
| image     = np_complete.png&lt;br /&gt;
| titletext = General solutions get you a 50% tip.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Another entry in the [[:Category:My Hobby|My Hobby series]]. [[Cueball]] is embedding {{w|NP-complete|NP-complete problems}} in restaurant orders. Specifically, he is ordering appetizers not by explicitly stating the names, but by the total price of them all. This is a simplified example of the {{w|Knapsack problem|knapsack problem}}. This is a problem in combinatorial optimization, as follows: If you have a knapsack (backpack or rucksack) that can hold a specific amount of weight, and you have a set of items, each with its own assigned value and weight, you have to select items to put into the knapsack so that the weight does not exceed the capacity of the knapsack, and the combined value of all the items is maximized.&lt;br /&gt;
&lt;br /&gt;
In {{w|Computational complexity theory|computational complexity theory}}, NP stands for &amp;quot;nondeterministic polynomial time,&amp;quot; which means that problems that are NP take polynomial running time (i.e. the time a CPU would take to run the program would be polynomial in the input size) to verify a solution, but it is unknown whether finding any or all solutions can be done in polynomial time. Polynomial time is considered efficient; exponential and higher times are considered unfeasible for computation. NP-complete problems are ones that, if a polynomial time algorithm is found for any of them, then all NP problems have polynomial time solutions. In short, particular guesses in NP-complete problems can be checked easily, but systematically finding solutions is far more difficult.&lt;br /&gt;
&lt;br /&gt;
The waiter's problem is NP-complete, since a given order's price can be found and checked quickly, but finding an order to match a price is much harder. This causes the order to effectively be an {{w|application layer}} {{w|denial-of-service attack}} / {{w|algorithmic complexity attack}} on the waiter, similar to {{w|Slowloris (computer security)|Slowloris}} or {{w|ReDoS}}. (Formal proofs of the NP-completeness of the knapsack problem can be found at the above link.) The most straightforward way for a human to find a solution is to methodically start by first listing all the (6) ways of choosing one appetizer, and their total costs, then list all the (21) ways of choosing two appetizers (allowing repeats), and then list all the (56) ways of choosing three appetizers, and so forth. As any combination of eight appetizers would be more than $15.05, the process need not extend beyond listing all the (1715) ways of choosing seven appetizers.&lt;br /&gt;
&lt;br /&gt;
Another famous NP-complete problem is the {{w|Travelling salesman problem|travelling salesman problem}}, mentioned by Cueball at the end, referring to the waiter's claim that he has 6 more tables to get to. (see also [[399: Travelling Salesman Problem]]).&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that NP-complete problems have no known polynomial time general solutions, and it is unknown if such a solution can ever be found. If the waiter can find an efficient general solution to this, he will have solved one of the most famous problems in mathematics. This problem is one of the six remaining unsolved {{w|Millennium Prize Problems}} stated by the Clay Mathematics Institute in 2000, for which a correct solution (including proving that such a solution doesn't exist) is worth US$1,000,000. A 50% tip is slightly less than fair.{{cn}}&lt;br /&gt;
&lt;br /&gt;
For those curious, there are exactly two combinations of appetizers that total $15.05 and solve the problem posed in the comic strip:&lt;br /&gt;
#A combination of two orders of hot wings, one order of mixed fruit, and one sampler plate&lt;br /&gt;
#Seven mixed fruit orders (this solution was not intended - see [[#Trivia|trivia]] below)&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:My Hobby:&lt;br /&gt;
:Embedding NP-Complete problems in restaurant orders&lt;br /&gt;
:[A menu is shown.]&lt;br /&gt;
:'''Chotchkies Restaurant'''&lt;br /&gt;
:Appetizers&lt;br /&gt;
::Mixed Fruit 2.15&lt;br /&gt;
::French Fries 2.75&lt;br /&gt;
::Side Salad 3.35&lt;br /&gt;
::Hot Wings 3.55&lt;br /&gt;
::Mozzarella Sticks 4.20&lt;br /&gt;
::Sampler Plate 5.80&lt;br /&gt;
:Sandwiches&lt;br /&gt;
::Barbecue 6.55&lt;br /&gt;
:[Megan, another person, and Cueball are sitting at a table. Cueball is holding the menu as well as a thick book and is ordering from a waiter. Megan is facepalming.]&lt;br /&gt;
:Cueball: We'd like exactly $15.05 worth of appetizers, please.&lt;br /&gt;
:Waiter: ...Exactly? Uhh...&lt;br /&gt;
:Cueball: Here, these papers on the knapsack problem might help you out.&lt;br /&gt;
:Waiter: Listen, I have six other tables to get to—&lt;br /&gt;
:Cueball: —As fast as possible, of course. Want something on traveling salesman?&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Chotchkies&amp;quot; (slightly misspelt) is Yiddish slang for little accessories and trinkets. It is also the name of the restaurant in the 1999 Mike Judge-directed comedy ''{{w|Office Space}}''.&lt;br /&gt;
&lt;br /&gt;
*In [https://web.archive.org/web/20150817221154/http://www.maa.org/press/periodicals/math-horizons/the-mathematics-behind-xkcd-a-conversation-with-randall-munroe-0 an interview] with the Mathematical Association of America, Randall said that the trivial answer to this problem was a mistake. &amp;lt;br/&amp;gt; Randall explains in ''[[xkcd: volume 0]]'' that this was due to him using a Perl script with a bug (&amp;quot;You can't compare IEEE floats for equality&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=148:_Mispronouncing&amp;diff=348388</id>
		<title>148: Mispronouncing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=148:_Mispronouncing&amp;diff=348388"/>
				<updated>2024-08-09T20:40:27Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ RW&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 148&lt;br /&gt;
| date      = August 25, 2006&lt;br /&gt;
| title     = Mispronouncing&lt;br /&gt;
| image     = mispronouncing.png&lt;br /&gt;
| titletext = My pal Emad does this all the time. 'Hey man, which way to the airpart?'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the sixth comic in the [[:Category:My Hobby|My Hobby series]]. His &amp;quot;hobby&amp;quot; in this one is deliberately mispronouncing words while talking. Hobbies in the ''My Hobby'' series are generally annoying or weird, but with an element of cleverness. Here, [[Cueball]] persists in mispronouncing his words despite the second character's attempt to correct him. Interestingly, when Randall started the xkcd blog in October 2006, 6 weeks after the publication of this comic, he named it &amp;quot;[[Blag]]&amp;quot;. He has used that name in several other comics, such as [[181: Interblag]] and [[239: Blagofaire]]. Today, if someone visits https://blag.xkcd.com they get redirected to blog.xkcd.com, but the slogan at the top still says &amp;quot;xkcd - The blag of the webcomic&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In the title text, [[Randall Munroe|Randall]] explains that he got the idea for this comic from one of his friends; it's unclear whether the friend's mispronunciations are purposeful like those in the comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption at top of panel:]&lt;br /&gt;
:My hobby:&lt;br /&gt;
:Mispronouncing words&lt;br /&gt;
&lt;br /&gt;
:[Cueball and a friend are talking:]&lt;br /&gt;
:Cueball: Yeah, did you see what he said on his wobsite?&lt;br /&gt;
:Friend: ...his what?&lt;br /&gt;
:Cueball: Wobsite.&lt;br /&gt;
:Friend: ... I think you mean &amp;quot;website.&amp;quot;&lt;br /&gt;
:Cueball: Why don't you write about it in your blag?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1010:_Etymology-Man&amp;diff=348387</id>
		<title>1010: Etymology-Man</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1010:_Etymology-Man&amp;diff=348387"/>
				<updated>2024-08-09T20:18:32Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1010&lt;br /&gt;
| date      = January 30, 2012&lt;br /&gt;
| title     = Etymology-Man&lt;br /&gt;
| image     = etymology_man.png&lt;br /&gt;
| titletext = I can't believe I'm saying this, but I wish Aquaman were here instead--HE'D be able to help.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This became the first comic in a two comic series about the [[:Category:Etymology-Man|Etymology-Man]]. The second followed two comics later in [[1012: Wrong Superhero]].&lt;br /&gt;
&lt;br /&gt;
This comic is a take on the traditional appearance of a super hero when a disaster strikes. In this case, Etymology-Man arrives, who apparently has the power of {{w|Etymology}} — the study of the history of words, their origins, and how their form and meaning have changed over time. As Etymology-Man is explaining the history of the words &amp;quot;{{w|tsunami}}&amp;quot; and &amp;quot;tidal wave&amp;quot;, at one point referencing the {{w|2004 Indian Ocean tsunami}} and {{w|2011 Tōhoku tsunami}}, the water starts rising around them. As the waters continue to rise, he continues to only explain the words, rather than attempting to save them as a superhero should. This, intentionally or unintentionally, is a dig at academics who prefer to talk about issues when taking action is more appropriate.&lt;br /&gt;
&lt;br /&gt;
Also, the title text is a play on how useless {{w|Aquaman}} is (perceived to be) compared to other superheroes, as his powers — breathing underwater, speed swimming, and communicating with sea life — are very difficult for writers to make relevant. Indeed, in the case of a flood, Aquaman and his aquatic allies would be able to assist with evacuations.&lt;br /&gt;
&lt;br /&gt;
The irony of the situation comes from the fact that Etymology-Man ''also'' has the power of flight and could in fact save Cueball and Ponytail if he was not so busy talking about the origin of the word &amp;quot;tidal wave&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inexplicable is the fact that Cueball and Ponytail both know exactly who this &amp;quot;superhero&amp;quot; is, and ergo presumably realize that what he is telling them is useless, but they don't even attempt to get to safety. There are few possible explanations for this: perhaps they are simply accepting their fate instead of trying to escape, or even that learning cool word facts takes precendence over saving their own lives, or they have been distracted by Etymology-Man's lecture and were caught by surprise by the fast tidal wave.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Ponytail are facing each other, with wavy lines around them to indicate they are experiencing the shaking of an earthquake.]&lt;br /&gt;
:Cueball: Earthquake!&lt;br /&gt;
:Ponytail: We should get to a higher ground - There could be a tidal wave.&lt;br /&gt;
&lt;br /&gt;
:[A frame-less panel with Cueball and Ponytail, with Cueball taking a pedantic pose and raising a finger.]&lt;br /&gt;
:Cueball: You mean a tsunami. &amp;quot;Tidal wave&amp;quot; means a wave caused by tides.&lt;br /&gt;
&lt;br /&gt;
:[A crash is heard, followed by Etymology-Man flying in while wearing a cape.]&lt;br /&gt;
:Etymology-man: You know, that doesn't add up.&lt;br /&gt;
:Cueball and Ponytail: Etymology-man!&lt;br /&gt;
&lt;br /&gt;
:[Etymology-man takes a pedantic pose.]&lt;br /&gt;
:Etymology-man: What ''does'' &amp;quot;tidal wave&amp;quot; mean? There are waves caused by tides, but they're &amp;quot;tidal bores&amp;quot;, and they're not cataclysmic.&lt;br /&gt;
:It can refer to the daily tide cycle, but that's obviously not what people mean when they say &amp;quot;a tidal wave hit&amp;quot;.&lt;br /&gt;
:It's been obvious for centuries that these waves come from quakes. So why &amp;quot;tidal&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
:[Panel zooms in on Etymology-man.]&lt;br /&gt;
:Etymology-man: Remember that until 2004, there weren't any clear photos or videos of tsunamis. Some modern writers even described them rearing up and breaking like surfing waves [sic]&lt;br /&gt;
:Of course, in 2004 and 2011, it was made clear to everyone that a tsunami is more like a rapid, turbulent, inrushing tide - exactly what historical accounts describe.&lt;br /&gt;
&lt;br /&gt;
:[Water begins to rush in. Etymology-man keeps his pedantic pose.]&lt;br /&gt;
:Etymology-man: Maybe those writing about Lisbon in 1755 used &amp;quot;tidal wave&amp;quot; not out of scientific confusion, but because it described the wave's form &amp;amp;mdash; a description lost in our rush to expunge &amp;quot;tidal wave&amp;quot; from English.&lt;br /&gt;
&lt;br /&gt;
:[The water is now waist-deep. Etymology-man continues to drone on, but the others start to panic.]&lt;br /&gt;
:Etymology-man: &amp;quot;Tsunami&amp;quot; is now the standard, and I'm not trying to change that. But let's be a tad less giddy about correcting &amp;quot;tidal wave&amp;quot; - especially when &amp;quot;tsunami&amp;quot; just means &amp;quot;harbor wave&amp;quot;, which is hardly...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Etymology-Man]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Earthquakes]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Pedantic]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1748:_Future_Archaeology&amp;diff=348204</id>
		<title>1748: Future Archaeology</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1748:_Future_Archaeology&amp;diff=348204"/>
				<updated>2024-08-06T18:33:45Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ RW &amp;amp; RM unnecessary text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1748&lt;br /&gt;
| date      = October 19, 2016&lt;br /&gt;
| title     = Future Archaeology&lt;br /&gt;
| image     = future_archaeology.png&lt;br /&gt;
| titletext = &amp;quot;The only link we've found between the two documents is that a fragment of the Noah one mentions Aaron's brother Moses parting an ocean. Is that right?&amp;quot; &amp;quot;... yes. Yes, exactly.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This Wednesday comic is a direct continuation of the previous comic [[1747: Spider Paleontology]] from Monday about a {{w|time travel|time-traveler}} (the black floating energy Sphere) who has come back from far in to the future to see {{w|spiders}} (only known from {{w|fossils}} in their time). See [[1747: Spider Paleontology]] for a more complete explanation of this part of the joke. This [[:Category:Time traveling Sphere|series]] ended with this comic. Both comics in this series have titles of a noun followed by a field of research.&lt;br /&gt;
&lt;br /&gt;
Since [[Megan]] and [[Cueball]] now have access to the Sphere from the future, they ask if it knows who will win the election. This is a reference to the {{w|2016 United States presidential election}}, which pitted the ''very'' controversial [[Donald Trump]] against former United States First Lady, Senator, and Secretary of State {{w|Hillary Clinton}}, who was also involved in several {{w|Hillary_Clinton_email_controversy|controversies}}. This comic was released about three weeks before election day. (The election was the subject of the comic released the day before the election [[1756: I'm With Her]], in which [[Randall]] endorsed Clinton directly.)&lt;br /&gt;
&lt;br /&gt;
Sadly for Megan and Cueball, the sphere has come back from so far into the future that even spiders have gone extinct. (Whether humans also have is unclear, see discussion about this in [[1747: Spider Paleontology]]). The Sphere makes this clear by stating that its civilization hardly knows anything about our era, and they know little about our history and culture. (And by the way it only came back for the spiders, anyway). The idea is that history is filtered in similar fashion to fossils. What is contemporaneously important, like a {{w|spider web|spider's web}}, {{w|Feathered dinosaur|dinosaur feathers}} (see previous comic), or the United States presidential election may not survive. The Sphere tells them that only two written accounts have been reconstructed (note that they are not found in their entirety). And they do not know whether they even represent real events or myths. One of the two is indeed a myth, as it is about a man building a boat to survive a great flood. Megan recognizes this as being about {{w|Noah}} and his famous {{w|Noah's Ark|Ark}} from the {{w|Genesis flood narrative}}, as Cueball refers to. The other is a reference to a popular pop song.&lt;br /&gt;
&lt;br /&gt;
The joke is that, in the future, the 2000 {{w|Aaron Carter}} hip hop song &amp;quot;{{w|That's How I Beat Shaq}}&amp;quot; ([http://www.azlyrics.com/lyrics/aaroncarter/thatshowibeatshaq.html lyrics] and [https://www.youtube.com/watch?v=OfhhWA9GF0M video]) is considered as valuable a historical document when researching humans as parts of the {{w|Bible}}. While secular historians consider the story of the Flood to be mythical, they still use it to infer facts about the early history of the Middle East, simply because there are a fairly small number of texts surviving from that era. &amp;quot;That's How I Beat Shaq&amp;quot; is, likewise, a fictional story including some true elements; it's just that as long as there are abundant sources documenting life in the year 2000, there's no reason to consult the song in any historical context. Yet it is the latter story that the time traveler assumes to be a clearly religious one, while seeing the former as a relatively straightforward survival story. A further layer of humor is that &amp;quot;That's How I Beat Shaq&amp;quot; is an archetypal {{w|David and Goliath}} story&amp;amp;mdash;the story of David and Goliath of course being a Biblical one as well. &lt;br /&gt;
&lt;br /&gt;
In fact, the Spheres civilization believes Shaq ({{w|Shaquille O'Neal}}, a 2.16 m (7 ft 1 in) tall professional basketball player) to be a god, who was then defeated by Aaron, a 14-year-old (and rather small kid) at the time of the release of his single in 2001. He beats Shaq on the basketball court one on one. Megan comments that the pop song may have been mangled by the {{w|Aeon|eons}}.&lt;br /&gt;
&lt;br /&gt;
The title text expands on the joke by letting the Sphere explain that the only connection they have found between their two historical documents is via the biblical story of {{w|Moses}}. As Moses is one of God's chosen prophets and leaders, like Noah and {{w|Abraham}} before him, these two stories appear close together in the Bible, though not close together chronologically, and it would be likely that their document with the Flood story also has some parts about Moses. Moses had an older biological brother named {{w|Aaron}} and the Sphere's civilization has hastily concluded that Moses' brother and Aaron Carter are the same. According to the Bible, God {{w|parting of the Red Sea|parted the Sea of Reeds (commonly mistranslated as Red Sea)}} for Moses and the {{w|Israelites}}. This is often referred to, either erroneously or out of simplification, as Moses having parted the Red Sea. Along with Noah's Flood, this is one of the two major times in the Bible that God effects grand change on a body or bodies of water.&lt;br /&gt;
&lt;br /&gt;
This comic was published the day after the ''[[what if? (blog)|what if?]]'' article ''{{what if|152|Flood Death Valley}}'', thus referring indirectly to a new possible flood history. It was the first what if? post in almost three months, the longest break between two post during 2016 (and third longest of all time at the time of its release), and it thus seems reasonable that there should be some kind of connection between that and this comic. A later comic ([[1750: Life Goals]]) also referenced this what if? post more or less directly. In this comic, Randall managed to combine no less than four of his favorite recurring subjects with [[:Category:Time travel|time travel]], [[:Category:Spiders|spiders]], [[:Category:Politics|politics]] and [[:Category:Religion|religion]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The Sphere, a time-traveler depicted as a solid floating black energy sphere surrounded by six outwardly-curved segments (first seen in the previous comic), is floating in front of Megan and Cueball who is walking after it towards the right part of the panel. The Sphere looks like this in all panels, but in the zoom in from panel two more details can be seen. A voice emanates from the Sphere.]&lt;br /&gt;
:Megan: Since you're from the future, do you know who wins the election?&lt;br /&gt;
:Sphere: Haven't the faintest idea. Hardly any text has been recovered from your era, so we know little about your history and culture.&lt;br /&gt;
:Sphere: &amp;lt;small&amp;gt;We're mostly here for the spiders, anyway. &amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[A close-up of the Sphere, still depicted as a black sphere, but not perfectly round at this zoom level and also clearly with some white dots in the dark area. It is still surrounded by six narrow rays with irregular dots between the rays.]&lt;br /&gt;
:Sphere: There are only two written accounts we've reconstructed.&lt;br /&gt;
:Sphere: We don't know whether they describe real events or myths.&lt;br /&gt;
&lt;br /&gt;
:[The Sphere is now on the left side of Megan and Cueball who has stopped walking and has turned to look at the Sphere.]&lt;br /&gt;
:Sphere: One is a story about a man who built a boat to survive a great flood.&lt;br /&gt;
:Megan: Oh yeah. Noah.&lt;br /&gt;
:Cueball: We do like our flood narratives.&lt;br /&gt;
&lt;br /&gt;
:[The Sphere has drifted further away from Megan and Cueball.]&lt;br /&gt;
:Sphere: The other is an account of how a man named Aaron Carter defeated a god named Shaq.&lt;br /&gt;
:Megan: That one may have been mangled a bit by the eons.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Time traveling Sphere]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!-- Arron and Shaq --&amp;gt;&lt;br /&gt;
[[Category:Time travel]]&lt;br /&gt;
[[Category:Spiders]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Religion]]&lt;br /&gt;
[[Category:Basketball]] &amp;lt;!-- Shaq --&amp;gt;&lt;br /&gt;
[[Category:Songs]]  &amp;lt;!-- Arron --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2919:_Sitting_in_a_Tree&amp;diff=340128</id>
		<title>2919: Sitting in a Tree</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2919:_Sitting_in_a_Tree&amp;diff=340128"/>
				<updated>2024-04-19T17:56:22Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ +788 connection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2919&lt;br /&gt;
| date      = April 12, 2024&lt;br /&gt;
| title     = Sitting in a Tree&lt;br /&gt;
| image     = sitting_in_a_tree_2x.png&lt;br /&gt;
| imagesize = 591x320px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = First comes blood / Then we perish / Then comes Death in his Eternity Carriage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PAIR OF BOTS SITTING IN A TREE E-D-I-T-I-N-G - ♫First come comments, ♫Then these made neat, ♫But ONLY when it's accurate, then the tag you should delete!♫}}&lt;br /&gt;
&lt;br /&gt;
“[Name] and [name], sitting in a tree, K-I-S-S-I-N-G” is the start of a common US schoolyard taunt to tease others about their alleged romance. As the comic notes, the rhyme can use a range of normal seven-letter {{w|gerund}}s - nouns made by ending a verb in “ing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Like other schoolyard taunts, the goal may be to elicit a reaction of frustration, anger or embarrassment. It may also just be chanted at a random set of two kids, such as part of a {{w|counting-out game}}.&lt;br /&gt;
&lt;br /&gt;
This comic lists a diverse group of eighteen seven-letter gerunds which Cueball and Megan could be accused of performing in a tree, and organizes them into three categories: Normal, Slightly Worrying and Very Alarming. Each list of gerunds has an illustration of its last one: kissing, ironing and smiting, respectively.&lt;br /&gt;
&lt;br /&gt;
Normal:&lt;br /&gt;
:'''{{w|Reading}}'''&lt;br /&gt;
:'''{{w|Singing}}'''&lt;br /&gt;
:'''{{w|Playing}}'''&lt;br /&gt;
:'''{{w|Sharing}}'''&lt;br /&gt;
:'''{{w|Hugging}}'''&lt;br /&gt;
:'''{{w|Kissing}}''' is the activity illustrated in the panel.&lt;br /&gt;
&lt;br /&gt;
Slightly worrying:&lt;br /&gt;
:'''{{w|Sobbing}}''' is an act of weeping heavily, e.g. due to a setback in one's relationship, or perhaps due to being stuck up a tree.&lt;br /&gt;
:'''{{w|Itching}}''' is feeling a sensation on one's skin that makes one want to scratch or rub it, and may happen due to mosquito bites or other bugs, or perhaps an allergic reaction to tree bark.&lt;br /&gt;
:'''{{w|Pruning}}''' is cutting off the branches of a tree, which is very dangerous if one is sitting on said branch.{{Citation needed}}&lt;br /&gt;
:'''{{w|Banking}}''' is conducting financial business with a bank, or if one works for the financial institution, conducting financial business with a customer cohort.&lt;br /&gt;
:'''{{w|Post#Communications|Posting}}''' is to publish posts on social media. An antiquated definition is to send {{w|mail}} using a postal service.&lt;br /&gt;
:'''{{w|Ironing}}''' is smoothing clothes with an iron and a flat surface, like an ironing board. This is the activity illustrated in the panel.&lt;br /&gt;
&lt;br /&gt;
Very alarming:&lt;br /&gt;
:'''{{w|Molting}}''' is shedding one's skin. Many insects molt in trees, such as cicadas, grasshoppers, and termites.&lt;br /&gt;
:'''{{w|Whaling}}''' is hunting whales, which has been outlawed in the US since the 1980s. Whales aren't usually found in trees.&amp;lt;sup&amp;gt;[''{{w|List of cetaceans|cetacean needed}}'']&amp;lt;/sup&amp;gt; And since the letter 'W' is three syllables when sung aloud, this is the only gerund in the comic that doesn't have the standard seven syllables of the traditional taunt.&lt;br /&gt;
:'''{{w|E-filing}}''' is submitting one's tax returns online, common in the US. This comic was published a few days before the US tax deadline. E-filing could quite reasonably be done from a tree using a laptop or other portable computing device.&lt;br /&gt;
:'''{{w|Melting}}''' is turning from a solid state to a liquid state, which is usually fatal. It wouldn't be odd for a snowman in a tree to melt.&lt;br /&gt;
:'''{{w|Radiography|X-raying}}''' is using {{w|X-ray}} radiation to image someone or something for medical or security purposes, not normally conducted in trees. With enough radiation, the X-rays could be fatal.&lt;br /&gt;
:'''{{wiktionary|smite#English|Smiting}}''' is striking down, destroying or killing, often with divine power called from a god. This is the activity illustrated in the panel.&lt;br /&gt;
&lt;br /&gt;
The title text continues the S-M-I-T-I-N-G version of the chant with a parody of the traditional {{w|Children's song#Game songs|next verses}}, &amp;quot;...first comes love, then comes marriage, then comes baby in a baby carriage&amp;quot; (which reflects the common social expectations that any kissers might follow the path of). Instead, the parody appears to be a dark prophecy about the grim ramifications of smiting directed by the tree-ensconced kids:&lt;br /&gt;
# blood&lt;br /&gt;
# the {{w|Mass fatality incident|mass fatality}} of the taunt singers&lt;br /&gt;
# the vehicular arrival of a {{w|Death (personification)|personified Death}}.&lt;br /&gt;
&lt;br /&gt;
It might indeed be alarming to hear schoolkids singing about their own bloody death from divine judgment, channeled by their tree-ensconced peers. It might not be out of place if the kids are all part of a death cult, and the children in the tree are believed to have the power to direct divine punishment.&lt;br /&gt;
&lt;br /&gt;
The last line may be an allusion to the Emily Dickinson poem &amp;quot;[https://www.poetryfoundation.org/poems/47652/because-i-could-not-stop-for-death-479 Because I Could Not Stop For Death]&amp;quot;, which refers both to Death riding in a carriage and to eternity. The comic was posted in April, National Poetry Month. Munroe also referenced &amp;quot;Because I Could Not Stop For Death&amp;quot; in [[788: The Carriage]]. &lt;br /&gt;
&lt;br /&gt;
The combination of &amp;quot;Death&amp;quot; from the title text and &amp;quot;E-Filing&amp;quot; is similar to the &amp;quot;{{w|Death and taxes (idiom)|Death and Taxes}}&amp;quot; idiom.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Three children are singing. A kid with a bowl cut and a young Hairy are pointing with their fingers, while Jill stands in the middle. A pair of connected eighth notes and a detached eighth note are shown.]&lt;br /&gt;
:Kid with a bowl cut, Jill and Hairy: [Name] and [Name], sitting in a tree...&lt;br /&gt;
&lt;br /&gt;
:[Label above the panel:]&lt;br /&gt;
:Normal&lt;br /&gt;
:[Cueball and Megan are sitting on a tree branch holding hands and kissing, with a heart above them.]&lt;br /&gt;
:R-E-A-D-I-N-G&lt;br /&gt;
:S-I-N-G-I-N-G&lt;br /&gt;
:P-L-A-Y-I-N-G&lt;br /&gt;
:S-H-A-R-I-N-G&lt;br /&gt;
:H-U-G-G-I-N-G&lt;br /&gt;
:K-I-S-S-I-N-G&lt;br /&gt;
&lt;br /&gt;
:[Label above the panel:]&lt;br /&gt;
:Slightly worrying&lt;br /&gt;
:[Cueball and Megan are sitting on a tree branch each ironing a cloth on an ironing board, with steam arising from the irons.]&lt;br /&gt;
:S-O-B-B-I-N-G&lt;br /&gt;
:I-T-C-H-I-N-G&lt;br /&gt;
:P-R-U-N-I-N-G&lt;br /&gt;
:B-A-N-K-I-N-G&lt;br /&gt;
:P-O-S-T-I-N-G&lt;br /&gt;
:I-R-O-N-I-N-G&lt;br /&gt;
&lt;br /&gt;
:[Label above the panel:]&lt;br /&gt;
:Very alarming&lt;br /&gt;
:[Cueball and Megan, her hair being {{tvtropes|MadnessMakeover|uncharacteristically wild}}, sitting on a tree branch smiting with glowing hands, with two falling fireballs and fire below them. Cueball's hands are raised up, while Megan has her left hand up and her right hand pointing to her right.]&lt;br /&gt;
:M-O-L-T-I-N-G&lt;br /&gt;
:W-H-A-L-I-N-G&lt;br /&gt;
:E-F-I-L-I-N-G&lt;br /&gt;
:M-E-L-T-I-N-G&lt;br /&gt;
:X-R-A-Y-I-N-G&lt;br /&gt;
:S-M-I-T-I-N-G&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Jill]]&lt;br /&gt;
[[Category:Kids]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Romance]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2896:_Crossword_Constructors&amp;diff=335397</id>
		<title>2896: Crossword Constructors</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2896:_Crossword_Constructors&amp;diff=335397"/>
				<updated>2024-02-20T19:29:20Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ +wikilinks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2896&lt;br /&gt;
| date      = February 19, 2024&lt;br /&gt;
| title     = Crossword Constructors&lt;br /&gt;
| image     = crossword_constructors_2x.png&lt;br /&gt;
| imagesize = 285x388px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Also, we would really appreciate it if you could prominently refer to it as an 'eHit'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a THREE-LETTER WORD THAT STARTS WITH B - Add meanings of words given, if any. Also check whether any of these words are albums or songs already. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is inspired by a common situation when people try to make crossword puzzles. Here, [[Cueball]], [[Hairbun]], and [[White Hat]] are {{w|crossword puzzle}} constructors, but some of the words they would like to use would result in awkward sequences of letters crossing them which are not English words or familiar names, such as &amp;quot;aete&amp;quot;, &amp;quot;eni&amp;quot;, etc. However, they have an idea to write a letter to persuade prominent singers ({{w|Taylor Swift}}, {{w|Ed Sheeran}}, {{w|Nicki Minaj}}, {{w|Ariana Grande}} and {{w|The Weeknd}}) to choose these awkward sequences of letters as titles of their future albums, thereby letting Cueball, Hairbun, and White Hat write clues about those albums and use those letter sequences as answers.   &lt;br /&gt;
&lt;br /&gt;
The particular sequences of letters that are selected are notable for their exclusive usage of the most common English letters. They also all begin and end with a vowel. These are two features that are common in &amp;quot;crosswordese&amp;quot;, i.e. words which appear significantly more often in crosswords than in reality. Examples of crosswordese that are actually used include the words &amp;quot;{{w|OREO}}&amp;quot;, &amp;quot;{{w|Épée|EPEE}}&amp;quot;, and &amp;quot;{{w|Yoko Ono|ONO}}&amp;quot;. However, none of these words are actual common English words {{cn}} and are unlikely to be album names (especially when taking {{w|Ed Sheeran discography|Ed’s albums}} into consideration).&lt;br /&gt;
&lt;br /&gt;
The title text lists another sequence of awkward letters, &amp;quot;ehit&amp;quot;. Thus, Cueball, Hairbun, and White Hat ask these singers to refer their hits (popular songs) as &amp;quot;eHit&amp;quot;s, adding the &amp;quot;e&amp;quot; for electronic such as in e-mail and e-dating. This is also a reference to common crossword entries like &amp;quot;E-TAIL&amp;quot; or &amp;quot;E-MAG&amp;quot; which are often criticized for using the prefix &amp;quot;E&amp;quot; to create words that no one really uses.&lt;br /&gt;
&lt;br /&gt;
===Possible unintended meanings of words===&lt;br /&gt;
*aete: {{w|Apple_event#Object_Model|AppleEvent Terminology Extension}}&lt;br /&gt;
*eni: {{w|Eni|Eni S.p.A.}}, Italian multinational energy company; the name of an {{W|Eniola_Aluko|England footballer}}&lt;br /&gt;
*oreta: ''{{w|Oreta}}'', moth genus in family {{w|Drepanidae}}&lt;br /&gt;
*aroe: {{w|Aroe}} may refer to: The Aru Islands Regency, islands in eastern Indonesia; Aroe, an alternative name for Aroi, Patras, in western Greece&lt;br /&gt;
*oine: {{w|Kusumoto Ine}}, also known as O-Ine, Japanese physician&lt;br /&gt;
*aen: {{w|AEN}} may refer to: Acute esophageal necrosis, a rare esophageal disorder; and more&lt;br /&gt;
*enta: ''[[wikt:enta|enta]]'' (French verb) third-person singular past historic of ''[[wikt:enter#French|enter]]'' (to graft, to implant)&lt;br /&gt;
*aerae: ''[[wikt:aerae|aerae]]'' (Latin noun) genitive/dative singular and nominative plural of ''[[wikt:aera#Latin|aera]]'' (era)&lt;br /&gt;
&lt;br /&gt;
''{{w|Enta da Stage}}'' is the debut album by American East Coast hip hop group Black Moon.&amp;lt;br/&amp;gt;&lt;br /&gt;
''öine'' means nocturnal/nightly in Estonian, and features in the titles of a number of albums by artists from that country.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting in an office chair at a table and typing on his laptop, with small movement lines above his hands indicating typing. White Hat and Hairbun are standing behind him and looking at what he writes. The text he writes can be seen above them. The list of words at the end are written in two columns with four words in each. Here below, the second column of words is written below the first:]&lt;br /&gt;
:Dear Ms. Swift, Mr. Sheeran, Ms. Minaj, Ms. Grande, and Mr. Weeknd,&lt;br /&gt;
:We are a group of crossword puzzle constructors, and we would like to suggest some titles for your future albums:&lt;br /&gt;
:*Aete&lt;br /&gt;
:*Eni&lt;br /&gt;
:*Oreta&lt;br /&gt;
:*Aroe&lt;br /&gt;
:*Oine&lt;br /&gt;
:*Aen&lt;br /&gt;
:*Enta&lt;br /&gt;
:*Aerae&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Music]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2892:_Banana_Prices&amp;diff=335396</id>
		<title>2892: Banana Prices</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2892:_Banana_Prices&amp;diff=335396"/>
				<updated>2024-02-20T19:25:37Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ better grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2892&lt;br /&gt;
| date      = February 9, 2024&lt;br /&gt;
| title     = Banana Prices&lt;br /&gt;
| image     = banana_prices_2x.png&lt;br /&gt;
| imagesize = 564x378px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's a linear extrapolation, Michael. How big could the error be? 10%?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a MANDALORIAN BANANA GRABBER - Please change this comment when editing this page.}}&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Nl_Qyk9DSUw ‘It’s one banana, Michael. What could it cost, $10?'] is a line from an {{w|Arrested Development}} episode (Season 1, Episode 6, &amp;quot;Charity Drive&amp;quot;, 2003) that became a well-known meme used to mock out-of-touch elites. The character who spoke this line (Lucille Bluth, a wealthy socialite) made a satirically high estimate for the price of a banana because she had never bought her own groceries. According to the graph, the banana price at the time of that episode was actually just under 25 cents, and the price at the time of this comic’s publication (2024) is around 30 cents.&lt;br /&gt;
&lt;br /&gt;
The comic is a wry observation that the irony of this sitcom line will &amp;quot;probably&amp;quot; be anachronistically meaningless in a century or so, presenting three predictions of banana prices over the next 250 years that each extrapolate from the current 2024 price using different long-term inflation rates. &lt;br /&gt;
&lt;br /&gt;
The three extrapolations use (1) the general inflation rate (a value dominated by the cost of housing), (2) the inflation rate for fresh fruit, and (3) 45 years of historic banana prices. Those models present the joke becoming reality around 2140, 2170 and 2250, respectively.&lt;br /&gt;
&lt;br /&gt;
The caption’s claim that banana prices could exceed $10 in a century are based on the fastest rising extrapolation, the one for “general inflation.” This extrapolation predicts a banana’s price to rise from 30 cents to $10 in approximately 115 years. This 115-year increase corresponds to an average long-term inflation rate of about 3.2%, close to the historic US average.&lt;br /&gt;
&lt;br /&gt;
The reference to &amp;quot;BLS/St. Louis FRED&amp;quot; refers to The {{w|Bureau of Labor Statistics}} and {{w|St. Louis Fed Financial Stress Index|St Louis FRED}}, widely respected sources of economic data. The Federal Reserve Bank of St. Louis maintains the FRED database; FRED stands for Federal Reserve Economic Data.&lt;br /&gt;
&lt;br /&gt;
The title text continues the ignorant tone of Lucille Bluth to make two jokes.&lt;br /&gt;
# A satirical guess of 10% error. The humor is that the three predictions themselves (from 115 years to 220 years) predict wildly different years of a $10 banana. Economic extrapolation into the distant future is at most an educated guess, with an expected error far in excess of 10%. Guessing such small errors in such speculative projections is just as clueless as guessing that individual bananas cost so much. &lt;br /&gt;
# An ignorant reference to these as “linear extrapolations.” While they look linear, they are actually ''exponential'' extrapolations. The graph is log-linear, with price as a logarithmic scale on the vertical (left) axis, which makes it possible to visualize the exponential growth extrapolation as a straight line. In other words, an extrapolation line on a graph with a logarithmic scale is actually exponential. &lt;br /&gt;
&lt;br /&gt;
It’s not typical to plot commodity prices on a log-scale, but maybe Randall did this to allow himself to make this subtle “linear extrapolation” joke.&lt;br /&gt;
&lt;br /&gt;
This comic uses several common xkcd themes:&lt;br /&gt;
* '''Log scales''' and their peculiarities are a recurring xkcd theme, and this is the second comic in a row to play with logarithms (the prior one being [[2891: Log Cabin]]). &lt;br /&gt;
* It's also the second comic in the last four to involve '''predictions across centuries''' (i.e. [[2889: Greenhouse Effect]]). &lt;br /&gt;
* '''Extrapolation''' is also a theme in [[605: Extrapolating]] and [[1007: Sustainable]]. &lt;br /&gt;
&lt;br /&gt;
===Discussion of price references in fiction===&lt;br /&gt;
It's common for fictional works to avoid mentioning actual prices or amounts of money. One reason is that presenting an actual amount risks the work becoming dated by inflation. A price that's presented as surprisingly high can lose its impact as the value of money changes, making it difficult for a punchline or a dramatic moment to land. In this case, however, the number is so exaggerated (being around 40 times higher than the actual price of a banana), that it's unlikely for inflation to impact the joke in the immediate future. Twenty years after the episode first aired, the joke works just as well as it did. &lt;br /&gt;
&lt;br /&gt;
While the graph is about ordinary bananas, technically Lucille may have been guessing the price of frozen and chocolate-dipped bananas, which sold for $1 to $4 in the early 2000s. The only thing this changes is the interpretation of her estimate as perhaps being slightly less out-of-touch&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;
:[A graph with the x-axis showing time, from the years 1950 to around 2275. The y-axis is a log scale showing the price of a banana from $0.10 to over $10.00. A label called &amp;quot;Price of a banana (BLS/St. Louis ''Fred''[https://fred.stlouisfed.org/])&amp;quot; show a rising trend in the price of a banana. There are two dots on that trend. One is labeled &amp;quot;Episode airs&amp;quot; and the other one &amp;quot;Now&amp;quot;. 3 extrapolations shown as dashed lines labeled &amp;quot;General inflation rate&amp;quot;, &amp;quot;Fresh fruit price trend&amp;quot; and &amp;quot;Banana price trend&amp;quot; extend until reaching the $10 mark, indicated by 3 dots.]&lt;br /&gt;
&lt;br /&gt;
:[Caption above the graph:] &amp;quot;It's one banana, Michael. What could it cost? $10?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:] That line probably has another century or so left.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Line graphs]]&lt;br /&gt;
[[Category:Timelines]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Extrapolation]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2892:_Banana_Prices&amp;diff=334740</id>
		<title>2892: Banana Prices</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2892:_Banana_Prices&amp;diff=334740"/>
				<updated>2024-02-09T22:13:44Z</updated>
		
		<summary type="html">&lt;p&gt;Hatman31: /* Explanation */ Add reference to 605&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2892&lt;br /&gt;
| date      = February 9, 2024&lt;br /&gt;
| title     = Banana Prices&lt;br /&gt;
| image     = banana_prices_2x.png&lt;br /&gt;
| imagesize = 564x378px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's a linear extrapolation, Michael. How big could the error be? 10%?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an IMPERIAL BANANA THERMAL DETONATOR - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Nl_Qyk9DSUw ‘It’s one banana, Michael. What could it cost, $10?'] is a line from an {{w|Arrested Development}} episode (Season 1, Episode 6, &amp;quot;Charity Drive&amp;quot;, 2003) that became well known as a meme used to mock out-of-touch elites. The character who spoke this line -- Lucille Bluth, a rich socialite -- didn't know whether a banana cost $10 in 2003 because she never did any grocery shopping &amp;quot;because we have people for that.&amp;quot;  According to the graph, the banana price at the time of that episode was actually just under 25 cents.&lt;br /&gt;
&lt;br /&gt;
'''This comic illustrates a whole suite of ways to violate statistical best practices and to 'lie with data.' And the additional use of an &amp;quot;unreliable narrator&amp;quot; device gives this comic several layers of meaning.'''&lt;br /&gt;
&lt;br /&gt;
To initially mislead the reader and to ultimately demonstrate how easy it is to be fooled by various methods of 'lying with data,' Randall impressively combines several statistical 'sins' in one graph, such as:&lt;br /&gt;
* false precision&lt;br /&gt;
* extrapolating an order of magnitude deeper into the future than is advisable&lt;br /&gt;
* referring to a logarithmic extrapolation as linear&lt;br /&gt;
* ignoring historical norms and high variability in making future predictions&lt;br /&gt;
* logarithmic scales when they're inappropriate and misleading&lt;br /&gt;
* articulating multiple potential scenarios that are actually highly correlated with each other.&lt;br /&gt;
&lt;br /&gt;
At first, the comic looks like a wry observation that the irony of this sitcom line will be obsolete in a century or two. This comic shows a graph of three, different, projected, future prices for bananas over the next 250 years. One extrapolates from the current inflation rate in general. Another uses the more specific inflation rate for fresh fruit, which is made from less data but is more relevant than a general rate dominated by the cost of housing. The final line is a &amp;quot;linear&amp;quot; extrapolation from 50 years of historic banana prices. The comic seems to say that it will take a century or two before the irony of the sitcom quote becomes anachronistically meaningless. This prediction depends on these particular extrapolations being accurate.&lt;br /&gt;
&lt;br /&gt;
(While these extrapolations look linear, they are in fact logarithmic, since a linear extrapolation on a graph with a logarithmic scale is actually a logarithmic extrapolation. The graph is drawn to a logarithmic vertical scale on the vertical (left) axis, which makes it possible to visualize exponential price-rise as the dotted line.)&lt;br /&gt;
&lt;br /&gt;
Upon closer inspection though, it's apparent that the graph-maker-cum-caption-writer is making some absurd assumptions about inflation continuing at its current level of about 3.5%. The caption writer, in this case, is an unreliable narrator who is ''also'' humorously out-of-touch like Lucille Bluth, but in a different way. If inflation returns to its recent historic norm of 1%, then it will actually take 300 years for the price of a banana to rise past $10. But as recently as 2022 the rate of inflation was as high as 6% in the US, a rate at which the banana would reach $10 in a mere 60 years (if it were sustained for 60 years). Even a short period of high inflation would be equivalent to a long period of low inflation. Simply assuming a constant 3% inflation rate for the next 100 years -- despite historical evidence -- is extremely simplistic.&lt;br /&gt;
&lt;br /&gt;
Another, more subtle, illustration of false precision is the graph's use of three different assumptions for the extrapolation of banana prices. At first glance, using three different trend lines seems to show a &amp;quot;range&amp;quot; of potential scenarios and acknowledge the prediction's uncertainty. However, all three underlying trends are correlated: general inflation is highly correlated to fruit price inflation and banana price inflation. Using three different trends that are all highly correlated is scant better than using just one.&lt;br /&gt;
&lt;br /&gt;
An additional example of &amp;quot;lying with data&amp;quot; is the use of a logarithmic graph for economic data. It's highly unusual to graph economic data logarithmically, as economic variables rarely show exponential change over time -- and even when they do, it's easier to show that change on a normal linear graph. If this same set of extrapolations were shown on a linear graph, the absurdly accelerating slope of the extrapolations would give away how ridiculous these extrapolations are.&lt;br /&gt;
&lt;br /&gt;
(The main exception is financial market analysis, in which some traders like to use logarithmic graphs as one of many tools to perceive and predict hidden price trends that don’t show up in normally scaled charts.) &lt;br /&gt;
&lt;br /&gt;
Finally, the reference to &amp;quot;BLS/St. Louis Fred&amp;quot; -- a widely respected source of economic data -- appears to lend credibility to the graph, but the only data that is truly credible is the historic price data. It's one more example -- citing respected sources -- of a way to fool unsuspecting readers into giving a prediction more credibility than it deserves.&lt;br /&gt;
&lt;br /&gt;
The title text is a wink from Randall about this unreliable narrator by using the ignorant tone of Lucille Bluth to wryly acknowledge that, in fact, that error of the extrapolations greatly exceeds 10%. Just as Lucille was very wrong about a $10 banana (a price threshold), so too is the Lucille of the title text very wrong about the 10% error (a proportional change). It does so in the form of a meta-joke about the false precision of extrapolations, while continuing the theme of the speaker's extreme ignorance. Assuming that the error couldn't be more than 10% shows that the Lucille speaker continues to be hilariously off-base, presuming far more accuracy from a multi-century prediction than is warranted.&lt;br /&gt;
&lt;br /&gt;
Besides the inflation example, another way the extrapolation could be wrong was if -- in the next 100 years -- there were a massive banana crash or extinction {{w|Banana#Pests, diseases, and natural disasters|as has happened}} {{w|Gros Michel banana|before}} due to the banana's lack of genetic diversity, in which case the sharply reduced supply of bananas could send the price past $10 very quickly. &lt;br /&gt;
&lt;br /&gt;
Overall, the comic is a clever commentary about the false precision of extrapolation and how easy it is to be fooled by it, illustrating its point by initially misleading the reader with its own false precision, and wrapping it all in a pop-culture reference. Any economic extrapolation into the distant future based on past data points is just an educated guess likely to be quite wrong, with an expected error far in excess of 10%. (A rare example of a field in which 75-year predictions are highly accurate is demographic age charts, since the number of babies born this year is causal of the # of 75-year-olds alive in 75 years.)&lt;br /&gt;
&lt;br /&gt;
Log scales and their peculiarities are a recurring xkcd theme, and this is the second comic in a row to play with logarithms (the prior one being [[2891: Log Cabin]]). It's also the second comic in the last four to involve predictions across centuries (i.e. [[2889: Greenhouse Effect]]). Another comic whose subject is extrapolation is [[605: Extrapolating]].&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;
:[A graph with the x-axis showing time, from the years 1950 to around 2275. The y-axis is a log scale showing the price of a banana from $0.10 to over $10.00. A label called &amp;quot;Price of a banana (BLS/St. Louis ''Fred''[https://fred.stlouisfed.org/])&amp;quot; show a rising trend in the price of a banana. There are two dots on that trend. One is labeled &amp;quot;Episode airs&amp;quot; and the other one &amp;quot;Now&amp;quot;. 3 extrapolations shown as dashed lines labeled &amp;quot;General inflation rate&amp;quot;, &amp;quot;Fresh fruit price trend&amp;quot; and &amp;quot;Banana price trend&amp;quot; extend until reaching the $10 mark, indicated by 3 dots.]&lt;br /&gt;
&lt;br /&gt;
:[Caption above the graph:] &amp;quot;It's one banana, Michael. What could it cost? $10?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:] That line probably has another century or so left.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Line graphs]]&lt;br /&gt;
[[Category:Timelines]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Extrapolation]]&lt;/div&gt;</summary>
		<author><name>Hatman31</name></author>	</entry>

	</feed>