Hacker News API
241–250 of 315 posts
Re: Hacker News API
#242Re: Hacker News API
#243Finally, an AlienBlue caliber app for HN is now possible. Soon.
Re: Hacker News API
#244Oh man you guys, patio11 has generated massive amounts of content: https://hacker-news.firebaseio.com/v0/user/patio11.json?prin... I count 8,483 submissions. I'm sure there's something interesting to be done with all of this data. A word frequency chart? --- Edit: So apparently there's a ruby gem that lets you feed it a body of text and generates pseudo-random phrases based on that text. I present to you the patio11…
Re: Hacker News API
#245Decided to recreate the Hacker News homepage using Ember and the new API. I was really pleased with how easy it was! https://realtimehackernews.firebaseapp.com/
Very cool. Would be neat if changes were more pronounced when they happen. Will the posts change order in this demo if they change on the homepage?
Re: Hacker News API
#246Re: Hacker News API
#247Earlier quoted context omitted.
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...
I don't know Python, so I'm not sure what your source code is doing. At a guess, you've hacked together some sort of repeated queries thing with a time-window?
Repeat.
Re: Hacker News API
#248Earlier 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
#249For example, a site where HN members can upvote and rate different development tools, libraries, IDEs, management tools, etc. All with backlinks to HN discussions. It's a great community and there are many ways we could share knowledge and experience.