diff options
| -rw-r--r-- | decadv-2025.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/decadv-2025.html b/decadv-2025.html index 95a2e01..5391998 100644 --- a/decadv-2025.html +++ b/decadv-2025.html @@ -39,6 +39,25 @@ </p> </div> --> + <h3 id="2025-12-04">2025-12-04</h3> + <div class="win"> + <p>no writing systems related stuff today, alas. + but i've worked on improving my websiting experience.</p> + <p>i wanted to rebuild this website without any automation + (yeah, this is third time i redo this, but now i literally + write html by hand). + although, i thought, that maybe having cross-links displayed + at the bottom of pages is not that bad. so i added some + shell stuff so these lists could be generated. + i try not to worry too much about how well does it do.</p> + <p>initially, i went with straightforward O(n²) approach + (for each file, for each link, search each file for that link). + but then it occured to me that basically outgoing links, + which are much easier to find can be set as incoming links + to targeting pages.</p> + <p>oh, by the way, the repo is available on my git: + <a href="https://git.aaoth.xyz/aaothxyz-decadv">site sources</a>.</p> + </div> <h3 id="2025-12-03">2025-12-03</h3> <div class="win"> <p>added pictures for <a href="ukarpanghooth.html">ukarpanghooth</a> script. |
