Auto-publish on Thu 14 Aug 23:51:44 BST 2025

This commit is contained in:
2025-08-14 23:51:44 +01:00
parent b913a56f8f
commit 58303320c0
32 changed files with 814 additions and 261 deletions

View File

@@ -0,0 +1,309 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Benefits of Reading</title>
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link rel="stylesheet" href="/assets/styles/style.css" />
<link rel="stylesheet" href="/assets/styles/bigger-picture.min.css" />
<script src="/assets/scripts/script.js" defer></script>
<script src="/assets/scripts/bigger-picture.min.js" defer></script>
<script src="/assets/scripts/svg-pan-zoom.min.js" defer></script>
<script src="/assets/scripts/gallery-init.js" defer></script>
</head>
<body>
<div id="preamble" class="status">
<div class="banner-header">
<a href="/"> <img src="/assets/images/gr.png" alt="Site Logo" class="banner-logo" /> </a>
<nav>
<a href="/">Home | </a>
<a href="/posts/posts-list.html">Posts | </a>
<a href="/blogs/blogs-list.html">Blogs | </a>
<a href="/contact.html">Contact</a>
</nav>
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Toggle dark mode">🌗 Theme</button>
</div>
<div id="updated">Updated: 2025-08-14 Thu 23:50</div>
</div>
<div id="content" class="content">
<h1 class="title">Benefits of Reading</h1>
<div class="filetags"><a href="/categories.html"> <span class="post-tag">reading</span> </a> <a href="/categories.html"> <span class="post-tag">insights</span> </a></div>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#orgb6116f9">Benefits </a>
<ul>
<li><a href="#org41caa74">Mental Stimulation</a></li>
<li><a href="#orgdb10b74">Stress Reduction</a></li>
<li><a href="#org9e0321f">Increase in Knowledge</a></li>
<li><a href="#orgc22ec20">Entertainment</a></li>
<li><a href="#orgcf566d7">Better writing skills</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-orgb6116f9" class="outline-2">
<h2 id="orgb6116f9">Benefits <sup><a id="fnr.1" class="footref" href="#fn.1" role="doc-backlink">1</a></sup></h2>
<div class="outline-text-2" id="text-orgb6116f9">
<p>
At times, I find myself being able to digest material more quickly and efficiently, and so I thought to myself as to what the probable cause of this was. The answer transpired to be the inculcating of reading in my daily routine. As humans, we are constantly surrounded with information, some are noisy, some are useful. We can choose to <i>filter</i> out noisy information by limiting exposure of their avenues, however the topic I wanted to briefly touch upon is what are the (cognitive and non-cognitive) benefits of increasing the intake of useful information through the medium of reading?
</p>
</div>
<div id="outline-container-org41caa74" class="outline-3">
<h3 id="org41caa74">Mental Stimulation</h3>
<div class="outline-text-3" id="text-org41caa74">
<p>
The brain is a muscle, in order to keep any muscle strong and healthy, it needs stimulation and attention. Thus, reading is an excellent way of ensuring the brain is <i>fit and healthy</i>.
</p>
</div>
</div>
<div id="outline-container-orgdb10b74" class="outline-3">
<h3 id="orgdb10b74">Stress Reduction</h3>
<div class="outline-text-3" id="text-orgdb10b74">
<p>
A well written novel or informative book can go a long way in making you forget about the worries of the world.
</p>
</div>
</div>
<div id="outline-container-org9e0321f" class="outline-3">
<h3 id="org9e0321f">Increase in Knowledge</h3>
<div class="outline-text-3" id="text-org9e0321f">
<p>
Reading will always fill your head with new information.
</p>
</div>
</div>
<div id="outline-container-orgc22ec20" class="outline-3">
<h3 id="orgc22ec20">Entertainment</h3>
<div class="outline-text-3" id="text-orgc22ec20">
<p>
A plethora of genres can keep anyone entertained!
</p>
</div>
</div>
<div id="outline-container-orgcf566d7" class="outline-3">
<h3 id="orgcf566d7">Better writing skills</h3>
<div class="outline-text-3" id="text-orgcf566d7">
<p>
Being exposed to different writing styles allows you to be influenced to obtaining your own unique writing style.
</p>
</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">
Check the following <a href="https://www.crawshawacademy.org.uk/seecmsfile/?id=165">link</a>
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<footer>
<div class="copyright-container">
<div class="copyright">
Copyright &copy; 2022-2025 Zaine Qayyum. All rights reserved unless otherwise noted.</div></div>
<div class="generated">
Created with <a href="https://www.gnu.org/software/emacs/">Emacs</a> 30.1 (<a href="https://orgmode.org">Org</a> mode 9.7.11) on <a href="https://www.archlinux.org/">Arch</a> <a href="https://www.gnu.org">GNU</a>/<a href="https://www.kernel.org/">Linux</a>
</div>
</footer>
</div>
</body>
</html>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hilbert's Hotel</title>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>09-08-2025: Website Changes</title>
@@ -220,9 +220,9 @@
<h1 class="title">09-08-2025: Website Changes</h1>
<div class="filetags"><a href="/categories.html"> <span class="post-tag">emacs</span> </a> <a href="/categories.html"> <span class="post-tag">website</span> </a></div>
<div id="outline-container-org77b8690" class="outline-2">
<h2 id="org77b8690">What was worked on</h2>
<div class="outline-text-2" id="text-org77b8690">
<div id="outline-container-org3de4774" class="outline-2">
<h2 id="org3de4774">What was worked on</h2>
<div class="outline-text-2" id="text-org3de4774">
<p>
I saw a few websites that used marginal notes on the right side of the screen like <a href="https://ogbe.net/blog/emacs_org_static_site">this one</a>, so I decided to try and implement this feature in this wesbite. In my mind I thought of using an external pre-configured CSS that I can just insert and ta-da it would work.
</p>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wacom With Arch</title>
@@ -220,9 +220,9 @@
<h1 class="title">Wacom With Arch</h1>
<div class="filetags"><a href="/categories.html"> <span class="post-tag">insights</span> </a></div>
<div id="outline-container-orge6a6875" class="outline-2">
<h2 id="orge6a6875">Setting up Wacom Tablet in Arch Hyprland</h2>
<div class="outline-text-2" id="text-orge6a6875">
<div id="outline-container-org24692a6" class="outline-2">
<h2 id="org24692a6">Setting up Wacom Tablet in Arch Hyprland</h2>
<div class="outline-text-2" id="text-org24692a6">
<p>
I purchased a <a href="https://www.wacom.com/en-gb/products/one-by-wacom">One by Wacom</a> tablet almost 2 years ago now and it works flawlessly in both Windows and MacOS and even in most Linux distros with some configuration.
</p>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Weekly review: Week ending August 10, 2025</title>
@@ -224,23 +224,23 @@
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org00d40fb">Reviewing the week</a></li>
<li><a href="#org2ca4ba1">Next week</a>
<li><a href="#orge5bb6bb">Reviewing the week</a></li>
<li><a href="#orgc5544a7">Next week</a>
<ul>
<li><a href="#org0152cae"><span class="todo TODO">TODO</span> Read as much of Clean Code as possible</a></li>
<li><a href="#orgc8475cc"><span class="todo TODO">TODO</span> Finish another (misc) book</a></li>
<li><a href="#org6d71a27"><span class="todo TODO">TODO</span> Write more (metric unspecified, need to experiment to see what works best)</a></li>
<li><a href="#org2d2c7ff"><span class="todo TODO">TODO</span> Start the book Dose Effect</a></li>
<li><a href="#org24f4894"><span class="todo TODO">TODO</span> More leetcode problems to solve (again, metric unspecified)</a></li>
<li><a href="#orgee695d3"><span class="todo TODO">TODO</span> Touch typing: daily practice</a></li>
<li><a href="#orgcedb661"><span class="todo TODO">TODO</span> Read as much of Clean Code as possible</a></li>
<li><a href="#org71455be"><span class="todo TODO">TODO</span> Finish another (misc) book</a></li>
<li><a href="#org1c9a63e"><span class="todo TODO">TODO</span> Write more (metric unspecified, need to experiment to see what works best)</a></li>
<li><a href="#orgf09bee3"><span class="todo TODO">TODO</span> Start the book Dose Effect</a></li>
<li><a href="#orge53e40b"><span class="todo TODO">TODO</span> More leetcode problems to solve (again, metric unspecified)</a></li>
<li><a href="#orga68c23f"><span class="todo TODO">TODO</span> Touch typing: daily practice</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-org00d40fb" class="outline-2">
<h2 id="org00d40fb">Reviewing the week</h2>
<div class="outline-text-2" id="text-org00d40fb">
<div id="outline-container-orge5bb6bb" class="outline-2">
<h2 id="orge5bb6bb">Reviewing the week</h2>
<div class="outline-text-2" id="text-orge5bb6bb">
<p>
Mostly continuing reading from the book <code>clean code</code>, also setup the ankii cards and this website. The amount of leetcode problems I solved could improve however.
</p>
@@ -254,27 +254,27 @@ I'm thinking of using time-blocks to represent the hours I spent doing each thin
</p>
</div>
</div>
<div id="outline-container-org2ca4ba1" class="outline-2">
<h2 id="org2ca4ba1">Next week</h2>
<div class="outline-text-2" id="text-org2ca4ba1">
<div id="outline-container-orgc5544a7" class="outline-2">
<h2 id="orgc5544a7">Next week</h2>
<div class="outline-text-2" id="text-orgc5544a7">
</div>
<div id="outline-container-org0152cae" class="outline-3">
<h3 id="org0152cae"><span class="todo TODO">TODO</span> Read as much of Clean Code as possible</h3>
<div id="outline-container-orgcedb661" class="outline-3">
<h3 id="orgcedb661"><span class="todo TODO">TODO</span> Read as much of Clean Code as possible</h3>
</div>
<div id="outline-container-orgc8475cc" class="outline-3">
<h3 id="orgc8475cc"><span class="todo TODO">TODO</span> Finish another (misc) book</h3>
<div id="outline-container-org71455be" class="outline-3">
<h3 id="org71455be"><span class="todo TODO">TODO</span> Finish another (misc) book</h3>
</div>
<div id="outline-container-org6d71a27" class="outline-3">
<h3 id="org6d71a27"><span class="todo TODO">TODO</span> Write more (metric unspecified, need to experiment to see what works best)</h3>
<div id="outline-container-org1c9a63e" class="outline-3">
<h3 id="org1c9a63e"><span class="todo TODO">TODO</span> Write more (metric unspecified, need to experiment to see what works best)</h3>
</div>
<div id="outline-container-org2d2c7ff" class="outline-3">
<h3 id="org2d2c7ff"><span class="todo TODO">TODO</span> Start the book Dose Effect</h3>
<div id="outline-container-orgf09bee3" class="outline-3">
<h3 id="orgf09bee3"><span class="todo TODO">TODO</span> Start the book Dose Effect</h3>
</div>
<div id="outline-container-org24f4894" class="outline-3">
<h3 id="org24f4894"><span class="todo TODO">TODO</span> More leetcode problems to solve (again, metric unspecified)</h3>
<div id="outline-container-orge53e40b" class="outline-3">
<h3 id="orge53e40b"><span class="todo TODO">TODO</span> More leetcode problems to solve (again, metric unspecified)</h3>
</div>
<div id="outline-container-orgee695d3" class="outline-3">
<h3 id="orgee695d3"><span class="todo TODO">TODO</span> Touch typing: daily practice</h3>
<div id="outline-container-orga68c23f" class="outline-3">
<h3 id="orga68c23f"><span class="todo TODO">TODO</span> Touch typing: daily practice</h3>
</div>
</div>
</div>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>What Do I Want To Do With Emacs</title>
@@ -245,7 +245,7 @@ After some thinking I narrowed it down and collated it in the following diagram:
</p>
<div id="org8d06427" class="figure">
<div id="org30d99a1" class="figure">
<p><img src="../../../assets/sketchnotes/2025-08-08-emacs.svg" alt="2025-08-08-emacs.svg" class="org-svg" />
</p>
</div>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Zettelkasten Method</title>
@@ -220,9 +220,9 @@
<h1 class="title">Zettelkasten Method</h1>
<div class="filetags"><a href="/categories.html"> <span class="post-tag">education</span> </a></div>
<div id="outline-container-org20d3f33" class="outline-2">
<h2 id="org20d3f33">The Zettelkasten Method</h2>
<div class="outline-text-2" id="text-org20d3f33">
<div id="outline-container-org115cca1" class="outline-2">
<h2 id="org115cca1">The Zettelkasten Method</h2>
<div class="outline-text-2" id="text-org115cca1">
<p>
This Zettelkasten method is growing in popularity for taking notes. Ever felt as though there's too much pieces of information but you don't know how to deal with it? This method solves exactly that problem and more. Think of it as forming a <i>second brain</i>, where you can jot down ideas and information whilst simultaneously being able to connect them together.
</p>
@@ -246,7 +246,7 @@ There are many personal knowledge management systems' (PKMS) out there that allo
</p>
<div id="orgb6b787f" class="figure">
<div id="org61fe01c" class="figure">
<p><img src="../../../assets/images/org-roam-ui-graph.png" alt="org-roam-ui-graph.png" />
</p>
</div>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blogs Introduction</title>
@@ -220,9 +220,9 @@
<h1 class="title">Blogs Introduction</h1>
<div class="filetags"><a href="/categories.html"> <span class="post-tag">introduction</span> </a></div>
<div id="outline-container-org06d7a17" class="outline-2">
<h2 id="org06d7a17">Introduction</h2>
<div class="outline-text-2" id="text-org06d7a17">
<div id="outline-container-org5b90eeb" class="outline-2">
<h2 id="org5b90eeb">Introduction</h2>
<div class="outline-text-2" id="text-org5b90eeb">
<p>
In this section you will find posts that are not as <i>structured</i> as the ones found in <a href="../posts/posts-list.html">here</a>. Mainly these will deal with findings, research, assorted writings and random bits and blobs.
</p>

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-12 Tue 18:30 -->
<!-- 2025-08-14 Thu 23:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blogs List</title>
@@ -214,17 +214,18 @@
</nav>
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Toggle dark mode">🌗 Theme</button>
</div>
<div id="updated">Updated: 2025-08-12 Tue 18:30</div>
<div id="updated">Updated: 2025-08-14 Thu 23:51</div>
</div>
<div id="content" class="content">
<h1 class="title">Blogs List</h1>
<p>
See the categories: <a href="../categories.html">Categories</a>
</p>
<div id="outline-container-org03b2433" class="outline-2">
<h2 id="org03b2433">Blogs:</h2>
<div class="outline-text-2" id="text-org03b2433">
<div id="outline-container-orga7c5658" class="outline-2">
<h2 id="orga7c5658">Blogs:</h2>
<div class="outline-text-2" id="text-orga7c5658">
<ul class="org-ul">
<li><a href="2025/08/benefits-of-reading.html">Benefits of Reading</a> <span class="post-date">14-08-2025 23:36</span> <a href="/tags/reading.html"> <span class="post-tag">reading</span> </a> <a href="/tags/insights.html"> <span class="post-tag">insights</span> </a></li>
<li><a href="2025/08/hilberts.hotel.html">Hilbert's Hotel</a> <span class="post-date">11-08-2025 18:39</span> <a href="/tags/maths.html"> <span class="post-tag">maths</span> </a> <a href="/tags/insights.html"> <span class="post-tag">insights</span> </a></li>
<li><a href="2025/08/weekly-review-week-ending-august-10-2025.html">Weekly review: Week ending August 10, 2025</a> <span class="post-date">10-08-2025 00:00</span> <a href="/tags/weekly-review.html"> <span class="post-tag">weekly-review</span> </a></li>
<li><a href="2025/08/spending-the-whole-day-on-this-website.html">09-08-2025: Website Changes</a> <span class="post-date">09-08-2025 00:00</span> <a href="/tags/emacs.html"> <span class="post-tag">emacs</span> </a> <a href="/tags/website.html"> <span class="post-tag">website</span> </a></li>