TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Land Before Binary

132 pointsby mbellottialmost 7 years ago

12 comments

Sniffnoyalmost 7 years ago
Various corrections:<p>The article says that ternary uses exponentially fewer symbols (actually, in further nitpicking, it says &quot;bits&quot; rather than &quot;symbols&quot;) than binary, but that&#x27;s not correct. The decrease is just linear, by a factor of log_2(3).<p>The comment about subtraction being a lot easier doesn&#x27;t really make a lot of sense in light of 2&#x27;s-complement notation; yes, it&#x27;s a <i>tiny</i> bit easier, but... (the comments about sign bits also seem a bit out of place in this light).
__david__almost 7 years ago
The 2 of 5 encoding reminded me of &quot;8 to 10&quot; codes [1], which (as far as know) is still in use by disk and tape drives. It&#x27;s for a slightly different reason than the 2 of 5 code but it&#x27;s roughly the same idea.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;8b&#x2F;10b_encoding" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;8b&#x2F;10b_encoding</a>
评论 #17276241 未加载
xellisxalmost 7 years ago
Computers used to run on food...
评论 #17277839 未加载
aibalmost 7 years ago
&gt; (FYI I’m going to reverse the conventional order so that the 2⁰ is the left most throughout this post)<p>Um, why would you break (or rather worse, <i>invert</i>) such a common convention?<p>&gt; So 11 is 9+3–1.<p>...and not follow through, just two sentences later?<p>&gt; [...] at which point the number 11 would be 2-0-1 (1+1+9).<p>Surely you mean 2+0+9 or 9+0+2?
saagarjhaalmost 7 years ago
&gt; POSTNET (the old barcode system the Post Office used to route mail up until a few years ago)<p>Oh, are these not in use anymore?<p>&gt; The first group had two bits, one representing the number 0 and the other representing the number 5. The second group had five bits representing the numbers 0–4.<p>Sounds like an abacus to me…
roywigginsalmost 7 years ago
The Harwell WITCH used Dekatrons, which is a device that has 10 states and can therefore store one decimal digit each.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vVgc8ksstyg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vVgc8ksstyg</a>
YeGoblynQueennealmost 7 years ago
And let&#x27;s not forget Charles Babbage&#x27;s Difference and Analytical Engines, both of which were decimal-based.<p>And mechanical :)
burlesonaalmost 7 years ago
This was a fun read, thanks for sharing!
adamnemecekalmost 7 years ago
Analog computers are even more interesting and I predict them to make a comeback.
评论 #17282123 未加载
评论 #17276236 未加载
DrScumpalmost 7 years ago
I wonder if bi-quinary decimal influenced the later Packed Decimal (known as COMP-3 in COBOL), which stored numbers in just over half the space of the text equivalent (e.g. a 7-digit number would need 4 bytes).
bbeonxalmost 7 years ago
What&#x27;s up with the binary representation of 11?
评论 #17275946 未加载
Animatsalmost 7 years ago
Telephony used 2 out of 5 code extensively when passing dial digits around within the system.