Random between 0 and 4 toppings? 0 toppings is a pretty boring pizza...
Show HN: Order pizza with random toppings
41–50 of 105 posts
Re: Show HN: Order pizza with random toppings
#42Roulette: $23.70 including tip.
Re: Show HN: Order pizza with random toppings
#43Re: Show HN: Order pizza with random toppings
#44Earlier 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.
Re: Show HN: Order pizza with random toppings
#45Re: Show HN: Order pizza with random toppings
#46Earlier 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.
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.
Re: Show HN: Order pizza with random toppings
#47Over-engineering solution: Feedback the reviews from customers to a ML algorithm that have for inputs the actual pizza, time, and photos of food from the customer Instagram to truly make the best pizza each time.
Re: Show HN: Order pizza with random toppings
#48$34.61 estimated for my random pizza. That's a hell of an expensive pizza.
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
#49Earlier 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.
Re: Show HN: Order pizza with random toppings
#50$34.61 estimated for my random pizza. That's a hell of an expensive pizza.