Veggies-are-okay

Veggies-are-okay t1_j65lsz3 wrote

As is the case with most other countries/territories in the Western Hemisphere, America did a lot of meddling. Many corrupt governors were either instated or propped up (many of which went against their own people). Tried not to find a super sensationalist summary and I think dude below does a pretty good job of laying out the facts. Really interesting stuff and gives a lot of context onto why Hurricane Maria was such a disaster (beyond the whole blowing everything away part).

https://www.youtube.com/watch?v=XildppzzHpI

−1

Veggies-are-okay t1_j0zq951 wrote

  1. I mean at that point why not start using C for most efficient processes? I think you’re thinking that for loops are kind of this “base” truth when it’s yet another tool that happened to come first in the history of programming. Vectorized operations are a godsend and have allowed programmers to graduate beyond for loops. I don’t have to write out my little optimized c++ function every time I want to run an apply statement or whatever. Specific to ML, I don’t have to manually format my data structure to hook it up to pytorch; I just gotta have a pandas data frame with some minor tweaks to stick it into a neural network.
3