frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: HackerNows – Native iOS HN Client

https://hackernows.app/
21•maguszin•2h ago

Comments

JSR_FDED•2h ago
This is the first HN app that immediately clicks for me.

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 :-)

maguszin•2h ago
Thanks, i will work on that.

Native dynamic fonts works, but i will add an in app option to change font size

atombender•38m ago
You might like HACK [1], then. It has a large set of options (maybe too many!) to change fonts, styles, colors, and spacing. It's probably the most extensive HN client for iOS.

[1] https://apps.apple.com/us/app/hack-for-hacker-news-yc-reader...

murats•1h ago
I really like this. It feels clean enough that I might make it my main HN app.
christofori•1h ago
Nice job, bro! Keep it up!
ngsevers•1h ago
Any plans for android?
maguszin•1h ago
Maybe in the future, im working on a macOS version atm and since the app rely heavily on iCloud it makes it difficult to support Android
vforno•1h ago
I'm trying it, really interesting!
maguszin•1h ago
If some users start seen `HNNetwork.NetworkError error 0`, this could be related to HN rate limit, i will add a friendly message for this error on the next version
tulio_ribeiro•58m ago
I don’t think the Firebase HN API has rate limits. By the way, how many concurrent requests are you doing?
maguszin•22m ago
Im using Firebase API, Algolia and HN Site HN Site request are never concurrent and i only use it when i cannot use Firebase and Algolia
nicce•51m ago
Is there some caching currently? And how login is handled? Are credentials routed through your own infrastructure?
maguszin•25m ago
Everything is persisted on device using GRDB Credentials are stored on device keychain Nothing leaves the app, its all Firebase, HNSite and iCloud to store custom groups I dont have any infra supporting the app
wesleynepo•1h ago
Muito foda, obrigado meu bom!
functionmouse•1h ago
why does this website need an app?
forlorn•1h ago
Why does any?
_thisdot•1h ago
I have been using an app on my phone (HACK) for a while. The content is way more readable with the app. And the interactions (voting and replying) are much more native. Navigating the comments (collapsing and expanding) are way easier

Also on the iPad, the two column view is nice too

nicce•1h ago
If it is not the data collection, then it is always the UX. Seems to be UX on this case. But highly opinionated, some people like the old feel here.
jazzypants•1h ago
Do you read it on your phone? This website's (lack of a) mobile design makes it really hard to read. If I don't use my mobile app of choice (Harmonic), I have to zoom in really close and scroll all over the place. It's really annoying. The font is way too small, and it's hard-coded.
midasz•48m ago
This looks fine to me? In long threads it gets a bit hard to follow, only thing I'm missing is a jump to next root comment. https://i.imgur.com/8e1Syyf.jpeg
ngalaiko•1h ago
great app, neat and native, but unfortunately the website still loads faster, which beats the whole purpose to me
alentodorov•1h ago
+1. downloaded it to see if it’s faster, but comment section takes around 5-7 seconds to load. other than that, gj—-nice ux, polished, icon..
wwalexander•52m ago
Not really fixable, unfortunately. The API requires an network call for each comment:

> 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.

trains39472•22m ago
You can fetch the HTML (1 request), parse that, extract the comments, render the above the fold content, then use the API and blend the rest of the comments for the rest of the comments. You can also use the algolia api to grab comment data but the order doesn't match the website.

At least, that's what claude would suggest doing.

fallenchromium•1h ago
Hey! Why a new app though? It's always interesting to understand the motives and the preferences of a person creating something new. I've skimmed through your website but you haven't highlighted what you missed in existing apps or what was your pain point
maguszin•21m ago
For this one i would say Custom Groups and iCloud sync All other features are pretty similar to other HN clients
artur_makly•1h ago
Feature Request: allow me to see only posts by categories I want to create and filter by.

For example: "AI" or "startups" or "discoveries"

artur_makly•58m ago
Feature Request #2 Allow me to re-edit my comment after posting.
rvz•48m ago
I predict that building an iOS app for HN will be so common, that it will become a standard AI benchmark.
fragmede•44m ago
Pretty cool. Any way to change the fonts?
tulio_ribeiro•42m ago
HN clients are one of the most popular projects. I’m gonna agree with some of the other comment: this is nothing new.

https://hnpwa.com/

Glandalf•42m ago
Is it vibe coded? Sorry I ask this about ALL software now.
ramon156•35m ago
The website is, no idea about the app, though.
maguszin•18m ago
Yes, the site is vibe coded
wmichelin•34m ago
Honestly? Why does it matter? This isn’t going away so we can all focus our energy on helping this workflow improve, or just ignoring it.
mlacks•33m ago
Why would that be relevant?
Diti•29m ago
Because support for the app stops the moment the Claude Code subscription ends. No-one enjoys unmaintained apps.
fragmede•28m ago
Then use OpenAI Codex?
atombender•34m ago
Always interesting to see new HN apps, and this one seems OK.

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...

johnsonjo•42m ago
> only thing I'm missing is a jump to next root comment

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".

iwjcjwjcjjwf•52m ago
Strange question to ask on a forum where people seem intent on showing their new “I used AI to build something completely useless that will be forgotten in a matter of minutes” and the vast majority of people think it’s the next coming of Jesus.

It doesn’t need one, but now the option is there.

woadwarrior01•46m ago
To "delve into comments" (quoting from the app's website).
fragmede•43m ago
it's a perfectly cromulent word!
maguszin•30m ago
No, the app is not vibe coded, all things, good and bad are 100% human made :D

Asahi Linux 7.1 Progress Report

https://asahilinux.org/2026/06/progress-report-7-1/
303•pantalaimon•3h ago•73 comments

Why I Stopped Arguing with People

https://wangcong.org/2026-06-30-why-i-stopped-arguing-with-people.html
18•backlit4034•9m ago•1 comments

Single Dose of Frog-Derived Gut Bacterium Eradicates 100% of Tumors in Mice

https://www.thefocalpoints.com/p/new-study-frog-derived-gut-bacterium
184•mpweiher•4h ago•101 comments

Claude Code is steganographically marking requests

https://thereallo.dev/blog/claude-code-prompt-steganography
2238•kirushik•21h ago•650 comments

Newly discovered spider builds spring loaded snare to catch ants

https://phys.org/news/2026-06-newly-australian-ballista-spider-snare.html
140•chimpanzee•2d ago•28 comments

Nintendo has raised its employees base salary by 10%

https://mynintendonews.com/2026/06/26/nintendo-has-raised-its-employees-base-salary-by-10/
119•_tk_•2h ago•31 comments

Manufact (YC S25) Is Hiring a Developer Advocate in SF

https://www.ycombinator.com/companies/manufact/jobs/4cyWd6S-developer-advocate-partnerships-devrel
1•luigipederzani•16m ago

The Internet I Grew Up with Doesn't Exist Anymore

https://cleberg.net/blog/internet.html
134•felixdoerp•3h ago•109 comments

Obfuscation: Building the final boss of cryptography (Part I)

https://vitalik.eth.limo/general/2026/06/29/obfuscation1.html
33•fbrusch•1d ago•0 comments

Claude Sonnet 5

https://www.anthropic.com/news/claude-sonnet-5
1177•marinesebastian•19h ago•717 comments

Godot will no longer accept AI-authored code contributions

https://www.pcgamer.com/gaming-industry/open-source-game-engine-godot-will-no-longer-accept-ai-au...
373•pjmlp•5h ago•230 comments

A deep dive into SmallVector:push_back

https://maskray.me/blog/2026-06-27-a-deep-dive-into-smallvector-push-back
16•mariuz•1d ago•2 comments

ArXiv's Next Chapter

https://blog.arxiv.org/2026/06/30/arxivs-next-chapter/
183•subset•10h ago•54 comments

Swedish court says Google is to pay $1.5B to Klarna in antitrust damages

https://www.reuters.com/business/swedish-court-says-google-is-pay-15-billion-klarna-antitrust-dam...
70•giuliomagnifico•2h ago•34 comments

Google copybara: moving code between repositories

https://github.com/google/copybara
247•reconnecting•13h ago•45 comments

Physical disc production ending in Jan 2028 for new games on PlayStation

https://blog.playstation.com/2026/07/01/physical-disc-production-ending-in-january-2028-for-new-g...
73•Tiberium•1h ago•50 comments

Sony will no longer produce discs for PlayStation games starting in January 2028

https://www.eurogamer.net/sony-ending-playstation-discs-physical-media-january-2028
27•Wju•55m ago•17 comments

Claude Science

https://claude.com/product/claude-science
518•lebovic•20h ago•150 comments

Nano Banana 2 Lite

https://deepmind.google/models/gemini-image/flash-lite/
405•minimaxir•20h ago•166 comments

Leanstral 1.5

https://docs.mistral.ai/models/model-cards/leanstral-1-5-26-06
266•vetronauta•16h ago•108 comments

Matrix Orthogonalization Improves Memory in Recurrent Models

https://ayushtambde.com/blog/matrix-orthogonalization-improves-memory-in-recurrent-models/
62•at2005•8h ago•10 comments

How does a pull-back car work? Illustrated teardown

https://mechanical-pencil.com/products/car
234•Muhammad523•2d ago•38 comments

Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5

https://twitter.com/AnthropicAI/status/2072106151890809341
786•Pragmata•13h ago•491 comments

Compiler-Assisted Floating-Point Error Analysis and Profiling with FPChecker

https://fpanalysistools.org/ISC26/
3•matt_d•1d ago•0 comments

CERN bids farewell to the LHC and enters Long Shutdown 3

https://home.cern/cern-bids-farewell-to-the-lhc-and-enters-long-shutdown-3/
280•HelloUsername•1d ago•90 comments

Pine64 launch $50 smart speaker for Home Assistant tinkerers

https://www.omgubuntu.co.uk/2026/06/pine64-pinevoice-riscv-smart-speaker-launch
83•edward•3h ago•29 comments

Register Korea's First PC 'SE-8001' as a National Important Material

https://www.dongascience.com/en/news/30374
13•mushstory•5h ago•6 comments

I ported Kubernetes to the browser

https://ngrok.com/blog/i-ported-kubernetes-to-the-browser
308•peterdemin•16h ago•90 comments

Forestiere Underground Gardens

https://en.wikipedia.org/wiki/Forestiere_Underground_Gardens
83•onemoresoop•12h ago•18 comments

Building a custom octocopter from scratch with no prior hardware experience

https://karolina.mgdubiel.com/drone/
391•noleary•3d ago•81 comments