Find a good available .com domain
111–120 of 301 posts
Re: Find a good available .com domain
#112Earlier quoted context omitted.
That doesn't help with sed -i and similar things. Zsh stops redirection errors, it won't help even if cat is in the front.
"That doesn't help with sed -i and similar things." Can you give an example? I don't know what you mean. "Zsh stops redirection errors" Which is what the post I was answering to was complaining about, wasn't it? "it won't help even if cat is in the front" Why not? "cat > foo" will error out if "foo" exists and NO_CLOBBER is set.
> Can you give an example? I don't know what you mean.
Sure. The first line below is dangerous no matter what zsh does to save you from yourself. The second line is safe no matter which shell you are using, and no matter what other commands are in the pipeline:
sed $SEDOPTIONS "s/$SEARCHTERM/$REPLACEMENT/g" $FILENAME
cat $FILENAME | sed $SEDOPTIONS "s/$SEARCHTERM/$REPLACEMENT/g"
>> "Zsh stops redirection errors"> Which is what the post I was answering to was complaining about, wasn't it?
That's not how I interpreted "a typo in the rest of the pipeline." Sure, the typo could be a redirection. It could also accidentally set $SEDOPTIONS in the example above to include the '-i' flag.
>> "it won't help even if cat is in the front"
> Why not? "cat > foo" will error out if "foo" exists and NO_CLOBBER is set.
Yes, "cat > foo" will error out, but "cat $FILENAME | sed -i "s/a/b/g" $FILENAME" won't.
Re: Find a good available .com domain
#113Earlier quoted context omitted.
Thought no one would notice the orgasmatron5000 eh? I’m onto you. My family once manufactured a sex toy that was popular enough for someone to quit their job, so that brought back memories. Sadly the popularity dried up when their YouTube video stopped being recommended as much. It was a real DaVinci-workshop type operation. I’m still amazed how much logistics went into it. Also art ability and sculpting. You have to…
I now have a clear image of the Family Sillysaurusx. Dad is hard at work designing dildos. Mum and the kids have got a production line going. The littlest sculpts the wavy lines on the Cliterminator Pro. Finally, Benjy the dog carries the finished product over to the delivery parcel (unmarked brown paper) and drops it in. Mmmm! What's that cooking in the oven? Do I smell cherry pie?
Your description wasn’t far off, by the way! Thanks for the laugh.
Re: Find a good available .com domain
#114One of my hobbies is the diametric opposite of this approach, I enjoy trawling domain auctions for short .coms that don't include any dictionary words but still sound fun. I love names like Quora that are meaningless but still somehow feel like they should be a real word! I believe the academic category for these is "lexical gap". During the pandemic I got a little too much into it and so now I'm actually busy workin…
Re: Find a good available .com domain
#115One of my hobbies is the diametric opposite of this approach, I enjoy trawling domain auctions for short .coms that don't include any dictionary words but still sound fun. I love names like Quora that are meaningless but still somehow feel like they should be a real word! I believe the academic category for these is "lexical gap". During the pandemic I got a little too much into it and so now I'm actually busy workin…
Re: Find a good available .com domain
#116a) which of those available names are already trademarked and in which industrial classification [1]. I am amazed at the number of LIVE trademarks that have no registered domain (or worse the registered domain is not held by the trademark registrant).
b) which of those available names has the lowest search engine competition and/or the highest organic search traffic [2]
Also, stripping off the top level domain (TLD) during the search process means one does not find good/great available domain names that may be available on alternative TLD's (that are also not trademarked etc).
[1] https://www.uspto.gov/trademarks/search
[2] https://ads.google.com/intl/en_au/home/tools/keyword-planner...
Re: Find a good available .com domain
#117A tip I discovered - use hyphens, and suddenly very small nice domains become available. No one types domains anyway. Also does anyone know how to get a shady domain parking service to give up on a domain they’ve been holding for decades? I’m actually happy to pay 500 but not thousands and it’s not even a domain that a company or commercial interest would want to purchase.
> use hyphens, and suddenly very small nice domains become available. Bad idea. The owner of the corresponding domain without hyphens might steal your visitors.
It wasn't a big deal, but I was very young, and I had a very red head.
Re: Find a good available .com domain
#118Earlier quoted context omitted.
Booking.com would like to disagree.
And Apple.
Indeed, although the Beatles got there first with Apple Corps[0] way back in 1968, the resulting dispute with what became Apple Inc[1] took decades[2] and must have eaten up $deity only knows how much in legal fees.
Some might say that one actually backs up my suggestion that a made-up name is easier to build a brand around!
[0] https://en.wikipedia.org/wiki/Apple_Corps [1] https://en.wikipedia.org/wiki/Apple_Inc. [2] https://en.wikipedia.org/wiki/Apple_Corps_v_Apple_Computer
Re: Find a good available .com domain
#119Left out two very important steps: a) which of those available names are already trademarked and in which industrial classification [1]. I am amazed at the number of LIVE trademarks that have no registered domain (or worse the registered domain is not held by the trademark registrant). b) which of those available names has the lowest search engine competition and/or the highest organic search traffic [2] Also, stripp…