-
Notifications
You must be signed in to change notification settings - Fork 1
visual alignment (purely aesthetic) #2
Comments
Thanks, @antiochp it would have been much nicer if the message framing was the same length as words. One aspect worth considering is if we want to encode any more human readable data in these messages to help distinguish them. I've been considering I do think it can make sense to do some optimizing here for human readability here because a few bytes won't make a major difference and are worth an improved user experience. |
+1 for this, I coincidentally noticed/thought about the same mis-alignment when I pasted a slate into grinnews just now! |
What about something like
From my testing on mobile it looks like the words get split up into pairs to be displayed. I don't think we want to go larger than 15 character words or this gets jumbled a bit. We also don't do any padding so the last word could be one or fifteen characters. |
I went ahead and merged #3 to try a more aligned framing based on feedback. Will keep this issue open in case we want to revisit other options here. |
Yes. Thanks! I like this -
|
I think we should only have a single kind of armor as well, and not a specific version for each round of communication. I suspect that will blur the purpose of this. I'd argue the payload should effectively be opaque within the armor. |
I think this is where I am too after seeking more feedback. Going to close this now, thanks! |
The armor prefix
BEGIN SLATEPACK.
is a single character too long to wrap nicely with the 15 char blocks.BEGIN SLATEPACK SIGNED MESSAGE.
fits nicely relative to a pair of 15 char blocks -BEGIN SLATPACK.
would also work but maybe a little too close toSALTPACK
and looks weird...The text was updated successfully, but these errors were encountered: