We need to look at some other service that is open to share our own identities without the login hell.
Does anyone know if such service is available?
I'm not sure of a good solution. It may be a good idea to state the requirements somewhere
Either way, had a bit of trouble adding myself due to the tool expecting this data to be the only thing in the user's bio. Could it be updated to check if the text exists anywhere at all? Because quite a few people here will want to discuss their side projects and startups first, not start off with a random block of tags.
Feature Requests:
- Mastodon support in the social dropdown
- Auto complete on the location selector
- country-city does not work well in the US because we have many duplicated city names in different states
- what harsh reputation? :)
I find it ironic that there are many cities with N hackers on meet.hn, yet most are not attaching any way of contacting them, nor do their profile have a way to contact them.
How are you (the people without contact details) expecting us to meet you if you don't add a way of meeting you? :)
2 hackers in Ankh-Morpork:
- Lord Vetinari
- Igor
3 hackers within 10 mi (16 km):
- Susan (Sto Helit)
- Princess Keli (Sto Lat)
- Lord Rodley (Quirm)
(It can be a bit tricky, though.)
Also, you generate invalid URLs for cities that have spaces in them, like Saint Petersburg.
My account exists since 2020, why would the HN API (which, if you click the link at the bottom of every page, says "near real time") not know my account? I'm curious how this error occurs
For anyone else having this, the "add me" button will enable itself again, but it does take a while. Not that retrying seems to work for me
Edit: nvm I'm being stupid, I did not see the "copy and paste the text below into your HN account" instruction. Thanks also to those who replied with that info, though while playing with the browser dev tools to figure out what the issue might be, I spotted that text eventually
Can your website handle accents? Trying to look up my neighbors in São Paulo and Goiânia redirects me back to the root page.
https://meet.hn/city/br-São-Paulo
https://meet.hn/city/br-Goiânia
My guess is your website is choking on the accented characters.
â U+00E2 LATIN SMALL LETTER A WITH CIRCUMFLEX
ã U+00E3 LATIN SMALL LETTER A WITH TILDE
[1] https://developer.mozilla.org/en-US/docs/Web/API/Geolocation...
[2] <shameless self-promotion> Geolocation provider comparison: https://resolve.rs/ip/geolocation.html </shame>
It might be good to rework this—cities only, and provide a drop-down box for users to select. Having city, country is a bit superfluous for people who live in city-states.
The format for a Discord user URL is like this:
`discordapp.com/users/<User_ID>`
where `<User_ID>` is an integer. (People can copy the user ID when signed into Discord.)
How is this protected from abuse? Why is this all public information?
It feels like a honeypot to be honest.
My suggestion would be to hide the names unless visitor is logged in AND there is a match in their city.
When I first discovered HN I thought it was a small Stanford thing, but over time realized it's mostly a Canada/Europe crowd (even most of the YC founders that come to San Francisco for their startup are from those places).
I'm hitting a bug where clicking New York just refreshes the page instead of loading the city's page. Los Angeles, San José, and... most cities seem to exhibit it. Chicago seems to work?
Picking a city was tough. It insisted on the more general New York instead of the more specific Long Island City.
-----------------------------74974701830891853922449739590
Content-Disposition: form-data; name="1_username"
qazxcvbnm
-----------------------------74974701830891853922449739590
Content-Disposition: form-data; name="1_location"
Hong Kong Island, China
-----------------------------74974701830891853922449739590
Content-Disposition: form-data; name="0"
["$undefined","$K1"]
-----------------------------74974701830891853922449739590--
I checked Paris and most of the people I see are either CEOs or VC (or something around that). I was expecting this demographics in the US, probably less in France.
I am a pure nerd, interested in technology applied to everyday items (think Home Assistant, some amateur 3D printing) but also history and all these discussions about random topics that many perceive as a waste of time.
OP: would you consider adding interests (say, the top 5) to help with matchmaking?
EDIT: woah, I just realized it is there!! Thanks!!
“No about section for this HN user. Waiting a minute to let HN API update.“
No extra account needed + information has value outside meet.hn + information has value even if site goes away.
Edit: seems to be fixed (by removing my icon from the map, now it throws error 500 when posting the data to re-add it).
Edit 2: you can place yourself in North Korea but clicking the [M] doesn't work because the name contains non ASCII characters. Also it returns error 405 when adding yourself (despite actually saving the data).
Bug report: Clicking on the items in Southern and Brazil:
- Rio de Janeiro, Joinville and Curitiba works
- but Jaraguá do Sul and Florianópolis don't
Looks like it's the accents..
I saw others already mentioned uniqueness of city names. In the US there is no guarantee a state, zip code, or even county won't have a duplicate city name. To solve this one must store the lat/lng coordinates instead. Then offer users a search list of matched cities, so they can select the right geographic location.
Good stuff - cheers!
delta.chat contact field, the best of the decentralised free software messengers
Easy to have multiple identities for public and private use
Great work
However this is the first post that has made me want to join and interact as more than a “lurker”.
Looks awesome and I hope to meet some awesome hackers around me!
Every project has bugs at first, but I see you're dealing with them as they pop up. Best of luck working on it.
meet.hn/city/in-New Delhi
"No about section for this HN user. Waiting a minute to let HN API update."
Also might be good to add Mastodon to the list of available social networks.
So needs City/State/Country for the US.
Motivated to meet dmichulke, pvtmert and uselpa... And the others who may join.
Seems to also fall into the category of services on top of HN, like this one and at.hn.
For myself, I'll probably not use it, but that's because I'm an "old," and I stopped attending local meetups, because I was always surrounded by a circle of avoidance, where no one would look at me, or have anything to do with me.
Got a bit tiresome, but it's the way of the world, I guess. For non-olds, these meetups are great, with a lot of energy and enthusiasm.
Also for those that nomading and changing places often would be good to have option to share location via WebLocation but make it randomized on the backend or even better in frontend (so that it's approximate to e.g 5-10km radius)
Why the majority of webapps completely ignore error handling?
Only thing I worry is that this will make it easier for data scientists to determine from where people are commenting from, on HN.
Happy for y'all.
I love this! Everything worked great for me. Thanks for making it.
works properly on chrome.
It reports the error already at the first letter and never changes.
I am using Firefox and I get lots of Javascript errors.
I am curious how the three users that are visible on the map registered.
*Update:* the Openstreetmap call that is used seems to be correct: https://nominatim.openstreetmap.org/search?city=Warsaw&count... - this leads to the right data - so I guess the page is updated after I fill up the correct name, but some Javascript error blows up the process.
This is the primary candidate:
Uncaught (in promise) TypeError: x is undefined NextJS 17 h cache validationFunction p t setTimeout handler*8245/Q/< a_ aR sF sF sM sU o4 iV sU uR uM page-55b4fe444b2a460b.js:1:1221 p NextJS AsyncFunctionThrow self-hosted:811 NextJS 13
*Update:* It also failed in Chrome. With the following error in web console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split') at page-9fc22f2169c430e1.js:1:1223 at async validationFunction (page-9fc22f2169c430e1.js:1:56767) at async p (page-9fc22f2169c430e1.js:1:47487)
Location must be pre-defined (country, state/province, city) and should not be entered by aspiring HN community members.
I don't want to read the whole code to understand why the generated text is pasted in the HN description, or is it just a marketing tactic?
Can this be fixed?
undefined-McMurdo-Station
probably best to just allow us to enter GPS coordinates
There's no way I'd join something like this without the official stamp.
I know this might sound petty, but the thing preventing me from signing up is your comfort level dispersing information through x.com. You said "meet.hn has a twitter page", but sadly, twitter is dead and has been replaced by something sinister. I can't support them, even tangentially.
as a socially anxious person, i just found out there's only 2 of us in my country, and i'm the other one
I'm in Dubai.
Congrats on shipping and good luck