Email or username:

Password:

Forgot your password?
Devil Lu Linvega

In base 27, triplets of ternary digits are encoded in heptavintimal digits. There is a need for an encoding akin to hexdecimal for ternary computers. Heptavintimal meets this need, offering a natural encoding for 3-trit trybbles.
wiki.xxiivv.com/site/heptavint

8 comments
rag. Gustavino Bevilacqua

@neauoire

Interesting… an heptavintimal digit can be expressed using the 26 letters of the ASCII alphabet plus the 0.

Devil Lu Linvega

@GustavinoBevilacqua I've thought about this since you wrote it.. I think this might be better system than the one specified here: homepage.cs.uiowa.edu/~dwjones

I think I'll adopt that instead.

rag. Gustavino Bevilacqua

@neauoire

You can replace 0 with @ to have the whole sequence.

rag. Gustavino Bevilacqua

@neauoire

And you can start those numbers with 0Y (in analogy with 0X), since Y has three branches.

Devil Lu Linvega

@GustavinoBevilacqua haha that's cute, I thought maybe 0h, but 0y is best :) Thanks for the idea!

Oblomov

@neauoire I'm bookmarking this for later because I need to look further into this in comparison with
homepage.cs.uiowa.edu/~dwjones
(Sorry if you were already familiar with the resource, I haven't had time to go over the page you linked yet )

Devil Lu Linvega

@oblomov it's linked at the bottom of the page, but yes, it's a good resource to have :) read through Jones' articles!

Go Up