• 34 Posts
  • 215 Comments
Joined 2 months ago
cake
Cake day: November 22nd, 2025

help-circle

  • Thanks! Your answer led me to this, which kind of explains it:

    https://en.wikipedia.org/wiki/Word_(computer_architecture)

    Character size was in the past (pre-variable-sized character encoding) one of the influences on unit of address resolution and the choice of word size. Before the mid-1960s, characters were most often stored in six bits; this allowed no more than 64 characters, so the alphabet was limited to upper case. Since it is efficient in time and space to have the word size be a multiple of the character size, word sizes in this period were usually multiples of 6 bits (in binary machines). A common choice then was the 36-bit word, which is also a good size for the numeric properties of a floating point format.

    After the introduction of the IBM System/360 design, which uses eight-bit characters and supports lower-case letters, the standard size of a character (or more accurately, a byte) becomes eight bits. Word sizes thereafter are naturally multiples of eight bits, with 16, 32, and 64 bits being commonly used.

    So it has to do with character size, earlier six bits and today one byte/eight bits.














  • That’s great insight! I think I’ll ask them when they get back to me on the current ticket, why the ONT doesn’t retain the setting after a power cycle (if that indeed is the case). I unfortunately don’t have any legitimate way to interface with the ONT and I really don’t want to get on their bad side by trying to hook something up in a MacGyver fashion. Worst case scenario, they charge me $200 in technician fees if they find out that I accidentally messed something up in the process.