git.mcksp
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67
   68
   69
   70
   71
   72
   73
   74
<!doctype html>
<!--title:Digital gardens-->
<!--date:2023/07/19-->
<html lang='en'>
    <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <meta name='author' content='Maciej Spychala' />
        <title>Digital gardens</title>
        <link type='text/css' rel='stylesheet' href='/assets/style.css'>
    </head>
    <body>
        <header>
            <a id='title' href='/'>mcksp</a></span>
            <div id='navbar'>
                <a href='/blog'>blog</a>
                <a href='/tech'>tech</a>
                <a href='https://git.mcksp.com'>git</a>
                <a href='/about'>about</a>
                <a href='/rss.xml'>rss</a>
            </div>
        </header>
<h1>Digital gardens</h1>
<p>
Recently I came across the term <i>digital gardens</i>.
It encapsulates a concept that has long been present on the web but was coined only recently.
</p>

<p>
In my words, <i>digital garden</i> is a way to play with and grow your ideas,
organized as an interconnected set of evergreen notes. Unlike chronological/hierarchical
organizational systems popular today it emphasise non-linear nature of thinking.
It's often closely tied with <i>thinking</i> in public, sharing your ideas, <a href='https://notes.andymatuschak.org/zCMhncA1iSE74MKKYQS5PBZ'>working with garage door up</a>.
</p>

<p>
In short, it's probably your CS professor's website. Or a wiki with backlinks.
</p>

Here are some blog posts that explore this topic far better than I do:
<ul>
    <li><a href='https://tomcritchlow.com/2019/02/17/building-digital-garden/'>https://tomcritchlow.com/2019/02/17/building-digital-garden/</a></li>
    <li><a href='https://jzhao.xyz/posts/networked-thought'>https://jzhao.xyz/posts/networked-thought</a></li>
</ul>

And more examples of <i>digital gardens</i>:
<ul>
    <li><a href='https://gwern.net'>https://gwern.net</a></li>
    <li><a href='https://notes.andymatuschak.org'>https://notes.andymatuschak.org</a></li>
</ul>

<p>
I don't run my digital garden yet, but it feels like it can be a
good way to <i>think</i>. Taking care of your garden sounds like it can
translate better to taking care of your mind than taking care of generating
new entries in your feed. But of course, either way, you still have to put in hard work
to get quality output.
</p>

<p>
It's a shame that I find myself so hyped about this way of running my blog
just after I finish developing my own static site generator :D Don't want
to be one of these blogs, where posts revolve more around new tools used to run
a blog than the actual content. But I believe that where digital gardens
shine is blogs with an extensive collection of articles, mostly <i>researching</i> 
new topics, While I may have some time before reaching that stage, I plan to
incorporate some ideas of digital gardening already.
</p>

        <footer>
            made with <a href='https://git.mcksp.com/brcl'>brcl</a>
        </footer>
    </body>
</html>