Discussion about this post

User's avatar
Raelifin's avatar

Someone recently sent me this video arguing binary is better than heximal: https://www.youtube.com/watch?v=rDDaEVcwIJM

I agree binary is king for specialized machines. It's very clean and simple in a bunch of ways. But I am unconvinced that it's better for humans, and perhaps for neural nets in general. The quantity of mental entities ("chunks") that are used to represent a number is extremely important and costly. In practice the video seems mostly to chunk into octal, which is a reasonable choice for base in part because it can be decomposed easily into binary. Division and multiplication by 3 is extremely common, however, and will always be easier if it's a factor of the base. I predict that on a battery of basic math problems, humans from a civilization based on binary or octal will perform worse than humans from a heximal civilization.

Expand full comment

No posts