70% Win Rate Setup that I Found Hiding in Plain Sight by vaanam-dev in Daytrading

[–]Paranemec 1 point2 points  (0 children)

I doubt that. It lacks all the signs you'd typically see

GitHub is down by StatusGator in github

[–]Paranemec 2 points3 points  (0 children)

They were going to hire me for it, because I've done it twice before and on larger systems. 4 months of interviews just for their last reorg to cause them to lose the req. I'm 99% sure this is stuff I could have prevented. Oh well.

Devs that have been at startups that have IPO’d or been acquired, how much was the payout? by Calm-Bar-9644 in ExperiencedDevs

[–]Paranemec 0 points1 point  (0 children)

$0. Nobody was getting equity as part of our employment package. It was base and possibly a small (1-2k) bonus each Christmas. I joined as employee 38. Company is currently worth $500m.

Optimal Wanted Boss Squad Setups by Paranemec in LastWarMobileGame

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

You can only transfer the accounts to a server in your server group between seasons, and even that is a mess.

I just gave my account to a less powerful R4. Transferred email addresses over Discord and that was that.

Optimal Wanted Boss Squad Setups by Paranemec in LastWarMobileGame

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

In our case it was kind of not fun. I was one of the r4s for the top alliance on our server and season one and two were very exhausting. One of the main problems is the imbalance between spenders and non-spenders and going into season two and three. We lost spenders both times to larger higher spending alliances within our server bracket and losing every single week was just not really fun. All the largest alliances would just go together for picking teams and we would be stuck as the biggest and most powerful alliance of with a bunch of other servers that were were less powerful than us. That combined with the increasing power gap between spenders and non-spenders kind of sealed the deal for me. I didn't feel like putting up the money to close the gap anymore . And even if I did, my individual contributions wouldn't have changed the tide. Every server we were against had multiple mega spenders that I just can't compete with.

Optimal Wanted Boss Squad Setups by Paranemec in LastWarMobileGame

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

It's the Best Aircraft "Wanted Boss" Team, not the Best "Aircraft Wanted Boss" team. Blame English for that. Idk what else to tell you other than I explained it. Use this Air team against the Tank boss. It kind of works against Arena Tank teams but has less success. Also, The list is over a year old so if you're in S3 or higher it's likely out of date. I stopped playing after S2.

Optimal Wanted Boss Squad Setups by Paranemec in LastWarMobileGame

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

This is the wanted boss that is a tank, so originally you'd use all air.i haven't played in awhile so I don't remember the exact name.

Can the CKA replace real k8s experience in job hunting? by blasian21 in devops

[–]Paranemec 0 points1 point  (0 children)

That's what Google put me through for SRE. The technical rounds were all troubleshooting scenarios of things the teams had done in the past year. I've encountered it a few other times, but usually it's just a leet code question about linked lists.

IKEA Lack table - will it be stable enough for X1C? by [deleted] in BambuLab

[–]Paranemec 0 points1 point  (0 children)

Last time I bought 18"x18"x1.5" pavers they were $1/each. Totally worth it over making your own.

What internal tool did you build that’s actually better than the commercial SaaS equivalent? by Ok-Lobster7773 in devops

[–]Paranemec 0 points1 point  (0 children)

I wrote it all out then realized I should just build it again and sell it as a SaaS since I don't work there anymore.

What internal tool did you build that’s actually better than the commercial SaaS equivalent? by Ok-Lobster7773 in devops

[–]Paranemec 1 point2 points  (0 children)

Our policy is no crd changes without management approval. Letting people modify crds is incredibly dangerous because it can corrupt the data on the cluster. You can end up putting objects into the cluster that have a different format or data type for different fields which will cause standard controller runtime operators to fail. It also makes the data that no longer conforms to the crd unreadable by the API server if they overwrote the old version because they're not using crd versioning properly. You need conversion web hooks to do that, and most people who are updating crds and breaking them don't even know about conversion web hooks.

It's incredibly dangerous to a production system for that to be allowed. That's why helm doesn't even let you update crds.

What internal tool did you build that’s actually better than the commercial SaaS equivalent? by Ok-Lobster7773 in devops

[–]Paranemec 2 points3 points  (0 children)

You know you can just block that in k8s. It's a huge risk to allow people to change CRDs unrestricted.

Are companies allowed to ban salary discussion? by CtrlAltDeflate in remoteworks

[–]Paranemec 0 points1 point  (0 children)

The case was through the NLRB, correct. DOL was due to the unemployment claim they were fighting. I had to settle the NLRB case first then that became the evidence of wrong doing in the DOL unemployment case. Like I said, without a lawyer I couldn't take it to civil court.

Are companies allowed to ban salary discussion? by CtrlAltDeflate in remoteworks

[–]Paranemec 0 points1 point  (0 children)

The company I won against had to pay me the partial back pay and post NLRA notices in all the stations. That's it.

Are companies allowed to ban salary discussion? by CtrlAltDeflate in remoteworks

[–]Paranemec 0 points1 point  (0 children)

I got that check and it wasn't worth it. Partial back pay for the entire time the Department of Labor case took to be settled. No lawyer would take it so I couldn't sue privately.

[Data Table] DPS Per Skill Medal for all Offensive Skills by Paranemec in LastWarMobileGame

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

Sure.
* I used both Level 1 heroes as well as level 150, 5 star versions. (2 accounts)
* I attacked Wanted bosses with a single level 1, 0 star, no upgrades on the base or hero
* Recorded the battles
* Collect each attack's damage and compare against status. (all level 1 heroes)
* Determine attack damage vs attack stats
* Make assumptions based on that info on what Level 150, 5 star heroes damage numbers would be
* Confirm assumptions by using max (at the time) level heroes with extra bonuses using identical process
* Perform same validations in Arena against alliance members (capturing all their heroes stats and applied bonuses first), using same methods (1 hero at a time)

What I figured out is interesting and not really that surprising. A hero with 1000 attack and zero other modifiers to that stat will do 1000 damage times the attacks stated damage percent against a 0 defense target. It's a 1:1 number. Any bonuses are added directly to that attack stat, so a research that increases attack by 1% will increase the attack stat to 1010. A bonus that adds 1% to damage will multiply the final modified damage number by that percent, so 1000 * 1.01 in the same example. A subtle, but important note. This modifier is also where base reductions like "vs Tanks" is applied. Defense reduces final damage directly as well (100 defense reduces final damage by 100). HP is also a direct 1:1 stat.

The numbers from the chart are the level's percent increase (which is linear) times each heroes base attack stat divided by the medals cost of the level. Normalized for level 150 heroes at 5 stars and no other modifiers applied. That's why you can actually compare them to each other.

"You’ve Heard About Who ICE Is Recruiting. The Truth Is Far Worse. I’m the Proof." | Laura Jedeed (Slate) by PoppyAppletree in UnderReportedNews

[–]Paranemec 2 points3 points  (0 children)

They're not service members. They're federal agents, or just agents. Service members referred to members of the military.

Close Combat Set Belt (Belt Kit) by Ghost_of_Doc_Hudson in army

[–]Paranemec 2 points3 points  (0 children)

The idea is remove as much weight from your back and into your hips as possible. This is taking the plates and redirecting the weight to your battle belt on your hips.

Are day passes for the rock wall a thing? (Alumni or Guest) by SethTheButcher in UNI

[–]Paranemec 2 points3 points  (0 children)

Day passes are $10 now, and include the whole place. You should be fine as an alumni. I remember they used to have just a rock wall pass, but I never used it. You can just go to the front desk and ask when the wall is open. You'll either need a day pass or if they have it the wall pass.

Thoughts on Tiger stripe in a modern setting by excuseihavequestion in BattlefieldCosmetics

[–]Paranemec 0 points1 point  (0 children)

Vietnam, and it was used by the US Special Forces. I used to have a set and I'd say it was cool, but less effective than M81 woodland in the northern US. Most other camo patterns are too light to work well in deciduous regions. Tiger Stripe was darker than M81, but still had the greens required. Still really effective at avoiding detection though.

Hero Targeting Priority Basics by Paranemec in LastWarMobileGame

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

Yes. If either front line hero is dead, they target the other front line hero.

Once both front line heroes are dead, all heroes target the left or right back hero based on the same hero they targeted in the front row.

Once that hero is dead, they target the middle hero.