this post was submitted on 23 Sep 2023
1929 points (98.8% liked)
Technology
59312 readers
4528 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To be fair, there are frameworks like Flutter nowadays that let you build your app once in one language and it will build/compile an iOS, Android, and web app for you.
True, I am all for Flutter and Tauri. However websites are better for sevices since it is not likely the company will release a fully open source app or APIs for developers to build apps for the service. There are many web clients out there that are open source and allow for a good private web experience.
And even if a company does release a FOSS app, it is hard to get the company to release the app on alternative app stores like F-Droid.
Also I do not want a million apps on my phone taking up space, that could be running in the background and harvesting my data. Websites or PWA are like one-time apps you load in the browser, use and the close to discard, especially when you use your browser private mode.
Oh yeah, I definitely agree. Just pointing out it’s nowhere near as difficult/complicated to build or maintain apps for multiple platforms like it used to be.