Hacker News new | ask | show | jobs
by throwaway2a02 1821 days ago
> 1000^n is definitely more human friendly.

It may be more human friendly, but 1024^n is more programmer friendly, especially at the low level.

1 comments

Yes, powers of two match physical reality of binary computer architectures, while powers of ten in computing are a marketing concept.