Skip to Content
Home Page

Joey Shao’s notebook


🔧 Design Philosophy

LayerMeaningRepresentationFolder/Note Structure
PointCore concept, definition, factOne atomic noteConcepts/Gravity.md
LineRelationship between two or more conceptsCross-links, pair notesRelations/Gravity-Mass.md
SurfaceCoherent domain of knowledgeThematic foldersDomains/Physics/
VolumeMeta-knowledge: how ideas connect across fieldsOntology notes / MapsMaps/Physics_vs_Epistemology.md

🗂️ Folder Structure (Suggested Starter Layout)

/Notes/ ├── Concepts/ │ ├── Gravity.md │ ├── Mass.md │ └── Inertia.md ├── Relations/ │ ├── Gravity-Mass.md │ └── Inertia-Force.md ├── Domains/ │ ├── Physics/ │ │ ├── Newtonian.md │ │ └── Mechanics.md │ └── Epistemology/ │ ├── Foundationalism.md │ └── Coherentism.md ├── Maps/ │ ├── KnowledgeGraph.mm # Mind map / Freeplane / Obsidian canvas │ └── Interdomain.md # Reflections across fields └── Templates/ ├── Concept_Template.md ├── Relation_Template.md └── Domain_Template.md
  1. 📥 Collect Concepts

    • One note per point
    • Write your own definitions
    • Add related concepts and notes
  2. 🔗 Add Relations

    • Whenever you notice a link → create a relation note
    • Ask: “How are they related?” (causal, analogy, contrast, etc.)
  3. 🌐 Form Surfaces

    • Cluster related concepts into domains (Physics, Epistemology, Machine Learning)
    • Add structure and summaries to domain notes
  4. 🧭 Reflect Across Domains

    • Use the Maps/ folder to notice patterns across disciplines
    • Build higher-level reflections
  5. 🧠 Optional: Visual Tools

    • Use tools like Obsidian, Zettlr, or Freeplane to visualize maps from your markdown notes.

Last updated on