Skip to content

Commit 8dc8d7e

Browse files
committed
bleh
1 parent 14f5c7f commit 8dc8d7e

13 files changed

Lines changed: 9444 additions & 188 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Poem 9. \"Reflexión\""
2+
title: "Poem 9. \"Sugerencias\""
33
category: personal
44
date: 2025-10-13
55
---
Binary file not shown.

content/posts/tensors-signals-kernels/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Unifying Perspectives of Tensors, Signals, and Kernel Methods"
33
category: technical
44
date: 2025-09-08
5-
draft: true
5+
draft: false
66
plots: false
77
math: true
88
---

public/categories/index.xml

Lines changed: 2336 additions & 0 deletions
Large diffs are not rendered by default.

public/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ <h2><a href="http://localhost:1313/">Max Fierro</a></h2>
3939
<hr>
4040
<h3>Objective</h3>
4141
<ul id="posts">
42+
<li>
43+
<a href="http://localhost:1313/unifying-perspectives-of-tensors-signals-and-kernel-methods/">
44+
Unifying Perspectives of Tensors, Signals, and Kernel Methods
45+
<small><time>Sep 8, 2025</time></small>
46+
</a>
47+
</li>
48+
4249
<li>
4350
<a href="http://localhost:1313/the-elo-rating-system-through-likelihood-gradient-ascent/">
4451
The Elo Rating System through Likelihood Gradient Ascent
@@ -72,8 +79,8 @@ <h3>Subjective</h3>
7279
</li>
7380

7481
<li>
75-
<a href="http://localhost:1313/poem-9.-reflexi%C3%B3n/">
76-
Poem 9. &#34;Reflexión&#34;
82+
<a href="http://localhost:1313/poem-9.-sugerencias/">
83+
Poem 9. &#34;Sugerencias&#34;
7784
<small><time>Oct 13, 2025</time></small>
7885
</a>
7986
</li>

public/index.xml

Lines changed: 2340 additions & 88 deletions
Large diffs are not rendered by default.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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-9.-sugerencias/" />
20+
<title>Poem 9. &#34;Sugerencias&#34;</title>
21+
</head>
22+
<body><header id="banner">
23+
<h2><a href="http://localhost:1313/">Max Fierro</a></h2>
24+
<nav>
25+
<ul>
26+
<li>
27+
<a href="/index.xml" title=""
28+
>rss</a
29+
>
30+
</li>
31+
</ul>
32+
</nav>
33+
</header>
34+
<main id="content">
35+
<article>
36+
<header id="post-header">
37+
<h1>Poem 9. &#34;Sugerencias&#34;</h1>
38+
<div>
39+
<time>October 13, 2025</time>
40+
</div>
41+
</header><pre tabindex="0"><code>son soledades entre columnas de piedra
42+
vacíos entre las personas del mundo
43+
las cumbres de la tierra, sus árboles
44+
venas de fuego que mueren en el mar
45+
un silencio eterno en la cima del cielo
46+
pensamientos perdidos bajo palabras
47+
instantes que tocan la piel del futuro
48+
otras manos, sentidas por última vez
49+
las nubes se desmoronan y son lluvia
50+
espacios vivos en volúmenes sin nada
51+
bosques de noche, un verde sin ocaso
52+
la luz de una estrella que ya no existe
53+
verdades absolutas entre los detalles
54+
las miradas y su amor incandescente
55+
desvíos de vida, la soledad inminente
56+
ley del sol en el desierto, y un charco
57+
libre misericordia de un océano cruel
58+
el fruto sanguíneo de labios efímeros
59+
sueño fugaz, los ríos ya desembocan
60+
las hojas mojadas se surten de brillo
61+
el suelo se nutre y las raíces respiran
62+
la gente vive y se abraza con fuerza
63+
ceñido, todo está aquí y es completo
64+
de día se siente en todos lados calor
65+
ya con compañía, fosforece la noche
66+
nuestra piel está cubierta de energía
67+
somos indistinguibles entre nosotros
68+
</code></pre></article>
69+
70+
</main><footer id="footer">
71+
Copyright © 2024 Max Fierro
72+
</footer>
73+
</body>
74+
</html>

public/posts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ <h2><a href="http://localhost:1313/">Max Fierro</a></h2>
3434
</header>
3535
<main id="content"><h3>Objective</h3>
3636
<ul id="posts">
37+
<li>
38+
<a href="http://localhost:1313/unifying-perspectives-of-tensors-signals-and-kernel-methods/">
39+
Unifying Perspectives of Tensors, Signals, and Kernel Methods
40+
<small><time>Sep 8, 2025</time></small>
41+
</a>
42+
</li>
43+
3744
<li>
3845
<a href="http://localhost:1313/the-elo-rating-system-through-likelihood-gradient-ascent/">
3946
The Elo Rating System through Likelihood Gradient Ascent

0 commit comments

Comments
 (0)