HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gusmd

no profile record

投稿

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

oregonlive.com
11 ポイント·投稿者 gusmd·3 年前·0 コメント

コメント

gusmd
·4 か月前·議論
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 か月前·議論
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
·昨年·議論
One can use OIDC instead of SAML for SSO.
gusmd
·昨年·議論
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
·昨年·議論
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
·昨年·議論
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 年前·議論
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 年前·議論
They are taking the devices back for recycling.
gusmd
·2 年前·議論
Or, for read scenarios, putting a CloudFront distribution in front of the bucket!
gusmd
·3 年前·議論
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.
gusmd
·3 年前·議論
The best gem in all of it is this:

> You can make classes, but you can only ever make one instance of them. This shouldn't affect how most object-oriented programmers work.

This describes my experience with most OOP code very well.