HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gusmd

no profile record

Submissions

Nike says employees must return to the office four days each week

oregonlive.com
11 points·by gusmd·3 lata temu·0 comments

comments

gusmd
·4 miesiące temu·discuss
And this is usually one of the defining traits of a senior engineer. They understand the tech and its limitations, and thus are able to look around corners, ask good questions, and, overall, provide quality product input.
gusmd
·8 miesięcy temu·discuss
Hey there -- are you the HM or an engineer on the team? I'm currently a Sr SDE at Amazon in SD, and would love to chat about this role.
gusmd
·w zeszłym roku·discuss
One can use OIDC instead of SAML for SSO.
gusmd
·w zeszłym roku·discuss
I've always held dang in pretty high regard seeing his answers on controversial topics, and haven't seen what you said above.

Do you actually have to provide a reason for flagging a post? If so, I would love to see the reasoning behind flagging this one, and dang's reason for keeping it that way. But of course, this is a private website, so I'd understand, albeit disappointingly so, if this is buried.
gusmd
·w zeszłym roku·discuss
This is very relevant w.r.t. HN being LLM-related and to the current political climate. It is also easily verifiable as a few X/Grok links on this thread show. Why is it flagged?
gusmd
·w zeszłym roku·discuss
I wonder how that differs from the sibling post with the exact same prompt? https://x.com/i/grok/share/fov27TB0Zn9jH5ZYIV70nTqN2

Is there some entropy or randomness at play here? Or some sort of RAG? Even if it was RAG, the "reasoning" is very different and doesn't mention the clear censorship in the initial prompt that the one I linked mentions.
gusmd
·2 lata temu·discuss
Property taxes work like that. People sometimes sell houses because they can't afford their property taxes when their assets increase in value substantially. Not saying I agree with that or not, but it is reality today.
gusmd
·2 lata temu·discuss
They are taking the devices back for recycling.
gusmd
·2 lata temu·discuss
Or, for read scenarios, putting a CloudFront distribution in front of the bucket!
gusmd
·3 lata temu·discuss
You can get close with a Cognito Identity Pool that exchanges your user's keys for AWS credentials associated with an IAM role that has access to the resources you want to read/write on their behalf. Pretty standard pattern.

https://docs.aws.amazon.com/cognito/latest/developerguide/co...

edit: I think I misread your comment. I understood it as your app wanting to delegate access to a user's data to the client, but it seems like you want the user to delegate access to their own data to your app? Different use-cases.