“ By connecting lose dots of information you create interconnected clusters of knowledge which emphasize the importance of an information based on the number of connections”
Luhmann's Zettelkasten
41–50 of 84 posts
Re: Luhmann's Zettelkasten
#42Earlier quoted context omitted.
Trust me, I've read every page of Zettlelkasten.de. It's a nice site (and I like their software) but there is no fleshed out examples that I've seen on it. Again, I get the concept, but I want to see examples in use.
Could you clarify what specifically you have questions about, and/or what docs are perhaps slightly better (or worse). Or documentation for other concepts you've found useful? Regards Zettlekasten itself: the key notion to me is simply capture and reference . Those are the dual-natured heart of the system. The rest is just mechanics. Important mechanics, in cases, but mechanics all the same.
I learn best by example, personally, and I’ve never seen good examples on this topic myself.
Re: Luhmann's Zettelkasten
#43Cool, reminds me of "Roam Research" which calls itself a tool for "networked thought" [1] [1] https://roamresearch.com/
[1] https://medium.com/bloated-mvp/roam-research-mvp-review-page...
Re: Luhmann's Zettelkasten
#44Its how many students, especially the industrious ones learn here in germany.
You are thinking of methods like "spaced repetition", which are neither the same as Luhmann's method, nor specific to Germany.
Re: Luhmann's Zettelkasten
#45Cool, reminds me of "Roam Research" which calls itself a tool for "networked thought" [1] [1] https://roamresearch.com/
Implementing the Zettelkasten is an explicit use-case for Roam, as documented here: https://roamresearch.com/#/v8/help/page/VURQiVZQR
Re: Luhmann's Zettelkasten
#46Earlier quoted context omitted.
Could you clarify what specifically you have questions about, and/or what docs are perhaps slightly better (or worse). Or documentation for other concepts you've found useful? Regards Zettlekasten itself: the key notion to me is simply capture and reference . Those are the dual-natured heart of the system. The rest is just mechanics. Important mechanics, in cases, but mechanics all the same.
Everything I’ve read on Zettelkasten has been the equivalent of trying to learn to program by reading a reference book. Sure, I could technically learn Python by reading an exhaustive list of methods, classes and operators, or I could pickup a book which explains key concepts through an example project and examines the syntax through a specific context. I learn best by example, personally, and I’ve never seen good ex…
As such, one might wish to instead consider using Hypertext Fiction tools for creating a Zettelkasten, such these two (proprietary software, Mac OS X only, unfortunately):
http://www.eastgate.com/Tinderbox/
http://www.eastgate.com/storyspace/
Note that there exists an EXTREMELY useful plugin for Tinderbox which implements Stretchtext:
https://natematias.com/stretchtext/
Now gimme a combination of what roamresearch.com does with the above, but using the data structure of Hode:
https://github.com/JeffreyBenjaminBrown/hode
But with support for zzstructure like hyperthogonality:
https://github.com/JeffreyBenjaminBrown/digraphs-with-text/i...
And secretly use the patching patches feature of pijul.org in the background so version control actually becomes sanely doable, throw in elastic tab stop support, and maybe an entire kitchensink in which someone let a mixture of ChrysaLisp, SmallTalk, Hazel, Scala 3, /r/nosyntax, Inferno, RINA, GNUnet, & every single proof assistant and theorem prover sit for a tad bit long, and then MAYBE we can stop living in the dark ages of computing.
(Yes I'm bitter)
P.S.: Identity Transclusion ≠ Instance Transclusion
P.P.S.: Birth & Death of Javascript, anyone?
Re: Luhmann's Zettelkasten
#47Cool, reminds me of "Roam Research" which calls itself a tool for "networked thought" [1] [1] https://roamresearch.com/
There are these two articles that can show new users what this app is about:
- https://www.nateliason.com/blog/roam
- https://www.reddit.com/r/RoamResearch/comments/eho7de/buildi...
There is also https://www.remnote.io/ , but it's too complex and clunky right now, at least for me.
Re: Luhmann's Zettelkasten
#48Zettelkasten has to be the least explained concept I've discovered online. Sure, they'll explain the _technique_ of it, but I've almost never seen any solid examples of it in _use_. I was so excited when I first heard of it, but I'm a person that learns by seeing examples and I couldn't find any good ones anywhere. Does anyone have any good examples they've seen?
I’ve kept a personal wiki since about 2007 for my notes on medicine and pathology. The “structure discovery” function it enables is very similar to Zettelkasten. I would submit the affordances of physicality can’t be replicated in software without AR.
Re: Luhmann's Zettelkasten
#49Perhaps I went about it all wrong, but I loved the theory but didn't find the particular application useful. I also found absolutely no examples of a real life Zettelkasten online anywhere. None. I couldn't even compare to see if I was doing it wrong because it seems to be the sort of thing that everyone writes about but no one practices.
More so, I absolutely wouldn't want to use a new third party app for my knowledge repository. Who knows wether or not it'll still be in development or even supported in a year.
Re: Luhmann's Zettelkasten
#50The Zettelkasten.de software appears to be pushing concepts that would have been impossible in Luhmann's system.
Ultimately it seems that all these information systems are just different implementations of nodes, edges, and containers.
Node: Do you want it to support formatted text and/or media? Do you want to be able to visually explore this node's edge relationships to other nodes? (Software often chooses one or the other; both would be nice.)
Edge: Do you want directed edges? Do you want to support Graphs and not just Trees? Do you want your edges to have configurable meaning beyond "this relates to that"?
Containers: Do you want to be able to collect multiple nodes together? Do you want a node to optionally be a container, meaning do you want to allow an edge to link a node to a container? Do you want to support non-hierarchical (Venn) containers, aka tags?
Outliners, Todo list software are almost always directed trees instead of directed graphs. Even with mindmapping / bubble graph software - it's weird how many of them are just undirected trees instead of undirected graphs. Even orgmode is at best a directed tree with tags - it's not a DAG unless you use something like org-brain, which has its own limitations. Wikis usually don't have the visual exploration tools - imagine being able to zoom out of a wiki and just draw edges and containers to put the nodes (articles) in.
Zettelkasten supported (somewhat) formatted text. Not really able to visually explore edge relationships without taking stuff apart. Undirected graph, generic edge meaning. Links probably often one-way and not self-healing (removing a card wouldn't remove links of all linking cards). Supported heirarchical containers, and a card could conceptually link to a container by having "2" link to "2a" which might include 2a1, 2a2, 2a3, etc. Supported tags, sort of, although there wasn't a way to search for all cards that had a particular tag.
Ultimately you find that different thinking styles require different combinations of these concepts, so there isn't a one-size-fits-all, and there isn't "one system" that works like how the brain does, at least not until we have a system that allows us to easily mix these concepts together into a custom implementation.