Live data from Hacker News

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

news.ycombinator.com

201–210 of 391 posts

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

#203
post #78

There are multiple cities in the U.S. with the name of my city, so unfortunately this doesn't work for me.

I'm sorry about that. I didn't realize it would be a problem. It's been reported before and I'll work on this. Thanks for sharing!

Springfield. There are hundreds of them.

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

#204
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…

Hey, this is awesome - your doing a great job. Anything that exists will not exist perfectly - you had to make this real to have that bug found by that random person - well done!

Also I wouldn't lose much sleep over the English reqs. I've had many people tell me that English is the global language that weren't born in native English speaking countries.

Most recent example, a Mod was going off about how a certain help page was setup for English questions only and she did this whole explanation about it, apologized for the system.

The majority of replies was some variant of just say "International Chat" next time - people from everywhere all in agreement.

If you made this in German, French or Japanese - I'd agree with you. I think English is the expectation these days tho

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

#205
post #81

Earlier quoted context omitted.

No problem. As a Polish person, it is my duty to find zażółć-gęślą-jaźń-related bugs in other people's code.

> zażółć-gęślą-jaźń-related bugs If this does mean something it's even more hilarious!

"Go make self more yellow, using gusle"[0]

[0] https://commons.wikimedia.org/wiki/File:Za%C5%BC%C3%B3%C5%82...

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

#206
post #192

I've often thought about building something like this into HN itself and having a 'meet' tab at the top. There are so many people, me included, whose lives have been changed by HN. I would love to find a way to encourage more positive effects in the real world. Not sure exactly how this would work, but it's encouraging to see the community taking up the cause again, and I'll be interested to hear about how this goes.…

The problem will be that once this goes from the front page (on a weekend) then the chances that people will remember the site are low. Nevertheless there will be users who will not see the submission and would be otherwise interested into trying that. I think the voice chat with HN that was submitted last year (was it last year?) showed us that mostly after a day or two you couldn't find any activity. I don't know h…

Or turn it into something wider than HN.. a button that can be added to any page on the internet that becomes easier to recall "hey I wonder who else likes or wants to discuss this article on meet.x?

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

#207
post #192

I've often thought about building something like this into HN itself and having a 'meet' tab at the top. There are so many people, me included, whose lives have been changed by HN. I would love to find a way to encourage more positive effects in the real world. Not sure exactly how this would work, but it's encouraging to see the community taking up the cause again, and I'll be interested to hear about how this goes.…

The problem will be that once this goes from the front page (on a weekend) then the chances that people will remember the site are low. Nevertheless there will be users who will not see the submission and would be otherwise interested into trying that. I think the voice chat with HN that was submitted last year (was it last year?) showed us that mostly after a day or two you couldn't find any activity. I don't know h…

If enough people add the tag to their 'about' page, that could help keep it going.

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

#209
post #77

Earlier quoted context omitted.

That just gives a false sense of security. Someone who means harm would simply set themselves to each city successively, while people believe it to be private (similar to the location feature in dating apps that keeps being broken to find people's exact addresses). Not that I see what harm there is in associating a username with a (nearby) city when one makes that choice consciously, so it's not like the dating app s…

An app that would allow an account to change it's location more than 3 times in a year is a broken app in my book.

Who says it's one account

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

#210
There seems to be undocumented requirements for romanizations of city names. Consider a Japanese city like 船橋市。 The official romanization (訓令式 / ISO 3602) would be "funabasi". This is how many people type the name with an IME. However, this is input is rejected, while "funabashi" is accepted.

I'm not sure of a good solution. It may be a good idea to state the requirements somewhere

Post reply on HN