• 1 Post
  • 47 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle






  • fury@lemmy.worldtolinuxmemes@lemmy.worldwelp ...
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I like my Kubernetes setup at work. It runs Nextcloud, Mattermost, GitLab, company website, several embedded firmware OTA update sites, a few internal apps. Nextcloud was pretty easy to install on it with Helm, just a single command line and a yaml file to specify domain, settings, etc. I had some teething issues in my early setup where the database would get wiped inexplicably, but it’s been running smooth for years now. (Yes, I know, bad juju running databases on Kubernetes…I’m used to it and it mostly works)




  • A little slower by today’s standards, but if your needs are light, it’ll do the job. Keep in mind it only has a gigglebyte of RAM, so its capacity for running things may be limited, especially as docker applications go (since they bring a copy of each dependency). You won’t be able to run something as large as GitLab or Nextcloud, but a smattering of small apps should be within its capabilities


  • 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.






  • I was able to get a car loan a few years after the bankruptcy. It was dumb, I hadn’t fully figured out my money situation yet. Bankruptcy didn’t fix that spending habit. But that was the tipping point. When my minimum expenses between the car, student loans, and living expenses exactly equaled my salary, I started trying to beat my way out of the mess. The car I currently own, I paid for up front. By the time I bought a house, the bankruptcy had disappeared off my report. Now the plan is pay off the mortgage and never have a credit score again.


  • fury@lemmy.worldtoMemes@lemmy.mlBankruptcy is lifesaving
    link
    fedilink
    arrow-up
    97
    arrow-down
    3
    ·
    6 months ago

    I got talked into bankruptcy (by a bankruptcy lawyer, surprise surprise). It cleared $12k of credit cards and bank fees but not the then-$50k of student loans and the spending habits that were the real problem. Now I learned my lesson. No credit cards. Save up and pay. Have an emergency fund that can cover your expenses for months and months in the event you lose your job, or your most expensive unplanned repair. That’s the real life saver.



  • I get something similar to this on Linux all the time and it makes it hard to choose Firefox, as much as I want to try.

    I dug around once to try to find out why and how to stop it. The alternative is just straight up crashing, and so they chose to slap up that blank new tab page instead. related bugzilla

    Depending on how you’ve installed it / configured updates, you may just be out of luck whenever an auto update happens and you just have to restart the browser.

    It sucks, even if it remembers your tabs, because some of them are inevitably returned in a different state, have to relogin, etc.