Show HN: Meet.hn – Meet the Hacker News community in your city
341–350 of 391 posts
Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#342Earlier quoted context omitted.
Frankfurt am Main and Frankfurt an der Oder in Germany.
I made the mistake once of "flying to Frankfurt!" on some low-cost airline out of the UK and landed in Frankfurt-Hahn. Yikes.
So this is more like you going to NY and landing at Newark when you expected JFK where Frankfurt an der Oder would be like ending up in New York, Iowa.
Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#343Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#344Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#345Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#346Added myself for the Grand Duchy of Luxembourg / Luxembourg (City) (lu-Luxembourg as this meet.hn encodes that country-city). Motivated to meet dmichulke, pvtmert and uselpa... And the others who may join.
Count me in. I'd suggest an afterwork in the city. But please consider adding a way to contact you to your "about" section.
Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#347When I type in "Kraków, Poland", I get meet.hn/city/pl-undefined. Does your code handle diacritics correctly?
Well, congrats on finding the second bug! Thanks! This one is pretty big, even as big as it's funny. > Does your code handle diacritics correctly? It seems it doesn't, no. Sorry for this. It's my first attempt at an international product. To give you more details, I'm using this query to fetch cities data: https://nominatim.openstreetmap.org/search?city=${rawCity}&c... I probably shouldn't have restricted accept-lang…
https://nominatim.openstreetmap.org/search?city=B%E1%BA%AFc-...
works fine.
Unlike the parent post, it does not go to undefined, it just returns 404 when clicking on the map.
Some 404 examples:
https://meet.hn/city/vn-B%E1%BA%AFc-Ninh https://meet.hn/city/vn-H%C3%A0-N%E1%BB%99i
Working examples in Vietnam
https://meet.hn/city/vn-Da-Nang https://meet.hn/city/vn-Ho-Chi-Minh-City
(technically the last examples should be Đà Nẵng and Thành phố Hồ Chí Minh, but I guess because they are internationally known cities, they use the English names?)
Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#348Earlier quoted context omitted.
You want a dropdown listing every city in the world?
Yes, that is the standard UI for this problem. You select a country, then that loads a the country's divisions ilfor another select box, and that load the cities for that division. Another way is auto complete for the city with just country preselected.
Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#349Re: Show HN: Meet.hn – Meet the Hacker News community in your city
#350Earlier quoted context omitted.
Well, congrats on finding the second bug! Thanks! This one is pretty big, even as big as it's funny. > Does your code handle diacritics correctly? It seems it doesn't, no. Sorry for this. It's my first attempt at an international product. To give you more details, I'm using this query to fetch cities data: https://nominatim.openstreetmap.org/search?city=${rawCity}&c... I probably shouldn't have restricted accept-lang…
I live in Vietnam and have the same problem I think. My city has diacritics in its name, but the query https://nominatim.openstreetmap.org/search?city=B%E1%BA%AFc-... works fine. Unlike the parent post, it does not go to undefined, it just returns 404 when clicking on the map. Some 404 examples: https://meet.hn/city/vn-B%E1%BA%AFc-Ninh https://meet.hn/city/vn-H%C3%A0-N%E1%BB%99i Working examples in Vietnam https://me…