Viewing profile — ragona
ragona
HN member- Joined
- Thu, Dec 06, 2018, 5:21 PM UTC
- HN karma
- 1,091
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About ragona
Recent public activity
- comment
-
comment
Comment #45454114
Definitely, but when we're running around sprinkling PQ algorithms all over the place, it's on top of the asymmetric bits, not replacing the "boring" stuff like your symmetrically …
-
comment
Comment #45453969
> encrypts it with a static key What type of static key? If it's just a big symmetric key that isn't derived from an asymmetric handshake of some type then no, that's not our curre…
-
comment
Comment #45453742
I don't think that's quite right. PQ attacks focus on the "trapdoor" functions in asymmetric cryptography, _not_ the symmetric encryption that happens after key negotiation. The cu…
-
comment
Comment #44582820
(Note; I also work for OpenAI Security — though I’ve not worked on our bounty program for some time. These just my thoughts and experiences.) I believe the author was referring to …
-
comment
Comment #39487951
Yeah if you click into the report per industry it shows a totally different number -- $1.7T, which is obviously smaller than the ~$5T that the same site lists for oil and gas.
-
comment
Comment #39360102
The "eval" phase is done after a model is trained to assess its performance on whatever tasks you wanted it to do. I think this is basically saying, "don't evaluate on the entire c…
-
comment
Comment #38245337
It’s handy for uploading a dataset and having it play with it.
-
comment
Comment #37340895
> it's about being genuine I think this is an incredibly important lesson. Don't lie, _actually_ find something good to say. It's a goddamned super power, and it's also very good f…
-
comment
Comment #37139627
I agree that complexity and quality can be unrelated. I think that quality is often misinterpreted as beauty, or brevity, or cleverness — and those are not the same as quality, in …
-
comment
Comment #37137817
The CDK and Pulumi teams must be truly delighted by this move.
-
comment
Comment #37136242
You don’t think handling edge cases and errors is fundamentally necessary?
-
comment
Comment #37135646
I think the problem with this assertion is that over time "good" code often ends up littered with important conditionals to handle cases that upset the general readability and expr…
-
comment
Comment #35251721
Yeah I'm sure there are counter-examples. My experience is that I worked at Amazon from 2012-2020, and I recall trying to shut down a project in maybe 2013 and it was _incredibly_ …
-
comment
Comment #35248465
Dang, I'm actually surprisingly sad about this. DPReview is _the_ site for extremely detailed analysis of cameras. When I want to buy something I go through their report first, and…
-
comment
Comment #33126510
I bet it's easy to make $500/day briefly, and hard to sustain it. Catalytic converters have the benefit of not requiring you to break into someone's house where risk of being caugh…
-
comment
Comment #33072868
> poor IAM policy and role modeling This is a bad take. Making good IAM Roles and Policies is incredibly complicated if you have a complicated account. You WILL get it wrong. This …
-
comment
Comment #33024859
You're missing the core challenge of JWTs, which is revocation. If you just check the signature then users can't log out.
-
comment
Comment #32753141
> understood that managing down is much more important than managing up and (3) knew how to say "no" to upper management effectively. Wait, saying "no" to upper management _is_ man…
-
comment
Comment #32404794
I get it -- it's such a trap to say, "well, does it!" But in this particular case, I actually think they're walking the walk of having small teams that act like startups. You end u…
-
comment
Comment #32404265
I've started to believe that product engineers should manage their own infrastructure. I think the key ingredient is _isolation_, so that it's not that they have to figure out how …
-
comment
Comment #32391930
I have the worst news for you about blockchains.
-
comment
Comment #32391107
There are entities other than the government that you might want to hide money from.
-
comment
Comment #32308250
Your certificate is bad; it's serving the Squarespace cert for the justvanilla domain.
-
comment
Comment #31416530
I'd say distributed is about redundancy and scale within a single entity's infrastructure, where as decentralized implies multiple entities working together.