diff -r 8a34b2ebc8cc -r c3d3461a5e77 LINKS --- a/LINKS Mon Jan 27 10:18:13 2020 +0000 +++ b/LINKS Tue Feb 04 11:20:31 2020 +0000 @@ -1,3 +1,9 @@ +Google index on datasets + +https://datasetsearch.research.google.com/ + +================== + State by itself is quite harmless. However, mutable state is the big offender. Especially if it is shared. What exactly is mutable state? Any state that can change. ====================