this post was submitted on 21 Aug 2023
3 points (100.0% liked)
Privacy
31837 readers
90 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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's a great idea! I have thrown together a small web app to "emulate" the loyalty card for Payback, one of Germany's biggest loyalty card providers. Take a look here: https://apfelkompott.codeberg.page/loyalty-card-hosting/
To get started with some of the codes, I have scoured the web for images of cards, and added those to a list. (I've also provided the sources as part of the app.) You can also modify the code in the URL. As long as it's a valid EAN13 value, the bar code should render just fine.
Adding new providers/codes should be easily doable, if we had screenshot of the apps that show the design and the number format used for the code.
Let me know what you think.
PS: For the record, I am not affiliated with Payback, nor do I endorse using other people's card or code. This emulator is meant to be used with your number and your number alone.
That's looking quite promising. The main thing missing before being ready for me is filter/add by region and of course shop name. Then it can go out i think (+ give me a random code feature as the next step).
And make a new post with this, no one will notice otherwise (if you haven't already)
Thanks for your suggestion! I've created a dedicated post for the app.
Regarding your suggestions, it's already possible to use a random code: When clicking the "Enter code" button at the top, a random code is suggested to you. With a click on "Let's go", you get to the card with that random number.
If you have some experience with TypeScript and/or React, feel free to fork and contribute! I'm always happy for pull requests.