this post was submitted on 23 Sep 2023
1915 points (98.8% liked)

Technology

57472 readers
4188 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I have recently started a new position and am required to use an app that has three Facebook trackers, one of them being a Facebook location tracker according to Exodus App Privacy in order to get your food when it would literally work perfectly fine ordering to a real cashier or shit even a website rather than having to download an app.

I have also read many stories of people that live in apartments that require them to use a mobile app for god damn LAUNDRY. All you need, is a card reader, and it will work perfectly fine like it has been for the longest time.

Privacy concerns aside, it is just annoying that you need this app and that app and this app and that app and it just clutters space on your phone. Security concerns too as now they have all of this additional info on you online, such as your phone number your email your real name, instead of just your credit card info like a card reader would have. And I am willing to guarantee that their security model is absolute horseshit because they have such a small team of engineers working on the app and the servers.

Literal enshitification

Magne

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 11 months ago (1 children)

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.

[–] [email protected] 3 points 11 months ago (1 children)

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.

[–] [email protected] 2 points 11 months ago

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.