@karolherbst @trilader Yeah, travelling to 1972 and changing the language would be best :-).
pavel@social.kernel.org
@pavel@social.kernel.org
Posts
-
"Fun bug of the month, mesa edition, episode may" -
"Fun bug of the month, mesa edition, episode may"@trilader @karolherbst Actually right solution would be uint64_t some_var = ((uint 64_t)1) << 31; AFAICT. -
"Fun bug of the month, mesa edition, episode may"@trilader @karolherbst Yes, int promotion. 1L<<31L would still be broken on 32-bit architectures (as long is 32 bit there). You'd need 1LL or something, AFAICT. -
"Fun bug of the month, mesa edition, episode may"@karolherbst C is 1973 or so. If you believe it is confusing, try assembly :-). -
Awesome. A Redditor emailed Ken Thompson about the UNICS to UNIX namechange.@nixCraft Taking care to redact your own name but leaving Ken's email address in... is not ok. -
I cracked my first #C64 game!@janbeta What does netiquette says about copyright violations?