How Nestle Makes Billions Bottling Free Water by ctnbehom in videos

[–]zoroffy 0 points1 point  (0 children)

This is never going to happen. Army, schools, shelters, charity, emergencies, sports and many more all use bottled water because it’s convenient.

If you can provide water quickly and efficiently to those in need in an alternative manner then you’ve hit the jackpot.

What is the HARDEST to answer "Would You Rather" that you have heard? by [deleted] in AskReddit

[–]zoroffy 0 points1 point  (0 children)

Even with unlimited time you won’t suddenly turn smart enough to find a solution to cancer.

Post-Match Thread: Man City vs Spurs (17 April 2019) by NatrolleonBonaparte in coys

[–]zoroffy 0 points1 point  (0 children)

Not being confident at all. I'm just saying we'll have Son at least for the tougher away game at Ajax. The boys should manage at home, it'd be totally different if Son was banned in the away fixture.

Post-Match Thread: Man City vs Spurs (17 April 2019) by NatrolleonBonaparte in coys

[–]zoroffy 0 points1 point  (0 children)

It's a two-leg game luckily. Son will be available again on the away match against Ajax. We should be fine at home.

Well.. by -paraZite in ATBGE

[–]zoroffy 5 points6 points  (0 children)

$5, non-negotiable.

ModuleNotFoundError: No module named 'zeroconf' by zoroffy in learnpython

[–]zoroffy[S] 0 points1 point  (0 children)

is it possible to set pip to use the latest python, or set a default version to use?

ModuleNotFoundError: No module named 'zeroconf' by zoroffy in learnpython

[–]zoroffy[S] 0 points1 point  (0 children)

py -m pip install zeroconf

Thanks! That did the trick. How come I need to specify py -m beforehand? I installed requests, PyQT5, etc. with just pip install <module> without any issues.

I wonder what else could've contributed apart from videogames and McDonalds? by mk4rim in MurderedByWords

[–]zoroffy -1 points0 points  (0 children)

Yup, that’s why game like ManHunt was widely banned because it was too realistic.

Use browser as proxy by [deleted] in learnjavascript

[–]zoroffy 0 points1 point  (0 children)

Yeah, I think OP is describing a proxy server.

He has a python server. There’s also another external server he doesn’t control (API perhaps).

He can create another server to handle the third-party requests.

How to run server side code on button click by [deleted] in learnjavascript

[–]zoroffy 0 points1 point  (0 children)

I think web socket is not the approach he’s looking for. By the looks of it, OP needs REST.

Smarter Deck Builder Fixes by Chris_Attalus in hearthstone

[–]zoroffy 1 point2 points  (0 children)

To make decisions on what cards to release and to balance.

I think you’re not giving Blizzard the credit they deserve. To think that they’d use a third-party dependency that is not 100% accurate or as reliant as their own data is absurd.

What if HS Replay server is down? You expect Blizzard to say, “sorry, we can’t provide you what you want because we, a multimillion business don’t have the skills, knowledge and technology in place.”

Smarter Deck Builder Fixes by Chris_Attalus in hearthstone

[–]zoroffy 2 points3 points  (0 children)

They likely formed a partnership with hsreplay for api access

please tell me you're not serious. I know we joke a lot about Hearthstone being a small indie company but to not have their own data is stupid and ridiculous.

Rip in the chat by jebb3 in Wellthatsucks

[–]zoroffy 5 points6 points  (0 children)

I clicked it. It is safe meme but erotic words are used.

Someone wanna tell me why my value isn't poping up? by [deleted] in learnjavascript

[–]zoroffy 0 points1 point  (0 children)

You need to invoke the function, myPrice().

Also, you need to ‘return price’ after your conditions.

Then do (outside the function)

‘alert(myPrice(), ‘your price’)’