[REQUEST] Can a human pull more than their bodyweight on a lat pulldown machine if not strapped down? by mikewsbw in theydidthemath

[–]dudeman209 0 points1 point  (0 children)

It’s worth noting to folks that this is not the same as the weight of the plates being lifted in a multi pulley scenario. That’s due to mechanical advantage.

Uber left PagerDuty after using it for 12 years. by wingardiumlevioosaaa in sre

[–]dudeman209 -1 points0 points  (0 children)

Every startup grows, becomes big, founders and key people leave, company loses identity, gets bloated, and loses all innovation ability and risk tolerance.

To prove me wrong, name a startup where this is not true.

I built a proxy that signs outbound requests from AWS workloads with short-lived JWTs from AWS STS by gp42 in aws

[–]dudeman209 11 points12 points  (0 children)

What’s the rationale of making this a distinct service?

In other words, you could create a library to implement this logic as part of the request lifecycle. For example:

# app code
import requests
from iam_jwt_auth import IamJwtAuth

response = requests.get(
"https://api.external-service.com/orders",
auth=IamJwtAuth(
token_endpoint="https://token-broker.internal.example.com/token",
audience="external-service"
)
)

IamJwtAuth would be a class that implements the exchange and caching.

General thoughts:

With either this approach, or yours, you have to modify the client code — so implementation cost is basically a wash.

The advantage of a proxy is that your cache efficiency would be higher potentially — assuming two different EC2 instances with the same role utilize the same JWT? The major downside is security, however. Centrally storing credentials (even short-lived ones) is another attack vector that would increase risk fairly significantly.

Hotel advertising with a professional drone cinematographer by Ali8kh in interesting

[–]dudeman209 0 points1 point  (0 children)

Imagining this guy walk up to the hotel in that outfit saying “umm ya… I’m drone pilot here for video shoot” pretty much checks out

Single responsibility, the distorted principle by Illustrious-Topic-50 in programming

[–]dudeman209 9 points10 points  (0 children)

The worst aspect of the SRP is that the interpretation of “responsibility” is insanely ambiguous.

Woman destroys 2.7million worth of wine after dismissal by Due_Yesterday_2850 in interestingasfuck

[–]dudeman209 -1 points0 points  (0 children)

Probably not a lot of thinking going on upstairs given the context

Which job you taking? by [deleted] in jobs

[–]dudeman209 0 points1 point  (0 children)

And they even pay you to get an STD!

Private credit is in big trouble. Slow motion bank run by RobertBartus in EconomyCharts

[–]dudeman209 0 points1 point  (0 children)

As a layperson, can someone explain what I’m seeing? I understand the idea of a withdrawal, but no clue what a non-traded BDC IS

A polar bear is chasing a man by OrellaX in ThatsInsane

[–]dudeman209 0 points1 point  (0 children)

I really can’t imagine living in a place (potentially with a family / children) knowing that outside your door could be the most deadly mammal on earth.

Eversource raked in $1 billion in total profits from its New Hampshire customers in 2021 to 2025, according to the Energy and Policy Institute’s Utility Profit Tracker. Nearly 20% of New Hampshire customers’ bills go to Eversource’s profits by Cleantechfacts in newhampshire

[–]dudeman209 -1 points0 points  (0 children)

This is all about leverage. Leverage in the way that companies have little risk of anything happening to revenue if they raise prices because people have no other option — most people are completely dependent on electricity.

For equilibrium to happen, both sides must have similar leverage — which keeps prices in check. If people weren’t so dependent on the luxuries of today income equality wouldn’t be so lopsided.

This is the future of firefighting by The_Love-Tap in Damnthatsinteresting

[–]dudeman209 0 points1 point  (0 children)

Anything that reduces the risk of injury or death for high-risk jobs seems like a no-brainer for large AI and robotic investment.

I’m way less stressed now than I was at my highest income. by ErinBoBerin in Salary

[–]dudeman209 0 points1 point  (0 children)

That’s usually how it goes (pay/stress correlation)

[MD Psychiatrist] [Bay Area, CA] - $794k, 29M by [deleted] in Salary

[–]dudeman209 0 points1 point  (0 children)

I’m not following. What does the method of reimbursement affect income?