My argument is knowledge is priceless, but education is worthless. Degrees now mean nothing whether AI assisted or not so going into insane debt for no reason is reckless.
I want coders to learn from trusted sources too. How do you authorize a user and store the password (plain text, hash, encrypt)? Do you use MD5 or SHA-256? (Always hash passwords, don’t use MD5)
If you have to encrypt some information, do you use AES or Triple DES ? (never Triple DES)
When authorizing with OAuth, should one send the auth url, client id, client secret, scopes, and redirect url to the client machine? (yes, yes, no, yes, yes)
These are basic questions with answers that are easy to find…and many programmers get them very, very wrong. Mostly out of carelessness, often the question itself doesn’t even pop into their head.
You frame that as if the same can’t happen if you use AI. At least if you actually do the work you have the knowledge and the ability to research.
My argument is knowledge is priceless, but education is worthless. Degrees now mean nothing whether AI assisted or not so going into insane debt for no reason is reckless.
If you’re coding or whatever this is fine. But I would really, really like my doctors and engineers to be educated by other doctors and engineers.
I want coders to learn from trusted sources too. How do you authorize a user and store the password (plain text, hash, encrypt)? Do you use MD5 or SHA-256? (Always hash passwords, don’t use MD5)
If you have to encrypt some information, do you use AES or Triple DES ? (never Triple DES)
When authorizing with OAuth, should one send the auth url, client id, client secret, scopes, and redirect url to the client machine? (yes, yes, no, yes, yes)
These are basic questions with answers that are easy to find…and many programmers get them very, very wrong. Mostly out of carelessness, often the question itself doesn’t even pop into their head.
Relavent XKCD
You have way too much faith in humans.