Live data from Hacker News

Show HN: HackerNews but for research papers

papertalk.xyz

71–80 of 209 posts

Re: Show HN: HackerNews but for research papers

#79

Did you consider just running a Lemmy instance with perhaps different time decay parameters?

Can you explain? Don't know what a Lemmy instance is. I did think about using time decay to give a more HN-like experience but haven't gotten around to implementing it yet.

Re: Show HN: HackerNews but for research papers

#80
I like the idea! A few things I noted: 1) despite the paged UI, the API call /rest/v1/arxiv_papers?select=*&order=published.desc is downloading all 708 articles. You will find the UI more snappy if you do server-side paging. b) most of the javascript is cached, but not all of it, e.g., page-script.js
Post reply on HN