Files
blog/html/journal/w27-2025-30.06-06.07-journal.html
2025-10-02 20:33:56 +02:00

598 lines
25 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-10-02 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 27 2025</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 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>
<div id="outline-container-org01f210d" class="outline-3">
<h3 id="org01f210d">Thursday, July 3rd</h3>
<div class="outline-text-3" id="text-org01f210d">
</div>
<div id="outline-container-org13ca2f2" class="outline-4">
<h4 id="org13ca2f2">Dailies</h4>
<div class="outline-text-4" id="text-org13ca2f2">
</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">
<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">
<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">
<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">
<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">
<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>
</figure>
<p>
Things learned today:
</p>
<ul class="org-ul">
<li>Duct tape was originally called &ldquo;duck tape&rdquo; and the name <i>duct</i> tape is not accounted for until 1965 &#x2014; it works wonders for taping ducts nevertheless;</li>
<li>Using wood glue on the end grain of little wooden slats is utterly pointless. Using super glue is somewhat better, but screws are still the best;</li>
<li>Sodium bicarbonate is very effective at removing pencil marks from walls;</li>
<li>An older Huion Kamvas 13 sells for like €80 on the used market here and seems worth buying;</li>
<li>Tickets to Japan Expo are way too expensive (€36 each), and non-refundable.</li>
</ul>
</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>
<div id="outline-container-org28e30e6" class="outline-4">
<h4 id="org28e30e6">Daillies</h4>
<div class="outline-text-4" id="text-org28e30e6">
</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">
<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">
<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">
<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">
<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">
<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>
</figure>
<p>
We ended up buying the Huion Kamvas for €70, including pen, stand and cables &#x2014; what an absolute steal! Two things to note:
</p>
<ul class="org-ul">
<li>The included cable works well for me, but if you want to use your own cable, mind that at least on the older versions of the Kamvas 13 the USB-C ports are artifically recessed so normal cables won&rsquo;t fit unmodified to screw you into buying their cables. I&rsquo;ve heard this issue is fixed on the new Gen3 version.</li>
<li>If you use <a href="https://github.com/OpenTabletDriver/OpenTabletDriver">OpenTabletDriver</a> on Linux and run into an error that says something like <code>ArgumentOutOfRangeException: Value range is [0, 15]</code>, you need to <code>rmmod wacom hid_uclogic</code>. The dev would rather be a dick to people reporting this for the nth time than fix their uncaught exceptions, lol.</li>
</ul>
<figure id="org1c67209">
<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>
</figure>
<p>
I finally got around to hanging up the canvas print of my picture my mom got me!
</p>
<figure id="org8e38562">
<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>
</figure>
<p>
Also, in the process of setting up the tablet I opened up Krita and rediscovered this artwork I did last year:
</p>
<figure id="org9ddb1ea">
<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>
</figure>
<p>
Accordingly, I&rsquo;ve added an <a href="../art/index.html">art section</a> to the website. Also, I&rsquo;ve added a <a href="../links/index.html">links section</a> for dumping interesting links as I come across them, do check it out~.
</p>
</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>
<div id="outline-container-org538f0a4" class="outline-4">
<h4 id="org538f0a4">Dailies</h4>
<div class="outline-text-4" id="text-org538f0a4">
</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">
<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">
<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">
<figure id="org8685f2d">
<img src="../../static/images/rs_quest_doti.png" alt="rs_quest_doti.png" width="100%" align="center">
</figure>
<p>
This reward feels kind of overpowered, though I guess it still doesn&rsquo;t come close to Waterfall Quest or Knight&rsquo;s Sword levels of silly. The quest itself is&#x2026; fine? The writing is funny and on-brand, but&#x2026; The obvious comparison to this quest is obviously Murder Mystery and I think Murder Mystery is a stronger quest; Sinclair Mansion actually feels integrated in the world around it, for instance. Death on the Isle doesn&rsquo;t feel like it does much worldbuilding. Feels very handholdy, just putting you in an instance and teleporting you everywhere, too. But I do appreciate that we&rsquo;re getting a lot more quests nowadays.
</p>
</div>
</div>
</div>
<div id="outline-container-orgcd742fb" class="outline-4">
<h4 id="orgcd742fb">Journal</h4>
<div class="outline-text-4" id="text-orgcd742fb">
<figure id="org2abf692">
<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>
</figure>
<p>
Japan Expo today! I&rsquo;m glad we got to go in the end despite complaining about the price earlier. We bought a bunch of stuff:
</p>
<figure id="org0ce6dc3">
<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">
<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>
</figure>
<p>
Always feels good to support local small artisans. It&rsquo;s interesting to see how the gender ratio skews at JE &#x2014; I&rsquo;d say pretty close to 1:1 for general attendants, but maybe 3:1 biased towards women for vendors, at least in the indie artist area. Overall I think that&rsquo;s a good thing. It&rsquo;s also always nice to see the variety of things and the longevity of older franchises, especially compared to something like Comiket which nowadays is extremely gacha and vtuber dominated. You don&rsquo;t see Blue Archive basically <i>at all</i> at JE for instance, which I think is a blessing. Sadly didn&rsquo;t manage to find any Ave Mujica stuff whatsoever &#x2014; the new bandori stuff is a very good case study in &ldquo;things that are big in Japan that don&rsquo;t get picked up in the west&rdquo;, as well, unfortunately. Lots of good cosplays this year; unsurprisingly there were a ton of Maomao cosplays. Below a selection of my favourite cosplays:
</p>
<figure id="org267b0e2">
<img src="../../static/images/je2025cosp1.jpg" alt="je2025cosp1.jpg" width="50%">
</figure>
<figure id="org27ef7ca">
<img src="../../static/images/je2025cosp2.jpg" alt="je2025cosp2.jpg" width="50%">
</figure>
<figure id="orgec18c75">
<img src="../../static/images/je2025cosp3.jpg" alt="je2025cosp3.jpg" width="50%">
</figure>
<figure id="orgddbd2e5">
<img src="../../static/images/je2025cosp4.jpg" alt="je2025cosp4.jpg" width="50%">
</figure>
<figure id="org8fa5108">
<img src="../../static/images/je2025cosp5.jpg" alt="je2025cosp5.jpg" width="50%">
</figure>
<figure id="org1d49db5">
<img src="../../static/images/je2025cosp6.jpg" alt="je2025cosp6.jpg" width="50%">
</figure>
<figure id="org5baad9e">
<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>
<div id="outline-container-org19a5d85" class="outline-4">
<h4 id="org19a5d85"><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>
<div id="outline-container-org52fbd26" class="outline-4">
<h4 id="org52fbd26">Dailies</h4>
<div class="outline-text-4" id="text-org52fbd26">
</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">
<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">
<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">
<figure id="orge3776fd">
<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>
</figure>
<p>
Next up is <i>The Dig Site</i>, then <i>Elemental Workshop I</i> &amp; <i>II</i>.
</p>
</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>
<div id="outline-container-org34a5742" class="outline-5">
<h5 id="org34a5742">Market</h5>
<div class="outline-text-5" id="text-org34a5742">
<figure id="org6ce43eb">
<img src="../../static/images/market_pierogi.jpg" alt="market_pierogi.jpg" width="100%" align="center">
</figure>
<p>
Market day today~
These pierogi are alright, but I miss the ones in <a href="../trips/wroclaw.html">Wrocław</a>. The praise for Polish food was unanimous among our group of five; highly underrated, highly recommended.
</p>
</div>
</div>
<div id="outline-container-org7a5ce91" class="outline-5">
<h5 id="org7a5ce91">Mahoako</h5>
<div class="outline-text-5" id="text-org7a5ce91">
<figure id="orga442fb0">
<img src="../../static/images/baiser_sorry.jpg" alt="baiser_sorry.jpg" width="100%" align="center">
</figure>
<p>
I&rsquo;ve been reading <a href="https://mangadex.org/title/feff4eaf-01df-4a05-83f4-68bb5cdf4fad/mahou-shoujo-ni-akogarete">mahoako</a>. I&rsquo;m caught up with the anime now, which is about halfway through (what&rsquo;s been released of) the manga<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>. The art in the manga is very good, I&rsquo;m enjoying it. Seems like the anime is a very faithful adaptation. Excited for season 2!
</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">
<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>
</div>
</div>
</div>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1" role="doc-backlink">1</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">It appears to be on hiatus since the anime started airing</p></div></div>
<div class="footdef"><sup><a id="fn.2" class="footnum" href="#fnr.2" role="doc-backlink">2</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Due to a funny bug I just discovered I can&rsquo;t name this section &ldquo;footnotes&rdquo; lest it be hidden, ww</p></div></div>
<div class="footdef"><sup><a id="fn.3" class="footnum" href="#fnr.3" role="doc-backlink">3</a></sup> <div class="footpara" role="doc-footnote"><p class="footpara">Or, well, hover notes, rather</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<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>
</div>
</div>
</body>
</html>