summaryrefslogtreecommitdiffstats
path: root/_log/etlas.md
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-05-04 09:01:42 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-05-07 09:57:01 +0800
commit35c999ea426a5f0b32e2b5d5bab5fe010ea9ce97 (patch)
treef5365289bf1fc4d9d660b9699b3f60a790dfa1ed /_log/etlas.md
parentfb15536326a8d5b3187981b0036df65f4bb60996 (diff)
downloadwww-35c999ea426a5f0b32e2b5d5bab5fe010ea9ce97.tar.gz
Improve accuracy of framing.
Diffstat (limited to '_log/etlas.md')
-rw-r--r--_log/etlas.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_log/etlas.md b/_log/etlas.md
index 9fd5ded..54745f6 100644
--- a/_log/etlas.md
+++ b/_log/etlas.md
@@ -68,9 +68,9 @@ KB RAM. Deployed a simple Flask API on VPS to manage the watchlist and relay
the feed. Wrapped the API in FastCGI and exposed it through chroot-ed
htpasswd + slowcgi + httpd—battle-tested OpenBSD base-system tools.
-Rolled my own stepped graph for simplicity, but the code is hideous. Needed
-vTaskDelay() to prevent the watchdog timer from triggering. Will look into
-Bresenham’s in a future revision.
+Custom stepped graph works but the code is crude. vTaskDelay() is needed to
+keep the watchdog timer from triggering—revisit with Bresenham's line
+algorithm.
News: Used Channel NewsAsia RSS feed for news. Hand-coded the XML parsing in
C—no Flask backend at the time. Now that I have one for stocks, will move the