Live data from Hacker News

Viewing profile — ajrw

ajrw

HN member
Joined
Fri, Oct 25, 2019, 3:06 PM UTC
HN karma
3
Public activity
5 items

About ajrw

No profile information was provided.

Recent public activity

  1. comment
    Comment #26915591

    JWK is a good option for representing public keys, for an Ed25519 key you would have something like this: { "kty":"OKP", "crv":"Ed25519", "x":"oF0a6lgwrJplzfs4RmDUl-NpfEa0Gc8s7IXei…

  2. comment
    Comment #25421145

    I don't think you'd need to target specific wallets, you'd probably just generate a ton of keys and match them against any known wallets.

  3. comment
    Comment #23576877

    It's been a while since I caught up on the BBR work, are there any ways to tweak the algorithm for cases where you want 'increased fairness' – ie. deferring to other data streams b…

  4. comment
    Comment #22867301

    Wow, I knew it was using SCTP but I didn't know that was inside the DTLS channel. That seems like a lot of overhead.

  5. comment
    Comment #22762764

    The spec still says NewReno, but I believe Google are mainly using BBR, if not BBR v2.