What is Nostr?
npub1s08…9gqm
2024-05-07 23:22:33

npub1s0…w9gqm on Nostr: the thing about c++ is you can do `std::numeric_limits<uint32_t>::max()` and be ...

the thing about c++ is you can do

`std::numeric_limits<uint32_t>::max()`

and be technically correct, portable, more expressive, etc.

or you can just do

`UINT32_MAX`

which is probably Wrong and Bad in many ways, but has the strong advantage of not sucking ass
Author Public Key
npub1s08h5hqyr39p7w3f757j5rsvq2c0hd2q6eya9akyhg4vgwsg5f5sew9gqm