Decided 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/
Hacker News API
171–180 of 315 posts
Re: Hacker News API
#172Decided 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/
Re: Hacker News API
#173Decided 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, but why not update the design a bit, while you're at it?
Re: Hacker News API
#174Re: Hacker News API
#175have a name ? I can't actually find anything useful on the 'net.
Re: Hacker News API
#176Does this encoding: ' have a name ? I can't actually find anything useful on the 'net.
Re: Hacker News API
#177How 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…
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
Example: https://github.com/minimaxir/hacker-news-download-all-storie...
Re: Hacker News API
#178It will be nice to write that directly via the API :)
Re: Hacker News API
#179Does this encoding: ' have a name ? I can't actually find anything useful on the 'net.
It's part of HTML. https://en.wikipedia.org/wiki/Character_encodings_in_HTML
I feel like I must be missing something... :/
Re: Hacker News API
#180I've been working on a Hacker News client for Windows Phone over the past several weeks and am very close to an initial release, so I feel somewhat ambivalent about this. On the one hand, of course it's great that HN is finally getting a proper API and also modernizing its markup (which is a mess even if you ignore all the tables – for example, the first paragraph in a comment usually isn't wrapped in tags), but on t…
http://www.windowsphone.com/en-us/store/app/hacker-news/a527...