Michael Shulman's Shared Notes

Powered by 🌱Roam Garden

January 28th, 2021

  • RE coordination using Tech in MTSs review
    • When tech can notify you that items marked as blocking a particular task - tasks that it's dependent on - have been completed, that helps with coordination.
  • tabbankruptcy
  • @Trist.Bamforth1951 Recommended by Steve during lab meeting
  • Got some CSS for tags from Roam Collective. Adding to roam/css Consider adding these things to CSS (not added yet, since didn't tag the name at the top.)
    • Data-type Tags
      • `Articles
        • span.rm-page-ref[data-tag="Articles"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Articles"]:before {
              content: '📰'
          }
          
      • `Books
        • span.rm-page-ref[data-tag="Books"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Books"]:before {
              content: '📚'
          }
          
      • `Tweets
        • span.rm-page-ref[data-tag="Tweets"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Tweets"]:before {
              content: '🐦'
          }
          
      • `Conversations and Meetings
        • span.rm-page-ref[data-tag="Conversations and Meetings"] {
              background: #607D8B;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Conversations and Meetings"]:before {
              content: '💬'
          }
          
      • `Podcasts
        • span.rm-page-ref[data-tag="Podcasts"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Podcasts"]:before {
              content: '🎙'
          }
          
      • `Meetings
        • span.rm-page-ref[data-tag="Meetings"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Meetings"]:before {
              content: '👥'
          }
          
      • `Conversations
        • span.rm-page-ref[data-tag="Conversations"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Conversations"]:before {
              content: '🗣'
          }
          
      • `Lectures
        • span.rm-page-ref[data-tag="Lectures"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Lectures"]:before {
              content: '🏫'
          }
          
      • `Learning Objectives
        • span.rm-page-ref[data-tag="Learning Objectives"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Learning Objectives"]:before {
              content: '🎓'
          }
          
      • `Recommendations
        • span.rm-page-ref[data-tag="Recommendations"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Recommendations"]:before {
              content: '📍'
          }
          
      • `Ideas
        • span.rm-page-ref[data-tag="Ideas"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Ideas"]:before {
              content: '💡'
          }
          
      • `Jokes
        • span.rm-page-ref[data-tag="Jokes"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Jokes"]:before {
              content: '🤣'
          }
          
      • `Goal Ideas
        • span.rm-page-ref[data-tag="Goal Ideas"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Goal Ideas"]:before {
              content: '🎯'
          }
          
      • `Prompt Ideas
        • span.rm-page-ref[data-tag="Prompt Ideas"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Prompt Ideas"]:before {
              content: '💭'
          }
          
      • `Quotes
        • span.rm-page-ref[data-tag="Quotes"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Quotes"]:before {
              content: '💬'
          }
          
      • `Prompts
        • span.rm-page-ref[data-tag="Prompts"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Prompts"]:before {
              content: '💭'
          }
          
      • `Examples
        • span.rm-page-ref[data-tag="Examples"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Examples"]:before {
              content: '🏷'
          }
          
      • `Transcript
        • span.rm-page-ref[data-tag="Transcript"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Transcript"]:before {
              content: '📜'
          }
          
      • `missing-list
        • span.rm-page-ref[data-tag="missing-list"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="missing-list"]:before {
              content: '🔍'
          }
          
      • `Conventions
        • span.rm-page-ref[data-tag="Conventions"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Conventions"]:before {
              content: '⚙️'
          }
          
      • `Processes
        • span.rm-page-ref[data-tag="Processes"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Processes"]:before {
              content: '⚙️'
          }
          
      • `Resources
        • span.rm-page-ref[data-tag="Resources"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Resources"]:before {
              content: '🗃'
          }
          
      • `Stories
        • span.rm-page-ref[data-tag="Stories"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Stories"]:before {
              content: '🎭'
          }
          
      • `Predictions
        • span.rm-page-ref[data-tag="Predictions"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Predictions"]:before {
              content: '🔮'
          }
          
      • `Idioms
        • span.rm-page-ref[data-tag="Idioms"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Idioms"]:before {
              content: '🗣'
          }
          
      • `Timestamps
        • span.rm-page-ref[data-tag="Timestamps"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
      • `Tips
        • span.rm-page-ref[data-tag="Tips"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Tips"]:before {
              content: '☝️'
          }
          
      • `Tensions
        • span.rm-page-ref[data-tag="Tensions"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Tensions"]:before {
              content: '⛓'
          }
          
      • `Open Questions
        • span.rm-page-ref[data-tag="Open Questions"] {
              background: #607D8B;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Open Questions"]:before {
              content: '❓'
          }
          
      • `Context Questions
        • span.rm-page-ref[data-tag="Context Questions"] {
              background: #607D8B;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Context Questions"]:before {
              content: '❓'
          }
          
      • `Shownotes
        • span.rm-page-ref[data-tag="Shownotes"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
      • `Weather Report
        • span.rm-page-ref[data-tag="Weather Report"] {
              background: #9E9E9E;
              color: #fff;
              padding: 2px 5px 2px 5px;
              font-size: 13px;
              line-height: 1em;
              font-weight: 500;
              border-radius: 5px 5px 5px 5px;
              position:relative;
          }
          
          span.rm-page-ref[data-tag="Weather Report"]:before {
              content: '🌤'
          }
          
  • Learned how to do this: Tips put in double parentheses, that aren't actually blocks, get shown like this!
  • Late night thoughts on third dimension Tech in MTSs review dimension Scribbles on dimensions of technology
    • Ugh. Below is not my view - it's not so bifurcated. Scratch this.
      • While the ability for computers to work independently and make contributions beyond that specifically programmed by any human is seen as the ultimate contribution of computers by some, that is a view of computers as independent actors, and the arc of the history of computing as leading to a point where computers and humans each work independently of each other...
    • Augmentating Intelligence The third dimension sees computers not as independently intelligent creatures of artificial origin, but as tools crafted by humans, for humans, as leverages of our own rich intelligence. (3 main ideas to discuss - levers to manipulate symbols representing knowledge/data; human-computer communication; and how most tech only taps into a few modalities of human intelligence. Might want to frame some of this as affordances)
      • Computers in this view serve as technologies in the older sense the world, as predates the digital age: computers are tools. Computers allow us to leverage our thinking, much as the tool of writing allowed us to codify knowledge and the tool of Arabic numerals allowed for richer discoveries in mathematics.
      • Earliest computers began by mimicking existing modes of thinking: writing linear documents, just as they had been written by hand and then by typewriter, albeit now with richer editing abilities.
        • Some trace many modern computing schemas to thinking that is still rooted in the printing press, and fault this way of thinking for the limited ways in which computers currently augment our intelligence.
      • But the power of computers as levers for our use is richer than fancy printing machines. Computers allow us to manipulate information in ways we could not otherwise do easily, or at all.
        • Computers can present the same information in multiple perspectives, such that the human can examine ideas and data from multiple views, and ask the computer to include or exclude sources of data or ideas
        • computers can allow for a dynamic manipulation of data or ideas, particularly in ways that could not be represented using analogue methods.
          • New representations of thought allow us to tap into latent capabilities that we already have, utilizing them to understand information in other ways. Many great ideas in history have been realizations that data could be represented in different ways: maps of the world, algebraic notation, data visualization.
            • (Thread to put later - really most relevant to say that these levers are only beginning to tap into how powerful computers can be as Intelligence Augmentation) The media we use to display those representations dictate how powerful the representations are. (Victor, 2014) (Maybe this is where I want to bring in affordances? They really fit both the perspectives and mediums thing - the perspectives are affordances for us, but the mediums are affordances for the perspectives)
        • Need to articulate more clearly the various ways computers can serve as a leverage tool - even before getting into tapping multiple modalities of intelligence. I think. Maybe the modalities will end up being the best way to start.
          • Include visual manipulation of ideas. Reusing the same information in multiple places, allowing one to manipulate and try finding patterns or meaning in multiple ways - and any later edits will affect all instances of that information. Manipulating information not just at the book or essay or document level, but at more granular levels - the atomic pieces of thought themselves can be played with, and all kept track of - paper can't do that. Definitely not with the speed and access that computers allow.
      • So far we have discussed the elements of intelligence augmentation as concerned with the capabilities of the computer awkward sentence - make sure doesn't make it anywhere. An equally important element is our ability to use that tool - to give instruction to the computer.
        • In early days of computing, all instructions had to be input via punch cards, and visual displays were largely text-based [@Rheingold1985]. Even the addition of some basic graphics required a supplementary screen with a dedicated technology. Communication between human and machine was very rudimentary. With the introduction of successively more sophisticated programming languages, programmers were able to give richer instructions to computers, and with time, create interfaces such that non-programmers could talk to computers in specific ways [@Rheingold1985]. This last step was an important one, as it finally presented some of the power of computing to those who did not program - in other words, to those who did not speak computer. Computers were finally learning to speak our language, rather than we, theirs. Recent advances in natural language recognition have improved further the ability of computers to understand our language, and the field of Brain-Computer Interfacing [BCI; @Wolpaw.Birbaumer.ea2002] is exploring how in the future we might interface more symbiotically with computers and realize early visions of the computer as a symbiotic tool [@Licklider1960a].
        • This progression is important
January 28th, 2021