Viewing profile — inhahe
inhahe
HN member- Joined
- Tue, Aug 27, 2019, 5:18 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About inhahe
No profile information was provided.
Recent public activity
-
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.
-
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 …