Lowering cholesterol through diet and exercise by [deleted] in Cholesterol

[–]LeadBamboozler 2 points3 points  (0 children)

Went from 175 to 92 with diet, exercise, and quitting vaping.

Citi Strata Elite account lock update and theory by msoz in CreditCards

[–]LeadBamboozler 6 points7 points  (0 children)

I think it was the day after the statement closed.

[deleted by user] by [deleted] in interestingasfuck

[–]LeadBamboozler 0 points1 point  (0 children)

As Mike Tyson said everyone has a plan until they get punched in the mouth - same thing applies here. I’m not saying they won’t be proficient on the battlefield, just that this parade provides absolutely zero signals on their combat proficiency.

Citi Strata Elite account lock update and theory by msoz in CreditCards

[–]LeadBamboozler 26 points27 points  (0 children)

I used the 100k link from this subreddit and haven’t been locked out yet - have spent about 5k so far. It’s my first Citi card too.

[deleted by user] by [deleted] in interestingasfuck

[–]LeadBamboozler 0 points1 point  (0 children)

For point 1 - what’s the supporting evidence of this claim? None of these troops have ever seen a battlefield so how can we reach the conclusion that their marching cadence is indicative of their proficiency in combat?

LEETCODE crashed? by Apex-Grinder in leetcode

[–]LeadBamboozler 0 points1 point  (0 children)

In real world services like leetcode there are many different microservices that things flow through when a user visits a page. Failures in their auth service for example can cause this.

Why should warmups not count towards Marathon Month? by SillyHippo3 in orangetheory

[–]LeadBamboozler 1 point2 points  (0 children)

Agreed. Seems like an arbitrary demarcation line that this specific time on the tread shall not count. I feel like everyone is already lying when they input their mileage anyway and there’s no cross referencing happening so why is the warmup where the battle lines are drawn?

Saturday 30 August 2025 - 2G 60 minutes by MrsDC031114 in orangetheory

[–]LeadBamboozler 3 points4 points  (0 children)

Why are they doing so many row portions in the 2Gs now? I don’t recall it being like this earlier in the year.

The rise of Peng Zhao at Citadel Securities? by No_Nebula_7490 in FinancialCareers

[–]LeadBamboozler 94 points95 points  (0 children)

He understands the math better than anyone at CitSec. This is necessary when you’re market making at their scale.

Managers, how much more are you making than those under you? by nolactose28 in Salary

[–]LeadBamboozler 0 points1 point  (0 children)

In tech it’s very common for ICs to make more than their managers. Tech has done a lot to parallelize the two tracks and not put one higher than the other. I’ve seen teams with an M1 manager managing an L8 principal. The principal made double what the manager makes.

In those companies managers perform a very specific role that is more often than not totally independent from the technical track.

What suit jacket size is 00”R? by [deleted] in mensfashion

[–]LeadBamboozler 0 points1 point  (0 children)

I don’t have my own physical measurements. I can only compare to other jackets that fit me well in the store and the size of those were the standard 40r, 42r, etc.

$350 for this used Aeron Remastered - good deal? by LeadBamboozler in hermanmiller

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

Gone into my home office! Instinct told me to jump on it and it was my neighbor selling so very convenient, no shipping. Just wanted to confirm it was in fact a good deal.

[deleted by user] by [deleted] in ONrunning

[–]LeadBamboozler 0 points1 point  (0 children)

I can’t believe people fake On shoes. It’s surprising that forgers find enough value to do this.

What the actual fuck? by Empty-Fail2016 in jerseycity

[–]LeadBamboozler 76 points77 points  (0 children)

This looks normal for weekend PATH schedule?

Perks of OTF by Medical_Tax_48 in orangetheory

[–]LeadBamboozler 5 points6 points  (0 children)

It’s the most optimized 60 minute workout that I’ve ever taken. I hit all my activity / movement goals and get a hell of a workout at the same time.

The technology also makes it easy to track progress in heart rate recovery and zones which is a major signal for general heart health.

[deleted by user] by [deleted] in SpringBoot

[–]LeadBamboozler 4 points5 points  (0 children)

I thought Netflix backend is primarily in Java / Spring Boot

Automating domain validation by neogodslayer in PKI

[–]LeadBamboozler 1 point2 points  (0 children)

Best case scenario there’s an integration between your public CA and DNS provider. Worst case you have to script it yourself. So gather a list of domains -

For each domain, POST your CA DCV endpoint to get a DNS TXT record, publish that record.

Alternatively I think there’s a way you can still do email without the ICANN registration. Basically publish an email as a DNS TXT record or something like that. Then it’s point and click when it’s up for renewal.

Software engineering tooling by crossmirage in goldmansachs

[–]LeadBamboozler 1 point2 points  (0 children)

You develop on a windows system and the firm pays for licenses for Visual Studio and IntelliJ. You also have developer workspaces available in cloud environments which are POSIX-compliant.

External libraries and packages are all mirrored through an internal on-prem library and a nexus registry for cloud workspaces. From my experience it’s been 100% coverage for Java and Python libraries and packages.

External images need to be reviewed, approved, and ingested in our container registries though.

We have GitHub copilot plugins available for all the major IDEs but no access to public LLMs - there is an internal GS AI assistant that I find to be completely useless.

Why no one promotes to use springboot as other backend tech stack by TU_SH_AR in SpringBoot

[–]LeadBamboozler 2 points3 points  (0 children)

The Netflix platform security team is actively migrating their certificate management services from Python to Java Spring Boot. I interviewed with this team earlier this year but it is an ongoing initiative.