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
  • 1.94K Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle


  • A lot of restaurants add on an extra fee if you pay by card

    In the US, this is pretty recent… It’s only been allowed since last year. Previously, MasterCard and Visa’s merchant agreements both said that merchants must not charge a fee for paying by card, and the store could have their MC/Visa agreement terminated if they were caught charging fees. Some stores got around this by offering a cash discount rather than charging a fee for cards. There was a big lawsuit and the rules got changed as a result.

    In Australia, there’s a lot of rules around card fees/surcharges. I linked to an article in my previous comment. The business can’t charge more than it costs them to process card payments, and they’re only allowed to list it as a separate fee if they have a fee-free way of paying (like with cash). If they only take card, they need to include the card fee in the advertised prices.
















  • don’t use their DNS

    As long as you use encrypted DNS, like DoH (DNS over HTTPS). Regular DNS is unencrypted, so the ISP can trivially collect data even if you use a custom recursive server (either your own or a public one like Cloudflare, Quad9, etc).

    Running a recursor on a VPS then querying it using DoH seems like a reasonable approach to me. I’ve got an AdGuard Home server on my home network that uses DoH for all upstream DNS queries, but I’m currently just using Quad9 rather than my own recursor.