Hacker News new | ask | show | jobs
by Aaron1011 3076 days ago
That's to be expected.

The idea behind my script is that the URL is encoding the unix time of the first visit to that URL. By starting at the current time and working backwards, the first HTTP 200 you come across should be the current page.

1 comments

Ah, I see. Yes, that is definitely a smarter way of doing it.