diff -r 828326d1b3b2 -r c5f89ee12d25 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. ====================