The equivalent in python-metaphor-land would be that python files clearly designate whether they are py2 or py3, and a single python interpreter can run both py2 and py3 scripts, as well as cross-include files of each…
IIRC it's a single ministry with not a lot of machines (in the order of 100). Definitely not as newsworthy as it's being made out to be, but viability has to be confirmed before a larger rollout can be done, I suppose.
> Even more annoying is that I have to duplicate the iterator code: as I often work with frames that may be flipped bottom-up I want to write code like > > let mut iterator = if !flipped { > data.chunks_mut(stride) > }…
This doesn't necessarily find the best parameters, and it doesn't necessarily do it easily. From my reading, it will converge on a local optimum, and it may take some time to do that. In theory, I don't see why the…
> e.g. it hasn't yet happened in Britain Granted, I don't follow it closely, but from what discourse I've observed things on the other side of the pond don't seem quite harmonious to me. > I'm not that sure it was…
> Thankfully US has all sorts of checks and balances and it might take a while for a single party to get control of the House, Senate, White House and the Supreme court The fact that "it is good when government is…
Not from Berlin, but I imagine it is similar: It is usually the case that the more shady your "kebab pusher" is, the more delicious the kebab is. If the sign says one price, the cashier says a second, and the cash…
Also from EU, additional tidbit: Not being a first-past-the-post two-party system allows for political parties to be more nuanced than a simplified left-right spectrum.
And, as we all know, becoming a father when you do not wish to is completely without consequences, making the entire ordeal risk-free. Male birth control pill is useless, QED.
By that logic, female birth control pills also have no value.
If the EU is regressive then I don't want to live in your progressive society.
As I said, I would love to work on things out of passion.
I would love to work on things out of passion, but passion doesn't shelter me from the elements nor provide a steady source of calories.
Maybe that combined with the fact that Russia actively invaded another country for bullshit reasons means we don't want to point fingers at Russia without solid evidence, lest they use it to invent yet another bullshit…
Being out of things to investigate is a reason to end investigation. It is possible to follow all leads to the end and still have no conclusive evidence.
An alternative explanation is that there is simply not enough evidence to tell one way or the other.
I don't know much about the specific space of ILP, but speaking more generally... It is sometimes possible to specialize algorithms and implementations to be faster for certain subdomains of the overall problem,…
edit: I did some more investigation, and I missed something crucial: The distribution of requests over time becomes very wonky if the lower bound isn't 0. It stabilizes given enough time, but that time seems very long.…
Oh the complexity and pain I go through in my quest for "keeping it simple." It's fine, my server for stupid side projects is a cheap VPS with a systemd-based configuration anyway, I am just trying to figure out all the…
Cool. I'm still trying to wrap my head around how to use it responsibly: Is this a "good, old fashioned" single durable server type of deployment? I was wondering if you had any experience with, essentially, "always…
Out of curiosity, have you ever needed to restore a litestream backup?
I'm not from the US, but I do follow the issue due to the US-centric nature of internet culture. From what I understand, it is a bit of a catch-22: - You cannot make public transport a feasible option because - Most…
I didn't say python can handle <=1K, I was saying >=1K. I feel confident that I am orders of magnitude off the real limit you'd meet. The specifics of that aside, any unprepared application is going to buckle at a…
I would still recommend running it properly locally, but whatever. Pseudo-devcontainer it is. I assume the code is properly volume mounted. In production, you would want to run your app through gunicorn/uvicorn/whatever…
The restart isn't expensive in absolute terms, on a human level it's practically instant. You would only do this during development, hopefully your local machine isn't the production environment. It's also very easy,…
The equivalent in python-metaphor-land would be that python files clearly designate whether they are py2 or py3, and a single python interpreter can run both py2 and py3 scripts, as well as cross-include files of each…
IIRC it's a single ministry with not a lot of machines (in the order of 100). Definitely not as newsworthy as it's being made out to be, but viability has to be confirmed before a larger rollout can be done, I suppose.
> Even more annoying is that I have to duplicate the iterator code: as I often work with frames that may be flipped bottom-up I want to write code like > > let mut iterator = if !flipped { > data.chunks_mut(stride) > }…
This doesn't necessarily find the best parameters, and it doesn't necessarily do it easily. From my reading, it will converge on a local optimum, and it may take some time to do that. In theory, I don't see why the…
> e.g. it hasn't yet happened in Britain Granted, I don't follow it closely, but from what discourse I've observed things on the other side of the pond don't seem quite harmonious to me. > I'm not that sure it was…
> Thankfully US has all sorts of checks and balances and it might take a while for a single party to get control of the House, Senate, White House and the Supreme court The fact that "it is good when government is…
Not from Berlin, but I imagine it is similar: It is usually the case that the more shady your "kebab pusher" is, the more delicious the kebab is. If the sign says one price, the cashier says a second, and the cash…
Also from EU, additional tidbit: Not being a first-past-the-post two-party system allows for political parties to be more nuanced than a simplified left-right spectrum.
And, as we all know, becoming a father when you do not wish to is completely without consequences, making the entire ordeal risk-free. Male birth control pill is useless, QED.
By that logic, female birth control pills also have no value.
If the EU is regressive then I don't want to live in your progressive society.
As I said, I would love to work on things out of passion.
I would love to work on things out of passion, but passion doesn't shelter me from the elements nor provide a steady source of calories.
Maybe that combined with the fact that Russia actively invaded another country for bullshit reasons means we don't want to point fingers at Russia without solid evidence, lest they use it to invent yet another bullshit…
Being out of things to investigate is a reason to end investigation. It is possible to follow all leads to the end and still have no conclusive evidence.
An alternative explanation is that there is simply not enough evidence to tell one way or the other.
I don't know much about the specific space of ILP, but speaking more generally... It is sometimes possible to specialize algorithms and implementations to be faster for certain subdomains of the overall problem,…
edit: I did some more investigation, and I missed something crucial: The distribution of requests over time becomes very wonky if the lower bound isn't 0. It stabilizes given enough time, but that time seems very long.…
Oh the complexity and pain I go through in my quest for "keeping it simple." It's fine, my server for stupid side projects is a cheap VPS with a systemd-based configuration anyway, I am just trying to figure out all the…
Cool. I'm still trying to wrap my head around how to use it responsibly: Is this a "good, old fashioned" single durable server type of deployment? I was wondering if you had any experience with, essentially, "always…
Out of curiosity, have you ever needed to restore a litestream backup?
I'm not from the US, but I do follow the issue due to the US-centric nature of internet culture. From what I understand, it is a bit of a catch-22: - You cannot make public transport a feasible option because - Most…
I didn't say python can handle <=1K, I was saying >=1K. I feel confident that I am orders of magnitude off the real limit you'd meet. The specifics of that aside, any unprepared application is going to buckle at a…
I would still recommend running it properly locally, but whatever. Pseudo-devcontainer it is. I assume the code is properly volume mounted. In production, you would want to run your app through gunicorn/uvicorn/whatever…
The restart isn't expensive in absolute terms, on a human level it's practically instant. You would only do this during development, hopefully your local machine isn't the production environment. It's also very easy,…