Live data from Hacker News

Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

nomdebebe.app

111–120 of 382 posts

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#111
post #41

Has anyone named their child with an accent character like è in the US? Have you run into any issues? What your experience has been?

You will run into mountains of issues with USA systems if you insist on using the è. You will fill out physical paperwork at the hospital. How will it be translated by the typists and OCR? Passport matching against the airline information. Will it match? School enrollment: will all the username systems be ready for the UTF-8 character?

Relevant XKCD:

https://xkcd.com/327

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#113
post #92

Congratulations! The app looks neat too. I worked on https://madaan.github.io/names/ a few years ago when my friends had a baby. The idea is slightly different (transferring Indian names to American names etc.), but the motivation was similar.

Thanks!

That page is really interesting to me! I'm definitely going to spend some time this weekend going through it and learning all about it.

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#114

Earlier quoted context omitted.

US-census names actually. As for the name of the app.. well names are hard ¯\_(ツ)_/¯

Maybe someone should do an app-name app.

There was a product I ran across in the noughties: Razorname.

Its tag line was "So good it named itself".

Doesn't seem to be around any more.

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#115
post #43
post #12

Earlier quoted context omitted.

Why an app rather than a static site deployed to something free like GitHub pages? Could even have the data in a repo to accept pull requests for new names.

"Why isn't this a text file so that everybody can simply use their Unix shells to shuf -n 1 /usr/share/dict/baby-names".

this is hilarious

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#116
post #2

This will be our second kid, and at least for us figuring out a name that we both love is hard. There are literally tons of baby-name apps out there, most of them more fully-featured and polished than Nom de Bébé and you should probably use one of those. However a lot of them include a disturbing amount of tracking or for any number of reasons just didn't work for my wife and I (bugs, subscriptions, lack of names, et…

There's should be a 'Tinder' style option where you and partner both pick names you like and it only shows you the overlap.

There already is:

* https://apps.apple.com/us/app/babyname-find-it-together/id95...

* https://apps.apple.com/us/app/kinder-find-baby-names/id10684...

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#117
post #42

This would also work well as a pet or animal name generator. You could apply many more filters (Species -> breed -> colour -> gender) My SO and I acquired some new pets during covid for added company and we scoured through websites that were pretty plain, simply names as a list in bullet form. Your app is more fun, interactive, and memorable of an activity. People appreciate that!

Good idea, and would be easy enough to fork and do. Just need to find a list of pet names somewhere.

Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare

#119
post #86

Your app is fucking amazing. Would it be possible to filter names by regions or language as well as decades ?

Thanks! I really wanted that in the app (and more filters besides), but the data source was the US Social Security administration (the easiest to access list of names I could find) [1], and it really only includes the number of people with a given name and sex for each year. To include the region / language would be a lot of data processing work that I sadly don't have time for. [1] https://www.ssa.gov/OACT/babynames…

If you really want it, you could create a github repo with an alphabetically-sorted CSV list of baby names (one file per first letter). Describe the expected format, add a CI for validation and we (the people from the internet) will fill it out for you, according to the old open-source style :)

EDIT: Btw, here is the same file for France, with a different format, of course : https://www.insee.fr/fr/statistiques/2540004?sommaire=476726...

Post reply on HN