FR version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
80% Positive
Analyzed from 1184 words in the discussion.
Trending Topics
#app#comment#next#root#apps#website#comments#hack#api#vibe

Discussion (54 Comments)Read Original on HackerNews
Personally I prefer HACK [1], which is probably the most extensive HN client for iOS. The amount of options for controlling the look of the app means you can influence the reading experience quite a bit, which isn't true for this new app.
My biggest complaint with HACK is search. Instead of a real UI, it uses its own kludgy search syntax to control what to filter. For example, "foo #stories" filters stories only.
[1] https://apps.apple.com/us/app/hack-for-hacker-news-yc-reader...
For example: "AI" or "startups" or "discoveries"
Would absolutely love it if the text could be made bigger (both for reading and commenting)!
By the way, this reply was posted using the HackerNows app itself :-)
[1] https://apps.apple.com/us/app/hack-for-hacker-news-yc-reader...
Native dynamic fonts works, but i will add an in app option to change font size
> The v0 API is essentially a dump of our in-memory data structures. We know, what works great locally in memory isn't so hot over the network.
When I played around with making a client, I found the best approach was to only load the first level of comments, and asynchronously fetch children inside DisclosureGroups on appear.
Then I realized the only reason I was making an HN app was so it didn’t blind me at night, and then I realized Lobsters has all the same stories as this place but lets me filter out vibe coding articles, and I just gave up.
At least, that's what claude would suggest doing.
congrats!
I settled on running NewsBlur on an OVH instance, it's open source and so are the apps. https://github.com/samuelclay/newsblur
On the desktop I use the default web interface, it runs and looks nice. A bit too many batteries included, but you can turn things off.
It's Django, so you can vibe code to your heart's delight. I did.
That's a two step process currently when you are just going through the comments you click "root" on any sub-root-comment and then "next" on the root comment. Next will always take you to the next sibling comment (called a sibling, because it's a tree data-structure basically and sibling comes from a family tree. In fact where I said sub-root-comment I could have said descendants or children.)
EDIT: I just realized that the first child of the root doesn't have the "root" button so you have to click "parent" on it and then "next".
Also on the iPad, the two column view is nice too
It doesn’t need one, but now the option is there.
https://hnpwa.com/
Unless you’re making the same type of comment on every post about yet another nonsensical and useless AI post around here, I don’t think you have much right to complain.
It’s a cool thing someone built. Let it be what it is.