dhruv3006@lemmy.world to Programmer Humor@programming.dev · 1 day agoAmazon AIlemmy.worldimagemessage-square67linkfedilinkarrow-up1750arrow-down14
arrow-up1746arrow-down1imageAmazon AIlemmy.worlddhruv3006@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square67linkfedilink
minus-squareSiethron@lemmy.worldlinkfedilinkarrow-up14·17 hours agoIf 1 no else if 2 yes else if 3 no…
minus-squareprime_number_314159@lemmy.worldlinkfedilinkarrow-up1·4 hours agoAre you working with 20 bit integers? You’ll never get it down to a million lines like that… There’s a million lines of If >4096, subtract 4096 Then a quick lookup case statement for whether the remaining number is even.
minus-squareShayeta@feddit.orglinkfedilinkEnglisharrow-up5·16 hours agoIf you want to learn natural language processing, this is actually a fun example to generate code for.
If 1 no else if 2 yes else if 3 no…
Are you working with 20 bit integers? You’ll never get it down to a million lines like that…
There’s a million lines of If >4096, subtract 4096
Then a quick lookup case statement for whether the remaining number is even.
If you want to learn natural language processing, this is actually a fun example to generate code for.
Exactly…