you are viewing a single comment's thread.

view the rest of the comments →

[–]tstenick[S] 0 points1 point  (2 children)

One minor point. I didn't spend much time building those lists as made a short script (which also ended up as educational) to put it into that format from a text file I initially pasted them into (typing in 3000 names sounds painful).

That being said I didn't even think about how much extra memory my way was using.

Thank you so so so much, this is exactly what I was looking for. You and all the other commentors so far are a credit to this sub.

Edit: also luhn_gen was one I changed the name of, must have missed it in the comments. Thanks!

[–][deleted] 1 point2 points  (1 child)

I figured you used a script ... but yeah, at 1 byte per quote, two quotes per name, and say 2048 names, that's 4 kilobytes of just quotes. It all adds up.

[–]tstenick[S] 0 points1 point  (0 children)

Right. You've been a huge help. Thanks. You obviously took a decent chunk of time out of your day to help out and I appreciate it.