10 comments

  • cadamsdotcom8 minutes ago
    Looks great!<p>It seems you’re nervous about <i>getting permission</i> to show what you made to the world from Apple.<p>May I suggest you encourage people who want to use the app to get their own subscription and build and install it themselves, or consider AltStore&#x2F;SideStore. Or go via TestFlight with your own monetization built in.<p>No one should need permission to ship from a trillion dollar company.
  • newdee3 hours ago
    Looks great, do you plan on publishing to the AppStore?
    • sylwester3 hours ago
      If it is possible and Apple accepts the app.
  • gavinmckenzie4 hours ago
    Well done. As a colour blind person (and iOS developer) I am thrilled anytime an app doesn’t rely on colour cues alone. I’ve used Hack and Octal but I am going to give your app a try.
  • ofcrpls2 hours ago
    I&#x27;ve been using Octal on iOS and <a href="https:&#x2F;&#x2F;github.com&#x2F;IronsideXXVI&#x2F;Hacker-News" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;IronsideXXVI&#x2F;Hacker-News</a> on Mac that was showcased here 4 months ago.<p>Got to give you kudos for the Accessibility enablement though - while some of it is baked-in support, it’s worth appreciating your work in whittling down whatever else can be supported.<p>Here is a comparison for the two on Mac, if you&#x27;re interested. <a href="https:&#x2F;&#x2F;gq6o9uxicyzuw8es6qxe78bnml9wc3re.pastehtml.dev&#x2F;#core" rel="nofollow">https:&#x2F;&#x2F;gq6o9uxicyzuw8es6qxe78bnml9wc3re.pastehtml.dev&#x2F;#core</a>
  • shelled2 hours ago
    HN is quite nice inside a desktop browser, but mobile browsers are a different story altogether. But even there, it fares slightly better than old.reddit.com. So looks like I should dust off that xcode.
    • Cider99861 hour ago
      I disagree it works great in Vanadium.
  • charrondev3 hours ago
    I love to see an open source implementation.<p>I’ve been using [Octal](<a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;octal-for-hacker-news&#x2F;id1308885491">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;octal-for-hacker-news&#x2F;id130888...</a>) for a while now but it’s not open source.<p>Would you be opposed to a pull request adding login&#x2F;posting support? I think the way it works in Octal is webview for login, snatching the cookies out of the webview, then using the same posting endpoints as the website with the cookie.
  • kamyarg1 hour ago
    Could not find the appstore link, is it published there?
  • roger_3 hours ago
    Any chance of HN getting angry about this, à la Reddit?
    • rkagerer2 hours ago
      Ok. I don&#x27;t need or want this.<p>Doesn&#x27;t mean others can&#x27;t find it useful. e.g. I bet some portion of users would appreciate Dark mode without resorting to CSS tweaks. <i>&#x2F;rant</i>
      • altairprime30 minutes ago
        (Perhaps they meant as in Is This At Risk of the Apollo Apocalypse rather than as in behaving more like Reddit?)
  • _dharmik_2 hours ago
    Are you planning to release Android version as well ?
  • sylwester4 hours ago
    I read HN on my phone every day and never really settled on a reader, so I wrote my own and finally tidied it up enough to put out there.<p>It&#x27;s plain SwiftUI with no third-party dependencies. A few things I spent the most time on:<p>Comments are parsed and drawn as native text instead of being dumped into a web view. Links, italics, quotes and code blocks behave like the rest of the OS, text selection works, and threads collapse instantly. The whole comment tree comes back from the Algolia API in a single request, which felt a lot nicer than walking the Firebase API node by node.<p>Accessibility. Nothing depends on color on its own, so points, read state and selection all carry a shape or an icon too. VoiceOver reads each story as one coherent element with proper actions, Dynamic Type and Reduce Motion are respected, and there&#x27;s a color-blind mode. The first-run setup actually looks at your device&#x27;s accessibility settings, switches on the matching options, and tells you what it changed instead of making you hunt for them.<p>Then the usual things you&#x27;d expect: Top&#x2F;New&#x2F;Best&#x2F;Ask&#x2F;Show&#x2F;Jobs, search, saved stories, read tracking, an in-app reader, light and dark, and a handful of accent colors.<p>It only talks to the public HN APIs, there&#x27;s no account and nothing is tracked. Source and screenshots are in the repo.<p>I&#x27;d most like feedback on the comment rendering and the accessibility choices, since those were the parts I cared about getting right. Happy to answer anything about how it&#x27;s put together.
    • lemming29 minutes ago
      One thing that would be useful in the readme is instructions on how to install the built app on a phone, for those of us who don’t do iOS development.
    • ios-contractor3 hours ago
      Looks great. Does it support pinch zoom like webpage hn does
    • Tiberium3 hours ago
      Thanks for the app. Wanted to remind you of the HN guidelines though: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a><p>&gt; Don&#x27;t post generated text or AI-edited text. HN is for conversation between humans.