HackerTrans
TopNewTrendsCommentsPastAskShowJobs

beckler

no profile record

comments

beckler
·25 ngày trước·discuss
The ID token is always a JWT when doing OIDC, and it makes sense in this situation.

Because the ID token is not a set of credentials, but signed information you’d use to create/update a user’s profile.

You can technically use JWTs as access tokens, as the spec doesn’t specify a format for access tokens, but in my experience they’re normally opaque bearer tokens.
beckler
·6 tháng trước·discuss
I had a family friend who recently passed from colon cancer.

It was particularly brutal because it never showed up in any regular screenings, due to the tumor growing on the outside of their colon. It took ~2-3 weeks just to figure out what it was, but they only knew something was wrong because of some blood tests that came back with unusual results.

It was only 90 days from when they got the call about the unusual results till their death.
beckler
·6 tháng trước·discuss
If you like how shadcn looks, you might want to consider basecoat: https://basecoatui.com/
beckler
·7 tháng trước·discuss
This echos my experience with GCP and Google in general.

If you’re a business/enterprise, you get a different ToS that very clearly states that your data is yours.

If you use the free/consumer options, that’s where they are vague or direct about vacuuming up data.
beckler
·8 tháng trước·discuss
Kinda interesting to hear about. I have a 500 chassis I’m slowly working on filling. I’m between the RND 535 or 543, and had never heard of a diode bridge comp before looking at the 535.

What kind of 33609 clone do you have?
beckler
·9 tháng trước·discuss
I think this is just to compete with stuff like Mimecast.

Pretty sure admins can still audit emails even if they're E2EE.
beckler
·10 tháng trước·discuss
I'm gonna need you to back that claim up dawg, because the only thing I see the node runtime used for, is for when the user loads a js project.

then it's basically just a proxy for node/npm afaik.