Story Details

  • Vpternlog: When three is 100% more than two

    Posted: 2025-01-19 05:24:25

    The blog post "Vpternlog: When three is 100% more than two" explores the confusion surrounding ternary logic's perceived 50% increase in information capacity compared to binary. The author argues that while a ternary digit (trit) can hold three values versus a bit's two, this represents a 100% increase (three being twice as much as 1.5, which is the midpoint between 1 and 2) in potential values, not 50%. The post delves into the logarithmic nature of information capacity and uses the example of how many bits are needed to represent the same range of values as a given number of trits, demonstrating that the increase in capacity is closer to 63%, calculated using log base 2 of 3. The core point is that measuring increases in information capacity requires logarithmic comparison, not simple subtraction or division.

    Summary of Comments ( 1 )
    https://news.ycombinator.com/item?id=42753953

    Hacker News users discuss the nuances of ternary logic's efficiency compared to binary. Several commenters point out that the article's claim of ternary being "100% more" than binary is misleading. They argue that the relevant metric is information density, calculated using log base 2, which shows ternary as only about 58% more efficient. Discussions also revolved around practical implementation challenges of ternary systems, citing issues with noise margins and the relative ease and maturity of binary technology. Some users mention the historical use of ternary computers, like Setun, while others debate the theoretical advantages and whether these outweigh the practical difficulties. A few also explore alternative bases beyond ternary and binary.