diff --git a/journal/2021-03-19.md b/journal/2021-03-19.md index f6f56ccb6..5fc2631de 100644 --- a/journal/2021-03-19.md +++ b/journal/2021-03-19.md @@ -7,6 +7,8 @@ - [[wikilinks everywhere]] - [[flaneur browser]] - [[context]] +- [[wikidata integration]] +- [[transclusion]] - [[wikimedia]] - [[vrandezo]] - [[metasj]] diff --git a/transclusion.md b/transclusion.md index 563e13103..0bc8eb5b5 100644 --- a/transclusion.md +++ b/transclusion.md @@ -1,9 +1,14 @@ # Transclusion -- Transclusion is important. It is better than [[copy]], and it can be used to efficiently encode human thought. +- A method for [[embedding]]. +- It is akin to a pointer to a frame. More efficient than [[copying]]. +- Because pointers define a graph, if the pointers are annotated this reduces to a [[hypergraph]]. I belive a hypergraph is can be used to sufficiently and efficiently encode all human thought. +- https://twitter.com/flancian/status/1372983927019859968 + - Am I crazy or would [[iframes]] do an acceptable job? Instead of querying data sources via an API, presumably I could just embed other web properties. - [[go]] https://en.wikipedia.org/wiki/Transclusion [//begin]: # "Autogenerated link references for markdown compatibility" +[hypergraph]: hypergraph "Hypergraph" [go]: go "Go" [//end]: # "Autogenerated link references" \ No newline at end of file