frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What would happen if your company stopped using all AI tomorrow?

12•jc_811•1h ago•15 comments

Claude 20x usage is only for the 5 hour window, not for the weekly limit

7•vmg12•2h ago•0 comments

Native Apps Why?

5•dmvjs•4h ago•5 comments

Ask HN: Which self-hosted Docker UIs support rootless mode?

3•vsilent•4h ago•0 comments

Ask HN: Why is Founder Mode not working for Airbnb?

4•jorisboris•8h ago•2 comments

Ask HN: What do your job interviews look like? (August 2026)

20•Hixon10•13h ago•6 comments

Ask HN: What is the next Burning Man in NA?

3•johnnyApplePRNG•6h ago•1 comments

Ask HN: What to do when a vendor doesn't respond to security issues?

3•cudder•7h ago•2 comments

Ask HN: Are Prompt Injections "Malware"?

2•razorbeamz•7h ago•8 comments

Ask HN: Is Rust is a real niche programming language?

3•juntz•8h ago•2 comments

Ask HN: What are your biggest problems and fixes with multisession engineering?

5•top_rooster•18h ago•2 comments

Which AI Do You Think Will Have the Greatest Impact on the World?

4•SudilaDasun•13h ago•3 comments

You Are the Harness

4•learningstud•13h ago•0 comments

Tell HN: PayPal blocks GrapheneOS

512•leumon•4d ago•325 comments

Why do I lose my passion and want to do nothing?

90•hanstyle•13h ago•79 comments

Is a One Person Company (OPC) just another type of Uber driver?

5•Bobby_Liu•21h ago•9 comments

Ask HN: AI for Home Lab Infra?

2•voakbasda•21h ago•2 comments

Ask HN: Do you run A/B Tests?

5•hackeryogi•1d ago•3 comments

Ask HN: What's a Good Physical Printer?

10•xrd•3d ago•12 comments

Ask HN: Hugging Face is out. Who is hosting open models?

23•FireUpTheTorren•4d ago•17 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

80•kaladan•1w ago•105 comments

You've reached the end!

Open in hackernews

Native Apps Why?

5•dmvjs•4h ago
most popular apps are a list of text, images, video, why would a user need a native app? even recorded video can be handled well for free. the answer ideally should be more substantive than “app icon”.

Comments

Jeremy1026•3h ago
For users, ease of use.

For companies, ease of additional tracking.

It really isn't some _deep_ thing. Users like to be able to quickly access the content they want to consume. Companies want data. Apps fulfill both of these requirements.

linggen•2h ago
For most apps, cross platform like Flutter or RN is the best choice. For apps highly bind on the hardware, or need better performance, usually native is better. But for vibe coding or harness coding today, if workload is not the problem, native is usually a better choice, it allows you do different thing on different platform.
farseer•2h ago
Native apps are not needed unless you want want performance and need to extract all the juice your hardware offers. Only AAA video games come to mind.
deudomperidone•2h ago
Performance.
deudomperidone•2h ago
sometimes it comes with the tradeoff for looks, but with libs like qt, you can make something ugly & fast, or attractive & fast

most apps nowadays are some like electron react vite vue whatever slop

if ur making an app pls no web app thank u