Stupid question but could Rust skip monomorphization during development builds and use dynamic dispatch? I heard generics were often to blame for slow builds.
Ah, it makes a bit more sense when interpreted that way. So the capital that is described as being allocated is really the company's capital to the investor, not the investor's cash to the company.
Thanks for the elaborate reply but I was aware of all of this already. I wasn't questioning the utility of the stock market and understand its role as a price discovery mechanism and liquidity provider.
I was however questioning whether this sentence from the article was really accurate: "The function of the capital markets is to allocate capital".
I'd argue that trading existing shares, although it contributes to price discovery and liquidity, is not "capital allocation" (unless we're talking with respect to the buyer's capital like another commenter pointed out).
I understand the concept of liquidity and the reward mechanism you describe but it doesn't ultimately answer my question, which why is the process of buying an existing share called "capital allocation"? Let's say I buy a GOOG share from Larry Page. Is it the idea that I "allocated capital" to Larry Page's bank account? It seems to me like the correct thing to say would be that I provided liquidity to Larry, not that I allocated capital. Or is it the idea that I allocated some of my own capital to the stock market?
> The function of the capital markets is to allocate capital.
I never fully grasped this idea. I have no problem understanding that venture capitalists, angel investors or investors that buy shares at IPO do allocate capital. However, why is trading existing shares considered "allocating capital"?
> many programs have, instead of the former, means to satisfy some portion of credit requirements without actually taking classes if you can demonstrate equivalent knowledge gained elsewhere (e.g., credit-by-examination.)
Can you name some of those programs? I keep hearing about those but can't find them.
I'm with you up until "the US tried to save Cuba from itself". Castro was an awful dictator but the US embargo not only didn't save Cuba from itself, it made things worse for ordinary Cuban citizens. I wouldn't be proud of it.
> When you see him and his followers advocating misogyny, racism, xenophobia, homophobia, aggressiveness, and basically all the other -isms and -obias, it becomes much harder to "see the other side" of the debate
The exact same argument could be convincingly used to discriminate against members of the two largest organized religions. Are you also going to ask potential hires who they voted for at the last election too?
> Aren't those, pretty much by definition, the traits of a poor manipulator? A great manipulator wouldn't seem so false.
This is a good point and it baffles me to be honest. I said "great" manipulator because it seems to be working so far. Great manipulators don't necessarily need to be great with everyone all the time. Or maybe she intentionally wants us to think she's a poor manipulator so that we trust her more? But that surely fails Occam's razor.
To answer other comments, I didn't get this impression solely by watching her on TV, it is corroborated by her history as a politician and recently leaked emails.
As a non American who would probably vote for neither of them, Hillary definitely ranks way higher on my internal psychopath detector. The constant fake smiling, cold and calculated question answering, passive aggressiveness, etc. In short, the traits of a great manipulator. Trump is guilty of some of that too but he is somewhat redeemed by the fact that he seems dumb/naive enough to believe whatever he preaches.
First, you really shouldn't use forever or pm2 in production. May I suggest you use something like Dokku[0] or Deis[1] (if you are planning to scale to more than one server) to deploy your apps?
Dokku is really quick to setup and will save you a lot of time and trouble in the long term. Setup takes only 5 minutes and the learning curve is pretty low (maybe 30-60 minutes to be productive).
NewRelic[2] and DataDog[3] are popular for monitoring though they're not open source. Nagios[4] is open source and also popular.