Live data from Hacker News

Show HN: MapChat – A simple location based chat in 300 lines of code

idoco.github.io

101–110 of 122 posts

Re: Show HN: MapChat – A simple location based chat in 300 lines of code

#103
post #77

So, this is how my experience started. http://cl.ly/image/071f1j0B0M3a And then it took me like 5 seconds to figure out how to chat. I first tried to click on people's chat to reply to them and then I finally found the text input at the bottom of the screen. Then nothing would happen when I hit enter. Then I eventually found the blue circle send button and that didn't work. Then I tried Chrome. Worked! So I found som…

Thanks for the feedback. I didn't really tested it on Safari yet (Although I did test it on ios) I will look into that :)

I will try to add some features to improve conversation, you are welcome to add and track these suggestions on the issues page of the project.

Re: Show HN: MapChat – A simple location based chat in 300 lines of code

#104

Awesome! Could this unintentially DDOS google's map tile server / API?

I'm using a google maps api key to track this, and so far I had only 11K hits on their server. The free limit is 25K for 90 days. After that I'll need to start pay :)

Re: Show HN: MapChat – A simple location based chat in 300 lines of code

#105

Notifications should be limited to the messages visible within your bounding box. If I've zoomed in on a city, I don't want notifications from somewhere half-way around the world.

Yes! Right now it is just broken :) you get an endless stream of notifications, I will add a very simple distance filter.

Re: Show HN: MapChat – A simple location based chat in 300 lines of code

#106
post #105

Notifications should be limited to the messages visible within your bounding box. If I've zoomed in on a city, I don't want notifications from somewhere half-way around the world.

Yes! Right now it is just broken :) you get an endless stream of notifications, I will add a very simple distance filter.

I'm not so sure about distance. Maybe based on your zoom level? Because if you're zoomed out, I'd guess you want more notifications than if you're zoomed in on a city or region.

Re: Show HN: MapChat – A simple location based chat in 300 lines of code

#108
On my Chrome+OS X Yosemite, I opened it in a separate tab, and went back to working on something else. After a couple of minutes, the laptop really started heating up :). The `Google Chrome Helper` associated with this tab was the culprit, hogging 100% CPU. Killed it and everything came back to normal.

Anyone else experience that?

Post reply on HN