Show HN: HackerNewt – Breadth-first exploring HN client for iOS (apps.apple.com)
I made a HN client that allows you to explore comments in a breadth-first manner. Compared to the classic depth-first approach, it works much better for the larger threads - you don't lose the context and can easily skip discussions you're not interested in.
Video preview: https://imgur.com/a/tzBdpXw
17 comments
[ 5.3 ms ] story [ 32.8 ms ] threadI found a bug on first launch. Every item was duplicated in the list. A refresh fixed it.
Anyway, thanks for building this, it's very nicely done and useful.
We're very fortunate that so many hackers are intrinsically motivated to make excellent (even free) apps for this purpose, since we like hanging out here!
Though for the width issue there is a simpler solution for most of the cases (except for very deep trees) - just make the margin smaller.
In the product video there are two relatively big margins - left of the comment box and left of text within the box. But this is pure waste, you don't need so much whitespace to signal text hierarchy.
I built a similar app with search functionality and bookmarking some time back
https://apps.apple.com/us/app/h-for-hacker-news/id6744145932
This was primarily built as a way to learn building apps. I went for a style similar to the website and tapping the comment closes the parent comment.
Currently using https://isit.mooo.com for daily usage and http://hnapp.com for advanced search.