HN user

Corgipower12

38 karma
Posts5
Comments20
View on HN

My 2 cents TLDR: seize opportunity but based on sound analysis and caution, not blind optimism. I think they are saying something of the effect of:

1. The short trade (The Big Short or similar trades during the housing bubble) happened during a period of market euphoria. I.e. when most investors were irrationally confident and greedy.

2. Instead of sitting out or being fearful (as Buffett's original advice would suggest), the people who shorted the market took an aggressive position. They were indeed "greedy" in the sense of seeking profit, but they did so with deep awareness of the systemic risk that others were ignoring.

[dead] 5 years ago

This is a youtube video from this week's PyTorch Community Voices episode.

[dead] 5 years ago

Ray is a popular framework for distributed Python that can be paired with PyTorch to rapidly scale machine learning applications.

[dead] 6 years ago

In some organizations technology adoption decisions aren’t controlled by centralized teams or processes. As such different teams may end up independently choosing different cloud providers and their organizations end up multi-cloud. But while a small percentage of companies inadvertently end up being multi-cloud, many more companies are deliberately choosing to do so for the following reasons

[dead] 6 years ago

What I’d like to share with you in the next few sections is an example of code that was difficult to parallelize, but which Ray makes easy to parallelize. Two relatively straightforward refactors led to to a 60% improvement in performance on my local machine, and a 15x performance improvement in the cloud.