roro159's comments

roro159 | 6 years ago | on: Demand for medical equipment is making air cargo fees ‘crazy’

What matters for the financial hedge is the existence of futures, which means the companies can buy something they know they will need at a known price months before they actually need it. The specifics of this operation differs depending on the actual financial instrument used, but the idea is the same, even on the opposite side (selling at a known price in the future).

roro159 | 6 years ago | on: Major breach found in biometrics system used by banks, police and defence firms

Hashing the password in the client isn't very effective because the hash of the password now is equivalent to a password. If you have the hash you can just send it to the server and authenticate. Implementing this looks like a lot of trouble with little to no benefits, since you also have to take the regular precautions server-side anyway.

roro159 | 6 years ago | on: Webpack not working if its Monday

Link to the GitHub issue in the tweet: https://github.com/JeffreyWay/laravel-mix/issues/2153

Link to the Webpack issue: https://github.com/webpack/webpack-cli/issues/962

Apparently it's caused by a bug with OS-specific code to check the last time a message asking for donations to the project was printed, so it doesn't ask too much. And this checking only happens on mondays for some reason... There's literally a "if (now.getDay() === MONDAY)".

roro159 | 7 years ago | on: Tether Says Stablecoin Is Only Backed 74% by Cash, Securities

What you're missing is that Tether is not truly bankrupt yet. Yes, sane accounting would say their liabilities exceed their assets, but only because 26% of their assets are a high risk loan to Bitfinex. They still have assets > USDT supply. What makes the liabilities exceed the assets is the credit risk associated with the loan.

You can't undisputedly say Bitfinex won't be able to pay the loan. Maybe the frozen assets are real and will be unfrozen soon. Nobody knows. They aren't bankrupt yet, but in a very risky position of becoming so.

Another possibility is that you misread the article title, which seems kind of misleading. It says that only 74% of Tether is backed by cash or cash-equivalents. The loan to Bitfinex is neither, so it should be the remaining 26% (26% of $2.8B is $745M).

That being said, I agree with you on the Wiley Coyote point. Tether should be completely disreputable, not only because of it's risky situation, but because the whole move was completely shady. Silently changing the wording of the website, after assuring everyone that they had it 100% backed... I don't see how anyone can trust it anymore.

page 1