Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jflinter/jfhn
A better Hacker News reader.
https://github.com/jflinter/jfhn
Last synced: 21 days ago
JSON representation
A better Hacker News reader.
- Host: GitHub
- URL: https://github.com/jflinter/jfhn
- Owner: jflinter
- Created: 2014-04-09T21:15:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T21:26:20.000Z (over 10 years ago)
- Last Synced: 2024-10-16T08:55:49.725Z (2 months ago)
- Language: Objective-C
- Size: 4.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JFHN
====A better Hacker News reader.
---
JFHN is meant to be a minimal client for Hacker News that focuses on getting out of your way.
Cool things it can do:
- Parse HN pages client-side using Hpple to keep things fast
- Swipe stories to the right to hide them and mark them as uninteresting
- Over time JFHN learns about what you think is interesting and uninteresting and shows this score in the lower right of each story. To do this it uses a naive Bayesian classifier (see jflinter/BayesianKit).Note that it is still a work-in-progress. Notable things on the to-do list before I ship it:
- Figure out if the interesting/uninteresting classifier is valuable enough to include
- Fix tons of small UI bugs (mostly around the comment UI)
- Better error handling on the rare occasions HN changes its markup (right now generally the app just crashes).
- Better navigation controller management around stories/comments