💾 Archived View for dmerej.info › en › blog › 0004-finding-a-good-project-name.gmi captured on 2024-05-12 at 15:12:32. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

2016, Apr 07 - Dimitri Merejkowsky
License: CC By 4.0

Finding a good project name always seem a complex task.


It's often the first thing you have to do, before you can write any code, so it's frustrating to waste time on this.

Generally, you try to brainstorm with several people until you get to a name that satisfies everyone, and then you still have to make sure the name is not taken by something else.

It can be:

It's a known fact that people are bad at naming things. It's often said that it's one of the hardest parts of computer science. There are tons of literature already about this on the web. Just type "naming things" in a search engine to see what I mean.

Here's an example : The Ultimate Guide To Naming Your Thing

But in my opinion, there's a much quicker and easy way.

Just find a random name generator: computers are very good at doing pseudo-random things :)

Take for instance unique-names.com

Here are a few project names that are available for free as my gift to you:

The best thing is you don't even have to care about search engine optimization. Since these names do not exist, your website will **always** be the first. (A very good way to be the first at something is to be the only one racing ...)

Hope this will help you not waste your time next time you start something new.

Cheers!

Notes:

1: https://sciencetonnante.wordpress.com/2015/10/16/la-machine-a-inventer-des-mots-video/

2: http://wordoid.com

3: http://wordoid.com

----

Back to Index

Contact me