Live data from Hacker News

Show HN: Order pizza with random toppings

roulette.pizza

41–50 of 105 posts

Re: Show HN: Order pizza with random toppings

#43
There's a funny novelty to this that you can't deny and the user experience does make it super fast to get a pizza. I'm not sure I see myself using it outside of an office joke but why not make a little profit from those who want to do this?

Re: Show HN: Order pizza with random toppings

#44

Earlier quoted context omitted.

Coming to terms with missing out is part of abstinence. If you're going to entitle yourself to the accommodation of others every step of the way, then maybe you aren't cut out for it.

I've managed ok for 20 years, thanks. I'm asking for one checkbox, just one, it's hardly asking others to bend over backwards.

I don’t see this as a restriction so much as a category. Having an option to exclude foods based on allergies and other similar reasons keeps the original idea. I’m assuming, of course, the original idea was to entertain and maybe find new, interesting taste combinations.

Re: Show HN: Order pizza with random toppings

#46

Earlier quoted context omitted.

You understand the difference between something that's not very nice and something which someone cannot possibly eat at all, right? As a vegetarian, I can imagine some pretty gross combinations of pizza that I still can eat, but I'm at a massive disadvantage if I get something I cannot eat at all.

> I'm at a massive disadvantage if I get something I cannot eat at all Yes.... like a game of roulette where you sometimes lose it all and get nothing out of it at all.

Your definition of success is just an excuse for bad software, with the reasoning being "cause RL roulette works like this as well". Reminds me of car analogies.

What you desire is a very basic, boring version of roulette which you can easily make with a few lines of Python code.

random.randrange(0, 4) # number of toppings random.randrange(1, 100) # this in a loop iterating with result of previous amount, and this from a database where each number representing a topping.

Its much more fun to do some advanced stuff with randomisation such as adding weights, blacklists, whitelists, edible combinations, etc. When you get edible results based on randomisation is when I call it a success.

Second, you're excluding a significant amount of people [1] by not catering to vegetarians. Regardless of your dietary preference this is not done in 2017.

[1] https://en.wikipedia.org/wiki/Vegetarianism_by_country

Re: Show HN: Order pizza with random toppings

#48
post #27

$34.61 estimated for my random pizza. That's a hell of an expensive pizza.

$31.21 including tip and delivery for me in Manhattan. I just priced a random pizza from dominos.com with three ingredients and that came out to $26.38 total, so it sounds like the roulette.pizza prices are a result of them adding a lot of toppings to a pizza (5-6?). You can also get a large pie from a place that's truly excellent (like Joe's Pizza) for less than $30, though I don't know if they deliver.

It's definitely not worth it from a price perspective. The best deal at the moment, if ordered directly from Dominos, appears to be 2 Medium 1-Topping Pizzas, 16 Piece Parmesan Bread Bites, 8 Piece Cinnamon Twists, a 2 Liter of Coke, and a $1 donation to St. Jude for $19.99.

roulette.pizza could use some better price-optimization mechanics, like fewer toppings (it's really diminishing returns past the first few), picking a pre-made pizza randomly, or even being able to randomly order whatever Domino's deal of the moment happens to be, like that St. Jude offer.

Re: Show HN: Order pizza with random toppings

#49

Earlier quoted context omitted.

Coming to terms with missing out is part of abstinence. If you're going to entitle yourself to the accommodation of others every step of the way, then maybe you aren't cut out for it.

I've managed ok for 20 years, thanks. I'm asking for one checkbox, just one, it's hardly asking others to bend over backwards.

Make vegetarianpizzaroulette.com

Re: Show HN: Order pizza with random toppings

#50
post #27

$34.61 estimated for my random pizza. That's a hell of an expensive pizza.

Unsurprising for Dominos. In the UK their pizzas are consistently 2x the cost of a good takeaway pizza, or 3-4x the price of something equivalent to Dominos in quality. They only exist because of brand recognition.
Post reply on HN