Visualizing hex bytes with Unicode emoji
windytan.com
Visualizing hex bytes with Unicode emoji
1–10 of 24 posts
Re: Visualizing hex bytes with Unicode emoji
#2Re: Visualizing hex bytes with Unicode emoji
#3However another danger is all the emoji that look too similar. It can be too easy to forge one emoji wink instead of another. So it can be not so good an idea in general. But maybe somebody demonstrates the easyness of differentiation or manages to select only the symbols that are visually and cognitively different enough for the "alphabet." Still I suggest significantly more than 256 elements, and significantly different one from another. That's the hardest part.
Re: Visualizing hex bytes with Unicode emoji
#4The mapping of only one byte to one symbol results in too many symbols in one fingerprint. Using more than 8 bits per symbol would result in something much easier to recognize. The goal should be "staple battery horse" and not "p k b t v r m n z x t c." Was my key "p k t b t v r m n z x t c" or was it "p t k b t v r n m z x t c," who can see the difference? However another danger is all the emoji that look too simila…
Re: Visualizing hex bytes with Unicode emoji
#5This almost triggers my Stack Overflow-honed reflexes to go on a huge rant about the fact that there are no "hex bytes" anywhere in your computer. But I guess the OP's author really does know that, and is just being colloqial.
Still, it seems to create a lot of confusion among beginning programmers, so it's a somewhat unfortunate way of expressing things, in my opinion.
Re: Visualizing hex bytes with Unicode emoji
#6The mapping of only one byte to one symbol results in too many symbols in one fingerprint. Using more than 8 bits per symbol would result in something much easier to recognize. The goal should be "staple battery horse" and not "p k b t v r m n z x t c." Was my key "p k t b t v r m n z x t c" or was it "p t k b t v r n m z x t c," who can see the difference? However another danger is all the emoji that look too simila…
Re: Visualizing hex bytes with Unicode emoji
#7Neat! Melons and spruces! This almost triggers my Stack Overflow-honed reflexes to go on a huge rant about the fact that there are no "hex bytes" anywhere in your computer. But I guess the OP's author really does know that, and is just being colloqial. Still, it seems to create a lot of confusion among beginning programmers, so it's a somewhat unfortunate way of expressing things, in my opinion.
Re: Visualizing hex bytes with Unicode emoji
#8Re: Visualizing hex bytes with Unicode emoji
#9Neat! Melons and spruces! This almost triggers my Stack Overflow-honed reflexes to go on a huge rant about the fact that there are no "hex bytes" anywhere in your computer. But I guess the OP's author really does know that, and is just being colloqial. Still, it seems to create a lot of confusion among beginning programmers, so it's a somewhat unfortunate way of expressing things, in my opinion.
I'm confused. What you mean is that all bytes are hex bytes if you choose to look at them in hex, right?
Re: Visualizing hex bytes with Unicode emoji
#10The mapping of only one byte to one symbol results in too many symbols in one fingerprint. Using more than 8 bits per symbol would result in something much easier to recognize. The goal should be "staple battery horse" and not "p k b t v r m n z x t c." Was my key "p k t b t v r m n z x t c" or was it "p t k b t v r n m z x t c," who can see the difference? However another danger is all the emoji that look too simila…