Live data from Hacker News

Viewing profile — gavinclarke0

gavinclarke0

HN member
Joined
Thu, Jan 13, 2022, 5:27 PM UTC
HN karma
110
Public activity
4 items

About gavinclarke0

No profile information was provided.

Recent public activity

  1. comment
    Comment #30222309

    I fell for this. When I called adobe to complain the service rep said, in a manner not much polite than this, that "I don't believe you that you didn't know you were signing up for…

  2. comment
    Comment #30028700

    I implemented it using generics not for performance gains but to avoid type assertions and interfaces which I find are a major source of error and side step many of the benefits of…

  3. comment
    Comment #30026226

    Using atomic instructions is still generally considered lockless with the idea that since the lock is at the instruction level and thus progress can still be guaranteed it is "lock…

  4. story
    Show HN: Lockless Ringbuffer Built with Go Generics

    A single publisher, multi subscriber lockless ring buffer build with the new generics in Go 1.18beta.