From 35c999ea426a5f0b32e2b5d5bab5fe010ea9ce97 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 4 May 2026 09:01:42 +0800 Subject: Improve accuracy of framing. --- _log/etlas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_log/etlas.md') 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 -- cgit v1.2.3