this post was submitted on 22 Dec 2020
8 points (100.0% liked)

Privacy

33462 readers
493 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

Hey everyone!

Not so fitting with the ol 'rona about.. However,

I made this simple and unique way to share you contact data without having to sign-up for a service, all using QR codes and client-side JS.

I would love some feedback.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 years ago* (last edited 4 years ago) (1 children)

That’s a pretty interesting concept. Have you used it with anyone?

I was also wondering if this might be good for sending names and addresses where they have a lot of accents/special characters/diacritics that a keyboard might not have (like in parts of asia for example).

The form is nice how it populates fields on demand. I have a form I’m building with about 17 possible fields that I’m trying to figure out the best way to let user add/remove smoothly.

I didn’t look at the code but it might be nice to explicitly state that no addresses are saved on the server, including log files so long as that’s true.

Cheers

[–] [email protected] 1 points 3 years ago

Hey, sorry for the late reply.

I've used it a few times with great success, although the flow can be awkward on Android when importing the downloaded .vcf file into the contact app.

Good point with special characters, I can totally see how could be useful.

I was pretty happy with the field option, glad you liked it! Didn't want to overload the user with too many options initially.

I'll make it more explicit that no data is stored, thanks for the feedback :)