Where can you get the fastest cpus for VPS hosting?
For example, Retool (https://www.ycombinator.com/companies/retool) claims to be paying $600k to someone with 6 years experience. I find this hard to believe.
I nearly lost a job offer today because CodeSignal does not execute 'real' Python.
Minimal example:
x = {} def f(): global x x['key'] = 'value' f()
This will succeed in real python, but fail in CodeSignal. To make it work in CodeSignal, you need to change "global" to "nonlocal":
x = {} def f(): nonlocal x x['key'] = 'value' f()
This will fail in Python! This should definitely come with a disclaimer on their site. It's criminal that you can write correct python and they can incorrectly mark your code as nonfunctional.
Perhaps I shouldn't give a minimal example, but only tell CodeSignal that their Python build was failing on my hidden test case...
Imagine a job that needs to access the internet and render webpages, but you want to reduce the latency of the webpages.
When you query, the results are allowed to be a little stale.
It should be available to several boxes on a datacenter. Services that provide this are acceptable.
Is there an option with latencies less than 50ms and reasonable storage costs?
Is there some kind of flag or tag for these? How can I distinguish real releases from "we're in testing"/"we will release soon" announcements?
Can we start tagging these?
How? Server-side means the content isn't even sent to the browser. What can the browser do?
https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean