top | item 44989766

(no title)

axlee | 6 months ago

I'd recommend changing names, nitro is already a semi-popular server engine for node.js https://nitro.build/

discuss

order

nine_k|6 months ago

Any well-known generic word is very likely to already have been used by a bunch of projects, some of them already prominent. By now, the best project name is a pronounceable but unique string, for ease of search engine use. Ironically, "systemd" is a good name in this regard, as are "runit" or even "s6".

lrvick|6 months ago

I use tiny init systems regularly in AWS Nitro Enclaves. Having the enclave and init system both named nitro is not ideal.

Y_Y|6 months ago

> Any well-known generic word is very likely to already have been used by a bunch of projects,

Are you sure? There are lots of words, and not so many projects that use words like these as their names.

Of the 118179 packages I see on this Ubuntu 18.04 system I can roughly roughly ask how many have names that are dictionary (wamerican) words:

  comm -12 <(apt-cache dumpavail | awk -F': ' '/^Package:/{sub(/^lib/,"",$2); print $2}') /usr/share/dict/words | wc -l
This gives 820 (or about 1000 if you allow uppercase). Not so scientific, but I think a reasonable starting point.

entropie|6 months ago

nitronit obviuously

mperham|6 months ago

I think I would have gone with nitr0.

account42|6 months ago

Wouldn't n1tro make more sense if it's going to run as PID 1?

petre|6 months ago

One of the hard things in computer science: naming things.