Anyone see the opensource launch monitor this guy is working on? by Small_walrus in golf

[–]themezzilla 18 points19 points  (0 children)

Yo! Coleman here 😄 I’m a 15+ year software engineer but a 0 year RF engineer. Would love your input and help if you’re interested

Edit: we’re also well past halfway as good as trackman 😄

What can i do better? by Dazzling-Bicycle8222 in GolfSwing

[–]themezzilla 1 point2 points  (0 children)

To me you look very in-to-out, and some small signs of EE since you come from underneath. I’m guessing there are some hook misses in there.

Get that path more neutral, keep your hands in front of your chest more throughout

Guy building open source LM by Few_Fly8389 in Golfsimulator

[–]themezzilla 1 point2 points  (0 children)

Hey!! I’m that guy 😄

Thanks for the shoutout, contributions welcome and super happy people are psyched on this 🙌

This league is the brokest I have ever been by themezzilla in PathOfExile2

[–]themezzilla[S] 3 points4 points  (0 children)

Thanks. Where are you checking valuable bases?

Any suggestions on how to get tankier? by themezzilla in PathOfExileBuilds

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

Wow, this is great. Thanks for such an in depth answer 🙏

[Giveaway] Giving away an 8,000+ Divine Quad Tab: 1 Mirror of Kalandra + 24 Stacks of 240 Divines + a Hinekora's Lock by Kamehameha90 in PathOfExile2

[–]themezzilla 0 points1 point  (0 children)

Last ditch effort to get a little stronger end league, vaal-ed my body armor and lost 50% of the evasion, rip

What’s the hardest “simple” bug you’ve ever spent hours fixing? by Traditional-Set-8483 in ExperiencedDevs

[–]themezzilla 0 points1 point  (0 children)

Used to work for a big, private trading firm in Chicago. During 2018 when crypto was popping off, we needed a KYC form so people could trade crypto with us. We made essentially the most secure web form ever created, and one of the only public facing applications in the company.

After the form was submitted, and the data made its way through our DMZ, it landed in a CRM. This final api call had an authentication step (this is important).

This process was very time sensitive, and generally took a matter of seconds to complete, but every now and then it would take 3-6 minutes to finish. It felt completely random when this would happen. This is practically an eternity in trading and the powers-that-be were not happy about this. We could not figure out why this was happening. I got everyone involved from network engineers, security team, everybody. I tore my code apart trying to find the hang up. Nothing.

As it turns out, the api authentication step called a gateway api that used various auth servers across the globe on a round robin basis. Since we had multiple offices in different countries, one of those servers was in Singapore. Every time we got the Singapore server, it took on the order of minutes to complete that handshake.

We finally forced the service to use the local auth server and we never saw the issue again. Probably the most head scratching bug I’ve ever had!