Live data from Hacker News

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

endoflife.date

41–50 of 83 posts

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

#43
post #2

I recently did a rant on twitter[0] on how release/download pages of various languages/tools get it wrong, especially with respect to giving EoL Dates/policy and a list of supported releases. This is my attempt at solving the problem. If you have to every check the EoL date of anything, or if you have to verify that the version you have is supported, just visit endoflife.date/toolname. The website runs on Netlify, an…

[deleted]

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

#45
Hey, this seems like a pretty useful website, one quick comment is that it does not seem to be easily usable by colorblind people. Almost 10% of males are red-green colorblind, so while normal people can quickly scan through the lists using color, colorblind people have to manually read each 'Ends in ...' or 'Ended ...'.

Not a huge issue in this case since generally you would lookup your product on the left side of the table and then look at a single cell on the right side, but it can't hurt to switch to an alternative color scheme - blue + olivegreen is one that I've seen pretty often.

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

#47
post #2

I recently did a rant on twitter[0] on how release/download pages of various languages/tools get it wrong, especially with respect to giving EoL Dates/policy and a list of supported releases. This is my attempt at solving the problem. If you have to every check the EoL date of anything, or if you have to verify that the version you have is supported, just visit endoflife.date/toolname. The website runs on Netlify, an…

I like it!

It would be nice to have (you knew this was coming, yes?) an API, whereby one could programmatically request, say,

https://endoflife.date/api/os/ubuntu/16.04

(Haven't thought through the semantics.)

Digression alert. I've been thinking of a multi-OS package analysis database that I wish existed. The idea being, a database of information on packages to answer questions like:

- Which packages of what OSes include the file path /usr/share/whatever/some/file.name?

- Which packages of what OSes include the file with this hash, and where does it install?

- On what date was this revision of that file included in this package?

And so on. This idea doesn't quite fit in to that model, but it is along the lines I'm thinking - that conveniently organized metadata across distros could be very useful in a number of ways. In particular, I've had each of those questions above; they can be surprisingly time consuming to answer. More generally, there's interesting research to do there with security implications, and I suspect there's interesting stuff to do with it that I haven't thought of yet.

Post reply on HN