Anonymous messaging has proven in practise to be full of cruel gossip, hate speech, and bullying. I can't see a positive use for it, really.
From the screenshot: "I'm at X, who wants to get coffee?" Are people this social, and this lonely? "Let me spend this 30 minutes of free time to talk to some random potential weirdo!"
Show HN: Anonymous messaging with a 1km radius
131–140 of 156 posts
Re: Show HN: Anonymous messaging with a 1km radius
#132Can you make the zone adaptive so there are always at least a few people there?
This is one of the biggest decisions I've had to make based. The current implementation requires a huge critical mass before there are enough local users. Because as of now I'm not perusing making any money from the app, I opted to test the feasibility of the core idea. Talking to local people. One could of course argue that I could deviate from this slightly (variable range) to reach this critical mass.
Adapting the radius to match the number of people available seems like a great idea. If there's only one person within 1km, step up to 2km, 3km, etc. until some number X of people are available. If there are too many people, step back down.
Re: Show HN: Anonymous messaging with a 1km radius
#133Earlier quoted context omitted.
Tinder once had this exact problem. You could find users' exact locations via triangulation, since the API reported an exact distance from your location: http://blog.includesecurity.com/2014/02/how-i-was-able-to-tr...
Grindr as well, which due to the nature of that app could have had bad effects should someone with ill-intent take advantage. There were even a few apps in the Google Play store that would pinpoint other grindr users.
More info: https://grindrmap.neocities.org/
Comparison amongst gay dating apps (from 2014) https://grindrmap.neocities.org/overview.html
Re: Show HN: Anonymous messaging with a 1km radius
#134Re: Show HN: Anonymous messaging with a 1km radius
#135Earlier quoted context omitted.
Due to the fact that distance matching is done server side the application doesn't have any knowledge with regard to distance. The only knowledge one has is whether or not one receives messages from an other user. Using triangulation to pinpoint an other users location would therefore require to move in and out of range (while the targeted user is continuously sending messages). Thus significantly more difficult than…
I can't tell how it works from the site, but a good approach is to randomize the distance threshold a bit each time. For example: if users are within 1km, always connect; if more than 2km apart, never connect; 1.xkm apart, connect with probability x. That kind of thing combined with some rate limits (how often one can attempt to connect to a user) should be effective. (edit) Actually, I think I like mseebach's sugges…
Re: Show HN: Anonymous messaging with a 1km radius
#136Earlier quoted context omitted.
I don't understand the anonymous angle. Why does everything have to be anonymous now? Like, you know if it uses the internet or touches a switch/router/server etc outside of your own home at any point that it's certainly, most definitely NOT anonymous at this point. Anonymous has become a pointless buzzword in this NSA-era we be living in. Just say it's a hyper-local instant messaging app, because any half woke indiv…
There is a difference between the NSA being able to trace your identity vs. a profit-driven corporation being able to connect your identity to your online speech, location, and contacts. The first is governed by due process and need-to-know, the second is essentially public knowledge if the ad-tech revenue is sufficiently tempting. Even in a pseudonymous environment where the venue operator presumably knows who you a…
Re: Show HN: Anonymous messaging with a 1km radius
#137Earlier quoted context omitted.
From the screenshot: "I'm at X, who wants to get coffee?" Are people this social, and this lonely? "Let me spend this 30 minutes of free time to talk to some random potential weirdo!"
What's so weird about wanting to share your coffee with someone? The screenshot shows someone riding a train -- presumably they are in a distant city where they don't know anyone.
Re: Show HN: Anonymous messaging with a 1km radius
#138Earlier quoted context omitted.
Could this be defeated by a "snap to grid" technique? The installed client takes the actual location of the user and locates the nearest grid point (the resolution of which is up for debate) and reports as at that location?
Or increase the radius randomly after a pair of users have communicated for the first time.
Re: Show HN: Anonymous messaging with a 1km radius
#139Earlier quoted context omitted.
I can't tell how it works from the site, but a good approach is to randomize the distance threshold a bit each time. For example: if users are within 1km, always connect; if more than 2km apart, never connect; 1.xkm apart, connect with probability x. That kind of thing combined with some rate limits (how often one can attempt to connect to a user) should be effective. (edit) Actually, I think I like mseebach's sugges…
Heh, it's like salting their location.
[0] https://en.m.wikipedia.org/wiki/Restrictions_on_geographic_d...
Re: Show HN: Anonymous messaging with a 1km radius
#140Can you make the zone adaptive so there are always at least a few people there?
Funny that you mention this, as I've literally just submitted this exact app to Apple and should hopefully be launching in the next few days. The app is called hoody ( https://hoody.im ) and I can't wait to post it to HN. I was actually a bit bummed to see this as I figured they had _just_ beaten me to the post, but in fact our apps are slightly different. It's anonymous, with auto-generated nicknames as well, but th…
By increasing the range until there is activity, it gives it a way to get off the ground and a way for it to work for people who aren't packed in a city.