Live data from Hacker News

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

nomdebebe.app

101–110 of 382 posts

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

#101
Shameless plug for my caregiver support app Baby Buddy[0]. Previously a Show HN[1] as well. The app turned four years old not long ago (as did our first child!) and I'm still enjoying hacking away on it.

Give it a try if you are in to self-hosting and over-engineering (your child?).

[0] https://github.com/babybuddy/babybuddy

[1] https://news.ycombinator.com/item?id=15558057

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

#102
post #9

Nice looking app. There’s a whole series of apps that just boil down to nice UIs on a spreadsheet. Back in my day we had to use Google spreadsheets.

Thanks! I've found that the vast majority of software I get hired to write boils down to just a frontend to a database / spreadsheet, and the rest is just window dressing.

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

#103
Back when my wife was pregnant I took the CSV export of baby name frequencies for last 10 years from the scottish National Records office (where we live) and loaded the lot into elasticsearch/kibana.

It was quite good, for any candidate name you could see popularity as a whole, trends from year to year - and it would give you ideas. Coming up with names is easy but but coming up with names that both of you like is the difficult part.

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

#104
post #72

My dad said to me "don't give your boy one of those trendy new names, stick to something traditionally English" so I called him Æthelbert.

How is that is trending, compared to X Æ A-12 ?

They literally say, it is not trending, but traditional.

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

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

A way to "upload" your own name list would be an incredible feature. Whether it is a .csv or a plain .txt with one name per line.

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

#107

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.

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.

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

#108
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.

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

#109

Pathological but productive.

lol, that describes me a little too well..

There's a certain kind of personality that says "I have a problem someone else must have that too - I'll make an app"

The productive part comes when you actually finish the app

Post reply on HN