Compare commits

...

15 Commits

Author SHA1 Message Date
1ab026343c CSS 2025-12-02 16:11:00 +01:00
ef0bf1b834 Font path fix 2025-11-27 19:15:44 +01:00
65d6a19f44 Hopefully fix table on mobile 2025-11-27 17:49:40 +01:00
17d6399458 Hopefully fix non-rendering icons on mobile 2025-11-27 17:02:15 +01:00
0e4910137d Fix tooltip CSS 2025-11-27 16:40:22 +01:00
62072c3ceb Update journal and habit table 2025-11-27 13:03:07 +01:00
907232b001 Update journal and favicon 2025-11-22 10:59:33 +01:00
d56c60c514 Update journal and index.org 2025-11-20 16:51:58 +01:00
cec99cbdac Update source.org 2025-11-20 16:32:06 +01:00
b0910578ce merge 2025-11-10 19:11:08 +01:00
92cced5496 Today's journal 2025-11-10 19:09:49 +01:00
fe9c29f16b Update URL 2025-11-10 16:03:07 +00:00
2ad124a462 Journal; new css 2025-11-09 20:54:07 +01:00
55a575ee34 unfuck LFS shit 2025-11-08 12:43:55 +01:00
33a66fc273 updates 2025-11-08 12:35:53 +01:00
95 changed files with 8176 additions and 3718 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,3 +1,3 @@
# blog # blog
Sources for akko.nakadashi.lol Sources for webbieweb.org

BIN
favicon..aseprite Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>About</title> <title>About</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,7 +209,7 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
@@ -220,13 +219,13 @@ TODO
</p> </p>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-06-11</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Akk0's Art</title> <title>Akk0's Art</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,26 +209,26 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<figure id="org6ec705f"> <figure id="orgd41d376">
<img src="../../static/images/lone_rider.png" alt="lone_rider.png" width="100%" align="center"> <img src="../../static/images/lone_rider.png" alt="lone_rider.png" width="100%" align="center">
<figcaption><span class="figure-number">Figure 1: </span><i>Lone Rider</i>, 2024. I made this to get some of the anxiety out of my system while taking motorcycle lessons.</figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>Lone Rider</i>, 2024. I made this to get some of the anxiety out of my system while taking motorcycle lessons.</figcaption>
</figure> </figure>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Events and Trips</title> <title>Events and Trips</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,38 +209,38 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org3e9cf29" class="outline-2"> <div id="outline-container-org414b96b" class="outline-2">
<h2 id="org3e9cf29">Events and Trips</h2> <h2 id="org414b96b">Events and Trips</h2>
<div class="outline-text-2" id="text-org3e9cf29"> <div class="outline-text-2" id="text-org414b96b">
<p> <p>
Here I keep some memoirs of (mostly music) events I&rsquo;ve helped organized, participated in, or attended; I&rsquo;m putting trips I&rsquo;ve gone on here as well. Here I keep some memoirs of (mostly music) events I&rsquo;ve helped organized, participated in, or attended; I&rsquo;m putting trips I&rsquo;ve gone on here as well.
</p> </p>
</div> </div>
<div id="outline-container-orgc900a05" class="outline-3"> <div id="outline-container-org4afb1c0" class="outline-3">
<h3 id="orgc900a05">Co-organized</h3> <h3 id="org4afb1c0">Co-organized</h3>
<div class="outline-text-3" id="text-orgc900a05"> <div class="outline-text-3" id="text-org4afb1c0">
</div> </div>
<div id="outline-container-orga0ce096" class="outline-4"> <div id="outline-container-org8fa4d4c" class="outline-4">
<h4 id="orga0ce096"><i><a href="./premier_impact.html">Premier Impact</a></i></h4> <h4 id="org8fa4d4c"><i><a href="./premier_impact.html">Premier Impact</a></i></h4>
<div class="outline-text-4" id="text-orga0ce096"> <div class="outline-text-4" id="text-org8fa4d4c">
<p> <p>
A doujin music event in Paris which I helped organize! A doujin music event in Paris which I helped organize!
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org8bbfa02" class="outline-3"> <div id="outline-container-orgf76ebd6" class="outline-3">
<h3 id="org8bbfa02">Participated or Support Crew</h3> <h3 id="orgf76ebd6">Participated or Support Crew</h3>
<div class="outline-text-3" id="text-org8bbfa02"> <div class="outline-text-3" id="text-orgf76ebd6">
</div> </div>
<div id="outline-container-org713227d" class="outline-4"> <div id="outline-container-org1a3e3ae" class="outline-4">
<h4 id="org713227d"><i><a href="./wroclaw.html">Millennium Strike WROC.WAV + Wrocław trip</a></i></h4> <h4 id="org1a3e3ae"><i><a href="./wroclaw.html">Millennium Strike WROC.WAV + Wrocław trip</a></i></h4>
<div class="outline-text-4" id="text-org713227d"> <div class="outline-text-4" id="text-org1a3e3ae">
<p> <p>
I sorta-kinda was support crew here. Also includes general notes on my trip to the beautiful city of Wrocław, Poland. I sorta-kinda was support crew here. Also includes general notes on my trip to the beautiful city of Wrocław, Poland.
</p> </p>
@@ -251,13 +250,13 @@ I sorta-kinda was support crew here. Also includes general notes on my trip to t
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Premier Impact Retrospective</title> <title>Premier Impact Retrospective</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,25 +209,25 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org4a720f8" class="outline-2"> <div id="outline-container-org888b099" class="outline-2">
<h2 id="org4a720f8">Premier Impact Retrospective</h2> <h2 id="org888b099">Premier Impact Retrospective</h2>
<div class="outline-text-2" id="text-org4a720f8"> <div class="outline-text-2" id="text-org888b099">
</div> </div>
<div id="outline-container-orgaa8afb3" class="outline-3"> <div id="outline-container-orgda96ba3" class="outline-3">
<h3 id="orgaa8afb3">Introduction</h3> <h3 id="orgda96ba3">Introduction</h3>
<div class="outline-text-3" id="text-orgaa8afb3"> <div class="outline-text-3" id="text-orgda96ba3">
<p> <p>
This is a retrospective on <a href="https://paris.reloadreset.net/"><i>Premier Impact</i></a>, a music event we held on the 10th of May 2025. This is a retrospective on <a href="https://paris.reloadreset.net/"><i>Premier Impact</i></a>, a music event we held on the 10th of May 2025.
</p> </p>
<div class="org-center"> <div class="org-center">
<figure id="org623bd05"> <figure id="org4f0dcc9">
<img src="../../static/images/premier_impact_poster.png" alt="premier_impact_poster.png" width="70%"> <img src="../../static/images/premier_impact_poster.png" alt="premier_impact_poster.png" width="70%">
<figcaption><span class="figure-number">Figure 1: </span><i>Event poster. I participated under the alias &ldquo;Sakka&rdquo;.</i></figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>Event poster. I participated under the alias &ldquo;Sakka&rdquo;.</i></figcaption>
@@ -236,13 +235,13 @@ This is a retrospective on <a href="https://paris.reloadreset.net/"><i>Premier I
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org22c2cb6" class="outline-3"> <div id="outline-container-org4000f12" class="outline-3">
<h3 id="org22c2cb6">Organisation</h3> <h3 id="org4000f12">Organisation</h3>
<div class="outline-text-3" id="text-org22c2cb6"> <div class="outline-text-3" id="text-org4000f12">
</div> </div>
<div id="outline-container-org199db5a" class="outline-4"> <div id="outline-container-org67d0922" class="outline-4">
<h4 id="org199db5a">Context</h4> <h4 id="org67d0922">Context</h4>
<div class="outline-text-4" id="text-org199db5a"> <div class="outline-text-4" id="text-org67d0922">
<p> <p>
A bit of context that&rsquo;ll help illustrate some of the organisational difficulties involved in the event: A bit of context that&rsquo;ll help illustrate some of the organisational difficulties involved in the event:
</p> </p>
@@ -259,9 +258,9 @@ The observant reader might notice that this is a bit of a tight squeeze; it coul
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org7998832" class="outline-4"> <div id="outline-container-orgae17886" class="outline-4">
<h4 id="org7998832">Motivation, Branding &amp; Concept</h4> <h4 id="orgae17886">Motivation, Branding &amp; Concept</h4>
<div class="outline-text-4" id="text-org7998832"> <div class="outline-text-4" id="text-orgae17886">
<p> <p>
The event theme was <a href="https://en.wikipedia.org/wiki/Doujin_music">doujin music</a> and generally <a href="https://en.wikipedia.org/wiki/J-core">J-core</a>/<a href="https://en.wikipedia.org/wiki/Breakcore">breakcore</a>/<a href="https://en.wikipedia.org/wiki/Anime_song">anison</a>, though in practice we gave DJs complete free reign as to what to play and the event was better characterized as &ldquo;we invite our friends to play good music&rdquo;; it&rsquo;s perhaps best understood in relationship to other similar events<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup>. These events are already common elsewhere, but not aren&rsquo;t yet established in France, despite there clearly existing a sizeable audience for them &#x2014; our aim was thus to start putting this on the map here in Paris. The event theme was <a href="https://en.wikipedia.org/wiki/Doujin_music">doujin music</a> and generally <a href="https://en.wikipedia.org/wiki/J-core">J-core</a>/<a href="https://en.wikipedia.org/wiki/Breakcore">breakcore</a>/<a href="https://en.wikipedia.org/wiki/Anime_song">anison</a>, though in practice we gave DJs complete free reign as to what to play and the event was better characterized as &ldquo;we invite our friends to play good music&rdquo;; it&rsquo;s perhaps best understood in relationship to other similar events<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup>. These events are already common elsewhere, but not aren&rsquo;t yet established in France, despite there clearly existing a sizeable audience for them &#x2014; our aim was thus to start putting this on the map here in Paris.
</p> </p>
@@ -275,9 +274,9 @@ For the poster we ended up borrowing a lot from the <a href="https://reloadreset
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb6b148a" class="outline-4"> <div id="outline-container-org874ddbc" class="outline-4">
<h4 id="orgb6b148a">Searching for a Venue</h4> <h4 id="org874ddbc">Searching for a Venue</h4>
<div class="outline-text-4" id="text-orgb6b148a"> <div class="outline-text-4" id="text-org874ddbc">
<p> <p>
Since this was our first event<sup><a id="fnr.3" class="footref" href="#fn.3" role="doc-backlink">3</a></sup> we went into this without existing contacts and without a confirmed audience. Largely because of this<sup><a id="fnr.4" class="footref" href="#fn.4" role="doc-backlink">4</a></sup> we mostly committed to finding a venue that would let us host the event <i>for free</i>. Since this was our first event<sup><a id="fnr.3" class="footref" href="#fn.3" role="doc-backlink">3</a></sup> we went into this without existing contacts and without a confirmed audience. Largely because of this<sup><a id="fnr.4" class="footref" href="#fn.4" role="doc-backlink">4</a></sup> we mostly committed to finding a venue that would let us host the event <i>for free</i>.
</p> </p>
@@ -315,7 +314,7 @@ One place that <i>was</i> open to talks with us was the awesome <a href="http://
<div class="org-center"> <div class="org-center">
<figure id="org9e11a7c"> <figure id="org9f0b856">
<img src="../../static/images/spot13_1.jpg" alt="spot13_1.jpg" width="70%"> <img src="../../static/images/spot13_1.jpg" alt="spot13_1.jpg" width="70%">
</figure> </figure>
@@ -323,7 +322,7 @@ One place that <i>was</i> open to talks with us was the awesome <a href="http://
<div class="org-center"> <div class="org-center">
<figure id="orgc3f523a"> <figure id="org26a3d1a">
<img src="../../static/images/spot13_2.jpg" alt="spot13_2.jpg" width="70%"> <img src="../../static/images/spot13_2.jpg" alt="spot13_2.jpg" width="70%">
</figure> </figure>
@@ -348,17 +347,17 @@ At the time we seriously considered the logistics of this &#x2014; with less tha
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org958d2d2" class="outline-4"> <div id="outline-container-orge64ce13" class="outline-4">
<h4 id="org958d2d2">Finding a Venue</h4> <h4 id="orge64ce13">Finding a Venue</h4>
<div class="outline-text-4" id="text-org958d2d2"> <div class="outline-text-4" id="text-orge64ce13">
<p> <p>
We originally got a reply from <a href="https://les-amarres.org/"><i>Les Amarres</i></a> on <i>April 4th</i>, so we were in communication with both them and <i>Spot 13</i> in parallel, but we only got confirmation they&rsquo;d be available on <i>April 15th</i>. They let us hold the event in their venue for free, so accepting immediately was a no-brainer. They even gave our staff free drinks and meals<sup><a id="fnr.11" class="footref" href="#fn.11" role="doc-backlink">11</a></sup>! We originally got a reply from <a href="https://les-amarres.org/"><i>Les Amarres</i></a> on <i>April 4th</i>, so we were in communication with both them and <i>Spot 13</i> in parallel, but we only got confirmation they&rsquo;d be available on <i>April 15th</i>. They let us hold the event in their venue for free, so accepting immediately was a no-brainer. They even gave our staff free drinks and meals<sup><a id="fnr.11" class="footref" href="#fn.11" role="doc-backlink">11</a></sup>!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga2c083c" class="outline-4"> <div id="outline-container-org0e133cb" class="outline-4">
<h4 id="orga2c083c">Staff and Promotion</h4> <h4 id="org0e133cb">Staff and Promotion</h4>
<div class="outline-text-4" id="text-orga2c083c"> <div class="outline-text-4" id="text-org0e133cb">
<p> <p>
Only now that we had a venue we ready to formally invite guest DJs and start putting publicity out. Promo went out on <i>April 24th</i>, less than 2.5 weeks until the event. Only now that we had a venue we ready to formally invite guest DJs and start putting publicity out. Promo went out on <i>April 24th</i>, less than 2.5 weeks until the event.
</p> </p>
@@ -369,16 +368,16 @@ I want to give massive thanks to Ed for agreeing to take over the slot that my s
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org0ca7c8b" class="outline-3"> <div id="outline-container-org93024d7" class="outline-3">
<h3 id="org0ca7c8b">Event Day</h3> <h3 id="org93024d7">Event Day</h3>
<div class="outline-text-3" id="text-org0ca7c8b"> <div class="outline-text-3" id="text-org93024d7">
</div> </div>
<div id="outline-container-org8429d12" class="outline-4"> <div id="outline-container-orgcda54d3" class="outline-4">
<h4 id="org8429d12">The Venue; Setting Up</h4> <h4 id="orgcda54d3">The Venue; Setting Up</h4>
<div class="outline-text-4" id="text-org8429d12"> <div class="outline-text-4" id="text-orgcda54d3">
<div class="org-center"> <div class="org-center">
<figure id="orgaca323e"> <figure id="orge739e4f">
<img src="../../static/images/pi_les_amaress.jpg" alt="pi_les_amaress.jpg" width="70%"> <img src="../../static/images/pi_les_amaress.jpg" alt="pi_les_amaress.jpg" width="70%">
<figcaption><span class="figure-number">Figure 2: </span><i>The venue,</i> Les Amarres.</figcaption> <figcaption><span class="figure-number">Figure 2: </span><i>The venue,</i> Les Amarres.</figcaption>
@@ -391,7 +390,7 @@ We arrived at the venue 2 hours early, and we needed every minute of that time,
<div class="org-center"> <div class="org-center">
<figure id="orge76d9f5"> <figure id="orgf4e2b11">
<img src="../../static/images/pi_empty.jpg" alt="pi_empty.jpg" width="70%"> <img src="../../static/images/pi_empty.jpg" alt="pi_empty.jpg" width="70%">
<figcaption><span class="figure-number">Figure 3: </span><i>&#x2026; like this.</i></figcaption> <figcaption><span class="figure-number">Figure 3: </span><i>&#x2026; like this.</i></figcaption>
@@ -408,7 +407,7 @@ Anyhow, the place was a maze &#x2014; from what I hear Apt drew a little map to
<div class="org-center"> <div class="org-center">
<figure id="orgb7c0149"> <figure id="org84b5fa3">
<img src="../../static/images/pi_setup.jpg" alt="pi_setup.jpg" width="70%"> <img src="../../static/images/pi_setup.jpg" alt="pi_setup.jpg" width="70%">
<figcaption><span class="figure-number">Figure 4: </span><i>All set up. The big subwoofer in the corner took four men to carry up the stairs; on the way back down after the event we used the elevator we had then learned exists.</i></figcaption> <figcaption><span class="figure-number">Figure 4: </span><i>All set up. The big subwoofer in the corner took four men to carry up the stairs; on the way back down after the event we used the elevator we had then learned exists.</i></figcaption>
@@ -420,12 +419,12 @@ A big shout out to Shiz for actually knowing what he was doing and setting up al
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5084b1a" class="outline-4"> <div id="outline-container-org0c547e3" class="outline-4">
<h4 id="org5084b1a">The Event</h4> <h4 id="org0c547e3">The Event</h4>
<div class="outline-text-4" id="text-org5084b1a"> <div class="outline-text-4" id="text-org0c547e3">
<div class="org-center"> <div class="org-center">
<figure id="orgf7ffe04"> <figure id="org28e2569">
<img src="../../static/images/pi_party.jpg" alt="pi_party.jpg" width="70%"> <img src="../../static/images/pi_party.jpg" alt="pi_party.jpg" width="70%">
<figcaption><span class="figure-number">Figure 5: </span><i>Ravers. This picture is in the midst of the TECHNICAL DIFFICULTIES of next section.</i></figcaption> <figcaption><span class="figure-number">Figure 5: </span><i>Ravers. This picture is in the midst of the TECHNICAL DIFFICULTIES of next section.</i></figcaption>
@@ -437,9 +436,9 @@ The event was, by all means, a <b>smashing success</b>. Being a free event it&rs
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge407cbe" class="outline-4"> <div id="outline-container-orgfc27996" class="outline-4">
<h4 id="orge407cbe">TECHNICAL DIFFICULTIES; Our Act</h4> <h4 id="orgfc27996">TECHNICAL DIFFICULTIES; Our Act</h4>
<div class="outline-text-4" id="text-orge407cbe"> <div class="outline-text-4" id="text-orgfc27996">
<p> <p>
Those that were present around the end of the event might have seen Apt and I frantically faffing about with two DJ controllers, three laptops and a bass guitar. We ran into two kinds of technical issues during our set. Those that were present around the end of the event might have seen Apt and I frantically faffing about with two DJ controllers, three laptops and a bass guitar. We ran into two kinds of technical issues during our set.
</p> </p>
@@ -470,9 +469,9 @@ The GK-3B is pretty expensive so we had bought it with the intention of using it
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgae779c7" class="outline-3"> <div id="outline-container-org23bca90" class="outline-3">
<h3 id="orgae779c7">Closing Words</h3> <h3 id="org23bca90">Closing Words</h3>
<div class="outline-text-3" id="text-orgae779c7"> <div class="outline-text-3" id="text-org23bca90">
<p> <p>
Looking critically, behind the scenes&#x2014;and to some extend unfortunately also on the stage&#x2014;this was an organisational mess. Some of this definitely could&rsquo;ve been prevented &#x2013; Apt and I take full responsibility for the original error of failing to secure a venue in time. Other hecticness in the planning wasn&rsquo;t really preventable&#x2014;there&rsquo;s a reason this post opens with a description of our schedule&#x2014;but will be avoided in the future. It was a learning experience for sure. Looking critically, behind the scenes&#x2014;and to some extend unfortunately also on the stage&#x2014;this was an organisational mess. Some of this definitely could&rsquo;ve been prevented &#x2013; Apt and I take full responsibility for the original error of failing to secure a venue in time. Other hecticness in the planning wasn&rsquo;t really preventable&#x2014;there&rsquo;s a reason this post opens with a description of our schedule&#x2014;but will be avoided in the future. It was a learning experience for sure.
</p> </p>
@@ -510,7 +509,7 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
<div class="org-center"> <div class="org-center">
<figure id="org490e906"> <figure id="org428dd0c">
<img src="../../static/images/pi_congratulations.png" alt="pi_congratulations.png" width="70%"> <img src="../../static/images/pi_congratulations.png" alt="pi_congratulations.png" width="70%">
<figcaption><span class="figure-number">Figure 6: </span><i>And to all children, congratulations.</i></figcaption> <figcaption><span class="figure-number">Figure 6: </span><i>And to all children, congratulations.</i></figcaption>
@@ -519,8 +518,8 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-org6393c57" class="outline-3"> <div id="outline-container-orgfcd6f8c" class="outline-3">
<h3 id="org6393c57">Set Rerecordings</h3> <h3 id="orgfcd6f8c">Set Rerecordings</h3>
</div> </div>
</div> </div>
<div id="footnotes"> <div id="footnotes">
@@ -555,13 +554,13 @@ And You, The Reader, for bearing with my doubtlessly excessive wordiness.
</div> </div>
</div></div> </div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-30</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Wrocław/Millennium Strike</title> <title>Wrocław/Millennium Strike</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,25 +209,25 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org46ece90" class="outline-2"> <div id="outline-container-org03dda44" class="outline-2">
<h2 id="org46ece90">Wrocław/Millennium Strike WROC.WAV</h2> <h2 id="org03dda44">Wrocław/Millennium Strike WROC.WAV</h2>
<div class="outline-text-2" id="text-org46ece90"> <div class="outline-text-2" id="text-org03dda44">
</div> </div>
<div id="outline-container-orgc324798" class="outline-3"> <div id="outline-container-org021999d" class="outline-3">
<h3 id="orgc324798">Arriving</h3> <h3 id="org021999d">Arriving</h3>
<div class="outline-text-3" id="text-orgc324798"> <div class="outline-text-3" id="text-org021999d">
<p> <p>
Alex, <a href="https://apt-get.xyz">apt-get</a>, <a href="https://x.com/a_nrvnqsr">mercury.lamp</a>, pachy and myself were in Wrocław<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>, Poland between April 30th and May &lt;END DATE&gt; for <i>Millennium Strike Live WROC.WAV</i> where apt and merc were performing (B2B, under alias <i>Re;iwa Diabolik</i>). Shout out to pachy for finding time and money to join us last minute; I am very very glad he was able to be there, it wouldn&rsquo;t have been the same without him. Alex, <a href="https://apt-get.xyz">apt-get</a>, <a href="https://x.com/a_nrvnqsr">mercury.lamp</a>, pachy and myself were in Wrocław<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>, Poland between April 30th and May &lt;END DATE&gt; for <i>Millennium Strike Live WROC.WAV</i> where apt and merc were performing (B2B, under alias <i>Re;iwa Diabolik</i>). Shout out to pachy for finding time and money to join us last minute; I am very very glad he was able to be there, it wouldn&rsquo;t have been the same without him.
</p> </p>
<div class="org-center"> <div class="org-center">
<figure id="orgf367c40"> <figure id="orga12dec6">
<img src="../../static/images/wroclaw_boys.jpg" alt="wroclaw_boys.jpg" width="70%"> <img src="../../static/images/wroclaw_boys.jpg" alt="wroclaw_boys.jpg" width="70%">
<figcaption><span class="figure-number">Figure 1: </span><i>Quake III was a good game.</i></figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>Quake III was a good game.</i></figcaption>
@@ -245,7 +244,7 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
<div class="org-center"> <div class="org-center">
<figure id="orge7d2ede"> <figure id="org0ea48e4">
<img src="../../static/images/wroc_bags.jpg" alt="wroc_bags.jpg" width="70%"> <img src="../../static/images/wroc_bags.jpg" alt="wroc_bags.jpg" width="70%">
<figcaption><span class="figure-number">Figure 2: </span><i>Finding suitable bags.</i></figcaption> <figcaption><span class="figure-number">Figure 2: </span><i>Finding suitable bags.</i></figcaption>
@@ -254,7 +253,7 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
<div class="org-center"> <div class="org-center">
<figure id="org7f64b87"> <figure id="org9a604d5">
<img src="../../static/images/poland_plane.jpg" alt="poland_plane.jpg" width="70%"> <img src="../../static/images/poland_plane.jpg" alt="poland_plane.jpg" width="70%">
<figcaption><span class="figure-number">Figure 3: </span><i>Poland from above.</i></figcaption> <figcaption><span class="figure-number">Figure 3: </span><i>Poland from above.</i></figcaption>
@@ -262,16 +261,16 @@ We had a bunch of gear to transport and were trying to limit luggage charges, so
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org5b0f0d9" class="outline-3"> <div id="outline-container-org9b5de02" class="outline-3">
<h3 id="org5b0f0d9">Setcrafting</h3> <h3 id="org9b5de02">Setcrafting</h3>
<div class="outline-text-3" id="text-org5b0f0d9"> <div class="outline-text-3" id="text-org9b5de02">
<p> <p>
Basically all the time in Wrocław before the event was spent on&#x2026; actually preparing the set, which hadn&rsquo;t really been started yet, so we were mostly inside the hotel &#x2014; this had much to do with apt and I being busy preparing for <a href="./premier_impact.html">Premier Impact</a> and everyone just generally being busy. Alex, pachy and I were technically free, but I was also trying to make stuff happen for <i>Premier Impact</i> still, and we all kinda hung around for moral support. Basically all the time in Wrocław before the event was spent on&#x2026; actually preparing the set, which hadn&rsquo;t really been started yet, so we were mostly inside the hotel &#x2014; this had much to do with apt and I being busy preparing for <a href="./premier_impact.html">Premier Impact</a> and everyone just generally being busy. Alex, pachy and I were technically free, but I was also trying to make stuff happen for <i>Premier Impact</i> still, and we all kinda hung around for moral support.
</p> </p>
<div class="org-center"> <div class="org-center">
<figure id="org6c00ef4"> <figure id="org6b5daee">
<img src="../../static/images/setcrafting_wroc.jpg" alt="setcrafting_wroc.jpg" width="70%"> <img src="../../static/images/setcrafting_wroc.jpg" alt="setcrafting_wroc.jpg" width="70%">
<figcaption><span class="figure-number">Figure 4: </span><i><del>Cowboy Bebop at his computer</del> Setcrafting.</i></figcaption> <figcaption><span class="figure-number">Figure 4: </span><i><del>Cowboy Bebop at his computer</del> Setcrafting.</i></figcaption>
@@ -279,12 +278,12 @@ Basically all the time in Wrocław before the event was spent on&#x2026; actuall
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org683b3c1" class="outline-3"> <div id="outline-container-org5e23cc4" class="outline-3">
<h3 id="org683b3c1">The Event</h3> <h3 id="org5e23cc4">The Event</h3>
<div class="outline-text-3" id="text-org683b3c1"> <div class="outline-text-3" id="text-org5e23cc4">
<div class="org-center"> <div class="org-center">
<figure id="orgb8f2583"> <figure id="org3b4ea2b">
<img src="../../static/images/milstrike_wroc.jpg" alt="milstrike_wroc.jpg" width="50%"> <img src="../../static/images/milstrike_wroc.jpg" alt="milstrike_wroc.jpg" width="50%">
<figcaption><span class="figure-number">Figure 5: </span><i>Event poster.</i></figcaption> <figcaption><span class="figure-number">Figure 5: </span><i>Event poster.</i></figcaption>
@@ -297,7 +296,7 @@ The venue for the event was a club called Transformator. Pretty cool place, good
<div class="org-center"> <div class="org-center">
<figure id="org983c745"> <figure id="orgdf5df38">
<img src="../../static/images/transformator_backstage.jpg" alt="transformator_backstage.jpg" width="70%"> <img src="../../static/images/transformator_backstage.jpg" alt="transformator_backstage.jpg" width="70%">
<figcaption><span class="figure-number">Figure 6: </span><i>Backstage at Transformator</i></figcaption> <figcaption><span class="figure-number">Figure 6: </span><i>Backstage at Transformator</i></figcaption>
@@ -310,7 +309,7 @@ The itself event was a lot of fun. Nothing much particular to say, other than th
<div class="org-center"> <div class="org-center">
<figure id="orgc846dc1"> <figure id="org220b8f3">
<img src="../../static/images/milstrike_merc.jpg" alt="milstrike_merc.jpg" width="70%"> <img src="../../static/images/milstrike_merc.jpg" alt="milstrike_merc.jpg" width="70%">
<figcaption><span class="figure-number">Figure 7: </span><i>Merc is always so photogenic.</i></figcaption> <figcaption><span class="figure-number">Figure 7: </span><i>Merc is always so photogenic.</i></figcaption>
@@ -322,24 +321,24 @@ Unfortunately as the event was winding down (in the early morning, I think aroun
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org20a0ca4" class="outline-3"> <div id="outline-container-orgef317ae" class="outline-3">
<h3 id="org20a0ca4">Wrocław</h3> <h3 id="orgef317ae">Wrocław</h3>
<div class="outline-text-3" id="text-org20a0ca4"> <div class="outline-text-3" id="text-orgef317ae">
</div> </div>
<div id="outline-container-orgea2ae50" class="outline-4"> <div id="outline-container-orgd3b5897" class="outline-4">
<h4 id="orgea2ae50">Pleasant Surprise</h4> <h4 id="orgd3b5897">Pleasant Surprise</h4>
<div class="outline-text-4" id="text-orgea2ae50"> <div class="outline-text-4" id="text-orgd3b5897">
<p> <p>
With us primarily being there for the event and it being a really busy period, I don&rsquo;t think any of us had really read up on the city very much. Safe to say we were all very pleasantly surprised! Wrocław is an absolutely lovely city; real student town energy with lots of young people, very warm hospitality and a very homely, casual atmosphere in restaurants as well. With us primarily being there for the event and it being a really busy period, I don&rsquo;t think any of us had really read up on the city very much. Safe to say we were all very pleasantly surprised! Wrocław is an absolutely lovely city; real student town energy with lots of young people, very warm hospitality and a very homely, casual atmosphere in restaurants as well.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgc023a76" class="outline-4"> <div id="outline-container-orge45cec0" class="outline-4">
<h4 id="orgc023a76">Food and Drink</h4> <h4 id="orge45cec0">Food and Drink</h4>
<div class="outline-text-4" id="text-orgc023a76"> <div class="outline-text-4" id="text-orge45cec0">
<div class="org-center"> <div class="org-center">
<figure id="org9cc36ae"> <figure id="orgb81b5ab">
<img src="../../static/images/poland_food.jpg" alt="poland_food.jpg" width="70%"> <img src="../../static/images/poland_food.jpg" alt="poland_food.jpg" width="70%">
<figcaption><span class="figure-number">Figure 8: </span><i>Delicious.</i></figcaption> <figcaption><span class="figure-number">Figure 8: </span><i>Delicious.</i></figcaption>
@@ -355,9 +354,9 @@ Food prices were maybe about half what you&rsquo;d find in an equivalent western
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3347faf" class="outline-4"> <div id="outline-container-org7419641" class="outline-4">
<h4 id="org3347faf">Architecture, Cityscape</h4> <h4 id="org7419641">Architecture, Cityscape</h4>
<div class="outline-text-4" id="text-org3347faf"> <div class="outline-text-4" id="text-org7419641">
<p> <p>
Wrocław has really cool architecture, a pretty eclectic mix of styles and old and new stuff. Lots of old defensive works that I believe were built after the Mongol invasion. Quoting Wikipedia: Wrocław has really cool architecture, a pretty eclectic mix of styles and old and new stuff. Lots of old defensive works that I believe were built after the Mongol invasion. Quoting Wikipedia:
</p> </p>
@@ -378,7 +377,7 @@ Lots of beautiful brickwork which is a style of architecture I have not encounte
<div class="org-center"> <div class="org-center">
<figure id="org37597a8"> <figure id="org12156a4">
<img src="../../static/images/wroc_architecture1.jpg" alt="wroc_architecture1.jpg" width="70%"> <img src="../../static/images/wroc_architecture1.jpg" alt="wroc_architecture1.jpg" width="70%">
</figure> </figure>
@@ -391,7 +390,7 @@ There was something very familiar about the layout of the city and the style of
<div class="org-center"> <div class="org-center">
<figure id="orgff9e4bb"> <figure id="org290d301">
<img src="../../static/images/wroc_architecture2.jpg" alt="wroc_architecture2.jpg" width="70%"> <img src="../../static/images/wroc_architecture2.jpg" alt="wroc_architecture2.jpg" width="70%">
</figure> </figure>
@@ -403,7 +402,7 @@ The streets are broad, well-maintained and very clean. There&rsquo;s good public
<div class="org-center"> <div class="org-center">
<figure id="org5d9fd52"> <figure id="org3193de5">
<img src="../../static/images/wroc_architecture4.jpg" alt="wroc_architecture4.jpg" width="70%"> <img src="../../static/images/wroc_architecture4.jpg" alt="wroc_architecture4.jpg" width="70%">
</figure> </figure>
@@ -415,7 +414,7 @@ The nighttime atmosphere was very pleasant as well, perhaps owning to the high s
<div class="org-center"> <div class="org-center">
<figure id="org0f2b974"> <figure id="orgab49d5d">
<img src="../../static/images/wroc_street.jpg" alt="wroc_street.jpg" width="70%"> <img src="../../static/images/wroc_street.jpg" alt="wroc_street.jpg" width="70%">
</figure> </figure>
@@ -427,7 +426,7 @@ We were there at the same time as the largest guitar festival in the world. Guit
<div class="org-center"> <div class="org-center">
<figure id="org8322ba3"> <figure id="orgb9a0545">
<img src="../../static/images/wroc_guitars.jpg" alt="wroc_guitars.jpg" width="70%"> <img src="../../static/images/wroc_guitars.jpg" alt="wroc_guitars.jpg" width="70%">
<figcaption><span class="figure-number">Figure 9: </span><i>That&rsquo;s a lot of guitars. We didn&rsquo;t really have the time to hang around unfortunately, and as you can see it was very busy anyhow.</i></figcaption> <figcaption><span class="figure-number">Figure 9: </span><i>That&rsquo;s a lot of guitars. We didn&rsquo;t really have the time to hang around unfortunately, and as you can see it was very busy anyhow.</i></figcaption>
@@ -435,16 +434,16 @@ We were there at the same time as the largest guitar festival in the world. Guit
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org5960edc" class="outline-4"> <div id="outline-container-orgd60034c" class="outline-4">
<h4 id="org5960edc">People, History and Closing Notes</h4> <h4 id="orgd60034c">People, History and Closing Notes</h4>
<div class="outline-text-4" id="text-org5960edc"> <div class="outline-text-4" id="text-orgd60034c">
<p> <p>
Overall Wrocławians made a strong impression on me as warm, hospitable, humorous and headstrong people. Wrocław had a very active anti-communist resistance that they are very proud of, and they&rsquo;ve kept that history very alive, both visibly in the city scape but also in their endearing fashion sense. Overall Wrocławians made a strong impression on me as warm, hospitable, humorous and headstrong people. Wrocław had a very active anti-communist resistance that they are very proud of, and they&rsquo;ve kept that history very alive, both visibly in the city scape but also in their endearing fashion sense.
</p> </p>
<div class="org-center"> <div class="org-center">
<figure id="orgb5b856e"> <figure id="orgd9c0ab9">
<img src="../../static/images/wroc_dwarf.jpg" alt="wroc_dwarf.jpg" width="70%"> <img src="../../static/images/wroc_dwarf.jpg" alt="wroc_dwarf.jpg" width="70%">
<figcaption><span class="figure-number">Figure 10: </span><i>The <a href="https://en.wikipedia.org/wiki/Wroc%C5%82aw_Dwarfs">Wrocław Dwarves</a> that abound in the cityscape are emblematic of the resistence. Their appearance traces directly from Dutch</i> kabouters, <i>so they were a strangely familiar sight.</i></figcaption> <figcaption><span class="figure-number">Figure 10: </span><i>The <a href="https://en.wikipedia.org/wiki/Wroc%C5%82aw_Dwarfs">Wrocław Dwarves</a> that abound in the cityscape are emblematic of the resistence. Their appearance traces directly from Dutch</i> kabouters, <i>so they were a strangely familiar sight.</i></figcaption>
@@ -482,13 +481,13 @@ I definitely intend to return to Wrocław sooner rather than later. With how bus
</div> </div>
</div></div> </div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-23</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Friends</title> <title>Friends</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,7 +209,7 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
@@ -225,13 +224,13 @@
</ul> </ul>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal</title> <title>Journal</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,20 +209,20 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week XX, YYYY</title> <title>Journal Week XX, XXXX</title>
<meta name="generator" content="Org Mode" /> <meta name="generator" content="Org Mode" />
<style type="text/css"> <style type="text/css">
#content { max-width: 60em; margin: auto; } #content { max-width: 60em; margin: auto; }
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,32 +209,32 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div class="org-center"> <div class="org-center">
<p> <p>
<a href="./wXX-YYYY.html">Previous</a> | <a href="./index.html">Index</a> <a href="./wXX-2025.html">Previous</a> | <a href="./index.html">Index</a>
</p> </p>
</div> </div>
<div id="outline-container-org739e474" class="outline-2"> <div id="outline-container-orgdad9c3f" class="outline-2">
<h2 id="org739e474">Journal Week XX, YYYY</h2> <h2 id="orgdad9c3f">Journal Week XX, XXXX</h2>
<div class="outline-text-2" id="text-org739e474"> <div class="outline-text-2" id="text-orgdad9c3f">
</div> </div>
<div id="outline-container-org682ca9e" class="outline-3"> <div id="outline-container-orgc3afd56" class="outline-3">
<h3 id="org682ca9e">Monday, ZZth MMMM</h3> <h3 id="orgc3afd56">Monday, XXth XXXXXXXX&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org682ca9e"> <div class="outline-text-3" id="text-orgc3afd56">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="todo NO">NO</span> Journal</h4> <h4 id="dailies-blogging"><span class="todo NO">NO</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging"> <div class="outline-text-4" id="text-dailies-blogging">
</div> </div>
</div> </div>
<div id="outline-container-orgb339076" class="outline-4"> <div id="outline-container-org64308a2" class="outline-4">
<h4 id="orgb339076">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org64308a2">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgb339076"> <div class="outline-text-4" id="text-org64308a2">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -277,13 +276,13 @@
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-28</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-27</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 27 2025</title> <title>Journal Week 27 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,57 +209,57 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org5ca39ef" class="outline-2"> <div id="outline-container-orga752d67" class="outline-2">
<h2 id="org5ca39ef">Journal Week 27, 2025 (June 30 to July 06)</h2> <h2 id="orga752d67">Journal Week 27, 2025 (June 30 to July 06)</h2>
<div class="outline-text-2" id="text-org5ca39ef"> <div class="outline-text-2" id="text-orga752d67">
</div> </div>
<div id="outline-container-orgb566cbd" class="outline-3"> <div id="outline-container-orgc12a27a" class="outline-3">
<h3 id="orgb566cbd">Thursday, July 3rd</h3> <h3 id="orgc12a27a">Thursday, July 3rd</h3>
<div class="outline-text-3" id="text-orgb566cbd"> <div class="outline-text-3" id="text-orgc12a27a">
</div> </div>
<div id="outline-container-org1445b7e" class="outline-4"> <div id="outline-container-org54b2da7" class="outline-4">
<h4 id="org1445b7e">Dailies</h4> <h4 id="org54b2da7">Dailies</h4>
<div class="outline-text-4" id="text-org1445b7e"> <div class="outline-text-4" id="text-org54b2da7">
</div> </div>
<div id="outline-container-orgc7679e6" class="outline-5"> <div id="outline-container-org8185a93" class="outline-5">
<h5 id="orgc7679e6"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org8185a93"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgc7679e6"> <div class="outline-text-5" id="text-org8185a93">
<p> <p>
Only about 10 minutes, in the park. It&rsquo;s been a while, so I&rsquo;ll slowly build up to 30 mins of good practice a day again and just try to hang there for a few months. Might pick up a Brightmind subscription again, though I can&rsquo;t afford to pay for one right now. Only about 10 minutes, in the park. It&rsquo;s been a while, so I&rsquo;ll slowly build up to 30 mins of good practice a day again and just try to hang there for a few months. Might pick up a Brightmind subscription again, though I can&rsquo;t afford to pay for one right now.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgd3886e6" class="outline-5"> <div id="outline-container-org3d2fb2c" class="outline-5">
<h5 id="orgd3886e6"><span class="done DONE">DONE</span> Walk 5000 steps</h5> <h5 id="org3d2fb2c"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-orgd3886e6"> <div class="outline-text-5" id="text-org3d2fb2c">
<p> <p>
Just shy of 12000 on the pedometer, getting to the park and around the neighborhood. Just shy of 12000 on the pedometer, getting to the park and around the neighborhood.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgcb28032" class="outline-5"> <div id="outline-container-orgc55acef" class="outline-5">
<h5 id="orgcb28032"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="orgc55acef"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-orgcb28032"> <div class="outline-text-5" id="text-orgc55acef">
<p> <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. 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> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgc342015" class="outline-4"> <div id="outline-container-org21219c5" class="outline-4">
<h4 id="orgc342015">Journal</h4> <h4 id="org21219c5">Journal</h4>
<div class="outline-text-4" id="text-orgc342015"> <div class="outline-text-4" id="text-org21219c5">
<p> <p>
First day back from holiday visiting my family. Today I repaired the bedroom shelf, installed a longer duct on the portable AC so it can be used in the bedroom more easily as well as installed the AC-window-thing. The longer duct works alright, you can tell the little AC is a little underpowered for a duct that long and it&rsquo;s leaking some heat. First day back from holiday visiting my family. Today I repaired the bedroom shelf, installed a longer duct on the portable AC so it can be used in the bedroom more easily as well as installed the AC-window-thing. The longer duct works alright, you can tell the little AC is a little underpowered for a duct that long and it&rsquo;s leaking some heat.
</p> </p>
<figure id="org9cc1a75"> <figure id="orgc074259">
<img src="../../static/images/duct_taped.jpg" alt="duct_taped.jpg" width="50%" max-height="100rem" align="center"> <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> <figcaption><span class="figure-number">Figure 1: </span><i>Duct, taped.</i></figcaption>
@@ -279,48 +278,48 @@ Things learned today:
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org2254ffa" class="outline-3"> <div id="outline-container-org8edffb8" class="outline-3">
<h3 id="org2254ffa">Friday, July 4th</h3> <h3 id="org8edffb8">Friday, July 4th</h3>
<div class="outline-text-3" id="text-org2254ffa"> <div class="outline-text-3" id="text-org8edffb8">
</div> </div>
<div id="outline-container-org5b2fb9c" class="outline-4"> <div id="outline-container-org8a714b3" class="outline-4">
<h4 id="org5b2fb9c">Daillies</h4> <h4 id="org8a714b3">Daillies</h4>
<div class="outline-text-4" id="text-org5b2fb9c"> <div class="outline-text-4" id="text-org8a714b3">
</div> </div>
<div id="outline-container-org8308772" class="outline-5"> <div id="outline-container-org0951223" class="outline-5">
<h5 id="org8308772"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org0951223"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org8308772"> <div class="outline-text-5" id="text-org0951223">
<p> <p>
~20 minutes breath meditation ~20 minutes breath meditation
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org0a5786f" class="outline-5"> <div id="outline-container-org3251931" class="outline-5">
<h5 id="org0a5786f"><span class="done DONE">DONE</span> Walk 5000 steps</h5> <h5 id="org3251931"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org0a5786f"> <div class="outline-text-5" id="text-org3251931">
<p> <p>
Slightly north of 12k steps. Slightly north of 12k steps.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga2b5e39" class="outline-5"> <div id="outline-container-org5282717" class="outline-5">
<h5 id="orga2b5e39">CANCELLED Runescape</h5> <h5 id="org5282717"><span class="done CANCELLED">CANCELLED</span> Runescape</h5>
<div class="outline-text-5" id="text-orga2b5e39"> <div class="outline-text-5" id="text-org5282717">
<p> <p>
Just didn&rsquo;t have the time today! Just didn&rsquo;t have the time today!
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org77c976b" class="outline-4"> <div id="outline-container-orgf210418" class="outline-4">
<h4 id="org77c976b">Journal</h4> <h4 id="orgf210418">Journal</h4>
<div class="outline-text-4" id="text-org77c976b"> <div class="outline-text-4" id="text-orgf210418">
<p> <p>
Didn&rsquo;t sleep very well so I ended up staying in bed until 11 or so today. Exercise-heavy day; spent close to an hour in the gym and swam for ~30 minutes. For lunch I made stir fried vegetables with a lot of tofu, flavored with laoganma, doubanjiang and ground sichuan pepper &#x2014; I like this recipe, especially given that I&rsquo;m trying to eat more protein. I highly recommend laoganma, it goes well with a lot of things, by the way~. Didn&rsquo;t sleep very well so I ended up staying in bed until 11 or so today. Exercise-heavy day; spent close to an hour in the gym and swam for ~30 minutes. For lunch I made stir fried vegetables with a lot of tofu, flavored with laoganma, doubanjiang and ground sichuan pepper &#x2014; I like this recipe, especially given that I&rsquo;m trying to eat more protein. I highly recommend laoganma, it goes well with a lot of things, by the way~.
</p> </p>
<figure id="org8b88831"> <figure id="org66cc515">
<img src="../../static/images/cat_teto.jpg" alt="cat_teto.jpg" width="50%" align="center"> <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> <figcaption><span class="figure-number">Figure 2: </span><i>Picture of the Day!</i></figcaption>
@@ -335,7 +334,7 @@ We ended up buying the Huion Kamvas for €70, including pen, stand and cables &
</ul> </ul>
<figure id="org37f990d"> <figure id="org46bb6d6">
<img src="../../static/images/osrs_huion.jpg" alt="osrs_huion.jpg" width="100%" align="center"> <img src="../../static/images/osrs_huion.jpg" alt="osrs_huion.jpg" width="100%" align="center">
<figcaption><span class="figure-number">Figure 3: </span><i>This also gives me a (small) secondary monitor for the first time in half a year, which is something I&rsquo;ve really missed.</i></figcaption> <figcaption><span class="figure-number">Figure 3: </span><i>This also gives me a (small) secondary monitor for the first time in half a year, which is something I&rsquo;ve really missed.</i></figcaption>
@@ -346,7 +345,7 @@ I finally got around to hanging up the canvas print of my picture my mom got me!
</p> </p>
<figure id="orgd27e46e"> <figure id="orga670da0">
<img src="../../static/images/canvas_framed_bedroom.jpg" alt="canvas_framed_bedroom.jpg" width="100%" align="center"> <img src="../../static/images/canvas_framed_bedroom.jpg" alt="canvas_framed_bedroom.jpg" width="100%" align="center">
<figcaption><span class="figure-number">Figure 4: </span><i>Here you can also see the shelf I talked about yesterday &#x2014; the little triangles at the bottom are not load-bearing and don&rsquo;t attach to the wall (there&rsquo;s metal angle brackets screwed into the concrete wall for that) but do serve to stabilize it.</i></figcaption> <figcaption><span class="figure-number">Figure 4: </span><i>Here you can also see the shelf I talked about yesterday &#x2014; the little triangles at the bottom are not load-bearing and don&rsquo;t attach to the wall (there&rsquo;s metal angle brackets screwed into the concrete wall for that) but do serve to stabilize it.</i></figcaption>
@@ -358,7 +357,7 @@ Also, in the process of setting up the tablet I opened up Krita and rediscovered
</p> </p>
<figure id="orga6517fb"> <figure id="org48074af">
<img src="../../static/images/lone_rider.png" alt="lone_rider.png" width="100%" align="center"> <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> <figcaption><span class="figure-number">Figure 5: </span><i>Lone Rider</i>, 2024.</figcaption>
@@ -370,35 +369,35 @@ Accordingly, I&rsquo;ve added an <a href="../art/index.html">art section</a> to
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org5fd3330" class="outline-3"> <div id="outline-container-orgb0013b3" class="outline-3">
<h3 id="org5fd3330">Saturday, July 5th</h3> <h3 id="orgb0013b3">Saturday, July 5th</h3>
<div class="outline-text-3" id="text-org5fd3330"> <div class="outline-text-3" id="text-orgb0013b3">
</div> </div>
<div id="outline-container-orgcbad715" class="outline-4"> <div id="outline-container-org30e697b" class="outline-4">
<h4 id="orgcbad715">Dailies</h4> <h4 id="org30e697b">Dailies</h4>
<div class="outline-text-4" id="text-orgcbad715"> <div class="outline-text-4" id="text-org30e697b">
</div> </div>
<div id="outline-container-org277d1c9" class="outline-5"> <div id="outline-container-org3021f09" class="outline-5">
<h5 id="org277d1c9"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org3021f09"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org277d1c9"> <div class="outline-text-5" id="text-org3021f09">
<p> <p>
~25 minutes walking meditation. ~25 minutes walking meditation.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org2afde0f" class="outline-5"> <div id="outline-container-orgdba7975" class="outline-5">
<h5 id="org2afde0f"><span class="done DONE">DONE</span> Walk 5000 steps</h5> <h5 id="orgdba7975"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org2afde0f"> <div class="outline-text-5" id="text-orgdba7975">
<p> <p>
13.7k 13.7k
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org2638621" class="outline-5"> <div id="outline-container-org294e2f8" class="outline-5">
<h5 id="org2638621"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="org294e2f8"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org2638621"> <div class="outline-text-5" id="text-org294e2f8">
<figure id="org609daf5"> <figure id="orge24d888">
<img src="../../static/images/rs_quest_doti.png" alt="rs_quest_doti.png" width="100%" align="center"> <img src="../../static/images/rs_quest_doti.png" alt="rs_quest_doti.png" width="100%" align="center">
</figure> </figure>
@@ -409,11 +408,11 @@ This reward feels kind of overpowered, though I guess it still doesn&rsquo;t com
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org24cdcdd" class="outline-4"> <div id="outline-container-org87f6187" class="outline-4">
<h4 id="org24cdcdd">Journal</h4> <h4 id="org87f6187">Journal</h4>
<div class="outline-text-4" id="text-org24cdcdd"> <div class="outline-text-4" id="text-org87f6187">
<figure id="orgc076e61"> <figure id="org1dffd37">
<img src="../../static/images/japan_expo_aura.jpg" alt="japan_expo_aura.jpg" width="50%" align="center"> <img src="../../static/images/japan_expo_aura.jpg" alt="japan_expo_aura.jpg" width="50%" align="center">
<figcaption><span class="figure-number">Figure 6: </span><i>Two gentlemen &ldquo;giving aura&rdquo;, as the kids say</i>.</figcaption> <figcaption><span class="figure-number">Figure 6: </span><i>Two gentlemen &ldquo;giving aura&rdquo;, as the kids say</i>.</figcaption>
@@ -424,14 +423,14 @@ Japan Expo today! I&rsquo;m glad we got to go in the end despite complaining abo
</p> </p>
<figure id="orgc706379"> <figure id="org4984953">
<img src="../../static/images/japan_expo_loot_2025.jpg" alt="japan_expo_loot_2025.jpg" width="100%" align="center"> <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> <figcaption><span class="figure-number">Figure 7: </span><i>Loot.</i></figcaption>
</figure> </figure>
<figure id="org7989f89"> <figure id="org79fd5e6">
<img src="../../static/images/laptop_stickers_june_2025.jpg" alt="laptop_stickers_june_2025.jpg" width="100%"> <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> <figcaption><span class="figure-number">Figure 8: </span><i>Glad to add some more color to my laptop stickers.</i> Sticker credit: <a href="https://www.progress.sh/">Progress</a> (logo), <a href="https://linktr.ee/suzubrah">Suzu</a> (logo), <a href="https://apt-get.xyz/">apt-get</a> (untz), Sauce (possum).</figcaption>
@@ -442,78 +441,78 @@ Always feels good to support local small artisans. It&rsquo;s interesting to see
</p> </p>
<figure id="org6044e5d"> <figure id="org186a39d">
<img src="../../static/images/je2025cosp1.jpg" alt="je2025cosp1.jpg" width="50%"> <img src="../../static/images/je2025cosp1.jpg" alt="je2025cosp1.jpg" width="50%">
</figure> </figure>
<figure id="org3491968"> <figure id="org837cb04">
<img src="../../static/images/je2025cosp2.jpg" alt="je2025cosp2.jpg" width="50%"> <img src="../../static/images/je2025cosp2.jpg" alt="je2025cosp2.jpg" width="50%">
</figure> </figure>
<figure id="org47d986c"> <figure id="orgb162c1d">
<img src="../../static/images/je2025cosp3.jpg" alt="je2025cosp3.jpg" width="50%"> <img src="../../static/images/je2025cosp3.jpg" alt="je2025cosp3.jpg" width="50%">
</figure> </figure>
<figure id="orgc1a8b21"> <figure id="orgeb70d76">
<img src="../../static/images/je2025cosp4.jpg" alt="je2025cosp4.jpg" width="50%"> <img src="../../static/images/je2025cosp4.jpg" alt="je2025cosp4.jpg" width="50%">
</figure> </figure>
<figure id="orgf1b7552"> <figure id="org48a068e">
<img src="../../static/images/je2025cosp5.jpg" alt="je2025cosp5.jpg" width="50%"> <img src="../../static/images/je2025cosp5.jpg" alt="je2025cosp5.jpg" width="50%">
</figure> </figure>
<figure id="orgf4aac0a"> <figure id="org3d60582">
<img src="../../static/images/je2025cosp6.jpg" alt="je2025cosp6.jpg" width="50%"> <img src="../../static/images/je2025cosp6.jpg" alt="je2025cosp6.jpg" width="50%">
</figure> </figure>
<figure id="orgd2a3529"> <figure id="org29b958b">
<img src="../../static/images/je2025cosp7.jpg" alt="je2025cosp7.jpg" width="50%"> <img src="../../static/images/je2025cosp7.jpg" alt="je2025cosp7.jpg" width="50%">
</figure> </figure>
</div> </div>
</div> </div>
<div id="outline-container-org7b1abc5" class="outline-4"> <div id="outline-container-org85af4c5" class="outline-4">
<h4 id="org7b1abc5"><span class="todo TODO">TODO</span> Credit sauce properly</h4> <h4 id="org85af4c5"><span class="todo TODO">TODO</span> Credit sauce properly</h4>
</div> </div>
<div id="outline-container-orgf0a99ec" class="outline-4"> <div id="outline-container-orgecc5b27" class="outline-4">
<h4 id="orgf0a99ec"><span class="todo TODO">TODO</span> Align cosplays</h4> <h4 id="orgecc5b27"><span class="todo TODO">TODO</span> Align cosplays</h4>
</div> </div>
</div> </div>
<div id="outline-container-org1f904c3" class="outline-3"> <div id="outline-container-org7f208bf" class="outline-3">
<h3 id="org1f904c3">Sunday, July 6th</h3> <h3 id="org7f208bf">Sunday, July 6th</h3>
<div class="outline-text-3" id="text-org1f904c3"> <div class="outline-text-3" id="text-org7f208bf">
</div> </div>
<div id="outline-container-org29c74a4" class="outline-4"> <div id="outline-container-org87f5d46" class="outline-4">
<h4 id="org29c74a4">Dailies</h4> <h4 id="org87f5d46">Dailies</h4>
<div class="outline-text-4" id="text-org29c74a4"> <div class="outline-text-4" id="text-org87f5d46">
</div> </div>
<div id="outline-container-orgd353fb1" class="outline-5"> <div id="outline-container-org2335f31" class="outline-5">
<h5 id="orgd353fb1"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org2335f31"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgd353fb1"> <div class="outline-text-5" id="text-org2335f31">
<p> <p>
12 min breath. 12 min breath.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org094206d" class="outline-5"> <div id="outline-container-org2c12856" class="outline-5">
<h5 id="org094206d"><span class="done DONE">DONE</span> Walk 5000 steps</h5> <h5 id="org2c12856"><span class="done DONE">DONE</span> Walk 5000 steps</h5>
<div class="outline-text-5" id="text-org094206d"> <div class="outline-text-5" id="text-org2c12856">
<p> <p>
The weather was horrid today, so only barely. The weather was horrid today, so only barely.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org343d5ed" class="outline-5"> <div id="outline-container-orgbbd3066" class="outline-5">
<h5 id="org343d5ed"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="orgbbd3066"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org343d5ed"> <div class="outline-text-5" id="text-orgbbd3066">
<figure id="org5af0ec8"> <figure id="org8f2904f">
<img src="../../static/images/osrs_stats_w27.png" alt="osrs_stats_w27.png" width="50%" align="center"> <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> <figcaption><span class="figure-number">Figure 9: </span><i>Stats as of today</i>.</figcaption>
@@ -525,15 +524,15 @@ Next up is <i>The Dig Site</i>, then <i>Elemental Workshop I</i> &amp; <i>II</i>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org17926cc" class="outline-4"> <div id="outline-container-orgc1b361f" class="outline-4">
<h4 id="org17926cc">Journal</h4> <h4 id="orgc1b361f">Journal</h4>
<div class="outline-text-4" id="text-org17926cc"> <div class="outline-text-4" id="text-orgc1b361f">
</div> </div>
<div id="outline-container-orgbc270db" class="outline-5"> <div id="outline-container-org85c0c28" class="outline-5">
<h5 id="orgbc270db">Market</h5> <h5 id="org85c0c28">Market</h5>
<div class="outline-text-5" id="text-orgbc270db"> <div class="outline-text-5" id="text-org85c0c28">
<figure id="org0ca5371"> <figure id="org5415a9d">
<img src="../../static/images/market_pierogi.jpg" alt="market_pierogi.jpg" width="100%" align="center"> <img src="../../static/images/market_pierogi.jpg" alt="market_pierogi.jpg" width="100%" align="center">
</figure> </figure>
@@ -544,11 +543,11 @@ These pierogi are alright, but I miss the ones in <a href="../trips/wroclaw.html
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgc70f903" class="outline-5"> <div id="outline-container-org4b2957f" class="outline-5">
<h5 id="orgc70f903">Mahoako</h5> <h5 id="org4b2957f">Mahoako</h5>
<div class="outline-text-5" id="text-orgc70f903"> <div class="outline-text-5" id="text-org4b2957f">
<figure id="orgaa70acb"> <figure id="org478ff18">
<img src="../../static/images/baiser_sorry.jpg" alt="baiser_sorry.jpg" width="100%" align="center"> <img src="../../static/images/baiser_sorry.jpg" alt="baiser_sorry.jpg" width="100%" align="center">
</figure> </figure>
@@ -558,9 +557,9 @@ I&rsquo;ve been reading <a href="https://mangadex.org/title/feff4eaf-01df-4a05-8
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org8ccb461" class="outline-5"> <div id="outline-container-org86e79b5" class="outline-5">
<h5 id="org8ccb461">Hover notes<sup><a id="fnr.2" class="footref" href="#fn.2" role="doc-backlink">2</a></sup></h5> <h5 id="org86e79b5">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-org8ccb461"> <div class="outline-text-5" id="text-org86e79b5">
<p> <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. 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> </p>
@@ -583,13 +582,13 @@ Today I added support for footnotes<sup><a id="fnr.3" class="footref" href="#fn.
</div> </div>
</div></div> </div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-06</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Akk0's journal, week 28, 2025</title> <title>Akk0's journal, week 28, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,26 +209,26 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgea98e4f" class="outline-2"> <div id="outline-container-orgbd7025c" class="outline-2">
<h2 id="orgea98e4f">Journal Week 28, 2025 (July 7 to 13) (suspended early)</h2> <h2 id="orgbd7025c">Journal Week 28, 2025 (July 7 to 13) (suspended early)</h2>
<div class="outline-text-2" id="text-orgea98e4f"> <div class="outline-text-2" id="text-orgbd7025c">
</div> </div>
<div id="outline-container-orgf312055" class="outline-3"> <div id="outline-container-orgb99971b" class="outline-3">
<h3 id="orgf312055">Monday, July 7</h3> <h3 id="orgb99971b">Monday, July 7</h3>
<div class="outline-text-3" id="text-orgf312055"> <div class="outline-text-3" id="text-orgb99971b">
</div> </div>
<div id="outline-container-org4e8df24" class="outline-4"> <div id="outline-container-org0c6f2b7" class="outline-4">
<h4 id="org4e8df24" class="orgjq-contract-default">Dailies</h4> <h4 id="org0c6f2b7" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-org4e8df24"> <div class="outline-text-4" id="text-org0c6f2b7">
</div> </div>
<div id="outline-container-org455b313" class="outline-5"> <div id="outline-container-org7c18896" class="outline-5">
<h5 id="org455b313"><span class="done DONE">DONE</span> Exercise</h5> <h5 id="org7c18896"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org455b313"> <div class="outline-text-5" id="text-org7c18896">
<ul class="org-ul"> <ul class="org-ul">
<li>Stationary bike 40 min/16km</li> <li>Stationary bike 40 min/16km</li>
<li>Cable Fly machine 3x6x40kg</li> <li>Cable Fly machine 3x6x40kg</li>
@@ -247,51 +246,51 @@ Whew, that was an intense day.
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-org551a690" class="outline-5"> <div id="outline-container-org318ed0a" class="outline-5">
<h5 id="org551a690"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org318ed0a"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-org551a690"> <div class="outline-text-5" id="text-org318ed0a">
<p> <p>
Bit of walking meditation on the way to the pool, maybe ~15 mins. Bit of walking meditation on the way to the pool, maybe ~15 mins.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org246de79" class="outline-5"> <div id="outline-container-orgd401c63" class="outline-5">
<h5 id="org246de79"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="orgd401c63"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org246de79"> <div class="outline-text-5" id="text-orgd401c63">
<p> <p>
Completed <i>Dig Site</i> and both <i>Elemental Workshop</i>s last night. Next up is Woodcutting for Lost City. I was gonna be smart and have my GIM buddy help me skip the WC requirement on <i>Fremennik Isles</i> for the 10k XP but he&rsquo;s busy, so I guess soon will be my first bit of actual training in quite a while. Completed <i>Dig Site</i> and both <i>Elemental Workshop</i>s last night. Next up is Woodcutting for Lost City. I was gonna be smart and have my GIM buddy help me skip the WC requirement on <i>Fremennik Isles</i> for the 10k XP but he&rsquo;s busy, so I guess soon will be my first bit of actual training in quite a while.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org29802be" class="outline-5"> <div id="outline-container-orge78f89e" class="outline-5">
<h5 id="org29802be"><span class="done DONE">DONE</span> French</h5> <h5 id="orge78f89e"><span class="done DONE">DONE</span> French</h5>
<div class="outline-text-5" id="text-org29802be"> <div class="outline-text-5" id="text-orge78f89e">
<p> <p>
Gonna add this to the rotation and mark it &ldquo;done&rdquo; for today though I mostly thought about it on a meta level. Tomorrow I&rsquo;ll try and write up a bit of it and set up a bit of a study plan. Gonna add this to the rotation and mark it &ldquo;done&rdquo; for today though I mostly thought about it on a meta level. Tomorrow I&rsquo;ll try and write up a bit of it and set up a bit of a study plan.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org0f80211" class="outline-4"> <div id="outline-container-org7166c55" class="outline-4">
<h4 id="org0f80211">Journal</h4> <h4 id="org7166c55">Journal</h4>
<div class="outline-text-4" id="text-org0f80211"> <div class="outline-text-4" id="text-org7166c55">
<p> <p>
Mostly been preoccupied with exercise today, so not much to report. Mostly been preoccupied with exercise today, so not much to report.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org3f9dde7" class="outline-3"> <div id="outline-container-org134836b" class="outline-3">
<h3 id="org3f9dde7">Tuesday, July 8th</h3> <h3 id="org134836b">Tuesday, July 8th</h3>
<div class="outline-text-3" id="text-org3f9dde7"> <div class="outline-text-3" id="text-org134836b">
</div> </div>
<div id="outline-container-org216683a" class="outline-4"> <div id="outline-container-org8e0b835" class="outline-4">
<h4 id="org216683a" class="orgjq-contract-default">Dailies</h4> <h4 id="org8e0b835" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-org216683a"> <div class="outline-text-4" id="text-org8e0b835">
</div> </div>
<div id="outline-container-orgb887480" class="outline-5"> <div id="outline-container-orgb1f18c7" class="outline-5">
<h5 id="orgb887480"><span class="done DONE">DONE</span> Exercise</h5> <h5 id="orgb1f18c7"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-orgb887480"> <div class="outline-text-5" id="text-orgb1f18c7">
<ul class="org-ul"> <ul class="org-ul">
<li>Stationary bike 18km</li> <li>Stationary bike 18km</li>
<li>The uhh abdominal back and forth thing (my baka-ass didn&rsquo;t note what it&rsquo;s called), 4x10x35kg</li> <li>The uhh abdominal back and forth thing (my baka-ass didn&rsquo;t note what it&rsquo;s called), 4x10x35kg</li>
@@ -301,46 +300,46 @@ Mostly been preoccupied with exercise today, so not much to report.
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-orgc60de29" class="outline-5"> <div id="outline-container-orgb120a7f" class="outline-5">
<h5 id="orgc60de29"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="orgb120a7f"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgc60de29"> <div class="outline-text-5" id="text-orgb120a7f">
<p> <p>
Mainly daily life practice/morality stuff, but good stuff at that so I&rsquo;ll count it &#x2013; plus the exercise bike has been rather meditative. Mainly daily life practice/morality stuff, but good stuff at that so I&rsquo;ll count it &#x2013; plus the exercise bike has been rather meditative.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgc9187a9" class="outline-5"> <div id="outline-container-orgaefad79" class="outline-5">
<h5 id="orgc9187a9"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="orgaefad79"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-orgc9187a9"> <div class="outline-text-5" id="text-orgaefad79">
<p> <p>
Completed <i>Lost City</i>. Forestry is good new content, I love it! My bf is making fun of what qualifies as &ldquo;content&rdquo; to runescape players, ww. Completed <i>Lost City</i>. Forestry is good new content, I love it! My bf is making fun of what qualifies as &ldquo;content&rdquo; to runescape players, ww.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org651cc27" class="outline-5"> <div id="outline-container-org3d18b42" class="outline-5">
<h5 id="org651cc27">CANCELLED French</h5> <h5 id="org3d18b42"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-org651cc27"> <div class="outline-text-5" id="text-org3d18b42">
<p> <p>
FOrgor FOrgor
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org2227c37" class="outline-4"> <div id="outline-container-org59ff599" class="outline-4">
<h4 id="org2227c37">Journal</h4> <h4 id="org59ff599">Journal</h4>
<div class="outline-text-4" id="text-org2227c37"> <div class="outline-text-4" id="text-org59ff599">
</div> </div>
<div id="outline-container-orgfc6282a" class="outline-5"> <div id="outline-container-org40126fa" class="outline-5">
<h5 id="orgfc6282a">Exercise</h5> <h5 id="org40126fa">Exercise</h5>
<div class="outline-text-5" id="text-orgfc6282a"> <div class="outline-text-5" id="text-org40126fa">
<p> <p>
Another heavy exercise day! I feel good, the mind is sharp, but the body definitely needs a lot of recovery on days like this and energy comes in starts and stops. Next two days are rest days, at least! Honestly mixed feelings on rest days, they&rsquo;re necessary but I&rsquo;ve actually been really enjoying pushing the body ww. I&rsquo;m surprised how quickly the body is adapting to the exercise load, but that&rsquo;s being a man in his 20s for ya. Another heavy exercise day! I feel good, the mind is sharp, but the body definitely needs a lot of recovery on days like this and energy comes in starts and stops. Next two days are rest days, at least! Honestly mixed feelings on rest days, they&rsquo;re necessary but I&rsquo;ve actually been really enjoying pushing the body ww. I&rsquo;m surprised how quickly the body is adapting to the exercise load, but that&rsquo;s being a man in his 20s for ya.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org914c49c" class="outline-5"> <div id="outline-container-orgcb5aa77" class="outline-5">
<h5 id="org914c49c">Career</h5> <h5 id="orgcb5aa77">Career</h5>
<div class="outline-text-5" id="text-org914c49c"> <div class="outline-text-5" id="text-orgcb5aa77">
<p> <p>
It&rsquo;s not much of a surprise, but I got word that I got rejected for all the MSc programmes I applied to. It&rsquo;s a shame &#x2014; there&rsquo;s only a handful of English-taught compsci Master&rsquo;s programmes around here, and unlike in my home country they have very limited availability and are highly selective (in my home country getting into an MSc is essentially a rubber stamp if you have a BSc, so academic record is pretty mediocre). It&rsquo;s not much of a surprise, but I got word that I got rejected for all the MSc programmes I applied to. It&rsquo;s a shame &#x2014; there&rsquo;s only a handful of English-taught compsci Master&rsquo;s programmes around here, and unlike in my home country they have very limited availability and are highly selective (in my home country getting into an MSc is essentially a rubber stamp if you have a BSc, so academic record is pretty mediocre).
</p> </p>
@@ -364,60 +363,60 @@ I&rsquo;ve started more seriously considering a career for the good cause, worki
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgf133fce" class="outline-3"> <div id="outline-container-org7fde2dc" class="outline-3">
<h3 id="orgf133fce">Wednesday, July 9th</h3> <h3 id="org7fde2dc">Wednesday, July 9th</h3>
<div class="outline-text-3" id="text-orgf133fce"> <div class="outline-text-3" id="text-org7fde2dc">
</div> </div>
<div id="outline-container-orgbe16e8e" class="outline-4"> <div id="outline-container-org69f187f" class="outline-4">
<h4 id="orgbe16e8e" class="orgjq-contract-default">Dailies</h4> <h4 id="org69f187f" class="orgjq-contract-default">Dailies</h4>
<div class="outline-text-4" id="text-orgbe16e8e"> <div class="outline-text-4" id="text-org69f187f">
</div> </div>
<div id="outline-container-org5eef1e8" class="outline-5"> <div id="outline-container-orgf11dff9" class="outline-5">
<h5 id="org5eef1e8"><span class="done DONE">DONE</span> Exercise</h5> <h5 id="orgf11dff9"><span class="done DONE">DONE</span> Exercise</h5>
<div class="outline-text-5" id="text-org5eef1e8"> <div class="outline-text-5" id="text-orgf11dff9">
<p> <p>
Not sure how many steps but I walked to the park and back (my phone was dead). Not sure how many steps but I walked to the park and back (my phone was dead).
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgdef0171" class="outline-5"> <div id="outline-container-org484a15a" class="outline-5">
<h5 id="orgdef0171"><span class="done DONE">DONE</span> Meditation</h5> <h5 id="org484a15a"><span class="done DONE">DONE</span> Meditation</h5>
<div class="outline-text-5" id="text-orgdef0171"> <div class="outline-text-5" id="text-org484a15a">
<p> <p>
Breath meditation in the park, and walking meditation on the way back. Breath meditation in the park, and walking meditation on the way back.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5bc9b01" class="outline-5"> <div id="outline-container-orgacc8e71" class="outline-5">
<h5 id="org5bc9b01"><span class="done DONE">DONE</span> Runescape</h5> <h5 id="orgacc8e71"><span class="done DONE">DONE</span> Runescape</h5>
<div class="outline-text-5" id="text-org5bc9b01"> <div class="outline-text-5" id="text-orgacc8e71">
<p> <p>
Completed <i>Restless Ghost</i> and <i>Lost City</i>. Completed <i>Restless Ghost</i> and <i>Lost City</i>.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org7b123ee" class="outline-5"> <div id="outline-container-org160b265" class="outline-5">
<h5 id="org7b123ee">CANCELLED French</h5> <h5 id="org160b265"><span class="done CANCELLED">CANCELLED</span> French</h5>
<div class="outline-text-5" id="text-org7b123ee"> <div class="outline-text-5" id="text-org160b265">
<p> <p>
Just kinda slipped through in all the commotion. Just kinda slipped through in all the commotion.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org0817032" class="outline-4"> <div id="outline-container-org03422c6" class="outline-4">
<h4 id="org0817032">Journal</h4> <h4 id="org03422c6">Journal</h4>
<div class="outline-text-4" id="text-org0817032"> <div class="outline-text-4" id="text-org03422c6">
</div> </div>
<div id="outline-container-orgc83de84" class="outline-5"> <div id="outline-container-org0408fce" class="outline-5">
<h5 id="orgc83de84">Ultraman</h5> <h5 id="org0408fce">Ultraman</h5>
<div class="outline-text-5" id="text-orgc83de84"> <div class="outline-text-5" id="text-org0408fce">
<p> <p>
Meet <b>Ultraman</b>, the latest member of the family: Meet <b>Ultraman</b>, the latest member of the family:
</p> </p>
<figure id="orgc35d0ea"> <figure id="org9d30600">
<img src="../../static/images/ultraman.jpg" alt="ultraman.jpg" width="70%"> <img src="../../static/images/ultraman.jpg" alt="ultraman.jpg" width="70%">
<figcaption><span class="figure-number">Figure 1: </span><i>Named in honor of the lady who in Tokyo told us in quiet confidence that Ultraman is her son. Don&rsquo;t worry, I cleaned him up again after this!</i></figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>Named in honor of the lady who in Tokyo told us in quiet confidence that Ultraman is her son. Don&rsquo;t worry, I cleaned him up again after this!</i></figcaption>
@@ -432,9 +431,9 @@ I really hope he recovers well.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org51770cb" class="outline-5"> <div id="outline-container-org3569b55" class="outline-5">
<h5 id="org51770cb">Master&rsquo;s</h5> <h5 id="org3569b55">Master&rsquo;s</h5>
<div class="outline-text-5" id="text-org51770cb"> <div class="outline-text-5" id="text-org3569b55">
<p> <p>
I&rsquo;ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> regarding my rejection from the Master&rsquo;s programmes I applied to at IP Paris. I&rsquo;ve reproduced the email on this blog because I think the information contained within is interesting and because I think it&rsquo;s a good letter. I&rsquo;ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> regarding my rejection from the Master&rsquo;s programmes I applied to at IP Paris. I&rsquo;ve reproduced the email on this blog because I think the information contained within is interesting and because I think it&rsquo;s a good letter.
</p> </p>
@@ -442,10 +441,10 @@ I&rsquo;ve sent an <a href="../other/ip_paris_appeal.html">appeal email</a> rega
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org71d4981" class="outline-3"> <div id="outline-container-orgc65f1ac" class="outline-3">
<h3 id="org71d4981">Thursday, July 10th</h3> <h3 id="orgc65f1ac">Thursday, July 10th</h3>
<div class="outline-text-3" id="text-org71d4981"> <div class="outline-text-3" id="text-orgc65f1ac">
<div class="poetry" id="org0e63596"> <div class="poetry" id="orgb5d5e28">
<p> <p>
<b><b>Q</b></b>: How is Ultraman doing? <b><b>Q</b></b>: How is Ultraman doing?
</p> </p>
@@ -464,13 +463,13 @@ In Memoriam.
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-17</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 29, 2025 (July 14 to 20)</title> <title>Journal Week 29, 2025 (July 14 to 20)</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,25 +209,25 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgee80ad9" class="outline-2"> <div id="outline-container-orga2a78cd" class="outline-2">
<h2 id="orgee80ad9">Journal Week 28, 2025 (July 14 to 20)</h2> <h2 id="orga2a78cd">Journal Week 28, 2025 (July 14 to 20)</h2>
<div class="outline-text-2" id="text-orgee80ad9"> <div class="outline-text-2" id="text-orga2a78cd">
</div> </div>
<div id="outline-container-orgd16e096" class="outline-3"> <div id="outline-container-orgf8b2225" class="outline-3">
<h3 id="orgd16e096">Thursday - Thursday, July 10th - 17th</h3> <h3 id="orgf8b2225">Thursday - Thursday, July 10th - 17th</h3>
<div class="outline-text-3" id="text-orgd16e096"> <div class="outline-text-3" id="text-orgf8b2225">
<p> <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. 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> </p>
</div> </div>
<div id="outline-container-org482e801" class="outline-4"> <div id="outline-container-org96d70ee" class="outline-4">
<h4 id="org482e801">Thursday, July 10th</h4> <h4 id="org96d70ee">Thursday, July 10th</h4>
<div class="outline-text-4" id="text-org482e801"> <div class="outline-text-4" id="text-org96d70ee">
<p> <p>
As alluded to in last week&rsquo;s journal, Ultraman passed away around midnight. He was recovering strength fast throughout the day, but started going backwards fast starting from around 6PM, ultimately passing away some six hours later. I will write up <a href="../other/ultraman.html">his full story</a>. As alluded to in last week&rsquo;s journal, Ultraman passed away around midnight. He was recovering strength fast throughout the day, but started going backwards fast starting from around 6PM, ultimately passing away some six hours later. I will write up <a href="../other/ultraman.html">his full story</a>.
</p> </p>
@@ -238,17 +237,17 @@ Other than that, Thursday was a normal day.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge8a6b64" class="outline-4"> <div id="outline-container-org51aa7fe" class="outline-4">
<h4 id="orge8a6b64">Friday - Sunday</h4> <h4 id="org51aa7fe">Friday - Sunday</h4>
<div class="outline-text-4" id="text-orge8a6b64"> <div class="outline-text-4" id="text-org51aa7fe">
<p> <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. 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> </p>
</div> </div>
</div> </div>
<div id="outline-container-org9a2c83d" class="outline-4"> <div id="outline-container-orgeb76cb3" class="outline-4">
<h4 id="org9a2c83d">Monday</h4> <h4 id="orgeb76cb3">Monday</h4>
<div class="outline-text-4" id="text-org9a2c83d"> <div class="outline-text-4" id="text-orgeb76cb3">
<p> <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. 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> </p>
@@ -270,26 +269,26 @@ Bastille day! We threw a bit of a party at home and had fun. The Eiffel Tower fi
</figure> </figure>
</div> </div>
</div> </div>
<div id="outline-container-orgd7e02c0" class="outline-4"> <div id="outline-container-orgddd548d" class="outline-4">
<h4 id="orgd7e02c0">Tue - Wed</h4> <h4 id="orgddd548d">Tue - Wed</h4>
<div class="outline-text-4" id="text-orgd7e02c0"> <div class="outline-text-4" id="text-orgddd548d">
<p> <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. 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> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb890ba7" class="outline-4"> <div id="outline-container-org76c193f" class="outline-4">
<h4 id="orgb890ba7">Thu</h4> <h4 id="org76c193f">Thu</h4>
<div class="outline-text-4" id="text-orgb890ba7"> <div class="outline-text-4" id="text-org76c193f">
<p> <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. 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> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgd185d60" class="outline-3"> <div id="outline-container-orgacf17f9" class="outline-3">
<h3 id="orgd185d60">Friday, July 18th</h3> <h3 id="orgacf17f9">Friday, July 18th</h3>
<div class="outline-text-3" id="text-orgd185d60"> <div class="outline-text-3" id="text-orgacf17f9">
<p> <p>
Back to full power today. Gonna leave the daily logs off until next week. Back to full power today. Gonna leave the daily logs off until next week.
</p> </p>
@@ -299,23 +298,23 @@ Lot of exercise &#x2014; gonna stay with machines for another week and then move
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgaffb6c2" class="outline-3"> <div id="outline-container-orgb7e2a01" class="outline-3">
<h3 id="orgaffb6c2">Saturday, July 19th</h3> <h3 id="orgb7e2a01">Saturday, July 19th</h3>
<div class="outline-text-3" id="text-orgaffb6c2"> <div class="outline-text-3" id="text-orgb7e2a01">
<p> <p>
Exhausted from yesterday&rsquo;s exercise hehe. Dusted off the EMPTYHEAD today, going through the code and explaining it to my co-dev-to-be. Looking forward to picking this back up &#x2014; more to follow soon. Restful Saturday otherwise. Exhausted from yesterday&rsquo;s exercise hehe. Dusted off the EMPTYHEAD today, going through the code and explaining it to my co-dev-to-be. Looking forward to picking this back up &#x2014; more to follow soon. Restful Saturday otherwise.
</p> </p>
</div> </div>
<div id="outline-container-orga077197" class="outline-4"> <div id="outline-container-orgfa8f958" class="outline-4">
<h4 id="orga077197"><span class="todo TODO">TODO</span> Link EMPTYHEAD</h4> <h4 id="orgfa8f958"><span class="todo TODO">TODO</span> Link EMPTYHEAD</h4>
</div> </div>
</div> </div>
<div id="outline-container-org3a2a237" class="outline-3"> <div id="outline-container-orgf4935b2" class="outline-3">
<h3 id="org3a2a237">Sunday, July 20th</h3> <h3 id="orgf4935b2">Sunday, July 20th</h3>
<div class="outline-text-3" id="text-org3a2a237"> <div class="outline-text-3" id="text-orgf4935b2">
<div class="org-center"> <div class="org-center">
<figure id="orgc3b496a"> <figure id="orgf14d060">
<img src="../../static/images/end_sky_day_2025.jpg" alt="end_sky_day_2025.jpg" width="50%"> <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> <figcaption><span class="figure-number">Figure 1: </span><i>Happy End Sky Day!</i></figcaption>
@@ -327,19 +326,19 @@ Went to see some gardens/greenhouses today, otherwise a restful Sunday as well.
</p> </p>
<figure id="org0aee239"> <figure id="orgf1910f5">
<img src="../../static/images/greenhouse07251.jpg" alt="greenhouse07251.jpg" width="70%" class="center"> <img src="../../static/images/greenhouse07251.jpg" alt="greenhouse07251.jpg" width="70%" class="center">
</figure> </figure>
<figure id="orgf16d776"> <figure id="org596af90">
<img src="../../static/images/greenhouse07252.jpg" alt="greenhouse07252.jpg" width="70%" class="center"> <img src="../../static/images/greenhouse07252.jpg" alt="greenhouse07252.jpg" width="70%" class="center">
</figure> </figure>
<figure id="orgb8a56f0"> <figure id="orgbbe1e06">
<img src="../../static/images/greenhouse07253.jpg" alt="greenhouse07253.jpg" width="50%" class="center"> <img src="../../static/images/greenhouse07253.jpg" alt="greenhouse07253.jpg" width="50%" class="center">
</figure> </figure>
@@ -348,13 +347,13 @@ Went to see some gardens/greenhouses today, otherwise a restful Sunday as well.
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-20</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 30, 2025</title> <title>Journal Week 30, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,34 +209,34 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org1534c07" class="outline-2"> <div id="outline-container-orgb6fec38" class="outline-2">
<h2 id="org1534c07">Journal Week 30, 2025 (July 21 to 27)</h2> <h2 id="orgb6fec38">Journal Week 30, 2025 (July 21 to 27)</h2>
<div class="outline-text-2" id="text-org1534c07"> <div class="outline-text-2" id="text-orgb6fec38">
</div> </div>
<div id="outline-container-org570c8af" class="outline-3"> <div id="outline-container-org84e0c4b" class="outline-3">
<h3 id="org570c8af">Monday, July 21st</h3> <h3 id="org84e0c4b">Monday, July 21st</h3>
<div class="outline-text-3" id="text-org570c8af"> <div class="outline-text-3" id="text-org84e0c4b">
<p> <p>
Restless legs syndrome caused me to not sleep all night, so it was a bit of a struggle day for a while. I did drag myself to the gym and used the stationary bike for a full hour &#x2014; quite impressed with myself! Restless legs syndrome caused me to not sleep all night, so it was a bit of a struggle day for a while. I did drag myself to the gym and used the stationary bike for a full hour &#x2014; quite impressed with myself!
</p> </p>
<div class="org-center"> <div class="org-center">
<figure id="org559acd7"> <figure id="orgbe65943">
<img src="../../static/images/stationary_bike_1hr.jpg" alt="stationary_bike_1hr.jpg" width="100%"> <img src="../../static/images/stationary_bike_1hr.jpg" alt="stationary_bike_1hr.jpg" width="100%">
</figure> </figure>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org3c32727" class="outline-3"> <div id="outline-container-org3eb68e6" class="outline-3">
<h3 id="org3c32727">Tuesday, July 22nd</h3> <h3 id="org3eb68e6">Tuesday, July 22nd</h3>
<div class="outline-text-3" id="text-org3c32727"> <div class="outline-text-3" id="text-org3eb68e6">
<p> <p>
I actually slept well today, thank god. I actually slept well today, thank god.
</p> </p>
@@ -247,9 +246,9 @@ I wrote a <a href="../events/wroclaw.html">post about my travels to Wrocław</a>
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3d866d6" class="outline-3"> <div id="outline-container-org676fd54" class="outline-3">
<h3 id="org3d866d6">Wednesday, July 23rd.</h3> <h3 id="org676fd54">Wednesday, July 23rd.</h3>
<div class="outline-text-3" id="text-org3d866d6"> <div class="outline-text-3" id="text-org676fd54">
<p> <p>
Started writing a <a href="../events/premier_impact.html">retrospective about Premier Impact.</a> Started writing a <a href="../events/premier_impact.html">retrospective about Premier Impact.</a>
</p> </p>
@@ -258,13 +257,13 @@ Started writing a <a href="../events/premier_impact.html">retrospective about Pr
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-23</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 31, 2025</title> <title>Journal Week 31, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,95 +209,95 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org2d6303b" class="outline-2"> <div id="outline-container-org7e1d56d" class="outline-2">
<h2 id="org2d6303b">Journal Week 31, 2025 (July 28 to August 3)</h2> <h2 id="org7e1d56d">Journal Week 31, 2025 (July 28 to August 3)</h2>
<div class="outline-text-2" id="text-org2d6303b"> <div class="outline-text-2" id="text-org7e1d56d">
</div> </div>
<div id="outline-container-orgb10cbc4" class="outline-3"> <div id="outline-container-org5378464" class="outline-3">
<h3 id="orgb10cbc4">Wednesday, July 30th</h3> <h3 id="org5378464">Wednesday, July 30th</h3>
<div class="outline-text-3" id="text-orgb10cbc4"> <div class="outline-text-3" id="text-org5378464">
</div> </div>
<div id="outline-container-orgc7bf67f" class="outline-4"> <div id="outline-container-org3b91fdf" class="outline-4">
<h4 id="orgc7bf67f">Daily Planning</h4> <h4 id="org3b91fdf">Daily Planning</h4>
<div class="outline-text-4" id="text-orgc7bf67f"> <div class="outline-text-4" id="text-org3b91fdf">
</div> </div>
<div id="outline-container-org47ba178" class="outline-5"> <div id="outline-container-org7579b58" class="outline-5">
<h5 id="org47ba178"><span class="done DONE">DONE</span> Call grandparents</h5> <h5 id="org7579b58"><span class="done DONE">DONE</span> Call grandparents</h5>
</div> </div>
<div id="outline-container-org0fb5f31" class="outline-5"> <div id="outline-container-org56c611a" class="outline-5">
<h5 id="org0fb5f31"><span class="done DONE">DONE</span> Look for work</h5> <h5 id="org56c611a"><span class="done DONE">DONE</span> Look for work</h5>
</div> </div>
<div id="outline-container-org5fff4b8" class="outline-5"> <div id="outline-container-org3ffeb2d" class="outline-5">
<h5 id="org5fff4b8"><span class="todo TODO">TODO</span> 2 pages Le Petit Prince</h5> <h5 id="org3ffeb2d"><span class="todo TODO">TODO</span> 2 pages Le Petit Prince</h5>
</div> </div>
<div id="outline-container-orge31a6b1" class="outline-5"> <div id="outline-container-org8273015" class="outline-5">
<h5 id="orge31a6b1"><span class="done DONE">DONE</span> Clean house</h5> <h5 id="org8273015"><span class="done DONE">DONE</span> Clean house</h5>
</div> </div>
<div id="outline-container-org64614bb" class="outline-5"> <div id="outline-container-org3422dd6" class="outline-5">
<h5 id="org64614bb"><span class="done DONE">DONE</span> Finish writing <a href="../events/premier_impact.html">Premier Impact retrospective</a></h5> <h5 id="org3422dd6"><span class="done DONE">DONE</span> Finish writing <a href="../events/premier_impact.html">Premier Impact retrospective</a></h5>
</div> </div>
<div id="outline-container-org5d4ec97" class="outline-5"> <div id="outline-container-org670e765" class="outline-5">
<h5 id="org5d4ec97"><span class="todo TODO">TODO</span> Start graphic redesign website</h5> <h5 id="org670e765"><span class="todo TODO">TODO</span> Start graphic redesign website</h5>
</div> </div>
<div id="outline-container-org775aeec" class="outline-5"> <div id="outline-container-orgd0d863e" class="outline-5">
<h5 id="org775aeec"><span class="done DONE">DONE</span> Clean browser tabs</h5> <h5 id="orgd0d863e"><span class="done DONE">DONE</span> Clean browser tabs</h5>
</div> </div>
<div id="outline-container-org8bb20af" class="outline-5"> <div id="outline-container-org1c75c08" class="outline-5">
<h5 id="org8bb20af"><span class="done DONE">DONE</span> Set up hobby desk</h5> <h5 id="org1c75c08"><span class="done DONE">DONE</span> Set up hobby desk</h5>
</div> </div>
<div id="outline-container-org59cb81a" class="outline-5"> <div id="outline-container-orgcddd413" class="outline-5">
<h5 id="org59cb81a"><span class="done DONE">DONE</span> Motorcycle ride</h5> <h5 id="orgcddd413"><span class="done DONE">DONE</span> Motorcycle ride</h5>
</div> </div>
</div> </div>
<div id="outline-container-org92c02ea" class="outline-4"> <div id="outline-container-orga5727ce" class="outline-4">
<h4 id="org92c02ea">Journal</h4> <h4 id="orga5727ce">Journal</h4>
<div class="outline-text-4" id="text-org92c02ea"> <div class="outline-text-4" id="text-orga5727ce">
<p> <p>
Busy day today. Haven&rsquo;t kept up with journaling for a few days &#x2013; must be the poor sleep. I finished the <a href="../events/premier_impact.html">Premier Impact retrospective</a> today. Tried looking for work but my LinkedIn account, which I made yesterday, got blocked due to suspicious behaviour; still did a bunch of planning. I got a 3D printer (Creality Ender 3 V3 SE) yesterday &#x2014; amazing product, very fun, will write more soon. RIP Ozzy Osbourne, Hulk Hogan and Shunsaku Tamiya. Busy day today. Haven&rsquo;t kept up with journaling for a few days &#x2013; must be the poor sleep. I finished the <a href="../events/premier_impact.html">Premier Impact retrospective</a> today. Tried looking for work but my LinkedIn account, which I made yesterday, got blocked due to suspicious behaviour; still did a bunch of planning. I got a 3D printer (Creality Ender 3 V3 SE) yesterday &#x2014; amazing product, very fun, will write more soon. RIP Ozzy Osbourne, Hulk Hogan and Shunsaku Tamiya.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgf15b8b4" class="outline-3"> <div id="outline-container-orga14a7d8" class="outline-3">
<h3 id="orgf15b8b4">Thursday, July 31st</h3> <h3 id="orga14a7d8">Thursday, July 31st</h3>
<div class="outline-text-3" id="text-orgf15b8b4"> <div class="outline-text-3" id="text-orga14a7d8">
</div> </div>
<div id="outline-container-org900ea9d" class="outline-4"> <div id="outline-container-org62bd1fe" class="outline-4">
<h4 id="org900ea9d">Daily Planning</h4> <h4 id="org62bd1fe">Daily Planning</h4>
<div class="outline-text-4" id="text-org900ea9d"> <div class="outline-text-4" id="text-org62bd1fe">
</div> </div>
<div id="outline-container-org93ccc32" class="outline-5"> <div id="outline-container-org93a5843" class="outline-5">
<h5 id="org93ccc32"><span class="done DONE">DONE</span> 3 pages Le Petit Prince</h5> <h5 id="org93a5843"><span class="done DONE">DONE</span> 3 pages Le Petit Prince</h5>
</div> </div>
<div id="outline-container-orgb26a945" class="outline-5"> <div id="outline-container-orgdc62c38" class="outline-5">
<h5 id="orgb26a945"><span class="todo TODO">TODO</span> Graphic redesign of website</h5> <h5 id="orgdc62c38"><span class="todo TODO">TODO</span> Graphic redesign of website</h5>
</div> </div>
<div id="outline-container-org1e3ee41" class="outline-5"> <div id="outline-container-org7a41eae" class="outline-5">
<h5 id="org1e3ee41"><span class="todo TODO">TODO</span> Continue Honeycomb Storage Wall</h5> <h5 id="org7a41eae"><span class="todo TODO">TODO</span> Continue Honeycomb Storage Wall</h5>
</div> </div>
<div id="outline-container-orge42f4a9" class="outline-5"> <div id="outline-container-orge51f7af" class="outline-5">
<h5 id="orge42f4a9"><span class="todo TODO">TODO</span> Write a blog post</h5> <h5 id="orge51f7af"><span class="todo TODO">TODO</span> Write a blog post</h5>
</div> </div>
<div id="outline-container-org837c85f" class="outline-5"> <div id="outline-container-orgf77dd2a" class="outline-5">
<h5 id="org837c85f"><span class="todo TODO">TODO</span> Look for workies</h5> <h5 id="orgf77dd2a"><span class="todo TODO">TODO</span> Look for workies</h5>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-31</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journaly Week 41, 2025</title> <title>Journaly Week 41, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,87 +209,87 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgfdd35b1" class="outline-2"> <div id="outline-container-org2e44051" class="outline-2">
<h2 id="orgfdd35b1">Journal Week 41, 2025 (5 &#x2013; 12 October)</h2> <h2 id="org2e44051">Journal Week 41, 2025 (5 &#x2013; 12 October)</h2>
<div class="outline-text-2" id="text-orgfdd35b1"> <div class="outline-text-2" id="text-org2e44051">
</div> </div>
<div id="outline-container-org39e5b0a" class="outline-3"> <div id="outline-container-org5607883" class="outline-3">
<h3 id="org39e5b0a">Wednesday, 8th October</h3> <h3 id="org5607883">Wednesday, 8th October</h3>
<div class="outline-text-3" id="text-org39e5b0a"> <div class="outline-text-3" id="text-org5607883">
</div> </div>
<div id="outline-container-org14ef8b6" class="outline-4"> <div id="outline-container-orgad2aa20" class="outline-4">
<h4 id="org14ef8b6">Daily Planning</h4> <h4 id="orgad2aa20">Daily Planning</h4>
<div class="outline-text-4" id="text-org14ef8b6"> <div class="outline-text-4" id="text-orgad2aa20">
</div> </div>
<div id="outline-container-orgd778362" class="outline-5"> <div id="outline-container-org6ce3a47" class="outline-5">
<h5 id="orgd778362"><span class="done DONE">DONE</span> Walkie</h5> <h5 id="org6ce3a47"><span class="done DONE">DONE</span> Walkie</h5>
</div> </div>
<div id="outline-container-org7ba0ed8" class="outline-5"> <div id="outline-container-org574640c" class="outline-5">
<h5 id="org7ba0ed8"><span class="done DONE">DONE</span> Call mom</h5> <h5 id="org574640c"><span class="done DONE">DONE</span> Call mom</h5>
</div> </div>
<div id="outline-container-org7cc61af" class="outline-5"> <div id="outline-container-orgb906453" class="outline-5">
<h5 id="org7cc61af"><span class="done DONE">DONE</span> Work on bloggie</h5> <h5 id="orgb906453"><span class="done DONE">DONE</span> Work on bloggie</h5>
</div> </div>
<div id="outline-container-org93c2b0b" class="outline-5"> <div id="outline-container-org9500c37" class="outline-5">
<h5 id="org93c2b0b"><span class="todo TODO">TODO</span> Get started on Category Theory bookie</h5> <h5 id="org9500c37"><span class="todo TODO">TODO</span> Get started on Category Theory bookie</h5>
</div> </div>
<div id="outline-container-org4744a8d" class="outline-5"> <div id="outline-container-orge7f3ec2" class="outline-5">
<h5 id="org4744a8d"><span class="todo TODO">TODO</span> Earn my sticker</h5> <h5 id="orge7f3ec2"><span class="todo TODO">TODO</span> Earn my sticker</h5>
</div> </div>
<div id="outline-container-org28cb0e3" class="outline-5"> <div id="outline-container-org805c293" class="outline-5">
<h5 id="org28cb0e3"><span class="todo TODO">TODO</span> Groceries</h5> <h5 id="org805c293"><span class="todo TODO">TODO</span> Groceries</h5>
</div> </div>
<div id="outline-container-orgd8bf770" class="outline-5"> <div id="outline-container-orge92aa5b" class="outline-5">
<h5 id="orgd8bf770"><span class="done DONE">DONE</span> Meditate</h5> <h5 id="orge92aa5b"><span class="done DONE">DONE</span> Meditate</h5>
</div> </div>
</div> </div>
<div id="outline-container-org5c19251" class="outline-4"> <div id="outline-container-org0797c7b" class="outline-4">
<h4 id="org5c19251">Journal</h4> <h4 id="org0797c7b">Journal</h4>
<div class="outline-text-4" id="text-org5c19251"> <div class="outline-text-4" id="text-org0797c7b">
<p> <p>
Phew it&rsquo;s been a few weeks. It&rsquo;s the end of the &ldquo;guy occasionally mumbles to himself in the corner&rdquo; era of this website&#x2026; Webbieweb.org is close enough to &ldquo;launched&rdquo; that select people are already getting links to it now. The domain is new and so is the design. Phew it&rsquo;s been a few weeks. It&rsquo;s the end of the &ldquo;guy occasionally mumbles to himself in the corner&rdquo; era of this website&#x2026; Webbieweb.org is close enough to &ldquo;launched&rdquo; that select people are already getting links to it now. The domain is new and so is the design.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgbaf8795" class="outline-3"> <div id="outline-container-org6285495" class="outline-3">
<h3 id="orgbaf8795">Thursday, 9th October</h3> <h3 id="org6285495">Thursday, 9th October</h3>
<div class="outline-text-3" id="text-orgbaf8795"> <div class="outline-text-3" id="text-org6285495">
</div> </div>
<div id="outline-container-orgd3d1351" class="outline-4"> <div id="outline-container-org72c8ecb" class="outline-4">
<h4 id="orgd3d1351">Daily Planning</h4> <h4 id="org72c8ecb">Daily Planning</h4>
<div class="outline-text-4" id="text-orgd3d1351"> <div class="outline-text-4" id="text-org72c8ecb">
</div> </div>
<div id="outline-container-org163fbed" class="outline-5"> <div id="outline-container-orgdfadca1" class="outline-5">
<h5 id="org163fbed"><span class="done DONE">DONE</span> Earn my sticker (French)</h5> <h5 id="orgdfadca1"><span class="done DONE">DONE</span> Earn my sticker (French)</h5>
</div> </div>
<div id="outline-container-org99aa346" class="outline-5"> <div id="outline-container-org52d7632" class="outline-5">
<h5 id="org99aa346"><span class="todo TODO">TODO</span> 3D Printy</h5> <h5 id="org52d7632"><span class="todo TODO">TODO</span> 3D Printy</h5>
</div> </div>
<div id="outline-container-org5b28968" class="outline-5"> <div id="outline-container-org8b7a0f9" class="outline-5">
<h5 id="org5b28968"><span class="todo TODO">TODO</span> Write one bloggie page</h5> <h5 id="org8b7a0f9"><span class="todo TODO">TODO</span> Write one bloggie page</h5>
</div> </div>
<div id="outline-container-orga19c1d4" class="outline-5"> <div id="outline-container-org4b3dfff" class="outline-5">
<h5 id="orga19c1d4"><span class="todo TODO">TODO</span> Start Category Theory</h5> <h5 id="org4b3dfff"><span class="todo TODO">TODO</span> Start Category Theory</h5>
</div> </div>
<div id="outline-container-org4ed86ba" class="outline-5"> <div id="outline-container-orgb6594db" class="outline-5">
<h5 id="org4ed86ba"><span class="done DONE">DONE</span> Exercise</h5> <h5 id="orgb6594db"><span class="done DONE">DONE</span> Exercise</h5>
</div> </div>
<div id="outline-container-org762a0d2" class="outline-5"> <div id="outline-container-org688fc3e" class="outline-5">
<h5 id="org762a0d2"><span class="done DONE">DONE</span> Development</h5> <h5 id="org688fc3e"><span class="done DONE">DONE</span> Development</h5>
</div> </div>
<div id="outline-container-org521859e" class="outline-5"> <div id="outline-container-org89c69ae" class="outline-5">
<h5 id="org521859e"><span class="done DONE">DONE</span> Meditate</h5> <h5 id="org89c69ae"><span class="done DONE">DONE</span> Meditate</h5>
</div> </div>
</div> </div>
<div id="outline-container-org87f9b65" class="outline-4"> <div id="outline-container-org01bd94e" class="outline-4">
<h4 id="org87f9b65">Journal</h4> <h4 id="org01bd94e">Journal</h4>
<div class="outline-text-4" id="text-org87f9b65"> <div class="outline-text-4" id="text-org01bd94e">
<p> <p>
Sleep rhythm is pretty stabilized right now. Feeling kinda sick; feverish. Working on picking good habits back up. Sleep rhythm is pretty stabilized right now. Feeling kinda sick; feverish. Working on picking good habits back up.
</p> </p>
@@ -312,13 +311,13 @@ All space is liminal.
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-09</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 42, 2025</title> <title>Journal Week 42, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,18 +209,18 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org411c78f" class="outline-2"> <div id="outline-container-org5fb1e09" class="outline-2">
<h2 id="org411c78f">Journal Week 42, 2025</h2> <h2 id="org5fb1e09">Journal Week 42, 2025</h2>
<div class="outline-text-2" id="text-org411c78f"> <div class="outline-text-2" id="text-org5fb1e09">
</div> </div>
<div id="outline-container-org8516a27" class="outline-3"> <div id="outline-container-org06fd92c" class="outline-3">
<h3 id="org8516a27">Thursday, 16th October</h3> <h3 id="org06fd92c">Thursday, 16th October</h3>
<div class="outline-text-3" id="text-org8516a27"> <div class="outline-text-3" id="text-org06fd92c">
</div> </div>
<div id="outline-container-dailies-exercise" class="outline-4"> <div id="outline-container-dailies-exercise" class="outline-4">
<h4 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h4> <h4 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h4>
@@ -254,9 +253,9 @@
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org019a863" class="outline-3"> <div id="outline-container-org4ef2918" class="outline-3">
<h3 id="org019a863">Friday, 17th October</h3> <h3 id="org4ef2918">Friday, 17th October</h3>
<div class="outline-text-3" id="text-org019a863"> <div class="outline-text-3" id="text-org4ef2918">
</div> </div>
<div id="outline-container-dailies-exercise" class="outline-4"> <div id="outline-container-dailies-exercise" class="outline-4">
<h4 id="dailies-exercise"><span class="done EXCELLENT">EXCELLENT</span> Exercise</h4> <h4 id="dailies-exercise"><span class="done EXCELLENT">EXCELLENT</span> Exercise</h4>
@@ -294,9 +293,9 @@
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgab51dd2" class="outline-3"> <div id="outline-container-orgbc5ad39" class="outline-3">
<h3 id="orgab51dd2">Sunday, 19th October</h3> <h3 id="orgbc5ad39">Sunday, 19th October</h3>
<div class="outline-text-3" id="text-orgab51dd2"> <div class="outline-text-3" id="text-orgbc5ad39">
</div> </div>
<div id="outline-container-dailies-exercise" class="outline-4"> <div id="outline-container-dailies-exercise" class="outline-4">
<h4 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h4> <h4 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h4>
@@ -337,13 +336,13 @@
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-20</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 43, 2025</title> <title>Journal Week 43, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,7 +209,7 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
@@ -220,21 +219,21 @@
<a href="./w42-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w44-2025.html">Next</a> <a href="./w42-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w44-2025.html">Next</a>
</p> </p>
</div> </div>
<div id="outline-container-org473581e" class="outline-2"> <div id="outline-container-orged3399f" class="outline-2">
<h2 id="org473581e">Journal Week 43, 2025</h2> <h2 id="orged3399f">Journal Week 43, 2025</h2>
<div class="outline-text-2" id="text-org473581e"> <div class="outline-text-2" id="text-orged3399f">
</div> </div>
<div id="outline-container-org183916e" class="outline-3"> <div id="outline-container-org35eb08d" class="outline-3">
<h3 id="org183916e">Thursday, 23th October</h3> <h3 id="org35eb08d">Thursday, 23th October</h3>
<div class="outline-text-3" id="text-org183916e"> <div class="outline-text-3" id="text-org35eb08d">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done EXCELLENT">EXCELLENT</span> Journal</h4> <h4 id="dailies-blogging"><span class="done EXCELLENT">EXCELLENT</span> Journal</h4>
<div class="outline-text-4" id="text-dailies-blogging"> <div class="outline-text-4" id="text-dailies-blogging">
</div> </div>
<div id="outline-container-org43c0d8c" class="outline-5"> <div id="outline-container-org2b30c55" class="outline-5">
<h5 id="org43c0d8c">Four Fields</h5> <h5 id="org2b30c55">Four Fields</h5>
<div class="outline-text-5" id="text-org43c0d8c"> <div class="outline-text-5" id="text-org2b30c55">
<p> <p>
I&rsquo;ve been feeling as though I&rsquo;ve been <i>bootlooping</i> for a while now&#x2026; like there&rsquo;s never enough momentum to really get the habits I&rsquo;m trying to build online. Especially with work-hunting and French studies this is starting to become a real problem. I&rsquo;ve been feeling as though I&rsquo;ve been <i>bootlooping</i> for a while now&#x2026; like there&rsquo;s never enough momentum to really get the habits I&rsquo;m trying to build online. Especially with work-hunting and French studies this is starting to become a real problem.
</p> </p>
@@ -258,12 +257,12 @@ In principle this system should ensure that I can constrain myself to thinking a
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org9d12a07" class="outline-5"> <div id="outline-container-orgf9a8638" class="outline-5">
<h5 id="org9d12a07">Cleaning House</h5> <h5 id="orgf9a8638">Cleaning House</h5>
<div class="outline-text-5" id="text-org9d12a07"> <div class="outline-text-5" id="text-orgf9a8638">
<div class="org-center"> <div class="org-center">
<figure id="org7ae7f9d"> <figure id="orga62e441">
<img src="../../static/images/journal/yes_chad_tabs.png" alt="yes_chad_tabs.png" width="100%"> <img src="../../static/images/journal/yes_chad_tabs.png" alt="yes_chad_tabs.png" width="100%">
<figcaption><span class="figure-number">Figure 1: </span><i>I&rsquo;m not fucking around.</i></figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>I&rsquo;m not fucking around.</i></figcaption>
@@ -276,9 +275,9 @@ Got rid of over 1500 tabs. Good riddance. I&rsquo;m sure whatever was in there w
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orga96b9c5" class="outline-4"> <div id="outline-container-org39b792a" class="outline-4">
<h4 id="orga96b9c5">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org39b792a">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-orga96b9c5"> <div class="outline-text-4" id="text-org39b792a">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5> <h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
@@ -329,9 +328,9 @@ Resumed reading <i>After the Ecstasy, the Laundry</i>.
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org6f87909" class="outline-3"> <div id="outline-container-org3cfd370" class="outline-3">
<h3 id="org6f87909">Friday, 24th October</h3> <h3 id="org3cfd370">Friday, 24th October</h3>
<div class="outline-text-3" id="text-org6f87909"> <div class="outline-text-3" id="text-org3cfd370">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
@@ -341,9 +340,9 @@ Luminous.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3ca9b66" class="outline-4"> <div id="outline-container-org65dd141" class="outline-4">
<h4 id="org3ca9b66">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org65dd141">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org3ca9b66"> <div class="outline-text-4" id="text-org65dd141">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5> <h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
@@ -382,9 +381,9 @@ Luminous.
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org0628bfe" class="outline-3"> <div id="outline-container-org496c3b2" class="outline-3">
<h3 id="org0628bfe">Saturday, 25th October</h3> <h3 id="org496c3b2">Saturday, 25th October</h3>
<div class="outline-text-3" id="text-org0628bfe"> <div class="outline-text-3" id="text-org496c3b2">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
@@ -398,9 +397,9 @@ Went to the forest and farm today. First time printing PETG with the 3D printer
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org198794e" class="outline-4"> <div id="outline-container-org84b17ef" class="outline-4">
<h4 id="org198794e">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org84b17ef">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org198794e"> <div class="outline-text-4" id="text-org84b17ef">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5> <h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
@@ -412,7 +411,7 @@ Went to the forest and farm today. First time printing PETG with the 3D printer
<div class="outline-text-5" id="text-dailies-drawing"> <div class="outline-text-5" id="text-dailies-drawing">
<div class="org-center"> <div class="org-center">
<figure id="org8b5cf2b"> <figure id="orgbf2b870">
<img src="../../static/images/journal/drawing-25102025.jpg" alt="drawing-25102025.jpg" width="70%"> <img src="../../static/images/journal/drawing-25102025.jpg" alt="drawing-25102025.jpg" width="70%">
</figure> </figure>
@@ -449,13 +448,13 @@ Went to the forest and farm today. First time printing PETG with the 3D printer
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-28</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 44, 2025</title> <title>Journal Week 44, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,7 +209,7 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
@@ -220,13 +219,13 @@
<a href="./w43-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w45-2025.html">Next</a> <a href="./w43-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w45-2025.html">Next</a>
</p> </p>
</div> </div>
<div id="outline-container-orgc72acfb" class="outline-2"> <div id="outline-container-org68b7ea4" class="outline-2">
<h2 id="orgc72acfb">Journal Week 44, 2025</h2> <h2 id="org68b7ea4">Journal Week 44, 2025</h2>
<div class="outline-text-2" id="text-orgc72acfb"> <div class="outline-text-2" id="text-org68b7ea4">
</div> </div>
<div id="outline-container-orge8a1201" class="outline-3"> <div id="outline-container-org6e50515" class="outline-3">
<h3 id="orge8a1201">Monday, 27th October</h3> <h3 id="org6e50515">Monday, 27th October</h3>
<div class="outline-text-3" id="text-orge8a1201"> <div class="outline-text-3" id="text-org6e50515">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
@@ -236,9 +235,9 @@ Slow day today. Mondays are dangerous! Played a lot of Minecraft which was fun.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org8dc86fd" class="outline-4"> <div id="outline-container-org8b5bd7c" class="outline-4">
<h4 id="org8dc86fd">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org8b5bd7c">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org8dc86fd"> <div class="outline-text-4" id="text-org8b5bd7c">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -277,9 +276,9 @@ Slow day today. Mondays are dangerous! Played a lot of Minecraft which was fun.
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org06c0e05" class="outline-3"> <div id="outline-container-orga708d55" class="outline-3">
<h3 id="org06c0e05">Tuesday, 28th October</h3> <h3 id="orga708d55">Tuesday, 28th October</h3>
<div class="outline-text-3" id="text-org06c0e05"> <div class="outline-text-3" id="text-orga708d55">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
@@ -289,9 +288,9 @@ Did a lot of cleaning in the house today, as well as a trip to the hardware stor
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org14fdf2b" class="outline-4"> <div id="outline-container-org701c5ef" class="outline-4">
<h4 id="org14fdf2b">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org701c5ef">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org14fdf2b"> <div class="outline-text-4" id="text-org701c5ef">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -333,17 +332,17 @@ Didn&rsquo;t have much stamina at the gym, but I&rsquo;m very glad I still went.
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgf28b6de" class="outline-3"> <div id="outline-container-org8009e62" class="outline-3">
<h3 id="orgf28b6de">Wednesday, 29th October</h3> <h3 id="org8009e62">Wednesday, 29th October</h3>
<div class="outline-text-3" id="text-orgf28b6de"> <div class="outline-text-3" id="text-org8009e62">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
<div class="outline-text-4" id="text-dailies-blogging"> <div class="outline-text-4" id="text-dailies-blogging">
</div> </div>
<div id="outline-container-org6bd46f1" class="outline-5"> <div id="outline-container-org73bafa0" class="outline-5">
<h5 id="org6bd46f1">Home Makeover</h5> <h5 id="org73bafa0">Home Makeover</h5>
<div class="outline-text-5" id="text-org6bd46f1"> <div class="outline-text-5" id="text-org73bafa0">
<p> <p>
Today I moved the desk around so that it faces into the living room instead of into the wall. I am not exaggerating when I say this took <i>5 full hours</i>, mostly because of all the cleaning and especially cable management involved. The new setup has a lot of significant advantages: Today I moved the desk around so that it faces into the living room instead of into the wall. I am not exaggerating when I say this took <i>5 full hours</i>, mostly because of all the cleaning and especially cable management involved. The new setup has a lot of significant advantages:
</p> </p>
@@ -359,7 +358,7 @@ Today I moved the desk around so that it faces into the living room instead of i
<div class="org-center"> <div class="org-center">
<figure id="org1cbc27a"> <figure id="org6839755">
<img src="../../static/images/journal/2025.10-desk.jpg" alt="2025.10-desk.jpg" width="100%"> <img src="../../static/images/journal/2025.10-desk.jpg" alt="2025.10-desk.jpg" width="100%">
<figcaption><span class="figure-number">Figure 1: </span><i>New living room situation.</i></figcaption> <figcaption><span class="figure-number">Figure 1: </span><i>New living room situation.</i></figcaption>
@@ -368,7 +367,7 @@ Today I moved the desk around so that it faces into the living room instead of i
<div class="org-center"> <div class="org-center">
<figure id="org680b4b8"> <figure id="orga95dab7">
<img src="../../static/images/journal/2025.10-cables.jpg" alt="2025.10-cables.jpg" width="100%"> <img src="../../static/images/journal/2025.10-cables.jpg" alt="2025.10-cables.jpg" width="100%">
<figcaption><span class="figure-number">Figure 2: </span><i>This is only a part of the cable management.</i></figcaption> <figcaption><span class="figure-number">Figure 2: </span><i>This is only a part of the cable management.</i></figcaption>
@@ -376,9 +375,9 @@ Today I moved the desk around so that it faces into the living room instead of i
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orge732435" class="outline-5"> <div id="outline-container-org5fce36c" class="outline-5">
<h5 id="orge732435">Dutch Elections</h5> <h5 id="org5fce36c">Dutch Elections</h5>
<div class="outline-text-5" id="text-orge732435"> <div class="outline-text-5" id="text-org5fce36c">
<p> <p>
It was election day in NL today. I really don&rsquo;t follow Dutch politics much anymore, but my view in summary: It was election day in NL today. I really don&rsquo;t follow Dutch politics much anymore, but my view in summary:
</p> </p>
@@ -393,9 +392,9 @@ Overall the results feel like somewhat of a return to sanity but also just a ret
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga7ab94b" class="outline-5"> <div id="outline-container-org7b166f5" class="outline-5">
<h5 id="orga7ab94b">Pinko Shit</h5> <h5 id="org7b166f5">Pinko Shit</h5>
<div class="outline-text-5" id="text-orga7ab94b"> <div class="outline-text-5" id="text-org7b166f5">
<p> <p>
I continue to think that there would be a large support base for the Left, if only they would: I continue to think that there would be a large support base for the Left, if only they would:
</p> </p>
@@ -411,18 +410,18 @@ I always feel like the left constantly struggles to express itself through any f
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgfb8ca62" class="outline-5"> <div id="outline-container-orgd53982e" class="outline-5">
<h5 id="orgfb8ca62">Eepy</h5> <h5 id="orgd53982e">Eepy</h5>
<div class="outline-text-5" id="text-orgfb8ca62"> <div class="outline-text-5" id="text-orgd53982e">
<p> <p>
Other than that I slept in very late and used up all my energy cleaning, so I left quite a few things undone. Other than that I slept in very late and used up all my energy cleaning, so I left quite a few things undone.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org8b1f058" class="outline-4"> <div id="outline-container-org1fc45d4" class="outline-4">
<h4 id="org8b1f058">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org1fc45d4">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org8b1f058"> <div class="outline-text-4" id="text-org1fc45d4">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -461,9 +460,9 @@ Other than that I slept in very late and used up all my energy cleaning, so I le
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org28b2351" class="outline-3"> <div id="outline-container-org9efa49c" class="outline-3">
<h3 id="org28b2351">Friday, 31st October</h3> <h3 id="org9efa49c">Friday, 31st October</h3>
<div class="outline-text-3" id="text-org28b2351"> <div class="outline-text-3" id="text-org9efa49c">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4>
@@ -473,9 +472,9 @@ Picked up EMPTYHEAD development again.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org71c3911" class="outline-4"> <div id="outline-container-org081a7b8" class="outline-4">
<h4 id="org71c3911">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org081a7b8">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4>
<div class="outline-text-4" id="text-org71c3911"> <div class="outline-text-4" id="text-org081a7b8">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -517,13 +516,13 @@ Picked up EMPTYHEAD development again.
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-06</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-07 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 45, 2025</title> <title>Journal Week 45, 2025</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,26 +209,26 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div class="org-center"> <div class="org-center">
<p> <p>
<a href="./w44-2025.html">Previous</a> | <a href="./index.html">Index</a> <a href="./w44-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w46-2025.html">Next</a>
</p> </p>
</div> </div>
<div id="outline-container-org0dc0ce3" class="outline-2"> <div id="outline-container-orgbf6f2a8" class="outline-2">
<h2 id="org0dc0ce3">Journal Week 45, 2025</h2> <h2 id="orgbf6f2a8">Journal Week 45, 2025</h2>
<div class="outline-text-2" id="text-org0dc0ce3"> <div class="outline-text-2" id="text-orgbf6f2a8">
</div> </div>
<div id="outline-container-org668a1c7" class="outline-3"> <div id="outline-container-org3342054" class="outline-3">
<h3 id="org668a1c7">Thursday, 6th November</h3> <h3 id="org3342054">Thursday, 6th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org668a1c7"> <div class="outline-text-3" id="text-org3342054">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging"> <div class="outline-text-4" id="text-dailies-blogging">
<p> <p>
Not been very consistent with the journaling lately&#x2026; I&rsquo;m doing alright. I miss home. Melancholic, but it will pass. Not been very consistent with the journaling lately&#x2026; I&rsquo;m doing alright. I miss home. Melancholic, but it will pass.
@@ -240,9 +239,9 @@ Went to see <a href="https://en.wikipedia.org/wiki/TEKE::TEKE">TEKE::TEKE</a> li
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgc9be62c" class="outline-4"> <div id="outline-container-orgba60239" class="outline-4">
<h4 id="orgc9be62c">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="orgba60239">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgc9be62c"> <div class="outline-text-4" id="text-orgba60239">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -281,21 +280,21 @@ Went to see <a href="https://en.wikipedia.org/wiki/TEKE::TEKE">TEKE::TEKE</a> li
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgdb5a556" class="outline-3"> <div id="outline-container-org68c284e" class="outline-3">
<h3 id="orgdb5a556">Friday, 7th November</h3> <h3 id="org68c284e">Friday, 7th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-orgdb5a556"> <div class="outline-text-3" id="text-org68c284e">
</div> </div>
<div id="outline-container-dailies-blogging" class="outline-4"> <div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal</h4> <h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging"> <div class="outline-text-4" id="text-dailies-blogging">
<p> <p>
Tired, so tired. Tired, so tired.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org49adc56" class="outline-4"> <div id="outline-container-org4eed564" class="outline-4">
<h4 id="org49adc56">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span></span></h4> <h4 id="org4eed564">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org49adc56"> <div class="outline-text-4" id="text-org4eed564">
</div> </div>
<div id="outline-container-dailies-meditation" class="outline-5"> <div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5> <h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
@@ -334,16 +333,167 @@ Tired, so tired.
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgfd07014" class="outline-3">
<h3 id="orgfd07014">Saturday, 8th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-orgfd07014">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Many chores today. Spent a good while sorting out my PC and cleaning up files; I&rsquo;m also retiring my old <a href="https://github.com/hydrusnetwork/hydrus">Hydrus</a> install in favor of a new one that&rsquo;ll be maintained a bit more carefully. Sorting out my phone and laptop is a job for another day.
</p>
<p>
Finally starting to get a handle on the healthcare situation.
</p>
<p>
Today I finished <i>After the Ecstacy, the Laundry</i>.
</p>
</div> </div>
</div> </div>
<div id="outline-container-orgb4d0344" class="outline-4">
<h4 id="orgb4d0344">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgb4d0344">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="todo NO">NO</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="done YES">YES</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-orga5132e8" class="outline-3">
<h3 id="orga5132e8">Sunday, 9th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-orga5132e8">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Bunch more chores today. Leather buttons on my old wool coat fell off and I fixed them with superglue. I ripped out my old<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup> guitar&rsquo;s crusty wiring and hardwired one of the pickups in the interim until I get around to rewiring it:
</p>
<div class="multi-img" id="org352dca7">
<figure id="org505dad6">
<img src="../../static/images/journal/2025.11-guitar-old.jpg" alt="2025.11-guitar-old.jpg" width="100%">
<figcaption><span class="figure-number">Figure 1: </span><i>Before (crusty and broken).</i></figcaption>
</figure>
<figure id="orgaa1a459">
<img src="../../static/images/journal/2025.11-guitar-new.jpg" alt="2025.11-guitar-new.jpg" width="100%">
<figcaption><span class="figure-number">Figure 2: </span><i>After.</i></figcaption>
</figure>
</div>
<p>
The journal pages got a big CSS makeover. The change isn&rsquo;t retroactive, so you can compare <a href="./w45-2025.html">this week</a> to <a href="./w44-2025.html">last week</a>.
</p>
<p>
New bugs unlocked:
</p>
<ul class="org-ul">
<li>relative links break in the front page table embed view</li>
<li>footnote hover css doesn&rsquo;t work in front page either</li>
</ul>
</div>
</div>
<div id="outline-container-orgac5c357" class="outline-4">
<h4 id="orgac5c357">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgac5c357">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</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">Early 90s Ibanez EX370</p></div></div>
</div>
</div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-07</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-10</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

569
html/journal/w46-2025.html Normal file
View File

@@ -0,0 +1,569 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-11-28 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 46, 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>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<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 — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
<div class="org-center">
<p>
<a href="./w45-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w47-2025.html">Next</a>
</p>
</div>
<div id="outline-container-orgb88f9f2" class="outline-2">
<h2 id="orgb88f9f2">Journal Week 46, 2025</h2>
<div class="outline-text-2" id="text-orgb88f9f2">
</div>
<div id="outline-container-org9d6a222" class="outline-3">
<h3 id="org9d6a222">Monday, 10th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org9d6a222">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
It&rsquo;s the 100πth day of the year.
</p>
<p>
I watched <a href="https://en.wikipedia.org/wiki/Persepolis_(film)"><i>Persepolis (2007)</i></a>. What a film, it&rsquo;s one of my favourite movies now. Gorgeous. Gonna take a while to fully digest. I deeply appreciate France for being one of the strongholds of animations in the world, because the world deserves for this film to be made, and we don&rsquo;t see films like this come out of Japan &#x2014; both graphically and thematically.
</p>
<p>
Feels like I&rsquo;m largely just running around doing chores again today. At least it&rsquo;s less of a backlog and more of a matter of lifting things to a higher standard; the house is nice and clean again as well now and so is the PC. This website is also getting a lot of TLC bit-by-bit.
</p>
<p>
Tomorrow&rsquo;s the anniversary of the end of WWI which is a national holiday here, so my partner&rsquo;s taken today off as well for the long weekend. We were neutral in WWI where I&rsquo;m from, but we do celebrate St. Martin&rsquo;s Day on 11/11. I was hoping to spend the long weekend focusing on music production, but we&rsquo;re 2.5 days into running chores instead so far; at least the end of that is in sight.
</p>
<p>
I&rsquo;m gonna start sending out job applications today; I&rsquo;m also still available for contracting and will be reaching out to more people for that as well, but finding gigs is hard and some financial stability would be very welcome right now. I&rsquo;m looking for parttime and/or full-remote positions, preferably both. I&rsquo;m pretty anxious about the job search&#x2026; I&rsquo;m plenty confident in my skills as an engineer, but I have a pretty irregular employment history and a language barrier with the country I reside in, with parttime/full-remote being yet another constraint on top of that. At least we don&rsquo;t need very much extra income at all, but conversely we are also capital-B Broke right now. End of year bonuses and rebates will take some of the pressure off; that&rsquo;s another ~2 months out, but will presumably arrive before stable employment regardless.
</p>
<p>
I want to start writing my Summer 2025 Anime Retrospective soon. I have my thoughts worked out, so it&rsquo;s just a matter of finding the time to sit down and write it (I haven&rsquo;t yet finished <i>Bad Girl</i> either).
</p>
</div>
</div>
<div id="outline-container-orgbc27b62" class="outline-4">
<h4 id="orgbc27b62">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgbc27b62">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-orgfc16ff8" class="outline-3">
<h3 id="orgfc16ff8">Tuesday, 11th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-orgfc16ff8">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Happy St. Martin&rsquo;s/End of WWI!
</p>
<p>
Trying to sell our dry herb vaporizer &#x2014; cutting down weed consumption to once-every-few-months tier, and I notice I get much less full-spectrum effects vaporizing vs just smoking leading me to consume more &#x2014; but leboncoin took down our listing because something something drug paraphernalia. Nevermind that the product is legally for sale here, nevermind that there&rsquo;s legitimate non-drug uses for it, nevermind that the exact same product is for sale in other listings on leboncoin&#x2026; of course contacting support for this kind of thing is pointless. Solveable problem but so much ado about nothing. On the flipside, we managed to sell our Roland GI-10 that we got for our <a href="../events/premier_impact.html">Premier Impact</a> show. We bought it for €100 and sold it for €50, which I guess is alright for such an obsolete low-volume item.
</p>
<p>
This website now runs off <a href="https://redbean.dev/">Redbean</a> (formerly lighttpd) &#x2014; one reason being that lighttpd&rsquo;s documentation is an unworkable mess (we were configuring caching) and another reason being that redbean is awesome. <a href="https://justine.lol/">Justine</a> is awesome. On that note, CSS/JS <i>should</i> now be cached for a day while HTML <i>should</i> be uncached, I hope (HTTP caching is confusing).
</p>
<p>
Starting to get serious about practicing the electronic drum kit that&rsquo;s been standing in the corner for the past year and a half
</p>
<div class="org-center">
<figure id="org150f1cd">
<img src="../../static/images/journal/2025.11-drums.jpg" alt="2025.11-drums.jpg" width="100%">
<figcaption><span class="figure-number">Figure 1: </span><i>Tweaking the ergonomics on this thing is a lot of work.</i></figcaption>
</figure>
</div>
<p>
I&rsquo;ve started looking into the Linux FOSS music production stack again&#x2026; provisional conclusions:
</p>
<ul class="org-ul">
<li><b>Zrythm</b> looks promising and afaict the backend is good, but the V1 frontend is unusably slow, with V2 in active development with a full GUI rewrite (GTK→QT) but still far from production-ready;
<ul class="org-ul">
<li>Side note: seems like almost nobody is writing major GUIs in GTK anymore, which is understandable given how dogshit GTK has become&#x2026;</li>
</ul></li>
<li><b>Ardour</b> is still Ardour, as far as I can tell it&rsquo;s a good DAW but just not designed for a MIDI-heavy workflow;</li>
<li><b>LMMS</b> seems to be under very active development (26 PRs last month according to their forums) but they haven&rsquo;t cut so much as an alpha release since 2020&#x2026; Very strange, though I get the impression they <i>are</i> working towards a release;</li>
<li>Right now a primarily <b>No-DAW</b> stack still seems the most viable.</li>
</ul>
<p>
I&rsquo;m gonna give <a href="https://ubuntustudio.org/">Ubuntu Studio</a> another whirl tomorrow.
</p>
<p>
Still getting less-than-ideal sleep with a lot of nightmares, though it feels like things are starting to normalize a bit again, and at least my circadian rhythm is fine.
</p>
</div>
</div>
<div id="outline-container-org2e9eebd" class="outline-4">
<h4 id="org2e9eebd">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org2e9eebd">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-org77b8806" class="outline-3">
<h3 id="org77b8806">Friday, 14th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org77b8806">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Been pretty dead for a couple days&#x2026; sleep issues. I&rsquo;ll try and be a bit more dilligent about always adding the journal entries, at least.
</p>
<p>
Started making a lot of refactors to the website.
</p>
</div>
</div>
<div id="outline-container-orgd3d250c" class="outline-4">
<h4 id="orgd3d250c">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgd3d250c">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done EXCELLENT">EXCELLENT</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-org2cf1158" class="outline-3">
<h3 id="org2cf1158">Saturday, 15th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org2cf1158">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Good gym session today. Worked on formatting my Anki cards. Read about the Three Kingdoms period. Not much else to say.
</p>
</div>
</div>
<div id="outline-container-orge63653d" class="outline-4">
<h4 id="orge63653d">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orge63653d">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done YES">YES</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done FREED">FREED</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done EXCELLENT">EXCELLENT</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done EXCELLENT">EXCELLENT</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="done YES">YES</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-org92c30e2" class="outline-3">
<h3 id="org92c30e2">Sunday, 16th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org92c30e2">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Two hours of drums practice today! Started feeling somewhat lethargic after that. Did a bunch of work reorganizing Hydrus.
</p>
</div>
</div>
<div id="outline-container-org74d5aa1" class="outline-4">
<h4 id="org74d5aa1">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org74d5aa1">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done FREED">FREED</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="todo NO">NO</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-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>
Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>
</html>

361
html/journal/w47-2025.html Normal file
View File

@@ -0,0 +1,361 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-11-28 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 47, 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>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<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 — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
<div class="org-center">
<p>
<a href="./w46-2025.html">Previous</a> | <a href="./index.html">Index</a> | <a href="./w48-2025.html">Next</a>
</p>
</div>
<div id="outline-container-org4a3572d" class="outline-2">
<h2 id="org4a3572d">Journal Week 47, 2025</h2>
<div class="outline-text-2" id="text-org4a3572d">
</div>
<div id="outline-container-orgab0ca5a" class="outline-3">
<h3 id="orgab0ca5a">Thursday, 20th November 2025&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-orgab0ca5a">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Oof I have not been good about updating the journal again.
</p>
<p>
Extensively updated <a href="../source.html">source.org</a>. Very proud of it now. Cool. Took a full hour for meditation as well during lunch break; let&rsquo;s hope I can keep up that habit.
</p>
<p>
I have a new daily schedule now that I like; I&rsquo;ll try and do a writeup of it tomorrow.
</p>
<p>
Planning to change/simplify the habit tracker somewhat, and drop some of the categories.
</p>
</div>
</div>
<div id="outline-container-org6549ae4" class="outline-4">
<h4 id="org6549ae4">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org6549ae4">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="done EXCELLENT">EXCELLENT</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="done YES">YES</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done EXCELLENT">EXCELLENT</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="done YES">YES</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-org384aaad" class="outline-3">
<h3 id="org384aaad">Friday, 21st November 2025</h3>
<div class="outline-text-3" id="text-org384aaad">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Stomach hurts. Slow day because of it. Started checking out the new OSRS Sailing skill &#x2014; seems fun.
</p>
<p>
Added a favicon to the website. They&rsquo;re really hard to make!
</p>
</div>
</div>
<div id="outline-container-org537c71b" class="outline-4">
<h4 id="org537c71b">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org537c71b">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="todo NO">NO</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="todo NO">NO</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="todo NO">NO</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-27</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>
</html>

357
html/journal/w48-2025.html Normal file
View File

@@ -0,0 +1,357 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-12-02 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Journal Week 48, 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>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<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 — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
<div class="org-center">
<p>
<a href="./w47-2025.html">Previous</a> | <a href="./index.html">Index</a>
</p>
</div>
<div id="outline-container-org812e8dd" class="outline-2">
<h2 id="org812e8dd">Journal Week 48, 2025</h2>
<div class="outline-text-2" id="text-org812e8dd">
</div>
<div id="outline-container-org7bfccdc" class="outline-3">
<h3 id="org7bfccdc">Thursday, 27th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org7bfccdc">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
Phew. Came down with a pretty bad stomach bug for a while. All better now, thankfully.
</p>
<p>
Came up with some <a href="../productivity.html">productivity notes</a>, including a daily schedule. It&rsquo;s still undever development and maybe a little dense, but it&rsquo;s nice to have some guideline structure that includes everything. I&rsquo;m especially prioritizing French study and finding work now.
</p>
<p>
The email address in the footer works again now! I&rsquo;m using Porkbun&rsquo;s mail host now &#x2013; $2/month, so that&rsquo;s very reasonable.
</p>
<p>
Gonna start cold emailing for employment leads today&#x2026; nervous as hell, not gonna lie.
</p>
</div>
</div>
<div id="outline-container-orgfaaa526" class="outline-4">
<h4 id="orgfaaa526">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-orgfaaa526">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="todo NO">NO</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
<div id="outline-container-org66e6df8" class="outline-3">
<h3 id="org66e6df8">Friday, 28th November&#xa0;&#xa0;&#xa0;<span class="tag"><span class="journal">journal</span></span></h3>
<div class="outline-text-3" id="text-org66e6df8">
</div>
<div id="outline-container-dailies-blogging" class="outline-4">
<h4 id="dailies-blogging"><span class="done YES">YES</span> Journal&#xa0;&#xa0;&#xa0;<span class="tag"><span class="jentry">jentry</span></span></h4>
<div class="outline-text-4" id="text-dailies-blogging">
<p>
A new day! I&rsquo;m on schedule today. My partner made pancakes for breakfast, so I&rsquo;m happy.
</p>
</div>
</div>
<div id="outline-container-org12903c6" class="outline-4">
<h4 id="org12903c6">Habits&#xa0;&#xa0;&#xa0;<span class="tag"><span class="autocollapse">autocollapse</span>&#xa0;<span class="habits">habits</span></span></h4>
<div class="outline-text-4" id="text-org12903c6">
</div>
<div id="outline-container-dailies-meditation" class="outline-5">
<h5 id="dailies-meditation"><span class="todo NO">NO</span> Meditation</h5>
<div class="outline-text-5" id="text-dailies-meditation">
</div>
</div>
<div id="outline-container-dailies-drawing" class="outline-5">
<h5 id="dailies-drawing"><span class="todo NO">NO</span> Drawing</h5>
<div class="outline-text-5" id="text-dailies-drawing">
</div>
</div>
<div id="outline-container-dailies-engineering" class="outline-5">
<h5 id="dailies-engineering"><span class="done YES">YES</span> Engineering</h5>
<div class="outline-text-5" id="text-dailies-engineering">
</div>
</div>
<div id="outline-container-dailies-french" class="outline-5">
<h5 id="dailies-french"><span class="done YES">YES</span> French</h5>
<div class="outline-text-5" id="text-dailies-french">
</div>
</div>
<div id="outline-container-dailies-social" class="outline-5">
<h5 id="dailies-social"><span class="done YES">YES</span> Social</h5>
<div class="outline-text-5" id="text-dailies-social">
</div>
</div>
<div id="outline-container-dailies-exercise" class="outline-5">
<h5 id="dailies-exercise"><span class="done YES">YES</span> Exercise</h5>
<div class="outline-text-5" id="text-dailies-exercise">
</div>
</div>
<div id="outline-container-dailies-reading" class="outline-5">
<h5 id="dailies-reading"><span class="todo NO">NO</span> Reading</h5>
<div class="outline-text-5" id="text-dailies-reading">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-28</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Links</title> <title>Links</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,18 +209,18 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgc67d6ab" class="outline-2"> <div id="outline-container-org4e1c1ed" class="outline-2">
<h2 id="orgc67d6ab">Links</h2> <h2 id="org4e1c1ed">Links</h2>
<div class="outline-text-2" id="text-orgc67d6ab"> <div class="outline-text-2" id="text-org4e1c1ed">
</div> </div>
<div id="outline-container-org3372b20" class="outline-3"> <div id="outline-container-org2e4a80e" class="outline-3">
<h3 id="org3372b20">2025</h3> <h3 id="org2e4a80e">2025</h3>
<div class="outline-text-3" id="text-org3372b20"> <div class="outline-text-3" id="text-org2e4a80e">
<ul class="org-ul"> <ul class="org-ul">
<li><a href="./w27-2025-30.06-06.07-links.html">Week 27</a></li> <li><a href="./w27-2025-30.06-06.07-links.html">Week 27</a></li>
</ul> </ul>
@@ -230,13 +229,13 @@
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Links for week 27, 2025 (June 30 to July 06)</title> <title>Links for week 27, 2025 (June 30 to July 06)</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,28 +209,28 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org01d319d" class="outline-2"> <div id="outline-container-orga7794c7" class="outline-2">
<h2 id="org01d319d">Links for week 27, 2025 (June 30 to July 06)</h2> <h2 id="orga7794c7">Links for week 27, 2025 (June 30 to July 06)</h2>
<div class="outline-text-2" id="text-org01d319d"> <div class="outline-text-2" id="text-orga7794c7">
</div> </div>
<div id="outline-container-org08ac628" class="outline-3"> <div id="outline-container-org040f7e3" class="outline-3">
<h3 id="org08ac628"><a href="https://en.wikipedia.org/wiki/Sebastianism">Sebastianism</a></h3> <h3 id="org040f7e3"><a href="https://en.wikipedia.org/wiki/Sebastianism">Sebastianism</a></h3>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-04</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Appeal Regarding Rejection for Computer Science MSc Programmes at IP Paris</title> <title>Appeal Regarding Rejection for Computer Science MSc Programmes at IP Paris</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,14 +209,14 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgee67d80" class="outline-2"> <div id="outline-container-org208161a" class="outline-2">
<h2 id="orgee67d80">Appeal Regarding Rejection for Computer Science MSc Programmes at IP Paris</h2> <h2 id="org208161a">Appeal Regarding Rejection for Computer Science MSc Programmes at IP Paris</h2>
<div class="outline-text-2" id="text-orgee67d80"> <div class="outline-text-2" id="text-org208161a">
<p> <p>
Dear esteemed President of the Institut Polytechnique de Paris, Dear esteemed President of the Institut Polytechnique de Paris,
</p> </p>
@@ -285,13 +284,13 @@ akk0
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>The Story of Ultraman</title> <title>The Story of Ultraman</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org71306f4" class="outline-2"> <div id="outline-container-org4a286ee" class="outline-2">
<h2 id="org71306f4">The Story of Ultraman</h2> <h2 id="org4a286ee">The Story of Ultraman</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-07-18</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>How This Blog Works</title> <title>How This Blog Works</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org6b69f21" class="outline-2"> <div id="outline-container-orgdda6d76" class="outline-2">
<h2 id="org6b69f21">How This Blog Works</h2> <h2 id="orgdda6d76">How This Blog Works</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='publish-date'>Published: 2025-09-27</div><div id='modified-date'>Last modified: 2025-09-27</div><hr> <div id='footer'><div id='publish-date'>Published: 2025-09-27</div><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Fiction</title> <title>Fiction</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org3f0ace3" class="outline-2"> <div id="outline-container-org4bd9735" class="outline-2">
<h2 id="org3f0ace3">Fiction</h2> <h2 id="org4bd9735">Fiction</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='publish-date'>Published: 2025-10-03</div><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='publish-date'>Published: 2025-10-03</div><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>A West Coast Gospel</title> <title>A West Coast Gospel</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,18 +209,18 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org50de597" class="outline-2"> <div id="outline-container-org8055bf7" class="outline-2">
<h2 id="org50de597">todo title</h2> <h2 id="org8055bf7">todo title</h2>
<div class="outline-text-2" id="text-org50de597"> <div class="outline-text-2" id="text-org8055bf7">
</div> </div>
<div id="outline-container-org3b3ad97" class="outline-3"> <div id="outline-container-org2944151" class="outline-3">
<h3 id="org3b3ad97">I</h3> <h3 id="org2944151">I</h3>
<div class="outline-text-3" id="text-org3b3ad97"> <div class="outline-text-3" id="text-org2944151">
<p> <p>
Sacramento, California, 2355. Jesus Salvador Rodriguez was a teacher and healer. Working two jobs was hard work, but he liked the extra income, hoping the size of his palestial two-bedroom apartment would help attract a mate. Long ago, before the Singularity, there had been many jobs; now it was down to just two. There were healers, who worked in healthcare administration, and teachers, who worked in college administration. Rumors had it that somewhere out there the Digital Nomads yet roamed, traversing the galaxy in a bid to get ever further away from California. Scientific concensus dismissed these rumors as a hoax, holding that the universe held nil but Earth and Paperclip. Sacramento, California, 2355. Jesus Salvador Rodriguez was a teacher and healer. Working two jobs was hard work, but he liked the extra income, hoping the size of his palestial two-bedroom apartment would help attract a mate. Long ago, before the Singularity, there had been many jobs; now it was down to just two. There were healers, who worked in healthcare administration, and teachers, who worked in college administration. Rumors had it that somewhere out there the Digital Nomads yet roamed, traversing the galaxy in a bid to get ever further away from California. Scientific concensus dismissed these rumors as a hoax, holding that the universe held nil but Earth and Paperclip.
</p> </p>
@@ -231,9 +230,9 @@ Naively reasoning one would suggest that, with nanobots supporting one&rsquo;s e
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgbfa1dcb" class="outline-3"> <div id="outline-container-org54741ca" class="outline-3">
<h3 id="orgbfa1dcb">II</h3> <h3 id="org54741ca">II</h3>
<div class="outline-text-3" id="text-orgbfa1dcb"> <div class="outline-text-3" id="text-org54741ca">
<p> <p>
It was Thursday afternoon, and Jesus was at work. When not? Long ago, there had been the matter between <i>Working From Home</i> and <i>Living In The Office</i>, and the office had won. Everyone was, of course, well aware of the irony of living at the office for the sole purpose of renting an apartment, this being the subject of a centuries-old comedic tradition. A tale as old as time; so as the peacock shows its fitness by painting a target of auspicious technicolor plumes on its own back, so must humans do retarded shit to get laid. It was Thursday afternoon, and Jesus was at work. When not? Long ago, there had been the matter between <i>Working From Home</i> and <i>Living In The Office</i>, and the office had won. Everyone was, of course, well aware of the irony of living at the office for the sole purpose of renting an apartment, this being the subject of a centuries-old comedic tradition. A tale as old as time; so as the peacock shows its fitness by painting a target of auspicious technicolor plumes on its own back, so must humans do retarded shit to get laid.
</p> </p>
@@ -255,9 +254,9 @@ He finished his meal and went back inside, making his way past the office and to
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgde8088e" class="outline-3"> <div id="outline-container-orgfdcb437" class="outline-3">
<h3 id="orgde8088e">III</h3> <h3 id="orgfdcb437">III</h3>
<div class="outline-text-3" id="text-orgde8088e"> <div class="outline-text-3" id="text-orgfdcb437">
<p> <p>
<b>SPIDER!!!</b>. Now that I have your attention, <b>SPIDER!!!</b>. It&rsquo;d bit him. It shouldn&rsquo;t have been there. After months of negotiation, a deal&rsquo;d been reached. Clippy, the universe. Humans, the Earth. Spiders, Australia. This was not Australia. Thus the Tripartite Partition Treaty designated the spider as an enemy combatant, overruling the California Bill of Animal Rights&rsquo; prohibition on killing insects. Jesus shot at it with his web. Web? Web! Spider silk! Strong as steel, tough as kevlar, a wonderful material. Extremely illegal, as it was not listed on the California State <del>Whitelist</del> Allowlist of Materials Known Not To Cause Cancer (Superintelligence offered to provide a much longer list, but since the bulk of chemicals is not carcinogenic, the list would&rsquo;ve required Randian amounts of paper to print and this was deemed environmentally unfriendly). <b>SPIDER!!!</b>. Now that I have your attention, <b>SPIDER!!!</b>. It&rsquo;d bit him. It shouldn&rsquo;t have been there. After months of negotiation, a deal&rsquo;d been reached. Clippy, the universe. Humans, the Earth. Spiders, Australia. This was not Australia. Thus the Tripartite Partition Treaty designated the spider as an enemy combatant, overruling the California Bill of Animal Rights&rsquo; prohibition on killing insects. Jesus shot at it with his web. Web? Web! Spider silk! Strong as steel, tough as kevlar, a wonderful material. Extremely illegal, as it was not listed on the California State <del>Whitelist</del> Allowlist of Materials Known Not To Cause Cancer (Superintelligence offered to provide a much longer list, but since the bulk of chemicals is not carcinogenic, the list would&rsquo;ve required Randian amounts of paper to print and this was deemed environmentally unfriendly).
</p> </p>
@@ -271,9 +270,9 @@ Enfin, since carcinogenic compounds were considered Schedule I drugs (the era of
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org86284d7" class="outline-3"> <div id="outline-container-org452c7bf" class="outline-3">
<h3 id="org86284d7">IV, or as Uccello Knew It, IIII</h3> <h3 id="org452c7bf">IV, or as Uccello Knew It, IIII</h3>
<div class="outline-text-3" id="text-org86284d7"> <div class="outline-text-3" id="text-org452c7bf">
<p> <p>
Skirt. Crop top. Boots; leather. Jacket; leather. Socks - long, green; nails, too. <i>Victoria</i>. And her guitar. Not the kind that goes <i>pling plong</i>. The kind that makes an onomatopoeia befitting very aggressive electric guitar playing. She looked like a relic. Fashion from when old was new again in her great-great-great-grandmother&rsquo;s days. Loved to smoke the ganja. Everyone smoked, as cannabis consumption had been made compulsory in California, but she really enjoyed it. Skirt. Crop top. Boots; leather. Jacket; leather. Socks - long, green; nails, too. <i>Victoria</i>. And her guitar. Not the kind that goes <i>pling plong</i>. The kind that makes an onomatopoeia befitting very aggressive electric guitar playing. She looked like a relic. Fashion from when old was new again in her great-great-great-grandmother&rsquo;s days. Loved to smoke the ganja. Everyone smoked, as cannabis consumption had been made compulsory in California, but she really enjoyed it.
</p> </p>
@@ -299,9 +298,9 @@ Jesus&rsquo; apartment. <i>Wanna come in, have a smoke?</i>
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org63c0f7b" class="outline-3"> <div id="outline-container-org0dcf8f8" class="outline-3">
<h3 id="org63c0f7b">V</h3> <h3 id="org0dcf8f8">V</h3>
<div class="outline-text-3" id="text-org63c0f7b"> <div class="outline-text-3" id="text-org0dcf8f8">
<p> <p>
Before the cloud had left her black lips, she&rsquo;d already pinched the pegs of her axe - she carried it with her everywhere - and started tuning it. Looking down, blushing, wanting to look at anything but Jesus. <i>Cute</i>. <i>Cutecutecutecutecutecute</i>, he thought. <i>The damn guitar obscures her belly</i>, he thought. She, on her part, thought something perhaps best transliterated as <i>asodifhweofnoqfc</i>. She was no good with this kind of thing. She couldn&rsquo;t deal with emotions using words. She&rsquo;d rather play than speak; her fingers outskilled her tongue. Before the cloud had left her black lips, she&rsquo;d already pinched the pegs of her axe - she carried it with her everywhere - and started tuning it. Looking down, blushing, wanting to look at anything but Jesus. <i>Cute</i>. <i>Cutecutecutecutecutecute</i>, he thought. <i>The damn guitar obscures her belly</i>, he thought. She, on her part, thought something perhaps best transliterated as <i>asodifhweofnoqfc</i>. She was no good with this kind of thing. She couldn&rsquo;t deal with emotions using words. She&rsquo;d rather play than speak; her fingers outskilled her tongue.
</p> </p>
@@ -319,17 +318,17 @@ Jesus felt for her. He wanted to hear it. He wanted all of her, the song of her
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org86df5cf" class="outline-3"> <div id="outline-container-orgfd3c464" class="outline-3">
<h3 id="org86df5cf">VI</h3> <h3 id="orgfd3c464">VI</h3>
<div class="outline-text-3" id="text-org86df5cf"> <div class="outline-text-3" id="text-orgfd3c464">
<p> <p>
Jesús webbed. Jesús webbed.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orged4d150" class="outline-3"> <div id="outline-container-orgcbc9972" class="outline-3">
<h3 id="orged4d150">notes</h3> <h3 id="orgcbc9972">notes</h3>
<div class="outline-text-3" id="text-orged4d150"> <div class="outline-text-3" id="text-orgcbc9972">
<p> <p>
something something violin string something something violin string
it&rsquo;s a sexual metaphor it&rsquo;s a sexual metaphor
@@ -343,13 +342,13 @@ spider silk bdsm
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='publish-date'>Published: 2023-03-24</div><div id='modified-date'>Last modified: 2025-09-27</div><hr> <div id='footer'><div id='publish-date'>Published: 2023-03-24</div><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-07 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Framework Laptop Review</title> <title>Framework Laptop Review</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,18 +209,18 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org0b9238e" class="outline-2"> <div id="outline-container-org9fefd24" class="outline-2">
<h2 id="org0b9238e">My Experience with the Framework Laptop</h2> <h2 id="org9fefd24">My Experience with the Framework Laptop</h2>
<div class="outline-text-2" id="text-org0b9238e"> <div class="outline-text-2" id="text-org9fefd24">
</div> </div>
<div id="outline-container-orgd0c4024" class="outline-3"> <div id="outline-container-org1035ea4" class="outline-3">
<h3 id="orgd0c4024">Ordering</h3> <h3 id="org1035ea4">Ordering</h3>
<div class="outline-text-3" id="text-orgd0c4024"> <div class="outline-text-3" id="text-org1035ea4">
<p> <p>
I&rsquo;d been eyeing the <a href="https:frame.work">Framework laptop</a> since somewhere in October 2021, but the EU release got delayed and they were very hesitant to give time estimates. I only managed to get my hands on it in late February, and I ended up having to have it delivered to France. I understand the difficulty of setting up logistics especially these days, but I broke my previous laptop and being stuck in limbo like this was not fun. I&rsquo;d been eyeing the <a href="https:frame.work">Framework laptop</a> since somewhere in October 2021, but the EU release got delayed and they were very hesitant to give time estimates. I only managed to get my hands on it in late February, and I ended up having to have it delivered to France. I understand the difficulty of setting up logistics especially these days, but I broke my previous laptop and being stuck in limbo like this was not fun.
</p> </p>
@@ -232,13 +231,13 @@ I asked their customer service to make a small change to the delivery address, b
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org37f7ce6" class="outline-3"> <div id="outline-container-org3ddd439" class="outline-3">
<h3 id="org37f7ce6">Set-up</h3> <h3 id="org3ddd439">Set-up</h3>
<div class="outline-text-3" id="text-org37f7ce6"> <div class="outline-text-3" id="text-org3ddd439">
</div> </div>
<div id="outline-container-orgda2542b" class="outline-4"> <div id="outline-container-org5876850" class="outline-4">
<h4 id="orgda2542b">Hardware</h4> <h4 id="org5876850">Hardware</h4>
<div class="outline-text-4" id="text-orgda2542b"> <div class="outline-text-4" id="text-org5876850">
<p> <p>
I got the DIY edition with the (lowest-end) i5-1135G7 CPU, 2x16GB RAM. I brought my own 1TB SSD. The higher spec CPUs didn&rsquo;t seem worth the money to me. The RAM is probably overkill. I got the DIY edition with the (lowest-end) i5-1135G7 CPU, 2x16GB RAM. I brought my own 1TB SSD. The higher spec CPUs didn&rsquo;t seem worth the money to me. The RAM is probably overkill.
</p> </p>
@@ -265,9 +264,9 @@ The more you look at it, the nicer it gets!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge652eab" class="outline-4"> <div id="outline-container-org86a8d5d" class="outline-4">
<h4 id="orge652eab">Software</h4> <h4 id="org86a8d5d">Software</h4>
<div class="outline-text-4" id="text-orge652eab"> <div class="outline-text-4" id="text-org86a8d5d">
<p> <p>
I installed Gentoo GNU+Linux on the laptop, just like I have on my desktop. I used an Ubuntu live CD as the install medium together with the Gentoo stage3 tarball, and it worked well. I didn&rsquo;t really have to jump through any laptop-specific hoops, it was a very nice experience. I did use the dist-kernel rather than configuring my own. I installed Gentoo GNU+Linux on the laptop, just like I have on my desktop. I used an Ubuntu live CD as the install medium together with the Gentoo stage3 tarball, and it worked well. I didn&rsquo;t really have to jump through any laptop-specific hoops, it was a very nice experience. I did use the dist-kernel rather than configuring my own.
</p> </p>
@@ -276,9 +275,9 @@ I installed Gentoo GNU+Linux on the laptop, just like I have on my desktop. I us
The laptop held up well during compiling. It&rsquo;s not as fast as a desktop of course, but compile times are not limiting. I&rsquo;ve put this thing through bootstrapping GCC for a cross-compilation toolchain, which is just about the biggest compile job I&rsquo;ve ran, and it wasn&rsquo;t <i>that</i> painful. The laptop held up well during compiling. It&rsquo;s not as fast as a desktop of course, but compile times are not limiting. I&rsquo;ve put this thing through bootstrapping GCC for a cross-compilation toolchain, which is just about the biggest compile job I&rsquo;ve ran, and it wasn&rsquo;t <i>that</i> painful.
</p> </p>
</div> </div>
<div id="outline-container-org1f35d6f" class="outline-5"> <div id="outline-container-org75ab33a" class="outline-5">
<h5 id="org1f35d6f">Display scaling</h5> <h5 id="org75ab33a">Display scaling</h5>
<div class="outline-text-5" id="text-org1f35d6f"> <div class="outline-text-5" id="text-org75ab33a">
<p> <p>
Simply setting <code>Xft.dpi: 192</code> in .Xresources was enough for the vast majority of applications to use 2x scaling, which looks very good on this display. This is on X11 obviously; I don&rsquo;t use Wayland. Simply setting <code>Xft.dpi: 192</code> in .Xresources was enough for the vast majority of applications to use 2x scaling, which looks very good on this display. This is on X11 obviously; I don&rsquo;t use Wayland.
</p> </p>
@@ -288,63 +287,48 @@ The odd application requires its own scaling setting. Rofi requires setting <cod
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org405e54f" class="outline-5"> <div id="outline-container-org11e2528" class="outline-5">
<h5 id="org405e54f">Display manager</h5> <h5 id="org11e2528">Display manager</h5>
<div class="outline-text-5" id="text-org405e54f"> <div class="outline-text-5" id="text-org11e2528">
<p> <p>
I used SDDM which works very well. I wanted to go for something a bit fancier looking, and this delivers. I don&rsquo;t usually use things in the whole QT ecosystem, so it&rsquo;s refreshing. I used SDDM which works very well. I wanted to go for something a bit fancier looking, and this delivers. I don&rsquo;t usually use things in the whole QT ecosystem, so it&rsquo;s refreshing.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3e5f57e" class="outline-5"> <div id="outline-container-orgfdf777e" class="outline-5">
<h5 id="org3e5f57e">Hibernate/suspend-to-disk</h5> <h5 id="orgfdf777e">Hibernate/suspend-to-disk</h5>
<div class="outline-text-5" id="text-org3e5f57e"> <div class="outline-text-5" id="text-orgfdf777e">
<p> <p>
This required setting up a swap file and setting a kernel command line parameter to refer to it, but it was easy to do. It works well. I&rsquo;ve observed the laptop auto-hibernating when the battery runs out, but it doesn&rsquo;t do this reliably, so I should probably configure it myself. This required setting up a swap file and setting a kernel command line parameter to refer to it, but it was easy to do. It works well. I&rsquo;ve observed the laptop auto-hibernating when the battery runs out, but it doesn&rsquo;t do this reliably, so I should probably configure it myself.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3b37e14" class="outline-5"> <div id="outline-container-orge5bcf39" class="outline-5">
<h5 id="org3b37e14"><a href="http://guake-project.org/">Guake</a>-like transient terminal</h5> <h5 id="orge5bcf39"><a href="http://guake-project.org/">Guake</a>-like transient terminal</h5>
<div class="outline-text-5" id="text-org3b37e14"> <div class="outline-text-5" id="text-orge5bcf39">
<p> <p>
Using some <code>fish</code> scripts, <code>bspwm</code>, <code>picom</code> and <code>xst</code> I rigged up a transient, transparent terminal to use for quick shell jobs. I used the scripts and config file in <a href="#org5a139df">Appendix A</a> to do this. The implementation is a bit hacky, and it&rsquo;s not impossible to break, but it serves my purposes well (and more important, it was fun to make)! Using some <code>fish</code> scripts, <code>bspwm</code>, <code>picom</code> and <code>xst</code> I rigged up a transient, transparent terminal to use for quick shell jobs. I used the scripts and config file in <a href="#org6a65193">Appendix A</a> to do this. The implementation is a bit hacky, and it&rsquo;s not impossible to break, but it serves my purposes well (and more important, it was fun to make)!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org1fc0b06" class="outline-5"> <div id="outline-container-org23f3f19" class="outline-5">
<h5 id="org1fc0b06">Wallpaper-setting script</h5> <h5 id="org23f3f19">Wallpaper-setting script</h5>
<div class="outline-text-5" id="text-org1fc0b06"> <div class="outline-text-5" id="text-org23f3f19">
<p> <p>
I wrote a script to set a random wallpaper. I wrote a script to set a random wallpaper.
</p> </p>
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-python"><span class="org-comment-delimiter">#</span><span class="org-comment">!/usr/bin/env python3</span> <pre class="src src-python">
<span class="org-keyword">import</span> os
<span class="org-keyword">from</span> random <span class="org-keyword">import</span> choice
<span class="org-variable-name">pape_path</span> <span class="org-operator">=</span> os.path.expandvars(<span class="org-string">"$HOME/Pictures/Wallpapers"</span>)
<span class="org-keyword">def</span> <span class="org-function-name">set_wallpaper</span>():
<span class="org-variable-name">files</span> <span class="org-operator">=</span> os.popen(f<span class="org-string">"ls </span>{pape_path}<span class="org-string">"</span>).read().split(<span class="org-string">'</span><span class="org-constant">\n</span><span class="org-string">'</span>)
<span class="org-variable-name">pape</span> <span class="org-operator">=</span> choice(files)
<span class="org-variable-name">pp</span> <span class="org-operator">=</span> os.path.join(pape_path, pape)
os.popen(f<span class="org-string">"hsetroot -full </span>{pp}<span class="org-string">"</span>)
os.popen(f<span class="org-string">"echo </span>{pp}<span class="org-string"> &gt; /tmp/wallpaper"</span>)
<span class="org-keyword">if</span> <span class="org-builtin">__name__</span> <span class="org-operator">==</span> <span class="org-string">"__main__"</span>:
set_wallpaper()
</pre> </pre>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgcbd89f5" class="outline-5"> <div id="outline-container-orga266f8d" class="outline-5">
<h5 id="orgcbd89f5">Lockscreen</h5> <h5 id="orga266f8d">Lockscreen</h5>
<div class="outline-text-5" id="text-orgcbd89f5"> <div class="outline-text-5" id="text-orga266f8d">
<p> <p>
I hacked together some <a href="#orgb04aa39">pretty crappy code</a> to lock the screen using <code>i3lock</code>, with my wallpaper composed with a little lock icon as the background. Very overengineered. I hacked together some <a href="#orga4c1e81">pretty crappy code</a> to lock the screen using <code>i3lock</code>, with my wallpaper composed with a little lock icon as the background. Very overengineered.
</p> </p>
<p width="60%" class="center"> <p width="60%" class="center">
@@ -357,33 +341,33 @@ Is there a better lockscreen out there that will let me set my own image as the
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5657a38" class="outline-5"> <div id="outline-container-org65c597c" class="outline-5">
<h5 id="org5657a38"><span class="todo TODO">TODO</span> </h5> <h5 id="org65c597c"><span class="todo TODO">TODO</span> </h5>
<div class="outline-text-5" id="text-org5657a38"> <div class="outline-text-5" id="text-org65c597c">
</div> </div>
<ul class="org-ul"> <ul class="org-ul">
<li><a id="orgdcc8962"></a>Battery level notifications<br></li> <li><a id="org8ecaef8"></a>Battery level notifications<br></li>
<li><a id="orga6af427"></a>sleep-then-hibernate<br></li> <li><a id="org31d3be2"></a>sleep-then-hibernate<br></li>
<li><a id="org2d03427"></a>Battery tuning<br></li> <li><a id="orgfc92413"></a>Battery tuning<br></li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org9d2d3c7" class="outline-3"> <div id="outline-container-org3300974" class="outline-3">
<h3 id="org9d2d3c7">Impressions</h3> <h3 id="org3300974">Impressions</h3>
<div class="outline-text-3" id="text-org9d2d3c7"> <div class="outline-text-3" id="text-org3300974">
</div> </div>
<div id="outline-container-org07a1807" class="outline-5"> <div id="outline-container-org8775c36" class="outline-5">
<h5 id="org07a1807">Build Quality</h5> <h5 id="org8775c36">Build Quality</h5>
<div class="outline-text-5" id="text-org07a1807"> <div class="outline-text-5" id="text-org8775c36">
<p> <p>
The laptop is made of aluminium and feels solid but light. The screen does seem pretty flimsy, though. I probably wouldn&rsquo;t want to drop this thing. It looks sleek and elegant, but pretty muted. The laptop is made of aluminium and feels solid but light. The screen does seem pretty flimsy, though. I probably wouldn&rsquo;t want to drop this thing. It looks sleek and elegant, but pretty muted.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgecd726c" class="outline-5"> <div id="outline-container-org264d4f7" class="outline-5">
<h5 id="orgecd726c">Screen</h5> <h5 id="org264d4f7">Screen</h5>
<div class="outline-text-5" id="text-orgecd726c"> <div class="outline-text-5" id="text-org264d4f7">
<p> <p>
This is my first time ever using a high-DPI screen, and I&rsquo;m very impressed by it. Text looks unbelievably crisp and pleasant to read. I was somewhat worried about the linux high DPI situation, but I am having no issues whatsoever. This is my first time ever using a high-DPI screen, and I&rsquo;m very impressed by it. Text looks unbelievably crisp and pleasant to read. I was somewhat worried about the linux high DPI situation, but I am having no issues whatsoever.
</p> </p>
@@ -397,51 +381,51 @@ The brightness goes up quite high, but colours feel somewhat washed out at high
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgde03323" class="outline-5"> <div id="outline-container-orgd7cf97a" class="outline-5">
<h5 id="orgde03323">Keyboard</h5> <h5 id="orgd7cf97a">Keyboard</h5>
<div class="outline-text-5" id="text-orgde03323"> <div class="outline-text-5" id="text-orgd7cf97a">
<p> <p>
Framework seems to advertise their keyboard as having particularly deep travel, but it mostly just feels like any chiclet keyboard to me. Not a bad chiclet keyboard, but not that great, either. The layout is fine, but it makes me miss the thinkpad. Framework seems to advertise their keyboard as having particularly deep travel, but it mostly just feels like any chiclet keyboard to me. Not a bad chiclet keyboard, but not that great, either. The layout is fine, but it makes me miss the thinkpad.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org25260c2" class="outline-5"> <div id="outline-container-orgf607e9a" class="outline-5">
<h5 id="org25260c2">Touchpad</h5> <h5 id="orgf607e9a">Touchpad</h5>
<div class="outline-text-5" id="text-org25260c2"> <div class="outline-text-5" id="text-orgf607e9a">
<p> <p>
I&rsquo;ve never had a decent touchpad before, so I was pleasantly surprised. I expected to miss the trackpoint on the thinkpad a lot, but this is fine, though it&rsquo;s still a step down. Pinch to zoom doesn&rsquo;t work very well, but I don&rsquo;t use that functionality a lot. I miss having dedicated mouse buttons; the clicking functionality on this touchpad works fine for me, but it&rsquo;s hard not to mess up left/middle/right click. That&rsquo;s a good incentive for me to practice relying on the mouse less, though. There&rsquo;s plenty of <a href="https://linuxtouchpad.org/">work being done</a> on the Linux touchpad experience software-side, too. It&rsquo;s a nice time to be a linux laptop user! I&rsquo;ve never had a decent touchpad before, so I was pleasantly surprised. I expected to miss the trackpoint on the thinkpad a lot, but this is fine, though it&rsquo;s still a step down. Pinch to zoom doesn&rsquo;t work very well, but I don&rsquo;t use that functionality a lot. I miss having dedicated mouse buttons; the clicking functionality on this touchpad works fine for me, but it&rsquo;s hard not to mess up left/middle/right click. That&rsquo;s a good incentive for me to practice relying on the mouse less, though. There&rsquo;s plenty of <a href="https://linuxtouchpad.org/">work being done</a> on the Linux touchpad experience software-side, too. It&rsquo;s a nice time to be a linux laptop user!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb8ba47b" class="outline-5"> <div id="outline-container-org225023b" class="outline-5">
<h5 id="orgb8ba47b">Battery</h5> <h5 id="org225023b">Battery</h5>
<div class="outline-text-5" id="text-orgb8ba47b"> <div class="outline-text-5" id="text-org225023b">
<p> <p>
With the disclaimer that I haven&rsquo;t tested very intensely and I haven&rsquo;t tuned power settings very much. <br> With the disclaimer that I haven&rsquo;t tested very intensely and I haven&rsquo;t tuned power settings very much. <br>
I seem to get about 6.5 hours of real-world use time when using Emacs and doing light web browsing. I don&rsquo;t have a good benchmark for more intensive tasks, but compiling does hit the battery pretty hard. All in all I&rsquo;m very happy with it, getting decent battery life on Linux is hard. It might be worth eventually buying a power bank for it though, for travel~ I seem to get about 6.5 hours of real-world use time when using Emacs and doing light web browsing. I don&rsquo;t have a good benchmark for more intensive tasks, but compiling does hit the battery pretty hard. All in all I&rsquo;m very happy with it, getting decent battery life on Linux is hard. It might be worth eventually buying a power bank for it though, for travel~
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb90afbe" class="outline-5"> <div id="outline-container-org47640cd" class="outline-5">
<h5 id="orgb90afbe">Expansion cards/ports</h5> <h5 id="org47640cd">Expansion cards/ports</h5>
<div class="outline-text-5" id="text-orgb90afbe"> <div class="outline-text-5" id="text-org47640cd">
<p> <p>
The little expansion cards are one of Framework&rsquo;s big marketing things. I think they&rsquo;re pretty neat, though I don&rsquo;t always quite understand the way people talk about them, as &ldquo;dongle killers&rdquo;. I would find hotswapping these about equally obnoxious as carrying dongles. The idea of aftermarket expansion cards is interesting, though - these are low level, high bandwidth ports, with I think similar capabilities to the ExpressCard ports on old business laptops, but more modern with a USB-C port. I&rsquo;m looking forward to the USB4 era! The little expansion cards are one of Framework&rsquo;s big marketing things. I think they&rsquo;re pretty neat, though I don&rsquo;t always quite understand the way people talk about them, as &ldquo;dongle killers&rdquo;. I would find hotswapping these about equally obnoxious as carrying dongles. The idea of aftermarket expansion cards is interesting, though - these are low level, high bandwidth ports, with I think similar capabilities to the ExpressCard ports on old business laptops, but more modern with a USB-C port. I&rsquo;m looking forward to the USB4 era!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgbedb84e" class="outline-5"> <div id="outline-container-org370d804" class="outline-5">
<h5 id="orgbedb84e">Performance</h5> <h5 id="org370d804">Performance</h5>
<div class="outline-text-5" id="text-orgbedb84e"> <div class="outline-text-5" id="text-org370d804">
<p> <p>
So far I haven&rsquo;t felt limited by performance at all, the experience has been really snappy. I haven&rsquo;t thrown particularly difficult things at it, though, but that&rsquo;s fine - most of what I do on a laptop is reading, web browsing, and text editing. I played some Factorio on it and that seemed fine, but using the touchpad felt limiting so I didn&rsquo;t play very much. So far I haven&rsquo;t felt limited by performance at all, the experience has been really snappy. I haven&rsquo;t thrown particularly difficult things at it, though, but that&rsquo;s fine - most of what I do on a laptop is reading, web browsing, and text editing. I played some Factorio on it and that seemed fine, but using the touchpad felt limiting so I didn&rsquo;t play very much.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgc68f01d" class="outline-3"> <div id="outline-container-org7037f1f" class="outline-3">
<h3 id="orgc68f01d">Closing words</h3> <h3 id="org7037f1f">Closing words</h3>
<div class="outline-text-3" id="text-orgc68f01d"> <div class="outline-text-3" id="text-org7037f1f">
<p> <p>
Getting this laptop set up has been really fun! It&rsquo;s a good opportunity to take stock of where we&rsquo;re at. On the hardware side, I am very impressed that it&rsquo;s now possible to make a laptop that&rsquo;s this user-servicable, this well-specced and still not <i>that</i> expensive. It&rsquo;s a reminder of how much better things could be. Getting this laptop set up has been really fun! It&rsquo;s a good opportunity to take stock of where we&rsquo;re at. On the hardware side, I am very impressed that it&rsquo;s now possible to make a laptop that&rsquo;s this user-servicable, this well-specced and still not <i>that</i> expensive. It&rsquo;s a reminder of how much better things could be.
</p> </p>
@@ -456,9 +440,9 @@ Personally, I&rsquo;m getting a rare chance to critically examine all the little
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org5a139df" class="outline-2"> <div id="outline-container-org6a65193" class="outline-2">
<h2 id="org5a139df">Appendix A: Transient Terminal Sources</h2> <h2 id="org6a65193">Appendix A: Transient Terminal Sources</h2>
<div class="outline-text-2" id="text-org5a139df"> <div class="outline-text-2" id="text-org6a65193">
<p> <p>
<code>togglescratch</code> <code>togglescratch</code>
</p> </p>
@@ -481,6 +465,7 @@ Personally, I&rsquo;m getting a rare chance to critically examine all the little
</pre> </pre>
</div> </div>
<p> <p>
<code>makescratch</code> <code>makescratch</code>
</p> </p>
@@ -493,9 +478,11 @@ Personally, I&rsquo;m getting a rare chance to critically examine all the little
<span class="org-keyword">set</span> <span class="org-variable-name">decid</span> (<span class="org-builtin">printf</span> <span class="org-string">'%d'</span> <span class="org-string">$</span><span class="org-variable-name">nid</span>) <span class="org-keyword">set</span> <span class="org-variable-name">decid</span> (<span class="org-builtin">printf</span> <span class="org-string">'%d'</span> <span class="org-string">$</span><span class="org-variable-name">nid</span>)
<span class="org-builtin">xdotool</span> set_window --name <span class="org-string">"scratchterminal"</span> <span class="org-string">$</span><span class="org-variable-name">decid</span> <span class="org-builtin">xdotool</span> set_window --name <span class="org-string">"scratchterminal"</span> <span class="org-string">$</span><span class="org-variable-name">decid</span>
<span class="org-builtin">exec</span> <span class="org-string">"$HOME/Scripts/cleanscratch"</span> <span class="org-builtin">exec</span> <span class="org-string">"$HOME/Scripts/cleanscratch"</span>
</pre> </pre>
</div> </div>
<p> <p>
<code>cleanscratch</code> <code>cleanscratch</code>
</p> </p>
@@ -508,6 +495,7 @@ Personally, I&rsquo;m getting a rare chance to critically examine all the little
</pre> </pre>
</div> </div>
<p> <p>
<code>picom.conf</code> <code>picom.conf</code>
</p> </p>
@@ -523,42 +511,42 @@ opacity-rule=["90:name = 'scratchterminal'"];
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-orgb04aa39" class="outline-2"> <div id="outline-container-orga4c1e81" class="outline-2">
<h2 id="orgb04aa39">Appendix B: lock.py</h2> <h2 id="orga4c1e81">Appendix B: lock.py</h2>
<div class="outline-text-2" id="text-orgb04aa39"> <div class="outline-text-2" id="text-orga4c1e81">
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-python"><span class="org-comment-delimiter">#</span><span class="org-comment">!/usr/bin/python3</span> <pre class="src src-fish"><span class="org-comment-delimiter">#</span><span class="org-comment">!/usr/bin/python3</span>
<span class="org-keyword">import</span> os <span class="org-builtin">import</span> os
<span class="org-keyword">import</span> sys <span class="org-builtin">import</span> sys
<span class="org-keyword">import</span> time <span class="org-builtin">import</span> time
<span class="org-keyword">if</span> <span class="org-builtin">__name__</span> <span class="org-operator">==</span> <span class="org-string">"__main__"</span>: <span class="org-keyword">if</span> <span class="org-builtin">__name__</span> == <span class="org-string">"__main__"</span>:
<span class="org-variable-name">width</span>, <span class="org-variable-name">height</span>, <span class="org-variable-name">lwidth</span>, <span class="org-variable-name">lheight</span> <span class="org-operator">=</span> <span class="org-highlight-numbers-number">2256</span>, <span class="org-highlight-numbers-number">1504</span>, <span class="org-highlight-numbers-number">320</span>, <span class="org-highlight-numbers-number">320</span> <span class="org-builtin">width</span>, height, lwidth, lheight = <span class="org-highlight-numbers-number">2256</span>, <span class="org-highlight-numbers-number">1504</span>, <span class="org-highlight-numbers-number">320</span>, <span class="org-highlight-numbers-number">320</span>
<span class="org-variable-name">icon</span> <span class="org-operator">=</span> <span class="org-string">"$HOME/Pictures/lock_small.png"</span> <span class="org-builtin">icon</span> = <span class="org-string">"$HOME/Pictures/lock_small.png"</span>
<span class="org-variable-name">pape</span> <span class="org-operator">=</span> os.popen(<span class="org-string">"cat /tmp/wallpaper"</span>).read()[:<span class="org-operator">-</span><span class="org-highlight-numbers-number">1</span>] <span class="org-builtin">pape</span> = os.popen(<span class="org-string">"cat /tmp/wallpaper"</span>).<span class="org-builtin">read</span>()[:<span class="org-constant">-1</span>]
<span class="org-variable-name">cache</span> <span class="org-operator">=</span> os.popen(<span class="org-string">"cat /tmp/lockscreen_cache"</span>).read()[:<span class="org-operator">-</span><span class="org-highlight-numbers-number">1</span>] <span class="org-builtin">cache</span> = os.popen(<span class="org-string">"cat /tmp/lockscreen_cache"</span>).<span class="org-builtin">read</span>()[:<span class="org-constant">-1</span>]
<span class="org-keyword">if</span> pape <span class="org-operator">!=</span> cache <span class="org-keyword">or</span> <span class="org-string">'--ignore-cache'</span> <span class="org-keyword">in</span> sys.argv: <span class="org-keyword">if</span> <span class="org-builtin">pape</span> != cache <span class="org-keyword">or</span> <span class="org-string">'--ignore-cache'</span> in sys.argv:
os.popen(f<span class="org-string">"convert </span>{pape}<span class="org-string"> -resize </span>{width}<span class="org-string">x</span>{height}<span class="org-string"> -background black -gravity center -extent </span>{width}<span class="org-string">x</span>{height}<span class="org-string"> /tmp/wallpaper.png"</span>).read() <span class="org-builtin">os</span>.popen(f<span class="org-string">"convert {pape} -resize {width}x{height} -background black -gravity center -extent {width}x{height} /tmp/wallpaper.png"</span>).<span class="org-builtin">read</span>()
os.popen(f<span class="org-string">"convert -composite /tmp/wallpaper.png </span>{icon}<span class="org-string"> -geometry +</span>{width<span class="org-operator">//</span>2 <span class="org-operator">-</span> lwidth<span class="org-operator">//</span>2}<span class="org-string">+</span>{height<span class="org-operator">//</span>2 <span class="org-operator">-</span> lheight<span class="org-operator">//</span>2}<span class="org-string"> /tmp/wallpaper.png"</span>).read() <span class="org-builtin">os</span>.popen(f<span class="org-string">"convert -composite /tmp/wallpaper.png {icon} -geometry +{width//2 - lwidth//2}+{height//2 - lheight//2} /tmp/wallpaper.png"</span>).<span class="org-builtin">read</span>()
os.popen(f<span class="org-string">"echo </span>{pape}<span class="org-string"> &gt; /tmp/lockscreen_cache"</span>) <span class="org-builtin">os</span>.popen(f<span class="org-string">"echo {pape} &gt; /tmp/lockscreen_cache"</span>)
os.popen(<span class="org-string">"i3lock -u -i /tmp/wallpaper.png"</span>) <span class="org-builtin">os</span>.popen(<span class="org-string">"i3lock -u -i /tmp/wallpaper.png"</span>)
time.sleep(<span class="org-highlight-numbers-number">0.5</span>) <span class="org-builtin">time</span>.sleep(<span class="org-highlight-numbers-number">0.5</span>)
os.popen(<span class="org-string">"loginctl suspend"</span>) <span class="org-builtin">os</span>.popen(<span class="org-string">"loginctl suspend"</span>)
</pre> </pre>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='publish-date'>Published: 2022-03-17</div><div id='modified-date'>Last modified: 2023-01-10</div><hr> <div id='footer'><div id='publish-date'>Published: 2022-03-17</div><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Posts</title> <title>Posts</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgf3384f7" class="outline-2"> <div id="outline-container-orgf71286d" class="outline-2">
<h2 id="orgf3384f7">Posts</h2> <h2 id="orgf71286d">Posts</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='publish-date'>Published: 2025-10-03</div><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='publish-date'>Published: 2025-10-03</div><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

455
html/productivity.html Normal file
View File

@@ -0,0 +1,455 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-12-02 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Productivity</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>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/footnote.js"></script>
<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 — <i>2hr free!</i>
</span>
</div>
</div>
<div id="content" class="content">
<div id="outline-container-org204916e" class="outline-2">
<h2 id="org204916e">Productivity Notes</h2>
<div class="outline-text-2" id="text-org204916e">
</div>
<div id="outline-container-org373e474" class="outline-3">
<h3 id="org373e474">Current Daily Schedule</h3>
<div class="outline-text-3" id="text-org373e474">
<table>
<colgroup>
<col class="org-left">
<col class="org-left">
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left"><span class="underline">Time</span></th>
<th scope="col" class="org-left"><span class="underline">Activity</span></th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left"><b>08:00</b> <span class="row-color-green4" /></td>
<td class="org-left">Morning Ritual</td>
</tr>
<tr>
<td class="org-left">&#xa0;</td>
<td class="org-left">Breakfast</td>
</tr>
<tr>
<td class="org-left">&#xa0;</td>
<td class="org-left">Morning Walk</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>09:30</b> <span class="row-color-grey4" /></td>
<td class="org-left">Daily Prep</td>
</tr>
<tr>
<td class="org-left">&#xa0;</td>
<td class="org-left">Create Journal Entry</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>10:00</b> <span class="row-color-purple4" /></td>
<td class="org-left">French Grammar</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>10:30</b> <span class="row-color-blue4" /></td>
<td class="org-left">Lead Generation</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>11:00</b> <span class="row-color-blue4" /></td>
<td class="org-left">Work</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>13:00</b> <span class="row-color-purple4" /></td>
<td class="org-left">French Reading</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>13:30</b> <span class="row-color-green4" /></td>
<td class="org-left">Lunch Break</td>
</tr>
<tr>
<td class="org-left">&#xa0;</td>
<td class="org-left">Afternoon Exercise</td>
</tr>
<tr>
<td class="org-left">&#xa0;</td>
<td class="org-left">Meditation</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>15:00</b> <span class="row-color-blue4" /></td>
<td class="org-left">Emails</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>15:15</b> <span class="row-color-blue4" /></td>
<td class="org-left">Work</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>18:00</b> <span class="row-color-grey4" /></td>
<td class="org-left">Chores</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>19:00</b> <span class="row-color-green4" /></td>
<td class="org-left">Dinner</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>20:00</b> <span class="row-color-purple4" /></td>
<td class="org-left">Journaling, French Vocab</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="org-left"><b>20:45</b> <span class="row-color-green4" /></td>
<td class="org-left">Free</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-org46551c4" class="outline-3">
<h3 id="org46551c4">Activity Notes</h3>
<div class="outline-text-3" id="text-org46551c4">
</div>
<div id="outline-container-org87f3da2" class="outline-4">
<h4 id="org87f3da2">French</h4>
<div class="outline-text-4" id="text-org87f3da2">
</div>
<div id="outline-container-orgfd2944f" class="outline-5">
<h5 id="orgfd2944f">Phonology</h5>
<div class="outline-text-5" id="text-orgfd2944f">
<p>
Sound (within word) + recording in Anki cards
</p>
</div>
</div>
<div id="outline-container-org19bd0a3" class="outline-5">
<h5 id="org19bd0a3">Grammar</h5>
<div class="outline-text-5" id="text-org19bd0a3">
</div>
<ul class="org-ul">
<li><a id="orgbb0d105"></a>Verbs<br>
<div class="outline-text-6" id="text-orgbb0d105">
<ul class="org-ul">
<li>Regular <i>-er</i>, <i>-ir</i>, <i>-re</i></li>
<li>Existential Irregular (être, avoir, faire, aller)</li>
<li>Others</li>
</ul>
<p>
Systematically put in anki decks (cloze deletion).
</p>
</div>
</li>
<li><a id="orgadd1257"></a>Stock phrases/counting/telling time/directions etc<br></li>
<li><a id="org8d1a722"></a>Tenses<br>
<div class="outline-text-6" id="text-org8d1a722">
<ul class="org-ul">
<li>Past tense</li>
<li>Future and conditional</li>
</ul>
<p>
Again in Anki with cloze deletion maybe.
</p>
</div>
</li>
<li><a id="org16fbd1f"></a>Pronouns<br></li>
<li><a id="orgf426d30"></a>Prepositions<br></li>
<li><a id="org41520c6"></a>Subjunctive<br></li>
</ul>
</div>
<div id="outline-container-org5ddf640" class="outline-5">
<h5 id="org5ddf640">Reading</h5>
<div class="outline-text-5" id="text-org5ddf640">
<p>
Continue daily reading Le Petit Prince
</p>
</div>
</div>
<div id="outline-container-org65a3d56" class="outline-5">
<h5 id="org65a3d56">Writing</h5>
<div class="outline-text-5" id="text-org65a3d56">
<p>
Challenge: write a little story every friday!
</p>
</div>
</div>
</div>
<div id="outline-container-org6e353fb" class="outline-4">
<h4 id="org6e353fb">Lead Generation</h4>
<div class="outline-text-4" id="text-org6e353fb">
<p>
Current plausible sources:
</p>
<ul class="org-ul">
<li>Go through services I use, look for inadequacies;</li>
<li>Contact people I know, advertise my services;</li>
<li>Communities e.g.
<ul class="org-ul">
<li>HN Who&rsquo;s Hiring,</li>
<li>Clojurans Slack server,</li>
<li>Discord servers;</li>
</ul></li>
<li>Job boards:
<ul class="org-ul">
<li>Otta,</li>
<li>RemoteOK;</li>
</ul></li>
<li>Small startup specific things e.g.
<ul class="org-ul">
<li>Indiehackers,</li>
<li>Product Hunt.</li>
</ul></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-29</div><hr>
If you have any comments about this page, you can email me at: <br>
<b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div>
</div>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Blog Project</title> <title>Blog Project</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,119 +209,97 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgfd80ec7" class="outline-2"> <div id="outline-container-orge290792" class="outline-2">
<h2 id="orgfd80ec7"><span class="todo TODO">TODO</span> Source Exposure</h2> <h2 id="orge290792"><span class="todo TODO">TODO</span> Source Exposure</h2>
<div class="outline-text-2" id="text-orgfd80ec7"> <div class="outline-text-2" id="text-orge290792">
<p> <p>
Every page should have a button that takes you to the org-mode source for that page, using the beautifully named <code>org-org-export-to-org</code>. Every page should have a button that takes you to the org-mode source for that page, using the beautifully named <code>org-org-export-to-org</code>.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org346f56e" class="outline-2"> <div id="outline-container-org925b4ed" class="outline-2">
<h2 id="org346f56e"><span class="todo TODO">TODO</span> Comment Section</h2> <h2 id="org925b4ed"><span class="todo TODO">TODO</span> Comment Section</h2>
<div class="outline-text-2" id="text-org346f56e"> <div class="outline-text-2" id="text-org925b4ed">
</div> </div>
<div id="outline-container-orgb05745f" class="outline-3"> <div id="outline-container-orga9a6989" class="outline-3">
<h3 id="orgb05745f">See <a href="./webbiewebworld/index.html">./webbiewebworld/index.html</a></h3> <h3 id="orga9a6989">See <a href="./webbiewebworld/index.html">./webbiewebworld/index.html</a></h3>
</div> </div>
</div> </div>
<div id="outline-container-orgaae3ce2" class="outline-2"> <div id="outline-container-orgcdcfdfc" class="outline-2">
<h2 id="orgaae3ce2"><span class="todo TODO">TODO</span> Feeds</h2> <h2 id="orgcdcfdfc"><span class="todo TODO">TODO</span> Feeds</h2>
<div class="outline-text-2" id="text-orgaae3ce2"> <div class="outline-text-2" id="text-orgcdcfdfc">
</div> </div>
<div id="outline-container-org2b0cea2" class="outline-3"> <div id="outline-container-org46f0d93" class="outline-3">
<h3 id="org2b0cea2"><span class="done DONE">DONE</span> RSS</h3> <h3 id="org46f0d93"><span class="todo TODO">TODO</span> RSS</h3>
</div> </div>
<div id="outline-container-org335b7ef" class="outline-3"> <div id="outline-container-org7518cda" class="outline-3">
<h3 id="org335b7ef"><span class="todo TODO">TODO</span> Email?</h3> <h3 id="org7518cda"><span class="todo TODO">TODO</span> Email?</h3>
</div> </div>
</div> </div>
<div id="outline-container-org76b0925" class="outline-2"> <div id="outline-container-org56cf178" class="outline-2">
<h2 id="org76b0925"><span class="todo TODO">TODO</span> Multiple frontends dispatch</h2> <h2 id="org56cf178"><span class="todo TODO">TODO</span> Multiple frontends dispatch</h2>
</div> </div>
<div id="outline-container-org13f4cd8" class="outline-2"> <div id="outline-container-orgd1361e9" class="outline-2">
<h2 id="org13f4cd8"><span class="todo TODO">TODO</span> Custom emojis</h2> <h2 id="orgd1361e9"><span class="todo TODO">TODO</span> Naming a section &ldquo;footnotes&rdquo; will cause org-mode to interpret it as the footnotes section when exporting (causing it to be hidden)</h2>
</div> </div>
<div id="outline-container-org87a684a" class="outline-2"> <div id="outline-container-org9fc9065" class="outline-2">
<h2 id="org87a684a"><span class="todo TODO">TODO</span> Port <a href="../../esquemadorg.js">esquemadorg.js</a> to CLJS and get rid of JQuery dependency</h2> <h2 id="org9fc9065"><span class="todo TODO">TODO</span> Write Ultraman page</h2>
</div> </div>
<div id="outline-container-org03d4eaf" class="outline-2"> <div id="outline-container-orge32bdf9" class="outline-2">
<h2 id="org03d4eaf"><span class="todo TODO">TODO</span> &ldquo;Last Modified&rdquo; implementation is a bit janky and I don&rsquo;t remember exactly how it works</h2> <h2 id="orge32bdf9"><span class="todo TODO">TODO</span> Automatically remove EXIF data from static images</h2>
</div> </div>
<div id="outline-container-org956705b" class="outline-2"> <div id="outline-container-org09e27aa" class="outline-2">
<h2 id="org956705b"><span class="todo TODO">TODO</span> Rewrite all JS to CLJS</h2> <h2 id="org09e27aa"><span class="todo TODO">TODO</span> !! OLD HTML FILES STILL DON&rsquo;T AUTO CLEAR WHEN CORRESPONDING ORG FILE IS REMOVED !!</h2>
</div> </div>
<div id="outline-container-org984d8d8" class="outline-2"> <div id="outline-container-org64138a6" class="outline-2">
<h2 id="org984d8d8"><span class="todo TODO">TODO</span> Support for auto-folded sections</h2> <h2 id="org64138a6"><span class="todo TODO">TODO</span> Put DJ sets on bloggie</h2>
</div> </div>
<div id="outline-container-org63d6af5" class="outline-2"> <div id="outline-container-org8d411ab" class="outline-2">
<h2 id="org63d6af5"><span class="todo TODO">TODO</span> Naming a section &ldquo;footnotes&rdquo; will cause org-mode to interpret it as the footnotes section when exporting (causing it to be hidden)</h2> <h2 id="org8d411ab"><span class="todo TODO">TODO</span> click images to expand</h2>
</div> </div>
<div id="outline-container-orga89fd39" class="outline-2"> <div id="outline-container-orgafa9c7a" class="outline-2">
<h2 id="orga89fd39"><span class="todo TODO">TODO</span> Tangle CSS and (CL)JS from org file</h2> <h2 id="orgafa9c7a"><span class="todo TODO">TODO</span> general mobile review</h2>
</div> </div>
<div id="outline-container-org0ac9544" class="outline-2"> <div id="outline-container-org2554126" class="outline-2">
<h2 id="org0ac9544"><span class="todo TODO">TODO</span> Reorganize <code>static/</code> dir</h2> <h2 id="org2554126"><span class="todo TODO">TODO</span> add badges</h2>
</div> </div>
<div id="outline-container-org80d851c" class="outline-2"> <div id="outline-container-org90a6e9c" class="outline-2">
<h2 id="org80d851c"><span class="todo TODO">TODO</span> Write Ultraman page</h2> <h2 id="org90a6e9c"><span class="todo TODO">TODO</span> floating TOC if viewport is big enough</h2>
</div> </div>
<div id="outline-container-orgdf65221" class="outline-2"> <div id="outline-container-org381af39" class="outline-2">
<h2 id="orgdf65221"><span class="todo TODO">TODO</span> Automatically remove EXIF data from static images</h2> <h2 id="org381af39"><span class="todo TODO">TODO</span> Fill in missing index pages</h2>
</div> </div>
<div id="outline-container-orgc1e1350" class="outline-2"> <div id="outline-container-org6f01cdc" class="outline-2">
<h2 id="orgc1e1350"><span class="todo TODO">TODO</span> !! OLD HTML FILES STILL DON&rsquo;T AUTO CLEAR WHEN CORRESPONDING ORG FILE IS REMOVED !!</h2> <h2 id="org6f01cdc"><span class="todo TODO">TODO</span> Auto template only applies to posts/ subdirectory</h2>
</div> </div>
<div id="outline-container-orgf3970c3" class="outline-2"> <div id="outline-container-org6e956c9" class="outline-2">
<h2 id="orgf3970c3"><span class="todo TODO">TODO</span> Put DJ sets on bloggie</h2> <h2 id="org6e956c9"><span class="todo TODO">TODO</span> front page habit table thing</h2>
<div class="outline-text-2" id="text-org6e956c9">
</div> </div>
<div id="outline-container-org8dec5cb" class="outline-2"> <div id="outline-container-org89e5cae" class="outline-3">
<h2 id="org8dec5cb"><span class="todo TODO">TODO</span> Fix background flash</h2> <h3 id="org89e5cae"><span class="todo TODO">TODO</span> relative links do not work here!!</h3>
</div> </div>
<div id="outline-container-orgbf847c8" class="outline-2"> <div id="outline-container-orge7393d7" class="outline-3">
<h2 id="orgbf847c8"><span class="todo TODO">TODO</span> Exclude certain files from sitemap</h2> <h3 id="orge7393d7"><span class="todo TODO">TODO</span> caching problems</h3>
</div> </div>
<div id="outline-container-org1979e15" class="outline-2"> <div id="outline-container-orgd7a13bd" class="outline-3">
<h2 id="org1979e15"><span class="todo TODO">TODO</span> Git LFS bs</h2> <h3 id="orgd7a13bd"><span class="todo TODO">TODO</span> footnote thing doesn&rsquo;t render the same as in the actual page</h3>
</div> </div>
<div id="outline-container-org72e7c18" class="outline-2">
<h2 id="org72e7c18"><span class="todo TODO">TODO</span> cache invalidation</h2>
</div>
<div id="outline-container-orgf9d01c5" class="outline-2">
<h2 id="orgf9d01c5"><span class="todo TODO">TODO</span> click images to expand</h2>
</div>
<div id="outline-container-org919f731" class="outline-2">
<h2 id="org919f731"><span class="todo TODO">TODO</span> general mobile review</h2>
</div>
<div id="outline-container-orgeda7d34" class="outline-2">
<h2 id="orgeda7d34"><span class="todo TODO">TODO</span> add badges</h2>
</div>
<div id="outline-container-org27e6c46" class="outline-2">
<h2 id="org27e6c46"><span class="todo TODO">TODO</span> floating TOC if viewport is big enough</h2>
</div>
<div id="outline-container-org6758833" class="outline-2">
<h2 id="org6758833"><span class="todo TODO">TODO</span> Fill in missing index pages</h2>
</div>
<div id="outline-container-org0455e64" class="outline-2">
<h2 id="org0455e64"><span class="todo TODO">TODO</span> Auto template only applies to posts/ subdirectory</h2>
</div>
<div id="outline-container-org215835f" class="outline-2">
<h2 id="org215835f"><span class="todo TODO">TODO</span> optimize fonts</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-27</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>&lrm;</title> <title>&lrm;</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,20 +209,20 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>EMPTYHEAD TODO</title> <title>EMPTYHEAD TODO</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org71c1bd4" class="outline-2"> <div id="outline-container-org5a5c979" class="outline-2">
<h2 id="org71c1bd4"><span class="todo TODO">TODO</span> fill this in</h2> <h2 id="org5a5c979"><span class="todo TODO">TODO</span> fill this in</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-09-27</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Projects Index</title> <title>Projects Index</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,40 +209,40 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org819f0b1" class="outline-2"> <div id="outline-container-org711ce97" class="outline-2">
<h2 id="org819f0b1">Projects Index</h2> <h2 id="org711ce97">Projects Index</h2>
<div class="outline-text-2" id="text-org819f0b1"> <div class="outline-text-2" id="text-org711ce97">
<p> <p>
Here&rsquo;s a list of projects I maintain or am currently working on. Here&rsquo;s a list of projects I maintain or am currently working on.
</p> </p>
</div> </div>
<div id="outline-container-org8f959ac" class="outline-3"> <div id="outline-container-orge2805b6" class="outline-3">
<h3 id="org8f959ac"><a href="./blog.html">TO-DOs for this website</a></h3> <h3 id="orge2805b6"><a href="./blog.html">TO-DOs for this website</a></h3>
</div> </div>
<div id="outline-container-org01397f9" class="outline-3"> <div id="outline-container-org542fab9" class="outline-3">
<h3 id="org01397f9"><a href="./emptyhead/index.html">The EMPTYHEAD</a></h3> <h3 id="org542fab9"><a href="./emptyhead/index.html">The EMPTYHEAD</a></h3>
</div> </div>
<div id="outline-container-org81296d9" class="outline-3"> <div id="outline-container-org8fd42a1" class="outline-3">
<h3 id="org81296d9"><a href="./tenma/index.html">Tenma</a></h3> <h3 id="org8fd42a1"><a href="./tenma/index.html">Tenma</a></h3>
</div> </div>
<div id="outline-container-org47acf50" class="outline-3"> <div id="outline-container-org4664922" class="outline-3">
<h3 id="org47acf50"><a href="./webbiewebworld/index.html">WebbieWebWorld</a></h3> <h3 id="org4664922"><a href="./webbiewebworld/index.html">WebbieWebWorld</a></h3>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Tenma Readme</title> <title>Tenma Readme</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,21 +209,21 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgbc25ba3" class="outline-2"> <div id="outline-container-orgfcf6874" class="outline-2">
<h2 id="orgbc25ba3">Opening tenma up to friends</h2> <h2 id="orgfcf6874">Opening tenma up to friends</h2>
<div class="outline-text-2" id="text-orgbc25ba3"> <div class="outline-text-2" id="text-orgfcf6874">
<p> <p>
Our server/intranet Tenma is currently underutilized, and it would be nice/fun/useful to open it up to select other people. This would only be available to friends, not a public service. Our server/intranet Tenma is currently underutilized, and it would be nice/fun/useful to open it up to select other people. This would only be available to friends, not a public service.
</p> </p>
</div> </div>
<div id="outline-container-orgd16e542" class="outline-3"> <div id="outline-container-org6f8f860" class="outline-3">
<h3 id="orgd16e542">Tenma Specs</h3> <h3 id="org6f8f860">Tenma Specs</h3>
<div class="outline-text-3" id="text-orgd16e542"> <div class="outline-text-3" id="text-org6f8f860">
<ul class="org-ul"> <ul class="org-ul">
<li>Storage: 2×12TB in RAID 1</li> <li>Storage: 2×12TB in RAID 1</li>
<li>CPU: Ryzen 7 3700X (16 threads @ 3.6GHz)</li> <li>CPU: Ryzen 7 3700X (16 threads @ 3.6GHz)</li>
@@ -233,69 +232,69 @@ Our server/intranet Tenma is currently underutilized, and it would be nice/fun/u
</ul> </ul>
</div> </div>
</div> </div>
<div id="outline-container-orgd4ecd3d" class="outline-3"> <div id="outline-container-orgc30fdd2" class="outline-3">
<h3 id="orgd4ecd3d">Things that Tenma can provide</h3> <h3 id="orgc30fdd2">Things that Tenma can provide</h3>
<div class="outline-text-3" id="text-orgd4ecd3d"> <div class="outline-text-3" id="text-orgc30fdd2">
</div> </div>
<div id="outline-container-org41681f6" class="outline-4"> <div id="outline-container-org9fac3ee" class="outline-4">
<h4 id="org41681f6">Storage</h4> <h4 id="org9fac3ee">Storage</h4>
<div class="outline-text-4" id="text-org41681f6"> <div class="outline-text-4" id="text-org9fac3ee">
<p> <p>
As of 23-06-2025, 4.6TB free space. Could start by reserving 1TB, which would provide enough storage for 20×50GB for guests users, which would be plenty for a long time. Tenma also hosts a <a href="https://github.com/9001/copyparty">copyparty</a> instance that could be opened to the public to some extent or another. As of 23-06-2025, 4.6TB free space. Could start by reserving 1TB, which would provide enough storage for 20×50GB for guests users, which would be plenty for a long time. Tenma also hosts a <a href="https://github.com/9001/copyparty">copyparty</a> instance that could be opened to the public to some extent or another.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org42b66e6" class="outline-4"> <div id="outline-container-orgbbab5fe" class="outline-4">
<h4 id="org42b66e6">Bandwidth/hosting</h4> <h4 id="orgbbab5fe">Bandwidth/hosting</h4>
<div class="outline-text-4" id="text-org42b66e6"> <div class="outline-text-4" id="text-orgbbab5fe">
<p> <p>
Tenma has full web hosting infrastructure set up (hosting this blog among other things), so that would be easy to extend to other people as well. Tenma has full web hosting infrastructure set up (hosting this blog among other things), so that would be easy to extend to other people as well.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge2a1f2c" class="outline-4"> <div id="outline-container-org3c46bce" class="outline-4">
<h4 id="orge2a1f2c">VPS</h4> <h4 id="org3c46bce">VPS</h4>
<div class="outline-text-4" id="text-orge2a1f2c"> <div class="outline-text-4" id="text-org3c46bce">
<p> <p>
In line with the previous 2 points; compute resources are currently underutilized. In line with the previous 2 points; compute resources are currently underutilized.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org2193628" class="outline-4"> <div id="outline-container-org80e6d5e" class="outline-4">
<h4 id="org2193628">Intranet</h4> <h4 id="org80e6d5e">Intranet</h4>
<div class="outline-text-4" id="text-org2193628"> <div class="outline-text-4" id="text-org80e6d5e">
<p> <p>
Tenma runs a Wireguard VPN network. You can use this to, for instance, access services between two connected devices without having to open them up to the wider internet. Tenma runs a Wireguard VPN network. You can use this to, for instance, access services between two connected devices without having to open them up to the wider internet.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org3c53832" class="outline-4"> <div id="outline-container-org04afc0a" class="outline-4">
<h4 id="org3c53832">DNS Server</h4> <h4 id="org04afc0a">DNS Server</h4>
<div class="outline-text-4" id="text-org3c53832"> <div class="outline-text-4" id="text-org04afc0a">
<p> <p>
Tenma runs a fully resolving DNS server, with some local entries for devices on the VPN network. This should probably be automated in some way, and the service should be augmented with DNSSEC before opening. Tenma runs a fully resolving DNS server, with some local entries for devices on the VPN network. This should probably be automated in some way, and the service should be augmented with DNSSEC before opening.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org63a537f" class="outline-4"> <div id="outline-container-org851da31" class="outline-4">
<h4 id="org63a537f">Git</h4> <h4 id="org851da31">Git</h4>
<div class="outline-text-4" id="text-org63a537f"> <div class="outline-text-4" id="text-org851da31">
<p> <p>
Tenma has a <a href="https://git.nakadashi.lol/">Gitea instance</a> Tenma has a <a href="https://git.nakadashi.lol/">Gitea instance</a>
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgc3226ae" class="outline-4"> <div id="outline-container-orge6add94" class="outline-4">
<h4 id="orgc3226ae">Livestreaming</h4> <h4 id="orge6add94">Livestreaming</h4>
<div class="outline-text-4" id="text-orgc3226ae"> <div class="outline-text-4" id="text-orge6add94">
<p> <p>
Tenma has infrastructure proven capable of restreaming 1080p video and high quality audio to at least ~100 people although this is CPU intensive and requires activating a high bandwidth restreaming VPS that is usually kept disabled to save costs. Tenma has infrastructure proven capable of restreaming 1080p video and high quality audio to at least ~100 people although this is CPU intensive and requires activating a high bandwidth restreaming VPS that is usually kept disabled to save costs.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org1327e5c" class="outline-4"> <div id="outline-container-org8c4769e" class="outline-4">
<h4 id="org1327e5c">Other things</h4> <h4 id="org8c4769e">Other things</h4>
<div class="outline-text-4" id="text-org1327e5c"> <div class="outline-text-4" id="text-org8c4769e">
<p> <p>
Some other services that currently run on Tenma or have run there before: Some other services that currently run on Tenma or have run there before:
</p> </p>
@@ -308,9 +307,9 @@ Some other services that currently run on Tenma or have run there before:
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org0fbedc2" class="outline-3"> <div id="outline-container-orgbe6b676" class="outline-3">
<h3 id="org0fbedc2">Considerations</h3> <h3 id="orgbe6b676">Considerations</h3>
<div class="outline-text-3" id="text-org0fbedc2"> <div class="outline-text-3" id="text-orgbe6b676">
<ul class="org-ul"> <ul class="org-ul">
<li>This would require Tenma&rsquo;s internal documentation to be updated, adapted and publicized.</li> <li>This would require Tenma&rsquo;s internal documentation to be updated, adapted and publicized.</li>
<li>Security :teto:</li> <li>Security :teto:</li>
@@ -320,13 +319,13 @@ Some other services that currently run on Tenma or have run there before:
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>WebbieWebWorld TODO</title> <title>WebbieWebWorld TODO</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org7ede427" class="outline-2"> <div id="outline-container-org3137064" class="outline-2">
<h2 id="org7ede427"><span class="todo TODO">TODO</span> fill this in</h2> <h2 id="org3137064"><span class="todo TODO">TODO</span> fill this in</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-07 --> <!-- 2025-12-02 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Sitemap for project pages</title> <title>Sitemap for project pages</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,50 +209,35 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<ul class="org-ul"> <ul class="org-ul">
<li><a href="productivity.html">Productivity</a></li>
<li><a href="source.html">Webbieweb.org Sources</a></li>
<li><a href="index.html">Index</a></li> <li><a href="index.html">Index</a></li>
<li><a href="friends.html">Friends</a></li>
<li><a href="todo.html">To Do</a></li> <li><a href="todo.html">To Do</a></li>
<li><a href="about.html">About</a></li> <li><a href="about.html">About</a></li>
<li><a href="friends.html">Friends</a></li>
<li><a href="journal/index.html">Journal</a> <li><a href="journal/index.html">Journal</a>
<ul class="org-ul"> <ul class="org-ul">
<li><a href="journal/w44-2025.html">Journal Week 44, 2025</a></li> <li><a href="journal/w47-2025.html">Journal Week 47, 2025</a></li>
<li><a href="journal/w43-2025.html">Journal Week 43, 2025</a></li> <li><a href="journal/w46-2025.html">Journal Week 46, 2025</a></li>
<li><a href="journal/w42-2025.html">Journal Week 42, 2025</a></li>
<li><a href="journal/w41-2025.html">Journaly Week 41, 2025</a></li> <li><a href="journal/w41-2025.html">Journaly Week 41, 2025</a></li>
<li><a href="journal/w31-2025.html">Journal Week 31, 2025</a></li> <li><a href="journal/w44-2025.html">Journal Week 44, 2025</a></li>
<li><a href="journal/w30-2025.html">Journal Week 30, 2025</a></li>
<li><a href="journal/w29-2025.html">Journal Week 29, 2025 (July 14 to 20)</a></li> <li><a href="journal/w29-2025.html">Journal Week 29, 2025 (July 14 to 20)</a></li>
<li><a href="journal/w42-2025.html">Journal Week 42, 2025</a></li>
<li><a href="journal/w30-2025.html">Journal Week 30, 2025</a></li>
<li><a href="journal/w43-2025.html">Journal Week 43, 2025</a></li>
<li><a href="journal/w31-2025.html">Journal Week 31, 2025</a></li>
<li><a href="journal/w28-2025.html">Akk0&rsquo;s journal, week 28, 2025</a></li> <li><a href="journal/w28-2025.html">Akk0&rsquo;s journal, week 28, 2025</a></li>
<li><a href="journal/w27-2025-30.06-06.07-journal.html">Journal Week 27 2025</a></li> <li><a href="journal/w27-2025-30.06-06.07-journal.html">Journal Week 27 2025</a></li>
</ul></li> </ul></li>
<li><a href="posts/index.html">Posts</a> <li><a href="art/index.html">Art</a></li>
<ul class="org-ul">
<li><a href="posts/blog-tech.html">How This Blog Works</a></li>
<li><a href="posts/framework.html">Framework Laptop Review</a></li>
<li><a href="posts/fiction/index.html">Fiction</a>
<ul class="org-ul">
<li><a href="posts/fiction/index.html">Fiction</a></li>
<li><a href="posts/fiction/jesus.html">A West Coast Gospel</a></li>
</ul></li>
</ul></li>
<li><a href="work/index.html">Work</a>
<ul class="org-ul">
<li><a href="work/crypto_contracting_reflections.html">Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</a></li>
<li><a href="work/looking_for_work.html">Looking for Work</a></li>
<li><a href="work/eris_retrospective.html">Eris Retrospective</a></li>
<li><a href="work/toshokan_retrospective.html">Toshokan Retrospective</a></li>
<li><a href="work/portfolio.html">Portfolio</a></li>
</ul></li>
<li><a href="projects/index.html">Projects</a> <li><a href="projects/index.html">Projects</a>
<ul class="org-ul"> <ul class="org-ul">
@@ -273,13 +257,32 @@
<li><a href="events/premier_impact.html">Premier Impact Retrospective</a></li> <li><a href="events/premier_impact.html">Premier Impact Retrospective</a></li>
<li><a href="events/wroclaw.html">Wrocław/Millennium Strike</a></li> <li><a href="events/wroclaw.html">Wrocław/Millennium Strike</a></li>
</ul></li> </ul></li>
<li><a href="work/index.html">Work</a>
<ul class="org-ul">
<li><a href="work/looking_for_work.html">Looking for Work</a></li>
<li><a href="work/portfolio.html">Portfolio</a></li>
<li><a href="work/toshokan_retrospective.html">Toshokan Retrospective</a></li>
<li><a href="work/eris_retrospective.html">Eris Retrospective</a></li>
<li><a href="work/crypto_contracting_reflections.html">Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</a></li>
</ul></li>
<li><a href="other/index.html">Other</a> <li><a href="other/index.html">Other</a>
<ul class="org-ul"> <ul class="org-ul">
<li><a href="other/ultraman.html">The Story of Ultraman</a></li> <li><a href="other/ultraman.html">The Story of Ultraman</a></li>
</ul></li> </ul></li>
<li><a href="art/index.html">Art</a></li> <li><a href="posts/index.html">Posts</a>
<ul class="org-ul">
<li><a href="posts/blog-tech.html">How This Blog Works</a></li>
<li><a href="posts/framework.html">Framework Laptop Review</a></li>
<li><a href="posts/fiction/index.html">Fiction</a>
<ul class="org-ul">
<li><a href="posts/fiction/index.html">Fiction</a></li>
<li><a href="posts/fiction/jesus.html">A West Coast Gospel</a></li>
</ul></li>
</ul></li>
<li><a href="links/index.html">Links</a> <li><a href="links/index.html">Links</a>
<ul class="org-ul"> <ul class="org-ul">
@@ -288,13 +291,13 @@
</ul> </ul>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-11-07</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-12-02</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

1728
html/source.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
.orgjq-contracted > div {
display: none;
}

View File

@@ -1,184 +0,0 @@
.poetry {
padding-top: 4rem;
padding-bottom: 4rem;
text-align: center;
}
.figure-number {
display: none;
}
.center, div.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.center figure,
.center figcaption,
div.center figure,
div.center figcaption {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.caption {
padding-top: 0.5rem;
font-style: italic;
}
.outline-3, .outline-4, .outline-5 {
padding-left: 0.6rem;
border-radius: 0.2em;
box-shadow: 1px 1px 1px var(--grey2);
margin: 0.7rem;
border: 1px solid var(--grey4);
}
.outline-text-3, .outline-text-4, .outline-text-5 {
margin: 0.3rem 1rem 0.5rem 0.5rem;
}
/*
.outline-3 {
border-left: 1px inset var(--red5);
}
.outline-4 {
border-left: 1px inset var(--purple3);
}
.outline-5 {
border-left: 1px inset var(--blue4);
}
*/
/*
.outline-5::after {
content: "⇜";
display: block;
text-align: right;
margin-top: -2.0rem;
}
*/
.orgjq-expanded p {
margin-top: 0;
}
/*
.outline-3.orgjq-contracted h3::before {
content: "🡒 ";
}
.outline-4.orgjq-contracted h4::before {
content: "⤳ ";
}
.outline-5 h5::before {
content: "⇝ ";
}
*/
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 1rem;
margin-top: 0.5rem;
margin-left: 0.5rem;
}
#content h3 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#content h4 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#content h5 {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
.orgjq-contracted h2, .orgjq-contracted h3, .orgjq-contracted h4, orgjq-contracted h5 {
padding-top: 0.3rem !important;
padding-bottom: 0.3rem !important;
}
#content h2 {
margin-top: 1rem;
}
.orgjq-expanded p {
padding-bottom: 0.5rem;
margin-bottom: 0;
}
#content, #footer {
box-shadow: 7px 7px 7px var(--grey1);
}
h2 {
line-height: 1.5rem;
text-align: center;
}
h3, h4, h5 {
text-align: center;
}
#table-of-contents {
display: none;
}
.done.YES, .todo.NO, .done.EXCELLENT, .done.FREED {
display: none;
}
h2:has(.done.YES), h3:has(.done.YES), h4:has(.done.YES), h5:has(.done.YES), .grid.YES {
color: var(--green3);
}
h2:has(.todo.NO), h3:has(.todo.NO), h4:has(.todo.NO), h5:has(.todo.NO), .grid.NO {
color: var(--red3);
}
h2:has(.done.EXCELLENT), h3:has(.done.EXCELLENT), h4:has(.done.EXCELLENT), h5:has(.done.EXCELLENT), .grid.EXCELLENT {
color: var(--blue3);
}
h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREED), .grid.FREED {
color: var(--purpl3);
}
.tag { display: none; }
.habit-cell {
text-align: center;
vertical-align: middle;
width: 20px;
height: 10px;
cursor: pointer;
user-select: none;
}
.habit-cell.habit-brightness-1 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-2 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-3 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-4 { color: var(--grey2); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-5 { color: var(--grey3); outline-color: var(--grey5) !important; }
.habit-cell:not([data-body=""]) {
outline: dotted 2px;
outline-offset: -2px;
}
.habitgrid-selected {
outline: solid 2px var(--purple5) !important;
outline-offset: -2px;
}
.section-number-1, .section-number-2, .section-number-3, .section-number-4 { display: none; }

View File

@@ -1,281 +1,88 @@
// Adapted from:
//
// esquemadorg.js
//
// m3.2010 Daniel Clemente Laboreo. http://www.danielclemente.com/
//
// Initially based on org-info-jq from Sebastian Rose (2009): http://github.com/SebastianRose/org-info-js/blob/master/org-info-jq.js
//
// Released under the GNU General Public License version 3
// see: http://www.gnu.org/licenses/
//
var HOW_TO_HIDE = 'hide';
function isHideable(div_obj) { function isHideable(div_obj) {
try { try {
// Ignore for TOC since it is handled differently // Ignore for TOC since it is handled differently
if (div_obj.id == "text-table-of-contents") return false; if (div_obj.id === "text-table-of-contents") return false;
if (div_obj.id == "table-of-contents") return false; if (div_obj.id === "table-of-contents") return false;
// No point in hiding top level // No point in hiding top level
if (div_obj.classList.contains("outline-2")) return false; if (div_obj.classList.contains("outline-2")) return false;
if (div_obj.classList.contains("outline-text-2")) return false; if (div_obj.classList.contains("outline-text-2")) return false;
} catch (e) { } catch (e) {
console.log(div_obj) console.log(div_obj);
console.log(e) console.log(e);
} }
return true;
return true
} }
function scrollSmoothlyToObj(obj,id) {
// This line comes from: *** Anchor Slider by Cedric Dugas *** Http://www.position-absolute.com *** Thanks!
$("html:not(:animated),body:not(:animated)").animate({ scrollTop: obj.offset().top}, 1100, function() {
window.location.hash = id;
});
}
function focusSection(id_anchor){
// anchor: the id (text, without '#') of the h2/h3/h4/h5/h6/h7 which is to be made visible (together with its parents). The page will also scroll to focus that section
var anchor1='#'+id_anchor;
var anchor2='*[id=' + id_anchor + ']'; // this is equivalent to $("#id"), which strangely seems not to work
var obj_anchor=$(anchor2);
// Remove any other highlighted section which was the target of a previous link.
// It does nothing if it's the first click
$("div.orgjq-targeted").removeClass("orgjq-targeted");
// Now highlight the target section and its parents. You may Use .css("background","orange") to test
obj_anchor.parents("div.orgjq-contracted").addClass("orgjq-targeted");
// Expand its parents so that the target section is connected to the root of the tree
obj_anchor.parents("div.orgjq-contracted").each(
function() {
$(this).removeClass("orgjq-contracted").addClass("orgjq-expanded");
$(this).children("div").show();
}
);
// move the browser focus to that section
scrollSmoothlyToObj(obj_anchor,anchor1);
}
function hideForOrg_whenclicked(div_obj) { function hideForOrg_whenclicked(div_obj) {
if (!isHideable(div_obj[0])) return; if (!isHideable(div_obj)) return;
const parent = div_obj.parentElement;
div_obj.parent().removeClass("orgjq-expanded").addClass("orgjq-contracted"); parent.classList.remove("orgjq-expanded");
if(HOW_TO_HIDE=='hide'){ parent.classList.add("orgjq-contracted");
//div_obj.nextAll().hide("fast"); // "normal" es más lento
//div_obj.hide();
} else if(HOW_TO_HIDE=='shrink'){
//div_obj.css("zoom","0.25");
// div_obj.nextAll().css("zoom","0.25");
div_obj.css("font-size","50%");
div_obj.nextAll().css("font-size","50%");
} else if(HOW_TO_HIDE=='opacity'){
div_obj.css("opacity","0.5");
div_obj.nextAll().css("opacity","0.5");
} else if(HOW_TO_HIDE=='scrollbar'){
div_obj.parent().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
} else {
console.error("Not impl.");
} }
}
function showForOrg_whenclicked(div_obj) { function showForOrg_whenclicked(div_obj) {
div_obj.parent().removeClass("orgjq-contracted").addClass("orgjq-expanded"); const parent = div_obj.parentElement;
if(HOW_TO_HIDE=='hide'){ parent.classList.remove("orgjq-contracted");
div_obj.parents().show("normal"); parent.classList.add("orgjq-expanded");
div_obj.nextAll().show("normal");div_obj.show();
} else if(HOW_TO_HIDE=='shrink'){
//div_obj.css("zoom","1");
// div_obj.nextAll().css("zoom","1");
div_obj.css("font-size","100%");
div_obj.nextAll().css("font-size","100%");
} else if(HOW_TO_HIDE=='opacity'){
div_obj.css("opacity","1");
div_obj.nextAll().css("opacity","1");
} else if(HOW_TO_HIDE=='scrollbar'){
div_obj.parents().css({"height":"auto","min-height":"100px","overflow-y":"inherit","opacity":"1"});
} else {
console.error("Not impl.");
}
} }
function toggleForOrg_whenclicked(div_obj) { function toggleForOrg_whenclicked(div_obj) {
if(div_obj.parent().hasClass("orgjq-expanded")) const parent = div_obj.parentElement;
if (parent.classList.contains("orgjq-expanded")) {
hideForOrg_whenclicked(div_obj); hideForOrg_whenclicked(div_obj);
else } else {
showForOrg_whenclicked(div_obj); showForOrg_whenclicked(div_obj);
} }
// faster methods than calling the individual methods in a loop
function close_all_sections() {
//$('.orgjq-expanded').removeClass("orgjq-expanded").addClass("orgjq-contracted");
for(var i=2;i<=7;++i) {
let divs = $(".outline-text-"+i)
divs.each(idx => {
if (isHideable(divs[idx])) {
$("#" + divs[idx].id).parent().removeClass("orgjs-expanded").addClass("orgjq-contracted");
$("#" + divs[idx].id).hide()
}
})
}
// inside the h2 headers, all (now unseen) headers are also contracted
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
if (isHideable($(this).parent()[0])) {
$(this).parent().removeClass("orgjq-expanded").addClass("orgjq-contracted");
$(this).next("div").nextAll().hide();$(this).next("div").hide();
}
});
}
}
function open_all_sections() {
$('div#content .orgjq-contracted').not("#table-of-contents").removeClass("orgjq-contracted").addClass("orgjq-expanded");
$('div#content').find(":hidden").not("#table-of-contents div").show();
}
function disable_global_outlining() {
// not really used anymore
// affect only the main (first level) sections
var org= $("div#table-of-contents, div#content>div[id^='outline-container-']");
//test: org.css({border: "2px solid red"});
// show everything (all sections, …)
org.find(":hidden").show();
// remove classes and thus colors
$(".orgjq-contracted").removeClass("orgjq-contracted");
$(".orgjq-expanded").removeClass("orgjq-expanded");
$(".orgjq-targeted").removeClass("orgjq-targeted");
// headers are not clickable
org.find("h1,h2,h3,h4,h5,h6,h7").css({cursor: "default"}).unbind("click");
// links to sections no longer highlight the target
$("a[href^='#']").unbind('click');
// hide expand link
$("div#outline-container-1 >h2 >a.expandAll").remove();
// information
alert("He cambiado al estilo tradicional: todo seguido. Si quieres volver a usar el esquemado con cabeceras clicables, recarga la página");
} }
function enable_global_outlining() { function enable_global_outlining() {
// Called once e.g. the first time the page is loaded // Called once e.g. the first time the page is loaded
// handle the click event for each header // handle the click event for each header
for(var i=2;i<=7;++i) { for (let i = 2; i <= 7; ++i) {
$("h"+i).each( const headers = document.querySelectorAll(`h${i}`);
function(){ headers.forEach(header => {
$(this).css({cursor: "pointer"}); header.style.cursor = "pointer";
$(this).bind('click', function(){ toggleForOrg_whenclicked( $(this).parent().children("div").eq(0) ); }); header.addEventListener('click', function() {
// Get the first div sibling after the header
const parent = this.parentElement;
const divs = parent.querySelectorAll(':scope > div');
if (divs.length > 0) {
toggleForOrg_whenclicked(divs[0]);
}
});
}); });
} }
/*
// add link to deactive outlining. I wanted 2 links, „expand all“ and „contract all“, but the second one isn't of much use (and reloading the page does the same)
// otros posibles nombres: "(expandir completamente)"
var expAll_link = $( document.createElement('a') ).text("(ver todo seguido, sin esquemado)").addClass("expandAll").click(disable_global_outlining);
$( $("div.outline-2")[0] ).find(">h2") .append(expAll_link);
*/
/*
// start with contracted TOC and headers ← m5.2017: disabled because it has a huge penalty towards Google (hidden content won't be indexed)
if(HOW_TO_HIDE=='hide'){
$("#text-table-of-contents").hide();
} else {
console.error("Not impl.");
}
for(var i=2;i<=7;++i) {
$(".outline-text-"+i).parent().addClass("orgjq-contracted");
if(HOW_TO_HIDE=='hide'){
///// $(".outline-text-"+i).hide();
$(".outline-text-"+i).hide();
} else if(HOW_TO_HIDE=='scrollbar'){
//$(".outline-text-"+i).css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// $(".outline-text-"+i).parent().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// console.error("nada");
} else {
console.error("Not impl.");
}
}
// inside the h2 headers, all (now unseen) headers are also contracted
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
$(this).parent().removeClass("orgjq-expanded").addClass("orgjq-contracted");
if(HOW_TO_HIDE=='hide'){
$(this).next("div").nextAll().hide();$(this).next("div").hide();
} else if(HOW_TO_HIDE=='scrollbar'){
// $(this).next("div").nextAll().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
$(this).next("div").nextAll().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// console.error("nada2.");
} else {
console.error("Not impl.");
}
});
}
*/
// alternatively: mark everything as open // alternatively: mark everything as open
for(var i=2;i<=7;++i) { for (let i = 2; i <= 7; ++i) {
$("h"+i).each( const headers = document.querySelectorAll(`h${i}`);
function(){ headers.forEach(header => {
$(this).parent().removeClass("orgjq-contracted").addClass("orgjq-expanded"); const parent = header.parentElement;
parent.classList.remove("orgjq-contracted");
parent.classList.add("orgjq-expanded");
}); });
} }
// except TOC // except TOC
$("div#table-of-contents").removeClass("orgjq-expanded").addClass("orgjq-contracted"); const toc = document.querySelector("div#table-of-contents");
if (toc) {
toc.classList.remove("orgjq-expanded");
// Hide default-hidden categories toc.classList.add("orgjq-contracted");
$(".orgjq-contract-default").each(
function(){
hideForOrg_whenclicked($(this))
}
);
// If provided #fragment in URL, we must locate and open the corresponding header and its parents
var url = document.location.toString();
if (url.match('#')) { // the URL contains an anchor
var id_anchor = url.split('#')[1];
focusSection(id_anchor);
} }
const autocollapse = document.querySelectorAll(".autocollapse");
// internal links to anchors, e.g. <a href="#sec2">, should also expand the destination section before scrolling there autocollapse.forEach(element => {
//Test: $("a[href^='#']").css("border","2px dotted red"); const grandparent = element.parentElement?.parentElement;
$("a[href^='#']").each(function(){ if (grandparent) {
var caller=this; hideForOrg_whenclicked(grandparent);
$(caller).click(function (event) { }
var href=$(caller).attr("href");
var id_href=href.substr(1);
focusSection(id_href);
return false;
}); });
});
$(".tag").each(function(){
hideForOrg_whenclicked($(this).parent());
console.log("DSFDFS")
})
// the page is now ready to be used
} }
// Code starts here // Run when DOM is fully loaded
if (document.readyState === 'loading') {
$(document).ready(enable_global_outlining); document.addEventListener('DOMContentLoaded', enable_global_outlining);
} else {
// DOM is already loaded
enable_global_outlining();
}

BIN
html/static/favicon_96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -8,6 +8,14 @@
src: url('fonts/Cambria.ttf'); src: url('fonts/Cambria.ttf');
} }
@font-face {
font-family: 'Noto Sans Symbols 2';
src: url('fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap; /* Prevents invisible text during load */
unicode-range: U+2190-21FF, U+2600-26FF, U+2700-27BF, U+2B00-2BFF; /* Limit to symbol ranges */
}
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';

Binary file not shown.

93
html/static/fonts/OFL.txt Normal file
View File

@@ -0,0 +1,93 @@
Copyright 2022 The Noto Project Authors (https://github.com/notofonts/symbols)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@@ -1,11 +0,0 @@
.footnote-tooltip {
position: 'absolute';
z-index: 1000;
background-color: var(--background-tooltip);
border: 1px solid var(--accent1);
border-radius: = 4px;
padding: 8px 12px;
max-width: 300px;
font-size: calc(var(--font-size) * 0.9);
box-shadow: 1px 1px 1px var(--grey2);
}

View File

@@ -1,6 +1,38 @@
document.addEventListener('DOMContentLoaded', function() { function formatDayOfYear(dayOfYear, year) {
console.log("🦶🦶🦶🦶🦶 FOOTNOTES LOADED 🦶🦶🦶🦶🦶🦶") const date = new Date(year, 0, dayOfYear);
return date.toLocaleDateString('en-GB', {
day: 'numeric',
month: 'short',
year: 'numeric'
});
}
let selectedCell = null;
function showHabitPopup(cell) {
var bodyHtml = cell.getAttribute('data-body');
var doy = cell.getAttribute('data-doy');
var activity = cell.getAttribute('data-activity');
var status = cell.getAttribute('data-status');
activity = activity.replace(/^dailies-/, '').replace(/^./, c => c.toUpperCase())
if (!bodyHtml) bodyHtml = "<span class='center'><i>This section intentionally left blank.</i></span>"
bodyHtml = `<h3><span class="grid ${status}">${activity}</span> — ${formatDayOfYear(parseInt(doy), 2025)}</h3> ${bodyHtml}`
document.getElementById('habitPopupContent').innerHTML = bodyHtml;
if (selectedCell) {
selectedCell.classList.remove('habitgrid-selected');
}
cell.classList.add('habitgrid-selected');
selectedCell = cell;
enableFootnotes();
}
function enableFootnotes() {
const footnoteRefs = document.querySelectorAll('.footref') const footnoteRefs = document.querySelectorAll('.footref')
footnoteRefs.forEach(ref => { footnoteRefs.forEach(ref => {
@@ -45,37 +77,6 @@ document.addEventListener('DOMContentLoaded', function() {
// Hide footnotes section // Hide footnotes section
document.querySelector("#footnotes").style.display='none' document.querySelector("#footnotes").style.display='none'
});
function formatDayOfYear(dayOfYear, year) {
const date = new Date(year, 0, dayOfYear);
return date.toLocaleDateString('en-GB', {
day: 'numeric',
month: 'short',
year: 'numeric'
});
} }
let selectedCell = null; document.addEventListener('DOMContentLoaded', enableFootnotes);
function showHabitPopup(cell) {
var bodyHtml = cell.getAttribute('data-body');
var doy = cell.getAttribute('data-doy');
var activity = cell.getAttribute('data-activity');
var status = cell.getAttribute('data-status');
activity = activity.replace(/^dailies-/, '').replace(/^./, c => c.toUpperCase())
if (!bodyHtml) bodyHtml = "<span class='center'><i>This section intentionally left blank.</i></span>"
bodyHtml = `<h3><span class="grid ${status}">${activity}</span> — ${formatDayOfYear(parseInt(doy), 2025)}</h3> ${bodyHtml}`
document.getElementById('habitPopupContent').innerHTML = bodyHtml;
if (selectedCell) {
selectedCell.classList.remove('habitgrid-selected');
}
cell.classList.add('habitgrid-selected');
selectedCell = cell;
}

82
html/static/hide.js Normal file
View File

@@ -0,0 +1,82 @@
function isHideable(div_obj) {
// Ignore for TOC since it is handled differently
if (div_obj.id === "text-table-of-contents") return false;
if (div_obj.id === "table-of-contents") return false;
// No point in hiding top level
if (div_obj.classList.contains("outline-2")) return false;
if (div_obj.classList.contains("outline-text-2")) return false;
return true;
}
function orgjqHide(div_obj) {
if (!isHideable(div_obj)) return;
const parent = div_obj.parentElement;
parent.classList.remove("orgjq-expanded");
parent.classList.add("orgjq-contracted");
}
function orgjqShow(div_obj) {
const parent = div_obj.parentElement;
parent.classList.remove("orgjq-contracted");
parent.classList.add("orgjq-expanded");
}
function orgjqToggle(div_obj) {
const parent = div_obj.parentElement;
if (parent.classList.contains("orgjq-expanded")) {
orgjqHide(div_obj);
} else {
orgjqShow(div_obj);
}
}
function orgjqEnable() {
// Called once e.g. the first time the page is loaded
// handle the click event for each header
for (let i = 2; i <= 7; ++i) {
const headers = document.querySelectorAll(`h${i}`);
headers.forEach(header => {
header.style.cursor = "pointer";
header.addEventListener('click', function() {
// Get the first div sibling after the header
const parent = this.parentElement;
const divs = parent.querySelectorAll(':scope > div');
if (divs.length > 0) {
orgjqToggle(divs[0]);
}
});
});
}
// Mark everything as open...
for (let i = 2; i <= 7; ++i) {
const headers = document.querySelectorAll(`h${i}`);
headers.forEach(header => {
const parent = header.parentElement;
parent.classList.remove("orgjq-contracted");
parent.classList.add("orgjq-expanded");
});
}
// ... except TOC ...
const toc = document.querySelector("div#table-of-contents");
if (toc) {
toc.classList.remove("orgjq-expanded");
toc.classList.add("orgjq-contracted");
}
// ... and autocollapse.
const autocollapse = document.querySelectorAll(".autocollapse");
autocollapse.forEach(element => {
const grandparent = element.parentElement?.parentElement;
if (grandparent) {
orgjqHide(grandparent);
}
});
}
// Run when DOM is loaded
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', orgjqEnable);
} else {
orgjqEnable();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

View File

@@ -1,3 +1,182 @@
.tag { display: none; }
div:has(* .tag .h4left) h4 {
text-align: left;
}
div:has(* .tag .h5left) h5 {
text-align: left;
}
div:has(* .tag .h3underline) h3 {
text-decoration: underline;
}
div:has(h3 .tag .journal) {
border: none;
box-shadow: none;
}
div:has(> h3 .tag .journal)::after {
content: '~ ❦ ~';
display: block;
text-align: center;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
color: var(--grey4);
font-size: 2rem;
}
h3:has(.tag .journal) {
text-align: left;
}
h4:has(.tag .jentry) {
display: none;
}
h4:has(.tag .habits) {
text-align: left;
}
.done.YES, .todo.NO, .done.EXCELLENT, .done.FREED {
display: none;
}
h2:has(.done.YES), h3:has(.done.YES), h4:has(.done.YES), h5:has(.done.YES), .grid.YES {
color: var(--green3);
}
h2:has(.todo.NO), h3:has(.todo.NO), h4:has(.todo.NO), h5:has(.todo.NO), .grid.NO {
color: var(--red3);
}
h2:has(.done.EXCELLENT), h3:has(.done.EXCELLENT), h4:has(.done.EXCELLENT), h5:has(.done.EXCELLENT), .grid.EXCELLENT {
color: var(--blue3);
}
h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREED), .grid.FREED {
color: var(--purple3);
}
.habit-table th, .habit-table td {
text-align: center;
vertical-align: middle;
width: 20px;
height: 20px;
cursor: pointer;
user-select: none;
padding: .2em;
max-width: 22px;
}
.habit-table th {
padding: 0;
}
.habit-click-me {
font-weight: normal;
font-size: calc(var(--font-size) * 0.7);
line-height: calc(var(--line-height) * 0.7);
text-align: center;
}
.habit-name {
max-width: 15rem !important;
}
.habit-cell.habit-brightness-1 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-2 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-3 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-4 { color: var(--grey2); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-5 { color: var(--grey3); outline-color: var(--grey5) !important; }
.habit-cell:not([data-body=""]) {
outline: dotted 2px;
outline-offset: -2px;
}
.habitgrid-selected {
outline: solid 2px var(--purple5) !important;
outline-offset: -2px;
}
.orgjq-expanded p {
margin-top: 0;
padding-bottom: 1.5rem;
margin-bottom: 0;
}
.orgjq-contracted > div {
display: none;
}
.orgjq-contracted h2, .orgjq-contracted h3, .orgjq-contracted h4, orgjq-contracted h5 {
padding-top: 0.3rem !important;
padding-bottom: 0.3rem !important;
}
.orgjq-contracted > :first-child::before {
content: '⮞ ';
}
.orgjq-expanded > h3:has(.tag .autocollapse)::before,
.orgjq-expanded > h4:has(.tag .autocollapse)::before,
.orgjq-expanded > h5:has(.tag .autocollapse)::before {
content: '⮟ ';
}
.footnote-tooltip {
position: 'absolute';
z-index: 1000;
background-color: var(--background-tooltip);
border: 1px solid var(--accent1);
border-radius: = 4px;
padding: 8px 12px;
max-width: 300px;
font-size: calc(var(--font-size) * 0.9);
box-shadow: 1px 1px 1px var(--grey2);
}
tbody:has(.row-color-green1) { background-color: var(--green1); }
tbody:has(.row-color-green2) { background-color: var(--green2); }
tbody:has(.row-color-green3) { background-color: var(--green3); }
tbody:has(.row-color-green4) { background-color: var(--green4); }
tbody:has(.row-color-green5) { background-color: var(--green5); }
tbody:has(.row-color-red1) { background-color: var(--red1); }
tbody:has(.row-color-red2) { background-color: var(--red2); }
tbody:has(.row-color-red3) { background-color: var(--red3); }
tbody:has(.row-color-red4) { background-color: var(--red4); }
tbody:has(.row-color-red5) { background-color: var(--red5); }
tbody:has(.row-color-blue1) { background-color: var(--blue1); }
tbody:has(.row-color-blue2) { background-color: var(--blue2); }
tbody:has(.row-color-blue3) { background-color: var(--blue3); }
tbody:has(.row-color-blue4) { background-color: var(--blue4); }
tbody:has(.row-color-blue5) { background-color: var(--blue5); }
tbody:has(.row-color-purple1) { background-color: var(--purple1); }
tbody:has(.row-color-purple2) { background-color: var(--purple2); }
tbody:has(.row-color-purple3) { background-color: var(--purple3); }
tbody:has(.row-color-purple4) { background-color: var(--purple4); }
tbody:has(.row-color-purple5) { background-color: var(--purple5); }
tbody:has(.row-color-grey1) { background-color: var(--grey1); }
tbody:has(.row-color-grey2) { background-color: var(--grey2); }
tbody:has(.row-color-grey3) { background-color: var(--grey3); }
tbody:has(.row-color-grey4) { background-color: var(--grey4); }
tbody:has(.row-color-grey5) { background-color: var(--grey5); }
:root {
--site-width: 1000px;
--vert-content-margin: 0.3rem;
--font-size: 1.2rem;
--line-height: 1.6rem;
--font-family: "Source Serif Pro", "Noto Sans Symbols 2";
--scale: 2;
}
:root { :root {
--green1: #123218; --green1: #123218;
@@ -30,42 +209,14 @@
--grey4: #a79fa7; --grey4: #a79fa7;
--grey5: #c5bcbc; --grey5: #c5bcbc;
--site-width: 1000px;
--vert-content-margin: 0.3rem;
--accent1: var(--purple4); --accent1: var(--purple4);
--link: var(--blue3); --link: var(--blue3);
--black: var(--grey1); --black: var(--grey1);
--grey: var(--grey3); --grey: var(--grey3);
--background: var(--grey5); --background: var(--grey5);
--background-tooltip: var(--grey5); --background-tooltip: var(--grey5);
--font-size: 1.2rem;
--line-height: 1.2rem;
--font-family: "Source Serif Pro";
--scale: 2;
} }
/*
@media (min-height: 1081px) {
:root {
--scale: 2;
}
}
@media (min-height: 2161px) {
:root {
--scale: 3;
}
}
@media (min-height: 3241px) {
:root {
--scale: 4;
}
}
*/
body::before, body::before,
body::after { body::after {
content: ''; content: '';
@@ -97,13 +248,9 @@ body::after {
} }
body { body {
// text-align: justify;
font-family: var(--font-family); font-family: var(--font-family);
font-size: var(--font-size); font-size: var(--font-size);
line-height: var(--line-height); line-height: var(--line-height);
color: var(--black);
background-color: var(--background);
color: var(--grey1);
word-spacing: 0.25ch; word-spacing: 0.25ch;
font-weight: 400; font-weight: 400;
} }
@@ -114,15 +261,185 @@ body {
margin: 0 auto; margin: 0 auto;
padding: 5px 25px; padding: 5px 25px;
background-color: var(--background);
border: 2px double var(--grey1); border: 2px double var(--grey1);
margin-bottom: 1.2rem; margin-bottom: 1.2rem;
background-color: var(--background);
} }
#header { #header {
display: flex; display: flex;
} }
#content, #footer {
box-shadow: 7px 7px 7px var(--grey1);
}
#footer {
padding-top: 1rem;
padding-bottom: 1rem;
}
#header a, #header a:visited{
color: var(--purple2);
}
#header hr {
margin-bottom: var(--vert-content-margin);
}
#footer hr {
margin-top: var(--vert-content-margin);
}
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 1rem;
margin-top: 0.5rem;
margin-left: 0.5rem;
}
#content h2 {
margin-top: 1rem;
}
#content h3, #content h4 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#content h5 {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
body {
color: var(--black);
background-color: var(--background);
}
pre {background-color:var(--grey1); color:var(--grey5);}
pre span.org-builtin {color:var(--blue4);font-weight:bold;}
pre span.org-string {color:var(--green4);}
pre span.org-keyword {color:var(--purple5);font-weight:bold;}
pre span.org-variable-name {color:var(--green5);font-style:italic;}
pre span.org-function-name {color:var(--blue5);}
pre span.org-type {color:var(--purple4);}
pre span.org-preprocessor {color:var(--grey5);font-weight:bold;}
pre span.org-constant {color:var(--red5);}
pre span.org-comment-delimiter {color:var(--grey3);}
pre span.org-comment {color:var(--grey3);font-style:italic}
pre span.org-outshine-level-1 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-2 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-3 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-4 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-5 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-6 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-7 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-8 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-9 {color:var(--grey5);font-style:italic}
pre span.org-rainbow-delimiters-depth-1 {color:var(--grey4);}
pre span.org-rainbow-delimiters-depth-2 {color:var(--blue4);}
pre span.org-rainbow-delimiters-depth-3 {color:var(--green4);}
pre span.org-rainbow-delimiters-depth-4 {color:var(--red4);}
pre span.org-rainbow-delimiters-depth-5 {color:var(--purple4);}
pre span.org-rainbow-delimiters-depth-6 {color:var(--blue4);}
pre span.org-rainbow-delimiters-depth-7 {color:var(--green4);}
pre span.org-rainbow-delimiters-depth-8 {color:var(--red4);}
pre span.org-rainbow-delimiters-depth-9 {color:var(--purple4);}
pre span.org-sh-quoted-exec {color:var(--purple3);}
pre span.org-doc {color:var(--green5);font-style:italic;}
pre span.org-css-selector {color:var(--blue5);font-weight:bold;}
pre span.org-css-property {color:var(--purple4); font-weight: bold;}
tbody { border-bottom: 1px dotted var(--grey1); }
thead { border-bottom: 1px solid var(--grey1); }
th, td { padding-right: 4rem; }
th.org-left { text-align: left; }
hr {
border: 0;
border-top: 2px dotted var(--grey1);
}
a, a:visited {
color: var(--link);
text-decoration: none;
}
.figure-number {
display: none;
}
.caption {
padding-top: 0.5rem;
font-style: italic;
}
.outline-3, .outline-4, .outline-5 {
padding-left: 0.6rem;
border-radius: 0.2em;
margin: 0.7rem;
}
.outline-text-3, .outline-text-4, .outline-text-5 {
margin: 0.3rem 1rem 0.5rem 0.5rem;
}
h2 {
line-height: 1.5rem;
text-align: center;
}
h3, h4, h5 {
text-align: center;
}
.section-number-1, .section-number-2, .section-number-3, .section-number-4 { display: none; }
ul { margin-top: 0; }
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.navbar-link {
margin-right: 5px;
margin-left: 5px;
}
.center, div.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.center figure,
.center figcaption,
div.center figure,
div.center figcaption {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.multi-img {
display: flex;
justify-content: center;
text-align: center;
margin: 20px;
gap: 20px;
}
.multi-img figure { margin: 0px; }
.poetry {
padding-top: 4rem;
padding-bottom: 4rem;
text-align: center;
}
#looking-for-work { #looking-for-work {
background-color: var(--red2); background-color: var(--red2);
color: var(--grey5); color: var(--grey5);
@@ -138,70 +455,15 @@ body {
color: var(--blue5) !important; color: var(--blue5) !important;
} }
.src, .example {
#footer { font-family: monospace;
padding-top: 1rem; font-size: 1rem;
padding-bottom: 1rem;
}
code {
font-size: calc(var(--font-size) * 0.9);
}
hr {
border: 0;
border-top: 2px dotted var(--black);
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.navbar-link {
margin-right: 5px;
margin-left: 5px;
}
a, a:visited {
color: var(--link);
text-decoration: none;
}
#header a, #header a:visited{
color: var(--purple2);
}
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 0.2rem;
margin-top: 0.5rem;
}
#content h2 {
margin-top: 1rem;
}
#header hr {
margin-bottom: var(--vert-content-margin);
}
#footer hr {
margin-top: var(--vert-content-margin);
} }
#publish-date, #modified-date { #publish-date, #modified-date {
font-style: italic; font-style: italic;
} }
.src, .example {
font-family: "monospace";
font-size: 1rem;
}
/* TOC */
#table-of-contents { #table-of-contents {
z-index: 1; z-index: 1;
margin-top: 105px; margin-top: 105px;
@@ -222,7 +484,6 @@ a, a:visited {
/* ensure doesn't flow off the screen when expanded */ /* ensure doesn't flow off the screen when expanded */
max-height: 80%; max-height: 80%;
overflow: auto; overflow: auto;
} }
#table-of-contents h2 { #table-of-contents h2 {
font-size: 13pt; font-size: 13pt;
@@ -245,36 +506,14 @@ a, a:visited {
padding-right: 20px; padding-right: 20px;
} }
pre {background-color:var(--grey1); color:var(--grey5);} #table-of-contents {
pre span.org-builtin {color:var(--blue4);font-weight:bold;} display: none;
pre span.org-string {color:var(--green4);} }
pre span.org-keyword {color:var(--blue4);}
pre span.org-variable-name {color:var(--purple5);}
pre span.org-function-name {color:var(--blue5);}
pre span.org-type {color:var(--purple3);}
pre span.org-preprocessor {color:var(--grey5);font-weight:bold;}
pre span.org-constant {color:var(--red2);}
pre span.org-comment-delimiter {color:var(--grey5);}
pre span.org-comment {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-1 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-2 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-3 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-4 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-5 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-6 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-7 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-8 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-9 {color:var(--grey5);font-style:italic}
pre span.org-rainbow-delimiters-depth-1 {color:var(--grey4);}
pre span.org-rainbow-delimiters-depth-2 {color:var(--blue1);}
pre span.org-rainbow-delimiters-depth-3 {color:var(--green1);}
pre span.org-rainbow-delimiters-depth-4 {color:var(--red1);}
pre span.org-rainbow-delimiters-depth-5 {color:var(--purple1);}
pre span.org-rainbow-delimiters-depth-6 {color:var(--blue4);}
pre span.org-rainbow-delimiters-depth-7 {color:var(--green3);}
pre span.org-rainbow-delimiters-depth-8 {color:var(--red3);}
pre span.org-rainbow-delimiters-depth-9 {color:var(--purple3);}
pre span.org-sh-quoted-exec {color:var(--purple2);}
.TODO { color: var(--red3); } .TODO { color: var(--red3); }
.DONE { color: var(--green3); } .DONE { color: var(--green3); }
html {
visibility: visible;
opacity: 1;
}

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>To Do</title> <title>To Do</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,127 +209,127 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org13e9f26" class="outline-2"> <div id="outline-container-org8ee87ed" class="outline-2">
<h2 id="org13e9f26">New phone</h2> <h2 id="org8ee87ed">New phone</h2>
<div class="outline-text-2" id="text-org13e9f26"> <div class="outline-text-2" id="text-org8ee87ed">
</div> </div>
<div id="outline-container-org1c5c347" class="outline-3"> <div id="outline-container-org7ea43da" class="outline-3">
<h3 id="org1c5c347"><span class="todo TODO">TODO</span> Import contacts</h3> <h3 id="org7ea43da"><span class="todo TODO">TODO</span> Import contacts</h3>
</div> </div>
<div id="outline-container-org3f47580" class="outline-3"> <div id="outline-container-org50fa4cb" class="outline-3">
<h3 id="org3f47580"><span class="todo TODO">TODO</span> Deeper Tenma integrations</h3> <h3 id="org50fa4cb"><span class="todo TODO">TODO</span> Deeper Tenma integrations</h3>
</div> </div>
</div> </div>
<div id="outline-container-org3e587c3" class="outline-2"> <div id="outline-container-org2e30133" class="outline-2">
<h2 id="org3e587c3">Tenma Infrastructure</h2> <h2 id="org2e30133">Tenma Infrastructure</h2>
<div class="outline-text-2" id="text-org3e587c3"> <div class="outline-text-2" id="text-org2e30133">
</div> </div>
<div id="outline-container-org05d8dfb" class="outline-3"> <div id="outline-container-orgc0bb011" class="outline-3">
<h3 id="org05d8dfb"><span class="todo TODO">TODO</span> <a href="./designdocs/tenma.html">Prepare Tenma</a> to open her up to other users.</h3> <h3 id="orgc0bb011"><span class="todo TODO">TODO</span> <a href="./designdocs/tenma.html">Prepare Tenma</a> to open her up to other users.</h3>
</div> </div>
<div id="outline-container-org16fd183" class="outline-3"> <div id="outline-container-orgf833559" class="outline-3">
<h3 id="org16fd183"><span class="todo TODO">TODO</span> Deeper copyparty integration</h3> <h3 id="orgf833559"><span class="todo TODO">TODO</span> Deeper copyparty integration</h3>
<div class="outline-text-3" id="text-org16fd183"> <div class="outline-text-3" id="text-orgf833559">
</div> </div>
<div id="outline-container-org0e0f9c2" class="outline-4"> <div id="outline-container-org3f280b8" class="outline-4">
<h4 id="org0e0f9c2"><span class="todo TODO">TODO</span> Screenshot service</h4> <h4 id="org3f280b8"><span class="todo TODO">TODO</span> Screenshot service</h4>
</div> </div>
</div> </div>
</div> </div>
<div id="outline-container-org73dd59e" class="outline-2"> <div id="outline-container-orgb74f4a6" class="outline-2">
<h2 id="org73dd59e">Life/houshold things</h2> <h2 id="orgb74f4a6">Life/houshold things</h2>
<div class="outline-text-2" id="text-org73dd59e"> <div class="outline-text-2" id="text-orgb74f4a6">
</div> </div>
<div id="outline-container-org438576e" class="outline-3"> <div id="outline-container-org8c17153" class="outline-3">
<h3 id="org438576e"><span class="todo TODO">TODO</span> Adopt a cat</h3> <h3 id="org8c17153"><span class="todo TODO">TODO</span> Adopt a cat</h3>
</div> </div>
<div id="outline-container-org6aab8ca" class="outline-3"> <div id="outline-container-orgf486eae" class="outline-3">
<h3 id="org6aab8ca"><span class="todo TODO">TODO</span> Have wisdom teeth pulled</h3> <h3 id="orgf486eae"><span class="todo TODO">TODO</span> Have wisdom teeth pulled</h3>
</div> </div>
<div id="outline-container-org3a45b27" class="outline-3"> <div id="outline-container-org2ca165b" class="outline-3">
<h3 id="org3a45b27"><span class="todo TODO">TODO</span> Health checkup</h3> <h3 id="org2ca165b"><span class="todo TODO">TODO</span> Health checkup</h3>
</div> </div>
<div id="outline-container-org1dd07bf" class="outline-3"> <div id="outline-container-org2730a08" class="outline-3">
<h3 id="org1dd07bf"><span class="todo TODO">TODO</span> Put plants in the house</h3> <h3 id="org2730a08"><span class="todo TODO">TODO</span> Put plants in the house</h3>
</div> </div>
</div> </div>
<div id="outline-container-org546056f" class="outline-2"> <div id="outline-container-org97ac73f" class="outline-2">
<h2 id="org546056f">Blog</h2> <h2 id="org97ac73f">Blog</h2>
<div class="outline-text-2" id="text-org546056f"> <div class="outline-text-2" id="text-org97ac73f">
</div> </div>
<div id="outline-container-orge3ed5cc" class="outline-3"> <div id="outline-container-org2161cb0" class="outline-3">
<h3 id="orge3ed5cc">See <a href="./projects/blog.html">blog.org</a></h3> <h3 id="org2161cb0">See <a href="./projects/blog.html">blog.org</a></h3>
</div> </div>
</div> </div>
<div id="outline-container-org209371c" class="outline-2"> <div id="outline-container-org961d369" class="outline-2">
<h2 id="org209371c">Design Documents</h2> <h2 id="org961d369">Design Documents</h2>
<div class="outline-text-2" id="text-org209371c"> <div class="outline-text-2" id="text-org961d369">
</div> </div>
<div id="outline-container-orgc7cc355" class="outline-3"> <div id="outline-container-org687dfd1" class="outline-3">
<h3 id="orgc7cc355"><a href="./projects/webbiewebworld/todo.html">WebbieWebWorld</a></h3> <h3 id="org687dfd1"><a href="./projects/webbiewebworld/todo.html">WebbieWebWorld</a></h3>
</div> </div>
<div id="outline-container-org0c9a840" class="outline-3"> <div id="outline-container-org30b0089" class="outline-3">
<h3 id="org0c9a840"><a href="./projects/emptyhead/todo.html">EMPTYHEAD</a></h3> <h3 id="org30b0089"><a href="./projects/emptyhead/todo.html">EMPTYHEAD</a></h3>
</div> </div>
<div id="outline-container-orge51ab03" class="outline-3"> <div id="outline-container-orge15c8cc" class="outline-3">
<h3 id="orge51ab03"><a href="./projects/vdp/todo.html">VDP</a></h3> <h3 id="orge15c8cc"><a href="./projects/vdp/todo.html">VDP</a></h3>
</div> </div>
</div> </div>
<div id="outline-container-org9678de8" class="outline-2"> <div id="outline-container-org1f0d007" class="outline-2">
<h2 id="org9678de8">Other</h2> <h2 id="org1f0d007">Other</h2>
<div class="outline-text-2" id="text-org9678de8"> <div class="outline-text-2" id="text-org1f0d007">
</div> </div>
<div id="outline-container-org69d1385" class="outline-3"> <div id="outline-container-org3deae16" class="outline-3">
<h3 id="org69d1385"><span class="todo TODO">TODO</span> Exercise playlists</h3> <h3 id="org3deae16"><span class="todo TODO">TODO</span> Exercise playlists</h3>
</div> </div>
<div id="outline-container-org4963b55" class="outline-3"> <div id="outline-container-orgaa932f6" class="outline-3">
<h3 id="org4963b55"><span class="todo TODO">TODO</span> Create <a href="./friends.html">Friends</a> webring page on the blog</h3> <h3 id="orgaa932f6"><span class="todo TODO">TODO</span> Create <a href="./friends.html">Friends</a> webring page on the blog</h3>
</div> </div>
<div id="outline-container-org6a2e320" class="outline-3"> <div id="outline-container-orgffc5458" class="outline-3">
<h3 id="org6a2e320"><span class="todo TODO">TODO</span> Keyboards blog page</h3> <h3 id="orgffc5458"><span class="todo TODO">TODO</span> Keyboards blog page</h3>
</div> </div>
<div id="outline-container-org562967c" class="outline-3"> <div id="outline-container-orga75cc12" class="outline-3">
<h3 id="org562967c"><span class="todo TODO">TODO</span> custom emacs theme</h3> <h3 id="orga75cc12"><span class="todo TODO">TODO</span> custom emacs theme</h3>
</div> </div>
<div id="outline-container-org34e987e" class="outline-3"> <div id="outline-container-org0e6d0f2" class="outline-3">
<h3 id="org34e987e"><span class="todo TODO">TODO</span> Learn about ATProto</h3> <h3 id="org0e6d0f2"><span class="todo TODO">TODO</span> Learn about ATProto</h3>
</div> </div>
<div id="outline-container-orgd6b5eb2" class="outline-3"> <div id="outline-container-orga37b747" class="outline-3">
<h3 id="orgd6b5eb2"><span class="todo TODO">TODO</span> Process Genius Ideas</h3> <h3 id="orga37b747"><span class="todo TODO">TODO</span> Process Genius Ideas</h3>
</div> </div>
<div id="outline-container-org6abba96" class="outline-3"> <div id="outline-container-orgf5d4e71" class="outline-3">
<h3 id="org6abba96"><span class="todo TODO">TODO</span> Cancel Amazon Prime</h3> <h3 id="orgf5d4e71"><span class="todo TODO">TODO</span> Cancel Amazon Prime</h3>
</div> </div>
<div id="outline-container-orga3de424" class="outline-3"> <div id="outline-container-org33933f8" class="outline-3">
<h3 id="orga3de424"><span class="todo TODO">TODO</span> Compile Compsci Resources page</h3> <h3 id="org33933f8"><span class="todo TODO">TODO</span> Compile Compsci Resources page</h3>
</div> </div>
<div id="outline-container-org2e4a320" class="outline-3"> <div id="outline-container-org8234e99" class="outline-3">
<h3 id="org2e4a320"><span class="todo TODO">TODO</span> Tell the keyboard guy I&rsquo;ve moved house</h3> <h3 id="org8234e99"><span class="todo TODO">TODO</span> Tell the keyboard guy I&rsquo;ve moved house</h3>
</div> </div>
<div id="outline-container-org51f22d5" class="outline-3"> <div id="outline-container-orgee6f9c1" class="outline-3">
<h3 id="org51f22d5"><span class="todo TODO">TODO</span> Look into live coding music setup</h3> <h3 id="orgee6f9c1"><span class="todo TODO">TODO</span> Look into live coding music setup</h3>
</div> </div>
<div id="outline-container-orgcb966bb" class="outline-3"> <div id="outline-container-orga470942" class="outline-3">
<h3 id="orgcb966bb"><span class="todo TODO">TODO</span> Make Runescape video</h3> <h3 id="orga470942"><span class="todo TODO">TODO</span> Make Runescape video</h3>
</div> </div>
<div id="outline-container-orgc67a349" class="outline-3"> <div id="outline-container-org81e3572" class="outline-3">
<h3 id="orgc67a349"><span class="todo TODO">TODO</span> Create looking for work journey page</h3> <h3 id="org81e3572"><span class="todo TODO">TODO</span> Create looking for work journey page</h3>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-09-27</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</title> <title>Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,30 +209,30 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org32f1c6f" class="outline-2"> <div id="outline-container-org852c25d" class="outline-2">
<h2 id="org32f1c6f"><span class="todo TODO">TODO</span> This page is unfinished</h2> <h2 id="org852c25d"><span class="todo TODO">TODO</span> This page is unfinished</h2>
</div> </div>
<div id="outline-container-orgb6a1fef" class="outline-2"> <div id="outline-container-orgbaa14c5" class="outline-2">
<h2 id="orgb6a1fef">Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</h2> <h2 id="orgbaa14c5">Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)</h2>
<div class="outline-text-2" id="text-orgb6a1fef"> <div class="outline-text-2" id="text-orgbaa14c5">
</div> </div>
<div id="outline-container-org2b5c26d" class="outline-3"> <div id="outline-container-org39005e7" class="outline-3">
<h3 id="org2b5c26d">Introduction</h3> <h3 id="org39005e7">Introduction</h3>
<div class="outline-text-3" id="text-org2b5c26d"> <div class="outline-text-3" id="text-org39005e7">
<p> <p>
This is a reflective article on the time I spent working as a software contractor in the cryptocurrency sector between 2021 and 2022 (maybe 10 months total?). I did a variety of things including full-stack web development, blockchain integrations, as well as some smart contract development and general consulting. This is a reflective article on the time I spent working as a software contractor in the cryptocurrency sector between 2021 and 2022 (maybe 10 months total?). I did a variety of things including full-stack web development, blockchain integrations, as well as some smart contract development and general consulting.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org18803a5" class="outline-3"> <div id="outline-container-orgfec9e18" class="outline-3">
<h3 id="org18803a5">Background</h3> <h3 id="orgfec9e18">Background</h3>
<div class="outline-text-3" id="text-org18803a5"> <div class="outline-text-3" id="text-orgfec9e18">
<p> <p>
This period was around the tail end of my passing interest/involvement in the cryptocurrency phenomenon, a time period that roughly spans from 2016 until the end of this gig in early 2022. I was interested in the technology, but wasn&rsquo;t actively building on it until 2021 and being 23 years old and living off student loans I didn&rsquo;t hold a significant financial stake in cryptocurrency. My connection to the wider crypto<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup> ran primarily through a good friend, and it was this friend that recruited me to this gig. This period was around the tail end of my passing interest/involvement in the cryptocurrency phenomenon, a time period that roughly spans from 2016 until the end of this gig in early 2022. I was interested in the technology, but wasn&rsquo;t actively building on it until 2021 and being 23 years old and living off student loans I didn&rsquo;t hold a significant financial stake in cryptocurrency. My connection to the wider crypto<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup> ran primarily through a good friend, and it was this friend that recruited me to this gig.
</p> </p>
@@ -259,28 +258,28 @@ Given its central importance to the story I suppose I must detail exactly how mu
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgee24660" class="outline-3"> <div id="outline-container-org71cefbe" class="outline-3">
<h3 id="orgee24660">The Work</h3> <h3 id="org71cefbe">The Work</h3>
<div class="outline-text-3" id="text-orgee24660"> <div class="outline-text-3" id="text-org71cefbe">
</div> </div>
<div id="outline-container-orge97510a" class="outline-4"> <div id="outline-container-org90b8b49" class="outline-4">
<h4 id="orge97510a">VW</h4> <h4 id="org90b8b49">VW</h4>
</div> </div>
<div id="outline-container-org06c8cd1" class="outline-4"> <div id="outline-container-orgecea53f" class="outline-4">
<h4 id="org06c8cd1">EW</h4> <h4 id="orgecea53f">EW</h4>
</div> </div>
<div id="outline-container-org1765f31" class="outline-4"> <div id="outline-container-org6172276" class="outline-4">
<h4 id="org1765f31">CM</h4> <h4 id="org6172276">CM</h4>
</div> </div>
</div> </div>
<div id="outline-container-org42a5483" class="outline-3"> <div id="outline-container-orgaf32e3f" class="outline-3">
<h3 id="org42a5483">Quitting</h3> <h3 id="orgaf32e3f">Quitting</h3>
</div> </div>
<div id="outline-container-org1d2c6d9" class="outline-3"> <div id="outline-container-org60e9b34" class="outline-3">
<h3 id="org1d2c6d9">Spending the Money</h3> <h3 id="org60e9b34">Spending the Money</h3>
</div> </div>
<div id="outline-container-org51fc9ea" class="outline-3"> <div id="outline-container-orgdfb4e44" class="outline-3">
<h3 id="org51fc9ea">Lessons Learned</h3> <h3 id="orgdfb4e44">Lessons Learned</h3>
</div> </div>
</div> </div>
<div id="footnotes"> <div id="footnotes">
@@ -295,13 +294,13 @@ Given its central importance to the story I suppose I must detail exactly how mu
</div> </div>
</div></div> </div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-02</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Eris Retrospective</title> <title>Eris Retrospective</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-orgaddea3c" class="outline-2"> <div id="outline-container-org95b7c5a" class="outline-2">
<h2 id="orgaddea3c"><span class="todo TODO">TODO</span> </h2> <h2 id="org95b7c5a"><span class="todo TODO">TODO</span> </h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-02</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Work Index</title> <title>Work Index</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,48 +209,48 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org7ffca38" class="outline-2"> <div id="outline-container-orgc1937fb" class="outline-2">
<h2 id="org7ffca38">Work Index</h2> <h2 id="orgc1937fb">Work Index</h2>
<div class="outline-text-2" id="text-org7ffca38"> <div class="outline-text-2" id="text-orgc1937fb">
<p> <p>
Here I keep various documents relating to my professional life. Here I keep various documents relating to my professional life.
</p> </p>
</div> </div>
<div id="outline-container-org478e8e7" class="outline-3"> <div id="outline-container-orgc62c9b1" class="outline-3">
<h3 id="org478e8e7">I am looking for work! Here are <a href="./looking_for_work.html">the services I offer</a>.</h3> <h3 id="orgc62c9b1">I am looking for work! Here are <a href="./looking_for_work.html">the services I offer</a>.</h3>
</div> </div>
<div id="outline-container-org16402f9" class="outline-3"> <div id="outline-container-orga1fefc2" class="outline-3">
<h3 id="org16402f9">Here&rsquo;s <a href="./portfolio.html">my portfolio</a>.</h3> <h3 id="orga1fefc2">Here&rsquo;s <a href="./portfolio.html">my portfolio</a>.</h3>
</div> </div>
<div id="outline-container-orgfdc51f7" class="outline-3"> <div id="outline-container-org0c35034" class="outline-3">
<h3 id="orgfdc51f7">Memoirs about work I did in the past</h3> <h3 id="org0c35034">Memoirs about work I did in the past</h3>
<div class="outline-text-3" id="text-orgfdc51f7"> <div class="outline-text-3" id="text-org0c35034">
</div> </div>
<div id="outline-container-orgd014f8a" class="outline-4"> <div id="outline-container-orgbce21ae" class="outline-4">
<h4 id="orgd014f8a"><a href="./toshokan_retrospective.html">Toshokan.moe</a></h4> <h4 id="orgbce21ae"><a href="./toshokan_retrospective.html">Toshokan.moe</a></h4>
</div> </div>
<div id="outline-container-org0bd661c" class="outline-4"> <div id="outline-container-org8dacda7" class="outline-4">
<h4 id="org0bd661c"><a href="./eris_retrospective.html">Eris</a></h4> <h4 id="org8dacda7"><a href="./eris_retrospective.html">Eris</a></h4>
</div> </div>
<div id="outline-container-org57a0c80" class="outline-4"> <div id="outline-container-org47257d4" class="outline-4">
<h4 id="org57a0c80"><a href="./crypto_contracting_reflections.html">Working as a cryptocurrency contractor</a></h4> <h4 id="org47257d4"><a href="./crypto_contracting_reflections.html">Working as a cryptocurrency contractor</a></h4>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-03</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Looking for Work</title> <title>Looking for Work</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,30 +209,30 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org6a39547" class="outline-2"> <div id="outline-container-orgf8bf152" class="outline-2">
<h2 id="org6a39547">Looking for Work</h2> <h2 id="orgf8bf152">Looking for Work</h2>
<div class="outline-text-2" id="text-org6a39547"> <div class="outline-text-2" id="text-orgf8bf152">
</div> </div>
<div id="outline-container-org8d6a24a" class="outline-3"> <div id="outline-container-org3c94be6" class="outline-3">
<h3 id="org8d6a24a">About Me</h3> <h3 id="org3c94be6">About Me</h3>
<div class="outline-text-3" id="text-org8d6a24a"> <div class="outline-text-3" id="text-org3c94be6">
<p> <p>
I&rsquo;m Akk0, long-term enthusiast software developer, sysadmin, freelancer and this website&rsquo;s webmaster. I&rsquo;ve been at this computer thing for a while &#x2014; my first <code>dist-upgrade</code> was Linux Mint 15 &ldquo;Olivia&rdquo; in 2013 &#x2014; and I am currently actively looking for work on a freelance, contract or part-time basis, full remote or partially on-site in the Paris area<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>; I also accept full-time offers. I&rsquo;m Akk0, long-term enthusiast software developer, sysadmin, freelancer and this website&rsquo;s webmaster. I&rsquo;ve been at this computer thing for a while &#x2014; my first <code>dist-upgrade</code> was Linux Mint 15 &ldquo;Olivia&rdquo; in 2013 &#x2014; and I am currently actively looking for work on a freelance, contract or part-time basis, full remote or partially on-site in the Paris area<sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup>. I am also open to regular full-time positions at interesting copmanies.
</p> </p>
<p> <p>
In order to rapidly build connections and get the ball rolling, I am currently offering my skills at a low, flat rate of <i>€30 per hour.</i> Additionally, I am offering <b>2 hours</b> of <i>no strings attached free labour</i> to anyone reading this <i>for free</i> &#x2014; please do keep reading! In order to rapidly build connections and get the ball rolling, I am offering <b>2 hours</b> of <i>no strings attached free labour</i> to anyone reading this <i>for free</i> &#x2014; please do keep reading!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgbd8200c" class="outline-3"> <div id="outline-container-orgb175c13" class="outline-3">
<h3 id="orgbd8200c">Services Offered</h3> <h3 id="orgb175c13">Services Offered</h3>
<div class="outline-text-3" id="text-orgbd8200c"> <div class="outline-text-3" id="text-orgb175c13">
<p> <p>
My specialisation is in end-to-end, start to finish software development; taking software from idea to specification and through implementation to clean, finished, deployed and of course well-documented product. The independence and flexibility on which I pride myself can be put to many uses, however, and jobs I would love to do for example include: My specialisation is in end-to-end, start to finish software development; taking software from idea to specification and through implementation to clean, finished, deployed and of course well-documented product. The independence and flexibility on which I pride myself can be put to many uses, however, and jobs I would love to do for example include:
</p> </p>
@@ -258,17 +257,17 @@ I especially love working with small businesses and individuals, as well as empo
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5c123f4" class="outline-3"> <div id="outline-container-org27c0a7e" class="outline-3">
<h3 id="org5c123f4">Two Hours Free!</h3> <h3 id="org27c0a7e">Two Hours Free!</h3>
<div class="outline-text-3" id="text-org5c123f4"> <div class="outline-text-3" id="text-org27c0a7e">
<p> <p>
As an offer of goodwill, I am currently offering up to <b>2 hours</b> of work <i>entirely free, with no obligations, no strings attached</i>; simply contact me using the contact information below. Time starts from the moment I start reading your email and includes communication time, so try to be detailed! As an offer of goodwill, I am currently offering up to <b>2 hours</b> of work <i>entirely free, with no obligations, no strings attached</i>; simply contact me using the contact information below. Time starts from the moment I start reading your email and includes communication time, so try to be detailed!
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga991cbc" class="outline-3"> <div id="outline-container-org11d61dd" class="outline-3">
<h3 id="orga991cbc">Contact Me</h3> <h3 id="org11d61dd">Contact Me</h3>
<div class="outline-text-3" id="text-orga991cbc"> <div class="outline-text-3" id="text-org11d61dd">
<p> <p>
To inquire further, contact me at <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b> and tell me: To inquire further, contact me at <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b> and tell me:
</p> </p>
@@ -283,9 +282,9 @@ I am of course more than willing to jump on a call to discuss or just to prove I
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org079adcd" class="outline-3"> <div id="outline-container-org1cc65c8" class="outline-3">
<h3 id="org079adcd">Qualifications and Accomplishments</h3> <h3 id="org1cc65c8">Qualifications and Accomplishments</h3>
<div class="outline-text-3" id="text-org079adcd"> <div class="outline-text-3" id="text-org1cc65c8">
<p> <p>
<i>Main page: <a href="./portfolio.html">portfolio</a>; under construction.</i> <i>Main page: <a href="./portfolio.html">portfolio</a>; under construction.</i>
</p> </p>
@@ -338,13 +337,13 @@ This is in addition to numerous minor programs, contracts, data science/scientif
</div> </div>
</div></div> </div></div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-02</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-27</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Portfolio</title> <title>Portfolio</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org72d0e09" class="outline-2"> <div id="outline-container-orgb260798" class="outline-2">
<h2 id="org72d0e09"><span class="todo TODO">TODO</span> Portfolio</h2> <h2 id="orgb260798"><span class="todo TODO">TODO</span> Portfolio</h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-09-08</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- 2025-11-06 --> <!-- 2025-11-28 -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" /> <meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Toshokan Retrospective</title> <title>Toshokan Retrospective</title>
@@ -190,16 +190,15 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; } { background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { } .org-svg { }
</style> </style>
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">
</head> </head>
@@ -210,23 +209,23 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>
</div> </div>
<div id="content" class="content"> <div id="content" class="content">
<div id="outline-container-org385fc83" class="outline-2"> <div id="outline-container-org385bd80" class="outline-2">
<h2 id="org385fc83"><span class="todo TODO">TODO</span> </h2> <h2 id="org385bd80"><span class="todo TODO">TODO</span> </h2>
</div> </div>
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div id='footer'><div id='modified-date'>Last modified: 2025-10-02</div><hr> <div id='footer'><div id='modified-date'>Last modified: 2025-11-08</div><hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1,8 +0,0 @@
#+title: Notes
* Jesus
First pass eiditing
Victoria tongue piercing
victoria backstory
jesus biblical references
afterword

View File

@@ -2,210 +2,37 @@
* Hello There! * Hello There!
Welcome to my website! I'm [[./about.org][akk0]]. I blog about Emacs, programming, meditation, otaku stuff, and other things that interest me. You can view the full list of pages on the [[./sitemap.org][sitemap]]. Welcome to my website! I'm [[./about.org][akk0]]. I blog about Emacs, programming, meditation, otaku stuff, and other things that interest me. You can view the full list of pages on the [[./sitemap.org][sitemap]].
This site launched recently and is still under construction; please pardon the dust! I maintain a [[./projects/blog.org][somewhat up-to-date TO-DO list]]; don't hestitate to reach out to me through the email address in the footer for feedback or feature suggestions ^^". This site launched recently and is still under construction; please pardon the dust! Don't hestitate to reach out to me through the email address in the footer for feedback or feature suggestions ^^".
Here's this week's [[./journal/w44-2025.org][journal]]! Here's a short /Best Of/:
- [[./source.org][source.org]], the literate sources and documentation for this website;
- My retrospective on [[./events/premier_impact.org][Premier Impact]], a music event I co-organized.
Here's this week's [[./journal/w48-2025.org][journal]]!
** /Pro Tips/ ** /Pro Tips/
- You can fold and unfold sections by clicking the headline. Try it! - You can fold and unfold sections by clicking the headline. Try it!
- Click on any cell with a dotted outline in the habit tracker to see my journal entry for it. The currently selected cell will be highlighted in pink. - Click on any cell with a dotted outline in the habit tracker to see my journal entry for it. The currently selected cell will be highlighted with a solid line.
** Habits ** Habits
#+BEGIN_CENTER #+BEGIN_SRC emacs-lisp :results value html :exports results
/Today is Friday, 7th November./ (defun format-date-with-ordinal ()
#+END_CENTER "Format today's date as 'Thursday, November 20th'."
#+BEGIN_SRC emacs-lisp :exports results :results value html :cache no (let* ((day (string-to-number (format-time-string "%d")))
(defun akk0/org-to-html (org-string) (suffix (cond
"Convert ORG-STRING to HTML." ((and (>= (mod day 100) 11) (<= (mod day 100) 13)) "th")
(with-temp-buffer ((= (mod day 10) 1) "st")
(insert org-string) ((= (mod day 10) 2) "nd")
(org-mode) ((= (mod day 10) 3) "rd")
(org-export-as 'html nil nil t nil))) (t "th"))))
(format "%s, %s %d%s"
(format-time-string "%A") ; Day of week
(format-time-string "%B") ; Month name
day ; Day number
suffix))) ; Ordinal suffix
(defun akk0/sort-habits (habit-alist) (format "<div class='center'><i>Today is %s.</i></div>"
"Sort habit-alist by a predefined order of custom-ids." (format-date-with-ordinal))
(let ((order '("dailies-blogging" "dailies-meditation" "dailies-french" "dailies-engineering"
"dailies-exercise" "dailies-drawing" "dailies-reading" "dailies-social")))
(sort (copy-sequence habit-alist)
(lambda (a b)
(let ((pos-a (or (cl-position (car a) order :test #'equal) 999))
(pos-b (or (cl-position (car b) order :test #'equal) 999)))
(< pos-a pos-b))))))
(defun akk0/extract-habits (file)
"Extract habits with date context from FILE.
Returns a list of plists with :custom-id, :todo-state, :date, :day-of-year."
(with-temp-buffer
(insert-file-contents file)
(org-mode)
(let (results)
(org-element-map (org-element-parse-buffer) 'headline
(lambda (hl)
(let ((custom-id (org-element-property :CUSTOM_ID hl))
(todo-state (org-element-property :todo-keyword hl)))
(when (and custom-id todo-state)
;; Get parent properties for context
(let* ((parent (org-element-property :parent hl))
(day-of-year (or (org-element-property :DAILIES-DAY parent)
(let ((grandparent (org-element-property :parent parent)))
(when grandparent
(org-element-property :DAILIES-DAY grandparent)))))
(body (org-element-interpret-data
(org-element-contents hl))))
(push (list :custom-id custom-id
:todo-state todo-state
:day-of-year day-of-year
:file file
:body body)
results))))))
(nreverse results))))
(defun akk0/extract-all-habits (files)
(mapcan #'akk0/extract-habits files))
(setq akk0/journal-files
(directory-files "~/Blog/org/journal/" t "^w.*\\.org$"))
(defun akk0/habits-alist (habits)
"Transform HABITS list into nested alists: custom-id → day-of-year → habit-data."
(let (result)
(dolist (habit habits)
(let* ((custom-id (plist-get habit :custom-id))
(day-of-year (plist-get habit :day-of-year))
(todo-state (plist-get habit :todo-state))
(body (plist-get habit :body))
;; Get the alist for this custom-id
(inner-alist (alist-get custom-id result nil nil #'equal))
;; Store full data instead of just todo-state
(habit-data (list :todo-state todo-state :body body :day-of-year day-of-year))
;; Update the inner alist
(updated-inner (cons (cons day-of-year habit-data) inner-alist)))
;; Update result
(setf (alist-get custom-id result nil nil #'equal) updated-inner)))
result))
(setq habit-alist (akk0/habits-alist (akk0/extract-all-habits akk0/journal-files)))
(defun akk0/get-habit-history (habit-alist custom-id day-number days-back window-size)
(let* ((inner-alist (alist-get custom-id habit-alist nil nil #'equal))
(result nil)
(all-states nil)
(score-for-state (lambda (state)
(cond ((equal state "NO") -1)
((equal state "YES") 1)
((equal state "EXCELLENT") 2)
(t 0)))))
(dotimes (i days-back)
(let* ((current-day (+ (- day-number days-back) i 1))
(current-day-str (number-to-string current-day))
(habit-data (alist-get current-day-str inner-alist nil nil #'equal))
(todo-state (if habit-data
(plist-get habit-data :todo-state)
"NODATA"))
(body (if habit-data
(plist-get habit-data :body)
""))
(doy (if habit-data
(plist-get habit-data :day-of-year)
""))
)
(push todo-state all-states)
(let* ((window-states (seq-take all-states window-size))
(rolling-score (apply #'+ (mapcar score-for-state window-states))))
(push (list :todo-state todo-state
:score (max 1 (min 5 (/ (+ rolling-score 5) 2)))
:body body
:doy doy)
result))))
(nreverse result)))
(defun akk0/habits-to-html-table (habit-alist day-number days-back window-size)
"Generate HTML table of habits with rolling scores.
Rows are custom-ids, columns are days."
(let ((color-map '(("NODATA" . "grey")
("YES" . "green")
("NO" . "red")
("FREED" . "purple")
("EXCELLENT" . "blue")))
(symbol-map '(("NODATA" . "")
("YES" . "")
("NO" . "×")
("FREED" . "")
("EXCELLENT" . "")))
(sorted-habits (akk0/sort-habits habit-alist))
(html ""))
;; Start table
(setq html (concat html "<table style='margin-left: auto; margin-right:auto; margin-bottom: 0.8rem;'>\n"))
;; Header row with day numbers
(setq html (concat html " <tr>\n <th></th>\n"))
(dotimes (i days-back)
(let ((day (+ (- day-number days-back) i 1)))
(setq html (concat
html
(cond ((= day day-number) "<th>●</th>")
((= 0 (% (- day day-number) 7)) "<th>○</th>")
(t "<th />"))))))
(setq html (concat html " </tr>\n"))
;; Data rows - one per habit
(dolist (entry sorted-habits)
(let* ((custom-id (car entry))
(history (akk0/get-habit-history habit-alist custom-id day-number days-back window-size)))
(setq html (concat html (format " <tr>\n <td style='padding-right: 20px; padding-top: 5px; padding-bottom: 5px;'><i>%s</i></td>\n" (capitalize (string-remove-prefix "dailies-" custom-id)))))
;; Cell for each day
(dolist (day-data history)
(let* ((todo-state (plist-get day-data :todo-state))
(score (plist-get day-data :score))
(body (plist-get day-data :body))
(doy (plist-get day-data :doy))
(body-html (if (and body (not (string-empty-p body)))
(akk0/org-to-html body)
""))
(color (alist-get todo-state color-map nil nil #'equal))
(symbol (alist-get todo-state symbol-map nil nil #'equal))
(class (format "habit-brightness-%d" score))
(style-var (format "--%s%d" color score))
(escaped-body (replace-regexp-in-string "\"" "&quot;"
(replace-regexp-in-string "\n" "&#10;" body-html)))
)
(setq html (concat html (format " <td class=\"%s habit-cell\" style=\"background-color:var(%s)\" data-body=\"%s\" onclick=\"showHabitPopup(this)\" data-doy=\"%s\" data-activity=\"%s\"
data-status=\"%s\">%s</td>\n"
class style-var
escaped-body
doy
custom-id
todo-state
symbol)))))
(setq html (concat html " </tr>\n"))))
;; End table
(setq html (concat html "</table>\n"))
html))
(akk0/habits-to-html-table habit-alist 310 30 5)
#+END_SRC #+END_SRC
#+BEGIN_EXPORT html #+CALL: source.org:habit-tracker() :results value html :exports results
<span class="center"><b>Key:</b>
<span style="color: var(--grey3);">Unknown</span> |
<span style="color: var(--red3);">× No</span> |
<span style="color: var(--green3);">● Yes</span> |
<span style="color: var(--blue3);">♦ Excellent</span> |
<span style="color: var(--purple3);">♣ Freed Up</span>
</span>
<hr />
<div class="habit-popup" id="habitPopup">
<div class="habit-popup-content" id="habitPopupContent">
<span class='center'><i>This section intentionally left blank.</i></span>
</div>
</div>
#+END_EXPORT

View File

@@ -1,20 +1,20 @@
#+FILETAGS: :no_sitemap: #+FILETAGS: :no_sitemap:
#+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f) #+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f)
#+title: Journal Week XX, YYYY #+title: Journal Week XX, XXXX
#+BEGIN_CENTER #+BEGIN_CENTER
[[./wXX-YYYY.org][Previous]] | [[./index.org][Index]] [[./wXX-2025.org][Previous]] | [[./index.org][Index]]
#+END_CENTER #+END_CENTER
* Journal Week XX, YYYY * Journal Week XX, XXXX
** Monday, ZZth MMMM ** Monday, XXth XXXXXXXX :journal:
:PROPERTIES: :PROPERTIES:
:DAILIES-YEAR: YYYY :DAILIES-YEAR: 2025
:DAILIES-DAY: DDD :DAILIES-DAY: XXX
:END: :END:
*** NO Journal *** NO Journal :jentry:
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-blogging :CUSTOM_ID: dailies-blogging
:END: :END:
*** Habits :autocollapse: *** Habits :autocollapse:habits:
**** NO Meditation **** NO Meditation
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-meditation :CUSTOM_ID: dailies-meditation
@@ -43,3 +43,4 @@
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-reading :CUSTOM_ID: dailies-reading
:END: :END:

View File

@@ -2,22 +2,22 @@
#+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f) #+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f)
#+title: Journal Week 45, 2025 #+title: Journal Week 45, 2025
#+BEGIN_CENTER #+BEGIN_CENTER
[[./w44-2025.org][Previous]] | [[./index.org][Index]] [[./w44-2025.org][Previous]] | [[./index.org][Index]] | [[./w46-2025.org][Next]]
#+END_CENTER #+END_CENTER
* Journal Week 45, 2025 * Journal Week 45, 2025
** Thursday, 6th November ** Thursday, 6th November :journal:
:PROPERTIES: :PROPERTIES:
:DAILIES-YEAR: 2025 :DAILIES-YEAR: 2025
:DAILIES-DAY: 310 :DAILIES-DAY: 310
:END: :END:
*** YES Journal *** YES Journal :jentry:
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-blogging :CUSTOM_ID: dailies-blogging
:END: :END:
Not been very consistent with the journaling lately... I'm doing alright. I miss home. Melancholic, but it will pass. Not been very consistent with the journaling lately... I'm doing alright. I miss home. Melancholic, but it will pass.
Went to see [[https://en.wikipedia.org/wiki/TEKE::TEKE][TEKE::TEKE]] live today, it was awesome. Went to see [[https://en.wikipedia.org/wiki/TEKE::TEKE][TEKE::TEKE]] live today, it was awesome.
*** Habits :autocollapse: *** Habits :autocollapse:habits:
**** NO Meditation **** NO Meditation
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-meditation :CUSTOM_ID: dailies-meditation
@@ -47,17 +47,17 @@ Went to see [[https://en.wikipedia.org/wiki/TEKE::TEKE][TEKE::TEKE]] live today,
:CUSTOM_ID: dailies-reading :CUSTOM_ID: dailies-reading
:END: :END:
** Friday, 7th November ** Friday, 7th November :journal:
:PROPERTIES: :PROPERTIES:
:DAILIES-YEAR: 2025 :DAILIES-YEAR: 2025
:DAILIES-DAY: 311 :DAILIES-DAY: 311
:END: :END:
*** YES Journal *** YES Journal :jentry:
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-blogging :CUSTOM_ID: dailies-blogging
:END: :END:
Tired, so tired. Tired, so tired.
*** Habits :autocollapse: *** Habits :autocollapse:habits:
**** NO Meditation **** NO Meditation
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-meditation :CUSTOM_ID: dailies-meditation
@@ -86,3 +86,103 @@ Tired, so tired.
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: dailies-reading :CUSTOM_ID: dailies-reading
:END: :END:
** Saturday, 8th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 312
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Many chores today. Spent a good while sorting out my PC and cleaning up files; I'm also retiring my old [[https://github.com/hydrusnetwork/hydrus][Hydrus]] install in favor of a new one that'll be maintained a bit more carefully. Sorting out my phone and laptop is a job for another day.
Finally starting to get a handle on the healthcare situation.
Today I finished /After the Ecstacy, the Laundry/.
*** Habits :autocollapse:habits:
**** YES Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** NO French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** YES Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Sunday, 9th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 313
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Bunch more chores today. Leather buttons on my old wool coat fell off and I fixed them with superglue. I ripped out my old[fn::Early 90s Ibanez EX370] guitar's crusty wiring and hardwired one of the pickups in the interim until I get around to rewiring it:
#+BEGIN_multi-img
#+ATTR_HTML: :width 100%
#+CAPTION:/Before (crusty and broken)./
[[../../static/images/journal/2025.11-guitar-old.jpg]]
#+ATTR_HTML: :width 100%
#+CAPTION:/After./
[[../../static/images/journal/2025.11-guitar-new.jpg]]
#+END_multi-img
The journal pages got a big CSS makeover. The change isn't retroactive, so you can compare [[./w45-2025.org][this week]] to [[./w44-2025.org][last week]].
New bugs unlocked:
- relative links break in the front page table embed view
- footnote hover css doesn't work in front page either
*** Habits :autocollapse:habits:
**** YES Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:

239
org/journal/w46-2025.org Normal file
View File

@@ -0,0 +1,239 @@
#+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f)
#+title: Journal Week 46, 2025
#+BEGIN_CENTER
[[./w45-2025.org][Previous]] | [[./index.org][Index]] | [[./w47-2025.org][Next]]
#+END_CENTER
* Journal Week 46, 2025
** Monday, 10th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 314
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
It's the 100πth day of the year.
I watched [[https://en.wikipedia.org/wiki/Persepolis_(film)][/Persepolis (2007)/]]. What a film, it's one of my favourite movies now. Gorgeous. Gonna take a while to fully digest. I deeply appreciate France for being one of the strongholds of animations in the world, because the world deserves for this film to be made, and we don't see films like this come out of Japan --- both graphically and thematically.
Feels like I'm largely just running around doing chores again today. At least it's less of a backlog and more of a matter of lifting things to a higher standard; the house is nice and clean again as well now and so is the PC. This website is also getting a lot of TLC bit-by-bit.
Tomorrow's the anniversary of the end of WWI which is a national holiday here, so my partner's taken today off as well for the long weekend. We were neutral in WWI where I'm from, but we do celebrate St. Martin's Day on 11/11. I was hoping to spend the long weekend focusing on music production, but we're 2.5 days into running chores instead so far; at least the end of that is in sight.
I'm gonna start sending out job applications today; I'm also still available for contracting and will be reaching out to more people for that as well, but finding gigs is hard and some financial stability would be very welcome right now. I'm looking for parttime and/or full-remote positions, preferably both. I'm pretty anxious about the job search... I'm plenty confident in my skills as an engineer, but I have a pretty irregular employment history and a language barrier with the country I reside in, with parttime/full-remote being yet another constraint on top of that. At least we don't need very much extra income at all, but conversely we are also capital-B Broke right now. End of year bonuses and rebates will take some of the pressure off; that's another ~2 months out, but will presumably arrive before stable employment regardless.
I want to start writing my Summer 2025 Anime Retrospective soon. I have my thoughts worked out, so it's just a matter of finding the time to sit down and write it (I haven't yet finished /Bad Girl/ either).
*** Habits :autocollapse:habits:
**** YES Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Tuesday, 11th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 315
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Happy St. Martin's/End of WWI!
Trying to sell our dry herb vaporizer --- cutting down weed consumption to once-every-few-months tier, and I notice I get much less full-spectrum effects vaporizing vs just smoking leading me to consume more --- but leboncoin took down our listing because something something drug paraphernalia. Nevermind that the product is legally for sale here, nevermind that there's legitimate non-drug uses for it, nevermind that the exact same product is for sale in other listings on leboncoin... of course contacting support for this kind of thing is pointless. Solveable problem but so much ado about nothing. On the flipside, we managed to sell our Roland GI-10 that we got for our [[../events/premier_impact.org][Premier Impact]] show. We bought it for €100 and sold it for €50, which I guess is alright for such an obsolete low-volume item.
This website now runs off [[https://redbean.dev/][Redbean]] (formerly lighttpd) --- one reason being that lighttpd's documentation is an unworkable mess (we were configuring caching) and another reason being that redbean is awesome. [[https://justine.lol/][Justine]] is awesome. On that note, CSS/JS /should/ now be cached for a day while HTML /should/ be uncached, I hope (HTTP caching is confusing).
Starting to get serious about practicing the electronic drum kit that's been standing in the corner for the past year and a half
#+BEGIN_CENTER
#+ATTR_HTML: :width 100%
#+CAPTION: /Tweaking the ergonomics on this thing is a lot of work./
[[../../static/images/journal/2025.11-drums.jpg]]
#+END_CENTER
I've started looking into the Linux FOSS music production stack again... provisional conclusions:
- *Zrythm* looks promising and afaict the backend is good, but the V1 frontend is unusably slow, with V2 in active development with a full GUI rewrite (GTK→QT) but still far from production-ready;
+ Side note: seems like almost nobody is writing major GUIs in GTK anymore, which is understandable given how dogshit GTK has become...
- *Ardour* is still Ardour, as far as I can tell it's a good DAW but just not designed for a MIDI-heavy workflow;
- *LMMS* seems to be under very active development (26 PRs last month according to their forums) but they haven't cut so much as an alpha release since 2020... Very strange, though I get the impression they /are/ working towards a release;
- Right now a primarily *No-DAW* stack still seems the most viable.
I'm gonna give [[https://ubuntustudio.org/][Ubuntu Studio]] another whirl tomorrow.
Still getting less-than-ideal sleep with a lot of nightmares, though it feels like things are starting to normalize a bit again, and at least my circadian rhythm is fine.
*** Habits :autocollapse:habits:
**** NO Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Friday, 14th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 318
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Been pretty dead for a couple days... sleep issues. I'll try and be a bit more dilligent about always adding the journal entries, at least.
Started making a lot of refactors to the website.
*** Habits :autocollapse:habits:
**** YES Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** EXCELLENT Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Saturday, 15th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 319
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Good gym session today. Worked on formatting my Anki cards. Read about the Three Kingdoms period. Not much else to say.
*** Habits :autocollapse:habits:
**** YES Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** FREED Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** EXCELLENT French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** EXCELLENT Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** YES Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Sunday, 16th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 320
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Two hours of drums practice today! Started feeling somewhat lethargic after that. Did a bunch of work reorganizing Hydrus.
*** Habits :autocollapse:habits:
**** NO Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** FREED Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** NO French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:

93
org/journal/w47-2025.org Normal file
View File

@@ -0,0 +1,93 @@
#+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f)
#+title: Journal Week 47, 2025
#+BEGIN_CENTER
[[./w46-2025.org][Previous]] | [[./index.org][Index]] | [[./w48-2025.org][Next]]
#+END_CENTER
* Journal Week 47, 2025
** Thursday, 20th November 2025 :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 324
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Oof I have not been good about updating the journal again.
Extensively updated [[../source.org][source.org]]. Very proud of it now. Cool. Took a full hour for meditation as well during lunch break; let's hope I can keep up that habit.
I have a new daily schedule now that I like; I'll try and do a writeup of it tomorrow.
Planning to change/simplify the habit tracker somewhat, and drop some of the categories.
*** Habits :autocollapse:habits:
**** EXCELLENT Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** YES Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** EXCELLENT Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** YES Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Friday, 21st November 2025
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 325
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Stomach hurts. Slow day because of it. Started checking out the new OSRS Sailing skill --- seems fun.
Added a favicon to the website. They're really hard to make!
*** Habits :autocollapse:habits:
**** NO Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** NO French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** NO Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** NO Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:

92
org/journal/w48-2025.org Normal file
View File

@@ -0,0 +1,92 @@
#+FILETAGS: :no_sitemap:
#+TODO: NO(n) | YES(y) EXCELLENT(e) FREED(f)
#+title: Journal Week 48, 2025
#+BEGIN_CENTER
[[./w47-2025.org][Previous]] | [[./index.org][Index]]
#+END_CENTER
* Journal Week 48, 2025
** Thursday, 27th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 331
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
Phew. Came down with a pretty bad stomach bug for a while. All better now, thankfully.
Came up with some [[../productivity.org][productivity notes]], including a daily schedule. It's still undever development and maybe a little dense, but it's nice to have some guideline structure that includes everything. I'm especially prioritizing French study and finding work now.
The email address in the footer works again now! I'm using Porkbun's mail host now -- $2/month, so that's very reasonable.
Gonna start cold emailing for employment leads today... nervous as hell, not gonna lie.
*** Habits :autocollapse:habits:
**** NO Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** NO Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:
** Friday, 28th November :journal:
:PROPERTIES:
:DAILIES-YEAR: 2025
:DAILIES-DAY: 332
:END:
*** YES Journal :jentry:
:PROPERTIES:
:CUSTOM_ID: dailies-blogging
:END:
A new day! I'm on schedule today. My partner made pancakes for breakfast, so I'm happy.
*** Habits :autocollapse:habits:
**** NO Meditation
:PROPERTIES:
:CUSTOM_ID: dailies-meditation
:END:
**** NO Drawing
:PROPERTIES:
:CUSTOM_ID: dailies-drawing
:END:
**** YES Engineering
:PROPERTIES:
:CUSTOM_ID: dailies-engineering
:END:
**** YES French
:PROPERTIES:
:CUSTOM_ID: dailies-french
:END:
**** YES Social
:PROPERTIES:
:CUSTOM_ID: dailies-social
:END:
**** YES Exercise
:PROPERTIES:
:CUSTOM_ID: dailies-exercise
:END:
**** NO Reading
:PROPERTIES:
:CUSTOM_ID: dailies-reading
:END:

View File

@@ -97,16 +97,79 @@ Personally, I'm getting a rare chance to critically examine all the little confi
* Appendix A: Transient Terminal Sources * Appendix A: Transient Terminal Sources
=togglescratch= =togglescratch=
#+INCLUDE: "~/Scripts/togglescratch" src fish #+BEGIN_SRC fish
#!/usr/bin/env fish
if test ! -e /tmp/scratch_id
exec xst -e makescratch
end
set nid (cat /tmp/scratch_id)
if test -e /tmp/scratch_on
rm /tmp/scratch_on
bspc node $nid --to-desktop z
else
touch /tmp/scratch_on
bspc node $nid --to-desktop focused --focus --state fullscreen --flag private=on
end
#+END_SRC
=makescratch= =makescratch=
#+INCLUDE: "~/Scripts/makescratch" src fish #+BEGIN_SRC fish
#!/bin/fish
set nid (xdo id)
echo $nid > /tmp/scratch_id
bspc node $nid --state fullscreen --flag private=on --to-desktop focused
touch /tmp/scratch_on
set decid (printf '%d' $nid)
xdotool set_window --name "scratchterminal" $decid
exec "$HOME/Scripts/cleanscratch"
#+END_SRC
=cleanscratch= =cleanscratch=
#+INCLUDE: "~/Scripts/cleanscratch" src fish #+BEGIN_SRC fish
#!/usr/bin/env fish
$SHELL
rm /tmp/scratch_id
rm /tmp/scratch_on
#+END_SRC
=picom.conf= =picom.conf=
#+INCLUDE: "~/.config/picom.conf" src #+BEGIN_SRC
fading = true;
no-fading-openclose = true;
fade-delta = 5;
vsync = true;
backend="glx";
opacity-rule=["90:name = 'scratchterminal'"];
#opacity-rule=["90:class_g = 'xst-256color'"];
#+END_SRC
* Appendix B: lock.py * Appendix B: lock.py
#+INCLUDE: "~/Scripts/lock.py" src python #+BEGIN_SRC fish
#!/usr/bin/python3
import os
import sys
import time
if __name__ == "__main__":
width, height, lwidth, lheight = 2256, 1504, 320, 320
icon = "$HOME/Pictures/lock_small.png"
pape = os.popen("cat /tmp/wallpaper").read()[:-1]
cache = os.popen("cat /tmp/lockscreen_cache").read()[:-1]
if pape != cache or '--ignore-cache' in sys.argv:
os.popen(f"convert {pape} -resize {width}x{height} -background black -gravity center -extent {width}x{height} /tmp/wallpaper.png").read()
os.popen(f"convert -composite /tmp/wallpaper.png {icon} -geometry +{width//2 - lwidth//2}+{height//2 - lheight//2} /tmp/wallpaper.png").read()
os.popen(f"echo {pape} > /tmp/lockscreen_cache")
os.popen("i3lock -u -i /tmp/wallpaper.png")
time.sleep(0.5)
os.popen("loginctl suspend")
#+END_SRC

78
org/productivity.org Normal file
View File

@@ -0,0 +1,78 @@
#+title: Productivity
#+MACRO: c @@html: <span class="row-color-$1" />@@
* Productivity Notes
** Current Daily Schedule
|----------------------------+--------------------------|
| _Time_ | _Activity_ |
|----------------------------+--------------------------|
| *08:00* {{{c(green4)}}} | Morning Ritual |
| | Breakfast |
| | Morning Walk |
|----------------------------+--------------------------|
| *09:30* {{{c(grey4)}}} | Daily Prep |
| | Create Journal Entry |
|----------------------------+--------------------------|
| *10:00* {{{c(purple4)}}} | French Grammar |
|----------------------------+--------------------------|
| *10:30* {{{c(blue4)}}} | Lead Generation |
|----------------------------+--------------------------|
| *11:00* {{{c(blue4)}}} | Work |
|----------------------------+--------------------------|
| *13:00* {{{c(purple4)}}} | French Reading |
|----------------------------+--------------------------|
| *13:30* {{{c(green4)}}} | Lunch Break |
| | Afternoon Exercise |
| | Meditation |
|----------------------------+--------------------------|
| *15:00* {{{c(blue4)}}} | Emails |
|----------------------------+--------------------------|
| *15:15* {{{c(blue4)}}} | Work |
|----------------------------+--------------------------|
| *18:00* {{{c(grey4)}}} | Chores |
|----------------------------+--------------------------|
| *19:00* {{{c(green4)}}} | Dinner |
|----------------------------+--------------------------|
| *20:00* {{{c(purple4)}}} | Journaling, French Vocab |
|----------------------------+--------------------------|
| *20:45* {{{c(green4)}}} | Free |
|----------------------------+--------------------------|
** Activity Notes
*** French
**** Phonology
Sound (within word) + recording in Anki cards
**** Grammar
***** Verbs
- Regular /-er/, /-ir/, /-re/
- Existential Irregular (être, avoir, faire, aller)
- Others
Systematically put in anki decks (cloze deletion).
***** Stock phrases/counting/telling time/directions etc
***** Tenses
- Past tense
- Future and conditional
Again in Anki with cloze deletion maybe.
***** Pronouns
***** Prepositions
***** Subjunctive
**** Reading
Continue daily reading Le Petit Prince
**** Writing
Challenge: write a little story every friday!
*** Lead Generation
Current plausible sources:
- Go through services I use, look for inadequacies;
- Contact people I know, advertise my services;
- Communities e.g.
* HN Who's Hiring,
* Clojurans Slack server,
* Discord servers;
- Job boards:
* Otta,
* RemoteOK;
- Small startup specific things e.g.
* Indiehackers,
* Product Hunt.

View File

@@ -5,29 +5,21 @@ Every page should have a button that takes you to the org-mode source for that p
* TODO Comment Section * TODO Comment Section
** See [[./webbiewebworld/index.org]] ** See [[./webbiewebworld/index.org]]
* TODO Feeds * TODO Feeds
** DONE RSS ** TODO RSS
** TODO Email? ** TODO Email?
* TODO Multiple frontends dispatch * TODO Multiple frontends dispatch
* TODO Custom emojis
* TODO Port [[../../esquemadorg.js][esquemadorg.js]] to CLJS and get rid of JQuery dependency
* TODO "Last Modified" implementation is a bit janky and I don't remember exactly how it works
* TODO Rewrite all JS to CLJS
* TODO Support for auto-folded sections
* TODO Naming a section "footnotes" will cause org-mode to interpret it as the footnotes section when exporting (causing it to be hidden) * TODO Naming a section "footnotes" will cause org-mode to interpret it as the footnotes section when exporting (causing it to be hidden)
* TODO Tangle CSS and (CL)JS from org file
* TODO Reorganize =static/= dir
* TODO Write Ultraman page * TODO Write Ultraman page
* TODO Automatically remove EXIF data from static images * TODO Automatically remove EXIF data from static images
* TODO !! OLD HTML FILES STILL DON'T AUTO CLEAR WHEN CORRESPONDING ORG FILE IS REMOVED !! * TODO !! OLD HTML FILES STILL DON'T AUTO CLEAR WHEN CORRESPONDING ORG FILE IS REMOVED !!
* TODO Put DJ sets on bloggie * TODO Put DJ sets on bloggie
* TODO Fix background flash
* TODO Exclude certain files from sitemap
* TODO Git LFS bs
* TODO cache invalidation
* TODO click images to expand * TODO click images to expand
* TODO general mobile review * TODO general mobile review
* TODO add badges * TODO add badges
* TODO floating TOC if viewport is big enough * TODO floating TOC if viewport is big enough
* TODO Fill in missing index pages * TODO Fill in missing index pages
* TODO Auto template only applies to posts/ subdirectory * TODO Auto template only applies to posts/ subdirectory
* TODO optimize fonts * TODO front page habit table thing
** TODO relative links do not work here!!
** TODO caching problems
** TODO footnote thing doesn't render the same as in the actual page

View File

@@ -1,35 +1,26 @@
#+TITLE: Sitemap for project pages #+TITLE: Sitemap for project pages
- [[file:productivity.org][Productivity]]
- [[file:source.org][Webbieweb.org Sources]]
- [[file:index.org][Index]] - [[file:index.org][Index]]
- [[file:friends.org][Friends]]
- [[file:todo.org][To Do]] - [[file:todo.org][To Do]]
- [[file:about.org][About]] - [[file:about.org][About]]
- [[file:friends.org][Friends]]
- [[file:journal/index.org][Journal]] - [[file:journal/index.org][Journal]]
- [[file:journal/w44-2025.org][Journal Week 44, 2025]] - [[file:journal/w47-2025.org][Journal Week 47, 2025]]
- [[file:journal/w43-2025.org][Journal Week 43, 2025]] - [[file:journal/w46-2025.org][Journal Week 46, 2025]]
- [[file:journal/w42-2025.org][Journal Week 42, 2025]]
- [[file:journal/w41-2025.org][Journaly Week 41, 2025]] - [[file:journal/w41-2025.org][Journaly Week 41, 2025]]
- [[file:journal/w31-2025.org][Journal Week 31, 2025]] - [[file:journal/w44-2025.org][Journal Week 44, 2025]]
- [[file:journal/w30-2025.org][Journal Week 30, 2025]]
- [[file:journal/w29-2025.org][Journal Week 29, 2025 (July 14 to 20)]] - [[file:journal/w29-2025.org][Journal Week 29, 2025 (July 14 to 20)]]
- [[file:journal/w42-2025.org][Journal Week 42, 2025]]
- [[file:journal/w30-2025.org][Journal Week 30, 2025]]
- [[file:journal/w43-2025.org][Journal Week 43, 2025]]
- [[file:journal/w31-2025.org][Journal Week 31, 2025]]
- [[file:journal/w28-2025.org][Akk0's journal, week 28, 2025]] - [[file:journal/w28-2025.org][Akk0's journal, week 28, 2025]]
- [[file:journal/w27-2025-30.06-06.07-journal.org][Journal Week 27 2025]] - [[file:journal/w27-2025-30.06-06.07-journal.org][Journal Week 27 2025]]
- [[file:posts/index.org][Posts]] - [[file:art/index.org][Art]]
- [[file:posts/blog-tech.org][How This Blog Works]]
- [[file:posts/framework.org][Framework Laptop Review]]
- [[file:posts/fiction/index.org][Fiction]]
- [[file:posts/fiction/index.org][Fiction]]
- [[file:posts/fiction/jesus.org][A West Coast Gospel]]
- [[file:work/index.org][Work]]
- [[file:work/crypto_contracting_reflections.org][Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)]]
- [[file:work/looking_for_work.org][Looking for Work]]
- [[file:work/eris_retrospective.org][Eris Retrospective]]
- [[file:work/toshokan_retrospective.org][Toshokan Retrospective]]
- [[file:work/portfolio.org][Portfolio]]
- [[file:projects/index.org][Projects]] - [[file:projects/index.org][Projects]]
- [[file:projects/webbiewebworld/index.org][Webbiewebworld]] - [[file:projects/webbiewebworld/index.org][Webbiewebworld]]
@@ -43,11 +34,24 @@
- [[file:events/premier_impact.org][Premier Impact Retrospective]] - [[file:events/premier_impact.org][Premier Impact Retrospective]]
- [[file:events/wroclaw.org][Wrocław/Millennium Strike]] - [[file:events/wroclaw.org][Wrocław/Millennium Strike]]
- [[file:work/index.org][Work]]
- [[file:work/looking_for_work.org][Looking for Work]]
- [[file:work/portfolio.org][Portfolio]]
- [[file:work/toshokan_retrospective.org][Toshokan Retrospective]]
- [[file:work/eris_retrospective.org][Eris Retrospective]]
- [[file:work/crypto_contracting_reflections.org][Reflections on Independent Contracting in the Cryptocurrency Sector (2021-2022)]]
- [[file:other/index.org][Other]] - [[file:other/index.org][Other]]
- [[file:other/ultraman.org][The Story of Ultraman]] - [[file:other/ultraman.org][The Story of Ultraman]]
- [[file:art/index.org][Art]] - [[file:posts/index.org][Posts]]
- [[file:posts/blog-tech.org][How This Blog Works]]
- [[file:posts/framework.org][Framework Laptop Review]]
- [[file:posts/fiction/index.org][Fiction]]
- [[file:posts/fiction/index.org][Fiction]]
- [[file:posts/fiction/jesus.org][A West Coast Gospel]]
- [[file:links/index.org][Links]] - [[file:links/index.org][Links]]
- [[file:links/w27-2025-30.06-06.07-links.org][Links for week 27, 2025 (June 30 to July 06)]] - [[file:links/w27-2025-30.06-06.07-links.org][Links for week 27, 2025 (June 30 to July 06)]]

1208
org/source.org Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,9 @@
#+title: Looking for Work #+title: Looking for Work
* Looking for Work * Looking for Work
** About Me ** About Me
I'm Akk0, long-term enthusiast software developer, sysadmin, freelancer and this website's webmaster. I've been at this computer thing for a while --- my first =dist-upgrade= was Linux Mint 15 "Olivia" in 2013 --- and I am currently actively looking for work on a freelance, contract or part-time basis, full remote or partially on-site in the Paris area[fn::Although do mind that my French skills albeit improving are still rather minimal.]; I also accept full-time offers. I'm Akk0, long-term enthusiast software developer, sysadmin, freelancer and this website's webmaster. I've been at this computer thing for a while --- my first =dist-upgrade= was Linux Mint 15 "Olivia" in 2013 --- and I am currently actively looking for work on a freelance, contract or part-time basis, full remote or partially on-site in the Paris area[fn::Although do mind that my French skills albeit improving are still rather minimal.]. I am also open to regular full-time positions at interesting copmanies.
In order to rapidly build connections and get the ball rolling, I am currently offering my skills at a low, flat rate of /€30 per hour./ Additionally, I am offering *2 hours* of /no strings attached free labour/ to anyone reading this /for free/ --- please do keep reading! In order to rapidly build connections and get the ball rolling, I am offering *2 hours* of /no strings attached free labour/ to anyone reading this /for free/ --- please do keep reading!
** Services Offered ** Services Offered
My specialisation is in end-to-end, start to finish software development; taking software from idea to specification and through implementation to clean, finished, deployed and of course well-documented product. The independence and flexibility on which I pride myself can be put to many uses, however, and jobs I would love to do for example include: My specialisation is in end-to-end, start to finish software development; taking software from idea to specification and through implementation to clean, finished, deployed and of course well-documented product. The independence and flexibility on which I pride myself can be put to many uses, however, and jobs I would love to do for example include:
- Finding, triaging and fixing bugs in existing applications as well as executing refactors; - Finding, triaging and fixing bugs in existing applications as well as executing refactors;

3
static/.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.ttf filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.webm filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,3 +0,0 @@
.orgjq-contracted > div {
display: none;
}

View File

@@ -1,184 +0,0 @@
.poetry {
padding-top: 4rem;
padding-bottom: 4rem;
text-align: center;
}
.figure-number {
display: none;
}
.center, div.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.center figure,
.center figcaption,
div.center figure,
div.center figcaption {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.caption {
padding-top: 0.5rem;
font-style: italic;
}
.outline-3, .outline-4, .outline-5 {
padding-left: 0.6rem;
border-radius: 0.2em;
box-shadow: 1px 1px 1px var(--grey2);
margin: 0.7rem;
border: 1px solid var(--grey4);
}
.outline-text-3, .outline-text-4, .outline-text-5 {
margin: 0.3rem 1rem 0.5rem 0.5rem;
}
/*
.outline-3 {
border-left: 1px inset var(--red5);
}
.outline-4 {
border-left: 1px inset var(--purple3);
}
.outline-5 {
border-left: 1px inset var(--blue4);
}
*/
/*
.outline-5::after {
content: "⇜";
display: block;
text-align: right;
margin-top: -2.0rem;
}
*/
.orgjq-expanded p {
margin-top: 0;
}
/*
.outline-3.orgjq-contracted h3::before {
content: "🡒 ";
}
.outline-4.orgjq-contracted h4::before {
content: "⤳ ";
}
.outline-5 h5::before {
content: "⇝ ";
}
*/
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 1rem;
margin-top: 0.5rem;
margin-left: 0.5rem;
}
#content h3 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#content h4 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#content h5 {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
.orgjq-contracted h2, .orgjq-contracted h3, .orgjq-contracted h4, orgjq-contracted h5 {
padding-top: 0.3rem !important;
padding-bottom: 0.3rem !important;
}
#content h2 {
margin-top: 1rem;
}
.orgjq-expanded p {
padding-bottom: 0.5rem;
margin-bottom: 0;
}
#content, #footer {
box-shadow: 7px 7px 7px var(--grey1);
}
h2 {
line-height: 1.5rem;
text-align: center;
}
h3, h4, h5 {
text-align: center;
}
#table-of-contents {
display: none;
}
.done.YES, .todo.NO, .done.EXCELLENT, .done.FREED {
display: none;
}
h2:has(.done.YES), h3:has(.done.YES), h4:has(.done.YES), h5:has(.done.YES), .grid.YES {
color: var(--green3);
}
h2:has(.todo.NO), h3:has(.todo.NO), h4:has(.todo.NO), h5:has(.todo.NO), .grid.NO {
color: var(--red3);
}
h2:has(.done.EXCELLENT), h3:has(.done.EXCELLENT), h4:has(.done.EXCELLENT), h5:has(.done.EXCELLENT), .grid.EXCELLENT {
color: var(--blue3);
}
h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREED), .grid.FREED {
color: var(--purpl3);
}
.tag { display: none; }
.habit-cell {
text-align: center;
vertical-align: middle;
width: 20px;
height: 10px;
cursor: pointer;
user-select: none;
}
.habit-cell.habit-brightness-1 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-2 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-3 { color: var(--grey5); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-4 { color: var(--grey2); outline-color: var(--grey5) !important; }
.habit-cell.habit-brightness-5 { color: var(--grey3); outline-color: var(--grey5) !important; }
.habit-cell:not([data-body=""]) {
outline: dotted 2px;
outline-offset: -2px;
}
.habitgrid-selected {
outline: solid 2px var(--purple5) !important;
outline-offset: -2px;
}
.section-number-1, .section-number-2, .section-number-3, .section-number-4 { display: none; }

View File

@@ -1,281 +0,0 @@
// Adapted from:
//
// esquemadorg.js
//
// m3.2010 Daniel Clemente Laboreo. http://www.danielclemente.com/
//
// Initially based on org-info-jq from Sebastian Rose (2009): http://github.com/SebastianRose/org-info-js/blob/master/org-info-jq.js
//
// Released under the GNU General Public License version 3
// see: http://www.gnu.org/licenses/
//
var HOW_TO_HIDE = 'hide';
function isHideable(div_obj) {
try {
// Ignore for TOC since it is handled differently
if (div_obj.id == "text-table-of-contents") return false;
if (div_obj.id == "table-of-contents") return false;
// No point in hiding top level
if (div_obj.classList.contains("outline-2")) return false;
if (div_obj.classList.contains("outline-text-2")) return false;
} catch (e) {
console.log(div_obj)
console.log(e)
}
return true
}
function scrollSmoothlyToObj(obj,id) {
// This line comes from: *** Anchor Slider by Cedric Dugas *** Http://www.position-absolute.com *** Thanks!
$("html:not(:animated),body:not(:animated)").animate({ scrollTop: obj.offset().top}, 1100, function() {
window.location.hash = id;
});
}
function focusSection(id_anchor){
// anchor: the id (text, without '#') of the h2/h3/h4/h5/h6/h7 which is to be made visible (together with its parents). The page will also scroll to focus that section
var anchor1='#'+id_anchor;
var anchor2='*[id=' + id_anchor + ']'; // this is equivalent to $("#id"), which strangely seems not to work
var obj_anchor=$(anchor2);
// Remove any other highlighted section which was the target of a previous link.
// It does nothing if it's the first click
$("div.orgjq-targeted").removeClass("orgjq-targeted");
// Now highlight the target section and its parents. You may Use .css("background","orange") to test
obj_anchor.parents("div.orgjq-contracted").addClass("orgjq-targeted");
// Expand its parents so that the target section is connected to the root of the tree
obj_anchor.parents("div.orgjq-contracted").each(
function() {
$(this).removeClass("orgjq-contracted").addClass("orgjq-expanded");
$(this).children("div").show();
}
);
// move the browser focus to that section
scrollSmoothlyToObj(obj_anchor,anchor1);
}
function hideForOrg_whenclicked(div_obj) {
if (!isHideable(div_obj[0])) return;
div_obj.parent().removeClass("orgjq-expanded").addClass("orgjq-contracted");
if(HOW_TO_HIDE=='hide'){
//div_obj.nextAll().hide("fast"); // "normal" es más lento
//div_obj.hide();
} else if(HOW_TO_HIDE=='shrink'){
//div_obj.css("zoom","0.25");
// div_obj.nextAll().css("zoom","0.25");
div_obj.css("font-size","50%");
div_obj.nextAll().css("font-size","50%");
} else if(HOW_TO_HIDE=='opacity'){
div_obj.css("opacity","0.5");
div_obj.nextAll().css("opacity","0.5");
} else if(HOW_TO_HIDE=='scrollbar'){
div_obj.parent().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
} else {
console.error("Not impl.");
}
}
function showForOrg_whenclicked(div_obj) {
div_obj.parent().removeClass("orgjq-contracted").addClass("orgjq-expanded");
if(HOW_TO_HIDE=='hide'){
div_obj.parents().show("normal");
div_obj.nextAll().show("normal");div_obj.show();
} else if(HOW_TO_HIDE=='shrink'){
//div_obj.css("zoom","1");
// div_obj.nextAll().css("zoom","1");
div_obj.css("font-size","100%");
div_obj.nextAll().css("font-size","100%");
} else if(HOW_TO_HIDE=='opacity'){
div_obj.css("opacity","1");
div_obj.nextAll().css("opacity","1");
} else if(HOW_TO_HIDE=='scrollbar'){
div_obj.parents().css({"height":"auto","min-height":"100px","overflow-y":"inherit","opacity":"1"});
} else {
console.error("Not impl.");
}
}
function toggleForOrg_whenclicked(div_obj) {
if(div_obj.parent().hasClass("orgjq-expanded"))
hideForOrg_whenclicked(div_obj);
else
showForOrg_whenclicked(div_obj);
}
// faster methods than calling the individual methods in a loop
function close_all_sections() {
//$('.orgjq-expanded').removeClass("orgjq-expanded").addClass("orgjq-contracted");
for(var i=2;i<=7;++i) {
let divs = $(".outline-text-"+i)
divs.each(idx => {
if (isHideable(divs[idx])) {
$("#" + divs[idx].id).parent().removeClass("orgjs-expanded").addClass("orgjq-contracted");
$("#" + divs[idx].id).hide()
}
})
}
// inside the h2 headers, all (now unseen) headers are also contracted
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
if (isHideable($(this).parent()[0])) {
$(this).parent().removeClass("orgjq-expanded").addClass("orgjq-contracted");
$(this).next("div").nextAll().hide();$(this).next("div").hide();
}
});
}
}
function open_all_sections() {
$('div#content .orgjq-contracted').not("#table-of-contents").removeClass("orgjq-contracted").addClass("orgjq-expanded");
$('div#content').find(":hidden").not("#table-of-contents div").show();
}
function disable_global_outlining() {
// not really used anymore
// affect only the main (first level) sections
var org= $("div#table-of-contents, div#content>div[id^='outline-container-']");
//test: org.css({border: "2px solid red"});
// show everything (all sections, …)
org.find(":hidden").show();
// remove classes and thus colors
$(".orgjq-contracted").removeClass("orgjq-contracted");
$(".orgjq-expanded").removeClass("orgjq-expanded");
$(".orgjq-targeted").removeClass("orgjq-targeted");
// headers are not clickable
org.find("h1,h2,h3,h4,h5,h6,h7").css({cursor: "default"}).unbind("click");
// links to sections no longer highlight the target
$("a[href^='#']").unbind('click');
// hide expand link
$("div#outline-container-1 >h2 >a.expandAll").remove();
// information
alert("He cambiado al estilo tradicional: todo seguido. Si quieres volver a usar el esquemado con cabeceras clicables, recarga la página");
}
function enable_global_outlining() {
// Called once e.g. the first time the page is loaded
// handle the click event for each header
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
$(this).css({cursor: "pointer"});
$(this).bind('click', function(){ toggleForOrg_whenclicked( $(this).parent().children("div").eq(0) ); });
});
}
/*
// add link to deactive outlining. I wanted 2 links, „expand all“ and „contract all“, but the second one isn't of much use (and reloading the page does the same)
// otros posibles nombres: "(expandir completamente)"
var expAll_link = $( document.createElement('a') ).text("(ver todo seguido, sin esquemado)").addClass("expandAll").click(disable_global_outlining);
$( $("div.outline-2")[0] ).find(">h2") .append(expAll_link);
*/
/*
// start with contracted TOC and headers ← m5.2017: disabled because it has a huge penalty towards Google (hidden content won't be indexed)
if(HOW_TO_HIDE=='hide'){
$("#text-table-of-contents").hide();
} else {
console.error("Not impl.");
}
for(var i=2;i<=7;++i) {
$(".outline-text-"+i).parent().addClass("orgjq-contracted");
if(HOW_TO_HIDE=='hide'){
///// $(".outline-text-"+i).hide();
$(".outline-text-"+i).hide();
} else if(HOW_TO_HIDE=='scrollbar'){
//$(".outline-text-"+i).css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// $(".outline-text-"+i).parent().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// console.error("nada");
} else {
console.error("Not impl.");
}
}
// inside the h2 headers, all (now unseen) headers are also contracted
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
$(this).parent().removeClass("orgjq-expanded").addClass("orgjq-contracted");
if(HOW_TO_HIDE=='hide'){
$(this).next("div").nextAll().hide();$(this).next("div").hide();
} else if(HOW_TO_HIDE=='scrollbar'){
// $(this).next("div").nextAll().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
$(this).next("div").nextAll().css({"height":"100px","overflow-y":"auto","opacity":"0.3"});
// console.error("nada2.");
} else {
console.error("Not impl.");
}
});
}
*/
// alternatively: mark everything as open
for(var i=2;i<=7;++i) {
$("h"+i).each(
function(){
$(this).parent().removeClass("orgjq-contracted").addClass("orgjq-expanded");
});
}
// except TOC
$("div#table-of-contents").removeClass("orgjq-expanded").addClass("orgjq-contracted");
// Hide default-hidden categories
$(".orgjq-contract-default").each(
function(){
hideForOrg_whenclicked($(this))
}
);
// If provided #fragment in URL, we must locate and open the corresponding header and its parents
var url = document.location.toString();
if (url.match('#')) { // the URL contains an anchor
var id_anchor = url.split('#')[1];
focusSection(id_anchor);
}
// internal links to anchors, e.g. <a href="#sec2">, should also expand the destination section before scrolling there
//Test: $("a[href^='#']").css("border","2px dotted red");
$("a[href^='#']").each(function(){
var caller=this;
$(caller).click(function (event) {
var href=$(caller).attr("href");
var id_href=href.substr(1);
focusSection(id_href);
return false;
});
});
$(".tag").each(function(){
hideForOrg_whenclicked($(this).parent());
console.log("DSFDFS")
})
// the page is now ready to be used
}
// Code starts here
$(document).ready(enable_global_outlining);

BIN
static/favicon_96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -8,6 +8,14 @@
src: url('fonts/Cambria.ttf'); src: url('fonts/Cambria.ttf');
} }
@font-face {
font-family: 'Noto Sans Symbols 2';
src: url('fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap; /* Prevents invisible text during load */
unicode-range: U+2190-21FF, U+2600-26FF, U+2700-27BF, U+2B00-2BFF; /* Limit to symbol ranges */
}
@font-face { @font-face {
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';

Binary file not shown.

93
static/fonts/OFL.txt Normal file
View File

@@ -0,0 +1,93 @@
Copyright 2022 The Noto Project Authors (https://github.com/notofonts/symbols)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@@ -1,11 +0,0 @@
.footnote-tooltip {
position: 'absolute';
z-index: 1000;
background-color: var(--background-tooltip);
border: 1px solid var(--accent1);
border-radius: = 4px;
padding: 8px 12px;
max-width: 300px;
font-size: calc(var(--font-size) * 0.9);
box-shadow: 1px 1px 1px var(--grey2);
}

View File

@@ -1,81 +0,0 @@
document.addEventListener('DOMContentLoaded', function() {
console.log("🦶🦶🦶🦶🦶 FOOTNOTES LOADED 🦶🦶🦶🦶🦶🦶")
const footnoteRefs = document.querySelectorAll('.footref')
footnoteRefs.forEach(ref => {
const footnoteId = ref.href.split('#')[1]
ref.setAttribute('data-footnote-id', footnoteId)
ref.href = 'javascript:void(0)';
ref.addEventListener('mouseenter', function() {
// Find footnote element
const footnoteId = this.getAttribute('data-footnote-id')
const footnoteElement = document.getElementById(footnoteId).parentElement.nextElementSibling.children[0]
if (footnoteElement) {
// Create tooltip container
const tooltip = document.createElement('div');
tooltip.className = 'footnote-tooltip'
tooltip.innerHTML = footnoteElement.innerHTML
// Position tooltip
const rect = this.getBoundingClientRect();
tooltip.style.position = 'absolute'
tooltip.style.top = (rect.bottom + window.scrollY + 5) + 'px'
tooltip.style.left = rect.left + 'px'
// Add to page
document.body.appendChild(tooltip)
// Store reference for cleanup
this._tooltip = tooltip
}
});
ref.addEventListener('mouseleave', function() {
// Remove tooltip
if (this._tooltip) {
this._tooltip.remove()
this._tooltip = null
}
});
});
// Hide footnotes section
document.querySelector("#footnotes").style.display='none'
});
function formatDayOfYear(dayOfYear, year) {
const date = new Date(year, 0, dayOfYear);
return date.toLocaleDateString('en-GB', {
day: 'numeric',
month: 'short',
year: 'numeric'
});
}
let selectedCell = null;
function showHabitPopup(cell) {
var bodyHtml = cell.getAttribute('data-body');
var doy = cell.getAttribute('data-doy');
var activity = cell.getAttribute('data-activity');
var status = cell.getAttribute('data-status');
activity = activity.replace(/^dailies-/, '').replace(/^./, c => c.toUpperCase())
if (!bodyHtml) bodyHtml = "<span class='center'><i>This section intentionally left blank.</i></span>"
bodyHtml = `<h3><span class="grid ${status}">${activity}</span> — ${formatDayOfYear(parseInt(doy), 2025)}</h3> ${bodyHtml}`
document.getElementById('habitPopupContent').innerHTML = bodyHtml;
if (selectedCell) {
selectedCell.classList.remove('habitgrid-selected');
}
cell.classList.add('habitgrid-selected');
selectedCell = cell;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

File diff suppressed because one or more lines are too long

View File

@@ -1,280 +0,0 @@
:root {
--green1: #123218;
--green2: #254f1b;
--green3: #356c22;
--green4: #5e8e40;
--green5: #85aa5f;
--blue1: #1b2459;
--blue2: #153a79;
--blue3: #2f5394;
--blue4: #417eaf;
--blue5: #69a8c6;
--purple1: #2e1e58;
--purple2: #493281;
--purple3: #6a45a6;
--purple4: #855aa3;
--purple5: #9b77b5;
--red1: #4b1313;
--red2: #682017;
--red3: #84301c;
--red4: #9c4830;
--red5: #c46849;
--grey1: #202124;
--grey2: #33333b;
--grey3: #605b66;
--grey4: #a79fa7;
--grey5: #c5bcbc;
--site-width: 1000px;
--vert-content-margin: 0.3rem;
--accent1: var(--purple4);
--link: var(--blue3);
--black: var(--grey1);
--grey: var(--grey3);
--background: var(--grey5);
--background-tooltip: var(--grey5);
--font-size: 1.2rem;
--line-height: 1.2rem;
--font-family: "Source Serif Pro";
--scale: 2;
}
/*
@media (min-height: 1081px) {
:root {
--scale: 2;
}
}
@media (min-height: 2161px) {
:root {
--scale: 3;
}
}
@media (min-height: 3241px) {
:root {
--scale: 4;
}
}
*/
body::before,
body::after {
content: '';
position: fixed;
top: 0;
height: 100vh;
width: 50%;
background-image: url('/static/images/background.png');
background-repeat: no-repeat;
z-index: -1;
image-rendering: pixelated; /* For Chrome/Safari */
image-rendering: -moz-crisp-edges; /* For Firefox */
image-rendering: crisp-edges; /* Fallback */
background-size: calc(960px * var(--scale)) calc(1080px * var(--scale));
}
body::before {
left: 0;
background-position: top right;
}
body::after {
right: 0;
background-position: top right;
/* Flip the right side horizontally */
transform: scaleX(-1);
}
body {
// text-align: justify;
font-family: var(--font-family);
font-size: var(--font-size);
line-height: var(--line-height);
color: var(--black);
background-color: var(--background);
color: var(--grey1);
word-spacing: 0.25ch;
font-weight: 400;
}
#content, #header, #footer {
min-width: 500px;
max-width: min(var(--site-width), 90vw);
margin: 0 auto;
padding: 5px 25px;
background-color: var(--background);
border: 2px double var(--grey1);
margin-bottom: 1.2rem;
}
#header {
display: flex;
}
#looking-for-work {
background-color: var(--red2);
color: var(--grey5);
padding: 5px 25px;
margin-left: auto;
margin-top: -0.32rem;
margin-bottom: -0.32rem;
margin-right: -1.55rem;
border: 2px double var(--purple5);
}
#looking-for-work a, #looking-for-work a:visited {
color: var(--blue5) !important;
}
#footer {
padding-top: 1rem;
padding-bottom: 1rem;
}
code {
font-size: calc(var(--font-size) * 0.9);
}
hr {
border: 0;
border-top: 2px dotted var(--black);
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.navbar-link {
margin-right: 5px;
margin-left: 5px;
}
a, a:visited {
color: var(--link);
text-decoration: none;
}
#header a, #header a:visited{
color: var(--purple2);
}
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 0.2rem;
margin-top: 0.5rem;
}
#content h2 {
margin-top: 1rem;
}
#header hr {
margin-bottom: var(--vert-content-margin);
}
#footer hr {
margin-top: var(--vert-content-margin);
}
#publish-date, #modified-date {
font-style: italic;
}
.src, .example {
font-family: "monospace";
font-size: 1rem;
}
/* TOC */
#table-of-contents {
z-index: 1;
margin-top: 105px;
margin-right: 5%;
font-size: calc(var(--font-size) * 0.8);
position: fixed;
right: 0em;
top: 0em;
background: var(--background-toc);
text-align: right;
min-height: 3rem;
box-shadow: 0 0 0.5em var(--shadow-toc);
-webkit-box-shadow: 0 0 0.5em var(--shadow-toc);
-moz-box-shadow: 0 0 0.5em var(--shadow-toc);
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
/* ensure doesn't flow off the screen when expanded */
max-height: 80%;
overflow: auto;
}
#table-of-contents h2 {
font-size: 13pt;
max-width: 9em;
border: 0;
font-weight: normal;
margin-top: 0.75em;
margin-bottom: 0.75em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.05em;
padding-bottom: 0.05em; }
#table-of-contents #text-table-of-contents {
display: none;
text-align: left; }
#table-of-contents:hover #text-table-of-contents {
display: block;
padding: 0.5em;
margin-top: -1.5em;
padding-right: 20px;
}
pre {background-color:var(--grey1); color:var(--grey5);}
pre span.org-builtin {color:var(--blue4);font-weight:bold;}
pre span.org-string {color:var(--green4);}
pre span.org-keyword {color:var(--blue4);}
pre span.org-variable-name {color:var(--purple5);}
pre span.org-function-name {color:var(--blue5);}
pre span.org-type {color:var(--purple3);}
pre span.org-preprocessor {color:var(--grey5);font-weight:bold;}
pre span.org-constant {color:var(--red2);}
pre span.org-comment-delimiter {color:var(--grey5);}
pre span.org-comment {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-1 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-2 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-3 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-4 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-5 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-6 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-7 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-8 {color:var(--grey5);font-style:italic}
pre span.org-outshine-level-9 {color:var(--grey5);font-style:italic}
pre span.org-rainbow-delimiters-depth-1 {color:var(--grey4);}
pre span.org-rainbow-delimiters-depth-2 {color:var(--blue1);}
pre span.org-rainbow-delimiters-depth-3 {color:var(--green1);}
pre span.org-rainbow-delimiters-depth-4 {color:var(--red1);}
pre span.org-rainbow-delimiters-depth-5 {color:var(--purple1);}
pre span.org-rainbow-delimiters-depth-6 {color:var(--blue4);}
pre span.org-rainbow-delimiters-depth-7 {color:var(--green3);}
pre span.org-rainbow-delimiters-depth-8 {color:var(--red3);}
pre span.org-rainbow-delimiters-depth-9 {color:var(--purple3);}
pre span.org-sh-quoted-exec {color:var(--purple2);}
.TODO { color: var(--red3); }
.DONE { color: var(--green3); }

View File

@@ -1,12 +1,11 @@
<!-- Fix flashes of unstyled content -->
<style>html{visibility: hidden;opacity:0;}</style>
<link rel="stylesheet" href="/static/fonts.css" type="text/css"/> <link rel="stylesheet" href="/static/fonts.css" type="text/css"/>
<link rel="stylesheet" href="/static/style.css" type="text/css"/> <link rel="stylesheet" href="/static/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/static/favicon_96.png" sizes="96x96" />
<script type="text/javascript" src="/static/jquery-3.6.4.slim.min.js"></script> <script type="text/javascript" src="/static/hide.js"></script>
<script type="text/javascript" src="/static/esquemadorg.js"></script>
<script type="text/javascript" src="/static/footnote.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"> <link rel="alternate" type="application/rss+xml" title="WebbieWeb" href="https://webbieweb.org/feed.xml">

View File

@@ -1,7 +1,7 @@
<hr> <hr>
If you have any comments about this page, you can email me at: <br> 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> <b>akk0</b> <i>{at}</i> <b>webbieweb</b> <i>{dot}</i> <b>org</b><br>
Proudly built using <a href="/posts/blog-tech.html">org-mode</a>. <br> Proudly built using <a href="/source.html">org-mode</a>. <br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br> All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
<br> <br>
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br> <a href="http://validator.w3.org/feed/check.cgi?url=http%3A//webbieweb.org/feed.xml"><img src="/static/images/badges/css.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a><br>

View File

@@ -3,6 +3,6 @@
<a class="navbar-link" href="/sitemap.html">Sitemap</a> <a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/friends.html">Webring</a> <a class="navbar-link" href="/friends.html">Webring</a>
<span id="looking-for-work"> <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> <a href="/work/looking_for_work.html"><b>Looking for Work</b></a> — software, sysadmin, other — <i>2hr free!</i>
</span> </span>
</div> </div>