You know how it is
This commit is contained in:
597
html/journal/w27-2025-30.06-06.07-journal.html
Normal file
597
html/journal/w27-2025-30.06-06.07-journal.html
Normal file
@@ -0,0 +1,597 @@
|
||||
<!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’s been a while, so I’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’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’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 “duck tape” and the name <i>duct</i> tape is not accounted for until 1965 — 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’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’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 — I like this recipe, especially given that I’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 — 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’t fit unmodified to screw you into buying their cables. I’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’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 — the little triangles at the bottom are not load-bearing and don’t attach to the wall (there’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’ve added an <a href="../art/index.html">art section</a> to the website. Also, I’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’t come close to Waterfall Quest or Knight’s Sword levels of silly. The quest itself is… fine? The writing is funny and on-brand, but… 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’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’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 “giving aura”, as the kids say</i>.</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
Japan Expo today! I’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’s interesting to see how the gender ratio skews at JE — I’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’s a good thing. It’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’t see Blue Archive basically <i>at all</i> at JE for instance, which I think is a blessing. Sadly didn’t manage to find any Ave Mujica stuff whatsoever — the new bandori stuff is a very good case study in “things that are big in Japan that don’t get picked up in the west”, 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> & <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’ve been reading <a href="https://mangadex.org/title/feff4eaf-01df-4a05-83f4-68bb5cdf4fad/mahou-shoujo-ni-akogarete">mahoako</a>. I’m caught up with the anime now, which is about halfway through (what’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’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’t name this section “footnotes” 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>
|
||||
478
html/journal/w28-2025.html
Normal file
478
html/journal/w28-2025.html
Normal file
@@ -0,0 +1,478 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- 2025-10-02 -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=100%, initial-scale=0.7" />
|
||||
<title>Akk0's journal, week 28, 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-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>
|
||||
<div id="outline-container-org07e480d" class="outline-3">
|
||||
<h3 id="org07e480d">Monday, July 7</h3>
|
||||
<div class="outline-text-3" id="text-org07e480d">
|
||||
</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>
|
||||
<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">
|
||||
<ul class="org-ul">
|
||||
<li>Stationary bike 40 min/16km</li>
|
||||
<li>Cable Fly machine 3x6x40kg</li>
|
||||
<li>Prone leg curl machine 3x6x30kg</li>
|
||||
<li>Ab crunch machine 3x8x45kg</li>
|
||||
<li>Arm extension machine 3x6x40kg</li>
|
||||
<li>Swim 25 min</li>
|
||||
<li><p>
|
||||
Walk 8000 steps/4km
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Whew, that was an intense day.
|
||||
</p></li>
|
||||
</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">
|
||||
<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">
|
||||
<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’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">
|
||||
<p>
|
||||
Gonna add this to the rotation and mark it “done” for today though I mostly thought about it on a meta level. Tomorrow I’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">
|
||||
<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>
|
||||
<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>
|
||||
<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">
|
||||
<ul class="org-ul">
|
||||
<li>Stationary bike 18km</li>
|
||||
<li>The uhh abdominal back and forth thing (my baka-ass didn’t note what it’s called), 4x10x35kg</li>
|
||||
<li>Chess press machine (6+5)x35kg – my right shoulder is acting fucky again, so I had to end this one early</li>
|
||||
<li>Leg extension machine (2x8+10)x40kg – can probably up the weight on this next time</li>
|
||||
<li>Vertical traction (lat thing) 3x8x45kg</li>
|
||||
</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">
|
||||
<p>
|
||||
Mainly daily life practice/morality stuff, but good stuff at that so I’ll count it – 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">
|
||||
<p>
|
||||
Completed <i>Lost City</i>. Forestry is good new content, I love it! My bf is making fun of what qualifies as “content” 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">
|
||||
<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>
|
||||
<div id="outline-container-orgcbd279c" class="outline-5">
|
||||
<h5 id="orgcbd279c">Exercise</h5>
|
||||
<div class="outline-text-5" id="text-orgcbd279c">
|
||||
<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’re necessary but I’ve actually been really enjoying pushing the body ww. I’m surprised how quickly the body is adapting to the exercise load, but that’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">
|
||||
<p>
|
||||
It’s not much of a surprise, but I got word that I got rejected for all the MSc programmes I applied to. It’s a shame — there’s only a handful of English-taught compsci Master’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>
|
||||
|
||||
<p>
|
||||
I guess it can’t be helped, but it still sucks, both because I don’t feel like the criterium used accurately represents me (I think my CV, motivation letter, academic references, grade of my BSc thesis are all really strong) and because I feel like I have zero options.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It seems there’s an appeal procedure that guarantees you’ll be offered some masters or another within your field, but it’s only accessible to people with a BSc from a French institution?? The explanation I was given is that it runs through the local board of education where you got your BSc, which is civics trivia and not a <i>reason</i>. Honestly this really ticks me off — as a European citizen I have a right to live, work and get an education in any European country, and I hold an accredited European BSc, yet there are clearly rights that are arbitrarily extended only to locals. Especially hypocritical coming from the notoriously europhillic French! I can’t really corroborate this, but I suspect there’s an interesting lawsuit in this for a motivated person with a good lawyer.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Regardless it’s not a huge issue for me — my career plans don’t have an MSc as a load-bearing element. Going for further education would’ve been very situationally convenient in this particular time window, but losing the option doesn’t particularly set me back. Getting some extra student loans for living expenses was a part of the plan though, so the primary objective for the time being is earning a couple hundred bucks a month as supplementary income. I’ll try to get back into software contracting for the time being.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I’ve started more seriously considering a career for the good cause, working for some manner of charity or non-profit — somewhere I could put my oratory skills to greater use would be good. I notice over time I’ve started considering <i>careers</i> outside of software a lot more, even if my passion for the computing cause has not diminished.
|
||||
</p>
|
||||
</div>
|
||||
</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>
|
||||
<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>
|
||||
<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">
|
||||
<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">
|
||||
<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">
|
||||
<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">
|
||||
<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>
|
||||
<div id="outline-container-org517740a" class="outline-5">
|
||||
<h5 id="org517740a">Ultraman</h5>
|
||||
<div class="outline-text-5" id="text-org517740a">
|
||||
<p>
|
||||
Meet <b>Ultraman</b>, the latest member of the family:
|
||||
</p>
|
||||
|
||||
|
||||
<figure id="org6361789">
|
||||
<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’t worry, I cleaned him up again after this!</i></figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
I found him by the sidewalk as I was walking home from the park. He has a wound on the left side of his head and a mean gash on his right side, but he’s been conscious and responsive all day and hasn’t bled. He can move all his limbs but he can’t stand. My friend, who keeps several pigeons he’s rescued, thinks he’s about 2 weeks old; at his advice I’ve been feeding Ultraman baby food, which thankfully he does eat, and treated his wound with spray-on bandage.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I really hope he recovers well.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgff4481c" class="outline-5">
|
||||
<h5 id="orgff4481c">Master’s</h5>
|
||||
<div class="outline-text-5" id="text-orgff4481c">
|
||||
<p>
|
||||
I’ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> regarding my rejection from the Master’s programmes I applied to at IP Paris. I’ve reproduced the email on this blog because I think the information contained within is interesting and because I think it’s a good letter.
|
||||
</p>
|
||||
</div>
|
||||
</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">
|
||||
<p>
|
||||
<b><b>Q</b></b>: How is Ultraman doing?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b><b>A</b></b>: <i>He isn’t; he’s done.</i>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In Memoriam.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
362
html/journal/w29-2025.html
Normal file
362
html/journal/w29-2025.html
Normal file
@@ -0,0 +1,362 @@
|
||||
<!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 29, 2025 (July 14 to 20)</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-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>
|
||||
<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">
|
||||
<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">
|
||||
<p>
|
||||
As alluded to in last week’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>
|
||||
|
||||
<p>
|
||||
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">
|
||||
<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">
|
||||
<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>
|
||||
|
||||
<figure>
|
||||
<video width="720" height="480" controls class="center">
|
||||
<source src="../../static/video/bastille_day_fireworks_2025.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<figcaption class="caption center">Bastille day fireworks.</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<video width="720" height="480" controls class="center">
|
||||
<source src="../../static/video/bastille_day_indonesians_2025.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<figcaption class="caption center">Indonesian army at the parade.</figcaption>
|
||||
</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">
|
||||
<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">
|
||||
<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">
|
||||
<p>
|
||||
Back to full power today. Gonna leave the daily logs off until next week.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Lot of exercise — gonna stay with machines for another week and then move to free weights I think, which is pretty intimidating.
|
||||
</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">
|
||||
<p>
|
||||
Exhausted from yesterday’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 — 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>
|
||||
</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 class="org-center">
|
||||
|
||||
<figure id="org943cba5">
|
||||
<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>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Went to see some gardens/greenhouses today, otherwise a restful Sunday as well.
|
||||
</p>
|
||||
|
||||
|
||||
<figure id="org6ab4347">
|
||||
<img src="../../static/images/greenhouse07251.jpg" alt="greenhouse07251.jpg" width="70%" class="center">
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
<figure id="orgee11802">
|
||||
<img src="../../static/images/greenhouse07252.jpg" alt="greenhouse07252.jpg" width="70%" class="center">
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
<figure id="org4e0767b">
|
||||
<img src="../../static/images/greenhouse07253.jpg" alt="greenhouse07253.jpg" width="50%" class="center">
|
||||
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
272
html/journal/w30-2025.html
Normal file
272
html/journal/w30-2025.html
Normal file
@@ -0,0 +1,272 @@
|
||||
<!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 30, 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-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>
|
||||
<div id="outline-container-org20c40bd" class="outline-3">
|
||||
<h3 id="org20c40bd">Monday, July 21st</h3>
|
||||
<div class="outline-text-3" id="text-org20c40bd">
|
||||
<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 — quite impressed with myself!
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<figure id="org5fdf5c5">
|
||||
<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">
|
||||
<p>
|
||||
I actually slept well today, thank god.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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">
|
||||
<p>
|
||||
Started writing a <a href="../events/premier_impact.html">retrospective about Premier Impact.</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
306
html/journal/w31-2025.html
Normal file
306
html/journal/w31-2025.html
Normal file
@@ -0,0 +1,306 @@
|
||||
<!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 31, 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-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>
|
||||
<div id="outline-container-org0579d64" class="outline-3">
|
||||
<h3 id="org0579d64">Wednesday, July 30th</h3>
|
||||
<div class="outline-text-3" id="text-org0579d64">
|
||||
</div>
|
||||
<div id="outline-container-org42a291b" class="outline-4">
|
||||
<h4 id="org42a291b">Daily Planning</h4>
|
||||
<div class="outline-text-4" id="text-org42a291b">
|
||||
</div>
|
||||
<div id="outline-container-orgbbd4561" class="outline-5">
|
||||
<h5 id="orgbbd4561"><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>
|
||||
<div id="outline-container-orgbb47274" class="outline-5">
|
||||
<h5 id="orgbb47274"><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>
|
||||
<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>
|
||||
<div id="outline-container-org068819a" class="outline-5">
|
||||
<h5 id="org068819a"><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>
|
||||
<div id="outline-container-orga3e3603" class="outline-5">
|
||||
<h5 id="orga3e3603"><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>
|
||||
</div>
|
||||
<div id="outline-container-org6f4982c" class="outline-4">
|
||||
<h4 id="org6f4982c">Journal</h4>
|
||||
<div class="outline-text-4" id="text-org6f4982c">
|
||||
<p>
|
||||
Busy day today. Haven’t kept up with journaling for a few days – 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 — 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>
|
||||
<div id="outline-container-org14da676" class="outline-4">
|
||||
<h4 id="org14da676">Daily Planning</h4>
|
||||
<div class="outline-text-4" id="text-org14da676">
|
||||
</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>
|
||||
<div id="outline-container-orgd3dea0f" class="outline-5">
|
||||
<h5 id="orgd3dea0f"><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>
|
||||
<div id="outline-container-org62eb46f" class="outline-5">
|
||||
<h5 id="org62eb46f"><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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user