HN user

mlwiese

42 karma
Posts7
Comments11
View on HN

Note you can toggle off sources in the chart by tapping on them in the legend.

Gas plants can respond quickly to changes in load, but they need to be up and running to do that. In the future this will be done with batteries but we don’t have enough of those yet. California does have about 20x more batteries than it did a few years ago, check out the Record Tracker link. There was a new record for battery discharging 5 days ago.

Except pretty much everyone thinks the CCS2 connector sucks compared to the Tesla connector. The EU ought to mandate the Tesla connector instead. We're still in early days, no need to worry about the tiny number of cars that have already shipped.

There is movement away from stop-the-world GC, but not to reference counting. The movement is towards better GC.

The language Go has sub millisecond GC with multi-GB heaps since 2018. See https://blog.golang.org/ismmkeynote

Java is also making good progress on low latency GC.

Reference counting can be slower than GC if you are using thread safe refcounts which have to be updated atomically.

I don't want to have to think about breaking cycles in my data structures (required when using ref counting) any more than I want to think about allocating registers.

This LA study has one of the same authors as the Stanford study (Neeraj Sood). It uses the same test and so it has the same issues with the false positive rate. An honest person would address those but I didn't see that in the press release.

This post describes the issues: https://medium.com/@balajis/peer-review-of-covid-19-antibody...

See also this thread: https://news.ycombinator.com/item?id=22924118