this post was submitted on 07 May 2025
306 points (94.7% liked)
Technology
69867 readers
3212 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.