I was just thinking a bit about number systems, and while musing about what might be done with them, you know how far beyond hexadecimal we could go and to what possible advantage.
Well, we could go to any system for which we could find characters to hold places. So, say a 20-based system, we'd need 20 symbols to fill the first column before moving to the second one, and so on. Going on, we could even move to a 100-based system, there are easily 100 symbols that could be used, and then I pushed on to 1000 or kilictric system where we'd use 1000 symbols to fill the first column. Fun thoughts, but what?
Obviously, a 1000-based system is much too unwieldy for a mere human brain to handle comfortably, so what would the advantage be, if any? Well, for one, it wouldn't be too difficult for computers to handle, and just imagine, a million could be written in just two digits 2|1, and there's your million, a billion? 3|2|1 and a trillion 4|3|2|1 pretty nifty eh?
But also pretty useless as well. Then I remember another exercise I'd been thinking about for some time. About reducing DNA letter strings to numbers, like say a quaternary system 3|2|1|0 ATCG, it seems like it'd work, but unfortunately, DNA doesn't work that way.
