Live data from Hacker News

Viewing profile — ragona

ragona

HN member
Joined
Thu, Dec 06, 2018, 5:21 PM UTC
HN karma
1,091
Public activity
163 items

About ragona

https://ragona.com

Recent public activity

  1. comment
  2. 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 …

  3. 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…

  4. 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…

  5. 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 …

  6. 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.

  7. 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…

  8. comment
    Comment #38245337

    It’s handy for uploading a dataset and having it play with it.

  9. 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…

  10. 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 …

  11. comment
    Comment #37137817

    The CDK and Pulumi teams must be truly delighted by this move.

  12. comment
    Comment #37136242

    You don’t think handling edge cases and errors is fundamentally necessary?

  13. 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…

  14. 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_ …

  15. 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…

  16. 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…

  17. 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 …

  18. 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.

  19. 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…

  20. 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…

  21. 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 …

  22. comment
    Comment #32391930

    I have the worst news for you about blockchains.

  23. comment
    Comment #32391107

    There are entities other than the government that you might want to hide money from.

  24. comment
    Comment #32308250

    Your certificate is bad; it's serving the Squarespace cert for the justvanilla domain.

  25. 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.