small pixel drawing of a pufferfish j3s.sh

Add about section, reformat about page
Jes Olson j3s@c3f.net
Mon, 28 Mar 2022 21:13:19 -0400
commit

9498a2e183eeaa03f006c22396bc4ef2a315314b

parent

c0bb4aae16dd9f5eacc695fc363fd5ffc09fd0ab

3 files changed, 50 insertions(+), 8 deletions(-)

jump to
M main.gomain.go

@@ -196,5 +196,5 @@ w.Header().Set("Content-Type", "text/plain")

// this header is always set by tlstunnel (MAYBE) // so we can PROBABLY expect it to be here IDFK RLY // ITS LATE AND IM TIRED - fmt.Fprintf(w, r.Header.Get("X-Forwarded-For")) + fmt.Fprintf(w, r.Header.Get("X-Forwarded-For")+"\n") }
M templates/about.htmltemplates/about.html

@@ -1,13 +1,51 @@

{{define "title"}}me{{end}} {{define "body"}} -<p><i>patient anxious mentor</p></i> -<p><i>loves simple little programs</p></i> +<h3>Jes Olson</h3> +<p><i>patient anxious mentor, teacher</p></i> +<p><i>loves simplicity and minimalism</p></i> <p><i>statically compiled binary FREAK</p></i> <p><i>dota2 + beat saber expert, osu! liker</p></i> <p><i>existential crisis actor</p></i> -<p><i>loves walking</p></i> -<b><p>email:</b> <a href="mailto:j3s@c3f.net">j3s@c3f.net</a></p> -<b><p>matrix:</b> <a href="https://matrix.to/#/@j3s:cyberia.club">@j3s:cyberia.club</a></p> -<b><p>twitter:</b> <a href="https://twitter.com/j3sj3sj3s">@j3sj3sj3s</a></p> -<p><b>age pubkey:</b> <a href="/age.html">/age.html</a></p> +<p><i>loves walking, soft food, half life, liquid</p></i> +<h3>contact</h3> +<p>email: <a href="mailto:j3s@c3f.net">j3s@c3f.net</a></p> +<p>matrix: <a href="https://matrix.to/#/@j3s:cyberia.club">@j3s:cyberia.club</a></p> +<p>twitter: <a href="https://twitter.com/j3sj3sj3s">@j3sj3sj3s</a></p> +<p>age pubkey: <a href="/age.html">/age.html</a></p> +<h3>values</h3> +<p>i have some values that i try my best to live by.</p> +<h4>simplicity</h4> +<li>minimal things</li> +<li>that are easy to learn</li> +<li>they exactly fit</li> +<li>whatever they were made for</li> +<li>and nothing more</li> +<h4>maintainability</h4> +<li>easy for one person to service</li> +<li>worked on honestly, in the open</li> +<li>low/no dependencies - especially on people</li> +<h4>speed</h4> +<li>produce a lot quickly</li> +<li>move on from what doesn't work</li> +<li>move fast & break things,</li> +<li>nothing is permanent</li> +<li>things should feel fast</li> +<h4>reliability</h4> +<li>tools so simple and focused</li> +<li>they can't help but work correctly</li> +<li>and obviously</li> +<li>every single time</li> +<h4>aesthetic</h4> +<li>white & black</li> +<li>utf8-centric</li> +<li>with emojis</li> +<li>retro and punk like</li> +<li>feels good</li> +<li>raw, existential, and honest</li> +<h4>design to die</h4> +<li>no commitment:</li> +<li>to release patterns</li> +<li>or maintenance</li> +<li>or fixes</li> +<li>or support</li> {{end}}
M templates/now.htmltemplates/now.html

@@ -1,5 +1,9 @@

{{define "title"}}what is jes doing now{{end}} {{define "body"}} +<p><b>2022-03-28</b></p> +<li>came up with a list of my values</li> +<li>decided to live in a van</li> +<li>decided to sell/give away everything else</li> <p><b>2022-03-08</b></p> <li>have been in florida for awhile</li> <li>decided to sell my house</li>