Live data from Hacker News

Show HN: Endoflife.date – Site with EOL dates of everything

endoflife.date

31–40 of 83 posts

Re: Show HN: Endoflife.date – Site with EOL dates of everything

#31

> More Information is available on the Python website. but the link points back to the same page https://endoflife.date/python There is a page on python.org for this, but I can never find it.

It was a bit of a pickle to find, but https://devguide.python.org/ has EOL dates under "Status of Python branches"

That is what I used as reference. Note how the table differentiates between Security and EOL but doesn’t provide dates for the first, since they are dependent on future releases.

I’ll fix the link.

Re: Show HN: Endoflife.date – Site with EOL dates of everything

#32

Suggestion: Relative dates are nice ("1 year and 7 months"), but I'd have an easier time reading it with absolute dates as well ("2019-12-34").

You get the abs date if you hover (it's set as the title attr)

That would be fine if I wasn't using my phone.

Re: Show HN: Endoflife.date – Site with EOL dates of everything

#35

Suggestion: Relative dates are nice ("1 year and 7 months"), but I'd have an easier time reading it with absolute dates as well ("2019-12-34").

You get the abs date if you hover (it's set as the title attr)

I wonder why they didn’t use the `` element for this.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ti...

Post reply on HN