How did you pick the name of your child/children?

morriscox@lemmy.world to Asklemmy@lemmy.ml – 85 points –
57

You are viewing a single comment

I just run

cat /dev/urandom | strings | head -10

Until I find something that slaps.

TIL you can generate random character strings like that

There's room for improvement, as strings in this configuration will output arbitrary lengths, so it's very likely to result in 10 lines with 1 char, or one line with a length of 100+

grep ‘[[:alpha:]]{3,16}’?