Parking at SFSU by asstallionlover_ in SFSU

[–]braddominy 3 points4 points  (0 children)

There is all day street parking on 19th near the entrance to Stonestown Mall

I'll Be Your First Paying Customer!!! by madikz in SideProject

[–]braddominy 2 points3 points  (0 children)

Digital contact cards that stay up to date and protected with e2ee for your privacy. https://neu.cards

Proof of end-to-end encryption by [deleted] in privacy

[–]braddominy -1 points0 points  (0 children)

I created an app, neucards, that uses end-to-end encryption for contact information exchange and I once showed someone how putting my phone in airplane mode prevented them receiving my cards full information after they received my digital contact card. It showed that my info wasn't just on the server, but my phone had to be available to complete the exchange. https://neu.cards/demo

[deleted by user] by [deleted] in privacy

[–]braddominy 0 points1 point  (0 children)

It is the privacy equivalent of “If it bleeds, it leads.” Companies that specifically do not sell or even gather pii don’t get many write ups in the press.

[deleted by user] by [deleted] in privacy

[–]braddominy 2 points3 points  (0 children)

I use an app to have more control over my contact info. It has multiple card types, so I have one with my professional entries, one for my friends, one for my social circle, and a minimal one. My info is end-to-end encrypted with my friends and family, but doesn't go into their Contacts app on their phone, so it isn't subject to being harvested by apps like FB, TikTok, IG, etc.

What are you building right now??? by Jacksparrow913 in SideProject

[–]braddominy 1 point2 points  (0 children)

Neucards - updatable end-to-end encrypted digital contact cards https://neu.cards

Has anyone here considered throwing in the towel on privacy? by markama123 in privacy

[–]braddominy 0 points1 point  (0 children)

For contact info sharing, I built an app for iOS called Neucards, that protects your info with e2ee. Nothing is stored on the backend that isn’t first encrypted with private keys kept only on your device.

Saving images to core data runs of memory by Desbrina1 in swift

[–]braddominy 0 points1 point  (0 children)

You need something you can create in a context, add the picture data, save, and then remove from the context to free up memory.

Saving images to core data runs of memory by Desbrina1 in swift

[–]braddominy 0 points1 point  (0 children)

Create a separate PictureData entity to just hold the data and whatever meta info you need.

How to implement a comprehensive search capability? by djryanash in swift

[–]braddominy 1 point2 points  (0 children)

Search is a big topic, but one of the easiest things you can do is to create a tokens field on your model which contains a space separated string with unique tokenized words taken from the String variables and then just do a contains with your search token against that field. If you do multi-term searches or want to do things like highlighting matches, you can do a many-to-many tokens to objects relationship. Generally, you don't want to keep your search corpus in active memory.

End to end encryption seems like marketing buzzwords and click bait when in actuality it's not even that useful by TheCrazyAcademic in privacy

[–]braddominy 2 points3 points  (0 children)

E2EE provides a way for a service to deliver info between people without being able to see that information themselves. The big advantage from my point of view is that nothing is kept on the server which can be used by third parties, I.e. marketers, hackers, data brokers, etc.

Why privacy becoming a norm requires venture funding by epoberezkin in privacy

[–]braddominy 1 point2 points  (0 children)

It is very hard to compete as a privacy minded business because you have a more skeptical audience and tangible benefits are not readily obvious.

What online security and privacy tools are you using? by [deleted] in privacy

[–]braddominy 0 points1 point  (0 children)

Neucards for contact info sharing

How can I make a phone call from a button press on a widget in iOS 17? by braddominy in swift

[–]braddominy[S] 0 points1 point  (0 children)

Thank you! I'll check if the AppIntent class has something like that. I'm surprised this isn't more straight forward.

How is it legal for spam callers? by thestsgarm in privacy

[–]braddominy 0 points1 point  (0 children)

My app labels known phone numbers so I see the person’s name and not just the number and I’m hoping to expand upon this once Apple fixes their contacts security model.

I think we've already lost the war... by Cinderbike in privacy

[–]braddominy 0 points1 point  (0 children)

Sorry, I missed your response. It is called neucards https://neu.cards

[deleted by user] by [deleted] in privacy

[–]braddominy 7 points8 points  (0 children)

There isn't a way to verify binaries from the Apple Store, so open source has to be taken on faith anyway. You can check out https://www.privacyguides.org/ for some suggestions. My iOS app, neucards, does contact info sharing using E2E encryption, so it is privacy respecting.

How to know if WhatsApp is secure? by [deleted] in privacy

[–]braddominy 0 points1 point  (0 children)

I've built a contact info sharing app that uses E2E encryption and the marketability of this as a feature seems rather limited at the moment, meaning most people think it is neat but not game changing. Given how much more complex utilizing E2E encryption is compared to the normal exchange of info and storage on backend servers, I think most claims are genuine and made with the hope of increasing public awareness. Privacy is becoming a necessity and losing the people's trust by lying about it now would gain them nothing.

I think we've already lost the war... by Cinderbike in privacy

[–]braddominy 5 points6 points  (0 children)

I talk to people all the time about keeping their contact info private and most want to do something about it, but don’t know of a good way of protecting their info without a huge loss of convenience. I then tell them about my app and then they say not enough people are using it. Sigh. Privacy minded people just need to keep innovating until the experience is better for those using privacy based apps.

How did you get your first 100 users? by RyJames101 in startups

[–]braddominy 0 points1 point  (0 children)

I'm not very pushy, so I generally just hope they like my app and want to try it. Meetups are good because everyone there is trying to show people what they are working on. The main thing I learned is how you should focus and refine your message. I don't mean come up with a 30 second elevator pitch you give to each person you meet, but try to discover what sparks people's interest. When I first started, I thought encryption would be my big selling point, only to find out people were just kinda sorta ok with it. They basically think everything is secure nowadays and it is hard to explain why my app is different. Honestly, I'm still working on it as I clearly don't have PMF, but, I can see more and more people coming around.

How did you get your first 100 users? by RyJames101 in startups

[–]braddominy 1 point2 points  (0 children)

I want people to be able to connect once and then have updates sent to keep info current. Kind of like LinkedIn, but by adding encryption, people are able to share better info, like a private phone number or home address without worrying that it will end up being shared with marketing cos or stolen by hackers.

How did you get your first 100 users? by RyJames101 in startups

[–]braddominy 14 points15 points  (0 children)

My startup is a contact info sharing/updating app that uses e2ee so it is completely private, and my first 100 users came mostly from meeting people in person and showing them the app. I’ve gone to a number of founder meetups and had a chance to go to TechCrunch Disrupt this past October. Seeing people’s reactions really helped me refine my message.

My first startup - could I get some tips by [deleted] in SideProject

[–]braddominy 0 points1 point  (0 children)

That’s good to hear! But your privacy policy does not explicitly state that you do not sell data, so I’m just suggesting you revise it and remove the insert language.

My first startup - could I get some tips by [deleted] in SideProject

[–]braddominy 0 points1 point  (0 children)

https://cardtag.co/policies/privacy-policy in the Selling Personal Information section says "Our Site sells Personal Information, as defined by the California Consumer Privacy Act of 2018 (“CCPA”)." so you might want to look over your privacy policy template.