writing challenge 38/100

This commit is contained in:
gome 2023-01-23 22:04:19 -06:00
parent 8323304e74
commit bf06e04158
6 changed files with 94 additions and 5 deletions

View File

@ -53,11 +53,11 @@
</article>
<article>
<h2>Latest gomepost</h2>
<a class='journal-link' href='./journal/habits.html'>
<h3>Pleasant little habits</h3>
<div class='line stop-4'></div>
<time datetime='Fri, 20 Jan 2023 10:30:00 CST'>20 Jan. 2023, 10:30 PM</time>
<p>Im pondering adding more to my life</p>
<a class='journal-link' href='./journal/completion.html'>
<h3>Abysmal project completion rate</h3>
<div class='line stop-3'></div>
<time datetime='Mon, 23 Jan 2023 10:00:00 CST'>23 Jan. 2023, 10:00 PM</time>
<p>What even is the purpose of side projects?</p>
</a>
</article>
<article id='listening'>

65
journal/completion.html Normal file
View File

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>gome — completion</title>
<meta charset='utf-8'/>
<meta name='theme-color' content='#efe5d7'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, shrink-to-fit=no'/>
<link rel='icon' type='image/x-icon' href='../favicon.ico'>
<link rel='preconnect' href='https://fonts.googleapis.com'>
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
<link href='https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap' rel='stylesheet'>
<link rel='stylesheet' type='text/css' href='../css/style.css'/>
</head>
<body>
<header id='header'>
<nav>
<a href='..'>back to gomepage</a>&mdash;<a href='.'>journal</a>
</nav>
</header>
<main>
<article>
<h1 id='title'>Abysmal project completion rate</h1>
<time datetime='Mon, 23 Jan 2023 10:00:00 CST'>23 Jan. 2023, 10:00 PM</time>
<p>
I had the idea recently to transcribe the <a href='https://www.youtube.com/watch?v=byJLw-dQXHA' target='_blank'>Tetris CD-i soundtrack</a> by Jim Andron for piano.
I could have fun playing through the songs and then share the enjoyment by putting the scores online.
If I do end up finishing this side project, Ill post about it here.
</p>
<figure>
<img src='img/tetris_cd-i.webp' width='372' height='246' />
<figcaption>The whole Tetris CD-i game has incredible vibes, by the way</figcaption>
</figure>
<p>
After having the idea, I spent a couple hours working on the <i>Level 0</i> track.
The basic pattern was easy enough to transcribe, but after the initial success, it turned into a bit of a slog.
I wanted to capture all these neat details and extra pieces of instrumentation in the track, and figuring out how to incorporate them into the piano part wasnt easy.
After thinking about it some more, I decided I could stick with a simpler version that focused on the piano part, if it meant I made a better rate of progress.
</p><p>
After that, I just never got back to the project.
Its not that I couldnt return to it, but now theres been a definite break from the initial burst of energy that made me want to do the project.
I still like the idea, but I just dont <i>feel</i> like doing it in the way I did before, and I see no reason to force myself to do it when its not really a priority.
In order to feel it again, Id have to get back in touch with my original motives for doing it and kind of get past that “activation energy” threshold that makes it hard to pick up a project.
</p><p>
I have many such examples of side projects, either on hold or basically abandoned.
In fact, I could probably write a whole post just taking inventory of my project graveyard (I think I will tomorrow).
I do regret not finishing certain projects, or I think that Id like to still come back to them sometime.
</p><p>
But a lot of times, it seems like completion isnt really what Im after.
I always learn a lot from starting a project, and I have a lot of fun fleshing out ideas even if they dont always pan out.
Sometimes, the partial remains of a previous project can be rolled into something new (e.g., I abandoned a translation project and then used one of my texts for a choral piece).
</p><p>
If I were to set a goal for myself, I think Id like to become someone who can choose whether to complete a given project or not, and stick to that.
I know not all projects are for completing, but I would like to be able to say “yes, this matters enough to me”, and do what I had to to make it happen.
This year Im making progress with <a href='./goals.html' target='_blank'>setting & achieving daily goals</a>.
Maybe theres a way to take that ability to commit and apply it to some of my old projects.
</p><p>
Do you have some abandoned or on-hold projects?
What is your side project completion rate like?
Do you have any techniques for committing to the ones you really want to see through?
Let me know your thoughts at my Ctrl-C email: <code>gome<span style='user-select: none;'>&nbsp;&#8203;</span>@<span style='user-select: none;'>&nbsp;&#8203;</span>ctrl-c.club</code>.
</p>
</article>
</main>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -20,6 +20,12 @@
<main>
<h1>Journal</h1>
<a href='rss/feed.xml' class='rss-link'>RSS feed</a>
<a class='journal-link' href='./completion.html'>
<h3>Abysmal project completion rate</h3>
<div class='line stop-3'></div>
<time datetime='Mon, 23 Jan 2023 10:00:00 CST'>23 Jan. 2023, 10:00 PM</time>
<p>What even is the purpose of side projects?</p>
</a>
<a class='journal-link' href='./habits.html'>
<h3>Pleasant little habits</h3>
<div class='line stop-4'></div>

View File

@ -13,6 +13,15 @@
<width>144</width>
<height>87</height>
</image>
<item>
<title>Abysmal project completion rate</title>
<author>gome</author>
<pubDate>Mon, 23 Jan 2023 10:00:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/completion.html</link>
<guid>https://ctrl-c.club/~gome/journal/completion.html</guid>
<description>What even is the purpose of side projects?</description>
<enclosure url="https://ctrl-c.club/~gome/journal/img/tetris_cd-i.webp" length="40562" type="image/webp" />
</item>
<item>
<title>Pleasant little habits</title>
<author>gome</author>

View File

@ -13,6 +13,15 @@
<width>144</width>
<height>87</height>
</image>
<item>
<title>Abysmal project completion rate</title>
<author>gome</author>
<pubDate>Mon, 23 Jan 2023 10:00:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/completion.html</link>
<guid>https://ctrl-c.club/~gome/journal/completion.html</guid>
<description>What even is the purpose of side projects?</description>
<enclosure url="https://ctrl-c.club/~gome/journal/img/tetris_cd-i.webp" length="40562" type="image/webp" />
</item>
<item>
<title>Pleasant little habits</title>
<author>gome</author>