Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Old school vending machines use 9 bit bytes. In case anyone was looking for a example.


But still data is stored in 8 bits. 9th bit holds information whether "byte" contains slave address or frame data. so that when slave listens and if it receives byte with 9th bit set and the rest is it's own address, then it can start to interpret following bytes. Otherwise it can ignore following data.

Maybe that comment is not so relevant to thread, but one may be curious how it works.


The IBM 704 used 6 bit bytes (and 36 bit words).

A number of people have toyed with ternary (commonly the digits are -1, 0, and +1).

https://en.wikipedia.org/wiki/Setun https://ieeexplore.ieee.org/document/1498715


Wouldn't that be trinary, not ternary?

Not an edit, but I googled it, I was confusing it with tertiary. Trinary would also be accurate, I think.


Balanced ternary is extremely cool and I wish it were viable to reinvent computing using it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: