this post was submitted on 10 Aug 2023
325 points (88.2% liked)

Unpopular Opinion

6186 readers
226 users here now

Welcome to the Unpopular Opinion community!


How voting works:

Vote the opposite of the norm.


If you agree that the opinion is unpopular give it an arrow up. If it's something that's widely accepted, give it an arrow down.



Guidelines:

Tag your post, if possible (not required)


  • If your post is a "General" unpopular opinion, start the subject with [GENERAL].
  • If it is a Lemmy-specific unpopular opinion, start it with [LEMMY].


Rules:

1. NO POLITICS


Politics is everywhere. Let's make this about [general] and [lemmy] - specific topics, and keep politics out of it.


2. Be civil.


Disagreements happen, but that doesn’t provide the right to personally attack others. No racism/sexism/bigotry.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Shitposts and memes are allowed but...


Only until they prove to be a problem. They can and will be removed at moderator discretion.


5. No trolling.


This shouldn't need an explanation. If your post or comment is made just to get a rise with no real value, it will be removed. You do this too often, you will get a vacation to touch grass, away from this community for 1 or more days. Repeat offenses will result in a perma-ban.



Instance-wide rules always apply. https://legal.lemmy.world/tos/

founded 1 year ago
MODERATORS
 

I have an app for programming my chicken coop. My 401k company just created an app for onboarding new participants.

These should have been mobile friendly webpages.

you are viewing a single comment's thread
view the rest of the comments
[–] anothercatgirl@lemmy.blahaj.zone 3 points 1 year ago (2 children)

The chicken coop controller needs access to use whatever drivers (Bluetooth?) to connect. On the other hand, they could have used Wi-Fi instead. The financial app, however, definitely should be a website. However, apps are a way to increase the longevity of the login token because apps on a non-rooted phone supposedly cannot leak the login token and can be trusted to keep it safe on the device.

[–] lumberjacked@lemmy.world 3 points 1 year ago (1 children)

It’s actually flashing the screen to a photo sensor

oh wow, that's intricate but it probably works more reliably than something like a usb cable. Native apps probably have more control over framerate compared to webapps.

[–] KonekoSalem@lemmynsfw.com 2 points 1 year ago* (last edited 1 year ago)

Bluetooth for example does work in web browsers though, and so does USB. There's web sockets and webrtc for communication. I can't think of a reasonable connection method that's inaccessible, but maybe I'm forgetting one.

I'd rather choose the password manager I trust that can safely store my credentials and auto-fill, than being forced to use a specific banking app with unknown security features.