Freedom Clock
41–50 of 189 posts
Re: Freedom Clock
#42Our 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 information rather than numbers. We're not feeding a number into a machine, we're speaking to humans.
Consider any other Label. You don't say "25th Apartment", you say "Apartment 25", "Unit 25", "P.O. Box 25"
Here we are on March 25. The year comes last because it's least important.
Re: Freedom Clock
#43Year/month/day.
Re: Freedom Clock
#44Earlier quoted context omitted.
America’s insistence on weird date and unit formats has a negative effect on software and resources used all around the world.
Developers aren't using M/D/Y. This is a straw man.
Re: Freedom Clock
#45Europeans have access to multiple countries, cultures, and languages, yet still complain about imperial units, date formats, "soccer," SMS, and all of the many other ways in which the United States differs. It's another country. Stop being so insular.
...
Re: Freedom Clock
#46Re: Freedom Clock
#47I 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.
Re: Freedom Clock
#48Europeans have access to multiple countries, cultures, and languages, yet still complain about imperial units, date formats, "soccer," SMS, and all of the many other ways in which the United States differs. It's another country. Stop being so insular.
It's pretty silly when people complain about different tastes in subjective areas, such as music, architecture, pronunciation, food or other cultural differences. However, when it comes to methods of technical communication such as time formats or measurement units the complaints have little to do with subjective preferences, and more to do with real world consequences of maintaining unintuitive systems. Technical la…
Re: Freedom Clock
#49Seems broken on mobile? I just see a black bar. I assume from the description it has the hours/minutes/seconds in a weird order
Re: Freedom Clock
#50I 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.