Possibly. Even if this incarnation is a fad and goes away, it clearly touched a nerve and peaked many people's curiosity in ways other AI agents haven't so far. (I'm talking about broad-use agents, not coding agents)
I don't think gymnastics, shower ads, or medical examinations show naked breasts bouncing, among other things. The models could learn how things might behave from observing clothed bodies, but I'm not sure that's realistic to expect from the models.
Honest question: if you and your kids use YouTube to the degree you describe, why not pay for the ad free experience? Why go through so many hoops? Is it the amount of money, is it the principle, or something else?
People are mentioning this is due to lack of testing, but if that were the case wouldn’t hospitals be overwhelmed like they have been in Italy and elsewhere?
Testing or no testing if hospitals run out of ventilators for people in need, or out of masks, that would still happen if the disease was spreading like it does elsewhere
Note: that article also lists number of ICU beds per 100000 population, and it seems that it's not that highly correlated. Turkey has the most ICU beds.
I think due to the nature of (generally) exponential growth, no country can be expected to be able to "cover" a true outbreak. However, it's also true that the spike in cases will only happen in a very short period of time so it's not very informative to look at hospital beds if the peak is not there yet.
That said, I would expect Japan to be further on the growth curve compared to other Western countries, so not sure what's going on especially given the limited information.
I have no real data to back this up, but it could also be that there's a lower number of comorbidity across the average population. Or it could be that Japanese have perfected 'social distancing'.
I don’t think there will ever be a way to make a “big decision” with thorough analysis that will make you certain you made the right choice. There are too many variables to ever know for sure the “right” choice
A very poignant if cynical poem by the Greek poet Kavafis on this topic:
You said: “I’ll go to another country, go to another shore,
find another city better than this one.
Whatever I try to do is fated to turn out wrong
and my heart lies buried as though it were something dead.
How long can I let my mind moulder in this place?
Wherever I turn, wherever I happen to look,
I see the black ruins of my life, here,
where I’ve spent so many years, wasted them, destroyed them totally.”
You won’t find a new country, won’t find another shore.
This city will always pursue you. You will walk
the same streets, grow old in the same neighborhoods,
will turn gray in these same houses.
You will always end up in this city. Don’t hope for things elsewhere:
there is no ship for you, there is no road.
As you’ve wasted your life here, in this small corner,
you’ve destroyed it everywhere else in the world.
I can tell from personal experience that if you change your environment and have new experiences, you will also change. Changing a big part of your life (job, location, relationships) makes it easier and sometimes necessary to also change your behaviour. Changing your behaviour in a big way also means to change your personality. However, if you're the kind of person who moves a lot, you're not really changing anything when you move. It's about doing scary things you've never done before.
This is a library that provides access to Matlab-like plotting functions for easily creating javascript plots from within Python.
No need to deal with HTML, Javascript, or CSS to get some plots with multiple linestyles, colors, markers, and labels. Just plain Python code and a simple plotting syntax. The currently supported Javascript plotting libraries are Flot and NVD3 (which is a wrapper around D3).
One use case for this library is to have Python scripts running automatically and updating websites that serve Javascript plots to visitors.
For example, we used this library to create and update the plots on prespredict.com. During US presidential election seasons, a cron job calls the plotting script daily, which automatically updates the plots on the website with data from the latest polls.
The resulting scripts may not be "Pythonic" enough, but I was aiming for the simplicity of creating plots that Matlab has.