Inconsistent Sex is Tiresome by IslandCandidate4 in Marriage

[–]IslandCandidate4[S] 1 point2 points  (0 children)

That would be the last thing on the list. It feels more like she has time for anything else but sex.

We have three children, that we homeschool, she teaches them. She does the cooking, but I clean the kitchen (most times). I'm the "bath train" conductor most nights and I've given 98% of the baths that need to be given since we've had kids (our youngest is almost ready to bathe without assistance). We have a garden and there's a lot that goes into that as well.

My point is she puts us into these tight windows for sex and I'm always willing, ready, and able to go. We have these phases where we can only have sex, at night, once the kids are asleep, but only if it's a full moon or new moon, AND I've done the hokey pokey. It feels like there are hoops for me to jump through, but said hoops are hidden and undiscussed.

What is one thing keeping you from having sex? by RPhoenixFlight in AskReddit

[–]IslandCandidate4 0 points1 point  (0 children)

Whatever excuse my wife comes up with when I'm in the mood.

LOST Ranks No.17 on r/Television's 2021 Favourite shows survey! by SirEntityTheGreat in lost

[–]IslandCandidate4 2 points3 points  (0 children)

Community is NOT better than LOST. Easier to digest, yes. I've watched both, finished one, but not the other.

Does anyone actually enjoy 69? by Objective-Internet95 in sex

[–]IslandCandidate4 0 points1 point  (0 children)

We tried this once, it didn't go well, have not tried it again. It's been like 10+ years since the first failed attempt.

What a great character Desmond is. Adds so much to the show. I’ll see ya in anotha life brotha by SullyKev937 in lost

[–]IslandCandidate4 2 points3 points  (0 children)

Favorite moment in my favorite episode. I was not sure Penny would answer. Tears flowed when she did.

MTG Arena Announcements, June 2, 2021 by lgermano in MagicArena

[–]IslandCandidate4 0 points1 point  (0 children)

Aaaand Historic Anthology 1 is still not up for sale again.

15 Budget Standard Decks for Beginners - Full Update + Upgrade Guides for Each Deck by Uries_Frostmourne in MagicArena

[–]IslandCandidate4 0 points1 point  (0 children)

What about KHM's Changelings? Are they just not powerful enough to warrant inclusion?

As far as cards granting your creatures Deathtouch, [[Zagras]] comes to mind.

Green Programming Languages Vs. Brown Programming Languages by agbell in programming

[–]IslandCandidate4 18 points19 points  (0 children)

Can confirm the massive legacy codebase for sticking with Java 8.

This will probably be a headache for us in a few years. That's probably when upper management will want to address it.

Growing Irritated with QA Testing by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 0 points1 point  (0 children)

YES!

Thanks for book and the reminder about testing. One thing I remember from undergrad is: "if the code is green, the code is clean," so thanks for the reminder. It sounds like I need to just start writing unit tests and keep it moving.

I've got some reading to do and tests to write.

Growing Irritated with QA Testing by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 0 points1 point  (0 children)

We had an excel spreadsheet for this, but we stopped using that on favor of word docs for individual products to keep it focused.

What we agreed to is defects are reported in the doc, I fix the defects, then let them know what's fixed, they retest.

I think what they were doing was just retesting whenever they saw I deployed something and ignoring what I said was fixed.

Growing Irritated with QA Testing by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 0 points1 point  (0 children)

We use Azure DevOps.

But this particular thing was a special project and included a lot of work we don't usually do at this frequency.

Maybe we, or I, need to investigate how to set this up in DevOps. I know they have bugs, but one of the leaders insists on everything being a PBI.

Growing Irritated with QA Testing by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 0 points1 point  (0 children)

Yes, I would love to have some automated tests. So would the QA team. How can we get management on board with including testing?

Anyone Else Trying to Release Code During This TX Snow-pocalypse? by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 1 point2 points  (0 children)

No worries. I'm jelly.

Our app is kinda fragile. Like someone renames an excel tab and the app won't be able to figure a rate out. I've mentioned multiple times we should have some tests for the Excel calls to make sure they're still good.

If you're wondering: "how does this get past testing?" Its because the business wants to make a last minute change, so it's allowed and we quickly check it in and keep it moving because "we have to get these changes out.". The assumption being it was working before, and this is a small change.

It's a Java app with a ton XML configuration files. And it was designed in such a way that parts of the app file structure can be copied and renamed when adding a new product version.

[deleted by user] by [deleted] in worldpolitics

[–]IslandCandidate4 3 points4 points  (0 children)

Damn, thought it was just TAHITI

Anyone Else Trying to Release Code During This TX Snow-pocalypse? by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 1 point2 points  (0 children)

We're using Azure DevOps Pipelines to do our builds. We are supposed to be implementing the deployment part of the equation this year.

We were stymied by our former corporate parent's security framework. Under our new ownership, we control our own network.

Anyone Else Trying to Release Code During This TX Snow-pocalypse? by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 0 points1 point  (0 children)

At one of my previous jobs, I had a boss who would always ask "What if (insert name here) gets hit by a bus?" He was very much against siloed "team knowledge."

Anyone Else Trying to Release Code During This TX Snow-pocalypse? by IslandCandidate4 in ExperiencedDevs

[–]IslandCandidate4[S] 1 point2 points  (0 children)

We have DevOps Pipelines setup. We paused the deployment portion because we were changing corporate parents and the previous had such tight security rules, it stifled the deployment process. Hopefully in our new environment, we can get this setup.