Viewing profile — tuhats
tuhats
HN member- Joined
- Thu, Jun 01, 2023, 2:32 PM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About tuhats
No profile information was provided.
Recent public activity
-
comment
Comment #38472783
> It's mildly offensive that u10000 is a builtin type but vec2f Zig does have builtin vec2f, it is spelt @Vector(2, f32).
-
comment
Comment #36151746
I have played around with using @Vector for linear algebra. This removes the need for operator overloading for a vector type, which covers most use cases of operator overloading an…