writing challenge 3/100

This commit is contained in:
gome 2022-12-05 22:06:25 -06:00
parent 150fe0544e
commit 5810b6e65e
7 changed files with 106 additions and 4 deletions

View File

@ -218,6 +218,18 @@ article .note {
article .note a {
color: #4E5458;
}
article figure {
margin: 0 0 1em 0;
}
article figure img {
margin: 0;
}
article figure figcaption, article figure figcaption a {
font-size: 0.9rem;
color: #4E5458;
font-style: italic;
font-variant-numeric: oldstyle-nums;
}
@media only screen and (max-width: 700px) {
a.journal-link {
border-right: none;

View File

@ -41,7 +41,7 @@
</p><p>
The phenomenon squares pretty well with what I understand about the unconscious mind.
Roughly speaking, the conscious mind fades away during sleep, but the unconscious remains active, and some of its activity can then be remembered by the conscious mind upon waking.
Then, during the day, the unconscious carries on in the same way, but is usually not
Then, during the day, the unconscious carries on in the same way, but is usually not detectable.
Its like dreams are the stars, and conscious thought is the sun.
These waking dreams are like catching a lucky glimpse of an especially bright star during daylight.
</p><p>

63
journal/expression.html Normal file
View File

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>gome — expression</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'>Extensive vs. intensive expression</h1>
<time datetime='Mon, 5 Dec 2022 21:30:00 CST'>5 Dec. 2022, 9:30 PM</time>
<p>
The study of phsyics contrasts physical properties as either <i>extensive</i> or <i>intensive</i>. An extensive property is dependent on magnitude (of either a material or a system), whereas an intensive property is not. An example would be a sample of water: the volume (say, 1 gallon) is extensive, and its density (about 1 g/mL) is intensive. If you add another gallon, the volume of the sample would change, but its density would not.
</p><p>
I like the terms extensive and intensive.
I find them useful for describing situations where you have two related concepts, but one faces outward and the other inward.
A good example of this would be two contrasting types of expression that occur in the process of writing music.
</p>
<figure>
<img src='img/ice_bird.webp' width='640' height='432' />
<figcaption>Photo credit: <a href='https://commons.wikimedia.org/wiki/File:IceBirdWithFledgling.jpg'>Andreas Tille</a></figcaption>
</figure>
<p>
The first type is how the music makes use of the space of possibilities available.
This includes:
</p><ul>
<li>the approach to rhythm & pitch</li>
<li>the style or genre</li>
<li>the choice of instrumentation</li>
<li>the specific ways in which instruments could be used (their ranges, extended techniques)</li>
<li>recording & production techniques</li>
<li>&c., many other things</li>
</ul><p>
From this point of view, expression is reaching into this possibility space to discover novelty and project it onto a blank canvas.
This is what I would call <i>extensive expression</i>.
I think of it as being more aligned with the early stages of writing music: brainstorming and digging around for good ideas to grow.
</p><p>
<i>Intensive expression</i>, on the other hand, is focused on understanding the nature of the music which is taking shape.
You zero in on the specific musical statement you are making, and help the music to become more itself, more of “what it is”, so to speak.
The wider space of possibilities gets progressively pruned off as your gut leads you to a distilled form.
If extensive expression is about exploration, intensive expression is about receptivity.
</p><p>
Do you notice a parallel to these types of expression in your creative process?
Do you think this interpretation of these terms is a stretch, given their meaning in physics?
Do you have an alternative way of looking at musical expression that I dont touch on here?
Let me know your thoughts at my Ctrl-C email: <code>&lt;my&nbsp;username&gt;@&lt;domain&nbsp;name&gt;</code>.
</p>
</article>
</main>
</body>
</html>

BIN
journal/img/ice_bird.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -20,21 +20,27 @@
<main>
<h1>Journal</h1>
<a href='rss/feed.xml' class='rss-link'>RSS feed</a>
<a class='journal-link' href='./expression.html'>
<h3>Extensive vs. intensive expression</h3>
<div class='line stop-1'></div>
<time datetime='Mon, 5 Dec 2022 21:30:00 CST'>5 Dec. 2022, 9:30 PM</time>
<p>What you can choose vs. what the music wants</p>
</a>
<a class='journal-link' href='./dreaming.html'>
<h3>Dreaming all the time</h3>
<div class='line stop-1'></div>
<div class='line stop-2'></div>
<time datetime='Fri, 2 Dec 2022 22:30:00 CST'>2 Dec. 2022, 10:30 PM</time>
<p>Its like dreams are the stars, and conscious thought is the sun.</p>
</a>
<a class='journal-link' href='./naturalist.html'>
<h3>I want to be a budding naturalist</h3>
<div class='line stop-2'></div>
<div class='line stop-3'></div>
<time datetime='Thu, 1 Dec 2022 22:30:00 CST'>1 Dec. 2022, 10:30 PM</time>
<p>Trying to learn the names of local plants, animals, fungi, and rocks</p>
</a>
<a class='journal-link' href='./ramen.html'>
<h3>Ramen recipe</h3>
<div class='line stop-3'></div>
<div class='line stop-4'></div>
<time datetime='Sun, 18 Sep 2022 18:00:00 CDT'>18 Sept. 2022, 6:00 PM</time>
<p>This is how I like to make ramen.</p>
</a>

View File

@ -13,8 +13,17 @@
<width>144</width>
<height>87</height>
</image>
<item>
<title>Extensive vs. intensive expression</title>
<author>gome</author>
<pubDate>Mon, 5 Dec 2022 21:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/expression.html</link>
<guid>https://ctrl-c.club/~gome/journal/expression.html</guid>
<description>What you can choose vs. what the music wants</description>
</item>
<item>
<title>Dreaming all the time</title>
<author>gome</author>
<pubDate>Fri, 2 Dec 2022 22:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/dreaming.html</link>
<guid>https://ctrl-c.club/~gome/journal/dreaming.html</guid>
@ -22,6 +31,7 @@
</item>
<item>
<title>I want to be a budding naturalist</title>
<author>gome</author>
<pubDate>Thu, 1 Dec 2022 22:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/naturalist.html</link>
<guid>https://ctrl-c.club/~gome/journal/naturalist.html</guid>

View File

@ -13,8 +13,17 @@
<width>144</width>
<height>87</height>
</image>
<item>
<title>Extensive vs. intensive expression</title>
<author>gome</author>
<pubDate>Mon, 5 Dec 2022 21:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/expression.html</link>
<guid>https://ctrl-c.club/~gome/journal/expression.html</guid>
<description>What you can choose vs. what the music wants</description>
</item>
<item>
<title>Dreaming all the time</title>
<author>gome</author>
<pubDate>Fri, 2 Dec 2022 22:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/dreaming.html</link>
<guid>https://ctrl-c.club/~gome/journal/dreaming.html</guid>
@ -22,6 +31,7 @@
</item>
<item>
<title>I want to be a budding naturalist</title>
<author>gome</author>
<pubDate>Thu, 1 Dec 2022 22:30:00 CST</pubDate>
<link>https://ctrl-c.club/~gome/journal/naturalist.html</link>
<guid>https://ctrl-c.club/~gome/journal/naturalist.html</guid>
@ -29,6 +39,7 @@
</item>
<item>
<title>Ramen recipe</title>
<author>gome</author>
<pubDate>Sun, 18 Sep 2022 18:00:00 CDT</pubDate>
<link>https://ctrl-c.club/~gome/journal/ramen.html</link>
<guid>https://ctrl-c.club/~gome/journal/ramen.html</guid>