Live data from Hacker News

Proof of concept - feedback appreciated

nearfeed.com

21–30 of 30 posts

Re: Proof of concept - feedback appreciated

#21
post #17

incorrect location by about 15 kms

I'm just using the location given by the browser (it might be IP-based, wifi-based, GPS-based etc). I am surprised how inaccurate it is sometimes on my desktop. Thankfully, I get relatively accurate location most of the time on my phone.

Re: Proof of concept - feedback appreciated

#22
post #14

Earlier quoted context omitted.

Sure 13-24-90

Huh - cool. We're actually in the same country, just about 40 miles apart.

We moved back to the UK last year after 10 years in France - quite enjoying living in a small English country town after the very rural life in SW France.

Nice to know there are some local (ish) HNrs

Re: Proof of concept - feedback appreciated

#23
post #20

Small quibble, but could you make it so the hyphens in the code aren't necessary? (or at least so you don't have to manually type them) Oh and it was deadly accurate when I tried on iPad. I could see this being useful if you've lost track of people at a carnival or something

Yup ... I'll make the hyphens optional. Thanks for the feedback!

Re: Proof of concept - feedback appreciated

#25
post #16

This is similar to my weekend project http://mobileply.com although I currently have sequential IDs not codes. I'm soon going to implement unique codes like this. Mobileply would actually do real time tracking too. We could never find a way to make money from this type of app. It always seemed that the use case only would come up a few times a year and people would never remember your service over others. What were y…

How many users do you have now ? how many requests per day ? It's a nice tool, maybe some marketing ? What you used to create the site ? nice design !

About 2000 people have used it. Like I said, can't really call them a user since this tool is useful maybe 4 times a year. We built it for ourselves because we just moved to Pittsburgh, PA and couldn't find our way around this city.

We haven't tried any marketing, we're not even sure what niche we're serving still.

It's built using Django, although I'm probably going to rewrite it to use either node or Tornado + web sockets. It's kind of a hodgepodge implementation right now that was built just as a proof of concept to start.

Re: Proof of concept - feedback appreciated

#26
-Why using a code and not simply a URL (ex.: http://nearfeed.com/667568)? It will be less manipulation then having to copy/paste the code in a textbox.

-Why using a code and not just giving coordinates?

-Not really accurate for me, 2 km away. I know that its not on your side it has to do with my IP. To obtain the coordinates have you tried another geoip service besides Google Maps? Like maxmind database (http://www.maxmind.com)?

Re: Proof of concept - feedback appreciated

#27
post #26

-Why using a code and not simply a URL (ex.: http://nearfeed.com/667568 )? It will be less manipulation then having to copy/paste the code in a textbox. -Why using a code and not just giving coordinates? -Not really accurate for me, 2 km away. I know that its not on your side it has to do with my IP. To obtain the coordinates have you tried another geoip service besides Google Maps? Like maxmind database ( http://www…

I created a similar project to share/track real-time location as you move, its an iPhone app that shares location and generates a url that can be opened by friends on any browser. It not just static location, but will show your real-time location, if you move, then the marker on url moves.

Check out http://shaloc.com use invite code "hackernews" to get iPhone app promo code to download. Give feedback, thanks.

Re: Proof of concept - feedback appreciated

#29
post #28

FYI: Glympse already does this with a pretty UI and all.

Glympse looks pretty sweet. Thanks for the pointer.

The point of this tool is to be extremely simple (no accounts or login). Continuous tracking is often useful but it kills batteries and raises some additional privacy concerns.

Post reply on HN