roro159 | 6 years ago | on: Demand for medical equipment is making air cargo fees ‘crazy’
roro159's comments
roro159 | 6 years ago | on: Major breach found in biometrics system used by banks, police and defence firms
roro159 | 6 years ago | on: Webpack not working if its Monday
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 | 6 years ago | on: Cloudflare outage caused by bad software deploy
StackOverflow had a similar case a while back: https://stackstatus.net/post/147710624694/outage-postmortem-...
roro159 | 6 years ago | on: Mistakes we made adopting event sourcing and how we recovered
roro159 | 6 years ago | on: Distributed Locks Are Dead; Long Live Distributed Locks
Redlock is a distributed lock using Redis: https://redis.io/topics/distlock
Martin Kleppmann criticized Redlock and mentioned the fencing solution: http://martin.kleppmann.com/2016/02/08/how-to-do-distributed...
Antirez disagrees with the analysis and the HN post has a good discussion: https://news.ycombinator.com/item?id=11065933
roro159 | 6 years ago | on: Call for Code – Developer competition that seeks solutions for natural disasters
roro159 | 7 years ago | on: Tether Says Stablecoin Is Only Backed 74% by Cash, Securities
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.
roro159 | 7 years ago | on: The Samsung Galaxy Fold's display seems to have problems
The numbers aren't public yet, but it's probably low. I don't think they are dumb enough to expect this device to sell anywhere near the Galaxy S10 or an iPhone.
It may not be a huge sales success, but apparently it's above Samsung expectations.
roro159 | 7 years ago | on: Teaching machines to triage Firefox bugs
They did some housekeeping for a month and were able to close 3918 issues, but in the meantime 2187 issues were created.
Open source project management at this scale is truly hard indeed.