Live data from Hacker News

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

nomdebebe.app

231–240 of 382 posts

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

#231
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?

It's not allowed in most US states. If you already have a name with an accent most companies and agencies will just remove it.

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

#232

I would love something like this that returns the intersection of names found in two cultures. E.g. I am British and my partner is Finnish, if/when we have kids we'll have to have to pick names that sound good in both languages. For this particular combination girl names aren't too rare but there's very few boy names that come to mind.

I had the same problem and built this: https://zigam.github.io/ginkgo/

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

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

Congratulations on both the baby and the launch of the app! There's actually a need-gap for 'Suggest unique pronounceable baby names' posted on my problem validation platform[1]. Although I'm not sure how the uniqueness metric could be added to app, You're welcomed to post Nom de Bébé there in the comments to reach out to those who need it. Edit: Since the main goal of a unique name seems to be email id, social media…

I agree with the other guy about this not necessarily being desirable but you could repurpose pronounceable password generation like this: https://caseyjmorris.github.io/pronounceablePassword/

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

#235
It's funny that we call them "baby names" when it's more that this name will be with this human for much longer than their baby years. Maybe calling it a baby name pre conditions us to think of the name as applying to a baby rather than to an adult human.

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

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

Great app, however I'm not sure "pink for girls, blue for boys" should be the only colour combination. After all, just less than a hundred years ago the colours were reversed.

evidence for that last claim? because it is interesting

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

#239
post #43

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

Why not... `head -c8 /dev/random | base64`
Post reply on HN