<?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=Yodofrna</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=Yodofrna"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Yodofrna"/>
		<updated>2026-04-22T02:37:57Z</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=209435</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=209435"/>
				<updated>2021-04-02T00:46:12Z</updated>
		
		<summary type="html">&lt;p&gt;Yodofrna: &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;/div&gt;</summary>
		<author><name>Yodofrna</name></author>	</entry>

	</feed>