this post was submitted on 10 Sep 2023
470 points (97.8% liked)

Asklemmy

43336 readers
952 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I've definitely turned into the paranoid nutcase within my friend group in recent years, I hate that everything is "smart" nowadays requiring an app/internet connection & account, just to do basic things that didn't require any of that before.

What's some things currently making you ramble like an old man?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 1 year ago

I agree with you. But with how fractured the software and hardware space has become. Building native is expensive and time consuming.

For example a web browser is compatible with x86 amd64 armv7 aarch64 on any OS from Windows, Linux, Mac OS, iPad/iOS, and Android.

Which means that if I make 1 web page, I can support all these platforms at once.

The customer doesn't care, they just want funny cat pics.

Building native requires both the hardware (especially if you need to build for the walled garden known as iOS), and frameworks. Where its just easier to recompile chrome, and bake in a Web Page, I.e. react native