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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=221:_Random_Number&amp;diff=49404</id>
		<title>221: Random Number</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=221:_Random_Number&amp;diff=49404"/>
				<updated>2013-09-23T21:35:23Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 221&lt;br /&gt;
| date      = February 9, 2007&lt;br /&gt;
| title     = Random Number&lt;br /&gt;
| image     = random_number.png&lt;br /&gt;
| titletext = &amp;lt;nowiki&amp;gt;RFC 1149.5&amp;lt;/nowiki&amp;gt; specifies 4 as the standard IEEE-vetted random number.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic specifies a function (in a {{w|C (programming language)|C-like}} syntax), which should return a random number. Most functions of this form are random number ''generators'', implying that they return on subsequent calls ''different'' numbers. But the programmer has instead created a function that just returns always the same ''random'' number; random, because it was chosen by rolling a die as the comment documented. This function is essentially worthless, as it could simply be replaced by a &amp;quot;4&amp;quot; wherever it is used. And in fact, most modern compilers would do this automatically.&lt;br /&gt;
&lt;br /&gt;
The comic also has a philosophical bent, by showcasing the limits of knowledge for an external observer. Someone who is calling this function, but unable to see its source code, will never be able to tell with 100% confidence whether the function is flawed. Even if she runs the function 10 times, and it always returns 4, there is always the possibility that it could be a fluke. As she runs the function more and more times, she can develop more confidence in the theory that the function is faulty. But unless she breaks the barrier and examines the source code itself, she will never be able to declare the function to be faulty with 100% confidence.&lt;br /&gt;
&lt;br /&gt;
Despite the extreme example given, this is actually a practical problem which likely exists in the real world. If the function was more sophisticated but still had a 5% bias towards one number under certain circumstances, this would be extremely hard to notice &amp;amp; prove. More likely, the API users would continue to believe that the RNG is working as intended, without realizing the flaw inherent in it; anyone who grumbles about seeing 4 very frequently may even be accused of not understanding the non-uniform nature of randomness. Given the extremely large number of APIs &amp;amp; libraries present, and that not all of them are fully examined &amp;amp; understood by 3rd party experts, such flaws are likely present in our world as well. These flaws may even have been purposely introduced by a malicious agent or entity seeking to exploit them. &lt;br /&gt;
&lt;br /&gt;
The {{w|IEEE}} is the organization responsible for maintaining a number of computer standards. An RFC, or {{w|Request for Comments}}, is a formal document put out to computing experts by {{w|IETF}} in the hopes of becoming a future standard. However, RFC 1149 was an {{w|April Fools' Day Request for Comments|April Fools' joke}}, defining how carrier pigeons have to be used to transmit Internet packets. Ironically, although the RFC was written in 1990, a homing pigeon with a couple microSD cards tied to its leg might well be faster than your typical consumer Internet connection in the US today. The &amp;lt;nowiki&amp;gt;RFC 1149.5&amp;lt;/nowiki&amp;gt; simply does not exist.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
 int getRandomNumber()&lt;br /&gt;
 {&lt;br /&gt;
     return 4;     //chosen by fair dice roll.&lt;br /&gt;
                   //guaranteed to be random.&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1261:_Shake_That&amp;diff=49395</id>
		<title>1261: Shake That</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1261:_Shake_That&amp;diff=49395"/>
				<updated>2013-09-23T20:15:46Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Edited out unnecessary details. I think people can understand that 2+2=4, without a lecture about calculus. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1261&lt;br /&gt;
| date      = September 6, 2013&lt;br /&gt;
| title     = Shake That&lt;br /&gt;
| image     = shake that.png&lt;br /&gt;
| titletext = How do I work it? IT'S ALREADY WORKING!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Visiting a club, [[Megan]] is exhorted by a phrase used in several songs, to &amp;quot;shake what your mama gave you&amp;quot;, a crude euphemism typically used to encourage shaking one's body parts (referring to any of the sexually appealing anatomical parts of the dancer). Taking this exhortation extremely literally, Megan proceeds to locate a mug presumably given to her by her &amp;quot;mama&amp;quot; labeled &amp;quot;World's greatest daughter&amp;quot; and shakes it.&lt;br /&gt;
&lt;br /&gt;
The line &amp;quot;shake what your mama gave ya&amp;quot; has been used since 1992 when it was the title of a song by {{w|Poison Clan}}, a southern hip-hop group that was influential from 1990-1995. Another version by Stik-E &amp;amp; Da Hoodz was released a year later on Phat Wax records. The line gained a wider audience when it was sampled by {{w|Fatboy Slim}} in the similarly titled &amp;quot;Ya Mama&amp;quot; on his 2000 album ''{{w|Halfway Between the Gutter and the Stars}}''. More recently the line was featured in the {{w|Lil Jon}} single &amp;quot;Stick That Thang Out&amp;quot;. In fitting with the general thematic composition of such a song, a large part of which revolves around either goading a woman to, or describing one who is dancing seductively in a nightclub - this line asks a girl to sway her hips, buttocks, or breasts.&lt;br /&gt;
&lt;br /&gt;
The title text refers to another lyrical cliche, &amp;quot;work it&amp;quot;, which typically refers to &amp;quot;working&amp;quot; one's body; again, generally seductively. The action may be considered work either from the point of mechanical work, or as a reference to a professional dancer. This naturally leads Megan to further confusion (as indicated by the title text) when taken literally, as she responds &amp;quot;it's already working!&amp;quot; It is not entirely clear if she is again referring to the mug, or simply another generic object not displayed in the comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan stands in a disco, surrounded by dancing figures. She looks confused.]&lt;br /&gt;
:PA system: Shake what your mama gave you&lt;br /&gt;
:Megan: ???&lt;br /&gt;
:[Megan walks out of the club door.]&lt;br /&gt;
:[We see a mug on a table, labelled &amp;quot;World's Greatest Daughter&amp;quot;.]&lt;br /&gt;
:[Megan shakes the mug.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Music]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1261:_Shake_That&amp;diff=49393</id>
		<title>Talk:1261: Shake That</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1261:_Shake_That&amp;diff=49393"/>
				<updated>2013-09-23T20:12:01Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Worst xkcd Ever! [[Special:Contributions/78.55.145.25|78.55.145.25]] 08:31, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey, it's not the worst xkcd ever.  What about the early xkcd strips, where most of them were just sketches or drawings? [[User:GameZone|GameZone]] ([[User talk:GameZone|talk]]) 08:37, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Surely &amp;quot;Worst. xkcd. Ever!&amp;quot; No? Turning to the explanation, I like the phase lag explanation. Never thought of sexual exhibitionism in those terms before.--[[Special:Contributions/203.166.249.26|203.166.249.26]] 08:46, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The explanation is definitely pushing this strip up. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:30, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hugely impressed by the explanation. I would never have thought you could write so much about such a dry comic. --[[User:Mynotoar|Mynotoar]] ([[User talk:Mynotoar|talk]]) 09:34, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
This explanation makes me so happy.  Make an account, anonymous user at IP 220.224.246.97 and come collect your praise for such a great explanation! --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 15:27, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Perhaps the XKCD website was hacked? {{unsigned ip|‎88.174.225.205}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Truly stunning explanation. Come and collect your internets. [[Special:Contributions/78.105.231.184|78.105.231.184]] 20:49, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Haha, PHASE LAG cracked me up. Props for the explanation; I didn't understand the comic at all. {{unsigned ip|223.239.158.130}}&lt;br /&gt;
&lt;br /&gt;
:+++1 for the whole *phase lag* line!{{unsigned ip|92.230.220.144}}&lt;br /&gt;
&lt;br /&gt;
To the nay-sayers: &amp;quot;&amp;lt;nowiki&amp;gt;[XKCD is]&amp;lt;/nowiki&amp;gt; A webcomic of romance, sarcasm, math, and '''language'''.&amp;quot; Quit with the downers, man, and get with the groove!&lt;br /&gt;
&lt;br /&gt;
(Also, it'd probably be a general rule that, paid-for bodysculpting aside, a girls breasts and/or buttocks have a good chance of being like those of her mother.  Thus she 'gives you'(/her) that big butt (''not'' a universally desirable feature amongst womankind) or set of boobies that the DJ/MC/whoever is probably after encouraging the physical highlighting of.  But that's a boring (and only half right) detail about the explanation.  All praise to the current version, and don't add any more to it on my account.) [[Special:Contributions/31.126.86.231|31.126.86.231]] 19:17, 7 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Interpreting a &amp;quot;yo mama&amp;quot; line literally was also done in [[502: Dark Flow]]; that connection may give this one similar poignance... [[Special:Contributions/90.197.95.152|90.197.95.152]] 19:24, 7 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Female breast endowment genes don't express in men.  Therefore, although a woman's breast size will about equally correlate (on average) with her maternal grandmother as with her paternal grandmother, it is most definitely more correlated with her mother's bust size than her father's.  I'm trying to find a way to add that to the explanation too, but can't find the right pithy phrasing. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 20:20, 7 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is now my favorite description  --[[Special:Contributions/108.3.190.56|108.3.190.56]] 21:04, 8 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Moved out of main explanation, and here, since it is tangential:&lt;br /&gt;
While the line is used in a male-watching-female context, there is nothing to preclude the reverse, or indeed any alternative sexual orientation and fetishes. It is, however, an applicable one if he/she considers his/her body as something given to her by her mother. This is not entirely spurious a consideration either. Aside from the fact that each human child starts off as an egg in the mother's body, with only a small percentage (at an atomic mass accounting level) of mass inherited from the father, almost all the anabolic material responsible for conferring the birth mass of a baby is obtained through the mother - and from the nutrients she processes. Additionally, female breast size genes don't generally affect bust size in men. Therefore, although a woman's breast size will about equally correlate (on average) with her maternal grandmother as with her paternal grandmother, it is most definitely more correlated with her mother's bust size than her father's.&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1261:_Shake_That&amp;diff=49392</id>
		<title>1261: Shake That</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1261:_Shake_That&amp;diff=49392"/>
				<updated>2013-09-23T20:11:00Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Moved out of main explanation, since it is an extreme tangent */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1261&lt;br /&gt;
| date      = September 6, 2013&lt;br /&gt;
| title     = Shake That&lt;br /&gt;
| image     = shake that.png&lt;br /&gt;
| titletext = How do I work it? IT'S ALREADY WORKING!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Visiting a club, [[Megan]] is exhorted by a phrase used in several songs, to &amp;quot;shake what your mama gave you&amp;quot;, a crude euphemism typically used to encourage shaking one's body parts (referring to any of the sexually appealing anatomical parts of the dancer). Taking this exhortation extremely literally, Megan proceeds to locate a mug presumably given to her by her &amp;quot;mama&amp;quot; labeled &amp;quot;World's greatest daughter&amp;quot; and shakes it.&lt;br /&gt;
&lt;br /&gt;
The line &amp;quot;shake what your mama gave ya&amp;quot; has been used since 1992 when it was the title of a song by {{w|Poison Clan}}, a southern hip-hop group that was influential from 1990-1995. Another version by Stik-E &amp;amp; Da Hoodz was released a year later on Phat Wax records. The line gained a wider audience when it was sampled by {{w|Fatboy Slim}} in the similarly titled &amp;quot;Ya Mama&amp;quot; on his 2000 album ''{{w|Halfway Between the Gutter and the Stars}}''. More recently the line was featured in the {{w|Lil Jon}} single &amp;quot;Stick That Thang Out&amp;quot;. In fitting with the general thematic composition of such a song, a large part of which revolves around either goading a woman to, or describing one who is dancing seductively in a nightclub - this line asks a girl to dance, thereby swaying her hips &amp;amp; buttocks, or breasts, the most common male 'fetishes' - making them more conspicuous because of the phase lag with the rest of the body, which may be attributed to non-rigidity of the elastic structures in the usually dim ambiance, for purposes of her male audience's gratification (whether it be solicited or voyeuristic).&lt;br /&gt;
&lt;br /&gt;
The title text refers to another lyrical cliche, &amp;quot;work it&amp;quot;, which typically refers to &amp;quot;working&amp;quot; one's body; again, generally seductively. The action may be considered work either from the point of mechanical work, or as a reference to a professional dancer. This naturally leads Megan to further confusion (as indicated by the title text) when taken literally, as she responds &amp;quot;it's already working!&amp;quot; It is not entirely clear if she is again referring to the mug, or simply another generic object not displayed in the comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan stands in a disco, surrounded by dancing figures. She looks confused.]&lt;br /&gt;
:PA system: Shake what your mama gave you&lt;br /&gt;
:Megan: ???&lt;br /&gt;
:[Megan walks out of the club door.]&lt;br /&gt;
:[We see a mug on a table, labelled &amp;quot;World's Greatest Daughter&amp;quot;.]&lt;br /&gt;
:[Megan shakes the mug.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Music]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1265:_Juicer&amp;diff=49391</id>
		<title>1265: Juicer</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1265:_Juicer&amp;diff=49391"/>
				<updated>2013-09-23T19:58:36Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1265&lt;br /&gt;
| date      = September 16, 2013&lt;br /&gt;
| title     = Juicer&lt;br /&gt;
| image     = juicer.png&lt;br /&gt;
| titletext = But the rind is where all the vitamins are!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
;Juicing Gushers&lt;br /&gt;
Juicers are typically used to crush fruits and/or vegetables, thereby extracting the liquid juice and eliminating the task of chewing the solids. However, in this case, instead of actual fruits or vegetables, someone is making juice from {{w|Fruit_Gushers|fruit gushers}}, a chewy fruit-flavored candy, thereby extracting a nearly nutritionless artificial &amp;quot;juice&amp;quot; out of a candy casing which was formulated specifically for human consumption.&lt;br /&gt;
&lt;br /&gt;
This may or may not be a parody of recent &amp;quot;fruit gushers&amp;quot; television commercials, in which fruit gushers are shown to squirt out nearly limitless amounts of &amp;quot;juice&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text asserts that the rind is where all the {{w|Vitamin|vitamins}} in the fruit reside. This is a common belief of actual fruits, although it is an untrue {{w|Urban legend|urban legend}} for many fruits; even fruits like apples do not contain most of the {{w|fiber}} and many {{w|Antioxidant|antioxidants}} in the skin itself, but rather directly below; although when you peel an apple you remove more than just the skin, losing also that area with high fiber and antioxidant content anyway. There is a simple rule: If your thumbnail can reach the flesh of a fruit don't remove the skin. It is absolutely absurd as in this case, though, as the &amp;quot;rind&amp;quot; of a Fruit Gusher consists mainly of sugar. This text mocks the usual sentiment that the less desirable part of a food is the part that is &amp;quot;better&amp;quot; for you.&lt;br /&gt;
&lt;br /&gt;
The comic is thus also a parody of the notion that buying a juicer (or other things like exercise equipment) will automatically make people healthier. Here it is shown that what you do with the juicer is the relevant factor (for example, if one juiced solely apples every day, they would not get nearly the same nutritional benefits as someone who juiced other fruits and vegetables with more and varied nutrients).&lt;br /&gt;
&lt;br /&gt;
The comic can also be interpreted as parodying the idea of fruit juices being healthy. Though this is widely believed, [http://well.blogs.nytimes.com/2013/07/31/making-the-case-for-eating-fruit/ recent studies ][http://well.blogs.nytimes.com/2013/09/04/some-fruits-are-better-than-others/ demonstrate otherwise.]&lt;br /&gt;
&lt;br /&gt;
An alternative reading that expands on that theme is that the comic shows a juicer with three full bottles of real juice, indicating that the owner of the juice machine is making regular juice with the intention of drinking it, but not consuming juice at the rate it is produced. The comic also shows a Fruit Gusher snack, indicating the unhealthy option that the juicer owner just can't stop eating.  But the color of the juices makes the first explanation more likely.&lt;br /&gt;
&lt;br /&gt;
;Linguistic note on Hard '''g''' vs soft '''g''' and ways of pronouncing '''c'''&lt;br /&gt;
Some native English speakers may think that some non-native English speakers may think that &amp;quot;Gushers&amp;quot; /ˈgʌʃərz/ should be pronounced as &amp;quot;juicers&amp;quot; /ˈdʒusərz/. I.e., if you know enough to be dangerous about English spelling you could think that both words are pronounced /ˈdʒuʃərz/, but that's non-sense. Never the less...&lt;br /&gt;
*The plain-English word &amp;quot;gush&amp;quot; (meaning to flow rapidly) is pronounced with a hard 'g' and a 'u' as in 'flush' or 'gut.'&lt;br /&gt;
*The American television commercials for this product make it absolutely clear that &amp;quot;Gushers&amp;quot; is also pronounced with a hard 'g' and the 'u' as above.&lt;br /&gt;
*A 'g' can signify a soft-g sound (/dʒ/ as in 'gin'). However, natives know that the soft-g sound never appears in the combination &amp;quot;gu&amp;quot;.&lt;br /&gt;
*A 'u' can signify a {{w|Close_back_rounded_vowel|close back rounded vowel}}, /u/ as in 'flute,' but that is exceedingly rare when the 'u' follows a hard 'g' (gun, gull, gut, gum, Gus). &lt;br /&gt;
*The letter 'c' can be pronounced /ʃ/ as in  'ocean' /ˈoʊʃən/. The pronunciation of 'cer' as /ʃər/ is not common, except in dialectical words like &amp;quot;[http://dialect.redlog.net/staticmaps/q_36.html grocery&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[We see a shelf. On it, from left to right, are: a bag of fruit gushers; a juicer; a bottle of bright red liquid; a bottle of bright blue liquid; and another bottle of bright red liquid.]&lt;br /&gt;
:&amp;quot;Oh yeah, juicers are great! I use mine all the time.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1265:_Juicer&amp;diff=49390</id>
		<title>1265: Juicer</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1265:_Juicer&amp;diff=49390"/>
				<updated>2013-09-23T19:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1265&lt;br /&gt;
| date      = September 16, 2013&lt;br /&gt;
| title     = Juicer&lt;br /&gt;
| image     = juicer.png&lt;br /&gt;
| titletext = But the rind is where all the vitamins are!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
;Juicing Gushers&lt;br /&gt;
Juicers are typically used to crush fruits and/or vegetables, thereby extracting the liquid juice and eliminating the task of chewing the solids. However, in this case, instead of actual fruits or vegetables, someone is making juice from {{w|Fruit_Gushers|fruit gushers}}, a chewy fruit-flavored candy, thereby extracting a nearly nutritionless artificial &amp;quot;juice&amp;quot; out of a candy casing which was formulated specifically for human consumption.&lt;br /&gt;
&lt;br /&gt;
This may or may not be a parody of recent &amp;quot;fruit gushers&amp;quot; television commercials, in which fruit gushers are shown to squirt out nearly limitless amounts of &amp;quot;juice&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text asserts that the rind is where all the {{w|Vitamin|vitamins}} in the fruit reside. This is a common belief of actual fruits, although it is an untrue {{w|Urban legend|urban legend}} for many fruits; even fruits like apples do not contain most of the {{w|fiber}} and many {{w|Antioxidant|antioxidants}} in the skin itself, but rather directly below; although when you peel an apple you remove more than just the skin, losing also that area with high fiber and antioxidant content anyway. There is a simple rule: If your thumbnail can reach the flesh of a fruit don't remove the skin. It is absolutely absurd as in this case, though, as the &amp;quot;rind&amp;quot; of a Fruit Gusher consists mainly of sugar. This text mocks the usual sentiment that the less desirable part of a food is the part that is &amp;quot;better&amp;quot; for you.&lt;br /&gt;
&lt;br /&gt;
The comic is thus also a parody of the notion that buying a juicer (or other things like exercise equipment) will automatically make people healthier. Here it is shown that what you do with the juicer is the relevant factor (for example, if one juiced solely apples every day, they would not get nearly the same nutritional benefits as someone who juiced other fruits and vegetables with more and varied nutrients).&lt;br /&gt;
&lt;br /&gt;
The comic can also be interpreted as parodying the idea of fruit juices being healthy. Though this is widely believed [http://well.blogs.nytimes.com/2013/07/31/making-the-case-for-eating-fruit/ recent studies ][http://well.blogs.nytimes.com/2013/09/04/some-fruits-are-better-than-others/ demonstrate otherwise.]&lt;br /&gt;
&lt;br /&gt;
An alternative reading that expands on that theme is that the comic shows a juicer with three full bottles of real juice, indicating that the owner of the juice machine is making regular juice with the intention of drinking it, but not consuming juice at the rate it is produced. The comic also shows a Fruit Gusher snack, indicating the unhealthy option that the juicer owner just can't stop eating.  But the color of the juices makes the first explanation more likely.&lt;br /&gt;
&lt;br /&gt;
;Linguistic note on Hard '''g''' vs soft '''g''' and ways of pronouncing '''c'''&lt;br /&gt;
Some native English speakers may think that some non-native English speakers may think that &amp;quot;Gushers&amp;quot; /ˈgʌʃərz/ should be pronounced as &amp;quot;juicers&amp;quot; /ˈdʒusərz/. I.e., if you know enough to be dangerous about English spelling you could think that both words are pronounced /ˈdʒuʃərz/, but that's non-sense. Never the less...&lt;br /&gt;
*The plain-English word &amp;quot;gush&amp;quot; (meaning to flow rapidly) is pronounced with a hard 'g' and a 'u' as in 'flush' or 'gut.'&lt;br /&gt;
*The American television commercials for this product make it absolutely clear that &amp;quot;Gushers&amp;quot; is also pronounced with a hard 'g' and the 'u' as above.&lt;br /&gt;
*A 'g' can signify a soft-g sound (/dʒ/ as in 'gin'). However, natives know that the soft-g sound never appears in the combination &amp;quot;gu&amp;quot;.&lt;br /&gt;
*A 'u' can signify a {{w|Close_back_rounded_vowel|close back rounded vowel}}, /u/ as in 'flute,' but that is exceedingly rare when the 'u' follows a hard 'g' (gun, gull, gut, gum, Gus). &lt;br /&gt;
*The letter 'c' can be pronounced /ʃ/ as in  'ocean' /ˈoʊʃən/. The pronunciation of 'cer' as /ʃər/ is not common, except in dialectical words like &amp;quot;[http://dialect.redlog.net/staticmaps/q_36.html grocery&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[We see a shelf. On it, from left to right, are: a bag of fruit gushers; a juicer; a bottle of bright red liquid; a bottle of bright blue liquid; and another bottle of bright red liquid.]&lt;br /&gt;
:&amp;quot;Oh yeah, juicers are great! I use mine all the time.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=221:_Random_Number&amp;diff=49389</id>
		<title>221: Random Number</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=221:_Random_Number&amp;diff=49389"/>
				<updated>2013-09-23T19:30:40Z</updated>
		
		<summary type="html">&lt;p&gt;148.87.19.222: /* Deeper Explanation by whacks*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 221&lt;br /&gt;
| date      = February 9, 2007&lt;br /&gt;
| title     = Random Number&lt;br /&gt;
| image     = random_number.png&lt;br /&gt;
| titletext = &amp;lt;nowiki&amp;gt;RFC 1149.5&amp;lt;/nowiki&amp;gt; specifies 4 as the standard IEEE-vetted random number.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic specifies a function (in a {{w|C (programming language)|C-like}} syntax), which should return a random number. Most functions of this form are random number ''generators'', implying that they return on subsequent calls ''different'' numbers. But the programmer has instead created a function that just returns always the same ''random'' number; random, because it was chosen by rolling a die as the comment documented. This function is essentially worthless, as it could simply be replaced by a &amp;quot;4&amp;quot; wherever it is used. And in fact, most modern compilers would do this automatically.&lt;br /&gt;
&lt;br /&gt;
The comic also has a philosophical bent, by showcasing the limits of knowledge for an external observer. Someone who is calling this function, but unable to see its source code, will never be able to tell with 100% confidence whether the function is flawed. Even if she runs the function 10 times, and it always returns 4, there is always the possibility that it could be a fluke. As she runs the function more and more times, she can develop more confidence in the theory that the function is faulty. But unless she breaks the barrier and examines the source code itself, she will never be able to declare the function to be faulty with 100% confidence.&lt;br /&gt;
&lt;br /&gt;
Despite the extreme example given, this is actually a practical problem which likely exists in the real world. If the function was more sophisticated but still had a 5% bias towards one number, under certain circumstances, this would be extremely hard to notice &amp;amp; prove. More likely, the API users would continue to believe that the RNG is working as intended, without realizing the flaw inherent in it; anyone who grumbles about seeing 4 very frequently may even be accused of not understanding the non-uniform nature of randomness. Given the extremely large number of APIs &amp;amp; libraries present, and that not all of them are fully examined &amp;amp; understood by 3rd party experts, such flaws are likely present in our world as well. These flaws may even have been purposely introduced by a malicious agent or entity seeking to exploit them. &lt;br /&gt;
&lt;br /&gt;
The {{w|IEEE}} is the organization responsible for maintaining a number of computer standards. An RFC, or {{w|Request for Comments}}, is a formal document put out to computing experts by {{w|IETF}} in the hopes of becoming a future standard. However, RFC 1149 was an {{w|April Fools' Day Request for Comments|April Fools' joke}}, defining how carrier pigeons have to be used to transmit Internet packets. Ironically, although the RFC was written in 1990, a homing pigeon with a couple microSD cards tied to its leg might well be faster than your typical consumer Internet connection in the US today. The &amp;lt;nowiki&amp;gt;RFC 1149.5&amp;lt;/nowiki&amp;gt; simply does not exist.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
 int getRandomNumber()&lt;br /&gt;
 {&lt;br /&gt;
     return 4;     //chosen by fair dice roll.&lt;br /&gt;
                   //guaranteed to be random.&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>148.87.19.222</name></author>	</entry>

	</feed>