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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2453:_Excel_Lambda&amp;diff=210795</id>
		<title>Talk:2453: Excel Lambda</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2453:_Excel_Lambda&amp;diff=210795"/>
				<updated>2021-04-22T20:23:00Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.219.218: &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;
Another ghost cueball comic! You can see it in the last panel. [[Special:Contributions/108.162.216.54|108.162.216.54]] 06:03, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Is that something that has happened before? First time noticing it. Is it just a remnant of the sketching? Of doest it mean something? [[Special:Contributions/162.158.93.213|162.158.93.213]] 13:21, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Someone needs to add an explanation of the Lambda, and possibly how Excel is implementing it. (I suppose it would immediately be useful for cutting down common re-use within a formula line, though =IF(ISERR(FIND(&amp;quot;:&amp;quot;,A1)),A1,RIGHT(A1,LEN(A1)-FIND(&amp;quot;:&amp;quot;,A1))) is a trivial repeat of the FIND, once to check, then again to do, I often need to do far more nested things, check for being a value, repeat the FIND to deal with the LEFT, etc.) But it has the smell of being effectively a Macro in this instance. Which already seems to me to be the only way to run a ''proper'' Turing Machine in an Excel column without hitting Circular Reference issues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Would it be a stretch to say that Turing's inability to prove if Cueball will stop is actually equivalent to the halting problem, except it is for Cueball and not an arbitrary Turing machine? I thought that was pretty funny. [[User:XTheBHox|xTheBHox]] ([[User talk:XTheBHox|talk]]) 11:30, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microsoft themselves claim that the addition of LAMBDA makes Excel turing-comlpete (see here: https://techcommunity.microsoft.com/t5/excel-blog/announcing-lambda-turn-excel-formulas-into-custom-functions/ba-p/1925546). Based on this comic, I would argue that it already was... [[Special:Contributions/162.158.159.36|162.158.159.36]] 12:55, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Someone has already made Conway's game of life in excel (http://dailydoseofexcel.com/archives/2011/04/06/conways-game-of-life-simulation-in-excel) and game of life has been shown to be Turing complete. [[User:Kvarts314|Kvarts314]] ([[User talk:Kvarts314|talk]]) 13:28, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Since Excel has a way to store and do math on numbers, and also a way to 'point' to a certain cell, it is Turing-complete. A lambda function is not necessary for Turing-completeness (e.x. a turing machine does not have one.) [[Special:Contributions/162.158.255.250|162.158.255.250]] 15:14, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
it should probably be mentioned that the number of excel rows is emphatically *not* infinite, so only simple turing machines could be implemented this way. [[Special:Contributions/162.158.93.15|162.158.93.15]] 17:20, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:In fact, it technically isn't Turing complete, as it has only a finite amount of data. It might be a finite-state-machine or the like, though. --[[Special:Contributions/108.162.219.218|108.162.219.218]] 20:22, 22 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.219.218</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2453:_Excel_Lambda&amp;diff=210794</id>
		<title>Talk:2453: Excel Lambda</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2453:_Excel_Lambda&amp;diff=210794"/>
				<updated>2021-04-22T20:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.219.218: &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;
Another ghost cueball comic! You can see it in the last panel. [[Special:Contributions/108.162.216.54|108.162.216.54]] 06:03, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Is that something that has happened before? First time noticing it. Is it just a remnant of the sketching? Of doest it mean something? [[Special:Contributions/162.158.93.213|162.158.93.213]] 13:21, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Someone needs to add an explanation of the Lambda, and possibly how Excel is implementing it. (I suppose it would immediately be useful for cutting down common re-use within a formula line, though =IF(ISERR(FIND(&amp;quot;:&amp;quot;,A1)),A1,RIGHT(A1,LEN(A1)-FIND(&amp;quot;:&amp;quot;,A1))) is a trivial repeat of the FIND, once to check, then again to do, I often need to do far more nested things, check for being a value, repeat the FIND to deal with the LEFT, etc.) But it has the smell of being effectively a Macro in this instance. Which already seems to me to be the only way to run a ''proper'' Turing Machine in an Excel column without hitting Circular Reference issues.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Would it be a stretch to say that Turing's inability to prove if Cueball will stop is actually equivalent to the halting problem, except it is for Cueball and not an arbitrary Turing machine? I thought that was pretty funny. [[User:XTheBHox|xTheBHox]] ([[User talk:XTheBHox|talk]]) 11:30, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microsoft themselves claim that the addition of LAMBDA makes Excel turing-comlpete (see here: https://techcommunity.microsoft.com/t5/excel-blog/announcing-lambda-turn-excel-formulas-into-custom-functions/ba-p/1925546). Based on this comic, I would argue that it already was... [[Special:Contributions/162.158.159.36|162.158.159.36]] 12:55, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Someone has already made Conway's game of life in excel (http://dailydoseofexcel.com/archives/2011/04/06/conways-game-of-life-simulation-in-excel) and game of life has been shown to be Turing complete. [[User:Kvarts314|Kvarts314]] ([[User talk:Kvarts314|talk]]) 13:28, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; Since Excel has a way to store and do math on numbers, and also a way to 'point' to a certain cell, it is Turing-complete. A lambda function is not necessary for Turing-completeness (e.x. a turing machine does not have one.) [[Special:Contributions/162.158.255.250|162.158.255.250]] 15:14, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
it should probably be mentioned that the number of excel rows is emphatically *not* infinite, so only simple turing machines could be implemented this way. [[Special:Contributions/162.158.93.15|162.158.93.15]] 17:20, 22 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:In fact, I technically isn't Turing complete, as it has only a finite amount of data. It might be a finite-state-machine or the like, though. --[[Special:Contributions/108.162.219.218|108.162.219.218]] 20:22, 22 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.219.218</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2445:_Checkbox&amp;diff=209746</id>
		<title>2445: Checkbox</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2445:_Checkbox&amp;diff=209746"/>
				<updated>2021-04-06T14:36:24Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.219.218: Hey, don't usually edit, hope this is all good&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2445&lt;br /&gt;
| date      = April 1, 2021&lt;br /&gt;
| title     = Checkbox&lt;br /&gt;
| image     = checkbox.gif&lt;br /&gt;
| titletext = Check check check ... chhecck chhecck chhecck ... check check check&lt;br /&gt;
}}&lt;br /&gt;
{{TOC}} &lt;br /&gt;
*To experience the interactivity of this game, visit the {{xkcd|2445|original comic}}.&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a CHECKBOX. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}} &lt;br /&gt;
This was the 11th [[:Category:April fools' comics|April fools' comic]] released by [[Randall]]. The previous fools comic was [[2288: Collector's Edition]], which was delayed two days and released on Friday April 3, 2020.&lt;br /&gt;
&lt;br /&gt;
The comic looks similar to a loading screen. The actual comic (this “loading screen”) consists of a gif of a checkbox (hence the name). &lt;br /&gt;
&lt;br /&gt;
The frame is replaced with an interactive panel. In the center is a check box, which clears itself immediately when checked. In the bottom right is a mute button, which begins muted. By unmuting, sounds are played when the check box is checked.&lt;br /&gt;
&lt;br /&gt;
Under the checkbox is a scrolling visual representation of the timing and duration of clicks in the check box, which also produce matching beeping sounds when unmuted. The representation either has a dot for short press or a bar for long press; the length of either is not effected by the length of the actual time the box is pressed, only if it is above the or below the duration that defines if it is a dot or a bar.&lt;br /&gt;
&lt;br /&gt;
By varying between brief and long presses, and brief and long intervals between presses, it is possible to enter characters in Morse Code.&lt;br /&gt;
&lt;br /&gt;
The check box then begins operating by itself, producing sounds which can be decoded as Morse Code. These responses are also printed in the browser's JavaScript console in both plain text and a textual representation of Morse code. If left without any initial input for 30 seconds it would send the message CQ (meaning &amp;quot;Seek You&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
The title text hints at the use of Morse Code in the comic; interpreting the &amp;quot;check&amp;quot; as a Morse Code dot and the &amp;quot;chhecck&amp;quot; (a long check) as a Morse Code dash gives ...---..., which is the Morse Code for &amp;quot;SOS&amp;quot;, the international distress signal. Incidentally, inputting the SOS signal gives &amp;quot;YOU TOO?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For the majority of inputs, the check box responds with a random selection from the following list:&lt;br /&gt;
* COME AGAIN&lt;br /&gt;
* HUH&lt;br /&gt;
* NOT FOLLOWING&lt;br /&gt;
* SAY AGAIN&lt;br /&gt;
* TRY THAT AGAIN&lt;br /&gt;
* WHAT&lt;br /&gt;
&lt;br /&gt;
Some keywords, however, have [[#Special Responses´|special responses]].&lt;br /&gt;
&lt;br /&gt;
This comic has a [[xkcd_Header_text#Unique_header_text|unique header text]], see [[xkcd_Header_text#Checkbox|the details here]]. The header states that &amp;quot;This comic was put together byMax Goodhart, Patrick, Amber, Benjamin Staffin, Kevin Cotrone, and Michael Leuchtenburg. Read Max's [https://chromakode.com/post/checkbox blog post] on development of the comic.&lt;br /&gt;
&lt;br /&gt;
==Special Responses==&lt;br /&gt;
[.s are short presses, -s are long presses, and /s are spaces (just for readability)]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|XKCD -&amp;gt; FILE NOT FOUND&lt;br /&gt;
|[-..- -.- -.-. -..] -&amp;gt; [..-. .. .-.. . / -. --- - / ..-. --- ..- -. -..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|XKCD -&amp;gt; A CROSS THREE LETTERS&lt;br /&gt;
|[-..- -.- -.-. -..] -&amp;gt; [.- / -.-. .-. --- ... ... / - .... .-. . . / .-.. . - - . .-. ...]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|HI -&amp;gt; HELLO! ANYBODY OUT THERE?&lt;br /&gt;
|[.... ..] -&amp;gt; [.... . .-.. .-.. --- -.-.-- / .- -. -.-- -... --- -.. -.-- / --- ..- - / - .... . .-. . ..--..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|HELLO -&amp;gt; HELLO TO YOU TOO!&lt;br /&gt;
|[.... . .-.. .-.. ---] -&amp;gt; [.... . .-.. .-.. --- / - --- / -.-- --- ..- / - --- --- -.-.--]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|HELP -&amp;gt; ENTER IMAGE NUMBER&lt;br /&gt;
|[.... . .-.. .--.] -&amp;gt; [. -. - . .-. / .. -- .- --. . / -. ..- -- -... . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|HELP -&amp;gt; YES PLEASE&lt;br /&gt;
|[.... . .-.. .--.] -&amp;gt; [-.-- . ... / .--. .-.. . .- ... .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ES -&amp;gt; QUE&lt;br /&gt;
|[. ...] -&amp;gt; [--.- ..- .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|WHAT -&amp;gt; ECHO&lt;br /&gt;
|[.-- .... .- -] -&amp;gt; [. -.-. .... ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ECHO -&amp;gt; ECHO&lt;br /&gt;
|[. -.-. .... ---] -&amp;gt; [. -.-. .... ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|CHECK -&amp;gt; MATE&lt;br /&gt;
|[-.-. .... . -.-. -.-] -&amp;gt; [-- .- - .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|CHECKBOX -&amp;gt; RADIO BUTTON&lt;br /&gt;
|[-.-. .... . -.-. -.- -... --- -..-] -&amp;gt; [.-. .- -.. .. --- / -... ..- - - --- -.]&lt;br /&gt;
|This also works the other way around.&lt;br /&gt;
|-&lt;br /&gt;
|E (''repeat n times'') -&amp;gt; E (''repeat n times'')&lt;br /&gt;
|[.]&lt;br /&gt;
|This only applies for n &amp;lt; 7. Also, n=6 returns 'AAAAAA' instead.&lt;br /&gt;
|-&lt;br /&gt;
|T (''repeat n times'') -&amp;gt; T (''repeat n times'')&lt;br /&gt;
|[-]&lt;br /&gt;
|This only applies for n &amp;lt; 7.&lt;br /&gt;
|-&lt;br /&gt;
|E -&amp;gt; E ''pause'' I -&amp;gt; EIEIO&lt;br /&gt;
|[.] -&amp;gt; [.] ''pause'' [..] -&amp;gt; [. .. . .. ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|I (''repeat n times'') -&amp;gt; I (''repeat n times'')&lt;br /&gt;
|[..] -&amp;gt; [..] ''or'' [.. ...-] (IV) ''or'' [...-] (V)&lt;br /&gt;
|This only applies for n &amp;lt; 4. n=4 returns 'IV' and n=5 returns 'V', the Roman numerals for 4 and 5, repectively.&lt;br /&gt;
|-&lt;br /&gt;
|FLIPCOIN -&amp;gt; HEADS ''or'' TAILS&lt;br /&gt;
|[..-. .-.. .. .--. -.-. --- .. -.] -&amp;gt; [.... . .- -.. ...] ''or'' [- .- .. .-.. ...]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|LOOK AROUND -&amp;gt; NOT ENOUGH POWER&lt;br /&gt;
|[.-.. --- --- -.- / .- .-. --- ..- -. -..] -&amp;gt; [-. --- - / . -. --- ..- --. .... / .--. --- .-- . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SEE -&amp;gt; RED SOIL&lt;br /&gt;
|[... . .] -&amp;gt; [.-. . -.. / ... --- .. .-..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|WHO ARE YOU ''or'' WHAT IS YOUR NAME -&amp;gt; SOJOURNER&lt;br /&gt;
|[.-- .... --- / .- .-. . / -.-- --- ..-] ''or'' [.-- .... .- - / .. ... / -.-- --- ..- .-. / -. .- -- .] -&amp;gt; [... --- .--- --- ..- .-. -. . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SOJOURNER -&amp;gt; CFM&lt;br /&gt;
|[... --- .--- --- ..- .-. -. . .-.] -&amp;gt; [-.-. ..-. --]&lt;br /&gt;
|CFM is short for confirm.&lt;br /&gt;
|-&lt;br /&gt;
|ET -&amp;gt; PHONE HOME&lt;br /&gt;
|[. -] -&amp;gt; [.--. .... --- -. . / .... --- -- .]&lt;br /&gt;
|This is a reference to the movie ET.&lt;br /&gt;
|-&lt;br /&gt;
|LS -&amp;gt; DID YOU MEAN DIR&lt;br /&gt;
|[.-.. ...] -&amp;gt; [-.. .. -.. / -.-- --- ..- / -- . .- -. / -.. .. .-.]&lt;br /&gt;
|These are both commands for viewing the files in a directory. LS is the traditional method in UNIX, whereas DIR is more associated with MS-DOS/Windows (although it also exists in UNIX).&lt;br /&gt;
|-&lt;br /&gt;
|DIR -&amp;gt; ENTER IMAGE NUMBER&lt;br /&gt;
|[-.. .. .-.] -&amp;gt; [. -. - . .-. / .. -- .- --. . / -. ..- -- -... . .-.]&lt;br /&gt;
|This references to the next input. DIR stands for directory.&lt;br /&gt;
|-&lt;br /&gt;
|(''any number ≤ 2445'') -&amp;gt; (''loads xkcd comic in new tab'')&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MAKE ME A SANDWICH -&amp;gt; NOT A CHANCE&lt;br /&gt;
|[-- .- -.- . / -- . / .- / ... .- -. -.. .-- .. -.-. ....] -&amp;gt; [-. --- - / .- / -.-. .... .- -. -.-. .]&lt;br /&gt;
| reference to [https://www.explainxkcd.com/wiki/index.php/149:_Sandwich this Comic]&lt;br /&gt;
|-&lt;br /&gt;
|SUDO MAKE ME A SANDWICH -&amp;gt; NOT POSSIBLE HERE&lt;br /&gt;
|[... ..- -.. --- / -- .- -.- . / -- . / .- / ... .- -. -.. .-- .. -.-. ....] -&amp;gt; [-. --- - / .--. --- ... ... .. -... .-.. . / .... . .-. .]&lt;br /&gt;
| reference to [https://www.explainxkcd.com/wiki/index.php/149:_Sandwich this comic]&lt;br /&gt;
|-&lt;br /&gt;
|I LOVE YOU -&amp;gt; LESS THAN THREE&lt;br /&gt;
|[.. / .-.. --- ...- . / -.-- --- ..-] -&amp;gt; [.-.. . ... ... / - .... .- -. / - .... .-. . .]&lt;br /&gt;
|&amp;quot;Less than three&amp;quot; represents the less than (&amp;lt;) symbol followed by the number three (3), which together form &amp;lt;3. This is commonly used to represent a heart.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki /&amp;gt;:) -&amp;gt; :D&lt;br /&gt;
|[---... -.--.-] -&amp;gt; [---... -..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki /&amp;gt;:( -&amp;gt; :C&lt;br /&gt;
|[---... -.--.] -&amp;gt; [---... -.-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki /&amp;gt;;) -&amp;gt; :O&lt;br /&gt;
|[-.-.-. -.--.-] -&amp;gt; [---... ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki /&amp;gt;:O -&amp;gt; :X&lt;br /&gt;
|[---... ---] -&amp;gt; [---... -..-]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|UWU -&amp;gt; OWO&lt;br /&gt;
|[..- .-- ..-] -&amp;gt; [--- .-- ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|OWO -&amp;gt; UWU&lt;br /&gt;
|[--- .-- ---] -&amp;gt; [..- .-- ..-]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|POG -&amp;gt; YEET&lt;br /&gt;
|[.--. --- --.] -&amp;gt; [-.-- . . -]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|UNIX -&amp;gt; (''Opens [https://uni.xkcd.com uni.xkcd.com]'')&lt;br /&gt;
|[..- -. .. -..-]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|GET YE FLASK -&amp;gt; YE WISH! IF THERE WAS A FLASK IN THIS GAME, WE'D KNOW ABOUT IT.&lt;br /&gt;
|[--. . - / -.-- . / ..-. .-.. .- ... -.-] -&amp;gt; [-.-- . / .-- .. ... .... -.-.-- / .. ..-. / - .... . .-. . / .-- .- ... / .- / ..-. .-.. .- ... -.- / .. -. / - .... .. ... / --. .- -- . --..-- / .-- . .----. -.. / -.- -. --- .-- / .- -... --- ..- - / .. - .-.-.-]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|GET YE FLASK -&amp;gt; YOU CANNOT GET YE FLASK&lt;br /&gt;
|[--. . - / -.-- . / ..-. .-.. .- ... -.-] -&amp;gt; [-.-- --- ..- / -.-. .- -. -. --- - / --. . - / -.-- . / ..-. .-.. .- ... -.-]&lt;br /&gt;
|This response, as well as the previous one, are references to a recurring joke from {{w|Homestar Runner}}.&lt;br /&gt;
|-&lt;br /&gt;
|YO -&amp;gt; YO&lt;br /&gt;
|[-.-- ---] -&amp;gt; [-.-- ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|DROP TABLE -&amp;gt; HAHA NO&lt;br /&gt;
|[.... .- .... .- / -. ---] -&amp;gt; [.... .- .... .- / -. ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|WHY -&amp;gt; TO STUDY THE RED PLANET&lt;br /&gt;
|[.-- .... -.--] -&amp;gt; [- --- / ... - ..- -.. -.-- / - .... . / .-. . -.. / .--. .-.. .- -. . -]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|EAT -&amp;gt; I PHOTOSYNTHESIZE&lt;br /&gt;
|[. .- -] -&amp;gt; [.. / .--. .... --- - --- ... -.-- -. - .... . ... .. --.. .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BATTLE ''or'' FIGHT -&amp;gt; THROW&lt;br /&gt;
|[-... .- - - .-.. .] ''or'' [..-. .. --. .... -] -&amp;gt; [- .... .-. --- .--]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|START -&amp;gt; DID YOU MEAN START GAME?&lt;br /&gt;
|[... - .- .-. -] -&amp;gt; [-.. .. -.. / -.-- --- ..- / -- . .- -. / ... - .- .-. - / --. .- -- . ..--..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|STARTGAME -&amp;gt; CHECK BACK LATER&lt;br /&gt;
|[... - .- .-. - --. .- -- .] -&amp;gt; [-.-. .... . -.-. -.- / -... .- -.-. -.- / .-.. .- - . .-.]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
===Controls===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|QUIET -&amp;gt; (turns the volume off)&lt;br /&gt;
|[--.- ..- .. . -]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MUTE -&amp;gt; (turns the volume off)&lt;br /&gt;
|[-- ..- - .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BEEP -&amp;gt; (turns the volume on)&lt;br /&gt;
|[-... . . .--.]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
See also QRS and QRQ.&lt;br /&gt;
&lt;br /&gt;
===Q codes and radio shorthand===&lt;br /&gt;
An explanation of Q codes can be found {{w|Q code|here}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|CQ -&amp;gt; CQD DE SOJ&lt;br /&gt;
|[-.-. --.-] -&amp;gt; [-.-. --.- -.. / -.. . / ... --- .---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SOS -&amp;gt; YOU TOO?&lt;br /&gt;
|[... --- ...] -&amp;gt; [-.-- --- ..- / - --- --- ..--..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SOS -&amp;gt; OH NO&lt;br /&gt;
|[... --- ...] -&amp;gt; [--- .... / -. ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRS -&amp;gt; (reduces playback speed)&lt;br /&gt;
|[--.- .-. ...]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRQ -&amp;gt; (increases playback speed)&lt;br /&gt;
|[--.- .-. --.-]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRA -&amp;gt; QRA SOJOURNER&lt;br /&gt;
|[--.- .-. .-] -&amp;gt; [--.- .-. .- / ... --- .--- --- ..- .-. -. . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRB -&amp;gt; QRB 264 MILLION KM&lt;br /&gt;
|[--.- .-. -...] -&amp;gt; [--.- .-. -... /..--- -.... ....- / -- .. .-.. .-.. .. --- -. / -.- --]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRH -&amp;gt; QRH 0.652 METERS&lt;br /&gt;
|[--.- .-. ....] -&amp;gt; [--.- .-. .... / ----- .-.-.- -.... ..... ..--- / -- . - . .-. ...]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRG -&amp;gt; QRG PATHFINDER&lt;br /&gt;
|[--.- .-. --.] -&amp;gt; [--.- .-. --. / .--. .- - .... ..-. .. -. -.. . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRZ -&amp;gt; QRZ SOJOURNER&lt;br /&gt;
|[--.- .-. --..] -&amp;gt; [--.- .-. --.. / ... --- .--- --- ..- .-. -. . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QRT -&amp;gt; PLEASE DON'T GO&lt;br /&gt;
|[--.- .-. -] -&amp;gt; [.--. .-.. . .- ... . / -.. --- -. .----. - / --. ---]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QTH -&amp;gt; QTH ARES VALLIS&lt;br /&gt;
|[--.- - ....] -&amp;gt; [--.- - .... / .- .-. . ... / ...- .- .-.. .-.. .. ...]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|QSL -&amp;gt; QSL&lt;br /&gt;
|[--.- ... .-..] -&amp;gt; [--.- ... .-..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|73 -&amp;gt; 73 KN&lt;br /&gt;
|[--... ...--] -&amp;gt; [--... ...-- / -.- -.]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
===FORTUNE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|F -&amp;gt; DID YOU MEAN FORTUNE&lt;br /&gt;
|[..-.] -&amp;gt; [-.. .. -.. / -.-- --- ..- / -- . .- -. / ..-. --- .-. - ..- -. .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|FORTUNE -&amp;gt; OPEN ME&lt;br /&gt;
|[..-. --- .-. - ..- -. .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|OPEN -&amp;gt; ''returns one of the following fortunes''&lt;br /&gt;
&lt;br /&gt;
1. A BEAUTIFUL SMART AND LOVING PERSON WILL BE COMING INTO YOUR LIFE&lt;br /&gt;
&lt;br /&gt;
2. CHANGE IS HAPPENING IN YOUR LIFE SO GO WITH THE FLOW&lt;br /&gt;
&lt;br /&gt;
3. COURTESY BEGINS IN THE HOME&lt;br /&gt;
&lt;br /&gt;
4. DILIGENCE AND MODESTY CAN RAISE YOUR SOCIAL STATUS&lt;br /&gt;
&lt;br /&gt;
5. EVERYWHERE YOU CHOOSE TO GO FRIENDLY FACES WILL GREET YOU&lt;br /&gt;
&lt;br /&gt;
6. FOLLOW THE MIDDLE PATH NEITHER EXTREME WILL MAKE YOU HAPPY&lt;br /&gt;
&lt;br /&gt;
7. FOR THE THINGS WE HAVE TO LEARN BEFORE WE CAN DO THEM WE LEARN BY DOING THEM&lt;br /&gt;
&lt;br /&gt;
8. HELP IM BEING HELD PRISONER IN A CHINESE BAKERY&lt;br /&gt;
&lt;br /&gt;
9. LIKE THE RIVER FLOW INTO THE SEA SOMETHING ARE JUST MEANT TO BE&lt;br /&gt;
&lt;br /&gt;
10. MANS MIND ONCE STRETCHED BY A NEW IDEA NEVER REGAINS ITS ORIGINAL DIMENSIONS&lt;br /&gt;
&lt;br /&gt;
11. MEDITATION WITH AN OLD ENEMY IS ADVISED&lt;br /&gt;
&lt;br /&gt;
12. NEVER FEAR THE END OF SOMETHING MARKS THE START OF SOMETHING NEW&lt;br /&gt;
&lt;br /&gt;
13. PERHAPS YOUVE BEEN FOCUSING TOO MUCH ON SAVING&lt;br /&gt;
&lt;br /&gt;
14. SAVOR YOUR FREEDOM IT IS PRECIOUS&lt;br /&gt;
&lt;br /&gt;
15. STAYING CLOSE TO HOME IS GOING TO BE BEST FOR YOUR MORALE TODAY&lt;br /&gt;
&lt;br /&gt;
16. YOU ARE GENEROUS TO AN EXTREME AND ALWAYS THINK OF THE OTHER FELLOW&lt;br /&gt;
&lt;br /&gt;
17. YOU HAVE AN UNUSUAL EQUIPMENT FOR SUCCESS USE IT PROPERLY&lt;br /&gt;
&lt;br /&gt;
18. YOU SHOULD PAY FOR THIS CHECK BE GENEROUS&lt;br /&gt;
&lt;br /&gt;
19. YOU WILL BE A GREAT SUCCESS BOTH IN THE BUSINESS WORLD AND SOCIETY&lt;br /&gt;
&lt;br /&gt;
20. YOUR DREAMS ARE NEVER SILLY DEPEND ON THEM TO GUIDE YOU&lt;br /&gt;
&lt;br /&gt;
21. YOUR INFINITE CAPACITY FOR PATIENCE WILL BE REWARDED SOONER OR LATER&lt;br /&gt;
&lt;br /&gt;
22. YOUR MENTALITY IS ALERT PRACTICAL AND ANALYTICAL&lt;br /&gt;
&lt;br /&gt;
23. YOUR MOODS SIGNAL A PERIOD OF CHANGE&lt;br /&gt;
&lt;br /&gt;
|[--- .--. . -.]&lt;br /&gt;
&lt;br /&gt;
1. [.- / -... . .- ..- - .. ..-. ..- .-.. / ... -- .- .-. - / .- -. -.. / .-.. --- ...- .. -. --. / .--. . .-. ... --- -. / .-- .. .-.. .-.. / -... . / -.-. --- -- .. -. --. / .. -. - --- / -.-- --- ..- .-. / .-.. .. ..-. .]&lt;br /&gt;
&lt;br /&gt;
2. [-.-. .... .- -. --. . / .. ... / .... .- .--. .--. . -. .. -. --. / .. -. / -.-- --- ..- .-. / .-.. .. ..-. . / ... --- / --. --- / .-- .. - .... / - .... . / ..-. .-.. --- .--]&lt;br /&gt;
&lt;br /&gt;
3. [-.-. --- ..- .-. - . ... -.-- / -... . --. .. -. ... / .. -. / - .... . / .... --- -- .]&lt;br /&gt;
&lt;br /&gt;
4. [-.. .. .-.. .. --. . -. -.-. . / .- -. -.. / -- --- -.. . ... - -.-- / -.-. .- -. / .-. .- .. ... . / -.-- --- ..- .-. / ... --- -.-. .. .- .-.. / ... - .- - ..- ...]&lt;br /&gt;
&lt;br /&gt;
5. [. ...- . .-. -.-- .-- .... . .-. . / -.-- --- ..- / -.-. .... --- --- ... . / - --- / --. --- / ..-. .-. .. . -. -.. .-.. -.-- / ..-. .- -.-. . ... / .-- .. .-.. .-.. / --. .-. . . - / -.-- --- ..-]&lt;br /&gt;
&lt;br /&gt;
6. [. ...- . .-. -.-- .-- .... . .-. . / -.-- --- ..- / -.-. .... --- --- ... . / - --- / --. --- / ..-. .-. .. . -. -.. .-.. -.-- / ..-. .- -.-. . ... / .-- .. .-.. .-.. / --. .-. . . - / -.-- --- ..-]&lt;br /&gt;
&lt;br /&gt;
7. [..-. --- .-. / - .... . / - .... .. -. --. ... / .-- . / .... .- ...- . / - --- / .-.. . .- .-. -. / -... . ..-. --- .-. . / .-- . / -.-. .- -. / -.. --- / - .... . -- / .-- . / .-.. . .- .-. -. / -... -.-- / -.. --- .. -. --. / - .... . --]&lt;br /&gt;
&lt;br /&gt;
8. [.... . .-.. .--. / .. -- / -... . .. -. --. / .... . .-.. -.. / .--. .-. .. ... --- -. . .-. / .. -. / .- / -.-. .... .. -. . ... . / -... .- -.- . .-. -.--]&lt;br /&gt;
&lt;br /&gt;
9. [.-.. .. -.- . / - .... . / .-. .. ...- . .-. / ..-. .-.. --- .-- / .. -. - --- / - .... . / ... . .- / ... --- -- . - .... .. -. --. / .- .-. . / .--- ..- ... - / -- . .- -. - / - --- / -... .]&lt;br /&gt;
&lt;br /&gt;
10. [-- .- -. ... / -- .. -. -.. / --- -. -.-. . / ... - .-. . - -.-. .... . -.. / -... -.-- / .- / -. . .-- / .. -.. . .- / -. . ...- . .-. / .-. . --. .- .. -. ... / .. - ... / --- .-. .. --. .. -. .- .-.. / -.. .. -- . -. ... .. --- -. ...]&lt;br /&gt;
&lt;br /&gt;
11. [-- . -.. .. - .- - .. --- -. / .-- .. - .... / .- -. / --- .-.. -.. / . -. . -- -.-- / .. ... / .- -.. ...- .. ... . -..]&lt;br /&gt;
&lt;br /&gt;
12. [-. . ...- . .-. / ..-. . .- .-. / - .... . / . -. -.. / --- ..-. / ... --- -- . - .... .. -. --. / -- .- .-. -.- ... / - .... . / ... - .- .-. - / --- ..-. / ... --- -- . - .... .. -. --. / -. . .--]&lt;br /&gt;
&lt;br /&gt;
13. [.--. . .-. .... .- .--. ... / -.-- --- ..- ...- . / -... . . -. / ..-. --- -.-. ..- ... .. -. --. / - --- --- / -- ..- -.-. .... / --- -. / ... .- ...- .. -. --.]&lt;br /&gt;
&lt;br /&gt;
14. [... .- ...- --- .-. / -.-- --- ..- .-. / ..-. .-. . . -.. --- -- / .. - / .. ... / .--. .-. . -.-. .. --- ..- ...]&lt;br /&gt;
&lt;br /&gt;
15. [... - .- -.-- .. -. --. / -.-. .-.. --- ... . / - --- / .... --- -- . / .. ... / --. --- .. -. --. / - --- / -... . / -... . ... - / ..-. --- .-. / -.-- --- ..- .-. / -- --- .-. .- .-.. . / - --- -.. .- -.--]&lt;br /&gt;
&lt;br /&gt;
16. [-.-- --- ..- / .- .-. . / --. . -. . .-. --- ..- ... / - --- / .- -. / . -..- - .-. . -- . / .- -. -.. / .- .-.. .-- .- -.-- ... / - .... .. -. -.- / --- ..-. / - .... . / --- - .... . .-. / ..-. . .-.. .-.. --- .--]&lt;br /&gt;
&lt;br /&gt;
17. [-.-- --- ..- / .... .- ...- . / .- -. / ..- -. ..- ... ..- .- .-.. / . --.- ..- .. .--. -- . -. - / ..-. --- .-. / ... ..- -.-. -.-. . ... ... / ..- ... . / .. - / .--. .-. --- .--. . .-. .-.. -.--]&lt;br /&gt;
&lt;br /&gt;
18. [-.-- --- ..- / ... .... --- ..- .-.. -.. / .--. .- -.-- / ..-. --- .-. / - .... .. ... / -.-. .... . -.-. -.- / -... . / --. . -. . .-. --- ..- ...]&lt;br /&gt;
&lt;br /&gt;
19. [-.-- --- ..- / .-- .. .-.. .-.. / -... . / .- / --. .-. . .- - / ... ..- -.-. -.-. . ... ... / -... --- - .... / .. -. / - .... . / -... ..- ... .. -. . ... ... / .-- --- .-. .-.. -.. / .- -. -.. / ... --- -.-. .. . - -.--]&lt;br /&gt;
&lt;br /&gt;
20. [-.-- --- ..- .-. / -.. .-. . .- -- ... / .- .-. . / -. . ...- . .-. / ... .. .-.. .-.. -.-- / -.. . .--. . -. -.. / --- -. / - .... . -- / - --- / --. ..- .. -.. . / -.-- --- ..-]&lt;br /&gt;
&lt;br /&gt;
21. [-.-- --- ..- .-. / .. -. ..-. .. -. .. - . / -.-. .- .--. .- -.-. .. - -.-- / ..-. --- .-. / .--. .- - .. . -. -.-. . / .-- .. .-.. .-.. / -... . / .-. . .-- .- .-. -.. . -.. / ... --- --- -. . .-. / --- .-. / .-.. .- - . .-.]&lt;br /&gt;
&lt;br /&gt;
22. [-.-- --- ..- .-. / -- . -. - .- .-.. .. - -.-- / .. ... / .- .-.. . .-. - / .--. .-. .- -.-. - .. -.-. .- .-.. / .- -. -.. / .- -. .- .-.. -.-- - .. -.-. .- .-..]&lt;br /&gt;
&lt;br /&gt;
23. [-.-- --- ..- .-. / -- --- --- -.. ... / ... .. --. -. .- .-.. / .- / .--. . .-. .. --- -.. / --- ..-. / -.-. .... .- -. --. .]&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|OPEN -&amp;gt; HUH (if after something other than &amp;quot;FORTUNE&amp;quot;)&lt;br /&gt;
|[--- .--. . -.] -&amp;gt; [.... ..- ....]&lt;br /&gt;
|}&lt;br /&gt;
===ENCABULATOR===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|STATUS -&amp;gt; RADIO ONLINE, MOTOR ONLINE, UNILATERAL PHASE DETRACTOR UNPOWERED, CARDINAL GRAMMETER UNSYNCHRONIZED&lt;br /&gt;
|[... - .- - ..- ...] -&amp;gt; [.-. .- -.. .. --- / --- -. .-.. .. -. . --..-- / -- --- - --- .-. / --- -. .-.. .. -. . --..-- / ..- -. .. .-.. .- - . .-. .- .-.. / .--. .... .- ... . / -.. . - .-. .- -.-. - --- .-. / ..- -. .--. --- .-- . .-. . -.. --..-- / -.-. .- .-. -.. .. -. .- .-.. / --. .-. .- -- -- . - . .-. / ..- -. ... -.-- -. -.-. .... .-. --- -. .. --.. . -..]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|YOUTUBE -&amp;gt; RXJKDH1KZ0W&lt;br /&gt;
|[-.-- --- ..- - ..- -... .]&lt;br /&gt;
|This represents the video ID for [https://youtu.be/RXJKdh1KZ0w Rockwell Retro Encabulator]&lt;br /&gt;
|-&lt;br /&gt;
|REPAIR ''or'' ENCABULATOR ''or'' FIX ''or'' SYSTEM  -&amp;gt; ENTERING ENCABULATOR RECOVERY SYSTEM. OPTIONS 1 INITIATE SIDE FUMBLING 2 ALIGN SPURVING BEARINGS 3 REVERSE TREMIE PIPE&lt;br /&gt;
:1 -&amp;gt; SIDE FUMBLING DETECTED. MODIAL INTERACTION UNSTABLE. RECOVERY TERMINATED.&lt;br /&gt;
:2 -&amp;gt; MODIAL INTERACTION INITIATED. OPTIONS 1 UNWIND LOTUS O DELTOID 2 INCREASE DEPLENERATION 3 CONNECT GIRDLESPRING ON DOWN END OF GRAMMETER 4 CONNECT SEVENTH CONDUCTOR TO GIRDLESPRING&lt;br /&gt;
::1 -&amp;gt; SIDE FUMBLING DETECTED. MODIAL INTERACTION UNSTABLE. RECOVERY TERMINATED.&lt;br /&gt;
::2 -&amp;gt; DEPLENERATION PREVENTED BY DINGLE ARM&lt;br /&gt;
::3 -&amp;gt; SIDE FUMBLING DETECTED. MODIAL INTERACTION UNSTABLE. RECOVERY TERMINATED.&lt;br /&gt;
::4 -&amp;gt; PANAMETRIC FAN ACTIVATED. MODIAL INTERACTION STABLE. DEFAULT CONFIGURATION MISSING. MANUALLY ENTER MARZELVANE TYPE TO COMPLETE RECOVERY&lt;br /&gt;
:::HYDROCOPTIC -&amp;gt; RECOVERY SUCCESSFUL. REBOOT Y N?&lt;br /&gt;
::::Y -&amp;gt; (''Opens [https://imgs.xkcd.com/comics/sojourner_repaired.png sojourner_repaired.png]'')&lt;br /&gt;
:3 -&amp;gt; ERROR TREMIE PIPE NONREVERSIBLE&lt;br /&gt;
|[.-. . .--. .- .. .-.] ''or'' [. -. -.-. .- -... ..- .-.. .- - --- .-.] ''or'' [..-. .. -..-] ''or'' [... -.-- ... - . --] -&amp;gt; [. -. - . .-. .. -. --. / . -. -.-. .- -... ..- .-.. .- - --- .-. / .-. . -.-. --- ...- . .-. -.-- / ... -.-- ... - . -- .-.-.- / --- .--. - .. --- -. ... / .---- / .. -. .. - .. .- - . / ... .. -.. . / ..-. ..- -- -... .-.. .. -. --. / ..--- / .- .-.. .. --. -. / ... .--. ..- .-. ...- .. -. --. / -... . .- .-. .. -. --. ... / ...-- / .-. . ...- . .-. ... . / - .-. . -- .. . / .--. .. .--. .]&lt;br /&gt;
:[.----] -&amp;gt; [... .. -.. . / ..-. ..- -- -... .-.. .. -. --. / -.. . - . -.-. - . -.. .-.-.- / -- --- -.. .. .- .-.. / .. -. - . .-. .- -.-. - .. --- -. / ..- -. ... - .- -... .-.. . .-.-.- / .-. . -.-. --- ...- . .-. -.-- / - . .-. -- .. -. .- - . -.. .-.-.-]&lt;br /&gt;
:[..---] -&amp;gt; [-- --- -.. .. .- .-.. / .. -. - . .-. .- -.-. - .. --- -. / .. -. .. - .. .- - . -.. .-.-.- / --- .--. - .. --- -. ... / .---- / ..- -. .-- .. -. -.. / .-.. --- - ..- ... / --- / -.. . .-.. - --- .. -.. / ..--- / .. -. -.-. .-. . .- ... . / -.. . .--. .-.. . -. . .-. .- - .. --- -. / ...-- / -.-. --- -. -. . -.-. - / --. .. .-. -.. .-.. . ... .--. .-. .. -. --. / --- -. / -.. --- .-- -. / . -. -.. / --- ..-. / --. .-. .- -- -- . - . .-. / ....- / -.-. --- -. -. . -.-. - / ... . ...- . -. - .... / -.-. --- -. -.. ..- -.-. - --- .-. / - --- / --. .. .-. -.. .-.. . ... .--. .-. .. -. --.]&lt;br /&gt;
::[.----] -&amp;gt; [... .. -.. . / ..-. ..- -- -... .-.. .. -. --. / -.. . - . -.-. - . -.. .-.-.- / -- --- -.. .. .- .-.. / .. -. - . .-. .- -.-. - .. --- -. / ..- -. ... - .- -... .-.. . .-.-.- / .-. . -.-. --- ...- . .-. -.-- / - . .-. -- .. -. .- - . -.. .-.-.-]&lt;br /&gt;
::[..---] -&amp;gt; [-.. . .--. .-.. . -. . .-. .- - .. --- -. / .--. .-. . ...- . -. - . -.. / -... -.-- / -.. .. -. --. .-.. . / .- .-. --]&lt;br /&gt;
::[...--] -&amp;gt; [... .. -.. . / ..-. ..- -- -... .-.. .. -. --. / -.. . - . -.-. - . -.. .-.-.- / -- --- -.. .. .- .-.. / .. -. - . .-. .- -.-. - .. --- -. / ..- -. ... - .- -... .-.. . .-.-.- / .-. . -.-. --- ...- . .-. -.-- / - . .-. -- .. -. .- - . -.. .-.-.-]&lt;br /&gt;
::[....-] -&amp;gt; [.--. .- -. .- -- . - .-. .. -.-. / ..-. .- -. / .- -.-. - .. ...- .- - . -.. .-.-.- / -- --- -.. .. .- .-.. / .. -. - . .-. .- -.-. - .. --- -. / ... - .- -... .-.. . .-.-.- / -.. . ..-. .- ..- .-.. - / -.-. --- -. ..-. .. --. ..- .-. .- - .. --- -. / -- .. ... ... .. -. --. .-.-.- / -- .- -. ..- .- .-.. .-.. -.-- / . -. - . .-. / -- .- .-. --.. . .-.. ...- .- -. . / - -.-- .--. . / - --- / -.-. --- -- .--. .-.. . - . / .-. . -.-. --- ...- . .-. -.--]&lt;br /&gt;
:::[.... -.-- -.. .-. --- -.-. --- .--. - .. -.-.] -&amp;gt; [.-. . -.-. --- ...- . .-. -.-- / ... ..- -.-. -.-. . ... ... ..-. ..- .-.. .-.-.- / .-. . -... --- --- - / -.-- / -. ..--..]&lt;br /&gt;
::::[-.--]&lt;br /&gt;
:[...--] -&amp;gt; [. .-. .-. --- .-. / - .-. . -- .. . / .--. .. .--. . / -. --- -. .-. . ...- . .-. ... .. -... .-.. .]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===MAZE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|RETURN -&amp;gt; DID YOU MEAN ENTER&lt;br /&gt;
|[.-. . - ..- .-. -.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ENTER -&amp;gt; DID YOU MEAN ENTER MAZE&lt;br /&gt;
|[. -. - . .-.]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ENTER MAZE -&amp;gt; AN EMPTY ROOM&lt;br /&gt;
:LOOK -&amp;gt; AN EMPTY ROOM&lt;br /&gt;
:HELP -&amp;gt; NORTH EAST SOUTH WEST GET&lt;br /&gt;
:EXIT -&amp;gt; CFM (''Exits the maze'')&lt;br /&gt;
|[. -. - . .-. / -- .- --.. .] -&amp;gt; [.- -. / . -- .--. - -.-- / .-. --- --- --]&lt;br /&gt;
:[.-.. --- --- -.-] -&amp;gt; [.- -. / . -- .--. - -.-- / .-. --- --- --]&lt;br /&gt;
:[.... . .-.. .--.] -&amp;gt; [-. --- .-. - .... / . .- ... - / ... --- ..- - .... / .-- . ... - / --. . -]&lt;br /&gt;
:[. -..- .. -] -&amp;gt; [-.-. ..-. --]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
 {| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 |+ Maze&lt;br /&gt;
 |-&lt;br /&gt;
 |an open flame || a candle on a table || style=&amp;quot;background-color: black;&amp;quot; |&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;background-color: black;&amp;quot; | || an empty room (start) || style=&amp;quot;background-color: black;&amp;quot; |&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;background-color: black;&amp;quot; | || a hanging bell || an open book on a table (locked door)&lt;br /&gt;
 |- &lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
Steps to complete (directions can be abbreviated as their first letter):&lt;br /&gt;
# NORTH&lt;br /&gt;
# GET CANDLE -&amp;gt; TAKEN&lt;br /&gt;
# WEST&lt;br /&gt;
# LIGHT CANDLE&lt;br /&gt;
# EAST&lt;br /&gt;
# SOUTH&lt;br /&gt;
# SOUTH&lt;br /&gt;
# RING BELL -&amp;gt; A DOOR OPENS&lt;br /&gt;
# EAST&lt;br /&gt;
# CLOSE BOOK -&amp;gt; CONGRATULATIONS YOU ESCAPE&lt;br /&gt;
&lt;br /&gt;
===CROSSWORD===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Message &amp;amp; response&lt;br /&gt;
! Morse Code&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|CROSSWORD -&amp;gt; NUMBER AND DIRECTION&lt;br /&gt;
|[-.-. .-. --- ... ... .-- --- .-. -..] -&amp;gt; [-. ..- -- -... . .-. / .- -. -.. / -.. .. .-. . -.-. - .. --- -.]&lt;br /&gt;
|This starts a crossword. You can ask for hints like &amp;quot;1 down&amp;quot; or &amp;quot;2 across&amp;quot;. It appears to be the [https://rexwordpuzzle.blogspot.com/2021/04/libertarian-politico-johnson-thu-4-1-21.html New York Times Crossword] from the day this comic was written (2021-04-01).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Solved Crossword&lt;br /&gt;
|-&lt;br /&gt;
| m || y || g || o || d || style=&amp;quot;background-color: black; | || d || e || v || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || e || l || f&lt;br /&gt;
|-&lt;br /&gt;
| b || u || o || n || o || style=&amp;quot;background-color: black; | || e || y || e || s || style=&amp;quot;background-color: black; | || s || l || u || r&lt;br /&gt;
|-&lt;br /&gt;
| a || m || o || c || o || style=&amp;quot;background-color: black; | || c || r || a || p || style=&amp;quot;background-color: black; | || l || m || a || o&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || v || e || r || y || r || e || l || i || g || i || o || u || s&lt;br /&gt;
|-&lt;br /&gt;
| s || e || e || style=&amp;quot;background-color: black; | || m || u || y || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || r || a || m || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; |&lt;br /&gt;
|-&lt;br /&gt;
| h || a || r || h || a || r || style=&amp;quot;background-color: black; | || s || c || a || r || e || d || o || f&lt;br /&gt;
|-&lt;br /&gt;
| e || s || s || e || n || t || i || a || l || l || y || style=&amp;quot;background-color: black; | || a || r || i&lt;br /&gt;
|-&lt;br /&gt;
| b || t || e || n || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || m || m || i || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || t || v || a || d&lt;br /&gt;
|-&lt;br /&gt;
| o || l || a || style=&amp;quot;background-color: black; | || b || a || d || m || o || u || t || h || i || n || g&lt;br /&gt;
|-&lt;br /&gt;
| p || a || s || s || e || d || b || y || style=&amp;quot;background-color: black; | || n || o || o || d || g || e&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || o || a || r || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || s || u || n || style=&amp;quot;background-color: black; | || l || e || t&lt;br /&gt;
|-&lt;br /&gt;
| b || l || e || n || d || e || d || f || a || m || i || l || y || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; |&lt;br /&gt;
|-&lt;br /&gt;
| b || o || r || g || style=&amp;quot;background-color: black; | || p || e || l || t || style=&amp;quot;background-color: black; | || g || e || n || r || e&lt;br /&gt;
|-&lt;br /&gt;
| q || u || i || z || style=&amp;quot;background-color: black; | || s || p || a || y || style=&amp;quot;background-color: black; | || h || i || c || k || s&lt;br /&gt;
|-&lt;br /&gt;
| s || t || e || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || style=&amp;quot;background-color: black; | || p || b || r || style=&amp;quot;background-color: black; | || t || a || h || o || e&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Words&lt;br /&gt;
! index !! down word !! across word&lt;br /&gt;
|-&lt;br /&gt;
| 1 || MBA || MYGOD&lt;br /&gt;
|-&lt;br /&gt;
| 2 || YUM || &lt;br /&gt;
|-&lt;br /&gt;
| 3 || GOOVERSEAS || &lt;br /&gt;
|-&lt;br /&gt;
| 4 || ONCE || &lt;br /&gt;
|-&lt;br /&gt;
| 5 || DOORMAN || &lt;br /&gt;
|-&lt;br /&gt;
| 6 || DECRY || DEV&lt;br /&gt;
|-&lt;br /&gt;
| 7 || EYRE || &lt;br /&gt;
|-&lt;br /&gt;
| 8 || VEAL || &lt;br /&gt;
|-&lt;br /&gt;
| 9 || ELMO || ELF&lt;br /&gt;
|-&lt;br /&gt;
| 10 || LUAU || &lt;br /&gt;
|-&lt;br /&gt;
| 11 || FROS || &lt;br /&gt;
|-&lt;br /&gt;
| 12 ||  || BUONO&lt;br /&gt;
|-&lt;br /&gt;
| 13 ||  || EYES&lt;br /&gt;
|-&lt;br /&gt;
| 14 || SPIRAL || &lt;br /&gt;
|-&lt;br /&gt;
| 15 || SLIME || SLUR&lt;br /&gt;
|-&lt;br /&gt;
| 16 ||  || AMOCO&lt;br /&gt;
|-&lt;br /&gt;
| 17 ||  || CRAP&lt;br /&gt;
|-&lt;br /&gt;
| 18 ||  || LMAO&lt;br /&gt;
|-&lt;br /&gt;
| 19 ||  || VERYRELIGIOUS&lt;br /&gt;
|-&lt;br /&gt;
| 20 || YURT || &lt;br /&gt;
|-&lt;br /&gt;
| 21 || GARY || &lt;br /&gt;
|-&lt;br /&gt;
| 22 || SHEBOP || SEE&lt;br /&gt;
|-&lt;br /&gt;
| 23 || EASTLA || &lt;br /&gt;
|-&lt;br /&gt;
| 24 ||  || MUY&lt;br /&gt;
|-&lt;br /&gt;
| 25 ||  || RAM&lt;br /&gt;
|-&lt;br /&gt;
| 26 ||  || HARHAR&lt;br /&gt;
|-&lt;br /&gt;
| 27 || HEN || &lt;br /&gt;
|-&lt;br /&gt;
| 28 || SAMMY || SCAREDOF&lt;br /&gt;
|-&lt;br /&gt;
| 29 || CLIO || &lt;br /&gt;
|-&lt;br /&gt;
| 30 || DAVIDLYNCH || &lt;br /&gt;
|-&lt;br /&gt;
| 31 || ORANGE || &lt;br /&gt;
|-&lt;br /&gt;
| 32 || FIDGET || &lt;br /&gt;
|-&lt;br /&gt;
| 33 ||  || ESSENTIALLY&lt;br /&gt;
|-&lt;br /&gt;
| 34 || IMDB || &lt;br /&gt;
|-&lt;br /&gt;
| 35 ||  || ARI&lt;br /&gt;
|-&lt;br /&gt;
| 36 ||  || BTEN&lt;br /&gt;
|-&lt;br /&gt;
| 37 ||  || MMI&lt;br /&gt;
|-&lt;br /&gt;
| 38 || THO || TVAD&lt;br /&gt;
|-&lt;br /&gt;
| 39 ||  || OLA&lt;br /&gt;
|-&lt;br /&gt;
| 40 || BEAD || BADMOUTHING&lt;br /&gt;
|-&lt;br /&gt;
| 41 || ADREPS || &lt;br /&gt;
|-&lt;br /&gt;
| 42 || UNUM || &lt;br /&gt;
|-&lt;br /&gt;
| 43 || TONIGHT || &lt;br /&gt;
|-&lt;br /&gt;
| 44 ||  || PASSEDBY&lt;br /&gt;
|-&lt;br /&gt;
| 45 || SONGZ || &lt;br /&gt;
|-&lt;br /&gt;
| 46 ||  || NOODGE&lt;br /&gt;
|-&lt;br /&gt;
| 47 ||  || OAR&lt;br /&gt;
|-&lt;br /&gt;
| 48 || SATYR || SUN&lt;br /&gt;
|-&lt;br /&gt;
| 49 ||  || LET&lt;br /&gt;
|-&lt;br /&gt;
| 50 || BBQS || BLENDEDFAMILY&lt;br /&gt;
|-&lt;br /&gt;
| 51 || LOUT || &lt;br /&gt;
|-&lt;br /&gt;
| 52 || ERIE || &lt;br /&gt;
|-&lt;br /&gt;
| 53 || DEPP || &lt;br /&gt;
|-&lt;br /&gt;
| 54 || FLAB || &lt;br /&gt;
|-&lt;br /&gt;
| 55 || LEIA || &lt;br /&gt;
|-&lt;br /&gt;
| 56 ||  || BORG&lt;br /&gt;
|-&lt;br /&gt;
| 57 ||  || PELT&lt;br /&gt;
|-&lt;br /&gt;
| 58 ||  || GENRE&lt;br /&gt;
|-&lt;br /&gt;
| 59 || RKO || &lt;br /&gt;
|-&lt;br /&gt;
| 60 || ESE || &lt;br /&gt;
|-&lt;br /&gt;
| 61 ||  || QUIZ&lt;br /&gt;
|-&lt;br /&gt;
| 62 ||  || SPAY&lt;br /&gt;
|-&lt;br /&gt;
| 63 ||  || HICKS&lt;br /&gt;
|-&lt;br /&gt;
| 64 ||  || STE&lt;br /&gt;
|-&lt;br /&gt;
| 65 ||  || PBR&lt;br /&gt;
|-&lt;br /&gt;
| 66 ||  || TAHOE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Rover Scene===&lt;br /&gt;
After successfully repairing and rebooting Sojourner, a comic is opened which depicts it seeking out and finding its friends, Spirit, Opportunity, Curiosity, Perseverance, and Ingenuity. Curiosity and Perseverance are locked in a swordfight, and either Spirit or Opportunity is carried off by Ingenuity while the other speeds off a small mound of dirt. Ingenuity carrying a rover is a reference to the previous comic.&lt;br /&gt;
&lt;br /&gt;
==Special Console Commands==&lt;br /&gt;
The page's JavaScript creates a global object &amp;lt;code&amp;gt;morse&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;encode&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;decode&amp;lt;/code&amp;gt; methods.  From the developer console, it is possible to write  &amp;lt;code&amp;gt;morse.encode(&amp;quot;A PHRASE&amp;quot;)&amp;lt;/code&amp;gt;, which will print the Morse code corresponding to the text provided, or &amp;lt;code&amp;gt;morse.decode(&amp;quot;... --- ...&amp;quot;)&amp;lt;/code&amp;gt; which will translate the Morse code to text.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;BeepComic.hurryUp()&amp;lt;/code&amp;gt; to get the reply immediately in the console.&lt;br /&gt;
&amp;lt;code&amp;gt;BeepComic.send(...)&amp;lt;/code&amp;gt; to send directly to SOJOURNER.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A small box is in the middle of a large white frame. The box can have a check-mark, but it is alternating between being checked or unchecked. At the bottom right there is a muted speaker (which can be unmuted). If the user press the checkbox gray dots or lines will appear below depending on the length of the press. These will move from right to left and then disappear.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:April fools' comics]]&lt;/div&gt;</summary>
		<author><name>108.162.219.218</name></author>	</entry>

	</feed>