What's the Arc rendering engine? Google didn't help
Hacker News API
11–20 of 315 posts
Re: Hacker News API
#12The GitHub repo is inaccessible because it is private.
Oops. Thanks for letting me know!
Re: Hacker News API
#13There's a bunch of css pages that come out for hacker news, but I couldn't find anything that aggregates them. This will be alot easier to extend and customize the site.
I'm not seeing any api's for the jobs or show sections though? Hopefully this might come in the future?
Re: Hacker News API
#14I know you can't not iterate because people are scraping, but it does stink. At least this will make everything more future-proof going forward.
However, it may be nice to give a bit more heads up than 3 weeks. I know a lot of apps can take ~2 weeks to get through the review process for iOS.
Re: Hacker News API
#15Yay! I've been wanting something like this to come out. I've been playing around with some new tech stacks and built a css replacer of hacker news, but always wanted an actual api to make it easier. http://jmaat.me/hn There's a bunch of css pages that come out for hacker news, but I couldn't find anything that aggregates them. This will be alot easier to extend and customize the site. I'm not seeing any api's for the…
Re: Hacker News API
#16One question: why the choice of returning everything as an ID, on mobile, this will require a lot of very small network requests.
Re: Hacker News API
#17Earlier quoted context omitted.
Oops. Thanks for letting me know!
The issue tracker on https://github.com/HackerNews/API appears to be disabled, though the summary says "Documentation, Samples, and Issue Tracking for the Official HN API."
Examples are coming soon, but we didn't want to make people wait.
Re: Hacker News API
#18Yay! I've been wanting something like this to come out. I've been playing around with some new tech stacks and built a css replacer of hacker news, but always wanted an actual api to make it easier. http://jmaat.me/hn There's a bunch of css pages that come out for hacker news, but I couldn't find anything that aggregates them. This will be alot easier to extend and customize the site. I'm not seeing any api's for the…
Why do you need an API to replace only CSS? You can do that with an extension like Stylish/Greasemonkey.
Re: Hacker News API
#19It will be interesting to see if it has an impact on site traffic, how much of that traffic is scrapers today?
Re: Hacker News API
#20EDIT: Also, the "about" value in the users api appears to be truncated. Compare...
https://hacker-news.firebaseio.com/v0/user/angersock#
...with...
https://news.ycombinator.com/user?id=angersock
EDIT2: Note that the JSON is correct, but the preview in the firebase API seems to be broken.
EDIT3: No issue tracker on the Github? Laaaame.