This is quite cool, but I'm wondering why we need to re-invent the wheel for all those threaded discussion platforms. The OG is definitely email. What would really rock would be an IMAP gateway which you subscribe to with your favorite email client which then gives you threading, read/unread markers etc. It could abstract different front-page days as folders and each submission as the root of a thread. Then you could…
Show HN: I made an iOS HN app to navigate large threads without getting lost
41–50 of 96 posts
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#42Overall, nice. But it immediately hits a pet peeve of mine: requiring an in-app purchase to enable native features built into my device’s OS. In this case, $6 US for dark mode.
I don’t see the problem. The app is basically a generous demo lacking only creature comforts until you pay. That’s better than every other pay scheme I can think of since you have the option to do without.
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#43Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#44Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#45Overall, nice. But it immediately hits a pet peeve of mine: requiring an in-app purchase to enable native features built into my device’s OS. In this case, $6 US for dark mode.
Agree. Apps using AppKit support dark mode by default, with zero input from the developer. This isn't even a matter of preference, but basic accessibility. If the author really wishes to put this feature behind a purchase, "follow system settings" should be the free default.
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#46One feature request please: add an option to open links immediately in Safari (which has my preferred web extensions installed).
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#47Overall, nice. But it immediately hits a pet peeve of mine: requiring an in-app purchase to enable native features built into my device’s OS. In this case, $6 US for dark mode.
I get annoyed by these things too based on some sort of perceived cost/value of the feature being available and implemented, but paygated. Id rather just have a “donate $6 to help dev” in app purchase as it seems more authentic. However, maybe there are really people who think dark mode is worth $6. Kids raised on Roblox seem to have no ethical issue with paying $5 for a digital hat that is just flipping a bit.
The bit is flipped at runtime or compile time. In the old days you'd pay for an upgrade and get a new binary with the feature compiled in. Nowadays the feature is compiled in and gated at runtime. In the end it's the same.
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#48This is quite cool, but I'm wondering why we need to re-invent the wheel for all those threaded discussion platforms. The OG is definitely email. What would really rock would be an IMAP gateway which you subscribe to with your favorite email client which then gives you threading, read/unread markers etc. It could abstract different front-page days as folders and each submission as the root of a thread. Then you could…
Email has terrible thread navigation and I consider old.reddit.com with reddit enhancement suite the best in class.
This doesn't make sense. Email is a protocol, not a UI. It would be fairly easy to make a UI that displays email like Reddit threads (the hardest part is probably stripping quoted replies). Thunderbird can display the discussion tree, but doesn't inline the message content. GMail inlines message content but linearizes the thread. I am not aware of any clients that inline the discussion content in a tree view.
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#49My main challenge with navigating large threads is seeing what's new when I return to them. If there was a view that helped with that, I'd be sold
Re: Show HN: I made an iOS HN app to navigate large threads without getting lost
#50This is quite cool, but I'm wondering why we need to re-invent the wheel for all those threaded discussion platforms. The OG is definitely email. What would really rock would be an IMAP gateway which you subscribe to with your favorite email client which then gives you threading, read/unread markers etc. It could abstract different front-page days as folders and each submission as the root of a thread. Then you could…
Email has terrible thread navigation and I consider old.reddit.com with reddit enhancement suite the best in class.