DaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 3 days agoPlease Choose a Password You Will Not Have Used in the Futureprogramming.devimagemessage-square9fedilinkarrow-up1302arrow-down11
arrow-up1301arrow-down1imagePlease Choose a Password You Will Not Have Used in the Futureprogramming.devDaleGribble88@programming.dev to Programmer Humor@programming.devEnglish · 3 days agomessage-square9fedilink
minus-squareCethin@lemmy.ziplinkfedilinkEnglisharrow-up1·2 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.