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

  • 0 Posts
  • 408 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
    10
    arrow-down
    1
    ·
    edit-2
    3 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
    3 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.


  • Usenet. Plenty of music in lossless (FLAC) format. Use NZBGeek and DrunkenSlug as indexers. Sabnzbd to download. Lidarr and Prowlarr to automate everything. Add an artist, click to download an album, and it’ll search for the album, download the NZB file, send it to Sabnzbd to download, then tag and organize the files once it’s done downloading.

    For music I’d just get a block account: https://www.reddit.com/r/usenet/wiki/providerdeals/. Essentially, you pay for some amount of data (can usually get 1TB for US$5-15), and they usually don’t have an expiry date, so it could last you for years. Some providers have monthly plans with unlimited data, but a block account will end up way cheaper if you just want music.

    For rarer music, Soulseek is very good. It’s a peer-to-peer service from the KaZaA and Napster era, but somehow it’s survived until now. Since it’s peer to peer, downloads are quite a bit slower (you’re relying on the upload speed of individual users - each download comes from only one user) but it’s a great community.




  • dan@upvote.autoSelfhosted@lemmy.worldHelp setting up new server
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    8 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.