Drewverlee
08/31/2020, 8:50 PMChris Maughan
08/31/2020, 9:01 PMGarth Goldwater
08/31/2020, 9:20 PMEric Gade
08/31/2020, 10:07 PMEric Gade
08/31/2020, 10:09 PMGarth Goldwater
09/01/2020, 1:28 PMEric Gade
09/01/2020, 1:33 PMEric Gade
09/01/2020, 1:34 PMshalabh
09/01/2020, 4:16 PMearth < solar system < galaxy < alpha quadrant
and second < minute < hour < day
.
Graphs are appealing when we think of peers and relationships (the set of buildings in a city). You can have arbitrary relationships but you don't get the canonical path to each node. I don't think one is always more intuitive.
IMO the bigger problem is our biases in 'meta models'. We have the idea of what a "data structure" is, we pick exactly one and get 'locked in' permanently to that one view. We may want multiple parallel views of the information based on what we're tying to do. But none of the usual models or type systems do this well. If you look at programming, a lot of it is 'changing the shape' without adding any new information. E.g. transform a JSON object into a struct; load an array of structs into a dict for faster lookup, extract one field of many structs into an array etc. There's conflation between data structure and information structure and we haven't figured out how to separate these nicely.Eric Gade
09/01/2020, 4:18 PMEric Gade
09/01/2020, 4:20 PMEric Gade
09/01/2020, 4:21 PMEric Gade
09/01/2020, 4:21 PMEric Gade
09/01/2020, 4:23 PMshalabh
09/01/2020, 4:23 PMshalabh
09/01/2020, 4:28 PMEric Gade
09/01/2020, 4:29 PMshalabh
09/01/2020, 4:29 PMEric Gade
09/01/2020, 4:29 PMEric Gade
09/01/2020, 4:30 PMEric Gade
09/01/2020, 4:30 PMEric Gade
09/01/2020, 4:30 PMEric Gade
09/01/2020, 4:31 PMEric Gade
09/01/2020, 4:32 PMshalabh
09/01/2020, 4:41 PMshalabh
09/01/2020, 4:48 PMEric Gade
09/01/2020, 4:52 PMEric Gade
09/01/2020, 4:53 PMEric Gade
09/01/2020, 4:53 PMAndrew
09/01/2020, 7:37 PMOne issue here is that being “computer people” in 2020 we have kind of already poisoned our thinking. I’m wondering how a regular, non-programmer would organize information with only the barest of tools. Would some spatial/relationship based thing come out of it?If you know anyone in high school or college who isn’t studying CS, try looking at their personal notebooks or journals. I think people often store information in narrative form. The narrative gives many contact points with the same piece of information. A particularly adept learner might write about what they learned in many ways: how it applies to their life, where they have seen it in the world, the strict technical definitions, and some metaphors that capture the essence of the subject. We want to look at the same information in as many ways as possible so we can get an intuitive sense for it. Something that we understand deeply can represent itself as a felt-sense in the body, as opposed to an intellectual thought, like a grandmaster chess player analyzing his position on the board, or a tennis player analyzing the trajectory of a ball.
Andrew
09/01/2020, 7:38 PMAndrew
09/01/2020, 7:43 PMJack Rusher
09/02/2020, 8:04 AMJack Rusher
09/02/2020, 8:22 AMDrewverlee
09/02/2020, 10:52 PMwtaysom
09/04/2020, 1:41 PM