Skip to content

Comment on Introducing the GoodWatch

Comments

It has ~5 years of battery life, knows days of the week for the next two thousand years, and has a handy RPN calculator.

I wonder why two thousand years? All the common day of the week algorithms should work as long as the current leap year pattern [1] continues.

[1] (year % 4 == 0) && ((year % 100 != 0) || (year % 400 == 0)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.