• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle










  • The thing with using the “latest” tag is you might get lucky and nothing bad happens (the apps are pretty stable, fault tolerant, and/or backward compatible), but you also might get unlucky and a container update does break something (think a 1.x going to 2.x one day). Without pinning the container to a specific version, you might have an outage suddenly due to that container becoming incompatible with one of your other applications. I’ve seen this happen a number of times. One example is a frontend (UI) container that updates to no longer be compatible with older versions of the backend and crashes as a result.

    If all your apps are pretty much standalone and you trust them to update properly every time a new version of the container is downloaded, then you may never run into the problems that make people say “never use latest”. But just keep an eye out for something like that to happen at some point. You’ll save yourself some time if you have records of what versions are running when everything’s working, and take regular backups of all their data.



  • The problem child for me right now is a game built in node.js that I’m trying to host/fix. It’s lagging at random with very little reason, crashing in new and interesting ways every day, and resisting almost all attempts at instrumentation & debugging. To the point most things in DevTools just lock it up full stop. And it’s not compatible with most APMs because most of the traffic occurs over websockets. (I had Datadog working, but all it was saying was most of the CPU time is being spent on garbage collection at the time things go wonky–couldn’t get it narrowed down, and I’ve tried many different GC settings that ultimately didn’t help)

    I haven’t had any major problems with Nextcloud lately, despite the fragile way in which I’ve installed it at work (Nextcloud and MariaDB both in Kubernetes). It occasionally gets stuck in maintenance mode after an update, because I’m not giving it enough time to run the update and it restarts the container and I haven’t given enough thought to what it’d take to increase that time. That’s about it. Early on I did have a little trouble maintaining it because of some problems with the storage, or the database container deciding to start over and wipe the volume, but nothing my backups couldn’t handle.

    I have a hell of a time getting the email to stay working, but that’s not necessarily a Nextcloud problem, that’s a Microsoft being weird about email problem (according to them it is time to let go of ancient apps that cannot handle oauth2–Nextcloud emailer doesn’t support this, same with several other applications we’re running, so we have to do some weird email proxy stuff)

    I am not surprised to hear some of the stories in this thread, though. Nextcloud’s doing a lot of stuff. Lots of failure points.


  • I kinda miss the simplicity of Windows 95. Pre-OSR2, the last version before the integration of Internet Explorer, one of the last few versions before the analytics era, where everything you do is collected, catalogued, compiled into data that drives further UX change (which A/B test did the best this week? Cool, now let’s change it up again). The last one where I could reasonably understand every process that was running. And it was even possible to shut almost every one of them off in the name of giving every CPU cycle to the processes that I wanted to run. (Back when 350 mhz was as good as I could get)



  • Mastercard and Visa both offer the same zero liability protection on debit cards as credit cards. So both my cards are comparable to credit cards in that regard. If I was at a bank that didn’t have good fraud protection I’d be shopping around.

    I’ve never had a situation where fraud took money out of my account. Someone got my debit card information somehow (I’m surprised it doesn’t happen more often). The bank called me, asked if that was me that was in London trying to buy something out of a vending machine, I said nope, they turned off the card and sent me a new one. No money ever left my account, and I wasn’t terribly inconvenienced, other than having to change a few autopay thingies.

    I do get cash back bonus on my PayPal debit card. I appreciate the irony of taking advantage of that in contrast with my original comment. But I presume since PayPal is not a credit card company, they’re paying for it with the merchant fees they collect. I could be wrong.

    ¯\_(ツ)_/¯

    All that said to say there’s nothing a credit card can offer me that a debit card can’t, except debt.


  • It’s possible, just tricky sometimes. You can have credit without a credit card, you can rent a home or a car without a credit score, and you can even buy a house without a “good” credit rating, you just need real landlords or real mortgage underwriting that looks at your financial situation as a whole.

    It’s really silly. You could have a million bucks sitting in an account somewhere and your credit report wouldn’t say anything about that, but one look at your bank statements would be enough to tell a landlord or a mortgager you’re good to go.

    I was fortunate enough to be able to sign up for a house payment (in this market! During the zombie apocalypse?!). When the time came for underwriting, they looked at 4 months worth of bank statements since my credit report just had my student loans and a car payment I got rid of in 2017 (in other words, not a “good enough” credit score). It was quite the eye opener of a process, having to explain every deposit to convince them I wasn’t laundering money.

    Once that house is paid off, that’s the last time I’m going to have a credit score. I can get everything else without debt, I just didn’t have a cool $155k to drop on the house at the time. Hotels, car rentals, phone bills, electric bills, everything I’ve tried works fine without a credit check just using EFT or debit cards. Sometimes they charge a deposit, and that’s fine. I budget to account for that.