Live data from Hacker News

Viewing profile — cancername

cancername

HN member
Joined
Thu, Jul 06, 2023, 6:18 PM UTC
HN karma
1
Public activity
2 items

About cancername

No profile information was provided.

Recent public activity

  1. comment
    Comment #46985789

    didn't expect an analysis of a cheat from them, interesting technical bits though.

  2. 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…