Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]

  • 5 Posts
  • 1.61K Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle













  • dan@upvote.autoAsklemmy@lemmy.mlWhy NFC on phones?
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    19 days ago

    Australia has been using tap to pay for around 15 years now, whereas QR codes weren’t in widespread use in the country until COVID. There’s no reason to switch from NFC to QR given practically every bank’s app natively supports NFC payments now (no need to use a third-party wallet if you don’t want to)

    The US is a different story… It took a looooong time for NFC payments to be adopted. I’m an Aussie living in the USA, and some of the US banks I use didn’t support contactless payments until a few years ago!


  • dan@upvote.autoAsklemmy@lemmy.mlWhy NFC on phones?
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    19 days ago

    My car uses UWB (BMW Digital Key Plus) to automatically unlock when I’m walking towards it, once I’m pretty close. Maybe 1 meter (3 feet) from the car, in any direction. It has NFC as a fallback too - if the UWB thing fails for some reason, I can tap the phone to the door to unlock it too.




  • dan@upvote.autoSelfhosted@lemmy.worldHelp setting up new server
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    25 days ago

    Unraid is pretty beginner-friendly, so it’s what I’d recommend too.

    I use it too. I have over 20 years experience running Debian servers and can write a docker-compose.yml file and Nginx config from scratch, but sometimes it’s nice to have a decent web UI that mostly “just works”.


  • Copying my comment from the homelab community:

    I haven’t tried it yet, but here’s some initial thoughts:

    Does it support multiple separate docker-compose.yml files? It would be useful if it could pull the list of containers directly from Docker rather than having to paste the docker-compose.

    Does it pull changelogs so that the user can tell if a change is a breaking change that’ll require extra work?

    It would be useful to support Webauthn/FIDO2 2FA instead of just TOTP. TOTP is being slowly phased out due to its weaknesses (it’s phishable). Similarly, it’d be useful to support single sign on using OIDC (OpenID Connect) as a lot of self-hosters use Authentik, Authelia, or Keycloak to have one login for all their self hosted services.