This is bigger news. No more tables!
Hacker News API
221–230 of 315 posts
Re: Hacker News API
#222Earlier quoted context omitted.
I'm also curious whether it removes some of the limitations of the Algolia version; I wanted to download my content for some statistical analysis (notes at http://www.gwern.net/HN ) but I discovered that it seems there's some hard limits to how much of my data I can reach: https://github.com/algolia/hn-search/pull/36
There's a cheat to work around that limit: use the created_at_i parameter. Example: https://github.com/minimaxir/hacker-news-download-all-storie...
Re: Hacker News API
#223Re: Hacker News API
#224Re: Hacker News API
#225This... is cool, but also kinda sucks for me. I've invested dozens of hours into writing an extremely complicated scraper for my Android version of HN. https://play.google.com/store/apps/details?id=com.airlocksof... The newest version (still under development, probably a month or two from release) adds support for displaying polls, linking to subthreads, and full write support (voting, commenting, submitting, etc). I…
Re: Hacker News API
#226How does this differ from the Algolia HN API in terms of data access? ( https://hn.algolia.com/api ) I was able to download all HN data recently with ease using that endpoint. Authentication? EDIT: After looking at the documentation there are two new aspects of the Firebase API not in the Algolia API: 1) Ability to see deleted/dead stories. 2) Endpoint for user data. Question to kogir/dang: Has the "delay" field (Del…
Re: Hacker News API
#227Re: Hacker News API
#228Earlier quoted context omitted.
It would be interesting to redo the top karma list by comment karma only. It would also be interesting to look at liberal vs conservative political sentiment over time. I feel like the site has gotten more liberal over the years, especially after all the Chelsea Manning stuff, but not sure if that is accurate.
I actually have the list of top users by comment karma: https://docs.google.com/spreadsheets/d/1Ws2VK-UB7IQpVUZgPZ9M... I also included the number of thread wins (user made comment with highest number of points in a given submission thread) to see if there was any unusual relationship. There wasn't: correlation is 0.89. I ended up not including it in the article because it's long enough as-is. :P
Re: Hacker News API
#229Glad to see that HN will still be written in a lisp after these major upgrades.
Re: Hacker News API
#230If up/down vote data were included in the API, much needed experimentation on collaborative filtering would be made possible! This is Hacker News after all. Right now one team, Ycombinator, is trying to fix important issues in the ranking and moderation of posts and comments. Many of us are frustrated by the increasing domination of popularity (and hatred) over quality and relevance. A lot of good submissions and com…