cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoTell me the truth ...piefed.jeena.netimagemessage-square97linkfedilinkarrow-up122arrow-down11
arrow-up121arrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square97linkfedilink
minus-squarelaranis@lemmy.ziplinkfedilinkarrow-up1·edit-22 months ago01111111 = true 11111111 = negative true = false
minus-squarericecake@sh.itjust.workslinkfedilinkarrow-up1·2 months agoCould also store our bools as floats. 00111111100000000000000000000000 is true and 10111111100000000000000000000000 is negative true. Has the fun twist that true & false is true and true | false is false .
minus-squareOpenStars@piefed.sociallinkfedilinkEnglisharrow-up1·2 months agoWhy do alternative facts always gotta show up uninvited to the party? 🥳
minus-squarepocker_machine@lemmy.worldlinkfedilinkarrow-up0·2 months agoSo all this time true was actually false and false was actually true ?
minus-squarelaranis@lemmy.ziplinkfedilinkarrow-up0·2 months agoDepends on if you are on a big endian or little endian architecture.
minus-squarepocker_machine@lemmy.worldlinkfedilinkarrow-up1·2 months agoCome on man, I’m not gonna talk about my endian publicly
minus-squarecaseyweederman@lemmy.calinkfedilinkarrow-up1·2 months ago0011 1111 = could you repeat the question
01111111 = true
11111111 = negative true = false
Could also store our bools as floats.
00111111100000000000000000000000
is true and10111111100000000000000000000000
is negative true.Has the fun twist that true & false is true and true | false is false .
Why do alternative facts always gotta show up uninvited to the party? 🥳
So all this time true was actually false and false was actually true ?
Depends on if you are on a big endian or little endian architecture.
Come on man, I’m not gonna talk about my endian publicly
00001111 = maybe
10101010 = I don’t know
0011 1111 = could you repeat the question
Schrödingers Boolean