Obligatory to also mention the historical Cistercian digits, which used an in-digit encoding to create a base 10000 number system: https://commons.wikimedia.org/wiki/File:Cistercian_digits_(v...
Doesn’t feel entirely fair to call that base-10000. Practically, it’s just base-10 with an idiosyncratic and mandatory ligation scheme involving mirroring, and only defined for 0001–9999 and not 0000 for some reason (though it’s obvious how zero should be represented).
Bibi-binary
41–48 of 48 posts
Re: Bibi-binary
#42In the same order of idea, Proquints are identifiers that are readable and pronounceable. In "Pronounceable Identifiers", Daniel S. Wilkerson proposes encoding a 16-bit string as a pronounceable quintuplets of alternating consonants and vowels as follows. Four-bits for consonants, and two-bits for vowels: 127.0.0.1 lusab-babad 63.84.220.193 gutih-tugad 63.118.7.35 gutuk-bisog 140.98.193.141 mudof-sakat 64.255.6.200 h…
The one thing this does better than bibi is that it avoids the "E" which confuses English speakers.
Re: Bibi-binary
#43Unfortunate name considering the situation in the middle east
Re: Bibi-binary
#44For the non-French people here: Bobby Lapointe is also a quite famous singer who loved plays on words, quite difficult to translate!
Re: Bibi-binary
#45Earlier quoted context omitted.
I agree. I also think that the alphabet leans too far in the direction of making the symbols distinct, and not enough in the direction of making them transparently interpret-able as binary - which is the unique aspect of a special binary notation like this and should be emphasized. I sketched some alternatives here: https://i.imgur.com/7MZs4ji.png
The bibi-symbols are quite bad for those of us with dyslexia, because mirror variants are so common. Yours are actually worse for that; every rotation of every symbol is present! Serifs could help.
Even when considering the population of people without dyslexia, I can't think of examples of vernacular human alphabets that have many pairs of distinct symbols that are identical under some symmetry. So maybe symmetry is an alphabet design antipattern.
Re: Bibi-binary
#46They are 5 based starting from one so there are nice symbols for 5, 10 and 15 digit. Not binary though.
Re: Bibi-binary
#47Re: Bibi-binary
#48Earlier quoted context omitted.
That's actually a really practical set of operators.
Can you elaborate? TIA
A and B -> A d B
not A and B -> flip horizontally: A b B
A and not B -> flip vertically: A q B
not A and not B -> rotate: A p B
etc...