←back to thread

81 points nateb2022 | 3 comments | | HN request time: 0.482s | source
Show context
jandrese ◴[] No.44506150[source]
Wow, ambitious project. Anybody who has tried to verify addresses can tell you that the staggering number of different formats and conventions around the world make it and almost intractable problem. So many countries have wildly informal standards and people putting down just whatever they want because the mailman "just knows".
replies(2): >>44506286 #>>44509102 #
derdi ◴[] No.44509102[source]
> Anybody who has tried to verify addresses

Why would one try to "verify" addresses that one knows nothing about?

> because the mailman "just knows"

The mailman does "just know", and the mailman is who the address is for. Web forms I have seen that have tried to "verify" my address have never done so in a way that made the address better for the mailman.

EDIT: I've long thought that web forms should not have separate "street", "street line 2", "number", "apartment", "whatever" fields. Instead they should offer a multi-line input field labeled "this will go straight on the address label, write whatever you like but it's your problem if it doesn't arrive". You'd probably still need separate fields for town/postcode for calculating postage. And of course it wouldn't work because the downstream delivery company would also insist on something it can "verify".

replies(2): >>44509595 #>>44509967 #
1. jandrese ◴[] No.44509967[source]
> Why would one try to "verify" addresses that one knows nothing about?

So you aren't shipping your product to some place that doesn't exist. Also, some KYC requires that you verify the address of the person.

replies(2): >>44510596 #>>44510872 #
2. derdi ◴[] No.44510596[source]
> So you aren't shipping your product to some place that doesn't exist.

But businesses can't usually verify whether a place exists. The best they can usually do is to verify whether a place has an entry in their database of supposedly all places that supposedly existed at a point in time that is necessarily in the past.

That's not the same thing. Trust me, I would know: I live in a new-ish building, and for at least two years after it was completed and people were living here, some businesses still refused to take my money because they claimed that my address didn't exist. That was neither in their interest nor in mine.

> Also, some KYC requires that you verify the address of the person.

Define "verify". Verify that they provided some address that exists somewhere, possibly unconnected to the person? Worthless. Verify that they can receive mail at said address? OK, but doesn't require you to parse the address, just to print it onto a label and let the post office worry about it.

3. grapesodaaaaa ◴[] No.44510872[source]
In the shipping scenario, you can’t really know if it’s a local address or not without talking to someone with local knowledge.

The FAA even legally accepts “third house down from the barn” in some instances.

The KYC scenario is different, and a PITA for people like me, because I spent half my life without a physical mailing address (we picked it up at the post office).

The real world is messy, and u feel like SV and finance have done a lot of hand waving to ignore this.