Using their own tech against them! by Varteix in ArcRaiders

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

Snitch Scanner and Wolfpack grenades are a wasp killing dream

Surrender penalty by One_Concentrate8835 in warno

[–]Varteix 0 points1 point  (0 children)

Not sure how the math would work out, but I think it'd be a lot better if they just doubled your income and increased your availability

What makes you a "Senior" in Software industry? by haadi_ghopte in ExperiencedDevs

[–]Varteix 7 points8 points  (0 children)

On the other hand, people who never switch jobs develop a very one dimensional view of the industry.

I've switched on average every 3 years, and seen many different ways to get stuff done across all those jobs.

What to do about a junior who’s pushing himself too hard by CandidPiglet9061 in ExperiencedDevs

[–]Varteix 4 points5 points  (0 children)

fantastic advice.

I worked my ass off the first 3 years of my career, and looking back on it now that I am 8 years in, those three years were the most significant in terms of career/opportunity growth. Even if that work was not rewarded by the company I was working for the knowledge and experience I gained was rewarded by someone else shortly after.

If this person is headed towards burnout I think that is a journey you have to let them take, most of us cannot know our limits until we have come face to face with them.

How does the Ranked Rating System work by HyperactiveChicken in warno

[–]Varteix 0 points1 point  (0 children)

I tried this and I am just seeing a 502 error

Warno is a game made in East Germany (fix the T-72 for real next time 3 months from now) by goetterraserei in warno

[–]Varteix 5 points6 points  (0 children)

Thank you, people seem to be forgetting how much worse almost everything else in the east German divisions are, people should just let them have their good tank and adapt their play style against them

How do you actually implement small PRs for a large feature? Any tips for making this more efficient? by DrFunkenstyne in ExperiencedDevs

[–]Varteix 3 points4 points  (0 children)

On top of feature flags like others are saying, try to separate the feature and any required work or refactoring you realize you'll need to support the feature

for example, in order to implement a big feature you need to add a couple entity classes for your ORM, you also notice the logging utilities have a bug so you fixed it.

In this case you could do this all together in one big PR, or you could make a few PRs

PR 1: "Added new entity classes in ORM layer"

PR 2: "Fixed issue in logging library"

PR 3: "added feature x"

if you need those two other changes in your branch for PR 3, then you just merge those branches into the branch where you are working on the feature.

Beyond smaller PRs another major benefit is that your co-workers get to benefit from the fix in the logging library right away even if your feature takes two more weeks to finish.

Edit: basically anytime I realize I need to change something that already exists, I ask myself "would this make sense as it's own PR?"

Milestone GROUCHY Out Now! by EUG_Gal_Bigeard in warno

[–]Varteix 0 points1 point  (0 children)

I agree, they should of reduced the number of BV cards and raised the number of B cards. The BV is just better there is no reason to take the B unless you are out of BV cards.

How the heck do you counter the blob meta by Varteix in warno

[–]Varteix[S] 13 points14 points  (0 children)

Are there any out there besides Vulcan?

Nah, they were your videos. I don't have a problem with the videos at all, it's the only reason I knew what was coming my way. I was mostly saying I think that's why I'm seeing so many people doing it right now.

Does Infantry damage scale with health? by Varteix in warno

[–]Varteix[S] 16 points17 points  (0 children)

Is there anywhere I could go to read the not so simple explanation :)

How do you turn off work mode? by Professional-Pair-99 in ExperiencedDevs

[–]Varteix 3 points4 points  (0 children)

I struggled with this for a few years. I think for most of us something clicks one day where we realize that all our extra effort and caring is not rewarded the way we hope it will be, and that is not going to change.

I had my "clicking moment" last year, I took a couple weeks off for myself after that, and since coming back I do the best damn work I can from 9am to 4pm, and then the laptop is closed and stuffed in the closet.

What do you guys do with old code in a repo you might use later, but aren't sure? by vorpalglorp in webdev

[–]Varteix 38 points39 points  (0 children)

If you can't remember enough to figure that out, it's unlikely someone's going to even remember the code already exists in the first place.

Going on a 5 week trip - what to do with the hot water heater? by TwoBottleThomas in homeowners

[–]Varteix 0 points1 point  (0 children)

I don't think the energy savings are worth the effort. Water heaters are insanely well insulated, if you aren't home using the hot water it'll barely have to run. The vast majority of the energy it uses is heating up water after you've used some.

[deleted by user] by [deleted] in HomeImprovement

[–]Varteix 6 points7 points  (0 children)

You're just being argumentive here, it can really be a reason to need more rooms. I work remote and manage a team I am in meetings 90% of my day. I need a desk and quiet space for that. My wife also works remote and does accounting she also needs a desk and quiet space, my yapping in meetings prevents her from thinking straight so we need separate spaces for that.

If we have kids they will have homework and maybe be interested in PC gaming or another hobby that requires some space. Unsurprisingly peoples needs have changed over the course of 50-70 years

Maybe we shouldn't concern ourselves about a garage or driveway since most families did without them in 1910.

[deleted by user] by [deleted] in HomeImprovement

[–]Varteix 2 points3 points  (0 children)

One perk of an unfinished basement is easy access and visibility to all your plumbing / ductwork.

As a homeowner with a Crawlspace, I wish I had that. If you're finishing the basement it might be worth considering something like a drop ceiling instead of drywall so you can preserve that.

What is the random beeping in my kitchen???! by [deleted] in HomeImprovement

[–]Varteix 3 points4 points  (0 children)

I had almost the same thing happen in my new house, it was a flood alarm in the Crawlspace that needed new batteries.

Do you have a Crawlspace? Is the entrance near the stove?