• 0 Posts
  • 95 Comments
Joined 1 year ago
cake
Cake day: September 26th, 2023

help-circle








  • It’s already trivial to get local banking details from many countries, (e.g., ‘multi-currency’ debit cards) but as far as I’m aware there’s not a practical way to get a foreign debit card without the usual hoops that the full account would require.

    Probably because demand for such a thing is low - I can generate disposable card numbers on the fly, but only from my home country. Can’t imagine (aside from this specific edge case in question) generating foreign card numbers would be all that useful most of the time.

    End-user support for such a thing would also be a challenge - I’m very accustomed to entering the usual data points with my card, but users would forget the associated postal code, or any number of other things, and then call support whining that it’s ‘broken’.










  • Dan Quayle is the infamous “potato” politician.

    English isn’t a particularly easy language, on a relative basis, at least for those who don’t study it academically at the post-grad level. “An” vs “A” is one of the last errors I’d ever fault someone for, because it’s poorly defined and tends to have precious little impact on the actual meaning of the overall sentence.

    Is it a marginally annoying error when I “know” what’s correct in my head and I’m listening to someone else make the error? For sure. Would I ever point it out to someone on their second, third, or fourth language? Not a chance, because it’s largely an irrelevancy and also damnably difficult to explain efficiently as a “rule”.


  • Right there with you on “just works,” as well as the simple fact that the config snippets you need are readily available - either in the repo of whatever you’re putting behind the proxy, or elsewhere on the internet.

    I consistently keep in mind that it’s ultimately an RU product, of course. But since it’s open source and changes relatively infrequently, that’s mitigated to a large degree from where I sit.

    Nothing against Caddy, though Apache gets heavy quickly from a maintenance standpoint, IMHO. But nginx has been my go to for many, many years per the above. It drops into oddball environments without having to rip and tear existing systems out by the roots, and it doesn’t care what’s behind it.

    Ages ago, I had a Tomcat app that happened to be supported indirectly by an embedded Jetty (?) app that didn’t properly support SSL certs in a sane way on its own.

    That was just fine to nginx and certbot, the little-but-important Jetty app just lived off to the side and functionally didn’t matter because with nginx and certbot, nothing else gave a crap - including the browser clients and the arcane build system that depended on that random Jetty app.