Closer in history

>>> import datetime
>>> apollo = datetime.datetime(1969,7,20,20,17)
>>> delta = datetime.datetime.now() - apollo
>>> apollo + delta / 2
datetime.datetime(1996, 10, 13, 20, 57, 7, 893840)

Anything that happened on or before October 13, 1996 is now closer in history to the Apollo 11 moon landing than it is to today.

Read more…

2022 in review, 2023 aspirations

Another year has come and gone so I’d might as well reflect on what happened during it and try to plan for the next one.

Read more…