Show HN: Camp Fire – chat with people within a radius
31–40 of 81 posts
Re: Show HN: Camp Fire – chat with people within a radius
#32 - Ask for location access
- When granted ask for a user name
- When given a username show:
? in range
Error: undefindRe: Show HN: Camp Fire – chat with people within a radius
#33Not sure what it is supposed to do, but currently it does: - Ask for location access - When granted ask for a user name - When given a username show: ? in range Error: undefind
Re: Show HN: Camp Fire – chat with people within a radius
#34I remember there was a project exactly like this in nReduce (a communal online incubator which sadly died quickly), a few years back.
Re: Show HN: Camp Fire – chat with people within a radius
#35- Fix the layout on iOS Safari.
- Show the location of all current users (with opt out) on a globe. Users can see where the activity is and who is chatting where.
- Consider adding ignore to squelch certain users.
- Show past messages for your area.
- Add voice messages and autoplay (with opt out)
Re: Show HN: Camp Fire – chat with people within a radius
#36Re: Show HN: Camp Fire – chat with people within a radius
#37I've found the haversine formula to be a robust compromise between accuracy and computational complexity, where on a typical day, I'm doing 5000-200000 haversine calculations a second.
Re: Show HN: Camp Fire – chat with people within a radius
#38I have experience with VHF radio emulation, so I wanted to ask what formula you're using for ranging? I've found the haversine formula to be a robust compromise between accuracy and computational complexity, where on a typical day, I'm doing 5000-200000 haversine calculations a second.
Re: Show HN: Camp Fire – chat with people within a radius
#39Looks neat! I like that you show how many are in range. Here's some suggestions, take them for what they are worth. - Fix the layout on iOS Safari. - Show the location of all current users (with opt out) on a globe. Users can see where the activity is and who is chatting where. - Consider adding ignore to squelch certain users. - Show past messages for your area. - Add voice messages and autoplay (with opt out)