6 Matching Annotations
  1. Feb 2023
    1. With a category you can just bypass idea-connection and jump right to storage.

      Categorizing ideas (and or indexing them for search) can be useful for quick bulk storage, but the additional work of linking ideas to each other with in a Luhmann-esque zettelkasten can be more useful in the long term in developing ideas.

      Storage by category means that ideas aren't immediately developed explicitly, but it means that that work is pushed until some later time at which the connections must be made to turn them into longer works (articles, papers, essays, books, etc.)

  2. Oct 2022
    1. https://www.loom.com/share/a05f636661cb41628b9cb7061bd749ae

      Synopsis: Maggie Delano looks at some of the affordances supplied by Tana (compared to Roam Research) in terms of providing better block-based user interface for note type creation, search, and filtering.


      These sorts of tools and programmable note implementations remind me of Beatrice Webb's idea of scientific note taking or using her note cards like a database to sort and search for data to analyze it and create new results and insight.

      It would seem that many of these note taking tools like Roam and Tana are using blocks and sub blocks as a means of defining atomic notes or database-like data in a way in which sub-blocks are linked to or "filed underneath" their parent blocks. In reality it would seem that they're still using a broadly defined index card type system as used in the late 1800s/early 1900s to implement a set up that otherwise would be a traditional database in the Microsoft Excel or MySQL sort of fashion, the major difference being that the user interface is cognitively easier to understand for most people.

      These allow people to take a form of structured textual notes to which might be attached other smaller data or meta data chunks that can be easily searched, sorted, and filtered to allow for quicker or easier use.

      Ostensibly from a mathematical (or set theoretic and even topological) point of view there should be a variety of one-to-one and onto relationships (some might even extend these to "links") between these sorts of notes and database representations such that one should be able to implement their note taking system in Excel or MySQL and do all of these sorts of things.

      Cascading Idea Sheets or Cascading Idea Relationships

      One might analogize these sorts of note taking interfaces to Cascading Style Sheets (CSS). While there is the perennial question about whether or not CSS is a programming language, if we presume that it is (and it is), then we can apply the same sorts of class, id, and inheritance structures to our notes and their meta data. Thus one could have an incredibly atomic word, phrase, or even number(s) which inherits a set of semantic relationships to those ideas which it sits below. These links and relationships then more clearly define and contextualize them with respect to other similar ideas that may be situated outside of or adjacent to them. Once one has done this then there is a variety of Boolean operations which might be applied to various similar sets and classes of ideas.

      If one wanted to go an additional level of abstraction further, then one could apply the ideas of category theory to one's notes to generate new ideas and structures. This may allow using abstractions in one field of academic research to others much further afield.

      The user interface then becomes the key differentiator when bringing these ideas to the masses. Developers and designers should be endeavoring to allow the power of complex searches, sorts, and filtering while minimizing the sorts of advanced search queries that an average person would be expected to execute for themselves while also allowing some reasonable flexibility in the sorts of ways that users might (most easily for them) add data and meta data to their ideas.


      Jupyter programmable notebooks are of this sort, but do they have the same sort of hierarchical "card" type (or atomic note type) implementation?

  3. Jun 2022
    1. For anyone who reads music, the sketchbooks literally record the progress of hisinvention. He would scribble his rough, unformed ideas in his pocket notebook andthen leave them there, unused, in a state of suspension, but at least captured withpencil on paper. A few months later, in a bigger, more permanent notebook, you canfind him picking up that idea again, but he’s not just copying the musical idea intoanother book. You can see him developing it, tormenting it, improving it in the newnotebook. He might take an original three-note motif and push it to its next stage bydropping one of the notes a half tone and doubling it. Then he’d let the idea sit therefor another six months. It would reappear in a third notebook, again not copied butfurther improved, perhaps inverted this time and ready to be used in a piano sonata.

      Beethoven kept a variation of a waste book in that he kept a pocket notebook for quick capture of ideas. Later, instead of copying them over into a permanent place, he'd translate and amplify on the idea in a second notebook. Later on, he might pick up the idea again in a third notebook with further improvements.

      By doing this me might also use the initial ideas as building blocks for more than one individual piece. This is very clever, particularly in musical development where various snippets of music might be morphed into various different forms in ways that written ideas generally can't be so used.

      This literally allowed him to re-use his "notes" at two different levels (the written ones as well as the musical ones.)

    2. Beethoven, despite his unruly reputation and wild romantic image, waswell organized. He saved everything in a series of notebooks that were organizedaccording to the level of development of the idea. He had notebooks for rough ideas,notebooks for improvements on those ideas, and notebooks for finished ideas,almost as if he was pre-aware of an idea’s early, middle, and late stages.

      Beethoven apparently kept organized notebooks for his work. His system was arranged based on the level of finished work, so he had spaces for rough ideas, improved ideas and others for finished ideas.

      Source for this?

  4. Aug 2021
    1. I always had to set the height of them literally almost 50% taller than the content itself to accommodate for the innards growing when the form was submitted with errors (the error messaging expanded the height). If I didn’t, the submit button would get cut off making the form un-submittable.
  5. Feb 2021
    1. Trailblazer extends the conventional MVC stack in Rails. Keep in mind that adding layers doesn't necessarily mean adding more code and complexity. The opposite is the case: Controller, view and model become lean endpoints for HTTP, rendering and persistence. Redundant code gets eliminated by putting very little application code into the right layer.