

Shouldn’t it be America delenda est? I thought it’s nominative
she/her
Shouldn’t it be America delenda est? I thought it’s nominative
fuck you (respectfully)
What decade do you live in? It’s closer to 2-4x nowadays, and 2TB is nothing
Oh yeah, of course.
It’s already for-profit, he just doesn’t want to have it called that
Sci-hub is frozen in about 2021 due to a court case or something, as far as I remember, so new papers won’t be on there
not really, haha
To test that SVN -> GIT works?
that’s amazing! Aren’t codecs fun
Yeah I agree. Although recently I’ve become partial to toml… In the end I’ll use what’s common in the ecosystem I’m developing in
Nothing too major about how it’s usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security
That’s why for python, yaml.save_load()
is a thing. That’s fine for your local config files and may even be a feature for you, but it shouldn’t be used to exchange information between services.
Good for her, good for her
“lol”, said the scorpion. “lmao”
Don’t copilot anything longer than a function of about 15 lines. That way you can quickly see if it made mistakes. Ensure it works, move on to the next.
And only do that for boring, repetitive work. The tough challenges and critical parts you’re (for now) better off solving yourself.
I’d assume that’s already a bigger problem for satellites in geostationary orbit then?
Most numpy array functions already utilize multiple cores, because they’re optimized and written in C