Live data from Hacker News

Viewing profile — inhahe

inhahe

HN member
Joined
Tue, Aug 27, 2019, 5:18 PM UTC
HN karma
2
Public activity
2 items

About inhahe

No profile information was provided.

Recent public activity

  1. comment
    Comment #48421363

    And in my experience with AI doing personal projects, 10x as fast probably understates it by at least an order of magnitude.

  2. comment
    Comment #32647189

    "WGPUColorWriteMask_Alpha|WGPUColorWriteMask_Blue" creates a number with both the alpha and blue bits set, then "mask &" (that number) ands the mask with that number in which both …