this post was submitted on 24 Sep 2023
245 points (98.0% liked)

Technology

70847 readers
3052 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] [email protected] 39 points 2 years ago* (last edited 2 years ago) (2 children)

This happened where I work. An inexperienced team was making changes to a shared code base. They made changes to make usernames case insensitive, without thinking about them ready being case sensitive. So if you logged in with user CAT123, you might get cat123's info. And then I was left on the team that had to clean up their mess and find and understand the impact.

[–] [email protected] 21 points 2 years ago (1 children)

Whoever ever thought that case sensitivity is a good idea ever in any place or time whatsoever, can go to hell. Including but not limited to Unix systems.

[–] [email protected] 18 points 2 years ago

I hadn't given it much thought as so many of the legacy systems I worked with were case sensitive. But I'm with you. Except for passwords.