tuhats
No user record in our sample, but tuhats has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but tuhats has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> It's mildly offensive that u10000 is a builtin type but vec2f Zig does have builtin vec2f, it is spelt @Vector(2, f32).
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 and I often in fact think is the only…