Skip to content

Commit ec5dca8

Browse files
committed
julia
1 parent 2bfed19 commit ec5dca8

File tree

6 files changed

+144
-259
lines changed

6 files changed

+144
-259
lines changed

content/posts/julia-poem/index.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Poem 14. \"Julia\""
3+
category: personal
4+
date: 2025-12-30
5+
draft: true
6+
---
7+
8+
n/a
9+
10+
{{< highlight text "linenos=true,linenostart=1" >}}
11+
12+
i enter and hear hopeful tones
13+
from aspects of you composed;
14+
with restraint chosen out of many,
15+
allowed to exist by your hands
16+
17+
in another room of your house
18+
your words become tulip petals;
19+
lightly into the air you pronounce
20+
your voice in a violet spectrum
21+
22+
outside, the clouds always wander;
23+
in an ephemeral december window,
24+
your image trembles through water
25+
of raindrops chosen by your words
26+
27+
i don't spill these thoughts, i hold
28+
a sunday evening in crystal fixed
29+
refracting your luminous warmth:
30+
an original gift of your goodness
31+
32+
{{< /highlight >}}
33+

public/index.xml

Lines changed: 3 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content on Max Fierro</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-US</language>
9-
<lastBuildDate>Sun, 28 Dec 2025 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Tue, 30 Dec 2025 00:00:00 +0000</lastBuildDate>
1010

1111
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1212

@@ -444,7 +444,7 @@
444444
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
445445
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
446446
&lt;td class=&#34;lntd&#34;&gt;
447-
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;err&#34;&gt;e&lt;/span&gt;ntrevista criatura echada en la baldosa,
447+
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;entrevista criatura echada en la baldosa,
448448
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;la luz penetraba el follaje
449449
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; del helecho donde te resguardabas:
450450
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;en ese entonces, los dos éramos niños y
@@ -1701,91 +1701,7 @@ $$&lt;p&gt;and $N$ is the number of length-$(n + 1)$ contiguous subsequences in
17011701
&lt;hr&gt;
17021702
&lt;h2 id=&#34;materials&#34;&gt;Materials&lt;/h2&gt;
17031703
&lt;p&gt;The slides I used during my talk can be found below. Anyone can use them without my permission.&lt;/p&gt;
1704-
&lt;script type=&#34;text/javascript&#34; src= &#39;/js/pdf-js/build/pdf.js&#39;&gt;&lt;/script&gt;
1705-
1706-
&lt;style&gt;
1707-
#embed-pdf-container {
1708-
position: relative;
1709-
width: 100%;
1710-
height: auto;
1711-
min-height: 20vh;
1712-
1713-
}
1714-
1715-
.pdf-canvas {
1716-
border: 1px solid black;
1717-
direction: ltr;
1718-
width: 100%;
1719-
height: auto;
1720-
display: none;
1721-
}
1722-
1723-
#the-canvas {
1724-
border: 1px solid black;
1725-
direction: ltr;
1726-
width: 100%;
1727-
height: auto;
1728-
display: none;
1729-
}
1730-
1731-
1732-
.pdf-loadingWrapper {
1733-
display: none;
1734-
justify-content: center;
1735-
align-items: center;
1736-
width: 100%;
1737-
height: 350px;
1738-
}
1739-
1740-
.pdf-loading {
1741-
display: inline-block;
1742-
width: 50px;
1743-
height: 50px;
1744-
border: 3px solid #d2d0d0;;
1745-
border-radius: 50%;
1746-
border-top-color: #383838;
1747-
animation: spin 1s ease-in-out infinite;
1748-
-webkit-animation: spin 1s ease-in-out infinite;
1749-
}
1750-
1751-
1752-
1753-
1754-
1755-
#overlayText {
1756-
word-wrap: break-word;
1757-
display: grid;
1758-
justify-content: end;
1759-
}
1760-
1761-
#overlayText a {
1762-
position: relative;
1763-
top: 10px;
1764-
right: 4px;
1765-
color: #000;
1766-
margin: auto;
1767-
background-color: #eeeeee;
1768-
padding: 0.3em 1em;
1769-
border: solid 2px;
1770-
border-radius: 12px;
1771-
border-color: #00000030;
1772-
text-decoration: none;
1773-
}
1774-
1775-
#overlayText svg {
1776-
height: clamp(1em, 2vw, 1.4em);
1777-
width: clamp(1em, 2vw, 1.4em);
1778-
}
1779-
1780-
1781-
1782-
@keyframes spin {
1783-
to { -webkit-transform: rotate(360deg); }
1784-
}
1785-
@-webkit-keyframes spin {
1786-
to { -webkit-transform: rotate(360deg); }
1787-
}
1788-
&lt;/style&gt;&lt;div class=&#34;embed-pdf-container&#34; id=&#34;embed-pdf-container-de1ff50c&#34;&gt;
1704+
&lt;div class=&#34;embed-pdf-container&#34; id=&#34;embed-pdf-container-de1ff50c&#34;&gt;
17891705
&lt;div class=&#34;pdf-loadingWrapper&#34; id=&#34;pdf-loadingWrapper-de1ff50c&#34;&gt;
17901706
&lt;div class=&#34;pdf-loading&#34; id=&#34;pdf-loading-de1ff50c&#34;&gt;&lt;/div&gt;
17911707
&lt;/div&gt;

public/notes/index.xml

Lines changed: 2 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
444444
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
445445
&lt;td class=&#34;lntd&#34;&gt;
446-
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;err&#34;&gt;e&lt;/span&gt;ntrevista criatura echada en la baldosa,
446+
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;entrevista criatura echada en la baldosa,
447447
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;la luz penetraba el follaje
448448
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; del helecho donde te resguardabas:
449449
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;en ese entonces, los dos éramos niños y
@@ -1700,91 +1700,7 @@ $$&lt;p&gt;and $N$ is the number of length-$(n + 1)$ contiguous subsequences in
17001700
&lt;hr&gt;
17011701
&lt;h2 id=&#34;materials&#34;&gt;Materials&lt;/h2&gt;
17021702
&lt;p&gt;The slides I used during my talk can be found below. Anyone can use them without my permission.&lt;/p&gt;
1703-
&lt;script type=&#34;text/javascript&#34; src= &#39;/js/pdf-js/build/pdf.js&#39;&gt;&lt;/script&gt;
1704-
1705-
&lt;style&gt;
1706-
#embed-pdf-container {
1707-
position: relative;
1708-
width: 100%;
1709-
height: auto;
1710-
min-height: 20vh;
1711-
1712-
}
1713-
1714-
.pdf-canvas {
1715-
border: 1px solid black;
1716-
direction: ltr;
1717-
width: 100%;
1718-
height: auto;
1719-
display: none;
1720-
}
1721-
1722-
#the-canvas {
1723-
border: 1px solid black;
1724-
direction: ltr;
1725-
width: 100%;
1726-
height: auto;
1727-
display: none;
1728-
}
1729-
1730-
1731-
.pdf-loadingWrapper {
1732-
display: none;
1733-
justify-content: center;
1734-
align-items: center;
1735-
width: 100%;
1736-
height: 350px;
1737-
}
1738-
1739-
.pdf-loading {
1740-
display: inline-block;
1741-
width: 50px;
1742-
height: 50px;
1743-
border: 3px solid #d2d0d0;;
1744-
border-radius: 50%;
1745-
border-top-color: #383838;
1746-
animation: spin 1s ease-in-out infinite;
1747-
-webkit-animation: spin 1s ease-in-out infinite;
1748-
}
1749-
1750-
1751-
1752-
1753-
1754-
#overlayText {
1755-
word-wrap: break-word;
1756-
display: grid;
1757-
justify-content: end;
1758-
}
1759-
1760-
#overlayText a {
1761-
position: relative;
1762-
top: 10px;
1763-
right: 4px;
1764-
color: #000;
1765-
margin: auto;
1766-
background-color: #eeeeee;
1767-
padding: 0.3em 1em;
1768-
border: solid 2px;
1769-
border-radius: 12px;
1770-
border-color: #00000030;
1771-
text-decoration: none;
1772-
}
1773-
1774-
#overlayText svg {
1775-
height: clamp(1em, 2vw, 1.4em);
1776-
width: clamp(1em, 2vw, 1.4em);
1777-
}
1778-
1779-
1780-
1781-
@keyframes spin {
1782-
to { -webkit-transform: rotate(360deg); }
1783-
}
1784-
@-webkit-keyframes spin {
1785-
to { -webkit-transform: rotate(360deg); }
1786-
}
1787-
&lt;/style&gt;&lt;div class=&#34;embed-pdf-container&#34; id=&#34;embed-pdf-container-de1ff50c&#34;&gt;
1703+
&lt;div class=&#34;embed-pdf-container&#34; id=&#34;embed-pdf-container-de1ff50c&#34;&gt;
17881704
&lt;div class=&#34;pdf-loadingWrapper&#34; id=&#34;pdf-loadingWrapper-de1ff50c&#34;&gt;
17891705
&lt;div class=&#34;pdf-loading&#34; id=&#34;pdf-loading-de1ff50c&#34;&gt;&lt;/div&gt;
17901706
&lt;/div&gt;

public/poem-14.-julia/index.html

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
6+
<meta name="description" content="Max&#39;s personal site">
7+
8+
9+
<link rel="icon" type="image/x-icon" href="/favicon.ico" media="(prefers-color-scheme: light)">
10+
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme: dark)">
11+
12+
13+
14+
15+
16+
17+
<link rel="stylesheet" href="/css/style.min.css">
18+
19+
<link rel="canonical" href="http://localhost:1313/poem-14.-julia/" />
20+
<title>Poem 14. &#34;Julia&#34;</title>
21+
</head>
22+
<body><header id="banner">
23+
<h2><a href="/">Max Fierro</a></h2>
24+
<nav>
25+
<ul>
26+
<li>
27+
<a href="/resume/" title=""
28+
>resume</a
29+
>
30+
</li><li>
31+
<a href="/music/" title=""
32+
>music</a
33+
>
34+
</li><li>
35+
<a href="/notes/" title=""
36+
>notes</a
37+
>
38+
</li><li>
39+
<a href="/index.xml" title=""
40+
>rss</a
41+
>
42+
</li>
43+
</ul>
44+
</nav>
45+
</header>
46+
<main id="content">
47+
<article>
48+
<header id="post-header">
49+
<h1>Poem 14. &#34;Julia&#34;</h1>
50+
<div>
51+
<time>December 30, 2025</time>
52+
</div>
53+
</header><p>n/a</p>
54+
<div class="highlight"><div class="chroma">
55+
<table class="lntable"><tr><td class="lntd">
56+
<pre tabindex="0" class="chroma"><code><span class="lnt"> 1
57+
</span><span class="lnt"> 2
58+
</span><span class="lnt"> 3
59+
</span><span class="lnt"> 4
60+
</span><span class="lnt"> 5
61+
</span><span class="lnt"> 6
62+
</span><span class="lnt"> 7
63+
</span><span class="lnt"> 8
64+
</span><span class="lnt"> 9
65+
</span><span class="lnt">10
66+
</span><span class="lnt">11
67+
</span><span class="lnt">12
68+
</span><span class="lnt">13
69+
</span><span class="lnt">14
70+
</span><span class="lnt">15
71+
</span><span class="lnt">16
72+
</span><span class="lnt">17
73+
</span><span class="lnt">18
74+
</span><span class="lnt">19
75+
</span></code></pre></td>
76+
<td class="lntd">
77+
<pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">i enter and hear hopeful tones
78+
</span></span><span class="line"><span class="cl">from aspects of you composed;
79+
</span></span><span class="line"><span class="cl">with restraint chosen out of many,
80+
</span></span><span class="line"><span class="cl">allowed to exist by your hands
81+
</span></span><span class="line"><span class="cl">
82+
</span></span><span class="line"><span class="cl">in another room of your house
83+
</span></span><span class="line"><span class="cl">your words become tulip petals;
84+
</span></span><span class="line"><span class="cl">lightly into the air you pronounce
85+
</span></span><span class="line"><span class="cl">your voice in a violet spectrum
86+
</span></span><span class="line"><span class="cl">
87+
</span></span><span class="line"><span class="cl">outside, the clouds always wander;
88+
</span></span><span class="line"><span class="cl">in an ephemeral december window,
89+
</span></span><span class="line"><span class="cl">your image trembles through water
90+
</span></span><span class="line"><span class="cl">of raindrops chosen by your words
91+
</span></span><span class="line"><span class="cl">
92+
</span></span><span class="line"><span class="cl">i don&#39;t spill these thoughts, i hold
93+
</span></span><span class="line"><span class="cl">a sunday evening in crystal fixed
94+
</span></span><span class="line"><span class="cl">refracting your luminous warmth:
95+
</span></span><span class="line"><span class="cl">an original gift of your goodness</span></span></code></pre></td></tr></table>
96+
</div>
97+
</div>
98+
</article>
99+
100+
</main><footer id="footer">
101+
Copyright © 2025 Max Fierro
102+
</footer>
103+
</body>
104+
</html>

public/poem-6.-lena/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Poem 6. &#34;Lena&#34;</h1>
7676
</span><span class="lnt">21
7777
</span></code></pre></td>
7878
<td class="lntd">
79-
<pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl"><span class="err">e</span>ntrevista criatura echada en la baldosa,
79+
<pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">entrevista criatura echada en la baldosa,
8080
</span></span><span class="line"><span class="cl">la luz penetraba el follaje
8181
</span></span><span class="line"><span class="cl"> del helecho donde te resguardabas:
8282
</span></span><span class="line"><span class="cl">en ese entonces, los dos éramos niños y

0 commit comments

Comments
 (0)