Two thirds of a century

| Old age

Today is the day to celebrate. In other words, I am officially two-thirds of a century old.

That means that as of today I passed the 66.666666666666... line and now live in the last third of my life (assuming of course that I manage to live 100 years).

I don't think that there are that many people who are aware of this spectacular milestone

Those who manage to live this long are more than likely to miss out on remembering this amazing accomplishment.

I on the other hand feel very thankful that I can enjoy this day knowing that yet another important milestone in my live has been achieved.

So you wonder, how do I know this?

I know this thanks to good old ChatGPT.

Here follows the question I asked, the response I received and the code snippet analysis.

Question:

I was born on October 11, 1957. When will I be exactly 66 2/3 years old?

Answer:

You will be exactly 66 2/3 years old on June 11, 2024. ​

Analysis:

from datetime import datetime, timedelta

# User's birthdate
birthdate = datetime(1957, 10, 11)

# 66 2/3 years in days
years = 66 + 2/3
days_in_year = 365.25  # accounting for leap years on average
days = years * days_in_year

# Calculate the date when the user will be 66 2/3 years old
target_date = birthdate + timedelta(days=days)
target_date

Result:

datetime.datetime(2024, 6, 11, 0, 0)

Random entries

Here are some random entries that you might be interested in:

Recent Assets

  • hoid.png
  • Dad-in-front-of-log-cabin.png
  • mistborn-trilogy.png
  • 2024-03-Heren1-27h.png
  • three-body-problem.png
  • 10CC.png
  • minds-and-machines.jpeg
  • puglia.png
  • 2023-09-24-jong-tegen-oud-1.jpg
  • 2023-09-24-jong-tegen-oud-2.jpg
  • just-call-me-fred.png
  • foggy-morning.png

Golf Handicap

Information

This personal weblog was started way back on July 21, 2001 which means that it is 7-21-2001 old.

So far this blog contains no less than 2514 entries and as many as 1877 comments.

Important events

Graduated from Stanford 6-5-1979 ago.

Kiffin Rockwell was shot down and killed 9-23-1916 ago.

Believe it or not but I am 10-11-1957 young.

First met Thea in Balestrand, Norway 6-14-1980 ago.

Began well-balanced and healthy life style 1-8-2013 ago.

My father passed away 10-20-2000 ago.

My mother passed away 3-27-2018 ago.

Started Gishtech 04-25-2016 ago.