Live data from Hacker News

Show HN: Meet.hn – Meet the Hacker News community in your city

news.ycombinator.com

341–350 of 391 posts

Re: Show HN: Meet.hn – Meet the Hacker News community in your city

#342
post #339

Earlier 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.

In "Frankfurt-Hahn" the "Frankfurt" is still the same Frankfurt you (probably) wanted, you just got a different airport located further out. "Frankfurt an der Oder" is on the other side of Germany on the border with Poland, a ~7h drive away.

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

#346

Added 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.

OK will do. I'll email you one of these days and we'll go for an afterwork Place d'Armes or Place Guillaume II or at the Kirschberg or something like that!

Re: Show HN: Meet.hn – Meet the Hacker News community in your city

#347
post #21

When 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…

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://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

#348
post #79

Earlier 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.

I see that UI on some European sites. It’s basically nonfunctional for the US, at least. (Especially the latter approach with no “division” narrowing.) There are hundreds of towns with duplicate names, people might want to use region names that don’t exist politically (“Bay Area”), and people can be in incorporated towns (San Francisco) or unincorporated areas that get assigned Census Bureau names based on usage (Bay Point). There is just no way to create an autocomplete list that encompasses every valid place, and it’s a waste of time to try.

Re: Show HN: Meet.hn – Meet the Hacker News community in your city

#350
post #21

Earlier 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…

https://www.openstreetmap.org/relation/1973756 has `name=Thành phố Hồ Chí Minh` and `name:en= Ho Chi Minh City`
Post reply on HN