I've been a proponent of this reform for a while. Strangely on my way into work this morning I was trying to figure out why a week is 7 days and not some other division. I thought maybe it was religious, but I now think it has more to do with lunar cycles being close to 28 days and that predating any religious foundation. 12 months has the benefit of dividing the seasons into 3 month quarters. However having an uneve…
> Having a 13 month calendar simplifies so much from financial calculations to having consistent day of week/month boundaries that I can't see any real down sides. It seems like that would complicate the business practice of dividing your fiscal year into quarters. I guess each quarter would be 3 months + 1 week but then you don't have quarters starting/ending evenly with months.
Posical, the Positivist Calendar for Python
31–40 of 77 posts
Re: Posical, the Positivist Calendar for Python
#32I've been a proponent of this reform for a while. Strangely on my way into work this morning I was trying to figure out why a week is 7 days and not some other division. I thought maybe it was religious, but I now think it has more to do with lunar cycles being close to 28 days and that predating any religious foundation. 12 months has the benefit of dividing the seasons into 3 month quarters. However having an uneve…
In general, I can't imagine what month reform could be done that would be worth the pain of switching. Computers are doing all the hard calculations now. While calendars throw programmers for a loop sometimes, what really nails programmers (and therefore computers) are timezones and all the screwy things we do with seconds. Changing calendars is orthogonal to those problems, and the possibility of real reform on that front is more likely, since the costs/benefits work out more pleasingly.
Re: Posical, the Positivist Calendar for Python
#33With all this talk about universal basic incomes and automation taking away jobs, etc etc, there really might be something to the idea of switching to 73 5-day weeks. I wouldn't be in support of taking away Saturday and Sunday ;) but a 3-day workweek of W-F followed by a weekend of Saturday and Sunday could have real possibilities!
Re: Posical, the Positivist Calendar for Python
#34 > Comte set year 1 of his new calendar as the first year of the
> truly modern age: 1789, the first year of the Great Crisis.
For me 1789 is the first year of the Great Constitutional Ratification. I did a quick google search for "great crisis" and came up empty. Google seems to be convinced that when I type "great crisis" I am looking for "Great Depression." What is the Great Crisis?Re: Posical, the Positivist Calendar for Python
#35I've been a proponent of this reform for a while. Strangely on my way into work this morning I was trying to figure out why a week is 7 days and not some other division. I thought maybe it was religious, but I now think it has more to do with lunar cycles being close to 28 days and that predating any religious foundation. 12 months has the benefit of dividing the seasons into 3 month quarters. However having an uneve…
> Having a 13 month calendar simplifies so much from financial calculations to having consistent day of week/month boundaries that I can't see any real down sides. It seems like that would complicate the business practice of dividing your fiscal year into quarters. I guess each quarter would be 3 months + 1 week but then you don't have quarters starting/ending evenly with months.
Re: Posical, the Positivist Calendar for Python
#36It's sad to see that, in what we all consider to be an "enlightened" age for science and rationality, the calendar problem is considered a de-facto taboo, something that will never be changed. It's such an obvious legacy hack, it should be refactored with a modern and proper design, but the API is so popular that breaking it would generate unbearable amounts of stop-energy. I wish we could have a wrapper or something…
It's analogous to the current situation with the metric and imperial unit systems - yes, it would make sense to switch away from imperial units, but it would require many people to fundamentally change how they think about distance, volume, speed, etc. (or time, in the case of the calendar). Although in that case, we sort of have a wrapper, in that many labels list both types of units, but I tend to just look at the…
I like to think we (americans) are standing on principle and refusing to accept the metric system on the basis of semantic consistency: an SI base unit should not contain a prefix.
Re: Posical, the Positivist Calendar for Python
#37Earlier quoted context omitted.
Years and days are both reasonable periods to track and while some other system of tracking which day we are on is easy to imagine, the current system doesn't deserve to be called hard to deal with (it's 2 numbers...).
> the current system doesn't deserve to be called hard to deal with OK, then tell me what day of the week May 4th, 2054 will be.
Not so hard, is it?
Re: Posical, the Positivist Calendar for Python
#38> Comte set year 1 of his new calendar as the first year of the > truly modern age: 1789, the first year of the Great Crisis. For me 1789 is the first year of the Great Constitutional Ratification. I did a quick google search for "great crisis" and came up empty. Google seems to be convinced that when I type "great crisis" I am looking for "Great Depression." What is the Great Crisis?
[0] en.wikipedia.org/wiki/Great_Fear
Re: Posical, the Positivist Calendar for Python
#39We need to be able to timestamp stuff still, right? If the 28th of Bichat is 2014-13-28 and the 1st of Moses is 2015-01-01 , how do we timestamp those "uncharted" festival days? Would they just be 2014-13-29 (and 2014-13-30 on leap year) but just not have a day of week name?
Good question. In the library, intercalary days are just their own month. So it would just be 2015-14-1.
I don't see how it would make things much easier, especially for timestamps in various date formats and date-input fields.
Re: Posical, the Positivist Calendar for Python
#40Another mathematically elegant calendar is the 7date: http://tylerneylon.com/a/7date_spec/