nebree8 / nebree8.com

nebree8.com
0 stars 1 forks source link

Add random drink random name generator #26

Closed wgmfisch closed 7 years ago

wgmfisch commented 9 years ago

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

funrollloops commented 9 years ago

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch notifications@github.com wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

wgmfisch commented 9 years ago

I think I'd rather have it completely random adjectives, nouns, and adverbs. What language would be best to do this?

On Tue, Oct 13, 2015 at 8:07 PM, Sagar Mittal notifications@github.com wrote:

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch notifications@github.com wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147912061.

funrollloops commented 9 years ago

Since we do drink generation on the client, probably client side. If you want to use a large dictionary though you should do server side (in Go).

On Tue, Oct 13, 2015, 10:48 PM wgmfisch notifications@github.com wrote:

I think I'd rather have it completely random adjectives, nouns, and adverbs. What language would be best to do this?

On Tue, Oct 13, 2015 at 8:07 PM, Sagar Mittal notifications@github.com wrote:

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch notifications@github.com wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

— Reply to this email directly or view it on GitHub <https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147912061 .

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147942479.

wgmfisch commented 9 years ago

I'll probably use only a handful of carefully chosen words, no more than 250 certainly. Does that count as small dictionary?

Never used Go before. Any trick to it?

On Tue, Oct 13, 2015 at 11:11 PM, Sagar Mittal notifications@github.com wrote:

Since we do drink generation on the client, probably client side. If you want to use a large dictionary though you should do server side (in Go).

On Tue, Oct 13, 2015, 10:48 PM wgmfisch notifications@github.com wrote:

I think I'd rather have it completely random adjectives, nouns, and adverbs. What language would be best to do this?

On Tue, Oct 13, 2015 at 8:07 PM, Sagar Mittal notifications@github.com wrote:

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch notifications@github.com wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

— Reply to this email directly or view it on GitHub < https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147912061 .

— Reply to this email directly or view it on GitHub <https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147942479 .

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147947602.

funrollloops commented 9 years ago

golang.org/tour to learn go online

250 words is tiny, you could put that on the client in Javascript.

On Tue, Oct 13, 2015 at 11:13 PM wgmfisch notifications@github.com wrote:

I'll probably use only a handful of carefully chosen words, no more than 250 certainly. Does that count as small dictionary?

Never used Go before. Any trick to it?

On Tue, Oct 13, 2015 at 11:11 PM, Sagar Mittal notifications@github.com wrote:

Since we do drink generation on the client, probably client side. If you want to use a large dictionary though you should do server side (in Go).

On Tue, Oct 13, 2015, 10:48 PM wgmfisch notifications@github.com wrote:

I think I'd rather have it completely random adjectives, nouns, and adverbs. What language would be best to do this?

On Tue, Oct 13, 2015 at 8:07 PM, Sagar Mittal < notifications@github.com> wrote:

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch notifications@github.com wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

— Reply to this email directly or view it on GitHub < https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147912061 .

— Reply to this email directly or view it on GitHub < https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147942479 .

— Reply to this email directly or view it on GitHub <https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147947602 .

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147947805.

wgmfisch commented 9 years ago

I'll probably work on it this weekend while Lani is out of town. Can I harass you for help if I need it?

On Wed, Oct 14, 2015 at 12:12 AM, Sagar Mittal notifications@github.com wrote:

golang.org/tour to learn go online

250 words is tiny, you could put that on the client in Javascript.

On Tue, Oct 13, 2015 at 11:13 PM wgmfisch notifications@github.com wrote:

I'll probably use only a handful of carefully chosen words, no more than 250 certainly. Does that count as small dictionary?

Never used Go before. Any trick to it?

On Tue, Oct 13, 2015 at 11:11 PM, Sagar Mittal <notifications@github.com

wrote:

Since we do drink generation on the client, probably client side. If you want to use a large dictionary though you should do server side (in Go).

On Tue, Oct 13, 2015, 10:48 PM wgmfisch notifications@github.com wrote:

I think I'd rather have it completely random adjectives, nouns, and adverbs. What language would be best to do this?

On Tue, Oct 13, 2015 at 8:07 PM, Sagar Mittal < notifications@github.com> wrote:

You could probably do this, if you wanted. It would be a good programming exercise.

You could do it Diablo style -- map each liquor and mixer to a suffix or prefix, and build up a name like "Sparkling Florida Bog" for a drink with champagne, orange juice, and Laphroaig. Or you could put together totally random adjectives, nouns, and adverbs.

On Tue, Oct 13, 2015 at 7:16 PM wgmfisch <notifications@github.com

wrote:

See Will for comments. Definitely fluffy icing on the cake. But how awesome would it be if you hit 'random drink' and it made you a drink called a 'Whistling Ghost Fart' or a 'Dragon's Guilt' or some shit. And then it would toss your name on it.

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26.

— Reply to this email directly or view it on GitHub <

https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147912061

.

— Reply to this email directly or view it on GitHub < https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147942479 .

— Reply to this email directly or view it on GitHub < https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147947602 .

— Reply to this email directly or view it on GitHub <https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147947805 .

— Reply to this email directly or view it on GitHub https://github.com/nebree8/nebree8.com/issues/26#issuecomment-147958638.

audiodude commented 7 years ago

I believe this is done.