One thing I've come to learn is that American formats are human-friendly rather than machine-friendly. Our date system is like the Fahrenheit system; it works well when thinking like a human. in Fahrenheit, you just think of it in terms of 50 being the middle, "not cold and not hot". Then you understand 80 is high warm, closing in on hot, etc. Similarly for our date system, we lead with names and important informatio…
It only is human-firendly if you grew up with it, so it's rather "American-friendly". > You don't say "25th Apartment", you say "Apartment 25", We say 25th March in German. Saying the whole date follows the importance: day, month, year: fünfundzwanzigster märz zweitausenddreiundzwanzig.
Freedom Clock
121–130 of 189 posts
Re: Freedom Clock
#122We already have freedom clock, it is there every time you write 1 PM instead of the usual 13:00.
Re: Freedom Clock
#123Should we list hours, minutes, seconds? or year, month, day? Should we drive on the right side of the road or left? Should we use imperial or metric system? These are all good questions but I think the answer is "it depends." Just like timezones. You can't get rid of timezones: https://news.ycombinator.com/item?id=26416337 https://qntm.org/abolish
Re: Freedom Clock
#124One thing I've come to learn is that American formats are human-friendly rather than machine-friendly. Our date system is like the Fahrenheit system; it works well when thinking like a human. in Fahrenheit, you just think of it in terms of 50 being the middle, "not cold and not hot". Then you understand 80 is high warm, closing in on hot, etc. Similarly for our date system, we lead with names and important informatio…
Re: Freedom Clock
#125One thing I've come to learn is that American formats are human-friendly rather than machine-friendly. Our date system is like the Fahrenheit system; it works well when thinking like a human. in Fahrenheit, you just think of it in terms of 50 being the middle, "not cold and not hot". Then you understand 80 is high warm, closing in on hot, etc. Similarly for our date system, we lead with names and important informatio…
Yeah, I don't think so. If it's 0°C outside, I know it's probably time to put winter tires on because the water in the puddles will freeze. If water in the pot on my stove is close to 100°C, I know it will boil soon. Same with dates — it has nothing to do with being machine readable or not, dates should go from largest to smallest (yyyy-mm-dd, etc) or vise versa, not turn 180 degrees at midpoint for some reason. Your…
Re: Freedom Clock
#126Earlier quoted context omitted.
It only is human-firendly if you grew up with it, so it's rather "American-friendly". > You don't say "25th Apartment", you say "Apartment 25", We say 25th March in German. Saying the whole date follows the importance: day, month, year: fünfundzwanzigster märz zweitausenddreiundzwanzig.
“fünfundzwanzigster märz zweitausenddreiundzwanzig” What I’m impressed with is the duration of time it takes to say todays date in Germany. I guess it’s rather “German-friendly” though. ;-)
Re: Freedom Clock
#127I get it, it's really annoying that there are different formats. In fact I once nerfed a small database by importing a bunch dates from a csv in the wrong format. But honestly both formats (M/D/Y and D/M/Y) are wrong, as clear from the clock example: dates should be big-endian; Y/M/D.
While I agree that big-endian dates are the best solution (if nothing else, because lexical sort puts it in the right order), I think little-endian at least makes sense. The middle-endian format is just absurd.
It's annoying, and I just ALWAYS use YYYY-MM-DD, and everyone is happy. Please join my cause. If there's one thing we can all agree makes the world just a little better, it's using YYYY-MM-DD to get people used to it.
Re: Freedom Clock
#128Earlier quoted context omitted.
...
> There is no justification for it other than the general US contrarian attitude of "you're not the boss of me". I'm a proponent of the metric system, but that's either a wild straw man or very lazy thinking. An obvious justification (which has lots of merit) is "I've been using imperial all my life and it's what I know, what I think in, etc." Changing systems would be very disruptive for a lot of people. IMHO that d…
Re: Freedom Clock
#129One thing I've come to learn is that American formats are human-friendly rather than machine-friendly. Our date system is like the Fahrenheit system; it works well when thinking like a human. in Fahrenheit, you just think of it in terms of 50 being the middle, "not cold and not hot". Then you understand 80 is high warm, closing in on hot, etc. Similarly for our date system, we lead with names and important informatio…
Excuse me, but can you please expand upon how Fahrenheit is easier "when thinking like a human"? Why 50? Why not 100? Why not simply use something that is easily compared, such as the freezing and boiling point of water? You know... Celsius?
Re: Freedom Clock
#130Earlier quoted context omitted.
It only is human-firendly if you grew up with it, so it's rather "American-friendly". > You don't say "25th Apartment", you say "Apartment 25", We say 25th March in German. Saying the whole date follows the importance: day, month, year: fünfundzwanzigster märz zweitausenddreiundzwanzig.
Why would you start with '5' and not '20'? :) Many traditions have their quirks. But at least very few German-speakers will try to defend this format.
Interestingly, I've rarely seen it being an issue with dates. Maybe because the amount is too small and people got used to it.