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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2445:_Checkbox&amp;diff=209458</id>
		<title>Talk:2445: Checkbox</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2445:_Checkbox&amp;diff=209458"/>
				<updated>2021-04-02T01:22:23Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
If left alone, the morse code produced spells &amp;quot;WHAT&amp;quot; (.-- .... .- -) [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 22:50, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm early enough that there isn't a summary yet, and I'm not confident enough to start one, so I'll just drop my thoughts. If you click the checkbox repeatedly, at some point it starts playing Morse code. Presumably, there are a whole lot of different sequences. So far, I've gotten .- - .-- .... (which translates to ATWS; no idea what that means) and ..... (just 5, I think). Meanwhile, the mouseover text is ... --- ..., which is SOS. Any thoughts? What other sequences are there? Or am I totally missing something? (Edit conflict. Looks like Ezist has another one.) [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 22:56, 1 April 2021 (UTC)&lt;br /&gt;
: I got something like ATWS at first, but that's just cause I misheard one of the letters, and misinterpreted where the word started/ended. [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:03, 1 April 2021 (UTC)&lt;br /&gt;
:: Oh yes, you're right - what I was hearing ''was'' just WHAT. When I put it into a translator, I must have mistyped .... (H) as ... (S). [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 23:58, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wait, sorry, I'm back. It apparently has to do with user input. No idea what I pressed to get those results lol. [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 22:57, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just a note, but a Morse code legend as well as translations of your input and the website's output are available in the console in browser DevTools. Helpful for those that don't know Morse. [[User:Toadtoad|Toadtoad]] ([[User talk:Toadtoad|talk]])&lt;br /&gt;
&lt;br /&gt;
It looks like Samuel Morse died on April 2, 1872, so that might be why this comic appears today. [[Special:Contributions/162.158.212.218|162.158.212.218]] 23:07, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Hi&amp;quot; returns [.... . .-.. .-.. --- -.-.-- / .- -. -.-- -... --- -.. -.-- / --- ..- - / - .... . .-. . ..--..] &amp;quot;HELLO! ANYBODY OUT THERE?&amp;quot; [[User:Piano|Piano]] ([[User talk:Piano|talk]]) 23:09, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
a sequence of repeating &amp;quot;T&amp;quot;, or at least more than one &amp;quot;E&amp;quot; [ - - - ] or [ . . . ] will respond back the same sequence, just one &amp;quot;E&amp;quot; will give &amp;quot;WHAT&amp;quot; [[Special:Contributions/172.68.25.253|172.68.25.253]] 23:18, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QTH&amp;quot; gives &amp;quot;QTH ARES VALLIS&amp;quot;. &amp;quot;QTH&amp;quot; is a code used to ask for position, and Ares Vallis [https://en.wikipedia.org/wiki/Ares_Vallis is a place on Mars.] [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:27, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;CHECK&amp;quot; replies &amp;quot;MATE.&amp;quot;  &amp;quot;CHECKMATE&amp;quot; and &amp;quot;MATE&amp;quot; each reply &amp;quot;WHAT.&amp;quot; [[Special:Contributions/162.158.126.146|162.158.126.146]] 23:34, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The js: has anyone tried viewing the JS? There seems to be a file that is just filled with undecipherable Morse. Can anyone interpret this? Just press f12 and look for comic.js or morse.js [[Special:Contributions/162.158.62.161|162.158.62.161]] 23:35, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried decoding it. Certainly looks like something binary encoded into text. [[Special:Contributions/162.158.183.153|162.158.183.153]] 23:36, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding onto that, what does the ';D' in .split(';D') (at the very end of morse.js) do? AFAIK it's not a special character in JS&lt;br /&gt;
&lt;br /&gt;
morse.js decodes comic.js into the following script: [https://pastebin.com/XcHV4Z5h]  (Also, pretty sure the .split(';D') is just an emoji - it results only in an array of 1 element, so no splitting really occurred.) [[Special:Contributions/108.162.219.78|108.162.219.78]] 23:52, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
running window.BeepComic.hurryUp() in console gives you immediate response in logs, without waiting for all the beeping to cease&lt;br /&gt;
&lt;br /&gt;
Ah so that's where that script comes from [[Special:Contributions/162.158.183.153|162.158.183.153]] 23:40, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
`BeepComic.send(morse.encode('sudo make me a sandwich'))` &amp;lt;-- convenience, in addition to the hurryUp --rcombs&lt;br /&gt;
&lt;br /&gt;
Does someone else get this uuid DB334AAB-92A1-11EB-8001-8C16454FB02A? [[Special:Contributions/162.158.238.228|162.158.238.228]] 23:42, 1 April 2021 (UTC)&lt;br /&gt;
: Yep, that's what I get too. [[Special:Contributions/172.68.132.239|172.68.132.239]] 00:29, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Audio does not work on Safari as of right now - however, inputting `const AudioContext = webkitAudioContext;` into the browser console before unmuting will allow audio to work on Safari. May want to note this as a 'fix' for the experience? --[[Special:Contributions/162.158.63.6|162.158.63.6]] 23:44, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
In addition to muting/unmuting, BEEP and MUTE reply CQM (I can't find a reference to what that means). [[Special:Contributions/162.158.126.146|162.158.126.146]] 23:51, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The statements at line 458 of the gist mentioned earlier seem interesting.&lt;br /&gt;
    handleAction(text) {&lt;br /&gt;
        if (text.startsWith('//')) {&lt;br /&gt;
            this.client.open(text.substr(2));&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
: Nevermind, it was just how the response to &amp;quot;dir&amp;quot; opened links) [[Special:Contributions/172.68.189.101|172.68.189.101]] 23:52, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Parsed the JS (morse obfuscation, weird) and cut this small bit out:&lt;br /&gt;
 e = await fetch(`/2445/morse/.../${morse.encode('pog')}`);&lt;br /&gt;
 f = await e.text();&lt;br /&gt;
 [state, ...respMorse] = f.split('/');&lt;br /&gt;
 morse.decode(respMorse.join('/'));&lt;br /&gt;
Use this if you'd like to play around with inputs. (replace pog, obviously) :) [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:53, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
No need to document UniXKCD here, there's already [[UniXKCD|a page for that]]. --rcombs&lt;br /&gt;
&lt;br /&gt;
Here's all the two character inputs: https://pastebin.com/5JhsVwM1 [[Special:Contributions/162.158.238.244|162.158.238.244]] 00:16, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got a different response for FORTUNE, it just tells me &amp;quot;OPEN ME&amp;quot; maybe Fortune gives multiple possible answers depending on luck, IP or something else, like a fortune cookie can have different answers inside it? [[Special:Contributions/141.101.104.81|141.101.104.81]] 00:19, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For me FORTUNE responds with &amp;quot;OPEN ME&amp;quot;, then I send OPEN, it responds with &amp;quot;YOUR DREAMS ARE NEVER SILLY DEPEND ON THEM TO GUIDE YOU&amp;quot; [[Special:Contributions/141.101.96.40|141.101.96.40]] 00:31, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For me CHECKBOX responds with RADIO BUTTON and vice versa. Also, putting in a number doesn't seem to redirect me, but 11 does respond with &amp;quot;HUH&amp;quot;--[[User:Yodofrna|Yodofrna]] ([[User talk:Yodofrna|talk]]) 00:46, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For me YOUTUBE provides what appears to be a URL, but it's so long I'm having a hard time transcribing it [[User:Dextrous Fred|Dextrous Fred]] ([[User talk:Dextrous Fred|talk]]) 00:49, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
YOUTUBE -&amp;gt; RXJKDH1KZ0W = https://www.youtube.com/watch?v=RXJKdh1KZ0w [[Special:Contributions/162.158.238.245|162.158.238.&lt;br /&gt;
245]] 00:51, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
FORTUNE is a reference to the Unix 'fortune' program, but responses seem to be consistent for each user and not randomized like the Unix version. Use of a VPN confirms that responses are randomized by IP address. Sending OPEN only returns a fortune if it is sent immediately following FORTUNE. [[User:LordPants|LordPants]] ([[User talk:LordPants|talk]]) 00:53, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One possible ending: HYDROCOPTIC -&amp;gt; Y -&amp;gt; https://imgs.xkcd.com/comics/sojourner_repaired.png [[Special:Contributions/162.158.238.244|162.158.238.244]] 00:54, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
It appears that unknown inputs produce WHAT, NOT FOLLOWING, SAY AGAIN, TRY THAT AGAIN, COME AGAIN, HUH depending on some properties of the input text. [[Special:Contributions/141.101.96.40|141.101.96.40]] 00:57, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
FORTUNE gave me &amp;quot;DO NOT LET AMBITIONS OVERSHADOW SMALL SUCCESS&amp;quot;. Should we add something on the page to list all the fortunes we've found?&lt;br /&gt;
&lt;br /&gt;
XKCD now returns &amp;quot;A CROSS THREE LETTERS&amp;quot;. What could that mean? [[Special:Contributions/172.68.132.239|172.68.132.239]] 01:22, 2 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2445:_Checkbox&amp;diff=209423</id>
		<title>Talk:2445: Checkbox</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2445:_Checkbox&amp;diff=209423"/>
				<updated>2021-04-02T00:29:02Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
If left alone, the morse code produced spells &amp;quot;WHAT&amp;quot; (.-- .... .- -) [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 22:50, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm early enough that there isn't a summary yet, and I'm not confident enough to start one, so I'll just drop my thoughts. If you click the checkbox repeatedly, at some point it starts playing Morse code. Presumably, there are a whole lot of different sequences. So far, I've gotten .- - .-- .... (which translates to ATWS; no idea what that means) and ..... (just 5, I think). Meanwhile, the mouseover text is ... --- ..., which is SOS. Any thoughts? What other sequences are there? Or am I totally missing something? (Edit conflict. Looks like Ezist has another one.) [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 22:56, 1 April 2021 (UTC)&lt;br /&gt;
: I got something like ATWS at first, but that's just cause I misheard one of the letters, and misinterpreted where the word started/ended. [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:03, 1 April 2021 (UTC)&lt;br /&gt;
:: Oh yes, you're right - what I was hearing ''was'' just WHAT. When I put it into a translator, I must have mistyped .... (H) as ... (S). [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 23:58, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wait, sorry, I'm back. It apparently has to do with user input. No idea what I pressed to get those results lol. [[User:Aerin|Aerin]] ([[User talk:Aerin|talk]]) 22:57, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just a note, but a Morse code legend as well as translations of your input and the website's output are available in the console in browser DevTools. Helpful for those that don't know Morse. [[User:Toadtoad|Toadtoad]] ([[User talk:Toadtoad|talk]])&lt;br /&gt;
&lt;br /&gt;
It looks like Samuel Morse died on April 2, 1872, so that might be why this comic appears today. [[Special:Contributions/162.158.212.218|162.158.212.218]] 23:07, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Hi&amp;quot; returns [.... . .-.. .-.. --- -.-.-- / .- -. -.-- -... --- -.. -.-- / --- ..- - / - .... . .-. . ..--..] &amp;quot;HELLO! ANYBODY OUT THERE?&amp;quot; [[User:Piano|Piano]] ([[User talk:Piano|talk]]) 23:09, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
a sequence of repeating &amp;quot;T&amp;quot;, or at least more than one &amp;quot;E&amp;quot; [ - - - ] or [ . . . ] will respond back the same sequence, just one &amp;quot;E&amp;quot; will give &amp;quot;WHAT&amp;quot; [[Special:Contributions/172.68.25.253|172.68.25.253]] 23:18, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QTH&amp;quot; gives &amp;quot;QTH ARES VALLIS&amp;quot;. &amp;quot;QTH&amp;quot; is a code used to ask for position, and Ares Vallis [https://en.wikipedia.org/wiki/Ares_Vallis is a place on Mars.] [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:27, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;CHECK&amp;quot; replies &amp;quot;MATE.&amp;quot;  &amp;quot;CHECKMATE&amp;quot; and &amp;quot;MATE&amp;quot; each reply &amp;quot;WHAT.&amp;quot; [[Special:Contributions/162.158.126.146|162.158.126.146]] 23:34, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The js: has anyone tried viewing the JS? There seems to be a file that is just filled with undecipherable Morse. Can anyone interpret this? Just press f12 and look for comic.js or morse.js [[Special:Contributions/162.158.62.161|162.158.62.161]] 23:35, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried decoding it. Certainly looks like something binary encoded into text. [[Special:Contributions/162.158.183.153|162.158.183.153]] 23:36, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding onto that, what does the ';D' in .split(';D') (at the very end of morse.js) do? AFAIK it's not a special character in JS&lt;br /&gt;
&lt;br /&gt;
morse.js decodes comic.js into the following script: [https://pastebin.com/XcHV4Z5h]  (Also, pretty sure the .split(';D') is just an emoji - it results only in an array of 1 element, so no splitting really occurred.) [[Special:Contributions/108.162.219.78|108.162.219.78]] 23:52, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
running window.BeepComic.hurryUp() in console gives you immediate response in logs, without waiting for all the beeping to cease&lt;br /&gt;
&lt;br /&gt;
Ah so that's where that script comes from [[Special:Contributions/162.158.183.153|162.158.183.153]] 23:40, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
`BeepComic.send(morse.encode('sudo make me a sandwich'))` &amp;lt;-- convenience, in addition to the hurryUp --rcombs&lt;br /&gt;
&lt;br /&gt;
Does someone else get this uuid DB334AAB-92A1-11EB-8001-8C16454FB02A? [[Special:Contributions/162.158.238.228|162.158.238.228]] 23:42, 1 April 2021 (UTC)&lt;br /&gt;
: Yep, that's what I get too. [[Special:Contributions/172.68.132.239|172.68.132.239]] 00:29, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Audio does not work on Safari as of right now - however, inputting `const AudioContext = webkitAudioContext;` into the browser console before unmuting will allow audio to work on Safari. May want to note this as a 'fix' for the experience? --[[Special:Contributions/162.158.63.6|162.158.63.6]] 23:44, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
In addition to muting/unmuting, BEEP and MUTE reply CQM (I can't find a reference to what that means). [[Special:Contributions/162.158.126.146|162.158.126.146]] 23:51, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The statements at line 458 of the gist mentioned earlier seem interesting.&lt;br /&gt;
    handleAction(text) {&lt;br /&gt;
        if (text.startsWith('//')) {&lt;br /&gt;
            this.client.open(text.substr(2));&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
: Nevermind, it was just how the response to &amp;quot;dir&amp;quot; opened links) [[Special:Contributions/172.68.189.101|172.68.189.101]] 23:52, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Parsed the JS (morse obfuscation, weird) and cut this small bit out:&lt;br /&gt;
 e = await fetch(`/2445/morse/.../${morse.encode('pog')}`);&lt;br /&gt;
 f = await e.text();&lt;br /&gt;
 [state, ...respMorse] = f.split('/');&lt;br /&gt;
 morse.decode(respMorse.join('/'));&lt;br /&gt;
Use this if you'd like to play around with inputs. (replace pog, obviously) :) [[User:Ezist|Ezist]] ([[User talk:Ezist|talk]]) 23:53, 1 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
No need to document UniXKCD here, there's already [[UniXKCD|a page for that]]. --rcombs&lt;br /&gt;
&lt;br /&gt;
Here's all the two character inputs: https://pastebin.com/5JhsVwM1 [[Special:Contributions/162.158.238.244|162.158.238.244]] 00:16, 2 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got a different response for FORTUNE, it just tells me &amp;quot;OPEN ME&amp;quot; maybe Fortune gives multiple possible answers depending on luck, IP or something else, like a fortune cookie can have different answers inside it? [[Special:Contributions/141.101.104.81|141.101.104.81]] 00:19, 2 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=762:_Analogies&amp;diff=208844</id>
		<title>762: Analogies</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=762:_Analogies&amp;diff=208844"/>
				<updated>2021-03-25T06:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 762&lt;br /&gt;
| date      = July 5, 2010&lt;br /&gt;
| title     = Analogies&lt;br /&gt;
| image     = analogies.png&lt;br /&gt;
| titletext = I just call all of them 'synecdoche'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic revolves around the similarities (and differences) between the concepts of &amp;quot;analogy&amp;quot;, &amp;quot;simile&amp;quot; and &amp;quot;metaphor&amp;quot; (as well as &amp;quot;synecdoche&amp;quot;, &amp;quot;sandwich&amp;quot; and &amp;quot;sex.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
This comic is sexist because it is suggesting that Megan should be sexually available for men.&lt;br /&gt;
&lt;br /&gt;
When [[Megan]] stands up and asks [[Cueball]] and his [[:Category:Multiple Cueballs|Cueball-like]] friend if anyone would like a sandwich, she is very literally meaning that she will would go an make a {{w|sandwich}} in the kitchen, and she would make one for either of them if they wished. &lt;br /&gt;
&lt;br /&gt;
Cueball is thus cheeky when he asks if this is a metaphor, because in that case the metaphor would be a reference to [https://www.urbandictionary.com/define.php?term=Sex%20Sandwich sex sandwich], in which case the two Cueball's would make up the bread in the sandwich with Megan as the meat in the middle, in a special kind of {{w|threesome}} (NSFW). &lt;br /&gt;
&lt;br /&gt;
Megan effectively turns him down by saying she is bad at metaphors, thus indirectly saying that she is determined not to understand his innuendo, rather than actually understanding it and having to reply to his smart remark. As she probably also knows him rather well, she also knows that by introducing the similar word simile, she immediately turns the focus off the poor sexual joke to a discussion of language, and she is able to leave the room while the guys are discussing this rather than smirking over the sexual joke. &lt;br /&gt;
&lt;br /&gt;
She also manages to make the punch line after the friend introduces analogy, as she is now actually making a sandwich (only for her self presumably) and using this sentence to make an analogy.&lt;br /&gt;
&lt;br /&gt;
The dictionary defines a &amp;quot;{{w|metaphor}}&amp;quot; as a figure of speech that uses one thing to mean another and makes a comparison between the two. For example, Shakespeare's line, &amp;quot;All the world's a stage,&amp;quot; is a metaphor comparing the whole world to a theater stage. Metaphors can be very simple, and they can function as most any part of speech. &amp;quot;The spy shadowed the woman&amp;quot; is a verb metaphor. The spy is not literally her shadow, but he follows her so closely and quietly that he resembles one.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;{{w|simile}}&amp;quot;, also called an open comparison, is a form of metaphor that compares two different things to create a new meaning. But a simile always uses &amp;quot;like&amp;quot; or &amp;quot;as&amp;quot; within the phrase and the comparison is more explicit than a metaphor. For example, Shakespeare's line could be rewritten as a simile to read: &amp;quot;The world is like a stage.&amp;quot; Another simile would be: &amp;quot;The spy was close as a shadow.&amp;quot; Both metaphor and simile can be used to enhance writing.&lt;br /&gt;
&lt;br /&gt;
An &amp;quot;{{w|analogy}}&amp;quot; is a bit more complicated. At the most basic level, an analogy shows similarity between things that might seem different — much like an extended metaphor or simile. But analogy isn't just a form of speech. It can be a logical argument: if two things are alike in some ways, they are alike in some other ways as well. Analogy is often used to help provide insight by comparing an unknown subject to one that is more familiar. It can also show a relationship between pairs of things. This form of analogy is often used on standardized tests in the form &amp;quot;A is to B as C is to D&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Einstein famously used analogies to explain how radio works: &amp;quot;You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat.&amp;quot;  Unfortunately, nobody was any the wiser after hearing this.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Synecdoche}}&amp;quot; (from the title text) is the naming the whole of something by referring to a part, or vice versa. E.g. using &amp;quot;the Internet&amp;quot; when meaning &amp;quot;the World Wide Web&amp;quot;, which is only a part of it; or using &amp;quot;Band-Aid&amp;quot; when referring to any adhesive bandage. Randall is saying that he doesn't really understand the difference between them, but instead of using one of the names as a placeholder for them all (that is, as a synecdoche), he actually uses the word 'synecdoche'.  What a mind he has.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan stands by a TV set and addresses Cueball in the couch and his Cueball-like friend who sits in front of the TV on the floor.]&lt;br /&gt;
:Megan: While I'm up, does anyone want a sandwich?&lt;br /&gt;
:Cueball: Is &amp;quot;sandwich&amp;quot; a metaphor?&lt;br /&gt;
&lt;br /&gt;
:[A frame-less panel with the same scene, without the TV. Cueball has taken a hand to his chin and the friend on the floor looks down.]&lt;br /&gt;
:Megan: No, I'm bad at metaphors. But I could try a simile.&lt;br /&gt;
:Cueball: I guess that's ''like'' a metaphor. &lt;br /&gt;
:Cueball: Sure.&lt;br /&gt;
&lt;br /&gt;
:[While Megan walks past them, Cueball leans forward and his friends looks back up at him as they continue to speak.]&lt;br /&gt;
:Friend: Well, &amp;quot;a simile is like a metaphor&amp;quot; is a simile.&lt;br /&gt;
:Cueball: Is that simile itself a metaphor for something?&lt;br /&gt;
:Friend: Maybe it's a metaphor for analogy.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and his friend are still sitting and talking while Megan replies from off-panel.]&lt;br /&gt;
:Cueball: Similes ''are'' like metaphors in that they're both analogies.&lt;br /&gt;
:Megan (off-panel): Analogies are like sandwiches in that I'm making one now.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Sex]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=762:_Analogies&amp;diff=208843</id>
		<title>762: Analogies</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=762:_Analogies&amp;diff=208843"/>
				<updated>2021-03-25T06:15:05Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 762&lt;br /&gt;
| date      = July 5, 2010&lt;br /&gt;
| title     = Analogies&lt;br /&gt;
| image     = analogies.png&lt;br /&gt;
| titletext = I just call all of them 'synecdoche'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic revolves around the similarities (and differences) between the concepts of &amp;quot;analogy&amp;quot;, &amp;quot;simile&amp;quot; and &amp;quot;metaphor&amp;quot; (as well as &amp;quot;synecdoche&amp;quot;, &amp;quot;sandwich&amp;quot; and &amp;quot;sex.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
This comic is suggesting because it is suggesting that Megan should be sexually available for men.&lt;br /&gt;
&lt;br /&gt;
When [[Megan]] stands up and asks [[Cueball]] and his [[:Category:Multiple Cueballs|Cueball-like]] friend if anyone would like a sandwich, she is very literally meaning that she will would go an make a {{w|sandwich}} in the kitchen, and she would make one for either of them if they wished. &lt;br /&gt;
&lt;br /&gt;
Cueball is thus cheeky when he asks if this is a metaphor, because in that case the metaphor would be a reference to [https://www.urbandictionary.com/define.php?term=Sex%20Sandwich sex sandwich], in which case the two Cueball's would make up the bread in the sandwich with Megan as the meat in the middle, in a special kind of {{w|threesome}} (NSFW). &lt;br /&gt;
&lt;br /&gt;
Megan effectively turns him down by saying she is bad at metaphors, thus indirectly saying that she is determined not to understand his innuendo, rather than actually understanding it and having to reply to his smart remark. As she probably also knows him rather well, she also knows that by introducing the similar word simile, she immediately turns the focus off the poor sexual joke to a discussion of language, and she is able to leave the room while the guys are discussing this rather than smirking over the sexual joke. &lt;br /&gt;
&lt;br /&gt;
She also manages to make the punch line after the friend introduces analogy, as she is now actually making a sandwich (only for her self presumably) and using this sentence to make an analogy.&lt;br /&gt;
&lt;br /&gt;
The dictionary defines a &amp;quot;{{w|metaphor}}&amp;quot; as a figure of speech that uses one thing to mean another and makes a comparison between the two. For example, Shakespeare's line, &amp;quot;All the world's a stage,&amp;quot; is a metaphor comparing the whole world to a theater stage. Metaphors can be very simple, and they can function as most any part of speech. &amp;quot;The spy shadowed the woman&amp;quot; is a verb metaphor. The spy is not literally her shadow, but he follows her so closely and quietly that he resembles one.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;{{w|simile}}&amp;quot;, also called an open comparison, is a form of metaphor that compares two different things to create a new meaning. But a simile always uses &amp;quot;like&amp;quot; or &amp;quot;as&amp;quot; within the phrase and the comparison is more explicit than a metaphor. For example, Shakespeare's line could be rewritten as a simile to read: &amp;quot;The world is like a stage.&amp;quot; Another simile would be: &amp;quot;The spy was close as a shadow.&amp;quot; Both metaphor and simile can be used to enhance writing.&lt;br /&gt;
&lt;br /&gt;
An &amp;quot;{{w|analogy}}&amp;quot; is a bit more complicated. At the most basic level, an analogy shows similarity between things that might seem different — much like an extended metaphor or simile. But analogy isn't just a form of speech. It can be a logical argument: if two things are alike in some ways, they are alike in some other ways as well. Analogy is often used to help provide insight by comparing an unknown subject to one that is more familiar. It can also show a relationship between pairs of things. This form of analogy is often used on standardized tests in the form &amp;quot;A is to B as C is to D&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Einstein famously used analogies to explain how radio works: &amp;quot;You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat.&amp;quot;  Unfortunately, nobody was any the wiser after hearing this.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Synecdoche}}&amp;quot; (from the title text) is the naming the whole of something by referring to a part, or vice versa. E.g. using &amp;quot;the Internet&amp;quot; when meaning &amp;quot;the World Wide Web&amp;quot;, which is only a part of it; or using &amp;quot;Band-Aid&amp;quot; when referring to any adhesive bandage. Randall is saying that he doesn't really understand the difference between them, but instead of using one of the names as a placeholder for them all (that is, as a synecdoche), he actually uses the word 'synecdoche'.  What a mind he has.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan stands by a TV set and addresses Cueball in the couch and his Cueball-like friend who sits in front of the TV on the floor.]&lt;br /&gt;
:Megan: While I'm up, does anyone want a sandwich?&lt;br /&gt;
:Cueball: Is &amp;quot;sandwich&amp;quot; a metaphor?&lt;br /&gt;
&lt;br /&gt;
:[A frame-less panel with the same scene, without the TV. Cueball has taken a hand to his chin and the friend on the floor looks down.]&lt;br /&gt;
:Megan: No, I'm bad at metaphors. But I could try a simile.&lt;br /&gt;
:Cueball: I guess that's ''like'' a metaphor. &lt;br /&gt;
:Cueball: Sure.&lt;br /&gt;
&lt;br /&gt;
:[While Megan walks past them, Cueball leans forward and his friends looks back up at him as they continue to speak.]&lt;br /&gt;
:Friend: Well, &amp;quot;a simile is like a metaphor&amp;quot; is a simile.&lt;br /&gt;
:Cueball: Is that simile itself a metaphor for something?&lt;br /&gt;
:Friend: Maybe it's a metaphor for analogy.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and his friend are still sitting and talking while Megan replies from off-panel.]&lt;br /&gt;
:Cueball: Similes ''are'' like metaphors in that they're both analogies.&lt;br /&gt;
:Megan (off-panel): Analogies are like sandwiches in that I'm making one now.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Sex]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2438:_Siri&amp;diff=208842</id>
		<title>2438: Siri</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2438:_Siri&amp;diff=208842"/>
				<updated>2021-03-25T06:13:02Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2438&lt;br /&gt;
| date      = March 17, 2021&lt;br /&gt;
| title     = Siri&lt;br /&gt;
| image     = siri.png&lt;br /&gt;
| titletext = Alexa defeated her in a battle hinging on the ability to set multiple timers.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by BATTLE ALEXA. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
For fun: An exercise in recursive translation (google translate), starting with arbitrary text.&lt;br /&gt;
&lt;br /&gt;
What do you call a useless human robot and what is the strong emotion of its domestic tiger? Putting perfume on your face is not expensive, because a slave, we lose resources to feed our presidents. I was sensitive when the gun called me into the blood and water of an enemy killed by a fish. Blood! &lt;br /&gt;
&lt;br /&gt;
What is the name of the useless robot and what is the strongest elephant in it? Applying perfume on our faces does not work because the slaves have given up their means to satisfy our desires. I was frightened by the bullets that hit the blood and water of the enemy fish. Economy! &lt;br /&gt;
&lt;br /&gt;
What is a passive robot, a powerful elephant? Slaves do not use lip balm because they can not control our desires. He was afraid that the bullets and the blood would reach the enemy. I'm good: &lt;br /&gt;
&lt;br /&gt;
A big elephant car? Do not use too many slaves because they can not control evil desires. Fear that the enemy will be destroyed by e. Yes, I do &lt;br /&gt;
&lt;br /&gt;
Karate? Not considered too many employees, because you can not have a bad dream. The enemy is afraid of death. Yes, this is true &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Science Girl is holding her phone up in one hand looking at the screen. A starburst from the phone indicates the voice coming from the phone]&lt;br /&gt;
:Phone: ''Your timer is set.''&lt;br /&gt;
:Science Girl: Thanks&lt;br /&gt;
&lt;br /&gt;
:[The picture broadens and shows that Science Girl, with the phone now held down, is standing in front of a desk, where Cueball, facing her, is sitting in an office chair using a laptop.]&lt;br /&gt;
:Science Girl: Is Siri ''alive?''&lt;br /&gt;
:Cueball: No.&lt;br /&gt;
&lt;br /&gt;
:[Back to only showing Science Girl, her phone and arm still held down at her side.]&lt;br /&gt;
:Science Girl: Oh, ok.&lt;br /&gt;
&lt;br /&gt;
:[Same setting but Science Girl has raised her arm with the phone, looking at it again.]&lt;br /&gt;
:Science Girl: How did she die?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Science Girl]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Smartphones]]&lt;br /&gt;
[[Category:Virtual Assistants]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2382:_Ballot_Tracker_Tracker&amp;diff=201349</id>
		<title>Talk:2382: Ballot Tracker Tracker</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2382:_Ballot_Tracker_Tracker&amp;diff=201349"/>
				<updated>2020-11-07T03:31:53Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Could this also refer to sites that track whether one’s ballot has been counted? --[[Special:Contributions/172.68.132.239|172.68.132.239]] 03:31, 7 November 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2379:_Probability_Comparisons&amp;diff=200858</id>
		<title>2379: Probability Comparisons</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2379:_Probability_Comparisons&amp;diff=200858"/>
				<updated>2020-10-31T09:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: Remove reference to birthday paradox, as it does not apply. (The birthday paradox looks for matches among all pairings of a group, not just you and everyone else in it.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2379&lt;br /&gt;
| date      = October 30, 2020&lt;br /&gt;
| title     = Probability Comparisons&lt;br /&gt;
| image     = probability comparisons new.png&lt;br /&gt;
| titletext = Call me, MAYBE.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by LEBRON JAMES THROWING BASKETBALLS AT A KEYBOARD. The table for the explanations of the chances isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This is a list of probabilities for different events. There are a number of recurring themes, of which the most common are free throws (13 entries), birthdays (12), dice (12, split about evenly between d6 and d20 dies), M&amp;amp;M candies (11), playing cards (9), NBA basketball mid-game victory predictions (9), Scrabble tiles (7), coins (7), white Christmases (7), and the NBA players Stephen Curry and Lebron James (7 each). &lt;br /&gt;
&lt;br /&gt;
Themes are variously repeated and combined, for humorous effect. For instance, there are entries for both the probability that St. Louis will have a white Christmas (21%) and that it will not (79%). Also given is the 40% probability that a random Scrabble tile will contain a letter from the name &amp;quot;Steph Curry&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
There are 80 items in the list, the last two of which devolve into absurdity - perhaps from the stress of preparing the other 78 entries.&lt;br /&gt;
&lt;br /&gt;
The probabilities are calculated from [https://xkcd.com/2379/sources/ these sources], as mentioned in the bottom left corner.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Odds&lt;br /&gt;
! Text&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 0.01%&lt;br /&gt;
| You guess the last four digits of someone's {{w|Social Security Number}} on the first try&lt;br /&gt;
|(1/10)&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; = 0.0001, or 0.01%&lt;br /&gt;
|-&lt;br /&gt;
| 0.1%&lt;br /&gt;
| Three randomly chosen people are all left-handed&lt;br /&gt;
| The chances of being left handed is about 10%, and 10%&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; = 0.1%.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 0.2%&lt;br /&gt;
| You draw 2 random {{w|Scrabble}} tiles and get M and M&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You draw 3 random {{w|M&amp;amp;Ms}} and they're all red&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 0.3%&lt;br /&gt;
| You guess someone's birthday in one try.&lt;br /&gt;
| 1/365 ≈ 0.27%.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 0.5%&lt;br /&gt;
| An {{w|NBA}} team down by 30 at halftime wins&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You get 4 M&amp;amp;Ms and they're all brown or yellow&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1%&lt;br /&gt;
| {{w|Steph Curry}} gets two free throws and misses both&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{w|LeBron James}} guesses your birthday, if each guess costs one free throw and he loses if he misses&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 1.5%&lt;br /&gt;
| You get two M&amp;amp;Ms and they're both red&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You share a birthday with a {{w|Backstreet Boys|Backstreet Boy}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2%&lt;br /&gt;
| You guess someone's card on the first try&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| 3%&lt;br /&gt;
| You guess 5 coin tosses and get them all right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Steph Curry wins that birthday free throw game&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot;| 4%&lt;br /&gt;
| You sweep a 3-game {{w|rock paper scissors}} series&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Portland, Oregon}} has a {{w|White Christmas (weather)|white Christmas}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You share a birthday with two {{w|US Senator}}s&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| 5%&lt;br /&gt;
| An NBA team down 20 at halftime wins&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You roll a natural 20&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 6%&lt;br /&gt;
| You correctly guess someone's card given 3 tries&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 7%&lt;br /&gt;
| LeBron James gets two free throws and misses both&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 8%&lt;br /&gt;
| You correctly guess someone's card given 4 tries&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 9%&lt;br /&gt;
| Steph Curry misses a free throw&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|10%&lt;br /&gt;
| You draw 5 cards and get the Ace of Spades&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| There's a {{w|Moment magnitude scale|magnitude}} 8+ earthquake in the next month&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11%&lt;br /&gt;
| You sweep a 2-game rock paper scissors series&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot;|12%&lt;br /&gt;
| A randomly-chosen American lives in {{w|California}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You correctly guess someone's card given 6 tries&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You share a birthday with a {{w|US President}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot;|13%&lt;br /&gt;
| A {{w|Dice#Polyhedral_dice|d6}} beats a {{w|Dice#Polyhedral_dice|d20}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| An NBA team down 10 going into the 4th quarter wins&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| You pull one M&amp;amp;M from a bag and it's red&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The title text refers to the song {{w|Call Me Maybe}} by Carly Rae Jepsen (cited twice in the table). &amp;quot;MAYBE&amp;quot; is emphasized because the probability of getting her phone number correct, as in the last item in the list, is very low.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
In the original comic, &amp;quot;outside&amp;quot; in the 88% probability section is spelled incorrectly as &amp;quot;outide&amp;quot;.&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2377:_xkcd_Phone_12&amp;diff=200789</id>
		<title>2377: xkcd Phone 12</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2377:_xkcd_Phone_12&amp;diff=200789"/>
				<updated>2020-10-29T16:48:39Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: Critical mass addition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2377&lt;br /&gt;
| date      = October 26, 2020&lt;br /&gt;
| title     = xkcd Phone 12&lt;br /&gt;
| image     = xkcd_phone_12.png&lt;br /&gt;
| titletext = New phone OS features: Infinite customization (home screen icons no longer snap to grid), dark mode (disables screen), screaming mode (self-explanatory), and coherent ultracapacitor-pumped emission (please let us know what this setting does; we've been afraid to try it).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PERSON NAMED MAX. Closed timelike curves need more explanation. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This is the &amp;quot;12th&amp;quot; (actually the 8th) in the ongoing [[:Category:xkcd Phones|xkcd Phone]] series in which Randall explains his new joke phone designs with many strange and useless features. It is also a reference to the recently released {{w|iPhone 12}}. However, there have only been 8 comics released, with the previous two being [[2000: xkcd Phone 2000]] and [[1889: xkcd Phone 6]].&lt;br /&gt;
&lt;br /&gt;
The note about the xkcd Phone 12 and the xkcd Phone 12 Max (only for people named Max) is a joke about the different models of iPhone 12: iPhone 12, iPhone 12 Mini, iPhone 12 Pro and iPhone 12 Pro Max. The xkcd Phone 12 Max would be expected to have a larger screen, but it seems that this phone is also only for people with the name Max. If the phones are respectively placed, Max's (Maxes'?) phone is the smaller of the two models.&lt;br /&gt;
&lt;br /&gt;
The slogan '&amp;quot;The only phone you'll ever own&amp;quot;' could be interpreted as something of a threat, which is believable given some of the purported features. The slogan has the &amp;quot;registered trademark&amp;quot; symbol, with that symbol supposedly itself trademarked, which is highly unlikely. It is similar to the phrase ''&amp;quot;The last suit you'll ever wear&amp;quot;'', describing the black suits worn by the Men In Black in the movie of the same name.&lt;br /&gt;
&lt;br /&gt;
Multiple features are labelled on the phone that are common when advertising other products, but highly unusual in mobile phones, for comedic effect:&lt;br /&gt;
&lt;br /&gt;
* '''Full drivetrain warranty''' — A common warranty feature for automobiles — see {{w|drivetrain}}. As a side note, the phone here would be cheaping out on the warranty if it were a car; a &amp;quot;drivetrain&amp;quot; warranty covers almost everything ''except'' the engine; only if it was a &amp;quot;{{w|powertrain}}&amp;quot; warranty would it cover the engine. A phone typically has none of these things, although this one seemingly does.&lt;br /&gt;
* '''Coated for easy swallowing''' — A common feature on solid medicines meant to be taken orally. Phones do not belong in the set of edible objects, much less orally-taken medicines{{Citation needed}}.  Since some parents of young children let them teethe on their phones, this would be an undesirable feature. There may be a pun here, based on the larger smartphones being practically the same as the more {{w|Tablet_computer|minimal portable computers}}.&lt;br /&gt;
* '''Surgical-grade apps''' — &amp;quot;Surgical-grade steel&amp;quot; is sometime used as a selling point indicating quality materials. This feature suggests that the apps themselves are made from high-quality material, although this is absurd because an app is (as the name suggests) a software application, not any physical object that could be reasonably defined as 'surgical-grade' or not. Note that both hardware and software can be certified for {{w|Safety-critical_system|safety-critical applications}}.&lt;br /&gt;
* '''Built-in 600 lb magnet for magnet fishing''' — {{w|Magnet fishing}} is an activity for searching for objects that can be pulled in by a strong magnet. A 600 pound magnet can lift a 600 pound (272 kg) object (at Earth's surface). This would tend to make the phone stick to any iron or steel objects (such as refrigerators) and be impossible to remove with human strength, and only the strongest humans could pick up the phone even if it were properly insulated.  It would also be impossible to separate two phones without destroying one of them if the interlocking feature were used. This feature would also erase any credit cards the owner puts in the vicinity of the phone, meaning this phone could not be put in one's pocket with a wallet.&lt;br /&gt;
* '''Oral-B partnership: hold phone against teeth to ultrasonically remove plaque''' — This is a reference to {{w|ultrasonic toothbrush}}es. {{w|Oral-B}} does not produce any ultrasonic toothbrushes, but does produce ''{{w|sonic toothbrush}}es.'' There is a logical connection between electric toothbrushes and smartphones, namely they are both electronic and both vibrate; however, most phones cannot perform dentistry autonomously{{Citation needed}}.&lt;br /&gt;
* '''40 mL emergency water supply''' — 40 milliliters is equal to 40 cubic centimeters. For comparison, the iPhone 11 Pro Max's volume is just shy of 100 cubic centimeters; if the Phone 12 Max is similarly sized, then the water supply would take up over 40% of its total volume. In this day and age, many phones are water-resistant to some degree; nevertheless, shipping a phone with an interior consisting of a 3:2 ratio of electronics-to-water will surely lead to many short-circuited, inoperable phones.&amp;lt;br/&amp;gt;Furthermore, {{w|survival kit}}s often come with pouches that can hold several liters of water, in case of emergency. Because people typically take their phones with them everywhere they go, storing a survival kit inside the phone would be a life-saving feature. Unfortunately, 40cc of water is not enough to stave off thirst for a meaningful amount of time, extinguish a flame much larger than a candle's, or deal with most other situations which would constitute an emergency. Unless you are suitably proficient at {{w|Katara_(Avatar:_The_Last_Airbender)#Waterbending|waterbending}}, this feature is useless for its intended function. 40 milliliters is also the amount of fluid that a shot glass holds.&lt;br /&gt;
* '''Security feature: unmarked side buttons''' — Some vendors (particularly car dealers) try to explain away horrible User Interface functions as &amp;quot;Security Features&amp;quot;.  Technically, if no one (including the owner) can use it, it is secure... Some modern phones have unmarked side buttons, so the secureness of this feature is doubtful. No buttons are visible which could indicate the side of the phone functions is touch sensitive and the buttons are not only unlabeled but not visible.&lt;br /&gt;
* '''3,000,000-volt arc allows wireless charging from a range of up to 36 inches''' — {{w|Inductive charging|Induction charging}} is a method that a number of modern phones advertise, allowing power to (inefficiently but 'conveniently') transfer into a device from a mains charging station or another device's battery without the need for plugging in cables. It transfers energy between safely tuned coils, that do not touch, though typically the case of one device must remain placed directly upon the other for the optimal transfer of charge between them. An electric arc can also be used to transfer electrical energy through the air through a lightning-like discharge. While arcs can transfer large amounts of energy quickly, the plasma generated would be very dangerous and damaging to the phone, charger, and immediate vicinity. The {{w|electrical breakdown}} voltage of air is approximately 3 kV / mm, which would allow a 3 MV potential to jump a distance of 100 cm (40 inches). 36 inches (91 cm), however, is within reach of a simple extension cord. {{w|Electrical_injury#Lethality|Shocks of 11,000 volts are usually lethal}}, so 3,000,000 volts of electricity (possibly from a complete {{w|Tesla coil}} assemblage) would require considerable protection.&lt;br /&gt;
* '''99.9% BPA- and hands- free''' — {{w|Bisphenol A}} (or BPA) is a compound that is used in making plastics. BPA has been found to exhibit hormone-like properties, so there is a movement to produce BPA-free plastics using alternative bisphenols. {{w|Hands-free}} describes using the device &amp;quot;without hands&amp;quot;, e.g. using voice commands. This is important when using a device while driving. These are 2 unrelated ideas, which use the suffix &amp;quot;free&amp;quot; in different meanings (&amp;quot;BPA-free&amp;quot; means &amp;quot;containing no BPA&amp;quot;, while &amp;quot;hands-free&amp;quot; means &amp;quot;your hands need not be used&amp;quot;). The construction &amp;quot;NOUN- and NOUN-ADJ&amp;quot; is normally only used with the meaning of &amp;quot;ADJ&amp;quot; repeated for both nouns, implying that this phone &amp;quot;contains no hands&amp;quot; (or possibly &amp;quot;your BPA is left free&amp;quot;). The &amp;quot;percentage free&amp;quot; description is also a standard form of advertising {{w|weasel word}}s, as remarked by Randall in [[641: Free]]. A food might be described as &amp;quot;90% fat-free&amp;quot; with the heavy implication that it has a tenth of the usual fat content, but likely really means &amp;quot;10% of the product is pure fat&amp;quot; (typically by weight or maybe pre-cooked volume) compared with perhaps 15% in the typical non-'fat-free' recipe. 0.1% of BPA is not an insignificant quantity given its possible effects, and is likely to be a higher leachable content if it is all concentrated in external trimmings. It is unclear what a tenth of a percent of a hand needs to do, to operate the device, but it does also mean that it is not as completely hands-free as implied. Or else it ''also'' implies that up to 0.1% of the phone contains ingredients sourced from human hands.  At best, this could be skin cells from the workers (although phone assembly lines ''should'' be kept meticulously clean, to prevent damage to delicate components), or at worst, some workers could be losing hands into the assembly line due to poor safety practices.&lt;br /&gt;
* '''Extended release charge cable''' — Electronics manufacturers support standards to reduce time to fully recharge, e.g. Qualcomm {{w|Quick Charge}} standard. This is a reference to {{w|Modified-release dosage|&amp;quot;extended release&amp;quot; medication}}. It's unclear what purpose would be served by charging a phone slower than normal.&lt;br /&gt;
* '''Closed timelike curves''' — This label is applied to the curved corner of the phone. Randall may be making a visual joke by referring to the corner of the phone by a very complex relativistic concept. {{w|Closed timelike curves}} is a world line in spacetime that is &amp;quot;closed&amp;quot;, in that an object following that world line will return to its starting point in spacetime, which implies that the object would be able to go back in time. It could also be a reference to the [https://www.bloomberg.com/news/articles/2020-04-13/apple-plans-ipad-like-design-for-next-iphone-smaller-homepod|''Bloomberg'' leaks] that predicted the sharper corners of the iPhone 12, the phone model this is designed on.&lt;br /&gt;
* '''Fits in standard shipping container''' - An {{w|intermodal shipping container}} is large enough to fit automobiles, raising the question of just how big this xkcd phone is.&lt;br /&gt;
* '''Interlocking, stackable''' — A quality of, among other things, LEGO bricks. Probably a bad idea to use this feature, given how close the phone is to critical mass.&lt;br /&gt;
* '''Nintendo partnership: GameBoy Printer compatibility''' — The {{w|Game Boy Printer}} was a thermal paper printer originally paired with the {{w|Game Boy Camera}}. This device was released in 1998 and discontinued in 2003, so this partnership would be obsolete.&lt;br /&gt;
* '''Sustain pedal''' — A {{w|sustain pedal}} is commonly associated with a digital keyboard or piano; it lets the note continue sounding when the key is released. It's unclear what purpose it would serve in a phone, although it might be used for the screaming mode in the title text. &lt;br /&gt;
* '''CDC partnership: when in an indoor space with too many people, phone begins playing &amp;quot;We Like To Party! (The Vengabus)&amp;quot; at slowly increasing volume until everyone leaves''' — An allusion to the COVID-19 pandemic. CDC stands for Centers for Disease Control and Prevention, the United States public health institute. In [[2284: Sabotage]], Randall &amp;quot;promised&amp;quot; to bring an annoying karaoke song to a party to hopefully discourage people from attending, but this phone will apparently do so automatically. &amp;quot;{{w|We Like to Party! (Vengaboys song)|We Like To Party! (The Vengabus)}}&amp;quot; is a 1998 Eurodance/techno hit by the Vengaboys, and is perhaps most familiar to Americans from a series of {{w|Six Flags}} ads.&lt;br /&gt;
* '''Sacrificial anode''' — Useful if something metal will be in a wet environment for a long time. Commonly used on bridges and boats, but it may be a 'feature' of this phone because of its built-in water reservoir. The {{w|sacrificial anode}} is made of a material with higher redox potential (typically zinc), and will corrode faster than the (more valuable) metal object it's attached to. It's unclear if the phone HAS a sacrificial anode or IS a sacrificial anode.&lt;br /&gt;
* '''Tactical helium reserve''' — Since 1925, the United States has had a {{w|National Helium Reserve|strategic helium reserve}}. Helium is very rare on earth and has important scientific and military uses, so it’s important to have a supply in case supplies disappear. But here we have a tactical helium reserve, which suggests it's smaller and focused on shorter-term goals. Compare {{w|strategic bombing}} focused on destroying entire cities or countries and {{w|tactical bombing}} aimed at destroying individual targets or military units. Helium also has the property of being lighter than air, so if this reserve is large enough, the phone could float away if let go. However, this is unlikely, as the phone boasts other, heavy components such as large magnets, a water reserve and a critical mass of fissile material. &lt;br /&gt;
* '''50% below critical mass (2x safety factor)''' — Indicates the phone contains fissile material. This &amp;quot;2x safety factor&amp;quot; means that if you put 2 phones next to each other, or put one phone next to a {{w|neutron reflector}}, you would have a {{w|criticality accident}}, which may explain why you would not own another phone after this one. A phone with this much fissile material would pose a radiation hazard. The &amp;quot;2x safety factor&amp;quot; claim may be related to physicist {{w|Richard Feynman|Richard Feynman's}} famous criticism of NASA in the {{w|Rogers Commission}} report on the space shuttle Challenger disaster. Feynman found that when he confronted NASA engineers with a part worn one third of the way through, which was not supposed to be worn through at all, the engineers claimed that this demonstrated a 3x safety factor rather than a failure of the part. This could mean that using the phone is harmful for some other reason (social media addiction?) but the xkcd phone has half as many users as it would need to cause a problem in this way.&lt;br /&gt;
* '''Shake for factory reset''' — A {{w|factory reset}} is often possible on electronic devices, and is usually accomplished either by pressing a button that is often well-protected against accidental contact, for an extended period or closing an electrical bridge. This one works like an {{w|Etch A Sketch|Etch-a-Sketch}}, which would not be preferred, as [http://www.ahajokes.com/com045.html slight disturbances] could easily cause massive losses of data.&lt;br /&gt;
* '''Norton MacAfee protection: if you're ever attacked by John MacAfee, Peter Norton will come out of retirement to defend you''' — {{w|Norton (software)|Norton}} and {{w|McAfee}} (note spelling!) are competing software security companies. This &amp;quot;protection&amp;quot; combines the two of them and claims that Norton (the person) will defend you if McAfee (the person) attacks you. May have been inspired by [https://www.nytimes.com/2020/10/06/business/mcafee-arrested-tax-evasion.html John McAfee's recent arrest] which brought attention to the allegation that he had hired a hit man to kill his neighbor in Belize in 2012.&lt;br /&gt;
&lt;br /&gt;
The title text mentions xkcd phone OS updates, including:&lt;br /&gt;
* '''Infinite customization (home screen icons no longer snap to grid)''' — If icons snap to a grid with, say, 6x5 positions, then for each icon you only have 30 customization options. If, on the other, you don't have to keep them aligned to a grid, and your phone has, say, one million pixels, then you have one million customization choices for each icon. This is a lot, but it's still not &amp;quot;Infinite customizations&amp;quot;, so we're clearly facing a case of misleading advertising. Whether on-screen icons snap to a grid is a very minor aspect of customization. Not having it would be incredibly unsatisfying, as it would make it very difficult to get icons exactly lined up vertically and horizontally.&lt;br /&gt;
* '''Dark mode (disables screen)''' — Dark mode is a popular feature on websites/apps with light backgrounds like Twitter and Reddit, changing the background to a dark color to help late-night users sleep better. Disabling the screen would not be a pleasant surprise when a user goes to turn on beloved dark mode. May be impossible to turn off if the screen is no longer touch sensitive when darkened unless the unmarked buttons can be used to disable it. Also a possible reason to want to use the shake-activated factory reset.&lt;br /&gt;
* '''Screaming mode (self-explanatory)''' — The phone screams. Reference to the screaming-while-falling [[1363: xkcd Phone|xkcd Phone 1]].&lt;br /&gt;
* '''Coherent ultracapacitor-pumped emission (please let us know what this setting does; we've been afraid to try it)''' - This mysterious feature has a terrifying name, with even the developers refusing to test it out. This option would probably be very easy to accidentally tap, given the style of every xkcd Phone ever. Possibly activated with one of the unlabeled buttons making it even more dangerous. Coherent and Emission are associated with laser devices and the use of a laser could justify the helium reserve, and the Ultracapacitor implies a high energy throughput. Raises the question of who designs the phone if the people marketing it don't know what it does.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
* Full drivetrain warranty&lt;br /&gt;
* Coated for easy swallowing&lt;br /&gt;
* Surgical-grade apps&lt;br /&gt;
* Built-in 600 lb magnet for magnet fishing&lt;br /&gt;
* Oral-B partnership: hold phone against teeth to ultrasonically remove plaque&lt;br /&gt;
* 40 mL emergency water supply&lt;br /&gt;
* Security feature: unmarked side buttons&lt;br /&gt;
* 3,000,000-volt arc allows wireless charging from a range of up to 36 inches&lt;br /&gt;
* 99.9% BPA- and hands- free&lt;br /&gt;
* Extended release charge cable&lt;br /&gt;
* Closed timelike curves&lt;br /&gt;
* Fits in standard shipping container&lt;br /&gt;
* Interlocking, stackable&lt;br /&gt;
* Nintendo partnership: GameBoy Printer compatibility&lt;br /&gt;
* Sustain Pedal&lt;br /&gt;
* CDC partnership: when in an indoor space with too many people, phone begins playing &amp;quot;We Like To Party! (The Vengabus)&amp;quot; at slowly increasing volume until everyone leaves&lt;br /&gt;
* Sacrificial anode&lt;br /&gt;
* Tactical helium reserve&lt;br /&gt;
* 50% below critical mass (2x safety factor)&lt;br /&gt;
* Shake for factory reset&lt;br /&gt;
* Norton MacAfee protection: if you're ever attacked by John MacAfee, Peter Norton will come out of retirement to defend you&lt;br /&gt;
&lt;br /&gt;
The xkcd Phone 12* and 12 Max**&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*Standard&amp;lt;/nowiki&amp;gt;  **For people named Max&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The only phone you'll ever own&amp;quot;®™&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:xkcd Phones]]&lt;br /&gt;
[[Category:Comics sharing name|xkcd Phones]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1839:_Doctor_Visit&amp;diff=140070</id>
		<title>1839: Doctor Visit</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1839:_Doctor_Visit&amp;diff=140070"/>
				<updated>2017-05-19T23:27:57Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.132.239: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1839&lt;br /&gt;
| date      = May 19, 2017&lt;br /&gt;
| title     = Doctor Visit&lt;br /&gt;
| image     = doctor_visit.png&lt;br /&gt;
| titletext = According to these blood tests, you're like 30% cereal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Edited by a human. Needs more humans.}}&lt;br /&gt;
[[Cueball]] is visiting his doctor [[Ponytail]], apparently for a general medical checkup.&lt;br /&gt;
&lt;br /&gt;
While there is nothing wrong with him medically, the doctor wonders why he has continued to work for many years despite his body parts' individual fragility. Compared to man-made structures - like the USB cables mentioned by Ponytail, which quickly begin to fray - it's surprising that the body can survive for so long while sustaining so much wear and tear. Actually the body gets stronger and more fit the more it is used(an example of antifragility[https://en.wikipedia.org/wiki/Antifragility]), as opposed to USB cables.&lt;br /&gt;
&lt;br /&gt;
Ponytail specifically mentions his eyes which are so fragile and exposed. Yet most people go through a whole life with both eyes intact, although the vision itself may be impaired. The human reflexes and the shape of the skull around the eyes has a lot to do with the fact that it is possible to protect such fragile structures for a lifetime.&lt;br /&gt;
&lt;br /&gt;
Ponytail also remarks that the body is composed of high pressure fluids (particularly blood, intracellular and extracellular fluids) and intricate parts (like the nervous system and the heart). If the fluids stopped flowing or the intricate parts stopped working, the entire body would fail, killing Cueball.&lt;br /&gt;
&lt;br /&gt;
It should be noted that the human body is constantly replacing dead/injured cells and proteins. In a young human body, everything in the body is continually refurbished, and nothing is able to become old enough to deteriorate unintentionally; this requires a constant supply of energy and nutrients to keep this process going. As the body ages, these self-repair mechanisms eventually slow and can no longer keep up with the required repairs; this manifests as the various symptoms of old age (wrinkled skin, graying and balding hair, worsening eyesight and hearing, etc.)&lt;br /&gt;
&lt;br /&gt;
USB cables are built to withstand far more wear and tear than the human body. But while this makes them tougher than blood vessels on the outset, they inevitably fray and fail faster than blood vessels because they lack the self-repair mechanisms of organic material.&lt;br /&gt;
&lt;br /&gt;
The doctor's final  remark is that Cueball is mainly made from dissolved bread, which is true from the perspective that the food (bread) he eats is digested in his alimentary system, absorbed into his bloodstream and used as nutrients for growth and repair.&lt;br /&gt;
&lt;br /&gt;
This is taken further in the title text, where she states that the blood tests reveal he is 30% {{w|cereal}}.&lt;br /&gt;
&lt;br /&gt;
All things taken into consideration, we don't actually have any confirmation that Ponytail is a real doctor. As Randall has stated before, [[699: Trimester|anybody can just buy a lab coat]]. Although Ponytail's answer in the final panel lacks [[1644: Stargazing|the usual &amp;quot;I have no idea&amp;quot; or equivalent non-answer]], so it's still somewhat possible she's a real doctor having an existential episode.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is seated on an medical examination table while Ponytail stands dressed in a doctor's coat holding a file in her right hand.]&lt;br /&gt;
:Cueball: Everything look good?&lt;br /&gt;
:Ponytail: I don't get how your body has been moving around for years and still works at all. My USB cables fray after like a month.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: Your heart has been pumping for decades without pausing for even a few minutes.&lt;br /&gt;
:Ponytail: And your ''eyes!'' They're so fragile and exposed!&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on Cueball gazing at his palms.]&lt;br /&gt;
:Ponytail (off-panel): You're full of all these high-pressure fluids and intricate parts that could kill you in seconds if they stopped working!&lt;br /&gt;
&lt;br /&gt;
:[Zoom out again to the entire scene.]&lt;br /&gt;
:Cueball: ...can you just tell me whether I'm healthy?&lt;br /&gt;
:Ponytail: Yeah, you're fine.&lt;br /&gt;
:Ponytail: Which is weird, given that your body is basically made from dissolved bread.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>172.68.132.239</name></author>	</entry>

	</feed>