Earlier quoted context omitted.
Congrats! Elo rating is a good idea for sorting.. I just implemented an insertion sort to help rank names which works but also feels a bit awkward.
Your sort has a way higher complexity than required, in terms of comparisons. It will present the user with way more pairs than the optimal system would, which will make it very hard to sort through a longer list. You might want to use a merge insertion sort instead. See https://stackoverflow.com/a/53979250/711380 Of course this only works if you assume the order is total, which is actually a good assumption unless m…
Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
201–210 of 382 posts
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#202Congratulations! App looks great, and as someone who's looking forward to meeting our first little one in a few weeks, wish you and the wife all the best on your own journey.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#203My wife ended up picking names off the top of her head that entirely coincidentally were part of the shortlist.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#204I 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.
Believe it or not a good source of those is the Bible. Every language knows what do with them, either pronounce natively or a direct analogue; Ivan/John and so on.
If your name is Xinyi, your name in English is Xinyi, some people would disagree and say your name in English is Joy; whilst xinyi means joy (IIRC) that's not how names [should] work [IMO].
This might relate in part to how we use a lot of foreign language words for names in UK English. Like how Charis (biblical Greek) is a different name to Grace (modern English) but d both derive from the same meaning.
YMMV.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#205I'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".
Haha, I love it! Our first kid was code-named “baby thunder” before being born (we delayed telling some friends so we wouldn’t steal their “baby thunder”). The name stuck around for a couple months after she was born before we trailed off using it, so it really was her “baby name” :p
We have a lovely video of the toddler explaining to Grannie a few hours after the birth 'her name is Bin-ban'. 'Oh , yes, but she has a real name'.
We called her Bin-ban for a few more weeks until she sort of grew into her 'real' name. That beautiful little original name is a very fond memory for us.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#206Haha, I guess this is what every programmer does when they have a kid. I wrote an ELO ranking program when I had my first kid: https://github.com/cortesoft/BabyNamer Give it a list of names, it presents pairs of names to voters who choose which they prefer of the two. Allows many people to work together to narrow down a name choice. I took the site down after a while because I didn't want to keep paying for it after…
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#207Earlier quoted context omitted.
You can filter names by first letter, sex, and decade of popularity, as well as limit to the most popular N names in that list. No, only like / dislike. This was intentional for me, another app we tried had a "maybe" list that just filled up with names that I would never realistically go for. No easy way to show variants of spelling. Not something I needed, but I could definitely see that being helpful for others, an…
Love the app, seems nicely functional - as feedback/bug report?, it doesn't look like the "Sex" filter works, at least not for the "Explore" mode.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#208Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#209We recently had our first child and finding a name for him was extremely difficult. We tried using books and apps but they weren't that helpful. Part of the problem was that we wanted a name that would work in both english and spanish, and wasn't too popular or trendy. I found that I hated most boy names, especially the ones that are trendy today (Aiden, Jaiden, Zaiden). Feel free to name your kids whatever you want,…
> 3. If you are going to give them a middle name... Just don't do it. Nobody is going to use it and it will mess up when you have to fill forms.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#210I like the idea but I am unable to have any more kids
Congrats one your pregnancy and I wish you the best of luck.