Live data from Hacker News

Viewing profile — ghhhhhk8899jj

ghhhhhk8899jj

HN member
Joined
Thu, Nov 26, 2020, 7:27 AM UTC
HN karma
9
Public activity
6 items

About ghhhhhk8899jj

No profile information was provided.

Recent public activity

  1. comment
    Comment #27512577

    Making your own custom USB device has quite a large upfront cost since you need to buy a PID/VID.

  2. comment
    Comment #27420419

    volatile does not imply compiler fence on gcc, so this code has a race condition when updating read/write_position, you need compiler barriers here >data[write_position] = value; >…

  3. comment
  4. comment
    Comment #27313137

    There's no reason to assume that code would contain fewer bugs.

  5. comment
    Comment #27231160

    For now... Wait a few months/a year and they will find a reason to "take advantage" of that increase in performance and slow it back down again.

  6. comment
    Comment #25217720

    I always find "language X is faster than Y" statements funny when language X's runtime is written in language Y.