From c9b619a49e55d517783f562e2c13e095571a036f Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 4 Dec 2025 17:52:32 +0300 Subject: day 04 #2: forgot to add log entry for today. whoopsie daisies. --- decadv-2025.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@

--> +

2025-12-04

+
+

no writing systems related stuff today, alas. + but i've worked on improving my websiting experience.

+

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.

+

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.

+

oh, by the way, the repo is available on my git: + site sources.

+

2025-12-03

added pictures for ukarpanghooth script. -- cgit v1.2.3