Manucode@infosec.pub to Math Memes@lemmy.blahaj.zoneEnglish · 1 year ago💲🟰⭐➗👄✖️1️⃣infosec.pubimagemessage-square32linkfedilinkarrow-up1187arrow-down15
arrow-up1182arrow-down1image💲🟰⭐➗👄✖️1️⃣infosec.pubManucode@infosec.pub to Math Memes@lemmy.blahaj.zoneEnglish · 1 year agomessage-square32linkfedilink
minus-squareManucode@infosec.pubOPlinkfedilinkEnglisharrow-up18·1 year agoUnicode modulo 12 + 1 Aries = ♈ = U+2648 2648 base 16 = 9800 base 10 9800 modulo 12 = 8 8 + 1 = 9
minus-squareDahGangalang@infosec.publinkfedilinkEnglisharrow-up3·1 year agoI’m unclear why you’d modulo when the OP calls for division? That said, I hate that this almost works out to a reasonable sounding tariff rate number with the modulo.
minus-squareManucode@infosec.pubOPlinkfedilinkEnglisharrow-up3·1 year agoYou still have to divide by the number of boys you kissed and multiply by one
minus-squareDahGangalang@infosec.publinkfedilinkEnglisharrow-up1·1 year agoRight. So I assume in your case, you’ve kissed 12 boys* which would be why you’d modulo by 12. But why do the modulo instead of division? *Side note: do they have to be boys (as in juvenile/adolescent males), or are we counting grown men too?
minus-squareManucode@infosec.pubOPlinkfedilinkEnglisharrow-up3·1 year agoThere are 12 zodiacs. In unicode, they have consecutive hexadecimal codes (2648 to 2653). Converting to decimal, doing modulo 12 and adding 1 should yield the numbers 1 to 12. At least that was my intention.
minus-squareSchwertImStein@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·1 year agothis is just getting the star sign value, so before the division
Unicode modulo 12 + 1
Aries = ♈ = U+2648
2648 base 16 = 9800 base 10
9800 modulo 12 = 8
8 + 1 = 9
I’m unclear why you’d modulo when the OP calls for division?
That said, I hate that this almost works out to a reasonable sounding tariff rate number with the modulo.
You still have to divide by the number of boys you kissed and multiply by one
Right. So I assume in your case, you’ve kissed 12 boys* which would be why you’d modulo by 12. But why do the modulo instead of division?
*Side note: do they have to be boys (as in juvenile/adolescent males), or are we counting grown men too?
There are 12 zodiacs. In unicode, they have consecutive hexadecimal codes (2648 to 2653). Converting to decimal, doing modulo 12 and adding 1 should yield the numbers 1 to 12. At least that was my intention.
this is just getting the star sign value, so before the division