DaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 4 days agoPlease Choose a Password You Will Not Have Used in the Futureprogramming.devimagemessage-square9linkfedilinkarrow-up1286arrow-down10
arrow-up1286arrow-down1imagePlease Choose a Password You Will Not Have Used in the Futureprogramming.devDaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 4 days agomessage-square9linkfedilink
minus-squareCethin@lemmy.ziplinkfedilinkEnglisharrow-up1·3 days agoIsn’t the most obvious just an off-by-one error? It checked the 0th position in the array of former passwords, and output the index as the output. We start at index 0 while programming for the first entry in an array.
Isn’t the most obvious just an off-by-one error? It checked the 0th position in the array of former passwords, and output the index as the output. We start at index 0 while programming for the first entry in an array.