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…
My daughter was almost named “to be determined”. We went out for lunch one day and this woman at a table beside us was talking about her granddaughter. Her granddaughter sounded like a great kid and when she (finally) said her granddaughter’s name, my partner and I gave each other a look. That was the name… I wish your app had existed then - it would have been easier than the grand email list o’ names we shared with…
Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
341–350 of 382 posts
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#342I've always loved the term "baby name". Makes it seem like you grow out of it eventually and have to switch to an adult name like "Roger" or "Raymond".
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#343Had the same issue for the second kid and came to the same conclusion I needed an app for that.
I never shared it but I’m happy with my “trouve prénom” French only site, based on INSEE names statistics.
If you’re curious: http://trouveprenoms.azurewebsites.net/
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#344We recently had a kid, and in case of our native culture (Japan), people want to pick a name that not only sounds good, but also carries "good fortune" in its characters... based on ancient literature or something (it's kind of feng shui, I guess). The shape of the letters also kind of matters. Note that Chinese characters not only carry sounds but also represent a meaning (ideogram) that adds to the complexity. Also in Japanese many characters tend to have multiple readings. So there are tons of websites where you can search kids name with various conditions (sound, meaning, shape, strokes, popularity, etc), and they look pretty popular.
My point is that, the requirements and restrictions of names differ vastly between cultures, and the app can be clear about it.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#345Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#346Your 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…
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#347This 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…
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#348Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#349I personally cringe when I hear any vocalization of the nametag I happen to have been assigned. Not a fan of this noise where some old bag gets to slap a label on a new shiny baby that is unwittingly subscribed to happily responding to that specific cacophony for a lifetime.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#350Earlier quoted context omitted.
"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".
Because you can already `shuf -n 1 /usr/share/rig/fnames.idx` (or mnames for male ones) or `vis-menu /usr/share/rig/fnames.idx >> momlikednames.list`, and `cat {mom,dad}likednames.list | sort | uniq -d` to find names both parents like. `shuf /usr/share/dict/words` was how I picked my HN username.