This commit is contained in:
Akko
2025-10-12 16:01:07 +02:00
parent 0018a7884c
commit fa280d0c8a
70 changed files with 1813 additions and 4098 deletions

230
html/journal/index.html Normal file
View File

@@ -0,0 +1,230 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal</title>
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<link rel="stylesheet" href="/static/footnote.css" type="text/css"/>
<link rel="stylesheet" href="/static/collapse.css" type="text/css">
<link rel="stylesheet" href="/static/custom.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head>
<body>
<div id="preamble" class="status">
<div id="header">
<a class="navbar-link" href="/">Home</a>
<a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work">
<a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — €30/hr — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
</div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 27 2025</title>
@@ -215,52 +215,52 @@
</div>
</div>
<div id="content" class="content">
<div id="outline-container-org44c8810" class="outline-2">
<h2 id="org44c8810">Journal Week 27, 2025 (June 30 to July 06)</h2>
<div class="outline-text-2" id="text-org44c8810">
<div id="outline-container-orgcf72043" class="outline-2">
<h2 id="orgcf72043">Journal Week 27, 2025 (June 30 to July 06)</h2>
<div class="outline-text-2" id="text-orgcf72043">
</div>
<div id="outline-container-org01f210d" class="outline-3">
<h3 id="org01f210d">Thursday, July 3rd</h3>
<div class="outline-text-3" id="text-org01f210d">
<div id="outline-container-org202c4c1" class="outline-3">
<h3 id="org202c4c1">Thursday, July 3rd</h3>
<div class="outline-text-3" id="text-org202c4c1">
</div>
<div id="outline-container-org13ca2f2" class="outline-4">
<h4 id="org13ca2f2">Dailies</h4>
<div class="outline-text-4" id="text-org13ca2f2">
<div id="outline-container-org2de334b" class="outline-4">
<h4 id="org2de334b">Dailies</h4>
<div class="outline-text-4" id="text-org2de334b">
</div>
<div id="outline-container-org01d9ee5" class="outline-5">
<h5 id="org01d9ee5"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org01d9ee5">
<div id="outline-container-org9cc9aab" class="outline-5">
<h5 id="org9cc9aab"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org9cc9aab">
<p>
Only about 10 minutes, in the park. It&rsquo;s been a while, so I&rsquo;ll slowly build up to 30 mins of good practice a day again and just try to hang there for a few months. Might pick up a Brightmind subscription again, though I can&rsquo;t afford to pay for one right now.
</p>
</div>
</div>
<div id="outline-container-org10056b5" class="outline-5">
<h5 id="org10056b5"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org10056b5">
<div id="outline-container-org5050487" class="outline-5">
<h5 id="org5050487"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org5050487">
<p>
Just shy of 12000 on the pedometer, getting to the park and around the neighborhood.
</p>
</div>
</div>
<div id="outline-container-org3d04858" class="outline-5">
<h5 id="org3d04858"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org3d04858">
<div id="outline-container-org1f73e2c" class="outline-5">
<h5 id="org1f73e2c"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org1f73e2c">
<p>
Completed The Feud on the GIM. Just questing up a bit still, trying to get Agility XP in as well as working up towards fairy rings.
</p>
</div>
</div>
</div>
<div id="outline-container-org5671294" class="outline-4">
<h4 id="org5671294">Journal</h4>
<div class="outline-text-4" id="text-org5671294">
<div id="outline-container-org000f503" class="outline-4">
<h4 id="org000f503">Journal</h4>
<div class="outline-text-4" id="text-org000f503">
<p>
First day back from holiday visiting my family. Today I repaired the bedroom shelf, installed a longer duct on the portable AC so it can be used in the bedroom more easily as well as installed the AC-window-thing. The longer duct works alright, you can tell the little AC is a little underpowered for a duct that long and it&rsquo;s leaking some heat.
</p>
<figure id="org092f8f0">
<figure id="orgad340f3">
<img src="../../static/images/duct_taped.jpg" alt="duct_taped.jpg" width="50%" max-height="100rem" align="center">
<figcaption><span class="figure-number">Figure 1: </span><i>Duct, taped.</i></figcaption>
@@ -279,48 +279,48 @@ Things learned today:
</div>
</div>
</div>
<div id="outline-container-org76e0277" class="outline-3">
<h3 id="org76e0277">Friday, July 4th</h3>
<div class="outline-text-3" id="text-org76e0277">
<div id="outline-container-orgf248761" class="outline-3">
<h3 id="orgf248761">Friday, July 4th</h3>
<div class="outline-text-3" id="text-orgf248761">
</div>
<div id="outline-container-org28e30e6" class="outline-4">
<h4 id="org28e30e6">Daillies</h4>
<div class="outline-text-4" id="text-org28e30e6">
<div id="outline-container-orgcfce1c2" class="outline-4">
<h4 id="orgcfce1c2">Daillies</h4>
<div class="outline-text-4" id="text-orgcfce1c2">
</div>
<div id="outline-container-org5d57e53" class="outline-5">
<h5 id="org5d57e53"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org5d57e53">
<div id="outline-container-orged81419" class="outline-5">
<h5 id="orged81419"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orged81419">
<p>
~20 minutes breath meditation
</p>
</div>
</div>
<div id="outline-container-org2bf81b4" class="outline-5">
<h5 id="org2bf81b4"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org2bf81b4">
<div id="outline-container-orga0fb658" class="outline-5">
<h5 id="orga0fb658"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-orga0fb658">
<p>
Slightly north of 12k steps.
</p>
</div>
</div>
<div id="outline-container-orgd72b641" class="outline-5">
<h5 id="orgd72b641"><span class="done CANCELLED">CANCELLED</span> Runescape</h5>
<div class="outline-text-5" id="text-orgd72b641">
<div id="outline-container-org18687c2" class="outline-5">
<h5 id="org18687c2"><span class="done CANCELLED">CANCELLED</span> Runescape</h5>
<div class="outline-text-5" id="text-org18687c2">
<p>
Just didn&rsquo;t have the time today!
</p>
</div>
</div>
</div>
<div id="outline-container-orge96a058" class="outline-4">
<h4 id="orge96a058">Journal</h4>
<div class="outline-text-4" id="text-orge96a058">
<div id="outline-container-orgc678691" class="outline-4">
<h4 id="orgc678691">Journal</h4>
<div class="outline-text-4" id="text-orgc678691">
<p>
Didn&rsquo;t sleep very well so I ended up staying in bed until 11 or so today. Exercise-heavy day; spent close to an hour in the gym and swam for ~30 minutes. For lunch I made stir fried vegetables with a lot of tofu, flavored with laoganma, doubanjiang and ground sichuan pepper &#x2014; I like this recipe, especially given that I&rsquo;m trying to eat more protein. I highly recommend laoganma, it goes well with a lot of things, by the way~.
</p>
<figure id="org3c675b4">
<figure id="org60ae3a2">
<img src="../../static/images/cat_teto.jpg" alt="cat_teto.jpg" width="50%" align="center">
<figcaption><span class="figure-number">Figure 2: </span><i>Picture of the Day!</i></figcaption>
@@ -335,7 +335,7 @@ We ended up buying the Huion Kamvas for €70, including pen, stand and cables &
</ul>
<figure id="org1c67209">
<figure id="orge31e190">
<img src="../../static/images/osrs_huion.jpg" alt="osrs_huion.jpg" width="100%" align="center">
<figcaption><span class="figure-number">Figure 3: </span><i>This also gives me a (small) secondary monitor for the first time in half a year, which is something I&rsquo;ve really missed.</i></figcaption>
@@ -346,7 +346,7 @@ I finally got around to hanging up the canvas print of my picture my mom got me!
</p>
<figure id="org8e38562">
<figure id="org878244f">
<img src="../../static/images/canvas_framed_bedroom.jpg" alt="canvas_framed_bedroom.jpg" width="100%" align="center">
<figcaption><span class="figure-number">Figure 4: </span><i>Here you can also see the shelf I talked about yesterday &#x2014; the little triangles at the bottom are not load-bearing and don&rsquo;t attach to the wall (there&rsquo;s metal angle brackets screwed into the concrete wall for that) but do serve to stabilize it.</i></figcaption>
@@ -358,7 +358,7 @@ Also, in the process of setting up the tablet I opened up Krita and rediscovered
</p>
<figure id="org9ddb1ea">
<figure id="org9cc1143">
<img src="../../static/images/lone_rider.png" alt="lone_rider.png" width="100%" align="center">
<figcaption><span class="figure-number">Figure 5: </span><i>Lone Rider</i>, 2024.</figcaption>
@@ -370,35 +370,35 @@ Accordingly, I&rsquo;ve added an <a href="../art/index.html">art section</a> to
</div>
</div>
</div>
<div id="outline-container-orgcd318a5" class="outline-3">
<h3 id="orgcd318a5">Saturday, July 5th</h3>
<div class="outline-text-3" id="text-orgcd318a5">
<div id="outline-container-org25e9644" class="outline-3">
<h3 id="org25e9644">Saturday, July 5th</h3>
<div class="outline-text-3" id="text-org25e9644">
</div>
<div id="outline-container-org538f0a4" class="outline-4">
<h4 id="org538f0a4">Dailies</h4>
<div class="outline-text-4" id="text-org538f0a4">
<div id="outline-container-org7effe12" class="outline-4">
<h4 id="org7effe12">Dailies</h4>
<div class="outline-text-4" id="text-org7effe12">
</div>
<div id="outline-container-org02a8c42" class="outline-5">
<h5 id="org02a8c42"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org02a8c42">
<div id="outline-container-orgada0a71" class="outline-5">
<h5 id="orgada0a71"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgada0a71">
<p>
~25 minutes walking meditation.
</p>
</div>
</div>
<div id="outline-container-org84a1157" class="outline-5">
<h5 id="org84a1157"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org84a1157">
<div id="outline-container-org65d6b8b" class="outline-5">
<h5 id="org65d6b8b"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org65d6b8b">
<p>
13.7k
</p>
</div>
</div>
<div id="outline-container-org663e236" class="outline-5">
<h5 id="org663e236"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org663e236">
<div id="outline-container-org8721fd4" class="outline-5">
<h5 id="org8721fd4"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org8721fd4">
<figure id="org8685f2d">
<figure id="org0a44c11">
<img src="../../static/images/rs_quest_doti.png" alt="rs_quest_doti.png" width="100%" align="center">
</figure>
@@ -409,11 +409,11 @@ This reward feels kind of overpowered, though I guess it still doesn&rsquo;t com
</div>
</div>
</div>
<div id="outline-container-orgcd742fb" class="outline-4">
<h4 id="orgcd742fb">Journal</h4>
<div class="outline-text-4" id="text-orgcd742fb">
<div id="outline-container-org1380c6e" class="outline-4">
<h4 id="org1380c6e">Journal</h4>
<div class="outline-text-4" id="text-org1380c6e">
<figure id="org2abf692">
<figure id="org2552709">
<img src="../../static/images/japan_expo_aura.jpg" alt="japan_expo_aura.jpg" width="50%" align="center">
<figcaption><span class="figure-number">Figure 6: </span><i>Two gentlemen &ldquo;giving aura&rdquo;, as the kids say</i>.</figcaption>
@@ -424,14 +424,14 @@ Japan Expo today! I&rsquo;m glad we got to go in the end despite complaining abo
</p>
<figure id="org0ce6dc3">
<figure id="org37e5794">
<img src="../../static/images/japan_expo_loot_2025.jpg" alt="japan_expo_loot_2025.jpg" width="100%" align="center">
<figcaption><span class="figure-number">Figure 7: </span><i>Loot.</i></figcaption>
</figure>
<figure id="orgb7ba1e3">
<figure id="orgf3a7ef9">
<img src="../../static/images/laptop_stickers_june_2025.jpg" alt="laptop_stickers_june_2025.jpg" width="100%">
<figcaption><span class="figure-number">Figure 8: </span><i>Glad to add some more color to my laptop stickers.</i> Sticker credit: <a href="https://www.progress.sh/">Progress</a> (logo), <a href="https://linktr.ee/suzubrah">Suzu</a> (logo), <a href="https://apt-get.xyz/">apt-get</a> (untz), Sauce (possum).</figcaption>
@@ -442,78 +442,78 @@ Always feels good to support local small artisans. It&rsquo;s interesting to see
</p>
<figure id="org267b0e2">
<figure id="org3a22c11">
<img src="../../static/images/je2025cosp1.jpg" alt="je2025cosp1.jpg" width="50%">
</figure>
<figure id="org27ef7ca">
<figure id="org01fc68e">
<img src="../../static/images/je2025cosp2.jpg" alt="je2025cosp2.jpg" width="50%">
</figure>
<figure id="orgec18c75">
<figure id="org849f382">
<img src="../../static/images/je2025cosp3.jpg" alt="je2025cosp3.jpg" width="50%">
</figure>
<figure id="orgddbd2e5">
<figure id="org3c8eeac">
<img src="../../static/images/je2025cosp4.jpg" alt="je2025cosp4.jpg" width="50%">
</figure>
<figure id="org8fa5108">
<figure id="org5b61487">
<img src="../../static/images/je2025cosp5.jpg" alt="je2025cosp5.jpg" width="50%">
</figure>
<figure id="org1d49db5">
<figure id="orgcb85c88">
<img src="../../static/images/je2025cosp6.jpg" alt="je2025cosp6.jpg" width="50%">
</figure>
<figure id="org5baad9e">
<figure id="orga040be8">
<img src="../../static/images/je2025cosp7.jpg" alt="je2025cosp7.jpg" width="50%">
</figure>
</div>
</div>
<div id="outline-container-orgf494915" class="outline-4">
<h4 id="orgf494915"><span class="todo TODO">TODO</span> Credit sauce properly</h4>
<div id="outline-container-org0520cf0" class="outline-4">
<h4 id="org0520cf0"><span class="todo TODO">TODO</span> Credit sauce properly</h4>
</div>
<div id="outline-container-org19a5d85" class="outline-4">
<h4 id="org19a5d85"><span class="todo TODO">TODO</span> Align cosplays</h4>
<div id="outline-container-org8da0587" class="outline-4">
<h4 id="org8da0587"><span class="todo TODO">TODO</span> Align cosplays</h4>
</div>
</div>
<div id="outline-container-orga757504" class="outline-3">
<h3 id="orga757504">Sunday, July 6th</h3>
<div class="outline-text-3" id="text-orga757504">
<div id="outline-container-org9b74aea" class="outline-3">
<h3 id="org9b74aea">Sunday, July 6th</h3>
<div class="outline-text-3" id="text-org9b74aea">
</div>
<div id="outline-container-org52fbd26" class="outline-4">
<h4 id="org52fbd26">Dailies</h4>
<div class="outline-text-4" id="text-org52fbd26">
<div id="outline-container-orgaf49085" class="outline-4">
<h4 id="orgaf49085">Dailies</h4>
<div class="outline-text-4" id="text-orgaf49085">
</div>
<div id="outline-container-orgf98efce" class="outline-5">
<h5 id="orgf98efce"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgf98efce">
<div id="outline-container-org10af913" class="outline-5">
<h5 id="org10af913"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org10af913">
<p>
12 min breath.
</p>
</div>
</div>
<div id="outline-container-org5421f35" class="outline-5">
<h5 id="org5421f35"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org5421f35">
<div id="outline-container-orga6d6c66" class="outline-5">
<h5 id="orga6d6c66"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-orga6d6c66">
<p>
The weather was horrid today, so only barely.
</p>
</div>
</div>
<div id="outline-container-org27a803f" class="outline-5">
<h5 id="org27a803f"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org27a803f">
<div id="outline-container-org98ef70d" class="outline-5">
<h5 id="org98ef70d"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org98ef70d">
<figure id="orge3776fd">
<figure id="orgd5c7e37">
<img src="../../static/images/osrs_stats_w27.png" alt="osrs_stats_w27.png" width="50%" align="center">
<figcaption><span class="figure-number">Figure 9: </span><i>Stats as of today</i>.</figcaption>
@@ -525,15 +525,15 @@ Next up is <i>The Dig Site</i>, then <i>Elemental Workshop I</i> &amp; <i>II</i>
</div>
</div>
</div>
<div id="outline-container-org54a2298" class="outline-4">
<h4 id="org54a2298">Journal</h4>
<div class="outline-text-4" id="text-org54a2298">
<div id="outline-container-org2e93882" class="outline-4">
<h4 id="org2e93882">Journal</h4>
<div class="outline-text-4" id="text-org2e93882">
</div>
<div id="outline-container-org34a5742" class="outline-5">
<h5 id="org34a5742">Market</h5>
<div class="outline-text-5" id="text-org34a5742">
<div id="outline-container-orga404c48" class="outline-5">
<h5 id="orga404c48">Market</h5>
<div class="outline-text-5" id="text-orga404c48">
<figure id="org6ce43eb">
<figure id="orge946700">
<img src="../../static/images/market_pierogi.jpg" alt="market_pierogi.jpg" width="100%" align="center">
</figure>
@@ -544,11 +544,11 @@ These pierogi are alright, but I miss the ones in <a href="../trips/wroclaw.html
</p>
</div>
</div>
<div id="outline-container-org7a5ce91" class="outline-5">
<h5 id="org7a5ce91">Mahoako</h5>
<div class="outline-text-5" id="text-org7a5ce91">
<div id="outline-container-orgbfd23cb" class="outline-5">
<h5 id="orgbfd23cb">Mahoako</h5>
<div class="outline-text-5" id="text-orgbfd23cb">
<figure id="orga442fb0">
<figure id="org4f0fe28">
<img src="../../static/images/baiser_sorry.jpg" alt="baiser_sorry.jpg" width="100%" align="center">
</figure>
@@ -558,9 +558,9 @@ I&rsquo;ve been reading <a href="https://mangadex.org/title/feff4eaf-01df-4a05-8
</p>
</div>
</div>
<div id="outline-container-org19222de" class="outline-5">
<h5 id="org19222de">Hover notes<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup></h5>
<div class="outline-text-5" id="text-org19222de">
<div id="outline-container-org21f32e6" class="outline-5">
<h5 id="org21f32e6">Hover notes<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup></h5>
<div class="outline-text-5" id="text-org21f32e6">
<p>
Today I added support for footnotes<sup><a id="fnr.3" class="footref" href="#fn.3" role="doc-backlink">3</a></sup>! The hover functionality requires <a href="../../static/footnote.js">a bit of JS</a>, but the footnotes themselves should work just fine without JS.
</p>
@@ -586,11 +586,10 @@ Today I added support for footnotes<sup><a id="fnr.3" class="footref" href="#fn.
<div id='footer'><div id='modified-date'>Last modified: 2025-07-06</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Akk0's journal, week 28, 2025</title>
@@ -215,21 +215,21 @@
</div>
</div>
<div id="content" class="content">
<div id="outline-container-org8e5bc29" class="outline-2">
<h2 id="org8e5bc29">Journal Week 28, 2025 (July 7 to 13) (suspended early)</h2>
<div class="outline-text-2" id="text-org8e5bc29">
<div id="outline-container-orgab64492" class="outline-2">
<h2 id="orgab64492">Journal Week 28, 2025 (July 7 to 13) (suspended early)</h2>
<div class="outline-text-2" id="text-orgab64492">
</div>
<div id="outline-container-org07e480d" class="outline-3">
<h3 id="org07e480d">Monday, July 7</h3>
<div class="outline-text-3" id="text-org07e480d">
<div id="outline-container-org272915f" class="outline-3">
<h3 id="org272915f">Monday, July 7</h3>
<div class="outline-text-3" id="text-org272915f">
</div>
<div id="outline-container-orgf1a94a5" class="outline-4">
<h4 id="orgf1a94a5" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-orgf1a94a5">
<div id="outline-container-orgd26b9d7" class="outline-4">
<h4 id="orgd26b9d7" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-orgd26b9d7">
</div>
<div id="outline-container-org0ef661e" class="outline-5">
<h5 id="org0ef661e"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org0ef661e">
<div id="outline-container-orgf6b16b8" class="outline-5">
<h5 id="orgf6b16b8"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-orgf6b16b8">
<ul class="org-ul">
<li>Stationary bike 40 min/16km</li>
<li>Cable Fly machine 3x6x40kg</li>
@@ -247,51 +247,51 @@ Whew, that was an intense day.
</ul>
</div>
</div>
<div id="outline-container-org44e45e0" class="outline-5">
<h5 id="org44e45e0"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org44e45e0">
<div id="outline-container-org7d15ebd" class="outline-5">
<h5 id="org7d15ebd"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org7d15ebd">
<p>
Bit of walking meditation on the way to the pool, maybe ~15 mins.
</p>
</div>
</div>
<div id="outline-container-org374541e" class="outline-5">
<h5 id="org374541e"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org374541e">
<div id="outline-container-org3608e28" class="outline-5">
<h5 id="org3608e28"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org3608e28">
<p>
Completed <i>Dig Site</i> and both <i>Elemental Workshop</i>s last night. Next up is Woodcutting for Lost City. I was gonna be smart and have my GIM buddy help me skip the WC requirement on <i>Fremennik Isles</i> for the 10k XP but he&rsquo;s busy, so I guess soon will be my first bit of actual training in quite a while.
</p>
</div>
</div>
<div id="outline-container-orgc186c00" class="outline-5">
<h5 id="orgc186c00"><span class="done DONE">DONE</span> French</h5>
<div class="outline-text-5" id="text-orgc186c00">
<div id="outline-container-org92b3ca3" class="outline-5">
<h5 id="org92b3ca3"><span class="done DONE">DONE</span> French</h5>
<div class="outline-text-5" id="text-org92b3ca3">
<p>
Gonna add this to the rotation and mark it &ldquo;done&rdquo; for today though I mostly thought about it on a meta level. Tomorrow I&rsquo;ll try and write up a bit of it and set up a bit of a study plan.
</p>
</div>
</div>
</div>
<div id="outline-container-orgf84b10d" class="outline-4">
<h4 id="orgf84b10d">Journal</h4>
<div class="outline-text-4" id="text-orgf84b10d">
<div id="outline-container-org861ed7f" class="outline-4">
<h4 id="org861ed7f">Journal</h4>
<div class="outline-text-4" id="text-org861ed7f">
<p>
Mostly been preoccupied with exercise today, so not much to report.
</p>
</div>
</div>
</div>
<div id="outline-container-org94674b3" class="outline-3">
<h3 id="org94674b3">Tuesday, July 8th</h3>
<div class="outline-text-3" id="text-org94674b3">
<div id="outline-container-org8b97cc9" class="outline-3">
<h3 id="org8b97cc9">Tuesday, July 8th</h3>
<div class="outline-text-3" id="text-org8b97cc9">
</div>
<div id="outline-container-org70e5f31" class="outline-4">
<h4 id="org70e5f31" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-org70e5f31">
<div id="outline-container-orgf579e9e" class="outline-4">
<h4 id="orgf579e9e" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-orgf579e9e">
</div>
<div id="outline-container-org7f8d20a" class="outline-5">
<h5 id="org7f8d20a"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org7f8d20a">
<div id="outline-container-org6d75b45" class="outline-5">
<h5 id="org6d75b45"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org6d75b45">
<ul class="org-ul">
<li>Stationary bike 18km</li>
<li>The uhh abdominal back and forth thing (my baka-ass didn&rsquo;t note what it&rsquo;s called), 4x10x35kg</li>
@@ -301,46 +301,46 @@ Mostly been preoccupied with exercise today, so not much to report.
</ul>
</div>
</div>
<div id="outline-container-org7365662" class="outline-5">
<h5 id="org7365662"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org7365662">
<div id="outline-container-org19e2cb0" class="outline-5">
<h5 id="org19e2cb0"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org19e2cb0">
<p>
Mainly daily life practice/morality stuff, but good stuff at that so I&rsquo;ll count it &#x2013; plus the exercise bike has been rather meditative.
</p>
</div>
</div>
<div id="outline-container-org1fb847a" class="outline-5">
<h5 id="org1fb847a"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org1fb847a">
<div id="outline-container-org51fb582" class="outline-5">
<h5 id="org51fb582"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org51fb582">
<p>
Completed <i>Lost City</i>. Forestry is good new content, I love it! My bf is making fun of what qualifies as &ldquo;content&rdquo; to runescape players, ww.
</p>
</div>
</div>
<div id="outline-container-org5b6c8a6" class="outline-5">
<h5 id="org5b6c8a6"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-org5b6c8a6">
<div id="outline-container-orgd023229" class="outline-5">
<h5 id="orgd023229"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-orgd023229">
<p>
FOrgor
</p>
</div>
</div>
</div>
<div id="outline-container-org57454fd" class="outline-4">
<h4 id="org57454fd">Journal</h4>
<div class="outline-text-4" id="text-org57454fd">
<div id="outline-container-org18c01c0" class="outline-4">
<h4 id="org18c01c0">Journal</h4>
<div class="outline-text-4" id="text-org18c01c0">
</div>
<div id="outline-container-orgcbd279c" class="outline-5">
<h5 id="orgcbd279c">Exercise</h5>
<div class="outline-text-5" id="text-orgcbd279c">
<div id="outline-container-org91c37da" class="outline-5">
<h5 id="org91c37da">Exercise</h5>
<div class="outline-text-5" id="text-org91c37da">
<p>
Another heavy exercise day! I feel good, the mind is sharp, but the body definitely needs a lot of recovery on days like this and energy comes in starts and stops. Next two days are rest days, at least! Honestly mixed feelings on rest days, they&rsquo;re necessary but I&rsquo;ve actually been really enjoying pushing the body ww. I&rsquo;m surprised how quickly the body is adapting to the exercise load, but that&rsquo;s being a man in his 20s for ya.
</p>
</div>
</div>
<div id="outline-container-org2f8ec63" class="outline-5">
<h5 id="org2f8ec63">Career</h5>
<div class="outline-text-5" id="text-org2f8ec63">
<div id="outline-container-orgb458fe1" class="outline-5">
<h5 id="orgb458fe1">Career</h5>
<div class="outline-text-5" id="text-orgb458fe1">
<p>
It&rsquo;s not much of a surprise, but I got word that I got rejected for all the MSc programmes I applied to. It&rsquo;s a shame &#x2014; there&rsquo;s only a handful of English-taught compsci Master&rsquo;s programmes around here, and unlike in my home country they have very limited availability and are highly selective (in my home country getting into an MSc is essentially a rubber stamp if you have a BSc, so academic record is pretty mediocre).
</p>
@@ -364,60 +364,60 @@ I&rsquo;ve started more seriously considering a career for the good cause, worki
</div>
</div>
</div>
<div id="outline-container-org002ffce" class="outline-3">
<h3 id="org002ffce">Wednesday, July 9th</h3>
<div class="outline-text-3" id="text-org002ffce">
<div id="outline-container-org33773df" class="outline-3">
<h3 id="org33773df">Wednesday, July 9th</h3>
<div class="outline-text-3" id="text-org33773df">
</div>
<div id="outline-container-org9ff1040" class="outline-4">
<h4 id="org9ff1040" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-org9ff1040">
<div id="outline-container-orgdaedebc" class="outline-4">
<h4 id="orgdaedebc" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-orgdaedebc">
</div>
<div id="outline-container-org9945516" class="outline-5">
<h5 id="org9945516"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org9945516">
<div id="outline-container-orge7e6861" class="outline-5">
<h5 id="orge7e6861"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-orge7e6861">
<p>
Not sure how many steps but I walked to the park and back (my phone was dead).
</p>
</div>
</div>
<div id="outline-container-org38549b1" class="outline-5">
<h5 id="org38549b1"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org38549b1">
<div id="outline-container-org41c305e" class="outline-5">
<h5 id="org41c305e"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org41c305e">
<p>
Breath meditation in the park, and walking meditation on the way back.
</p>
</div>
</div>
<div id="outline-container-orgfe0b136" class="outline-5">
<h5 id="orgfe0b136"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-orgfe0b136">
<div id="outline-container-org711ae54" class="outline-5">
<h5 id="org711ae54"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org711ae54">
<p>
Completed <i>Restless Ghost</i> and <i>Lost City</i>.
</p>
</div>
</div>
<div id="outline-container-orgbe3992b" class="outline-5">
<h5 id="orgbe3992b"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-orgbe3992b">
<div id="outline-container-orgbb30ae1" class="outline-5">
<h5 id="orgbb30ae1"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-orgbb30ae1">
<p>
Just kinda slipped through in all the commotion.
</p>
</div>
</div>
</div>
<div id="outline-container-org7087e29" class="outline-4">
<h4 id="org7087e29">Journal</h4>
<div class="outline-text-4" id="text-org7087e29">
<div id="outline-container-org818fde4" class="outline-4">
<h4 id="org818fde4">Journal</h4>
<div class="outline-text-4" id="text-org818fde4">
</div>
<div id="outline-container-org517740a" class="outline-5">
<h5 id="org517740a">Ultraman</h5>
<div class="outline-text-5" id="text-org517740a">
<div id="outline-container-org82525da" class="outline-5">
<h5 id="org82525da">Ultraman</h5>
<div class="outline-text-5" id="text-org82525da">
<p>
Meet <b>Ultraman</b>, the latest member of the family:
</p>
<figure id="org6361789">
<figure id="orgd41c608">
<img src="../../static/images/ultraman.jpg" alt="ultraman.jpg" width="70%">
<figcaption><span class="figure-number">Figure 1: </span><i>Named in honor of the lady who in Tokyo told us in quiet confidence that Ultraman is her son. Don&rsquo;t worry, I cleaned him up again after this!</i></figcaption>
@@ -432,9 +432,9 @@ I really hope he recovers well.
</p>
</div>
</div>
<div id="outline-container-orgff4481c" class="outline-5">
<h5 id="orgff4481c">Master&rsquo;s</h5>
<div class="outline-text-5" id="text-orgff4481c">
<div id="outline-container-org1ac08c7" class="outline-5">
<h5 id="org1ac08c7">Master&rsquo;s</h5>
<div class="outline-text-5" id="text-org1ac08c7">
<p>
I&rsquo;ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> regarding my rejection from the Master&rsquo;s programmes I applied to at IP Paris. I&rsquo;ve reproduced the email on this blog because I think the information contained within is interesting and because I think it&rsquo;s a good letter.
</p>
@@ -442,10 +442,10 @@ I&rsquo;ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> rega
</div>
</div>
</div>
<div id="outline-container-orgf531407" class="outline-3">
<h3 id="orgf531407">Thursday, July 10th</h3>
<div class="outline-text-3" id="text-orgf531407">
<div class="poetry" id="org63c6bfe">
<div id="outline-container-org4772b4e" class="outline-3">
<h3 id="org4772b4e">Thursday, July 10th</h3>
<div class="outline-text-3" id="text-org4772b4e">
<div class="poetry" id="orgae6eea2">
<p>
<b><b>Q</b></b>: How is Ultraman doing?
</p>
@@ -467,11 +467,10 @@ In Memoriam.
<div id='footer'><div id='modified-date'>Last modified: 2025-07-17</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 29, 2025 (July 14 to 20)</title>
@@ -215,20 +215,20 @@
</div>
</div>
<div id="content" class="content">
<div id="outline-container-org63cc0a4" class="outline-2">
<h2 id="org63cc0a4">Journal Week 28, 2025 (July 14 to 20)</h2>
<div class="outline-text-2" id="text-org63cc0a4">
<div id="outline-container-org5bfea50" class="outline-2">
<h2 id="org5bfea50">Journal Week 28, 2025 (July 14 to 20)</h2>
<div class="outline-text-2" id="text-org5bfea50">
</div>
<div id="outline-container-org7447d50" class="outline-3">
<h3 id="org7447d50">Thursday - Thursday, July 10th - 17th</h3>
<div class="outline-text-3" id="text-org7447d50">
<div id="outline-container-org77aaf95" class="outline-3">
<h3 id="org77aaf95">Thursday - Thursday, July 10th - 17th</h3>
<div class="outline-text-3" id="text-org77aaf95">
<p>
Just kinda lumping these together as I left a bit of a hiatus in the journaling and let things slip a little bit, mostly a consequence of working too hard the week prior.
</p>
</div>
<div id="outline-container-org1560c57" class="outline-4">
<h4 id="org1560c57">Thursday, July 10th</h4>
<div class="outline-text-4" id="text-org1560c57">
<div id="outline-container-org224080e" class="outline-4">
<h4 id="org224080e">Thursday, July 10th</h4>
<div class="outline-text-4" id="text-org224080e">
<p>
As alluded to in last week&rsquo;s journal, Ultraman passed away around midnight. He was recovering strength fast throughout the day, but started going backwards fast starting from around 6PM, ultimately passing away some six hours later. I will write up <a href="../other/ultraman.html">his full story</a>.
</p>
@@ -238,17 +238,17 @@ Other than that, Thursday was a normal day.
</p>
</div>
</div>
<div id="outline-container-orgf08b6d7" class="outline-4">
<h4 id="orgf08b6d7">Friday - Sunday</h4>
<div class="outline-text-4" id="text-orgf08b6d7">
<div id="outline-container-org963e360" class="outline-4">
<h4 id="org963e360">Friday - Sunday</h4>
<div class="outline-text-4" id="text-org963e360">
<p>
I took friday off and then spent the weekend doing normal weekend things. I needed some recovery; been going at it too hard with exercise.
</p>
</div>
</div>
<div id="outline-container-org9872ddb" class="outline-4">
<h4 id="org9872ddb">Monday</h4>
<div class="outline-text-4" id="text-org9872ddb">
<div id="outline-container-org036d0f7" class="outline-4">
<h4 id="org036d0f7">Monday</h4>
<div class="outline-text-4" id="text-org036d0f7">
<p>
Bastille day! We threw a bit of a party at home and had fun. The Eiffel Tower fireworks/drone show was very beautiful this year. I was also very impressed by the Indonesian division at the military parade.
</p>
@@ -270,26 +270,26 @@ Bastille day! We threw a bit of a party at home and had fun. The Eiffel Tower fi
</figure>
</div>
</div>
<div id="outline-container-orgfd67bf8" class="outline-4">
<h4 id="orgfd67bf8">Tue - Wed</h4>
<div class="outline-text-4" id="text-orgfd67bf8">
<div id="outline-container-org1a9c0ee" class="outline-4">
<h4 id="org1a9c0ee">Tue - Wed</h4>
<div class="outline-text-4" id="text-org1a9c0ee">
<p>
Spent most of Tuesday just resting since I went a bit too hard on Monday and stayed up too late. Wednesday I was feeling a lot of physical malaise but I managed to drag myself to the pool and felt better after that. I definitely notice a couple days of unhealthy living and lack of exercise.
</p>
</div>
</div>
<div id="outline-container-orgf7da76c" class="outline-4">
<h4 id="orgf7da76c">Thu</h4>
<div class="outline-text-4" id="text-orgf7da76c">
<div id="outline-container-org29f630c" class="outline-4">
<h4 id="org29f630c">Thu</h4>
<div class="outline-text-4" id="text-org29f630c">
<p>
Put everything back into order, cleaned the house, did a lot of exercise. Also worked on the blog a lot. Goal is to officially launch the blog on the 27th, now.
</p>
</div>
</div>
</div>
<div id="outline-container-org3d5b7c4" class="outline-3">
<h3 id="org3d5b7c4">Friday, July 18th</h3>
<div class="outline-text-3" id="text-org3d5b7c4">
<div id="outline-container-org84c60f6" class="outline-3">
<h3 id="org84c60f6">Friday, July 18th</h3>
<div class="outline-text-3" id="text-org84c60f6">
<p>
Back to full power today. Gonna leave the daily logs off until next week.
</p>
@@ -299,23 +299,23 @@ Lot of exercise &#x2014; gonna stay with machines for another week and then move
</p>
</div>
</div>
<div id="outline-container-org0d52cab" class="outline-3">
<h3 id="org0d52cab">Saturday, July 19th</h3>
<div class="outline-text-3" id="text-org0d52cab">
<div id="outline-container-org2cd730a" class="outline-3">
<h3 id="org2cd730a">Saturday, July 19th</h3>
<div class="outline-text-3" id="text-org2cd730a">
<p>
Exhausted from yesterday&rsquo;s exercise hehe. Dusted off the EMPTYHEAD today, going through the code and explaining it to my co-dev-to-be. Looking forward to picking this back up &#x2014; more to follow soon. Restful Saturday otherwise.
</p>
</div>
<div id="outline-container-org7dd424c" class="outline-4">
<h4 id="org7dd424c"><span class="todo TODO">TODO</span> Link EMPTYHEAD</h4>
<div id="outline-container-org542d07e" class="outline-4">
<h4 id="org542d07e"><span class="todo TODO">TODO</span> Link EMPTYHEAD</h4>
</div>
</div>
<div id="outline-container-org7a5b184" class="outline-3">
<h3 id="org7a5b184">Sunday, July 20th</h3>
<div class="outline-text-3" id="text-org7a5b184">
<div id="outline-container-org6c56a9d" class="outline-3">
<h3 id="org6c56a9d">Sunday, July 20th</h3>
<div class="outline-text-3" id="text-org6c56a9d">
<div class="org-center">
<figure id="org943cba5">
<figure id="orge9fd41f">
<img src="../../static/images/end_sky_day_2025.jpg" alt="end_sky_day_2025.jpg" width="50%">
<figcaption><span class="figure-number">Figure 1: </span><i>Happy End Sky Day!</i></figcaption>
@@ -327,19 +327,19 @@ Went to see some gardens/greenhouses today, otherwise a restful Sunday as well.
</p>
<figure id="org6ab4347">
<figure id="org422504e">
<img src="../../static/images/greenhouse07251.jpg" alt="greenhouse07251.jpg" width="70%" class="center">
</figure>
<figure id="orgee11802">
<figure id="orgc34d259">
<img src="../../static/images/greenhouse07252.jpg" alt="greenhouse07252.jpg" width="70%" class="center">
</figure>
<figure id="org4e0767b">
<figure id="org89becfb">
<img src="../../static/images/greenhouse07253.jpg" alt="greenhouse07253.jpg" width="50%" class="center">
</figure>
@@ -351,11 +351,10 @@ Went to see some gardens/greenhouses today, otherwise a restful Sunday as well.
<div id='footer'><div id='modified-date'>Last modified: 2025-07-20</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 30, 2025</title>
@@ -215,29 +215,29 @@
</div>
</div>
<div id="content" class="content">
<div id="outline-container-orgee588ac" class="outline-2">
<h2 id="orgee588ac">Journal Week 30, 2025 (July 21 to 27)</h2>
<div class="outline-text-2" id="text-orgee588ac">
<div id="outline-container-org51bf296" class="outline-2">
<h2 id="org51bf296">Journal Week 30, 2025 (July 21 to 27)</h2>
<div class="outline-text-2" id="text-org51bf296">
</div>
<div id="outline-container-org20c40bd" class="outline-3">
<h3 id="org20c40bd">Monday, July 21st</h3>
<div class="outline-text-3" id="text-org20c40bd">
<div id="outline-container-orgea88eec" class="outline-3">
<h3 id="orgea88eec">Monday, July 21st</h3>
<div class="outline-text-3" id="text-orgea88eec">
<p>
Restless legs syndrome caused me to not sleep all night, so it was a bit of a struggle day for a while. I did drag myself to the gym and used the stationary bike for a full hour &#x2014; quite impressed with myself!
</p>
<div class="org-center">
<figure id="org5fdf5c5">
<figure id="org139bc07">
<img src="../../static/images/stationary_bike_1hr.jpg" alt="stationary_bike_1hr.jpg" width="100%">
</figure>
</div>
</div>
</div>
<div id="outline-container-org7ca11d2" class="outline-3">
<h3 id="org7ca11d2">Tuesday, July 22nd</h3>
<div class="outline-text-3" id="text-org7ca11d2">
<div id="outline-container-org98df709" class="outline-3">
<h3 id="org98df709">Tuesday, July 22nd</h3>
<div class="outline-text-3" id="text-org98df709">
<p>
I actually slept well today, thank god.
</p>
@@ -247,9 +247,9 @@ I wrote a <a href="../events/wroclaw.html">post about my travels to Wrocław</a>
</p>
</div>
</div>
<div id="outline-container-orga1e3c3b" class="outline-3">
<h3 id="orga1e3c3b">Wednesday, July 23rd.</h3>
<div class="outline-text-3" id="text-orga1e3c3b">
<div id="outline-container-org6a16303" class="outline-3">
<h3 id="org6a16303">Wednesday, July 23rd.</h3>
<div class="outline-text-3" id="text-org6a16303">
<p>
Started writing a <a href="../events/premier_impact.html">retrospective about Premier Impact.</a>
</p>
@@ -261,11 +261,10 @@ Started writing a <a href="../events/premier_impact.html">retrospective about Pr
<div id='footer'><div id='modified-date'>Last modified: 2025-07-23</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<!-- 2025-10-03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 31, 2025</title>
@@ -215,77 +215,77 @@
</div>
</div>
<div id="content" class="content">
<div id="outline-container-org4a99d20" class="outline-2">
<h2 id="org4a99d20">Journal Week 31, 2025 (July 28 to August 3)</h2>
<div class="outline-text-2" id="text-org4a99d20">
<div id="outline-container-orge6a335b" class="outline-2">
<h2 id="orge6a335b">Journal Week 31, 2025 (July 28 to August 3)</h2>
<div class="outline-text-2" id="text-orge6a335b">
</div>
<div id="outline-container-org0579d64" class="outline-3">
<h3 id="org0579d64">Wednesday, July 30th</h3>
<div class="outline-text-3" id="text-org0579d64">
<div id="outline-container-org6d55c86" class="outline-3">
<h3 id="org6d55c86">Wednesday, July 30th</h3>
<div class="outline-text-3" id="text-org6d55c86">
</div>
<div id="outline-container-org42a291b" class="outline-4">
<h4 id="org42a291b">Daily Planning</h4>
<div class="outline-text-4" id="text-org42a291b">
<div id="outline-container-org85acb30" class="outline-4">
<h4 id="org85acb30">Daily Planning</h4>
<div class="outline-text-4" id="text-org85acb30">
</div>
<div id="outline-container-orgbbd4561" class="outline-5">
<h5 id="orgbbd4561"><span class="done DONE">DONE</span> Call grandparents</h5>
<div id="outline-container-orgfc70668" class="outline-5">
<h5 id="orgfc70668"><span class="done DONE">DONE</span> Call grandparents</h5>
</div>
<div id="outline-container-org2eee7bb" class="outline-5">
<h5 id="org2eee7bb"><span class="done DONE">DONE</span> Look for work</h5>
<div id="outline-container-orgba339c4" class="outline-5">
<h5 id="orgba339c4"><span class="done DONE">DONE</span> Look for work</h5>
</div>
<div id="outline-container-orgbb47274" class="outline-5">
<h5 id="orgbb47274"><span class="todo TODO">TODO</span> 2 pages Le Petit Prince</h5>
<div id="outline-container-org8a46146" class="outline-5">
<h5 id="org8a46146"><span class="todo TODO">TODO</span> 2 pages Le Petit Prince</h5>
</div>
<div id="outline-container-orgf9a9b85" class="outline-5">
<h5 id="orgf9a9b85"><span class="done DONE">DONE</span> Clean house</h5>
<div id="outline-container-org9f99ca4" class="outline-5">
<h5 id="org9f99ca4"><span class="done DONE">DONE</span> Clean house</h5>
</div>
<div id="outline-container-orgaa181d6" class="outline-5">
<h5 id="orgaa181d6"><span class="done DONE">DONE</span> Finish writing <a href="../events/premier_impact.html">Premier Impact retrospective</a></h5>
<div id="outline-container-org1185a02" class="outline-5">
<h5 id="org1185a02"><span class="done DONE">DONE</span> Finish writing <a href="../events/premier_impact.html">Premier Impact retrospective</a></h5>
</div>
<div id="outline-container-org068819a" class="outline-5">
<h5 id="org068819a"><span class="todo TODO">TODO</span> Start graphic redesign website</h5>
<div id="outline-container-org49b2499" class="outline-5">
<h5 id="org49b2499"><span class="todo TODO">TODO</span> Start graphic redesign website</h5>
</div>
<div id="outline-container-org9885969" class="outline-5">
<h5 id="org9885969"><span class="done DONE">DONE</span> Clean browser tabs</h5>
<div id="outline-container-org876c08a" class="outline-5">
<h5 id="org876c08a"><span class="done DONE">DONE</span> Clean browser tabs</h5>
</div>
<div id="outline-container-orga3e3603" class="outline-5">
<h5 id="orga3e3603"><span class="done DONE">DONE</span> Set up hobby desk</h5>
<div id="outline-container-orgadac6d6" class="outline-5">
<h5 id="orgadac6d6"><span class="done DONE">DONE</span> Set up hobby desk</h5>
</div>
<div id="outline-container-org6495ecf" class="outline-5">
<h5 id="org6495ecf"><span class="done DONE">DONE</span> Motorcycle ride</h5>
<div id="outline-container-orgf8effd8" class="outline-5">
<h5 id="orgf8effd8"><span class="done DONE">DONE</span> Motorcycle ride</h5>
</div>
</div>
<div id="outline-container-org6f4982c" class="outline-4">
<h4 id="org6f4982c">Journal</h4>
<div class="outline-text-4" id="text-org6f4982c">
<div id="outline-container-org7f7b113" class="outline-4">
<h4 id="org7f7b113">Journal</h4>
<div class="outline-text-4" id="text-org7f7b113">
<p>
Busy day today. Haven&rsquo;t kept up with journaling for a few days &#x2013; must be the poor sleep. I finished the <a href="../events/premier_impact.html">Premier Impact retrospective</a> today. Tried looking for work but my LinkedIn account, which I made yesterday, got blocked due to suspicious behaviour; still did a bunch of planning. I got a 3D printer (Creality Ender 3 V3 SE) yesterday &#x2014; amazing product, very fun, will write more soon. RIP Ozzy Osbourne, Hulk Hogan and Shunsaku Tamiya.
</p>
</div>
</div>
</div>
<div id="outline-container-org2e9df31" class="outline-3">
<h3 id="org2e9df31">Thursday, July 31st</h3>
<div class="outline-text-3" id="text-org2e9df31">
<div id="outline-container-org53b94a5" class="outline-3">
<h3 id="org53b94a5">Thursday, July 31st</h3>
<div class="outline-text-3" id="text-org53b94a5">
</div>
<div id="outline-container-org14da676" class="outline-4">
<h4 id="org14da676">Daily Planning</h4>
<div class="outline-text-4" id="text-org14da676">
<div id="outline-container-orgb96b58e" class="outline-4">
<h4 id="orgb96b58e">Daily Planning</h4>
<div class="outline-text-4" id="text-orgb96b58e">
</div>
<div id="outline-container-orgd0cf882" class="outline-5">
<h5 id="orgd0cf882"><span class="done DONE">DONE</span> 3 pages Le Petit Prince</h5>
<div id="outline-container-orgd8959d6" class="outline-5">
<h5 id="orgd8959d6"><span class="done DONE">DONE</span> 3 pages Le Petit Prince</h5>
</div>
<div id="outline-container-orgd3dea0f" class="outline-5">
<h5 id="orgd3dea0f"><span class="todo TODO">TODO</span> Graphic redesign of website</h5>
<div id="outline-container-org89067a6" class="outline-5">
<h5 id="org89067a6"><span class="todo TODO">TODO</span> Graphic redesign of website</h5>
</div>
<div id="outline-container-org8df59e5" class="outline-5">
<h5 id="org8df59e5"><span class="todo TODO">TODO</span> Continue Honeycomb Storage Wall</h5>
<div id="outline-container-org6a4b708" class="outline-5">
<h5 id="org6a4b708"><span class="todo TODO">TODO</span> Continue Honeycomb Storage Wall</h5>
</div>
<div id="outline-container-org62eb46f" class="outline-5">
<h5 id="org62eb46f"><span class="todo TODO">TODO</span> Write a blog post</h5>
<div id="outline-container-org9b98ef0" class="outline-5">
<h5 id="org9b98ef0"><span class="todo TODO">TODO</span> Write a blog post</h5>
</div>
<div id="outline-container-org506475a" class="outline-5">
<h5 id="org506475a"><span class="todo TODO">TODO</span> Look for workies</h5>
<div id="outline-container-orgf19d8c8" class="outline-5">
<h5 id="orgf19d8c8"><span class="todo TODO">TODO</span> Look for workies</h5>
</div>
</div>
</div>
@@ -295,11 +295,10 @@ Busy day today. Haven&rsquo;t kept up with journaling for a few days &#x2013; mu
<div id='footer'><div id='modified-date'>Last modified: 2025-07-31</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
<br>
This website <a href="/feed.xml">supports RSS</a> (I update it manually). <br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>