Howard Chu @ Symas on Nostr: npub1ar85x…urmzu I don't really get examples like these because nobody would ever ...
npub1ar85xsqez8khukxayneapjf7kspt7txza6qs9srdwzeecfww9reqsurmzu (npub1ar8…rmzu) I don't really get examples like these because nobody would ever write them in real code.
Nobody compares sizeof(s) with sizeof another thing. Nobody really cares about the exact value of sizeof - they only care that they can obtain it, to pass to malloc().
Nobody does multiplication on char literals. That's just nuts.
Shifts that overflow - could happen in real code, ok.
pre- and post-incr of the same var in one expr - just asking for trouble. It's unreadable as-is, why do it?
Published at
2024-02-06 02:56:00Event JSON
{
"id": "53d29d11d202242797f965ea8631a69c113d970ed2eed2d3fdba145fc866b543",
"pubkey": "5aeb250b3075a12bd05e16c8a3c40da91a553fa92164a39915a3a0615fe51864",
"created_at": 1707188160,
"kind": 1,
"tags": [
[
"p",
"e8cf43401911ed7e58dd24f3d0c93eb402bf2cc2ee8102c06d70b39c25ce28f2",
"wss://relay.mostr.pub"
],
[
"p",
"3162e1dc0f470cf12c0636f2a965df906de9c1cb3343ec7fa0b209d7e35ccc4f",
"wss://relay.mostr.pub"
],
[
"e",
"d2e5f2218207af9d52d3b2671fcad3bde5cdcbc14923b7486e57f74b71cee6e4",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://mastodon.social/users/hyc/statuses/111882283287553723",
"activitypub"
]
],
"content": "nostr:npub1ar85xsqez8khukxayneapjf7kspt7txza6qs9srdwzeecfww9reqsurmzu I don't really get examples like these because nobody would ever write them in real code.\n\nNobody compares sizeof(s) with sizeof another thing. Nobody really cares about the exact value of sizeof - they only care that they can obtain it, to pass to malloc().\n\nNobody does multiplication on char literals. That's just nuts.\n\nShifts that overflow - could happen in real code, ok.\n\npre- and post-incr of the same var in one expr - just asking for trouble. It's unreadable as-is, why do it?",
"sig": "bc757ba9f01bc5c3914b991aa065c555e4ce8ec87d7da3b63f667280e4190dda52ced85ad6c7c83f7ea8adb7913abfc60c56957b6a7b9c371135351b45d07fc6"
}