Viewing profile — cancername
cancername
HN member- Joined
- Thu, Jul 06, 2023, 6:18 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About cancername
No profile information was provided.
Recent public activity
-
comment
Comment #46985789
didn't expect an analysis of a cheat from them, interesting technical bits though.
-
comment
Comment #36620734
Yes: const std = @import("std"); const expectEqual = std.testing.expectEqual; test "u4 is 1 byte" { try expectEqual(1, @sizeOf(u4)); } test "u4 is 4 bits" { try expectEqual(4, @bit…