Live data from Hacker News

Viewing profile — piccirello

piccirello

HN member
Joined
Wed, Feb 17, 2010, 1:33 AM UTC
HN karma
796
Public activity
103 items

About piccirello

https://pic.dev

Security at PostHog (W20);

Former Co-Founder & CTO at Doppler (W19)

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #47868979

    This excerpt from the article describes the risk well. > In Firefox Private Browsing mode, the identifier can also persist after all private windows are closed, as long as the Fire…

  5. comment
    Comment #47330498

    I've been using SSH for ~15 years and never knew about these escape sequences. I'm eagerly awaiting my next hung session so that I can test `~.`. It's much nicer than my current ap…

  6. story
    SSH Secret Menu

    https://xcancel.com/rebane2001/status/2031037389347406054

  7. comment
    Comment #47138455

    `setHTML` is meant as a replacement for `innerHTML`. In the use case you describe, you would have never wanted `innerHTML` anyway. You'd want `innerText` or `textContent`.

  8. comment
    Comment #46735902

    In Apple's case, starting with macOS Tahoe, Filevault saves your recovery key to your iCloud Keychain [0]. iCloud Keychain is end-to-end encrypted, and so Apple doesn't have access…

  9. comment
    Comment #46687931

    > We’re gradually transitioning the AWS European Sovereign Cloud to be operated exclusively by EU citizens located in the EU. During this transition period, we will continue to wor…

  10. comment
    Comment #46687916

    The docs explicitly describe this cloud's independence from the US. > The AWS European Sovereign Cloud will be capable of operation without dependency on global AWS systems so that…

  11. comment
    Comment #46307696

    Here's the PR[0] that resolved the SSRF issue. This fix was shipped within 24 hours of receiving the initial report. It's worth noting that at the time of this report, this only af…

  12. comment
    Comment #46307396

    I work on security at PostHog. We resolved these SSRF findings back in October 2024 when this report was responsibly disclosed to us. I'm currently gathering the relevant PRs so th…

  13. story
  14. story
  15. comment
    Comment #43442238

    This is bullshit. What real harm can the defendant(s) claim over these features being delayed? Someone is trying to make a quick buck.

  16. story
  17. comment
    Comment #42511707

    I utilized SSE when building automatic restart functionality[0] into Doppler's CLI. Our api server would send down an event whenever an application's secrets changed. The CLI would…

  18. story
  19. comment
    Comment #40641137

    > The Secure Enclave randomizes the data volume’s encryption keys on every reboot and does not persist these random keys, ensuring that data written to the data volume cannot be re…

  20. story
  21. story
  22. story
  23. comment
    Comment #38710316

    I wonder what impact this will have on Mozilla's OpenSSH configuration guide[0], which currently specifies `chacha20-poly1305@openssh.com` as its primary cipher. Should that be dro…

  24. story
  25. comment
    Comment #37177821

    I'm the CTO of a popular Secrets Management platform. It's fair to say that I personally have a lot of experience with secrets and requirements around them, based on conversations …