this post was submitted on 23 Jan 2025
476 points (99.6% liked)
Mildly Interesting
17855 readers
1 users here now
This is for strictly mildly interesting material. If it's too interesting, it doesn't belong. If it's not interesting, it doesn't belong.
This is obviously an objective criteria, so the mods are always right. Or maybe mildly right? Ahh.. what do we know?
Just post some stuff and don't spam.
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
As a developer, users doing dumb shit like this really makes me question why I’m trying to help make life easier for them in the first place.
I have a shipping web application with fields that every shipment should have, for example “tracking number.” These people will prefix the value with “PRO#” or “#” as if the field isn’t already labeled correctly. I’ve fought for years with validation, sanitizing, etc. because having this junk data causes issues further down the line.
The same goes for other similar fields (reference numbers for example); they’ll also do everything they can to fuck up the address as much as possible so that it can’t be validated (unit number first, completely mismatched city and postal code, putting the street in a field that doesn’t belong to the address, etc).
I always try to give them the benefit of the doubt—they’re not developers. But is this something like, hard to understand for normal people? I’ve talked to them several times yet they can’t be fucked with to change their ways.
Which TMS you in bruh? That universe of data is bat shit crazy.
I rolled my own. I love but hate it, so many hacks to make quoting work. My goal is that you enter the information and it figures out the annoying shit itself (overlength fees, residential/hospital, etc).
There’s one carrier where I have to look up if it’s an Amazon warehouse and if so do a ton of crazy math to calculate the fee (since these 90s SOAP APIs don’t calculate shit for you).