Live data from Hacker News

New ‘past’ link on HN front page

news.ycombinator.com

131–140 of 191 posts

Re: New ‘past’ link on HN front page

#131

Not essential, but IWBNI date selection respected user timezone. It’s 23/2 here in the Pacific; seeing 21/2 as “yesterday” felt wrong.

I hear you, but proper timezone support is one of those things we've shied away from over the years. It's hard to get right and our dev resources are too limited. So mostly we just work with UTC. I'm sorry—I know it can create a bit of an outsider feeling, which is definitely not intended.

Re: New ‘past’ link on HN front page

#132
post #129
post #127

Any plans to update the official Hacker News API? I’d love more features, such as ability to reply and upvote, but more importantly, the API currently requires using a really old version of Firebase SDK. The rest API is an alternative, but it doesn’t work well due to the design of the API needing a whole network call per post/comment.

We're going to replace it with a new API that just gives a JSON version of any HN URL. Will that work?

Yes dang, thank you!

Re: New ‘past’ link on HN front page

#133
post #3

Not new; just the link at the top is new. The hard part was what to call it. Since the point is to give people more to read, 'more' seemed right. https://news.ycombinator.com/item?id=12073675 https://news.ycombinator.com/item?id=18512028 Edit: Oh, also: "more" fits with the "More" links you see at the bottom of the front page and other places, clicking which takes you back to previous posts. Edit 2: Ok, you guys have…

At least it’s not called “less”.

Re: New ‘past’ link on HN front page

#134
post #9

It would be cool to see links from previous days/months/years point to an archived version of the link (if possible). If you go back a substantial amount of time, you end up hitting a lot of broken links.

Could be a quick Greasemonkey/Tampermonkey script hack to grab the date from the URL and links to the nearest Wayback Machine version using https://archive.org/help/wayback_api.php

Re: New ‘past’ link on HN front page

#135
post #43
post #22

Only now I realized that I use https://hckrnews.com for so many years that I have come to think of it as the actual HN front page. It's hard to imagine something better.

Do you mean that we're not all typings news.ycombinator.com ? That's kind of tripping me out. And where is this new 'more' button?

I personally use http://hackerne.ws

Re: New ‘past’ link on HN front page

#136
post #129
post #127

Any plans to update the official Hacker News API? I’d love more features, such as ability to reply and upvote, but more importantly, the API currently requires using a really old version of Firebase SDK. The rest API is an alternative, but it doesn’t work well due to the design of the API needing a whole network call per post/comment.

We're going to replace it with a new API that just gives a JSON version of any HN URL. Will that work?

That would be incredible. Please give substantial warning before taking down the Firebase API though!

Re: New ‘past’ link on HN front page

#137
post #3

Not new; just the link at the top is new. The hard part was what to call it. Since the point is to give people more to read, 'more' seemed right. https://news.ycombinator.com/item?id=12073675 https://news.ycombinator.com/item?id=18512028 Edit: Oh, also: "more" fits with the "More" links you see at the bottom of the front page and other places, clicking which takes you back to previous posts. Edit 2: Ok, you guys have…

i would have picked today or maybe front.

more could be confused with the more link at the bottom and it doesn't really tell the whole story.

i discovered front by accident when the above announcement came up in a search, and i have been using it ever since to keep up with the top hits of the day. it actually helps me to read less and limit my time on hackernews.

Re: New ‘past’ link on HN front page

#139
I feel that the top navigation "more" link could be renamed into "popular by date" or "yesterday's popular". Those labels appear more accurate to me and better convey the functionality of the current top "more" link. Moreover having two links with the same name on the same page which behave differently seems misleading.

Re: New ‘past’ link on HN front page

#140
I'm curious how the algorithm works, as it doesn't seem to work as I'd expected.

My first thought was to go back and look at the day I launched my startup with at Show HN [1], which got over 700 points and was at #1 from roughly noon to 2 AM the next day (PT). Sure enough, this post shows up in the #2 slot on the day I posted it (Sept 5, 2013) [2], but it doesn't show up at all on the following day [3].

This is strange because it was at #1 at the beginning of this day (assuming that's midnight PT) and was on the front page for much of that day. Even when you go hundreds of entries down into the Sept 6 page, it doesn't show up.

Any idea how the algorithm works that it's generating these results?

1: https://news.ycombinator.com/item?id=6335784

2: https://news.ycombinator.com/front?day=2013-09-05

3: https://news.ycombinator.com/front?day=2013-09-06

Post reply on HN