BmeBenji@lemm.ee to Programmer Humor · 9 months agoKB, MB, GB, and TB are all part of the metric system. What empirical measurements should we Free™️ Americans use for computer memory?message-squaremessage-square195fedilinkarrow-up1396arrow-down127
arrow-up1369arrow-down1message-squareKB, MB, GB, and TB are all part of the metric system. What empirical measurements should we Free™️ Americans use for computer memory?BmeBenji@lemm.ee to Programmer Humor · 9 months agomessage-square195fedilink
minus-squaretetris11linkfedilinkarrow-up4·9 months agounsigned long long and minus unsigned long long
minus-squarederpgon@programming.devlinkfedilinkarrow-up2·9 months agoI didn’t do C++ for over 5 years. Does minus unsigned really give you one bit of data extra?
minus-squaresparky@lemmy.federate.cc@lemmy.federate.cclinkfedilinkarrow-up1·9 months agoAre we assuming we’re allowed to use defines and templates? 😏
unsigned long long
andminus unsigned long long
I didn’t do C++ for over 5 years. Does
minus unsigned
really give you one bit of data extra?Are we assuming we’re allowed to use defines and templates? 😏
B-b-but those are cheating 😒