And if you really get stuck, try removing vowels and repeating some letters
Just curious... why would you want to do that even if you're stuck? This is more of a quick brainstorm method, I don't think he's even looked to see if the domain name is available at this point. Also, I'd rather have something like "getflint.com" or "flintapp.com" than "flnnt.com" or something. When you start getting into cutesy abstractions like that it becomes hard to remember.
How I name my apps
11–20 of 38 posts
Re: How I name my apps
#12It would be fun (and probably exists) a fake word generator that created words that were easy to spell and pronounce, but were basically meaningless.
Re: How I name my apps
#13Re: How I name my apps
#14$ aspell dump master |sed -n $(echo $(($RANDOM % `aspell dump master|wc -l`)))p
(Note: I'm mostly a Windows user nowadays and I have never personally used aspell, sed, or wc)
What does the p at the end of the line do? Is that a mistake or is it there on purpose?
Re: How I name my apps
#15$ aspell dump master |sed -n $(echo $(($RANDOM % `aspell dump master|wc -l`)))p
Is aspell a spellchecker? And does this command randomly select one word from its dictionary? (Note: I'm mostly a Windows user nowadays and I have never personally used aspell, sed, or wc) What does the p at the end of the line do? Is that a mistake or is it there on purpose?
Re: How I name my apps
#16Earlier quoted context omitted.
Just curious... why would you want to do that even if you're stuck? This is more of a quick brainstorm method, I don't think he's even looked to see if the domain name is available at this point. Also, I'd rather have something like "getflint.com" or "flintapp.com" than "flnnt.com" or something. When you start getting into cutesy abstractions like that it becomes hard to remember.
Whoosh.
Re: How I name my apps
#17$ aspell dump master |sed -n $(echo $(($RANDOM % `aspell dump master|wc -l`)))p
Re: How I name my apps
#18$ aspell dump master |sed -n $(echo $(($RANDOM % `aspell dump master|wc -l`)))p
Re: How I name my apps
#19A short naming blogpost can be found here: http://blog.bindle.me/post/9048657705/name
Re: How I name my apps
#20I like to name my apps like classical pieces: App No. 1 in Erlang App No. 2 in Haskell Variations on a theme by Hasbro
"A brief treatise in radioactive decay, or how I learned to stop worrying and love the α particle."