For my own curiosity, how do you perform a build? Is it all done in pipelines, kicked off on change? Do you execute the whole infra build each time you release an update?
For my own curiosity, how do you perform a build? Is it all done in pipelines, kicked off on change? Do you execute the whole infra build each time you release an update?
As others have said, a traditional off site backup will work. How do you plan to perform a restore, though? If you need the self hosted source repo, it won’t be available until the infrastructure is stood to creating another circular dependency.
I’m still in the early stages of exploring this, too. My solution is to run a local filesystem git clone
of the “main” repo and execute it with a Taskfile that builds a docker image from which it can execute the ansible infrastructure build. It is somewhat manual but I have performed a full rebuild a few times after some Big Mistakes.
Excellent answer. I fall into the category of your last paragraph. I feel like I’m in a country not my own and if this is what the populace wants, maybe I’m in the wrong place.
This actually connects a few things for me that I’ve been thinking about lately. I believe that the current “ruling” class has figured out, among other things, that it is easy to disrupt a collective action problem while somehow also solving it for their own groups. If you look at the people in the cabinet and other supporters, they’d all be fighting each other, but are somehow united under one man.
If I understand your post correctly, organizing to protest puts like minded people together to further organize into groups that can unite to solve common problems even if their personal problems differ. For example, if I’m out to support trans youth and I meet up with someone to support women’s reproductive rights, we both have a common vested interest in changing the current political climate even if I’m also a gun owner.
We had millions of protesters over the weekend. Did anyone listen? Nope.
What’s supposed to happen from protests? Let’s say that you have a representative who was just elected or reelected and they’re fully aligned with the current administration’s policies. They don’t need votes or your support. Of what use will protests have?
After breaking “prod” many times, I have a Dev (local machine), Test (small VM) and Prod (big VM). My test is just less RAM and space and I need to spin down certain K8s things to spin up others, but it’s a close mirror of Prod, just less.
Does this imply that a state funded health insurance for all will operate at a net loss?
Check out the overlay filesystem. I’m using it for one pi and have had the same SD card for years. I don’t know if it’ll work for pinole, but may get you thinking in a new direction.
OK, since you mentioned the media, putting “gate” after any government scandal. Nixon’s scandal was involving the Watergate Office Building.
This works for if there is or isn’t an afterlife.
I read a philosopher’s take once that we’re here to experience things like physical things or emotional things. We choose to come here to have these experiences and then go back as a more matured person (soul?). I like to think of it like we’re on vacation and then we go back and do stuff and plan another vacation.
TL;DR: I don’t really know.
My health care insurance does this too. I save some $50/yr to agree to a call from an RN to help me with my health condition(s). A coworker who formerly worked in health insurance told me that while they also help you to navigate the health insurance system and/or find cheaper care or whatever, you’re actully still talking to your health insurance company and not your doctor and so anything that you say is now on your health insurance record. This can be used to deny future coverage for an existing condition, dissuade you from pursuing more expensive (for them) medical treatments or to raise your company’s rates for certain ailments (for example, everyone at your company smokes, they’ll drop coverage for asthma).
The health insurance company doesn’t know all of your ailments simply based on the billing codes. You are protected by HIPPA. Your health insurance company can ask you anything and anything you say to them is not necessarily covered by HIPPA.
Thanks for the feedback. I plan to do some reading on NFSv4 domain mapping this weekend.
When negotiating a deal, make your offer, listen to the response and walk away (not rudely, just…you have somewhere else to be). The first one who calls back loses. This works well for buying a car.
Edit: oops, hit submit too quickly. I used this to buy an ATV long ago and many cars since. "I can spend $XXX (know this nunber before you start). <wait for counter offer>. It’s a nice ATV, but I promised myself that I’d spend no more than $XXX. Thank you for your time. "
Can you elaborate on your last sentence? Is the US more or less trustworthy than alternatives?
I’m so old that I can watch reruns of a series that I’ve already watched and laugh at the same jokes because I forgot the episode.
Also, it’s not the healthiest habit, but TV numbs the mind so that I can forget about my problems long enough to fall asleep.
I’m turning into my dad. I remember waking up early to get to school and seeing my dad sleeping in his recliner with sportsline on very low volume. Now I use TV to get to sleep, too.
This doesn’t speak directly to your question, but in the appendix of the Neal Stevenson book, Cryptonomicron, there are instructions on how to use a deck of cards (technically 2) as a one time pad for encrypting and decrypting messages. This could serve as the foundation for secret messaging using other media than paper.
I do wonder what would happen if instances continue to fragment. Will we end up with islands of instances, separated from each other by exclude lists? It sort of says something about humanity if that happens.
I assume you left Reddit for Lemmy for a reason and the beauty of Lemmy (and any federated platform) is that it’s not under the control of a single entity. If you don’t like what’s happening in one instance, you can pick up and go to another instance much easier than it was to switch from Reddit to Lemmy.
The joke here is that he has no idea who this girl is and yet he still signed her key. This is dangerous, because he is vouching for her identity. If he is mistaken, this could result in a serious loss of credibility on his part.
https://www.explainxkcd.com/wiki/index.php/364:_Responsible_Behavior
ExplainXKCD…because I’m not smart.
I’ve been in earthquakes, tornadoes, a hurricane and a few floods. Also, ice and hail storms, many blizzards, thunderstorms and straight line winds. The tornadoes are always the most frightening.
The bigger of the earthquakes was just enough to move the dishes around in the cupboards so that when I went for a cup, a bunch fell out. The closest tornado hit a few streets over from where I lived and bounced, destroying every other house down one side of a street. The hurricane just blew sand around and covered the car in a sand dune. I lost several cars to floods and had to be rescued once.
I should probably go check out a tsunami some time to fill out my disaster bingo board.
Same. I have spent way more time troubleshooting a pipeline than it saves. I like the idea of automation but laziness prevails.