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
<!doctype html>
<!--title:You thought about it enough, start doing-->
<!--date:2023/05/23-->
<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>You thought about it enough, start doing</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>You thought about it enough, start doing</h1>

<p>
I believe most people spend too much time on theoretical exploration
rather than executing on their ideas. Of course, some areas need
big theoretical background, and there is some virtue
in coming "prepared" for the task.
But often times when it comes to starting new hobby
or that little project you have in mind,
I would recomend getting your hands dirty fast.
</p>

<p>
For long time I was always dreaming about making my own music,
something around house / hip hop beats.
I have watched a ton of youtube videos,
read about stories of musicians I listen too,
but never actually tried to create something.
My firends sometimes share with me really exiting ideas,
however, more often than not, when we met again after few months,
those ideas are still only ideas.
It's hard to say what is the cause of that,
maybe analysis paralysis, maybe fear of failure or perfectionism.
</p>

<p>
But I believe that there is also some kind of inertia - the longer
we stay in the theoretical realm, the harder it becomes
to start executing.
</p>

<p>
One evening I bought music sampler (for too much money),
and suddenly all the things I read about making music before
make more sense. Things become a lot clearer, and finally
I could start actually <i>progressing</i> in a way that can
only happen from <i>practise</i>.
</p>
        <footer>
            made with <a href='https://git.mcksp.com/brcl'>brcl</a>
        </footer>
    </body>
</html>