“Data doesn’t matter. Only opinions and stories formed from the data matters and gets shared and absorbed.”
“If we have data, let’s look at data. If all we have are opinions, let’s go with mine.”
“Accessing shared, mutable data requires using synchronization; one way to avoid this requirement is to not share. If data is only accessed from a single thread, no synchronization is needed. This technique, thread confinement, is one of the simplest ways to achieve thread safety. When an object is confined to a thread, such usage is automatically thread-safe even if the confined object itself is not.”
“Maybe stories are just data with a soul.”
“If you consider any set of data without a preconceived viewpoint, then a viewpoint will emerge from the data.”
“We simply don’t have enough data to form a conclusion”