Live data from Hacker News

Viewing profile — bnurun

bnurun

HN member
Joined
Mon, Apr 26, 2021, 12:02 AM UTC
HN karma
8
Public activity
6 items

About bnurun

No profile information was provided.

Recent public activity

  1. comment
    Comment #26957366

    Considering where Firefox and Chrome overall stand on sandboxing, two libraries isn't substantial. Chrome has consistent, extensive sandboxing, and Firefox has sandboxing here and …

  2. comment
    Comment #26957055

    > if Chrome doesn't have it, it must be useless Those Chrome CVEs are for single-digit version numbers from 10 years ago. I'm sure they sandbox FFmpeg more extensively now.

  3. comment
    Comment #26956826

    Site Isolation can mitigate Spectre attacks: https://security.googleblog.com/2018/07/mitigating-spectre-w...

  4. comment
  5. comment
    Comment #26938104

    > not an innocent-looking convenience syntax for flirting with the UB I agree, but C++ uses this pattern in so many places that I think it is less confusing to be consistent. When …

  6. comment
    Comment #26938015

    The deliberate omission of std::span::at() is annoying. The paper that introduced std::span was titled "span: bounds-safe views for sequences of objects," but there is actually no …