Live data from Hacker News

Find a good available .com domain

sive.rs

101–110 of 301 posts

Re: Find a good available .com domain

#102

But is it a good one? There are better methods for finding an actually good domain name, you just have to think outside the box and come up with new ideas constantly. For example these domains should be available wink wink : editormag.com geekyglossary.com infiniteiterator.com infographics365.com minutequestions.com museumology.com onlinehistorian.com webdesigndaily.com donateyourcomputerpower.com lazysites.com scorc…

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?

Re: Find a good available .com domain

#104

Alternatively, use instantdomainsearch.com (disclosure, I'm the CTO), which packages most of these things up in a fast web interface and also enables searching in a bunch of other TLDs.

Wow, blazing fast search with many options and very light/clean interface. Well done ;-)

Re: Find a good available .com domain

#105

But is it a good one? There are better methods for finding an actually good domain name, you just have to think outside the box and come up with new ideas constantly. For example these domains should be available wink wink : editormag.com geekyglossary.com infiniteiterator.com infographics365.com minutequestions.com museumology.com onlinehistorian.com webdesigndaily.com donateyourcomputerpower.com lazysites.com scorc…

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…

the orgasmotron5000 developed from their previous invention, babysnooker.com

Re: Find a good available .com domain

#106
post #39

Earlier quoted context omitted.

It's possible to avoid `cat` and still keep the filename separate from the rest of the command by placing the redirection at the start of the command: It might look a little odd, but it's portable.

I don't know about you, but I usually like seeing what's in the file before I spend time writing a awk command on it. cat myfile.txt # check the file because I'm not even sure that's the correct name cat myfile.txt | awk blablabla # no I didn't forget awk syntax, I swear I would be afraid of any person that after this, goes back and rewrites the beginning of the line to replace cat with a redirection. Even with "ctrl…

If you use zsh then just "I don't care if people use "cat" or "99% of the time, but I've gotten in to the habit of using <file as it's shorter to type ("<file cmd" vs. "cat file | cmd").

Re: Find a good available .com domain

#107
post #61

But is it a good one? There are better methods for finding an actually good domain name, you just have to think outside the box and come up with new ideas constantly. For example these domains should be available wink wink : editormag.com geekyglossary.com infiniteiterator.com infographics365.com minutequestions.com museumology.com onlinehistorian.com webdesigndaily.com donateyourcomputerpower.com lazysites.com scorc…

> you just have to think outside the box and come up with new ideas constantly. This is something that, to my great shame, I've always struggled with. Any recommendations for improving in this area?

On YouTube search “John Cleese on creativity in management”

Re: Find a good available .com domain

#108
post #43

Earlier quoted context omitted.

Totally with you there. "Useless use of cat" is usually good practice, not bad. It's clearer - the structure indicates right at the front what it is going to do, namely read a file and pass it through a pipeline. There is no need to read ahead to find out what the source material is. It's safer - "cat" is a read-only operation, once you've written that command up-front there is no longer a risk of overwriting the ori…

"It's safer - "cat" is a read-only operation, once you've written that command up-front there is no longer a risk of overwriting the original file with a typo in the rest of the pipeline." With zsh you can prevent such accidents by "setopt NO_CLOBBER" The result is that if you "foo > bar" and "bar" exists, zsh will refuse to overwrite "bar" and give you an error: "zsh: file exists: bar" This makes constructs such "fo…

> With zsh you can prevent such accidents by "setopt NO_CLOBBER"

Don't even need zsh for this; "set -C" will do the same in any POSIX shell. >| is also in POSIX. csh supports it as well.

Re: Find a good available .com domain

#110
post #89

But is it a good one? There are better methods for finding an actually good domain name, you just have to think outside the box and come up with new ideas constantly. For example these domains should be available wink wink : editormag.com geekyglossary.com infiniteiterator.com infographics365.com minutequestions.com museumology.com onlinehistorian.com webdesigndaily.com donateyourcomputerpower.com lazysites.com scorc…

Literally all already squatted.

Not all -- orgasmatron5000.com is still available! I'm surprised, I thought that would be the first one to go.
Post reply on HN