Live data from Hacker News

Show HN: Camp Fire – chat with people within a radius

campfire.rest

71–80 of 81 posts

Re: Show HN: Camp Fire – chat with people within a radius

#71
Location based chatting is a privacy nightmare. How do you protect against stalkers using this tool for triangulating the actual physical location of someone?

If the GPS coordinatates are client-generated, then it would be possible to spoof the coordinates and generate a search pattern rather quickly.

Competition like grindr and badoo try to randomize the distances.

Re: Show HN: Camp Fire – chat with people within a radius

#72

Location based chatting is a privacy nightmare. How do you protect against stalkers using this tool for triangulating the actual physical location of someone? If the GPS coordinatates are client-generated, then it would be possible to spoof the coordinates and generate a search pattern rather quickly. Competition like grindr and badoo try to randomize the distances.

I truncate the GPS data server side, it's a bit over 1KM accurate.

Re: Show HN: Camp Fire – chat with people within a radius

#74
post #2

Just thought I'd share something I've been working on. Basically it's a message relay that sends messages to others around you (given GPS coordinates from browser). Can choose range from "Range" pull down near top left (hover over options for approximate distances). Back end is written in Rust.

Coincidentally, years ago I had an idea for an app like this and I was going to call it "Bonfire". Aside from an inquiry with the owners of the bonfire.com domain name as to their interest in selling, I never went anywhere with the idea.

Re: Show HN: Camp Fire – chat with people within a radius

#77

Great job on releasing the project! Had a similar iOS app years ago that would make chat groups with everyone in a 1km radius [1]. In the end our largest hurdle was getting enough users together per location. 1: http://www.zonemessenger.com/

Thanks. I made something similar a while ago myself called Shoutium, basically the same thing. More simpler this time around tho. Users are always difficult to get, this too will probably also fizzle out.

Re: Show HN: Camp Fire – chat with people within a radius

#78
post #77

Great job on releasing the project! Had a similar iOS app years ago that would make chat groups with everyone in a 1km radius [1]. In the end our largest hurdle was getting enough users together per location. 1: http://www.zonemessenger.com/

Thanks. I made something similar a while ago myself called Shoutium, basically the same thing. More simpler this time around tho. Users are always difficult to get, this too will probably also fizzle out.

All the best of luck with Shoutium! I still love the concept of a local messaging app and it was great fun in active areas. But like you said getting the critical mass required is always tough.
Post reply on HN