Earlier quoted context omitted.
In Iceland, I believe one can’t give the baby a last name not following the -son or -dottir format even if the parents are not Icelandic I believe. Atleast it was the case until few years back. Not sure it changed recently or they need to go through an approval process.
Apparently the workaround has been to 'move' to Denmark for a couple of days, have your child named and registered in your new home country, and then move back to Iceland.
Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
91–100 of 382 posts
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#92I worked on https://madaan.github.io/names/ a few years ago when my friends had a baby.
The idea is slightly different (transferring Indian names to American names etc.), but the motivation was similar.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#93Has anyone named their child with an accent character like è in the US? Have you run into any issues? What your experience has been?
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#94Your app is fucking amazing. Would it be possible to filter names by regions or language as well as decades ?
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.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#95Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#96Earlier quoted context omitted.
Ultimately because I wanted an app. * I make enough web-based things for my job, and I enjoy developing in Flutter / Dart (what this was built in). * I’m never realistically going to be looking through names on a desktop; I use the app when I have a few minutes to kill in line or something where I can pull out my phone, decide on a few names, and then go back to what I was doing. I could build it as an offline web-ap…
> I use the app when I have a few minutes to kill in line You could track whether specific locations, or time of day/week, result in liking certain types of names. Version 2.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#97I 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.
Maybe because it was all too contrived, it fell by the wayside when my wife came across something she really liked in a poem, and we basically used the closest name that embodied the phrase.
For the next child I'll probably just try asking a transformer model.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#98Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#99Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#100Earlier quoted context omitted.
Ultimately because I wanted an app. * I make enough web-based things for my job, and I enjoy developing in Flutter / Dart (what this was built in). * I’m never realistically going to be looking through names on a desktop; I use the app when I have a few minutes to kill in line or something where I can pull out my phone, decide on a few names, and then go back to what I was doing. I could build it as an offline web-ap…
> I use the app when I have a few minutes to kill in line You could track whether specific locations, or time of day/week, result in liking certain types of names. Version 2.