Editing Talk:2626: d65536

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 80: Line 80:
 
:I'm no ASCII expert, but from the description provided I'm pretty sure the comic URL would require the number representing "26" to show up twice. A die with, say, two 13,359 faces would obviously not be fair. If only Randall had published this as #2625 or #2627! (Or maybe he ''planned'' to publish it last week and had to shuffle his schedule after finalizing this comic?) [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 18:24, 31 May 2022 (UTC)
 
:I'm no ASCII expert, but from the description provided I'm pretty sure the comic URL would require the number representing "26" to show up twice. A die with, say, two 13,359 faces would obviously not be fair. If only Randall had published this as #2625 or #2627! (Or maybe he ''planned'' to publish it last week and had to shuffle his schedule after finalizing this comic?) [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 18:24, 31 May 2022 (UTC)
 
::Probably the latter, seeing as it doesn't actually line up so that any of them are actually "26". The numbers are xk-cd-.c-om-/2-62-4/, so the 26 and 24 aren't lined up like that. [[Special:Contributions/172.70.126.87|172.70.126.87]] 19:38, 31 May 2022 (UTC)
 
::Probably the latter, seeing as it doesn't actually line up so that any of them are actually "26". The numbers are xk-cd-.c-om-/2-62-4/, so the 26 and 24 aren't lined up like that. [[Special:Contributions/172.70.126.87|172.70.126.87]] 19:38, 31 May 2022 (UTC)
::To change the number from 24 to 26 would mean changing 13,359 to 13,871. The only way that would be a problem is if 13,871 was already in the comic, which it isn't. Convert 13,359 to hex, it's 342F. In ASCII, 34 is "4", 2F is "/". Add 2 you get 36, so the new hex number is 362F, which converted to decimal is 13,871. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 11:37, 5 June 2022 (UTC)
 
 
:Perl code to decode the ASCII: <pre>perl -E 'for (30827, 25444, 11875, 28525, 12082, 13874, 13359) { print chr($_ >> 8), chr($_ & 0xff) }; print "\n"'</pre>
 
:Perl code to decode the ASCII: <pre>perl -E 'for (30827, 25444, 11875, 28525, 12082, 13874, 13359) { print chr($_ >> 8), chr($_ & 0xff) }; print "\n"'</pre>
  
Line 105: Line 104:
 
: how are you trivially converting image captures? i still use my keyboard. what's the update? [[Special:Contributions/162.158.79.120|162.158.79.120]] 18:26, 1 June 2022 (UTC)
 
: how are you trivially converting image captures? i still use my keyboard. what's the update? [[Special:Contributions/162.158.79.120|162.158.79.120]] 18:26, 1 June 2022 (UTC)
 
:For your D8 system, since a D8 absolutely SCREAMS octal, you'll get results from 001 to 1000 octal for each die roll. Just subtract 1, and it's a perfect 3 digit range, 000 to 111! Which feels better than 8, the highest roll, becoming 0, the lowest, like you're doing. And as the previous commenter asked, how is image capture trivial? Especially from a programming perspective? Seems like the ACTUAL trivial method is to put a calculator into scientific mode and just type in the hex number to convert... :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 05:11, 4 June 2022 (UTC)
 
:For your D8 system, since a D8 absolutely SCREAMS octal, you'll get results from 001 to 1000 octal for each die roll. Just subtract 1, and it's a perfect 3 digit range, 000 to 111! Which feels better than 8, the highest roll, becoming 0, the lowest, like you're doing. And as the previous commenter asked, how is image capture trivial? Especially from a programming perspective? Seems like the ACTUAL trivial method is to put a calculator into scientific mode and just type in the hex number to convert... :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 05:11, 4 June 2022 (UTC)
 
::D8 is fine, and I tried that - but it's not so easy to composite the hex number from D8.  With a D16 (there are two different styles, both easily available) it's really easy to get a nybble of randomness.  Using e.g. visible spectrum ordering and suitable (eg red, orange, yellow, grass*, green, cyan, blue, purple) dice, it's trivial to order the dice to 4 bytes of randomness. (and a d65536 is only 2 bytes) (*I have no grass but I have a dark orange), so just now I rolled 0x6A5D391B.
 
 
::As for using a program to convert an image capture, it was sort of a joke. However, the real advantage over a calculator is that the calculator is a PRNG.
 
::Here is a link to 12 lines of code that would grab the dice numbers - similar code would be used to grab the colours.
 
:: https://stackoverflow.com/questions/66027978/python-number-recognition-on-colored-screen
 
:: Also, just for fun, have a look at the an system http://gamesbyemail.com/news/diceomatic
 
::Mainly I wrote this just for fun. ([[User:20040302|20040302]] ([[User talk:20040302|talk]]) 11:19, 18 June 2022 (UTC))
 
  
  
Line 126: Line 117:
  
 
::Reminds me of a Facebook Memory I had the other day: If you want to confuse someone, ask them why there's a line under the 6 on a D8.[[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 06:14, 4 June 2022 (UTC)
 
::Reminds me of a Facebook Memory I had the other day: If you want to confuse someone, ask them why there's a line under the 6 on a D8.[[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 06:14, 4 June 2022 (UTC)
 
'''"hexakismyriapentakischiliapentahectatriacontakaihexahedron"''' [From the Explanation] Would anyone care to take a stab at deciphering that word? As of this comment, Google only returns this page as a reference. [[User:These Are Not The Comments You Are Looking For|These Are Not The Comments You Are Looking For]] ([[User talk:These Are Not The Comments You Are Looking For|talk]]) 01:55, 7 June 2022 (UTC)
 
:I have not checked for accuracy/consistency with the accepted "large specific number prefixing" conventions, but "hexa" (6) "kismyria" (x10,000) "penta" (5) "kischilia" (x5,000) "penta" (5) "hecta" (x100) "tria" (3) "conta(kai?)" (x10) "hexa" (6) "hedron" (-faced 3d shape")... Possibly constructed by historic geometrical naming rules (historically may not have dealt with myriads enough to establish a firm usage-policy), possibly just the root number* Google Translated to modern Greek, in the latin alphabet and geometrised/de-spaced a bit. It was funny enough for me not to investigate too closely, but this is my impression. It'll be lost once the Incomplete is edited off, anyway, and was never part of the comic to be explained. The 'Incomplete' rewrites sometimes ''do'' seem to need a bit of counter-nerdsniping, but as we don't have an explainexplainxkcd.com to discuss them, in Talk is as good a place as any... :) [[Special:Contributions/172.70.85.211|172.70.85.211]] 09:11, 7 June 2022 (UTC)
 
::(*) It's the "kai" that gets me. May be the difference between US number ("twelve thousand thirteen") and UK number ("twelve thousand and thirteen"), except for Greek, or "triacontakai" is "thirty", but that seems unweildy to me for "everyday" Greek (ancient or modern) and I'd have used "trideca" before realising that's probably "thirteen" (c.f. "dodecaedron", so... Anyway, to explain my assumption there. Really I could just look it up to be certain! [[Special:Contributions/162.158.159.121|162.158.159.121]] 09:19, 7 June 2022 (UTC)
 
::: I'm the one who named the polyhedron.  Hexakismyria (60000) - pentakischilia (5000) - pentahecta (500) - triaconta (30) - kai - hexa (6) - hedron (3D). From what I found, "Kai" was supposed to be added when there's a tens and ones place as stated on [https://en.wikipedia.org/w/index.php?title=Polygon&oldid=1085462006#Naming wikipedia's polygon page], and "kis" was used for multiples of thousands as per [https://polytope.miraheze.org/w/index.php?title=Nomenclature&oldid=43793 another wiki]. In both cases, if there's a naming convention flaw, it's best to get a Wikipedia-grade citation to fix things. --[[Special:Contributions/108.162.242.58|108.162.242.58]] 01:36, 11 June 2022 (UTC)
 
:Why'd you place your comment above mine from 2 days earlier? :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:42, 11 June 2022 (UTC)
 
 
It seems like it would be inappropriate for me to make the call, as I'm the one who made the fix, but can the "Don't remove this too soon" request for more information on the hidden message trivia be declared resolved? I feel I've made it clear (I feel like fully doing the conversion on every number would seem too bulky). Also, it begs the question, why THAT comic, is it worth mentioning that this makes it seem likely that THIS was supposed to be 2624, and he forgot to update the number? It would have been simple enough to just add 2 to the last number... [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 05:26, 5 June 2022 (UTC)
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)