Metric yes please. Also for fucks sake use the 24 hour clock. Some of us learned it from the military but it’s just earth time and way easier than adding letters to a number
I switched to it in my later teens when I realised how many cases it would be better in.
Conversion during conversation might be an extra step, but I’ll be pushing for the next generation to have this by default.
The conversion is pretty much the only hurdle I ever hear about, but that’s easy enough. How many songs/films talk about “if I could rewind the last 12+12 hours”…it’s just a matter of making it fit in context people can understand when they know a day is 24 but are used to 12.
ISO and while we’re at it, the NATO phonetic alphabet for English speakers. “A as in apple B as in boy” means fuck all when you’re grasping for any word that starts with that letter, and if English isn’t your first language fuckin forget about it.
ISO and while we’re at it, the NATO phonetic alphabet for English speakers. “A as in apple B as in boy” means fuck all when you’re grasping for any word that starts with that letter, and if English isn’t your first language fuckin forget about it.
I’m pretty sure that’s an example of why you should use the chosen ones instead of going “mancy/nancy” all over the place.
Also, didn’t they just make a standard for themselves and other just took it because it was probably easier than making one for their own language (oh right, NATO… but let’s be honest here, NATO is just a forum for America to flaunt its power while PR-ing peaceful, so it makes sense they use English, which is also easier to be a second language than most other ones).
Though I feel like China might have made their own.
The radio words were chosen to be distinct, such that for people who trained in them, it would be easier to distinguish letters being spoken over low quality radio.
Not very relevant in the era of 2G HD audio, and now VoLTE.
But when there’s a bad signal and you have to tell someone a callsign, it makes sense.
Right, and the most significant bit of the whole date is the first Y in YYYY, which we can’t put at the end unless we reverse the year itself. So we can either have pure big-endian, or PDP-endian. I know which one I’m picking.
Your literal statement is also just wrong. The solitary implication of endianness is byte ordering, because individual bits in a byte have no ordering in memory. Every single one has the exact same address; they have significance order, but that’s entirely orthogonal to memory. Hex readouts order nybbles on the same axis as memory so as not to require 256 visually distinct digits and because they only have two axes; that’s a visual artefact, and reflects nothing about the state of memory itself. ISO 8601 on the other hand is a visual representation, so digit and field ordering are in fact the same axis.
Every single one has the exact same address; they have significance order, but that’s entirely orthogonal to memory.
We are talking about transferring data, not storing it. For example SPI allows both for LSb-first and MSb-first. In date digit-number-date is like bit-byte-word.
Right, and in data transfer every byte can be placed in an absolute order relative to every other. And the digits within the respective fields are already big-endian (most significant digit first), so making the fields within the whole date little-endian is mixed-endian.
I have iterated this several times, so I worry there’s a fundamental miscommunication happening here.
You listed 2 twice(thrice if counting 6) for base12 and once for base10. Generally, when talking about bases better talk only about prime factors. Base12 has 2 and 3 as prime factors, while base10 has 2 and 5.
Cause then we’d be thinking we’re monkeys on a spherical rock in a vacuum instead of calibrating clocks to a radioactive element to make sure everyone tunes in to wheel of fortune on time while this oblate spheroid tumbles around
Also, it’s hard enough getting people to equate Km and C with known quantities, Americans can’t handle base unit shifts like that
Cause then we’d be thinking we’re monkeys on a spherical rock in a vacuum instead of calibrating clocks to a radioactive element to make sure everyone tunes in to wheel of fortune on time while this oblate spheroid tumbles around
I love the 24 hour clock and living in London, UK I used it all the time. However, I remember one time I bought movie tickets at lunch for 17:30 and my brain thought it was for 7:30pm and I called my friend at the last moment saying: “you have to leave work early if we’re gonna make it!”
Metric yes please. Also for fucks sake use the 24 hour clock. Some of us learned it from the military but it’s just earth time and way easier than adding letters to a number
I switched to it in my later teens when I realised how many cases it would be better in.
Conversion during conversation might be an extra step, but I’ll be pushing for the next generation to have this by default.
Also, much better when using for file names.
Also, YYYY-MM-DD
The conversion is pretty much the only hurdle I ever hear about, but that’s easy enough. How many songs/films talk about “if I could rewind the last 12+12 hours”…it’s just a matter of making it fit in context people can understand when they know a day is 24 but are used to 12.
ISO and while we’re at it, the NATO phonetic alphabet for English speakers. “A as in apple B as in boy” means fuck all when you’re grasping for any word that starts with that letter, and if English isn’t your first language fuckin forget about it.
err… didn’t get what you’re trying to say
We standardized an alphabet among all countries for clear communication.
Here is an example of it going wrong.
I knew this would be the video. 😂
Here is an alternative Piped link(s):
wrong.
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
I’m pretty sure that’s an example of why you should use the chosen ones instead of going “mancy/nancy” all over the place.
Also, didn’t they just make a standard for themselves and other just took it because it was probably easier than making one for their own language (oh right, NATO… but let’s be honest here, NATO is just a forum for America to flaunt its power while PR-ing peaceful, so it makes sense they use English, which is also easier to be a second language than most other ones).
Though I feel like China might have made their own.
Anti Commercial-AI license
The radio words were chosen to be distinct, such that for people who trained in them, it would be easier to distinguish letters being spoken over low quality radio.
Not very relevant in the era of 2G HD audio, and now VoLTE.
But when there’s a bad signal and you have to tell someone a callsign, it makes sense.
Anti Commercial-AI license
Conversion is always extra step, but you don’t need it if you use same timezone as other participant.
Big-endian is big. Alternatively DD.MM.YYYY or DD.MM.YY for little-endian lovers.
Except no because the digits themselves are still big-endian. That’s nUxi.
It’s more along the lines of most signigicant bit/least significant bit, rather then byte order.
Right, and the most significant bit of the whole date is the first Y in YYYY, which we can’t put at the end unless we reverse the year itself. So we can either have pure big-endian, or PDP-endian. I know which one I’m picking.
Your literal statement is also just wrong. The solitary implication of endianness is byte ordering, because individual bits in a byte have no ordering in memory. Every single one has the exact same address; they have significance order, but that’s entirely orthogonal to memory. Hex readouts order nybbles on the same axis as memory so as not to require 256 visually distinct digits and because they only have two axes; that’s a visual artefact, and reflects nothing about the state of memory itself. ISO 8601 on the other hand is a visual representation, so digit and field ordering are in fact the same axis.
We are talking about transferring data, not storing it. For example SPI allows both for LSb-first and MSb-first. In date digit-number-date is like bit-byte-word.
Right, and in data transfer every byte can be placed in an absolute order relative to every other. And the digits within the respective fields are already big-endian (most significant digit first), so making the fields within the whole date little-endian is mixed-endian.
I have iterated this several times, so I worry there’s a fundamental miscommunication happening here.
big-endian (most significant byte or in our case number first).
Digit in base2 is bit. Endianess is byte order, not bit order. MSb is bit order.
Why no base10 clock?
base12 has the advantage of being divisible by 2, 3, 4 and 6, while base10 is only divisible by 2 and 5.
So you’re arguing in favor of feet and inches?
Ahh, another connoisseur of the Dozenal system! Everyone should add a little dek and el to their life!
You listed 2 twice(thrice if counting 6) for base12 and once for base10. Generally, when talking about bases better talk only about prime factors. Base12 has 2 and 3 as prime factors, while base10 has 2 and 5.
You don’t need to add or multiply time very often. Division is super important tho, and base60 is better than base10 for that.
Too easy. Plus we put in the 3/5 “compromise” so you can’t expect old white racists to learn proper math
The 12 hour one is just so wildly dumb and inconsistent.
Why does it go from 11 AM to 12 PM to 1 PM?
If America is going to go through the trouble to convert everything to metric, might as well switch to base 10/decimal time as well lol
Why would you demand metric everything and not metric time?
Cause then we’d be thinking we’re monkeys on a spherical rock in a vacuum instead of calibrating clocks to a radioactive element to make sure everyone tunes in to wheel of fortune on time while this oblate spheroid tumbles around
Also, it’s hard enough getting people to equate Km and C with known quantities, Americans can’t handle base unit shifts like that
Just a little sodium chloride
I love the 24 hour clock and living in London, UK I used it all the time. However, I remember one time I bought movie tickets at lunch for 17:30 and my brain thought it was for 7:30pm and I called my friend at the last moment saying: “you have to leave work early if we’re gonna make it!”