Join Notes
A batch of the best highlights from what Tristan's read, .
Thus, this case illustrates how social values—for example, our desire to promote equal opportunities for all citizens, both men and women—can become relevant to deciding which areas of research to prioritize.
A Tapestry of Values
Kevin C. Elliott
The ultimate purpose of habits is to solve the problems of life with as little energy and effort as possible.
Atomic Habits
James Clear
Set objects (§11.1.1) are iterable, so an easy way to remove duplicate elements from an array is to convert the array to a set and then immediately convert the set back to an array using the spread operator: let letters = [..."hello world"]; [...new Set(letters)] // => ["h","e","l","o"," ","w","r","d"]
JavaScript
David Flanagan
...catch up on these, and many more highlights