453 comments

[ 0.27 ms ] story [ 376 ms ] thread
It's not quite a highly composite number (HCN) but 5280 still has 48 divisors. https://en.wikipedia.org/wiki/Highly_composite_number
If Plato was still around, he would definitely push for 5040 it's a convenient number which can be divided many ways. For example, it would be a great number for the number of citizens in a state (polis). It has a massive 60 divisors. People were smart back then... https://en.wikipedia.org/wiki/5040_(number)#:~:text=4%20Note....
It is 4800 + 480 and has 48 divisors. Neat!
There's certainly a lot of good background information here, but the basic answer of:

"In 1592, Parliament set about determining the length of the mile and decided that each one should be made up of eight furlongs. Since a furlong was 660 feet, we ended up with a 5,280-foot mile." [1]

Still seems right. Is there a nuance I'm missing that makes this more complicated?

[1] https://www.mentalfloss.com/article/25108/why-are-there-5280....

Edit: Please note I'm not trying to be snarky. It just seems straightforward to me, so I'm trying to understand the long rant.

So it's from government regulation!
At some point all measurement systems come from regulation. After all, that's one of the roles of a functioning state: provide a stable base for ownership (requires measuring surfaces, for land and buildings) and trade (requires measuring a ton of things, weight, length, surface, density, etc).
Well, the standard measurements were destroyed in the fire of 1834, so that probably affected the distance a bit.
Yes. And the article mentions this rather early. But continues to dive. Why was a furlong 660 feet? Why did parliament care in 1592?
Fair enough, perhaps that's the point. I was just curious since the last action seems obvious and well documented.
It was the distance that oxen could plow in a day on average. Not exactly sure of why 1592, but I’m sure that over time parliament found it favorable to standardize the wide variety of localized and customary measures.
> Not exactly sure of why 1592

As the post mentions, math and geometry had seen a literal renaissance during the Renaissance (eh), and this development had likely made its way into England. So the problem of reconciling measures for area and length had finally become clear.

> As the post mentions, math and geometry had seen a literal renaissance during the Renaissance

How can math and geometry see a literal renaissance? Surely they cannot enter into their mother's womb a second time and be born again? What is their mother's womb in any case?

Math is part of nature and is unchanging. Our ability to apply it changes over time.
squiggleblaz was criticizing the use of the word "literal".
Not quite. An acre is the area that oxen could plough in a day.

A furlong is the distance that they could pull the plough without resting. As turning an ox-drawn plough is difficult, they would plough the maximum straight distance before turning around, resulting in long, narrow fields a furlong in length.

An acre of ploughed land, which was standardised in the late 13th century at 40 rods (a furlong) long and 4 rods (a chain) wide, would contain about 80 furrows- so the oxen would have pulled the plough 10 miles in a day.

As for the chain, it's actually a slightly newer unit, equal to 4 rods or a tenth of a furlong (or 66 feet, the length of a cricket pitch)- so an acre is 10 square chains. It was introduced in the early 17th century, when iron was cheap enough that surveyors could measure land with iron chains rather than wooden rods. It's still used in distance markers on British railways.

... and the 'why then' is the interesting question, and I bet it has something to do with taxation :)
(comment deleted)
Marginally related: In 2020, the United States finally decided to adopt the International Foot (1959, 304.8 mm, based on the 914.4 mm yard / 25.4 mm inch) for land surveying, which is already the standard that's followed in all engineering disciplines apart from surveying. Now the historical US Survey Foot (1893) will soon been abolished for good.

It's an interesting piece of news, but due to its horrible title, it'll probably never be voted to the homepage (a better title to me would be "The United States finally adopts International Foot, abolishes survey foot").

* America Has Two Feet. It’s About to Lose One of Them

https://news.ycombinator.com/item?id=24196228

The US Survey foot is defined as 1200/3937 and the international survey foot is exactly 0.3048 meters. When taking data into applications such as Autodesk Civil 3D, you need to transpose Lat/Long GIS data into a flat Cartesian coordinate system. For example, X,Y values in California start in X=6,000,000 Y=2,000,000 which starts eating up floating point precision. Because 1200/3937 doesn't divide cleanly, you'll end up with varying values depending on where you cut off your precision. That's why Highly Composite Numbers are critical.
Use fixed point?
You'll need rational numbers, not just fixed point, since it's a recurring decimal. (Unless it's a non-recurring decimal in base 2, I guess, but even then, the moment you do something with it you'll probably need a rational representation.)
You lost me there with the 6 million X coordinates in California. 6 million whats starting from where? It can't be feet from the prime meridian, that's not far enough.

I've been scraping my county assessor's GIS database for property outlines and I noticed that the coordinates are huge, as you mentioned. I assumed it was just some fanciful origin but I'd love to know the story.

Yeah, it's feet measured east and north of an arbitrary point southwest of everything in the state. There is an actual point inside the state used as a base but they set up a false easting and false northing by subtracting a large round number such that the origin of the coordinate system is southwest of everything in the state. A lot of things in surveying are designed such that the math is easier for people working in the field to reliably get correct.
> For example, X,Y values in California start in X=6,000,000 Y=2,000,000 which starts eating up floating point precision.

Why isn't the origin at (0, 0)? It's like saying your ground is at 1,532 volts: You're defining the coordinate system, why make work for yourself?

One reason for the large numbers is that so when data is imported into a drawing it is immediately obvious whether it shares the same coordinate system. If multiple sets of points from different disciplines are imported into the program then the draftsman knows whether the coordinate systems are the same by visual inspection (to a rough degree).

Also because nobody wants to use negative numbers or have the possibility of a negative number showing up.

> “... nobody wants to use negative numbers”

It’s hard to understand these priorities. An unholy mix of base-12 and base-16 is fine, but negative numbers are too difficult to work with?

When you’re working with a couple guys who probably went on a bender last night out in the middle of nowhere with no cell service and a piece of shit walkie talkie that has spotty transmission you sometimes end up having to throw up hand signs to signal northing and easting values. There’s no hand signal for negative. So yeah, negative numbers are hard to work with in that case.
No number has all factors in. Better to work in a way that handles uneven fraction properly than sweep the problem under the rug.
Well, you could just use the first few primes multiplied together as a base. 2 * 3 gives you base6, 2 * 3 * 5 gives you base30. Neither commonly used system does that, base12 uses 2 twice, base10 skips 3. So from a divisibility PoV both are lacking. But arithmetics is base10 anyways, since thats close to the average number of fingers for humans, so...
(comment deleted)
Uh, you mean 25.4mm as the standard inch? Or that times 12 as the standard foot?
Does that mean measurements need to specify which kind of foot they are using, in case they might predate the switchover?
It's not so much a switchover as the end of a switchover. The international foot was adopted in 1959, and everything since (at least in surveying) should specify (but often does not, which is one of the reasons the survey foot needs to be abolished)
the fact that the US decided to adopt an "International Foot" which is used primarily only in the US is quite funny :) .
It's similar to how some teams that win the national championship in NFL are called "World Champions"... a sport that is played professionally in only one country.
Back in 1959, when it was adopted, it was still used in a few more countries... and, with Brexit, who knows?
You seriously think the UK will revert to the imperial system? I know they still make some use of imperial measures, but you're implying more than just some legacy imperial, but rather a reversion.
To be fair, when it was invented, it was still in widespread use through the dying British empire.
People talk about the Metric system, but if we didn't have 10 fingers and if we went with a Base 12 system from the dawn of time, we would have something much better than the Metric system.

The duodecimal system is unique to the fact that the number 12 has more divisible factors than anything else that's manageable to count.

https://en.wikipedia.org/wiki/Duodecimal

Inches/Feet are based on Duodecimal system, but since we use Arabic numerals (base 10), it's obvious why inches/feet aren't the way to go and why Metric system wins.

There are still things that the rest of the world use Base 12 for - hours/minutes/seconds, 360 degrees, point font units, etc.

The reason why America hasn't adopted Metric system despite of it being the official system in the law is the same reason why the rest of the world hasn't gotten around to changing time/degrees into a decimal equivalent. It takes a tremendous amount of effort to turn the ship, the US being a giant ship to turn. America also leads in determining standards for Metric system around the world - NIST with collaboration from European counterparts work together to establish these standards. Universities in US, semiconductor industry, medical industry, etc. use metric units. Engineers in the US know and use the metric system.

If we didn't have Arabic numerals in Base 10, the American system is better :) *

But since we are all stuck with arabic numerals, the Metric system is better!

Edit: * I realized that its not that simple. Conceding this point, see responses. I was under the impression that most US units were consistent with base 12, but they're not - 1 lb = 16 oz (not 12) for example. A base 12 metric system would be ideal.

The metric system reminds of engineers doing UX.
Imperial system reminds of UX people doing engineering. With one system you actually get a working program, guess which one...
I agree that 10 as the base is suboptimal, however everyone using the same base has great network effects. That’s what the other 190-ish countries are annoyed about
The thing is, the US tried to adopt the Metric system but with number of failures: https://en.wikipedia.org/wiki/Metrication_in_the_United_Stat...

Smaller nations have no problem changing everything. The marginal benefit is too small for a giant to turn on a dime.

A lot of things in US are already both ANSI/Metric:

- Electronics and PCB manufacturing (accepts both, but its a bit messy). Headers are 0.1" but BGA pitch is 0.4mm for example.

- Hardware stores have both standard and metric sizes for fasteners

- Liquids (both oz/ml has to be printed by law)

- Car speed gauges (both mph/kph printed by law)

- Food items are all metric. A Coke can has 42 grams of sugar. There is no oz printed in nutrition labels.

It's kind of a hybrid system.

However, there are exceptions for the follow which are still stuck:

- Temperature, weather is always in Fahrenheit. Even in recipes.

- Paper sizes are not adopted to ISO standards.

- Pressure is almost always in psi

> Smaller nations have no problem changing everything.

And some smaller nations (the UK, for example) have never changed "everything" and likely never will.

In about 4 months the UK is scheduled to leave the EU.

Probably some portion hope to revert completely when they do.

Probably some portion hope that they rejoin the EU with another vote; and in the process get dragged the rest of the way to the engineering age measurements in the process.

This isn't about Brexit or politics. For example, Japan hasn't fully converted to metric, either:

https://resources.realestate.co.jp/buy/guide-to-japanese-apa...

> The size of a Japanese-style room is measured by the number of tatami mats:

>> Four mat room = 6.12 square meters = 66 square feet

>> Six mat room = 9.18 square meters = 98.8 square feet

> Most Japanese-style rooms in modern apartments are four or six mats in size.

Well, for rooms with actual tatami mats, you are not really interested in the area, but rather how many mats will fit. Thus, a 24m^2 (12 mat) room with the wrong aspect ratio will not fit 12 mats. (I'm using the 1 mat = 2m^2 conversion for convenience and I actually use 2m^2 mats in my tatami room.) Practically, mat sizes can vary a bit and can be custom sized. [1]

Even though today only a minority of apartment rooms are actually used with tatami it is still customary to give all rooms in mat units and usually in m^2 too.

BTW that's similar to how non SI units are still used in other countries nowadays, e.g. (metric) pounds and half-pounds are still used in context of groceries in colloquial German.

[1] https://en.wikipedia.org/wiki/Tatami#size

The UK left the EU at the end of January 2020. The EU is currently treating us as having various member agreements in place until the end of December 2020 but we have already left at this point.
>Probably some portion hope to revert completely when they do.

That would make trade deals with the EU impossible.

So, China or India don't use the metric system?
One interesting fact about US food labeling requirements is that manufacturers are legally required to use incorrect conversion ratios.

Per the law 21 CFR 101.9(b)(5)(viii) [0]:

> (viii) For nutrition labeling purposes, a teaspoon means 5 milliliters (mL), a tablespoon means 15 mL, a cup means 240 mL, 1 fl oz means 30 mL, and 1 oz in weight means 28 g.

In reality:

* 1 fl. oz. ≈ 29.57 mL [1] (the volume measurements all build off of one another so I won't bother converting more than one)

* 1 oz. ≈ 28.35 g

In other words, volume and mass measurements are legally required to be off by ~1.4% and ~1.3% respectively.

[0]: https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/cfr...

[1]: https://en.wikipedia.org/wiki/Fluid_ounce

> Smaller nations have no problem changing everything. The marginal benefit is too small for a giant to turn on a dime.

I don't think it is the size of the US that is the problem, I think the real problem is the US political culture.

The most successful approach to metrication is (a) do it in a big-bang, all at once, not gradually (b) make it apply uniformly nation-wide (c) make it apply across as many industries/sectors as possible, with as few exceptions as possible (d) take a predominantly mandatory rather than voluntary approach to metrication. If the US had followed that formula, it would very likely have succeeded, but it never had the political will to go down that path. Instead it opted for a piecemeal, voluntary approach, which was never likely to be a great success

In a parliamentary system such as the UK, Canada, Australia, etc, cabinet decides on a policy, and then the government usually has the numbers in the legislature to enact whatever policy cabinet decides. By contrast, in the US, the executive (President and cabinet) and the legislature (Congress) are two arms-length branches of government, with far less coordination, and it becomes much harder to push policies through unless strong interests are backing them.

Hence, in the US, it is basically impossible to get any controversial policy implemented unless either it has corporate lobbying behind it, or else it is some kind of emotional issue which attracts the attention of activist groups. Corporate lobbyists don't support mandatory metrication (it will cost business money, at least in the short term); metrication doesn't induce the kinds of emotions that issues like abortion or racism do, so there is little activist energy pushing it.

Also, the US historically has a much more hostile attitude to technocratic bureaucracy than most other Western countries do. In other countries, the scientific/technological elite consensus is "this way is better", and the government endorses it, and so the general public falls into line behind the government. In the US, there has always been much more resistance among the general public to those kind of elite proposals. (That said, I think in more recent years the rest of the English-speaking world is becoming more like the US in this regard; I think the Internet has helped export that US culture of distrusting technocratic elites to the rest of the English-speaking world.)

> Smaller nations have no problem changing everything. The marginal benefit is too small for a giant to turn on a dime.

Every other nation seemed to manage it. It's just the usual American exceptionalism. There's nothing special about the USA that makes it harder to implement. There's just just a stubborn belief that there is, which becomes a self-fulfilling prophesy. A bit like all the other policy issues which the rest of the world has solved but the US still argues about.

I really don’t think that’s the issue. Even in the US, people complain constantly about the units.

The stubbornness you speak of is actually more to do with not willing to accept the costs of the change. World’s largest economy can’t just change it all at once even though majority of the people support it.

No one in the US argues that the Metric system isn’t superior. It doesn’t take a genius to figure out that multiples of 10 in a base 10 system of numbers makes everything easy.

In fact, the superiority complex comes from non-US folks thinking “look at those dumb Americans and their stupid units”.

Certain people think “Americans just don’t get it”.

Are you content that US and majority of the countries drive on the same side? https://en.m.wikipedia.org/wiki/Left-_and_right-hand_traffic

Left vs right hand drive is a poor comparison. The choice is entirely arbitrary, and nobody can seriously say that one is "better".
I am talking about adoption and standardization, not whether one is better than the other. If right hand side was “better”, it would be pretty much impossible for US/EU to change the driving side. Can you imagine the costs? Even if it was better.
Yes, but my point is that it isn't an example of the US adopting a standard. It's the US just happening to have chosen the more popular of two arbitrary options.
And the longer you wait, the harder it gets. They did at least start on the road to metric so perhaps in a generation or two, we are there!
Metric makes sense in science, sure. But our system makes more sense to humans. A gallon of gas is easier than 3.8 liters. A pint of beer is easier than its metric equivalent. As a gearhead, I absolutely hate the metric/standard difference. But if metric wants to take over the world, I feel they need more human submeasurements.
That doesn't make sense. A liter is better to imagine than a gallon (which is a huge jug). A pint of beer is same as saying 500ml of beer - both are equally easy to grasp.
Beer pouring is inexact. 500 ML is never 500ML. A system based on halfs is inexact but more accurate.
Have half a litre then. Speaking as someone from the only country that legally mandates beer in both pints (on draught) and metric (in bottles), I prefer a (UK, 20oz) pint if I'm drinking, because it's larger and I'm thirsty. For every other reason though litres are easier to reason about. The US 16 oz pint doesn't even have the benefit of being larger!
But usually in British pubs, beer is served in glasses that are a pint up to the brim, so if you are served beer with any head at all it’s probably closer to half a litre than a pint.
It's physically impossible to measure exactly 500.(0) mL [500.0000000000… mL with infinite number of zeroes] of any liquid with absolute accuracy. It's just the law of metrology. There always will be an error, you will always be able to create better tools to add extra decimal places to your measurement and find more error. The question is how much of error you can tolerate in any given situation.

The error has nothing to do with units of measurements chosen. You cannot measure exactly 1.(0) gallon [1.0000000000… gallon with infinite number of zeroes] of liquid with absolute accuracy either.

In engineering this would be resolved with something like 500 ± 10 mL.

In consumer goods there are either regulations or you get, say, 505 mL so you have nothing to complain about. And you would never be able to tell the difference.

By the way, ML is megaliter. Milliliter is mL.

All this is saying is "I'm more familiar with a gallon than a liter." There's nothing that makes a gallon more sensible to humans.
It does if you have 8 pints, and pints are far more convenient as a size for many liquids than a litre.
Why are pints more convenient?
It's easier to carry beer and milk in those sizes and they're about the right amount for use. A cup of beer is too small, a litre too big as you'll end up with a flat beer by the end. A pint of milk will give 2 people their breakfast and enough left over to add for tea for the day. Rare to find some off milk in the bottom of a pint bottle.

I'm guessing that why they were sold in those amounts vs some other choice. It's just my experience though.

> It's easier to carry beer and milk in those sizes and they're about the right amount for use.

The US pint is 16 ounces, vs the Imperial pint of 20 ounces. That's because no one really wants that much American beer.

Yet the Germans get along just fine with steins of half litre or full litre. Maybe they're doing beer wrong.

In Australia, standard beer glass size varies from state to state -- here in NSW we have a schooner (at 425ml) or if you're after something smaller, a middy (285ml).

Using metric does not mean you need to always and only drink 1 litre of beer, drive at 100km an hour, constantly stoop so you're 1m tall, etc.

> Yet the Germans get along just fine with steins of half litre or full litre.

Good for them.

> In Australia, standard beer glass size varies from state to state -- here in NSW we have a schooner (at 425ml) or if you're after something smaller, a middy (285ml).

I know. You can buy a yard of ale in the UK at participating outlets. None of that has any relevance to whether a pint is more convenient than a litre. A schooner is more convenient than a litre.

> Using metric does not mean you need to always and only drink 1 litre of beer, drive at 100km an hour, constantly stoop so you're 1m tall, etc.

I'm arguing against dogmatism, not for it.

> None of that has any relevance to whether a pint is more convenient than a litre.

But one pint versus one litre doesn't have relevance to anything, does it?

It seems you've heard the suggestion to adopt a sensible, integrated, and (much more) widely used measurement system -- and are choosing to argue against specific numbers / quantities of things.

Originally you said 'a litre [of beer] is too big as you'll end up with a flat beer'.

Metric doesn't mean you must sell, buy, or drink beer in round numbers.

It's not just about the gallon, but its base 2 subunits.
Where I live a pint is 0.5L and a metric cup is 0.25L.
Any argument that is "makes more sense to humans" that is actually based on repeated exposure to the concept/metric since young age fall flat on itself.

It makes more sense to YOU because you've used it since early life, so you have created an mental model for it. Countries with metric system, people have done the same.

As one example, In a recent after-work conversation, some one mentioned the stupidity of the "stone" measurement, upon the Italian, Canadian, Japanese, American, Swedish, Mexican, Chinese and the Russian all agreed it was the most non-intuitive stupid thing they have ever heard. Except the Brit at the place, who (in vain) tried to explain how it made sense and made "more sense to humans"

You're spot on with the mental models. If I try to imagine a gallon, I think of 2x2L bottles, one of them not quite full. A pint and I imagine a 600mL soft drink or water bottle. When you start having to do double conversions (eg miles per gallon) it becomes hopeless - that means nothing to me - and I have to convert to l/100km.

These "intuitiveness" arguments are silly. It's whatever you're used to. So with that realisation, we may as well choose the more universally self-consistent and useful system, which is indisputably metric.

> A pint and I imagine a 600mL soft drink

Careful, that's a British pint. An American pint is closer to 400mL.

> It makes more sense to YOU because you've used it since early life, so you have created an mental model for it. Countries with metric system, people have done the same.

There was an xkcd comic with lists of ready-to-go mental models about metric units for people who grew up without them:

https://xkcd.com/526/

I'm not British, but I do agree that the stone measurement does make sense in a human way. It's pretty easy to see how it came about. Oh take a rock about the size of x(whatever x was agreed upon at the time), and see how many that item weighs. In a time without precise machinery, or any machinery at all, you can see how such a system was thought up. Do you disagree with the above, or do you just think in the modern world it shouldn't exist anymore?
>. Oh take a rock about the size of x(whatever x was agreed upon at the time), and see how many that item weighs.

I do not disagree with the above, I can totally see that being done (hell, when we didn't have a measure out while hiking with my friends we used "5 iPhones long" as a temporary measurement)

Problem is of course, that I can't see how that measurement can ever scale well beyond one medieval towns market place as a measurement, let alone a country, kingdom or a territory without confusion. It is ambiguous. Just as the example you said, it is easy for a fraudster to pick up any rock and claim that one to resemble the standard rock unit and get some unfair trading advantage. It is too easy to trample with. The purpose of measurement is exactly to REMOVE ambiguity, and establish a STANDARDS just as we established common languages for communication.

And on a side note, usage of the "stone measurement" was officially prohibited for commercial use in 1985 in UK. It is apparently still used for body-weight, but I guess there ambiguity can be preferred ;)

Updating measurement unit according to societal needs is only natural, and the purpose of the Stone story in my comment was that, even among so many different national (with different culture, language, metric system) they thought the Stone measurement made no sense today. Except the Brit that had a mental model for it. Which was the point: sometime mental model can seem like an good argument, but as the Canadian and American also thought stone was dumb, (While everyone else in the room thought imperial units were dumb) they kind of proved that their argument for imperial units was also not found on good basis.

I could just as well say that 1 liter is easy, but 0.264172 gallons is complex.

Using a conversion as a justification just isn't a fair comparison.

I'm pretty sure metric took over the world a long time ago?
Why is a gallon easier than a liter?

One desirable property with the SI system is how compatible they are: a cube with 10cm sides is a liter, so it’s easy to imagine the space requirements for a 40 liter tank. A gallon is 231 cubic inches, which is much less natural to work with.

Because a gallon is divisible in human unit. A quart is a quarter or a gallon, a pint is half that. 250ml is both exotic sounding and guaranteed not as exact when measured in halves.
>Because a gallon is divisible in human unit.

And the litre isn't? Sorry, I fail to see your argument here.

And why would a quarter of a gallon be more convenient or 'divisible in human unit' than a quarter of a liter...?

Say, I walk into a bar. I order a beer. Here (in The Netherlands), since I didn't specify, I get a small beer of whatever's on tap. A small beer is 250ml-350ml, depending on the establishment. I could also order a half liter (500ml) or ask for a pitcher. So, just as in the US you don't order "can I have 128 fluid ounces of beer" you don't order "250ml of beer" in the rest of the world. Also, the fact that it 'sounds exotic' says more about you than about the system... and 'guaranteed not as exact'? Really? Let's say you have to measure a gallon of water, and I have to measure a liter. I just whip out a digital kitchen scale and measure 1000 grams. Which is EXACTLY the same amount as 1000 milliliters. Cause, you know, metric units are interchangeable. I double dare you to come up with a more exact measurement in Imperial units using simple kitchen tools.

> In The Netherlands [...] a small beer of whatever's on tap [...] is 250ml-350ml

Traveler beware: Just because it's true that a Dutch "vaasje" glass is 230-330ml[1] the actual volume of beer you get is at best 80% of that. The Dutch pouring practice of handing patrons a glass of beer with up to 1/4 receding foam on the top would cause a riot across the channel.

> [...]and measure 1000 grams. Which is EXACTLY the same amount as 1000 milliliters[...]

No, not exactly. Not even under standard conditions. It's one of the unfortunate warts of the modern metric system that the actual value drifted from exactly 1000, almost, but not exactly[2].

1. https://nl.wikipedia.org/wiki/Vaasje

2. https://en.wikipedia.org/wiki/Density#Water

I'll assume that you are not being difficult for some malicious reason and answer you as simply as possible:

You order a quart when you want a quarter of a gallon in the US.

You order a "Viertelliter" (quarter of a Liter" when you want a quarter of a Liter in Germany.

How is one quarter less precise / more exotic than the other?

So, I'm only going to try to explain my view once more to avoid a million downvotes replying to all, but I'm not intentionally being difficult.

Most places, I think, most people don't talk in precise units at all. Give me a glass of water. Put in a pinch of salt. One scoop of coffee. Handful of peanuts. It is my personal experience that this tracks pretty well across any culture. In my opinion, having these oddball measuring units is an easier mental model. A couple tablespoons is human sounding. 30ml is not, even if you have a 15ml spoon. A cup of water sounds human, a quarterliter does not. I'm not trying to insult you or your system, I'm just expressing my own opinion, which as pointed out, probably comes from my own education and experience.

(comment deleted)
You've never left the US, have you? No one uses 3.8 liters of gas, they obviously use 1 liter of gas, or 10 liters of gas. Most cars have about 40 or 50 liter tanks, and gas is paid by the liter.

Juice is also bought by the liter, usually in 2L bottles for a family dinner, or 500mL bottles for one person alone.

I've been all over the world. Don't make assumptions based on your own argument.
Well you sort of betrayed yourself imagining all those hapless foreigners, struggling to fill their cars in multiples of 3.8L ..

In most countries you could go your whole life without having to know what a "gallon" is or even hearing the word.

And have you seen anywhere people using 3.8l or 0.334 meters or 12.5cm as common measurements? Or in general, people having problems with expressing quantities in simple multiples or fractions of liters, (kilo)grams, and meters?

I do understand that it is hard to adjust intuitions from one system to the other, but I can't imagine how someone can think that people have problems using the measurement system they learned in primary school.

2l is very large in my (Dutch) idea. Orange juice in my country is typically sold in 1l cartons and more recently also 1.5l. But the latter only for the most popular flavors. The same is true for milk.
I think I should have soda 'soda', not 'juice'. Here in Romania, things like orange juice and milk are also usually sold in 1l bottles. It's things like Coca Cola and Fanta that are typically sold in either 0.5l or 2l bottles (even 2.5l around holidays; but 1.5l is also becoming increasingly common).
It's common in the US and Australia and, I suspect, any large producer of fruit with a normal culture of drinking juice. Anywhere that imports 1l seems to be more the norm.

Strange what you say about milk though - I've usually seen the 2l form factor anywhere westerners are common. Could be a local convention?

The EU had rules about standard sizes for most packaged food, which probably influenced this. I can't find what they were for fruit juice -- the rule was abolished in 2007 (or 2002?), since surveys showed people who cared about the price would look at the "per 100mL" indication on the shelf anyway.

Different European countries produced different fruits (citrus, apples etc), but I've not noticed that e.g. apple juice is in larger containers in Britain, and orange juice in Spain. If anything, the trend is to smaller containers, for variety and health.

https://ec.europa.eu/growth/single-market/goods/building-blo...

In Germany you have 1l packs for milk and 0.5l packs for chocolate milk...
The US system's main strength is that there are a bunch of human-scale subunits (gallon, pint, cup, etc.). However, the issue is that there's a lot of those subunits (some useful, some not).

Converting between the units is a pain: not because the conversion is hard (the conversion ratios are usually whole numbers), but rather because there's a lot of units and it's difficult to remember how they relate to each other (e.g. what's the relation between a pint and a gallon?).

Why is the gallon a "human sized unit"? What does it even represent? A hat size?
And it's weird to call a unit "human sized" when there are different versions of it.

A US gallon is 3.785 litres. A UK gallon is 4.546 litres.

Which if these is more human-sized?

>Which if these is more human-sized?

The US gallon since they've got more people per capita.

It's a useful quantity because the variety of units allow for the speaker to drop the numerical portion of a quantity of a substance.

Meaning, the phrase "gallon of milk" is ever so slightly easier to say/verbalize than "four liters of milk." Or alternatively, "half gallon of milk" vs "two liters of milk."

Likewise: "pint of beer" vs. "<half liter/5 deciliters> of beer", "1 cup of flour" vs. "<quarter liter/250 mL/25 centiliters/120 grams> of flour".

But you're not saying "four litres of milk" that often. You're saying "a carton of milk" and typically the people understand that that is a litre or 1.5l or whatever it is you usually buy. As for beer, again, where I drink it's typically either unspecified or a "small", being 25cl and 15cl respectively (this being a nerdy craft beer bar where smaller sizes are preferred.) If you do want to say the size, you can just say 25 or 15, no one is going to think you want 15 litres because that'd be weird.
> A gallon of gas is easier than 3.8 liters

Most people in the world just buy their petrol per liter directly and it's priced at <currency amount> / liter, there is no conversion needed, the "gallon" is just an arbitrary measure.

And we do not measure fuel consumption in "miles per gallon" , but "liters per 100km".
>And we do not measure fuel consumption in "miles per gallon" , but "liters per 100km".

Actually that is the "official" way of measurement (what you see on the car specifications or what the on board computer tells you), in speaking it is more common to say that you made 22 Km/liter (or 18, etc.) than to say you used 4.55 liters/100 Km (or 5.56 liters/100 Km).

I've never heard anyone say that. Who are these people that are reading fuel consumption in their dashboard and doing the mental arithmetic to convert that to km/liter? I've only heard "my car spends about 5-8", meaning 5-8 l/100 km in casual conversation. I.e. the number you'd read directly from the dashboard.
Well, maybe it is just local, but before you had liters per 100 km or actually a dashboard at all (not so many year ago) all you had was a lousy analogic something with a hand that went from F to E and the only way to calculate (approximately) fuel consumption was to know how many liters you put on the refill and have the km since last refill.

So you had (say) 30 liters needed to refill and travelled for 450 Km, now is it easier to divide 30 by 450 and multiply by 100 ( or divide 30 by 4.5) or divide 450 by 30?

Besides the difference between (say) 18 and 19 Km/l is (IMHO) easier to visualize/appreciate than the difference between 5.56 and 5.26 l/100 km.

>Most people in the world just buy their petrol per liter directly ...

It depends.

Here (Italy) most petrol stations are self-service/with automated machine for payments.

If I buy in cash I buy gasoline "per money", i.e. 20 Euro or 50 Euro, you don't have any alternatives if not multiples of the bills.

If I buy paying with a card then I still try (roughly) to meet the amount.

I am not really aware that today 50 Euro will give me (say) 27.476 liters while last week (still say) it gave me 27.187 liters.

> A gallon of gas is easier than 3.8 liters

I'm pretty sure this is an attempt at humor. Or I'm not sure but I hope.

> As a gearhead, I absolutely hate the metric/standard difference.

To take the example of the F150 there's a 26 gallon fuel tank, but then the engine size in in liters, transmission fluid is in quarts, windshield washer reservoir in liters etc.

Even on the most popular American-made car in the US you need to deal with an absolute mess of different measurement systems, on e.g. a German-made car all of these would be metric.

This is still better than tires, where the diameter seems to be listed in inches around the world even though other measurements such as the width are usually in millimeters everywhere.
Tires are their own special measurement hell. A 17 inch tire does not have a diameter of 17 inches. Those 17 inches are the diameter of the rim it's supposed to sit on[1].

Thus e.g. a 245/45 R17 tire has a diameter of around 26 inches. As you can deduct from the "simple" formula of:

    245/10*45/100/2.54*2+17 =~ 25.7
I.e. the width is 245mm, the cross section of the tire is 45% of that, or ~110mm, multiply that by 2 and add the 17 inches and you've got the outer tire diameter.

1. https://www.moderntiredealer.com/8644/understanding-tire-dim...

A gallon of gas is 3.785 L in the US. In the rest of the British Empire it was 4.546 L. It definitely was not easier back when both gallons were in common use.

And by "pint of beer", do you mean an Imperial pint (568 mL) or a US liquid pint (473 mL)?

(comment deleted)
What's special in the rest of the world isn't just a metric system, it is one particular metric system: the SI system (also sometimes called the MKS system, for meter-kilogram-second). The SI system guarantees not only that we have nice multiples of powers of ten, but also that all scientific units are easily convertible to each other. This, for example, enables the fact that one ohm times one farad is exactly one second! That's why, for instance, you may have heard that NASA (or most any other scientific org in America) uses the so-called "metric system", again specifically meaning SI units. (There does in fact exist an arcane scientific system based on the foot-pound-second, but nobody - not even Americans - uses it.)
(comment deleted)
That is exactly what makes system so powerful. Ease of conversion between units and use in physics and engineering.

Only thing I hate about system is kilogram... The French... Couldn't do it properly. I really wish we would use grav instead...

>If we didn't have Arabic numerals in Base 10, the American system is better

While I'll agree that a base 12 system would be better, the American system would still be a bizarre hodgepodge.

Let's look at distance. First, a thou, or a thousandth of an inch. Breaking everything there. Then twelve inches to a foot, where things work. Then three feet to a yard? Twenty two yards to a chain, ten chains to a furlong and finally eight furlong to a mile.

And if you're wondering, yes I had to look up everything besides inch, foot, yard, and mile.

Haha yeah, same with temperature - Fahrenheit would still be a weird thing.
I dunno -- 0F is about as cold as 99% of humans will ever experince, and 100F is about as hot as most humans will ever experience. And a change in temperature of 1F is just about the minimum I can really detect.

With C, sure 0C is cold, but tons of people experience colder on a regular basis; and I've had situations where 20C feels a bit too cold, but 21C feels a bit too warm. Most thermostats denominated in C trigger on half a degree difference, not a full degree.

Celsius works better with one of the base materials in the world - water. At sea level 0 degrees water freezes and at 100 degrees it boils. For the same reason Celsius works better with metric system. "What feels cold" is not a good base point, because people are different and that feeling also depends on humidity and wind.
The GP didn't say any of that; they simply said Fahrenheit was "weird". I disagree; Fahrenheit simply human-centric, and once you get used to it, is a lot more practical for day-to-day human experience than celsius.

You're pointing out how useful it is when doing science with water. Sure. And since science is important, and it doesn't make much sense to keep two systems around, then yeah, let's go with celsius as the standard. But let's not lose sight fo the fact that we actually are giving up a more human-focused system when we gain this scientifically-focused system.

Speaking from the human experience, "0 degrees Celsius means the road could be icy" is more useful than "68 degrees Fahrenheit is normal room temperature", wouldn't you agree?
"The road could be icy" is certainly a useful data point. But "70% of the way from 'wow this is cold' to 'wow this is hot' is a moderately comfortable temperature" seems reasonable to me.

(68 is a comfortable temperature for men wearing suits... a better more general temperature is probably 72.)

This all puts way too much stock in temperature being what decides if we go "wow this is cold/hot." Wind, humidity, and other assorted factors play too large of a role to value basing our temperature system on it.

Zero F with no wind can feel like a nice day compared to zero C with tons of wind.

If the American units were 'metric in base 12', there would be a lot more arguments for keeping them. But they really aren't - the units have no well-thought-out relationships to each other, they are just an amalgamation of different historical decisions, often taken in isolation. Inches to feet to furlongs to miles have one set of arbitrary conversions, while ounces to pounds to tons has entirely different conversions.

But contrast, a metric system in base 12 should still keep the niceties of the metric system - units of volume should correspond to units lengths of the side of a cube, units of weight should correspond to units of volume of water etc. And there should be a single rule for conversions, with standardized names for sub divisions.

These are the things that make the metric system superior, not its being in base 10. And these advantages far outweigh the advantage of being able to divide a sixth of a foot in a whole number of inches - particularly in the era where we carry arbitrary precision calculators in our pockets.

What's a concrete eli5 example of how a base 12 system would be a benefit? The number 12 still exists. The base just dictates when the order of magnitude changes, so larger numbers can be represented with slightly fewer digits, but I don't see much more. Am I missing something?
If the numeric system was 0123456789AB and 10 (would be 12 in decimal), then 10 would have 2, 3, 4, 6 whole number fractions.

10/2 = 6

10/3 = 4

10/4 = 3

10/6 = 2

That's two more whole number fractions than 10 (decimal) which is only divisible by 2 and 5.

Meanwhile, the benefit of a system like metric is decimals rather than fractions. It is trivial to change the resolution of a measure or number.

E.G.

The speed of light is 299,792,458 meters per second.

The speed of light is 299,792.458 KM per second.

The speed of light is about 300 M meters per second.

That’s not true. You can have decimals for any base.

10/5 in Base 12 is 2.49724972497...

Or binary (Base 2)

1011/101 = 10.0011001100...

Duodecimal metric system would have the same features that you’re talking about (which have nothing to do with the base).

Even Americans use decimal based systems in engineering. A lot of measurements are defined in thousands of an inch. Why didn't they go with a "superior" system with more divisible factors?

The reality is that metric is a standardizing measurement. There is one base unit, changes in scale merely involve a factor denoted by a prefix, it doesn't try to be smarter than absolutely necessary and just sticks to decimal.

I thought it was like the rest of the Imperial system: just to fuck with people. No rhyme or reason at all. In my hobby work I use metric wherever I can, metric bolts, nuts, metric sizes. Sadly this is not possible with some electronic components where pin distances are in mils. My car (a BMW) is also set to metric and so is my home thermostat and phone. All the CAD and 3D modeling work I do is metric. The imperial system needs to go IMO. I've read that NASA has gone metric everywhere it could circa 2007. Do good engineering, be like NASA.
Imperial is there because it's convenient to humans without tools.

Sometimes you need precision, sometimes you need accuracy, and sometimes you need both. For completeness I'll say that sometimes you need neither, perhaps politicians know more about this last part. Using Imperial measures makes this clear - do you really need to know how big your field is to the millimetre? To the centimetre? A foot will do.

My foot is, strangely (there's that British sarcasm again), a foot long. I can go into a field without tools and measure using my feet and be quite accurate.

I programmed Ruby for years and it was always said that it was designed to work for the human over the computer, Imperial is much the same, as were the things like pre-decimal currency (I don't want 12 eggs, can you sell me one? Easy when I've 240d to divide into, not so easy with 100 pence).

Use what's appropriate, don't wed yourself to decimal.

Your foot is approximately a foot long. My stride is approximately 1 metre. Both are valid ways of roughly gauging distance, but only one is a sane system of measurement.

And by the way, all imperial units are now defined in metric, which makes the conversion doubly insane.

If your starting position is that eggs must be sold in sets of 12 only, then buying 1 will of course be more complex when using a base-10 currency.

But in the same way that we can't switch to driving on the other side of the road over the space of a week, the UK can't spend a half century or so half-arsedly failing to commit to the metric system, and then complain that things don't make as much sense as they seem to in 95% of the world.

Btw, is your foot precisely 12 inches, or is your shoe? I wonder, because it sounds dreadfully inconvenient to have to take your shoes and socks off when you want to measure a field. (I measure large distance by paces, which for me are roughly a metre.)

I know that my hand span is 22cm, which has occasionally been quite handy when I'm without a tape or rule, and want to roughly measure something -- but that's not a compelling reason for me to advocate a base-11 measuring system. : )

I've once heard the base 12/base 60 system is derived from how people used to count with their fingers long ago:

1 hand has a thumb and four other fingers, each consisting of 3 parts. So you point with your thumb to one of these 3 times 4=12 parts.

If you run out of numbers, you take your other hand an put up a finger, then start counting from 1 with the other hand again. 5 fingers give you 5 times 12=60 possible combinations.

No idea why they didn't do the thumb + 12 positions stuff with the other hand, which would have given 12 times 12=144 possibilities. Speculation: Maybe there was no need as such high numbers didn't appear in practice?.

Base 60 was used by the babylonians. They were big into astrological observations, and so I think their influence affected time and angle calculations.

The numbers 12, 60 and 360 that occur in our time and angle calculations are interestingly factorials divided by 2. (4! = 24, 5! = 120, 6! = 720).

Since larger factorials have both 2 and 4 as factors, they have 2^3 as part of their factorisation, and by the time you get to 6! you introduce another factor of 2, so it's not a big loss dropping one of those power of 2, you still have a huge range of factors and hence ease when working with fractions with these numbers.

Attempts to replace degrees with base 10 (gradians) appears to be slow on the uptake, with radians being a more natural measurement (but who wants irrational angles in everyday life) so I think we're stuck with degrees.

There was an attempt to replace 24h system by 10h system around the same time metric system was introduced (French Republican Revolution), as a part of (much better, IMO) French Republican Calendar. Unfortunately, it didn't gain enough momentum and was cancelled after not so long.

Babylonians inherited base-60 from sumerians. AFAIK, there is no real consensus why exactly it was base-60 with sumerians. One hypothesis is exactly what hyperman1 is telling us. Also, don't quote me on that, but I seem to remember hearing that 360° might have been introduced not because of divisibility specifically, but because of the size of the sun. Not sure how plausible is that, but, notably, angular diameter of the sun is ≈0.5°. So I might believe it is related, but if I'm not mistaken 5/12/60-numeric systems seem to be much older than 360°.

Interesting, but the fact that a sequence of finger positions indicates a number sounds risky in a blink and you get the wrong result kind of way.

When we travelled to China years ago we were advised to learn the one-handed 1-10 gestures[1] which we were assured was in common use there, and solves one of the basic problems of asking for specific quantities of things without language.

I guess that if you had an agreed endian (LSH / MSH?) you could represent all integers from 0-110 in a single two-handed gesture.

Obviously, with 10 fingers, you could also represent 0-1023 by holding up various digits - and that's needing only two states per finger. How quickly or easily others would be able to read that representation is a different question. Plus most of us would need some training exercises to recover finger independence of pinky and ring.

[1] https://en.wikipedia.org/wiki/Chinese_number_gestures

>Obviously, with 10 fingers, you could also represent 0-1023

Some numbers would be outright banned, e.g. 132

I secretly feel this is the real reason for Brexit (avoiding the metric system).
The metric system is everywhere in Britain. Brexit was about returning to and retaining common law, as Roger Scuton so eloquently lays out in this speech.

https://www.youtube.com/watch?v=NyLJYW0_F38

Which? Returning to, or retaining?

I wonder if he'd lived, he'd have changed his opinion from 4 years ago, given the dogs breakfast that is the current transition process, run by a non-representative collection of opportunists.

> Which? Returning to, or retaining?

They're not mutually exclusive.

> I wonder if he'd lived, he'd have changed his opinion

He did appear to be making his decision based on principle, not process, so I doubt it.

I did watch the video you shared, btw, but I didn't feel his argument was especially persuasive.

With ~45 years or EEC/EC/EU membership to refer to, there were zero examples offered where this ostensible move away from common law had actually manifested, let alone in a negative way.

Actually, I thought his position seemed to be the standard nebulously nostalgic nationalism.

I don't recall common law being a talking point in any of the leave / remain discussions and marketing. Cameron originally couched the question purely around economics -- which unfortunately made the public debate, such as it was, vulnerable to grossly influential outright lies around money. The famous '£350m a week’ lie, f.e.

This then seemed to morph (or was manufactured) into some kind of national identity existential crisis.

Perhaps I read it all wrong though.

> Btw, is your foot precisely 12 inches, or is your shoe?

It doesn't matter because I'm not looking for a high level of precision when I do that kind of measuring, I'm looking for good enough not perfect. If physicists can handle this notion[1] even when they're the ones tasked with producing SI units I'm not sure why it's not applicable for the rest of us.

> APPROXIMATIONS

> Even though physicists usually try for a high degree of precision, there are times when only a close approximation is neeed. Physicists some times make rough estimates for making tentative decisions.

Sounds like a decent principle to me.

> then complain that things don't make as much sense as they seem to in 95% of the world

It's not Brits that are complaining as we get to choose the measure that suits the aims at the time. If centimetres are appropriate then use centimetres. If feet and inches are better, use that. Do you write all your software in C? Better hope WASM takes off or your competitor using that nasty Javascript will remain ahead.

No, it's the "95%" measuring their height in centimetres (why not millimetres?;) or buying litres of milk that inconvenience themselves while complaining about measures they don't understand because they blind themselves to the advantages. Good sold in Britain have both measures on everything, we're committed, just not dogmatic about it.

[1] http://webphysics.iupui.edu/NH/Projects/TEAMS[2]/err6.htm

Agree in principle with much of what you say.

However:

a) physicists are not 'tasked with producing SI units'

b) you can have a non-high level of precision with metric as easily as with imperial

c) corollary: metric is not perfect - no one is trying to assert that

d) 'we get to choose the measure that suits the aims at the time' - yes, that sounds like Britain. Let's see how that plays out over the next 5 years.

e) 'if feet and inches are better, use that'. Better?

f) actually, this needs fully quoting:

> No, it's the "95%" measuring their height in centimetres (why not millimetres?;) or buying litres of milk that inconvenience themselves while complaining about measures they don't understand because they blind themselves to the advantages. Good sold in Britain have both measures on everything, we're committed, just not dogmatic about it.

Let's recalibrate:

i) it's not "95%" -- it's 95%. 7.59b people on the planet and 320m in USA, 4m in Liberia, 50m in Burma -- you could throw in the recalcitrants in the UK, but we're still rounding to about 5% of the planet that isn't on metric.

ii) people that use metric are allowed to use centimetres and millimetres .. and metres, decimetres, kilometres. All is good, sensible, easy to transition between by shifting the decimal point. I'm 187cm / 1.87m / 1870mm tall. With shoes on, add 2cm (but no need to adjust the length of the field I'm stepping out).

iii) I don't get the inconvenience of buying a litre of milk ... ?

iv) committed but not dogmatic - what a wonderfully British phrasing. We kind of get it, but we demand to reserve our right to randomly claim exceptionalism, for reasons that can't be described, defined, or defended.

> Let's see how that plays out over the next 5 years.

That kind of comment is beneath all of us yet sums up the tone of your entire comment - pedantic, snarky, and not a little xenophobic.

Try reminding yourself that this is Hacker News.

This whole thread is an exercise in pedantry - and that's okay, we tend to revel in analysis of the minutia here.

Whether a holder of a British passport could be called xenophobic about the British, especially when making a comment about the regrettable decision by the British to remove themselves from the EU - well, it seems a bold claim to make.

I genuinely am wildly fascinated to see what happens as the Brexit catastrophe unfolds.

I'll admit that I was mildly frustrated by your apparent unwillingness to engage on the much more interesting discussion to be had around the flaws in your argument.

Then you just use meters, and learn to stride a meter. My Dad used to be a farmer in the UK, born in the 50s so knows the imperial system very well. He could fairly accurately measure a field in meters by walking up it. Could also do it by sight.

Walking one foot in front of the other as so much slower than taking a stride.

When I was in school I could do 50 m within one meter. Haven't tried for a while now but I do use steps now and then to measure things if the exactness isn't important.

Archers learn to measure by sight though, they have a few tricks since they aren't allowed any sort of help.

hill walkers and mountaineers are taught to measure distances with strides. Once you know how many steps / strides a distance is, you can measure quite accurately. Others can also start measuring distances once there is a known distance marked.

In addition, Nainsmith's rule (dating from 1892) is still used to this day - to estimate time to travel certain distances.

https://en.wikipedia.org/wiki/Naismith%27s_rule

Measuring distance by walking is pretty common, but I don't think making strides of 1 m is common, lol. Usual stride is about 0.7-0.8 m, 1 m is pretty huge and uncomfortable unless you are really tall with long legs. You just know what is your average stride and do the calculations. I've never seen any country folks do distance measurement by placing their feet one in front of the other. So, yeah, I guess only people who do that must be huge fans of imperial system with (quite uncommon) foot length of 1 imperial foot.
> do you really need to know how big your field is to the millimetre? To the centimetre? A foot will do.

You should really read up on modern agriculture. A foot won't do nowadays, not if you want to receive any subsidies at least.

> humans without tools

> My foot is a foot long

> I can go into a field without tools

Well, you can't say you don't have a tool while bringing a tool. My foot is a lot (!) bigger than yours, so that argument doesn't hold.

> Using Imperial measures makes this clear - do you really need to know how big your field is to the millimetre? To the centimetre? A foot will do.

Yes, also a meter will do.

> but ... but ... how exactly long is a meter?

Well, again, my foot is bigger than yours. Others are smaller. They'll do, too, right?

Point is, who cares if you are off by a couple of meters/foots/whatever if you are just looking for an estimate? But using foots, arms, pumpkins or cat tails for length seems way too ambiguous. A meter, while seemingly synthetic to people not familiar with the metric system, can be used just as good with all the advantages it brings. Yes, it requires to get an idea of its size. Well, but so does your foot or whatever randomly by nature generated object you use for measurement.

> Well, you can't say you don't have a tool while bringing a tool.

I like that but let's try to keep to the principle of charity and accept that we're using words in the normal way, so I can say that I don't have a tool because it's not normal to refer to your foot as a tool.

> My foot is a lot (!) bigger than yours, so that argument doesn't hold.

In what way does you knowing that your foot is not a foot long undermine an argument about accuracy vs precision?

> A meter, while seemingly synthetic to people not familiar with the metric system, can be used just as good with all the advantages it brings.

When did I argue against using metres? I must say it's a bit frustrating to have several responses that are so binary in nature. If I suggest Javascript for frontend website work does that invalidate using something else if appropriate? Am I arguing against strongly typed, pre-compiled languages in general? If you didn't know JS but did know Rust might you be justified in choosing WASM?

Imperial measures have their place, as do metric ones.

> In what way does you knowing that your foot is not a foot long undermine an argument about accuracy vs precision?

I know people whose feet are barely half as long as mine. So what exactly am I or others supposed to use as a foot unit? Something in between or rather towards the smaller feet? Tell a native Dutch person to use like two thirds only while telling some native Asian to use more like 1.3 foot as a foot? And on top of that not even their their own but the average of each, because you don't want to get it wrong by a factor of two? Yeah, who cares if it's 100 foot or 200 foot. Accuracy, right? A meter is easy to remember or to guess with a lot less variation. And if you are fancy enough, you could use a scale for example to get it accurate. A lot of other things actually, too. The magic of definition and derivation. But I am sure a foot can also be derived from Spanish tomatos or something.

> analogy to programming

How many foot is the circumference of the average straw man?

> Imperial measures have their place [...]

For example?

I think you are confusing what you are used to vs. what is easier to learn & work with. Maybe you do have a size 47 shoe (eu metrics) but most people have feet that are significantly smaller than a foot typically by about 20-30%. I'm pretty sure that was even more true when feet were first used as measurements.

Historically, the way people measured things just wasn't very accurate until requirements for that became more precise around the 16th and 17th century and we figured out how to use precisely calibrated instruments rather than misc appendages. This is roughly when people figured out how to build clocks, Newton sat down and wrote up a thing or two about physics, and we started mapping the world in a bit more detail than "here be dragons", etc.

Precision engineering emerged during the industrial revolution. Once people started worrying about tolerances of less than a tenth of a millimeter, it kind of required consistency to get any kind of repeatable results. This required standardization. This happened late 18th century. Of course there were several competing standards.

The reason feet and miles are still around was the historical disagreement between the French and the British over lots of things (including territory). Particularly at that time when they were in each other's hair pretty much all the time. So the British came up with their own set of standards and Napoleon imposed the metric system on most of Europe. The US of course had its own set of disagreements with both the British and the French around that time and felt it needed its own standards. Hence it kind of matters whose miles, feet, gallons, pounds, pints, and what not we are talking about since there are some notable differences. Also, this changed over time. E.g. the US mile was last redefined in 1983, though not unanimously (from wikipedia):

"The United States redefined its yard in 1893, and this resulted in U.S. and Imperial measures of distance having very slightly different lengths.

The North American Datum of 1983 (NAD83), which replaced the NAD27, is defined in metres. State Plane Coordinate Systems were then updated, but the National Geodetic Survey left individual states to decide which (if any) definition of the foot they would use. All State Plane Coordinate Systems are defined in metres, and 42 of the 50 states only use the metre-based State Plane Coordinate Systems. However, eight states also have State Plane Coordinate Systems defined in feet, seven of them in U.S. Survey feet and one in international feet.[77] "

It seems the issue is highly political; which is weird for an engineering topic.

> I think you are confusing what you are used to vs. what is easier to learn & work with.

I studied physics, schools have taught metric since at least the 1980's as part of the standard curriculum, and all goods in Britain are sold with at least metric on them. It's got nothing to do with what I'm used to as I'm more used to metric. I simply have nothing against Imperial measures because the arguments used against them are mostly absurd and they're actually useful.

> It seems the issue is highly political; which is weird for an engineering topic.

I can't disagree with that at all.

Here in Germany, being very practical people, they sell eggs in boxes of 10.
Actually, I think 10 is the most common not only in Germany, but about everywhere. There are usually several sizes, I sure saw 6, 10, 12 & 18, but I guess 10 eggs is the most common wherever I tried to buy eggs. I didn't really pay close attention, though.
But metric is perfectly fine without tools. Your foot is about 30cm. Instead of a pound you use half a kilo. And you can still express your measurements as coarsely as you'd like in it, even more easily because it's all decimal, so you can just chop off or add the significant digits if you like. You can, for example, say that your field is 1.155 kilometers long, which is 1155m - even coarser than a foot. Want more accuracy? You can say it's 1.1551 kilometers or 1155.1 meters long, your accuracy is now better than a foot, but same order of magnitude. A field that's a kilometer by a kilometer in size has a million square meters in it, or 100 hectares, each hectare being 10000m2.

Now quick, without googling, how many square feet (let alone inches) are there in a field that's a mile by a mile in size? If you manage that with some effort, how many acres? Protip: it's not even an integer number.

Also BTW, eggs are also sold in 10s in at least some metric countries.

> Also BTW, eggs are also sold in 10s in at least some metric countries.

I know because I have to buy them and it means I'm left with one left over every time. 12 eggs works for an individual, a couple, and a family of 3 or 4, and for more combinations of portion than 10 does.

> Want more accuracy? You can say it's 1.1551 kilometers or 1155.1 meters long, your accuracy is now better than a foot

That's precision, not accuracy.

> Now quick, without googling…

I already know it's a mile squared, why do I care about how many square feet there are? That's the point, you choose the measure that is appropriate, without knowing the aim how can you choose a measure?

“How big's that field?”

“A mile by a mile”

"Wow. Can I have some eggs, please?”

“Well, I've only got 10's. I hope you have exact change…”

> 12 eggs works for an individual, a couple, and a family of 3

That's only if your S.O. and kid eat the same number of eggs as you, which is not the case for me, I eat one more than they do, and 10 would work better. :-)

> That's precision, not accuracy.

That's pedantry. You understand what I meant: there's no difference between the systems in this regard.

> why do I care about how many square feet there are

Say you're applying fertilizer and its application rate is quoted in ounces per square foot (ewww).

> I don't want 12 eggs, can you sell me one? Easy when I've 240d to divide into, not so easy with 100 pence)

So old money would have been briefly useful in the early 1990s, over 20 years after it was phased out? Because that's when a dozen eggs cost 1 pound.

In 1970, a dozen eggs cost 3s.4d. Quick, how much is one egg? (for comparison, I see Tesco have 10 eggs for £2.20. How much is one egg?

It doesn't matter which prices you choose, old money will always outperform decimal because it has more factors. There are advantages and disadvantages to both but quibbling about the price of eggs isn't going to change them.
No, 240 new pence has exactly the same number of factors as 240 old pence. You're aware that you're not required to always use a whole number of pounds, right? Because you seem a tad confused.

You liked the egg example until I pointed out how daft it was. Ah, the fickleness of youth!

The currency is the pound, not the penny. It would be daft to think the basis of comparison was the penny and it would also be daft to lose money on each transaction because you couldn't receive all the change owed you, something more likely to happen when you have less factors available due to less subdivisions and/or a different choice of base.

It's also not going to matter only at the point a dozen eggs is a pound, but this is well off the original point and I'm not interested in a position that, strangely enough, means decimalisation has no impact. 240 pennies is 240 pennies, after all.

The penny comparison was yours. Why are you making comparisons that you yourself think are daft?

Try to think things out before hitting "reply". It would improve your posts immeasurably.

A rod is 5.5 yards. A mile is 320 rods. A rod is 1/1000th of a league . A league is the distance a man could travel in about an hour and corresponds nearly to about 5k in today's measurements.
I used to run a bar trivia at Lewis & Clark Brewery. I had diverse questions per round, and one of my favorite things to ask were obscure forms of measurement as the round "hard question", like how many gallons are in a bushel? (I generally also counted it right if it was close enough).
> Thus its claims cannot be checked against any other contemporary sources, which is particularly irksome since some of them appear highly dubious – such as stating that the army marched 20 miles in 5 summer hours at regular pace and 24 miles at double pace.

The author provides this information and then never details what was meant by ‘summer hours’. Romans had twelve hours of daylight and twelve hours of darkness. That is to say, the daytime was simply divided into 12 hours, which made ‘summer hours’ significantly longer than winter hours (and longer than 60 minute hours.) Which also seems to make the quote more believable.

Yes, daylight in Rome around the summer solstice lasts about 15 (modern standard) hours.
> The problem with these versions is that they don’t explain why this collision between furlong and mile occurred around 1600, and not centuries before. It implies, therefore, that people suddenly woke up and realized, hey, wait a second, if there’s 660 feet in a furlong … and eight furlongs in a mile … but 5000 feet in a mile …. wait a second !?!

It's not that hard to guess why the broken system lasted so long (delightful and interesting explanation of TFA notwithstanding), and consequently why it was replaced by a different broken system.

95% of people on this planet use, understand, and advocate metric, in which an area of 100 metres x 100 metres = 1 hectare (10,000 sq m).

A 10 x 10 grid of hectares = a square kilometre.

A millimetre of rain falling across one hectare means you've received 10,000 litres of water.

That volume of water has a mass of 10,000 kilograms (or 10 tonne).

Wait a second, indeed!

Sorry, but I fail to see the brocken system here.. Isn't the calculation true?
They probably meant that the whole imperial system is still broken compared to the metric, but is still in use nevertheless.
I wouldn't call imperial measures "broken".

I typically prefer imperial measures in simple projects because they tend do feel more practical.

In things like woodwork, carpentry, papercraft, etc and inch, a foot, or a quarter inch tend to "fit" very well and are easily divided.

Specifically with papercraft, I prefer working in inches over centimeters because inch, half inch, and quarter inch all essentially function as "full" units and are very easily divided/combined and tend to "fit" better with most projects. A half.inch tends to usually feel like a good margin. A few inches tends to work well for a card. A quarter inch generally seems right for a small spacing. That is significantly more useful to me than base-10 conversions because (for example) 1 inch and 1 half inch feels easier to keep in mind than 1 centimeter and 5 millimeters (or 1 centimeter and 1.5 centimeters).

To me it sounds mostly that you like it because you're used to it. For me doing DIY projects in mm feels very natural (basically every measure is an integer), much more so than seeing videos of Americans juggling fractions.
I recently started watching some metalworking videos, and Americans in those use 'thou' (more confusingly aka 'mil') - thousandths of an inch. That seems mostly fine to me, it's a different scale, but whatever, it's just as sane if you don't need it to interact with volumetric measurements etc.

Woodworkers obviously don't need or want the accuracy of the 'thou' digit, but it seems to me that similarly normalising on decimal fractions and using 'huns' or 'around 12x thou' would be an improvement.

But then, they're used to it and happy with it, it's only viewers like me who aren't that are thinking about it!

(I'm British, so use Imperial in some contexts, including casually sizing small things in inches, but probably never fractional other than 1/2".)

A thou was in very common use in the uk in engineering before the switch to metric.
Oh I don't doubt it, I'm not saying it's some weird or wonderful exclusively American thing, I'm just too young to be aware of it from anywhere else, and suggesting that it or similar (tenths, hundredths) would be an improvement on 2^x denominated fractions even in applications that don't need such accuracy.

Put another way, I think if everyone (not just precision applications) used decimalised inches, it would just be a different scale and ~nobody would care to say 'omg why don't you use metric'.

The primary advantage of metric is that everyone else uses it. The decimal is useful, but fractions have their place as well, so there isn't a clear win.
It turns out that the thou is a great division for metal working. The even metric are just a little too course, or a little too fine for most metal work. Either way though machinists do great work in either system, to the same fine standards.
> I typically prefer imperial measures in simple projects because they tend do feel more practical.

I posit that you almost definitely prefer imperial measurements because that's what you grew up with, and consequently have the most familiarity, experience, and comfort with.

And that's okay.

But it doesn't speak to objective practicality.

Papercraft - somewhat aside, have you looked at how ISO A series paper sizes [0] are determined? Now that's an exercise in gorgeous and thoughtful standards design.

I'll point out that I do a fair bit of woodwork too, and my equipment - rules, squares, drop and band saws, router table markings, screws, bolts, drill bits, etc - are all metric. I have a tiny number of imperial items (eg a dovetail jig from a company in North America) but they tend to not have to interact with any metric gear, and finding metric versions of these tools is difficult/expensive.

All of us metric-only people (let's say ~95% of the world) are just fine using what they grew up with to make & build stuff -- so it's going to be hard to demonstrate that imperial is 'more practical'.

[0] https://en.wikipedia.org/wiki/Paper_size#A_series

I feel I should share this -- it's an explanation provided in the Leigh dovetail jig manual for why two things share the same scale. Leigh's based in Canada, which appears to be nominally metric, but I gather most of their market is the other part of North America (which obviously isn't).

I bought the metric version of this jig - and I'm ecstatic they make this. The metric measurements are just different scales & translations - they didn't redesign the device at all.

Decimals don't slow me down, but comparing fractions with different denominators does.

Most of the manual they mention metric values in parenthesis, but in some sections it seems the authors just, understandably, gave up.

I'm perversely envious of people who can effortlessly make sense of this:

"""

Section 8-23 : Why are the 1⁄2" and 11⁄16" [12,7 & 17,5mm] pin widths on the same scale line?

1⁄2" through dovetails are routed using a 7⁄16" guidebush.

11⁄16" through dovetails are routed with a 5⁄8" guidebush.

That's a 3⁄16" difference in size between the two bits ... and between the two guidebushes.

The 5⁄8" diameter guidebush for 11⁄16" joints requires that the guide fingers be opened up by 3⁄16".

This automatically makes the pins 3⁄16" wider but on the same scale setting.

"""

(From https://leightools.com/wp-content/uploads/2018/04/D4R-Pro-Us... )

This is clip of the reality show American Chopper, where a bunch of native imperial unit users, professional mechanics are trying to calculate fractions: https://www.youtube.com/watch?v=EUpwa0je6_Y

This conversation would never happen in a metric shop if the people there are above 2nd grade in their arithmetic skills.

That was hilarious, though the problem was the older guy kept changing his measurements, not the actual calculation. (I don't even use Imperial and was able to calculate the difference in my head as he said them (the young guy was correct each time)).
I agree that (at least part of) my preference comes from familiarity but I am not convinced that it is caused 100% by familiarity.

I happened to see this brief interaction in a video [0] the other day that pretty accurately illustrates my point of view. In summary: 2 makers (one german, one american) working on a device are looking at parts in hand to design as they build and one says "...if you put this 15 millimeters in from the edge. about half an inch". They first physically see/feel the distance they believe to be correct is 1.5 or 15 metric units (cm or mm) or 1 imperial unit (half inch). This is the case I find comes up frequently for me. Measures where moving a cut to line up to whole cm is too far and I end up working with half and quarter centimeters or awkward counts of millimeters.

Though, it is definitely possible that 15mm only felt right in that case due to familiarity with imperial measures and that 1cm or 2cm would have been fine.

I guess the "trick" is that even though 1/16, 1/8, 1/4, and 1/2 inch are all technically divisions of an inch, they all function in practice as distinct whole units that are (typically) easily converted. So when you are doing work in that scale range you have many options to match what you are working with.

Paper sizes are also another good example of what I am talking about. An imperial "letter" size page is 8 and 1/2 by 11 inches. To cut one in half in either direction, the calculation is easy: horizontal 8 divided by 2 is 4 plus 1/2 divided by 2 is 1/4 or vertical 11 divided by 2 is 5 and 1/2. The similar ISO size (A4) is 210mm x 297mm would be cut at 10.5cm or 14.85cm. Sure you could just pull two A6 out of the drawer instead of cutting one A4 but then you are using ISO216 as your units of measure instead of cm/mm. In terms of practicality, cutting material stock in half is a pretty basic operation.

[0] https://www.youtube.com/watch?v=MxLOoriXkMc&feature=youtu.be...

> 1.5 (cm) or 1 imperial unit (half inch).

Can I ask why you consider consider 0.5 inches to be 'one unit' - but think 1.5 cm is not?

For me, a unit is akin to atomicity.

But units don't dictate what size something is or should be - that's what multiples are for.

> Measures where moving a cut to line up to whole cm is too far and I end up working with half and quarter centimeters or awkward counts of millimeters.

It's a poor tape measure that does not show mm.

Similarly it would be a poor tape measure that does not show 1/32 of an inch.

The fact that your measuring device shows these gradations doesn't mean your design needs to be aligned to any arbitrary subset of multiples / divisors though, surely?

> I guess the "trick" is that even though 1/16, 1/8, 1/4, and 1/2 inch are all technically divisions of an inch, they all function in practice as distinct whole units that are (typically) easily converted. So when you are doing work in that scale range you have many options to match what you are working with.

1/16th of an inch isn't just technically a division of an inch. : )

When you're working down to something tiny, both measurement systems will be able to represent absolute distances just fine - do we agree on that?

It's a matter of whether manipulating those numbers is easy or difficult (for me, working with wood almost always means working with integers - mm - so all calculations are delightfully easy). Refer my other post about the Leigh dovetail jig description of router bit and bush sizes - there's 4 different dividends in use in just that one short paragraph, so you have to convert them all to common denominators before doing any mental arithmetic with them.

> When you're working down to something tiny, both measurement systems will be able to represent absolute distances just fine - do we agree on that?

Yes. I guess it was implied by omission but I don't think either system is bad. My original statement was: "I wouldn't call imperial measures 'broken'"

> Can I ask why you consider consider 0.5 inches to be 'one unit' - but think 1.5 cm is not?

>1/16th of an inch isn't just technically a division of an inch. : )

Because I don't think of 1.5 inches as 1 inch + 0.5 inches, I tend to think of 1.5 inches instead as three 1/2-inches. What I mean by stating that while 1/16 is (and 1/2, 1/4, 1/8 are) "technically" divisions of the inch, they are _practically_ (or effectively) separate whole units that you step up or down to the same way you convert up or down between mm and cm.

I find sub-dividing material (or design) by a power of two to be very common. Working with metric units, this tends to always lead to handling multiples of 5 which I tend to find more difficult than handling multiples of 2.

Working with imperial inches and subdivisions of an inch in this way (for "normal" sized projects of the type mentioned in previous comments) means there are more options to match "whole" units to the specific measurement and you generally make new measurements in your work by changing units and adding/subtracting integer values of that unit. It is literally practical because it was derived from existing practices and matches them inherently.

Traditional unit in metric crafts is cm and the smallest traditional distance is 0.5 cm (pronounced "half" not "O point 5"). Notebook grid is 0.5 cm for example and you write and draw everything at shool on that grid so you get used to it (and get intuitive feel for how long a cm (2 grids) is in the process).

The dimensions you're mostly using are 0.5 cm, 1 cm, 1.5 cm, 2 cm, 2.5 cm, 5 cm, 10 cm.

> A quarter inch generally seems right for a small spacing.

A quarter inch is 6.35 mm compared to 5 mm (0.5 cm) which is basically the same for estetic purposes, any preference will be caused by familiarity more than any objective criteria.

> 1 inch and 1 half inch feels easier to keep in mind than 1 centimeter and 5 millimeters

Nobody says or thinks "1 centimeter and 5 millimeters" just like nobody says "I'm 1 meter and 80 centimeters tall". You're "180 centimeters tall" or (less often) "1.8 m tall".

There's even a word in my language "półtora" which means "one and a half", so 1.5 cm is just "półtora centymetra". But even with languages without this word people think "one and a half cm" not "one cm and five mm". You almost never mix units in metric in the same expression, it just makes everything difficult for no reason.

I think Americans don't understand that decimals are second nature to people using metric. When you write 1/2 we write 0.5 but we think the same - "half".

>Nobody says or thinks "1 centimeter and 5 millimeters" just like nobody says "I'm 1 meter and 80 centimeters tall". You're "180 centimeters tall" or (less often) "1.8 m tall".

one-eighty is quite common. That might depend on the country and language.

I guess. "One" is shorter than "hundred" in English while it's the other way in Polish (jeden vs sto).

I was very surprised that English people say "fifteen hundred" for 1500, I never thought about that number this way before, it was always "tysiąc pięćset" (one thousand five hundred).

Most English speakers say the year is "fifteen hundred", but it's mostly American people who say "fifteen hundred" in other cases.

en-GB: Today is the thirty-first of August, twenty twenty. The USA has reported an additional one thousand, seven hundred and seventy one Covid-nineteen cases. I would normally leave work around five-thirty, since I can catch the seventeen forty-five train home and watch the end of the six o'clock news. If I miss the train, I might take the two thirty bus instead [i.e. bus 230], or else the one three five.

But that's just a way of pronouncing large numbers; that's still saying '180 centimetres', not '1 [metre and] 80 centimetres'.
Are you sure? Intuitively I would have said, that "I'm one eighty tall" is an abbreviation for "I'm one [meter] [and] 80 [centimeter] tall".

Thinking about it, if I measure something with a folding ruler, I would more naturally say "it's one meter eighty long" (German native speaker here, as already said elsewhere, with other languages YMMV).

But the point still stands. In metric, you can slap the numbers together or separate them, convert them to different units or sprinkle easily units in between or not. It all works. At worst it is just moving the decimal point around or adding/removing zeros. Very easily done in your head.

In German would you say "I'm one four and 80" for 184cm? Cause that's confusing :)
Not confusing to a native speaker :-)

But yes, that's exactly how you would say it in German. There might be some part of the brain reserved to parse that sentence as "I'm (one) (four and 80)" but this doesn't feel weird or confusing at all.

Telephone numbers on the other hand are more confusing. Luckily you don't need to say them out loud anymore these days.

I’d say “one eighty-four” but of course the problem is that in german we mix up the order of the tens and ones.

And in fact so does English — it’s twenty-four but fif-teen (five ten, not ten five). In german we do that until 99 (nine and ninety).

Well I suppose the nice thing about metric is that it doesn't matter!

You may be convincing me though, since in feet and inches it does matter, and it would mean as you say - 'looks about 10 11' means 10'11", not 1011".

In the UK though we generally don't mix metres and centimetres - '1 8' would mean '1.8' not '1.08', though I'd say the decimal point would rarely be elided, so that's clear.

So I just wouldn't say 1 80 about metres unless the question was 'how many metres' - and then I'd mean 180m.

French people would most commonly say « un mètre quatre-vingt » meaning one meter eighty, centimeters being implied at the end.
this is common in dutch aswell, especially when talking about one's length. "Een meter tachtig" (one meter eighty)
This seems very similar to monetary amounts in at least (most of?) the US and the UK.

"One dollar/pound twenty," etc.

If we're talking about what's common in English, I think it's a little odd to discuss European metric habits in the context of the English language.

While English is a "lingua franca" in Western countries, the two main native-English-speaking countries in Europe are very recent metric adoptees.

Ireland didn't finish adopting the metric system until 2005, so still use imperial units for many colloquial uses; e.g. human height & weight.

The U.K. is further behind, and if you couple that with the nationalistic associations the imperial system will have there, colloquial uses are even more widespread.

I think metric use in English is only going to become more natural and fluent with generational use.

Malta should be included too; They used to be part of the UK till 1964, they still drive on the left side, so no idea how they feel/speak about metric.
Yeah. I prefixed my country listing with "the two main" as I know Malta is also another but I know much much less about habits & metrication there.

It looks to be quite complex https://en.wikipedia.org/wiki/Maltese_units_of_measurement

Also, I think English, while an official language of Malta, is much less dominant than it would be in Ireland (or the UK).

It's been 2 decades since my visit there (totally loved it). English was spoken everywhere, even though Maltese was common as well.
I find the European 0.5 mm block is very small and cramped - I'm pretty in sure in Australia it's 0.8 mm by standard. Probably my small letters are almost 0.5 mm tall so I don't really know how to fit into 0.5 mm.

Whether this destroys your argument or not, I don't know. I don't think preferred measures really depend on this sort of thing.

Are you using cursive? Cause I've seen some English people use capitalics in handwriting and then it would be hard for sure.

I find 0.5cm grid perfectly fine for writing, prefer it to the 0.9cm line notebooks (we have them too - for "soft" subjects like language learning where you don't need to graph anything).

https://kamionkawielka.szkola.pl/files/zadanie%202%2024.03.j...

(The size of the block is 5 mm or 0.5 cm, not 0.5 mm; I'm sure you know that and it was just a typing error)

You're not supposed to cram your letters into that 5 mm space: you generally use two lines, which gives you a 1 cm lineheight.

That being said, I don't like that raster size for writing. They're nice for drawing schematics and stuff, but for writing I very much prefer a grid of 4mm × 8mm (like this: https://www.dbs.be/images/vergroot/2518_2.jpg).

In French, you'd say "je fais 1 mètre 80" (literally "I'm 1 meter 80") and write it 1m80. Saying "180 centimètres" would be weird in a casual conversation, but fine in a professionnal setting. For a weight of 1500g, you'd usually say "1 kilo 5", maybe "1 kilo 500", but rarely "1 kilo 500 grammes".

So yeah, decimals are so used that you don't even need to tell the unit, it's implicit. I once had an american argue with me about Fahrenheit vs Celsius, because "Fahrenheit is more precise". I guess he was either a superhuman who can feel the difference between 20°C and 21°C, or someone who never heard about decimals.

In Polish it's common to use "deko" (ang. deca) especially for weight of groceries. So it's perfectly normal to buy "20 deko sera" instead of "200 gram sera" (both means 200g of cheese)
Wait i do say “one meter and eighty centimeters”!
It's just about what you are used to. For people who've grown up with metric units, it's natural to work with them.
Not really, you can learn. I spent quite a bit of effort in my twenties to convert myself over to metric for heights, weighing food, measuring liquids and such (I'm from UK).

UK had been officially metric my whole life and EU were at the time mandating pricing in metric.

Supermarkets were very reticent to use metric - or at least flouted the regulation, presumably as prices seem lower in pounds (UK 'lb') than kilograms. Now I find they often don't show weights but hide behind pack sizes for fruit pricing; presumably to prevent customers comparing. They do still have scales but it's a PITA weighing half your produce.

Getting comfortable so I could 'feel' what a particular mass (and £/kg) of apples was, say, took effort for me. Same with heights, and shifting to using kg for person-masses too.

Do you use "deko" (dekagrams) for buying meat in UK?
No, grams & kg.
Makes much more sense, I never understood why everything is in g or kg and meat is in dg :) It's not like you buy 10 grams of pork :)
> Now I find they often don't show weights but hide behind pack sizes

Not legal, btw, unless you mean e.g. 'Lemons £1 (12p/ea.)?

The usual complaint is that the denominators haven't been standardised, so you might get A selling lemons /ea. and B selling them /100g.

But then, when they are literally sold as a number (or a rough number) in a net, as opposed to being weighed and stickered, even if there were a /100g (or whatever) price, it'd be +/- 10% or something. (That actually is standardised, that funny 'e' symbol for net weight, but the tolerances vary with nominal figure, so I'm not sure off-hand what it is at 100g.)

I have relatives in the UK, and lived in London for several years -- the rage that the popular media was able to incite about metric (mostly through outright lies) in the older generation there is astonishing. Even more so they've managed to maintain that for some decades. I guess this is how they ended up leaving the EU.

In Australia supermarkets are obliged to have a pricing per 100gm for every packaged item on the shelves.

It's slightly smaller print, of course, but it's clearly legible and allows for a wonderfully simple price comparison.

EDIT: Btw, this story came out a while ago, and includes a fascinating montage clip from 1978 - a vox pop of UK citizens, obviously the most whacky people are chosen - but it's a magnificent blend of dumb (you'll use more petrol because you don't get as many kilometres to the gallon) and sad (I don't want to be part of a community).

https://www.theguardian.com/politics/shortcuts/2019/feb/05/w...

The UK has the same rule for "per 100g" etc (depending on the object, the unit changes -- herbs are shown per 10g, potatoes per 1kg).

There are some exceptions, supposed to help market traders sell 6 apples etc. The supermarkets are using those, which I think was unexpected when these exceptions were allowed.

as far as i know, the 100g weight rule is standard across the EU. I have seen it on virtually any packaging i could find, with the exception of packaged fruits etc. (which obviously come per piece).
(comment deleted)
I thought that there's a slight advantage because some imperial measures are 12-based instead of 10? So it's easier to get 1/6, 1/4, 1/3 or 1/2?

Otherwise I observe that many things like fitness devices look way more bulky when they're from the US. I have the feeling that it's partially because of the system you use, since people tend to gravitate to whole numbers you might say "a 2" bar would be about right" and somebody from Germany would make it 4cm instead. Both whole numbers but the German fitness machine would be sleeker.

In an ideal world we would count 12-based and use the metric system.

Quarters and halfs are as easy (I'd even say easier) in metric: 0.5 and 0.25 and the nice thing is you don't need to convert fractions to add/substract them.

2.75 - 1.5 is much easier for me than 2 and 3/4 - 1 and 1/2

Another advantage is that half cm is roughly a quarter inch, so you usually don't need to go down to quarters, just use wholes and halves (or millimeters if you need precision).

I'm not sure imperial is easier for thirds in practice. I have 2 by 4 inches (5x10 cm) board and want to drill 2 equally spaced holes at 2/3 inches and 4/3 inches into it - how would I do this? There's no 1/3rd inch on an imperial ruler?

I google and I got this :)

https://science.blurtit.com/1709608/where-is-13-of-a-inch-lo...

I agree base 12 or base 60 "decimals" would be the best of both worlds.

As someone who grew up with metric measurements, I could easily use the exact same "practicality" arguments against the imperial system.

To me, an inch is a weird measurement that is slightly longer than 2cm, a mile is a bit farther than 1.5km, a gallon is about 4 litres, and I always have to lookup up what ounces are (let alone fluid ounces -- which I have to constantly remind myself are not the same thing). But that isn't because the imperial system is "less practical" in any meaningful sense -- it's just that I didn't grow up with it and so I have to constantly convert back to the system I know (and since the conversions will never be nice integer ratios, of course your "native" measuring system will appear to work better).

As for the whole "imperial fractions are easier to deal with" thing, I personally disagree but I suspect that's also because I'm not used to the idea. In everyday life I'm so used to seeing decimal quantities that from a young age I learned how to quickly deal with them. However, I must admit I struggle to handle fractions as quickly because it isn't as common as decimal division in my everyday life. I imagine the inverse is probably true for people who have dealt with fractional quantities their entire lives. I hasten to point out that most people wouldn't say nor think of 1.5cm as "1 centimetre and 5 millimetres", just as you wouldn't say nor think of 1⅝ inches as "1 inch and 5 eighths-of-an-inch".

Honestly this whole argument has always felt pointless to me -- is it not obvious that you will always find things you are most familiar to be the best tools for the job? It's almost like watching an Englishman and a Frenchman hotly debating which language is uniquely better suited to writing poetry -- all the while ignoring that equally brilliant poetry has been written in both languages.

> It's almost like watching an Englishman and a Frenchman hotly debating which language is uniquely better suited to writing poetry -- all the while ignoring that equally brilliant poetry has been written in both languages.

I think the French won that argument when they managed to kill off English alliterative verse.

Also feet, my goodness, is it annoying to read anything with distances given in feet. 600 feet! Wow, that's a long— wait, no, it's about 200 metres, not 600 metres, so not that long a distance. A thousand feet! No, that's not even close to a kilometre, that's just slightly more than 300 metres. And so on.

Really wish book translators would translate the units inside as well. In fiction the exact numbers don't matter much, so that'd be perfectly fine.

Carpentry/Construction is done in millimetres (with the occasional length shortened to metres). I've never heard anyone use cm.

Eg: to pay for some timber at bunnings you might say: "ninety by fourty-five. one length at two-four". (90x45mm timber, 2.4m long). On site - if you needed to cut it - you would measure and cut at "twenty-three-fourty-two" (eg: 2.342m or 2342mm)

Same with woodworking. Dyadics are super useful and American rulers are marked as such, usually 1/16ths. But then trying to do mental math requires base 10 decimals mixed with dyadics, so you get 5's everywhere. Compounding this, dimensional lumber involves lots of multiples of 1.5".

If I could get a natively dozenal (or seximal) calculator with a decent UX, it'd probably be worth it to relearn mental math (common times and divs) in base 12 or 6.

All of those qualities you assign to imperial measurement seem likely due to years of use and experience. No one I know who grew up in a metric-only (in practicality, "metric-mostly") environment feels this way about imperial measurement, and they all wax on at length about the elegance of metric, very similarly to how you did about imperial measurement.

It seems that context and experience are more responsible for the comfort with a particular measurement system than anything inherent to any particular measurement system.

I believe that jedd was characterizing both non-metric systems, Elizabethan and before, as broken.

That's true, but not for the reason that people usually think.

The common misunderstanding of the history here is that the world went straight from measuring things with bodyparts to metric. It did not. Even if we count Charlemagne as having done that (which he didn't; he having received physical standards from Harun al-Rashid), there were nine centuries of mucking about between that and the invention of the metric system, during which time physical standards were used, lost, stolen, forged, damaged, cunningly altered, eroded, deformed, and replaced. Furthermore, people did various gymnastics to account for the results, such as changing the number of onces to the livre or to the marc.

England was one part of a wider world, and that world was a Hell of a mess.

Metric was not just decimalization, it was consolidation on a single standard, which was particularly pressing in 18th century France, by which time the Carolingian system had shattered into hundreds of thousands of different systems in France alone. (Lookup tables of the time also included conversion factors for towns in France's neighbours. The mess wasn't limited to France by any means.)

Modern stuff like the last few official users of the pint in the world not agreeing on how big it is, is in fact peanuts compared to the mess that the metric system replaced.

It's also worth noting the French-English angle here.

The meter was basically the Parisian yard; the crazy definition of 1/10,000th the length of a quarter-circle running from the north pole to the equator through France was picked because (a) it gave something very close to the Parisian yard and (b) it gave an agreed upon standard for all of the hundreds of disjoint local variants of the yard, as you mention.

So now that everyone has already adopted the meter, it's the standard, but if you're back in 18th-19th century England, which already had a well-standardized national system of measure, and here comes your long-time rival France with a new standard system of measure, derived from first principles, they say, perfectly rational, and it just coincidentally is the same as their old unit of measure, you're going to be a bit skeptical that you should abandon your units in favor of theirs.

I was, though, addressing the idea that the old system was broken, not the politics of adoption of the new system.

I haven't done the necessary research, but I expect that it wasn't as simple as only some Chauvinistic national rivalry. In the case of the United States, for example, the course of metrication was significantly altered by the weather.

* https://worldbuilding.stackexchange.com/a/127534/28321

(comment deleted)
Very bad analogy, the calculation in metric is correct unlike the calculation with furlongs, that's the whole point.

    660 ft/furlong * 8 furlongs/mile = 5280 feet/mile != 5000 feet/mile

    1 mm * 1 hectare = 0.001 m * 100 m * 100 m = 10 m^3 = 10 000 dm^3 = 10 000 l
Some replies here are missing that the mile used to be 5000 feet, hence the parent's statements.

(It's also the whole article?)

Oh, I totally got that the math was bonkers, and it's weird that it took so long to fix it.

My point is that even in contemporary times there's sometimes significant inertia against finally fixing other objectively bonkers measurement systems in outlier communities.

Ah fair enough, I should have assumed better :)
Someone here sometime back tried to say that dividing by 2 or doubling a value is easier than X10 or /10 (pro imperial argument). To me, metrics is so much easier. It's literally as easy as moving the decimal point 1 place left or right. No math is involved at all. Just moving a dot. How that is supposed to be harder than doubling/halving eludes me.
Doubling and halving is easier in binary, just add or remove a digit ;)
Now do it with a dozen eggs.

Integer factors have a hard practicality about them that eludes the elegant abstraction of SI.

I've seen this example of egg dozens everywhere but i don't get it, egg dozens aren't related to inches. It's just a random number of eggs that happens to be common in packing. Let's say there's any practical reason to have a measurement system bases on 12 egg packs, it falls flat with a 100 nails one...
12 has while number factors of 1,2,3,4 and 6 and 12.

That handiness is why the usage of the dozen and the foot persists.

Sorry but i fail to see how it's handy. To stay with thr egg pack unit, it's much easier to say i want 7 eggs rather than a 0.58 of pack (not even sure it's right in egg/inches). Even this i find it much more convenient in 10s. A pack of 10 eggs?

You can easily express any content (0.1, 0.2, 0.3...) Move to the lower unit (move the coma). A quarter of an egg in egg packs? 0.025 Want to move in the egg unit? 0.25

Please prove me wrong but i fail to see how it's easier in 12th, when using a decimal number system.

The advantage is that all of those divisions are clearly marked on the ruler, so it’s easy to align your line/cut with it.

In contrast, cutting a 10cm thing in thirds or quarters requires estimating the point 0.33 or 0.25 of the way between marks, which is perceptually harder.

But then everything has to be based on those fractions, instead of just using the lower unit directly. I guess it's just a different approach.
In the phisical world you much more often want to fit three things in a space/cut material into four equal bits.
I never had issues with cm/mm honestly. And half a milimeter is always a precision hard to reach with home hand tools, so the need to have 0.33 milimeters on a ruler is not there. Tools that reach that precision are in micrometers.
In a similar vein, degrees are conceptually a bit weird, but make it easy to spread things around a circle in many commonly-used configurations.
And cutting 3.93701 inches in thirds is somehow easier? Even with 4in, you end up with 1.33 inches. Not very different from 3.33cm is it?

You're just taking arbitrary numbers that are easier to operate with using the imperial system. The metric system is superior because most numbers are easier to operate and measures in fractions of ten.

But that's exactly the point--historically, you wouldn't cut 3.93701 inches. You don't have the precision to do it nor do you have any real reason not to stick with "round" numbers or close enough. Rough carpentry (e.g., framing a house) is often only accurate to a 1/2" or so; very fine furniture might go down to a 1/32rd.

Note that machinists, who do want that sort of precision and can achieve it, mostly work in metric or metric-lite ('mils'=1/1000s of an inch).

> Please prove me wrong but i fail to see how it's easier in 12th, when using a decimal number system.

It's not. You have to have a base 12 "decimal" system (dozenal or duodecimal). A half is 0.6, third is 0.4, quarter is 0.3, a sixth is 0.2, an eighth is 0.15, and a twelveth is 0.1.

Eight eggs is 0.8 of a dozen, 0.08 of a gross, or 8 "pg", per-gross, akin to per-centum.

The mistake was adopting decimal, not dozenal.

You're coming at the problem from a metric point of view.

Your instinct is to immediately convert into decimal point numbers, but the strength of the base 12 system is in fractions.

Its very easy to visualize and measure one half, one third, one quarter of something. Humans in their daily life don't come across a situation where they need 0.2 of something. It is much more natural to think of halves and thirds.

Milk (as an example of imperial liquid measure) is another good example. Nobody looks at a gallon of milk and says "boy I wish I could only buy 0.7 of that". The brain is just wired to think of halving and doubling, so we have quarts which are 1/4 gallons, and pints which are 1/2 quarts.

For another example, You never hear about people "0.7x" a recipe. People halve or double a recipe, and imperial measures make that easy to do.

I like the phrase: Imperial units are for humans, SI units are for scientists. This is why I prefer the Fahrenheit temperature scale. The Celsius scale is much more "concrete" in that it has a physical basis for degree 0 and 100, but that doesn't matter for humans. I never have to relate temperature in terms of boiling and freezing water.

In Fahrenheit, 0 is "really cold" and 100 is "really hot". It's arbitrary, but more human friendly.

There is another human advantage to Fahrenheit: the degrees are more precise. One degree Fahrenheit is a noticeable but small difference. One degree Celsius is 1.8 degrees Fahrenheit, a much bigger difference. You're practically forced to use half degrees, which works but is ugly.

If the SI people could have broken with the idea that everything must be a strict power of 10, they could have used 200 degrees instead of 100 and had much more human-friendly units.

If I'm not mistaken the base unit for temperature in the SI system is the Kelvin, not Celsius.
It's not terribly self-consistent to talk about base 12 (which is not what the old systems in fact used) being strong and then talking about the intuitiveness of 100 Fahrenheit in almost the same breath. (-:
Why not? The use case is different: I have never in my life needed to do quick mental math regarding temperatures. Base 12 is great for quick mental math.

Both the fact that imperial uses base 12 for some units and the fact that Fahrenheit is centered around the human experience of temperature support my larger point that imperial units are more ergonomic.

We really think differently then :D I definitely don't think about fractions but adapt the unit to my needs. I use fractions to get to what i need, but the same way i would add, multiply and substract.

I don't relate at all to the Farenheit scale. You can give whatever number, it just doesn't talk to me at all. The Celsius one does though. This is not a matter of a unit being better than another, but what we're used to.

Eggs is a bad example. Try building a wall and dividing it into 3 sections. The symmetry looks good, but metric makes it a real pain to do that, while base 12 systems make it easier.

Plywood is sold in 8 foot long sheets, or 240cm in metric countries. 200cm would be a more natural metric size, but it is too short to be useful (because plywood is used for things that need to be human height), and so being compatible with the US standard is the compromise construction uses.

Metric is nice in math when you can choose to your values to make things easy. As you get to engineering things get messy just because the nice sizes are not normally even values. Of course all systems suffer from this, 5000 feet in a mile would be a nicer measure but it doesn't fit in with the other things that you want in a system so you compromise. Metric compromised differently and is equally annoying to use for everything.

We should still go metric in the US, consistency is useful.

Plywood in the US is sold in feet. Europeans cut plywood into metric based sheets. Ever try to buy Baltic Birch for wood working? It's actually a different shape than a US sheet of plywood.
A lot of us plywood is made in the EU, and the dimensions are 240 cm.
I'm even further from getting it now. 240cm being a multiple of 12, it can be divided by 2,3,4,6 without precision loss. Also this logic around inches only works if you happen to need to divide 1 inch. It doesn't work anymore if you need to divide 1.1 inch. It actually work exactly the same in the metric system if you need to divide 1.2cm

Engineering is math. You start from your constraints, and finish with an acceptable level of imprecision based on your requirements, your tools and your materials. Whatever you do it's never precision work, exactitude only exists on paper.

So the funny thing is, here in the Netherlands, eggs are usually packed in six or ten, very rarely in twelve.

AKA, a dozen eggs is purely a convention.

Six is a half dozen.
Ten is not, which was the point.

Eggs are also sold in boxes of 6 or 10 in Denmark.

Here in the UK I can get eggs in packs of 6, 10, 12, and 15. Make of that what you will :-)
... and only has two prime factors, the same as 10 does, undermining your original point about prime factors.

In 2015, Cadbury stopped selling its creme eggs in packs of six in the U.K. and now sells them in packs of five. Ironically, a subsidiary of a U.S. conglomerate (Cadbury having been taken over in 2010) metricated creme egg packaging.

* https://www.tesco.com/groceries/en-GB/products/287062141

Eggs are sold in packs of ten here (Germany).

Oh, and also packs of six. :D

I'm a metric system person too, leaving with an us imperial system person. I think that the mental model is different. Metric is made to switch units easily, you need precision, just move the comma to get it. The imperial system is used by sticking to the unit and use fractions of it.
The disconnect here is in physical processes. If you have a physical beam that you need to divide in half, that is much easier than dividing that beam into 10 pieces.

Where this is really important is when you are making standard rulers. Your standard measure is approximately the size of a yard or meter; making a ruler that measures inches or centimeters requires dividing that length by 100 or 36.

The metric system isn't really possible until we developed machines that can precisely and accurately divide lengths by arbitrary divisors, which happens only in the late 18th century.

I have no idea how big a hectare or an acre is. Now I know the 100m by 100m bit.

But why don't I know?

No skin in the game. If I owned land then I suspect that I would know exactly how big a hectare or an acre was. If acres were the discussed measurement unit then those would be the units I would use for my understanding, much like how that in the fairly metric UK we still use feet and inches for comparing height.

In the UK people know their height in feet and inches. If you are a guy that is all to do with 6 ft. If you are 5ft something tall you are not 'tall', if you are over 6 foot tall then you are 'tall'. Nobody has the foggiest what that means in centimetres or metres.

There are also practicalities. I am okay measuring things in the garden with a stick. Then measuring that against paving slabs which are two foot or 60cm across. For me the paving slab is the unit. None of this metre nonsense.

Miles are also variable. Due to weather, traffic and foliage you can walk one mile between markers and it be different each time. But that doesn't make the measurement any less useful.

With all these legacy measurements they work great for casual use. Horses height? That will be hands, please. Building height? Storeys. Mountain height? Feet. 100 metres? Well that is 100 yards.

None of it is logical, we are not comparing apples and oranges with these vernacular units, the trick is to use them up to the point where proper SI units are needed.

See them as like the words we use for temperature. It is going to be hot/cold/warm/freezing today is fine, 'today could get to 23.2 degrees!' is just confusing even if well meaning.

> which are two foot or 60cm across

That's not exact though. 1ft = 30.48cm. If you are working in your own garden that's probably close enough, but for anything else the errors will quickly add up. Tiles are often made to have sides that are 30cm or 60cm, if you try and tile a bathroom that is 12ft across assuming tiles are 1ft each, you'll get to the other side and end up with an odd piece.

I was born and raised in the UK, and honestly I think we have it worse than the US. At least the US consistently uses the same units (although the wet vs dry weights are confusing). When I learnt to drive I suddendly had to learn what feet mean, even though I'd never used them before in my life.

To be fair (I know you were only making a theoretical example) if you have a bathroom exactly 3.60 meters across, you won't anyway fit in it 12 x 30 cm tiles, nor 6 x 60 cm ones without cutting one because of joints between tiles and thickness of the tiles.

As a matter of fact in a 12 feet scenario 12 x 30.48 cm = 365.76 cm it is actually likely that you will be able to fit 12 x 30 cm tiles without cuts (but not 6 x 60 cm ones, unless you put them with very wide joints).

Let alone the measuring in stone when discussing people's weight...
> I was born and raised in the UK, and honestly I think we have it worse than the US.

Try being in Canada.

Your weight and height are in feet-inches and pounds. When driving though you use kilometres and litres to fill up a tank, but often use miles-per-gallon for measuring car efficiency (though L/100km is popular too).

Most construction is done with US as well (1x6', 2x4'--with the dimensions usually being 'nominal' and not actually those lengths):

* https://en.wikipedia.org/wiki/Lumber#North_American_softwood...

Of course no one in the US has a kitchen scale, so most cooking recipes are done via volumetric cups, but baking is done by weight/mass. Of course there are two types of ounces: fluid and non-fluid as well. Preheat your oven to 350F or 400F....

> so most cooking recipes are done via volumetric cups

Which ones? An imperial cup is 1.20095 US cups. (Of course it doesn't matter if everything is in cups; you just get end up with 20% more food.)

Most people in the US who bake have a kitchen scale. Baking bread and cakes is where I use the metric system, for general cooking I don't weigh ingredients. I scale everything in grams. I don't see how you can use the bakers percent system for bread without using the metric system.
To be fair the metric system was introduced by a military dictatorship. Science enforced by the sword.
Most of the countries that adopted later didn't adopt it at gunpoint. They were just... humble :-)
Well it was Frances first revolution. It took a couple to get right...ish.
Introduced ... where?

The distance components were created (arguably) about a hundred years before bits of Europe adopted it.

When I was in Greenwich (the real one) years ago, our guide told the story, which may be apocryphal, that the Brits negotiated with the French way back about the meridian.

The Brits got to keep the prime meridian by agreeing to adopt metric.

Which they then failed do to do for a couple of centuries (and even then ...).

Unfortunately I can't find anything to substantiate this story just now.

Greenwich became the standard meridian at the International Meridian Conference in Washington DC in 1884 - https://en.wikipedia.org/wiki/International_Meridian_Confere...

It was at the instigation of the USA and it was partly to do with the establishment of the time zone system, and partly to do with marine navigation charts. Britain had the best charts at the time so there was a significant practical reason to bless Greenwich (with 180° being the second choice).

The French obviously did not like the result, but there wasn’t any quid pro quo about adopting the metric system.

IMPERIAL system was introduced by an expansionist colonial empire and was based on ROMAN mile (the state that was built on slavery and conquest).

I don't think you should choose your units basing on ethics, but even if you do it's not a great choice :)

BTW Napoleon is to this day a hero in some countries (for example in Poland). We even have him in our national anthem :) He temporarily recreated Polish state and freed us from another military dictatorship (Tzar Russia).

I find it funny how he's viewed in English-speaking countries as "almost the Hitler" while Catherine the Great for example is perfectly fine. It's the exact opposite in Poland :)

Two days ago I finished Simon Winder's Danubia (second in his trilogy) -- a tremendously fascinating and enjoyable summary of the history of that region over the past millennium.

That whole region is chock-full of fascinating counter-factual / alternative-histories based on the tiniest 'what ifs' (someone lived an extra year, didn't die of smallpox, didn't choose to build the wrong church in that town that year, didn't stupidly assume an entire foe nation could be defeated in 6 weeks, etc).

From here (Australia, with a generally pro-British syllabus at school) Napoleon is taught as a generally successful, but ultimately bad, force.

A Bernard Cornwell novel about king arthur introduced me to all sorts of defunct, proto-english & welsh counting systems. Shepards used one system. Sailors used another. Soldiers another. It was part of a society that was deeply dialectic in all things, especially language.

This resonated with me, because my grandfather had sheep. Sheep were weighed in kgs. People were weighed in stones. Feed in pounds. Sheep were sold in dozen and half-dozen dividable lots. Land in acres. In his region, one acre could feed one cow and one sheep so they had an intuitive serendipity. 100 acres made a viable farm.

Measurement systems tend to leave even more vestiges than other elements of language. Most of the world uses metrics, but almost no one advocates for metric time or angular units. Square kms never became an agricultural measure of land because one is bigger than most farms. Instead, metric hectares and metric dunams were adapted to be metric. They were close enough. Acres weren't, so there is no metric acre.

There are sixty minutes in an hour and 360 degrees in a circle because sumerians used a base 60 numerical system 5 thousand years ago. I have never even heard of a metric angular unit.

I totally accept the fact that metric systems are better. Engineering anything in inches seems impossible. OTOH, the richness and embedded history of language is valuable too. There's a reason esperanto never caught on, even though it's arguably the right tool for the job.

Esperanto didn't catch on because a lot of people feel like it's not the right tool for the job - there are forks and whole different projects that try to mitigate the issues.
https://en.wikipedia.org/wiki/Worse_is_better

Esperanto would probably have to be 10X better than existing languages in some sense to be a viable replacement.

It's not far from that, in terms of the original purpose.

Esperanto is very easy to learn, compared to a natural language. English is the right one to compare with, since that became the international lingua franca esperanto wanted to be.

There are even some studies suggesting that the quickest way to teach english is to teach esperanto first, and the language learning skills acquired shorten the path to fluency enough to be worth it.

I think 10X is true in certain situations, but displacing incumbents can be more about path dependence than degrees of improvement.

Forks mostly mitigate philosophical issues, like gender neutrality, continental neutrality and such. That's a job, but not (arguably) the job. S

The job was to be an easily learnable lingua franca, a common second language. Esperanto (also the forks) is a better tool for that job than english. All else equal, it's much quicker to learn.

Returning to the metric analogy, I think it's interesting to see the whys.

Ultimately, the quality of a language system is not the only or main thing leading to its adoption. There's a massive cultural element. The metric system was ideologically compatible with the French revolution and enlightenment/scientific/modern cultural ideals generally.

It was also useful individually, often by influential individuals (eg scientists). Even if everyone uses another system, it's still worth learning metric so you can do math, engineering or land surveyance more easily. You can always convert units for communication purposes.. I assume it's still like this in the states. If you need to calculate volume, you use metric and then convert to square feet or gallons.

This gave metric systems a bootstrap that esperanto didn't have. This has a parallel to network-effect products. You can't displace Twitter or facebook just by making a better alternative. That only matters once you have millions of users. You must have a bootstrap... a reason for individuals or small groups to use it regardless of overall usage.

I do think that that's a problem with esperanto, but large-scale things like that are only part of the problem. You could also, just as reasonably, frame it as a sort of, "Why don't more people learn esperanto?"

To that question, I found this YouTube polyglot explaining why he doesn't think esperanto is a language to learn raises some very good points: (https://youtu.be/n4AklOtfhMo - in french) The one I found compelling is that, in the absence of an economic motivator, you really need to fall in love with a language to remain motivated to learn it well. Where esperanto doesn't really have much of a cultural history or literary tradition, it just doesn't offer most people a lot to love.

I agree about the framing of the problem.

I would say that esperanto does offer some inherent reasons to learn it. It's very easy to learn, relative to natural languages. That's what it was invented for. It's fun to make fast progress, and I think this is the biggest motivator for people to learn it.

It's also useful to learn a second language, because learning a language makes it easier to learn languages. There are some school programs teaching esperanto for this reason. It's part of their path to learning english.

Besides that, there's linguistic interest & idealistic interest.

You're right though, that it's all about the inherent reasons. There are no books to read or people to talk to. That's one hell of a downside.

I think klingon and dothraki are good reference points. People learn those for no practical reason.

But then, think about what's implied by those being the big reasons to learn the language. They implicitly relegate esperanto to the status of a toy language, comparable to the Lox programming language from Crafting Interpreters. You don't learn it because you actually want to speak esperanto (or program in Lox); you learn it as a simple model you can use to learn the techniques you'll use to accomplish some other goal, such as learning how to learn languages.

It's definitely different if you really like the ideal of a language that doesn't belong to any one group of people. But I'm guessing that, nowadays, that's a compelling motivating factor for fewer people than, "I really like Star Trek," is. Klingon's rich cultural history may be a constructed patchwork, but at least it exists.

That wasn't the goal. Esperanto didn't take. Esperanto was relegated. Those are the reasons remaining, and they are enough to support the language to some extent. It's not the reasons that relegated the language.
> There are no books to read

https://dvd.ikso.net/pagxo/en/libro.html

Note that these are merely the books where the copyright has already expired, so they can be freely put online. There is much more of the fresher content.

I didn't mean it literally. There are also some people to talk to. Just not many.
This is one reason for the pasporta servo - essentially a free airbnb for esperantists who were travelling. As a young person I thought it was incredibly compelling that there was a language which would make me part of a subculture where anyone will host you while travelling.

Nowadays there's couchsurfing.com, which simply has a larger subculture, and as such the pasporta servo is not that useful any more. But it was a clever way to address that challenge!

> Instead, metric hectares and metric dunams were adapted to be metric

Ares (and therefore hectares) aren't part of the SI system, but they are original metric units -- an are is 10m×10m, hect- is the prefix meaning 100×.

The metric angular unit is a gradian. I've heard of it, as I read the whole manual when I first had a scientific calculator, age 11-ish, but I've never worked in a field where it's used.

My mistake. I thought hectares predated their current size.
The International System of Units (what most people refer to as "the metric system") unit for angular measure is the radian.
The gradian was the original metric angle unit, before it was replaced by the radian in SI because the powers that were decided that pi was more important than base 10, as the standard prefixes are nearly useless for angular measure.
In terms of circles, angles, and, well, geometry in general, it's pretty hard to argue against the claim that pi is more important than ten.
I think this is a great example of how specialised numbering / counting can have advantages, in specific domains. Most imperial vs metric arguments tend to degrade into "my <slightly contrived> use case works for my number system, but not yours!", or the more nuanced "the number of use cases where my system works well is higher than yours". While I do fall on the metric side of the argument even for most of these, I think a more reasonable way to approach it is that by standardising, we lose some domain specific tricks and perhaps take on a tiny bit more complexity, in order to have a more consistent and unified system, overall.
Agreed, but I think we should also pay attention to reasons which have nothing to do with practicalities... however they are represented.

In the medieval world of that novel, people didn't count much. Most people didn't use money much, and everyday language didn't place much demand on counting systems. The domains where numbering systems were used beyond simple basics were pretty isolated. Shepards count sheep. It's probably the only thing they ever count past 10, so a counting system for sheep is what evolved. They didn't interface with warlords counting troops, so there was no reason for these numbering systems to converge.

It seems obvious to us that counting systems should be universal, but standards don't tend to appear in advance. They appear when needed.

this is also the reason why it took until the industrial revolution for a wider used system to develop. Even before metric became standard, a lot of local measurements existed inside countries. mass manufacturing required a system which would work outside the local sphere.
Good point. I think this story also interweaves practical and cultural elements.

The industrial revolution changed how measurement systems were used. It became important that a 13mm fitting measured in Paris was 13mm in Milan. Also, that age had novelty everywhere. Cobblers & weavers were separate worlds in medieval times. It didn't matter if they used different units of measurement. Novel industrialism required it.

On the cultural side, there was the French revolution. They wanted to throw out everything old and irrational. Old measurement units got the same guillotine treatment as old rulers. Tradition must die. This was the political and cultural environment that yielded the metric system. The political element also explains why the British Empire didn't adopt it.

The BE also needed rational units, ultimately. But, instead of adopting the radically rational metric system... they tweaked their medieval system into standard "imperial units." Why?

First, they weren't going to adopt their enemy's stupid system. Second, their philosophy was conservative. Tradition must live.

It's interesting how the ideals of the era (republican vs parliamentary monarchy) were mirrored in these decisions.

Oh but there was a metric time! Or at least a decimal one.

After the French revolution, some attempts were made to rationalize existing systems of time, the republican calendar [1] being probably the most famous, but hours and minutes were adjusted too [2]. Usage lasted slightly over a decade at the end of the 18th century.

[1] https://en.m.wikipedia.org/wiki/French_Republican_calendar [2] https://en.m.wikipedia.org/wiki/Decimal_time

With a decimal second at 0.84 a current second: 100 decimal minutes per hour and 10 decimal hours per day.

But, since alpha brainwaves (the most dominant) are almost exactly 10hz, regular seconds have a naturalness to them. Then again, maybe with decimal seconds, our brainwaves would adjust :)

It failed because dozenal is superior.
> [...] * but almost no one advocates for metric time or angular units.*

What would metric time look like? And angular units?

I've heard milliradians being described as 'metric' (compared to MOA).

I was fascinated by the formal re-definition of Kilograms in 2018 by General Conference on Weights and Measures (CGPM)

A kg is now tied to the Planck constant so - basically now involves a unit measure of time (/second) to calculate.

Yup, the second is officially 9192631770 oscillations of a cesium atom. How convenient!
Even more convenient is the metre, defined as the distance travelled in one such second by light in a vacuum divided by 299,792,458, and "only within a spatial extent sufficiently small that the effects of the non-uniformity of the gravitational field can be ignored."
The calculator I had in high school offered three angle measurements: degrees, radians and gradians.

Gradians? It turns out that a gradian is defined to be 1/400th of a circle so right angles are 100 gradians instead of 90. They were defined during the French revolution (when else?) and are apparently still used in some European applications such as surveying. But given the importance of measurements such as 30° and 60° in mathematics (π/6, π/3 in radians) that end up being the rather ugly 33⅓ᵍ and 66⅔ᵍ in gradians, the measurement has not met broader acceptance.

https://en.wikipedia.org/wiki/Gradian

As far as metric angular units go, there's the gradian (https://en.wikipedia.org/wiki/Gradian) of which there are 100 in a right angle. I'm not sure where they're in common use, but they're the reason that most scientific calculators let you switch units between degrees/radians/gradians.
> but almost no one advocates for metric time

People would love to but there are some nasty fractions left over if you try to impose a base 10 unit of time at any level above a day.

Any metric time system stumbles on the fact that 1) Days do not even divide into years by 10 and there's not even a whole number of days in a year and 2) calendars should sync with the seasons to provide any real use.

Also 10 days to a week is pretty long unless you include a break in the middle.

>> Any metric time system stumbles on the fact that 1) Days do not even divide into years by 10 and there's not even a whole number of days in a year and 2) calendars should sync with the seasons to provide any real use.

Only because a "year" is a measurement of how long it currently takes a specific planet to orbit its star. On larger scales such specifics don't matter. There is no daylight savings time in space.

Metric time is a realworld thing: https://en.wikipedia.org/wiki/Metric_time

"In computing, at least internally, metric time gained widespread use for ease of computation. Unix time gives date and time as the number of seconds since January 1, 1970, and Microsoft's FILETIME as multiples of 100ns since January 1, 1601.[7] VAX/VMS uses the number of 100ns since November 17, 1858 and RISC OS the number of centiseconds since January 1, 1900."

> Only because a "year" is a measurement of how long it currently takes a specific planet to orbit its star. On larger scales such specifics don't matter. There is no daylight savings time in space.

DST is kind of meaningless here. It's not an inherent feature of the calendar and it's a dumb hack that wasn't even great when it was implemented, I'm all for getting rid of it.

Sure yes when we become a multiplanet species maybe metric time will make sense for use at a human level calendar. What I was really talking about was a metric calendar system today and for use on Earth. Even off planet mapping day night to the diurnal cycle will make sense and assuming it's a planet with seasons and a breathable atmosphere the calendar will be more useful if it can match the local seasons. If that becomes an issue we'll probably have a calendar for each planet and then a universal date system used as a translation layer between different calendars and by people living in space where seasons don't screw things up.

As for the variability and year that's just as bad for a metric calendar as our current Gregorian. None of that really matters though because today the calendar needs to work for people living on Earth today. If we make it to mulit-planet/solar system we can figure out Stardates then.

> Metric time is a realworld thing

Only at the level where humans don't really interact with it directly. No one (well I'm sure someone out there does but to a reasonable approximations no one) uses epoch time directly in their daily interactions with people. It's communication layer for machines not for people.

I could see dividing the day decimally working pretty well.

Right now a typical work day is 1/3 of the day. This might be a good opportunity to drop it down to 3/10 of the day. Then you have the work day neatly dividing into thirds for a morning break and an afternoon lunch or vice versa.

Most human level scheduling currently works at a 15 minute resolution anyways so hundredths of a day would be the perfect unit for a lot of things I'd think. Instead of meeting someone at 3:45pm, you'd just meet at today.66 or something like that.

In favor of existing metric time proponents, a kilosecond is 16.7 minutes, which as you suggest is a pretty good unit of resolution for most scheduling concerns during a day of human activity.

The fun problems happen because most of the prefixes between kilosecond and megasecond (nearly a fortnight at 11.6 days) and between megasecond and gigasecond (a whopping 31.7 years) are either deprecated or non-standard to begin with. For instance myriaseconds (10^4 or nearly three hours) might be useful, but myria- was dropped from the metric prefix list for good reasons.

We're locked into days and years, but months, weeks, hours and minutes are arbitrary, no?

Maybe we can't rationalize it all, but what's to stop us from dividing a day into 10 hours with 100 minutes each? Fuck seconds.

> what's to stop us from dividing a day into 10 hours with 100 minutes each?

Same reason you can't just change the official language of your country overnight. It requires widespread consensus both in terms of users ability to use it and their systems' ability to understand it.

We totally could [0], it feels less metric though when we're limited to messing with the time in the days and the grouping of days and still have to deal with the messy remainder of roughly 5.25 days assuming we have 'metric-y' 10 day 'weeks.'

[0] Minus societal inertia and that the current calendar works well enough for all it's aesthetic messiness.

(comment deleted)
Arguably if we are sticking with the existing definitions of days and years the reason we use a base-60 is because that is a degrees system. We are respecting (approximate) circular travel. It would almost make more sense to express time in radians in that case as that is the metric measure of angle. We are about 3/4 Tau through this year, and I'm writing this at about 1.2 Pi on this day.
60 also has a lot of nice divisors and lays out nicely on a circle. 2, 3, 4, 5, 6, 10, 12, 15, 20, 30.

If we're going to do radian measures why not just skip the extra tau and just say we're .75 through the year?

That's exactly what I think would happen if we tried to use angular units for days or years (or even months): we'd either end up back where we started with a ~360-based system with lots of divisors or a percentage system. Exactly why I choose to use Tau in at least one example because radian systems using Tau are much are obviously "percent of the pie chart" than Pi examples.
People here are conflating a decimal calendar or decimal time with metric time.

In its evolved form as SI, the metric system very much does have a unit of time. It is the second, and one can apply metric prefixes to it. So to those wondering what it would look like: It would look like, and does look like, kilosecond, megasecond, gigasecond, and so forth. I'm sure if you think about it you will recall having come across milliseconds, microseconds, or nanoseconds, somewhere in your lifetimes. (-:

Vernor Vinge's excellent novel A Deepness In The Sky, which is mostly set aboard spacecraft disconnected from planetary time cylces, uses metric measurements of time (namely Ksec and Msec), and part of the fun of reading the book was figuring out what those units meant intuitively when a character mentioned that something would take a couple Ksec to do.

(It helped a bit to remember Adm. Grace Hopper's rule of thumb that "pi seconds is a nanocentury".)

In space disconnected from any plantary cycle is probably the only setup where a metric/decimal time system makes sense because you can set the length of your 'day' to 10 kiloseconds and have it probably work out ok with humans if you change the lights to trick our circadian rhythm.
10 days to a working week is not long if your weekends are 5 days long :)

Anyway, astronomy does use "Julian Dates" which are timezone agnostic (which means era and location agnostic), rational number time markers 0-based on the "beginning of history".

The problems of seasonality and divisibility remain when you start caring about human life patterns more, as you suggest.

>but almost no one advocates for metric time

In physics it is not rare to see seconds used, with scientific notation, for measuring periods much longer than an hour. But for practical purposes it is very nice to have units which are easily divided into thirds and quarters, which is possible in base-60 but not base-10. This is equally true for angles, which also tolerate eighths (45 deg) and ninths (40) of a circle.

The impractical division of liters to 1000 milliliters has after all given us a couple of incompatible reifications of metric measuring cups and ugly numbers in recipes. 960 = 64 * 5 * 3 might have been nice if we were willing to tolerate a "metric quart" which differs from the liter (alternatively, a "baker's milliliter"), and recovers the teaspoon, tablespoon, ounce, cup, and pint in round numbers.

> Sheep were weighed in kgs. People were weighed in stones. Feed in pounds.

The reason you can get away with this for so long is because you -- historically, especially -- almost never need to convert between "mass of feed" and "mass of sheep" and "mass of people". Even for the most common case where it would matter (transporting each of the above) it almost doesn't, because you typically use different vehicles for each purpose.

This means most people who deal with non-metric units almost never run into the friction of mixed units -- if you're doing carpentry, for instance, everything is inches, from lumber to doors to room dimensions, so you almost never actually have to deal with multiplying or dividing by 12 to convert to feet.

Likewise with there being 5280 feet in a mile. Sure, if you actually have to convert from feet to miles, it's a pain and a potential source of error. But why the heck are you converting from feet to miles? Pick whichever unit makes sense for the task and hand and stick with it.

Those are really good points, except maybe converting between masses. At some point or another you have to transport stuff. If you send a wagon with 3 tons of feed on it to a farm, how many sheep can you send back to town for sale? That goes double if a ship or boat is involved.
Well firstly, your sheep are walking to town.

Secondly, the answer is: a wagon-full. Sheep are not particularly more dense than grain. You are not going to be able to cram a higher mass of sheep in a wagon than you can cram grain; the exact number you could transport in a particular wagon will be determined more by geometry than mass.

This does tend towards a common mass-unit for anything that is shipped by mass; in archaic American/English units this is typically the hundredweight and ton, depending on whether you are shipping a little or a lot.

A more likely example would be shipping grain or coke one way and shipping iron stock back; you might transport 15 hundredweight each way, although more likely you'd be light one way or the other.

> Well firstly, your sheep are walking to town

He had a trailer. I'm not that old. :) I'm not aware of any sheep transporting that involved precise weights. AFAIK, he never mailed sheep.

In any case... we could convert between weights when necessary.

I have never even heard of a metric angular unit.

Well, the radian measurement of a plane angle can be defined as a ratio of the length of a circular arc divided by the length of the arc's radius, so the "metre per metre" (a.k.a. "1") is a legitimate (derived) metric angular unit.

Fascinating! Have to read that one.

It's not just different occupations that use different counting systems. Apparently in Japanese you count liquid using one set of names, grain another, and countable things with a third, people with yet another. Or something like that.

In English we do something similar. Small units of people are 'single', 'a couple', 'menage a trois' etc. Not to mention the myriad names for groups of things (herd, flock etc).

> Engineering anything in inches seems impossible.

And yet that is how the Wright brothers invented flight … and a few decades later we made it to the moon!

OT but I must: I've always hated this use of "invented": they were the first to successfully cover a particular (small) distance using a self-powered device, which we today consider a first successful flight, out of many competing teams striving to do the same thing at roughly the same time.

I hate the use of the term because nobody has really "invented" anything in the last century or so. We are always building on the shoulders of giants enabling us to apply existing knowledge in new directions. Heck, Gallileo did not invent a telescope, but he did point a scope at the stars and planets.

We could arguably say things like Leibnitz "invented" integrals, but he actually gave them a nomenclature and written language, whereas many contemporaries worked on infinity calculus at the same time (including Newton).

I think I have a problem with the use of the term because it is so overloaded and can mean a number of things (I've heard people say things like "he invented gravity" which just boggles my mind, just like your use of "inventing a flight" where there were birds flying forever and people strived to fly for just as long).

I am guessing it is just me who is weird, but I wonder if it is so? :)

You're right, of course: I should have written 'discovered.'
Very droll.

Perhaps 'implemented' would be better.

But to claim imperial measurements were key to implementing a very short powered heavier-than-air flight (lots of qualifiers, given myriad successful flights had occurred prior) is a stretch.

Not key, just not an impediment.
> almost no one advocates for metric time or angular units.

Frequency — hertz (SI) is turns per second, engines RPM is revolutions per minute. Integral would produce turn with fractions.

Turn, half turn, quarter turn, used in common language. Centiturn (0.01 turn) or milliturns (0.001 turn) could serve degree role. No need to force a change, degrees already replaced with pi in a middle school, though tau reflects turn better.

Time does not follow angle subdivisions (1/24/60/60 vs 1/60/60), second is SI measure, people can't even abolish DST, no change in foreseeable future.

That said we use spoons and cups on a kitchen, floors to describe building height, inches for plumbing and displays.

In precision rifle shooting, milliradian is very common.

Minute of angle is also still common.

Scopes are sold with both. It sort of depends on the discipline. For example service rifle scopes are almost universally in minutes of angle, while in the Precision Rifle Series the overwhelming majority use scopes in mils.

Super confusing is when a scope uses mils for the reticle but minutes of angle for the adjustment. That's just terrible, but they exist.

Base-2, like the US Customary volumes, has all the same scaling-made-easy properties, is strictly easier to work with as a maker (dividing/multiplying by two is waaay easier than 10, for, e.g., cutting wood), and plays nicely with computers. This makes it strictly superior on all of your metrics to the SI system.

I suspect you want the US to switch to metric because it’s what you use, not because it’s actually better.

I would say it's not always as cut and dry for the benefits of Metric over Standard.

When doing math? Yes please, sign me up.

For measurements around the room? Inches is a pretty good unit. CM is too small, DM is too big. There is a reason 90% of tabletop wargames (even those made in the UK by Games Workshop) still use inches for movement. It doesn't matter in a wargame how many inches are in a foot, or how many feet in a mile. You stay 100% in inches, and it just works.

Another interesting place is in carpentry. You can divide 12 by 2, 3, 4, 6... it just works well. There is a reason the bootstrap CSS framework uses 12 divisions and not 10. Again, the number of feet in a mile don't matter when framing a house. Are the studs 18" on center, or 24"?

Interesting to note that decimal fractions (e.g. 0.3) are awkward to represent with floats in computers, whereas fractions based on 1/2, 1/4, 1/8, etc. that are often used in the non-metric system are a very natural fit for the float representation.
Nothing stops you for using fractions with metric.
Nothing stops you from using decimal in Imperial :)
True, but:

If you use decimal with metric, the units and prefixes play along with you very well (huge advantage). If you use other fractions with metric, you get no special bonus or burden (neutral).

If you use decimal with US customary ("imperial"), you get no special bonus or burden (netural). If you use other fractions with US customary, you get no special bonus or burden (neutral).

In summary, there is absolutely no rational reason to stick with US customary, besides legacy compatibility (technical debt).

But, conversely, converting 3 pounds to stones with floating point is not quite as natural. (-:
But literally no one uses stones. People in UK when measuring weight of humans? I have never seen it in any other case. You don't buy things in the US by Stone.
billti didn't say anything about who uses things, but you can enjoy how similarly unnatural binary floating point is for converting 8 inches into feet if you like, or 2 fluid ounces into U.K. pints.
That would be a good point if the non-metric system we are discussing was based in binary. It's mostly (but not entirely) based around base-12 and uses 1/3 very commonly as a fraction (as well as 1/6). 1/3 and 1/6 does not have an exact floating point representation.
> You can divide 12 by 2, 3, 4, 6...

I'm pretty sure that dividing 12 by 2, 3, 4, 6... works in metric countries, too. :-)

But seriously, take something like the spacing of things like studs, which is commonly 16" or 24" in the US.

24" would indeed be a pain to divide by 2, 3, 4, or 6 if we were instead working with the same spacing but in metric, where it would be 60.96 cm [1].

But in Norway, the first metric country I happened to find information for, they don't use 60.96 cm stud spacing. The use 60 cm spacing for studs, joists, and rafters (23.622"). Dividing by 2, 3, 4, or 6 for them is as easy as dividing by 2, 3, 4, or 6 in a place using 24" spacing--and they also get easy divide by 5.

If you've got some random physical thing to measure that was not build by humans, like say how tall a tree is, you are probably going to get some length that isn't exactly 2, 3, 4, or 6 times an integral multiple of the smallest division on your ruler, regardless of what system your ruler uses.

For things that are built for humans and for which we will commonly want to divide them by 2, 3, 4, or 6 (or other small integers that we might anticipate), we will tend to pick their sizes to facilitate that using the units we expect the users to be using.

[1] That one does actually come out as an integral number of mm when divided by 2, 3, 4, or 6 so it is not too much of pain. It's just having to deal with more digits and a decimal point as opposed to also having to deal with something that falls between the marks on your ruler.

Where do you use division in carpentry? My understanding is that it primarily deals with adding up or subtracting to some length, since you must nearly always account for thickness. In that sense, it doesn't really matter if you use inches or centimeters, since you never convert units and never do any calculation that is more complicated than plus or minus.

AFAIK, IKEA uses millimeters, for example.

Bootstrap CSS doesn't seem all that relevant to the metric vs standard debate either, since it's neither of them. Time and angles are also divisible by twelve, for example.

You use division when coming up with even intervals. For example, "nail this panel to that board at 3 evenly-spaced locations." This shows up in joinery, too.

That said, I do a lot of carpentry and woodworking, and have switched entirely to metric. I find it a lot easier to do addition and subtraction, as you say, but mostly it's more calculator-friendly. Adding ((273mm / 2) + 60.5mm + 546mm) is a lot easier to punch into a calculator than ((10 and 3/4 inches) / 2) + (2 and 7/8 inches) + (1 foot and 9 and 1/2 inches).

The HP 35s Scientific Calculator is a fantastic calculator and has fractional arithmetic support. I reach for it in the shop frequently.
Hey, that’s a great tip, thanks! I still have to use inches sometimes, so I’ve just ordered that calculator.
Nice! I think you'll like it. One thing, hope you noticed that it's an RPN calculator... takes a short amount of time to get adjusted to but is superior to algebraic entry.

Here is an expanded manual on working with fractions:

http://h20331.www2.hp.com/Hpsub/downloads/35_15_Working_with...

If you want to play with the HP family of calculators that are RPN check out Free42 (Android, Mac, and Windows emulator for a classic HP calculator. Note, it doesn't do fractions like the 35s)

https://thomasokken.com/free42/

For carpentry, 12-inches-to-a-foot isn't actually that useful, since wood is never the nominal size. For lumber, nominal sizes are measured assuming that sawing and planing remove no wood, but sawing and planing will remove about 1/4 to 1/2 an inch in each direction. That means that you can't stack two 2x4 to get an exact 4x4, and you can't use dimensional lumber to fill a nominal 1 foot gap without cutting.

Carpentry, both the house-building and furniture making kinds, have adapted by emphasizing tricks to measure lumber without rulers. That means starting with more wood than needed, and cutting down to make pieces fit.

> For measurements around the room? Inches is a pretty good unit. CM is too small, DM is too big

Can you perhaps elucidate further on which 'Measurements around the room' require multiples of 2.5cm units to describe, and that fail with 1cm units.

> There is a reason 90% of tabletop wargames ...

So:

a) tabletop wargames are not the way we evaluate the convenience of our measurement systems, and

b) you just said 90%.

90%

90 / 100

How wonderful is it to use a ratio that world+dog totally, immediately, nay intuitively understands -- a ratio of a given number to the fixed value of 100.

For people genuinely committed to factors of 8, 12, 16, 60 etc -- how can they be comfortable with percentages? It's a betrayal!

Surely fractions of, I don't know, let's say, a gross (144) would be more natural.

144 = 12 x 12 -- so you instantly have all the benefits of 12, multiplied by another 12. What's not to love?

Rather than saying 90%, you could more naturally say 130/144 (okay, that's only approximately 90% -- it's actually 90.27777...%) but as you say, base 10 numbers are difficult to properly convey your true intent, so you can come up with a better number there.

Tabletop wargames are a pretty important part of life. So I rate it pretty high.
Non-metric systems used industries were chosen through experience and optimized in the same way that genetic algorithms optimize.

The SI units are rarely, if ever, more convenient than whatever legacy standard they replaced, but the path dependent development of naturally defined measurement systems meant different results in every country. Shipbuilding, lumber, textiles, printing presses would also end up with varying degrees of compatibility or difficulty in working with materials sized in another domain.

As an aside, the same people extolling the value of the metric system's base ten nature have little problem explaining why the dimensions of A4 paper are not round numbers. The legacy systems in their countries didn't come from users being unaware of a base number system, they just used to prioritize other conveniences that a measurement system can provide, such as how A0 through A8 paper sizes can be simultaneously cut from one sheet of paper.

Your post seems well considered, but I apologise that I'm struggling to ascertain the point you're trying to make.

I can comment on this bit though:

> As an aside, the same people extolling the value of the metric system's base ten nature have little problem explaining why the dimensions of A4 paper are not round numbers.

Metric isn't about round numbers -- this seems to be a common misunderstanding.

Metric users are happy to dive into sub-unit numbers (6.35mm is a number we see an awful lot).

Metric, I think, is mostly about being aligned with most of the world. A common language, as it were.

Secondly, it's about some pleasant relationships between different units (length, mass, velocity, volume, energy, etc.

Probably equal second, it's about making calculations easier.

Round numbers are irrelevant for this, of course. But base-10 is a massive boon.

I think the metric system facilitates trade, especially in bulk quantities of raw commodities, between different industries and jurisdictions. And, I think the decisions made to arrive at a universal standard are a combination of top down and "perfect" that typify nineteenth century science.

Earth doesn't have a 40,000km circumference, but it doesn't matter because anyone who needs a precise measurement will use some sort of aid. Similarly the mass of water in 1 mm of rain over a hectare isn't actually 10,000kg, but you'll use some aid if you need a more precise number taking temperature and actual contents of rainwater into account. Of course using nautical miles or acre-feet with high precision required aids of some kind, too.

However, legacy systems of measurements were developed to minimize the number of instances where people like machinists on a factory floor need an aid such as pen and paper to do a calculation. Big problems like Fermi estimates are much easier with the metric system, but day to day problems within a specialized profession probably are not.

I do think the benefits of a more universal system vastly outweigh the costs to convenience for everyday users of measurements, but I am skeptical of many of the rationales used for advocacy. Perhaps if an international system of measurements was designed today it would be even better designed for binary computers as computational aids rather than decimals and paper, though that would be an even more difficult transition.

Metric system? In 1600? Would be great; sadly, about 200 years off.
I think another reason it lasted so long is that the inconsistency doesn't matter until you reach a certain level of centralization, are trying to do large projects and measurements and require a given level of precision. Before that you just measure everything for a particular project using a particular measurement conversion and then when the project is done you're done. Also in a more command driven economy precise planning and estimation doesn't matter as much because it doesn't matter if you underestimated the length of the road by 6% because of inconsistent conversions there was more waste in the system than that and people will work on it till it's done anyways.

Another reason is probably the difficulty in actually getting accurate enough measurements in the first place. When you're measurements come from a group of people walking across a plan measuring paces or carrying a metal chain there's enough slop in any measurement and if you're measuring large areas of land you'll be using furlong so you'll convert to furlong-miles. If everyone is doing that the inconsistency doesn't pop up.

I have always contended that the imperial system of units could increase costs due to how engineers make design decisions. On either system you tend to reach for commonly available increments or standard steps between measurements. In other words, you might think in terms of increments of 1/6 of an inch in imperial and 1 mm or 0.5 mm in metric.

This has consequences that, at a base level, could mean more or less material utilization and at higher levels of analysis affect how structures are designed.

If designing objects with small features, how far apart will an engineer place features when working with each system?

If you are designing bridge, in imperial, do you place diagonal truss elements in, say, 1 foot increments in imperial and 25 cm pitch in metric? Does metric allow for easier optimization in this regard?

Then there's the question of construction standards for buildings. In home building quite a bit of the hardware used is based in the 16 inch stud pitch in standard wall construction, etc.

Not sure if anyone has ever studied and compared standards from the perspective of common design practices for engineers, architects, civil engineers, etc. making design decisions in the context of the standard they are familiar with or decisions imposed by systems of standardization based on these standards.

My solar panels are 2 m x 1 m, which means we had to design a ground mount structure based on that pitch and space rafters on a metric pitch rather than imperial. I can tell you this confused our local building permit office. The plans called for rafters spaced 19.685 inches apart, which, of course, is half a meter. It took a while to make them understand we could not go for 20 inches (which would have allowed them to use standard tables to estimate loads, span, etc.). Measuring half a meter in the context of construction, is, of course, easy, you just buy a metric tape measure and you are done. Using metric dimensions translated to imperial on a plan that requires governmental approval in a place where imperial is all they speak was in a range between comedy and tragedy.

Here's a simple look at how much more or less material one would use when making decisions in metric vs. imperial. For example, an engineer working in metric would choose a 1.5 mm thickness, not 1.59 mm. Her imperial-standard counterpart would reach for 1/16 of an inch. When you compare these two decisions, the metric decision results in utilizing 5.5% less material. This translates into mass, costs, fuel used in transportation, etc.

    1/64  = 0.01563 in =  0.40 mm ≈  0.50 mm  126.0%  26.0%
    1/32  = 0.03125 in =  0.79 mm ≈  0.75 mm  94.5%   -5.5%
    1/16  = 0.06250 in =  1.59 mm ≈  1.50 mm  94.5%   -5.5%
    1/8   = 0.12500 in =  3.18 mm ≈  3.00 mm  94.5%   -5.5%
    3/16  = 0.18750 in =  4.76 mm ≈  5.00 mm  105.0%   5.0%
    1/4   = 0.25000 in =  6.35 mm ≈  6.00 mm  94.5%   -5.5%
    5/16  = 0.31250 in =  7.94 mm ≈  8.00 mm  100.8%   0.8%
    3/8   = 0.37500 in =  9.53 mm ≈ 10.00 mm  105.0%   5.0%
    7/16  = 0.43750 in = 11.11 mm ≈ 10.00 mm  90.0%   -10.0%
    1/2   = 0.50000 in = 12.70 mm ≈ 12.00 mm  94.5%   -5.5%
    9/16  = 0.56250 in = 14.29 mm ≈ 14.00 mm  98.0%   -2.0%
    5/8   = 0.62500 in = 15.88 mm ≈ 16.00 mm  100.8%   0.8%
    11/16 = 0.68750 in = 17.46 mm ≈ 18.00 mm  103.1%   3.1%
    3/4   = 0.75000 in = 19.05 mm ≈ 20.00 mm  105.0%   5.0%
    13/16 = 0.81250 in = 20.64 mm ≈ 20.00 mm  96.9%   -3.1%
    7/8   = 0.87500 in = 22.23 mm ≈ 22.00 mm  99.0%   -1.0%
    15/16 = 0.93750 in = 23.81 mm ≈ 24.00 mm  100.8%   0.8%
    1     = 1.00000 in = 25.40 mm ≈ 25.00 mm  98.4%   -1.6%
    1     = 1.00000 in = 25.40 mm ≈ 26.00 mm  102.4%   2.4%
The consequences go beyond the obvious. Here's a real example:

You have to machine a part out of Aluminum.

The part is 0.375 inches thick.

You would think you can just buy 0.375 in bar stock and...

This immediately brought to mind the immortal words of Terry Pratchett/Neil Gaiman in "Good Omens", pertaining old british money:

> It helps to understand the antique finances of the Witchfinder Army if you know the original British monetary system: Two farthings = One Ha'penny. Two ha'pennies = One Penny. Three pennies = A Thrupenny Bit. Two Thrupences = A Sixpence. Two Sixpences = One Shilling, or Bob. Two Bob = A Florin. One Florin and One Sixpence = Half a Crown. Four Half Crowns = Ten Bob Note. Two Ten Bob Notes = One Pound (or 240 pennies). One Pound and One Shilling = One Guinea. The British resisted decimalized currency for a long time because they thought it was too complicated.

Divisible by both 2 and 3, which decimal, well 10s, isn't. Archaic in today's deals of prices ending in 99 pence or cents, it made a lot of sense to have things easily divisible by both 2s and 3s, and fractions of such.
Again, someone saying math by 10s is hard. Explain to me how moving the decimal point is hard. No dividing required.

1km = 1000m = 100000cm

1m = 5280ft = 63360in

Yup, math by 10s is definitely harder

> 1km = 1000m = 100000cm

> 1m = 5280ft = 63360in

How many times have you ever needed to know how many centimeters in a kilometer? Is that something you do a lot?

On the other hand, suppose you have 1x1 km of land three children, and you want to divide the inheritance equally. What do you do? Give two of them 1km x 333.33m of land, and the oldest one 1km x 333.34m?

If you were using miles and you had 1 x 1 mile of land, you could give each one exactly 1m x 1760ft of land.

So what if I have 100 acres of land and want to split it in three?
You give each one 33 1/3 acres. Just it's easy to make 1/3 mile by breaking it down to 1760 feet, it's easy to make 1/3 acre by breaking 660ft x 66ft down to 220ft x 66ft ([EDIT] or 660ft x 22ft, if you want to keep it 1 furrow long for easier plowing). And if you needed to, you could break one of the feet down into 1/3 foot (4 inches). That's a key factor in all these "archaic" measurement systems.
> On the other hand, suppose you have 1x1 km of land three children, and you want to divide the inheritance equally. What do you do? Give two of them 1km x 333.33m of land, and the oldest one 1km x 333.34m?

This is a silly example. You're going to give them all about a third of the land. But the precise measures are going to depend on the land. Perhaps one of them got the steep hill and a bit more to compensate. Or the creek serves as a division between child 2 and child 3 but that just so happens to mean that child 3 gets a wee bit more than half the remainder.

In any case, you aren't going to give them 1 km x 333.33 m unless the law of your state really stangely provides a maximum precision of 10 cm. The system is infinitely divisible and the survey happens once with a fair degree of precision.

There are good arguments for the convenience of non-metric systems. This one is just a terrible one.

> In any case, you aren't going to give them 1 km x 333.33 m unless the law of your state really stangely provides a maximum precision of 10 cm.

Nit: That's 1cm precision, which I chose because that's about where it should be clear to everyone that it really doesn't matter. A slightly unreasonable person might be miffed about 1m; a very unreasonable person might be miffed about 10cm; but if you're miffed about your older brother getting 1cm more than you, I think you're going into mental illness territory.

Therefore your example doesn't support your argument.

A division to 333.3+333.3+333.4 works to the satisfaction of all parties involved. You can also write 333⅓m, no-one prevents you from using fractions with the metric system.

You have the same assumption implicit in your square mile of land, as you assume everyone is satisfied with measuring to the nearest inch (or half-foot, or whatever is realistic with the measuring device).

> You can also write 333⅓m, no-one prevents you from using fractions with the metric system.

...except that nobody does. And that would pretty much void the entire point of the metric system, which is to "make the math easier" by making everything a power of 10.

> A division to 333.3+333.3+333.4 works to the satisfaction of all parties involved.

Sure, you can, but it's less satisfying.

Remember how we got here in the discussion:

A: "Miles are easier because you can divide by 3 evenly."

B: "How is the math easier? <Does math converting km to cm, miles to inches>"

Me: "How often do you convert miles to inches or km to cm, compared to how often do people have to divide distances by 3?"

I'm not saying that I think we should all stick with / switch back to using furlongs. On the whole I think having a simple universal system like the metric system is better. But there is a trade-off involved.

> Give two of them 1km x 333.33m of land, and the oldest one 1km x 333.34m?

If your children are going to fight over 1cm of land, I think you've got bigger personal problems than mathematical division.

He's not saying math is hard in base 10. Moving the decimal is easy in any base. The problem is the base itself.

Items were, and often still are, sold by the dozen precisely because 12 is evenly divisible by 2 and 3. One may split a dozen into 6 of 2, 4 of 3, 3 of 4, or 2 of 6. Quantities of 10, however, may be split into 5 of 2 or 2 of 5. Not as many options for subdivision. Had we evolved 6 fingers on each hand, this wouldn't be an issue.

Likewise, the original article is about harmonising the length of a mile with the sides of an acre, again for convenient subdivision.

I think you misread the parent comment. Dividing by 10s is easy, but useless. If you have a kilo of rice, you can easily divide it into two or even three equal subdivisions, without scales or with primitive scales, if you trust the participants. And then you can divide the shilling that you paid for it into three.

The advantages of the old systems exist but they have largely been superseded by modern technology and small currency subdivisions. (Remember that a new penny is worth a lot less than an old penny was, even though a new penny is nominally worth a bit under "tuppence ha'penny".)

Not advocating the old system. I'm 100% metric.

I read your first comment, and didn't understand who you were referring to. Now I get it. It's actually real interesting.

It's not that base 10 "math" is harder. It's specific "math" of everyday life and commerce that was easier using those systems. You could pay using fewer coins, for example. You buy butter in in ppunds, half pounds, etc.. These corresponded to money denominations.

You clearly haven't worked out how many shillings there are to a pound, or to a crown for that matter, from M. Pratchett's explanation.

The whole foundation of this "10 isn't divisible by 3" and "it only has prime factors 2 and 5" argument is fundamentally flawed, undermined by the fact that (as the headlined article quite clearly pointed out) several old units used vigesimal, which also is only evenly divisible by two prime factors: 2 and 5.

Indeed, reading the headlined article reveals the important point that there are eight furlongs to a mile, which is only evenly divisible by one prime factor, putting the lie even more to the "it's because they're also divisible by 3" arguments. There's a multiple of 4 in the headlined article. And other units elsewhere were subdivided into 16ths.

Some were sometimes subdivided into 14ths, for reasons that this article touches upon but doesn't actually go into in enough depth: namely that standards in different places were so out of synch in Mediaeval Europe that multiplying by 16 in one town sometimes gave the same length/weight/whatever as multiplying by 14 in another town, and people formalized that to try to make things work.

The idea that the pre-cursors to the metric system were some wonderfully Babylonian system composed purely of 12s and 60s is nonsense.

There are eight furlongs to a mile because a horse has four feet. I thought this was obvious.
An amusing thing about that joke is that the florin (2 shilling coin, 1/10 pound) was introduced as a half-hearted move towards decimalisation in the 1800s, and after proper decimalisation in 1970 the florin continued to be used as the 10p coin (still 1/10 pound). It was finally abolished in about 1990 when they made the coin smaller and less expensive to manufacture. https://en.wikipedia.org/wiki/Florin_(British_coin)

(The Imperial system was another half-hearted move towards decimalisation: the biggest changes were to define the gallon as the volume of 10 lb water, and change the number of fl.oz in a pint from 16 to 20 so that a fl.oz weighs exactly an ounce - https://en.wikipedia.org/wiki/Imperial_units)

> so that a fl.oz weighs exactly an ounce

That doesn't sound right, since in the system we still use in America a pint is 16 oz and a fluid ounce of water still weighs (very close to) one ounce.

That’s because American customary units predate the British Imperial units reform of 1825 - Americans still use the Queen Anne wine gallon for liquid volume and the Winchester bushel for dry volume. (The Imperial gallon more closely matches the earlier ale gallon.)

It’s common for people to refer to all British units as “Imperial” but that name doesn’t apply to the pre-1825 units used in the US. Some of the confusion is that the Imperial reform only made significant changes to volume measures: the yard and avoirdupois weights remained basically the same.

My parent was claiming that the 1825 reform is what made the Imperial fluid ounce weigh one ounce, though, but the pre-1825 units as used in the US also have that property.
No, an ounce avoirdupois is 454g / 16 == 28.4g but a Queen Anne wine fluid ounce is 231 x 2.54^3 / (16 x 8) == 29.6g which is a difference of about 4%. The imperial fluid ounce is exact, because the weight and volume units were designed to work the same way as the metric system. The older units had no such connection.

There is a mnemonic rhyme for the imperial system: “a pint of water weighs a pound and a quarter”. This is exactly precise, due to the way the imperial gallon was defined.

There is a mnemonic rhyme for US customary units: “a pint is a pound the world around”. This is wrong because the first part has a measurement error of 4%, and the second part is wrong because the error is 25% outside the USA.

Since water is not a fixed density you can't have an exact conversion unless you specify a lot of other things. For example, a US fluid ounce of water at 212F weighs almost exactly one US ounce ;)
Yes, I did not specify which standard temperature and pressure were required for the correspondence to work, because I thought that was an obvious requirement when defining units in the metric style. In fact stp differs between the metric system and the imperial system. There was no stp for the Queen Anne wine gallon because there was no intention to link units of volume and weight.

The stp for the metric system was initially freezing point but was changed to the point of maximum density of water because that was easier to practically implement - https://en.wikipedia.org/wiki/History_of_the_metric_system#T...

The Wikipedia article I linked above says, “The 1824 Act defined as the volume of a gallon to be that of 10 pounds (4.54 kg) of distilled water weighed in air with brass weights with the barometer standing at 30 inches of mercury (102 kPa) at a temperature of 62 °F (17 °C).”

As far as I know, that a fluid ounce of water weighs an ounce at the boiling point is a complete coincidence, but it does illustrate that joining weight and volume this way is tricky business.
How does the author jump from 1000 paces to 5000 feet so easily in the first section?
Looks like the Roman defined a pace (two steps for a soldier) to be 5 feet. And a mile to be 1000 paces.
Want the esoteric explanation for 5280 feet in a mile? From my favorite book ever, the Quadrivium [1].

5280 feet in mile = 10x11x12x13 - 9x10x11x12 feet

Radius of Earth = 11x360 miles

Radius of Moon = 3x360 miles

Radius of Earth + Radius of Moon = 1x2x3x4x5x6x7 = 7x8x9x10 miles

ALL COINCIDENCES, NOTHING TO SEE HERE, MOVE ALONG :)

[1] https://www.amazon.com/Quadrivium-Classical-Liberal-Geometry...

Fascinating article. So, it seems that many civilizations used base-20 [1] but why do the Danes stop at 60? Does anyone think it could be related to whyever (still undetermined by the evidence) Babylonians used base-60?

1. https://en.wikipedia.org/wiki/Vigesimal

I don't know why 20 was popular but 12 is divisible by 2, 3, 4 and 6, and when multiplied by 5 equals 60, which is divisible by 20, of course. 30 is divisible by 2, 3, 4 and 5 as well, but is not divisible by 20, so 60 was preferred, perhaps.
Fun fact for all Americans who say "Our country is too big, changing to metric could never work here": Canada switched from Imperial to Metric between 1970 and 1985. Though in practice people you'll encounter people who will use both systems in one sentence...

https://en.wikipedia.org/wiki/Metrication_in_Canada

Metric works in the US where it was practical and was cheap to switch out to use it. In many instances it does not really mater. In some instances it is historical (such as property and distance).

Metric is also a historical thing. The US basically came along and mandated it for most other countries that had recently been destroyed in WW2. It was a good time to 'reset' and get things changed over. The US planned on doing it too but found other uses for the money allocated to do it.

This sort of argument is the same as with CO2 emissions. When it is cheaper to switch over the US will do it. You will have to justify switching out billions of dollars worth of signage, inconveniencing millions of people to do it, millions of man hours to switch out docs and change one number from something to another, other than some notion of 'its better'. It can be done however, this is not a cheap thing people are asking for.

Unfortunately the US has to change from the United States customary system to Metric, not Imperial to Metric. This is much harder! /s
(comment deleted)
Based on the content of that article, and another post in this discussion[1], I don't think "Canada switched from Imperial to Metric between 1970 and 1985" is a fair statement at all. Canada tried but only partially succeeded, leaving it with a hodgepodge of metric and non-metric units.

[1] https://news.ycombinator.com/item?id=24330792

I'm in the age group that was one of the first cohorts who only learned Metric in school in the 1970s.

While we do use Imperial for stuff here, I would still say the conversion was successful in that everyone in my cohort and later knows/remembers/understands the metric unit alternatives to the Imperial units that we still use.

Obviously we still use a lot of Imperial units due to our proximity to the US, but if the US were to completely convert to metric, there wouldn't need to be much (if any) re-education for Canadians younger than 50.

> I'm in the age group that was one of the first cohorts who only learned Metric in school in the 1970s.

From the Wiki article, it sounds as though this is not universally the case any longer: https://en.wikipedia.org/wiki/Metrication_in_Canada#Educatio...

Anyway, my point is I don't think its fair to call a nation converted when it still has both officially-recognized non-metric units and official uses for them (such as in aviation). I also disagree that these are driven entirely by the US, as Canada still uses a few non-metric units, like the Avery bushel, that the US does not.

Countries can be divided into two groups:

* Those with the metric system

* Those who have been to the moon.

Countries can be divided into two groups:

* Those with the metric system

* Those who used German scientists and engineers to get to the moon.

> At the time I tried to make some fixes to parts of the puzzle in Wikipedia, but they frequently rejected as OR (original research).

This, frankly, bothers me way more than why there is 5280 feet in a mile. Wikipedia is the most brilliant in the concept, yet the most aggravatingly frustrating in details thing I know.

I don't think it should bother you. It makes perfect sense for Wikipedia to focus on collecting established knowledge. I want my Wikipedia articles to contain the known facts, with citations and proven sources. I do not want theories or research of some individuals interspersed with the established facts.
I'm pretty sure nothing really should bother me, but it does. It makes me rage and hate Wikipedia mods with passion. Much of the "established knowledge" is bullshit quotes from the bullshit books that don't itself have any source references, yet obvious observations that require only basic calculations or are easily verifiable otherwise often "require citation". There are thousands of articles on some silly stuff like Harry Potter book characters & fantasy items, yet immensely notable music bands known to pretty much everyone listening to some "not too mainstream" genre are being deleted because they "lack notability". (A disclaimer: especially offensive cases of this kind of event weren't articles written by me, but, on the contrary, stuff I tried to learn about looking for it on Wikipedia, so it sure was notable enough to a user of Wikipedia, not only to an author of that article.)

I am not against all these "Star Wars timeline" articles, by the way (although, I wish fantasy worlds with big enough fandom would have their own "sub-wiki", just so they have their own "namespace" referenced from the "general" wikipedia, so that some magical beast wouldn't be squatting on the name that is actually shared with some creature from the actual folklore, several geographic objects and a dozen of music bands). It just makes me angry how some people are eager to "keep wikipedia tidy and organized" by deleting actually important real-world stuff (often justified by "storing data is expensive"), while they obsess over listing all possible Pokemons on wikipedia or some shit like that.

Now, this is only remotely related with the topic, which I agree is a serious and complicated issue, since we don't want to mix up random people fantasies with actually verified and established facts we could refer to. But the overall spirit of the issue I believe is the same, since in this particular case the subject seems to be explored by the author well enough, and people that protect wikipedia by keeping this kind of "original research" away may be right in some sense, but still are a problem I wish could be resolved somehow. (I don't know how, though.)

The issue of notability of different categories of articles will always be a point of contention for online encyclopaedias. That you argue so passionately for the reduction of one category of content (fictional Harry Potter characters), but the increase in another (music bands) shows that, I believe.

For me, these notability rules for music make sense: https://en.wikipedia.org/wiki/Wikipedia:Notability_(music)#C...

As music evolves away from big album releases at major record labels, these rules will probably evolve with them. But even now, these 'music bands known to pretty much everyone listening to some "not too mainstream" genre' can be notable if there are non-trivial articles about them in the media, even if they have no traditional album releases and haven't won any awards.

You didn't really argue about the point of original research. The arguments here also make sense to me: https://en.wikipedia.org/wiki/Wikipedia:No_original_research

In any case, I think hate towards Wikipedia moderators is misdirected (I'm not a moderator, haven't even contributed anything but typo fixes).

In theory it sounds good. But it seems mighty odd that when somebody does original research like that, it's not allowed to be in Wikipedia, because they don't allow original research, but it's fine for the same person to publish it on a blog somewhere and refer to that blog post in Wikipedia.
And that is why the US fought an Independence War: To not have to use these outdated imperial units by their oppressors.

Wait a second...

In a vacuum, it should be 5040, which has a uniquely abundant collection of factors. Still, natural evolution of units via surveyor's units did pretty well to turn the Roman mile of 5000 feet into 5280, which has a pretty solid collection of factors.
there are 5280 feet in a mile, because there are 8 elbows in a foot and 52 inches in one knee. don't you see? it makes perfect sense.
Honestly given how weird the imperial system is I’m genuinely surprised that miles can be expressed as an integer of feet. Was half expecting a 7/16th at the end.
> The number 20, of course, was the common “decimal” system prior to the invention of shoes (at which point you can’t see your toes).

Is this true? It reads like a dad joke.

The invention of shoes doesn't really have anything to do with it, but vigesimal is a real thing, and does have the linguistic vestiges noted ("quatre vingts", "four score", et al.).

Furthermore: A Troy ounce was 20 pennyweights. There are 20 Gebinde in a Strang. There were 20 maunds in a candy. 20 lyspond in a schippond. And so on.

Enjoy https://archive.org/details/dictionnaireuni00dourgoog .

> Modern archaeological estimates of the actual Roman feet vary between 11.6 and 11.7 modern inches.

Damn! If we'd settled on ~11.8 modern inches instead of 12 (well, if 12 inches were ~11.8 instead), we could have hit the 1 nanolightsecond ~exactly.

Is anyone up for restandardizing on 1 nanolightsecond feet with decimalization and an informal 5000-foot mile that would line up very nicely with the Roman milles?

(comment deleted)