Viewing profile — ghhhhhk8899jj
ghhhhhk8899jj
HN member- Joined
- Thu, Nov 26, 2020, 7:27 AM UTC
- HN karma
- 9
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ghhhhhk8899jj
No profile information was provided.
Recent public activity
-
comment
Comment #27512577
Making your own custom USB device has quite a large upfront cost since you need to buy a PID/VID.
-
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; >…
- comment
-
comment
Comment #27313137
There's no reason to assume that code would contain fewer bugs.
-
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.
-
comment
Comment #25217720
I always find "language X is faster than Y" statements funny when language X's runtime is written in language Y.