Hacker News new | ask | show | jobs
by nickff 4132 days ago
The 'two-sexes approximation' is boolean, not binary. Boolean involves two possible values; binary involves an infinite number of possible values, represented in base-2.[1][2]

[1] http://en.wikipedia.org/wiki/Boolean

[2] http://en.wikipedia.org/wiki/Binary

1 comments

Not to be pedantic, but binary is entirely correct in this context. We aren't talking about computer science. Binary means relating to, composed of, or involving two things.

Boolean is simply a binary variable, having two possible values: true and false.