Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
31–40 of 382 posts
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#32Earlier 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.
A static site would remove many of the features that OP built (favourites, matching with partner, sorting).
I.e. it's not the web page that is static rather the files to host the web page are static vs say being a php site dynamically generating responses based on user/session/request information.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#33Earlier 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.
This. Please don't create apps that shouldn't be apps.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#34I'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
#35This 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
#36I'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
#37Also standardizing on capitals IMO would help.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#38Speaking of names is it really true than in Sweden you have to get a baby name approved by some government office? How strict is that in practice?
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#39I did something like this with jupyter and the census records. I added filters for min and max popularity, gender ratio, scrabble score, number of syllables, length, etc.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#40I see that is is Open Source, which is awesome. Would you consider distributing it on fdroid?