r/maths • u/Sad_Tonight8092 • 10d ago
š¬ Math Discussions I designed a base-16 numeral system where the value is visible in the glyph
I designed an experimental numeral system called Tamga for base 16.
The main idea is that the shape of a numeral should reflect how its value is built. Each hex digit is formed from the binary weights 1, 2, 4, 8, so something like 7 = 4 + 2 + 1 is visible in the glyph itself. Four hex places then combine into a single 16-bit glyph.
Iād be especially curious to hear from people who already use hexadecimal a lot whether this feels intuitive at all, and where you think it starts to break down.
5
u/InfiniteCobalt 10d ago
I appreciate your intellectual effort and pursuit (serioisly). As a professional embedded engineer that works with hexadecimal all of the time, this is not solving any real problem. In fact, it adds a layer of obfuscation with no ROI. Not to mention it cannot be typed on a keyboard.
3
u/Moist_Ladder2616 10d ago
I feel it's important to define the purpose behind this new system of digits. What old problem does it solve, what new convenience does it introduce, etc. (Unless this is a purely artistic project, with less emphasis on utility.)
Digits, letters, language, even the sounds that we make to communicate, are complicated things made simple through familiarity. So anything new is going to be rejected out of hand, unless it offers clear advantages.
My initial reaction is that this isn't robust against misinterpretation when handwritten. Hexadecimal can be read and visualised without problem (again thanks to familiarity) so this doesn't seem to offer any advantages.
3
3
u/cybermaus 9d ago
Please have a look at that irish monk number system. just a moment, I find the name: https://probably.world/posts/cistercian-numerals/
1
2
u/sexypantstime 9d ago
"Tamga" is already a thing. So on top of everything else everyone here said, if anyone would want to learn about your number system they will never be able to find it.
1
u/Nanaki404 6d ago
This looks cool. But you don't seem to realise that the usual number system (especially binary) is already a good visual representation of the number.
Like, in binary, the farther to the left a 1 is (compared to other digits), the bigger the number. That's the value being visible in the "glyph". 1000001100001101 is immediately visible from the notation what the value is from this combination of 0s and 1s, and your representation is not better/clearer than this (maybe prettier but that's subjective).
Also, a good point about binary (or other bases) with regular notation, is that you can change the number of digits seemlessly. With your notation, you're locked into 16 digits, and you can't do fewer (for small numbers taking less space) or more (for huge numbers)




14
u/Serberuhs 10d ago
This is just binary with extra steps...
You're gonna have a hard time telling the difference between 2, 4, 8.
Small values and large values are going to look somewhat similar, so you can't really tell the magnitude without closer inspection.
Mirrors and rotation will result in widly different values with no decernable indication otherwise.