this post was submitted on 20 Feb 2024
164 points (94.6% liked)
Technology
62853 readers
3846 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- 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, to ask if your bot can be added please contact us.
- 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
If there were collisions in the output you'd see them while scanning those thousands of entries. And if they release a new model you can use it going forward and keep scanning the old items with the old one.
This happens in inventory sometimes, new technology comes out, you have to update asset tags.
Tell me you've never developed commercial security software without telling me. "If it works a few thousand times without collisions it should be reliable enough". That's not even good enough for tamper proof seals on medication and yogurt jars let alone applications that require the sender and recipient to use a dedicated tetrahertz scanner to validate.
.... Damn AI fanboys smh
Nobody said anything about security applications, lol. It's a proof of concept and you're getting all worked up over complete hypotheticals. Where did you even get the idea that it would have collisions within thousands?
In security applications you need to account for actors with a marked interest in causing a collision but in an inventory scenario you simply generate IDs randomly until you get one that's not a duplicate. There's no problem using a hash algorithm with collisions if the probability is small enough. There are tons of scientific labs using MD5, btw.