Chee Aun

Results 131 comments of Chee Aun

:+1: :+1: :+1:

Probably need one more `limit`, say I might not limit the results by `radius`, but by the total number of events, all sorted by nearest. Good reference from Foursquare: https://developer.foursquare.com/docs/venues/search...

Huh wait, the `radius` is for the URL params, `distance` for the response right (individual events)?

Can also, tho' the accurate way, considering radius of Earth, would be the [Haversine formula](http://stackoverflow.com/questions/1502590/calculate-distance-between-two-points-in-google-maps-v3) or use `google.maps.geometry.spherical.computeDistanceBetween`. Just would be nicer if backend already calculate it and return the...

@sayanee you mean reverse geocode the location?

Thinking that a vertical list instead of horizontal list would be more scalable. Also, is it custom-sorted or alphabetical?

Hmm what I kinda have in mind is [js.coach](https://js.coach/)'s menu:

One question, do you open the links in a new tab or just load it in the current tab, when using the single-pane hnmobile (on iPad)?

@sbdchd wow, that's really cool! I think you need `e.preventDefault` for the key presses, I enabled 'Search for text when I start typing' on my Firefox :stuck_out_tongue: I'll further look...