Hacker News new | ask | show | jobs
by exDM69 3607 days ago
In imperial vs. metric, I don't think the actual units are as big of a difference as the convention of using fractions vs. decimals.

When doing manual work, e.g. woodworking or metalwork it's pretty convenient to use fractions. You tend to divide things in half or quarters.

With most things not made by hand any more, using fractions and inconsistent units like inches, feet, yards and miles is a nuisance for engineers.

1 comments

Inches, feet, and yards and miles aren't really inconsistent, becuase they are all related by somewhat reasonsable integer ratios. In this computer age, there isn't even much advantage in replacing all those ratios with powers of ten.

It's when people inflict mixtures of BTUs with h or Joules with eV on us that I get aggravated. Each of those units has its place, but only in particular domains. Worse, the people most likely to use domain-specific units, are the ones most likely to not name the unit they are using.

Engineers are such people.

The SI system helps reduce the risks a little. But only a little, I have seen German engineers measure velocity in degrees.

If you're working with floating point in meters, all it takes is a look at the exponent (e.g. 1.75923e-5) to figure out whether it's micrometers, centimeter or kilometers. Not as practical with a non base-10 unit system.