Earlier quoted context omitted.
No because its a humane rather than scientific system. Day lengths in a scientific time vary, but in this system the hours are defined to be 10ths of a solar day so they vary as the day varies. Scientific measurement should be done with a different system. I'd suggest something based on the speed of light.
> … but in this system the hours are defined to be 10ths of a solar day so they vary as the day varies. This is reasonable and not unsafe at all, particularly when it comes to timing things like exposure time with patients receiving radiation therapy. However, we will be left wondering why treatment in the summer is more effective that treatment in the winter. Must be the nice weather.
Metric Time
231–240 of 343 posts
Re: Metric Time
#232While metric time has some appeal, I think it is not ambitious enough. Base 10 is not good. 10 just does not have enough factors, so we are left to deal with complex fractions. Let's instead use base-12 numerals and keep time unchanged! In base 12, 1 year is 10 months (or 265 days), 1 day is 20 hours, 1 hour is 50 minutes and a minute is 50 seconds. Easy enough! Edit: wait! I just realized this is still not ambitious…
So, how would we call those numbers after 10 ? "Ten", "eleven" and "twelve" can stay the same. "Thirteen" to "nineteen" are more problematic since "*teen" refers to "ten". We would like something meaning twelve-one, twelve-two and so on. Then "two-twelve" intead of "twenty" ? Feels heavy. Maybe stick to "twenty" then ? Oh, and what about retro-compatibility ? Edit: or we could go back to Imperial units. Wow Edit2: th…
For instance, scales have 12 notes, with seven common words for the notes (do, re, me, fa, so, la, ti). Add five more similar but distinct phonemes (go, ki, za, we, je) to insert at the position of the half notes skipped, shift la to position 1 since l looks conveniently like 1, and add nul for zero: nul, la, go, ti, do, ki, re, za, mi, fa, we, so, je.
Add in some rules for forming larger numbers (laj, goj, tij..., soj, jel, jel-la, jel-go..., jes-so, la-gross, la-gross-la, ...) and begin learning your addition tables over again (la plus la is go; go plus go is do; do plus do is mi; mi plus mi is doj).
Re: Metric Time
#233I think having a clock that depends on the position of the earth with respect to the center of our galaxy is an interesting idea.
Re: Metric Time
#234> There is no AM or PM with metric time.
It isn't there in standard time either. It seems to be another uniquely American thing. The only time I'm exposed to AM/PM is when reading an analog clock. Or when talking to an American.
Heck, even in US, there's "military time" that is 24-hour.
Re: Metric Time
#235Which means that 40 metric seconds is about 46.3 regular seconds - I.E. something is wrong with the charts on this website.
It also means a metric minute which is 100 seconds would be 115.7 regular seconds so a bit less than two minutes, not 2.4 minutes as claimed.
Re: Metric Time
#236Earlier quoted context omitted.
Exactly. The exact amount of sleep needed on average is almost certainly an irrational number. (Because almost every number is irrational)
It’s almost certainly a rational number as activity in the body is finite. There will be an exact point at which a certain molecule has interacted with another molecule marking the exact point of perfect sleep. Averaging many rational numbers can’t get you an irrational number. Also it is invalid to compare infinite series like you do in your paracentesis argument, there are infinitely many irrational numbers and inf…
Re: Metric Time
#237Earlier quoted context omitted.
> … but in this system the hours are defined to be 10ths of a solar day so they vary as the day varies. This is reasonable and not unsafe at all, particularly when it comes to timing things like exposure time with patients receiving radiation therapy. However, we will be left wondering why treatment in the summer is more effective that treatment in the winter. Must be the nice weather.
Is that how you program things? I recommend using as little as date/day mechanics as you can get away with. Instead using a monotonic durations as much as you can [1]. If you continue to program with date/day mechanics you'll run into plenty of issues when users cross timezones or just set the time on their phone to a different one. [1]: https://en.wikipedia.org/wiki/Unix_time
Re: Metric Time
#238Re: Metric Time
#239Earlier quoted context omitted.
While in theory you could measure sleeping time in fractions of 2 pi, I'd guess that you're using rational numbers in the actual calculation anyways.
Why would sleeping time be a fraction of 2pi? > I'd guess that you're using rational numbers in the actual calculation anyways. Well, actually one uses floating point arithmetic, which isn't rational numbers either (as shown by the classic example a = 1/3, b = 3*a, then b != a)
base 60 is 5-smooth, so any number with 2,3,5 as a factor has a terminating expansion.
Just as SI has to add in deg min sec for fields like astronomy.
As the practical numbers are quite dense up to 60, they could divide by multiplication of the reciprocal for many more numbers.
Floating point is more complicated than just the base as the radix also matters. C(++) finally got decimal radix support this year in the standards and IBM has had decimal floats for a long time.
FFT and encryption often use mixed radix despite being a binary base too.
It is a far more complicated subject than it appears on the surface.
But there are problems that aren't easily solvable in base 10. The degrees of a circle are an example and why navigation uses the nautical mile, where 1 nautical mile= 1 minute of latitude is an example.
12,60,360 are Superior highly composite numbers and 12 is the smallest 3-smooth and 60 is the smallest 5-smooth.
This also means that with using 360 degrees one can divide a circle or semicircle in 12 sections with just a square, 345 triangle and equalatrral triangle. Where decimal or even radians requires the square root of 2, pi, etc...
I am a fan of universal units of measurement, but had they been base 12 it would have been better IMHO. SI could be more broadly adopted if it has been base 12.
Re: Metric Time
#240Earlier quoted context omitted.
Don't we have the same basic criticism going from Fahrenheit to Celsius? You go from a 10 degree swing being big to ridiculously huge. That is, arbitrary number is arbitrary, at large. Most of the "benefits" of any system won't actually be realized by most people that are using it. Consistency, on the other hand, is hugely important.
> Don't we have the same basic criticism going from Fahrenheit to Celsius? Sure, and one shouldn’t do that either. Fahrenheit’s range (0 being the freezing point of brine, almost but not quite intolerable to a human, and 100 being roughly body temperate and also almost but not quite intolerable to a human) is far more human than Celsius’s freezing-to-boiling range.
Having grown up in metric, the values dont feel 'inhuman' just a scale that i'm familiar with. I know that my body is usually at 37, I know that water boils at 100, i know that I don't like anything below 8c or above 40c.